diff --git a/Rover-4.5/Parameters.html b/Rover-4.5/Parameters.html new file mode 100644 index 0000000..7c89311 --- /dev/null +++ b/Rover-4.5/Parameters.html @@ -0,0 +1,48422 @@ + + + +

Complete Parameter List

+
+ +

This is a complete list of the parameters which can be set via the MAVLink protocol in the EEPROM of your autopilot to control vehicle behaviour. This list is automatically generated from the latest ardupilot source code, and so may contain parameters which are not yet in the stable released versions of the code.

+ + +[toc exclude="Complete Parameter List"] + + + +

Rover Parameters

+ + +

Eeprom format version number (Rover:FORMAT_VERSION)

Note: This parameter is for advanced users
+ +

This value is incremented when changes are made to the eeprom format

+ + + +

Log bitmask (Rover:LOG_BITMASK)

Note: This parameter is for advanced users
+ +

Bitmap of what log types to enable in on-board logger. This value is made up of the sum of each of the log types you want to be saved. On boards supporting microSD cards or other large block-storage devices it is usually best just to enable all basic log types by setting this to 65535.

+ + + +

Reset Switch Channel (Rover:RST_SWITCH_CH)

Note: This parameter is for advanced users
+ +

RC channel to use to reset to last flight mode after geofence takeover.

+ + + +

Initial driving mode (Rover:INITIAL_MODE)

Note: This parameter is for advanced users
+ +

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. Usually used in combination with when AUTO_TRIGGER_PIN or AUTO_KICKSTART.

+ + + +

MAVLink system ID of this vehicle (Rover:SYSID_THISMAV)

Note: This parameter is for advanced users
+ +

Allows setting an individual MAVLink system id for this vehicle to distinguish it from others on the same network

+ + + +

MAVLink ground station ID (Rover:SYSID_MYGCS)

Note: This parameter is for advanced users
+ +

The identifier of the ground station in the MAVLink protocol. Don't change this unless you also modify the ground station to match.

+ + + +

Telemetry startup delay (Rover:TELEM_DELAY)

+ +

The amount of time (in seconds) to delay radio telemetry to prevent an Xbee bricking on power up

+ + + +

GCS PID tuning mask (Rover:GCS_PID_MASK)

Note: This parameter is for advanced users
+ +

bitmask of PIDs to send MAVLink PID_TUNING messages for

+ + + +

Auto mode trigger pin (Rover:AUTO_TRIGGER_PIN)

+ +

pin number to use to enable the throttle in 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 enable the motor to run. If the switch is released while in AUTO then the motor will stop again. This can be used in combination with INITIAL_MODE to give a 'press button to start' rover with no receiver.

+ + + +

Auto mode trigger kickstart acceleration (Rover:AUTO_KICKSTART)

+ +

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

+ + + +

Target cruise speed in auto modes (Rover:CRUISE_SPEED)

+ +

The target speed in auto missions.

+ + + +

Base throttle percentage in auto (Rover:CRUISE_THROTTLE)

+ +

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.

+ + + +

Pilot input steering type (Rover:PILOT_STEER_TYPE)

+ +

Pilot RC input interpretation

+ + + +

Failsafe Action (Rover:FS_ACTION)

+ +

What to do on a failsafe event

+ + + +

Failsafe timeout (Rover:FS_TIMEOUT)

+ +

The time in seconds that a failsafe condition must persist before the failsafe action is triggered

+ + + +

Throttle Failsafe Enable (Rover:FS_THR_ENABLE)

+ +

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.

+ + + +

Throttle Failsafe Value (Rover:FS_THR_VALUE)

+ +

The PWM level on the throttle channel below which throttle failsafe triggers.

+ + + +

GCS failsafe enable (Rover:FS_GCS_ENABLE)

+ +

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.

+ + + +

Crash check action (Rover:FS_CRASH_CHECK)

+ +

What to do on a crash event. When enabled the rover will go to hold if a crash is detected.

+ + + +

EKF Failsafe Action (Rover:FS_EKF_ACTION)

Note: This parameter is for advanced users
+ +

Controls the action that will be taken when an EKF failsafe is invoked

+ + + +

EKF failsafe variance threshold (Rover:FS_EKF_THRESH)

Note: This parameter is for advanced users
+ +

Allows setting the maximum acceptable compass and velocity variance

+ + + +

Mode channel (Rover:MODE_CH)

Note: This parameter is for advanced users
+ +

RC Channel to use for driving mode control

+ + + +

Mode1 (Rover:MODE1)

+ +

Driving mode for switch position 1 (910 to 1230 and above 2049)

+ + + +

Mode2 (Rover:MODE2)

+ +

Driving mode for switch position 2 (1231 to 1360)

+ + + +

Mode3 (Rover:MODE3)

+ +

Driving mode for switch position 3 (1361 to 1490)

+ + + +

Mode4 (Rover:MODE4)

+ +

Driving mode for switch position 4 (1491 to 1620)

+ + + +

Mode5 (Rover:MODE5)

+ +

Driving mode for switch position 5 (1621 to 1749)

+ + + +

Mode6 (Rover:MODE6)

+ +

Driving mode for switch position 6 (1750 to 2049)

+ + + +

GCS sysid enforcement (Rover:SYSID_ENFORCE)

Note: This parameter is for advanced users
+ +

This controls whether packets from other than the expected GCS system ID will be accepted

+ + + +

Turn radius of vehicle (Rover:TURN_RADIUS)

+ +

Turn radius of vehicle in meters while at low speeds. Lower values produce tighter turns in steering mode

+ + + +

Acro mode turn rate maximum (Rover:ACRO_TURN_RATE)

+ +

Acro mode turn rate maximum

+ + + +

Return-to-Launch speed default (Rover:RTL_SPEED)

+ +

Return-to-Launch speed default. If zero use WP_SPEED or CRUISE_SPEED.

+ + + +

Frame Class (Rover:FRAME_CLASS)

+ +

Frame Class

+ + + +

BalanceBot Maximum Pitch (Rover:BAL_PITCH_MAX)

+ +

Pitch angle in degrees at 100% throttle

+ + + +

Crash Angle (Rover:CRASH_ANGLE)

+ +

Pitch/Roll angle limit in degrees for crash check. Zero disables check

+ + + +

Frame Type (Rover:FRAME_TYPE)

+ +

Frame Type

+ + + +

Loiter type (Rover:LOIT_TYPE)

+ +

Loiter behaviour when moving to the target point

+ + + +

Simple_Type (Rover:SIMPLE_TYPE)

+ +

Simple mode types

+ + + +

Loiter radius (Rover:LOIT_RADIUS)

+ +

Vehicle will drift when within this distance of the target position

+ + + +

Mission done behave (Rover:MIS_DONE_BEHAVE)

+ +

Behaviour after mission completes

+ + + +

Balance Bot pitch trim angle (Rover:BAL_PITCH_TRIM)

+ +

Balance Bot pitch trim for balancing. This offsets the tilt of the center of mass.

+ + + +

Stick Mixing (Rover:STICK_MIXING)

Note: This parameter is for advanced users
+ +

When enabled, this adds steering user stick input in auto modes, allowing the user to have some degree of control without changing modes.

+ + + +

Speed maximum (Rover:SPEED_MAX)

Note: This parameter is for advanced users
+ +

Maximum speed vehicle can obtain at full throttle. If 0, it will be estimated based on CRUISE_SPEED and CRUISE_THROTTLE.

+ + + +

Loiter speed gain (Rover:LOIT_SPEED_GAIN)

Note: This parameter is for advanced users
+ +

Determines how agressively LOITER tries to correct for drift from loiter point. Higher is faster but default should be acceptable.

+ + + +

Failsafe Options (Rover:FS_OPTIONS)

Note: This parameter is for advanced users
+ +

Bitmask to enable failsafe options

+ + + +

Guided mode options (Rover:GUID_OPTIONS)

Note: This parameter is for advanced users
+ +

Options that can be applied to change guided mode behaviour

+ + + +

Manual mode options (Rover:MANUAL_OPTIONS)

Note: This parameter is for advanced users
+ +

Manual mode specific options

+ + + +

Manual Steering Expo (Rover:MANUAL_STR_EXPO)

Note: This parameter is for advanced users
+ +

Manual steering expo to allow faster steering when stick at edges

+ + + +

GCS failsafe timeout (Rover:FS_GCS_TIMEOUT)

+ +

Timeout before triggering the GCS failsafe

+ + + +

Channel 7 option (Rover:CH7_OPTION)

+ +

What to do use channel 7 for

+ + + +

Auxiliary switch channel (Rover:AUX_CH)

Note: This parameter is for advanced users
+ +

RC Channel to use for auxiliary functions including saving waypoints

+ + + +

Pivot turn angle (Rover:PIVOT_TURN_ANGLE)

+ +

Navigation angle threshold in degrees to switch to pivot steering. This allows you to setup a skid steering rover to turn on the spot in auto mode when the angle it needs to turn it greater than this angle. An angle of zero means to disable pivot turning. Note that you will probably also want to set a low value for WP_RADIUS to get neat turns.

+ + + +

Pivot turn rate (Rover:PIVOT_TURN_RATE)

+ +

Desired pivot turn rate in deg/s.

+ + + +

VEHICLE Parameters

+ + +

Flight mode block from GCS (FLTMODE_GCSBLOCK)

+ +

Bitmask of flight modes to disable for GCS selection. Mode can still be accessed via RC or failsafe.

+ + + +

Lua Script Parameters

+ + +

Count of SOC estimators (BATT_SOC_COUNT)

+ +

Number of battery SOC estimators

+ + + +

Battery estimator index (BATT_SOC1_IDX)

+ +

Battery estimator index

+ + + +

Battery estimator cell count (BATT_SOC1_NCELL)

+ +

Battery estimator cell count

+ + + +

Battery estimator coefficient1 (BATT_SOC1_C1)

+ +

Battery estimator coefficient1

+ + + +

Battery estimator coefficient2 (BATT_SOC1_C2)

+ +

Battery estimator coefficient2

+ + + +

Battery estimator coefficient3 (BATT_SOC1_C3)

+ +

Battery estimator coefficient3

+ + + +

Battery estimator index (BATT_SOC2_IDX)

+ +

Battery estimator index

+ + + +

Battery estimator cell count (BATT_SOC2_NCELL)

+ +

Battery estimator cell count

+ + + +

Battery estimator coefficient1 (BATT_SOC2_C1)

+ +

Battery estimator coefficient1

+ + + +

Battery estimator coefficient2 (BATT_SOC2_C2)

+ +

Battery estimator coefficient2

+ + + +

Battery estimator coefficient3 (BATT_SOC2_C3)

+ +

Battery estimator coefficient3

+ + + +

Battery estimator index (BATT_SOC3_IDX)

+ +

Battery estimator index

+ + + +

Battery estimator cell count (BATT_SOC3_NCELL)

+ +

Battery estimator cell count

+ + + +

Battery estimator coefficient1 (BATT_SOC3_C1)

+ +

Battery estimator coefficient1

+ + + +

Battery estimator coefficient2 (BATT_SOC3_C2)

+ +

Battery estimator coefficient2

+ + + +

Battery estimator coefficient3 (BATT_SOC3_C3)

+ +

Battery estimator coefficient3

+ + + +

Battery estimator index (BATT_SOC4_IDX)

+ +

Battery estimator index

+ + + +

Battery estimator cell count (BATT_SOC4_NCELL)

+ +

Battery estimator cell count

+ + + +

Battery estimator coefficient1 (BATT_SOC4_C1)

+ +

Battery estimator coefficient1

+ + + +

Battery estimator coefficient2 (BATT_SOC4_C2)

+ +

Battery estimator coefficient2

+ + + +

Battery estimator coefficient3 (BATT_SOC4_C3)

+ +

Battery estimator coefficient3

+ + + +

Force enable High Latency mode (RCK_FORCEHL)

+ +

Automatically enables High Latency mode if not already enabled

+ + + +

Update rate (RCK_PERIOD)

+ +

When in High Latency mode, send Rockblock updates every N seconds

+ + + +

Display Rockblock debugging text (RCK_DEBUG)

+ +

Sends Rockblock debug text to GCS via statustexts

+ + + +

Enable Message transmission (RCK_ENABLE)

+ +

Enables the Rockblock sending and recieving

+ + + +

Deadreckoning Enable (DR_ENABLE)

+ +

Deadreckoning Enable

+ + + +

Deadreckoning Enable Distance (DR_ENABLE_DIST)

+ +

Distance from home (in meters) beyond which the dead reckoning will be enabled

+ + + +

Deadreckoning GPS speed accuracy maximum threshold (DR_GPS_SACC_MAX)

+ +

GPS speed accuracy maximum, above which deadreckoning home will begin (default is 0.8). Lower values trigger with good GPS quality, higher values will allow poorer GPS before triggering. Set to 0 to disable use of GPS speed accuracy

+ + + +

Deadreckoning GPS satellite count min threshold (DR_GPS_SAT_MIN)

+ +

GPS satellite count threshold below which deadreckoning home will begin (default is 6). Higher values trigger with good GPS quality, Lower values trigger with worse GPS quality. Set to 0 to disable use of GPS satellite count

+ + + +

Deadreckoning GPS check trigger seconds (DR_GPS_TRIGG_SEC)

+ +

GPS checks must fail for this many seconds before dead reckoning will be triggered

+ + + +

Deadreckoning Lean Angle (DR_FLY_ANGLE)

+ +

lean angle (in degrees) during deadreckoning

+ + + +

Deadreckoning Altitude Min (DR_FLY_ALT_MIN)

+ +

Copter will fly at at least this altitude (in meters) above home during deadreckoning

+ + + +

Deadreckoning flight timeout (DR_FLY_TIMEOUT)

+ +

Copter will attempt to switch to NEXT_MODE after this many seconds of deadreckoning. If it cannot switch modes it will continue in Guided_NoGPS. Set to 0 to disable timeout

+ + + +

Deadreckoning Next Mode (DR_NEXT_MODE)

+ +

Copter switch to this mode after GPS recovers or DR_FLY_TIMEOUT has elapsed. Default is 6/RTL. Set to -1 to return to mode used before deadreckoning was triggered

+ + + +

Mount POI distance max (POI_DIST_MAX)

+ +

POI's max distance (in meters) from the vehicle

+ + + +

enable web server (WEB_ENABLE)

+ +

enable web server

+ + + +

web server TCP port (WEB_BIND_PORT)

+ +

web server TCP port

+ + + +

web server debugging (WEB_DEBUG)

Note: This parameter is for advanced users
+ +

web server debugging

+ + + +

web server block size (WEB_BLOCK_SIZE)

Note: This parameter is for advanced users
+ +

web server block size for download

+ + + +

web server timeout (WEB_TIMEOUT)

Note: This parameter is for advanced users
+ +

timeout for inactive connections

+ + + +

web server minimum file size for sendfile (WEB_SENDFILE_MIN)

Note: This parameter is for advanced users
+ +

sendfile is an offloading mechanism for faster file download. If this is non-zero and the file is larger than this size then sendfile will be used for file download

+ + + +

Rover Quicktune enable (RTUN_ENABLE)

+ +

Enable quicktune system

+ + + +

Rover Quicktune axes (RTUN_AXES)

+ +

axes to tune

+ + + +

Rover Quicktune Steering Rate FeedForward ratio (RTUN_STR_FFRATIO)

+ +

Ratio between measured response and FF gain. Raise this to get a higher FF gain

+ + + +

Rover Quicktune Steering FF to P ratio (RTUN_STR_P_RATIO)

+ +

Ratio between steering FF and P gains. Raise this to get a higher P gain, 0 to leave P unchanged

+ + + +

Rover Quicktune Steering FF to I ratio (RTUN_STR_I_RATIO)

+ +

Ratio between steering FF and I gains. Raise this to get a higher I gain, 0 to leave I unchanged

+ + + +

Rover Quicktune Speed FeedForward (equivalent) ratio (RTUN_SPD_FFRATIO)

+ +

Ratio between measured response and CRUISE_THROTTLE value. Raise this to get a higher CRUISE_THROTTLE value

+ + + +

Rover Quicktune Speed FF to P ratio (RTUN_SPD_P_RATIO)

+ +

Ratio between speed FF and P gain. Raise this to get a higher P gain, 0 to leave P unchanged

+ + + +

Rover Quicktune Speed FF to I ratio (RTUN_SPD_I_RATIO)

+ +

Ratio between speed FF and I gain. Raise this to get a higher I gain, 0 to leave I unchanged

+ + + +

Rover Quicktune auto filter enable (RTUN_AUTO_FILTER)

+ +

When enabled the PID filter settings are automatically set based on INS_GYRO_FILTER

+ + + +

Rover Quicktune auto save (RTUN_AUTO_SAVE)

+ +

Number of seconds after completion of tune to auto-save. This is useful when using a 2 position switch for quicktune

+ + + +

Rover Quicktune RC function (RTUN_RC_FUNC)

+ +

RCn_OPTION number to use to control tuning stop/start/save

+ + + +

WinchControl Rate Up (WINCH_RATE_UP)

+ +

Maximum rate when retracting line

+ + + +

WinchControl Rate Down (WINCH_RATE_DN)

+ +

Maximum rate when releasing line

+ + + +

Winch Rate Control RC function (WINCH_RC_FUNC)

+ +

RCn_OPTION number to use to control winch rate

+ + + +

Quicktune enable (QUIK_ENABLE)

+ +

Enable quicktune system

+ + + +

Quicktune axes (QUIK_AXES)

+ +

axes to tune

+ + + +

Quicktune doubling time (QUIK_DOUBLE_TIME)

+ +

Time to double a tuning parameter. Raise this for a slower tune.

+ + + +

Quicktune gain margin (QUIK_GAIN_MARGIN)

+ +

Reduction in gain after oscillation detected. Raise this number to get a more conservative tune

+ + + +

Quicktune oscillation rate threshold (QUIK_OSC_SMAX)

+ +

Threshold for oscillation detection. A lower value will lead to a more conservative tune.

+ + + +

Quicktune Yaw P max (QUIK_YAW_P_MAX)

+ +

Maximum value for yaw P gain

+ + + +

Quicktune Yaw D max (QUIK_YAW_D_MAX)

+ +

Maximum value for yaw D gain

+ + + +

Quicktune roll/pitch PI ratio (QUIK_RP_PI_RATIO)

+ +

Ratio between P and I gains for roll and pitch. Raise this to get a lower I gain

+ + + +

Quicktune Yaw PI ratio (QUIK_Y_PI_RATIO)

+ +

Ratio between P and I gains for yaw. Raise this to get a lower I gain

+ + + +

Quicktune auto filter enable (QUIK_AUTO_FILTER)

+ +

When enabled the PID filter settings are automatically set based on INS_GYRO_FILTER

+ + + +

Quicktune auto save (QUIK_AUTO_SAVE)

+ +

Number of seconds after completion of tune to auto-save. This is useful when using a 2 position switch for quicktune

+ + + +

Quicktune RC function (QUIK_RC_FUNC)

+ +

RCn_OPTION number to use to control tuning stop/start/save

+ + + +

Quicktune maximum gain reduction (QUIK_MAX_REDUCE)

+ +

This controls how much quicktune is allowed to lower gains from the original gains. If the vehicle already has a reasonable tune and is not oscillating then you can set this to zero to prevent gain reductions. The default of 20% is reasonable for most vehicles. Using a maximum gain reduction lowers the chance of an angle P oscillation happening if quicktune gets a false positive oscillation at a low gain, which can result in very low rate gains and a dangerous angle P oscillation.

+ + + +

Quicktune options (QUIK_OPTIONS)

+ +

Additional options. When the Two Position Switch option is enabled then a high switch position will start the tune, low will disable the tune. you should also set a QUIK_AUTO_SAVE time so that you will be able to save the tune.

+ + + +

Ship landing enable (SHIP_ENABLE)

+ +

Enable ship landing system

+ + + +

Ship landing angle (SHIP_LAND_ANGLE)

+ +

Angle from the stern of the ship for landing approach. Use this to ensure that on a go-around that ship superstructure and cables are avoided. A value of zero means to approach from the rear of the ship. A value of 90 means the landing will approach from the port (left) side of the ship. A value of -90 will mean approaching from the starboard (right) side of the ship. A value of 180 will approach from the bow of the ship. This parameter is combined with the sign of the RTL_RADIUS parameter to determine the holdoff pattern. If RTL_RADIUS is positive then a clockwise loiter is performed, if RTL_RADIUS is negative then a counter-clockwise loiter is used.

+ + + +

Ship automatic offset trigger (SHIP_AUTO_OFS)

+ +

Settings this parameter to one triggers an automatic follow offset calculation based on current position of the vehicle and the landing target. NOTE: This parameter will auto-reset to zero once the offset has been calculated.

+ + + +

parameter reversion enable (PREV_ENABLE)

+ +

Enable parameter reversion system

+ + + +

param reversion RC function (PREV_RC_FUNC)

+ +

RCn_OPTION number to used to trigger parameter reversion

+ + + +

Angular acceleration limit (AEROM_ANG_ACCEL)

+ +

Maximum angular acceleration in maneuvers

+ + + +

Roll control filtertime constant (AEROM_ANG_TC)

+ +

This is the time over which we filter the desired roll to smooth it

+ + + +

Throttle feed forward from pitch (AEROM_THR_PIT_FF)

+ +

This controls how much extra throttle to add based on pitch ange. The value is for 90 degrees and is applied in proportion to pitch

+ + + +

P gain for speed controller (AEROM_SPD_P)

+ +

This controls how rapidly the throttle is raised to compensate for a speed error

+ + + +

I gain for speed controller (AEROM_SPD_I)

+ +

This controls how rapidly the throttle is raised to compensate for a speed error

+ + + +

Roll control time constant (AEROM_ROL_COR_TC)

+ +

This is the time constant for correcting roll errors. A smaller value leads to faster roll corrections

+ + + +

Time constant for correction of our distance along the path (AEROM_TIME_COR_P)

+ +

This is the time constant for correcting path position errors

+ + + +

P gain for path error corrections (AEROM_ERR_COR_P)

+ +

This controls how rapidly we correct back onto the desired path

+ + + +

D gain for path error corrections (AEROM_ERR_COR_D)

+ +

This controls how rapidly we correct back onto the desired path

+ + + +

The roll rate to use when entering a roll maneuver (AEROM_ENTRY_RATE)

+ +

This controls how rapidly we roll into a new orientation

+ + + +

The lookahead for throttle control (AEROM_THR_LKAHD)

+ +

This controls how far ahead we look in time along the path for the target throttle

+ + + +

Debug control (AEROM_DEBUG)

+ +

This controls the printing of extra debug information on paths

+ + + +

Minimum Throttle (AEROM_THR_MIN)

+ +

Lowest throttle used during maneuvers

+ + + +

Throttle boost (AEROM_THR_BOOST)

+ +

This is the extra throttle added in schedule elements marked as needing a throttle boost

+ + + +

Yaw acceleration (AEROM_YAW_ACCEL)

+ +

This is maximum yaw acceleration to use

+ + + +

Lookahead (AEROM_LKAHD)

+ +

This is how much time to look ahead in the path for calculating path rates

+ + + +

Path Scale (AEROM_PATH_SCALE)

+ +

Scale factor for Path/Box size. 0.5 would half the distances in maneuvers. Radii are unaffected.

+ + + +

Box Width (AEROM_BOX_WIDTH)

+ +

Length of aerobatic "box"

+ + + +

Stall turn throttle (AEROM_STALL_THR)

+ +

Amount of throttle to reduce to for a stall turn

+ + + +

Stall turn pitch threshold (AEROM_STALL_PIT)

+ +

Pitch threashold for moving to final stage of stall turn

+ + + +

KnifeEdge Rudder (AEROM_KE_RUDD)

+ +

Percent of rudder normally uses to sustain knife-edge at trick speed

+ + + +

KnifeEdge Rudder lookahead (AEROM_KE_RUDD_LK)

+ +

Time to look ahead in the path to calculate rudder correction for bank angle

+ + + +

Altitude Abort (AEROM_ALT_ABORT)

+ +

Maximum allowable loss in altitude during a trick or sequence from its starting altitude.

+ + + +

Timesync P gain (AEROM_TS_P)

+ +

This controls how rapidly two aircraft are brought back into time sync

+ + + +

Timesync I gain (AEROM_TS_I)

+ +

This controls how rapidly two aircraft are brought back into time sync

+ + + +

Timesync speed max (AEROM_TS_SPDMAX)

+ +

This sets the maximum speed adjustment for time sync between aircraft

+ + + +

Timesync rate of send of NAMED_VALUE_FLOAT data (AEROM_TS_RATE)

+ +

This sets the rate we send data for time sync between aircraft

+ + + +

Mission angle (AEROM_MIS_ANGLE)

+ +

When set to a non-zero value, this is the assumed direction of the mission. Otherwise the waypoint angle is used

+ + + +

Aerobatic options (AEROM_OPTIONS)

+ +

Options to control aerobatic behavior

+ + + +

Tricks on Switch Enable (TRIK_ENABLE)

+ +

Enables Tricks on Switch. TRIK params hidden until enabled

+ + + +

Trik Selection Scripting Function (TRIK_SEL_FN)

+ +

Setting an RC channel's _OPTION to this value will use it for trick selection

+ + + +

Trik Action Scripting Function (TRIK_ACT_FN)

+ +

Setting an RC channel's _OPTION to this value will use it for trick action (abort,announce,execute)

+ + + +

Trik Count (TRIK_COUNT)

+ +

Number of tricks which can be selected over the range of the trik selection RC channel

+ + + +

Enable ANX battery support (BATT_ANX_ENABLE)

+ +

Enable ANX battery support

+ + + +

Set ANX CAN driver (BATT_ANX_CANDRV)

+ +

Set ANX CAN driver

+ + + +

ANX CAN battery index (BATT_ANX_INDEX)

+ +

ANX CAN battery index

+ + + +

ANX CAN battery options (BATT_ANX_OPTIONS)

Note: This parameter is for advanced users
+ +

ANX CAN battery options

+ + + +

EFI DLA enable (EFI_DLA_ENABLE)

+ +

Enable EFI DLA driver

+ + + +

EFI DLA fuel scale (EFI_DLA_LPS)

+ +

EFI DLA litres of fuel per second of injection time

+ + + +

Enable Halo6000 EFI driver (EFI_H6K_ENABLE)

+ +

Enable Halo6000 EFI driver

+ + + +

Halo6000 CAN driver (EFI_H6K_CANDRV)

+ +

Halo6000 CAN driver. Use 1 for first CAN scripting driver, 2 for 2nd driver

+ + + +

Halo6000 start auxilliary function (EFI_H6K_START_FN)

+ +

The RC auxilliary function number for start/stop of the generator. Zero to disable start function

+ + + +

Halo6000 telemetry rate (EFI_H6K_TELEM_RT)

+ +

The rate that additional generator telemetry is sent

+ + + +

Halo6000 total fuel capacity (EFI_H6K_FUELTOT)

+ +

The capacity of the tank in litres

+ + + +

Enable SkyPower EFI support (EFI_SP_ENABLE)

+ +

Enable SkyPower EFI support

+ + + +

Set SkyPower EFI CAN driver (EFI_SP_CANDRV)

+ +

Set SkyPower EFI CAN driver

+ + + +

SkyPower EFI update rate (EFI_SP_UPDATE_HZ)

Note: This parameter is for advanced users
+ +

SkyPower EFI update rate

+ + + +

SkyPower EFI throttle function (EFI_SP_THR_FN)

+ +

SkyPower EFI throttle function. This sets which SERVOn_FUNCTION to use for the target throttle. This should be 70 for fixed wing aircraft and 31 for helicopter rotor speed control

+ + + +

SkyPower EFI throttle rate (EFI_SP_THR_RATE)

Note: This parameter is for advanced users
+ +

SkyPower EFI throttle rate. This sets rate at which throttle updates are sent to the engine

+ + + +

SkyPower EFI start function (EFI_SP_START_FN)

+ +

SkyPower EFI start function. This is the RCn_OPTION value to use to find the R/C channel used for controlling engine start

+ + + +

SkyPower EFI generator control function (EFI_SP_GEN_FN)

+ +

SkyPower EFI generator control function. This is the RCn_OPTION value to use to find the R/C channel used for controlling generator start/stop

+ + + +

SkyPower EFI minimum RPM (EFI_SP_MIN_RPM)

Note: This parameter is for advanced users
+ +

SkyPower EFI minimum RPM. This is the RPM below which the engine is considered to be stopped

+ + + +

SkyPower EFI telemetry rate (EFI_SP_TLM_RT)

Note: This parameter is for advanced users
+ +

SkyPower EFI telemetry rate. This is the rate at which extra telemetry values are sent to the GCS

+ + + +

SkyPower EFI log rate (EFI_SP_LOG_RT)

Note: This parameter is for advanced users
+ +

SkyPower EFI log rate. This is the rate at which extra logging of the SkyPower EFI is performed

+ + + +

SkyPower EFI allow start disarmed (EFI_SP_ST_DISARM)

+ +

SkyPower EFI allow start disarmed. This controls if starting the engine while disarmed is allowed

+ + + +

SkyPower EFI ECU model (EFI_SP_MODEL)

+ +

SkyPower EFI ECU model

+ + + +

SkyPower EFI enable generator control (EFI_SP_GEN_CTRL)

+ +

SkyPower EFI enable generator control

+ + + +

SkyPower EFI restart time (EFI_SP_RST_TIME)

+ +

SkyPower EFI restart time. If engine should be running and it has stopped for this amount of time then auto-restart. To disable this feature set this value to zero.

+ + + +

Generator SVFFI enable (EFI_SVF_ENABLE)

+ +

Enable SVFFI generator support

+ + + +

Generator SVFFI arming check (EFI_SVF_ARMCHECK)

+ +

Check for Generator ARM state before arming

+ + + +

Hobbywing ESC Enable (ESC_HW_ENABLE)

+ +

Enable Hobbywing ESC telemetry

+ + + +

Hobbywing ESC motor poles (ESC_HW_POLES)

+ +

Number of motor poles for eRPM scaling

+ + + +

Hobbywing ESC motor offset (ESC_HW_OFS)

+ +

Motor number offset of first ESC

+ + + +

EFI INF-Inject enable (EFI_INF_ENABLE)

+ +

Enable EFI INF-Inject driver

+ + + +

DJIRS2 debug (DJIR_DEBUG)

Note: This parameter is for advanced users
+ +

Enable DJIRS2 debug

+ + + +

DJIRS2 upside down (DJIR_UPSIDEDOWN)

+ +

DJIRS2 upside down

+ + + +

ViewPro debug (VIEP_DEBUG)

Note: This parameter is for advanced users
+ +

ViewPro debug

+ + + +

ViewPro Camera For Switch Low (VIEP_CAM_SWLOW)

+ +

Camera selection when switch is in low position

+ + + +

ViewPro Camera For Switch Mid (VIEP_CAM_SWMID)

+ +

Camera selection when switch is in middle position

+ + + +

ViewPro Camera For Switch High (VIEP_CAM_SWHIGH)

+ +

Camera selection when switch is in high position

+ + + +

ViewPro Zoom Speed (VIEP_ZOOM_SPEED)

+ +

ViewPro Zoom Speed. Higher numbers result in faster zooming

+ + + +

ViewPro Zoom Times Max (VIEP_ZOOM_MAX)

+ +

ViewPro Zoom Times Max

+ + + +

TOFSENSE-M to be used as Proximity sensor (TOFSENSE_PRX)

+ +

Set 0 if sensor is to be used as a 1-D rangefinder (minimum of all distances will be sent, typically used for height detection). Set 1 if it should be used as a 3-D proximity device (Eg. Obstacle Avoidance)

+ + + +

TOFSENSE-M Connected (TOFSENSE_NO)

+ +

Number of TOFSENSE-M CAN sensors connected

+ + + +

TOFSENSE-M mode to be used (TOFSENSE_MODE)

+ +

TOFSENSE-M mode to be used. 0 for 8x8 mode. 1 for 4x4 mode

+ + + +

TOFSENSE-M First Instance (TOFSENSE_INST1)

+ +

First TOFSENSE-M sensors backend Instance. Setting this to 1 will pick the first backend from PRX_ or RNG_ Parameters (Depending on TOFSENSE_PRX)

+ + + +

TOFSENSE-M First ID (TOFSENSE_ID1)

+ +

First TOFSENSE-M sensor ID. Leave this at 0 to accept all IDs and if only one sensor is present. You can change ID of sensor from NAssistant Software

+ + + +

TOFSENSE-M Second Instance (TOFSENSE_INST2)

+ +

Second TOFSENSE-M sensors backend Instance. Setting this to 2 will pick the second backend from PRX_ or RNG_ Parameters (Depending on TOFSENSE_PRX)

+ + + +

TOFSENSE-M Second ID (TOFSENSE_ID2)

+ +

Second TOFSENSE-M sensor ID. This cannot be 0. You can change ID of sensor from NAssistant Software

+ + + +

TOFSENSE-M Third Instance (TOFSENSE_INST3)

+ +

Third TOFSENSE-M sensors backend Instance. Setting this to 3 will pick the second backend from PRX_ or RNG_ Parameters (Depending on TOFSENSE_PRX)

+ + + +

TOFSENSE-M Thir ID (TOFSENSE_ID3)

+ +

Third TOFSENSE-M sensor ID. This cannot be 0. You can change ID of sensor from NAssistant Software

+ + + +

TOFSENSE-M to be used as Proximity sensor (TOFSENSE_S1_PRX)

+ +

Set 0 if sensor is to be used as a 1-D rangefinder (minimum of all distances will be sent, typically used for height detection). Set 1 if it should be used as a 3-D proximity device (Eg. Obstacle Avoidance)

+ + + +

TOFSENSE-M serial port config (TOFSENSE_S1_SP)

+ +

UART instance sensor is connected to. Set 1 if sensor is connected to the port with fist SERIALx_PROTOCOL = 28.

+ + + +

TOFSENSE-M serial port baudrate (TOFSENSE_S1_BR)

+ +

Serial Port baud rate. Sensor baud rate can be changed from Nassistant software

+ + + +

AFS_ Parameters

+ + +

Enable Advanced Failsafe (AFS_ENABLE)

Note: This parameter is for advanced users
+ +

This enables the advanced failsafe system. If this is set to zero (disable) then all the other AFS options have no effect

+ + + +

Manual Pin (AFS_MAN_PIN)

Note: This parameter is for advanced users
+ +

This sets a digital output pin to set high when in manual mode. See the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot.

+ + + +

Heartbeat Pin (AFS_HB_PIN)

Note: This parameter is for advanced users
+ +

This sets a digital output pin which is cycled at 10Hz when termination is not activated. Note that if a FS_TERM_PIN is set then the heartbeat pin will continue to cycle at 10Hz when termination is activated, to allow the termination board to distinguish between autopilot crash and termination. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot.

+ + + +

Comms Waypoint (AFS_WP_COMMS)

Note: This parameter is for advanced users
+ +

Waypoint number to navigate to on comms loss

+ + + +

GPS Loss Waypoint (AFS_WP_GPS_LOSS)

Note: This parameter is for advanced users
+ +

Waypoint number to navigate to on GPS lock loss

+ + + +

Force Terminate (AFS_TERMINATE)

Note: This parameter is for advanced users
+ +

Can be set in flight to force termination of the heartbeat signal

+ + + +

Terminate action (AFS_TERM_ACTION)

Note: This parameter is for advanced users
+ +

This can be used to force an action on flight termination. Normally this is handled by an external failsafe board, but you can setup ArduPilot to handle it here. Please consult the wiki for more information on the possible values of the parameter

+ + + +

Terminate Pin (AFS_TERM_PIN)

Note: This parameter is for advanced users
+ +

This sets a digital output pin to set high on flight termination. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot.

+ + + +

AMSL limit (AFS_AMSL_LIMIT)

Note: This parameter is for advanced users
+ +

This sets the AMSL (above mean sea level) altitude limit. If the pressure altitude determined by QNH exceeds this limit then flight termination will be forced. Note that this limit is in meters, whereas pressure altitude limits are often quoted in feet. A value of zero disables the pressure altitude limit.

+ + + +

Error margin for GPS based AMSL limit (AFS_AMSL_ERR_GPS)

Note: This parameter is for advanced users
+ +

This sets margin for error in GPS derived altitude limit. This error margin is only used if the barometer has failed. If the barometer fails then the GPS will be used to enforce the AMSL_LIMIT, but this margin will be subtracted from the AMSL_LIMIT first, to ensure that even with the given amount of GPS altitude error the pressure altitude is not breached. OBC users should set this to comply with their D2 safety case. A value of -1 will mean that barometer failure will lead to immediate termination.

+ + + +

QNH pressure (AFS_QNH_PRESSURE)

Note: This parameter is for advanced users
+ +

This sets the QNH pressure in millibars to be used for pressure altitude in the altitude limit. A value of zero disables the altitude limit.

+ + + +

Maximum number of GPS loss events (AFS_MAX_GPS_LOSS)

Note: This parameter is for advanced users
+ +

Maximum number of GPS loss events before the aircraft stops returning to mission on GPS recovery. Use zero to allow for any number of GPS loss events.

+ + + +

Maximum number of comms loss events (AFS_MAX_COM_LOSS)

Note: This parameter is for advanced users
+ +

Maximum number of comms loss events before the aircraft stops returning to mission on comms recovery. Use zero to allow for any number of comms loss events.

+ + + +

Enable geofence Advanced Failsafe (AFS_GEOFENCE)

Note: This parameter is for advanced users
+ +

This enables the geofence part of the AFS. Will only be in effect if AFS_ENABLE is also 1

+ + + +

Enable RC Advanced Failsafe (AFS_RC)

Note: This parameter is for advanced users
+ +

This enables the RC part of the AFS. Will only be in effect if AFS_ENABLE is also 1

+ + + +

Enable RC Termination only in manual control modes (AFS_RC_MAN_ONLY)

Note: This parameter is for advanced users
+ +

If this parameter is set to 1, then an RC loss will only cause the plane to terminate in manual control modes. If it is 0, then the plane will terminate in any flight mode.

+ + + +

Enable dual loss terminate due to failure of both GCS and GPS simultaneously (AFS_DUAL_LOSS)

Note: This parameter is for advanced users
+ +

This enables the dual loss termination part of the AFS system. If this parameter is 1 and both GPS and the ground control station fail simultaneously, this will be considered a "dual loss" and cause termination.

+ + + +

RC failure time (AFS_RC_FAIL_TIME)

Note: This parameter is for advanced users
+ +

This is the time in seconds in manual mode that failsafe termination will activate if RC input is lost. For the OBC rules this should be (1.5). Use 0 to disable.

+ + + +

Max allowed range (AFS_MAX_RANGE)

Note: This parameter is for advanced users
+ +

This is the maximum range of the vehicle in kilometers from first arming. If the vehicle goes beyond this range then the TERM_ACTION is performed. A value of zero disables this feature.

+ + + +

AFS options (AFS_OPTIONS)

+ +

See description for each bitmask bit description

+ + + +

GCS timeout (AFS_GCS_TIMEOUT)

Note: This parameter is for advanced users
+ +

The time (in seconds) of persistent data link loss before GCS failsafe occurs.

+ + + +

AHRS_ Parameters

+ + +

AHRS GPS gain (AHRS_GPS_GAIN)

Note: This parameter is for advanced users
+ +

This controls 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.

+ + + +

AHRS use GPS for DCM navigation and position-down (AHRS_GPS_USE)

Note: This parameter is for advanced users
+ +

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. Currently this affects only the DCM-based AHRS: the EKF uses GPS according to its own parameters. A value of 2 means to use GPS for height as well as position - both in DCM estimation and when determining altitude-above-home.

+ + + +

Yaw P (AHRS_YAW_P)

Note: This parameter is for advanced users
+ +

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.

+ + + +

AHRS RP_P (AHRS_RP_P)

Note: This parameter is for advanced users
+ +

This controls how fast the accelerometers correct the attitude

+ + + +

Maximum wind (AHRS_WIND_MAX)

Note: This parameter is for advanced users
+ +

This sets the maximum allowable difference between ground speed and airspeed. A value of zero means to use the airspeed as is. This allows the plane to cope with a failing airspeed sensor by clipping it to groundspeed plus/minus this limit. See ARSPD_OPTIONS and ARSPD_WIND_MAX to disable airspeed sensors.

+ + + +

AHRS Trim Roll (AHRS_TRIM_X)

+ +

Compensates for the roll angle difference between the control board and the frame. Positive values make the vehicle roll right.

+ + + +

AHRS Trim Pitch (AHRS_TRIM_Y)

+ +

Compensates for the pitch angle difference between the control board and the frame. Positive values make the vehicle pitch up/back.

+ + + +

AHRS Trim Yaw (AHRS_TRIM_Z)

Note: This parameter is for advanced users
+ +

Not Used

+ + + +

Board Orientation (AHRS_ORIENTATION)

Note: This parameter is for advanced users
+ +

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. The label for each option is specified in the order of rotations for that orientation. This option takes affect on next boot. After changing you will need to re-level your vehicle. Firmware versions 4.2 and prior can use a CUSTOM (100) rotation to set the AHRS_CUSTOM_ROLL/PIT/YAW angles for AHRS orientation. Later versions provide two general custom rotations which can be used, Custom 1 and Custom 2, with CUST_ROT1_ROLL/PIT/YAW or CUST_ROT2_ROLL/PIT/YAW angles.

+ + + +

AHRS Velocity Complementary Filter Beta Coefficient (AHRS_COMP_BETA)

Note: This parameter is for advanced users
+ +

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.

+ + + +

AHRS GPS Minimum satellites (AHRS_GPS_MINSATS)

Note: This parameter is for advanced users
+ +

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.

+ + + +

Use NavEKF Kalman filter for attitude and position estimation (AHRS_EKF_TYPE)

Note: This parameter is for advanced users
+ +

This controls which NavEKF Kalman filter version is used for attitude and position estimation

+ + + +

Board orientation roll offset (AHRS_CUSTOM_ROLL)

Note: This parameter is for advanced users
+ +

Autopilot mounting position roll offset. Positive values = roll right, negative values = roll left. This parameter is only used when AHRS_ORIENTATION is set to CUSTOM.

+ + + +

Board orientation pitch offset (AHRS_CUSTOM_PIT)

Note: This parameter is for advanced users
+ +

Autopilot mounting position pitch offset. Positive values = pitch up, negative values = pitch down. This parameter is only used when AHRS_ORIENTATION is set to CUSTOM.

+ + + +

Board orientation yaw offset (AHRS_CUSTOM_YAW)

Note: This parameter is for advanced users
+ +

Autopilot mounting position yaw offset. Positive values = yaw right, negative values = yaw left. This parameter is only used when AHRS_ORIENTATION is set to CUSTOM.

+ + + +

Optional AHRS behaviour (AHRS_OPTIONS)

Note: This parameter is for advanced users
+ +

This controls optional AHRS behaviour. Setting DisableDCMFallbackFW will change the AHRS behaviour for fixed wing aircraft in fly-forward flight to not fall back to DCM when the EKF stops navigating. Setting DisableDCMFallbackVTOL will change the AHRS behaviour for fixed wing aircraft in non fly-forward (VTOL) flight to not fall back to DCM when the EKF stops navigating.

+ + + +

AIS_ Parameters

+ + +

AIS receiver type (AIS_TYPE)

+ +

AIS receiver type

+ + + +

AIS vessel list size (AIS_LIST_MAX)

Note: This parameter is for advanced users
+ +

AIS list size of nearest vessels. Longer lists take longer to refresh with lower SRx_ADSB values.

+ + + +

AIS vessel time out (AIS_TIME_OUT)

Note: This parameter is for advanced users
+ +

if no updates are received in this time a vessel will be removed from the list

+ + + +

AIS logging options (AIS_LOGGING)

Note: This parameter is for advanced users
+ +

Bitmask of AIS logging options

+ + + +

ARMING_ Parameters

+ + +

Require Arming Motors (ARMING_REQUIRE)

Note: This parameter is for advanced users
+ +

Arming disabled until some requirements are met. If 0, there are no requirements (arm immediately). If 1, sends the minimum throttle PWM value to the throttle channel when disarmed. If 2, send 0 PWM (no signal) to throttle channel when disarmed. On planes with ICE enabled and the throttle while disarmed option set in ICE_OPTIONS, the motor will always get THR_MIN when disarmed. Arming will occur using either rudder stick arming (if enabled) or GCS command when all mandatory and ARMING_CHECK items are satisfied. Note, when setting this parameter to 0, a reboot is required to immediately arm the plane.

+ + + +

Accelerometer error threshold (ARMING_ACCTHRESH)

Note: This parameter is for advanced users
+ +

Accelerometer error threshold used to determine inconsistent accelerometers. Compares this error range to other accelerometers to detect a hardware or calibration error. Lower value means tighter check and harder to pass arming check. Not all accelerometers are created equal.

+ + + +

Arming with Rudder enable/disable (ARMING_RUDDER)

Note: This parameter is for advanced users
+ +

Allow arm/disarm by rudder input. When enabled arming can be done with right rudder, disarming with left rudder. Rudder arming only works with throttle at zero +- deadzone (RCx_DZ). Depending on vehicle type, arming in certain modes is prevented. See the wiki for each vehicle. Caution is recommended when arming if it is allowed in an auto-throttle mode!

+ + + +

Required mission items (ARMING_MIS_ITEMS)

Note: This parameter is for advanced users
+ +

Bitmask of mission items that are required to be planned in order to arm the aircraft

+ + + +

Arm Checks to Perform (bitmask) (ARMING_CHECK)

+ +

Checks prior to arming motor. This is a bitmask of checks that will be performed before allowing arming. For most users it is recommended to leave this at the default of 1 (all checks enabled). You can select whatever checks you prefer by adding together the values of each check type to set this parameter. For example, to only allow arming when you have GPS lock and no RC failsafe you would set ARMING_CHECK to 72.

+ + + +

Arming options (ARMING_OPTIONS)

Note: This parameter is for advanced users
+ +

Options that can be applied to change arming behaviour

+ + + +

Compass magnetic field strength error threshold vs earth magnetic model (ARMING_MAGTHRESH)

Note: This parameter is for advanced users
+ +

Compass magnetic field strength error threshold vs earth magnetic model. X and y axis are compared using this threhold, Z axis uses 2x this threshold. 0 to disable check

+ + + +

ARSPD Parameters

+ + +

Airspeed Enable (ARSPD_ENABLE)

+ +

Enable airspeed sensor support

+ + + +

Control pitot tube order (ARSPD_TUBE_ORDER)

Note: This parameter is for advanced users
+ +

This parameter allows you to control whether the order in which the tubes are attached to your pitot tube matters. If you set this to 0 then the first (often the top) connector on the sensor needs to be the stagnation pressure (the pressure at the tip of the pitot tube). If set to 1 then the second (often the bottom) connector needs to be the stagnation pressure. If set to 2 (the default) then the airspeed driver will accept either order. The reason you may wish to specify the order is it will allow your airspeed sensor to detect if the aircraft is receiving excessive pressure on the static port compared to the stagnation port such as during a stall, which would otherwise be seen as a positive airspeed.

+ + + +

Primary airspeed sensor (ARSPD_PRIMARY)

Note: This parameter is for advanced users
+ +

This selects which airspeed sensor will be the primary if multiple sensors are found

+ + + +

Airspeed options bitmask (ARSPD_OPTIONS)

Note: This parameter is for advanced users
+ +

This parameter and function is not used by this vehicle. Always set to 0.

+ + + +

Maximum airspeed and ground speed difference (ARSPD_WIND_MAX)

Note: This parameter is for advanced users
+ +

This parameter and function is not used by this vehicle. Always set to 0.

+ + + +

Airspeed and GPS speed difference that gives a warning (ARSPD_WIND_WARN)

Note: This parameter is for advanced users
+ +

This parameter and function is not used by this vehicle. Always set to 0.

+ + + +

Re-enable Consistency Check Gate Size (ARSPD_WIND_GATE)

Note: This parameter is for advanced users
+ +

This parameter and function is not used by this vehicle.

+ + + +

Maximum offset cal speed error (ARSPD_OFF_PCNT)

Note: This parameter is for advanced users
+ +

The maximum percentage speed change in airspeed reports that is allowed due to offset changes between calibrations before a warning is issued. This potential speed error is in percent of ASPD_FBW_MIN. 0 disables. Helps warn of calibrations without pitot being covered.

+ + + +

ARSPD2_ Parameters

+ + +

Airspeed type (ARSPD2_TYPE)

+ +

Type of airspeed sensor

+ + + +

Airspeed use (ARSPD2_USE)

+ +

This parameter is not used by this vehicle. Always set to 0.

+ + + +

Airspeed offset (ARSPD2_OFFSET)

Note: This parameter is for advanced users
+ +

Airspeed calibration offset

+ + + +

Airspeed ratio (ARSPD2_RATIO)

Note: This parameter is for advanced users
+ +

Calibrates pitot tube pressure to velocity. Increasing this value will indicate a higher airspeed at any given dynamic pressure.

+ + + +

Airspeed pin (ARSPD2_PIN)

Note: This parameter is for advanced users
+ +

The pin number that the airspeed sensor is connected to for analog sensors. Set to 15 on the Pixhawk for the analog airspeed port.

+ + + +

This parameter and function is not used by this vehicle. Always set to 0. (ARSPD2_AUTOCAL)

Note: This parameter is for advanced users
+ +

Enables automatic adjustment of airspeed ratio during a calibration flight based on estimation of ground speed and true airspeed. New ratio saved every 2 minutes if change is > 5%. Should not be left enabled.

+ + + +

Control pitot tube order (ARSPD2_TUBE_ORDR)

Note: This parameter is for advanced users
+ +

This parameter allows you to control whether the order in which the tubes are attached to your pitot tube matters. If you set this to 0 then the first (often the top) connector on the sensor needs to be the stagnation pressure (the pressure at the tip of the pitot tube). If set to 1 then the second (often the bottom) connector needs to be the stagnation pressure. If set to 2 (the default) then the airspeed driver will accept either order. The reason you may wish to specify the order is it will allow your airspeed sensor to detect if the aircraft is receiving excessive pressure on the static port compared to the stagnation port such as during a stall, which would otherwise be seen as a positive airspeed.

+ + + +

Skip airspeed offset calibration on startup (ARSPD2_SKIP_CAL)

Note: This parameter is for advanced users
+ +

This parameter allows you to skip airspeed offset calibration on startup, instead using the offset from the last calibration. This may be desirable if the offset variance between flights for your sensor is low and you want to avoid having to cover the pitot tube on each boot.

+ + + +

The PSI range of the device (ARSPD2_PSI_RANGE)

Note: This parameter is for advanced users
+ +

This parameter allows you to set the PSI (pounds per square inch) range for your sensor. You should not change this unless you examine the datasheet for your device

+ + + +

Airspeed I2C bus (ARSPD2_BUS)

Note: This parameter is for advanced users
+ +

Bus number of the I2C bus where the airspeed sensor is connected. May not correspond to board's I2C bus number labels. Retry another bus and reboot if airspeed sensor fails to initialize.

+ + + +

Airspeed ID (ARSPD2_DEVID)

Note: This parameter is for advanced users
+ +

Airspeed sensor ID, taking into account its type, bus and instance

+ + + +

ARSPD_ Parameters

+ + +

Airspeed type (ARSPD_TYPE)

+ +

Type of airspeed sensor

+ + + +

Airspeed use (ARSPD_USE)

+ +

This parameter is not used by this vehicle. Always set to 0.

+ + + +

Airspeed offset (ARSPD_OFFSET)

Note: This parameter is for advanced users
+ +

Airspeed calibration offset

+ + + +

Airspeed ratio (ARSPD_RATIO)

Note: This parameter is for advanced users
+ +

Calibrates pitot tube pressure to velocity. Increasing this value will indicate a higher airspeed at any given dynamic pressure.

+ + + +

Airspeed pin (ARSPD_PIN)

Note: This parameter is for advanced users
+ +

The pin number that the airspeed sensor is connected to for analog sensors. Set to 15 on the Pixhawk for the analog airspeed port.

+ + + +

This parameter and function is not used by this vehicle. Always set to 0. (ARSPD_AUTOCAL)

Note: This parameter is for advanced users
+ +

Enables automatic adjustment of airspeed ratio during a calibration flight based on estimation of ground speed and true airspeed. New ratio saved every 2 minutes if change is > 5%. Should not be left enabled.

+ + + +

Control pitot tube order (ARSPD_TUBE_ORDR)

Note: This parameter is for advanced users
+ +

This parameter allows you to control whether the order in which the tubes are attached to your pitot tube matters. If you set this to 0 then the first (often the top) connector on the sensor needs to be the stagnation pressure (the pressure at the tip of the pitot tube). If set to 1 then the second (often the bottom) connector needs to be the stagnation pressure. If set to 2 (the default) then the airspeed driver will accept either order. The reason you may wish to specify the order is it will allow your airspeed sensor to detect if the aircraft is receiving excessive pressure on the static port compared to the stagnation port such as during a stall, which would otherwise be seen as a positive airspeed.

+ + + +

Skip airspeed offset calibration on startup (ARSPD_SKIP_CAL)

Note: This parameter is for advanced users
+ +

This parameter allows you to skip airspeed offset calibration on startup, instead using the offset from the last calibration. This may be desirable if the offset variance between flights for your sensor is low and you want to avoid having to cover the pitot tube on each boot.

+ + + +

The PSI range of the device (ARSPD_PSI_RANGE)

Note: This parameter is for advanced users
+ +

This parameter allows you to set the PSI (pounds per square inch) range for your sensor. You should not change this unless you examine the datasheet for your device

+ + + +

Airspeed I2C bus (ARSPD_BUS)

Note: This parameter is for advanced users
+ +

Bus number of the I2C bus where the airspeed sensor is connected. May not correspond to board's I2C bus number labels. Retry another bus and reboot if airspeed sensor fails to initialize.

+ + + +

Airspeed ID (ARSPD_DEVID)

Note: This parameter is for advanced users
+ +

Airspeed sensor ID, taking into account its type, bus and instance

+ + + +

ATC Parameters

+ + +

Steering control rate P gain (ATC_STR_RAT_P)

+ +

Steering control rate P gain. Converts the turn rate error (in radians/sec) to a steering control output (in the range -1 to +1)

+ + + +

Steering control I gain (ATC_STR_RAT_I)

+ +

Steering control I gain. Corrects long term error between the desired turn rate (in rad/s) and actual

+ + + +

Steering control I gain maximum (ATC_STR_RAT_IMAX)

+ +

Steering control I gain maximum. Constrains the steering output (range -1 to +1) that the I term will generate

+ + + +

Steering control D gain (ATC_STR_RAT_D)

+ +

Steering control D gain. Compensates for short-term change in desired turn rate vs actual

+ + + +

Steering control feed forward (ATC_STR_RAT_FF)

+ +

Steering control feed forward

+ + + +

Steering control filter frequency (ATC_STR_RAT_FILT)

+ +

Steering control input filter. Lower values reduce noise but add delay.

+ + + +

Steering control Target filter frequency in Hz (ATC_STR_RAT_FLTT)

+ +

Target filter frequency in Hz

+ + + +

Steering control Error filter frequency in Hz (ATC_STR_RAT_FLTE)

+ +

Error filter frequency in Hz

+ + + +

Steering control Derivative term filter frequency in Hz (ATC_STR_RAT_FLTD)

+ +

Derivative filter frequency in Hz

+ + + +

Steering slew rate limit (ATC_STR_RAT_SMAX)

Note: This parameter is for advanced users
+ +

Sets an upper limit on the slew rate produced by the combined P and D gains. If the amplitude of the control action produced by the rate feedback exceeds this value, then the D+P gain is reduced to respect the limit. This limits the amplitude of high frequency oscillations caused by an excessive gain. The limit should be set to no more than 25% of the actuators maximum slew rate to allow for load effects. Note: The gain will not be reduced to less than 10% of the nominal value. A value of zero will disable this feature.

+ + + +

Steering control PD sum maximum (ATC_STR_RAT_PDMX)

+ +

Steering control PD sum maximum. The maximum/minimum value that the sum of the P and D term can output

+ + + +

Steering control Derivative FeedForward Gain (ATC_STR_RAT_D_FF)

Note: This parameter is for advanced users
+ +

FF D Gain which produces an output that is proportional to the rate of change of the target

+ + + +

Steering control Target notch filter index (ATC_STR_RAT_NTF)

Note: This parameter is for advanced users
+ +

Steering control Target notch filter index

+ + + +

Steering control Error notch filter index (ATC_STR_RAT_NEF)

Note: This parameter is for advanced users
+ +

Steering control Error notch filter index

+ + + +

Speed control P gain (ATC_SPEED_P)

+ +

Speed control P gain. Converts the error between the desired speed (in m/s) and actual speed to a motor output (in the range -1 to +1)

+ + + +

Speed control I gain (ATC_SPEED_I)

+ +

Speed control I gain. Corrects long term error between the desired speed (in m/s) and actual speed

+ + + +

Speed control I gain maximum (ATC_SPEED_IMAX)

+ +

Speed control I gain maximum. Constrains the maximum motor output (range -1 to +1) that the I term will generate

+ + + +

Speed control D gain (ATC_SPEED_D)

+ +

Speed control D gain. Compensates for short-term change in desired speed vs actual

+ + + +

Speed control feed forward (ATC_SPEED_FF)

+ +

Speed control feed forward

+ + + +

Speed control filter frequency (ATC_SPEED_FILT)

+ +

Speed control input filter. Lower values reduce noise but add delay.

+ + + +

Speed control Target filter frequency in Hz (ATC_SPEED_FLTT)

+ +

Target filter frequency in Hz

+ + + +

Speed control Error filter frequency in Hz (ATC_SPEED_FLTE)

+ +

Error filter frequency in Hz

+ + + +

Speed control Derivative term filter frequency in Hz (ATC_SPEED_FLTD)

+ +

Derivative filter frequency in Hz

+ + + +

Speed control slew rate limit (ATC_SPEED_SMAX)

Note: This parameter is for advanced users
+ +

Sets an upper limit on the slew rate produced by the combined P and D gains. If the amplitude of the control action produced by the rate feedback exceeds this value, then the D+P gain is reduced to respect the limit. This limits the amplitude of high frequency oscillations caused by an excessive gain. The limit should be set to no more than 25% of the actuators maximum slew rate to allow for load effects. Note: The gain will not be reduced to less than 10% of the nominal value. A value of zero will disable this feature.

+ + + +

Speed control PD sum maximum (ATC_SPEED_PDMX)

+ +

Speed control PD sum maximum. The maximum/minimum value that the sum of the P and D term can output

+ + + +

Speed control Derivative FeedForward Gain (ATC_SPEED_D_FF)

Note: This parameter is for advanced users
+ +

FF D Gain which produces an output that is proportional to the rate of change of the target

+ + + +

Speed control Target notch filter index (ATC_SPEED_NTF)

Note: This parameter is for advanced users
+ +

Speed control Target notch filter index

+ + + +

Speed control Error notch filter index (ATC_SPEED_NEF)

Note: This parameter is for advanced users
+ +

Speed control Error notch filter index

+ + + +

Speed control acceleration (and deceleration) maximum in m/s/s (ATC_ACCEL_MAX)

+ +

Speed control acceleration (and deceleration) maximum in m/s/s. 0 to disable acceleration limiting

+ + + +

Speed control brake enable/disable (ATC_BRAKE)

+ +

Speed control brake enable/disable. Allows sending a reversed output to the motors to slow the vehicle.

+ + + +

Speed control stop speed (ATC_STOP_SPEED)

+ +

Speed control stop speed. Motor outputs to zero once vehicle speed falls below this value

+ + + +

Steering control angle P gain (ATC_STR_ANG_P)

+ +

Steering control angle P gain. Converts the error between the desired heading/yaw (in radians) and actual heading/yaw to a desired turn rate (in rad/sec)

+ + + +

Steering control angular acceleration maximum (ATC_STR_ACC_MAX)

+ +

Steering control angular acceleration maximum (in deg/s/s). 0 to disable acceleration limiting

+ + + +

Steering control rotation rate maximum (ATC_STR_RAT_MAX)

+ +

Steering control rotation rate maximum in deg/s. 0 to remove rate limiting

+ + + +

Speed control deceleration maximum in m/s/s (ATC_DECEL_MAX)

+ +

Speed control and deceleration maximum in m/s/s. 0 to use ATC_ACCEL_MAX for deceleration

+ + + +

Pitch control P gain (ATC_BAL_P)

+ +

Pitch control P gain for BalanceBots. Converts the error between the desired pitch (in radians) and actual pitch to a motor output (in the range -1 to +1)

+ + + +

Pitch control I gain (ATC_BAL_I)

+ +

Pitch control I gain for BalanceBots. Corrects long term error between the desired pitch (in radians) and actual pitch

+ + + +

Pitch control I gain maximum (ATC_BAL_IMAX)

+ +

Pitch control I gain maximum. Constrains the maximum motor output (range -1 to +1) that the I term will generate

+ + + +

Pitch control D gain (ATC_BAL_D)

+ +

Pitch control D gain. Compensates for short-term change in desired pitch vs actual

+ + + +

Pitch control feed forward (ATC_BAL_FF)

+ +

Pitch control feed forward

+ + + +

Pitch control filter frequency (ATC_BAL_FILT)

+ +

Pitch control input filter. Lower values reduce noise but add delay.

+ + + +

Pitch control Target filter frequency in Hz (ATC_BAL_FLTT)

+ +

Pitch control Target filter frequency in Hz

+ + + +

Pitch control Error filter frequency in Hz (ATC_BAL_FLTE)

+ +

Pitch control Error filter frequency in Hz

+ + + +

Pitch control Derivative term filter frequency in Hz (ATC_BAL_FLTD)

+ +

Pitch control Derivative filter frequency in Hz

+ + + +

Pitch control slew rate limit (ATC_BAL_SMAX)

Note: This parameter is for advanced users
+ +

Pitch control upper limit on the slew rate produced by the combined P and D gains. If the amplitude of the control action produced by the rate feedback exceeds this value, then the D+P gain is reduced to respect the limit. This limits the amplitude of high frequency oscillations caused by an excessive gain. The limit should be set to no more than 25% of the actuators maximum slew rate to allow for load effects. Note: The gain will not be reduced to less than 10% of the nominal value. A value of zero will disable this feature.

+ + + +

Pitch control PD sum maximum (ATC_BAL_PDMX)

+ +

Pitch control PD sum maximum. The maximum/minimum value that the sum of the P and D term can output

+ + + +

Pitch control Derivative FeedForward Gain (ATC_BAL_D_FF)

Note: This parameter is for advanced users
+ +

FF D Gain which produces an output that is proportional to the rate of change of the target

+ + + +

Pitch control Target notch filter index (ATC_BAL_NTF)

Note: This parameter is for advanced users
+ +

Pitch control Target notch filter index

+ + + +

Pitch control Error notch filter index (ATC_BAL_NEF)

Note: This parameter is for advanced users
+ +

Pitch control Error notch filter index

+ + + +

Pitch control feed forward from current pitch angle (ATC_BAL_PIT_FF)

+ +

Pitch control feed forward from current pitch angle

+ + + +

Sail Heel control P gain (ATC_SAIL_P)

+ +

Sail Heel control P gain for sailboats. Converts the error between the desired heel angle (in radians) and actual heel to a main sail output (in the range -1 to +1)

+ + + +

Sail Heel control I gain (ATC_SAIL_I)

+ +

Sail Heel control I gain for sailboats. Corrects long term error between the desired heel angle (in radians) and actual

+ + + +

Sail Heel control I gain maximum (ATC_SAIL_IMAX)

+ +

Sail Heel control I gain maximum. Constrains the maximum I term contribution to the main sail output (range -1 to +1)

+ + + +

Sail Heel control D gain (ATC_SAIL_D)

+ +

Sail Heel control D gain. Compensates for short-term change in desired heel angle vs actual

+ + + +

Sail Heel control feed forward (ATC_SAIL_FF)

+ +

Sail Heel control feed forward

+ + + +

Sail Heel control filter frequency (ATC_SAIL_FILT)

+ +

Sail Heel control input filter. Lower values reduce noise but add delay.

+ + + +

Sail Heel Target filter frequency in Hz (ATC_SAIL_FLTT)

+ +

Target filter frequency in Hz

+ + + +

Sail Heel Error filter frequency in Hz (ATC_SAIL_FLTE)

+ +

Error filter frequency in Hz

+ + + +

Sail Heel Derivative term filter frequency in Hz (ATC_SAIL_FLTD)

+ +

Derivative filter frequency in Hz

+ + + +

Sail heel slew rate limit (ATC_SAIL_SMAX)

Note: This parameter is for advanced users
+ +

Sets an upper limit on the slew rate produced by the combined P and D gains. If the amplitude of the control action produced by the rate feedback exceeds this value, then the D+P gain is reduced to respect the limit. This limits the amplitude of high frequency oscillations caused by an excessive gain. The limit should be set to no more than 25% of the actuators maximum slew rate to allow for load effects. Note: The gain will not be reduced to less than 10% of the nominal value. A value of zero will disable this feature.

+ + + +

Sail Heel control PD sum maximum (ATC_SAIL_PDMX)

+ +

Sail Heel control PD sum maximum. The maximum/minimum value that the sum of the P and D term can output

+ + + +

Sail Heel Derivative FeedForward Gain (ATC_SAIL_D_FF)

Note: This parameter is for advanced users
+ +

FF D Gain which produces an output that is proportional to the rate of change of the target

+ + + +

Sail Heel Target notch filter index (ATC_SAIL_NTF)

Note: This parameter is for advanced users
+ +

Sail Heel Target notch filter index

+ + + +

Sail Heel Error notch filter index (ATC_SAIL_NEF)

Note: This parameter is for advanced users
+ +

Sail Heel Error notch filter index

+ + + +

Turning maximum G force (ATC_TURN_MAX_G)

+ +

The maximum turning acceleration (in units of gravities) that the rover can handle while remaining stable. The navigation code will keep the lateral acceleration below this level to avoid rolling over or slipping the wheels in turns

+ + + +

Pitch control limit time constant (ATC_BAL_LIM_TC)

+ +

Pitch control limit time constant to protect against falling. Lower values limit pitch more quickly, higher values limit more slowly. Set to 0 to disable

+ + + +

Pitch control limit throttle threshold (ATC_BAL_LIM_THR)

+ +

Pitch control limit throttle threshold. Pitch angle will be limited if throttle crosses this threshold (from 0 to 1)

+ + + +

AVOID_ Parameters

+ + +

Avoidance control enable/disable (AVOID_ENABLE)

+ +

Enabled/disable avoidance input sources

+ + + +

Avoidance distance margin in GPS modes (AVOID_MARGIN)

+ +

Vehicle will attempt to stay at least this distance (in meters) from objects while in GPS modes

+ + + +

Avoidance behaviour (AVOID_BEHAVE)

+ +

Avoidance behaviour (slide or stop)

+ + + +

Avoidance maximum backup speed (AVOID_BACKUP_SPD)

+ +

Maximum speed that will be used to back away from obstacles in GPS modes (m/s). Set zero to disable

+ + + +

Avoidance maximum acceleration (AVOID_ACCEL_MAX)

+ +

Maximum acceleration with which obstacles will be avoided with. Set zero to disable acceleration limits

+ + + +

Avoidance deadzone between stopping and backing away from obstacle (AVOID_BACKUP_DZ)

+ +

Distance beyond AVOID_MARGIN parameter, after which vehicle will backaway from obstacles. Increase this parameter if you see vehicle going back and forth in front of obstacle.

+ + + +

BARO Parameters

+ + +

Ground Pressure (BARO1_GND_PRESS)

Note: This parameter is for advanced users
+ +

calibrated ground pressure in Pascals

+ + + +

ground temperature (BARO_GND_TEMP)

Note: This parameter is for advanced users
+ +

User provided ambient ground temperature in degrees Celsius. This is used to improve the calculation of the altitude the vehicle is at. This parameter is not persistent and will be reset to 0 every time the vehicle is rebooted. A value of 0 means use the internal measurement ambient temperature.

+ + + +

altitude offset (BARO_ALT_OFFSET)

Note: This parameter is for advanced users
+ +

altitude offset in meters added to barometric altitude. This is used to allow for automatic adjustment of the base barometric altitude by a ground station equipped with a barometer. The value is added to the barometric altitude read by the aircraft. It is automatically reset to 0 when the barometer is calibrated on each reboot or when a preflight calibration is performed.

+ + + +

Primary barometer (BARO_PRIMARY)

Note: This parameter is for advanced users
+ +

This selects which barometer will be the primary if multiple barometers are found

+ + + +

External baro bus (BARO_EXT_BUS)

Note: This parameter is for advanced users
+ +

This selects the bus number for looking for an I2C barometer. When set to -1 it will probe all external i2c buses based on the BARO_PROBE_EXT parameter.

+ + + +

Ground Pressure (BARO2_GND_PRESS)

Note: This parameter is for advanced users
+ +

calibrated ground pressure in Pascals

+ + + +

Absolute Pressure (BARO3_GND_PRESS)

Note: This parameter is for advanced users
+ +

calibrated ground pressure in Pascals

+ + + +

Range in which sample is accepted (BARO_FLTR_RNG)

+ +

This sets the range around the average value that new samples must be within to be accepted. This can help reduce the impact of noise on sensors that are on long I2C cables. The value is a percentage from the average value. A value of zero disables this filter.

+ + + +

External barometers to probe (BARO_PROBE_EXT)

Note: This parameter is for advanced users
+ +

This sets which types of external i2c barometer to look for. It is a bitmask of barometer types. The I2C buses to probe is based on BARO_EXT_BUS. If BARO_EXT_BUS is -1 then it will probe all external buses, otherwise it will probe just the bus number given in BARO_EXT_BUS.

+ + + +

Baro ID (BARO1_DEVID)

Note: This parameter is for advanced users
+ +

Barometer sensor ID, taking into account its type, bus and instance

+ + + +

Baro ID2 (BARO2_DEVID)

Note: This parameter is for advanced users
+ +

Barometer2 sensor ID, taking into account its type, bus and instance

+ + + +

Baro ID3 (BARO3_DEVID)

Note: This parameter is for advanced users
+ +

Barometer3 sensor ID, taking into account its type, bus and instance

+ + + +

field elevation (BARO_FIELD_ELV)

Note: This parameter is for advanced users
+ +

User provided field elevation in meters. This is used to improve the calculation of the altitude the vehicle is at. This parameter is not persistent and will be reset to 0 every time the vehicle is rebooted. Changes to this parameter will only be used when disarmed. A value of 0 means the EKF origin height is used for takeoff height above sea level.

+ + + +

Altitude error maximum (BARO_ALTERR_MAX)

Note: This parameter is for advanced users
+ +

This is the maximum acceptable altitude discrepancy between GPS altitude and barometric presssure altitude calculated against a standard atmosphere for arming checks to pass. If you are getting an arming error due to this parameter then you may have a faulty or substituted barometer. A common issue is vendors replacing a MS5611 in a "Pixhawk" with a MS5607. If you have that issue then please see BARO_OPTIONS parameter to force the MS5611 to be treated as a MS5607. This check is disabled if the value is zero.

+ + + +

Barometer options (BARO_OPTIONS)

Note: This parameter is for advanced users
+ +

Barometer options

+ + + +

BARO1_WCF_ Parameters

+ + +

Wind coefficient enable (BARO1_WCF_ENABLE)

Note: This parameter is for advanced users
+ +

This enables the use of wind coefficients for barometer compensation

+ + + +

Pressure error coefficient in positive X direction (forward) (BARO1_WCF_FWD)

Note: This parameter is for advanced users
+ +

This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the X body axis. If the baro height estimate rises during forwards flight, then this will be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned.

+ + + +

Pressure error coefficient in negative X direction (backwards) (BARO1_WCF_BCK)

Note: This parameter is for advanced users
+ +

This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the X body axis. If the baro height estimate rises during backwards flight, then this will be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned.

+ + + +

Pressure error coefficient in positive Y direction (right) (BARO1_WCF_RGT)

Note: This parameter is for advanced users
+ +

This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the Y body axis. If the baro height estimate rises during sideways flight to the right, then this should be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned.

+ + + +

Pressure error coefficient in negative Y direction (left) (BARO1_WCF_LFT)

Note: This parameter is for advanced users
+ +

This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the Y body axis. If the baro height estimate rises during sideways flight to the left, then this should be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned.

+ + + +

Pressure error coefficient in positive Z direction (up) (BARO1_WCF_UP)

Note: This parameter is for advanced users
+ +

This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the Z body axis. If the baro height estimate rises above truth height during climbing flight (or forward flight with a high forwards lean angle), then this should be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned.

+ + + +

Pressure error coefficient in negative Z direction (down) (BARO1_WCF_DN)

Note: This parameter is for advanced users
+ +

This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the Z body axis. If the baro height estimate rises above truth height during descending flight (or forward flight with a high backwards lean angle, eg braking manoeuvre), then this should be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned.

+ + + +

BARO2_WCF_ Parameters

+ + +

Wind coefficient enable (BARO2_WCF_ENABLE)

Note: This parameter is for advanced users
+ +

This enables the use of wind coefficients for barometer compensation

+ + + +

Pressure error coefficient in positive X direction (forward) (BARO2_WCF_FWD)

Note: This parameter is for advanced users
+ +

This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the X body axis. If the baro height estimate rises during forwards flight, then this will be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned.

+ + + +

Pressure error coefficient in negative X direction (backwards) (BARO2_WCF_BCK)

Note: This parameter is for advanced users
+ +

This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the X body axis. If the baro height estimate rises during backwards flight, then this will be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned.

+ + + +

Pressure error coefficient in positive Y direction (right) (BARO2_WCF_RGT)

Note: This parameter is for advanced users
+ +

This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the Y body axis. If the baro height estimate rises during sideways flight to the right, then this should be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned.

+ + + +

Pressure error coefficient in negative Y direction (left) (BARO2_WCF_LFT)

Note: This parameter is for advanced users
+ +

This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the Y body axis. If the baro height estimate rises during sideways flight to the left, then this should be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned.

+ + + +

Pressure error coefficient in positive Z direction (up) (BARO2_WCF_UP)

Note: This parameter is for advanced users
+ +

This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the Z body axis. If the baro height estimate rises above truth height during climbing flight (or forward flight with a high forwards lean angle), then this should be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned.

+ + + +

Pressure error coefficient in negative Z direction (down) (BARO2_WCF_DN)

Note: This parameter is for advanced users
+ +

This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the Z body axis. If the baro height estimate rises above truth height during descending flight (or forward flight with a high backwards lean angle, eg braking manoeuvre), then this should be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned.

+ + + +

BARO3_WCF_ Parameters

+ + +

Wind coefficient enable (BARO3_WCF_ENABLE)

Note: This parameter is for advanced users
+ +

This enables the use of wind coefficients for barometer compensation

+ + + +

Pressure error coefficient in positive X direction (forward) (BARO3_WCF_FWD)

Note: This parameter is for advanced users
+ +

This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the X body axis. If the baro height estimate rises during forwards flight, then this will be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned.

+ + + +

Pressure error coefficient in negative X direction (backwards) (BARO3_WCF_BCK)

Note: This parameter is for advanced users
+ +

This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the X body axis. If the baro height estimate rises during backwards flight, then this will be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned.

+ + + +

Pressure error coefficient in positive Y direction (right) (BARO3_WCF_RGT)

Note: This parameter is for advanced users
+ +

This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the Y body axis. If the baro height estimate rises during sideways flight to the right, then this should be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned.

+ + + +

Pressure error coefficient in negative Y direction (left) (BARO3_WCF_LFT)

Note: This parameter is for advanced users
+ +

This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the Y body axis. If the baro height estimate rises during sideways flight to the left, then this should be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned.

+ + + +

Pressure error coefficient in positive Z direction (up) (BARO3_WCF_UP)

Note: This parameter is for advanced users
+ +

This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the Z body axis. If the baro height estimate rises above truth height during climbing flight (or forward flight with a high forwards lean angle), then this should be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned.

+ + + +

Pressure error coefficient in negative Z direction (down) (BARO3_WCF_DN)

Note: This parameter is for advanced users
+ +

This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the Z body axis. If the baro height estimate rises above truth height during descending flight (or forward flight with a high backwards lean angle, eg braking manoeuvre), then this should be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned.

+ + + +

BATT2_ Parameters

+ + +

Battery monitoring (BATT2_MONITOR)

+ +

Controls enabling monitoring of the battery's voltage and current

+ + + +

Battery capacity (BATT2_CAPACITY)

+ +

Capacity of the battery in mAh when full

+ + + +

Battery serial number (BATT2_SERIAL_NUM)

Note: This parameter is for advanced users
+ +

Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.

+ + + +

Low voltage timeout (BATT2_LOW_TIMER)

Note: This parameter is for advanced users
+ +

This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors.

+ + + +

Failsafe voltage source (BATT2_FS_VOLTSRC)

Note: This parameter is for advanced users
+ +

Voltage type used for detection of low voltage event

+ + + +

Low battery voltage (BATT2_LOW_VOLT)

+ +

Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT2_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT2_FS_LOW_ACT parameter.

+ + + +

Low battery capacity (BATT2_LOW_MAH)

+ +

Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT2_FS_LOW_ACT parameter.

+ + + +

Critical battery voltage (BATT2_CRT_VOLT)

+ +

Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT2_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT2_FS_CRT_ACT parameter.

+ + + +

Battery critical capacity (BATT2_CRT_MAH)

+ +

Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT2__FS_CRT_ACT parameter.

+ + + +

Low battery failsafe action (BATT2_FS_LOW_ACT)

+ +

What action the vehicle should perform if it hits a low battery failsafe

+ + + +

Critical battery failsafe action (BATT2_FS_CRT_ACT)

+ +

What action the vehicle should perform if it hits a critical battery failsafe

+ + + +

Required arming voltage (BATT2_ARM_VOLT)

Note: This parameter is for advanced users
+ +

Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.

+ + + +

Required arming remaining capacity (BATT2_ARM_MAH)

Note: This parameter is for advanced users
+ +

Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATT2__ARM_VOLT parameter.

+ + + +

Battery monitor options (BATT2_OPTIONS)

Note: This parameter is for advanced users
+ +

This sets options to change the behaviour of the battery monitor

+ + + +

ESC Telemetry Index to write to (BATT2_ESC_INDEX)

Note: This parameter is for advanced users
+ +

ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.

+ + + +

Battery Voltage sensing pin (BATT2_VOLT_PIN)

+ +

Sets the analog input pin that should be used for voltage monitoring.

+ + + +

Battery Current sensing pin (BATT2_CURR_PIN)

+ +

Sets the analog input pin that should be used for current monitoring.

+ + + +

Voltage Multiplier (BATT2_VOLT_MULT)

Note: This parameter is for advanced users
+ +

Used to convert the voltage of the voltage sensing pin (BATT2_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1.

+ + + +

Amps per volt (BATT2_AMP_PERVLT)

+ +

Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw.

+ + + +

AMP offset (BATT2_AMP_OFFSET)

+ +

Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current.

+ + + +

Voltage offset (BATT2_VLT_OFFSET)

Note: This parameter is for advanced users
+ +

Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied.

+ + + +

Battery monitor I2C bus number (BATT2_I2C_BUS)

Note: This parameter is for advanced users
+ +

Battery monitor I2C bus number

+ + + +

Battery monitor I2C address (BATT2_I2C_ADDR)

Note: This parameter is for advanced users
+ +

Battery monitor I2C address

+ + + +

Battery Sum mask (BATT2_SUM_MASK)

+ +

0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.

+ + + +

Scales reported power monitor current (BATT2_CURR_MULT)

Note: This parameter is for advanced users
+ +

Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications

+ + + +

Empty fuel level voltage (BATT2_FL_VLT_MIN)

Note: This parameter is for advanced users
+ +

The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.

+ + + +

Fuel level voltage multiplier (BATT2_FL_V_MULT)

Note: This parameter is for advanced users
+ +

Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.

+ + + +

Fuel level filter frequency (BATT2_FL_FLTR)

Note: This parameter is for advanced users
+ +

Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz.

+ + + +

Fuel level analog pin number (BATT2_FL_PIN)

+ +

Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V.

+ + + +

First order term (BATT2_FL_FF)

Note: This parameter is for advanced users
+ +

First order polynomial fit term

+ + + +

Second order term (BATT2_FL_FS)

Note: This parameter is for advanced users
+ +

Second order polynomial fit term

+ + + +

Third order term (BATT2_FL_FT)

Note: This parameter is for advanced users
+ +

Third order polynomial fit term

+ + + +

Offset term (BATT2_FL_OFF)

Note: This parameter is for advanced users
+ +

Offset polynomial fit term

+ + + +

Maximum Battery Voltage (BATT2_MAX_VOLT)

Note: This parameter is for advanced users
+ +

Maximum voltage of battery. Provides scaling of current versus voltage

+ + + +

Battery monitor I2C bus number (BATT2_I2C_BUS)

Note: This parameter is for advanced users
+ +

Battery monitor I2C bus number

+ + + +

Battery monitor I2C address (BATT2_I2C_ADDR)

Note: This parameter is for advanced users
+ +

Battery monitor I2C address. If this is zero then probe list of supported addresses

+ + + +

Battery monitor max current (BATT2_MAX_AMPS)

Note: This parameter is for advanced users
+ +

This controls the maximum current the INS2XX sensor will work with.

+ + + +

Battery monitor shunt resistor (BATT2_SHUNT)

Note: This parameter is for advanced users
+ +

This sets the shunt resistor used in the device

+ + + +

BATT3_ Parameters

+ + +

Battery monitoring (BATT3_MONITOR)

+ +

Controls enabling monitoring of the battery's voltage and current

+ + + +

Battery capacity (BATT3_CAPACITY)

+ +

Capacity of the battery in mAh when full

+ + + +

Battery serial number (BATT3_SERIAL_NUM)

Note: This parameter is for advanced users
+ +

Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.

+ + + +

Low voltage timeout (BATT3_LOW_TIMER)

Note: This parameter is for advanced users
+ +

This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors.

+ + + +

Failsafe voltage source (BATT3_FS_VOLTSRC)

Note: This parameter is for advanced users
+ +

Voltage type used for detection of low voltage event

+ + + +

Low battery voltage (BATT3_LOW_VOLT)

+ +

Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT3_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT3_FS_LOW_ACT parameter.

+ + + +

Low battery capacity (BATT3_LOW_MAH)

+ +

Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT3_FS_LOW_ACT parameter.

+ + + +

Critical battery voltage (BATT3_CRT_VOLT)

+ +

Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT3_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT3_FS_CRT_ACT parameter.

+ + + +

Battery critical capacity (BATT3_CRT_MAH)

+ +

Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT3__FS_CRT_ACT parameter.

+ + + +

Low battery failsafe action (BATT3_FS_LOW_ACT)

+ +

What action the vehicle should perform if it hits a low battery failsafe

+ + + +

Critical battery failsafe action (BATT3_FS_CRT_ACT)

+ +

What action the vehicle should perform if it hits a critical battery failsafe

+ + + +

Required arming voltage (BATT3_ARM_VOLT)

Note: This parameter is for advanced users
+ +

Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.

+ + + +

Required arming remaining capacity (BATT3_ARM_MAH)

Note: This parameter is for advanced users
+ +

Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATT3__ARM_VOLT parameter.

+ + + +

Battery monitor options (BATT3_OPTIONS)

Note: This parameter is for advanced users
+ +

This sets options to change the behaviour of the battery monitor

+ + + +

ESC Telemetry Index to write to (BATT3_ESC_INDEX)

Note: This parameter is for advanced users
+ +

ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.

+ + + +

Battery Voltage sensing pin (BATT3_VOLT_PIN)

+ +

Sets the analog input pin that should be used for voltage monitoring.

+ + + +

Battery Current sensing pin (BATT3_CURR_PIN)

+ +

Sets the analog input pin that should be used for current monitoring.

+ + + +

Voltage Multiplier (BATT3_VOLT_MULT)

Note: This parameter is for advanced users
+ +

Used to convert the voltage of the voltage sensing pin (BATT3_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1.

+ + + +

Amps per volt (BATT3_AMP_PERVLT)

+ +

Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw.

+ + + +

AMP offset (BATT3_AMP_OFFSET)

+ +

Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current.

+ + + +

Voltage offset (BATT3_VLT_OFFSET)

Note: This parameter is for advanced users
+ +

Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied.

+ + + +

Battery monitor I2C bus number (BATT3_I2C_BUS)

Note: This parameter is for advanced users
+ +

Battery monitor I2C bus number

+ + + +

Battery monitor I2C address (BATT3_I2C_ADDR)

Note: This parameter is for advanced users
+ +

Battery monitor I2C address

+ + + +

Battery Sum mask (BATT3_SUM_MASK)

+ +

0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.

+ + + +

Scales reported power monitor current (BATT3_CURR_MULT)

Note: This parameter is for advanced users
+ +

Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications

+ + + +

Empty fuel level voltage (BATT3_FL_VLT_MIN)

Note: This parameter is for advanced users
+ +

The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.

+ + + +

Fuel level voltage multiplier (BATT3_FL_V_MULT)

Note: This parameter is for advanced users
+ +

Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.

+ + + +

Fuel level filter frequency (BATT3_FL_FLTR)

Note: This parameter is for advanced users
+ +

Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz.

+ + + +

Fuel level analog pin number (BATT3_FL_PIN)

+ +

Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V.

+ + + +

First order term (BATT3_FL_FF)

Note: This parameter is for advanced users
+ +

First order polynomial fit term

+ + + +

Second order term (BATT3_FL_FS)

Note: This parameter is for advanced users
+ +

Second order polynomial fit term

+ + + +

Third order term (BATT3_FL_FT)

Note: This parameter is for advanced users
+ +

Third order polynomial fit term

+ + + +

Offset term (BATT3_FL_OFF)

Note: This parameter is for advanced users
+ +

Offset polynomial fit term

+ + + +

Maximum Battery Voltage (BATT3_MAX_VOLT)

Note: This parameter is for advanced users
+ +

Maximum voltage of battery. Provides scaling of current versus voltage

+ + + +

Battery monitor I2C bus number (BATT3_I2C_BUS)

Note: This parameter is for advanced users
+ +

Battery monitor I2C bus number

+ + + +

Battery monitor I2C address (BATT3_I2C_ADDR)

Note: This parameter is for advanced users
+ +

Battery monitor I2C address. If this is zero then probe list of supported addresses

+ + + +

Battery monitor max current (BATT3_MAX_AMPS)

Note: This parameter is for advanced users
+ +

This controls the maximum current the INS2XX sensor will work with.

+ + + +

Battery monitor shunt resistor (BATT3_SHUNT)

Note: This parameter is for advanced users
+ +

This sets the shunt resistor used in the device

+ + + +

BATT4_ Parameters

+ + +

Battery monitoring (BATT4_MONITOR)

+ +

Controls enabling monitoring of the battery's voltage and current

+ + + +

Battery capacity (BATT4_CAPACITY)

+ +

Capacity of the battery in mAh when full

+ + + +

Battery serial number (BATT4_SERIAL_NUM)

Note: This parameter is for advanced users
+ +

Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.

+ + + +

Low voltage timeout (BATT4_LOW_TIMER)

Note: This parameter is for advanced users
+ +

This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors.

+ + + +

Failsafe voltage source (BATT4_FS_VOLTSRC)

Note: This parameter is for advanced users
+ +

Voltage type used for detection of low voltage event

+ + + +

Low battery voltage (BATT4_LOW_VOLT)

+ +

Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT4_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT4_FS_LOW_ACT parameter.

+ + + +

Low battery capacity (BATT4_LOW_MAH)

+ +

Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT4_FS_LOW_ACT parameter.

+ + + +

Critical battery voltage (BATT4_CRT_VOLT)

+ +

Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT4_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT4_FS_CRT_ACT parameter.

+ + + +

Battery critical capacity (BATT4_CRT_MAH)

+ +

Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT4__FS_CRT_ACT parameter.

+ + + +

Low battery failsafe action (BATT4_FS_LOW_ACT)

+ +

What action the vehicle should perform if it hits a low battery failsafe

+ + + +

Critical battery failsafe action (BATT4_FS_CRT_ACT)

+ +

What action the vehicle should perform if it hits a critical battery failsafe

+ + + +

Required arming voltage (BATT4_ARM_VOLT)

Note: This parameter is for advanced users
+ +

Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.

+ + + +

Required arming remaining capacity (BATT4_ARM_MAH)

Note: This parameter is for advanced users
+ +

Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATT4__ARM_VOLT parameter.

+ + + +

Battery monitor options (BATT4_OPTIONS)

Note: This parameter is for advanced users
+ +

This sets options to change the behaviour of the battery monitor

+ + + +

ESC Telemetry Index to write to (BATT4_ESC_INDEX)

Note: This parameter is for advanced users
+ +

ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.

+ + + +

Battery Voltage sensing pin (BATT4_VOLT_PIN)

+ +

Sets the analog input pin that should be used for voltage monitoring.

+ + + +

Battery Current sensing pin (BATT4_CURR_PIN)

+ +

Sets the analog input pin that should be used for current monitoring.

+ + + +

Voltage Multiplier (BATT4_VOLT_MULT)

Note: This parameter is for advanced users
+ +

Used to convert the voltage of the voltage sensing pin (BATT4_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1.

+ + + +

Amps per volt (BATT4_AMP_PERVLT)

+ +

Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw.

+ + + +

AMP offset (BATT4_AMP_OFFSET)

+ +

Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current.

+ + + +

Voltage offset (BATT4_VLT_OFFSET)

Note: This parameter is for advanced users
+ +

Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied.

+ + + +

Battery monitor I2C bus number (BATT4_I2C_BUS)

Note: This parameter is for advanced users
+ +

Battery monitor I2C bus number

+ + + +

Battery monitor I2C address (BATT4_I2C_ADDR)

Note: This parameter is for advanced users
+ +

Battery monitor I2C address

+ + + +

Battery Sum mask (BATT4_SUM_MASK)

+ +

0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.

+ + + +

Scales reported power monitor current (BATT4_CURR_MULT)

Note: This parameter is for advanced users
+ +

Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications

+ + + +

Empty fuel level voltage (BATT4_FL_VLT_MIN)

Note: This parameter is for advanced users
+ +

The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.

+ + + +

Fuel level voltage multiplier (BATT4_FL_V_MULT)

Note: This parameter is for advanced users
+ +

Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.

+ + + +

Fuel level filter frequency (BATT4_FL_FLTR)

Note: This parameter is for advanced users
+ +

Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz.

+ + + +

Fuel level analog pin number (BATT4_FL_PIN)

+ +

Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V.

+ + + +

First order term (BATT4_FL_FF)

Note: This parameter is for advanced users
+ +

First order polynomial fit term

+ + + +

Second order term (BATT4_FL_FS)

Note: This parameter is for advanced users
+ +

Second order polynomial fit term

+ + + +

Third order term (BATT4_FL_FT)

Note: This parameter is for advanced users
+ +

Third order polynomial fit term

+ + + +

Offset term (BATT4_FL_OFF)

Note: This parameter is for advanced users
+ +

Offset polynomial fit term

+ + + +

Maximum Battery Voltage (BATT4_MAX_VOLT)

Note: This parameter is for advanced users
+ +

Maximum voltage of battery. Provides scaling of current versus voltage

+ + + +

Battery monitor I2C bus number (BATT4_I2C_BUS)

Note: This parameter is for advanced users
+ +

Battery monitor I2C bus number

+ + + +

Battery monitor I2C address (BATT4_I2C_ADDR)

Note: This parameter is for advanced users
+ +

Battery monitor I2C address. If this is zero then probe list of supported addresses

+ + + +

Battery monitor max current (BATT4_MAX_AMPS)

Note: This parameter is for advanced users
+ +

This controls the maximum current the INS2XX sensor will work with.

+ + + +

Battery monitor shunt resistor (BATT4_SHUNT)

Note: This parameter is for advanced users
+ +

This sets the shunt resistor used in the device

+ + + +

BATT5_ Parameters

+ + +

Battery monitoring (BATT5_MONITOR)

+ +

Controls enabling monitoring of the battery's voltage and current

+ + + +

Battery capacity (BATT5_CAPACITY)

+ +

Capacity of the battery in mAh when full

+ + + +

Battery serial number (BATT5_SERIAL_NUM)

Note: This parameter is for advanced users
+ +

Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.

+ + + +

Low voltage timeout (BATT5_LOW_TIMER)

Note: This parameter is for advanced users
+ +

This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors.

+ + + +

Failsafe voltage source (BATT5_FS_VOLTSRC)

Note: This parameter is for advanced users
+ +

Voltage type used for detection of low voltage event

+ + + +

Low battery voltage (BATT5_LOW_VOLT)

+ +

Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT5_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT5_FS_LOW_ACT parameter.

+ + + +

Low battery capacity (BATT5_LOW_MAH)

+ +

Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT5_FS_LOW_ACT parameter.

+ + + +

Critical battery voltage (BATT5_CRT_VOLT)

+ +

Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT5_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT5_FS_CRT_ACT parameter.

+ + + +

Battery critical capacity (BATT5_CRT_MAH)

+ +

Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT5__FS_CRT_ACT parameter.

+ + + +

Low battery failsafe action (BATT5_FS_LOW_ACT)

+ +

What action the vehicle should perform if it hits a low battery failsafe

+ + + +

Critical battery failsafe action (BATT5_FS_CRT_ACT)

+ +

What action the vehicle should perform if it hits a critical battery failsafe

+ + + +

Required arming voltage (BATT5_ARM_VOLT)

Note: This parameter is for advanced users
+ +

Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.

+ + + +

Required arming remaining capacity (BATT5_ARM_MAH)

Note: This parameter is for advanced users
+ +

Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATT5__ARM_VOLT parameter.

+ + + +

Battery monitor options (BATT5_OPTIONS)

Note: This parameter is for advanced users
+ +

This sets options to change the behaviour of the battery monitor

+ + + +

ESC Telemetry Index to write to (BATT5_ESC_INDEX)

Note: This parameter is for advanced users
+ +

ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.

+ + + +

Battery Voltage sensing pin (BATT5_VOLT_PIN)

+ +

Sets the analog input pin that should be used for voltage monitoring.

+ + + +

Battery Current sensing pin (BATT5_CURR_PIN)

+ +

Sets the analog input pin that should be used for current monitoring.

+ + + +

Voltage Multiplier (BATT5_VOLT_MULT)

Note: This parameter is for advanced users
+ +

Used to convert the voltage of the voltage sensing pin (BATT5_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1.

+ + + +

Amps per volt (BATT5_AMP_PERVLT)

+ +

Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw.

+ + + +

AMP offset (BATT5_AMP_OFFSET)

+ +

Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current.

+ + + +

Voltage offset (BATT5_VLT_OFFSET)

Note: This parameter is for advanced users
+ +

Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied.

+ + + +

Battery monitor I2C bus number (BATT5_I2C_BUS)

Note: This parameter is for advanced users
+ +

Battery monitor I2C bus number

+ + + +

Battery monitor I2C address (BATT5_I2C_ADDR)

Note: This parameter is for advanced users
+ +

Battery monitor I2C address

+ + + +

Battery Sum mask (BATT5_SUM_MASK)

+ +

0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.

+ + + +

Scales reported power monitor current (BATT5_CURR_MULT)

Note: This parameter is for advanced users
+ +

Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications

+ + + +

Empty fuel level voltage (BATT5_FL_VLT_MIN)

Note: This parameter is for advanced users
+ +

The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.

+ + + +

Fuel level voltage multiplier (BATT5_FL_V_MULT)

Note: This parameter is for advanced users
+ +

Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.

+ + + +

Fuel level filter frequency (BATT5_FL_FLTR)

Note: This parameter is for advanced users
+ +

Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz.

+ + + +

Fuel level analog pin number (BATT5_FL_PIN)

+ +

Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V.

+ + + +

First order term (BATT5_FL_FF)

Note: This parameter is for advanced users
+ +

First order polynomial fit term

+ + + +

Second order term (BATT5_FL_FS)

Note: This parameter is for advanced users
+ +

Second order polynomial fit term

+ + + +

Third order term (BATT5_FL_FT)

Note: This parameter is for advanced users
+ +

Third order polynomial fit term

+ + + +

Offset term (BATT5_FL_OFF)

Note: This parameter is for advanced users
+ +

Offset polynomial fit term

+ + + +

Maximum Battery Voltage (BATT5_MAX_VOLT)

Note: This parameter is for advanced users
+ +

Maximum voltage of battery. Provides scaling of current versus voltage

+ + + +

Battery monitor I2C bus number (BATT5_I2C_BUS)

Note: This parameter is for advanced users
+ +

Battery monitor I2C bus number

+ + + +

Battery monitor I2C address (BATT5_I2C_ADDR)

Note: This parameter is for advanced users
+ +

Battery monitor I2C address. If this is zero then probe list of supported addresses

+ + + +

Battery monitor max current (BATT5_MAX_AMPS)

Note: This parameter is for advanced users
+ +

This controls the maximum current the INS2XX sensor will work with.

+ + + +

Battery monitor shunt resistor (BATT5_SHUNT)

Note: This parameter is for advanced users
+ +

This sets the shunt resistor used in the device

+ + + +

BATT6_ Parameters

+ + +

Battery monitoring (BATT6_MONITOR)

+ +

Controls enabling monitoring of the battery's voltage and current

+ + + +

Battery capacity (BATT6_CAPACITY)

+ +

Capacity of the battery in mAh when full

+ + + +

Battery serial number (BATT6_SERIAL_NUM)

Note: This parameter is for advanced users
+ +

Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.

+ + + +

Low voltage timeout (BATT6_LOW_TIMER)

Note: This parameter is for advanced users
+ +

This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors.

+ + + +

Failsafe voltage source (BATT6_FS_VOLTSRC)

Note: This parameter is for advanced users
+ +

Voltage type used for detection of low voltage event

+ + + +

Low battery voltage (BATT6_LOW_VOLT)

+ +

Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT6_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT6_FS_LOW_ACT parameter.

+ + + +

Low battery capacity (BATT6_LOW_MAH)

+ +

Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT6_FS_LOW_ACT parameter.

+ + + +

Critical battery voltage (BATT6_CRT_VOLT)

+ +

Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT6_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT6_FS_CRT_ACT parameter.

+ + + +

Battery critical capacity (BATT6_CRT_MAH)

+ +

Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT6__FS_CRT_ACT parameter.

+ + + +

Low battery failsafe action (BATT6_FS_LOW_ACT)

+ +

What action the vehicle should perform if it hits a low battery failsafe

+ + + +

Critical battery failsafe action (BATT6_FS_CRT_ACT)

+ +

What action the vehicle should perform if it hits a critical battery failsafe

+ + + +

Required arming voltage (BATT6_ARM_VOLT)

Note: This parameter is for advanced users
+ +

Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.

+ + + +

Required arming remaining capacity (BATT6_ARM_MAH)

Note: This parameter is for advanced users
+ +

Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATT6__ARM_VOLT parameter.

+ + + +

Battery monitor options (BATT6_OPTIONS)

Note: This parameter is for advanced users
+ +

This sets options to change the behaviour of the battery monitor

+ + + +

ESC Telemetry Index to write to (BATT6_ESC_INDEX)

Note: This parameter is for advanced users
+ +

ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.

+ + + +

Battery Voltage sensing pin (BATT6_VOLT_PIN)

+ +

Sets the analog input pin that should be used for voltage monitoring.

+ + + +

Battery Current sensing pin (BATT6_CURR_PIN)

+ +

Sets the analog input pin that should be used for current monitoring.

+ + + +

Voltage Multiplier (BATT6_VOLT_MULT)

Note: This parameter is for advanced users
+ +

Used to convert the voltage of the voltage sensing pin (BATT6_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1.

+ + + +

Amps per volt (BATT6_AMP_PERVLT)

+ +

Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw.

+ + + +

AMP offset (BATT6_AMP_OFFSET)

+ +

Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current.

+ + + +

Voltage offset (BATT6_VLT_OFFSET)

Note: This parameter is for advanced users
+ +

Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied.

+ + + +

Battery monitor I2C bus number (BATT6_I2C_BUS)

Note: This parameter is for advanced users
+ +

Battery monitor I2C bus number

+ + + +

Battery monitor I2C address (BATT6_I2C_ADDR)

Note: This parameter is for advanced users
+ +

Battery monitor I2C address

+ + + +

Battery Sum mask (BATT6_SUM_MASK)

+ +

0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.

+ + + +

Scales reported power monitor current (BATT6_CURR_MULT)

Note: This parameter is for advanced users
+ +

Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications

+ + + +

Empty fuel level voltage (BATT6_FL_VLT_MIN)

Note: This parameter is for advanced users
+ +

The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.

+ + + +

Fuel level voltage multiplier (BATT6_FL_V_MULT)

Note: This parameter is for advanced users
+ +

Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.

+ + + +

Fuel level filter frequency (BATT6_FL_FLTR)

Note: This parameter is for advanced users
+ +

Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz.

+ + + +

Fuel level analog pin number (BATT6_FL_PIN)

+ +

Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V.

+ + + +

First order term (BATT6_FL_FF)

Note: This parameter is for advanced users
+ +

First order polynomial fit term

+ + + +

Second order term (BATT6_FL_FS)

Note: This parameter is for advanced users
+ +

Second order polynomial fit term

+ + + +

Third order term (BATT6_FL_FT)

Note: This parameter is for advanced users
+ +

Third order polynomial fit term

+ + + +

Offset term (BATT6_FL_OFF)

Note: This parameter is for advanced users
+ +

Offset polynomial fit term

+ + + +

Maximum Battery Voltage (BATT6_MAX_VOLT)

Note: This parameter is for advanced users
+ +

Maximum voltage of battery. Provides scaling of current versus voltage

+ + + +

Battery monitor I2C bus number (BATT6_I2C_BUS)

Note: This parameter is for advanced users
+ +

Battery monitor I2C bus number

+ + + +

Battery monitor I2C address (BATT6_I2C_ADDR)

Note: This parameter is for advanced users
+ +

Battery monitor I2C address. If this is zero then probe list of supported addresses

+ + + +

Battery monitor max current (BATT6_MAX_AMPS)

Note: This parameter is for advanced users
+ +

This controls the maximum current the INS2XX sensor will work with.

+ + + +

Battery monitor shunt resistor (BATT6_SHUNT)

Note: This parameter is for advanced users
+ +

This sets the shunt resistor used in the device

+ + + +

BATT7_ Parameters

+ + +

Battery monitoring (BATT7_MONITOR)

+ +

Controls enabling monitoring of the battery's voltage and current

+ + + +

Battery capacity (BATT7_CAPACITY)

+ +

Capacity of the battery in mAh when full

+ + + +

Battery serial number (BATT7_SERIAL_NUM)

Note: This parameter is for advanced users
+ +

Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.

+ + + +

Low voltage timeout (BATT7_LOW_TIMER)

Note: This parameter is for advanced users
+ +

This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors.

+ + + +

Failsafe voltage source (BATT7_FS_VOLTSRC)

Note: This parameter is for advanced users
+ +

Voltage type used for detection of low voltage event

+ + + +

Low battery voltage (BATT7_LOW_VOLT)

+ +

Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT7_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT7_FS_LOW_ACT parameter.

+ + + +

Low battery capacity (BATT7_LOW_MAH)

+ +

Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT7_FS_LOW_ACT parameter.

+ + + +

Critical battery voltage (BATT7_CRT_VOLT)

+ +

Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT7_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT7_FS_CRT_ACT parameter.

+ + + +

Battery critical capacity (BATT7_CRT_MAH)

+ +

Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT7__FS_CRT_ACT parameter.

+ + + +

Low battery failsafe action (BATT7_FS_LOW_ACT)

+ +

What action the vehicle should perform if it hits a low battery failsafe

+ + + +

Critical battery failsafe action (BATT7_FS_CRT_ACT)

+ +

What action the vehicle should perform if it hits a critical battery failsafe

+ + + +

Required arming voltage (BATT7_ARM_VOLT)

Note: This parameter is for advanced users
+ +

Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.

+ + + +

Required arming remaining capacity (BATT7_ARM_MAH)

Note: This parameter is for advanced users
+ +

Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATT7__ARM_VOLT parameter.

+ + + +

Battery monitor options (BATT7_OPTIONS)

Note: This parameter is for advanced users
+ +

This sets options to change the behaviour of the battery monitor

+ + + +

ESC Telemetry Index to write to (BATT7_ESC_INDEX)

Note: This parameter is for advanced users
+ +

ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.

+ + + +

Battery Voltage sensing pin (BATT7_VOLT_PIN)

+ +

Sets the analog input pin that should be used for voltage monitoring.

+ + + +

Battery Current sensing pin (BATT7_CURR_PIN)

+ +

Sets the analog input pin that should be used for current monitoring.

+ + + +

Voltage Multiplier (BATT7_VOLT_MULT)

Note: This parameter is for advanced users
+ +

Used to convert the voltage of the voltage sensing pin (BATT7_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1.

+ + + +

Amps per volt (BATT7_AMP_PERVLT)

+ +

Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw.

+ + + +

AMP offset (BATT7_AMP_OFFSET)

+ +

Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current.

+ + + +

Voltage offset (BATT7_VLT_OFFSET)

Note: This parameter is for advanced users
+ +

Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied.

+ + + +

Battery monitor I2C bus number (BATT7_I2C_BUS)

Note: This parameter is for advanced users
+ +

Battery monitor I2C bus number

+ + + +

Battery monitor I2C address (BATT7_I2C_ADDR)

Note: This parameter is for advanced users
+ +

Battery monitor I2C address

+ + + +

Battery Sum mask (BATT7_SUM_MASK)

+ +

0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.

+ + + +

Scales reported power monitor current (BATT7_CURR_MULT)

Note: This parameter is for advanced users
+ +

Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications

+ + + +

Empty fuel level voltage (BATT7_FL_VLT_MIN)

Note: This parameter is for advanced users
+ +

The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.

+ + + +

Fuel level voltage multiplier (BATT7_FL_V_MULT)

Note: This parameter is for advanced users
+ +

Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.

+ + + +

Fuel level filter frequency (BATT7_FL_FLTR)

Note: This parameter is for advanced users
+ +

Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz.

+ + + +

Fuel level analog pin number (BATT7_FL_PIN)

+ +

Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V.

+ + + +

First order term (BATT7_FL_FF)

Note: This parameter is for advanced users
+ +

First order polynomial fit term

+ + + +

Second order term (BATT7_FL_FS)

Note: This parameter is for advanced users
+ +

Second order polynomial fit term

+ + + +

Third order term (BATT7_FL_FT)

Note: This parameter is for advanced users
+ +

Third order polynomial fit term

+ + + +

Offset term (BATT7_FL_OFF)

Note: This parameter is for advanced users
+ +

Offset polynomial fit term

+ + + +

Maximum Battery Voltage (BATT7_MAX_VOLT)

Note: This parameter is for advanced users
+ +

Maximum voltage of battery. Provides scaling of current versus voltage

+ + + +

Battery monitor I2C bus number (BATT7_I2C_BUS)

Note: This parameter is for advanced users
+ +

Battery monitor I2C bus number

+ + + +

Battery monitor I2C address (BATT7_I2C_ADDR)

Note: This parameter is for advanced users
+ +

Battery monitor I2C address. If this is zero then probe list of supported addresses

+ + + +

Battery monitor max current (BATT7_MAX_AMPS)

Note: This parameter is for advanced users
+ +

This controls the maximum current the INS2XX sensor will work with.

+ + + +

Battery monitor shunt resistor (BATT7_SHUNT)

Note: This parameter is for advanced users
+ +

This sets the shunt resistor used in the device

+ + + +

BATT8_ Parameters

+ + +

Battery monitoring (BATT8_MONITOR)

+ +

Controls enabling monitoring of the battery's voltage and current

+ + + +

Battery capacity (BATT8_CAPACITY)

+ +

Capacity of the battery in mAh when full

+ + + +

Battery serial number (BATT8_SERIAL_NUM)

Note: This parameter is for advanced users
+ +

Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.

+ + + +

Low voltage timeout (BATT8_LOW_TIMER)

Note: This parameter is for advanced users
+ +

This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors.

+ + + +

Failsafe voltage source (BATT8_FS_VOLTSRC)

Note: This parameter is for advanced users
+ +

Voltage type used for detection of low voltage event

+ + + +

Low battery voltage (BATT8_LOW_VOLT)

+ +

Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT8_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT8_FS_LOW_ACT parameter.

+ + + +

Low battery capacity (BATT8_LOW_MAH)

+ +

Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT8_FS_LOW_ACT parameter.

+ + + +

Critical battery voltage (BATT8_CRT_VOLT)

+ +

Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT8_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT8_FS_CRT_ACT parameter.

+ + + +

Battery critical capacity (BATT8_CRT_MAH)

+ +

Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT8__FS_CRT_ACT parameter.

+ + + +

Low battery failsafe action (BATT8_FS_LOW_ACT)

+ +

What action the vehicle should perform if it hits a low battery failsafe

+ + + +

Critical battery failsafe action (BATT8_FS_CRT_ACT)

+ +

What action the vehicle should perform if it hits a critical battery failsafe

+ + + +

Required arming voltage (BATT8_ARM_VOLT)

Note: This parameter is for advanced users
+ +

Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.

+ + + +

Required arming remaining capacity (BATT8_ARM_MAH)

Note: This parameter is for advanced users
+ +

Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATT8__ARM_VOLT parameter.

+ + + +

Battery monitor options (BATT8_OPTIONS)

Note: This parameter is for advanced users
+ +

This sets options to change the behaviour of the battery monitor

+ + + +

ESC Telemetry Index to write to (BATT8_ESC_INDEX)

Note: This parameter is for advanced users
+ +

ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.

+ + + +

Battery Voltage sensing pin (BATT8_VOLT_PIN)

+ +

Sets the analog input pin that should be used for voltage monitoring.

+ + + +

Battery Current sensing pin (BATT8_CURR_PIN)

+ +

Sets the analog input pin that should be used for current monitoring.

+ + + +

Voltage Multiplier (BATT8_VOLT_MULT)

Note: This parameter is for advanced users
+ +

Used to convert the voltage of the voltage sensing pin (BATT8_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1.

+ + + +

Amps per volt (BATT8_AMP_PERVLT)

+ +

Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw.

+ + + +

AMP offset (BATT8_AMP_OFFSET)

+ +

Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current.

+ + + +

Voltage offset (BATT8_VLT_OFFSET)

Note: This parameter is for advanced users
+ +

Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied.

+ + + +

Battery monitor I2C bus number (BATT8_I2C_BUS)

Note: This parameter is for advanced users
+ +

Battery monitor I2C bus number

+ + + +

Battery monitor I2C address (BATT8_I2C_ADDR)

Note: This parameter is for advanced users
+ +

Battery monitor I2C address

+ + + +

Battery Sum mask (BATT8_SUM_MASK)

+ +

0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.

+ + + +

Scales reported power monitor current (BATT8_CURR_MULT)

Note: This parameter is for advanced users
+ +

Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications

+ + + +

Empty fuel level voltage (BATT8_FL_VLT_MIN)

Note: This parameter is for advanced users
+ +

The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.

+ + + +

Fuel level voltage multiplier (BATT8_FL_V_MULT)

Note: This parameter is for advanced users
+ +

Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.

+ + + +

Fuel level filter frequency (BATT8_FL_FLTR)

Note: This parameter is for advanced users
+ +

Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz.

+ + + +

Fuel level analog pin number (BATT8_FL_PIN)

+ +

Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V.

+ + + +

First order term (BATT8_FL_FF)

Note: This parameter is for advanced users
+ +

First order polynomial fit term

+ + + +

Second order term (BATT8_FL_FS)

Note: This parameter is for advanced users
+ +

Second order polynomial fit term

+ + + +

Third order term (BATT8_FL_FT)

Note: This parameter is for advanced users
+ +

Third order polynomial fit term

+ + + +

Offset term (BATT8_FL_OFF)

Note: This parameter is for advanced users
+ +

Offset polynomial fit term

+ + + +

Maximum Battery Voltage (BATT8_MAX_VOLT)

Note: This parameter is for advanced users
+ +

Maximum voltage of battery. Provides scaling of current versus voltage

+ + + +

Battery monitor I2C bus number (BATT8_I2C_BUS)

Note: This parameter is for advanced users
+ +

Battery monitor I2C bus number

+ + + +

Battery monitor I2C address (BATT8_I2C_ADDR)

Note: This parameter is for advanced users
+ +

Battery monitor I2C address. If this is zero then probe list of supported addresses

+ + + +

Battery monitor max current (BATT8_MAX_AMPS)

Note: This parameter is for advanced users
+ +

This controls the maximum current the INS2XX sensor will work with.

+ + + +

Battery monitor shunt resistor (BATT8_SHUNT)

Note: This parameter is for advanced users
+ +

This sets the shunt resistor used in the device

+ + + +

BATT9_ Parameters

+ + +

Battery monitoring (BATT9_MONITOR)

+ +

Controls enabling monitoring of the battery's voltage and current

+ + + +

Battery capacity (BATT9_CAPACITY)

+ +

Capacity of the battery in mAh when full

+ + + +

Battery serial number (BATT9_SERIAL_NUM)

Note: This parameter is for advanced users
+ +

Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.

+ + + +

Low voltage timeout (BATT9_LOW_TIMER)

Note: This parameter is for advanced users
+ +

This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors.

+ + + +

Failsafe voltage source (BATT9_FS_VOLTSRC)

Note: This parameter is for advanced users
+ +

Voltage type used for detection of low voltage event

+ + + +

Low battery voltage (BATT9_LOW_VOLT)

+ +

Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT9_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT9_FS_LOW_ACT parameter.

+ + + +

Low battery capacity (BATT9_LOW_MAH)

+ +

Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT9_FS_LOW_ACT parameter.

+ + + +

Critical battery voltage (BATT9_CRT_VOLT)

+ +

Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT9_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT9_FS_CRT_ACT parameter.

+ + + +

Battery critical capacity (BATT9_CRT_MAH)

+ +

Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT9__FS_CRT_ACT parameter.

+ + + +

Low battery failsafe action (BATT9_FS_LOW_ACT)

+ +

What action the vehicle should perform if it hits a low battery failsafe

+ + + +

Critical battery failsafe action (BATT9_FS_CRT_ACT)

+ +

What action the vehicle should perform if it hits a critical battery failsafe

+ + + +

Required arming voltage (BATT9_ARM_VOLT)

Note: This parameter is for advanced users
+ +

Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.

+ + + +

Required arming remaining capacity (BATT9_ARM_MAH)

Note: This parameter is for advanced users
+ +

Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATT9__ARM_VOLT parameter.

+ + + +

Battery monitor options (BATT9_OPTIONS)

Note: This parameter is for advanced users
+ +

This sets options to change the behaviour of the battery monitor

+ + + +

ESC Telemetry Index to write to (BATT9_ESC_INDEX)

Note: This parameter is for advanced users
+ +

ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.

+ + + +

Battery Voltage sensing pin (BATT9_VOLT_PIN)

+ +

Sets the analog input pin that should be used for voltage monitoring.

+ + + +

Battery Current sensing pin (BATT9_CURR_PIN)

+ +

Sets the analog input pin that should be used for current monitoring.

+ + + +

Voltage Multiplier (BATT9_VOLT_MULT)

Note: This parameter is for advanced users
+ +

Used to convert the voltage of the voltage sensing pin (BATT9_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1.

+ + + +

Amps per volt (BATT9_AMP_PERVLT)

+ +

Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw.

+ + + +

AMP offset (BATT9_AMP_OFFSET)

+ +

Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current.

+ + + +

Voltage offset (BATT9_VLT_OFFSET)

Note: This parameter is for advanced users
+ +

Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied.

+ + + +

Battery monitor I2C bus number (BATT9_I2C_BUS)

Note: This parameter is for advanced users
+ +

Battery monitor I2C bus number

+ + + +

Battery monitor I2C address (BATT9_I2C_ADDR)

Note: This parameter is for advanced users
+ +

Battery monitor I2C address

+ + + +

Battery Sum mask (BATT9_SUM_MASK)

+ +

0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.

+ + + +

Scales reported power monitor current (BATT9_CURR_MULT)

Note: This parameter is for advanced users
+ +

Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications

+ + + +

Empty fuel level voltage (BATT9_FL_VLT_MIN)

Note: This parameter is for advanced users
+ +

The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.

+ + + +

Fuel level voltage multiplier (BATT9_FL_V_MULT)

Note: This parameter is for advanced users
+ +

Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.

+ + + +

Fuel level filter frequency (BATT9_FL_FLTR)

Note: This parameter is for advanced users
+ +

Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz.

+ + + +

Fuel level analog pin number (BATT9_FL_PIN)

+ +

Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V.

+ + + +

First order term (BATT9_FL_FF)

Note: This parameter is for advanced users
+ +

First order polynomial fit term

+ + + +

Second order term (BATT9_FL_FS)

Note: This parameter is for advanced users
+ +

Second order polynomial fit term

+ + + +

Third order term (BATT9_FL_FT)

Note: This parameter is for advanced users
+ +

Third order polynomial fit term

+ + + +

Offset term (BATT9_FL_OFF)

Note: This parameter is for advanced users
+ +

Offset polynomial fit term

+ + + +

Maximum Battery Voltage (BATT9_MAX_VOLT)

Note: This parameter is for advanced users
+ +

Maximum voltage of battery. Provides scaling of current versus voltage

+ + + +

Battery monitor I2C bus number (BATT9_I2C_BUS)

Note: This parameter is for advanced users
+ +

Battery monitor I2C bus number

+ + + +

Battery monitor I2C address (BATT9_I2C_ADDR)

Note: This parameter is for advanced users
+ +

Battery monitor I2C address. If this is zero then probe list of supported addresses

+ + + +

Battery monitor max current (BATT9_MAX_AMPS)

Note: This parameter is for advanced users
+ +

This controls the maximum current the INS2XX sensor will work with.

+ + + +

Battery monitor shunt resistor (BATT9_SHUNT)

Note: This parameter is for advanced users
+ +

This sets the shunt resistor used in the device

+ + + +

BATTA_ Parameters

+ + +

Battery monitoring (BATTA_MONITOR)

+ +

Controls enabling monitoring of the battery's voltage and current

+ + + +

Battery capacity (BATTA_CAPACITY)

+ +

Capacity of the battery in mAh when full

+ + + +

Battery serial number (BATTA_SERIAL_NUM)

Note: This parameter is for advanced users
+ +

Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.

+ + + +

Low voltage timeout (BATTA_LOW_TIMER)

Note: This parameter is for advanced users
+ +

This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors.

+ + + +

Failsafe voltage source (BATTA_FS_VOLTSRC)

Note: This parameter is for advanced users
+ +

Voltage type used for detection of low voltage event

+ + + +

Low battery voltage (BATTA_LOW_VOLT)

+ +

Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTA_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATTA_FS_LOW_ACT parameter.

+ + + +

Low battery capacity (BATTA_LOW_MAH)

+ +

Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTA_FS_LOW_ACT parameter.

+ + + +

Critical battery voltage (BATTA_CRT_VOLT)

+ +

Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTA_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATTA_FS_CRT_ACT parameter.

+ + + +

Battery critical capacity (BATTA_CRT_MAH)

+ +

Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTA__FS_CRT_ACT parameter.

+ + + +

Low battery failsafe action (BATTA_FS_LOW_ACT)

+ +

What action the vehicle should perform if it hits a low battery failsafe

+ + + +

Critical battery failsafe action (BATTA_FS_CRT_ACT)

+ +

What action the vehicle should perform if it hits a critical battery failsafe

+ + + +

Required arming voltage (BATTA_ARM_VOLT)

Note: This parameter is for advanced users
+ +

Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.

+ + + +

Required arming remaining capacity (BATTA_ARM_MAH)

Note: This parameter is for advanced users
+ +

Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATTA__ARM_VOLT parameter.

+ + + +

Battery monitor options (BATTA_OPTIONS)

Note: This parameter is for advanced users
+ +

This sets options to change the behaviour of the battery monitor

+ + + +

ESC Telemetry Index to write to (BATTA_ESC_INDEX)

Note: This parameter is for advanced users
+ +

ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.

+ + + +

Battery Voltage sensing pin (BATTA_VOLT_PIN)

+ +

Sets the analog input pin that should be used for voltage monitoring.

+ + + +

Battery Current sensing pin (BATTA_CURR_PIN)

+ +

Sets the analog input pin that should be used for current monitoring.

+ + + +

Voltage Multiplier (BATTA_VOLT_MULT)

Note: This parameter is for advanced users
+ +

Used to convert the voltage of the voltage sensing pin (BATTA_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1.

+ + + +

Amps per volt (BATTA_AMP_PERVLT)

+ +

Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw.

+ + + +

AMP offset (BATTA_AMP_OFFSET)

+ +

Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current.

+ + + +

Voltage offset (BATTA_VLT_OFFSET)

Note: This parameter is for advanced users
+ +

Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied.

+ + + +

Battery monitor I2C bus number (BATTA_I2C_BUS)

Note: This parameter is for advanced users
+ +

Battery monitor I2C bus number

+ + + +

Battery monitor I2C address (BATTA_I2C_ADDR)

Note: This parameter is for advanced users
+ +

Battery monitor I2C address

+ + + +

Battery Sum mask (BATTA_SUM_MASK)

+ +

0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.

+ + + +

Scales reported power monitor current (BATTA_CURR_MULT)

Note: This parameter is for advanced users
+ +

Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications

+ + + +

Empty fuel level voltage (BATTA_FL_VLT_MIN)

Note: This parameter is for advanced users
+ +

The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.

+ + + +

Fuel level voltage multiplier (BATTA_FL_V_MULT)

Note: This parameter is for advanced users
+ +

Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.

+ + + +

Fuel level filter frequency (BATTA_FL_FLTR)

Note: This parameter is for advanced users
+ +

Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz.

+ + + +

Fuel level analog pin number (BATTA_FL_PIN)

+ +

Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V.

+ + + +

First order term (BATTA_FL_FF)

Note: This parameter is for advanced users
+ +

First order polynomial fit term

+ + + +

Second order term (BATTA_FL_FS)

Note: This parameter is for advanced users
+ +

Second order polynomial fit term

+ + + +

Third order term (BATTA_FL_FT)

Note: This parameter is for advanced users
+ +

Third order polynomial fit term

+ + + +

Offset term (BATTA_FL_OFF)

Note: This parameter is for advanced users
+ +

Offset polynomial fit term

+ + + +

Maximum Battery Voltage (BATTA_MAX_VOLT)

Note: This parameter is for advanced users
+ +

Maximum voltage of battery. Provides scaling of current versus voltage

+ + + +

Battery monitor I2C bus number (BATTA_I2C_BUS)

Note: This parameter is for advanced users
+ +

Battery monitor I2C bus number

+ + + +

Battery monitor I2C address (BATTA_I2C_ADDR)

Note: This parameter is for advanced users
+ +

Battery monitor I2C address. If this is zero then probe list of supported addresses

+ + + +

Battery monitor max current (BATTA_MAX_AMPS)

Note: This parameter is for advanced users
+ +

This controls the maximum current the INS2XX sensor will work with.

+ + + +

Battery monitor shunt resistor (BATTA_SHUNT)

Note: This parameter is for advanced users
+ +

This sets the shunt resistor used in the device

+ + + +

BATTB_ Parameters

+ + +

Battery monitoring (BATTB_MONITOR)

+ +

Controls enabling monitoring of the battery's voltage and current

+ + + +

Battery capacity (BATTB_CAPACITY)

+ +

Capacity of the battery in mAh when full

+ + + +

Battery serial number (BATTB_SERIAL_NUM)

Note: This parameter is for advanced users
+ +

Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.

+ + + +

Low voltage timeout (BATTB_LOW_TIMER)

Note: This parameter is for advanced users
+ +

This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors.

+ + + +

Failsafe voltage source (BATTB_FS_VOLTSRC)

Note: This parameter is for advanced users
+ +

Voltage type used for detection of low voltage event

+ + + +

Low battery voltage (BATTB_LOW_VOLT)

+ +

Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTB_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATTB_FS_LOW_ACT parameter.

+ + + +

Low battery capacity (BATTB_LOW_MAH)

+ +

Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTB_FS_LOW_ACT parameter.

+ + + +

Critical battery voltage (BATTB_CRT_VOLT)

+ +

Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTB_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATTB_FS_CRT_ACT parameter.

+ + + +

Battery critical capacity (BATTB_CRT_MAH)

+ +

Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTB__FS_CRT_ACT parameter.

+ + + +

Low battery failsafe action (BATTB_FS_LOW_ACT)

+ +

What action the vehicle should perform if it hits a low battery failsafe

+ + + +

Critical battery failsafe action (BATTB_FS_CRT_ACT)

+ +

What action the vehicle should perform if it hits a critical battery failsafe

+ + + +

Required arming voltage (BATTB_ARM_VOLT)

Note: This parameter is for advanced users
+ +

Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.

+ + + +

Required arming remaining capacity (BATTB_ARM_MAH)

Note: This parameter is for advanced users
+ +

Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATTB__ARM_VOLT parameter.

+ + + +

Battery monitor options (BATTB_OPTIONS)

Note: This parameter is for advanced users
+ +

This sets options to change the behaviour of the battery monitor

+ + + +

ESC Telemetry Index to write to (BATTB_ESC_INDEX)

Note: This parameter is for advanced users
+ +

ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.

+ + + +

Battery Voltage sensing pin (BATTB_VOLT_PIN)

+ +

Sets the analog input pin that should be used for voltage monitoring.

+ + + +

Battery Current sensing pin (BATTB_CURR_PIN)

+ +

Sets the analog input pin that should be used for current monitoring.

+ + + +

Voltage Multiplier (BATTB_VOLT_MULT)

Note: This parameter is for advanced users
+ +

Used to convert the voltage of the voltage sensing pin (BATTB_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1.

+ + + +

Amps per volt (BATTB_AMP_PERVLT)

+ +

Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw.

+ + + +

AMP offset (BATTB_AMP_OFFSET)

+ +

Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current.

+ + + +

Voltage offset (BATTB_VLT_OFFSET)

Note: This parameter is for advanced users
+ +

Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied.

+ + + +

Battery monitor I2C bus number (BATTB_I2C_BUS)

Note: This parameter is for advanced users
+ +

Battery monitor I2C bus number

+ + + +

Battery monitor I2C address (BATTB_I2C_ADDR)

Note: This parameter is for advanced users
+ +

Battery monitor I2C address

+ + + +

Battery Sum mask (BATTB_SUM_MASK)

+ +

0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.

+ + + +

Scales reported power monitor current (BATTB_CURR_MULT)

Note: This parameter is for advanced users
+ +

Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications

+ + + +

Empty fuel level voltage (BATTB_FL_VLT_MIN)

Note: This parameter is for advanced users
+ +

The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.

+ + + +

Fuel level voltage multiplier (BATTB_FL_V_MULT)

Note: This parameter is for advanced users
+ +

Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.

+ + + +

Fuel level filter frequency (BATTB_FL_FLTR)

Note: This parameter is for advanced users
+ +

Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz.

+ + + +

Fuel level analog pin number (BATTB_FL_PIN)

+ +

Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V.

+ + + +

First order term (BATTB_FL_FF)

Note: This parameter is for advanced users
+ +

First order polynomial fit term

+ + + +

Second order term (BATTB_FL_FS)

Note: This parameter is for advanced users
+ +

Second order polynomial fit term

+ + + +

Third order term (BATTB_FL_FT)

Note: This parameter is for advanced users
+ +

Third order polynomial fit term

+ + + +

Offset term (BATTB_FL_OFF)

Note: This parameter is for advanced users
+ +

Offset polynomial fit term

+ + + +

Maximum Battery Voltage (BATTB_MAX_VOLT)

Note: This parameter is for advanced users
+ +

Maximum voltage of battery. Provides scaling of current versus voltage

+ + + +

Battery monitor I2C bus number (BATTB_I2C_BUS)

Note: This parameter is for advanced users
+ +

Battery monitor I2C bus number

+ + + +

Battery monitor I2C address (BATTB_I2C_ADDR)

Note: This parameter is for advanced users
+ +

Battery monitor I2C address. If this is zero then probe list of supported addresses

+ + + +

Battery monitor max current (BATTB_MAX_AMPS)

Note: This parameter is for advanced users
+ +

This controls the maximum current the INS2XX sensor will work with.

+ + + +

Battery monitor shunt resistor (BATTB_SHUNT)

Note: This parameter is for advanced users
+ +

This sets the shunt resistor used in the device

+ + + +

BATTC_ Parameters

+ + +

Battery monitoring (BATTC_MONITOR)

+ +

Controls enabling monitoring of the battery's voltage and current

+ + + +

Battery capacity (BATTC_CAPACITY)

+ +

Capacity of the battery in mAh when full

+ + + +

Battery serial number (BATTC_SERIAL_NUM)

Note: This parameter is for advanced users
+ +

Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.

+ + + +

Low voltage timeout (BATTC_LOW_TIMER)

Note: This parameter is for advanced users
+ +

This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors.

+ + + +

Failsafe voltage source (BATTC_FS_VOLTSRC)

Note: This parameter is for advanced users
+ +

Voltage type used for detection of low voltage event

+ + + +

Low battery voltage (BATTC_LOW_VOLT)

+ +

Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTC_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATTC_FS_LOW_ACT parameter.

+ + + +

Low battery capacity (BATTC_LOW_MAH)

+ +

Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTC_FS_LOW_ACT parameter.

+ + + +

Critical battery voltage (BATTC_CRT_VOLT)

+ +

Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTC_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATTC_FS_CRT_ACT parameter.

+ + + +

Battery critical capacity (BATTC_CRT_MAH)

+ +

Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTC__FS_CRT_ACT parameter.

+ + + +

Low battery failsafe action (BATTC_FS_LOW_ACT)

+ +

What action the vehicle should perform if it hits a low battery failsafe

+ + + +

Critical battery failsafe action (BATTC_FS_CRT_ACT)

+ +

What action the vehicle should perform if it hits a critical battery failsafe

+ + + +

Required arming voltage (BATTC_ARM_VOLT)

Note: This parameter is for advanced users
+ +

Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.

+ + + +

Required arming remaining capacity (BATTC_ARM_MAH)

Note: This parameter is for advanced users
+ +

Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATTC__ARM_VOLT parameter.

+ + + +

Battery monitor options (BATTC_OPTIONS)

Note: This parameter is for advanced users
+ +

This sets options to change the behaviour of the battery monitor

+ + + +

ESC Telemetry Index to write to (BATTC_ESC_INDEX)

Note: This parameter is for advanced users
+ +

ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.

+ + + +

Battery Voltage sensing pin (BATTC_VOLT_PIN)

+ +

Sets the analog input pin that should be used for voltage monitoring.

+ + + +

Battery Current sensing pin (BATTC_CURR_PIN)

+ +

Sets the analog input pin that should be used for current monitoring.

+ + + +

Voltage Multiplier (BATTC_VOLT_MULT)

Note: This parameter is for advanced users
+ +

Used to convert the voltage of the voltage sensing pin (BATTC_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1.

+ + + +

Amps per volt (BATTC_AMP_PERVLT)

+ +

Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw.

+ + + +

AMP offset (BATTC_AMP_OFFSET)

+ +

Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current.

+ + + +

Voltage offset (BATTC_VLT_OFFSET)

Note: This parameter is for advanced users
+ +

Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied.

+ + + +

Battery monitor I2C bus number (BATTC_I2C_BUS)

Note: This parameter is for advanced users
+ +

Battery monitor I2C bus number

+ + + +

Battery monitor I2C address (BATTC_I2C_ADDR)

Note: This parameter is for advanced users
+ +

Battery monitor I2C address

+ + + +

Battery Sum mask (BATTC_SUM_MASK)

+ +

0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.

+ + + +

Scales reported power monitor current (BATTC_CURR_MULT)

Note: This parameter is for advanced users
+ +

Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications

+ + + +

Empty fuel level voltage (BATTC_FL_VLT_MIN)

Note: This parameter is for advanced users
+ +

The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.

+ + + +

Fuel level voltage multiplier (BATTC_FL_V_MULT)

Note: This parameter is for advanced users
+ +

Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.

+ + + +

Fuel level filter frequency (BATTC_FL_FLTR)

Note: This parameter is for advanced users
+ +

Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz.

+ + + +

Fuel level analog pin number (BATTC_FL_PIN)

+ +

Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V.

+ + + +

First order term (BATTC_FL_FF)

Note: This parameter is for advanced users
+ +

First order polynomial fit term

+ + + +

Second order term (BATTC_FL_FS)

Note: This parameter is for advanced users
+ +

Second order polynomial fit term

+ + + +

Third order term (BATTC_FL_FT)

Note: This parameter is for advanced users
+ +

Third order polynomial fit term

+ + + +

Offset term (BATTC_FL_OFF)

Note: This parameter is for advanced users
+ +

Offset polynomial fit term

+ + + +

Maximum Battery Voltage (BATTC_MAX_VOLT)

Note: This parameter is for advanced users
+ +

Maximum voltage of battery. Provides scaling of current versus voltage

+ + + +

Battery monitor I2C bus number (BATTC_I2C_BUS)

Note: This parameter is for advanced users
+ +

Battery monitor I2C bus number

+ + + +

Battery monitor I2C address (BATTC_I2C_ADDR)

Note: This parameter is for advanced users
+ +

Battery monitor I2C address. If this is zero then probe list of supported addresses

+ + + +

Battery monitor max current (BATTC_MAX_AMPS)

Note: This parameter is for advanced users
+ +

This controls the maximum current the INS2XX sensor will work with.

+ + + +

Battery monitor shunt resistor (BATTC_SHUNT)

Note: This parameter is for advanced users
+ +

This sets the shunt resistor used in the device

+ + + +

BATTD_ Parameters

+ + +

Battery monitoring (BATTD_MONITOR)

+ +

Controls enabling monitoring of the battery's voltage and current

+ + + +

Battery capacity (BATTD_CAPACITY)

+ +

Capacity of the battery in mAh when full

+ + + +

Battery serial number (BATTD_SERIAL_NUM)

Note: This parameter is for advanced users
+ +

Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.

+ + + +

Low voltage timeout (BATTD_LOW_TIMER)

Note: This parameter is for advanced users
+ +

This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors.

+ + + +

Failsafe voltage source (BATTD_FS_VOLTSRC)

Note: This parameter is for advanced users
+ +

Voltage type used for detection of low voltage event

+ + + +

Low battery voltage (BATTD_LOW_VOLT)

+ +

Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTD_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATTD_FS_LOW_ACT parameter.

+ + + +

Low battery capacity (BATTD_LOW_MAH)

+ +

Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTD_FS_LOW_ACT parameter.

+ + + +

Critical battery voltage (BATTD_CRT_VOLT)

+ +

Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTD_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATTD_FS_CRT_ACT parameter.

+ + + +

Battery critical capacity (BATTD_CRT_MAH)

+ +

Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTD__FS_CRT_ACT parameter.

+ + + +

Low battery failsafe action (BATTD_FS_LOW_ACT)

+ +

What action the vehicle should perform if it hits a low battery failsafe

+ + + +

Critical battery failsafe action (BATTD_FS_CRT_ACT)

+ +

What action the vehicle should perform if it hits a critical battery failsafe

+ + + +

Required arming voltage (BATTD_ARM_VOLT)

Note: This parameter is for advanced users
+ +

Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.

+ + + +

Required arming remaining capacity (BATTD_ARM_MAH)

Note: This parameter is for advanced users
+ +

Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATTD__ARM_VOLT parameter.

+ + + +

Battery monitor options (BATTD_OPTIONS)

Note: This parameter is for advanced users
+ +

This sets options to change the behaviour of the battery monitor

+ + + +

ESC Telemetry Index to write to (BATTD_ESC_INDEX)

Note: This parameter is for advanced users
+ +

ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.

+ + + +

Battery Voltage sensing pin (BATTD_VOLT_PIN)

+ +

Sets the analog input pin that should be used for voltage monitoring.

+ + + +

Battery Current sensing pin (BATTD_CURR_PIN)

+ +

Sets the analog input pin that should be used for current monitoring.

+ + + +

Voltage Multiplier (BATTD_VOLT_MULT)

Note: This parameter is for advanced users
+ +

Used to convert the voltage of the voltage sensing pin (BATTD_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1.

+ + + +

Amps per volt (BATTD_AMP_PERVLT)

+ +

Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw.

+ + + +

AMP offset (BATTD_AMP_OFFSET)

+ +

Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current.

+ + + +

Voltage offset (BATTD_VLT_OFFSET)

Note: This parameter is for advanced users
+ +

Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied.

+ + + +

Battery monitor I2C bus number (BATTD_I2C_BUS)

Note: This parameter is for advanced users
+ +

Battery monitor I2C bus number

+ + + +

Battery monitor I2C address (BATTD_I2C_ADDR)

Note: This parameter is for advanced users
+ +

Battery monitor I2C address

+ + + +

Battery Sum mask (BATTD_SUM_MASK)

+ +

0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.

+ + + +

Scales reported power monitor current (BATTD_CURR_MULT)

Note: This parameter is for advanced users
+ +

Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications

+ + + +

Empty fuel level voltage (BATTD_FL_VLT_MIN)

Note: This parameter is for advanced users
+ +

The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.

+ + + +

Fuel level voltage multiplier (BATTD_FL_V_MULT)

Note: This parameter is for advanced users
+ +

Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.

+ + + +

Fuel level filter frequency (BATTD_FL_FLTR)

Note: This parameter is for advanced users
+ +

Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz.

+ + + +

Fuel level analog pin number (BATTD_FL_PIN)

+ +

Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V.

+ + + +

First order term (BATTD_FL_FF)

Note: This parameter is for advanced users
+ +

First order polynomial fit term

+ + + +

Second order term (BATTD_FL_FS)

Note: This parameter is for advanced users
+ +

Second order polynomial fit term

+ + + +

Third order term (BATTD_FL_FT)

Note: This parameter is for advanced users
+ +

Third order polynomial fit term

+ + + +

Offset term (BATTD_FL_OFF)

Note: This parameter is for advanced users
+ +

Offset polynomial fit term

+ + + +

Maximum Battery Voltage (BATTD_MAX_VOLT)

Note: This parameter is for advanced users
+ +

Maximum voltage of battery. Provides scaling of current versus voltage

+ + + +

Battery monitor I2C bus number (BATTD_I2C_BUS)

Note: This parameter is for advanced users
+ +

Battery monitor I2C bus number

+ + + +

Battery monitor I2C address (BATTD_I2C_ADDR)

Note: This parameter is for advanced users
+ +

Battery monitor I2C address. If this is zero then probe list of supported addresses

+ + + +

Battery monitor max current (BATTD_MAX_AMPS)

Note: This parameter is for advanced users
+ +

This controls the maximum current the INS2XX sensor will work with.

+ + + +

Battery monitor shunt resistor (BATTD_SHUNT)

Note: This parameter is for advanced users
+ +

This sets the shunt resistor used in the device

+ + + +

BATTE_ Parameters

+ + +

Battery monitoring (BATTE_MONITOR)

+ +

Controls enabling monitoring of the battery's voltage and current

+ + + +

Battery capacity (BATTE_CAPACITY)

+ +

Capacity of the battery in mAh when full

+ + + +

Battery serial number (BATTE_SERIAL_NUM)

Note: This parameter is for advanced users
+ +

Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.

+ + + +

Low voltage timeout (BATTE_LOW_TIMER)

Note: This parameter is for advanced users
+ +

This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors.

+ + + +

Failsafe voltage source (BATTE_FS_VOLTSRC)

Note: This parameter is for advanced users
+ +

Voltage type used for detection of low voltage event

+ + + +

Low battery voltage (BATTE_LOW_VOLT)

+ +

Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTE_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATTE_FS_LOW_ACT parameter.

+ + + +

Low battery capacity (BATTE_LOW_MAH)

+ +

Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTE_FS_LOW_ACT parameter.

+ + + +

Critical battery voltage (BATTE_CRT_VOLT)

+ +

Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTE_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATTE_FS_CRT_ACT parameter.

+ + + +

Battery critical capacity (BATTE_CRT_MAH)

+ +

Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTE__FS_CRT_ACT parameter.

+ + + +

Low battery failsafe action (BATTE_FS_LOW_ACT)

+ +

What action the vehicle should perform if it hits a low battery failsafe

+ + + +

Critical battery failsafe action (BATTE_FS_CRT_ACT)

+ +

What action the vehicle should perform if it hits a critical battery failsafe

+ + + +

Required arming voltage (BATTE_ARM_VOLT)

Note: This parameter is for advanced users
+ +

Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.

+ + + +

Required arming remaining capacity (BATTE_ARM_MAH)

Note: This parameter is for advanced users
+ +

Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATTE__ARM_VOLT parameter.

+ + + +

Battery monitor options (BATTE_OPTIONS)

Note: This parameter is for advanced users
+ +

This sets options to change the behaviour of the battery monitor

+ + + +

ESC Telemetry Index to write to (BATTE_ESC_INDEX)

Note: This parameter is for advanced users
+ +

ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.

+ + + +

Battery Voltage sensing pin (BATTE_VOLT_PIN)

+ +

Sets the analog input pin that should be used for voltage monitoring.

+ + + +

Battery Current sensing pin (BATTE_CURR_PIN)

+ +

Sets the analog input pin that should be used for current monitoring.

+ + + +

Voltage Multiplier (BATTE_VOLT_MULT)

Note: This parameter is for advanced users
+ +

Used to convert the voltage of the voltage sensing pin (BATTE_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1.

+ + + +

Amps per volt (BATTE_AMP_PERVLT)

+ +

Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw.

+ + + +

AMP offset (BATTE_AMP_OFFSET)

+ +

Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current.

+ + + +

Voltage offset (BATTE_VLT_OFFSET)

Note: This parameter is for advanced users
+ +

Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied.

+ + + +

Battery monitor I2C bus number (BATTE_I2C_BUS)

Note: This parameter is for advanced users
+ +

Battery monitor I2C bus number

+ + + +

Battery monitor I2C address (BATTE_I2C_ADDR)

Note: This parameter is for advanced users
+ +

Battery monitor I2C address

+ + + +

Battery Sum mask (BATTE_SUM_MASK)

+ +

0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.

+ + + +

Scales reported power monitor current (BATTE_CURR_MULT)

Note: This parameter is for advanced users
+ +

Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications

+ + + +

Empty fuel level voltage (BATTE_FL_VLT_MIN)

Note: This parameter is for advanced users
+ +

The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.

+ + + +

Fuel level voltage multiplier (BATTE_FL_V_MULT)

Note: This parameter is for advanced users
+ +

Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.

+ + + +

Fuel level filter frequency (BATTE_FL_FLTR)

Note: This parameter is for advanced users
+ +

Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz.

+ + + +

Fuel level analog pin number (BATTE_FL_PIN)

+ +

Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V.

+ + + +

First order term (BATTE_FL_FF)

Note: This parameter is for advanced users
+ +

First order polynomial fit term

+ + + +

Second order term (BATTE_FL_FS)

Note: This parameter is for advanced users
+ +

Second order polynomial fit term

+ + + +

Third order term (BATTE_FL_FT)

Note: This parameter is for advanced users
+ +

Third order polynomial fit term

+ + + +

Offset term (BATTE_FL_OFF)

Note: This parameter is for advanced users
+ +

Offset polynomial fit term

+ + + +

Maximum Battery Voltage (BATTE_MAX_VOLT)

Note: This parameter is for advanced users
+ +

Maximum voltage of battery. Provides scaling of current versus voltage

+ + + +

Battery monitor I2C bus number (BATTE_I2C_BUS)

Note: This parameter is for advanced users
+ +

Battery monitor I2C bus number

+ + + +

Battery monitor I2C address (BATTE_I2C_ADDR)

Note: This parameter is for advanced users
+ +

Battery monitor I2C address. If this is zero then probe list of supported addresses

+ + + +

Battery monitor max current (BATTE_MAX_AMPS)

Note: This parameter is for advanced users
+ +

This controls the maximum current the INS2XX sensor will work with.

+ + + +

Battery monitor shunt resistor (BATTE_SHUNT)

Note: This parameter is for advanced users
+ +

This sets the shunt resistor used in the device

+ + + +

BATTF_ Parameters

+ + +

Battery monitoring (BATTF_MONITOR)

+ +

Controls enabling monitoring of the battery's voltage and current

+ + + +

Battery capacity (BATTF_CAPACITY)

+ +

Capacity of the battery in mAh when full

+ + + +

Battery serial number (BATTF_SERIAL_NUM)

Note: This parameter is for advanced users
+ +

Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.

+ + + +

Low voltage timeout (BATTF_LOW_TIMER)

Note: This parameter is for advanced users
+ +

This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors.

+ + + +

Failsafe voltage source (BATTF_FS_VOLTSRC)

Note: This parameter is for advanced users
+ +

Voltage type used for detection of low voltage event

+ + + +

Low battery voltage (BATTF_LOW_VOLT)

+ +

Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTF_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATTF_FS_LOW_ACT parameter.

+ + + +

Low battery capacity (BATTF_LOW_MAH)

+ +

Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTF_FS_LOW_ACT parameter.

+ + + +

Critical battery voltage (BATTF_CRT_VOLT)

+ +

Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTF_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATTF_FS_CRT_ACT parameter.

+ + + +

Battery critical capacity (BATTF_CRT_MAH)

+ +

Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTF__FS_CRT_ACT parameter.

+ + + +

Low battery failsafe action (BATTF_FS_LOW_ACT)

+ +

What action the vehicle should perform if it hits a low battery failsafe

+ + + +

Critical battery failsafe action (BATTF_FS_CRT_ACT)

+ +

What action the vehicle should perform if it hits a critical battery failsafe

+ + + +

Required arming voltage (BATTF_ARM_VOLT)

Note: This parameter is for advanced users
+ +

Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.

+ + + +

Required arming remaining capacity (BATTF_ARM_MAH)

Note: This parameter is for advanced users
+ +

Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATTF__ARM_VOLT parameter.

+ + + +

Battery monitor options (BATTF_OPTIONS)

Note: This parameter is for advanced users
+ +

This sets options to change the behaviour of the battery monitor

+ + + +

ESC Telemetry Index to write to (BATTF_ESC_INDEX)

Note: This parameter is for advanced users
+ +

ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.

+ + + +

Battery Voltage sensing pin (BATTF_VOLT_PIN)

+ +

Sets the analog input pin that should be used for voltage monitoring.

+ + + +

Battery Current sensing pin (BATTF_CURR_PIN)

+ +

Sets the analog input pin that should be used for current monitoring.

+ + + +

Voltage Multiplier (BATTF_VOLT_MULT)

Note: This parameter is for advanced users
+ +

Used to convert the voltage of the voltage sensing pin (BATTF_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1.

+ + + +

Amps per volt (BATTF_AMP_PERVLT)

+ +

Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw.

+ + + +

AMP offset (BATTF_AMP_OFFSET)

+ +

Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current.

+ + + +

Voltage offset (BATTF_VLT_OFFSET)

Note: This parameter is for advanced users
+ +

Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied.

+ + + +

Battery monitor I2C bus number (BATTF_I2C_BUS)

Note: This parameter is for advanced users
+ +

Battery monitor I2C bus number

+ + + +

Battery monitor I2C address (BATTF_I2C_ADDR)

Note: This parameter is for advanced users
+ +

Battery monitor I2C address

+ + + +

Battery Sum mask (BATTF_SUM_MASK)

+ +

0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.

+ + + +

Scales reported power monitor current (BATTF_CURR_MULT)

Note: This parameter is for advanced users
+ +

Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications

+ + + +

Empty fuel level voltage (BATTF_FL_VLT_MIN)

Note: This parameter is for advanced users
+ +

The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.

+ + + +

Fuel level voltage multiplier (BATTF_FL_V_MULT)

Note: This parameter is for advanced users
+ +

Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.

+ + + +

Fuel level filter frequency (BATTF_FL_FLTR)

Note: This parameter is for advanced users
+ +

Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz.

+ + + +

Fuel level analog pin number (BATTF_FL_PIN)

+ +

Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V.

+ + + +

First order term (BATTF_FL_FF)

Note: This parameter is for advanced users
+ +

First order polynomial fit term

+ + + +

Second order term (BATTF_FL_FS)

Note: This parameter is for advanced users
+ +

Second order polynomial fit term

+ + + +

Third order term (BATTF_FL_FT)

Note: This parameter is for advanced users
+ +

Third order polynomial fit term

+ + + +

Offset term (BATTF_FL_OFF)

Note: This parameter is for advanced users
+ +

Offset polynomial fit term

+ + + +

Maximum Battery Voltage (BATTF_MAX_VOLT)

Note: This parameter is for advanced users
+ +

Maximum voltage of battery. Provides scaling of current versus voltage

+ + + +

Battery monitor I2C bus number (BATTF_I2C_BUS)

Note: This parameter is for advanced users
+ +

Battery monitor I2C bus number

+ + + +

Battery monitor I2C address (BATTF_I2C_ADDR)

Note: This parameter is for advanced users
+ +

Battery monitor I2C address. If this is zero then probe list of supported addresses

+ + + +

Battery monitor max current (BATTF_MAX_AMPS)

Note: This parameter is for advanced users
+ +

This controls the maximum current the INS2XX sensor will work with.

+ + + +

Battery monitor shunt resistor (BATTF_SHUNT)

Note: This parameter is for advanced users
+ +

This sets the shunt resistor used in the device

+ + + +

BATTG_ Parameters

+ + +

Battery monitoring (BATTG_MONITOR)

+ +

Controls enabling monitoring of the battery's voltage and current

+ + + +

Battery capacity (BATTG_CAPACITY)

+ +

Capacity of the battery in mAh when full

+ + + +

Battery serial number (BATTG_SERIAL_NUM)

Note: This parameter is for advanced users
+ +

Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.

+ + + +

Low voltage timeout (BATTG_LOW_TIMER)

Note: This parameter is for advanced users
+ +

This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors.

+ + + +

Failsafe voltage source (BATTG_FS_VOLTSRC)

Note: This parameter is for advanced users
+ +

Voltage type used for detection of low voltage event

+ + + +

Low battery voltage (BATTG_LOW_VOLT)

+ +

Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTG_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATTG_FS_LOW_ACT parameter.

+ + + +

Low battery capacity (BATTG_LOW_MAH)

+ +

Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTG_FS_LOW_ACT parameter.

+ + + +

Critical battery voltage (BATTG_CRT_VOLT)

+ +

Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTG_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATTG_FS_CRT_ACT parameter.

+ + + +

Battery critical capacity (BATTG_CRT_MAH)

+ +

Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTG__FS_CRT_ACT parameter.

+ + + +

Low battery failsafe action (BATTG_FS_LOW_ACT)

+ +

What action the vehicle should perform if it hits a low battery failsafe

+ + + +

Critical battery failsafe action (BATTG_FS_CRT_ACT)

+ +

What action the vehicle should perform if it hits a critical battery failsafe

+ + + +

Required arming voltage (BATTG_ARM_VOLT)

Note: This parameter is for advanced users
+ +

Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.

+ + + +

Required arming remaining capacity (BATTG_ARM_MAH)

Note: This parameter is for advanced users
+ +

Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATTG__ARM_VOLT parameter.

+ + + +

Battery monitor options (BATTG_OPTIONS)

Note: This parameter is for advanced users
+ +

This sets options to change the behaviour of the battery monitor

+ + + +

ESC Telemetry Index to write to (BATTG_ESC_INDEX)

Note: This parameter is for advanced users
+ +

ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.

+ + + +

Battery Voltage sensing pin (BATTG_VOLT_PIN)

+ +

Sets the analog input pin that should be used for voltage monitoring.

+ + + +

Battery Current sensing pin (BATTG_CURR_PIN)

+ +

Sets the analog input pin that should be used for current monitoring.

+ + + +

Voltage Multiplier (BATTG_VOLT_MULT)

Note: This parameter is for advanced users
+ +

Used to convert the voltage of the voltage sensing pin (BATTG_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1.

+ + + +

Amps per volt (BATTG_AMP_PERVLT)

+ +

Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw.

+ + + +

AMP offset (BATTG_AMP_OFFSET)

+ +

Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current.

+ + + +

Voltage offset (BATTG_VLT_OFFSET)

Note: This parameter is for advanced users
+ +

Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied.

+ + + +

Battery monitor I2C bus number (BATTG_I2C_BUS)

Note: This parameter is for advanced users
+ +

Battery monitor I2C bus number

+ + + +

Battery monitor I2C address (BATTG_I2C_ADDR)

Note: This parameter is for advanced users
+ +

Battery monitor I2C address

+ + + +

Battery Sum mask (BATTG_SUM_MASK)

+ +

0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.

+ + + +

Scales reported power monitor current (BATTG_CURR_MULT)

Note: This parameter is for advanced users
+ +

Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications

+ + + +

Empty fuel level voltage (BATTG_FL_VLT_MIN)

Note: This parameter is for advanced users
+ +

The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.

+ + + +

Fuel level voltage multiplier (BATTG_FL_V_MULT)

Note: This parameter is for advanced users
+ +

Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.

+ + + +

Fuel level filter frequency (BATTG_FL_FLTR)

Note: This parameter is for advanced users
+ +

Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz.

+ + + +

Fuel level analog pin number (BATTG_FL_PIN)

+ +

Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V.

+ + + +

First order term (BATTG_FL_FF)

Note: This parameter is for advanced users
+ +

First order polynomial fit term

+ + + +

Second order term (BATTG_FL_FS)

Note: This parameter is for advanced users
+ +

Second order polynomial fit term

+ + + +

Third order term (BATTG_FL_FT)

Note: This parameter is for advanced users
+ +

Third order polynomial fit term

+ + + +

Offset term (BATTG_FL_OFF)

Note: This parameter is for advanced users
+ +

Offset polynomial fit term

+ + + +

Maximum Battery Voltage (BATTG_MAX_VOLT)

Note: This parameter is for advanced users
+ +

Maximum voltage of battery. Provides scaling of current versus voltage

+ + + +

Battery monitor I2C bus number (BATTG_I2C_BUS)

Note: This parameter is for advanced users
+ +

Battery monitor I2C bus number

+ + + +

Battery monitor I2C address (BATTG_I2C_ADDR)

Note: This parameter is for advanced users
+ +

Battery monitor I2C address. If this is zero then probe list of supported addresses

+ + + +

Battery monitor max current (BATTG_MAX_AMPS)

Note: This parameter is for advanced users
+ +

This controls the maximum current the INS2XX sensor will work with.

+ + + +

Battery monitor shunt resistor (BATTG_SHUNT)

Note: This parameter is for advanced users
+ +

This sets the shunt resistor used in the device

+ + + +

BATT_ Parameters

+ + +

Battery monitoring (BATT_MONITOR)

+ +

Controls enabling monitoring of the battery's voltage and current

+ + + +

Battery capacity (BATT_CAPACITY)

+ +

Capacity of the battery in mAh when full

+ + + +

Battery serial number (BATT_SERIAL_NUM)

Note: This parameter is for advanced users
+ +

Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.

+ + + +

Low voltage timeout (BATT_LOW_TIMER)

Note: This parameter is for advanced users
+ +

This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors.

+ + + +

Failsafe voltage source (BATT_FS_VOLTSRC)

Note: This parameter is for advanced users
+ +

Voltage type used for detection of low voltage event

+ + + +

Low battery voltage (BATT_LOW_VOLT)

+ +

Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT_FS_LOW_ACT parameter.

+ + + +

Low battery capacity (BATT_LOW_MAH)

+ +

Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT_FS_LOW_ACT parameter.

+ + + +

Critical battery voltage (BATT_CRT_VOLT)

+ +

Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT_FS_CRT_ACT parameter.

+ + + +

Battery critical capacity (BATT_CRT_MAH)

+ +

Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT__FS_CRT_ACT parameter.

+ + + +

Low battery failsafe action (BATT_FS_LOW_ACT)

+ +

What action the vehicle should perform if it hits a low battery failsafe

+ + + +

Critical battery failsafe action (BATT_FS_CRT_ACT)

+ +

What action the vehicle should perform if it hits a critical battery failsafe

+ + + +

Required arming voltage (BATT_ARM_VOLT)

Note: This parameter is for advanced users
+ +

Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.

+ + + +

Required arming remaining capacity (BATT_ARM_MAH)

Note: This parameter is for advanced users
+ +

Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATT__ARM_VOLT parameter.

+ + + +

Battery monitor options (BATT_OPTIONS)

Note: This parameter is for advanced users
+ +

This sets options to change the behaviour of the battery monitor

+ + + +

ESC Telemetry Index to write to (BATT_ESC_INDEX)

Note: This parameter is for advanced users
+ +

ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.

+ + + +

Battery Voltage sensing pin (BATT_VOLT_PIN)

+ +

Sets the analog input pin that should be used for voltage monitoring.

+ + + +

Battery Current sensing pin (BATT_CURR_PIN)

+ +

Sets the analog input pin that should be used for current monitoring.

+ + + +

Voltage Multiplier (BATT_VOLT_MULT)

Note: This parameter is for advanced users
+ +

Used to convert the voltage of the voltage sensing pin (BATT_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1.

+ + + +

Amps per volt (BATT_AMP_PERVLT)

+ +

Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw.

+ + + +

AMP offset (BATT_AMP_OFFSET)

+ +

Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current.

+ + + +

Voltage offset (BATT_VLT_OFFSET)

Note: This parameter is for advanced users
+ +

Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied.

+ + + +

Battery monitor I2C bus number (BATT_I2C_BUS)

Note: This parameter is for advanced users
+ +

Battery monitor I2C bus number

+ + + +

Battery monitor I2C address (BATT_I2C_ADDR)

Note: This parameter is for advanced users
+ +

Battery monitor I2C address

+ + + +

Battery Sum mask (BATT_SUM_MASK)

+ +

0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.

+ + + +

Scales reported power monitor current (BATT_CURR_MULT)

Note: This parameter is for advanced users
+ +

Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications

+ + + +

Empty fuel level voltage (BATT_FL_VLT_MIN)

Note: This parameter is for advanced users
+ +

The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.

+ + + +

Fuel level voltage multiplier (BATT_FL_V_MULT)

Note: This parameter is for advanced users
+ +

Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.

+ + + +

Fuel level filter frequency (BATT_FL_FLTR)

Note: This parameter is for advanced users
+ +

Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz.

+ + + +

Fuel level analog pin number (BATT_FL_PIN)

+ +

Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V.

+ + + +

First order term (BATT_FL_FF)

Note: This parameter is for advanced users
+ +

First order polynomial fit term

+ + + +

Second order term (BATT_FL_FS)

Note: This parameter is for advanced users
+ +

Second order polynomial fit term

+ + + +

Third order term (BATT_FL_FT)

Note: This parameter is for advanced users
+ +

Third order polynomial fit term

+ + + +

Offset term (BATT_FL_OFF)

Note: This parameter is for advanced users
+ +

Offset polynomial fit term

+ + + +

Maximum Battery Voltage (BATT_MAX_VOLT)

Note: This parameter is for advanced users
+ +

Maximum voltage of battery. Provides scaling of current versus voltage

+ + + +

Battery monitor I2C bus number (BATT_I2C_BUS)

Note: This parameter is for advanced users
+ +

Battery monitor I2C bus number

+ + + +

Battery monitor I2C address (BATT_I2C_ADDR)

Note: This parameter is for advanced users
+ +

Battery monitor I2C address. If this is zero then probe list of supported addresses

+ + + +

Battery monitor max current (BATT_MAX_AMPS)

Note: This parameter is for advanced users
+ +

This controls the maximum current the INS2XX sensor will work with.

+ + + +

Battery monitor shunt resistor (BATT_SHUNT)

Note: This parameter is for advanced users
+ +

This sets the shunt resistor used in the device

+ + + +

BCN Parameters

+ + +

Beacon based position estimation device type (BCN_TYPE)

Note: This parameter is for advanced users
+ +

What type of beacon based position estimation device is connected

+ + + +

Beacon origin's latitude (BCN_LATITUDE)

Note: This parameter is for advanced users
+ +

Beacon origin's latitude

+ + + +

Beacon origin's longitude (BCN_LONGITUDE)

Note: This parameter is for advanced users
+ +

Beacon origin's longitude

+ + + +

Beacon origin's altitude above sealevel in meters (BCN_ALT)

Note: This parameter is for advanced users
+ +

Beacon origin's altitude above sealevel in meters

+ + + +

Beacon systems rotation from north in degrees (BCN_ORIENT_YAW)

Note: This parameter is for advanced users
+ +

Beacon systems rotation from north in degrees

+ + + +

BRD_ Parameters

+ + +

Serial 1 flow control (BRD_SER1_RTSCTS)

Note: This parameter is for advanced users
+ +

Enable flow control on serial 1 (telemetry 1). You must have the RTS and CTS pins connected to your radio. The standard DF13 6 pin connector for a 3DR radio does have those pins connected. If this is set to 2 then flow control will be auto-detected by checking for the output buffer filling on startup. Note that the PX4v1 does not have hardware flow control pins on this port, so you should leave this disabled.

+ + + +

Serial 2 flow control (BRD_SER2_RTSCTS)

Note: This parameter is for advanced users
+ +

Enable flow control on serial 2 (telemetry 2). You must have the RTS and CTS pins connected to your radio. The standard DF13 6 pin connector for a 3DR radio does have those pins connected. If this is set to 2 then flow control will be auto-detected by checking for the output buffer filling on startup.

+ + + +

Serial 3 flow control (BRD_SER3_RTSCTS)

Note: This parameter is for advanced users
+ +

Enable flow control on serial 3. You must have the RTS and CTS pins connected to your radio. The standard DF13 6 pin connector for a 3DR radio does have those pins connected. If this is set to 2 then flow control will be auto-detected by checking for the output buffer filling on startup.

+ + + +

Serial 4 flow control (BRD_SER4_RTSCTS)

Note: This parameter is for advanced users
+ +

Enable flow control on serial 4. You must have the RTS and CTS pins connected to your radio. The standard DF13 6 pin connector for a 3DR radio does have those pins connected. If this is set to 2 then flow control will be auto-detected by checking for the output buffer filling on startup.

+ + + +

Serial 5 flow control (BRD_SER5_RTSCTS)

Note: This parameter is for advanced users
+ +

Enable flow control on serial 5. You must have the RTS and CTS pins connected to your radio. The standard DF13 6 pin connector for a 3DR radio does have those pins connected. If this is set to 2 then flow control will be auto-detected by checking for the output buffer filling on startup.

+ + + +

Sets default state of the safety switch (BRD_SAFETY_DEFLT)

+ +

This controls the default state of the safety switch at startup. When set to 1 the safety switch will start in the safe state (flashing) at boot. When set to zero the safety switch will start in the unsafe state (solid) at startup. Note that if a safety switch is fitted the user can still control the safety state after startup using the switch. The safety state can also be controlled in software using a MAVLink message.

+ + + +

SBUS output rate (BRD_SBUS_OUT)

Note: This parameter is for advanced users
+ +

This sets the SBUS output frame rate in Hz

+ + + +

User-defined serial number (BRD_SERIAL_NUM)

+ +

User-defined serial number of this vehicle, it can be any arbitrary number you want and has no effect on the autopilot

+ + + +

Outputs which ignore the safety switch state (BRD_SAFETY_MASK)

Note: This parameter is for advanced users
+ +

A bitmask which controls what outputs can move while the safety switch has not been pressed

+ + + +

Board heater temperature target (BRD_HEAT_TARG)

Note: This parameter is for advanced users
+ +

Board heater target temperature for boards with controllable heating units. Set to -1 to disable the heater, please reboot after setting to -1.

+ + + +

Board type (BRD_TYPE)

Note: This parameter is for advanced users
+ +

This allows selection of a PX4 or VRBRAIN board type. If set to zero then the board type is auto-detected (PX4)

+ + + +

Enable IO co-processor (BRD_IO_ENABLE)

Note: This parameter is for advanced users
+ +

This allows for the IO co-processor on boards with an IOMCU to be disabled. Setting to 2 will enable the IOMCU but not attempt to update firmware on startup

+ + + +

Options for safety button behavior (BRD_SAFETYOPTION)

+ +

This controls the activation of the safety button. It allows you to control if the safety button can be used for safety enable and/or disable, and whether the button is only active when disarmed

+ + + +

Autopilot board voltage requirement (BRD_VBUS_MIN)

Note: This parameter is for advanced users
+ +

Minimum voltage on the autopilot power rail to allow the aircraft to arm. 0 to disable the check.

+ + + +

Servo voltage requirement (BRD_VSERVO_MIN)

Note: This parameter is for advanced users
+ +

Minimum voltage on the servo rail to allow the aircraft to arm. 0 to disable the check.

+ + + +

microSD slowdown (BRD_SD_SLOWDOWN)

Note: This parameter is for advanced users
+ +

This is a scaling factor to slow down microSD operation. It can be used on flight board and microSD card combinations where full speed is not reliable. For normal full speed operation a value of 0 should be used.

+ + + +

Set PWM Out Voltage (BRD_PWM_VOLT_SEL)

Note: This parameter is for advanced users
+ +

This sets the voltage max for PWM output pulses. 0 for 3.3V and 1 for 5V output. On boards with an IOMCU that support this parameter this option only affects the 8 main outputs, not the 6 auxiliary outputs. Using 5V output can help to reduce the impact of ESC noise interference corrupting signals to the ESCs.

+ + + +

Board options (BRD_OPTIONS)

Note: This parameter is for advanced users
+ +

Board specific option flags

+ + + +

Boot delay (BRD_BOOT_DELAY)

Note: This parameter is for advanced users
+ +

This adds a delay in milliseconds to boot to ensure peripherals initialise fully

+ + + +

Board Heater P gain (BRD_HEAT_P)

Note: This parameter is for advanced users
+ +

Board Heater P gain

+ + + +

Board Heater I gain (BRD_HEAT_I)

Note: This parameter is for advanced users
+ +

Board Heater integrator gain

+ + + +

Board Heater IMAX (BRD_HEAT_IMAX)

Note: This parameter is for advanced users
+ +

Board Heater integrator maximum

+ + + +

Alternative HW config (BRD_ALT_CONFIG)

Note: This parameter is for advanced users
+ +

Select an alternative hardware configuration. A value of zero selects the default configuration for this board. Other values are board specific. Please see the documentation for your board for details on any alternative configuration values that may be available.

+ + + +

Board heater temp lower margin (BRD_HEAT_LOWMGN)

Note: This parameter is for advanced users
+ +

Arming check will fail if temp is lower than this margin below BRD_HEAT_TARG. 0 disables the low temperature check

+ + + +

SDCard Mission size (BRD_SD_MISSION)

Note: This parameter is for advanced users
+ +

This sets the amount of storage in kilobytes reserved on the microsd card in mission.stg for waypoint storage. Each waypoint uses 15 bytes.

+ + + +

Load DShot FW on IO (BRD_IO_DSHOT)

Note: This parameter is for advanced users
+ +

This loads the DShot firmware on the IO co-processor

+ + + +

BRD_RADIO Parameters

+ + +

Set type of direct attached radio (BRD_RADIO_TYPE)

+ +

This enables support for direct attached radio receivers

+ + + +

protocol (BRD_RADIO_PROT)

Note: This parameter is for advanced users
+ +

Select air protocol

+ + + +

debug level (BRD_RADIO_DEBUG)

Note: This parameter is for advanced users
+ +

radio debug level

+ + + +

disable receive CRC (BRD_RADIO_DISCRC)

Note: This parameter is for advanced users
+ +

disable receive CRC (for debug)

+ + + +

RSSI signal strength (BRD_RADIO_SIGCH)

Note: This parameter is for advanced users
+ +

Channel to show receive RSSI signal strength, or zero for disabled

+ + + +

Packet rate channel (BRD_RADIO_PPSCH)

Note: This parameter is for advanced users
+ +

Channel to show received packet-per-second rate, or zero for disabled

+ + + +

Enable telemetry (BRD_RADIO_TELEM)

Note: This parameter is for advanced users
+ +

If this is non-zero then telemetry packets will be sent over DSM

+ + + +

Telemetry Transmit power (BRD_RADIO_TXPOW)

Note: This parameter is for advanced users
+ +

Set telemetry transmit power. This is the power level (from 1 to 8) for telemetry packets sent from the RX to the TX

+ + + +

Put radio into FCC test mode (BRD_RADIO_FCCTST)

Note: This parameter is for advanced users
+ +

If this is enabled then the radio will continuously transmit as required for FCC testing. The transmit channel is set by the value of the parameter. The radio will not work for RC input while this is enabled

+ + + +

Stick input mode (BRD_RADIO_STKMD)

Note: This parameter is for advanced users
+ +

This selects between different stick input modes. The default is mode2, which has throttle on the left stick and pitch on the right stick. You can instead set mode1, which has throttle on the right stick and pitch on the left stick.

+ + + +

Set radio to factory test channel (BRD_RADIO_TESTCH)

Note: This parameter is for advanced users
+ +

This sets the radio to a fixed test channel for factory testing. Using a fixed channel avoids the need for binding in factory testing.

+ + + +

RSSI value channel for telemetry data on transmitter (BRD_RADIO_TSIGCH)

Note: This parameter is for advanced users
+ +

Channel to show telemetry RSSI value as received by TX

+ + + +

Telemetry PPS channel (BRD_RADIO_TPPSCH)

Note: This parameter is for advanced users
+ +

Channel to show telemetry packets-per-second value, as received at TX

+ + + +

Transmitter transmit power (BRD_RADIO_TXMAX)

Note: This parameter is for advanced users
+ +

Set transmitter maximum transmit power (from 1 to 8)

+ + + +

Transmitter buzzer adjustment (BRD_RADIO_BZOFS)

Note: This parameter is for advanced users
+ +

Set transmitter buzzer note adjustment (adjust frequency up)

+ + + +

Auto-bind time (BRD_RADIO_ABTIME)

Note: This parameter is for advanced users
+ +

When non-zero this sets the time with no transmitter packets before we start looking for auto-bind packets.

+ + + +

Auto-bind level (BRD_RADIO_ABLVL)

Note: This parameter is for advanced users
+ +

This sets the minimum RSSI of an auto-bind packet for it to be accepted. This should be set so that auto-bind will only happen at short range to minimise the change of an auto-bind happening accidentially

+ + + +

BRD_RTC Parameters

+ + +

Allowed sources of RTC time (BRD_RTC_TYPES)

Note: This parameter is for advanced users
+ +

Specifies which sources of UTC time will be accepted

+ + + +

Timezone offset from UTC (BRD_RTC_TZ_MIN)

Note: This parameter is for advanced users
+ +

Adds offset in +- minutes from UTC to calculate local time

+ + + +

BTN_ Parameters

+ + +

Enable button reporting (BTN_ENABLE)

Note: This parameter is for advanced users
+ +

This enables the button checking module. When this is disabled the parameters for setting button inputs are not visible

+ + + +

First button Pin (BTN_PIN1)

+ +

Digital pin number for first button input. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot.

+ + + +

Second button Pin (BTN_PIN2)

+ +

Digital pin number for second button input. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot.

+ + + +

Third button Pin (BTN_PIN3)

+ +

Digital pin number for third button input. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot.

+ + + +

Fourth button Pin (BTN_PIN4)

+ +

Digital pin number for fourth button input. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot.

+ + + +

Report send time (BTN_REPORT_SEND)

+ +

The duration in seconds that a BUTTON_CHANGE report is repeatedly sent to the GCS regarding a button changing state. Note that the BUTTON_CHANGE message is MAVLink2 only.

+ + + +

Button Pin 1 Options (BTN_OPTIONS1)

+ +

Options for Pin 1. PWM input detects PWM above or below 1800/1200us instead of logic level. If PWM is not detected or is less than 800us or above 2200us the button will interpreted as low. Invert changes HIGH state to be logic low voltage on pin, or below 1200us, if PWM input.

+ + + +

Button Pin 2 Options (BTN_OPTIONS2)

+ +

Options for Pin 2. PWM input detects PWM above or below 1800/1200us instead of logic level. If PWM is not detected or is less than 800us or above 2200us the button will interpreted as low. Invert changes HIGH state to be logic low voltage on pin, or below 1200us, if PWM input.

+ + + +

Button Pin 3 Options (BTN_OPTIONS3)

+ +

Options for Pin 3. PWM input detects PWM above or below 1800/1200us instead of logic level. If PWM is not detected or is less than 800us or above 2200us the button will interpreted as low. Invert changes HIGH state to be logic low voltage on pin, or below 1200us, if PWM input.

+ + + +

Button Pin 4 Options (BTN_OPTIONS4)

+ +

Options for Pin 4. PWM input detects PWM above or below 1800/1200us instead of logic level. If PWM is not detected or is less than 800us or above 2200us the button will interpreted as low. Invert changes HIGH state to be logic low voltage on pin, or below 1200us, if PWM input.

+ + + +

Button Pin 1 RC Channel function (BTN_FUNC1)

+ +

Auxiliary RC Options function executed on pin change

+ + + +

Button Pin 2 RC Channel function (BTN_FUNC2)

+ +

Auxiliary RC Options function executed on pin change

+ + + +

Button Pin 3 RC Channel function (BTN_FUNC3)

+ +

Auxiliary RC Options function executed on pin change

+ + + +

Button Pin 4 RC Channel function (BTN_FUNC4)

+ +

Auxiliary RC Options function executed on pin change

+ + + +

CAM Parameters

+ + +

Maximum photo roll angle. (CAM_MAX_ROLL)

+ +

Postpone shooting if roll is greater than limit. (0=Disable, will shoot regardless of roll).

+ + + +

Distance-trigging in AUTO mode only (CAM_AUTO_ONLY)

+ +

When enabled, trigging by distance is done in AUTO mode only.

+ + + +

CAM1 Parameters

+ + +

Camera shutter (trigger) type (CAM1_TYPE)

+ +

how to trigger the camera to take a picture

+ + + +

Camera shutter duration held open (CAM1_DURATION)

+ +

Duration in seconds that the camera shutter is held open

+ + + +

Camera servo ON PWM value (CAM1_SERVO_ON)

+ +

PWM value in microseconds to move servo to when shutter is activated

+ + + +

Camera servo OFF PWM value (CAM1_SERVO_OFF)

+ +

PWM value in microseconds to move servo to when shutter is deactivated

+ + + +

Camera trigger distance (CAM1_TRIGG_DIST)

+ +

Distance in meters between camera triggers. If this value is non-zero then the camera will trigger whenever the position changes by this number of meters regardless of what mode the APM is in. Note that this parameter can also be set in an auto mission using the DO_SET_CAM_TRIGG_DIST command, allowing you to enable/disable the triggering of the camera during the flight.

+ + + +

Camera relay ON value (CAM1_RELAY_ON)

+ +

This sets whether the relay goes high or low when it triggers. Note that you should also set RELAY_DEFAULT appropriately for your camera

+ + + +

Camera minimum time interval between photos (CAM1_INTRVAL_MIN)

+ +

Postpone shooting if previous picture was taken less than this many seconds ago

+ + + +

Camera feedback pin (CAM1_FEEDBAK_PIN)

+ +

pin number to use for save accurate camera feedback messages. If set to -1 then don't use a pin flag for this, otherwise this is a pin number which if held high after a picture trigger order, will save camera messages when camera really takes a picture. A universal camera hot shoe is needed. The pin should be held high for at least 2 milliseconds for reliable trigger detection. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot. See also the CAMx_FEEDBCK_POL option.

+ + + +

Camera feedback pin polarity (CAM1_FEEDBAK_POL)

+ +

Polarity for feedback pin. If this is 1 then the feedback pin should go high on trigger. If set to 0 then it should go low

+ + + +

Camera options (CAM1_OPTIONS)

+ +

Camera options bitmask

+ + + +

Camera Mount instance (CAM1_MNT_INST)

+ +

Mount instance camera is associated with. 0 means camera and mount have identical instance numbers e.g. camera1 and mount1

+ + + +

Camera horizontal field of view (CAM1_HFOV)

+ +

Camera horizontal field of view. 0 if unknown

+ + + +

Camera vertical field of view (CAM1_VFOV)

+ +

Camera vertical field of view. 0 if unknown

+ + + +

CAM2 Parameters

+ + +

Camera shutter (trigger) type (CAM2_TYPE)

+ +

how to trigger the camera to take a picture

+ + + +

Camera shutter duration held open (CAM2_DURATION)

+ +

Duration in seconds that the camera shutter is held open

+ + + +

Camera servo ON PWM value (CAM2_SERVO_ON)

+ +

PWM value in microseconds to move servo to when shutter is activated

+ + + +

Camera servo OFF PWM value (CAM2_SERVO_OFF)

+ +

PWM value in microseconds to move servo to when shutter is deactivated

+ + + +

Camera trigger distance (CAM2_TRIGG_DIST)

+ +

Distance in meters between camera triggers. If this value is non-zero then the camera will trigger whenever the position changes by this number of meters regardless of what mode the APM is in. Note that this parameter can also be set in an auto mission using the DO_SET_CAM_TRIGG_DIST command, allowing you to enable/disable the triggering of the camera during the flight.

+ + + +

Camera relay ON value (CAM2_RELAY_ON)

+ +

This sets whether the relay goes high or low when it triggers. Note that you should also set RELAY_DEFAULT appropriately for your camera

+ + + +

Camera minimum time interval between photos (CAM2_INTRVAL_MIN)

+ +

Postpone shooting if previous picture was taken less than this many seconds ago

+ + + +

Camera feedback pin (CAM2_FEEDBAK_PIN)

+ +

pin number to use for save accurate camera feedback messages. If set to -1 then don't use a pin flag for this, otherwise this is a pin number which if held high after a picture trigger order, will save camera messages when camera really takes a picture. A universal camera hot shoe is needed. The pin should be held high for at least 2 milliseconds for reliable trigger detection. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot. See also the CAMx_FEEDBCK_POL option.

+ + + +

Camera feedback pin polarity (CAM2_FEEDBAK_POL)

+ +

Polarity for feedback pin. If this is 1 then the feedback pin should go high on trigger. If set to 0 then it should go low

+ + + +

Camera options (CAM2_OPTIONS)

+ +

Camera options bitmask

+ + + +

Camera Mount instance (CAM2_MNT_INST)

+ +

Mount instance camera is associated with. 0 means camera and mount have identical instance numbers e.g. camera1 and mount1

+ + + +

Camera horizontal field of view (CAM2_HFOV)

+ +

Camera horizontal field of view. 0 if unknown

+ + + +

Camera vertical field of view (CAM2_VFOV)

+ +

Camera vertical field of view. 0 if unknown

+ + + +

CAM_RC_ Parameters

+ + +

RunCam device type (CAM_RC_TYPE)

+ +

RunCam device type used to determine OSD menu structure and shutter options.

+ + + +

RunCam features available (CAM_RC_FEATURES)

Note: This parameter is for advanced users
+ +

The available features of the attached RunCam device. If 0 then the RunCam device will be queried for the features it supports, otherwise this setting is used.

+ + + +

RunCam boot delay before allowing updates (CAM_RC_BT_DELAY)

Note: This parameter is for advanced users
+ +

Time it takes for the RunCam to become fully ready in ms. If this is too short then commands can get out of sync.

+ + + +

RunCam button delay before allowing further button presses (CAM_RC_BTN_DELAY)

Note: This parameter is for advanced users
+ +

Time it takes for the a RunCam button press to be actived in ms. If this is too short then commands can get out of sync.

+ + + +

RunCam mode delay before allowing further button presses (CAM_RC_MDE_DELAY)

Note: This parameter is for advanced users
+ +

Time it takes for the a RunCam mode button press to be actived in ms. If a mode change first requires a video recording change then double this value is used. If this is too short then commands can get out of sync.

+ + + +

RunCam control option (CAM_RC_CONTROL)

Note: This parameter is for advanced users
+ +

Specifies the allowed actions required to enter the OSD menu and other option like autorecording

+ + + +

CAN_ Parameters

+ + +

Loglevel (CAN_LOGLEVEL)

Note: This parameter is for advanced users
+ +

Loglevel for recording initialisation and debug information from CAN Interface

+ + + +

CAN_D1_ Parameters

+ + +

Enable use of specific protocol over virtual driver (CAN_D1_PROTOCOL)

Note: This parameter is for advanced users
+ +

Enabling this option starts selected protocol that will use this virtual driver

+ + + +

Secondary protocol with 11 bit CAN addressing (CAN_D1_PROTOCOL2)

Note: This parameter is for advanced users
+ +

Secondary protocol with 11 bit CAN addressing

+ + + +

CAN_D1_PC_ Parameters

+ + +

ESC channels (CAN_D1_PC_ESC_BM)

Note: This parameter is for advanced users
+ +

Bitmask defining which ESC (motor) channels are to be transmitted over Piccolo CAN

+ + + +

ESC output rate (CAN_D1_PC_ESC_RT)

Note: This parameter is for advanced users
+ +

Output rate of ESC command messages

+ + + +

Servo channels (CAN_D1_PC_SRV_BM)

Note: This parameter is for advanced users
+ +

Bitmask defining which servo channels are to be transmitted over Piccolo CAN

+ + + +

Servo command output rate (CAN_D1_PC_SRV_RT)

Note: This parameter is for advanced users
+ +

Output rate of servo command messages

+ + + +

ECU Node ID (CAN_D1_PC_ECU_ID)

Note: This parameter is for advanced users
+ +

Node ID to send ECU throttle messages to. Set to zero to disable ECU throttle messages. Set to 255 to broadcast to all ECUs.

+ + + +

ECU command output rate (CAN_D1_PC_ECU_RT)

Note: This parameter is for advanced users
+ +

Output rate of ECU command messages

+ + + +

CAN_D1_UC_ Parameters

+ + +

DroneCAN node that is used for this network (CAN_D1_UC_NODE)

Note: This parameter is for advanced users
+ +

DroneCAN node should be set implicitly

+ + + +

Output channels to be transmitted as servo over DroneCAN (CAN_D1_UC_SRV_BM)

+ +

Bitmask with one set for channel to be transmitted as a servo command over DroneCAN

+ + + +

Output channels to be transmitted as ESC over DroneCAN (CAN_D1_UC_ESC_BM)

Note: This parameter is for advanced users
+ +

Bitmask with one set for channel to be transmitted as a ESC command over DroneCAN

+ + + +

Servo output rate (CAN_D1_UC_SRV_RT)

Note: This parameter is for advanced users
+ +

Maximum transmit rate for servo outputs

+ + + +

DroneCAN options (CAN_D1_UC_OPTION)

Note: This parameter is for advanced users
+ +

Option flags

+ + + +

Notify State rate (CAN_D1_UC_NTF_RT)

Note: This parameter is for advanced users
+ +

Maximum transmit rate for Notify State Message

+ + + +

ESC Output channels offset (CAN_D1_UC_ESC_OF)

Note: This parameter is for advanced users
+ +

Offset for ESC numbering in DroneCAN ESC RawCommand messages. This allows for more efficient packing of ESC command messages. If your ESCs are on servo functions 5 to 8 and you set this parameter to 4 then the ESC RawCommand will be sent with the first 4 slots filled. This can be used for more efficient usage of CAN bandwidth

+ + + +

CAN pool size (CAN_D1_UC_POOL)

Note: This parameter is for advanced users
+ +

Amount of memory in bytes to allocate for the DroneCAN memory pool. More memory is needed for higher CAN bus loads

+ + + +

Bitmask for output channels for reversible ESCs over DroneCAN. (CAN_D1_UC_ESC_RV)

Note: This parameter is for advanced users
+ +

Bitmask with one set for each output channel that uses a reversible ESC over DroneCAN. Reversible ESCs use both positive and negative values in RawCommands, with positive commanding the forward direction and negative commanding the reverse direction.

+ + + +

DroneCAN relay output rate (CAN_D1_UC_RLY_RT)

Note: This parameter is for advanced users
+ +

Maximum transmit rate for relay outputs, note that this rate is per message each message does 1 relay, so if with more relays will take longer to update at the same rate, a extra message will be sent when a relay changes state

+ + + +

DroneCAN Serial enable (CAN_D1_UC_SER_EN)

Note: This parameter is for advanced users
+ +

Enable DroneCAN virtual serial ports

+ + + +

Serial CAN remote node number (CAN_D1_UC_S1_NOD)

Note: This parameter is for advanced users
+ +

CAN remote node number for serial port

+ + + +

DroneCAN Serial1 index (CAN_D1_UC_S1_IDX)

Note: This parameter is for advanced users
+ +

Serial port number on remote CAN node

+ + + +

DroneCAN Serial default baud rate (CAN_D1_UC_S1_BD)

Note: This parameter is for advanced users
+ +

Serial baud rate on remote CAN node

+ + + +

Serial protocol of DroneCAN serial port (CAN_D1_UC_S1_PRO)

Note: This parameter is for advanced users
+ +

Serial protocol of DroneCAN serial port

+ + + +

Serial CAN remote node number (CAN_D1_UC_S2_NOD)

Note: This parameter is for advanced users
+ +

CAN remote node number for serial port

+ + + +

Serial port number on remote CAN node (CAN_D1_UC_S2_IDX)

Note: This parameter is for advanced users
+ +

Serial port number on remote CAN node

+ + + +

DroneCAN Serial default baud rate (CAN_D1_UC_S2_BD)

Note: This parameter is for advanced users
+ +

Serial baud rate on remote CAN node

+ + + +

Serial protocol of DroneCAN serial port (CAN_D1_UC_S2_PRO)

Note: This parameter is for advanced users
+ +

Serial protocol of DroneCAN serial port

+ + + +

Serial CAN remote node number (CAN_D1_UC_S3_NOD)

Note: This parameter is for advanced users
+ +

CAN node number for serial port

+ + + +

Serial port number on remote CAN node (CAN_D1_UC_S3_IDX)

Note: This parameter is for advanced users
+ +

Serial port number on remote CAN node

+ + + +

Serial baud rate on remote CAN node (CAN_D1_UC_S3_BD)

Note: This parameter is for advanced users
+ +

Serial baud rate on remote CAN node

+ + + +

Serial protocol of DroneCAN serial port (CAN_D1_UC_S3_PRO)

Note: This parameter is for advanced users
+ +

Serial protocol of DroneCAN serial port

+ + + +

CAN_D2_ Parameters

+ + +

Enable use of specific protocol over virtual driver (CAN_D2_PROTOCOL)

Note: This parameter is for advanced users
+ +

Enabling this option starts selected protocol that will use this virtual driver

+ + + +

Secondary protocol with 11 bit CAN addressing (CAN_D2_PROTOCOL2)

Note: This parameter is for advanced users
+ +

Secondary protocol with 11 bit CAN addressing

+ + + +

CAN_D2_PC_ Parameters

+ + +

ESC channels (CAN_D2_PC_ESC_BM)

Note: This parameter is for advanced users
+ +

Bitmask defining which ESC (motor) channels are to be transmitted over Piccolo CAN

+ + + +

ESC output rate (CAN_D2_PC_ESC_RT)

Note: This parameter is for advanced users
+ +

Output rate of ESC command messages

+ + + +

Servo channels (CAN_D2_PC_SRV_BM)

Note: This parameter is for advanced users
+ +

Bitmask defining which servo channels are to be transmitted over Piccolo CAN

+ + + +

Servo command output rate (CAN_D2_PC_SRV_RT)

Note: This parameter is for advanced users
+ +

Output rate of servo command messages

+ + + +

ECU Node ID (CAN_D2_PC_ECU_ID)

Note: This parameter is for advanced users
+ +

Node ID to send ECU throttle messages to. Set to zero to disable ECU throttle messages. Set to 255 to broadcast to all ECUs.

+ + + +

ECU command output rate (CAN_D2_PC_ECU_RT)

Note: This parameter is for advanced users
+ +

Output rate of ECU command messages

+ + + +

CAN_D2_UC_ Parameters

+ + +

DroneCAN node that is used for this network (CAN_D2_UC_NODE)

Note: This parameter is for advanced users
+ +

DroneCAN node should be set implicitly

+ + + +

Output channels to be transmitted as servo over DroneCAN (CAN_D2_UC_SRV_BM)

+ +

Bitmask with one set for channel to be transmitted as a servo command over DroneCAN

+ + + +

Output channels to be transmitted as ESC over DroneCAN (CAN_D2_UC_ESC_BM)

Note: This parameter is for advanced users
+ +

Bitmask with one set for channel to be transmitted as a ESC command over DroneCAN

+ + + +

Servo output rate (CAN_D2_UC_SRV_RT)

Note: This parameter is for advanced users
+ +

Maximum transmit rate for servo outputs

+ + + +

DroneCAN options (CAN_D2_UC_OPTION)

Note: This parameter is for advanced users
+ +

Option flags

+ + + +

Notify State rate (CAN_D2_UC_NTF_RT)

Note: This parameter is for advanced users
+ +

Maximum transmit rate for Notify State Message

+ + + +

ESC Output channels offset (CAN_D2_UC_ESC_OF)

Note: This parameter is for advanced users
+ +

Offset for ESC numbering in DroneCAN ESC RawCommand messages. This allows for more efficient packing of ESC command messages. If your ESCs are on servo functions 5 to 8 and you set this parameter to 4 then the ESC RawCommand will be sent with the first 4 slots filled. This can be used for more efficient usage of CAN bandwidth

+ + + +

CAN pool size (CAN_D2_UC_POOL)

Note: This parameter is for advanced users
+ +

Amount of memory in bytes to allocate for the DroneCAN memory pool. More memory is needed for higher CAN bus loads

+ + + +

Bitmask for output channels for reversible ESCs over DroneCAN. (CAN_D2_UC_ESC_RV)

Note: This parameter is for advanced users
+ +

Bitmask with one set for each output channel that uses a reversible ESC over DroneCAN. Reversible ESCs use both positive and negative values in RawCommands, with positive commanding the forward direction and negative commanding the reverse direction.

+ + + +

DroneCAN relay output rate (CAN_D2_UC_RLY_RT)

Note: This parameter is for advanced users
+ +

Maximum transmit rate for relay outputs, note that this rate is per message each message does 1 relay, so if with more relays will take longer to update at the same rate, a extra message will be sent when a relay changes state

+ + + +

DroneCAN Serial enable (CAN_D2_UC_SER_EN)

Note: This parameter is for advanced users
+ +

Enable DroneCAN virtual serial ports

+ + + +

Serial CAN remote node number (CAN_D2_UC_S1_NOD)

Note: This parameter is for advanced users
+ +

CAN remote node number for serial port

+ + + +

DroneCAN Serial1 index (CAN_D2_UC_S1_IDX)

Note: This parameter is for advanced users
+ +

Serial port number on remote CAN node

+ + + +

DroneCAN Serial default baud rate (CAN_D2_UC_S1_BD)

Note: This parameter is for advanced users
+ +

Serial baud rate on remote CAN node

+ + + +

Serial protocol of DroneCAN serial port (CAN_D2_UC_S1_PRO)

Note: This parameter is for advanced users
+ +

Serial protocol of DroneCAN serial port

+ + + +

Serial CAN remote node number (CAN_D2_UC_S2_NOD)

Note: This parameter is for advanced users
+ +

CAN remote node number for serial port

+ + + +

Serial port number on remote CAN node (CAN_D2_UC_S2_IDX)

Note: This parameter is for advanced users
+ +

Serial port number on remote CAN node

+ + + +

DroneCAN Serial default baud rate (CAN_D2_UC_S2_BD)

Note: This parameter is for advanced users
+ +

Serial baud rate on remote CAN node

+ + + +

Serial protocol of DroneCAN serial port (CAN_D2_UC_S2_PRO)

Note: This parameter is for advanced users
+ +

Serial protocol of DroneCAN serial port

+ + + +

Serial CAN remote node number (CAN_D2_UC_S3_NOD)

Note: This parameter is for advanced users
+ +

CAN node number for serial port

+ + + +

Serial port number on remote CAN node (CAN_D2_UC_S3_IDX)

Note: This parameter is for advanced users
+ +

Serial port number on remote CAN node

+ + + +

Serial baud rate on remote CAN node (CAN_D2_UC_S3_BD)

Note: This parameter is for advanced users
+ +

Serial baud rate on remote CAN node

+ + + +

Serial protocol of DroneCAN serial port (CAN_D2_UC_S3_PRO)

Note: This parameter is for advanced users
+ +

Serial protocol of DroneCAN serial port

+ + + +

CAN_D3_ Parameters

+ + +

Enable use of specific protocol over virtual driver (CAN_D3_PROTOCOL)

Note: This parameter is for advanced users
+ +

Enabling this option starts selected protocol that will use this virtual driver

+ + + +

Secondary protocol with 11 bit CAN addressing (CAN_D3_PROTOCOL2)

Note: This parameter is for advanced users
+ +

Secondary protocol with 11 bit CAN addressing

+ + + +

CAN_D3_PC_ Parameters

+ + +

ESC channels (CAN_D3_PC_ESC_BM)

Note: This parameter is for advanced users
+ +

Bitmask defining which ESC (motor) channels are to be transmitted over Piccolo CAN

+ + + +

ESC output rate (CAN_D3_PC_ESC_RT)

Note: This parameter is for advanced users
+ +

Output rate of ESC command messages

+ + + +

Servo channels (CAN_D3_PC_SRV_BM)

Note: This parameter is for advanced users
+ +

Bitmask defining which servo channels are to be transmitted over Piccolo CAN

+ + + +

Servo command output rate (CAN_D3_PC_SRV_RT)

Note: This parameter is for advanced users
+ +

Output rate of servo command messages

+ + + +

ECU Node ID (CAN_D3_PC_ECU_ID)

Note: This parameter is for advanced users
+ +

Node ID to send ECU throttle messages to. Set to zero to disable ECU throttle messages. Set to 255 to broadcast to all ECUs.

+ + + +

ECU command output rate (CAN_D3_PC_ECU_RT)

Note: This parameter is for advanced users
+ +

Output rate of ECU command messages

+ + + +

CAN_D3_UC_ Parameters

+ + +

DroneCAN node that is used for this network (CAN_D3_UC_NODE)

Note: This parameter is for advanced users
+ +

DroneCAN node should be set implicitly

+ + + +

Output channels to be transmitted as servo over DroneCAN (CAN_D3_UC_SRV_BM)

+ +

Bitmask with one set for channel to be transmitted as a servo command over DroneCAN

+ + + +

Output channels to be transmitted as ESC over DroneCAN (CAN_D3_UC_ESC_BM)

Note: This parameter is for advanced users
+ +

Bitmask with one set for channel to be transmitted as a ESC command over DroneCAN

+ + + +

Servo output rate (CAN_D3_UC_SRV_RT)

Note: This parameter is for advanced users
+ +

Maximum transmit rate for servo outputs

+ + + +

DroneCAN options (CAN_D3_UC_OPTION)

Note: This parameter is for advanced users
+ +

Option flags

+ + + +

Notify State rate (CAN_D3_UC_NTF_RT)

Note: This parameter is for advanced users
+ +

Maximum transmit rate for Notify State Message

+ + + +

ESC Output channels offset (CAN_D3_UC_ESC_OF)

Note: This parameter is for advanced users
+ +

Offset for ESC numbering in DroneCAN ESC RawCommand messages. This allows for more efficient packing of ESC command messages. If your ESCs are on servo functions 5 to 8 and you set this parameter to 4 then the ESC RawCommand will be sent with the first 4 slots filled. This can be used for more efficient usage of CAN bandwidth

+ + + +

CAN pool size (CAN_D3_UC_POOL)

Note: This parameter is for advanced users
+ +

Amount of memory in bytes to allocate for the DroneCAN memory pool. More memory is needed for higher CAN bus loads

+ + + +

Bitmask for output channels for reversible ESCs over DroneCAN. (CAN_D3_UC_ESC_RV)

Note: This parameter is for advanced users
+ +

Bitmask with one set for each output channel that uses a reversible ESC over DroneCAN. Reversible ESCs use both positive and negative values in RawCommands, with positive commanding the forward direction and negative commanding the reverse direction.

+ + + +

DroneCAN relay output rate (CAN_D3_UC_RLY_RT)

Note: This parameter is for advanced users
+ +

Maximum transmit rate for relay outputs, note that this rate is per message each message does 1 relay, so if with more relays will take longer to update at the same rate, a extra message will be sent when a relay changes state

+ + + +

DroneCAN Serial enable (CAN_D3_UC_SER_EN)

Note: This parameter is for advanced users
+ +

Enable DroneCAN virtual serial ports

+ + + +

Serial CAN remote node number (CAN_D3_UC_S1_NOD)

Note: This parameter is for advanced users
+ +

CAN remote node number for serial port

+ + + +

DroneCAN Serial1 index (CAN_D3_UC_S1_IDX)

Note: This parameter is for advanced users
+ +

Serial port number on remote CAN node

+ + + +

DroneCAN Serial default baud rate (CAN_D3_UC_S1_BD)

Note: This parameter is for advanced users
+ +

Serial baud rate on remote CAN node

+ + + +

Serial protocol of DroneCAN serial port (CAN_D3_UC_S1_PRO)

Note: This parameter is for advanced users
+ +

Serial protocol of DroneCAN serial port

+ + + +

Serial CAN remote node number (CAN_D3_UC_S2_NOD)

Note: This parameter is for advanced users
+ +

CAN remote node number for serial port

+ + + +

Serial port number on remote CAN node (CAN_D3_UC_S2_IDX)

Note: This parameter is for advanced users
+ +

Serial port number on remote CAN node

+ + + +

DroneCAN Serial default baud rate (CAN_D3_UC_S2_BD)

Note: This parameter is for advanced users
+ +

Serial baud rate on remote CAN node

+ + + +

Serial protocol of DroneCAN serial port (CAN_D3_UC_S2_PRO)

Note: This parameter is for advanced users
+ +

Serial protocol of DroneCAN serial port

+ + + +

Serial CAN remote node number (CAN_D3_UC_S3_NOD)

Note: This parameter is for advanced users
+ +

CAN node number for serial port

+ + + +

Serial port number on remote CAN node (CAN_D3_UC_S3_IDX)

Note: This parameter is for advanced users
+ +

Serial port number on remote CAN node

+ + + +

Serial baud rate on remote CAN node (CAN_D3_UC_S3_BD)

Note: This parameter is for advanced users
+ +

Serial baud rate on remote CAN node

+ + + +

Serial protocol of DroneCAN serial port (CAN_D3_UC_S3_PRO)

Note: This parameter is for advanced users
+ +

Serial protocol of DroneCAN serial port

+ + + +

CAN_P1_ Parameters

+ + +

Index of virtual driver to be used with physical CAN interface (CAN_P1_DRIVER)

+ +

Enabling this option enables use of CAN buses.

+ + + +

Bitrate of CAN interface (CAN_P1_BITRATE)

Note: This parameter is for advanced users
+ +

Bit rate can be set up to from 10000 to 1000000

+ + + +

Bitrate of CANFD interface (CAN_P1_FDBITRATE)

Note: This parameter is for advanced users
+ +

Bit rate can be set up to from 1000000 to 8000000

+ + + +

CAN_P2_ Parameters

+ + +

Index of virtual driver to be used with physical CAN interface (CAN_P2_DRIVER)

+ +

Enabling this option enables use of CAN buses.

+ + + +

Bitrate of CAN interface (CAN_P2_BITRATE)

Note: This parameter is for advanced users
+ +

Bit rate can be set up to from 10000 to 1000000

+ + + +

Bitrate of CANFD interface (CAN_P2_FDBITRATE)

Note: This parameter is for advanced users
+ +

Bit rate can be set up to from 1000000 to 8000000

+ + + +

CAN_P3_ Parameters

+ + +

Index of virtual driver to be used with physical CAN interface (CAN_P3_DRIVER)

+ +

Enabling this option enables use of CAN buses.

+ + + +

Bitrate of CAN interface (CAN_P3_BITRATE)

Note: This parameter is for advanced users
+ +

Bit rate can be set up to from 10000 to 1000000

+ + + +

Bitrate of CANFD interface (CAN_P3_FDBITRATE)

Note: This parameter is for advanced users
+ +

Bit rate can be set up to from 1000000 to 8000000

+ + + +

CAN_SLCAN_ Parameters

+ + +

SLCAN Route (CAN_SLCAN_CPORT)

+ +

CAN Interface ID to be routed to SLCAN, 0 means no routing

+ + + +

SLCAN Serial Port (CAN_SLCAN_SERNUM)

+ +

Serial Port ID to be used for temporary SLCAN iface, -1 means no temporary serial. This parameter is automatically reset on reboot or on timeout. See CAN_SLCAN_TIMOUT for timeout details

+ + + +

SLCAN Timeout (CAN_SLCAN_TIMOUT)

+ +

Duration of inactivity after which SLCAN is switched back to original driver in seconds.

+ + + +

SLCAN Start Delay (CAN_SLCAN_SDELAY)

+ +

Duration after which slcan starts after setting SERNUM in seconds.

+ + + +

CIRC Parameters

+ + +

Circle Radius (CIRC_RADIUS)

+ +

Vehicle will circle the center at this distance

+ + + +

Circle Speed (CIRC_SPEED)

+ +

Vehicle will move at this speed around the circle. If set to zero WP_SPEED will be used

+ + + +

Circle Direction (CIRC_DIR)

+ +

Circle Direction

+ + + +

COMPASS_ Parameters

+ + +

Compass offsets in milligauss on the X axis (COMPASS_OFS_X)

Note: This parameter is for advanced users
+ +

Offset to be added to the compass x-axis values to compensate for metal in the frame

+ + + +

Compass offsets in milligauss on the Y axis (COMPASS_OFS_Y)

Note: This parameter is for advanced users
+ +

Offset to be added to the compass y-axis values to compensate for metal in the frame

+ + + +

Compass offsets in milligauss on the Z axis (COMPASS_OFS_Z)

Note: This parameter is for advanced users
+ +

Offset to be added to the compass z-axis values to compensate for metal in the frame

+ + + +

Compass declination (COMPASS_DEC)

+ +

An angle to compensate between the true north and magnetic north

+ + + +

Learn compass offsets automatically (COMPASS_LEARN)

Note: This parameter is for advanced users
+ +

Enable or disable the automatic learning of compass offsets. You can enable learning either using a compass-only method that is suitable only for fixed wing aircraft or using the offsets learnt by the active EKF state estimator. If this option is enabled then the learnt offsets are saved when you disarm the vehicle. If InFlight learning is enabled then the compass with automatically start learning once a flight starts (must be armed). While InFlight learning is running you cannot use position control modes.

+ + + +

Use compass for yaw (COMPASS_USE)

Note: This parameter is for advanced users
+ +

Enable or disable the use of the compass (instead of the GPS) for determining heading

+ + + +

Auto Declination (COMPASS_AUTODEC)

Note: This parameter is for advanced users
+ +

Enable or disable the automatic calculation of the declination based on gps location

+ + + +

Motor interference compensation type (COMPASS_MOTCT)

Note: This parameter is for advanced users
+ +

Set motor interference compensation type to disabled, throttle or current. Do not change manually.

+ + + +

Motor interference compensation for body frame X axis (COMPASS_MOT_X)

Note: This parameter is for advanced users
+ +

Multiplied by the current throttle and added to the compass's x-axis values to compensate for motor interference (Offset per Amp or at Full Throttle)

+ + + +

Motor interference compensation for body frame Y axis (COMPASS_MOT_Y)

Note: This parameter is for advanced users
+ +

Multiplied by the current throttle and added to the compass's y-axis values to compensate for motor interference (Offset per Amp or at Full Throttle)

+ + + +

Motor interference compensation for body frame Z axis (COMPASS_MOT_Z)

Note: This parameter is for advanced users
+ +

Multiplied by the current throttle and added to the compass's z-axis values to compensate for motor interference (Offset per Amp or at Full Throttle)

+ + + +

Compass orientation (COMPASS_ORIENT)

Note: This parameter is for advanced users
+ +

The orientation of the first external compass relative to the vehicle frame. This value will be ignored unless this compass is set as an external compass. When set correctly in the northern hemisphere, pointing the nose and right side down should increase the MagX and MagY values respectively. Rolling the vehicle upside down should decrease the MagZ value. For southern hemisphere, switch increase and decrease. NOTE: For internal compasses, AHRS_ORIENT is used. The label for each option is specified in the order of rotations for that orientation. Firmware versions 4.2 and prior can use a CUSTOM (100) rotation to set the COMPASS_CUS_ROLL/PIT/YAW angles for Compass orientation. Later versions provide two general custom rotations which can be used, Custom 1 and Custom 2, with CUST_1_ROLL/PIT/YAW or CUST_2_ROLL/PIT/YAW angles.

+ + + +

Compass is attached via an external cable (COMPASS_EXTERNAL)

Note: This parameter is for advanced users
+ +

Configure compass so it is attached externally. This is auto-detected on most boards. Set to 1 if the compass is externally connected. When externally connected the COMPASS_ORIENT option operates independently of the AHRS_ORIENTATION board orientation option. If set to 0 or 1 then auto-detection by bus connection can override the value. If set to 2 then auto-detection will be disabled.

+ + + +

Compass2 offsets in milligauss on the X axis (COMPASS_OFS2_X)

Note: This parameter is for advanced users
+ +

Offset to be added to compass2's x-axis values to compensate for metal in the frame

+ + + +

Compass2 offsets in milligauss on the Y axis (COMPASS_OFS2_Y)

Note: This parameter is for advanced users
+ +

Offset to be added to compass2's y-axis values to compensate for metal in the frame

+ + + +

Compass2 offsets in milligauss on the Z axis (COMPASS_OFS2_Z)

Note: This parameter is for advanced users
+ +

Offset to be added to compass2's z-axis values to compensate for metal in the frame

+ + + +

Motor interference compensation to compass2 for body frame X axis (COMPASS_MOT2_X)

Note: This parameter is for advanced users
+ +

Multiplied by the current throttle and added to compass2's x-axis values to compensate for motor interference (Offset per Amp or at Full Throttle)

+ + + +

Motor interference compensation to compass2 for body frame Y axis (COMPASS_MOT2_Y)

Note: This parameter is for advanced users
+ +

Multiplied by the current throttle and added to compass2's y-axis values to compensate for motor interference (Offset per Amp or at Full Throttle)

+ + + +

Motor interference compensation to compass2 for body frame Z axis (COMPASS_MOT2_Z)

Note: This parameter is for advanced users
+ +

Multiplied by the current throttle and added to compass2's z-axis values to compensate for motor interference (Offset per Amp or at Full Throttle)

+ + + +

Compass3 offsets in milligauss on the X axis (COMPASS_OFS3_X)

Note: This parameter is for advanced users
+ +

Offset to be added to compass3's x-axis values to compensate for metal in the frame

+ + + +

Compass3 offsets in milligauss on the Y axis (COMPASS_OFS3_Y)

Note: This parameter is for advanced users
+ +

Offset to be added to compass3's y-axis values to compensate for metal in the frame

+ + + +

Compass3 offsets in milligauss on the Z axis (COMPASS_OFS3_Z)

Note: This parameter is for advanced users
+ +

Offset to be added to compass3's z-axis values to compensate for metal in the frame

+ + + +

Motor interference compensation to compass3 for body frame X axis (COMPASS_MOT3_X)

Note: This parameter is for advanced users
+ +

Multiplied by the current throttle and added to compass3's x-axis values to compensate for motor interference (Offset per Amp or at Full Throttle)

+ + + +

Motor interference compensation to compass3 for body frame Y axis (COMPASS_MOT3_Y)

Note: This parameter is for advanced users
+ +

Multiplied by the current throttle and added to compass3's y-axis values to compensate for motor interference (Offset per Amp or at Full Throttle)

+ + + +

Motor interference compensation to compass3 for body frame Z axis (COMPASS_MOT3_Z)

Note: This parameter is for advanced users
+ +

Multiplied by the current throttle and added to compass3's z-axis values to compensate for motor interference (Offset per Amp or at Full Throttle)

+ + + +

Compass device id (COMPASS_DEV_ID)

Note: This parameter is for advanced users
+ +

Compass device id. Automatically detected, do not set manually

+ + + +

Compass2 device id (COMPASS_DEV_ID2)

Note: This parameter is for advanced users
+ +

Second compass's device id. Automatically detected, do not set manually

+ + + +

Compass3 device id (COMPASS_DEV_ID3)

Note: This parameter is for advanced users
+ +

Third compass's device id. Automatically detected, do not set manually

+ + + +

Compass2 used for yaw (COMPASS_USE2)

Note: This parameter is for advanced users
+ +

Enable or disable the secondary compass for determining heading.

+ + + +

Compass2 orientation (COMPASS_ORIENT2)

Note: This parameter is for advanced users
+ +

The orientation of a second external compass relative to the vehicle frame. This value will be ignored unless this compass is set as an external compass. When set correctly in the northern hemisphere, pointing the nose and right side down should increase the MagX and MagY values respectively. Rolling the vehicle upside down should decrease the MagZ value. For southern hemisphere, switch increase and decrease. NOTE: For internal compasses, AHRS_ORIENT is used. The label for each option is specified in the order of rotations for that orientation. Firmware versions 4.2 and prior can use a CUSTOM (100) rotation to set the COMPASS_CUS_ROLL/PIT/YAW angles for Compass orientation. Later versions provide two general custom rotations which can be used, Custom 1 and Custom 2, with CUST_1_ROLL/PIT/YAW or CUST_2_ROLL/PIT/YAW angles.

+ + + +

Compass2 is attached via an external cable (COMPASS_EXTERN2)

Note: This parameter is for advanced users
+ +

Configure second compass so it is attached externally. This is auto-detected on most boards. If set to 0 or 1 then auto-detection by bus connection can override the value. If set to 2 then auto-detection will be disabled.

+ + + +

Compass3 used for yaw (COMPASS_USE3)

Note: This parameter is for advanced users
+ +

Enable or disable the tertiary compass for determining heading.

+ + + +

Compass3 orientation (COMPASS_ORIENT3)

Note: This parameter is for advanced users
+ +

The orientation of a third external compass relative to the vehicle frame. This value will be ignored unless this compass is set as an external compass. When set correctly in the northern hemisphere, pointing the nose and right side down should increase the MagX and MagY values respectively. Rolling the vehicle upside down should decrease the MagZ value. For southern hemisphere, switch increase and decrease. NOTE: For internal compasses, AHRS_ORIENT is used. The label for each option is specified in the order of rotations for that orientation. Firmware versions 4.2 and prior can use a CUSTOM (100) rotation to set the COMPASS_CUS_ROLL/PIT/YAW angles for Compass orientation. Later versions provide two general custom rotations which can be used, Custom 1 and Custom 2, with CUST_1_ROLL/PIT/YAW or CUST_2_ROLL/PIT/YAW angles.

+ + + +

Compass3 is attached via an external cable (COMPASS_EXTERN3)

Note: This parameter is for advanced users
+ +

Configure third compass so it is attached externally. This is auto-detected on most boards. If set to 0 or 1 then auto-detection by bus connection can override the value. If set to 2 then auto-detection will be disabled.

+ + + +

Compass soft-iron diagonal X component (COMPASS_DIA_X)

Note: This parameter is for advanced users
+ +

DIA_X in the compass soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]

+ + + +

Compass soft-iron diagonal Y component (COMPASS_DIA_Y)

Note: This parameter is for advanced users
+ +

DIA_Y in the compass soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]

+ + + +

Compass soft-iron diagonal Z component (COMPASS_DIA_Z)

Note: This parameter is for advanced users
+ +

DIA_Z in the compass soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]

+ + + +

Compass soft-iron off-diagonal X component (COMPASS_ODI_X)

Note: This parameter is for advanced users
+ +

ODI_X in the compass soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]

+ + + +

Compass soft-iron off-diagonal Y component (COMPASS_ODI_Y)

Note: This parameter is for advanced users
+ +

ODI_Y in the compass soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]

+ + + +

Compass soft-iron off-diagonal Z component (COMPASS_ODI_Z)

Note: This parameter is for advanced users
+ +

ODI_Z in the compass soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]

+ + + +

Compass2 soft-iron diagonal X component (COMPASS_DIA2_X)

Note: This parameter is for advanced users
+ +

DIA_X in the compass2 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]

+ + + +

Compass2 soft-iron diagonal Y component (COMPASS_DIA2_Y)

Note: This parameter is for advanced users
+ +

DIA_Y in the compass2 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]

+ + + +

Compass2 soft-iron diagonal Z component (COMPASS_DIA2_Z)

Note: This parameter is for advanced users
+ +

DIA_Z in the compass2 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]

+ + + +

Compass2 soft-iron off-diagonal X component (COMPASS_ODI2_X)

Note: This parameter is for advanced users
+ +

ODI_X in the compass2 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]

+ + + +

Compass2 soft-iron off-diagonal Y component (COMPASS_ODI2_Y)

Note: This parameter is for advanced users
+ +

ODI_Y in the compass2 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]

+ + + +

Compass2 soft-iron off-diagonal Z component (COMPASS_ODI2_Z)

Note: This parameter is for advanced users
+ +

ODI_Z in the compass2 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]

+ + + +

Compass3 soft-iron diagonal X component (COMPASS_DIA3_X)

Note: This parameter is for advanced users
+ +

DIA_X in the compass3 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]

+ + + +

Compass3 soft-iron diagonal Y component (COMPASS_DIA3_Y)

Note: This parameter is for advanced users
+ +

DIA_Y in the compass3 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]

+ + + +

Compass3 soft-iron diagonal Z component (COMPASS_DIA3_Z)

Note: This parameter is for advanced users
+ +

DIA_Z in the compass3 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]

+ + + +

Compass3 soft-iron off-diagonal X component (COMPASS_ODI3_X)

Note: This parameter is for advanced users
+ +

ODI_X in the compass3 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]

+ + + +

Compass3 soft-iron off-diagonal Y component (COMPASS_ODI3_Y)

Note: This parameter is for advanced users
+ +

ODI_Y in the compass3 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]

+ + + +

Compass3 soft-iron off-diagonal Z component (COMPASS_ODI3_Z)

Note: This parameter is for advanced users
+ +

ODI_Z in the compass3 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]

+ + + +

Compass calibration fitness (COMPASS_CAL_FIT)

Note: This parameter is for advanced users
+ +

This controls the fitness level required for a successful compass calibration. A lower value makes for a stricter fit (less likely to pass). This is the value used for the primary magnetometer. Other magnetometers get double the value.

+ + + +

Compass maximum offset (COMPASS_OFFS_MAX)

Note: This parameter is for advanced users
+ +

This sets the maximum allowed compass offset in calibration and arming checks

+ + + +

Compass disable driver type mask (COMPASS_DISBLMSK)

Note: This parameter is for advanced users
+ +

This is a bitmask of driver types to disable. If a driver type is set in this mask then that driver will not try to find a sensor at startup

+ + + +

Range in which sample is accepted (COMPASS_FLTR_RNG)

+ +

This sets the range around the average value that new samples must be within to be accepted. This can help reduce the impact of noise on sensors that are on long I2C cables. The value is a percentage from the average value. A value of zero disables this filter.

+ + + +

Automatically check orientation (COMPASS_AUTO_ROT)

+ +

When enabled this will automatically check the orientation of compasses on successful completion of compass calibration. If set to 2 then external compasses will have their orientation automatically corrected.

+ + + +

Compass device id with 1st order priority (COMPASS_PRIO1_ID)

Note: This parameter is for advanced users
+ +

Compass device id with 1st order priority, set automatically if 0. Reboot required after change.

+ + + +

Compass device id with 2nd order priority (COMPASS_PRIO2_ID)

Note: This parameter is for advanced users
+ +

Compass device id with 2nd order priority, set automatically if 0. Reboot required after change.

+ + + +

Compass device id with 3rd order priority (COMPASS_PRIO3_ID)

Note: This parameter is for advanced users
+ +

Compass device id with 3rd order priority, set automatically if 0. Reboot required after change.

+ + + +

Enable Compass (COMPASS_ENABLE)

+ +

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.

+ + + +

Compass1 scale factor (COMPASS_SCALE)

+ +

Scaling factor for first compass to compensate for sensor scaling errors. If this is 0 then no scaling is done

+ + + +

Compass2 scale factor (COMPASS_SCALE2)

+ +

Scaling factor for 2nd compass to compensate for sensor scaling errors. If this is 0 then no scaling is done

+ + + +

Compass3 scale factor (COMPASS_SCALE3)

+ +

Scaling factor for 3rd compass to compensate for sensor scaling errors. If this is 0 then no scaling is done

+ + + +

Compass options (COMPASS_OPTIONS)

Note: This parameter is for advanced users
+ +

This sets options to change the behaviour of the compass

+ + + +

Compass4 device id (COMPASS_DEV_ID4)

Note: This parameter is for advanced users
+ +

Extra 4th compass's device id. Automatically detected, do not set manually

+ + + +

Compass5 device id (COMPASS_DEV_ID5)

Note: This parameter is for advanced users
+ +

Extra 5th compass's device id. Automatically detected, do not set manually

+ + + +

Compass6 device id (COMPASS_DEV_ID6)

Note: This parameter is for advanced users
+ +

Extra 6th compass's device id. Automatically detected, do not set manually

+ + + +

Compass7 device id (COMPASS_DEV_ID7)

Note: This parameter is for advanced users
+ +

Extra 7th compass's device id. Automatically detected, do not set manually

+ + + +

Compass8 device id (COMPASS_DEV_ID8)

Note: This parameter is for advanced users
+ +

Extra 8th compass's device id. Automatically detected, do not set manually

+ + + +

Custom orientation roll offset (COMPASS_CUS_ROLL)

Note: This parameter is for advanced users
+ +

Compass mounting position roll offset. Positive values = roll right, negative values = roll left. This parameter is only used when COMPASS_ORIENT/2/3 is set to CUSTOM.

+ + + +

Custom orientation pitch offset (COMPASS_CUS_PIT)

Note: This parameter is for advanced users
+ +

Compass mounting position pitch offset. Positive values = pitch up, negative values = pitch down. This parameter is only used when COMPASS_ORIENT/2/3 is set to CUSTOM.

+ + + +

Custom orientation yaw offset (COMPASS_CUS_YAW)

Note: This parameter is for advanced users
+ +

Compass mounting position yaw offset. Positive values = yaw right, negative values = yaw left. This parameter is only used when COMPASS_ORIENT/2/3 is set to CUSTOM.

+ + + +

COMPASS_PMOT Parameters

+ + +

per-motor compass correction enable (COMPASS_PMOT_EN)

Note: This parameter is for advanced users
+ +

This enables per-motor compass corrections

+ + + +

per-motor exponential correction (COMPASS_PMOT_EXP)

Note: This parameter is for advanced users
+ +

This is the exponential correction for the power output of the motor for per-motor compass correction

+ + + +

Compass per-motor1 X (COMPASS_PMOT1_X)

Note: This parameter is for advanced users
+ +

Compensation for X axis of motor1

+ + + +

Compass per-motor1 Y (COMPASS_PMOT1_Y)

Note: This parameter is for advanced users
+ +

Compensation for Y axis of motor1

+ + + +

Compass per-motor1 Z (COMPASS_PMOT1_Z)

Note: This parameter is for advanced users
+ +

Compensation for Z axis of motor1

+ + + +

Compass per-motor2 X (COMPASS_PMOT2_X)

Note: This parameter is for advanced users
+ +

Compensation for X axis of motor2

+ + + +

Compass per-motor2 Y (COMPASS_PMOT2_Y)

Note: This parameter is for advanced users
+ +

Compensation for Y axis of motor2

+ + + +

Compass per-motor2 Z (COMPASS_PMOT2_Z)

Note: This parameter is for advanced users
+ +

Compensation for Z axis of motor2

+ + + +

Compass per-motor3 X (COMPASS_PMOT3_X)

Note: This parameter is for advanced users
+ +

Compensation for X axis of motor3

+ + + +

Compass per-motor3 Y (COMPASS_PMOT3_Y)

Note: This parameter is for advanced users
+ +

Compensation for Y axis of motor3

+ + + +

Compass per-motor3 Z (COMPASS_PMOT3_Z)

Note: This parameter is for advanced users
+ +

Compensation for Z axis of motor3

+ + + +

Compass per-motor4 X (COMPASS_PMOT4_X)

Note: This parameter is for advanced users
+ +

Compensation for X axis of motor4

+ + + +

Compass per-motor4 Y (COMPASS_PMOT4_Y)

Note: This parameter is for advanced users
+ +

Compensation for Y axis of motor4

+ + + +

Compass per-motor4 Z (COMPASS_PMOT4_Z)

Note: This parameter is for advanced users
+ +

Compensation for Z axis of motor4

+ + + +

CUST_ROT Parameters

+ + +

Enable Custom rotations (CUST_ROT_ENABLE)

+ +

This enables custom rotations

+ + + +

CUST_ROT1_ Parameters

+ + +

Custom roll (CUST_ROT1_ROLL)

+ +

Custom euler roll, euler 321 (yaw, pitch, roll) ordering

+ + + +

Custom pitch (CUST_ROT1_PITCH)

+ +

Custom euler pitch, euler 321 (yaw, pitch, roll) ordering

+ + + +

Custom yaw (CUST_ROT1_YAW)

+ +

Custom euler yaw, euler 321 (yaw, pitch, roll) ordering

+ + + +

CUST_ROT2_ Parameters

+ + +

Custom roll (CUST_ROT2_ROLL)

+ +

Custom euler roll, euler 321 (yaw, pitch, roll) ordering

+ + + +

Custom pitch (CUST_ROT2_PITCH)

+ +

Custom euler pitch, euler 321 (yaw, pitch, roll) ordering

+ + + +

Custom yaw (CUST_ROT2_YAW)

+ +

Custom euler yaw, euler 321 (yaw, pitch, roll) ordering

+ + + +

DDS Parameters

+ + +

DDS enable (DDS_ENABLE)

Note: This parameter is for advanced users
+ +

Enable DDS subsystem

+ + + +

DDS UDP port (DDS_UDP_PORT)

+ +

UDP port number for DDS

+ + + +

DDS_IP Parameters

+ + +

IPv4 Address 1st byte (DDS_IP0)

+ +

IPv4 address. Example: 192.xxx.xxx.xxx

+ + + +

IPv4 Address 2nd byte (DDS_IP1)

+ +

IPv4 address. Example: xxx.168.xxx.xxx

+ + + +

IPv4 Address 3rd byte (DDS_IP2)

+ +

IPv4 address. Example: xxx.xxx.13.xxx

+ + + +

IPv4 Address 4th byte (DDS_IP3)

+ +

IPv4 address. Example: xxx.xxx.xxx.14

+ + + +

DID_ Parameters

+ + +

Enable ODID subsystem (DID_ENABLE)

+ +

Enable ODID subsystem

+ + + +

MAVLink serial port (DID_MAVPORT)

+ +

Serial port number to send OpenDroneID MAVLink messages to. Can be -1 if using DroneCAN.

+ + + +

DroneCAN driver number (DID_CANDRIVER)

+ +

DroneCAN driver index, 0 to disable DroneCAN

+ + + +

OpenDroneID options (DID_OPTIONS)

+ +

Options for OpenDroneID subsystem

+ + + +

Barometer vertical accuraacy (DID_BARO_ACC)

Note: This parameter is for advanced users
+ +

Barometer Vertical Accuracy when installed in the vehicle. Note this is dependent upon installation conditions and thus disabled by default

+ + + +

DOCK Parameters

+ + +

Dock mode speed (DOCK_SPEED)

+ +

Vehicle speed limit in dock mode

+ + + +

Dock mode direction of approach (DOCK_DIR)

Note: This parameter is for advanced users
+ +

Compass direction in which vehicle should approach towards dock. -1 value represents unset parameter

+ + + +

Dock mode heading correction enable/disable (DOCK_HDG_CORR_EN)

Note: This parameter is for advanced users
+ +

When enabled, the autopilot modifies the path to approach the target head-on along desired line of approch in dock mode

+ + + +

Dock mode heading correction weight (DOCK_HDG_CORR_WT)

Note: This parameter is for advanced users
+ +

This value describes how aggressively vehicle tries to correct its heading to be on desired line of approach

+ + + +

Distance from docking target when we should stop (DOCK_STOP_DIST)

+ +

The vehicle starts stopping when it is this distance away from docking target

+ + + +

EAHRS Parameters

+ + +

AHRS type (EAHRS_TYPE)

+ +

Type of AHRS device

+ + + +

AHRS data rate (EAHRS_RATE)

+ +

Requested rate for AHRS device

+ + + +

External AHRS options (EAHRS_OPTIONS)

+ +

External AHRS options bitmask

+ + + +

External AHRS sensors (EAHRS_SENSORS)

Note: This parameter is for advanced users
+ +

External AHRS sensors bitmask

+ + + +

EFI Parameters

+ + +

EFI communication type (EFI_TYPE)

Note: This parameter is for advanced users
+ +

What method of communication is used for EFI #1

+ + + +

EFI Calibration Coefficient 1 (EFI_COEF1)

Note: This parameter is for advanced users
+ +

Used to calibrate fuel flow for MS protocol (Slope). This should be calculated from a log at constant fuel usage rate. Plot (ECYL[0].InjT*EFI.Rpm)/600.0 to get the duty_cycle. Measure actual fuel usage in cm^3/min, and set EFI_COEF1 = fuel_usage_cm3permin / duty_cycle

+ + + +

EFI Calibration Coefficient 2 (EFI_COEF2)

Note: This parameter is for advanced users
+ +

Used to calibrate fuel flow for MS protocol (Offset). This can be used to correct for a non-zero offset in the fuel consumption calculation of EFI_COEF1

+ + + +

ECU Fuel Density (EFI_FUEL_DENS)

Note: This parameter is for advanced users
+ +

Used to calculate fuel consumption

+ + + +

EFI_THRLIN Parameters

+ + +

Enable throttle linearisation (EFI_THRLIN_EN)

Note: This parameter is for advanced users
+ +

Enable EFI throttle linearisation

+ + + +

Throttle linearisation - First Order (EFI_THRLIN_COEF1)

Note: This parameter is for advanced users
+ +

First Order Polynomial Coefficient. (=1, if throttle is first order polynomial trendline)

+ + + +

Throttle linearisation - Second Order (EFI_THRLIN_COEF2)

Note: This parameter is for advanced users
+ +

Second Order Polynomial Coefficient (=0, if throttle is second order polynomial trendline)

+ + + +

Throttle linearisation - Third Order (EFI_THRLIN_COEF3)

Note: This parameter is for advanced users
+ +

Third Order Polynomial Coefficient. (=0, if throttle is third order polynomial trendline)

+ + + +

throttle linearization offset (EFI_THRLIN_OFS)

Note: This parameter is for advanced users
+ +

Offset for throttle linearization

+ + + +

EK2_ Parameters

+ + +

Enable EKF2 (EK2_ENABLE)

Note: This parameter is for advanced users
+ +

This enables EKF2. Enabling EKF2 only makes the maths run, it does not mean it will be used for flight control. To use it for flight control set AHRS_EKF_TYPE=2. A reboot or restart will need to be performed after changing the value of EK2_ENABLE for it to take effect.

+ + + +

GPS mode control (EK2_GPS_TYPE)

Note: This parameter is for advanced users
+ +

This controls use of GPS measurements : 0 = use 3D velocity & 2D position, 1 = use 2D velocity and 2D position, 2 = use 2D position, 3 = Inhibit GPS use - this can be useful when flying with an optical flow sensor in an environment where GPS quality is poor and subject to large multipath errors.

+ + + +

GPS horizontal velocity measurement noise (m/s) (EK2_VELNE_M_NSE)

Note: This parameter is for advanced users
+ +

This sets a lower limit on the speed accuracy reported by the GPS receiver that is used to set horizontal velocity observation noise. If the model of receiver used does not provide a speed accurcy estimate, then the parameter value will be used. Increasing it reduces the weighting of the GPS horizontal velocity measurements.

+ + + +

GPS vertical velocity measurement noise (m/s) (EK2_VELD_M_NSE)

Note: This parameter is for advanced users
+ +

This sets a lower limit on the speed accuracy reported by the GPS receiver that is used to set vertical velocity observation noise. If the model of receiver used does not provide a speed accurcy estimate, then the parameter value will be used. Increasing it reduces the weighting of the GPS vertical velocity measurements.

+ + + +

GPS velocity innovation gate size (EK2_VEL_I_GATE)

Note: This parameter is for advanced users
+ +

This sets the percentage number of standard deviations applied to the GPS velocity measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.

+ + + +

GPS horizontal position measurement noise (m) (EK2_POSNE_M_NSE)

Note: This parameter is for advanced users
+ +

This sets the GPS horizontal position observation noise. Increasing it reduces the weighting of GPS horizontal position measurements.

+ + + +

GPS position measurement gate size (EK2_POS_I_GATE)

Note: This parameter is for advanced users
+ +

This sets the percentage number of standard deviations applied to the GPS position measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.

+ + + +

GPS glitch radius gate size (m) (EK2_GLITCH_RAD)

Note: This parameter is for advanced users
+ +

This controls the maximum radial uncertainty in position between the value predicted by the filter and the value measured by the GPS before the filter position and velocity states are reset to the GPS. Making this value larger allows the filter to ignore larger GPS glitches but also means that non-GPS errors such as IMU and compass can create a larger error in position before the filter is forced back to the GPS position.

+ + + +

Primary altitude sensor source (EK2_ALT_SOURCE)

Note: This parameter is for advanced users
+ +

Primary height sensor used by the EKF. If a sensor other than Baro is selected and becomes unavailable, then the Baro sensor will be used as a fallback. NOTE: The EK2_RNG_USE_HGT parameter can be used to switch to range-finder when close to the ground in conjunction with EK2_ALT_SOURCE = 0 or 2 (Baro or GPS).

+ + + +

Altitude measurement noise (m) (EK2_ALT_M_NSE)

Note: This parameter is for advanced users
+ +

This is the RMS value of noise in the altitude measurement. Increasing it reduces the weighting of the baro measurement and will make the filter respond more slowly to baro measurement errors, but will make it more sensitive to GPS and accelerometer errors.

+ + + +

Height measurement gate size (EK2_HGT_I_GATE)

Note: This parameter is for advanced users
+ +

This sets the percentage number of standard deviations applied to the height measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.

+ + + +

Height measurement delay (msec) (EK2_HGT_DELAY)

Note: This parameter is for advanced users
+ +

This is the number of msec that the Height measurements lag behind the inertial measurements.

+ + + +

Magnetometer measurement noise (Gauss) (EK2_MAG_M_NSE)

Note: This parameter is for advanced users
+ +

This is the RMS value of noise in magnetometer measurements. Increasing it reduces the weighting on these measurements.

+ + + +

Magnetometer default fusion mode (EK2_MAG_CAL)

Note: This parameter is for advanced users
+ +

This determines when the filter will use the 3-axis magnetometer fusion model that estimates both earth and body fixed magnetic field states, when it will use a simpler magnetic heading fusion model that does not use magnetic field states and when it will use an alternative method of yaw determination to the magnetometer. The 3-axis magnetometer fusion is only suitable for use when the external magnetic field environment is stable. EK2_MAG_CAL = 0 uses heading fusion on ground, 3-axis fusion in-flight, and is the default setting for Plane users. EK2_MAG_CAL = 1 uses 3-axis fusion only when manoeuvring. EK2_MAG_CAL = 2 uses heading fusion at all times, is recommended if the external magnetic field is varying and is the default for rovers. EK2_MAG_CAL = 3 uses heading fusion on the ground and 3-axis fusion after the first in-air field and yaw reset has completed, and is the default for copters. EK2_MAG_CAL = 4 uses 3-axis fusion at all times. NOTE: The fusion mode can be forced to 2 for specific EKF cores using the EK2_MAG_MASK parameter. NOTE: limited operation without a magnetometer or any other yaw sensor is possible by setting all COMPASS_USE, COMPASS_USE2, COMPASS_USE3, etc parameters to 0 with COMPASS_ENABLE set to 1. If this is done, the EK2_GSF_RUN and EK2_GSF_USE masks must be set to the same as EK2_IMU_MASK.

+ + + +

Magnetometer measurement gate size (EK2_MAG_I_GATE)

Note: This parameter is for advanced users
+ +

This sets the percentage number of standard deviations applied to the magnetometer measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.

+ + + +

Equivalent airspeed measurement noise (m/s) (EK2_EAS_M_NSE)

Note: This parameter is for advanced users
+ +

This is the RMS value of noise in equivalent airspeed measurements used by planes. Increasing it reduces the weighting of airspeed measurements and will make wind speed estimates less noisy and slower to converge. Increasing also increases navigation errors when dead-reckoning without GPS measurements.

+ + + +

Airspeed measurement gate size (EK2_EAS_I_GATE)

Note: This parameter is for advanced users
+ +

This sets the percentage number of standard deviations applied to the airspeed measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.

+ + + +

Range finder measurement noise (m) (EK2_RNG_M_NSE)

Note: This parameter is for advanced users
+ +

This is the RMS value of noise in the range finder measurement. Increasing it reduces the weighting on this measurement.

+ + + +

Range finder measurement gate size (EK2_RNG_I_GATE)

Note: This parameter is for advanced users
+ +

This sets the percentage number of standard deviations applied to the range finder innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.

+ + + +

Maximum valid optical flow rate (EK2_MAX_FLOW)

Note: This parameter is for advanced users
+ +

This sets the magnitude maximum optical flow rate in rad/sec that will be accepted by the filter

+ + + +

Optical flow measurement noise (rad/s) (EK2_FLOW_M_NSE)

Note: This parameter is for advanced users
+ +

This is the RMS value of noise and errors in optical flow measurements. Increasing it reduces the weighting on these measurements.

+ + + +

Optical Flow measurement gate size (EK2_FLOW_I_GATE)

Note: This parameter is for advanced users
+ +

This sets the percentage number of standard deviations applied to the optical flow innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.

+ + + +

Optical Flow measurement delay (msec) (EK2_FLOW_DELAY)

Note: This parameter is for advanced users
+ +

This is the number of msec that the optical flow measurements lag behind the inertial measurements. It is the time from the end of the optical flow averaging period and does not include the time delay due to the 100msec of averaging within the flow sensor.

+ + + +

Rate gyro noise (rad/s) (EK2_GYRO_P_NSE)

Note: This parameter is for advanced users
+ +

This control disturbance noise controls the growth of estimated error due to gyro measurement errors excluding bias. Increasing it makes the flter trust the gyro measurements less and other measurements more.

+ + + +

Accelerometer noise (m/s^2) (EK2_ACC_P_NSE)

Note: This parameter is for advanced users
+ +

This control disturbance noise controls the growth of estimated error due to accelerometer measurement errors excluding bias. Increasing it makes the flter trust the accelerometer measurements less and other measurements more.

+ + + +

Rate gyro bias stability (rad/s/s) (EK2_GBIAS_P_NSE)

Note: This parameter is for advanced users
+ +

This state process noise controls growth of the gyro delta angle bias state error estimate. Increasing it makes rate gyro bias estimation faster and noisier.

+ + + +

Rate gyro scale factor stability (1/s) (EK2_GSCL_P_NSE)

Note: This parameter is for advanced users
+ +

This noise controls the rate of gyro scale factor learning. Increasing it makes rate gyro scale factor estimation faster and noisier.

+ + + +

Accelerometer bias stability (m/s^3) (EK2_ABIAS_P_NSE)

Note: This parameter is for advanced users
+ +

This noise controls the growth of the vertical accelerometer delta velocity bias state error estimate. Increasing it makes accelerometer bias estimation faster and noisier.

+ + + +

Wind velocity process noise (m/s^2) (EK2_WIND_P_NSE)

Note: This parameter is for advanced users
+ +

This state process noise controls the growth of wind state error estimates. Increasing it makes wind estimation faster and noisier.

+ + + +

Height rate to wind process noise scaler (EK2_WIND_PSCALE)

Note: This parameter is for advanced users
+ +

This controls how much the process noise on the wind states is increased when gaining or losing altitude to take into account changes in wind speed and direction with altitude. Increasing this parameter increases how rapidly the wind states adapt when changing altitude, but does make wind velocity estimation noiser.

+ + + +

GPS preflight check (EK2_GPS_CHECK)

Note: This parameter is for advanced users
+ +

This is a 1 byte bitmap controlling which GPS preflight checks are performed. Set to 0 to bypass all checks. Set to 255 perform all checks. Set to 3 to check just the number of satellites and HDoP. Set to 31 for the most rigorous checks that will still allow checks to pass when the copter is moving, eg launch from a boat.

+ + + +

Bitmask of active IMUs (EK2_IMU_MASK)

Note: This parameter is for advanced users
+ +

1 byte bitmap of IMUs to use in EKF2. A separate instance of EKF2 will be started for each IMU selected. Set to 1 to use the first IMU only (default), set to 2 to use the second IMU only, set to 3 to use the first and second IMU. Additional IMU's can be used up to a maximum of 6 if memory and processing resources permit. There may be insufficient memory and processing resources to run multiple instances. If this occurs EKF2 will fail to start.

+ + + +

GPS accuracy check scaler (%) (EK2_CHECK_SCALE)

Note: This parameter is for advanced users
+ +

This scales the thresholds that are used to check GPS accuracy before it is used by the EKF. A value of 100 is the default. Values greater than 100 increase and values less than 100 reduce the maximum GPS error the EKF will accept. A value of 200 will double the allowable GPS error.

+ + + +

Non-GPS operation position uncertainty (m) (EK2_NOAID_M_NSE)

Note: This parameter is for advanced users
+ +

This sets the amount of position variation that the EKF allows for when operating without external measurements (eg GPS or optical flow). Increasing this parameter makes the EKF attitude estimate less sensitive to vehicle manoeuvres but more sensitive to IMU errors.

+ + + +

Yaw measurement noise (rad) (EK2_YAW_M_NSE)

Note: This parameter is for advanced users
+ +

This is the RMS value of noise in yaw measurements from the magnetometer. Increasing it reduces the weighting on these measurements.

+ + + +

Yaw measurement gate size (EK2_YAW_I_GATE)

Note: This parameter is for advanced users
+ +

This sets the percentage number of standard deviations applied to the magnetometer yaw measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.

+ + + +

Output complementary filter time constant (centi-sec) (EK2_TAU_OUTPUT)

Note: This parameter is for advanced users
+ +

Sets the time constant of the output complementary filter/predictor in centi-seconds.

+ + + +

Earth magnetic field process noise (gauss/s) (EK2_MAGE_P_NSE)

Note: This parameter is for advanced users
+ +

This state process noise controls the growth of earth magnetic field state error estimates. Increasing it makes earth magnetic field estimation faster and noisier.

+ + + +

Body magnetic field process noise (gauss/s) (EK2_MAGB_P_NSE)

Note: This parameter is for advanced users
+ +

This state process noise controls the growth of body magnetic field state error estimates. Increasing it makes magnetometer bias error estimation faster and noisier.

+ + + +

Range finder switch height percentage (EK2_RNG_USE_HGT)

Note: This parameter is for advanced users
+ +

Range finder can be used as the primary height source when below this percentage of its maximum range (see RNGFND_MAX_CM). This will not work unless Baro or GPS height is selected as the primary height source vis EK2_ALT_SOURCE = 0 or 2 respectively. This feature should not be used for terrain following as it is designed for vertical takeoff and landing with climb above the range finder use height before commencing the mission, and with horizontal position changes below that height being limited to a flat region around the takeoff and landing point.

+ + + +

Maximum terrain gradient (EK2_TERR_GRAD)

Note: This parameter is for advanced users
+ +

Specifies the maximum gradient of the terrain below the vehicle assumed when it is fusing range finder or optical flow to estimate terrain height.

+ + + +

Range beacon measurement noise (m) (EK2_BCN_M_NSE)

Note: This parameter is for advanced users
+ +

This is the RMS value of noise in the range beacon measurement. Increasing it reduces the weighting on this measurement.

+ + + +

Range beacon measurement gate size (EK2_BCN_I_GTE)

Note: This parameter is for advanced users
+ +

This sets the percentage number of standard deviations applied to the range beacon measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.

+ + + +

Range beacon measurement delay (msec) (EK2_BCN_DELAY)

Note: This parameter is for advanced users
+ +

This is the number of msec that the range beacon measurements lag behind the inertial measurements. It is the time from the end of the optical flow averaging period and does not include the time delay due to the 100msec of averaging within the flow sensor.

+ + + +

Range finder max ground speed (EK2_RNG_USE_SPD)

Note: This parameter is for advanced users
+ +

The range finder will not be used as the primary height source when the horizontal ground speed is greater than this value.

+ + + +

Bitmask of active EKF cores that will always use heading fusion (EK2_MAG_MASK)

Note: This parameter is for advanced users
+ +

1 byte bitmap of EKF cores that will disable magnetic field states and use simple magnetic heading fusion at all times. This parameter enables specified cores to be used as a backup for flight into an environment with high levels of external magnetic interference which may degrade the EKF attitude estimate when using 3-axis magnetometer fusion. NOTE : Use of a different magnetometer fusion algorithm on different cores makes unwanted EKF core switches due to magnetometer errors more likely.

+ + + +

Bitmask control of EKF reference height correction (EK2_OGN_HGT_MASK)

Note: This parameter is for advanced users
+ +

When a height sensor other than GPS is used as the primary height source by the EKF, the position of the zero height datum is defined by that sensor and its frame of reference. If a GPS height measurement is also available, then the height of the WGS-84 height datum used by the EKF can be corrected so that the height returned by the getLLH() function is compensated for primary height sensor drift and change in datum over time. The first two bit positions control when the height datum will be corrected. Correction is performed using a Bayes filter and only operates when GPS quality permits. The third bit position controls where the corrections to the GPS reference datum are applied. Corrections can be applied to the local vertical position or to the reported EKF origin height (default).

+ + + +

Optical flow use bitmask (EK2_FLOW_USE)

Note: This parameter is for advanced users
+ +

Controls if the optical flow data is fused into the 24-state navigation estimator OR the 1-state terrain height estimator.

+ + + +

EarthField error limit (EK2_MAG_EF_LIM)

Note: This parameter is for advanced users
+ +

This limits the difference between the learned earth magnetic field and the earth field from the world magnetic model tables. A value of zero means to disable the use of the WMM tables.

+ + + +

Height rate filter crossover frequency (EK2_HRT_FILT)

+ +

Specifies the crossover frequency of the complementary filter used to calculate the output predictor height rate derivative.

+ + + +

Bitmask of which EKF-GSF yaw estimators run (EK2_GSF_RUN_MASK)

Note: This parameter is for advanced users
+ +

A bitmask of which EKF2 instances run an independant EKF-GSF yaw estimator to provide a backup yaw estimate that doesn't rely on magnetometer data. This estimator uses IMU, GPS and, if available, airspeed data. EKF-GSF yaw estimator data for the primary EKF2 instance will be logged as GSF0 and GSF1 messages. Use of the yaw estimate generated by this algorithm is controlled by the EK2_GSF_USE_MASK and EK2_GSF_RST_MAX parameters. To run the EKF-GSF yaw estimator in ride-along and logging only, set EK2_GSF_USE_MASK to 0.

+ + + +

Bitmask of which EKF-GSF yaw estimators are used (EK2_GSF_USE_MASK)

Note: This parameter is for advanced users
+ +

1 byte bitmap of which EKF2 instances will use the output from the EKF-GSF yaw estimator that has been turned on by the EK2_GSF_RUN_MASK parameter. If the inertial navigation calculation stops following the GPS, then the vehicle code can request EKF2 to attempt to resolve the issue, either by performing a yaw reset if enabled by this parameter by switching to another EKF2 instance.

+ + + +

Maximum number of resets to the EKF-GSF yaw estimate allowed (EK2_GSF_RST_MAX)

Note: This parameter is for advanced users
+ +

Sets the maximum number of times the EKF2 will be allowed to reset its yaw to the estimate from the EKF-GSF yaw estimator. No resets will be allowed unless the use of the EKF-GSF yaw estimate is enabled via the EK2_GSF_USE_MASK parameter.

+ + + +

EK3_ Parameters

+ + +

Enable EKF3 (EK3_ENABLE)

Note: This parameter is for advanced users
+ +

This enables EKF3. Enabling EKF3 only makes the maths run, it does not mean it will be used for flight control. To use it for flight control set AHRS_EKF_TYPE=3. A reboot or restart will need to be performed after changing the value of EK3_ENABLE for it to take effect.

+ + + +

GPS horizontal velocity measurement noise (m/s) (EK3_VELNE_M_NSE)

Note: This parameter is for advanced users
+ +

This sets a lower limit on the speed accuracy reported by the GPS receiver that is used to set horizontal velocity observation noise. If the model of receiver used does not provide a speed accurcy estimate, then the parameter value will be used. Increasing it reduces the weighting of the GPS horizontal velocity measurements.

+ + + +

GPS vertical velocity measurement noise (m/s) (EK3_VELD_M_NSE)

Note: This parameter is for advanced users
+ +

This sets a lower limit on the speed accuracy reported by the GPS receiver that is used to set vertical velocity observation noise. If the model of receiver used does not provide a speed accurcy estimate, then the parameter value will be used. Increasing it reduces the weighting of the GPS vertical velocity measurements.

+ + + +

GPS velocity innovation gate size (EK3_VEL_I_GATE)

Note: This parameter is for advanced users
+ +

This sets the percentage number of standard deviations applied to the GPS velocity measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted. If EK3_GLITCH_RAD set to 0 the velocity innovations will be clipped instead of rejected if they exceed the gate size and a smaller value of EK3_VEL_I_GATE not exceeding 300 is recommended to limit the effect of GPS transient errors.

+ + + +

GPS horizontal position measurement noise (m) (EK3_POSNE_M_NSE)

Note: This parameter is for advanced users
+ +

This sets the GPS horizontal position observation noise. Increasing it reduces the weighting of GPS horizontal position measurements.

+ + + +

GPS position measurement gate size (EK3_POS_I_GATE)

Note: This parameter is for advanced users
+ +

This sets the percentage number of standard deviations applied to the GPS position measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted. If EK3_GLITCH_RAD has been set to 0 the horizontal position innovations will be clipped instead of rejected if they exceed the gate size so a smaller value of EK3_POS_I_GATE not exceeding 300 is recommended to limit the effect of GPS transient errors.

+ + + +

GPS glitch radius gate size (m) (EK3_GLITCH_RAD)

Note: This parameter is for advanced users
+ +

This controls the maximum radial uncertainty in position between the value predicted by the filter and the value measured by the GPS before the filter position and velocity states are reset to the GPS. Making this value larger allows the filter to ignore larger GPS glitches but also means that non-GPS errors such as IMU and compass can create a larger error in position before the filter is forced back to the GPS position. If EK3_GLITCH_RAD set to 0 the GPS innovations will be clipped instead of rejected if they exceed the gate size set by EK3_VEL_I_GATE and EK3_POS_I_GATE which can be useful if poor quality sensor data is causing GPS rejection and loss of navigation but does make the EKF more susceptible to GPS glitches. If setting EK3_GLITCH_RAD to 0 it is recommended to reduce EK3_VEL_I_GATE and EK3_POS_I_GATE to 300.

+ + + +

Altitude measurement noise (m) (EK3_ALT_M_NSE)

Note: This parameter is for advanced users
+ +

This is the RMS value of noise in the altitude measurement. Increasing it reduces the weighting of the baro measurement and will make the filter respond more slowly to baro measurement errors, but will make it more sensitive to GPS and accelerometer errors. A larger value for EK3_ALT_M_NSE may be required when operating with EK3_SRCx_POSZ = 0. This parameter also sets the noise for the 'synthetic' zero height measurement that is used when EK3_SRCx_POSZ = 0.

+ + + +

Height measurement gate size (EK3_HGT_I_GATE)

Note: This parameter is for advanced users
+ +

This sets the percentage number of standard deviations applied to the height measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted. If EK3_GLITCH_RAD set to 0 the vertical position innovations will be clipped instead of rejected if they exceed the gate size and a smaller value of EK3_HGT_I_GATE not exceeding 300 is recommended to limit the effect of height sensor transient errors.

+ + + +

Height measurement delay (msec) (EK3_HGT_DELAY)

Note: This parameter is for advanced users
+ +

This is the number of msec that the Height measurements lag behind the inertial measurements.

+ + + +

Magnetometer measurement noise (Gauss) (EK3_MAG_M_NSE)

Note: This parameter is for advanced users
+ +

This is the RMS value of noise in magnetometer measurements. Increasing it reduces the weighting on these measurements.

+ + + +

Magnetometer default fusion mode (EK3_MAG_CAL)

Note: This parameter is for advanced users
+ +

This determines when the filter will use the 3-axis magnetometer fusion model that estimates both earth and body fixed magnetic field states and when it will use a simpler magnetic heading fusion model that does not use magnetic field states. The 3-axis magnetometer fusion is only suitable for use when the external magnetic field environment is stable. EK3_MAG_CAL = 0 uses heading fusion on ground, 3-axis fusion in-flight, and is the default setting for Plane users. EK3_MAG_CAL = 1 uses 3-axis fusion only when manoeuvring. EK3_MAG_CAL = 2 uses heading fusion at all times, is recommended if the external magnetic field is varying and is the default for rovers. EK3_MAG_CAL = 3 uses heading fusion on the ground and 3-axis fusion after the first in-air field and yaw reset has completed, and is the default for copters. EK3_MAG_CAL = 4 uses 3-axis fusion at all times. EK3_MAG_CAL = 5 uses an external yaw sensor with simple heading fusion. NOTE : Use of simple heading magnetometer fusion makes vehicle compass calibration and alignment errors harder for the EKF to detect which reduces the sensitivity of the Copter EKF failsafe algorithm. NOTE: The fusion mode can be forced to 2 for specific EKF cores using the EK3_MAG_MASK parameter. EK3_MAG_CAL = 6 uses an external yaw sensor with fallback to compass when the external sensor is not available if we are flying. NOTE: The fusion mode can be forced to 2 for specific EKF cores using the EK3_MAG_MASK parameter. NOTE: limited operation without a magnetometer or any other yaw sensor is possible by setting all COMPASS_USE, COMPASS_USE2, COMPASS_USE3, etc parameters to 0 and setting COMPASS_ENABLE to 0. If this is done, the EK3_GSF_RUN and EK3_GSF_USE masks must be set to the same as EK3_IMU_MASK. A yaw angle derived from IMU and GPS velocity data using a Gaussian Sum Filter (GSF) will then be used to align the yaw when flight commences and there is sufficient movement.

+ + + +

Magnetometer measurement gate size (EK3_MAG_I_GATE)

Note: This parameter is for advanced users
+ +

This sets the percentage number of standard deviations applied to the magnetometer measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.

+ + + +

Equivalent airspeed measurement noise (m/s) (EK3_EAS_M_NSE)

Note: This parameter is for advanced users
+ +

This is the RMS value of noise in equivalent airspeed measurements used by planes. Increasing it reduces the weighting of airspeed measurements and will make wind speed estimates less noisy and slower to converge. Increasing also increases navigation errors when dead-reckoning without GPS measurements.

+ + + +

Airspeed measurement gate size (EK3_EAS_I_GATE)

Note: This parameter is for advanced users
+ +

This sets the percentage number of standard deviations applied to the airspeed measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.

+ + + +

Range finder measurement noise (m) (EK3_RNG_M_NSE)

Note: This parameter is for advanced users
+ +

This is the RMS value of noise in the range finder measurement. Increasing it reduces the weighting on this measurement.

+ + + +

Range finder measurement gate size (EK3_RNG_I_GATE)

Note: This parameter is for advanced users
+ +

This sets the percentage number of standard deviations applied to the range finder innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.

+ + + +

Maximum valid optical flow rate (EK3_MAX_FLOW)

Note: This parameter is for advanced users
+ +

This sets the magnitude maximum optical flow rate in rad/sec that will be accepted by the filter

+ + + +

Optical flow measurement noise (rad/s) (EK3_FLOW_M_NSE)

Note: This parameter is for advanced users
+ +

This is the RMS value of noise and errors in optical flow measurements. Increasing it reduces the weighting on these measurements.

+ + + +

Optical Flow measurement gate size (EK3_FLOW_I_GATE)

Note: This parameter is for advanced users
+ +

This sets the percentage number of standard deviations applied to the optical flow innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.

+ + + +

Optical Flow measurement delay (msec) (EK3_FLOW_DELAY)

Note: This parameter is for advanced users
+ +

This is the number of msec that the optical flow measurements lag behind the inertial measurements. It is the time from the end of the optical flow averaging period and does not include the time delay due to the 100msec of averaging within the flow sensor.

+ + + +

Rate gyro noise (rad/s) (EK3_GYRO_P_NSE)

Note: This parameter is for advanced users
+ +

This control disturbance noise controls the growth of estimated error due to gyro measurement errors excluding bias. Increasing it makes the flter trust the gyro measurements less and other measurements more.

+ + + +

Accelerometer noise (m/s^2) (EK3_ACC_P_NSE)

Note: This parameter is for advanced users
+ +

This control disturbance noise controls the growth of estimated error due to accelerometer measurement errors excluding bias. Increasing it makes the flter trust the accelerometer measurements less and other measurements more.

+ + + +

Rate gyro bias stability (rad/s/s) (EK3_GBIAS_P_NSE)

Note: This parameter is for advanced users
+ +

This state process noise controls growth of the gyro delta angle bias state error estimate. Increasing it makes rate gyro bias estimation faster and noisier.

+ + + +

Accelerometer bias stability (m/s^3) (EK3_ABIAS_P_NSE)

Note: This parameter is for advanced users
+ +

This noise controls the growth of the vertical accelerometer delta velocity bias state error estimate. Increasing it makes accelerometer bias estimation faster and noisier.

+ + + +

Wind velocity process noise (m/s^2) (EK3_WIND_P_NSE)

Note: This parameter is for advanced users
+ +

This state process noise controls the growth of wind state error estimates. Increasing it makes wind estimation faster and noisier.

+ + + +

Height rate to wind process noise scaler (EK3_WIND_PSCALE)

Note: This parameter is for advanced users
+ +

This controls how much the process noise on the wind states is increased when gaining or losing altitude to take into account changes in wind speed and direction with altitude. Increasing this parameter increases how rapidly the wind states adapt when changing altitude, but does make wind velocity estimation noiser.

+ + + +

GPS preflight check (EK3_GPS_CHECK)

Note: This parameter is for advanced users
+ +

This is a 1 byte bitmap controlling which GPS preflight checks are performed. Set to 0 to bypass all checks. Set to 255 perform all checks. Set to 3 to check just the number of satellites and HDoP. Set to 31 for the most rigorous checks that will still allow checks to pass when the copter is moving, eg launch from a boat.

+ + + +

Bitmask of active IMUs (EK3_IMU_MASK)

Note: This parameter is for advanced users
+ +

1 byte bitmap of IMUs to use in EKF3. A separate instance of EKF3 will be started for each IMU selected. Set to 1 to use the first IMU only (default), set to 2 to use the second IMU only, set to 3 to use the first and second IMU. Additional IMU's can be used up to a maximum of 6 if memory and processing resources permit. There may be insufficient memory and processing resources to run multiple instances. If this occurs EKF3 will fail to start.

+ + + +

GPS accuracy check scaler (%) (EK3_CHECK_SCALE)

Note: This parameter is for advanced users
+ +

This scales the thresholds that are used to check GPS accuracy before it is used by the EKF. A value of 100 is the default. Values greater than 100 increase and values less than 100 reduce the maximum GPS error the EKF will accept. A value of 200 will double the allowable GPS error.

+ + + +

Non-GPS operation position uncertainty (m) (EK3_NOAID_M_NSE)

Note: This parameter is for advanced users
+ +

This sets the amount of position variation that the EKF allows for when operating without external measurements (eg GPS or optical flow). Increasing this parameter makes the EKF attitude estimate less sensitive to vehicle manoeuvres but more sensitive to IMU errors.

+ + + +

Bitmask controlling sidelip angle fusion (EK3_BETA_MASK)

Note: This parameter is for advanced users
+ +

1 byte bitmap controlling use of sideslip angle fusion for estimation of non wind states during operation of 'fly forward' vehicle types such as fixed wing planes. By assuming that the angle of sideslip is small, the wind velocity state estimates are corrected whenever the EKF is not dead reckoning (e.g. has an independent velocity or position sensor such as GPS). This behaviour is on by default and cannot be disabled. When the EKF is dead reckoning, the wind states are used as a reference, enabling use of the small angle of sideslip assumption to correct non wind velocity states (eg attitude, velocity, position, etc) and improve navigation accuracy. This behaviour is on by default and cannot be disabled. The behaviour controlled by this parameter is the use of the small angle of sideslip assumption to correct non wind velocity states when the EKF is NOT dead reckoning. This is primarily of benefit to reduce the buildup of yaw angle errors during straight and level flight without a yaw sensor (e.g. magnetometer or dual antenna GPS yaw) provided aerobatic flight maneuvers with large sideslip angles are not performed. The 'always' option might be used where the yaw sensor is intentionally not fitted or disabled. The 'WhenNoYawSensor' option might be used if a yaw sensor is fitted, but protection against in-flight failure and continual rejection by the EKF is desired. For vehicles operated within visual range of the operator performing frequent turning maneuvers, setting this parameter is unnecessary.

+ + + +

Yaw measurement noise (rad) (EK3_YAW_M_NSE)

Note: This parameter is for advanced users
+ +

This is the RMS value of noise in yaw measurements from the magnetometer. Increasing it reduces the weighting on these measurements.

+ + + +

Yaw measurement gate size (EK3_YAW_I_GATE)

Note: This parameter is for advanced users
+ +

This sets the percentage number of standard deviations applied to the magnetometer yaw measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.

+ + + +

Output complementary filter time constant (centi-sec) (EK3_TAU_OUTPUT)

Note: This parameter is for advanced users
+ +

Sets the time constant of the output complementary filter/predictor in centi-seconds.

+ + + +

Earth magnetic field process noise (gauss/s) (EK3_MAGE_P_NSE)

Note: This parameter is for advanced users
+ +

This state process noise controls the growth of earth magnetic field state error estimates. Increasing it makes earth magnetic field estimation faster and noisier.

+ + + +

Body magnetic field process noise (gauss/s) (EK3_MAGB_P_NSE)

Note: This parameter is for advanced users
+ +

This state process noise controls the growth of body magnetic field state error estimates. Increasing it makes magnetometer bias error estimation faster and noisier.

+ + + +

Range finder switch height percentage (EK3_RNG_USE_HGT)

Note: This parameter is for advanced users
+ +

Range finder can be used as the primary height source when below this percentage of its maximum range (see RNGFNDx_MAX_CM) and the primary height source is Baro or GPS (see EK3_SRCx_POSZ). This feature should not be used for terrain following as it is designed for vertical takeoff and landing with climb above the range finder use height before commencing the mission, and with horizontal position changes below that height being limited to a flat region around the takeoff and landing point.

+ + + +

Maximum terrain gradient (EK3_TERR_GRAD)

Note: This parameter is for advanced users
+ +

Specifies the maximum gradient of the terrain below the vehicle when it is using range finder as a height reference

+ + + +

Range beacon measurement noise (m) (EK3_BCN_M_NSE)

Note: This parameter is for advanced users
+ +

This is the RMS value of noise in the range beacon measurement. Increasing it reduces the weighting on this measurement.

+ + + +

Range beacon measurement gate size (EK3_BCN_I_GTE)

Note: This parameter is for advanced users
+ +

This sets the percentage number of standard deviations applied to the range beacon measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.

+ + + +

Range beacon measurement delay (msec) (EK3_BCN_DELAY)

Note: This parameter is for advanced users
+ +

This is the number of msec that the range beacon measurements lag behind the inertial measurements.

+ + + +

Range finder max ground speed (EK3_RNG_USE_SPD)

Note: This parameter is for advanced users
+ +

The range finder will not be used as the primary height source when the horizontal ground speed is greater than this value.

+ + + +

Accelerometer bias limit (EK3_ACC_BIAS_LIM)

Note: This parameter is for advanced users
+ +

The accelerometer bias state will be limited to +- this value

+ + + +

Bitmask of active EKF cores that will always use heading fusion (EK3_MAG_MASK)

Note: This parameter is for advanced users
+ +

1 byte bitmap of EKF cores that will disable magnetic field states and use simple magnetic heading fusion at all times. This parameter enables specified cores to be used as a backup for flight into an environment with high levels of external magnetic interference which may degrade the EKF attitude estimate when using 3-axis magnetometer fusion. NOTE : Use of a different magnetometer fusion algorithm on different cores makes unwanted EKF core switches due to magnetometer errors more likely.

+ + + +

Bitmask control of EKF reference height correction (EK3_OGN_HGT_MASK)

Note: This parameter is for advanced users
+ +

When a height sensor other than GPS is used as the primary height source by the EKF, the position of the zero height datum is defined by that sensor and its frame of reference. If a GPS height measurement is also available, then the height of the WGS-84 height datum used by the EKF can be corrected so that the height returned by the getLLH() function is compensated for primary height sensor drift and change in datum over time. The first two bit positions control when the height datum will be corrected. Correction is performed using a Bayes filter and only operates when GPS quality permits. The third bit position controls where the corrections to the GPS reference datum are applied. Corrections can be applied to the local vertical position or to the reported EKF origin height (default).

+ + + +

Visual odometry minimum velocity error (EK3_VIS_VERR_MIN)

Note: This parameter is for advanced users
+ +

This is the 1-STD odometry velocity observation error that will be assumed when maximum quality is reported by the sensor. When quality is between max and min, the error will be calculated using linear interpolation between VIS_VERR_MIN and VIS_VERR_MAX.

+ + + +

Visual odometry maximum velocity error (EK3_VIS_VERR_MAX)

Note: This parameter is for advanced users
+ +

This is the 1-STD odometry velocity observation error that will be assumed when minimum quality is reported by the sensor. When quality is between max and min, the error will be calculated using linear interpolation between VIS_VERR_MIN and VIS_VERR_MAX.

+ + + +

Wheel odometry velocity error (EK3_WENC_VERR)

Note: This parameter is for advanced users
+ +

This is the 1-STD odometry velocity observation error that will be assumed when wheel encoder data is being fused.

+ + + +

Optical flow use bitmask (EK3_FLOW_USE)

Note: This parameter is for advanced users
+ +

Controls if the optical flow data is fused into the 24-state navigation estimator OR the 1-state terrain height estimator.

+ + + +

Height rate filter crossover frequency (EK3_HRT_FILT)

+ +

Specifies the crossover frequency of the complementary filter used to calculate the output predictor height rate derivative.

+ + + +

EarthField error limit (EK3_MAG_EF_LIM)

Note: This parameter is for advanced users
+ +

This limits the difference between the learned earth magnetic field and the earth field from the world magnetic model tables. A value of zero means to disable the use of the WMM tables.

+ + + +

Bitmask of which EKF-GSF yaw estimators run (EK3_GSF_RUN_MASK)

Note: This parameter is for advanced users
+ +

1 byte bitmap of which EKF3 instances run an independant EKF-GSF yaw estimator to provide a backup yaw estimate that doesn't rely on magnetometer data. This estimator uses IMU, GPS and, if available, airspeed data. EKF-GSF yaw estimator data for the primary EKF3 instance will be logged as GSF0 and GSF1 messages. Use of the yaw estimate generated by this algorithm is controlled by the EK3_GSF_USE_MASK and EK3_GSF_RST_MAX parameters. To run the EKF-GSF yaw estimator in ride-along and logging only, set EK3_GSF_USE to 0.

+ + + +

Bitmask of which EKF-GSF yaw estimators are used (EK3_GSF_USE_MASK)

Note: This parameter is for advanced users
+ +

A bitmask of which EKF3 instances will use the output from the EKF-GSF yaw estimator that has been turned on by the EK3_GSF_RUN_MASK parameter. If the inertial navigation calculation stops following the GPS, then the vehicle code can request EKF3 to attempt to resolve the issue, either by performing a yaw reset if enabled by this parameter by switching to another EKF3 instance.

+ + + +

Maximum number of resets to the EKF-GSF yaw estimate allowed (EK3_GSF_RST_MAX)

Note: This parameter is for advanced users
+ +

Sets the maximum number of times the EKF3 will be allowed to reset its yaw to the estimate from the EKF-GSF yaw estimator. No resets will be allowed unless the use of the EKF-GSF yaw estimate is enabled via the EK3_GSF_USE_MASK parameter.

+ + + +

EKF3 Lane Relative Error Sensitivity Threshold (EK3_ERR_THRESH)

Note: This parameter is for advanced users
+ +

lanes have to be consistently better than the primary by at least this threshold to reduce their overall relativeCoreError, lowering this makes lane switching more sensitive to smaller error differences

+ + + +

EKF3 Sensor Affinity Options (EK3_AFFINITY)

Note: This parameter is for advanced users
+ +

These options control the affinity between sensor instances and EKF cores

+ + + +

Ballistic coefficient for X axis drag (EK3_DRAG_BCOEF_X)

Note: This parameter is for advanced users
+ +

Ratio of mass to drag coefficient measured along the X body axis. This parameter enables estimation of wind drift for vehicles with bluff bodies and without propulsion forces in the X and Y direction (eg multicopters). The drag produced by this effect scales with speed squared. Set to a postive value > 1.0 to enable. A starting value is the mass in Kg divided by the frontal area. The predicted drag from the rotors is specified separately by the EK3_DRAG_MCOEF parameter.

+ + + +

Ballistic coefficient for Y axis drag (EK3_DRAG_BCOEF_Y)

Note: This parameter is for advanced users
+ +

Ratio of mass to drag coefficient measured along the Y body axis. This parameter enables estimation of wind drift for vehicles with bluff bodies and without propulsion forces in the X and Y direction (eg multicopters). The drag produced by this effect scales with speed squared. Set to a postive value > 1.0 to enable. A starting value is the mass in Kg divided by the side area. The predicted drag from the rotors is specified separately by the EK3_DRAG_MCOEF parameter.

+ + + +

Observation noise for drag acceleration (EK3_DRAG_M_NSE)

Note: This parameter is for advanced users
+ +

This sets the amount of noise used when fusing X and Y acceleration as an observation that enables esitmation of wind velocity for multi-rotor vehicles. This feature is enabled by the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters

+ + + +

Momentum coefficient for propeller drag (EK3_DRAG_MCOEF)

Note: This parameter is for advanced users
+ +

This parameter is used to predict the drag produced by the rotors when flying a multi-copter, enabling estimation of wind drift. The drag produced by this effect scales with speed not speed squared and is produced because some of the air velocity normal to the rotors axis of rotation is lost when passing through the rotor disc which changes the momentum of the airflow causing drag. For unducted rotors the effect is roughly proportional to the area of the propeller blades when viewed side on and changes with different propellers. It is higher for ducted rotors. For example if flying at 15 m/s at sea level conditions produces a rotor induced drag acceleration of 1.5 m/s/s, then EK3_DRAG_MCOEF would be set to 0.1 = (1.5/15.0). Set EK3_MCOEF to a postive value to enable wind estimation using this drag effect. To account for the drag produced by the body which scales with speed squared, see documentation for the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters.

+ + + +

On ground not moving test scale factor (EK3_OGNM_TEST_SF)

Note: This parameter is for advanced users
+ +

This parameter is adjust the sensitivity of the on ground not moving test which is used to assist with learning the yaw gyro bias and stopping yaw drift before flight when operating without a yaw sensor. Bigger values allow the detection of a not moving condition with noiser IMU data. Check the XKFM data logged when the vehicle is on ground not moving and adjust the value of OGNM_TEST_SF to be slightly higher than the maximum value of the XKFM.ADR, XKFM.ALR, XKFM.GDR and XKFM.GLR test levels.

+ + + +

Baro height ground effect dead zone (EK3_GND_EFF_DZ)

Note: This parameter is for advanced users
+ +

This parameter sets the size of the dead zone that is applied to negative baro height spikes that can occur when taking off or landing when a vehicle with lift rotors is operating in ground effect ground effect. Set to about 0.5m less than the amount of negative offset in baro height that occurs just prior to takeoff when lift motors are spooling up. Set to 0 if no ground effect is present.

+ + + +

Primary core number (EK3_PRIMARY)

Note: This parameter is for advanced users
+ +

The core number (index in IMU mask) that will be used as the primary EKF core on startup. While disarmed the EKF will force the use of this core. A value of 0 corresponds to the first IMU in EK3_IMU_MASK.

+ + + +

Logging Level (EK3_LOG_LEVEL)

Note: This parameter is for advanced users
+ +

Determines how verbose the EKF3 streaming logging is. A value of 0 provides full logging(default), a value of 1 only XKF4 scaled innovations are logged, a value of 2 both XKF4 and GSF are logged, and a value of 3 disables all streaming logging of EKF3.

+ + + +

GPS vertical accuracy threshold (EK3_GPS_VACC_MAX)

Note: This parameter is for advanced users
+ +

Vertical accuracy threshold for GPS as the altitude source. The GPS will not be used as an altitude source if the reported vertical accuracy of the GPS is larger than this threshold, falling back to baro instead. Set to zero to deactivate the threshold check.

+ + + +

EK3_SRC Parameters

+ + +

Position Horizontal Source (Primary) (EK3_SRC1_POSXY)

Note: This parameter is for advanced users
+ +

Position Horizontal Source (Primary)

+ + + +

Velocity Horizontal Source (EK3_SRC1_VELXY)

Note: This parameter is for advanced users
+ +

Velocity Horizontal Source

+ + + +

Position Vertical Source (EK3_SRC1_POSZ)

Note: This parameter is for advanced users
+ +

Position Vertical Source

+ + + +

Velocity Vertical Source (EK3_SRC1_VELZ)

Note: This parameter is for advanced users
+ +

Velocity Vertical Source

+ + + +

Yaw Source (EK3_SRC1_YAW)

Note: This parameter is for advanced users
+ +

Yaw Source

+ + + +

Position Horizontal Source (Secondary) (EK3_SRC2_POSXY)

Note: This parameter is for advanced users
+ +

Position Horizontal Source (Secondary)

+ + + +

Velocity Horizontal Source (Secondary) (EK3_SRC2_VELXY)

Note: This parameter is for advanced users
+ +

Velocity Horizontal Source (Secondary)

+ + + +

Position Vertical Source (Secondary) (EK3_SRC2_POSZ)

Note: This parameter is for advanced users
+ +

Position Vertical Source (Secondary)

+ + + +

Velocity Vertical Source (Secondary) (EK3_SRC2_VELZ)

Note: This parameter is for advanced users
+ +

Velocity Vertical Source (Secondary)

+ + + +

Yaw Source (Secondary) (EK3_SRC2_YAW)

Note: This parameter is for advanced users
+ +

Yaw Source (Secondary)

+ + + +

Position Horizontal Source (Tertiary) (EK3_SRC3_POSXY)

Note: This parameter is for advanced users
+ +

Position Horizontal Source (Tertiary)

+ + + +

Velocity Horizontal Source (Tertiary) (EK3_SRC3_VELXY)

Note: This parameter is for advanced users
+ +

Velocity Horizontal Source (Tertiary)

+ + + +

Position Vertical Source (Tertiary) (EK3_SRC3_POSZ)

Note: This parameter is for advanced users
+ +

Position Vertical Source (Tertiary)

+ + + +

Velocity Vertical Source (Tertiary) (EK3_SRC3_VELZ)

Note: This parameter is for advanced users
+ +

Velocity Vertical Source (Tertiary)

+ + + +

Yaw Source (Tertiary) (EK3_SRC3_YAW)

Note: This parameter is for advanced users
+ +

Yaw Source (Tertiary)

+ + + +

EKF Source Options (EK3_SRC_OPTIONS)

Note: This parameter is for advanced users
+ +

EKF Source Options

+ + + +

ESC_TLM Parameters

+ + +

ESC Telemetry mavlink offset (ESC_TLM_MAV_OFS)

+ +

Offset to apply to ESC numbers when reporting as ESC_TELEMETRY packets over MAVLink. This allows high numbered motors to be displayed as low numbered ESCs for convenience on GCS displays. A value of 4 would send ESC on output 5 as ESC number 1 in ESC_TELEMETRY packets

+ + + +

FENCE_ Parameters

+ + +

Fence enable/disable (FENCE_ENABLE)

+ +

Allows you to enable (1) or disable (0) the fence functionality

+ + + +

Fence Type (FENCE_TYPE)

+ +

Enabled fence types held as bitmask

+ + + +

Fence Action (FENCE_ACTION)

+ +

What action should be taken when fence is breached

+ + + +

Circular Fence Radius (FENCE_RADIUS)

+ +

Circle fence radius which when breached will cause an RTL

+ + + +

Fence Margin (FENCE_MARGIN)

+ +

Distance that autopilot's should maintain from the fence to avoid a breach

+ + + +

Fence polygon point total (FENCE_TOTAL)

+ +

Number of polygon points saved in eeprom (do not update manually)

+ + + +

FFT_ Parameters

+ + +

Enable (FFT_ENABLE)

Note: This parameter is for advanced users
+ +

Enable Gyro FFT analyser

+ + + +

Minimum Frequency (FFT_MINHZ)

Note: This parameter is for advanced users
+ +

Lower bound of FFT frequency detection in Hz. On larger vehicles the minimum motor frequency is likely to be significantly lower than for smaller vehicles.

+ + + +

Maximum Frequency (FFT_MAXHZ)

Note: This parameter is for advanced users
+ +

Upper bound of FFT frequency detection in Hz. On smaller vehicles the maximum motor frequency is likely to be significantly higher than for larger vehicles.

+ + + +

Sample Mode (FFT_SAMPLE_MODE)

Note: This parameter is for advanced users
+ +

Sampling mode (and therefore rate). 0: Gyro rate sampling, 1: Fast loop rate sampling, 2: Fast loop rate / 2 sampling, 3: Fast loop rate / 3 sampling. Takes effect on reboot.

+ + + +

FFT window size (FFT_WINDOW_SIZE)

Note: This parameter is for advanced users
+ +

Size of window to be used in FFT calculations. Takes effect on reboot. Must be a power of 2 and between 32 and 512. Larger windows give greater frequency resolution but poorer time resolution, consume more CPU time and may not be appropriate for all vehicles. Time and frequency resolution are given by the sample-rate / window-size. Windows of 256 are only really recommended for F7 class boards, windows of 512 or more H7 class.

+ + + +

FFT window overlap (FFT_WINDOW_OLAP)

Note: This parameter is for advanced users
+ +

Percentage of window to be overlapped before another frame is process. Takes effect on reboot. A good default is 50% overlap. Higher overlap results in more processed frames but not necessarily more temporal resolution. Lower overlap results in lost information at the frame edges.

+ + + +

FFT learned hover frequency (FFT_FREQ_HOVER)

Note: This parameter is for advanced users
+ +

The learned hover noise frequency

+ + + +

FFT learned thrust reference (FFT_THR_REF)

Note: This parameter is for advanced users
+ +

FFT learned thrust reference for the hover frequency and FFT minimum frequency.

+ + + +

FFT SNR reference threshold (FFT_SNR_REF)

Note: This parameter is for advanced users
+ +

FFT SNR reference threshold in dB at which a signal is determined to be present.

+ + + +

FFT attenuation for bandwidth calculation (FFT_ATT_REF)

Note: This parameter is for advanced users
+ +

FFT attenuation level in dB for bandwidth calculation and peak detection. The bandwidth is calculated by comparing peak power output with the attenuated version. The default of 15 has shown to be a good compromise in both simulations and real flight.

+ + + +

FFT learned bandwidth at hover (FFT_BW_HOVER)

Note: This parameter is for advanced users
+ +

FFT learned bandwidth at hover for the attenuation frequencies.

+ + + +

FFT harmonic fit frequency threshold (FFT_HMNC_FIT)

Note: This parameter is for advanced users
+ +

FFT harmonic fit frequency threshold percentage at which a signal of the appropriate frequency is determined to be the harmonic of another. Signals that have a harmonic relationship that varies at most by this percentage are considered harmonics of each other for the purpose of selecting the harmonic notch frequency. If a match is found then the lower frequency harmonic is always used as the basis for the dynamic harmonic notch. A value of zero completely disables harmonic matching.

+ + + +

FFT harmonic peak target (FFT_HMNC_PEAK)

Note: This parameter is for advanced users
+ +

The FFT harmonic peak target that should be returned by FTN1.PkAvg. The resulting value will be used by the harmonic notch if configured to track the FFT frequency. By default the appropriate peak is auto-detected based on the harmonic fit between peaks and the energy-weighted average frequency on roll on pitch is used. Setting this to 1 will always target the highest energy peak. Setting this to 2 will target the highest energy peak that is lower in frequency than the highest energy peak. Setting this to 3 will target the highest energy peak that is higher in frequency than the highest energy peak. Setting this to 4 will target the highest energy peak on the roll axis only and only the roll frequency will be used (some vehicles have a much more pronounced peak on roll). Setting this to 5 will target the highest energy peak on the pitch axis only and only the pitch frequency will be used (some vehicles have a much more pronounced peak on roll).

+ + + +

FFT output frames to retain and average (FFT_NUM_FRAMES)

Note: This parameter is for advanced users
+ +

Number of output frequency frames to retain and average in order to calculate final frequencies. Averaging output frames can drastically reduce noise and jitter at the cost of latency as long as the input is stable. The default is to perform no averaging. For rapidly changing frequencies (e.g. smaller aircraft) fewer frames should be averaged.

+ + + +

FFT options (FFT_OPTIONS)

Note: This parameter is for advanced users
+ +

FFT configuration options. Values: 1:Apply the FFT *after* the filter bank,2:Check noise at the motor frequencies using ESC data as a reference

+ + + +

FILT1_ Parameters

+ + +

Filter Type (FILT1_TYPE)

+ +

Filter Type

+ + + +

Notch Filter center frequency (FILT1_NOTCH_FREQ)

Note: This parameter is for advanced users
+ +

Notch Filter center frequency in Hz.

+ + + +

Notch Filter quality factor (FILT1_NOTCH_Q)

Note: This parameter is for advanced users
+ +

Notch Filter quality factor given by the notch centre frequency divided by its bandwidth.

+ + + +

Notch Filter attenuation (FILT1_NOTCH_ATT)

Note: This parameter is for advanced users
+ +

Notch Filter attenuation in dB.

+ + + +

FILT2_ Parameters

+ + +

Filter Type (FILT2_TYPE)

+ +

Filter Type

+ + + +

Notch Filter center frequency (FILT2_NOTCH_FREQ)

Note: This parameter is for advanced users
+ +

Notch Filter center frequency in Hz.

+ + + +

Notch Filter quality factor (FILT2_NOTCH_Q)

Note: This parameter is for advanced users
+ +

Notch Filter quality factor given by the notch centre frequency divided by its bandwidth.

+ + + +

Notch Filter attenuation (FILT2_NOTCH_ATT)

Note: This parameter is for advanced users
+ +

Notch Filter attenuation in dB.

+ + + +

FILT3_ Parameters

+ + +

Filter Type (FILT3_TYPE)

+ +

Filter Type

+ + + +

Notch Filter center frequency (FILT3_NOTCH_FREQ)

Note: This parameter is for advanced users
+ +

Notch Filter center frequency in Hz.

+ + + +

Notch Filter quality factor (FILT3_NOTCH_Q)

Note: This parameter is for advanced users
+ +

Notch Filter quality factor given by the notch centre frequency divided by its bandwidth.

+ + + +

Notch Filter attenuation (FILT3_NOTCH_ATT)

Note: This parameter is for advanced users
+ +

Notch Filter attenuation in dB.

+ + + +

FILT4_ Parameters

+ + +

Filter Type (FILT4_TYPE)

+ +

Filter Type

+ + + +

Notch Filter center frequency (FILT4_NOTCH_FREQ)

Note: This parameter is for advanced users
+ +

Notch Filter center frequency in Hz.

+ + + +

Notch Filter quality factor (FILT4_NOTCH_Q)

Note: This parameter is for advanced users
+ +

Notch Filter quality factor given by the notch centre frequency divided by its bandwidth.

+ + + +

Notch Filter attenuation (FILT4_NOTCH_ATT)

Note: This parameter is for advanced users
+ +

Notch Filter attenuation in dB.

+ + + +

FILT5_ Parameters

+ + +

Filter Type (FILT5_TYPE)

+ +

Filter Type

+ + + +

Notch Filter center frequency (FILT5_NOTCH_FREQ)

Note: This parameter is for advanced users
+ +

Notch Filter center frequency in Hz.

+ + + +

Notch Filter quality factor (FILT5_NOTCH_Q)

Note: This parameter is for advanced users
+ +

Notch Filter quality factor given by the notch centre frequency divided by its bandwidth.

+ + + +

Notch Filter attenuation (FILT5_NOTCH_ATT)

Note: This parameter is for advanced users
+ +

Notch Filter attenuation in dB.

+ + + +

FILT6_ Parameters

+ + +

Filter Type (FILT6_TYPE)

+ +

Filter Type

+ + + +

Notch Filter center frequency (FILT6_NOTCH_FREQ)

Note: This parameter is for advanced users
+ +

Notch Filter center frequency in Hz.

+ + + +

Notch Filter quality factor (FILT6_NOTCH_Q)

Note: This parameter is for advanced users
+ +

Notch Filter quality factor given by the notch centre frequency divided by its bandwidth.

+ + + +

Notch Filter attenuation (FILT6_NOTCH_ATT)

Note: This parameter is for advanced users
+ +

Notch Filter attenuation in dB.

+ + + +

FILT7_ Parameters

+ + +

Filter Type (FILT7_TYPE)

+ +

Filter Type

+ + + +

Notch Filter center frequency (FILT7_NOTCH_FREQ)

Note: This parameter is for advanced users
+ +

Notch Filter center frequency in Hz.

+ + + +

Notch Filter quality factor (FILT7_NOTCH_Q)

Note: This parameter is for advanced users
+ +

Notch Filter quality factor given by the notch centre frequency divided by its bandwidth.

+ + + +

Notch Filter attenuation (FILT7_NOTCH_ATT)

Note: This parameter is for advanced users
+ +

Notch Filter attenuation in dB.

+ + + +

FILT8_ Parameters

+ + +

Filter Type (FILT8_TYPE)

+ +

Filter Type

+ + + +

Notch Filter center frequency (FILT8_NOTCH_FREQ)

Note: This parameter is for advanced users
+ +

Notch Filter center frequency in Hz.

+ + + +

Notch Filter quality factor (FILT8_NOTCH_Q)

Note: This parameter is for advanced users
+ +

Notch Filter quality factor given by the notch centre frequency divided by its bandwidth.

+ + + +

Notch Filter attenuation (FILT8_NOTCH_ATT)

Note: This parameter is for advanced users
+ +

Notch Filter attenuation in dB.

+ + + +

FLOW Parameters

+ + +

Optical flow sensor type (FLOW_TYPE)

+ +

Optical flow sensor type

+ + + +

X axis optical flow scale factor correction (FLOW_FXSCALER)

+ +

This sets the parts per thousand scale factor correction applied to the flow sensor X axis optical rate. It can be used to correct for variations in effective focal length. Each positive increment of 1 increases the scale factor applied to the X axis optical flow reading by 0.1%. Negative values reduce the scale factor.

+ + + +

Y axis optical flow scale factor correction (FLOW_FYSCALER)

+ +

This sets the parts per thousand scale factor correction applied to the flow sensor Y axis optical rate. It can be used to correct for variations in effective focal length. Each positive increment of 1 increases the scale factor applied to the Y axis optical flow reading by 0.1%. Negative values reduce the scale factor.

+ + + +

Flow sensor yaw alignment (FLOW_ORIENT_YAW)

+ +

Specifies the number of centi-degrees that the flow sensor is yawed relative to the vehicle. A sensor with its X-axis pointing to the right of the vehicle X axis has a positive yaw angle.

+ + + +

X position offset (FLOW_POS_X)

Note: This parameter is for advanced users
+ +

X position of the optical flow sensor focal point in body frame. Positive X is forward of the origin.

+ + + +

Y position offset (FLOW_POS_Y)

Note: This parameter is for advanced users
+ +

Y position of the optical flow sensor focal point in body frame. Positive Y is to the right of the origin.

+ + + +

Z position offset (FLOW_POS_Z)

Note: This parameter is for advanced users
+ +

Z position of the optical flow sensor focal point in body frame. Positive Z is down from the origin.

+ + + +

Address on the bus (FLOW_ADDR)

Note: This parameter is for advanced users
+ +

This is used to select between multiple possible I2C addresses for some sensor types. For PX4Flow you can choose 0 to 7 for the 8 possible addresses on the I2C bus.

+ + + +

Height override of sensor above ground (FLOW_HGT_OVR)

Note: This parameter is for advanced users
+ +

This is used in rover vehicles, where the sensor is a fixed height above the ground

+ + + +

FOLL Parameters

+ + +

Follow enable/disable (FOLL_ENABLE)

+ +

Enabled/disable following a target

+ + + +

Follow target's mavlink system id (FOLL_SYSID)

+ +

Follow target's mavlink system id

+ + + +

Follow distance maximum (FOLL_DIST_MAX)

+ +

Follow distance maximum. targets further than this will be ignored

+ + + +

Follow offset type (FOLL_OFS_TYPE)

+ +

Follow offset type

+ + + +

Follow offsets in meters north/forward (FOLL_OFS_X)

+ +

Follow offsets in meters north/forward. If positive, this vehicle fly ahead or north of lead vehicle. Depends on FOLL_OFS_TYPE

+ + + +

Follow offsets in meters east/right (FOLL_OFS_Y)

+ +

Follow offsets in meters east/right. If positive, this vehicle will fly to the right or east of lead vehicle. Depends on FOLL_OFS_TYPE

+ + + +

Follow offsets in meters down (FOLL_OFS_Z)

+ +

Follow offsets in meters down. If positive, this vehicle will fly below the lead vehicle

+ + + +

Follow yaw behaviour (FOLL_YAW_BEHAVE)

+ +

Follow yaw behaviour

+ + + +

Follow position error P gain (FOLL_POS_P)

+ +

Follow position error P gain. Converts the difference between desired vertical speed and actual speed into a desired acceleration that is passed to the throttle acceleration controller

+ + + +

Follow altitude type (FOLL_ALT_TYPE)

+ +

Follow altitude type

+ + + +

Follow options (FOLL_OPTIONS)

+ +

Follow options bitmask

+ + + +

FRSKY_ Parameters

+ + +

Uplink sensor id (FRSKY_UPLINK_ID)

Note: This parameter is for advanced users
+ +

Change the uplink sensor id (SPort only)

+ + + +

First downlink sensor id (FRSKY_DNLINK1_ID)

Note: This parameter is for advanced users
+ +

Change the first extra downlink sensor id (SPort only)

+ + + +

Second downlink sensor id (FRSKY_DNLINK2_ID)

Note: This parameter is for advanced users
+ +

Change the second extra downlink sensor id (SPort only)

+ + + +

Default downlink sensor id (FRSKY_DNLINK_ID)

Note: This parameter is for advanced users
+ +

Change the default downlink sensor id (SPort only)

+ + + +

FRSky Telemetry Options (FRSKY_OPTIONS)

+ +

A bitmask to set some FRSky Telemetry specific options

+ + + +

GEN_ Parameters

+ + +

Generator type (GEN_TYPE)

+ +

Generator type

+ + + +

Generator Options (GEN_OPTIONS)

+ +

Bitmask of options for generators

+ + + +

GPS Parameters

+ + +

1st GPS type (GPS_TYPE)

Note: This parameter is for advanced users
+ +

GPS type of 1st GPS

+ + + +

2nd GPS type (GPS_TYPE2)

Note: This parameter is for advanced users
+ +

GPS type of 2nd GPS

+ + + +

Navigation filter setting (GPS_NAVFILTER)

Note: This parameter is for advanced users
+ +

Navigation filter engine setting

+ + + +

Automatic Switchover Setting (GPS_AUTO_SWITCH)

Note: This parameter is for advanced users
+ +

Automatic switchover to GPS reporting best lock, 1:UseBest selects the GPS with highest status, if both are equal the GPS with highest satellite count is used 4:Use primary if 3D fix or better, will revert to 'UseBest' behaviour if 3D fix is lost on primary

+ + + +

Minimum Lock Type Accepted for DGPS (GPS_MIN_DGPS)

Note: This parameter is for advanced users
+ +

Sets the minimum type of differential GPS corrections required before allowing to switch into DGPS mode.

+ + + +

SBAS Mode (GPS_SBAS_MODE)

Note: This parameter is for advanced users
+ +

This sets the SBAS (satellite based augmentation system) mode if available on this GPS. If set to 2 then the SBAS mode is not changed in the GPS. Otherwise the GPS will be reconfigured to enable/disable SBAS. Disabling SBAS may be worthwhile in some parts of the world where an SBAS signal is available but the baseline is too long to be useful.

+ + + +

Minimum elevation (GPS_MIN_ELEV)

Note: This parameter is for advanced users
+ +

This sets the minimum elevation of satellites above the horizon for them to be used for navigation. Setting this to -100 leaves the minimum elevation set to the GPS modules default.

+ + + +

Destination for GPS_INJECT_DATA MAVLink packets (GPS_INJECT_TO)

Note: This parameter is for advanced users
+ +

The GGS can send raw serial packets to inject data to multiple GPSes.

+ + + +

Swift Binary Protocol Logging Mask (GPS_SBP_LOGMASK)

Note: This parameter is for advanced users
+ +

Masked with the SBP msg_type field to determine whether SBR1/SBR2 data is logged

+ + + +

Raw data logging (GPS_RAW_DATA)

Note: This parameter is for advanced users
+ +

Handles logging raw data; on uBlox chips that support raw data this will log RXM messages into logger; on Septentrio this will log on the equipment's SD card and when set to 2, the autopilot will try to stop logging after disarming and restart after arming

+ + + +

GNSS system configuration (GPS_GNSS_MODE)

Note: This parameter is for advanced users
+ +

Bitmask for what GNSS system to use on the first GPS (all unchecked or zero to leave GPS as configured)

+ + + +

Save GPS configuration (GPS_SAVE_CFG)

Note: This parameter is for advanced users
+ +

Determines whether the configuration for this GPS should be written to non-volatile memory on the GPS. Currently working for UBlox 6 series and above.

+ + + +

GNSS system configuration (GPS_GNSS_MODE2)

Note: This parameter is for advanced users
+ +

Bitmask for what GNSS system to use on the second GPS (all unchecked or zero to leave GPS as configured)

+ + + +

Automatic GPS configuration (GPS_AUTO_CONFIG)

Note: This parameter is for advanced users
+ +

Controls if the autopilot should automatically configure the GPS based on the parameters and default settings

+ + + +

GPS update rate in milliseconds (GPS_RATE_MS)

Note: This parameter is for advanced users
+ +

Controls how often the GPS should provide a position update. Lowering below 5Hz(default) is not allowed. Raising the rate above 5Hz usually provides little benefit and for some GPS (eg Ublox M9N) can severely impact performance.

+ + + +

GPS 2 update rate in milliseconds (GPS_RATE_MS2)

Note: This parameter is for advanced users
+ +

Controls how often the GPS should provide a position update. Lowering below 5Hz(default) is not allowed. Raising the rate above 5Hz usually provides little benefit and for some GPS (eg Ublox M9N) can severely impact performance.

+ + + +

Antenna X position offset (GPS_POS1_X)

Note: This parameter is for advanced users
+ +

X position of the first GPS antenna in body frame. Positive X is forward of the origin. Use antenna phase centroid location if provided by the manufacturer.

+ + + +

Antenna Y position offset (GPS_POS1_Y)

Note: This parameter is for advanced users
+ +

Y position of the first GPS antenna in body frame. Positive Y is to the right of the origin. Use antenna phase centroid location if provided by the manufacturer.

+ + + +

Antenna Z position offset (GPS_POS1_Z)

Note: This parameter is for advanced users
+ +

Z position of the first GPS antenna in body frame. Positive Z is down from the origin. Use antenna phase centroid location if provided by the manufacturer.

+ + + +

Antenna X position offset (GPS_POS2_X)

Note: This parameter is for advanced users
+ +

X position of the second GPS antenna in body frame. Positive X is forward of the origin. Use antenna phase centroid location if provided by the manufacturer.

+ + + +

Antenna Y position offset (GPS_POS2_Y)

Note: This parameter is for advanced users
+ +

Y position of the second GPS antenna in body frame. Positive Y is to the right of the origin. Use antenna phase centroid location if provided by the manufacturer.

+ + + +

Antenna Z position offset (GPS_POS2_Z)

Note: This parameter is for advanced users
+ +

Z position of the second GPS antenna in body frame. Positive Z is down from the origin. Use antenna phase centroid location if provided by the manufacturer.

+ + + +

GPS delay in milliseconds (GPS_DELAY_MS)

Note: This parameter is for advanced users
+ +

Controls the amount of GPS measurement delay that the autopilot compensates for. Set to zero to use the default delay for the detected GPS type.

+ + + +

GPS 2 delay in milliseconds (GPS_DELAY_MS2)

Note: This parameter is for advanced users
+ +

Controls the amount of GPS measurement delay that the autopilot compensates for. Set to zero to use the default delay for the detected GPS type.

+ + + +

Multi GPS Blending Mask (GPS_BLEND_MASK)

Note: This parameter is for advanced users
+ +

Determines which of the accuracy measures Horizontal position, Vertical Position and Speed are used to calculate the weighting on each GPS receiver when soft switching has been selected by setting GPS_AUTO_SWITCH to 2(Blend)

+ + + +

driver options (GPS_DRV_OPTIONS)

Note: This parameter is for advanced users
+ +

Additional backend specific options

+ + + +

GPS physical COM port (GPS_COM_PORT)

Note: This parameter is for advanced users
+ +

The physical COM port on the connected device, currently only applies to SBF and GSOF GPS

+ + + +

GPS physical COM port (GPS_COM_PORT2)

Note: This parameter is for advanced users
+ +

The physical COM port on the connected device, currently only applies to SBF and GSOF GPS

+ + + +

Primary GPS (GPS_PRIMARY)

Note: This parameter is for advanced users
+ +

This GPS will be used when GPS_AUTO_SWITCH is 0 and used preferentially with GPS_AUTO_SWITCH = 4.

+ + + +

GPS Node ID 1 (GPS_CAN_NODEID1)

Note: This parameter is for advanced users
+ +

GPS Node id for first-discovered GPS.

+ + + +

GPS Node ID 2 (GPS_CAN_NODEID2)

Note: This parameter is for advanced users
+ +

GPS Node id for second-discovered GPS.

+ + + +

First DroneCAN GPS NODE ID (GPS1_CAN_OVRIDE)

Note: This parameter is for advanced users
+ +

GPS Node id for first GPS. If 0 the gps will be automatically selected on a first-come-first-GPS basis.

+ + + +

Second DroneCAN GPS NODE ID (GPS2_CAN_OVRIDE)

Note: This parameter is for advanced users
+ +

GPS Node id for second GPS. If 0 the gps will be automatically selected on a second-come-second-GPS basis.

+ + + +

GPS_MB1_ Parameters

+ + +

Moving base type (GPS_MB1_TYPE)

Note: This parameter is for advanced users
+ +

Controls the type of moving base used if using moving base.

+ + + +

Base antenna X position offset (GPS_MB1_OFS_X)

Note: This parameter is for advanced users
+ +

X position of the base (primary) GPS antenna in body frame from the position of the 2nd antenna. Positive X is forward of the 2nd antenna. Use antenna phase centroid location if provided by the manufacturer.

+ + + +

Base antenna Y position offset (GPS_MB1_OFS_Y)

Note: This parameter is for advanced users
+ +

Y position of the base (primary) GPS antenna in body frame from the position of the 2nd antenna. Positive Y is to the right of the 2nd antenna. Use antenna phase centroid location if provided by the manufacturer.

+ + + +

Base antenna Z position offset (GPS_MB1_OFS_Z)

Note: This parameter is for advanced users
+ +

Z position of the base (primary) GPS antenna in body frame from the position of the 2nd antenna. Positive Z is down from the 2nd antenna. Use antenna phase centroid location if provided by the manufacturer.

+ + + +

GPS_MB2_ Parameters

+ + +

Moving base type (GPS_MB2_TYPE)

Note: This parameter is for advanced users
+ +

Controls the type of moving base used if using moving base.

+ + + +

Base antenna X position offset (GPS_MB2_OFS_X)

Note: This parameter is for advanced users
+ +

X position of the base (primary) GPS antenna in body frame from the position of the 2nd antenna. Positive X is forward of the 2nd antenna. Use antenna phase centroid location if provided by the manufacturer.

+ + + +

Base antenna Y position offset (GPS_MB2_OFS_Y)

Note: This parameter is for advanced users
+ +

Y position of the base (primary) GPS antenna in body frame from the position of the 2nd antenna. Positive Y is to the right of the 2nd antenna. Use antenna phase centroid location if provided by the manufacturer.

+ + + +

Base antenna Z position offset (GPS_MB2_OFS_Z)

Note: This parameter is for advanced users
+ +

Z position of the base (primary) GPS antenna in body frame from the position of the 2nd antenna. Positive Z is down from the 2nd antenna. Use antenna phase centroid location if provided by the manufacturer.

+ + + +

GRIP_ Parameters

+ + +

Gripper Enable/Disable (GRIP_ENABLE)

+ +

Gripper enable/disable

+ + + +

Gripper Type (GRIP_TYPE)

+ +

Gripper enable/disable

+ + + +

Gripper Grab PWM (GRIP_GRAB)

Note: This parameter is for advanced users
+ +

PWM value in microseconds sent to Gripper to initiate grabbing the cargo

+ + + +

Gripper Release PWM (GRIP_RELEASE)

Note: This parameter is for advanced users
+ +

PWM value in microseconds sent to Gripper to release the cargo

+ + + +

Neutral PWM (GRIP_NEUTRAL)

Note: This parameter is for advanced users
+ +

PWM value in microseconds sent to grabber when not grabbing or releasing

+ + + +

EPM Gripper Regrab interval (GRIP_REGRAB)

Note: This parameter is for advanced users
+ +

Time in seconds that EPM gripper will regrab the cargo to ensure grip has not weakened; 0 to disable

+ + + +

EPM UAVCAN Hardpoint ID (GRIP_CAN_ID)

+ +

Refer to https://docs.zubax.com/opengrab_epm_v3#UAVCAN_interface

+ + + +

Gripper Autoclose time (GRIP_AUTOCLOSE)

Note: This parameter is for advanced users
+ +

Time in seconds that gripper close the gripper after opening; 0 to disable

+ + + +

INS Parameters

+ + +

Gyro offsets of X axis (INS_GYROFFS_X)

Note: This parameter is for advanced users
+ +

Gyro sensor offsets of X axis. This is setup on each boot during gyro calibrations

+ + + +

Gyro offsets of Y axis (INS_GYROFFS_Y)

Note: This parameter is for advanced users
+ +

Gyro sensor offsets of Y axis. This is setup on each boot during gyro calibrations

+ + + +

Gyro offsets of Z axis (INS_GYROFFS_Z)

Note: This parameter is for advanced users
+ +

Gyro sensor offsets of Z axis. This is setup on each boot during gyro calibrations

+ + + +

Gyro2 offsets of X axis (INS_GYR2OFFS_X)

Note: This parameter is for advanced users
+ +

Gyro2 sensor offsets of X axis. This is setup on each boot during gyro calibrations

+ + + +

Gyro2 offsets of Y axis (INS_GYR2OFFS_Y)

Note: This parameter is for advanced users
+ +

Gyro2 sensor offsets of Y axis. This is setup on each boot during gyro calibrations

+ + + +

Gyro2 offsets of Z axis (INS_GYR2OFFS_Z)

Note: This parameter is for advanced users
+ +

Gyro2 sensor offsets of Z axis. This is setup on each boot during gyro calibrations

+ + + +

Gyro3 offsets of X axis (INS_GYR3OFFS_X)

Note: This parameter is for advanced users
+ +

Gyro3 sensor offsets of X axis. This is setup on each boot during gyro calibrations

+ + + +

Gyro3 offsets of Y axis (INS_GYR3OFFS_Y)

Note: This parameter is for advanced users
+ +

Gyro3 sensor offsets of Y axis. This is setup on each boot during gyro calibrations

+ + + +

Gyro3 offsets of Z axis (INS_GYR3OFFS_Z)

Note: This parameter is for advanced users
+ +

Gyro3 sensor offsets of Z axis. This is setup on each boot during gyro calibrations

+ + + +

Accelerometer scaling of X axis (INS_ACCSCAL_X)

Note: This parameter is for advanced users
+ +

Accelerometer scaling of X axis. Calculated during acceleration calibration routine

+ + + +

Accelerometer scaling of Y axis (INS_ACCSCAL_Y)

Note: This parameter is for advanced users
+ +

Accelerometer scaling of Y axis Calculated during acceleration calibration routine

+ + + +

Accelerometer scaling of Z axis (INS_ACCSCAL_Z)

Note: This parameter is for advanced users
+ +

Accelerometer scaling of Z axis Calculated during acceleration calibration routine

+ + + +

Accelerometer offsets of X axis (INS_ACCOFFS_X)

Note: This parameter is for advanced users
+ +

Accelerometer offsets of X axis. This is setup using the acceleration calibration or level operations

+ + + +

Accelerometer offsets of Y axis (INS_ACCOFFS_Y)

Note: This parameter is for advanced users
+ +

Accelerometer offsets of Y axis. This is setup using the acceleration calibration or level operations

+ + + +

Accelerometer offsets of Z axis (INS_ACCOFFS_Z)

Note: This parameter is for advanced users
+ +

Accelerometer offsets of Z axis. This is setup using the acceleration calibration or level operations

+ + + +

Accelerometer2 scaling of X axis (INS_ACC2SCAL_X)

Note: This parameter is for advanced users
+ +

Accelerometer2 scaling of X axis. Calculated during acceleration calibration routine

+ + + +

Accelerometer2 scaling of Y axis (INS_ACC2SCAL_Y)

Note: This parameter is for advanced users
+ +

Accelerometer2 scaling of Y axis Calculated during acceleration calibration routine

+ + + +

Accelerometer2 scaling of Z axis (INS_ACC2SCAL_Z)

Note: This parameter is for advanced users
+ +

Accelerometer2 scaling of Z axis Calculated during acceleration calibration routine

+ + + +

Accelerometer2 offsets of X axis (INS_ACC2OFFS_X)

Note: This parameter is for advanced users
+ +

Accelerometer2 offsets of X axis. This is setup using the acceleration calibration or level operations

+ + + +

Accelerometer2 offsets of Y axis (INS_ACC2OFFS_Y)

Note: This parameter is for advanced users
+ +

Accelerometer2 offsets of Y axis. This is setup using the acceleration calibration or level operations

+ + + +

Accelerometer2 offsets of Z axis (INS_ACC2OFFS_Z)

Note: This parameter is for advanced users
+ +

Accelerometer2 offsets of Z axis. This is setup using the acceleration calibration or level operations

+ + + +

Accelerometer3 scaling of X axis (INS_ACC3SCAL_X)

Note: This parameter is for advanced users
+ +

Accelerometer3 scaling of X axis. Calculated during acceleration calibration routine

+ + + +

Accelerometer3 scaling of Y axis (INS_ACC3SCAL_Y)

Note: This parameter is for advanced users
+ +

Accelerometer3 scaling of Y axis Calculated during acceleration calibration routine

+ + + +

Accelerometer3 scaling of Z axis (INS_ACC3SCAL_Z)

Note: This parameter is for advanced users
+ +

Accelerometer3 scaling of Z axis Calculated during acceleration calibration routine

+ + + +

Accelerometer3 offsets of X axis (INS_ACC3OFFS_X)

Note: This parameter is for advanced users
+ +

Accelerometer3 offsets of X axis. This is setup using the acceleration calibration or level operations

+ + + +

Accelerometer3 offsets of Y axis (INS_ACC3OFFS_Y)

Note: This parameter is for advanced users
+ +

Accelerometer3 offsets of Y axis. This is setup using the acceleration calibration or level operations

+ + + +

Accelerometer3 offsets of Z axis (INS_ACC3OFFS_Z)

Note: This parameter is for advanced users
+ +

Accelerometer3 offsets of Z axis. This is setup using the acceleration calibration or level operations

+ + + +

Gyro filter cutoff frequency (INS_GYRO_FILTER)

Note: This parameter is for advanced users
+ +

Filter cutoff frequency for gyroscopes. This can be set to a lower value to try to cope with very high vibration levels in aircraft. A value of zero means no filtering (not recommended!)

+ + + +

Accel filter cutoff frequency (INS_ACCEL_FILTER)

Note: This parameter is for advanced users
+ +

Filter cutoff frequency for accelerometers. This can be set to a lower value to try to cope with very high vibration levels in aircraft. A value of zero means no filtering (not recommended!)

+ + + +

Use first IMU for attitude, velocity and position estimates (INS_USE)

Note: This parameter is for advanced users
+ +

Use first IMU for attitude, velocity and position estimates

+ + + +

Use second IMU for attitude, velocity and position estimates (INS_USE2)

Note: This parameter is for advanced users
+ +

Use second IMU for attitude, velocity and position estimates

+ + + +

Use third IMU for attitude, velocity and position estimates (INS_USE3)

Note: This parameter is for advanced users
+ +

Use third IMU for attitude, velocity and position estimates

+ + + +

Stillness threshold for detecting if we are moving (INS_STILL_THRESH)

Note: This parameter is for advanced users
+ +

Threshold to tolerate vibration to determine if vehicle is motionless. This depends on the frame type and if there is a constant vibration due to motors before launch or after landing. Total motionless is about 0.05. Suggested values: Planes/rover use 0.1, multirotors use 1, tradHeli uses 5

+ + + +

Gyro Calibration scheme (INS_GYR_CAL)

Note: This parameter is for advanced users
+ +

Conrols when automatic gyro calibration is performed

+ + + +

Accel cal trim option (INS_TRIM_OPTION)

Note: This parameter is for advanced users
+ +

Specifies how the accel cal routine determines the trims

+ + + +

Body-fixed accelerometer (INS_ACC_BODYFIX)

Note: This parameter is for advanced users
+ +

The body-fixed accelerometer to be used for trim calculation

+ + + +

IMU accelerometer X position (INS_POS1_X)

Note: This parameter is for advanced users
+ +

X position of the first IMU Accelerometer in body frame. Positive X is forward of the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.

+ + + +

IMU accelerometer Y position (INS_POS1_Y)

Note: This parameter is for advanced users
+ +

Y position of the first IMU accelerometer in body frame. Positive Y is to the right of the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.

+ + + +

IMU accelerometer Z position (INS_POS1_Z)

Note: This parameter is for advanced users
+ +

Z position of the first IMU accelerometer in body frame. Positive Z is down from the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.

+ + + +

IMU accelerometer X position (INS_POS2_X)

Note: This parameter is for advanced users
+ +

X position of the second IMU accelerometer in body frame. Positive X is forward of the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.

+ + + +

IMU accelerometer Y position (INS_POS2_Y)

Note: This parameter is for advanced users
+ +

Y position of the second IMU accelerometer in body frame. Positive Y is to the right of the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.

+ + + +

IMU accelerometer Z position (INS_POS2_Z)

Note: This parameter is for advanced users
+ +

Z position of the second IMU accelerometer in body frame. Positive Z is down from the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.

+ + + +

IMU accelerometer X position (INS_POS3_X)

Note: This parameter is for advanced users
+ +

X position of the third IMU accelerometer in body frame. Positive X is forward of the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.

+ + + +

IMU accelerometer Y position (INS_POS3_Y)

Note: This parameter is for advanced users
+ +

Y position of the third IMU accelerometer in body frame. Positive Y is to the right of the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.

+ + + +

IMU accelerometer Z position (INS_POS3_Z)

Note: This parameter is for advanced users
+ +

Z position of the third IMU accelerometer in body frame. Positive Z is down from the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.

+ + + +

Gyro ID (INS_GYR_ID)

Note: This parameter is for advanced users
+ +

Gyro sensor ID, taking into account its type, bus and instance

+ + + +

Gyro2 ID (INS_GYR2_ID)

Note: This parameter is for advanced users
+ +

Gyro2 sensor ID, taking into account its type, bus and instance

+ + + +

Gyro3 ID (INS_GYR3_ID)

Note: This parameter is for advanced users
+ +

Gyro3 sensor ID, taking into account its type, bus and instance

+ + + +

Accelerometer ID (INS_ACC_ID)

Note: This parameter is for advanced users
+ +

Accelerometer sensor ID, taking into account its type, bus and instance

+ + + +

Accelerometer2 ID (INS_ACC2_ID)

Note: This parameter is for advanced users
+ +

Accelerometer2 sensor ID, taking into account its type, bus and instance

+ + + +

Accelerometer3 ID (INS_ACC3_ID)

Note: This parameter is for advanced users
+ +

Accelerometer3 sensor ID, taking into account its type, bus and instance

+ + + +

Fast sampling mask (INS_FAST_SAMPLE)

Note: This parameter is for advanced users
+ +

Mask of IMUs to enable fast sampling on, if available

+ + + +

IMU enable mask (INS_ENABLE_MASK)

Note: This parameter is for advanced users
+ +

Bitmask of IMUs to enable. It can be used to prevent startup of specific detected IMUs

+ + + +

Gyro rate for IMUs with Fast Sampling enabled (INS_GYRO_RATE)

Note: This parameter is for advanced users
+ +

Gyro rate for IMUs with fast sampling enabled. The gyro rate is the sample rate at which the IMU filters operate and needs to be at least double the maximum filter frequency. If the sensor does not support the selected rate the next highest supported rate will be used. For IMUs which do not support fast sampling this setting is ignored and the default gyro rate of 1Khz is used.

+ + + +

Calibration temperature for 1st accelerometer (INS_ACC1_CALTEMP)

Note: This parameter is for advanced users
+ +

Temperature that the 1st accelerometer was calibrated at

+ + + +

Calibration temperature for 1st gyroscope (INS_GYR1_CALTEMP)

Note: This parameter is for advanced users
+ +

Temperature that the 1st gyroscope was calibrated at

+ + + +

Calibration temperature for 2nd accelerometer (INS_ACC2_CALTEMP)

Note: This parameter is for advanced users
+ +

Temperature that the 2nd accelerometer was calibrated at

+ + + +

Calibration temperature for 2nd gyroscope (INS_GYR2_CALTEMP)

Note: This parameter is for advanced users
+ +

Temperature that the 2nd gyroscope was calibrated at

+ + + +

Calibration temperature for 3rd accelerometer (INS_ACC3_CALTEMP)

Note: This parameter is for advanced users
+ +

Temperature that the 3rd accelerometer was calibrated at

+ + + +

Calibration temperature for 3rd gyroscope (INS_GYR3_CALTEMP)

Note: This parameter is for advanced users
+ +

Temperature that the 3rd gyroscope was calibrated at

+ + + +

Options for temperature calibration (INS_TCAL_OPTIONS)

Note: This parameter is for advanced users
+ +

This enables optional temperature calibration features. Setting PersistParams will save the accelerometer and temperature calibration parameters in the bootloader sector on the next update of the bootloader.

+ + + +

Raw logging options (INS_RAW_LOG_OPT)

Note: This parameter is for advanced users
+ +

Raw logging options bitmask

+ + + +

INS4_ Parameters

+ + +

Use first IMU for attitude, velocity and position estimates (INS4_USE)

Note: This parameter is for advanced users
+ +

Use first IMU for attitude, velocity and position estimates

+ + + +

Accelerometer ID (INS4_ACC_ID)

Note: This parameter is for advanced users
+ +

Accelerometer sensor ID, taking into account its type, bus and instance

+ + + +

Accelerometer scaling of X axis (INS4_ACCSCAL_X)

Note: This parameter is for advanced users
+ +

Accelerometer scaling of X axis. Calculated during acceleration calibration routine

+ + + +

Accelerometer scaling of Y axis (INS4_ACCSCAL_Y)

Note: This parameter is for advanced users
+ +

Accelerometer scaling of Y axis Calculated during acceleration calibration routine

+ + + +

Accelerometer scaling of Z axis (INS4_ACCSCAL_Z)

Note: This parameter is for advanced users
+ +

Accelerometer scaling of Z axis Calculated during acceleration calibration routine

+ + + +

Accelerometer offsets of X axis (INS4_ACCOFFS_X)

Note: This parameter is for advanced users
+ +

Accelerometer offsets of X axis. This is setup using the acceleration calibration or level operations

+ + + +

Accelerometer offsets of Y axis (INS4_ACCOFFS_Y)

Note: This parameter is for advanced users
+ +

Accelerometer offsets of Y axis. This is setup using the acceleration calibration or level operations

+ + + +

Accelerometer offsets of Z axis (INS4_ACCOFFS_Z)

Note: This parameter is for advanced users
+ +

Accelerometer offsets of Z axis. This is setup using the acceleration calibration or level operations

+ + + +

IMU accelerometer X position (INS4_POS_X)

Note: This parameter is for advanced users
+ +

X position of the first IMU Accelerometer in body frame. Positive X is forward of the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.

+ + + +

IMU accelerometer Y position (INS4_POS_Y)

Note: This parameter is for advanced users
+ +

Y position of the first IMU accelerometer in body frame. Positive Y is to the right of the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.

+ + + +

IMU accelerometer Z position (INS4_POS_Z)

Note: This parameter is for advanced users
+ +

Z position of the first IMU accelerometer in body frame. Positive Z is down from the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.

+ + + +

Calibration temperature for accelerometer (INS4_ACC_CALTEMP)

Note: This parameter is for advanced users
+ +

Temperature that the accelerometer was calibrated at

+ + + +

Gyro ID (INS4_GYR_ID)

Note: This parameter is for advanced users
+ +

Gyro sensor ID, taking into account its type, bus and instance

+ + + +

Gyro offsets of X axis (INS4_GYROFFS_X)

Note: This parameter is for advanced users
+ +

Gyro sensor offsets of X axis. This is setup on each boot during gyro calibrations

+ + + +

Gyro offsets of Y axis (INS4_GYROFFS_Y)

Note: This parameter is for advanced users
+ +

Gyro sensor offsets of Y axis. This is setup on each boot during gyro calibrations

+ + + +

Gyro offsets of Z axis (INS4_GYROFFS_Z)

Note: This parameter is for advanced users
+ +

Gyro sensor offsets of Z axis. This is setup on each boot during gyro calibrations

+ + + +

Calibration temperature for gyroscope (INS4_GYR_CALTEMP)

Note: This parameter is for advanced users
+ +

Temperature that the gyroscope was calibrated at

+ + + +

INS4_TCAL_ Parameters

+ + +

Enable temperature calibration (INS4_TCAL_ENABLE)

Note: This parameter is for advanced users
+ +

Enable the use of temperature calibration parameters for this IMU. For automatic learning set to 2 and also set the INS_TCALn_TMAX to the target temperature, then reboot

+ + + +

Temperature calibration min (INS4_TCAL_TMIN)

Note: This parameter is for advanced users
+ +

The minimum temperature that the calibration is valid for

+ + + +

Temperature calibration max (INS4_TCAL_TMAX)

Note: This parameter is for advanced users
+ +

The maximum temperature that the calibration is valid for. This must be at least 10 degrees above TMIN for calibration

+ + + +

Accelerometer 1st order temperature coefficient X axis (INS4_TCAL_ACC1_X)

Note: This parameter is for advanced users
+ +

This is the 1st order temperature coefficient from a temperature calibration

+ + + +

Accelerometer 1st order temperature coefficient Y axis (INS4_TCAL_ACC1_Y)

Note: This parameter is for advanced users
+ +

This is the 1st order temperature coefficient from a temperature calibration

+ + + +

Accelerometer 1st order temperature coefficient Z axis (INS4_TCAL_ACC1_Z)

Note: This parameter is for advanced users
+ +

This is the 1st order temperature coefficient from a temperature calibration

+ + + +

Accelerometer 2nd order temperature coefficient X axis (INS4_TCAL_ACC2_X)

Note: This parameter is for advanced users
+ +

This is the 2nd order temperature coefficient from a temperature calibration

+ + + +

Accelerometer 2nd order temperature coefficient Y axis (INS4_TCAL_ACC2_Y)

Note: This parameter is for advanced users
+ +

This is the 2nd order temperature coefficient from a temperature calibration

+ + + +

Accelerometer 2nd order temperature coefficient Z axis (INS4_TCAL_ACC2_Z)

Note: This parameter is for advanced users
+ +

This is the 2nd order temperature coefficient from a temperature calibration

+ + + +

Accelerometer 3rd order temperature coefficient X axis (INS4_TCAL_ACC3_X)

Note: This parameter is for advanced users
+ +

This is the 3rd order temperature coefficient from a temperature calibration

+ + + +

Accelerometer 3rd order temperature coefficient Y axis (INS4_TCAL_ACC3_Y)

Note: This parameter is for advanced users
+ +

This is the 3rd order temperature coefficient from a temperature calibration

+ + + +

Accelerometer 3rd order temperature coefficient Z axis (INS4_TCAL_ACC3_Z)

Note: This parameter is for advanced users
+ +

This is the 3rd order temperature coefficient from a temperature calibration

+ + + +

Gyroscope 1st order temperature coefficient X axis (INS4_TCAL_GYR1_X)

Note: This parameter is for advanced users
+ +

This is the 1st order temperature coefficient from a temperature calibration

+ + + +

Gyroscope 1st order temperature coefficient Y axis (INS4_TCAL_GYR1_Y)

Note: This parameter is for advanced users
+ +

This is the 1st order temperature coefficient from a temperature calibration

+ + + +

Gyroscope 1st order temperature coefficient Z axis (INS4_TCAL_GYR1_Z)

Note: This parameter is for advanced users
+ +

This is the 1st order temperature coefficient from a temperature calibration

+ + + +

Gyroscope 2nd order temperature coefficient X axis (INS4_TCAL_GYR2_X)

Note: This parameter is for advanced users
+ +

This is the 2nd order temperature coefficient from a temperature calibration

+ + + +

Gyroscope 2nd order temperature coefficient Y axis (INS4_TCAL_GYR2_Y)

Note: This parameter is for advanced users
+ +

This is the 2nd order temperature coefficient from a temperature calibration

+ + + +

Gyroscope 2nd order temperature coefficient Z axis (INS4_TCAL_GYR2_Z)

Note: This parameter is for advanced users
+ +

This is the 2nd order temperature coefficient from a temperature calibration

+ + + +

Gyroscope 3rd order temperature coefficient X axis (INS4_TCAL_GYR3_X)

Note: This parameter is for advanced users
+ +

This is the 3rd order temperature coefficient from a temperature calibration

+ + + +

Gyroscope 3rd order temperature coefficient Y axis (INS4_TCAL_GYR3_Y)

Note: This parameter is for advanced users
+ +

This is the 3rd order temperature coefficient from a temperature calibration

+ + + +

Gyroscope 3rd order temperature coefficient Z axis (INS4_TCAL_GYR3_Z)

Note: This parameter is for advanced users
+ +

This is the 3rd order temperature coefficient from a temperature calibration

+ + + +

INS5_ Parameters

+ + +

Use first IMU for attitude, velocity and position estimates (INS5_USE)

Note: This parameter is for advanced users
+ +

Use first IMU for attitude, velocity and position estimates

+ + + +

Accelerometer ID (INS5_ACC_ID)

Note: This parameter is for advanced users
+ +

Accelerometer sensor ID, taking into account its type, bus and instance

+ + + +

Accelerometer scaling of X axis (INS5_ACCSCAL_X)

Note: This parameter is for advanced users
+ +

Accelerometer scaling of X axis. Calculated during acceleration calibration routine

+ + + +

Accelerometer scaling of Y axis (INS5_ACCSCAL_Y)

Note: This parameter is for advanced users
+ +

Accelerometer scaling of Y axis Calculated during acceleration calibration routine

+ + + +

Accelerometer scaling of Z axis (INS5_ACCSCAL_Z)

Note: This parameter is for advanced users
+ +

Accelerometer scaling of Z axis Calculated during acceleration calibration routine

+ + + +

Accelerometer offsets of X axis (INS5_ACCOFFS_X)

Note: This parameter is for advanced users
+ +

Accelerometer offsets of X axis. This is setup using the acceleration calibration or level operations

+ + + +

Accelerometer offsets of Y axis (INS5_ACCOFFS_Y)

Note: This parameter is for advanced users
+ +

Accelerometer offsets of Y axis. This is setup using the acceleration calibration or level operations

+ + + +

Accelerometer offsets of Z axis (INS5_ACCOFFS_Z)

Note: This parameter is for advanced users
+ +

Accelerometer offsets of Z axis. This is setup using the acceleration calibration or level operations

+ + + +

IMU accelerometer X position (INS5_POS_X)

Note: This parameter is for advanced users
+ +

X position of the first IMU Accelerometer in body frame. Positive X is forward of the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.

+ + + +

IMU accelerometer Y position (INS5_POS_Y)

Note: This parameter is for advanced users
+ +

Y position of the first IMU accelerometer in body frame. Positive Y is to the right of the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.

+ + + +

IMU accelerometer Z position (INS5_POS_Z)

Note: This parameter is for advanced users
+ +

Z position of the first IMU accelerometer in body frame. Positive Z is down from the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.

+ + + +

Calibration temperature for accelerometer (INS5_ACC_CALTEMP)

Note: This parameter is for advanced users
+ +

Temperature that the accelerometer was calibrated at

+ + + +

Gyro ID (INS5_GYR_ID)

Note: This parameter is for advanced users
+ +

Gyro sensor ID, taking into account its type, bus and instance

+ + + +

Gyro offsets of X axis (INS5_GYROFFS_X)

Note: This parameter is for advanced users
+ +

Gyro sensor offsets of X axis. This is setup on each boot during gyro calibrations

+ + + +

Gyro offsets of Y axis (INS5_GYROFFS_Y)

Note: This parameter is for advanced users
+ +

Gyro sensor offsets of Y axis. This is setup on each boot during gyro calibrations

+ + + +

Gyro offsets of Z axis (INS5_GYROFFS_Z)

Note: This parameter is for advanced users
+ +

Gyro sensor offsets of Z axis. This is setup on each boot during gyro calibrations

+ + + +

Calibration temperature for gyroscope (INS5_GYR_CALTEMP)

Note: This parameter is for advanced users
+ +

Temperature that the gyroscope was calibrated at

+ + + +

INS5_TCAL_ Parameters

+ + +

Enable temperature calibration (INS5_TCAL_ENABLE)

Note: This parameter is for advanced users
+ +

Enable the use of temperature calibration parameters for this IMU. For automatic learning set to 2 and also set the INS_TCALn_TMAX to the target temperature, then reboot

+ + + +

Temperature calibration min (INS5_TCAL_TMIN)

Note: This parameter is for advanced users
+ +

The minimum temperature that the calibration is valid for

+ + + +

Temperature calibration max (INS5_TCAL_TMAX)

Note: This parameter is for advanced users
+ +

The maximum temperature that the calibration is valid for. This must be at least 10 degrees above TMIN for calibration

+ + + +

Accelerometer 1st order temperature coefficient X axis (INS5_TCAL_ACC1_X)

Note: This parameter is for advanced users
+ +

This is the 1st order temperature coefficient from a temperature calibration

+ + + +

Accelerometer 1st order temperature coefficient Y axis (INS5_TCAL_ACC1_Y)

Note: This parameter is for advanced users
+ +

This is the 1st order temperature coefficient from a temperature calibration

+ + + +

Accelerometer 1st order temperature coefficient Z axis (INS5_TCAL_ACC1_Z)

Note: This parameter is for advanced users
+ +

This is the 1st order temperature coefficient from a temperature calibration

+ + + +

Accelerometer 2nd order temperature coefficient X axis (INS5_TCAL_ACC2_X)

Note: This parameter is for advanced users
+ +

This is the 2nd order temperature coefficient from a temperature calibration

+ + + +

Accelerometer 2nd order temperature coefficient Y axis (INS5_TCAL_ACC2_Y)

Note: This parameter is for advanced users
+ +

This is the 2nd order temperature coefficient from a temperature calibration

+ + + +

Accelerometer 2nd order temperature coefficient Z axis (INS5_TCAL_ACC2_Z)

Note: This parameter is for advanced users
+ +

This is the 2nd order temperature coefficient from a temperature calibration

+ + + +

Accelerometer 3rd order temperature coefficient X axis (INS5_TCAL_ACC3_X)

Note: This parameter is for advanced users
+ +

This is the 3rd order temperature coefficient from a temperature calibration

+ + + +

Accelerometer 3rd order temperature coefficient Y axis (INS5_TCAL_ACC3_Y)

Note: This parameter is for advanced users
+ +

This is the 3rd order temperature coefficient from a temperature calibration

+ + + +

Accelerometer 3rd order temperature coefficient Z axis (INS5_TCAL_ACC3_Z)

Note: This parameter is for advanced users
+ +

This is the 3rd order temperature coefficient from a temperature calibration

+ + + +

Gyroscope 1st order temperature coefficient X axis (INS5_TCAL_GYR1_X)

Note: This parameter is for advanced users
+ +

This is the 1st order temperature coefficient from a temperature calibration

+ + + +

Gyroscope 1st order temperature coefficient Y axis (INS5_TCAL_GYR1_Y)

Note: This parameter is for advanced users
+ +

This is the 1st order temperature coefficient from a temperature calibration

+ + + +

Gyroscope 1st order temperature coefficient Z axis (INS5_TCAL_GYR1_Z)

Note: This parameter is for advanced users
+ +

This is the 1st order temperature coefficient from a temperature calibration

+ + + +

Gyroscope 2nd order temperature coefficient X axis (INS5_TCAL_GYR2_X)

Note: This parameter is for advanced users
+ +

This is the 2nd order temperature coefficient from a temperature calibration

+ + + +

Gyroscope 2nd order temperature coefficient Y axis (INS5_TCAL_GYR2_Y)

Note: This parameter is for advanced users
+ +

This is the 2nd order temperature coefficient from a temperature calibration

+ + + +

Gyroscope 2nd order temperature coefficient Z axis (INS5_TCAL_GYR2_Z)

Note: This parameter is for advanced users
+ +

This is the 2nd order temperature coefficient from a temperature calibration

+ + + +

Gyroscope 3rd order temperature coefficient X axis (INS5_TCAL_GYR3_X)

Note: This parameter is for advanced users
+ +

This is the 3rd order temperature coefficient from a temperature calibration

+ + + +

Gyroscope 3rd order temperature coefficient Y axis (INS5_TCAL_GYR3_Y)

Note: This parameter is for advanced users
+ +

This is the 3rd order temperature coefficient from a temperature calibration

+ + + +

Gyroscope 3rd order temperature coefficient Z axis (INS5_TCAL_GYR3_Z)

Note: This parameter is for advanced users
+ +

This is the 3rd order temperature coefficient from a temperature calibration

+ + + +

INS_HNTC2_ Parameters

+ + +

Harmonic Notch Filter enable (INS_HNTC2_ENABLE)

Note: This parameter is for advanced users
+ +

Harmonic Notch Filter enable

+ + + +

Harmonic Notch Filter base frequency (INS_HNTC2_FREQ)

Note: This parameter is for advanced users
+ +

Harmonic Notch Filter base center frequency in Hz. This is the center frequency for static notches, the center frequency for Throttle based notches at the reference thrust value, and the minimum limit of center frequency variation for all other notch types. This should always be set lower than half the backend gyro rate (which is typically 1Khz).

+ + + +

Harmonic Notch Filter bandwidth (INS_HNTC2_BW)

Note: This parameter is for advanced users
+ +

Harmonic Notch Filter bandwidth in Hz. This is typically set to half the base frequency. The ratio of base frequency to bandwidth determines the notch quality factor and is fixed across harmonics.

+ + + +

Harmonic Notch Filter attenuation (INS_HNTC2_ATT)

Note: This parameter is for advanced users
+ +

Harmonic Notch Filter attenuation in dB. Values greater than 40dB will typically produce a hard notch rather than a modest attenuation of motor noise.

+ + + +

Harmonic Notch Filter harmonics (INS_HNTC2_HMNCS)

Note: This parameter is for advanced users
+ +

Bitmask of harmonic frequencies to apply Harmonic Notch Filter to. This option takes effect on the next reboot. A value of 0 disables this filter. The first harmonic refers to the base frequency.

+ + + +

Harmonic Notch Filter reference value (INS_HNTC2_REF)

Note: This parameter is for advanced users
+ +

A reference value of zero disables dynamic updates on the Harmonic Notch Filter and a positive value enables dynamic updates on the Harmonic Notch Filter. For throttle-based scaling, this parameter is the reference value associated with the specified frequency to facilitate frequency scaling of the Harmonic Notch Filter. For RPM and ESC telemetry based tracking, this parameter is set to 1 to enable the Harmonic Notch Filter using the RPM sensor or ESC telemetry set to measure rotor speed. The sensor data is converted to Hz automatically for use in the Harmonic Notch Filter. This reference value may also be used to scale the sensor data, if required. For example, rpm sensor data is required to measure heli motor RPM. Therefore the reference value can be used to scale the RPM sensor to the rotor RPM.

+ + + +

Harmonic Notch Filter dynamic frequency tracking mode (INS_HNTC2_MODE)

Note: This parameter is for advanced users
+ +

Harmonic Notch Filter dynamic frequency tracking mode. Dynamic updates can be throttle, RPM sensor, ESC telemetry or dynamic FFT based. Throttle-based updates should only be used with multicopters.

+ + + +

Harmonic Notch Filter options (INS_HNTC2_OPTS)

Note: This parameter is for advanced users
+ +

Harmonic Notch Filter options. Triple and double-notches can provide deeper attenuation across a wider bandwidth with reduced latency than single notches and are suitable for larger aircraft. Multi-Source attaches a harmonic notch to each detected noise frequency instead of simply being multiples of the base frequency, in the case of FFT it will attach notches to each of three detected noise peaks, in the case of ESC it will attach notches to each of four motor RPM values. Loop rate update changes the notch center frequency at the scheduler loop rate rather than at the default of 200Hz. If both double and triple notches are specified only double notches will take effect.

+ + + +

Throttle notch min freqency ratio (INS_HNTC2_FM_RAT)

Note: This parameter is for advanced users
+ +

The minimum ratio below the configured frequency to take throttle based notch filters when flying at a throttle level below the reference throttle. Note that lower frequency notch filters will have more phase lag. If you want throttle based notch filtering to be effective at a throttle up to 30% below the configured notch frequency then set this parameter to 0.7. The default of 1.0 means the notch will not go below the frequency in the FREQ parameter.

+ + + +

INS_HNTCH_ Parameters

+ + +

Harmonic Notch Filter enable (INS_HNTCH_ENABLE)

Note: This parameter is for advanced users
+ +

Harmonic Notch Filter enable

+ + + +

Harmonic Notch Filter base frequency (INS_HNTCH_FREQ)

Note: This parameter is for advanced users
+ +

Harmonic Notch Filter base center frequency in Hz. This is the center frequency for static notches, the center frequency for Throttle based notches at the reference thrust value, and the minimum limit of center frequency variation for all other notch types. This should always be set lower than half the backend gyro rate (which is typically 1Khz).

+ + + +

Harmonic Notch Filter bandwidth (INS_HNTCH_BW)

Note: This parameter is for advanced users
+ +

Harmonic Notch Filter bandwidth in Hz. This is typically set to half the base frequency. The ratio of base frequency to bandwidth determines the notch quality factor and is fixed across harmonics.

+ + + +

Harmonic Notch Filter attenuation (INS_HNTCH_ATT)

Note: This parameter is for advanced users
+ +

Harmonic Notch Filter attenuation in dB. Values greater than 40dB will typically produce a hard notch rather than a modest attenuation of motor noise.

+ + + +

Harmonic Notch Filter harmonics (INS_HNTCH_HMNCS)

Note: This parameter is for advanced users
+ +

Bitmask of harmonic frequencies to apply Harmonic Notch Filter to. This option takes effect on the next reboot. A value of 0 disables this filter. The first harmonic refers to the base frequency.

+ + + +

Harmonic Notch Filter reference value (INS_HNTCH_REF)

Note: This parameter is for advanced users
+ +

A reference value of zero disables dynamic updates on the Harmonic Notch Filter and a positive value enables dynamic updates on the Harmonic Notch Filter. For throttle-based scaling, this parameter is the reference value associated with the specified frequency to facilitate frequency scaling of the Harmonic Notch Filter. For RPM and ESC telemetry based tracking, this parameter is set to 1 to enable the Harmonic Notch Filter using the RPM sensor or ESC telemetry set to measure rotor speed. The sensor data is converted to Hz automatically for use in the Harmonic Notch Filter. This reference value may also be used to scale the sensor data, if required. For example, rpm sensor data is required to measure heli motor RPM. Therefore the reference value can be used to scale the RPM sensor to the rotor RPM.

+ + + +

Harmonic Notch Filter dynamic frequency tracking mode (INS_HNTCH_MODE)

Note: This parameter is for advanced users
+ +

Harmonic Notch Filter dynamic frequency tracking mode. Dynamic updates can be throttle, RPM sensor, ESC telemetry or dynamic FFT based. Throttle-based updates should only be used with multicopters.

+ + + +

Harmonic Notch Filter options (INS_HNTCH_OPTS)

Note: This parameter is for advanced users
+ +

Harmonic Notch Filter options. Triple and double-notches can provide deeper attenuation across a wider bandwidth with reduced latency than single notches and are suitable for larger aircraft. Multi-Source attaches a harmonic notch to each detected noise frequency instead of simply being multiples of the base frequency, in the case of FFT it will attach notches to each of three detected noise peaks, in the case of ESC it will attach notches to each of four motor RPM values. Loop rate update changes the notch center frequency at the scheduler loop rate rather than at the default of 200Hz. If both double and triple notches are specified only double notches will take effect.

+ + + +

Throttle notch min freqency ratio (INS_HNTCH_FM_RAT)

Note: This parameter is for advanced users
+ +

The minimum ratio below the configured frequency to take throttle based notch filters when flying at a throttle level below the reference throttle. Note that lower frequency notch filters will have more phase lag. If you want throttle based notch filtering to be effective at a throttle up to 30% below the configured notch frequency then set this parameter to 0.7. The default of 1.0 means the notch will not go below the frequency in the FREQ parameter.

+ + + +

INS_LOG_ Parameters

+ + +

sample count per batch (INS_LOG_BAT_CNT)

Note: This parameter is for advanced users
+ +

Number of samples to take when logging streams of IMU sensor readings. Will be rounded down to a multiple of 32. This option takes effect on the next reboot.

+ + + +

Sensor Bitmask (INS_LOG_BAT_MASK)

Note: This parameter is for advanced users
+ +

Bitmap of which IMUs to log batch data for. This option takes effect on the next reboot.

+ + + +

Batch Logging Options Mask (INS_LOG_BAT_OPT)

Note: This parameter is for advanced users
+ +

Options for the BatchSampler.

+ + + +

logging interval (INS_LOG_BAT_LGIN)

+ +

Interval between pushing samples to the AP_Logger log

+ + + +

logging count (INS_LOG_BAT_LGCT)

+ +

Number of samples to push to count every INS_LOG_BAT_LGIN

+ + + +

INS_TCAL1_ Parameters

+ + +

Enable temperature calibration (INS_TCAL1_ENABLE)

Note: This parameter is for advanced users
+ +

Enable the use of temperature calibration parameters for this IMU. For automatic learning set to 2 and also set the INS_TCALn_TMAX to the target temperature, then reboot

+ + + +

Temperature calibration min (INS_TCAL1_TMIN)

Note: This parameter is for advanced users
+ +

The minimum temperature that the calibration is valid for

+ + + +

Temperature calibration max (INS_TCAL1_TMAX)

Note: This parameter is for advanced users
+ +

The maximum temperature that the calibration is valid for. This must be at least 10 degrees above TMIN for calibration

+ + + +

Accelerometer 1st order temperature coefficient X axis (INS_TCAL1_ACC1_X)

Note: This parameter is for advanced users
+ +

This is the 1st order temperature coefficient from a temperature calibration

+ + + +

Accelerometer 1st order temperature coefficient Y axis (INS_TCAL1_ACC1_Y)

Note: This parameter is for advanced users
+ +

This is the 1st order temperature coefficient from a temperature calibration

+ + + +

Accelerometer 1st order temperature coefficient Z axis (INS_TCAL1_ACC1_Z)

Note: This parameter is for advanced users
+ +

This is the 1st order temperature coefficient from a temperature calibration

+ + + +

Accelerometer 2nd order temperature coefficient X axis (INS_TCAL1_ACC2_X)

Note: This parameter is for advanced users
+ +

This is the 2nd order temperature coefficient from a temperature calibration

+ + + +

Accelerometer 2nd order temperature coefficient Y axis (INS_TCAL1_ACC2_Y)

Note: This parameter is for advanced users
+ +

This is the 2nd order temperature coefficient from a temperature calibration

+ + + +

Accelerometer 2nd order temperature coefficient Z axis (INS_TCAL1_ACC2_Z)

Note: This parameter is for advanced users
+ +

This is the 2nd order temperature coefficient from a temperature calibration

+ + + +

Accelerometer 3rd order temperature coefficient X axis (INS_TCAL1_ACC3_X)

Note: This parameter is for advanced users
+ +

This is the 3rd order temperature coefficient from a temperature calibration

+ + + +

Accelerometer 3rd order temperature coefficient Y axis (INS_TCAL1_ACC3_Y)

Note: This parameter is for advanced users
+ +

This is the 3rd order temperature coefficient from a temperature calibration

+ + + +

Accelerometer 3rd order temperature coefficient Z axis (INS_TCAL1_ACC3_Z)

Note: This parameter is for advanced users
+ +

This is the 3rd order temperature coefficient from a temperature calibration

+ + + +

Gyroscope 1st order temperature coefficient X axis (INS_TCAL1_GYR1_X)

Note: This parameter is for advanced users
+ +

This is the 1st order temperature coefficient from a temperature calibration

+ + + +

Gyroscope 1st order temperature coefficient Y axis (INS_TCAL1_GYR1_Y)

Note: This parameter is for advanced users
+ +

This is the 1st order temperature coefficient from a temperature calibration

+ + + +

Gyroscope 1st order temperature coefficient Z axis (INS_TCAL1_GYR1_Z)

Note: This parameter is for advanced users
+ +

This is the 1st order temperature coefficient from a temperature calibration

+ + + +

Gyroscope 2nd order temperature coefficient X axis (INS_TCAL1_GYR2_X)

Note: This parameter is for advanced users
+ +

This is the 2nd order temperature coefficient from a temperature calibration

+ + + +

Gyroscope 2nd order temperature coefficient Y axis (INS_TCAL1_GYR2_Y)

Note: This parameter is for advanced users
+ +

This is the 2nd order temperature coefficient from a temperature calibration

+ + + +

Gyroscope 2nd order temperature coefficient Z axis (INS_TCAL1_GYR2_Z)

Note: This parameter is for advanced users
+ +

This is the 2nd order temperature coefficient from a temperature calibration

+ + + +

Gyroscope 3rd order temperature coefficient X axis (INS_TCAL1_GYR3_X)

Note: This parameter is for advanced users
+ +

This is the 3rd order temperature coefficient from a temperature calibration

+ + + +

Gyroscope 3rd order temperature coefficient Y axis (INS_TCAL1_GYR3_Y)

Note: This parameter is for advanced users
+ +

This is the 3rd order temperature coefficient from a temperature calibration

+ + + +

Gyroscope 3rd order temperature coefficient Z axis (INS_TCAL1_GYR3_Z)

Note: This parameter is for advanced users
+ +

This is the 3rd order temperature coefficient from a temperature calibration

+ + + +

INS_TCAL2_ Parameters

+ + +

Enable temperature calibration (INS_TCAL2_ENABLE)

Note: This parameter is for advanced users
+ +

Enable the use of temperature calibration parameters for this IMU. For automatic learning set to 2 and also set the INS_TCALn_TMAX to the target temperature, then reboot

+ + + +

Temperature calibration min (INS_TCAL2_TMIN)

Note: This parameter is for advanced users
+ +

The minimum temperature that the calibration is valid for

+ + + +

Temperature calibration max (INS_TCAL2_TMAX)

Note: This parameter is for advanced users
+ +

The maximum temperature that the calibration is valid for. This must be at least 10 degrees above TMIN for calibration

+ + + +

Accelerometer 1st order temperature coefficient X axis (INS_TCAL2_ACC1_X)

Note: This parameter is for advanced users
+ +

This is the 1st order temperature coefficient from a temperature calibration

+ + + +

Accelerometer 1st order temperature coefficient Y axis (INS_TCAL2_ACC1_Y)

Note: This parameter is for advanced users
+ +

This is the 1st order temperature coefficient from a temperature calibration

+ + + +

Accelerometer 1st order temperature coefficient Z axis (INS_TCAL2_ACC1_Z)

Note: This parameter is for advanced users
+ +

This is the 1st order temperature coefficient from a temperature calibration

+ + + +

Accelerometer 2nd order temperature coefficient X axis (INS_TCAL2_ACC2_X)

Note: This parameter is for advanced users
+ +

This is the 2nd order temperature coefficient from a temperature calibration

+ + + +

Accelerometer 2nd order temperature coefficient Y axis (INS_TCAL2_ACC2_Y)

Note: This parameter is for advanced users
+ +

This is the 2nd order temperature coefficient from a temperature calibration

+ + + +

Accelerometer 2nd order temperature coefficient Z axis (INS_TCAL2_ACC2_Z)

Note: This parameter is for advanced users
+ +

This is the 2nd order temperature coefficient from a temperature calibration

+ + + +

Accelerometer 3rd order temperature coefficient X axis (INS_TCAL2_ACC3_X)

Note: This parameter is for advanced users
+ +

This is the 3rd order temperature coefficient from a temperature calibration

+ + + +

Accelerometer 3rd order temperature coefficient Y axis (INS_TCAL2_ACC3_Y)

Note: This parameter is for advanced users
+ +

This is the 3rd order temperature coefficient from a temperature calibration

+ + + +

Accelerometer 3rd order temperature coefficient Z axis (INS_TCAL2_ACC3_Z)

Note: This parameter is for advanced users
+ +

This is the 3rd order temperature coefficient from a temperature calibration

+ + + +

Gyroscope 1st order temperature coefficient X axis (INS_TCAL2_GYR1_X)

Note: This parameter is for advanced users
+ +

This is the 1st order temperature coefficient from a temperature calibration

+ + + +

Gyroscope 1st order temperature coefficient Y axis (INS_TCAL2_GYR1_Y)

Note: This parameter is for advanced users
+ +

This is the 1st order temperature coefficient from a temperature calibration

+ + + +

Gyroscope 1st order temperature coefficient Z axis (INS_TCAL2_GYR1_Z)

Note: This parameter is for advanced users
+ +

This is the 1st order temperature coefficient from a temperature calibration

+ + + +

Gyroscope 2nd order temperature coefficient X axis (INS_TCAL2_GYR2_X)

Note: This parameter is for advanced users
+ +

This is the 2nd order temperature coefficient from a temperature calibration

+ + + +

Gyroscope 2nd order temperature coefficient Y axis (INS_TCAL2_GYR2_Y)

Note: This parameter is for advanced users
+ +

This is the 2nd order temperature coefficient from a temperature calibration

+ + + +

Gyroscope 2nd order temperature coefficient Z axis (INS_TCAL2_GYR2_Z)

Note: This parameter is for advanced users
+ +

This is the 2nd order temperature coefficient from a temperature calibration

+ + + +

Gyroscope 3rd order temperature coefficient X axis (INS_TCAL2_GYR3_X)

Note: This parameter is for advanced users
+ +

This is the 3rd order temperature coefficient from a temperature calibration

+ + + +

Gyroscope 3rd order temperature coefficient Y axis (INS_TCAL2_GYR3_Y)

Note: This parameter is for advanced users
+ +

This is the 3rd order temperature coefficient from a temperature calibration

+ + + +

Gyroscope 3rd order temperature coefficient Z axis (INS_TCAL2_GYR3_Z)

Note: This parameter is for advanced users
+ +

This is the 3rd order temperature coefficient from a temperature calibration

+ + + +

INS_TCAL3_ Parameters

+ + +

Enable temperature calibration (INS_TCAL3_ENABLE)

Note: This parameter is for advanced users
+ +

Enable the use of temperature calibration parameters for this IMU. For automatic learning set to 2 and also set the INS_TCALn_TMAX to the target temperature, then reboot

+ + + +

Temperature calibration min (INS_TCAL3_TMIN)

Note: This parameter is for advanced users
+ +

The minimum temperature that the calibration is valid for

+ + + +

Temperature calibration max (INS_TCAL3_TMAX)

Note: This parameter is for advanced users
+ +

The maximum temperature that the calibration is valid for. This must be at least 10 degrees above TMIN for calibration

+ + + +

Accelerometer 1st order temperature coefficient X axis (INS_TCAL3_ACC1_X)

Note: This parameter is for advanced users
+ +

This is the 1st order temperature coefficient from a temperature calibration

+ + + +

Accelerometer 1st order temperature coefficient Y axis (INS_TCAL3_ACC1_Y)

Note: This parameter is for advanced users
+ +

This is the 1st order temperature coefficient from a temperature calibration

+ + + +

Accelerometer 1st order temperature coefficient Z axis (INS_TCAL3_ACC1_Z)

Note: This parameter is for advanced users
+ +

This is the 1st order temperature coefficient from a temperature calibration

+ + + +

Accelerometer 2nd order temperature coefficient X axis (INS_TCAL3_ACC2_X)

Note: This parameter is for advanced users
+ +

This is the 2nd order temperature coefficient from a temperature calibration

+ + + +

Accelerometer 2nd order temperature coefficient Y axis (INS_TCAL3_ACC2_Y)

Note: This parameter is for advanced users
+ +

This is the 2nd order temperature coefficient from a temperature calibration

+ + + +

Accelerometer 2nd order temperature coefficient Z axis (INS_TCAL3_ACC2_Z)

Note: This parameter is for advanced users
+ +

This is the 2nd order temperature coefficient from a temperature calibration

+ + + +

Accelerometer 3rd order temperature coefficient X axis (INS_TCAL3_ACC3_X)

Note: This parameter is for advanced users
+ +

This is the 3rd order temperature coefficient from a temperature calibration

+ + + +

Accelerometer 3rd order temperature coefficient Y axis (INS_TCAL3_ACC3_Y)

Note: This parameter is for advanced users
+ +

This is the 3rd order temperature coefficient from a temperature calibration

+ + + +

Accelerometer 3rd order temperature coefficient Z axis (INS_TCAL3_ACC3_Z)

Note: This parameter is for advanced users
+ +

This is the 3rd order temperature coefficient from a temperature calibration

+ + + +

Gyroscope 1st order temperature coefficient X axis (INS_TCAL3_GYR1_X)

Note: This parameter is for advanced users
+ +

This is the 1st order temperature coefficient from a temperature calibration

+ + + +

Gyroscope 1st order temperature coefficient Y axis (INS_TCAL3_GYR1_Y)

Note: This parameter is for advanced users
+ +

This is the 1st order temperature coefficient from a temperature calibration

+ + + +

Gyroscope 1st order temperature coefficient Z axis (INS_TCAL3_GYR1_Z)

Note: This parameter is for advanced users
+ +

This is the 1st order temperature coefficient from a temperature calibration

+ + + +

Gyroscope 2nd order temperature coefficient X axis (INS_TCAL3_GYR2_X)

Note: This parameter is for advanced users
+ +

This is the 2nd order temperature coefficient from a temperature calibration

+ + + +

Gyroscope 2nd order temperature coefficient Y axis (INS_TCAL3_GYR2_Y)

Note: This parameter is for advanced users
+ +

This is the 2nd order temperature coefficient from a temperature calibration

+ + + +

Gyroscope 2nd order temperature coefficient Z axis (INS_TCAL3_GYR2_Z)

Note: This parameter is for advanced users
+ +

This is the 2nd order temperature coefficient from a temperature calibration

+ + + +

Gyroscope 3rd order temperature coefficient X axis (INS_TCAL3_GYR3_X)

Note: This parameter is for advanced users
+ +

This is the 3rd order temperature coefficient from a temperature calibration

+ + + +

Gyroscope 3rd order temperature coefficient Y axis (INS_TCAL3_GYR3_Y)

Note: This parameter is for advanced users
+ +

This is the 3rd order temperature coefficient from a temperature calibration

+ + + +

Gyroscope 3rd order temperature coefficient Z axis (INS_TCAL3_GYR3_Z)

Note: This parameter is for advanced users
+ +

This is the 3rd order temperature coefficient from a temperature calibration

+ + + +

KDE_ Parameters

+ + +

Number of motor poles (KDE_NPOLE)

+ +

Sets the number of motor poles to calculate the correct RPM value

+ + + +

LOG Parameters

+ + +

AP_Logger Backend Storage type (LOG_BACKEND_TYPE)

+ +

Bitmap of what Logger backend types to enable. Block-based logging is available on SITL and boards with dataflash chips. Multiple backends can be selected.

+ + + +

Maximum AP_Logger File and Block Backend buffer size (in kilobytes) (LOG_FILE_BUFSIZE)

+ +

The File and Block backends use a buffer to store data before writing to the block device. Raising this value may reduce "gaps" in your SD card logging. This buffer size may be reduced depending on available memory. PixHawk requires at least 4 kilobytes. Maximum value available here is 64 kilobytes.

+ + + +

Enable logging while disarmed (LOG_DISARMED)

+ +

If LOG_DISARMED is set to 1 then logging will be enabled at all times including when disarmed. Logging before arming can make for very large logfiles but can help a lot when tracking down startup issues and is necessary if logging of EKF replay data is selected via the LOG_REPLAY parameter. If LOG_DISARMED is set to 2, then logging will be enabled when disarmed, but not if a USB connection is detected. This can be used to prevent unwanted data logs being generated when the vehicle is connected via USB for log downloading or parameter changes. If LOG_DISARMED is set to 3 then logging will happen while disarmed, but if the vehicle never arms then the logs using the filesystem backend will be discarded on the next boot.

+ + + +

Enable logging of information needed for Replay (LOG_REPLAY)

+ +

If LOG_REPLAY is set to 1 then the EKF2 and EKF3 state estimators will log detailed information needed for diagnosing problems with the Kalman filter. LOG_DISARMED must be set to 1 or 2 or else the log will not contain the pre-flight data required for replay testing of the EKF's. It is suggested that you also raise LOG_FILE_BUFSIZE to give more buffer space for logging and use a high quality microSD card to ensure no sensor data is lost.

+ + + +

Stop logging to current file on disarm (LOG_FILE_DSRMROT)

+ +

When set, the current log file is closed when the vehicle is disarmed. If LOG_DISARMED is set then a fresh log will be opened. Applies to the File and Block logging backends.

+ + + +

Maximum AP_Logger MAVLink Backend buffer size (LOG_MAV_BUFSIZE)

Note: This parameter is for advanced users
+ +

Maximum amount of memory to allocate to AP_Logger-over-mavlink

+ + + +

Timeout before giving up on file writes (LOG_FILE_TIMEOUT)

+ +

This controls the amount of time before failing writes to a log file cause the file to be closed and logging stopped.

+ + + +

Old logs on the SD card will be deleted to maintain this amount of free space (LOG_FILE_MB_FREE)

+ +

Set this such that the free space is larger than your largest typical flight log

+ + + +

Maximum logging rate for file backend (LOG_FILE_RATEMAX)

+ +

This sets the maximum rate that streaming log messages will be logged to the file backend. A value of zero means that rate limiting is disabled.

+ + + +

Maximum logging rate for mavlink backend (LOG_MAV_RATEMAX)

+ +

This sets the maximum rate that streaming log messages will be logged to the mavlink backend. A value of zero means that rate limiting is disabled.

+ + + +

Maximum logging rate for block backend (LOG_BLK_RATEMAX)

+ +

This sets the maximum rate that streaming log messages will be logged to the block backend. A value of zero means that rate limiting is disabled.

+ + + +

Maximum logging rate when disarmed (LOG_DARM_RATEMAX)

+ +

This sets the maximum rate that streaming log messages will be logged to any backend when disarmed. A value of zero means that the normal backend rate limit is applied.

+ + + +

Maximum number of log files (LOG_MAX_FILES)

Note: This parameter is for advanced users
+ +

This sets the maximum number of log file that will be written on dataflash or sd card before starting to rotate log number. Limit is capped at 500 logs.

+ + + +

MIS_ Parameters

+ + +

Total mission commands (MIS_TOTAL)

Note: This parameter is for advanced users
+ +

The number of mission mission items that has been loaded by the ground station. Do not change this manually.

+ + + +

Mission Restart when entering Auto mode (MIS_RESTART)

Note: This parameter is for advanced users
+ +

Controls mission starting point when entering Auto mode (either restart from beginning of mission or resume from last command run)

+ + + +

Mission options bitmask (MIS_OPTIONS)

Note: This parameter is for advanced users
+ +

Bitmask of what options to use in missions.

+ + + +

MNT1 Parameters

+ + +

Mount Type (MNT1_TYPE)

+ +

Mount Type

+ + + +

Mount default operating mode (MNT1_DEFLT_MODE)

+ +

Mount default operating mode on startup and after control is returned from autopilot

+ + + +

Mount RC Rate (MNT1_RC_RATE)

+ +

Pilot rate control's maximum rate. Set to zero to use angle control

+ + + +

Mount Roll angle minimum (MNT1_ROLL_MIN)

+ +

Mount Roll angle minimum

+ + + +

Mount Roll angle maximum (MNT1_ROLL_MAX)

+ +

Mount Roll angle maximum

+ + + +

Mount Pitch angle minimum (MNT1_PITCH_MIN)

+ +

Mount Pitch angle minimum

+ + + +

Mount Pitch angle maximum (MNT1_PITCH_MAX)

+ +

Mount Pitch angle maximum

+ + + +

Mount Yaw angle minimum (MNT1_YAW_MIN)

+ +

Mount Yaw angle minimum

+ + + +

Mount Yaw angle maximum (MNT1_YAW_MAX)

+ +

Mount Yaw angle maximum

+ + + +

Mount roll angle when in retracted position (MNT1_RETRACT_X)

+ +

Mount roll angle when in retracted position

+ + + +

Mount pitch angle when in retracted position (MNT1_RETRACT_Y)

+ +

Mount pitch angle when in retracted position

+ + + +

Mount yaw angle when in retracted position (MNT1_RETRACT_Z)

+ +

Mount yaw angle when in retracted position

+ + + +

Mount roll angle when in neutral position (MNT1_NEUTRAL_X)

+ +

Mount roll angle when in neutral position

+ + + +

Mount pitch angle when in neutral position (MNT1_NEUTRAL_Y)

+ +

Mount pitch angle when in neutral position

+ + + +

Mount yaw angle when in neutral position (MNT1_NEUTRAL_Z)

+ +

Mount yaw angle when in neutral position

+ + + +

Mount Roll stabilization lead time (MNT1_LEAD_RLL)

+ +

Servo mount roll angle output leads the vehicle angle by this amount of time based on current roll rate. Increase until the servo is responsive but does not overshoot

+ + + +

Mount Pitch stabilization lead time (MNT1_LEAD_PTCH)

+ +

Servo mount pitch angle output leads the vehicle angle by this amount of time based on current pitch rate. Increase until the servo is responsive but does not overshoot

+ + + +

Mount Target sysID (MNT1_SYSID_DFLT)

+ +

Default Target sysID for the mount to point to

+ + + +

Mount Device ID (MNT1_DEVID)

Note: This parameter is for advanced users
+ +

Mount device ID, taking into account its type, bus and instance

+ + + +

MNT2 Parameters

+ + +

Mount Type (MNT2_TYPE)

+ +

Mount Type

+ + + +

Mount default operating mode (MNT2_DEFLT_MODE)

+ +

Mount default operating mode on startup and after control is returned from autopilot

+ + + +

Mount RC Rate (MNT2_RC_RATE)

+ +

Pilot rate control's maximum rate. Set to zero to use angle control

+ + + +

Mount Roll angle minimum (MNT2_ROLL_MIN)

+ +

Mount Roll angle minimum

+ + + +

Mount Roll angle maximum (MNT2_ROLL_MAX)

+ +

Mount Roll angle maximum

+ + + +

Mount Pitch angle minimum (MNT2_PITCH_MIN)

+ +

Mount Pitch angle minimum

+ + + +

Mount Pitch angle maximum (MNT2_PITCH_MAX)

+ +

Mount Pitch angle maximum

+ + + +

Mount Yaw angle minimum (MNT2_YAW_MIN)

+ +

Mount Yaw angle minimum

+ + + +

Mount Yaw angle maximum (MNT2_YAW_MAX)

+ +

Mount Yaw angle maximum

+ + + +

Mount roll angle when in retracted position (MNT2_RETRACT_X)

+ +

Mount roll angle when in retracted position

+ + + +

Mount pitch angle when in retracted position (MNT2_RETRACT_Y)

+ +

Mount pitch angle when in retracted position

+ + + +

Mount yaw angle when in retracted position (MNT2_RETRACT_Z)

+ +

Mount yaw angle when in retracted position

+ + + +

Mount roll angle when in neutral position (MNT2_NEUTRAL_X)

+ +

Mount roll angle when in neutral position

+ + + +

Mount pitch angle when in neutral position (MNT2_NEUTRAL_Y)

+ +

Mount pitch angle when in neutral position

+ + + +

Mount yaw angle when in neutral position (MNT2_NEUTRAL_Z)

+ +

Mount yaw angle when in neutral position

+ + + +

Mount Roll stabilization lead time (MNT2_LEAD_RLL)

+ +

Servo mount roll angle output leads the vehicle angle by this amount of time based on current roll rate. Increase until the servo is responsive but does not overshoot

+ + + +

Mount Pitch stabilization lead time (MNT2_LEAD_PTCH)

+ +

Servo mount pitch angle output leads the vehicle angle by this amount of time based on current pitch rate. Increase until the servo is responsive but does not overshoot

+ + + +

Mount Target sysID (MNT2_SYSID_DFLT)

+ +

Default Target sysID for the mount to point to

+ + + +

Mount Device ID (MNT2_DEVID)

Note: This parameter is for advanced users
+ +

Mount device ID, taking into account its type, bus and instance

+ + + +

MOT_ Parameters

+ + +

Motor Output PWM type (MOT_PWM_TYPE)

Note: This parameter is for advanced users
+ +

This selects the output PWM type as regular PWM, OneShot, Brushed motor support using PWM (duty cycle) with separated direction signal, Brushed motor support with separate throttle and direction PWM (duty cyle)

+ + + +

Motor Output PWM freq for brushed motors (MOT_PWM_FREQ)

Note: This parameter is for advanced users
+ +

Motor Output PWM freq for brushed motors

+ + + +

Motor PWM output disabled when disarmed (MOT_SAFE_DISARM)

Note: This parameter is for advanced users
+ +

Disables motor PWM output when disarmed

+ + + +

Throttle minimum (MOT_THR_MIN)

+ +

Throttle minimum percentage the autopilot will apply. This is useful for handling a deadzone around low throttle and for preventing internal combustion motors cutting out during missions.

+ + + +

Throttle maximum (MOT_THR_MAX)

+ +

Throttle maximum percentage the autopilot will apply. This can be used to prevent overheating an ESC or motor on an electric rover

+ + + +

Throttle slew rate (MOT_SLEWRATE)

+ +

Throttle slew rate as a percentage of total range per second. A value of 100 allows the motor to change over its full range in one second. A value of zero disables the limit. Note some NiMH powered rovers require a lower setting of 40 to reduce current demand to avoid brownouts.

+ + + +

Thrust Curve Expo (MOT_THST_EXPO)

Note: This parameter is for advanced users
+ +

Thrust curve exponent (-1 to +1 with 0 being linear)

+ + + +

Motor speed scaling base speed (MOT_SPD_SCA_BASE)

Note: This parameter is for advanced users
+ +

Speed above which steering is scaled down when using regular steering/throttle vehicles. zero to disable speed scaling

+ + + +

Motor steering vs throttle prioritisation (MOT_STR_THR_MIX)

Note: This parameter is for advanced users
+ +

Steering vs Throttle priorisation. Higher numbers prioritise steering, lower numbers prioritise throttle. Only valid for Skid Steering vehicles

+ + + +

Vector thrust angle max (MOT_VEC_ANGLEMAX)

+ +

The angle between steering's middle position and maximum position when using vectored thrust (boats only)

+ + + +

Motor Thrust Asymmetry (MOT_THST_ASYM)

Note: This parameter is for advanced users
+ +

Thrust Asymetry. Used for skid-steering. 2.0 means your motors move twice as fast forward than they do backwards.

+ + + +

MSP Parameters

+ + +

Cell count override (MSP_OSD_NCELLS)

+ +

Used for average cell voltage calculation

+ + + +

MSP OSD Options (MSP_OPTIONS)

+ +

A bitmask to set some MSP specific options: EnableTelemetryMode-allows "push" mode telemetry when only rx line of OSD ic connected to autopilot, EnableBTFLFonts-uses indexes corresponding to Betaflight fonts if OSD uses those instead of ArduPilot fonts.

+ + + +

NET_ Parameters

+ + +

Networking Enable (NET_ENABLED)

Note: This parameter is for advanced users
+ +

Networking Enable

+ + + +

IP Subnet mask (NET_NETMASK)

Note: This parameter is for advanced users
+ +

Allows setting static subnet mask. The value is a count of consecutive bits. Examples: 24 = 255.255.255.0, 16 = 255.255.0.0

+ + + +

DHCP client (NET_DHCP)

Note: This parameter is for advanced users
+ +

Enable/Disable DHCP client

+ + + +

Test enable flags (NET_TESTS)

Note: This parameter is for advanced users
+ +

Enable/Disable networking tests

+ + + +

Networking options (NET_OPTIONS)

Note: This parameter is for advanced users
+ +

Networking options

+ + + +

NET_GWADDR Parameters

+ + +

IPv4 Address 1st byte (NET_GWADDR0)

+ +

IPv4 address. Example: 192.xxx.xxx.xxx

+ + + +

IPv4 Address 2nd byte (NET_GWADDR1)

+ +

IPv4 address. Example: xxx.168.xxx.xxx

+ + + +

IPv4 Address 3rd byte (NET_GWADDR2)

+ +

IPv4 address. Example: xxx.xxx.13.xxx

+ + + +

IPv4 Address 4th byte (NET_GWADDR3)

+ +

IPv4 address. Example: xxx.xxx.xxx.14

+ + + +

NET_IPADDR Parameters

+ + +

IPv4 Address 1st byte (NET_IPADDR0)

+ +

IPv4 address. Example: 192.xxx.xxx.xxx

+ + + +

IPv4 Address 2nd byte (NET_IPADDR1)

+ +

IPv4 address. Example: xxx.168.xxx.xxx

+ + + +

IPv4 Address 3rd byte (NET_IPADDR2)

+ +

IPv4 address. Example: xxx.xxx.13.xxx

+ + + +

IPv4 Address 4th byte (NET_IPADDR3)

+ +

IPv4 address. Example: xxx.xxx.xxx.14

+ + + +

NET_MACADDR Parameters

+ + +

MAC Address 1st byte (NET_MACADDR0)

Note: This parameter is for advanced users
+ +

MAC address 1st byte

+ + + +

MAC Address 2nd byte (NET_MACADDR1)

Note: This parameter is for advanced users
+ +

MAC address 2nd byte

+ + + +

MAC Address 3rd byte (NET_MACADDR2)

Note: This parameter is for advanced users
+ +

MAC address 3rd byte

+ + + +

MAC Address 4th byte (NET_MACADDR3)

Note: This parameter is for advanced users
+ +

MAC address 4th byte

+ + + +

MAC Address 5th byte (NET_MACADDR4)

Note: This parameter is for advanced users
+ +

MAC address 5th byte

+ + + +

MAC Address 6th byte (NET_MACADDR5)

Note: This parameter is for advanced users
+ +

MAC address 6th byte

+ + + +

NET_P1_ Parameters

+ + +

Port type (NET_P1_TYPE)

Note: This parameter is for advanced users
+ +

Port type for network serial port. For the two client types a valid destination IP address must be set. For the two server types either 0.0.0.0 or a local address can be used. The UDP client type will use broadcast if the IP is set to 255.255.255.255 and will use UDP multicast if the IP is in the multicast address range.

+ + + +

Protocol (NET_P1_PROTOCOL)

Note: This parameter is for advanced users
+ +

Networked serial port protocol

+ + + +

Port number (NET_P1_PORT)

Note: This parameter is for advanced users
+ +

Port number

+ + + +

NET_P1_IP Parameters

+ + +

IPv4 Address 1st byte (NET_P1_IP0)

+ +

IPv4 address. Example: 192.xxx.xxx.xxx

+ + + +

IPv4 Address 2nd byte (NET_P1_IP1)

+ +

IPv4 address. Example: xxx.168.xxx.xxx

+ + + +

IPv4 Address 3rd byte (NET_P1_IP2)

+ +

IPv4 address. Example: xxx.xxx.13.xxx

+ + + +

IPv4 Address 4th byte (NET_P1_IP3)

+ +

IPv4 address. Example: xxx.xxx.xxx.14

+ + + +

NET_P2_ Parameters

+ + +

Port type (NET_P2_TYPE)

Note: This parameter is for advanced users
+ +

Port type for network serial port. For the two client types a valid destination IP address must be set. For the two server types either 0.0.0.0 or a local address can be used. The UDP client type will use broadcast if the IP is set to 255.255.255.255 and will use UDP multicast if the IP is in the multicast address range.

+ + + +

Protocol (NET_P2_PROTOCOL)

Note: This parameter is for advanced users
+ +

Networked serial port protocol

+ + + +

Port number (NET_P2_PORT)

Note: This parameter is for advanced users
+ +

Port number

+ + + +

NET_P2_IP Parameters

+ + +

IPv4 Address 1st byte (NET_P2_IP0)

+ +

IPv4 address. Example: 192.xxx.xxx.xxx

+ + + +

IPv4 Address 2nd byte (NET_P2_IP1)

+ +

IPv4 address. Example: xxx.168.xxx.xxx

+ + + +

IPv4 Address 3rd byte (NET_P2_IP2)

+ +

IPv4 address. Example: xxx.xxx.13.xxx

+ + + +

IPv4 Address 4th byte (NET_P2_IP3)

+ +

IPv4 address. Example: xxx.xxx.xxx.14

+ + + +

NET_P3_ Parameters

+ + +

Port type (NET_P3_TYPE)

Note: This parameter is for advanced users
+ +

Port type for network serial port. For the two client types a valid destination IP address must be set. For the two server types either 0.0.0.0 or a local address can be used. The UDP client type will use broadcast if the IP is set to 255.255.255.255 and will use UDP multicast if the IP is in the multicast address range.

+ + + +

Protocol (NET_P3_PROTOCOL)

Note: This parameter is for advanced users
+ +

Networked serial port protocol

+ + + +

Port number (NET_P3_PORT)

Note: This parameter is for advanced users
+ +

Port number

+ + + +

NET_P3_IP Parameters

+ + +

IPv4 Address 1st byte (NET_P3_IP0)

+ +

IPv4 address. Example: 192.xxx.xxx.xxx

+ + + +

IPv4 Address 2nd byte (NET_P3_IP1)

+ +

IPv4 address. Example: xxx.168.xxx.xxx

+ + + +

IPv4 Address 3rd byte (NET_P3_IP2)

+ +

IPv4 address. Example: xxx.xxx.13.xxx

+ + + +

IPv4 Address 4th byte (NET_P3_IP3)

+ +

IPv4 address. Example: xxx.xxx.xxx.14

+ + + +

NET_P4_ Parameters

+ + +

Port type (NET_P4_TYPE)

Note: This parameter is for advanced users
+ +

Port type for network serial port. For the two client types a valid destination IP address must be set. For the two server types either 0.0.0.0 or a local address can be used. The UDP client type will use broadcast if the IP is set to 255.255.255.255 and will use UDP multicast if the IP is in the multicast address range.

+ + + +

Protocol (NET_P4_PROTOCOL)

Note: This parameter is for advanced users
+ +

Networked serial port protocol

+ + + +

Port number (NET_P4_PORT)

Note: This parameter is for advanced users
+ +

Port number

+ + + +

NET_P4_IP Parameters

+ + +

IPv4 Address 1st byte (NET_P4_IP0)

+ +

IPv4 address. Example: 192.xxx.xxx.xxx

+ + + +

IPv4 Address 2nd byte (NET_P4_IP1)

+ +

IPv4 address. Example: xxx.168.xxx.xxx

+ + + +

IPv4 Address 3rd byte (NET_P4_IP2)

+ +

IPv4 address. Example: xxx.xxx.13.xxx

+ + + +

IPv4 Address 4th byte (NET_P4_IP3)

+ +

IPv4 address. Example: xxx.xxx.xxx.14

+ + + +

NET_REMPPP_IP Parameters

+ + +

IPv4 Address 1st byte (NET_REMPPP_IP0)

+ +

IPv4 address. Example: 192.xxx.xxx.xxx

+ + + +

IPv4 Address 2nd byte (NET_REMPPP_IP1)

+ +

IPv4 address. Example: xxx.168.xxx.xxx

+ + + +

IPv4 Address 3rd byte (NET_REMPPP_IP2)

+ +

IPv4 address. Example: xxx.xxx.13.xxx

+ + + +

IPv4 Address 4th byte (NET_REMPPP_IP3)

+ +

IPv4 address. Example: xxx.xxx.xxx.14

+ + + +

NET_TEST_IP Parameters

+ + +

IPv4 Address 1st byte (NET_TEST_IP0)

+ +

IPv4 address. Example: 192.xxx.xxx.xxx

+ + + +

IPv4 Address 2nd byte (NET_TEST_IP1)

+ +

IPv4 address. Example: xxx.168.xxx.xxx

+ + + +

IPv4 Address 3rd byte (NET_TEST_IP2)

+ +

IPv4 address. Example: xxx.xxx.13.xxx

+ + + +

IPv4 Address 4th byte (NET_TEST_IP3)

+ +

IPv4 address. Example: xxx.xxx.xxx.14

+ + + +

NMEA_ Parameters

+ + +

NMEA Output rate (NMEA_RATE_MS)

+ +

NMEA Output rate. This controls the interval at which all the enabled NMEA messages are sent. Most NMEA systems expect 100ms (10Hz) or slower.

+ + + +

Messages Enable bitmask (NMEA_MSG_EN)

+ +

This is a bitmask of enabled NMEA messages. All messages will be sent consecutively at the same rate interval

+ + + +

NTF_ Parameters

+ + +

LED Brightness (NTF_LED_BRIGHT)

Note: This parameter is for advanced users
+ +

Select the RGB LED brightness level. When USB is connected brightness will never be higher than low regardless of the setting.

+ + + +

Buzzer Driver Types (NTF_BUZZ_TYPES)

Note: This parameter is for advanced users
+ +

Controls what types of Buzzer will be enabled

+ + + +

Specifies colour source for the RGBLed (NTF_LED_OVERRIDE)

Note: This parameter is for advanced users
+ +

Specifies the source for the colours and brightness for the LED. OutbackChallenge conforms to the MedicalExpress (https://uavchallenge.org/medical-express/) rules, essentially "Green" is disarmed (safe-to-approach), "Red" is armed (not safe-to-approach). Traffic light is a simplified color set, red when armed, yellow when the safety switch is not surpressing outputs (but disarmed), and green when outputs are surpressed and disarmed, the LED will blink faster if disarmed and failing arming checks.

+ + + +

Type of on-board I2C display (NTF_DISPLAY_TYPE)

Note: This parameter is for advanced users
+ +

This sets up the type of on-board I2C display. Disabled by default.

+ + + +

OreoLED Theme (NTF_OREO_THEME)

Note: This parameter is for advanced users
+ +

Enable/Disable Solo Oreo LED driver, 0 to disable, 1 for Aircraft theme, 2 for Rover theme

+ + + +

Buzzer pin (NTF_BUZZ_PIN)

Note: This parameter is for advanced users
+ +

Enables to connect active buzzer to arbitrary pin. Requires 3-pin buzzer or additional MOSFET! Some the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot.

+ + + +

LED Driver Types (NTF_LED_TYPES)

Note: This parameter is for advanced users
+ +

Controls what types of LEDs will be enabled

+ + + +

Buzzer-on pin logic level (NTF_BUZZ_ON_LVL)

Note: This parameter is for advanced users
+ +

Specifies pin level that indicates buzzer should play

+ + + +

Buzzer volume (NTF_BUZZ_VOLUME)

+ +

Control the volume of the buzzer

+ + + +

Serial LED String Length (NTF_LED_LEN)

Note: This parameter is for advanced users
+ +

The number of Serial LED's to use for notifications (NeoPixel's and ProfiLED)

+ + + +

OA_ Parameters

+ + +

Object Avoidance Path Planning algorithm to use (OA_TYPE)

+ +

Enabled/disable path planning around obstacles

+ + + +

Object Avoidance wide margin distance (OA_MARGIN_MAX)

+ +

Object Avoidance will ignore objects more than this many meters from vehicle

+ + + +

Options while recovering from Object Avoidance (OA_OPTIONS)

+ +

Bitmask which will govern vehicles behaviour while recovering from Obstacle Avoidance (i.e Avoidance is turned off after the path ahead is clear).

+ + + +

OA_BR_ Parameters

+ + +

Object Avoidance look ahead distance maximum (OA_BR_LOOKAHEAD)

+ +

Object Avoidance will look this many meters ahead of vehicle

+ + + +

Obstacle Avoidance margin ratio for BendyRuler to change bearing significantly (OA_BR_CONT_RATIO)

+ +

BendyRuler will avoid changing bearing unless ratio of previous margin from obstacle (or fence) to present calculated margin is atleast this much.

+ + + +

BendyRuler's bearing change resistance threshold angle (OA_BR_CONT_ANGLE)

+ +

BendyRuler will resist changing current bearing if the change in bearing is over this angle

+ + + +

OA_DB_ Parameters

+ + +

OADatabase maximum number of points (OA_DB_SIZE)

Note: This parameter is for advanced users
+ +

OADatabase maximum number of points. Set to 0 to disable the OA Database. Larger means more points but is more cpu intensive to process

+ + + +

OADatabase item timeout (OA_DB_EXPIRE)

Note: This parameter is for advanced users
+ +

OADatabase item timeout. The time an item will linger without any updates before it expires. Zero means never expires which is useful for a sent-once static environment but terrible for dynamic ones.

+ + + +

OADatabase queue maximum number of points (OA_DB_QUEUE_SIZE)

Note: This parameter is for advanced users
+ +

OADatabase queue maximum number of points. This in an input buffer size. Larger means it can handle larger bursts of incoming data points to filter into the database. No impact on cpu, only RAM. Recommend larger for faster datalinks or for sensors that generate a lot of data.

+ + + +

OADatabase output level (OA_DB_OUTPUT)

Note: This parameter is for advanced users
+ +

OADatabase output level to configure which database objects are sent to the ground station. All data is always available internally for avoidance algorithms.

+ + + +

OADatabase beam width (OA_DB_BEAM_WIDTH)

Note: This parameter is for advanced users
+ +

Beam width of incoming lidar data

+ + + +

OADatabase Minimum radius (OA_DB_RADIUS_MIN)

Note: This parameter is for advanced users
+ +

Minimum radius of objects held in database

+ + + +

OADatabase Distance Maximum (OA_DB_DIST_MAX)

Note: This parameter is for advanced users
+ +

Maximum distance of objects held in database. Set to zero to disable the limits

+ + + +

OSD Parameters

+ + +

OSD type (OSD_TYPE)

+ +

OSD type. TXONLY makes the OSD parameter selection available to other modules even if there is no native OSD support on the board, for instance CRSF.

+ + + +

Screen switch transmitter channel (OSD_CHAN)

+ +

This sets the channel used to switch different OSD screens.

+ + + +

Screen switch method (OSD_SW_METHOD)

+ +

This sets the method used to switch different OSD screens.

+ + + +

OSD Options (OSD_OPTIONS)

+ +

This sets options that change the display

+ + + +

OSD Font (OSD_FONT)

+ +

This sets which OSD font to use. It is an integer from 0 to the number of fonts available

+ + + +

OSD vertical offset (OSD_V_OFFSET)

+ +

Sets vertical offset of the osd inside image

+ + + +

OSD horizontal offset (OSD_H_OFFSET)

+ +

Sets horizontal offset of the osd inside image

+ + + +

RSSI warn level (in %) (OSD_W_RSSI)

+ +

Set level at which RSSI item will flash

+ + + +

NSAT warn level (OSD_W_NSAT)

+ +

Set level at which NSAT item will flash

+ + + +

BAT_VOLT warn level (OSD_W_BATVOLT)

+ +

Set level at which BAT_VOLT item will flash

+ + + +

Display Units (OSD_UNITS)

+ +

Sets the units to use in displaying items

+ + + +

Message display duration in seconds (OSD_MSG_TIME)

+ +

Sets message duration seconds

+ + + +

Arm screen (OSD_ARM_SCR)

+ +

Screen to be shown on Arm event. Zero to disable the feature.

+ + + +

Disarm screen (OSD_DSARM_SCR)

+ +

Screen to be shown on disarm event. Zero to disable the feature.

+ + + +

Failsafe screen (OSD_FS_SCR)

+ +

Screen to be shown on failsafe event. Zero to disable the feature.

+ + + +

Button delay (OSD_BTN_DELAY)

Note: This parameter is for advanced users
+ +

Debounce time in ms for stick commanded parameter navigation.

+ + + +

Terrain warn level (OSD_W_TERR)

+ +

Set level below which TER_HGT item will flash. -1 disables.

+ + + +

AVGCELLV warn level (OSD_W_AVGCELLV)

+ +

Set level at which AVGCELLV item will flash

+ + + +

Battery cell count (OSD_CELL_COUNT)

Note: This parameter is for advanced users
+ +

Used for average cell voltage display. -1 disables, 0 uses cell count autodetection for well charged LIPO/LIION batteries at connection, other values manually select cell count used.

+ + + +

RESTVOLT warn level (OSD_W_RESTVOLT)

+ +

Set level at which RESTVOLT item will flash

+ + + +

Avg Cell Resting Volt warn level (OSD_W_ACRVOLT)

+ +

Set level at which ACRVOLT item will flash

+ + + +

OSD type 2 (OSD_TYPE2)

+ +

OSD type 2. TXONLY makes the OSD parameter selection available to other modules even if there is no native OSD support on the board, for instance CRSF.

+ + + +

OSD1_ Parameters

+ + +

Enable screen (OSD1_ENABLE)

+ +

Enable this screen

+ + + +

Transmitter switch screen minimum pwm (OSD1_CHAN_MIN)

+ +

This sets the PWM lower limit for this screen

+ + + +

Transmitter switch screen maximum pwm (OSD1_CHAN_MAX)

+ +

This sets the PWM upper limit for this screen

+ + + +

ALTITUDE_EN (OSD1_ALTITUDE_EN)

+ +

Enables display of altitude AGL

+ + + +

ALTITUDE_X (OSD1_ALTITUDE_X)

+ +

Horizontal position on screen

+ + + +

ALTITUDE_Y (OSD1_ALTITUDE_Y)

+ +

Vertical position on screen

+ + + +

BATVOLT_EN (OSD1_BAT_VOLT_EN)

+ +

Displays main battery voltage

+ + + +

BATVOLT_X (OSD1_BAT_VOLT_X)

+ +

Horizontal position on screen

+ + + +

BATVOLT_Y (OSD1_BAT_VOLT_Y)

+ +

Vertical position on screen

+ + + +

RSSI_EN (OSD1_RSSI_EN)

+ +

Displays RC signal strength

+ + + +

RSSI_X (OSD1_RSSI_X)

+ +

Horizontal position on screen

+ + + +

RSSI_Y (OSD1_RSSI_Y)

+ +

Vertical position on screen

+ + + +

CURRENT_EN (OSD1_CURRENT_EN)

+ +

Displays main battery current

+ + + +

CURRENT_X (OSD1_CURRENT_X)

+ +

Horizontal position on screen

+ + + +

CURRENT_Y (OSD1_CURRENT_Y)

+ +

Vertical position on screen

+ + + +

BATUSED_EN (OSD1_BATUSED_EN)

+ +

Displays primary battery mAh consumed

+ + + +

BATUSED_X (OSD1_BATUSED_X)

+ +

Horizontal position on screen

+ + + +

BATUSED_Y (OSD1_BATUSED_Y)

+ +

Vertical position on screen

+ + + +

SATS_EN (OSD1_SATS_EN)

+ +

Displays number of acquired satellites

+ + + +

SATS_X (OSD1_SATS_X)

+ +

Horizontal position on screen

+ + + +

SATS_Y (OSD1_SATS_Y)

+ +

Vertical position on screen

+ + + +

FLTMODE_EN (OSD1_FLTMODE_EN)

+ +

Displays flight mode

+ + + +

FLTMODE_X (OSD1_FLTMODE_X)

+ +

Horizontal position on screen

+ + + +

FLTMODE_Y (OSD1_FLTMODE_Y)

+ +

Vertical position on screen

+ + + +

MESSAGE_EN (OSD1_MESSAGE_EN)

+ +

Displays Mavlink messages

+ + + +

MESSAGE_X (OSD1_MESSAGE_X)

+ +

Horizontal position on screen

+ + + +

MESSAGE_Y (OSD1_MESSAGE_Y)

+ +

Vertical position on screen

+ + + +

GSPEED_EN (OSD1_GSPEED_EN)

+ +

Displays GPS ground speed

+ + + +

GSPEED_X (OSD1_GSPEED_X)

+ +

Horizontal position on screen

+ + + +

GSPEED_Y (OSD1_GSPEED_Y)

+ +

Vertical position on screen

+ + + +

HORIZON_EN (OSD1_HORIZON_EN)

+ +

Displays artificial horizon

+ + + +

HORIZON_X (OSD1_HORIZON_X)

+ +

Horizontal position on screen

+ + + +

HORIZON_Y (OSD1_HORIZON_Y)

+ +

Vertical position on screen

+ + + +

HOME_EN (OSD1_HOME_EN)

+ +

Displays distance and relative direction to HOME

+ + + +

HOME_X (OSD1_HOME_X)

+ +

Horizontal position on screen

+ + + +

HOME_Y (OSD1_HOME_Y)

+ +

Vertical position on screen

+ + + +

HEADING_EN (OSD1_HEADING_EN)

+ +

Displays heading

+ + + +

HEADING_X (OSD1_HEADING_X)

+ +

Horizontal position on screen

+ + + +

HEADING_Y (OSD1_HEADING_Y)

+ +

Vertical position on screen

+ + + +

THROTTLE_EN (OSD1_THROTTLE_EN)

+ +

Displays actual throttle percentage being sent to motor(s)

+ + + +

THROTTLE_X (OSD1_THROTTLE_X)

+ +

Horizontal position on screen

+ + + +

THROTTLE_Y (OSD1_THROTTLE_Y)

+ +

Vertical position on screen

+ + + +

COMPASS_EN (OSD1_COMPASS_EN)

+ +

Enables display of compass rose

+ + + +

COMPASS_X (OSD1_COMPASS_X)

+ +

Horizontal position on screen

+ + + +

COMPASS_Y (OSD1_COMPASS_Y)

+ +

Vertical position on screen

+ + + +

WIND_EN (OSD1_WIND_EN)

+ +

Displays wind speed and relative direction, on Rover this is the apparent wind speed and direction from the windvane, if fitted

+ + + +

WIND_X (OSD1_WIND_X)

+ +

Horizontal position on screen

+ + + +

WIND_Y (OSD1_WIND_Y)

+ +

Vertical position on screen

+ + + +

ASPEED_EN (OSD1_ASPEED_EN)

+ +

Displays airspeed value being used by TECS (fused value)

+ + + +

ASPEED_X (OSD1_ASPEED_X)

+ +

Horizontal position on screen

+ + + +

ASPEED_Y (OSD1_ASPEED_Y)

+ +

Vertical position on screen

+ + + +

VSPEED_EN (OSD1_VSPEED_EN)

+ +

Displays climb rate

+ + + +

VSPEED_X (OSD1_VSPEED_X)

+ +

Horizontal position on screen

+ + + +

VSPEED_Y (OSD1_VSPEED_Y)

+ +

Vertical position on screen

+ + + +

ESCTEMP_EN (OSD1_ESCTEMP_EN)

+ +

Displays first esc's temp

+ + + +

ESCTEMP_X (OSD1_ESCTEMP_X)

+ +

Horizontal position on screen

+ + + +

ESCTEMP_Y (OSD1_ESCTEMP_Y)

+ +

Vertical position on screen

+ + + +

ESCRPM_EN (OSD1_ESCRPM_EN)

+ +

Displays first esc's rpm

+ + + +

ESCRPM_X (OSD1_ESCRPM_X)

+ +

Horizontal position on screen

+ + + +

ESCRPM_Y (OSD1_ESCRPM_Y)

+ +

Vertical position on screen

+ + + +

ESCAMPS_EN (OSD1_ESCAMPS_EN)

+ +

Displays first esc's current

+ + + +

ESCAMPS_X (OSD1_ESCAMPS_X)

+ +

Horizontal position on screen

+ + + +

ESCAMPS_Y (OSD1_ESCAMPS_Y)

+ +

Vertical position on screen

+ + + +

GPSLAT_EN (OSD1_GPSLAT_EN)

+ +

Displays GPS latitude

+ + + +

GPSLAT_X (OSD1_GPSLAT_X)

+ +

Horizontal position on screen

+ + + +

GPSLAT_Y (OSD1_GPSLAT_Y)

+ +

Vertical position on screen

+ + + +

GPSLONG_EN (OSD1_GPSLONG_EN)

+ +

Displays GPS longitude

+ + + +

GPSLONG_X (OSD1_GPSLONG_X)

+ +

Horizontal position on screen

+ + + +

GPSLONG_Y (OSD1_GPSLONG_Y)

+ +

Vertical position on screen

+ + + +

ROLL_EN (OSD1_ROLL_EN)

+ +

Displays degrees of roll from level

+ + + +

ROLL_X (OSD1_ROLL_X)

+ +

Horizontal position on screen

+ + + +

ROLL_Y (OSD1_ROLL_Y)

+ +

Vertical position on screen

+ + + +

PITCH_EN (OSD1_PITCH_EN)

+ +

Displays degrees of pitch from level

+ + + +

PITCH_X (OSD1_PITCH_X)

+ +

Horizontal position on screen

+ + + +

PITCH_Y (OSD1_PITCH_Y)

+ +

Vertical position on screen

+ + + +

TEMP_EN (OSD1_TEMP_EN)

+ +

Displays temperature reported by primary barometer

+ + + +

TEMP_X (OSD1_TEMP_X)

+ +

Horizontal position on screen

+ + + +

TEMP_Y (OSD1_TEMP_Y)

+ +

Vertical position on screen

+ + + +

HDOP_EN (OSD1_HDOP_EN)

+ +

Displays Horizontal Dilution Of Position

+ + + +

HDOP_X (OSD1_HDOP_X)

+ +

Horizontal position on screen

+ + + +

HDOP_Y (OSD1_HDOP_Y)

+ +

Vertical position on screen

+ + + +

WAYPOINT_EN (OSD1_WAYPOINT_EN)

+ +

Displays bearing and distance to next waypoint

+ + + +

WAYPOINT_X (OSD1_WAYPOINT_X)

+ +

Horizontal position on screen

+ + + +

WAYPOINT_Y (OSD1_WAYPOINT_Y)

+ +

Vertical position on screen

+ + + +

XTRACK_EN (OSD1_XTRACK_EN)

+ +

Displays crosstrack error

+ + + +

XTRACK_X (OSD1_XTRACK_X)

+ +

Horizontal position on screen

+ + + +

XTRACK_Y (OSD1_XTRACK_Y)

+ +

Vertical position on screen

+ + + +

DIST_EN (OSD1_DIST_EN)

+ +

Displays total distance flown

+ + + +

DIST_X (OSD1_DIST_X)

+ +

Horizontal position on screen

+ + + +

DIST_Y (OSD1_DIST_Y)

+ +

Vertical position on screen

+ + + +

STATS_EN (OSD1_STATS_EN)

+ +

Displays flight stats

+ + + +

STATS_X (OSD1_STATS_X)

+ +

Horizontal position on screen

+ + + +

STATS_Y (OSD1_STATS_Y)

+ +

Vertical position on screen

+ + + +

FLTIME_EN (OSD1_FLTIME_EN)

+ +

Displays total flight time

+ + + +

FLTIME_X (OSD1_FLTIME_X)

+ +

Horizontal position on screen

+ + + +

FLTIME_Y (OSD1_FLTIME_Y)

+ +

Vertical position on screen

+ + + +

CLIMBEFF_EN (OSD1_CLIMBEFF_EN)

+ +

Displays climb efficiency (climb rate/current)

+ + + +

CLIMBEFF_X (OSD1_CLIMBEFF_X)

+ +

Horizontal position on screen

+ + + +

CLIMBEFF_Y (OSD1_CLIMBEFF_Y)

+ +

Vertical position on screen

+ + + +

EFF_EN (OSD1_EFF_EN)

+ +

Displays flight efficiency (mAh/km or /mi)

+ + + +

EFF_X (OSD1_EFF_X)

+ +

Horizontal position on screen

+ + + +

EFF_Y (OSD1_EFF_Y)

+ +

Vertical position on screen

+ + + +

BTEMP_EN (OSD1_BTEMP_EN)

+ +

Displays temperature reported by secondary barometer

+ + + +

BTEMP_X (OSD1_BTEMP_X)

+ +

Horizontal position on screen

+ + + +

BTEMP_Y (OSD1_BTEMP_Y)

+ +

Vertical position on screen

+ + + +

ATEMP_EN (OSD1_ATEMP_EN)

+ +

Displays temperature reported by primary airspeed sensor

+ + + +

ATEMP_X (OSD1_ATEMP_X)

+ +

Horizontal position on screen

+ + + +

ATEMP_Y (OSD1_ATEMP_Y)

+ +

Vertical position on screen

+ + + +

BAT2VLT_EN (OSD1_BAT2_VLT_EN)

+ +

Displays battery2 voltage

+ + + +

BAT2VLT_X (OSD1_BAT2_VLT_X)

+ +

Horizontal position on screen

+ + + +

BAT2VLT_Y (OSD1_BAT2_VLT_Y)

+ +

Vertical position on screen

+ + + +

BAT2USED_EN (OSD1_BAT2USED_EN)

+ +

Displays secondary battery mAh consumed

+ + + +

BAT2USED_X (OSD1_BAT2USED_X)

+ +

Horizontal position on screen

+ + + +

BAT2USED_Y (OSD1_BAT2USED_Y)

+ +

Vertical position on screen

+ + + +

ASPD2_EN (OSD1_ASPD2_EN)

+ +

Displays airspeed reported directly from secondary airspeed sensor

+ + + +

ASPD2_X (OSD1_ASPD2_X)

+ +

Horizontal position on screen

+ + + +

ASPD2_Y (OSD1_ASPD2_Y)

+ +

Vertical position on screen

+ + + +

ASPD1_EN (OSD1_ASPD1_EN)

+ +

Displays airspeed reported directly from primary airspeed sensor

+ + + +

ASPD1_X (OSD1_ASPD1_X)

+ +

Horizontal position on screen

+ + + +

ASPD1_Y (OSD1_ASPD1_Y)

+ +

Vertical position on screen

+ + + +

CLK_EN (OSD1_CLK_EN)

+ +

Displays a clock panel based on AP_RTC local time

+ + + +

CLK_X (OSD1_CLK_X)

+ +

Horizontal position on screen

+ + + +

CLK_Y (OSD1_CLK_Y)

+ +

Vertical position on screen

+ + + +

SIDEBARS_EN (OSD1_SIDEBARS_EN)

+ +

Displays artificial horizon side bars

+ + + +

SIDEBARS_X (OSD1_SIDEBARS_X)

+ +

Horizontal position on screen

+ + + +

SIDEBARS_Y (OSD1_SIDEBARS_Y)

+ +

Vertical position on screen

+ + + +

CRSSHAIR_EN (OSD1_CRSSHAIR_EN)

+ +

Displays artificial horizon crosshair (MSP OSD only)

+ + + +

CRSSHAIR_X (OSD1_CRSSHAIR_X)

+ +

Horizontal position on screen (MSP OSD only)

+ + + +

CRSSHAIR_Y (OSD1_CRSSHAIR_Y)

+ +

Vertical position on screen (MSP OSD only)

+ + + +

HOMEDIST_EN (OSD1_HOMEDIST_EN)

+ +

Displays distance from HOME (MSP OSD only)

+ + + +

HOMEDIST_X (OSD1_HOMEDIST_X)

+ +

Horizontal position on screen (MSP OSD only)

+ + + +

HOMEDIST_Y (OSD1_HOMEDIST_Y)

+ +

Vertical position on screen (MSP OSD only)

+ + + +

HOMEDIR_EN (OSD1_HOMEDIR_EN)

+ +

Displays relative direction to HOME (MSP OSD only)

+ + + +

HOMEDIR_X (OSD1_HOMEDIR_X)

+ +

Horizontal position on screen

+ + + +

HOMEDIR_Y (OSD1_HOMEDIR_Y)

+ +

Vertical position on screen

+ + + +

POWER_EN (OSD1_POWER_EN)

+ +

Displays power (MSP OSD only)

+ + + +

POWER_X (OSD1_POWER_X)

+ +

Horizontal position on screen

+ + + +

POWER_Y (OSD1_POWER_Y)

+ +

Vertical position on screen

+ + + +

CELL_VOLT_EN (OSD1_CELLVOLT_EN)

+ +

Displays average cell voltage (MSP OSD only)

+ + + +

CELL_VOLT_X (OSD1_CELLVOLT_X)

+ +

Horizontal position on screen

+ + + +

CELL_VOLT_Y (OSD1_CELLVOLT_Y)

+ +

Vertical position on screen

+ + + +

BATT_BAR_EN (OSD1_BATTBAR_EN)

+ +

Displays battery usage bar (MSP OSD only)

+ + + +

BATT_BAR_X (OSD1_BATTBAR_X)

+ +

Horizontal position on screen

+ + + +

BATT_BAR_Y (OSD1_BATTBAR_Y)

+ +

Vertical position on screen

+ + + +

ARMING_EN (OSD1_ARMING_EN)

+ +

Displays arming status (MSP OSD only)

+ + + +

ARMING_X (OSD1_ARMING_X)

+ +

Horizontal position on screen

+ + + +

ARMING_Y (OSD1_ARMING_Y)

+ +

Vertical position on screen

+ + + +

PLUSCODE_EN (OSD1_PLUSCODE_EN)

+ +

Displays pluscode (OLC) element

+ + + +

PLUSCODE_X (OSD1_PLUSCODE_X)

+ +

Horizontal position on screen

+ + + +

PLUSCODE_Y (OSD1_PLUSCODE_Y)

+ +

Vertical position on screen

+ + + +

CALLSIGN_EN (OSD1_CALLSIGN_EN)

+ +

Displays callsign from callsign.txt on microSD card

+ + + +

CALLSIGN_X (OSD1_CALLSIGN_X)

+ +

Horizontal position on screen

+ + + +

CALLSIGN_Y (OSD1_CALLSIGN_Y)

+ +

Vertical position on screen

+ + + +

CURRENT2_EN (OSD1_CURRENT2_EN)

+ +

Displays 2nd battery current

+ + + +

CURRENT2_X (OSD1_CURRENT2_X)

+ +

Horizontal position on screen

+ + + +

CURRENT2_Y (OSD1_CURRENT2_Y)

+ +

Vertical position on screen

+ + + +

VTX_PWR_EN (OSD1_VTX_PWR_EN)

+ +

Displays VTX Power

+ + + +

VTX_PWR_X (OSD1_VTX_PWR_X)

+ +

Horizontal position on screen

+ + + +

VTX_PWR_Y (OSD1_VTX_PWR_Y)

+ +

Vertical position on screen

+ + + +

TER_HGT_EN (OSD1_TER_HGT_EN)

+ +

Displays Height above terrain

+ + + +

TER_HGT_X (OSD1_TER_HGT_X)

+ +

Horizontal position on screen

+ + + +

TER_HGT_Y (OSD1_TER_HGT_Y)

+ +

Vertical position on screen

+ + + +

AVGCELLV_EN (OSD1_AVGCELLV_EN)

+ +

Displays average cell voltage. WARNING: this can be inaccurate if the cell count is not detected or set properly. If the the battery is far from fully charged the detected cell count might not be accurate if auto cell count detection is used (OSD_CELL_COUNT=0).

+ + + +

AVGCELLV_X (OSD1_AVGCELLV_X)

+ +

Horizontal position on screen

+ + + +

AVGCELLV_Y (OSD1_AVGCELLV_Y)

+ +

Vertical position on screen

+ + + +

RESTVOLT_EN (OSD1_RESTVOLT_EN)

+ +

Displays main battery resting voltage

+ + + +

RESTVOLT_X (OSD1_RESTVOLT_X)

+ +

Horizontal position on screen

+ + + +

RESTVOLT_Y (OSD1_RESTVOLT_Y)

+ +

Vertical position on screen

+ + + +

FENCE_EN (OSD1_FENCE_EN)

+ +

Displays indication of fence enable and breach

+ + + +

FENCE_X (OSD1_FENCE_X)

+ +

Horizontal position on screen

+ + + +

FENCE_Y (OSD1_FENCE_Y)

+ +

Vertical position on screen

+ + + +

RNGF_EN (OSD1_RNGF_EN)

+ +

Displays a rangefinder's distance in cm

+ + + +

RNGF_X (OSD1_RNGF_X)

+ +

Horizontal position on screen

+ + + +

RNGF_Y (OSD1_RNGF_Y)

+ +

Vertical position on screen

+ + + +

ACRVOLT_EN (OSD1_ACRVOLT_EN)

+ +

Displays resting voltage for the average cell. WARNING: this can be inaccurate if the cell count is not detected or set properly. If the the battery is far from fully charged the detected cell count might not be accurate if auto cell count detection is used (OSD_CELL_COUNT=0).

+ + + +

ACRVOLT_X (OSD1_ACRVOLT_X)

+ +

Horizontal position on screen

+ + + +

ACRVOLT_Y (OSD1_ACRVOLT_Y)

+ +

Vertical position on screen

+ + + +

RPM_EN (OSD1_RPM_EN)

+ +

Displays main rotor revs/min

+ + + +

RPM_X (OSD1_RPM_X)

+ +

Horizontal position on screen

+ + + +

RPM_Y (OSD1_RPM_Y)

+ +

Vertical position on screen

+ + + +

LINK_Q_EN (OSD1_LINK_Q_EN)

+ +

Displays Receiver link quality

+ + + +

LINK_Q_X (OSD1_LINK_Q_X)

+ +

Horizontal position on screen

+ + + +

LINK_Q_Y (OSD1_LINK_Q_Y)

+ +

Vertical position on screen

+ + + +

Sets the overlay text resolution (MSP DisplayPort only) (OSD1_TXT_RES)

+ +

Sets the overlay text resolution for this screen to either LD 30x16 or HD 50x18 (MSP DisplayPort only)

+ + + +

Sets the font index for this screen (MSP DisplayPort only) (OSD1_FONT)

+ +

Sets the font index for this screen (MSP DisplayPort only)

+ + + +

OSD2_ Parameters

+ + +

Enable screen (OSD2_ENABLE)

+ +

Enable this screen

+ + + +

Transmitter switch screen minimum pwm (OSD2_CHAN_MIN)

+ +

This sets the PWM lower limit for this screen

+ + + +

Transmitter switch screen maximum pwm (OSD2_CHAN_MAX)

+ +

This sets the PWM upper limit for this screen

+ + + +

ALTITUDE_EN (OSD2_ALTITUDE_EN)

+ +

Enables display of altitude AGL

+ + + +

ALTITUDE_X (OSD2_ALTITUDE_X)

+ +

Horizontal position on screen

+ + + +

ALTITUDE_Y (OSD2_ALTITUDE_Y)

+ +

Vertical position on screen

+ + + +

BATVOLT_EN (OSD2_BAT_VOLT_EN)

+ +

Displays main battery voltage

+ + + +

BATVOLT_X (OSD2_BAT_VOLT_X)

+ +

Horizontal position on screen

+ + + +

BATVOLT_Y (OSD2_BAT_VOLT_Y)

+ +

Vertical position on screen

+ + + +

RSSI_EN (OSD2_RSSI_EN)

+ +

Displays RC signal strength

+ + + +

RSSI_X (OSD2_RSSI_X)

+ +

Horizontal position on screen

+ + + +

RSSI_Y (OSD2_RSSI_Y)

+ +

Vertical position on screen

+ + + +

CURRENT_EN (OSD2_CURRENT_EN)

+ +

Displays main battery current

+ + + +

CURRENT_X (OSD2_CURRENT_X)

+ +

Horizontal position on screen

+ + + +

CURRENT_Y (OSD2_CURRENT_Y)

+ +

Vertical position on screen

+ + + +

BATUSED_EN (OSD2_BATUSED_EN)

+ +

Displays primary battery mAh consumed

+ + + +

BATUSED_X (OSD2_BATUSED_X)

+ +

Horizontal position on screen

+ + + +

BATUSED_Y (OSD2_BATUSED_Y)

+ +

Vertical position on screen

+ + + +

SATS_EN (OSD2_SATS_EN)

+ +

Displays number of acquired satellites

+ + + +

SATS_X (OSD2_SATS_X)

+ +

Horizontal position on screen

+ + + +

SATS_Y (OSD2_SATS_Y)

+ +

Vertical position on screen

+ + + +

FLTMODE_EN (OSD2_FLTMODE_EN)

+ +

Displays flight mode

+ + + +

FLTMODE_X (OSD2_FLTMODE_X)

+ +

Horizontal position on screen

+ + + +

FLTMODE_Y (OSD2_FLTMODE_Y)

+ +

Vertical position on screen

+ + + +

MESSAGE_EN (OSD2_MESSAGE_EN)

+ +

Displays Mavlink messages

+ + + +

MESSAGE_X (OSD2_MESSAGE_X)

+ +

Horizontal position on screen

+ + + +

MESSAGE_Y (OSD2_MESSAGE_Y)

+ +

Vertical position on screen

+ + + +

GSPEED_EN (OSD2_GSPEED_EN)

+ +

Displays GPS ground speed

+ + + +

GSPEED_X (OSD2_GSPEED_X)

+ +

Horizontal position on screen

+ + + +

GSPEED_Y (OSD2_GSPEED_Y)

+ +

Vertical position on screen

+ + + +

HORIZON_EN (OSD2_HORIZON_EN)

+ +

Displays artificial horizon

+ + + +

HORIZON_X (OSD2_HORIZON_X)

+ +

Horizontal position on screen

+ + + +

HORIZON_Y (OSD2_HORIZON_Y)

+ +

Vertical position on screen

+ + + +

HOME_EN (OSD2_HOME_EN)

+ +

Displays distance and relative direction to HOME

+ + + +

HOME_X (OSD2_HOME_X)

+ +

Horizontal position on screen

+ + + +

HOME_Y (OSD2_HOME_Y)

+ +

Vertical position on screen

+ + + +

HEADING_EN (OSD2_HEADING_EN)

+ +

Displays heading

+ + + +

HEADING_X (OSD2_HEADING_X)

+ +

Horizontal position on screen

+ + + +

HEADING_Y (OSD2_HEADING_Y)

+ +

Vertical position on screen

+ + + +

THROTTLE_EN (OSD2_THROTTLE_EN)

+ +

Displays actual throttle percentage being sent to motor(s)

+ + + +

THROTTLE_X (OSD2_THROTTLE_X)

+ +

Horizontal position on screen

+ + + +

THROTTLE_Y (OSD2_THROTTLE_Y)

+ +

Vertical position on screen

+ + + +

COMPASS_EN (OSD2_COMPASS_EN)

+ +

Enables display of compass rose

+ + + +

COMPASS_X (OSD2_COMPASS_X)

+ +

Horizontal position on screen

+ + + +

COMPASS_Y (OSD2_COMPASS_Y)

+ +

Vertical position on screen

+ + + +

WIND_EN (OSD2_WIND_EN)

+ +

Displays wind speed and relative direction, on Rover this is the apparent wind speed and direction from the windvane, if fitted

+ + + +

WIND_X (OSD2_WIND_X)

+ +

Horizontal position on screen

+ + + +

WIND_Y (OSD2_WIND_Y)

+ +

Vertical position on screen

+ + + +

ASPEED_EN (OSD2_ASPEED_EN)

+ +

Displays airspeed value being used by TECS (fused value)

+ + + +

ASPEED_X (OSD2_ASPEED_X)

+ +

Horizontal position on screen

+ + + +

ASPEED_Y (OSD2_ASPEED_Y)

+ +

Vertical position on screen

+ + + +

VSPEED_EN (OSD2_VSPEED_EN)

+ +

Displays climb rate

+ + + +

VSPEED_X (OSD2_VSPEED_X)

+ +

Horizontal position on screen

+ + + +

VSPEED_Y (OSD2_VSPEED_Y)

+ +

Vertical position on screen

+ + + +

ESCTEMP_EN (OSD2_ESCTEMP_EN)

+ +

Displays first esc's temp

+ + + +

ESCTEMP_X (OSD2_ESCTEMP_X)

+ +

Horizontal position on screen

+ + + +

ESCTEMP_Y (OSD2_ESCTEMP_Y)

+ +

Vertical position on screen

+ + + +

ESCRPM_EN (OSD2_ESCRPM_EN)

+ +

Displays first esc's rpm

+ + + +

ESCRPM_X (OSD2_ESCRPM_X)

+ +

Horizontal position on screen

+ + + +

ESCRPM_Y (OSD2_ESCRPM_Y)

+ +

Vertical position on screen

+ + + +

ESCAMPS_EN (OSD2_ESCAMPS_EN)

+ +

Displays first esc's current

+ + + +

ESCAMPS_X (OSD2_ESCAMPS_X)

+ +

Horizontal position on screen

+ + + +

ESCAMPS_Y (OSD2_ESCAMPS_Y)

+ +

Vertical position on screen

+ + + +

GPSLAT_EN (OSD2_GPSLAT_EN)

+ +

Displays GPS latitude

+ + + +

GPSLAT_X (OSD2_GPSLAT_X)

+ +

Horizontal position on screen

+ + + +

GPSLAT_Y (OSD2_GPSLAT_Y)

+ +

Vertical position on screen

+ + + +

GPSLONG_EN (OSD2_GPSLONG_EN)

+ +

Displays GPS longitude

+ + + +

GPSLONG_X (OSD2_GPSLONG_X)

+ +

Horizontal position on screen

+ + + +

GPSLONG_Y (OSD2_GPSLONG_Y)

+ +

Vertical position on screen

+ + + +

ROLL_EN (OSD2_ROLL_EN)

+ +

Displays degrees of roll from level

+ + + +

ROLL_X (OSD2_ROLL_X)

+ +

Horizontal position on screen

+ + + +

ROLL_Y (OSD2_ROLL_Y)

+ +

Vertical position on screen

+ + + +

PITCH_EN (OSD2_PITCH_EN)

+ +

Displays degrees of pitch from level

+ + + +

PITCH_X (OSD2_PITCH_X)

+ +

Horizontal position on screen

+ + + +

PITCH_Y (OSD2_PITCH_Y)

+ +

Vertical position on screen

+ + + +

TEMP_EN (OSD2_TEMP_EN)

+ +

Displays temperature reported by primary barometer

+ + + +

TEMP_X (OSD2_TEMP_X)

+ +

Horizontal position on screen

+ + + +

TEMP_Y (OSD2_TEMP_Y)

+ +

Vertical position on screen

+ + + +

HDOP_EN (OSD2_HDOP_EN)

+ +

Displays Horizontal Dilution Of Position

+ + + +

HDOP_X (OSD2_HDOP_X)

+ +

Horizontal position on screen

+ + + +

HDOP_Y (OSD2_HDOP_Y)

+ +

Vertical position on screen

+ + + +

WAYPOINT_EN (OSD2_WAYPOINT_EN)

+ +

Displays bearing and distance to next waypoint

+ + + +

WAYPOINT_X (OSD2_WAYPOINT_X)

+ +

Horizontal position on screen

+ + + +

WAYPOINT_Y (OSD2_WAYPOINT_Y)

+ +

Vertical position on screen

+ + + +

XTRACK_EN (OSD2_XTRACK_EN)

+ +

Displays crosstrack error

+ + + +

XTRACK_X (OSD2_XTRACK_X)

+ +

Horizontal position on screen

+ + + +

XTRACK_Y (OSD2_XTRACK_Y)

+ +

Vertical position on screen

+ + + +

DIST_EN (OSD2_DIST_EN)

+ +

Displays total distance flown

+ + + +

DIST_X (OSD2_DIST_X)

+ +

Horizontal position on screen

+ + + +

DIST_Y (OSD2_DIST_Y)

+ +

Vertical position on screen

+ + + +

STATS_EN (OSD2_STATS_EN)

+ +

Displays flight stats

+ + + +

STATS_X (OSD2_STATS_X)

+ +

Horizontal position on screen

+ + + +

STATS_Y (OSD2_STATS_Y)

+ +

Vertical position on screen

+ + + +

FLTIME_EN (OSD2_FLTIME_EN)

+ +

Displays total flight time

+ + + +

FLTIME_X (OSD2_FLTIME_X)

+ +

Horizontal position on screen

+ + + +

FLTIME_Y (OSD2_FLTIME_Y)

+ +

Vertical position on screen

+ + + +

CLIMBEFF_EN (OSD2_CLIMBEFF_EN)

+ +

Displays climb efficiency (climb rate/current)

+ + + +

CLIMBEFF_X (OSD2_CLIMBEFF_X)

+ +

Horizontal position on screen

+ + + +

CLIMBEFF_Y (OSD2_CLIMBEFF_Y)

+ +

Vertical position on screen

+ + + +

EFF_EN (OSD2_EFF_EN)

+ +

Displays flight efficiency (mAh/km or /mi)

+ + + +

EFF_X (OSD2_EFF_X)

+ +

Horizontal position on screen

+ + + +

EFF_Y (OSD2_EFF_Y)

+ +

Vertical position on screen

+ + + +

BTEMP_EN (OSD2_BTEMP_EN)

+ +

Displays temperature reported by secondary barometer

+ + + +

BTEMP_X (OSD2_BTEMP_X)

+ +

Horizontal position on screen

+ + + +

BTEMP_Y (OSD2_BTEMP_Y)

+ +

Vertical position on screen

+ + + +

ATEMP_EN (OSD2_ATEMP_EN)

+ +

Displays temperature reported by primary airspeed sensor

+ + + +

ATEMP_X (OSD2_ATEMP_X)

+ +

Horizontal position on screen

+ + + +

ATEMP_Y (OSD2_ATEMP_Y)

+ +

Vertical position on screen

+ + + +

BAT2VLT_EN (OSD2_BAT2_VLT_EN)

+ +

Displays battery2 voltage

+ + + +

BAT2VLT_X (OSD2_BAT2_VLT_X)

+ +

Horizontal position on screen

+ + + +

BAT2VLT_Y (OSD2_BAT2_VLT_Y)

+ +

Vertical position on screen

+ + + +

BAT2USED_EN (OSD2_BAT2USED_EN)

+ +

Displays secondary battery mAh consumed

+ + + +

BAT2USED_X (OSD2_BAT2USED_X)

+ +

Horizontal position on screen

+ + + +

BAT2USED_Y (OSD2_BAT2USED_Y)

+ +

Vertical position on screen

+ + + +

ASPD2_EN (OSD2_ASPD2_EN)

+ +

Displays airspeed reported directly from secondary airspeed sensor

+ + + +

ASPD2_X (OSD2_ASPD2_X)

+ +

Horizontal position on screen

+ + + +

ASPD2_Y (OSD2_ASPD2_Y)

+ +

Vertical position on screen

+ + + +

ASPD1_EN (OSD2_ASPD1_EN)

+ +

Displays airspeed reported directly from primary airspeed sensor

+ + + +

ASPD1_X (OSD2_ASPD1_X)

+ +

Horizontal position on screen

+ + + +

ASPD1_Y (OSD2_ASPD1_Y)

+ +

Vertical position on screen

+ + + +

CLK_EN (OSD2_CLK_EN)

+ +

Displays a clock panel based on AP_RTC local time

+ + + +

CLK_X (OSD2_CLK_X)

+ +

Horizontal position on screen

+ + + +

CLK_Y (OSD2_CLK_Y)

+ +

Vertical position on screen

+ + + +

SIDEBARS_EN (OSD2_SIDEBARS_EN)

+ +

Displays artificial horizon side bars

+ + + +

SIDEBARS_X (OSD2_SIDEBARS_X)

+ +

Horizontal position on screen

+ + + +

SIDEBARS_Y (OSD2_SIDEBARS_Y)

+ +

Vertical position on screen

+ + + +

CRSSHAIR_EN (OSD2_CRSSHAIR_EN)

+ +

Displays artificial horizon crosshair (MSP OSD only)

+ + + +

CRSSHAIR_X (OSD2_CRSSHAIR_X)

+ +

Horizontal position on screen (MSP OSD only)

+ + + +

CRSSHAIR_Y (OSD2_CRSSHAIR_Y)

+ +

Vertical position on screen (MSP OSD only)

+ + + +

HOMEDIST_EN (OSD2_HOMEDIST_EN)

+ +

Displays distance from HOME (MSP OSD only)

+ + + +

HOMEDIST_X (OSD2_HOMEDIST_X)

+ +

Horizontal position on screen (MSP OSD only)

+ + + +

HOMEDIST_Y (OSD2_HOMEDIST_Y)

+ +

Vertical position on screen (MSP OSD only)

+ + + +

HOMEDIR_EN (OSD2_HOMEDIR_EN)

+ +

Displays relative direction to HOME (MSP OSD only)

+ + + +

HOMEDIR_X (OSD2_HOMEDIR_X)

+ +

Horizontal position on screen

+ + + +

HOMEDIR_Y (OSD2_HOMEDIR_Y)

+ +

Vertical position on screen

+ + + +

POWER_EN (OSD2_POWER_EN)

+ +

Displays power (MSP OSD only)

+ + + +

POWER_X (OSD2_POWER_X)

+ +

Horizontal position on screen

+ + + +

POWER_Y (OSD2_POWER_Y)

+ +

Vertical position on screen

+ + + +

CELL_VOLT_EN (OSD2_CELLVOLT_EN)

+ +

Displays average cell voltage (MSP OSD only)

+ + + +

CELL_VOLT_X (OSD2_CELLVOLT_X)

+ +

Horizontal position on screen

+ + + +

CELL_VOLT_Y (OSD2_CELLVOLT_Y)

+ +

Vertical position on screen

+ + + +

BATT_BAR_EN (OSD2_BATTBAR_EN)

+ +

Displays battery usage bar (MSP OSD only)

+ + + +

BATT_BAR_X (OSD2_BATTBAR_X)

+ +

Horizontal position on screen

+ + + +

BATT_BAR_Y (OSD2_BATTBAR_Y)

+ +

Vertical position on screen

+ + + +

ARMING_EN (OSD2_ARMING_EN)

+ +

Displays arming status (MSP OSD only)

+ + + +

ARMING_X (OSD2_ARMING_X)

+ +

Horizontal position on screen

+ + + +

ARMING_Y (OSD2_ARMING_Y)

+ +

Vertical position on screen

+ + + +

PLUSCODE_EN (OSD2_PLUSCODE_EN)

+ +

Displays pluscode (OLC) element

+ + + +

PLUSCODE_X (OSD2_PLUSCODE_X)

+ +

Horizontal position on screen

+ + + +

PLUSCODE_Y (OSD2_PLUSCODE_Y)

+ +

Vertical position on screen

+ + + +

CALLSIGN_EN (OSD2_CALLSIGN_EN)

+ +

Displays callsign from callsign.txt on microSD card

+ + + +

CALLSIGN_X (OSD2_CALLSIGN_X)

+ +

Horizontal position on screen

+ + + +

CALLSIGN_Y (OSD2_CALLSIGN_Y)

+ +

Vertical position on screen

+ + + +

CURRENT2_EN (OSD2_CURRENT2_EN)

+ +

Displays 2nd battery current

+ + + +

CURRENT2_X (OSD2_CURRENT2_X)

+ +

Horizontal position on screen

+ + + +

CURRENT2_Y (OSD2_CURRENT2_Y)

+ +

Vertical position on screen

+ + + +

VTX_PWR_EN (OSD2_VTX_PWR_EN)

+ +

Displays VTX Power

+ + + +

VTX_PWR_X (OSD2_VTX_PWR_X)

+ +

Horizontal position on screen

+ + + +

VTX_PWR_Y (OSD2_VTX_PWR_Y)

+ +

Vertical position on screen

+ + + +

TER_HGT_EN (OSD2_TER_HGT_EN)

+ +

Displays Height above terrain

+ + + +

TER_HGT_X (OSD2_TER_HGT_X)

+ +

Horizontal position on screen

+ + + +

TER_HGT_Y (OSD2_TER_HGT_Y)

+ +

Vertical position on screen

+ + + +

AVGCELLV_EN (OSD2_AVGCELLV_EN)

+ +

Displays average cell voltage. WARNING: this can be inaccurate if the cell count is not detected or set properly. If the the battery is far from fully charged the detected cell count might not be accurate if auto cell count detection is used (OSD_CELL_COUNT=0).

+ + + +

AVGCELLV_X (OSD2_AVGCELLV_X)

+ +

Horizontal position on screen

+ + + +

AVGCELLV_Y (OSD2_AVGCELLV_Y)

+ +

Vertical position on screen

+ + + +

RESTVOLT_EN (OSD2_RESTVOLT_EN)

+ +

Displays main battery resting voltage

+ + + +

RESTVOLT_X (OSD2_RESTVOLT_X)

+ +

Horizontal position on screen

+ + + +

RESTVOLT_Y (OSD2_RESTVOLT_Y)

+ +

Vertical position on screen

+ + + +

FENCE_EN (OSD2_FENCE_EN)

+ +

Displays indication of fence enable and breach

+ + + +

FENCE_X (OSD2_FENCE_X)

+ +

Horizontal position on screen

+ + + +

FENCE_Y (OSD2_FENCE_Y)

+ +

Vertical position on screen

+ + + +

RNGF_EN (OSD2_RNGF_EN)

+ +

Displays a rangefinder's distance in cm

+ + + +

RNGF_X (OSD2_RNGF_X)

+ +

Horizontal position on screen

+ + + +

RNGF_Y (OSD2_RNGF_Y)

+ +

Vertical position on screen

+ + + +

ACRVOLT_EN (OSD2_ACRVOLT_EN)

+ +

Displays resting voltage for the average cell. WARNING: this can be inaccurate if the cell count is not detected or set properly. If the the battery is far from fully charged the detected cell count might not be accurate if auto cell count detection is used (OSD_CELL_COUNT=0).

+ + + +

ACRVOLT_X (OSD2_ACRVOLT_X)

+ +

Horizontal position on screen

+ + + +

ACRVOLT_Y (OSD2_ACRVOLT_Y)

+ +

Vertical position on screen

+ + + +

RPM_EN (OSD2_RPM_EN)

+ +

Displays main rotor revs/min

+ + + +

RPM_X (OSD2_RPM_X)

+ +

Horizontal position on screen

+ + + +

RPM_Y (OSD2_RPM_Y)

+ +

Vertical position on screen

+ + + +

LINK_Q_EN (OSD2_LINK_Q_EN)

+ +

Displays Receiver link quality

+ + + +

LINK_Q_X (OSD2_LINK_Q_X)

+ +

Horizontal position on screen

+ + + +

LINK_Q_Y (OSD2_LINK_Q_Y)

+ +

Vertical position on screen

+ + + +

Sets the overlay text resolution (MSP DisplayPort only) (OSD2_TXT_RES)

+ +

Sets the overlay text resolution for this screen to either LD 30x16 or HD 50x18 (MSP DisplayPort only)

+ + + +

Sets the font index for this screen (MSP DisplayPort only) (OSD2_FONT)

+ +

Sets the font index for this screen (MSP DisplayPort only)

+ + + +

OSD3_ Parameters

+ + +

Enable screen (OSD3_ENABLE)

+ +

Enable this screen

+ + + +

Transmitter switch screen minimum pwm (OSD3_CHAN_MIN)

+ +

This sets the PWM lower limit for this screen

+ + + +

Transmitter switch screen maximum pwm (OSD3_CHAN_MAX)

+ +

This sets the PWM upper limit for this screen

+ + + +

ALTITUDE_EN (OSD3_ALTITUDE_EN)

+ +

Enables display of altitude AGL

+ + + +

ALTITUDE_X (OSD3_ALTITUDE_X)

+ +

Horizontal position on screen

+ + + +

ALTITUDE_Y (OSD3_ALTITUDE_Y)

+ +

Vertical position on screen

+ + + +

BATVOLT_EN (OSD3_BAT_VOLT_EN)

+ +

Displays main battery voltage

+ + + +

BATVOLT_X (OSD3_BAT_VOLT_X)

+ +

Horizontal position on screen

+ + + +

BATVOLT_Y (OSD3_BAT_VOLT_Y)

+ +

Vertical position on screen

+ + + +

RSSI_EN (OSD3_RSSI_EN)

+ +

Displays RC signal strength

+ + + +

RSSI_X (OSD3_RSSI_X)

+ +

Horizontal position on screen

+ + + +

RSSI_Y (OSD3_RSSI_Y)

+ +

Vertical position on screen

+ + + +

CURRENT_EN (OSD3_CURRENT_EN)

+ +

Displays main battery current

+ + + +

CURRENT_X (OSD3_CURRENT_X)

+ +

Horizontal position on screen

+ + + +

CURRENT_Y (OSD3_CURRENT_Y)

+ +

Vertical position on screen

+ + + +

BATUSED_EN (OSD3_BATUSED_EN)

+ +

Displays primary battery mAh consumed

+ + + +

BATUSED_X (OSD3_BATUSED_X)

+ +

Horizontal position on screen

+ + + +

BATUSED_Y (OSD3_BATUSED_Y)

+ +

Vertical position on screen

+ + + +

SATS_EN (OSD3_SATS_EN)

+ +

Displays number of acquired satellites

+ + + +

SATS_X (OSD3_SATS_X)

+ +

Horizontal position on screen

+ + + +

SATS_Y (OSD3_SATS_Y)

+ +

Vertical position on screen

+ + + +

FLTMODE_EN (OSD3_FLTMODE_EN)

+ +

Displays flight mode

+ + + +

FLTMODE_X (OSD3_FLTMODE_X)

+ +

Horizontal position on screen

+ + + +

FLTMODE_Y (OSD3_FLTMODE_Y)

+ +

Vertical position on screen

+ + + +

MESSAGE_EN (OSD3_MESSAGE_EN)

+ +

Displays Mavlink messages

+ + + +

MESSAGE_X (OSD3_MESSAGE_X)

+ +

Horizontal position on screen

+ + + +

MESSAGE_Y (OSD3_MESSAGE_Y)

+ +

Vertical position on screen

+ + + +

GSPEED_EN (OSD3_GSPEED_EN)

+ +

Displays GPS ground speed

+ + + +

GSPEED_X (OSD3_GSPEED_X)

+ +

Horizontal position on screen

+ + + +

GSPEED_Y (OSD3_GSPEED_Y)

+ +

Vertical position on screen

+ + + +

HORIZON_EN (OSD3_HORIZON_EN)

+ +

Displays artificial horizon

+ + + +

HORIZON_X (OSD3_HORIZON_X)

+ +

Horizontal position on screen

+ + + +

HORIZON_Y (OSD3_HORIZON_Y)

+ +

Vertical position on screen

+ + + +

HOME_EN (OSD3_HOME_EN)

+ +

Displays distance and relative direction to HOME

+ + + +

HOME_X (OSD3_HOME_X)

+ +

Horizontal position on screen

+ + + +

HOME_Y (OSD3_HOME_Y)

+ +

Vertical position on screen

+ + + +

HEADING_EN (OSD3_HEADING_EN)

+ +

Displays heading

+ + + +

HEADING_X (OSD3_HEADING_X)

+ +

Horizontal position on screen

+ + + +

HEADING_Y (OSD3_HEADING_Y)

+ +

Vertical position on screen

+ + + +

THROTTLE_EN (OSD3_THROTTLE_EN)

+ +

Displays actual throttle percentage being sent to motor(s)

+ + + +

THROTTLE_X (OSD3_THROTTLE_X)

+ +

Horizontal position on screen

+ + + +

THROTTLE_Y (OSD3_THROTTLE_Y)

+ +

Vertical position on screen

+ + + +

COMPASS_EN (OSD3_COMPASS_EN)

+ +

Enables display of compass rose

+ + + +

COMPASS_X (OSD3_COMPASS_X)

+ +

Horizontal position on screen

+ + + +

COMPASS_Y (OSD3_COMPASS_Y)

+ +

Vertical position on screen

+ + + +

WIND_EN (OSD3_WIND_EN)

+ +

Displays wind speed and relative direction, on Rover this is the apparent wind speed and direction from the windvane, if fitted

+ + + +

WIND_X (OSD3_WIND_X)

+ +

Horizontal position on screen

+ + + +

WIND_Y (OSD3_WIND_Y)

+ +

Vertical position on screen

+ + + +

ASPEED_EN (OSD3_ASPEED_EN)

+ +

Displays airspeed value being used by TECS (fused value)

+ + + +

ASPEED_X (OSD3_ASPEED_X)

+ +

Horizontal position on screen

+ + + +

ASPEED_Y (OSD3_ASPEED_Y)

+ +

Vertical position on screen

+ + + +

VSPEED_EN (OSD3_VSPEED_EN)

+ +

Displays climb rate

+ + + +

VSPEED_X (OSD3_VSPEED_X)

+ +

Horizontal position on screen

+ + + +

VSPEED_Y (OSD3_VSPEED_Y)

+ +

Vertical position on screen

+ + + +

ESCTEMP_EN (OSD3_ESCTEMP_EN)

+ +

Displays first esc's temp

+ + + +

ESCTEMP_X (OSD3_ESCTEMP_X)

+ +

Horizontal position on screen

+ + + +

ESCTEMP_Y (OSD3_ESCTEMP_Y)

+ +

Vertical position on screen

+ + + +

ESCRPM_EN (OSD3_ESCRPM_EN)

+ +

Displays first esc's rpm

+ + + +

ESCRPM_X (OSD3_ESCRPM_X)

+ +

Horizontal position on screen

+ + + +

ESCRPM_Y (OSD3_ESCRPM_Y)

+ +

Vertical position on screen

+ + + +

ESCAMPS_EN (OSD3_ESCAMPS_EN)

+ +

Displays first esc's current

+ + + +

ESCAMPS_X (OSD3_ESCAMPS_X)

+ +

Horizontal position on screen

+ + + +

ESCAMPS_Y (OSD3_ESCAMPS_Y)

+ +

Vertical position on screen

+ + + +

GPSLAT_EN (OSD3_GPSLAT_EN)

+ +

Displays GPS latitude

+ + + +

GPSLAT_X (OSD3_GPSLAT_X)

+ +

Horizontal position on screen

+ + + +

GPSLAT_Y (OSD3_GPSLAT_Y)

+ +

Vertical position on screen

+ + + +

GPSLONG_EN (OSD3_GPSLONG_EN)

+ +

Displays GPS longitude

+ + + +

GPSLONG_X (OSD3_GPSLONG_X)

+ +

Horizontal position on screen

+ + + +

GPSLONG_Y (OSD3_GPSLONG_Y)

+ +

Vertical position on screen

+ + + +

ROLL_EN (OSD3_ROLL_EN)

+ +

Displays degrees of roll from level

+ + + +

ROLL_X (OSD3_ROLL_X)

+ +

Horizontal position on screen

+ + + +

ROLL_Y (OSD3_ROLL_Y)

+ +

Vertical position on screen

+ + + +

PITCH_EN (OSD3_PITCH_EN)

+ +

Displays degrees of pitch from level

+ + + +

PITCH_X (OSD3_PITCH_X)

+ +

Horizontal position on screen

+ + + +

PITCH_Y (OSD3_PITCH_Y)

+ +

Vertical position on screen

+ + + +

TEMP_EN (OSD3_TEMP_EN)

+ +

Displays temperature reported by primary barometer

+ + + +

TEMP_X (OSD3_TEMP_X)

+ +

Horizontal position on screen

+ + + +

TEMP_Y (OSD3_TEMP_Y)

+ +

Vertical position on screen

+ + + +

HDOP_EN (OSD3_HDOP_EN)

+ +

Displays Horizontal Dilution Of Position

+ + + +

HDOP_X (OSD3_HDOP_X)

+ +

Horizontal position on screen

+ + + +

HDOP_Y (OSD3_HDOP_Y)

+ +

Vertical position on screen

+ + + +

WAYPOINT_EN (OSD3_WAYPOINT_EN)

+ +

Displays bearing and distance to next waypoint

+ + + +

WAYPOINT_X (OSD3_WAYPOINT_X)

+ +

Horizontal position on screen

+ + + +

WAYPOINT_Y (OSD3_WAYPOINT_Y)

+ +

Vertical position on screen

+ + + +

XTRACK_EN (OSD3_XTRACK_EN)

+ +

Displays crosstrack error

+ + + +

XTRACK_X (OSD3_XTRACK_X)

+ +

Horizontal position on screen

+ + + +

XTRACK_Y (OSD3_XTRACK_Y)

+ +

Vertical position on screen

+ + + +

DIST_EN (OSD3_DIST_EN)

+ +

Displays total distance flown

+ + + +

DIST_X (OSD3_DIST_X)

+ +

Horizontal position on screen

+ + + +

DIST_Y (OSD3_DIST_Y)

+ +

Vertical position on screen

+ + + +

STATS_EN (OSD3_STATS_EN)

+ +

Displays flight stats

+ + + +

STATS_X (OSD3_STATS_X)

+ +

Horizontal position on screen

+ + + +

STATS_Y (OSD3_STATS_Y)

+ +

Vertical position on screen

+ + + +

FLTIME_EN (OSD3_FLTIME_EN)

+ +

Displays total flight time

+ + + +

FLTIME_X (OSD3_FLTIME_X)

+ +

Horizontal position on screen

+ + + +

FLTIME_Y (OSD3_FLTIME_Y)

+ +

Vertical position on screen

+ + + +

CLIMBEFF_EN (OSD3_CLIMBEFF_EN)

+ +

Displays climb efficiency (climb rate/current)

+ + + +

CLIMBEFF_X (OSD3_CLIMBEFF_X)

+ +

Horizontal position on screen

+ + + +

CLIMBEFF_Y (OSD3_CLIMBEFF_Y)

+ +

Vertical position on screen

+ + + +

EFF_EN (OSD3_EFF_EN)

+ +

Displays flight efficiency (mAh/km or /mi)

+ + + +

EFF_X (OSD3_EFF_X)

+ +

Horizontal position on screen

+ + + +

EFF_Y (OSD3_EFF_Y)

+ +

Vertical position on screen

+ + + +

BTEMP_EN (OSD3_BTEMP_EN)

+ +

Displays temperature reported by secondary barometer

+ + + +

BTEMP_X (OSD3_BTEMP_X)

+ +

Horizontal position on screen

+ + + +

BTEMP_Y (OSD3_BTEMP_Y)

+ +

Vertical position on screen

+ + + +

ATEMP_EN (OSD3_ATEMP_EN)

+ +

Displays temperature reported by primary airspeed sensor

+ + + +

ATEMP_X (OSD3_ATEMP_X)

+ +

Horizontal position on screen

+ + + +

ATEMP_Y (OSD3_ATEMP_Y)

+ +

Vertical position on screen

+ + + +

BAT2VLT_EN (OSD3_BAT2_VLT_EN)

+ +

Displays battery2 voltage

+ + + +

BAT2VLT_X (OSD3_BAT2_VLT_X)

+ +

Horizontal position on screen

+ + + +

BAT2VLT_Y (OSD3_BAT2_VLT_Y)

+ +

Vertical position on screen

+ + + +

BAT2USED_EN (OSD3_BAT2USED_EN)

+ +

Displays secondary battery mAh consumed

+ + + +

BAT2USED_X (OSD3_BAT2USED_X)

+ +

Horizontal position on screen

+ + + +

BAT2USED_Y (OSD3_BAT2USED_Y)

+ +

Vertical position on screen

+ + + +

ASPD2_EN (OSD3_ASPD2_EN)

+ +

Displays airspeed reported directly from secondary airspeed sensor

+ + + +

ASPD2_X (OSD3_ASPD2_X)

+ +

Horizontal position on screen

+ + + +

ASPD2_Y (OSD3_ASPD2_Y)

+ +

Vertical position on screen

+ + + +

ASPD1_EN (OSD3_ASPD1_EN)

+ +

Displays airspeed reported directly from primary airspeed sensor

+ + + +

ASPD1_X (OSD3_ASPD1_X)

+ +

Horizontal position on screen

+ + + +

ASPD1_Y (OSD3_ASPD1_Y)

+ +

Vertical position on screen

+ + + +

CLK_EN (OSD3_CLK_EN)

+ +

Displays a clock panel based on AP_RTC local time

+ + + +

CLK_X (OSD3_CLK_X)

+ +

Horizontal position on screen

+ + + +

CLK_Y (OSD3_CLK_Y)

+ +

Vertical position on screen

+ + + +

SIDEBARS_EN (OSD3_SIDEBARS_EN)

+ +

Displays artificial horizon side bars

+ + + +

SIDEBARS_X (OSD3_SIDEBARS_X)

+ +

Horizontal position on screen

+ + + +

SIDEBARS_Y (OSD3_SIDEBARS_Y)

+ +

Vertical position on screen

+ + + +

CRSSHAIR_EN (OSD3_CRSSHAIR_EN)

+ +

Displays artificial horizon crosshair (MSP OSD only)

+ + + +

CRSSHAIR_X (OSD3_CRSSHAIR_X)

+ +

Horizontal position on screen (MSP OSD only)

+ + + +

CRSSHAIR_Y (OSD3_CRSSHAIR_Y)

+ +

Vertical position on screen (MSP OSD only)

+ + + +

HOMEDIST_EN (OSD3_HOMEDIST_EN)

+ +

Displays distance from HOME (MSP OSD only)

+ + + +

HOMEDIST_X (OSD3_HOMEDIST_X)

+ +

Horizontal position on screen (MSP OSD only)

+ + + +

HOMEDIST_Y (OSD3_HOMEDIST_Y)

+ +

Vertical position on screen (MSP OSD only)

+ + + +

HOMEDIR_EN (OSD3_HOMEDIR_EN)

+ +

Displays relative direction to HOME (MSP OSD only)

+ + + +

HOMEDIR_X (OSD3_HOMEDIR_X)

+ +

Horizontal position on screen

+ + + +

HOMEDIR_Y (OSD3_HOMEDIR_Y)

+ +

Vertical position on screen

+ + + +

POWER_EN (OSD3_POWER_EN)

+ +

Displays power (MSP OSD only)

+ + + +

POWER_X (OSD3_POWER_X)

+ +

Horizontal position on screen

+ + + +

POWER_Y (OSD3_POWER_Y)

+ +

Vertical position on screen

+ + + +

CELL_VOLT_EN (OSD3_CELLVOLT_EN)

+ +

Displays average cell voltage (MSP OSD only)

+ + + +

CELL_VOLT_X (OSD3_CELLVOLT_X)

+ +

Horizontal position on screen

+ + + +

CELL_VOLT_Y (OSD3_CELLVOLT_Y)

+ +

Vertical position on screen

+ + + +

BATT_BAR_EN (OSD3_BATTBAR_EN)

+ +

Displays battery usage bar (MSP OSD only)

+ + + +

BATT_BAR_X (OSD3_BATTBAR_X)

+ +

Horizontal position on screen

+ + + +

BATT_BAR_Y (OSD3_BATTBAR_Y)

+ +

Vertical position on screen

+ + + +

ARMING_EN (OSD3_ARMING_EN)

+ +

Displays arming status (MSP OSD only)

+ + + +

ARMING_X (OSD3_ARMING_X)

+ +

Horizontal position on screen

+ + + +

ARMING_Y (OSD3_ARMING_Y)

+ +

Vertical position on screen

+ + + +

PLUSCODE_EN (OSD3_PLUSCODE_EN)

+ +

Displays pluscode (OLC) element

+ + + +

PLUSCODE_X (OSD3_PLUSCODE_X)

+ +

Horizontal position on screen

+ + + +

PLUSCODE_Y (OSD3_PLUSCODE_Y)

+ +

Vertical position on screen

+ + + +

CALLSIGN_EN (OSD3_CALLSIGN_EN)

+ +

Displays callsign from callsign.txt on microSD card

+ + + +

CALLSIGN_X (OSD3_CALLSIGN_X)

+ +

Horizontal position on screen

+ + + +

CALLSIGN_Y (OSD3_CALLSIGN_Y)

+ +

Vertical position on screen

+ + + +

CURRENT2_EN (OSD3_CURRENT2_EN)

+ +

Displays 2nd battery current

+ + + +

CURRENT2_X (OSD3_CURRENT2_X)

+ +

Horizontal position on screen

+ + + +

CURRENT2_Y (OSD3_CURRENT2_Y)

+ +

Vertical position on screen

+ + + +

VTX_PWR_EN (OSD3_VTX_PWR_EN)

+ +

Displays VTX Power

+ + + +

VTX_PWR_X (OSD3_VTX_PWR_X)

+ +

Horizontal position on screen

+ + + +

VTX_PWR_Y (OSD3_VTX_PWR_Y)

+ +

Vertical position on screen

+ + + +

TER_HGT_EN (OSD3_TER_HGT_EN)

+ +

Displays Height above terrain

+ + + +

TER_HGT_X (OSD3_TER_HGT_X)

+ +

Horizontal position on screen

+ + + +

TER_HGT_Y (OSD3_TER_HGT_Y)

+ +

Vertical position on screen

+ + + +

AVGCELLV_EN (OSD3_AVGCELLV_EN)

+ +

Displays average cell voltage. WARNING: this can be inaccurate if the cell count is not detected or set properly. If the the battery is far from fully charged the detected cell count might not be accurate if auto cell count detection is used (OSD_CELL_COUNT=0).

+ + + +

AVGCELLV_X (OSD3_AVGCELLV_X)

+ +

Horizontal position on screen

+ + + +

AVGCELLV_Y (OSD3_AVGCELLV_Y)

+ +

Vertical position on screen

+ + + +

RESTVOLT_EN (OSD3_RESTVOLT_EN)

+ +

Displays main battery resting voltage

+ + + +

RESTVOLT_X (OSD3_RESTVOLT_X)

+ +

Horizontal position on screen

+ + + +

RESTVOLT_Y (OSD3_RESTVOLT_Y)

+ +

Vertical position on screen

+ + + +

FENCE_EN (OSD3_FENCE_EN)

+ +

Displays indication of fence enable and breach

+ + + +

FENCE_X (OSD3_FENCE_X)

+ +

Horizontal position on screen

+ + + +

FENCE_Y (OSD3_FENCE_Y)

+ +

Vertical position on screen

+ + + +

RNGF_EN (OSD3_RNGF_EN)

+ +

Displays a rangefinder's distance in cm

+ + + +

RNGF_X (OSD3_RNGF_X)

+ +

Horizontal position on screen

+ + + +

RNGF_Y (OSD3_RNGF_Y)

+ +

Vertical position on screen

+ + + +

ACRVOLT_EN (OSD3_ACRVOLT_EN)

+ +

Displays resting voltage for the average cell. WARNING: this can be inaccurate if the cell count is not detected or set properly. If the the battery is far from fully charged the detected cell count might not be accurate if auto cell count detection is used (OSD_CELL_COUNT=0).

+ + + +

ACRVOLT_X (OSD3_ACRVOLT_X)

+ +

Horizontal position on screen

+ + + +

ACRVOLT_Y (OSD3_ACRVOLT_Y)

+ +

Vertical position on screen

+ + + +

RPM_EN (OSD3_RPM_EN)

+ +

Displays main rotor revs/min

+ + + +

RPM_X (OSD3_RPM_X)

+ +

Horizontal position on screen

+ + + +

RPM_Y (OSD3_RPM_Y)

+ +

Vertical position on screen

+ + + +

LINK_Q_EN (OSD3_LINK_Q_EN)

+ +

Displays Receiver link quality

+ + + +

LINK_Q_X (OSD3_LINK_Q_X)

+ +

Horizontal position on screen

+ + + +

LINK_Q_Y (OSD3_LINK_Q_Y)

+ +

Vertical position on screen

+ + + +

Sets the overlay text resolution (MSP DisplayPort only) (OSD3_TXT_RES)

+ +

Sets the overlay text resolution for this screen to either LD 30x16 or HD 50x18 (MSP DisplayPort only)

+ + + +

Sets the font index for this screen (MSP DisplayPort only) (OSD3_FONT)

+ +

Sets the font index for this screen (MSP DisplayPort only)

+ + + +

OSD4_ Parameters

+ + +

Enable screen (OSD4_ENABLE)

+ +

Enable this screen

+ + + +

Transmitter switch screen minimum pwm (OSD4_CHAN_MIN)

+ +

This sets the PWM lower limit for this screen

+ + + +

Transmitter switch screen maximum pwm (OSD4_CHAN_MAX)

+ +

This sets the PWM upper limit for this screen

+ + + +

ALTITUDE_EN (OSD4_ALTITUDE_EN)

+ +

Enables display of altitude AGL

+ + + +

ALTITUDE_X (OSD4_ALTITUDE_X)

+ +

Horizontal position on screen

+ + + +

ALTITUDE_Y (OSD4_ALTITUDE_Y)

+ +

Vertical position on screen

+ + + +

BATVOLT_EN (OSD4_BAT_VOLT_EN)

+ +

Displays main battery voltage

+ + + +

BATVOLT_X (OSD4_BAT_VOLT_X)

+ +

Horizontal position on screen

+ + + +

BATVOLT_Y (OSD4_BAT_VOLT_Y)

+ +

Vertical position on screen

+ + + +

RSSI_EN (OSD4_RSSI_EN)

+ +

Displays RC signal strength

+ + + +

RSSI_X (OSD4_RSSI_X)

+ +

Horizontal position on screen

+ + + +

RSSI_Y (OSD4_RSSI_Y)

+ +

Vertical position on screen

+ + + +

CURRENT_EN (OSD4_CURRENT_EN)

+ +

Displays main battery current

+ + + +

CURRENT_X (OSD4_CURRENT_X)

+ +

Horizontal position on screen

+ + + +

CURRENT_Y (OSD4_CURRENT_Y)

+ +

Vertical position on screen

+ + + +

BATUSED_EN (OSD4_BATUSED_EN)

+ +

Displays primary battery mAh consumed

+ + + +

BATUSED_X (OSD4_BATUSED_X)

+ +

Horizontal position on screen

+ + + +

BATUSED_Y (OSD4_BATUSED_Y)

+ +

Vertical position on screen

+ + + +

SATS_EN (OSD4_SATS_EN)

+ +

Displays number of acquired satellites

+ + + +

SATS_X (OSD4_SATS_X)

+ +

Horizontal position on screen

+ + + +

SATS_Y (OSD4_SATS_Y)

+ +

Vertical position on screen

+ + + +

FLTMODE_EN (OSD4_FLTMODE_EN)

+ +

Displays flight mode

+ + + +

FLTMODE_X (OSD4_FLTMODE_X)

+ +

Horizontal position on screen

+ + + +

FLTMODE_Y (OSD4_FLTMODE_Y)

+ +

Vertical position on screen

+ + + +

MESSAGE_EN (OSD4_MESSAGE_EN)

+ +

Displays Mavlink messages

+ + + +

MESSAGE_X (OSD4_MESSAGE_X)

+ +

Horizontal position on screen

+ + + +

MESSAGE_Y (OSD4_MESSAGE_Y)

+ +

Vertical position on screen

+ + + +

GSPEED_EN (OSD4_GSPEED_EN)

+ +

Displays GPS ground speed

+ + + +

GSPEED_X (OSD4_GSPEED_X)

+ +

Horizontal position on screen

+ + + +

GSPEED_Y (OSD4_GSPEED_Y)

+ +

Vertical position on screen

+ + + +

HORIZON_EN (OSD4_HORIZON_EN)

+ +

Displays artificial horizon

+ + + +

HORIZON_X (OSD4_HORIZON_X)

+ +

Horizontal position on screen

+ + + +

HORIZON_Y (OSD4_HORIZON_Y)

+ +

Vertical position on screen

+ + + +

HOME_EN (OSD4_HOME_EN)

+ +

Displays distance and relative direction to HOME

+ + + +

HOME_X (OSD4_HOME_X)

+ +

Horizontal position on screen

+ + + +

HOME_Y (OSD4_HOME_Y)

+ +

Vertical position on screen

+ + + +

HEADING_EN (OSD4_HEADING_EN)

+ +

Displays heading

+ + + +

HEADING_X (OSD4_HEADING_X)

+ +

Horizontal position on screen

+ + + +

HEADING_Y (OSD4_HEADING_Y)

+ +

Vertical position on screen

+ + + +

THROTTLE_EN (OSD4_THROTTLE_EN)

+ +

Displays actual throttle percentage being sent to motor(s)

+ + + +

THROTTLE_X (OSD4_THROTTLE_X)

+ +

Horizontal position on screen

+ + + +

THROTTLE_Y (OSD4_THROTTLE_Y)

+ +

Vertical position on screen

+ + + +

COMPASS_EN (OSD4_COMPASS_EN)

+ +

Enables display of compass rose

+ + + +

COMPASS_X (OSD4_COMPASS_X)

+ +

Horizontal position on screen

+ + + +

COMPASS_Y (OSD4_COMPASS_Y)

+ +

Vertical position on screen

+ + + +

WIND_EN (OSD4_WIND_EN)

+ +

Displays wind speed and relative direction, on Rover this is the apparent wind speed and direction from the windvane, if fitted

+ + + +

WIND_X (OSD4_WIND_X)

+ +

Horizontal position on screen

+ + + +

WIND_Y (OSD4_WIND_Y)

+ +

Vertical position on screen

+ + + +

ASPEED_EN (OSD4_ASPEED_EN)

+ +

Displays airspeed value being used by TECS (fused value)

+ + + +

ASPEED_X (OSD4_ASPEED_X)

+ +

Horizontal position on screen

+ + + +

ASPEED_Y (OSD4_ASPEED_Y)

+ +

Vertical position on screen

+ + + +

VSPEED_EN (OSD4_VSPEED_EN)

+ +

Displays climb rate

+ + + +

VSPEED_X (OSD4_VSPEED_X)

+ +

Horizontal position on screen

+ + + +

VSPEED_Y (OSD4_VSPEED_Y)

+ +

Vertical position on screen

+ + + +

ESCTEMP_EN (OSD4_ESCTEMP_EN)

+ +

Displays first esc's temp

+ + + +

ESCTEMP_X (OSD4_ESCTEMP_X)

+ +

Horizontal position on screen

+ + + +

ESCTEMP_Y (OSD4_ESCTEMP_Y)

+ +

Vertical position on screen

+ + + +

ESCRPM_EN (OSD4_ESCRPM_EN)

+ +

Displays first esc's rpm

+ + + +

ESCRPM_X (OSD4_ESCRPM_X)

+ +

Horizontal position on screen

+ + + +

ESCRPM_Y (OSD4_ESCRPM_Y)

+ +

Vertical position on screen

+ + + +

ESCAMPS_EN (OSD4_ESCAMPS_EN)

+ +

Displays first esc's current

+ + + +

ESCAMPS_X (OSD4_ESCAMPS_X)

+ +

Horizontal position on screen

+ + + +

ESCAMPS_Y (OSD4_ESCAMPS_Y)

+ +

Vertical position on screen

+ + + +

GPSLAT_EN (OSD4_GPSLAT_EN)

+ +

Displays GPS latitude

+ + + +

GPSLAT_X (OSD4_GPSLAT_X)

+ +

Horizontal position on screen

+ + + +

GPSLAT_Y (OSD4_GPSLAT_Y)

+ +

Vertical position on screen

+ + + +

GPSLONG_EN (OSD4_GPSLONG_EN)

+ +

Displays GPS longitude

+ + + +

GPSLONG_X (OSD4_GPSLONG_X)

+ +

Horizontal position on screen

+ + + +

GPSLONG_Y (OSD4_GPSLONG_Y)

+ +

Vertical position on screen

+ + + +

ROLL_EN (OSD4_ROLL_EN)

+ +

Displays degrees of roll from level

+ + + +

ROLL_X (OSD4_ROLL_X)

+ +

Horizontal position on screen

+ + + +

ROLL_Y (OSD4_ROLL_Y)

+ +

Vertical position on screen

+ + + +

PITCH_EN (OSD4_PITCH_EN)

+ +

Displays degrees of pitch from level

+ + + +

PITCH_X (OSD4_PITCH_X)

+ +

Horizontal position on screen

+ + + +

PITCH_Y (OSD4_PITCH_Y)

+ +

Vertical position on screen

+ + + +

TEMP_EN (OSD4_TEMP_EN)

+ +

Displays temperature reported by primary barometer

+ + + +

TEMP_X (OSD4_TEMP_X)

+ +

Horizontal position on screen

+ + + +

TEMP_Y (OSD4_TEMP_Y)

+ +

Vertical position on screen

+ + + +

HDOP_EN (OSD4_HDOP_EN)

+ +

Displays Horizontal Dilution Of Position

+ + + +

HDOP_X (OSD4_HDOP_X)

+ +

Horizontal position on screen

+ + + +

HDOP_Y (OSD4_HDOP_Y)

+ +

Vertical position on screen

+ + + +

WAYPOINT_EN (OSD4_WAYPOINT_EN)

+ +

Displays bearing and distance to next waypoint

+ + + +

WAYPOINT_X (OSD4_WAYPOINT_X)

+ +

Horizontal position on screen

+ + + +

WAYPOINT_Y (OSD4_WAYPOINT_Y)

+ +

Vertical position on screen

+ + + +

XTRACK_EN (OSD4_XTRACK_EN)

+ +

Displays crosstrack error

+ + + +

XTRACK_X (OSD4_XTRACK_X)

+ +

Horizontal position on screen

+ + + +

XTRACK_Y (OSD4_XTRACK_Y)

+ +

Vertical position on screen

+ + + +

DIST_EN (OSD4_DIST_EN)

+ +

Displays total distance flown

+ + + +

DIST_X (OSD4_DIST_X)

+ +

Horizontal position on screen

+ + + +

DIST_Y (OSD4_DIST_Y)

+ +

Vertical position on screen

+ + + +

STATS_EN (OSD4_STATS_EN)

+ +

Displays flight stats

+ + + +

STATS_X (OSD4_STATS_X)

+ +

Horizontal position on screen

+ + + +

STATS_Y (OSD4_STATS_Y)

+ +

Vertical position on screen

+ + + +

FLTIME_EN (OSD4_FLTIME_EN)

+ +

Displays total flight time

+ + + +

FLTIME_X (OSD4_FLTIME_X)

+ +

Horizontal position on screen

+ + + +

FLTIME_Y (OSD4_FLTIME_Y)

+ +

Vertical position on screen

+ + + +

CLIMBEFF_EN (OSD4_CLIMBEFF_EN)

+ +

Displays climb efficiency (climb rate/current)

+ + + +

CLIMBEFF_X (OSD4_CLIMBEFF_X)

+ +

Horizontal position on screen

+ + + +

CLIMBEFF_Y (OSD4_CLIMBEFF_Y)

+ +

Vertical position on screen

+ + + +

EFF_EN (OSD4_EFF_EN)

+ +

Displays flight efficiency (mAh/km or /mi)

+ + + +

EFF_X (OSD4_EFF_X)

+ +

Horizontal position on screen

+ + + +

EFF_Y (OSD4_EFF_Y)

+ +

Vertical position on screen

+ + + +

BTEMP_EN (OSD4_BTEMP_EN)

+ +

Displays temperature reported by secondary barometer

+ + + +

BTEMP_X (OSD4_BTEMP_X)

+ +

Horizontal position on screen

+ + + +

BTEMP_Y (OSD4_BTEMP_Y)

+ +

Vertical position on screen

+ + + +

ATEMP_EN (OSD4_ATEMP_EN)

+ +

Displays temperature reported by primary airspeed sensor

+ + + +

ATEMP_X (OSD4_ATEMP_X)

+ +

Horizontal position on screen

+ + + +

ATEMP_Y (OSD4_ATEMP_Y)

+ +

Vertical position on screen

+ + + +

BAT2VLT_EN (OSD4_BAT2_VLT_EN)

+ +

Displays battery2 voltage

+ + + +

BAT2VLT_X (OSD4_BAT2_VLT_X)

+ +

Horizontal position on screen

+ + + +

BAT2VLT_Y (OSD4_BAT2_VLT_Y)

+ +

Vertical position on screen

+ + + +

BAT2USED_EN (OSD4_BAT2USED_EN)

+ +

Displays secondary battery mAh consumed

+ + + +

BAT2USED_X (OSD4_BAT2USED_X)

+ +

Horizontal position on screen

+ + + +

BAT2USED_Y (OSD4_BAT2USED_Y)

+ +

Vertical position on screen

+ + + +

ASPD2_EN (OSD4_ASPD2_EN)

+ +

Displays airspeed reported directly from secondary airspeed sensor

+ + + +

ASPD2_X (OSD4_ASPD2_X)

+ +

Horizontal position on screen

+ + + +

ASPD2_Y (OSD4_ASPD2_Y)

+ +

Vertical position on screen

+ + + +

ASPD1_EN (OSD4_ASPD1_EN)

+ +

Displays airspeed reported directly from primary airspeed sensor

+ + + +

ASPD1_X (OSD4_ASPD1_X)

+ +

Horizontal position on screen

+ + + +

ASPD1_Y (OSD4_ASPD1_Y)

+ +

Vertical position on screen

+ + + +

CLK_EN (OSD4_CLK_EN)

+ +

Displays a clock panel based on AP_RTC local time

+ + + +

CLK_X (OSD4_CLK_X)

+ +

Horizontal position on screen

+ + + +

CLK_Y (OSD4_CLK_Y)

+ +

Vertical position on screen

+ + + +

SIDEBARS_EN (OSD4_SIDEBARS_EN)

+ +

Displays artificial horizon side bars

+ + + +

SIDEBARS_X (OSD4_SIDEBARS_X)

+ +

Horizontal position on screen

+ + + +

SIDEBARS_Y (OSD4_SIDEBARS_Y)

+ +

Vertical position on screen

+ + + +

CRSSHAIR_EN (OSD4_CRSSHAIR_EN)

+ +

Displays artificial horizon crosshair (MSP OSD only)

+ + + +

CRSSHAIR_X (OSD4_CRSSHAIR_X)

+ +

Horizontal position on screen (MSP OSD only)

+ + + +

CRSSHAIR_Y (OSD4_CRSSHAIR_Y)

+ +

Vertical position on screen (MSP OSD only)

+ + + +

HOMEDIST_EN (OSD4_HOMEDIST_EN)

+ +

Displays distance from HOME (MSP OSD only)

+ + + +

HOMEDIST_X (OSD4_HOMEDIST_X)

+ +

Horizontal position on screen (MSP OSD only)

+ + + +

HOMEDIST_Y (OSD4_HOMEDIST_Y)

+ +

Vertical position on screen (MSP OSD only)

+ + + +

HOMEDIR_EN (OSD4_HOMEDIR_EN)

+ +

Displays relative direction to HOME (MSP OSD only)

+ + + +

HOMEDIR_X (OSD4_HOMEDIR_X)

+ +

Horizontal position on screen

+ + + +

HOMEDIR_Y (OSD4_HOMEDIR_Y)

+ +

Vertical position on screen

+ + + +

POWER_EN (OSD4_POWER_EN)

+ +

Displays power (MSP OSD only)

+ + + +

POWER_X (OSD4_POWER_X)

+ +

Horizontal position on screen

+ + + +

POWER_Y (OSD4_POWER_Y)

+ +

Vertical position on screen

+ + + +

CELL_VOLT_EN (OSD4_CELLVOLT_EN)

+ +

Displays average cell voltage (MSP OSD only)

+ + + +

CELL_VOLT_X (OSD4_CELLVOLT_X)

+ +

Horizontal position on screen

+ + + +

CELL_VOLT_Y (OSD4_CELLVOLT_Y)

+ +

Vertical position on screen

+ + + +

BATT_BAR_EN (OSD4_BATTBAR_EN)

+ +

Displays battery usage bar (MSP OSD only)

+ + + +

BATT_BAR_X (OSD4_BATTBAR_X)

+ +

Horizontal position on screen

+ + + +

BATT_BAR_Y (OSD4_BATTBAR_Y)

+ +

Vertical position on screen

+ + + +

ARMING_EN (OSD4_ARMING_EN)

+ +

Displays arming status (MSP OSD only)

+ + + +

ARMING_X (OSD4_ARMING_X)

+ +

Horizontal position on screen

+ + + +

ARMING_Y (OSD4_ARMING_Y)

+ +

Vertical position on screen

+ + + +

PLUSCODE_EN (OSD4_PLUSCODE_EN)

+ +

Displays pluscode (OLC) element

+ + + +

PLUSCODE_X (OSD4_PLUSCODE_X)

+ +

Horizontal position on screen

+ + + +

PLUSCODE_Y (OSD4_PLUSCODE_Y)

+ +

Vertical position on screen

+ + + +

CALLSIGN_EN (OSD4_CALLSIGN_EN)

+ +

Displays callsign from callsign.txt on microSD card

+ + + +

CALLSIGN_X (OSD4_CALLSIGN_X)

+ +

Horizontal position on screen

+ + + +

CALLSIGN_Y (OSD4_CALLSIGN_Y)

+ +

Vertical position on screen

+ + + +

CURRENT2_EN (OSD4_CURRENT2_EN)

+ +

Displays 2nd battery current

+ + + +

CURRENT2_X (OSD4_CURRENT2_X)

+ +

Horizontal position on screen

+ + + +

CURRENT2_Y (OSD4_CURRENT2_Y)

+ +

Vertical position on screen

+ + + +

VTX_PWR_EN (OSD4_VTX_PWR_EN)

+ +

Displays VTX Power

+ + + +

VTX_PWR_X (OSD4_VTX_PWR_X)

+ +

Horizontal position on screen

+ + + +

VTX_PWR_Y (OSD4_VTX_PWR_Y)

+ +

Vertical position on screen

+ + + +

TER_HGT_EN (OSD4_TER_HGT_EN)

+ +

Displays Height above terrain

+ + + +

TER_HGT_X (OSD4_TER_HGT_X)

+ +

Horizontal position on screen

+ + + +

TER_HGT_Y (OSD4_TER_HGT_Y)

+ +

Vertical position on screen

+ + + +

AVGCELLV_EN (OSD4_AVGCELLV_EN)

+ +

Displays average cell voltage. WARNING: this can be inaccurate if the cell count is not detected or set properly. If the the battery is far from fully charged the detected cell count might not be accurate if auto cell count detection is used (OSD_CELL_COUNT=0).

+ + + +

AVGCELLV_X (OSD4_AVGCELLV_X)

+ +

Horizontal position on screen

+ + + +

AVGCELLV_Y (OSD4_AVGCELLV_Y)

+ +

Vertical position on screen

+ + + +

RESTVOLT_EN (OSD4_RESTVOLT_EN)

+ +

Displays main battery resting voltage

+ + + +

RESTVOLT_X (OSD4_RESTVOLT_X)

+ +

Horizontal position on screen

+ + + +

RESTVOLT_Y (OSD4_RESTVOLT_Y)

+ +

Vertical position on screen

+ + + +

FENCE_EN (OSD4_FENCE_EN)

+ +

Displays indication of fence enable and breach

+ + + +

FENCE_X (OSD4_FENCE_X)

+ +

Horizontal position on screen

+ + + +

FENCE_Y (OSD4_FENCE_Y)

+ +

Vertical position on screen

+ + + +

RNGF_EN (OSD4_RNGF_EN)

+ +

Displays a rangefinder's distance in cm

+ + + +

RNGF_X (OSD4_RNGF_X)

+ +

Horizontal position on screen

+ + + +

RNGF_Y (OSD4_RNGF_Y)

+ +

Vertical position on screen

+ + + +

ACRVOLT_EN (OSD4_ACRVOLT_EN)

+ +

Displays resting voltage for the average cell. WARNING: this can be inaccurate if the cell count is not detected or set properly. If the the battery is far from fully charged the detected cell count might not be accurate if auto cell count detection is used (OSD_CELL_COUNT=0).

+ + + +

ACRVOLT_X (OSD4_ACRVOLT_X)

+ +

Horizontal position on screen

+ + + +

ACRVOLT_Y (OSD4_ACRVOLT_Y)

+ +

Vertical position on screen

+ + + +

RPM_EN (OSD4_RPM_EN)

+ +

Displays main rotor revs/min

+ + + +

RPM_X (OSD4_RPM_X)

+ +

Horizontal position on screen

+ + + +

RPM_Y (OSD4_RPM_Y)

+ +

Vertical position on screen

+ + + +

LINK_Q_EN (OSD4_LINK_Q_EN)

+ +

Displays Receiver link quality

+ + + +

LINK_Q_X (OSD4_LINK_Q_X)

+ +

Horizontal position on screen

+ + + +

LINK_Q_Y (OSD4_LINK_Q_Y)

+ +

Vertical position on screen

+ + + +

Sets the overlay text resolution (MSP DisplayPort only) (OSD4_TXT_RES)

+ +

Sets the overlay text resolution for this screen to either LD 30x16 or HD 50x18 (MSP DisplayPort only)

+ + + +

Sets the font index for this screen (MSP DisplayPort only) (OSD4_FONT)

+ +

Sets the font index for this screen (MSP DisplayPort only)

+ + + +

OSD5_ Parameters

+ + +

Enable screen (OSD5_ENABLE)

+ +

Enable this screen

+ + + +

Transmitter switch screen minimum pwm (OSD5_CHAN_MIN)

+ +

This sets the PWM lower limit for this screen

+ + + +

Transmitter switch screen maximum pwm (OSD5_CHAN_MAX)

+ +

This sets the PWM upper limit for this screen

+ + + +

SAVE_X (OSD5_SAVE_X)

Note: This parameter is for advanced users
+ +

Horizontal position of Save button on screen

+ + + +

SAVE_Y (OSD5_SAVE_Y)

Note: This parameter is for advanced users
+ +

Vertical position of Save button on screen

+ + + +

OSD5_PARAM1 Parameters

+ + +

Enable (OSD5_PARAM1_EN)

+ +

Enable setting

+ + + +

X position (OSD5_PARAM1_X)

+ +

Horizontal position on screen

+ + + +

Y position (OSD5_PARAM1_Y)

+ +

Vertical position on screen

+ + + +

Parameter key (OSD5_PARAM1_KEY)

+ +

Key of the parameter to be displayed and modified

+ + + +

Parameter index (OSD5_PARAM1_IDX)

+ +

Index of the parameter to be displayed and modified

+ + + +

Parameter group (OSD5_PARAM1_GRP)

+ +

Group of the parameter to be displayed and modified

+ + + +

Parameter minimum (OSD5_PARAM1_MIN)

+ +

Minimum value of the parameter to be displayed and modified

+ + + +

Parameter maximum (OSD5_PARAM1_MAX)

+ +

Maximum of the parameter to be displayed and modified

+ + + +

Parameter increment (OSD5_PARAM1_INCR)

+ +

Increment of the parameter to be displayed and modified

+ + + +

Parameter type (OSD5_PARAM1_TYPE)

+ +

Type of the parameter to be displayed and modified

+ + + +

OSD5_PARAM2 Parameters

+ + +

Enable (OSD5_PARAM2_EN)

+ +

Enable setting

+ + + +

X position (OSD5_PARAM2_X)

+ +

Horizontal position on screen

+ + + +

Y position (OSD5_PARAM2_Y)

+ +

Vertical position on screen

+ + + +

Parameter key (OSD5_PARAM2_KEY)

+ +

Key of the parameter to be displayed and modified

+ + + +

Parameter index (OSD5_PARAM2_IDX)

+ +

Index of the parameter to be displayed and modified

+ + + +

Parameter group (OSD5_PARAM2_GRP)

+ +

Group of the parameter to be displayed and modified

+ + + +

Parameter minimum (OSD5_PARAM2_MIN)

+ +

Minimum value of the parameter to be displayed and modified

+ + + +

Parameter maximum (OSD5_PARAM2_MAX)

+ +

Maximum of the parameter to be displayed and modified

+ + + +

Parameter increment (OSD5_PARAM2_INCR)

+ +

Increment of the parameter to be displayed and modified

+ + + +

Parameter type (OSD5_PARAM2_TYPE)

+ +

Type of the parameter to be displayed and modified

+ + + +

OSD5_PARAM3 Parameters

+ + +

Enable (OSD5_PARAM3_EN)

+ +

Enable setting

+ + + +

X position (OSD5_PARAM3_X)

+ +

Horizontal position on screen

+ + + +

Y position (OSD5_PARAM3_Y)

+ +

Vertical position on screen

+ + + +

Parameter key (OSD5_PARAM3_KEY)

+ +

Key of the parameter to be displayed and modified

+ + + +

Parameter index (OSD5_PARAM3_IDX)

+ +

Index of the parameter to be displayed and modified

+ + + +

Parameter group (OSD5_PARAM3_GRP)

+ +

Group of the parameter to be displayed and modified

+ + + +

Parameter minimum (OSD5_PARAM3_MIN)

+ +

Minimum value of the parameter to be displayed and modified

+ + + +

Parameter maximum (OSD5_PARAM3_MAX)

+ +

Maximum of the parameter to be displayed and modified

+ + + +

Parameter increment (OSD5_PARAM3_INCR)

+ +

Increment of the parameter to be displayed and modified

+ + + +

Parameter type (OSD5_PARAM3_TYPE)

+ +

Type of the parameter to be displayed and modified

+ + + +

OSD5_PARAM4 Parameters

+ + +

Enable (OSD5_PARAM4_EN)

+ +

Enable setting

+ + + +

X position (OSD5_PARAM4_X)

+ +

Horizontal position on screen

+ + + +

Y position (OSD5_PARAM4_Y)

+ +

Vertical position on screen

+ + + +

Parameter key (OSD5_PARAM4_KEY)

+ +

Key of the parameter to be displayed and modified

+ + + +

Parameter index (OSD5_PARAM4_IDX)

+ +

Index of the parameter to be displayed and modified

+ + + +

Parameter group (OSD5_PARAM4_GRP)

+ +

Group of the parameter to be displayed and modified

+ + + +

Parameter minimum (OSD5_PARAM4_MIN)

+ +

Minimum value of the parameter to be displayed and modified

+ + + +

Parameter maximum (OSD5_PARAM4_MAX)

+ +

Maximum of the parameter to be displayed and modified

+ + + +

Parameter increment (OSD5_PARAM4_INCR)

+ +

Increment of the parameter to be displayed and modified

+ + + +

Parameter type (OSD5_PARAM4_TYPE)

+ +

Type of the parameter to be displayed and modified

+ + + +

OSD5_PARAM5 Parameters

+ + +

Enable (OSD5_PARAM5_EN)

+ +

Enable setting

+ + + +

X position (OSD5_PARAM5_X)

+ +

Horizontal position on screen

+ + + +

Y position (OSD5_PARAM5_Y)

+ +

Vertical position on screen

+ + + +

Parameter key (OSD5_PARAM5_KEY)

+ +

Key of the parameter to be displayed and modified

+ + + +

Parameter index (OSD5_PARAM5_IDX)

+ +

Index of the parameter to be displayed and modified

+ + + +

Parameter group (OSD5_PARAM5_GRP)

+ +

Group of the parameter to be displayed and modified

+ + + +

Parameter minimum (OSD5_PARAM5_MIN)

+ +

Minimum value of the parameter to be displayed and modified

+ + + +

Parameter maximum (OSD5_PARAM5_MAX)

+ +

Maximum of the parameter to be displayed and modified

+ + + +

Parameter increment (OSD5_PARAM5_INCR)

+ +

Increment of the parameter to be displayed and modified

+ + + +

Parameter type (OSD5_PARAM5_TYPE)

+ +

Type of the parameter to be displayed and modified

+ + + +

OSD5_PARAM6 Parameters

+ + +

Enable (OSD5_PARAM6_EN)

+ +

Enable setting

+ + + +

X position (OSD5_PARAM6_X)

+ +

Horizontal position on screen

+ + + +

Y position (OSD5_PARAM6_Y)

+ +

Vertical position on screen

+ + + +

Parameter key (OSD5_PARAM6_KEY)

+ +

Key of the parameter to be displayed and modified

+ + + +

Parameter index (OSD5_PARAM6_IDX)

+ +

Index of the parameter to be displayed and modified

+ + + +

Parameter group (OSD5_PARAM6_GRP)

+ +

Group of the parameter to be displayed and modified

+ + + +

Parameter minimum (OSD5_PARAM6_MIN)

+ +

Minimum value of the parameter to be displayed and modified

+ + + +

Parameter maximum (OSD5_PARAM6_MAX)

+ +

Maximum of the parameter to be displayed and modified

+ + + +

Parameter increment (OSD5_PARAM6_INCR)

+ +

Increment of the parameter to be displayed and modified

+ + + +

Parameter type (OSD5_PARAM6_TYPE)

+ +

Type of the parameter to be displayed and modified

+ + + +

OSD5_PARAM7 Parameters

+ + +

Enable (OSD5_PARAM7_EN)

+ +

Enable setting

+ + + +

X position (OSD5_PARAM7_X)

+ +

Horizontal position on screen

+ + + +

Y position (OSD5_PARAM7_Y)

+ +

Vertical position on screen

+ + + +

Parameter key (OSD5_PARAM7_KEY)

+ +

Key of the parameter to be displayed and modified

+ + + +

Parameter index (OSD5_PARAM7_IDX)

+ +

Index of the parameter to be displayed and modified

+ + + +

Parameter group (OSD5_PARAM7_GRP)

+ +

Group of the parameter to be displayed and modified

+ + + +

Parameter minimum (OSD5_PARAM7_MIN)

+ +

Minimum value of the parameter to be displayed and modified

+ + + +

Parameter maximum (OSD5_PARAM7_MAX)

+ +

Maximum of the parameter to be displayed and modified

+ + + +

Parameter increment (OSD5_PARAM7_INCR)

+ +

Increment of the parameter to be displayed and modified

+ + + +

Parameter type (OSD5_PARAM7_TYPE)

+ +

Type of the parameter to be displayed and modified

+ + + +

OSD5_PARAM8 Parameters

+ + +

Enable (OSD5_PARAM8_EN)

+ +

Enable setting

+ + + +

X position (OSD5_PARAM8_X)

+ +

Horizontal position on screen

+ + + +

Y position (OSD5_PARAM8_Y)

+ +

Vertical position on screen

+ + + +

Parameter key (OSD5_PARAM8_KEY)

+ +

Key of the parameter to be displayed and modified

+ + + +

Parameter index (OSD5_PARAM8_IDX)

+ +

Index of the parameter to be displayed and modified

+ + + +

Parameter group (OSD5_PARAM8_GRP)

+ +

Group of the parameter to be displayed and modified

+ + + +

Parameter minimum (OSD5_PARAM8_MIN)

+ +

Minimum value of the parameter to be displayed and modified

+ + + +

Parameter maximum (OSD5_PARAM8_MAX)

+ +

Maximum of the parameter to be displayed and modified

+ + + +

Parameter increment (OSD5_PARAM8_INCR)

+ +

Increment of the parameter to be displayed and modified

+ + + +

Parameter type (OSD5_PARAM8_TYPE)

+ +

Type of the parameter to be displayed and modified

+ + + +

OSD5_PARAM9 Parameters

+ + +

Enable (OSD5_PARAM9_EN)

+ +

Enable setting

+ + + +

X position (OSD5_PARAM9_X)

+ +

Horizontal position on screen

+ + + +

Y position (OSD5_PARAM9_Y)

+ +

Vertical position on screen

+ + + +

Parameter key (OSD5_PARAM9_KEY)

+ +

Key of the parameter to be displayed and modified

+ + + +

Parameter index (OSD5_PARAM9_IDX)

+ +

Index of the parameter to be displayed and modified

+ + + +

Parameter group (OSD5_PARAM9_GRP)

+ +

Group of the parameter to be displayed and modified

+ + + +

Parameter minimum (OSD5_PARAM9_MIN)

+ +

Minimum value of the parameter to be displayed and modified

+ + + +

Parameter maximum (OSD5_PARAM9_MAX)

+ +

Maximum of the parameter to be displayed and modified

+ + + +

Parameter increment (OSD5_PARAM9_INCR)

+ +

Increment of the parameter to be displayed and modified

+ + + +

Parameter type (OSD5_PARAM9_TYPE)

+ +

Type of the parameter to be displayed and modified

+ + + +

OSD6_ Parameters

+ + +

Enable screen (OSD6_ENABLE)

+ +

Enable this screen

+ + + +

Transmitter switch screen minimum pwm (OSD6_CHAN_MIN)

+ +

This sets the PWM lower limit for this screen

+ + + +

Transmitter switch screen maximum pwm (OSD6_CHAN_MAX)

+ +

This sets the PWM upper limit for this screen

+ + + +

SAVE_X (OSD6_SAVE_X)

Note: This parameter is for advanced users
+ +

Horizontal position of Save button on screen

+ + + +

SAVE_Y (OSD6_SAVE_Y)

Note: This parameter is for advanced users
+ +

Vertical position of Save button on screen

+ + + +

OSD6_PARAM1 Parameters

+ + +

Enable (OSD6_PARAM1_EN)

+ +

Enable setting

+ + + +

X position (OSD6_PARAM1_X)

+ +

Horizontal position on screen

+ + + +

Y position (OSD6_PARAM1_Y)

+ +

Vertical position on screen

+ + + +

Parameter key (OSD6_PARAM1_KEY)

+ +

Key of the parameter to be displayed and modified

+ + + +

Parameter index (OSD6_PARAM1_IDX)

+ +

Index of the parameter to be displayed and modified

+ + + +

Parameter group (OSD6_PARAM1_GRP)

+ +

Group of the parameter to be displayed and modified

+ + + +

Parameter minimum (OSD6_PARAM1_MIN)

+ +

Minimum value of the parameter to be displayed and modified

+ + + +

Parameter maximum (OSD6_PARAM1_MAX)

+ +

Maximum of the parameter to be displayed and modified

+ + + +

Parameter increment (OSD6_PARAM1_INCR)

+ +

Increment of the parameter to be displayed and modified

+ + + +

Parameter type (OSD6_PARAM1_TYPE)

+ +

Type of the parameter to be displayed and modified

+ + + +

OSD6_PARAM2 Parameters

+ + +

Enable (OSD6_PARAM2_EN)

+ +

Enable setting

+ + + +

X position (OSD6_PARAM2_X)

+ +

Horizontal position on screen

+ + + +

Y position (OSD6_PARAM2_Y)

+ +

Vertical position on screen

+ + + +

Parameter key (OSD6_PARAM2_KEY)

+ +

Key of the parameter to be displayed and modified

+ + + +

Parameter index (OSD6_PARAM2_IDX)

+ +

Index of the parameter to be displayed and modified

+ + + +

Parameter group (OSD6_PARAM2_GRP)

+ +

Group of the parameter to be displayed and modified

+ + + +

Parameter minimum (OSD6_PARAM2_MIN)

+ +

Minimum value of the parameter to be displayed and modified

+ + + +

Parameter maximum (OSD6_PARAM2_MAX)

+ +

Maximum of the parameter to be displayed and modified

+ + + +

Parameter increment (OSD6_PARAM2_INCR)

+ +

Increment of the parameter to be displayed and modified

+ + + +

Parameter type (OSD6_PARAM2_TYPE)

+ +

Type of the parameter to be displayed and modified

+ + + +

OSD6_PARAM3 Parameters

+ + +

Enable (OSD6_PARAM3_EN)

+ +

Enable setting

+ + + +

X position (OSD6_PARAM3_X)

+ +

Horizontal position on screen

+ + + +

Y position (OSD6_PARAM3_Y)

+ +

Vertical position on screen

+ + + +

Parameter key (OSD6_PARAM3_KEY)

+ +

Key of the parameter to be displayed and modified

+ + + +

Parameter index (OSD6_PARAM3_IDX)

+ +

Index of the parameter to be displayed and modified

+ + + +

Parameter group (OSD6_PARAM3_GRP)

+ +

Group of the parameter to be displayed and modified

+ + + +

Parameter minimum (OSD6_PARAM3_MIN)

+ +

Minimum value of the parameter to be displayed and modified

+ + + +

Parameter maximum (OSD6_PARAM3_MAX)

+ +

Maximum of the parameter to be displayed and modified

+ + + +

Parameter increment (OSD6_PARAM3_INCR)

+ +

Increment of the parameter to be displayed and modified

+ + + +

Parameter type (OSD6_PARAM3_TYPE)

+ +

Type of the parameter to be displayed and modified

+ + + +

OSD6_PARAM4 Parameters

+ + +

Enable (OSD6_PARAM4_EN)

+ +

Enable setting

+ + + +

X position (OSD6_PARAM4_X)

+ +

Horizontal position on screen

+ + + +

Y position (OSD6_PARAM4_Y)

+ +

Vertical position on screen

+ + + +

Parameter key (OSD6_PARAM4_KEY)

+ +

Key of the parameter to be displayed and modified

+ + + +

Parameter index (OSD6_PARAM4_IDX)

+ +

Index of the parameter to be displayed and modified

+ + + +

Parameter group (OSD6_PARAM4_GRP)

+ +

Group of the parameter to be displayed and modified

+ + + +

Parameter minimum (OSD6_PARAM4_MIN)

+ +

Minimum value of the parameter to be displayed and modified

+ + + +

Parameter maximum (OSD6_PARAM4_MAX)

+ +

Maximum of the parameter to be displayed and modified

+ + + +

Parameter increment (OSD6_PARAM4_INCR)

+ +

Increment of the parameter to be displayed and modified

+ + + +

Parameter type (OSD6_PARAM4_TYPE)

+ +

Type of the parameter to be displayed and modified

+ + + +

OSD6_PARAM5 Parameters

+ + +

Enable (OSD6_PARAM5_EN)

+ +

Enable setting

+ + + +

X position (OSD6_PARAM5_X)

+ +

Horizontal position on screen

+ + + +

Y position (OSD6_PARAM5_Y)

+ +

Vertical position on screen

+ + + +

Parameter key (OSD6_PARAM5_KEY)

+ +

Key of the parameter to be displayed and modified

+ + + +

Parameter index (OSD6_PARAM5_IDX)

+ +

Index of the parameter to be displayed and modified

+ + + +

Parameter group (OSD6_PARAM5_GRP)

+ +

Group of the parameter to be displayed and modified

+ + + +

Parameter minimum (OSD6_PARAM5_MIN)

+ +

Minimum value of the parameter to be displayed and modified

+ + + +

Parameter maximum (OSD6_PARAM5_MAX)

+ +

Maximum of the parameter to be displayed and modified

+ + + +

Parameter increment (OSD6_PARAM5_INCR)

+ +

Increment of the parameter to be displayed and modified

+ + + +

Parameter type (OSD6_PARAM5_TYPE)

+ +

Type of the parameter to be displayed and modified

+ + + +

OSD6_PARAM6 Parameters

+ + +

Enable (OSD6_PARAM6_EN)

+ +

Enable setting

+ + + +

X position (OSD6_PARAM6_X)

+ +

Horizontal position on screen

+ + + +

Y position (OSD6_PARAM6_Y)

+ +

Vertical position on screen

+ + + +

Parameter key (OSD6_PARAM6_KEY)

+ +

Key of the parameter to be displayed and modified

+ + + +

Parameter index (OSD6_PARAM6_IDX)

+ +

Index of the parameter to be displayed and modified

+ + + +

Parameter group (OSD6_PARAM6_GRP)

+ +

Group of the parameter to be displayed and modified

+ + + +

Parameter minimum (OSD6_PARAM6_MIN)

+ +

Minimum value of the parameter to be displayed and modified

+ + + +

Parameter maximum (OSD6_PARAM6_MAX)

+ +

Maximum of the parameter to be displayed and modified

+ + + +

Parameter increment (OSD6_PARAM6_INCR)

+ +

Increment of the parameter to be displayed and modified

+ + + +

Parameter type (OSD6_PARAM6_TYPE)

+ +

Type of the parameter to be displayed and modified

+ + + +

OSD6_PARAM7 Parameters

+ + +

Enable (OSD6_PARAM7_EN)

+ +

Enable setting

+ + + +

X position (OSD6_PARAM7_X)

+ +

Horizontal position on screen

+ + + +

Y position (OSD6_PARAM7_Y)

+ +

Vertical position on screen

+ + + +

Parameter key (OSD6_PARAM7_KEY)

+ +

Key of the parameter to be displayed and modified

+ + + +

Parameter index (OSD6_PARAM7_IDX)

+ +

Index of the parameter to be displayed and modified

+ + + +

Parameter group (OSD6_PARAM7_GRP)

+ +

Group of the parameter to be displayed and modified

+ + + +

Parameter minimum (OSD6_PARAM7_MIN)

+ +

Minimum value of the parameter to be displayed and modified

+ + + +

Parameter maximum (OSD6_PARAM7_MAX)

+ +

Maximum of the parameter to be displayed and modified

+ + + +

Parameter increment (OSD6_PARAM7_INCR)

+ +

Increment of the parameter to be displayed and modified

+ + + +

Parameter type (OSD6_PARAM7_TYPE)

+ +

Type of the parameter to be displayed and modified

+ + + +

OSD6_PARAM8 Parameters

+ + +

Enable (OSD6_PARAM8_EN)

+ +

Enable setting

+ + + +

X position (OSD6_PARAM8_X)

+ +

Horizontal position on screen

+ + + +

Y position (OSD6_PARAM8_Y)

+ +

Vertical position on screen

+ + + +

Parameter key (OSD6_PARAM8_KEY)

+ +

Key of the parameter to be displayed and modified

+ + + +

Parameter index (OSD6_PARAM8_IDX)

+ +

Index of the parameter to be displayed and modified

+ + + +

Parameter group (OSD6_PARAM8_GRP)

+ +

Group of the parameter to be displayed and modified

+ + + +

Parameter minimum (OSD6_PARAM8_MIN)

+ +

Minimum value of the parameter to be displayed and modified

+ + + +

Parameter maximum (OSD6_PARAM8_MAX)

+ +

Maximum of the parameter to be displayed and modified

+ + + +

Parameter increment (OSD6_PARAM8_INCR)

+ +

Increment of the parameter to be displayed and modified

+ + + +

Parameter type (OSD6_PARAM8_TYPE)

+ +

Type of the parameter to be displayed and modified

+ + + +

OSD6_PARAM9 Parameters

+ + +

Enable (OSD6_PARAM9_EN)

+ +

Enable setting

+ + + +

X position (OSD6_PARAM9_X)

+ +

Horizontal position on screen

+ + + +

Y position (OSD6_PARAM9_Y)

+ +

Vertical position on screen

+ + + +

Parameter key (OSD6_PARAM9_KEY)

+ +

Key of the parameter to be displayed and modified

+ + + +

Parameter index (OSD6_PARAM9_IDX)

+ +

Index of the parameter to be displayed and modified

+ + + +

Parameter group (OSD6_PARAM9_GRP)

+ +

Group of the parameter to be displayed and modified

+ + + +

Parameter minimum (OSD6_PARAM9_MIN)

+ +

Minimum value of the parameter to be displayed and modified

+ + + +

Parameter maximum (OSD6_PARAM9_MAX)

+ +

Maximum of the parameter to be displayed and modified

+ + + +

Parameter increment (OSD6_PARAM9_INCR)

+ +

Increment of the parameter to be displayed and modified

+ + + +

Parameter type (OSD6_PARAM9_TYPE)

+ +

Type of the parameter to be displayed and modified

+ + + +

PLND_ Parameters

+ + +

Precision Land enabled/disabled (PLND_ENABLED)

Note: This parameter is for advanced users
+ +

Precision Land enabled/disabled

+ + + +

Precision Land Type (PLND_TYPE)

Note: This parameter is for advanced users
+ +

Precision Land Type

+ + + +

Sensor yaw alignment (PLND_YAW_ALIGN)

Note: This parameter is for advanced users
+ +

Yaw angle from body x-axis to sensor x-axis.

+ + + +

Land offset forward (PLND_LAND_OFS_X)

Note: This parameter is for advanced users
+ +

Desired landing position of the camera forward of the target in vehicle body frame

+ + + +

Land offset right (PLND_LAND_OFS_Y)

Note: This parameter is for advanced users
+ +

desired landing position of the camera right of the target in vehicle body frame

+ + + +

Precision Land Estimator Type (PLND_EST_TYPE)

Note: This parameter is for advanced users
+ +

Specifies the estimation method to be used

+ + + +

Kalman Filter Accelerometer Noise (PLND_ACC_P_NSE)

Note: This parameter is for advanced users
+ +

Kalman Filter Accelerometer Noise, higher values weight the input from the camera more, accels less

+ + + +

Camera X position offset (PLND_CAM_POS_X)

Note: This parameter is for advanced users
+ +

X position of the camera in body frame. Positive X is forward of the origin.

+ + + +

Camera Y position offset (PLND_CAM_POS_Y)

Note: This parameter is for advanced users
+ +

Y position of the camera in body frame. Positive Y is to the right of the origin.

+ + + +

Camera Z position offset (PLND_CAM_POS_Z)

Note: This parameter is for advanced users
+ +

Z position of the camera in body frame. Positive Z is down from the origin.

+ + + +

Sensor Bus (PLND_BUS)

Note: This parameter is for advanced users
+ +

Precland sensor bus for I2C sensors.

+ + + +

Precision Landing sensor lag (PLND_LAG)

Note: This parameter is for advanced users
+ +

Precision Landing sensor lag, to cope with variable landing_target latency

+ + + +

Precision Landing maximum distance to target before descending (PLND_XY_DIST_MAX)

Note: This parameter is for advanced users
+ +

The vehicle will not start descending if the landing target is detected and it is further than this many meters away. Set 0 to always descend.

+ + + +

PrecLand strictness (PLND_STRICT)

+ +

How strictly should the vehicle land on the target if target is lost

+ + + +

PrecLand Maximum number of retires for a failed landing (PLND_RET_MAX)

+ +

PrecLand Maximum number of retires for a failed landing. Set to zero to disable landing retry.

+ + + +

PrecLand retry timeout (PLND_TIMEOUT)

+ +

Time for which vehicle continues descend even if target is lost. After this time period, vehicle will attempt a landing retry depending on PLND_STRICT parameter.

+ + + +

PrecLand retry behaviour (PLND_RET_BEHAVE)

+ +

Prec Land will do the action selected by this parameter if a retry to a landing is needed

+ + + +

PrecLand minimum alt for retry (PLND_ALT_MIN)

+ +

Vehicle will continue landing vertically even if target is lost below this height. This needs a rangefinder to work. Set to zero to disable this.

+ + + +

PrecLand maximum alt for retry (PLND_ALT_MAX)

+ +

Vehicle will continue landing vertically until this height if target is not found. Below this height if landing target is not found, landing retry/failsafe might be attempted. This needs a rangefinder to work. Set to zero to disable this.

+ + + +

Precision Landing Extra Options (PLND_OPTIONS)

Note: This parameter is for advanced users
+ +

Precision Landing Extra Options

+ + + +

Camera Orientation (PLND_ORIENT)

Note: This parameter is for advanced users
+ +

Orientation of camera/sensor on body

+ + + +

PRX Parameters

+ + +

Proximity raw distances log (PRX_LOG_RAW)

Note: This parameter is for advanced users
+ +

Set this parameter to one if logging unfiltered(raw) distances from sensor should be enabled

+ + + +

Proximity filter cutoff frequency (PRX_FILT)

Note: This parameter is for advanced users
+ +

Cutoff frequency for low pass filter applied to each face in the proximity boundary

+ + + +

PRX1 Parameters

+ + +

Proximity type (PRX1_TYPE)

+ +

What type of proximity sensor is connected

+ + + +

Proximity sensor orientation (PRX1_ORIENT)

+ +

Proximity sensor orientation

+ + + +

Proximity sensor yaw correction (PRX1_YAW_CORR)

+ +

Proximity sensor yaw correction

+ + + +

Proximity sensor ignore angle 1 (PRX1_IGN_ANG1)

+ +

Proximity sensor ignore angle 1

+ + + +

Proximity sensor ignore width 1 (PRX1_IGN_WID1)

+ +

Proximity sensor ignore width 1

+ + + +

Proximity sensor ignore angle 2 (PRX1_IGN_ANG2)

+ +

Proximity sensor ignore angle 2

+ + + +

Proximity sensor ignore width 2 (PRX1_IGN_WID2)

+ +

Proximity sensor ignore width 2

+ + + +

Proximity sensor ignore angle 3 (PRX1_IGN_ANG3)

+ +

Proximity sensor ignore angle 3

+ + + +

Proximity sensor ignore width 3 (PRX1_IGN_WID3)

+ +

Proximity sensor ignore width 3

+ + + +

Proximity sensor ignore angle 4 (PRX1_IGN_ANG4)

+ +

Proximity sensor ignore angle 4

+ + + +

Proximity sensor ignore width 4 (PRX1_IGN_WID4)

+ +

Proximity sensor ignore width 4

+ + + +

Proximity minimum range (PRX1_MIN)

Note: This parameter is for advanced users
+ +

Minimum expected range for Proximity Sensor. Setting this to 0 will set value to manufacturer reported range.

+ + + +

Proximity maximum range (PRX1_MAX)

Note: This parameter is for advanced users
+ +

Maximum expected range for Proximity Sensor. Setting this to 0 will set value to manufacturer reported range.

+ + + +

Bus address of sensor (PRX1_ADDR)

+ +

The bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses.

+ + + +

PRX2 Parameters

+ + +

Proximity type (PRX2_TYPE)

+ +

What type of proximity sensor is connected

+ + + +

Proximity sensor orientation (PRX2_ORIENT)

+ +

Proximity sensor orientation

+ + + +

Proximity sensor yaw correction (PRX2_YAW_CORR)

+ +

Proximity sensor yaw correction

+ + + +

Proximity sensor ignore angle 1 (PRX2_IGN_ANG1)

+ +

Proximity sensor ignore angle 1

+ + + +

Proximity sensor ignore width 1 (PRX2_IGN_WID1)

+ +

Proximity sensor ignore width 1

+ + + +

Proximity sensor ignore angle 2 (PRX2_IGN_ANG2)

+ +

Proximity sensor ignore angle 2

+ + + +

Proximity sensor ignore width 2 (PRX2_IGN_WID2)

+ +

Proximity sensor ignore width 2

+ + + +

Proximity sensor ignore angle 3 (PRX2_IGN_ANG3)

+ +

Proximity sensor ignore angle 3

+ + + +

Proximity sensor ignore width 3 (PRX2_IGN_WID3)

+ +

Proximity sensor ignore width 3

+ + + +

Proximity sensor ignore angle 4 (PRX2_IGN_ANG4)

+ +

Proximity sensor ignore angle 4

+ + + +

Proximity sensor ignore width 4 (PRX2_IGN_WID4)

+ +

Proximity sensor ignore width 4

+ + + +

Proximity minimum range (PRX2_MIN)

Note: This parameter is for advanced users
+ +

Minimum expected range for Proximity Sensor. Setting this to 0 will set value to manufacturer reported range.

+ + + +

Proximity maximum range (PRX2_MAX)

Note: This parameter is for advanced users
+ +

Maximum expected range for Proximity Sensor. Setting this to 0 will set value to manufacturer reported range.

+ + + +

Bus address of sensor (PRX2_ADDR)

+ +

The bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses.

+ + + +

PRX3 Parameters

+ + +

Proximity type (PRX3_TYPE)

+ +

What type of proximity sensor is connected

+ + + +

Proximity sensor orientation (PRX3_ORIENT)

+ +

Proximity sensor orientation

+ + + +

Proximity sensor yaw correction (PRX3_YAW_CORR)

+ +

Proximity sensor yaw correction

+ + + +

Proximity sensor ignore angle 1 (PRX3_IGN_ANG1)

+ +

Proximity sensor ignore angle 1

+ + + +

Proximity sensor ignore width 1 (PRX3_IGN_WID1)

+ +

Proximity sensor ignore width 1

+ + + +

Proximity sensor ignore angle 2 (PRX3_IGN_ANG2)

+ +

Proximity sensor ignore angle 2

+ + + +

Proximity sensor ignore width 2 (PRX3_IGN_WID2)

+ +

Proximity sensor ignore width 2

+ + + +

Proximity sensor ignore angle 3 (PRX3_IGN_ANG3)

+ +

Proximity sensor ignore angle 3

+ + + +

Proximity sensor ignore width 3 (PRX3_IGN_WID3)

+ +

Proximity sensor ignore width 3

+ + + +

Proximity sensor ignore angle 4 (PRX3_IGN_ANG4)

+ +

Proximity sensor ignore angle 4

+ + + +

Proximity sensor ignore width 4 (PRX3_IGN_WID4)

+ +

Proximity sensor ignore width 4

+ + + +

Proximity minimum range (PRX3_MIN)

Note: This parameter is for advanced users
+ +

Minimum expected range for Proximity Sensor. Setting this to 0 will set value to manufacturer reported range.

+ + + +

Proximity maximum range (PRX3_MAX)

Note: This parameter is for advanced users
+ +

Maximum expected range for Proximity Sensor. Setting this to 0 will set value to manufacturer reported range.

+ + + +

Bus address of sensor (PRX3_ADDR)

+ +

The bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses.

+ + + +

PRX4 Parameters

+ + +

Proximity type (PRX4_TYPE)

+ +

What type of proximity sensor is connected

+ + + +

Proximity sensor orientation (PRX4_ORIENT)

+ +

Proximity sensor orientation

+ + + +

Proximity sensor yaw correction (PRX4_YAW_CORR)

+ +

Proximity sensor yaw correction

+ + + +

Proximity sensor ignore angle 1 (PRX4_IGN_ANG1)

+ +

Proximity sensor ignore angle 1

+ + + +

Proximity sensor ignore width 1 (PRX4_IGN_WID1)

+ +

Proximity sensor ignore width 1

+ + + +

Proximity sensor ignore angle 2 (PRX4_IGN_ANG2)

+ +

Proximity sensor ignore angle 2

+ + + +

Proximity sensor ignore width 2 (PRX4_IGN_WID2)

+ +

Proximity sensor ignore width 2

+ + + +

Proximity sensor ignore angle 3 (PRX4_IGN_ANG3)

+ +

Proximity sensor ignore angle 3

+ + + +

Proximity sensor ignore width 3 (PRX4_IGN_WID3)

+ +

Proximity sensor ignore width 3

+ + + +

Proximity sensor ignore angle 4 (PRX4_IGN_ANG4)

+ +

Proximity sensor ignore angle 4

+ + + +

Proximity sensor ignore width 4 (PRX4_IGN_WID4)

+ +

Proximity sensor ignore width 4

+ + + +

Proximity minimum range (PRX4_MIN)

Note: This parameter is for advanced users
+ +

Minimum expected range for Proximity Sensor. Setting this to 0 will set value to manufacturer reported range.

+ + + +

Proximity maximum range (PRX4_MAX)

Note: This parameter is for advanced users
+ +

Maximum expected range for Proximity Sensor. Setting this to 0 will set value to manufacturer reported range.

+ + + +

Bus address of sensor (PRX4_ADDR)

+ +

The bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses.

+ + + +

PSC Parameters

+ + +

Position controller P gain (PSC_POS_P)

+ +

Position controller P gain. Converts the distance to the target location into a desired speed which is then passed to the loiter latitude rate controller

+ + + +

Velocity (horizontal) P gain (PSC_VEL_P)

Note: This parameter is for advanced users
+ +

Velocity (horizontal) P gain. Converts the difference between desired and actual velocity to a target acceleration

+ + + +

Velocity (horizontal) I gain (PSC_VEL_I)

Note: This parameter is for advanced users
+ +

Velocity (horizontal) I gain. Corrects long-term difference between desired and actual velocity to a target acceleration

+ + + +

Velocity (horizontal) D gain (PSC_VEL_D)

Note: This parameter is for advanced users
+ +

Velocity (horizontal) D gain. Corrects short-term changes in velocity

+ + + +

Velocity (horizontal) integrator maximum (PSC_VEL_IMAX)

Note: This parameter is for advanced users
+ +

Velocity (horizontal) integrator maximum. Constrains the target acceleration that the I gain will output

+ + + +

Velocity (horizontal) input filter (PSC_VEL_FLTE)

Note: This parameter is for advanced users
+ +

Velocity (horizontal) input filter. This filter (in Hz) is applied to the input for P and I terms

+ + + +

Velocity (horizontal) input filter (PSC_VEL_FLTD)

Note: This parameter is for advanced users
+ +

Velocity (horizontal) input filter. This filter (in Hz) is applied to the input for D term

+ + + +

Velocity (horizontal) feed forward gain (PSC_VEL_FF)

Note: This parameter is for advanced users
+ +

Velocity (horizontal) feed forward gain. Converts the difference between desired velocity to a target acceleration

+ + + +

RALLY_ Parameters

+ + +

Rally Total (RALLY_TOTAL)

Note: This parameter is for advanced users
+ +

Number of rally points currently loaded

+ + + +

Rally Limit (RALLY_LIMIT_KM)

Note: This parameter is for advanced users
+ +

Maximum distance to rally point. If the closest rally point is more than this number of kilometers from the current position and the home location is closer than any of the rally points from the current position then do RTL to home rather than to the closest rally point. This prevents a leftover rally point from a different airfield being used accidentally. If this is set to 0 then the closest rally point is always used.

+ + + +

Rally Include Home (RALLY_INCL_HOME)

+ +

Controls if Home is included as a Rally point (i.e. as a safe landing place) for RTL

+ + + +

RC Parameters

+ + +

RC override timeout (RC_OVERRIDE_TIME)

Note: This parameter is for advanced users
+ +

Timeout after which RC overrides will no longer be used, and RC input will resume, 0 will disable RC overrides, -1 will never timeout, and continue using overrides until they are disabled

+ + + +

RC options (RC_OPTIONS)

Note: This parameter is for advanced users
+ +

RC input options

+ + + +

RC protocols enabled (RC_PROTOCOLS)

Note: This parameter is for advanced users
+ +

Bitmask of enabled RC protocols. Allows narrowing the protocol detection to only specific types of RC receivers which can avoid issues with incorrect detection. Set to 1 to enable all protocols.

+ + + +

RC Failsafe timeout (RC_FS_TIMEOUT)

+ +

RC failsafe will trigger this many seconds after loss of RC

+ + + +

RC10_ Parameters

+ + +

RC min PWM (RC10_MIN)

Note: This parameter is for advanced users
+ +

RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC trim PWM (RC10_TRIM)

Note: This parameter is for advanced users
+ +

RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC max PWM (RC10_MAX)

Note: This parameter is for advanced users
+ +

RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC reversed (RC10_REVERSED)

Note: This parameter is for advanced users
+ +

Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.

+ + + +

RC dead-zone (RC10_DZ)

Note: This parameter is for advanced users
+ +

PWM dead zone in microseconds around trim or bottom

+ + + +

RC input option (RC10_OPTION)

+ +

Function assigned to this RC channel

+ + + +

RC11_ Parameters

+ + +

RC min PWM (RC11_MIN)

Note: This parameter is for advanced users
+ +

RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC trim PWM (RC11_TRIM)

Note: This parameter is for advanced users
+ +

RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC max PWM (RC11_MAX)

Note: This parameter is for advanced users
+ +

RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC reversed (RC11_REVERSED)

Note: This parameter is for advanced users
+ +

Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.

+ + + +

RC dead-zone (RC11_DZ)

Note: This parameter is for advanced users
+ +

PWM dead zone in microseconds around trim or bottom

+ + + +

RC input option (RC11_OPTION)

+ +

Function assigned to this RC channel

+ + + +

RC12_ Parameters

+ + +

RC min PWM (RC12_MIN)

Note: This parameter is for advanced users
+ +

RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC trim PWM (RC12_TRIM)

Note: This parameter is for advanced users
+ +

RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC max PWM (RC12_MAX)

Note: This parameter is for advanced users
+ +

RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC reversed (RC12_REVERSED)

Note: This parameter is for advanced users
+ +

Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.

+ + + +

RC dead-zone (RC12_DZ)

Note: This parameter is for advanced users
+ +

PWM dead zone in microseconds around trim or bottom

+ + + +

RC input option (RC12_OPTION)

+ +

Function assigned to this RC channel

+ + + +

RC13_ Parameters

+ + +

RC min PWM (RC13_MIN)

Note: This parameter is for advanced users
+ +

RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC trim PWM (RC13_TRIM)

Note: This parameter is for advanced users
+ +

RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC max PWM (RC13_MAX)

Note: This parameter is for advanced users
+ +

RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC reversed (RC13_REVERSED)

Note: This parameter is for advanced users
+ +

Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.

+ + + +

RC dead-zone (RC13_DZ)

Note: This parameter is for advanced users
+ +

PWM dead zone in microseconds around trim or bottom

+ + + +

RC input option (RC13_OPTION)

+ +

Function assigned to this RC channel

+ + + +

RC14_ Parameters

+ + +

RC min PWM (RC14_MIN)

Note: This parameter is for advanced users
+ +

RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC trim PWM (RC14_TRIM)

Note: This parameter is for advanced users
+ +

RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC max PWM (RC14_MAX)

Note: This parameter is for advanced users
+ +

RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC reversed (RC14_REVERSED)

Note: This parameter is for advanced users
+ +

Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.

+ + + +

RC dead-zone (RC14_DZ)

Note: This parameter is for advanced users
+ +

PWM dead zone in microseconds around trim or bottom

+ + + +

RC input option (RC14_OPTION)

+ +

Function assigned to this RC channel

+ + + +

RC15_ Parameters

+ + +

RC min PWM (RC15_MIN)

Note: This parameter is for advanced users
+ +

RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC trim PWM (RC15_TRIM)

Note: This parameter is for advanced users
+ +

RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC max PWM (RC15_MAX)

Note: This parameter is for advanced users
+ +

RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC reversed (RC15_REVERSED)

Note: This parameter is for advanced users
+ +

Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.

+ + + +

RC dead-zone (RC15_DZ)

Note: This parameter is for advanced users
+ +

PWM dead zone in microseconds around trim or bottom

+ + + +

RC input option (RC15_OPTION)

+ +

Function assigned to this RC channel

+ + + +

RC16_ Parameters

+ + +

RC min PWM (RC16_MIN)

Note: This parameter is for advanced users
+ +

RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC trim PWM (RC16_TRIM)

Note: This parameter is for advanced users
+ +

RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC max PWM (RC16_MAX)

Note: This parameter is for advanced users
+ +

RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC reversed (RC16_REVERSED)

Note: This parameter is for advanced users
+ +

Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.

+ + + +

RC dead-zone (RC16_DZ)

Note: This parameter is for advanced users
+ +

PWM dead zone in microseconds around trim or bottom

+ + + +

RC input option (RC16_OPTION)

+ +

Function assigned to this RC channel

+ + + +

RC1_ Parameters

+ + +

RC min PWM (RC1_MIN)

Note: This parameter is for advanced users
+ +

RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC trim PWM (RC1_TRIM)

Note: This parameter is for advanced users
+ +

RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC max PWM (RC1_MAX)

Note: This parameter is for advanced users
+ +

RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC reversed (RC1_REVERSED)

Note: This parameter is for advanced users
+ +

Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.

+ + + +

RC dead-zone (RC1_DZ)

Note: This parameter is for advanced users
+ +

PWM dead zone in microseconds around trim or bottom

+ + + +

RC input option (RC1_OPTION)

+ +

Function assigned to this RC channel

+ + + +

RC2_ Parameters

+ + +

RC min PWM (RC2_MIN)

Note: This parameter is for advanced users
+ +

RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC trim PWM (RC2_TRIM)

Note: This parameter is for advanced users
+ +

RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC max PWM (RC2_MAX)

Note: This parameter is for advanced users
+ +

RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC reversed (RC2_REVERSED)

Note: This parameter is for advanced users
+ +

Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.

+ + + +

RC dead-zone (RC2_DZ)

Note: This parameter is for advanced users
+ +

PWM dead zone in microseconds around trim or bottom

+ + + +

RC input option (RC2_OPTION)

+ +

Function assigned to this RC channel

+ + + +

RC3_ Parameters

+ + +

RC min PWM (RC3_MIN)

Note: This parameter is for advanced users
+ +

RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC trim PWM (RC3_TRIM)

Note: This parameter is for advanced users
+ +

RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC max PWM (RC3_MAX)

Note: This parameter is for advanced users
+ +

RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC reversed (RC3_REVERSED)

Note: This parameter is for advanced users
+ +

Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.

+ + + +

RC dead-zone (RC3_DZ)

Note: This parameter is for advanced users
+ +

PWM dead zone in microseconds around trim or bottom

+ + + +

RC input option (RC3_OPTION)

+ +

Function assigned to this RC channel

+ + + +

RC4_ Parameters

+ + +

RC min PWM (RC4_MIN)

Note: This parameter is for advanced users
+ +

RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC trim PWM (RC4_TRIM)

Note: This parameter is for advanced users
+ +

RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC max PWM (RC4_MAX)

Note: This parameter is for advanced users
+ +

RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC reversed (RC4_REVERSED)

Note: This parameter is for advanced users
+ +

Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.

+ + + +

RC dead-zone (RC4_DZ)

Note: This parameter is for advanced users
+ +

PWM dead zone in microseconds around trim or bottom

+ + + +

RC input option (RC4_OPTION)

+ +

Function assigned to this RC channel

+ + + +

RC5_ Parameters

+ + +

RC min PWM (RC5_MIN)

Note: This parameter is for advanced users
+ +

RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC trim PWM (RC5_TRIM)

Note: This parameter is for advanced users
+ +

RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC max PWM (RC5_MAX)

Note: This parameter is for advanced users
+ +

RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC reversed (RC5_REVERSED)

Note: This parameter is for advanced users
+ +

Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.

+ + + +

RC dead-zone (RC5_DZ)

Note: This parameter is for advanced users
+ +

PWM dead zone in microseconds around trim or bottom

+ + + +

RC input option (RC5_OPTION)

+ +

Function assigned to this RC channel

+ + + +

RC6_ Parameters

+ + +

RC min PWM (RC6_MIN)

Note: This parameter is for advanced users
+ +

RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC trim PWM (RC6_TRIM)

Note: This parameter is for advanced users
+ +

RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC max PWM (RC6_MAX)

Note: This parameter is for advanced users
+ +

RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC reversed (RC6_REVERSED)

Note: This parameter is for advanced users
+ +

Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.

+ + + +

RC dead-zone (RC6_DZ)

Note: This parameter is for advanced users
+ +

PWM dead zone in microseconds around trim or bottom

+ + + +

RC input option (RC6_OPTION)

+ +

Function assigned to this RC channel

+ + + +

RC7_ Parameters

+ + +

RC min PWM (RC7_MIN)

Note: This parameter is for advanced users
+ +

RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC trim PWM (RC7_TRIM)

Note: This parameter is for advanced users
+ +

RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC max PWM (RC7_MAX)

Note: This parameter is for advanced users
+ +

RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC reversed (RC7_REVERSED)

Note: This parameter is for advanced users
+ +

Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.

+ + + +

RC dead-zone (RC7_DZ)

Note: This parameter is for advanced users
+ +

PWM dead zone in microseconds around trim or bottom

+ + + +

RC input option (RC7_OPTION)

+ +

Function assigned to this RC channel

+ + + +

RC8_ Parameters

+ + +

RC min PWM (RC8_MIN)

Note: This parameter is for advanced users
+ +

RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC trim PWM (RC8_TRIM)

Note: This parameter is for advanced users
+ +

RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC max PWM (RC8_MAX)

Note: This parameter is for advanced users
+ +

RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC reversed (RC8_REVERSED)

Note: This parameter is for advanced users
+ +

Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.

+ + + +

RC dead-zone (RC8_DZ)

Note: This parameter is for advanced users
+ +

PWM dead zone in microseconds around trim or bottom

+ + + +

RC input option (RC8_OPTION)

+ +

Function assigned to this RC channel

+ + + +

RC9_ Parameters

+ + +

RC min PWM (RC9_MIN)

Note: This parameter is for advanced users
+ +

RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC trim PWM (RC9_TRIM)

Note: This parameter is for advanced users
+ +

RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC max PWM (RC9_MAX)

Note: This parameter is for advanced users
+ +

RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

RC reversed (RC9_REVERSED)

Note: This parameter is for advanced users
+ +

Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.

+ + + +

RC dead-zone (RC9_DZ)

Note: This parameter is for advanced users
+ +

PWM dead zone in microseconds around trim or bottom

+ + + +

RC input option (RC9_OPTION)

+ +

Function assigned to this RC channel

+ + + +

RCMAP_ Parameters

+ + +

Roll channel (RCMAP_ROLL)

Note: This parameter is for advanced users
+ +

Roll channel number. This is useful when you have a RC transmitter that can't change the channel order easily. Roll is normally on channel 1, but you can move it to any channel with this parameter. Reboot is required for changes to take effect.

+ + + +

Pitch channel (RCMAP_PITCH)

Note: This parameter is for advanced users
+ +

Pitch channel number. This is useful when you have a RC transmitter that can't change the channel order easily. Pitch is normally on channel 2, but you can move it to any channel with this parameter. Reboot is required for changes to take effect.

+ + + +

Throttle channel (RCMAP_THROTTLE)

Note: This parameter is for advanced users
+ +

Throttle channel number. This is useful when you have a RC transmitter that can't change the channel order easily. Throttle is normally on channel 3, but you can move it to any channel with this parameter. Reboot is required for changes to take effect.

+ + + +

Yaw channel (RCMAP_YAW)

Note: This parameter is for advanced users
+ +

Yaw channel number. This is useful when you have a RC transmitter that can't change the channel order easily. Yaw (also known as rudder) is normally on channel 4, but you can move it to any channel with this parameter. Reboot is required for changes to take effect.

+ + + +

RELAY10_ Parameters

+ + +

Relay function (RELAY10_FUNCTION)

+ +

The function the relay channel is mapped to.

+ + + +

Relay pin (RELAY10_PIN)

+ +

Digital pin number for relay control. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot.

+ + + +

Relay default state (RELAY10_DEFAULT)

+ +

Should the relay default to on or off, this only applies to RELAYx_FUNC "Relay" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters.

+ + + +

RELAY11_ Parameters

+ + +

Relay function (RELAY11_FUNCTION)

+ +

The function the relay channel is mapped to.

+ + + +

Relay pin (RELAY11_PIN)

+ +

Digital pin number for relay control. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot.

+ + + +

Relay default state (RELAY11_DEFAULT)

+ +

Should the relay default to on or off, this only applies to RELAYx_FUNC "Relay" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters.

+ + + +

RELAY12_ Parameters

+ + +

Relay function (RELAY12_FUNCTION)

+ +

The function the relay channel is mapped to.

+ + + +

Relay pin (RELAY12_PIN)

+ +

Digital pin number for relay control. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot.

+ + + +

Relay default state (RELAY12_DEFAULT)

+ +

Should the relay default to on or off, this only applies to RELAYx_FUNC "Relay" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters.

+ + + +

RELAY13_ Parameters

+ + +

Relay function (RELAY13_FUNCTION)

+ +

The function the relay channel is mapped to.

+ + + +

Relay pin (RELAY13_PIN)

+ +

Digital pin number for relay control. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot.

+ + + +

Relay default state (RELAY13_DEFAULT)

+ +

Should the relay default to on or off, this only applies to RELAYx_FUNC "Relay" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters.

+ + + +

RELAY14_ Parameters

+ + +

Relay function (RELAY14_FUNCTION)

+ +

The function the relay channel is mapped to.

+ + + +

Relay pin (RELAY14_PIN)

+ +

Digital pin number for relay control. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot.

+ + + +

Relay default state (RELAY14_DEFAULT)

+ +

Should the relay default to on or off, this only applies to RELAYx_FUNC "Relay" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters.

+ + + +

RELAY15_ Parameters

+ + +

Relay function (RELAY15_FUNCTION)

+ +

The function the relay channel is mapped to.

+ + + +

Relay pin (RELAY15_PIN)

+ +

Digital pin number for relay control. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot.

+ + + +

Relay default state (RELAY15_DEFAULT)

+ +

Should the relay default to on or off, this only applies to RELAYx_FUNC "Relay" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters.

+ + + +

RELAY16_ Parameters

+ + +

Relay function (RELAY16_FUNCTION)

+ +

The function the relay channel is mapped to.

+ + + +

Relay pin (RELAY16_PIN)

+ +

Digital pin number for relay control. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot.

+ + + +

Relay default state (RELAY16_DEFAULT)

+ +

Should the relay default to on or off, this only applies to RELAYx_FUNC "Relay" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters.

+ + + +

RELAY1_ Parameters

+ + +

Relay function (RELAY1_FUNCTION)

+ +

The function the relay channel is mapped to.

+ + + +

Relay pin (RELAY1_PIN)

+ +

Digital pin number for relay control. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot.

+ + + +

Relay default state (RELAY1_DEFAULT)

+ +

Should the relay default to on or off, this only applies to RELAYx_FUNC "Relay" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters.

+ + + +

RELAY2_ Parameters

+ + +

Relay function (RELAY2_FUNCTION)

+ +

The function the relay channel is mapped to.

+ + + +

Relay pin (RELAY2_PIN)

+ +

Digital pin number for relay control. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot.

+ + + +

Relay default state (RELAY2_DEFAULT)

+ +

Should the relay default to on or off, this only applies to RELAYx_FUNC "Relay" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters.

+ + + +

RELAY3_ Parameters

+ + +

Relay function (RELAY3_FUNCTION)

+ +

The function the relay channel is mapped to.

+ + + +

Relay pin (RELAY3_PIN)

+ +

Digital pin number for relay control. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot.

+ + + +

Relay default state (RELAY3_DEFAULT)

+ +

Should the relay default to on or off, this only applies to RELAYx_FUNC "Relay" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters.

+ + + +

RELAY4_ Parameters

+ + +

Relay function (RELAY4_FUNCTION)

+ +

The function the relay channel is mapped to.

+ + + +

Relay pin (RELAY4_PIN)

+ +

Digital pin number for relay control. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot.

+ + + +

Relay default state (RELAY4_DEFAULT)

+ +

Should the relay default to on or off, this only applies to RELAYx_FUNC "Relay" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters.

+ + + +

RELAY5_ Parameters

+ + +

Relay function (RELAY5_FUNCTION)

+ +

The function the relay channel is mapped to.

+ + + +

Relay pin (RELAY5_PIN)

+ +

Digital pin number for relay control. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot.

+ + + +

Relay default state (RELAY5_DEFAULT)

+ +

Should the relay default to on or off, this only applies to RELAYx_FUNC "Relay" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters.

+ + + +

RELAY6_ Parameters

+ + +

Relay function (RELAY6_FUNCTION)

+ +

The function the relay channel is mapped to.

+ + + +

Relay pin (RELAY6_PIN)

+ +

Digital pin number for relay control. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot.

+ + + +

Relay default state (RELAY6_DEFAULT)

+ +

Should the relay default to on or off, this only applies to RELAYx_FUNC "Relay" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters.

+ + + +

RELAY7_ Parameters

+ + +

Relay function (RELAY7_FUNCTION)

+ +

The function the relay channel is mapped to.

+ + + +

Relay pin (RELAY7_PIN)

+ +

Digital pin number for relay control. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot.

+ + + +

Relay default state (RELAY7_DEFAULT)

+ +

Should the relay default to on or off, this only applies to RELAYx_FUNC "Relay" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters.

+ + + +

RELAY8_ Parameters

+ + +

Relay function (RELAY8_FUNCTION)

+ +

The function the relay channel is mapped to.

+ + + +

Relay pin (RELAY8_PIN)

+ +

Digital pin number for relay control. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot.

+ + + +

Relay default state (RELAY8_DEFAULT)

+ +

Should the relay default to on or off, this only applies to RELAYx_FUNC "Relay" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters.

+ + + +

RELAY9_ Parameters

+ + +

Relay function (RELAY9_FUNCTION)

+ +

The function the relay channel is mapped to.

+ + + +

Relay pin (RELAY9_PIN)

+ +

Digital pin number for relay control. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot.

+ + + +

Relay default state (RELAY9_DEFAULT)

+ +

Should the relay default to on or off, this only applies to RELAYx_FUNC "Relay" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters.

+ + + +

RNGFND1_ Parameters

+ + +

Rangefinder type (RNGFND1_TYPE)

+ +

Type of connected rangefinder

+ + + +

Rangefinder pin (RNGFND1_PIN)

+ +

Analog or PWM input pin that rangefinder is connected to. Airspeed ports can be used for Analog input, AUXOUT can be used for PWM input. When using analog pin 103, the maximum value of the input in 3.3V. For PWM input, the pin must be configured as a digital GPIO, see the Wiki's "GPIOs" section for details.

+ + + +

Rangefinder scaling (RNGFND1_SCALING)

+ +

Scaling factor between rangefinder reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts. For Maxbotix serial sonar this is unit conversion to meters.

+ + + +

rangefinder offset (RNGFND1_OFFSET)

+ +

Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars

+ + + +

Rangefinder function (RNGFND1_FUNCTION)

+ +

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.

+ + + +

Rangefinder minimum distance (RNGFND1_MIN_CM)

+ +

Minimum distance in centimeters that rangefinder can reliably read

+ + + +

Rangefinder maximum distance (RNGFND1_MAX_CM)

+ +

Maximum distance in centimeters that rangefinder can reliably read

+ + + +

Rangefinder stop pin (RNGFND1_STOP_PIN)

+ +

Digital pin that enables/disables rangefinder measurement for the pwm rangefinder. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it. This is used to enable powersaving when out of range. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot.

+ + + +

Ratiometric (RNGFND1_RMETRIC)

+ +

This parameter sets whether an analog rangefinder is ratiometric. Most analog rangefinders are ratiometric, meaning that their output voltage is influenced by the supply voltage. Some analog rangefinders (such as the SF/02) have their own internal voltage regulators so they are not ratiometric.

+ + + +

Powersave range (RNGFND1_PWRRNG)

+ +

This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode (if available). A value of zero means power saving is not enabled

+ + + +

Distance (in cm) from the range finder to the ground (RNGFND1_GNDCLEAR)

+ +

This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground.

+ + + +

Bus address of sensor (RNGFND1_ADDR)

+ +

This sets the bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses.

+ + + +

X position offset (RNGFND1_POS_X)

Note: This parameter is for advanced users
+ +

X position of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied.

+ + + +

Y position offset (RNGFND1_POS_Y)

Note: This parameter is for advanced users
+ +

Y position of the rangefinder in body frame. Positive Y is to the right of the origin. Use the zero range datum point if supplied.

+ + + +

Z position offset (RNGFND1_POS_Z)

Note: This parameter is for advanced users
+ +

Z position of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied.

+ + + +

Rangefinder orientation (RNGFND1_ORIENT)

Note: This parameter is for advanced users
+ +

Orientation of rangefinder

+ + + +

Moving Average Range (RNGFND1_WSP_MAVG)

Note: This parameter is for advanced users
+ +

Sets the number of historic range results to use for calculating the current range result. When MAVG is greater than 1, the current range result will be the current measured value averaged with the N-1 previous results

+ + + +

Moving Median Filter (RNGFND1_WSP_MEDF)

Note: This parameter is for advanced users
+ +

Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active

+ + + +

Frequency (RNGFND1_WSP_FRQ)

Note: This parameter is for advanced users
+ +

Sets the repetition frequency of the ranging operation in Hertz. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers.

+ + + +

Multi-pulse averages (RNGFND1_WSP_AVG)

Note: This parameter is for advanced users
+ +

Sets the number of pulses to be used in multi-pulse averaging mode. In this mode, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement

+ + + +

Sensitivity threshold (RNGFND1_WSP_THR)

Note: This parameter is for advanced users
+ +

Sets the system sensitivity. Larger values of THR represent higher sensitivity. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory. Set to -1 for automatic threshold adjustments

+ + + +

Baud rate (RNGFND1_WSP_BAUD)

Note: This parameter is for advanced users
+ +

Desired baud rate

+ + + +

RangeFinder CAN receive ID (RNGFND1_RECV_ID)

Note: This parameter is for advanced users
+ +

The receive ID of the CAN frames. A value of zero means all IDs are accepted.

+ + + +

RangeFinder Minimum signal strength (RNGFND1_SNR_MIN)

Note: This parameter is for advanced users
+ +

RangeFinder Minimum signal strength (SNR) to accept distance

+ + + +

RNGFND2_ Parameters

+ + +

Rangefinder type (RNGFND2_TYPE)

+ +

Type of connected rangefinder

+ + + +

Rangefinder pin (RNGFND2_PIN)

+ +

Analog or PWM input pin that rangefinder is connected to. Airspeed ports can be used for Analog input, AUXOUT can be used for PWM input. When using analog pin 103, the maximum value of the input in 3.3V. For PWM input, the pin must be configured as a digital GPIO, see the Wiki's "GPIOs" section for details.

+ + + +

Rangefinder scaling (RNGFND2_SCALING)

+ +

Scaling factor between rangefinder reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts. For Maxbotix serial sonar this is unit conversion to meters.

+ + + +

rangefinder offset (RNGFND2_OFFSET)

+ +

Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars

+ + + +

Rangefinder function (RNGFND2_FUNCTION)

+ +

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.

+ + + +

Rangefinder minimum distance (RNGFND2_MIN_CM)

+ +

Minimum distance in centimeters that rangefinder can reliably read

+ + + +

Rangefinder maximum distance (RNGFND2_MAX_CM)

+ +

Maximum distance in centimeters that rangefinder can reliably read

+ + + +

Rangefinder stop pin (RNGFND2_STOP_PIN)

+ +

Digital pin that enables/disables rangefinder measurement for the pwm rangefinder. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it. This is used to enable powersaving when out of range. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot.

+ + + +

Ratiometric (RNGFND2_RMETRIC)

+ +

This parameter sets whether an analog rangefinder is ratiometric. Most analog rangefinders are ratiometric, meaning that their output voltage is influenced by the supply voltage. Some analog rangefinders (such as the SF/02) have their own internal voltage regulators so they are not ratiometric.

+ + + +

Powersave range (RNGFND2_PWRRNG)

+ +

This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode (if available). A value of zero means power saving is not enabled

+ + + +

Distance (in cm) from the range finder to the ground (RNGFND2_GNDCLEAR)

+ +

This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground.

+ + + +

Bus address of sensor (RNGFND2_ADDR)

+ +

This sets the bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses.

+ + + +

X position offset (RNGFND2_POS_X)

Note: This parameter is for advanced users
+ +

X position of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied.

+ + + +

Y position offset (RNGFND2_POS_Y)

Note: This parameter is for advanced users
+ +

Y position of the rangefinder in body frame. Positive Y is to the right of the origin. Use the zero range datum point if supplied.

+ + + +

Z position offset (RNGFND2_POS_Z)

Note: This parameter is for advanced users
+ +

Z position of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied.

+ + + +

Rangefinder orientation (RNGFND2_ORIENT)

Note: This parameter is for advanced users
+ +

Orientation of rangefinder

+ + + +

Moving Average Range (RNGFND2_WSP_MAVG)

Note: This parameter is for advanced users
+ +

Sets the number of historic range results to use for calculating the current range result. When MAVG is greater than 1, the current range result will be the current measured value averaged with the N-1 previous results

+ + + +

Moving Median Filter (RNGFND2_WSP_MEDF)

Note: This parameter is for advanced users
+ +

Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active

+ + + +

Frequency (RNGFND2_WSP_FRQ)

Note: This parameter is for advanced users
+ +

Sets the repetition frequency of the ranging operation in Hertz. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers.

+ + + +

Multi-pulse averages (RNGFND2_WSP_AVG)

Note: This parameter is for advanced users
+ +

Sets the number of pulses to be used in multi-pulse averaging mode. In this mode, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement

+ + + +

Sensitivity threshold (RNGFND2_WSP_THR)

Note: This parameter is for advanced users
+ +

Sets the system sensitivity. Larger values of THR represent higher sensitivity. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory. Set to -1 for automatic threshold adjustments

+ + + +

Baud rate (RNGFND2_WSP_BAUD)

Note: This parameter is for advanced users
+ +

Desired baud rate

+ + + +

RangeFinder CAN receive ID (RNGFND2_RECV_ID)

Note: This parameter is for advanced users
+ +

The receive ID of the CAN frames. A value of zero means all IDs are accepted.

+ + + +

RangeFinder Minimum signal strength (RNGFND2_SNR_MIN)

Note: This parameter is for advanced users
+ +

RangeFinder Minimum signal strength (SNR) to accept distance

+ + + +

RNGFND3_ Parameters

+ + +

Rangefinder type (RNGFND3_TYPE)

+ +

Type of connected rangefinder

+ + + +

Rangefinder pin (RNGFND3_PIN)

+ +

Analog or PWM input pin that rangefinder is connected to. Airspeed ports can be used for Analog input, AUXOUT can be used for PWM input. When using analog pin 103, the maximum value of the input in 3.3V. For PWM input, the pin must be configured as a digital GPIO, see the Wiki's "GPIOs" section for details.

+ + + +

Rangefinder scaling (RNGFND3_SCALING)

+ +

Scaling factor between rangefinder reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts. For Maxbotix serial sonar this is unit conversion to meters.

+ + + +

rangefinder offset (RNGFND3_OFFSET)

+ +

Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars

+ + + +

Rangefinder function (RNGFND3_FUNCTION)

+ +

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.

+ + + +

Rangefinder minimum distance (RNGFND3_MIN_CM)

+ +

Minimum distance in centimeters that rangefinder can reliably read

+ + + +

Rangefinder maximum distance (RNGFND3_MAX_CM)

+ +

Maximum distance in centimeters that rangefinder can reliably read

+ + + +

Rangefinder stop pin (RNGFND3_STOP_PIN)

+ +

Digital pin that enables/disables rangefinder measurement for the pwm rangefinder. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it. This is used to enable powersaving when out of range. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot.

+ + + +

Ratiometric (RNGFND3_RMETRIC)

+ +

This parameter sets whether an analog rangefinder is ratiometric. Most analog rangefinders are ratiometric, meaning that their output voltage is influenced by the supply voltage. Some analog rangefinders (such as the SF/02) have their own internal voltage regulators so they are not ratiometric.

+ + + +

Powersave range (RNGFND3_PWRRNG)

+ +

This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode (if available). A value of zero means power saving is not enabled

+ + + +

Distance (in cm) from the range finder to the ground (RNGFND3_GNDCLEAR)

+ +

This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground.

+ + + +

Bus address of sensor (RNGFND3_ADDR)

+ +

This sets the bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses.

+ + + +

X position offset (RNGFND3_POS_X)

Note: This parameter is for advanced users
+ +

X position of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied.

+ + + +

Y position offset (RNGFND3_POS_Y)

Note: This parameter is for advanced users
+ +

Y position of the rangefinder in body frame. Positive Y is to the right of the origin. Use the zero range datum point if supplied.

+ + + +

Z position offset (RNGFND3_POS_Z)

Note: This parameter is for advanced users
+ +

Z position of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied.

+ + + +

Rangefinder orientation (RNGFND3_ORIENT)

Note: This parameter is for advanced users
+ +

Orientation of rangefinder

+ + + +

Moving Average Range (RNGFND3_WSP_MAVG)

Note: This parameter is for advanced users
+ +

Sets the number of historic range results to use for calculating the current range result. When MAVG is greater than 1, the current range result will be the current measured value averaged with the N-1 previous results

+ + + +

Moving Median Filter (RNGFND3_WSP_MEDF)

Note: This parameter is for advanced users
+ +

Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active

+ + + +

Frequency (RNGFND3_WSP_FRQ)

Note: This parameter is for advanced users
+ +

Sets the repetition frequency of the ranging operation in Hertz. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers.

+ + + +

Multi-pulse averages (RNGFND3_WSP_AVG)

Note: This parameter is for advanced users
+ +

Sets the number of pulses to be used in multi-pulse averaging mode. In this mode, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement

+ + + +

Sensitivity threshold (RNGFND3_WSP_THR)

Note: This parameter is for advanced users
+ +

Sets the system sensitivity. Larger values of THR represent higher sensitivity. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory. Set to -1 for automatic threshold adjustments

+ + + +

Baud rate (RNGFND3_WSP_BAUD)

Note: This parameter is for advanced users
+ +

Desired baud rate

+ + + +

RangeFinder CAN receive ID (RNGFND3_RECV_ID)

Note: This parameter is for advanced users
+ +

The receive ID of the CAN frames. A value of zero means all IDs are accepted.

+ + + +

RangeFinder Minimum signal strength (RNGFND3_SNR_MIN)

Note: This parameter is for advanced users
+ +

RangeFinder Minimum signal strength (SNR) to accept distance

+ + + +

RNGFND4_ Parameters

+ + +

Rangefinder type (RNGFND4_TYPE)

+ +

Type of connected rangefinder

+ + + +

Rangefinder pin (RNGFND4_PIN)

+ +

Analog or PWM input pin that rangefinder is connected to. Airspeed ports can be used for Analog input, AUXOUT can be used for PWM input. When using analog pin 103, the maximum value of the input in 3.3V. For PWM input, the pin must be configured as a digital GPIO, see the Wiki's "GPIOs" section for details.

+ + + +

Rangefinder scaling (RNGFND4_SCALING)

+ +

Scaling factor between rangefinder reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts. For Maxbotix serial sonar this is unit conversion to meters.

+ + + +

rangefinder offset (RNGFND4_OFFSET)

+ +

Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars

+ + + +

Rangefinder function (RNGFND4_FUNCTION)

+ +

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.

+ + + +

Rangefinder minimum distance (RNGFND4_MIN_CM)

+ +

Minimum distance in centimeters that rangefinder can reliably read

+ + + +

Rangefinder maximum distance (RNGFND4_MAX_CM)

+ +

Maximum distance in centimeters that rangefinder can reliably read

+ + + +

Rangefinder stop pin (RNGFND4_STOP_PIN)

+ +

Digital pin that enables/disables rangefinder measurement for the pwm rangefinder. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it. This is used to enable powersaving when out of range. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot.

+ + + +

Ratiometric (RNGFND4_RMETRIC)

+ +

This parameter sets whether an analog rangefinder is ratiometric. Most analog rangefinders are ratiometric, meaning that their output voltage is influenced by the supply voltage. Some analog rangefinders (such as the SF/02) have their own internal voltage regulators so they are not ratiometric.

+ + + +

Powersave range (RNGFND4_PWRRNG)

+ +

This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode (if available). A value of zero means power saving is not enabled

+ + + +

Distance (in cm) from the range finder to the ground (RNGFND4_GNDCLEAR)

+ +

This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground.

+ + + +

Bus address of sensor (RNGFND4_ADDR)

+ +

This sets the bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses.

+ + + +

X position offset (RNGFND4_POS_X)

Note: This parameter is for advanced users
+ +

X position of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied.

+ + + +

Y position offset (RNGFND4_POS_Y)

Note: This parameter is for advanced users
+ +

Y position of the rangefinder in body frame. Positive Y is to the right of the origin. Use the zero range datum point if supplied.

+ + + +

Z position offset (RNGFND4_POS_Z)

Note: This parameter is for advanced users
+ +

Z position of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied.

+ + + +

Rangefinder orientation (RNGFND4_ORIENT)

Note: This parameter is for advanced users
+ +

Orientation of rangefinder

+ + + +

Moving Average Range (RNGFND4_WSP_MAVG)

Note: This parameter is for advanced users
+ +

Sets the number of historic range results to use for calculating the current range result. When MAVG is greater than 1, the current range result will be the current measured value averaged with the N-1 previous results

+ + + +

Moving Median Filter (RNGFND4_WSP_MEDF)

Note: This parameter is for advanced users
+ +

Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active

+ + + +

Frequency (RNGFND4_WSP_FRQ)

Note: This parameter is for advanced users
+ +

Sets the repetition frequency of the ranging operation in Hertz. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers.

+ + + +

Multi-pulse averages (RNGFND4_WSP_AVG)

Note: This parameter is for advanced users
+ +

Sets the number of pulses to be used in multi-pulse averaging mode. In this mode, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement

+ + + +

Sensitivity threshold (RNGFND4_WSP_THR)

Note: This parameter is for advanced users
+ +

Sets the system sensitivity. Larger values of THR represent higher sensitivity. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory. Set to -1 for automatic threshold adjustments

+ + + +

Baud rate (RNGFND4_WSP_BAUD)

Note: This parameter is for advanced users
+ +

Desired baud rate

+ + + +

RangeFinder CAN receive ID (RNGFND4_RECV_ID)

Note: This parameter is for advanced users
+ +

The receive ID of the CAN frames. A value of zero means all IDs are accepted.

+ + + +

RangeFinder Minimum signal strength (RNGFND4_SNR_MIN)

Note: This parameter is for advanced users
+ +

RangeFinder Minimum signal strength (SNR) to accept distance

+ + + +

RNGFND5_ Parameters

+ + +

Rangefinder type (RNGFND5_TYPE)

+ +

Type of connected rangefinder

+ + + +

Rangefinder pin (RNGFND5_PIN)

+ +

Analog or PWM input pin that rangefinder is connected to. Airspeed ports can be used for Analog input, AUXOUT can be used for PWM input. When using analog pin 103, the maximum value of the input in 3.3V. For PWM input, the pin must be configured as a digital GPIO, see the Wiki's "GPIOs" section for details.

+ + + +

Rangefinder scaling (RNGFND5_SCALING)

+ +

Scaling factor between rangefinder reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts. For Maxbotix serial sonar this is unit conversion to meters.

+ + + +

rangefinder offset (RNGFND5_OFFSET)

+ +

Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars

+ + + +

Rangefinder function (RNGFND5_FUNCTION)

+ +

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.

+ + + +

Rangefinder minimum distance (RNGFND5_MIN_CM)

+ +

Minimum distance in centimeters that rangefinder can reliably read

+ + + +

Rangefinder maximum distance (RNGFND5_MAX_CM)

+ +

Maximum distance in centimeters that rangefinder can reliably read

+ + + +

Rangefinder stop pin (RNGFND5_STOP_PIN)

+ +

Digital pin that enables/disables rangefinder measurement for the pwm rangefinder. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it. This is used to enable powersaving when out of range. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot.

+ + + +

Ratiometric (RNGFND5_RMETRIC)

+ +

This parameter sets whether an analog rangefinder is ratiometric. Most analog rangefinders are ratiometric, meaning that their output voltage is influenced by the supply voltage. Some analog rangefinders (such as the SF/02) have their own internal voltage regulators so they are not ratiometric.

+ + + +

Powersave range (RNGFND5_PWRRNG)

+ +

This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode (if available). A value of zero means power saving is not enabled

+ + + +

Distance (in cm) from the range finder to the ground (RNGFND5_GNDCLEAR)

+ +

This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground.

+ + + +

Bus address of sensor (RNGFND5_ADDR)

+ +

This sets the bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses.

+ + + +

X position offset (RNGFND5_POS_X)

Note: This parameter is for advanced users
+ +

X position of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied.

+ + + +

Y position offset (RNGFND5_POS_Y)

Note: This parameter is for advanced users
+ +

Y position of the rangefinder in body frame. Positive Y is to the right of the origin. Use the zero range datum point if supplied.

+ + + +

Z position offset (RNGFND5_POS_Z)

Note: This parameter is for advanced users
+ +

Z position of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied.

+ + + +

Rangefinder orientation (RNGFND5_ORIENT)

Note: This parameter is for advanced users
+ +

Orientation of rangefinder

+ + + +

Moving Average Range (RNGFND5_WSP_MAVG)

Note: This parameter is for advanced users
+ +

Sets the number of historic range results to use for calculating the current range result. When MAVG is greater than 1, the current range result will be the current measured value averaged with the N-1 previous results

+ + + +

Moving Median Filter (RNGFND5_WSP_MEDF)

Note: This parameter is for advanced users
+ +

Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active

+ + + +

Frequency (RNGFND5_WSP_FRQ)

Note: This parameter is for advanced users
+ +

Sets the repetition frequency of the ranging operation in Hertz. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers.

+ + + +

Multi-pulse averages (RNGFND5_WSP_AVG)

Note: This parameter is for advanced users
+ +

Sets the number of pulses to be used in multi-pulse averaging mode. In this mode, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement

+ + + +

Sensitivity threshold (RNGFND5_WSP_THR)

Note: This parameter is for advanced users
+ +

Sets the system sensitivity. Larger values of THR represent higher sensitivity. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory. Set to -1 for automatic threshold adjustments

+ + + +

Baud rate (RNGFND5_WSP_BAUD)

Note: This parameter is for advanced users
+ +

Desired baud rate

+ + + +

RangeFinder CAN receive ID (RNGFND5_RECV_ID)

Note: This parameter is for advanced users
+ +

The receive ID of the CAN frames. A value of zero means all IDs are accepted.

+ + + +

RangeFinder Minimum signal strength (RNGFND5_SNR_MIN)

Note: This parameter is for advanced users
+ +

RangeFinder Minimum signal strength (SNR) to accept distance

+ + + +

RNGFND6_ Parameters

+ + +

Rangefinder type (RNGFND6_TYPE)

+ +

Type of connected rangefinder

+ + + +

Rangefinder pin (RNGFND6_PIN)

+ +

Analog or PWM input pin that rangefinder is connected to. Airspeed ports can be used for Analog input, AUXOUT can be used for PWM input. When using analog pin 103, the maximum value of the input in 3.3V. For PWM input, the pin must be configured as a digital GPIO, see the Wiki's "GPIOs" section for details.

+ + + +

Rangefinder scaling (RNGFND6_SCALING)

+ +

Scaling factor between rangefinder reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts. For Maxbotix serial sonar this is unit conversion to meters.

+ + + +

rangefinder offset (RNGFND6_OFFSET)

+ +

Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars

+ + + +

Rangefinder function (RNGFND6_FUNCTION)

+ +

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.

+ + + +

Rangefinder minimum distance (RNGFND6_MIN_CM)

+ +

Minimum distance in centimeters that rangefinder can reliably read

+ + + +

Rangefinder maximum distance (RNGFND6_MAX_CM)

+ +

Maximum distance in centimeters that rangefinder can reliably read

+ + + +

Rangefinder stop pin (RNGFND6_STOP_PIN)

+ +

Digital pin that enables/disables rangefinder measurement for the pwm rangefinder. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it. This is used to enable powersaving when out of range. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot.

+ + + +

Ratiometric (RNGFND6_RMETRIC)

+ +

This parameter sets whether an analog rangefinder is ratiometric. Most analog rangefinders are ratiometric, meaning that their output voltage is influenced by the supply voltage. Some analog rangefinders (such as the SF/02) have their own internal voltage regulators so they are not ratiometric.

+ + + +

Powersave range (RNGFND6_PWRRNG)

+ +

This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode (if available). A value of zero means power saving is not enabled

+ + + +

Distance (in cm) from the range finder to the ground (RNGFND6_GNDCLEAR)

+ +

This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground.

+ + + +

Bus address of sensor (RNGFND6_ADDR)

+ +

This sets the bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses.

+ + + +

X position offset (RNGFND6_POS_X)

Note: This parameter is for advanced users
+ +

X position of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied.

+ + + +

Y position offset (RNGFND6_POS_Y)

Note: This parameter is for advanced users
+ +

Y position of the rangefinder in body frame. Positive Y is to the right of the origin. Use the zero range datum point if supplied.

+ + + +

Z position offset (RNGFND6_POS_Z)

Note: This parameter is for advanced users
+ +

Z position of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied.

+ + + +

Rangefinder orientation (RNGFND6_ORIENT)

Note: This parameter is for advanced users
+ +

Orientation of rangefinder

+ + + +

Moving Average Range (RNGFND6_WSP_MAVG)

Note: This parameter is for advanced users
+ +

Sets the number of historic range results to use for calculating the current range result. When MAVG is greater than 1, the current range result will be the current measured value averaged with the N-1 previous results

+ + + +

Moving Median Filter (RNGFND6_WSP_MEDF)

Note: This parameter is for advanced users
+ +

Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active

+ + + +

Frequency (RNGFND6_WSP_FRQ)

Note: This parameter is for advanced users
+ +

Sets the repetition frequency of the ranging operation in Hertz. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers.

+ + + +

Multi-pulse averages (RNGFND6_WSP_AVG)

Note: This parameter is for advanced users
+ +

Sets the number of pulses to be used in multi-pulse averaging mode. In this mode, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement

+ + + +

Sensitivity threshold (RNGFND6_WSP_THR)

Note: This parameter is for advanced users
+ +

Sets the system sensitivity. Larger values of THR represent higher sensitivity. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory. Set to -1 for automatic threshold adjustments

+ + + +

Baud rate (RNGFND6_WSP_BAUD)

Note: This parameter is for advanced users
+ +

Desired baud rate

+ + + +

RangeFinder CAN receive ID (RNGFND6_RECV_ID)

Note: This parameter is for advanced users
+ +

The receive ID of the CAN frames. A value of zero means all IDs are accepted.

+ + + +

RangeFinder Minimum signal strength (RNGFND6_SNR_MIN)

Note: This parameter is for advanced users
+ +

RangeFinder Minimum signal strength (SNR) to accept distance

+ + + +

RNGFND7_ Parameters

+ + +

Rangefinder type (RNGFND7_TYPE)

+ +

Type of connected rangefinder

+ + + +

Rangefinder pin (RNGFND7_PIN)

+ +

Analog or PWM input pin that rangefinder is connected to. Airspeed ports can be used for Analog input, AUXOUT can be used for PWM input. When using analog pin 103, the maximum value of the input in 3.3V. For PWM input, the pin must be configured as a digital GPIO, see the Wiki's "GPIOs" section for details.

+ + + +

Rangefinder scaling (RNGFND7_SCALING)

+ +

Scaling factor between rangefinder reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts. For Maxbotix serial sonar this is unit conversion to meters.

+ + + +

rangefinder offset (RNGFND7_OFFSET)

+ +

Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars

+ + + +

Rangefinder function (RNGFND7_FUNCTION)

+ +

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.

+ + + +

Rangefinder minimum distance (RNGFND7_MIN_CM)

+ +

Minimum distance in centimeters that rangefinder can reliably read

+ + + +

Rangefinder maximum distance (RNGFND7_MAX_CM)

+ +

Maximum distance in centimeters that rangefinder can reliably read

+ + + +

Rangefinder stop pin (RNGFND7_STOP_PIN)

+ +

Digital pin that enables/disables rangefinder measurement for the pwm rangefinder. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it. This is used to enable powersaving when out of range. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot.

+ + + +

Ratiometric (RNGFND7_RMETRIC)

+ +

This parameter sets whether an analog rangefinder is ratiometric. Most analog rangefinders are ratiometric, meaning that their output voltage is influenced by the supply voltage. Some analog rangefinders (such as the SF/02) have their own internal voltage regulators so they are not ratiometric.

+ + + +

Powersave range (RNGFND7_PWRRNG)

+ +

This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode (if available). A value of zero means power saving is not enabled

+ + + +

Distance (in cm) from the range finder to the ground (RNGFND7_GNDCLEAR)

+ +

This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground.

+ + + +

Bus address of sensor (RNGFND7_ADDR)

+ +

This sets the bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses.

+ + + +

X position offset (RNGFND7_POS_X)

Note: This parameter is for advanced users
+ +

X position of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied.

+ + + +

Y position offset (RNGFND7_POS_Y)

Note: This parameter is for advanced users
+ +

Y position of the rangefinder in body frame. Positive Y is to the right of the origin. Use the zero range datum point if supplied.

+ + + +

Z position offset (RNGFND7_POS_Z)

Note: This parameter is for advanced users
+ +

Z position of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied.

+ + + +

Rangefinder orientation (RNGFND7_ORIENT)

Note: This parameter is for advanced users
+ +

Orientation of rangefinder

+ + + +

Moving Average Range (RNGFND7_WSP_MAVG)

Note: This parameter is for advanced users
+ +

Sets the number of historic range results to use for calculating the current range result. When MAVG is greater than 1, the current range result will be the current measured value averaged with the N-1 previous results

+ + + +

Moving Median Filter (RNGFND7_WSP_MEDF)

Note: This parameter is for advanced users
+ +

Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active

+ + + +

Frequency (RNGFND7_WSP_FRQ)

Note: This parameter is for advanced users
+ +

Sets the repetition frequency of the ranging operation in Hertz. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers.

+ + + +

Multi-pulse averages (RNGFND7_WSP_AVG)

Note: This parameter is for advanced users
+ +

Sets the number of pulses to be used in multi-pulse averaging mode. In this mode, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement

+ + + +

Sensitivity threshold (RNGFND7_WSP_THR)

Note: This parameter is for advanced users
+ +

Sets the system sensitivity. Larger values of THR represent higher sensitivity. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory. Set to -1 for automatic threshold adjustments

+ + + +

Baud rate (RNGFND7_WSP_BAUD)

Note: This parameter is for advanced users
+ +

Desired baud rate

+ + + +

RangeFinder CAN receive ID (RNGFND7_RECV_ID)

Note: This parameter is for advanced users
+ +

The receive ID of the CAN frames. A value of zero means all IDs are accepted.

+ + + +

RangeFinder Minimum signal strength (RNGFND7_SNR_MIN)

Note: This parameter is for advanced users
+ +

RangeFinder Minimum signal strength (SNR) to accept distance

+ + + +

RNGFND8_ Parameters

+ + +

Rangefinder type (RNGFND8_TYPE)

+ +

Type of connected rangefinder

+ + + +

Rangefinder pin (RNGFND8_PIN)

+ +

Analog or PWM input pin that rangefinder is connected to. Airspeed ports can be used for Analog input, AUXOUT can be used for PWM input. When using analog pin 103, the maximum value of the input in 3.3V. For PWM input, the pin must be configured as a digital GPIO, see the Wiki's "GPIOs" section for details.

+ + + +

Rangefinder scaling (RNGFND8_SCALING)

+ +

Scaling factor between rangefinder reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts. For Maxbotix serial sonar this is unit conversion to meters.

+ + + +

rangefinder offset (RNGFND8_OFFSET)

+ +

Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars

+ + + +

Rangefinder function (RNGFND8_FUNCTION)

+ +

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.

+ + + +

Rangefinder minimum distance (RNGFND8_MIN_CM)

+ +

Minimum distance in centimeters that rangefinder can reliably read

+ + + +

Rangefinder maximum distance (RNGFND8_MAX_CM)

+ +

Maximum distance in centimeters that rangefinder can reliably read

+ + + +

Rangefinder stop pin (RNGFND8_STOP_PIN)

+ +

Digital pin that enables/disables rangefinder measurement for the pwm rangefinder. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it. This is used to enable powersaving when out of range. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot.

+ + + +

Ratiometric (RNGFND8_RMETRIC)

+ +

This parameter sets whether an analog rangefinder is ratiometric. Most analog rangefinders are ratiometric, meaning that their output voltage is influenced by the supply voltage. Some analog rangefinders (such as the SF/02) have their own internal voltage regulators so they are not ratiometric.

+ + + +

Powersave range (RNGFND8_PWRRNG)

+ +

This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode (if available). A value of zero means power saving is not enabled

+ + + +

Distance (in cm) from the range finder to the ground (RNGFND8_GNDCLEAR)

+ +

This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground.

+ + + +

Bus address of sensor (RNGFND8_ADDR)

+ +

This sets the bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses.

+ + + +

X position offset (RNGFND8_POS_X)

Note: This parameter is for advanced users
+ +

X position of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied.

+ + + +

Y position offset (RNGFND8_POS_Y)

Note: This parameter is for advanced users
+ +

Y position of the rangefinder in body frame. Positive Y is to the right of the origin. Use the zero range datum point if supplied.

+ + + +

Z position offset (RNGFND8_POS_Z)

Note: This parameter is for advanced users
+ +

Z position of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied.

+ + + +

Rangefinder orientation (RNGFND8_ORIENT)

Note: This parameter is for advanced users
+ +

Orientation of rangefinder

+ + + +

Moving Average Range (RNGFND8_WSP_MAVG)

Note: This parameter is for advanced users
+ +

Sets the number of historic range results to use for calculating the current range result. When MAVG is greater than 1, the current range result will be the current measured value averaged with the N-1 previous results

+ + + +

Moving Median Filter (RNGFND8_WSP_MEDF)

Note: This parameter is for advanced users
+ +

Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active

+ + + +

Frequency (RNGFND8_WSP_FRQ)

Note: This parameter is for advanced users
+ +

Sets the repetition frequency of the ranging operation in Hertz. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers.

+ + + +

Multi-pulse averages (RNGFND8_WSP_AVG)

Note: This parameter is for advanced users
+ +

Sets the number of pulses to be used in multi-pulse averaging mode. In this mode, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement

+ + + +

Sensitivity threshold (RNGFND8_WSP_THR)

Note: This parameter is for advanced users
+ +

Sets the system sensitivity. Larger values of THR represent higher sensitivity. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory. Set to -1 for automatic threshold adjustments

+ + + +

Baud rate (RNGFND8_WSP_BAUD)

Note: This parameter is for advanced users
+ +

Desired baud rate

+ + + +

RangeFinder CAN receive ID (RNGFND8_RECV_ID)

Note: This parameter is for advanced users
+ +

The receive ID of the CAN frames. A value of zero means all IDs are accepted.

+ + + +

RangeFinder Minimum signal strength (RNGFND8_SNR_MIN)

Note: This parameter is for advanced users
+ +

RangeFinder Minimum signal strength (SNR) to accept distance

+ + + +

RNGFND9_ Parameters

+ + +

Rangefinder type (RNGFND9_TYPE)

+ +

Type of connected rangefinder

+ + + +

Rangefinder pin (RNGFND9_PIN)

+ +

Analog or PWM input pin that rangefinder is connected to. Airspeed ports can be used for Analog input, AUXOUT can be used for PWM input. When using analog pin 103, the maximum value of the input in 3.3V. For PWM input, the pin must be configured as a digital GPIO, see the Wiki's "GPIOs" section for details.

+ + + +

Rangefinder scaling (RNGFND9_SCALING)

+ +

Scaling factor between rangefinder reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts. For Maxbotix serial sonar this is unit conversion to meters.

+ + + +

rangefinder offset (RNGFND9_OFFSET)

+ +

Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars

+ + + +

Rangefinder function (RNGFND9_FUNCTION)

+ +

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.

+ + + +

Rangefinder minimum distance (RNGFND9_MIN_CM)

+ +

Minimum distance in centimeters that rangefinder can reliably read

+ + + +

Rangefinder maximum distance (RNGFND9_MAX_CM)

+ +

Maximum distance in centimeters that rangefinder can reliably read

+ + + +

Rangefinder stop pin (RNGFND9_STOP_PIN)

+ +

Digital pin that enables/disables rangefinder measurement for the pwm rangefinder. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it. This is used to enable powersaving when out of range. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot.

+ + + +

Ratiometric (RNGFND9_RMETRIC)

+ +

This parameter sets whether an analog rangefinder is ratiometric. Most analog rangefinders are ratiometric, meaning that their output voltage is influenced by the supply voltage. Some analog rangefinders (such as the SF/02) have their own internal voltage regulators so they are not ratiometric.

+ + + +

Powersave range (RNGFND9_PWRRNG)

+ +

This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode (if available). A value of zero means power saving is not enabled

+ + + +

Distance (in cm) from the range finder to the ground (RNGFND9_GNDCLEAR)

+ +

This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground.

+ + + +

Bus address of sensor (RNGFND9_ADDR)

+ +

This sets the bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses.

+ + + +

X position offset (RNGFND9_POS_X)

Note: This parameter is for advanced users
+ +

X position of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied.

+ + + +

Y position offset (RNGFND9_POS_Y)

Note: This parameter is for advanced users
+ +

Y position of the rangefinder in body frame. Positive Y is to the right of the origin. Use the zero range datum point if supplied.

+ + + +

Z position offset (RNGFND9_POS_Z)

Note: This parameter is for advanced users
+ +

Z position of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied.

+ + + +

Rangefinder orientation (RNGFND9_ORIENT)

Note: This parameter is for advanced users
+ +

Orientation of rangefinder

+ + + +

Moving Average Range (RNGFND9_WSP_MAVG)

Note: This parameter is for advanced users
+ +

Sets the number of historic range results to use for calculating the current range result. When MAVG is greater than 1, the current range result will be the current measured value averaged with the N-1 previous results

+ + + +

Moving Median Filter (RNGFND9_WSP_MEDF)

Note: This parameter is for advanced users
+ +

Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active

+ + + +

Frequency (RNGFND9_WSP_FRQ)

Note: This parameter is for advanced users
+ +

Sets the repetition frequency of the ranging operation in Hertz. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers.

+ + + +

Multi-pulse averages (RNGFND9_WSP_AVG)

Note: This parameter is for advanced users
+ +

Sets the number of pulses to be used in multi-pulse averaging mode. In this mode, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement

+ + + +

Sensitivity threshold (RNGFND9_WSP_THR)

Note: This parameter is for advanced users
+ +

Sets the system sensitivity. Larger values of THR represent higher sensitivity. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory. Set to -1 for automatic threshold adjustments

+ + + +

Baud rate (RNGFND9_WSP_BAUD)

Note: This parameter is for advanced users
+ +

Desired baud rate

+ + + +

RangeFinder CAN receive ID (RNGFND9_RECV_ID)

Note: This parameter is for advanced users
+ +

The receive ID of the CAN frames. A value of zero means all IDs are accepted.

+ + + +

RangeFinder Minimum signal strength (RNGFND9_SNR_MIN)

Note: This parameter is for advanced users
+ +

RangeFinder Minimum signal strength (SNR) to accept distance

+ + + +

RNGFNDA_ Parameters

+ + +

Rangefinder type (RNGFNDA_TYPE)

+ +

Type of connected rangefinder

+ + + +

Rangefinder pin (RNGFNDA_PIN)

+ +

Analog or PWM input pin that rangefinder is connected to. Airspeed ports can be used for Analog input, AUXOUT can be used for PWM input. When using analog pin 103, the maximum value of the input in 3.3V. For PWM input, the pin must be configured as a digital GPIO, see the Wiki's "GPIOs" section for details.

+ + + +

Rangefinder scaling (RNGFNDA_SCALING)

+ +

Scaling factor between rangefinder reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts. For Maxbotix serial sonar this is unit conversion to meters.

+ + + +

rangefinder offset (RNGFNDA_OFFSET)

+ +

Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars

+ + + +

Rangefinder function (RNGFNDA_FUNCTION)

+ +

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.

+ + + +

Rangefinder minimum distance (RNGFNDA_MIN_CM)

+ +

Minimum distance in centimeters that rangefinder can reliably read

+ + + +

Rangefinder maximum distance (RNGFNDA_MAX_CM)

+ +

Maximum distance in centimeters that rangefinder can reliably read

+ + + +

Rangefinder stop pin (RNGFNDA_STOP_PIN)

+ +

Digital pin that enables/disables rangefinder measurement for the pwm rangefinder. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it. This is used to enable powersaving when out of range. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot.

+ + + +

Ratiometric (RNGFNDA_RMETRIC)

+ +

This parameter sets whether an analog rangefinder is ratiometric. Most analog rangefinders are ratiometric, meaning that their output voltage is influenced by the supply voltage. Some analog rangefinders (such as the SF/02) have their own internal voltage regulators so they are not ratiometric.

+ + + +

Powersave range (RNGFNDA_PWRRNG)

+ +

This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode (if available). A value of zero means power saving is not enabled

+ + + +

Distance (in cm) from the range finder to the ground (RNGFNDA_GNDCLEAR)

+ +

This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground.

+ + + +

Bus address of sensor (RNGFNDA_ADDR)

+ +

This sets the bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses.

+ + + +

X position offset (RNGFNDA_POS_X)

Note: This parameter is for advanced users
+ +

X position of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied.

+ + + +

Y position offset (RNGFNDA_POS_Y)

Note: This parameter is for advanced users
+ +

Y position of the rangefinder in body frame. Positive Y is to the right of the origin. Use the zero range datum point if supplied.

+ + + +

Z position offset (RNGFNDA_POS_Z)

Note: This parameter is for advanced users
+ +

Z position of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied.

+ + + +

Rangefinder orientation (RNGFNDA_ORIENT)

Note: This parameter is for advanced users
+ +

Orientation of rangefinder

+ + + +

Moving Average Range (RNGFNDA_WSP_MAVG)

Note: This parameter is for advanced users
+ +

Sets the number of historic range results to use for calculating the current range result. When MAVG is greater than 1, the current range result will be the current measured value averaged with the N-1 previous results

+ + + +

Moving Median Filter (RNGFNDA_WSP_MEDF)

Note: This parameter is for advanced users
+ +

Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active

+ + + +

Frequency (RNGFNDA_WSP_FRQ)

Note: This parameter is for advanced users
+ +

Sets the repetition frequency of the ranging operation in Hertz. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers.

+ + + +

Multi-pulse averages (RNGFNDA_WSP_AVG)

Note: This parameter is for advanced users
+ +

Sets the number of pulses to be used in multi-pulse averaging mode. In this mode, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement

+ + + +

Sensitivity threshold (RNGFNDA_WSP_THR)

Note: This parameter is for advanced users
+ +

Sets the system sensitivity. Larger values of THR represent higher sensitivity. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory. Set to -1 for automatic threshold adjustments

+ + + +

Baud rate (RNGFNDA_WSP_BAUD)

Note: This parameter is for advanced users
+ +

Desired baud rate

+ + + +

RangeFinder CAN receive ID (RNGFNDA_RECV_ID)

Note: This parameter is for advanced users
+ +

The receive ID of the CAN frames. A value of zero means all IDs are accepted.

+ + + +

RangeFinder Minimum signal strength (RNGFNDA_SNR_MIN)

Note: This parameter is for advanced users
+ +

RangeFinder Minimum signal strength (SNR) to accept distance

+ + + +

RPM1_ Parameters

+ + +

RPM type (RPM1_TYPE)

+ +

What type of RPM sensor is connected

+ + + +

RPM scaling (RPM1_SCALING)

+ +

Scaling factor between sensor reading and RPM.

+ + + +

Maximum RPM (RPM1_MAX)

+ +

Maximum RPM to report. Only used on type = GPIO.

+ + + +

Minimum RPM (RPM1_MIN)

+ +

Minimum RPM to report. Only used on type = GPIO.

+ + + +

Minimum Quality (RPM1_MIN_QUAL)

Note: This parameter is for advanced users
+ +

Minimum data quality to be used

+ + + +

Input pin number (RPM1_PIN)

+ +

Which digital GPIO pin to use. Only used on type = GPIO. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot.

+ + + +

Bitmask of ESC telemetry channels to average (RPM1_ESC_MASK)

Note: This parameter is for advanced users
+ +

Mask of channels which support ESC rpm telemetry. RPM telemetry of the selected channels will be averaged

+ + + +

ESC Telemetry Index to write RPM to (RPM1_ESC_INDEX)

Note: This parameter is for advanced users
+ +

ESC Telemetry Index to write RPM to. Use 0 to disable.

+ + + +

RPM2_ Parameters

+ + +

RPM type (RPM2_TYPE)

+ +

What type of RPM sensor is connected

+ + + +

RPM scaling (RPM2_SCALING)

+ +

Scaling factor between sensor reading and RPM.

+ + + +

Maximum RPM (RPM2_MAX)

+ +

Maximum RPM to report. Only used on type = GPIO.

+ + + +

Minimum RPM (RPM2_MIN)

+ +

Minimum RPM to report. Only used on type = GPIO.

+ + + +

Minimum Quality (RPM2_MIN_QUAL)

Note: This parameter is for advanced users
+ +

Minimum data quality to be used

+ + + +

Input pin number (RPM2_PIN)

+ +

Which digital GPIO pin to use. Only used on type = GPIO. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot.

+ + + +

Bitmask of ESC telemetry channels to average (RPM2_ESC_MASK)

Note: This parameter is for advanced users
+ +

Mask of channels which support ESC rpm telemetry. RPM telemetry of the selected channels will be averaged

+ + + +

ESC Telemetry Index to write RPM to (RPM2_ESC_INDEX)

Note: This parameter is for advanced users
+ +

ESC Telemetry Index to write RPM to. Use 0 to disable.

+ + + +

RSSI_ Parameters

+ + +

RSSI Type (RSSI_TYPE)

+ +

Radio Receiver RSSI type. If your radio receiver supports RSSI of some kind, set it here, then set its associated RSSI_XXXXX parameters, if any.

+ + + +

Receiver RSSI sensing pin (RSSI_ANA_PIN)

+ +

Pin used to read the RSSI voltage or PWM value

+ + + +

RSSI pin's lowest voltage (RSSI_PIN_LOW)

+ +

RSSI pin's voltage received on the RSSI_ANA_PIN when the signal strength is the weakest. Some radio receivers put out inverted values so this value may be higher than RSSI_PIN_HIGH. When using pin 103, the maximum value of the parameter is 3.3V.

+ + + +

RSSI pin's highest voltage (RSSI_PIN_HIGH)

+ +

RSSI pin's voltage received on the RSSI_ANA_PIN when the signal strength is the strongest. Some radio receivers put out inverted values so this value may be lower than RSSI_PIN_LOW. When using pin 103, the maximum value of the parameter is 3.3V.

+ + + +

Receiver RSSI channel number (RSSI_CHANNEL)

+ +

The channel number where RSSI will be output by the radio receiver (5 and above).

+ + + +

RSSI PWM low value (RSSI_CHAN_LOW)

+ +

PWM value that the radio receiver will put on the RSSI_CHANNEL or RSSI_ANA_PIN when the signal strength is the weakest. Some radio receivers output inverted values so this value may be lower than RSSI_CHAN_HIGH

+ + + +

Receiver RSSI PWM high value (RSSI_CHAN_HIGH)

+ +

PWM value that the radio receiver will put on the RSSI_CHANNEL or RSSI_ANA_PIN when the signal strength is the strongest. Some radio receivers output inverted values so this value may be higher than RSSI_CHAN_LOW

+ + + +

SAIL_ Parameters

+ + +

Enable Sailboat (SAIL_ENABLE)

+ +

This enables Sailboat functionality

+ + + +

Sail min angle (SAIL_ANGLE_MIN)

+ +

Mainsheet tight, angle between centerline and boom

+ + + +

Sail max angle (SAIL_ANGLE_MAX)

+ +

Mainsheet loose, angle between centerline and boom. For direct-control rotating masts, the rotation angle at SERVOx_MAX/_MIN; for rotating masts, this value can exceed 90 degrees if the linkages can physically rotate the mast past that angle.

+ + + +

Sail ideal angle (SAIL_ANGLE_IDEAL)

+ +

Ideal angle between sail and apparent wind

+ + + +

Sailing maximum heel angle (SAIL_HEEL_MAX)

+ +

When in auto sail trim modes the heel will be limited to this value using PID control

+ + + +

Sailing no go zone angle (SAIL_NO_GO_ANGLE)

+ +

The typical closest angle to the wind the vehicle will sail at. the vehicle will sail at this angle when going upwind

+ + + +

Sailboat minimum wind speed to sail in (SAIL_WNDSPD_MIN)

+ +

Sailboat minimum wind speed to continue sail in, at lower wind speeds the sailboat will motor if one is fitted

+ + + +

Sailing vehicle max cross track error (SAIL_XTRACK_MAX)

+ +

The sail boat will tack when it reaches this cross track error, defines a corridor of 2 times this value wide, 0 disables

+ + + +

Loiter radius (SAIL_LOIT_RADIUS)

+ +

When in sailing modes the vehicle will keep moving within this loiter radius

+ + + +

SCHED_ Parameters

+ + +

Scheduler debug level (SCHED_DEBUG)

Note: This parameter is for advanced users
+ +

Set to non-zero to enable scheduler debug messages. When set to show "Slips" the scheduler will display a message whenever a scheduled task is delayed due to too much CPU load. When set to ShowOverruns the scheduled will display a message whenever a task takes longer than the limit promised in the task table.

+ + + +

Scheduling main loop rate (SCHED_LOOP_RATE)

Note: This parameter is for advanced users
+ +

This controls the rate of the main control loop in Hz. This should only be changed by developers. This only takes effect on restart. Values over 400 are considered highly experimental.

+ + + +

Scheduling options (SCHED_OPTIONS)

Note: This parameter is for advanced users
+ +

This controls optional aspects of the scheduler.

+ + + +

SCR_ Parameters

+ + +

Enable Scripting (SCR_ENABLE)

Note: This parameter is for advanced users
+ +

Controls if scripting is enabled

+ + + +

Scripting Virtual Machine Instruction Count (SCR_VM_I_COUNT)

Note: This parameter is for advanced users
+ +

The number virtual machine instructions that can be run before considering a script to have taken an excessive amount of time

+ + + +

Scripting Heap Size (SCR_HEAP_SIZE)

Note: This parameter is for advanced users
+ +

Amount of memory available for scripting

+ + + +

Scripting Debug Level (SCR_DEBUG_OPTS)

Note: This parameter is for advanced users
+ +

Debugging options

+ + + +

Scripting User Parameter1 (SCR_USER1)

+ +

General purpose user variable input for scripts

+ + + +

Scripting User Parameter2 (SCR_USER2)

+ +

General purpose user variable input for scripts

+ + + +

Scripting User Parameter3 (SCR_USER3)

+ +

General purpose user variable input for scripts

+ + + +

Scripting User Parameter4 (SCR_USER4)

+ +

General purpose user variable input for scripts

+ + + +

Scripting User Parameter5 (SCR_USER5)

+ +

General purpose user variable input for scripts

+ + + +

Scripting User Parameter6 (SCR_USER6)

+ +

General purpose user variable input for scripts

+ + + +

Directory disable (SCR_DIR_DISABLE)

Note: This parameter is for advanced users
+ +

This will stop scripts being loaded from the given locations

+ + + +

Loaded script checksum (SCR_LD_CHECKSUM)

Note: This parameter is for advanced users
+ +

Required XOR of CRC32 checksum of loaded scripts, vehicle will not arm with incorrect scripts loaded, -1 disables

+ + + +

Running script checksum (SCR_RUN_CHECKSUM)

Note: This parameter is for advanced users
+ +

Required XOR of CRC32 checksum of running scripts, vehicle will not arm with incorrect scripts running, -1 disables

+ + + +

Scripting thread priority (SCR_THD_PRIORITY)

Note: This parameter is for advanced users
+ +

This sets the priority of the scripting thread. This is normally set to a low priority to prevent scripts from interfering with other parts of the system. Advanced users can change this priority if scripting needs to be prioritised for realtime applications. WARNING: changing this parameter can impact the stability of your flight controller. The scipting thread priority in this parameter is chosen based on a set of system level priorities for other subsystems. It is strongly recommended that you use the lowest priority that is sufficient for your application. Note that all scripts run at the same priority, so if you raise this priority you must carefully audit all lua scripts for behaviour that does not interfere with the operation of the system.

+ + + +

SERIAL Parameters

+ + +

Serial0 baud rate (SERIAL0_BAUD)

+ +

The baud rate used on the USB console. Most stm32-based boards can support rates of up to 1500. If you setup a rate you cannot support and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults.

+ + + +

Console protocol selection (SERIAL0_PROTOCOL)

+ +

Control what protocol to use on the console.

+ + + +

Telem1 protocol selection (SERIAL1_PROTOCOL)

+ +

Control what protocol to use on the Telem1 port. Note that the Frsky options require external converter hardware. See the wiki for details.

+ + + +

Telem1 Baud Rate (SERIAL1_BAUD)

+ +

The baud rate used on the Telem1 port. Most stm32-based boards can support rates of up to 1500. If you setup a rate you cannot support and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults.

+ + + +

Telemetry 2 protocol selection (SERIAL2_PROTOCOL)

+ +

Control what protocol to use on the Telem2 port. Note that the Frsky options require external converter hardware. See the wiki for details.

+ + + +

Telemetry 2 Baud Rate (SERIAL2_BAUD)

+ +

The baud rate of the Telem2 port. Most stm32-based boards can support rates of up to 1500. If you setup a rate you cannot support and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults.

+ + + +

Serial 3 (GPS) protocol selection (SERIAL3_PROTOCOL)

+ +

Control what protocol Serial 3 (GPS) should be used for. Note that the Frsky options require external converter hardware. See the wiki for details.

+ + + +

Serial 3 (GPS) Baud Rate (SERIAL3_BAUD)

+ +

The baud rate used for the Serial 3 (GPS). Most stm32-based boards can support rates of up to 1500. If you setup a rate you cannot support and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults.

+ + + +

Serial4 protocol selection (SERIAL4_PROTOCOL)

+ +

Control what protocol Serial4 port should be used for. Note that the Frsky options require external converter hardware. See the wiki for details.

+ + + +

Serial 4 Baud Rate (SERIAL4_BAUD)

+ +

The baud rate used for Serial4. Most stm32-based boards can support rates of up to 1500. If you setup a rate you cannot support and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults.

+ + + +

Serial5 protocol selection (SERIAL5_PROTOCOL)

+ +

Control what protocol Serial5 port should be used for. Note that the Frsky options require external converter hardware. See the wiki for details.

+ + + +

Serial 5 Baud Rate (SERIAL5_BAUD)

+ +

The baud rate used for Serial5. Most stm32-based boards can support rates of up to 1500. If you setup a rate you cannot support and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults.

+ + + +

Serial6 protocol selection (SERIAL6_PROTOCOL)

+ +

Control what protocol Serial6 port should be used for. Note that the Frsky options require external converter hardware. See the wiki for details.

+ + + +

Serial 6 Baud Rate (SERIAL6_BAUD)

+ +

The baud rate used for Serial6. Most stm32-based boards can support rates of up to 1500. If you setup a rate you cannot support and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults.

+ + + +

Telem1 options (SERIAL1_OPTIONS)

Note: This parameter is for advanced users
+ +

Control over UART options. The InvertRX option controls invert of the receive pin. The InvertTX option controls invert of the transmit pin. The HalfDuplex option controls half-duplex (onewire) mode, where both transmit and receive is done on the transmit wire. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards.

+ + + +

Telem2 options (SERIAL2_OPTIONS)

Note: This parameter is for advanced users
+ +

Control over UART options. The InvertRX option controls invert of the receive pin. The InvertTX option controls invert of the transmit pin. The HalfDuplex option controls half-duplex (onewire) mode, where both transmit and receive is done on the transmit wire. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards.

+ + + +

Serial3 options (SERIAL3_OPTIONS)

Note: This parameter is for advanced users
+ +

Control over UART options. The InvertRX option controls invert of the receive pin. The InvertTX option controls invert of the transmit pin. The HalfDuplex option controls half-duplex (onewire) mode, where both transmit and receive is done on the transmit wire. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards.

+ + + +

Serial4 options (SERIAL4_OPTIONS)

Note: This parameter is for advanced users
+ +

Control over UART options. The InvertRX option controls invert of the receive pin. The InvertTX option controls invert of the transmit pin. The HalfDuplex option controls half-duplex (onewire) mode, where both transmit and receive is done on the transmit wire. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards.

+ + + +

Serial5 options (SERIAL5_OPTIONS)

Note: This parameter is for advanced users
+ +

Control over UART options. The InvertRX option controls invert of the receive pin. The InvertTX option controls invert of the transmit pin. The HalfDuplex option controls half-duplex (onewire) mode, where both transmit and receive is done on the transmit wire. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards.

+ + + +

Serial6 options (SERIAL6_OPTIONS)

Note: This parameter is for advanced users
+ +

Control over UART options. The InvertRX option controls invert of the receive pin. The InvertTX option controls invert of the transmit pin. The HalfDuplex option controls half-duplex (onewire) mode, where both transmit and receive is done on the transmit wire. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards.

+ + + +

Serial passthru first port (SERIAL_PASS1)

Note: This parameter is for advanced users
+ +

This sets one side of pass-through between two serial ports. Once both sides are set then all data received on either port will be passed to the other port

+ + + +

Serial passthru second port (SERIAL_PASS2)

Note: This parameter is for advanced users
+ +

This sets one side of pass-through between two serial ports. Once both sides are set then all data received on either port will be passed to the other port

+ + + +

Serial passthru timeout (SERIAL_PASSTIMO)

Note: This parameter is for advanced users
+ +

This sets a timeout for serial pass-through in seconds. When the pass-through is enabled by setting the SERIAL_PASS1 and SERIAL_PASS2 parameters then it remains in effect until no data comes from the first port for SERIAL_PASSTIMO seconds. This allows the port to revent to its normal usage (such as MAVLink connection to a GCS) when it is no longer needed. A value of 0 means no timeout.

+ + + +

Serial7 protocol selection (SERIAL7_PROTOCOL)

+ +

Control what protocol Serial7 port should be used for. Note that the Frsky options require external converter hardware. See the wiki for details.

+ + + +

Serial 7 Baud Rate (SERIAL7_BAUD)

+ +

The baud rate used for Serial7. Most stm32-based boards can support rates of up to 1500. If you setup a rate you cannot support and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults.

+ + + +

Serial7 options (SERIAL7_OPTIONS)

Note: This parameter is for advanced users
+ +

Control over UART options. The InvertRX option controls invert of the receive pin. The InvertTX option controls invert of the transmit pin. The HalfDuplex option controls half-duplex (onewire) mode, where both transmit and receive is done on the transmit wire. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards.

+ + + +

Serial8 protocol selection (SERIAL8_PROTOCOL)

+ +

Control what protocol Serial8 port should be used for. Note that the Frsky options require external converter hardware. See the wiki for details.

+ + + +

Serial 8 Baud Rate (SERIAL8_BAUD)

+ +

The baud rate used for Serial8. Most stm32-based boards can support rates of up to 1500. If you setup a rate you cannot support and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults.

+ + + +

Serial8 options (SERIAL8_OPTIONS)

Note: This parameter is for advanced users
+ +

Control over UART options. The InvertRX option controls invert of the receive pin. The InvertTX option controls invert of the transmit pin. The HalfDuplex option controls half-duplex (onewire) mode, where both transmit and receive is done on the transmit wire. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards.

+ + + +

Serial9 protocol selection (SERIAL9_PROTOCOL)

+ +

Control what protocol Serial9 port should be used for. Note that the Frsky options require external converter hardware. See the wiki for details.

+ + + +

Serial 9 Baud Rate (SERIAL9_BAUD)

+ +

The baud rate used for Serial8. Most stm32-based boards can support rates of up to 1500. If you setup a rate you cannot support and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults.

+ + + +

Serial9 options (SERIAL9_OPTIONS)

Note: This parameter is for advanced users
+ +

Control over UART options. The InvertRX option controls invert of the receive pin. The InvertTX option controls invert of the transmit pin. The HalfDuplex option controls half-duplex (onewire) mode, where both transmit and receive is done on the transmit wire. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards.

+ + + +

SERVO Parameters

+ + +

Servo default output rate (SERVO_RATE)

Note: This parameter is for advanced users
+ +

Default output rate in Hz for all PWM outputs.

+ + + +

Servo DShot output rate (SERVO_DSHOT_RATE)

Note: This parameter is for advanced users
+ +

DShot output rate for all outputs as a multiple of the loop rate. 0 sets the output rate to be fixed at 1Khz for low loop rates. This value should never be set below 500Hz.

+ + + +

Servo DShot ESC type (SERVO_DSHOT_ESC)

Note: This parameter is for advanced users
+ +

DShot ESC type for all outputs. The ESC type affects the range of DShot commands available and the bit widths used. None means that no dshot commands will be executed. Some ESC types support Extended DShot Telemetry (EDT) which allows telemetry other than RPM data to be returned when using bi-directional dshot. If you enable EDT you must install EDT capable firmware for correct operation.

+ + + +

Servo GPIO mask (SERVO_GPIO_MASK)

Note: This parameter is for advanced users
+ +

Bitmask of outputs which will be available as GPIOs. Any output with either the function set to -1 or with the corresponding bit set in this mask will be available for use as a GPIO pin

+ + + +

Servo RC Failsafe Mask (SERVO_RC_FS_MSK)

Note: This parameter is for advanced users
+ +

Bitmask of scaled passthru output channels which will be set to their trim value during rc failsafe instead of holding their last position before failsafe.

+ + + +

Enable outputs 17 to 31 (SERVO_32_ENABLE)

Note: This parameter is for advanced users
+ +

This allows for up to 32 outputs, enabling parameters for outputs above 16

+ + + +

SERVO10_ Parameters

+ + +

Minimum PWM (SERVO10_MIN)

+ +

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Maximum PWM (SERVO10_MAX)

+ +

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Trim PWM (SERVO10_TRIM)

+ +

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Servo reverse (SERVO10_REVERSED)

+ +

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

+ + + +

Servo output function (SERVO10_FUNCTION)

+ +

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

+ + + +

SERVO11_ Parameters

+ + +

Minimum PWM (SERVO11_MIN)

+ +

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Maximum PWM (SERVO11_MAX)

+ +

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Trim PWM (SERVO11_TRIM)

+ +

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Servo reverse (SERVO11_REVERSED)

+ +

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

+ + + +

Servo output function (SERVO11_FUNCTION)

+ +

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

+ + + +

SERVO12_ Parameters

+ + +

Minimum PWM (SERVO12_MIN)

+ +

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Maximum PWM (SERVO12_MAX)

+ +

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Trim PWM (SERVO12_TRIM)

+ +

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Servo reverse (SERVO12_REVERSED)

+ +

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

+ + + +

Servo output function (SERVO12_FUNCTION)

+ +

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

+ + + +

SERVO13_ Parameters

+ + +

Minimum PWM (SERVO13_MIN)

+ +

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Maximum PWM (SERVO13_MAX)

+ +

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Trim PWM (SERVO13_TRIM)

+ +

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Servo reverse (SERVO13_REVERSED)

+ +

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

+ + + +

Servo output function (SERVO13_FUNCTION)

+ +

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

+ + + +

SERVO14_ Parameters

+ + +

Minimum PWM (SERVO14_MIN)

+ +

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Maximum PWM (SERVO14_MAX)

+ +

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Trim PWM (SERVO14_TRIM)

+ +

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Servo reverse (SERVO14_REVERSED)

+ +

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

+ + + +

Servo output function (SERVO14_FUNCTION)

+ +

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

+ + + +

SERVO15_ Parameters

+ + +

Minimum PWM (SERVO15_MIN)

+ +

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Maximum PWM (SERVO15_MAX)

+ +

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Trim PWM (SERVO15_TRIM)

+ +

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Servo reverse (SERVO15_REVERSED)

+ +

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

+ + + +

Servo output function (SERVO15_FUNCTION)

+ +

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

+ + + +

SERVO16_ Parameters

+ + +

Minimum PWM (SERVO16_MIN)

+ +

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Maximum PWM (SERVO16_MAX)

+ +

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Trim PWM (SERVO16_TRIM)

+ +

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Servo reverse (SERVO16_REVERSED)

+ +

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

+ + + +

Servo output function (SERVO16_FUNCTION)

+ +

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

+ + + +

SERVO17_ Parameters

+ + +

Minimum PWM (SERVO17_MIN)

+ +

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Maximum PWM (SERVO17_MAX)

+ +

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Trim PWM (SERVO17_TRIM)

+ +

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Servo reverse (SERVO17_REVERSED)

+ +

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

+ + + +

Servo output function (SERVO17_FUNCTION)

+ +

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

+ + + +

SERVO18_ Parameters

+ + +

Minimum PWM (SERVO18_MIN)

+ +

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Maximum PWM (SERVO18_MAX)

+ +

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Trim PWM (SERVO18_TRIM)

+ +

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Servo reverse (SERVO18_REVERSED)

+ +

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

+ + + +

Servo output function (SERVO18_FUNCTION)

+ +

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

+ + + +

SERVO19_ Parameters

+ + +

Minimum PWM (SERVO19_MIN)

+ +

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Maximum PWM (SERVO19_MAX)

+ +

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Trim PWM (SERVO19_TRIM)

+ +

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Servo reverse (SERVO19_REVERSED)

+ +

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

+ + + +

Servo output function (SERVO19_FUNCTION)

+ +

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

+ + + +

SERVO1_ Parameters

+ + +

Minimum PWM (SERVO1_MIN)

+ +

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Maximum PWM (SERVO1_MAX)

+ +

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Trim PWM (SERVO1_TRIM)

+ +

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Servo reverse (SERVO1_REVERSED)

+ +

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

+ + + +

Servo output function (SERVO1_FUNCTION)

+ +

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

+ + + +

SERVO20_ Parameters

+ + +

Minimum PWM (SERVO20_MIN)

+ +

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Maximum PWM (SERVO20_MAX)

+ +

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Trim PWM (SERVO20_TRIM)

+ +

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Servo reverse (SERVO20_REVERSED)

+ +

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

+ + + +

Servo output function (SERVO20_FUNCTION)

+ +

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

+ + + +

SERVO21_ Parameters

+ + +

Minimum PWM (SERVO21_MIN)

+ +

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Maximum PWM (SERVO21_MAX)

+ +

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Trim PWM (SERVO21_TRIM)

+ +

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Servo reverse (SERVO21_REVERSED)

+ +

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

+ + + +

Servo output function (SERVO21_FUNCTION)

+ +

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

+ + + +

SERVO22_ Parameters

+ + +

Minimum PWM (SERVO22_MIN)

+ +

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Maximum PWM (SERVO22_MAX)

+ +

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Trim PWM (SERVO22_TRIM)

+ +

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Servo reverse (SERVO22_REVERSED)

+ +

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

+ + + +

Servo output function (SERVO22_FUNCTION)

+ +

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

+ + + +

SERVO23_ Parameters

+ + +

Minimum PWM (SERVO23_MIN)

+ +

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Maximum PWM (SERVO23_MAX)

+ +

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Trim PWM (SERVO23_TRIM)

+ +

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Servo reverse (SERVO23_REVERSED)

+ +

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

+ + + +

Servo output function (SERVO23_FUNCTION)

+ +

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

+ + + +

SERVO24_ Parameters

+ + +

Minimum PWM (SERVO24_MIN)

+ +

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Maximum PWM (SERVO24_MAX)

+ +

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Trim PWM (SERVO24_TRIM)

+ +

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Servo reverse (SERVO24_REVERSED)

+ +

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

+ + + +

Servo output function (SERVO24_FUNCTION)

+ +

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

+ + + +

SERVO25_ Parameters

+ + +

Minimum PWM (SERVO25_MIN)

+ +

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Maximum PWM (SERVO25_MAX)

+ +

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Trim PWM (SERVO25_TRIM)

+ +

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Servo reverse (SERVO25_REVERSED)

+ +

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

+ + + +

Servo output function (SERVO25_FUNCTION)

+ +

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

+ + + +

SERVO26_ Parameters

+ + +

Minimum PWM (SERVO26_MIN)

+ +

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Maximum PWM (SERVO26_MAX)

+ +

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Trim PWM (SERVO26_TRIM)

+ +

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Servo reverse (SERVO26_REVERSED)

+ +

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

+ + + +

Servo output function (SERVO26_FUNCTION)

+ +

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

+ + + +

SERVO27_ Parameters

+ + +

Minimum PWM (SERVO27_MIN)

+ +

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Maximum PWM (SERVO27_MAX)

+ +

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Trim PWM (SERVO27_TRIM)

+ +

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Servo reverse (SERVO27_REVERSED)

+ +

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

+ + + +

Servo output function (SERVO27_FUNCTION)

+ +

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

+ + + +

SERVO28_ Parameters

+ + +

Minimum PWM (SERVO28_MIN)

+ +

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Maximum PWM (SERVO28_MAX)

+ +

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Trim PWM (SERVO28_TRIM)

+ +

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Servo reverse (SERVO28_REVERSED)

+ +

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

+ + + +

Servo output function (SERVO28_FUNCTION)

+ +

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

+ + + +

SERVO29_ Parameters

+ + +

Minimum PWM (SERVO29_MIN)

+ +

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Maximum PWM (SERVO29_MAX)

+ +

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Trim PWM (SERVO29_TRIM)

+ +

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Servo reverse (SERVO29_REVERSED)

+ +

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

+ + + +

Servo output function (SERVO29_FUNCTION)

+ +

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

+ + + +

SERVO2_ Parameters

+ + +

Minimum PWM (SERVO2_MIN)

+ +

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Maximum PWM (SERVO2_MAX)

+ +

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Trim PWM (SERVO2_TRIM)

+ +

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Servo reverse (SERVO2_REVERSED)

+ +

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

+ + + +

Servo output function (SERVO2_FUNCTION)

+ +

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

+ + + +

SERVO30_ Parameters

+ + +

Minimum PWM (SERVO30_MIN)

+ +

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Maximum PWM (SERVO30_MAX)

+ +

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Trim PWM (SERVO30_TRIM)

+ +

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Servo reverse (SERVO30_REVERSED)

+ +

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

+ + + +

Servo output function (SERVO30_FUNCTION)

+ +

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

+ + + +

SERVO31_ Parameters

+ + +

Minimum PWM (SERVO31_MIN)

+ +

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Maximum PWM (SERVO31_MAX)

+ +

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Trim PWM (SERVO31_TRIM)

+ +

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Servo reverse (SERVO31_REVERSED)

+ +

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

+ + + +

Servo output function (SERVO31_FUNCTION)

+ +

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

+ + + +

SERVO32_ Parameters

+ + +

Minimum PWM (SERVO32_MIN)

+ +

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Maximum PWM (SERVO32_MAX)

+ +

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Trim PWM (SERVO32_TRIM)

+ +

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Servo reverse (SERVO32_REVERSED)

+ +

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

+ + + +

Servo output function (SERVO32_FUNCTION)

+ +

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

+ + + +

SERVO3_ Parameters

+ + +

Minimum PWM (SERVO3_MIN)

+ +

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Maximum PWM (SERVO3_MAX)

+ +

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Trim PWM (SERVO3_TRIM)

+ +

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Servo reverse (SERVO3_REVERSED)

+ +

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

+ + + +

Servo output function (SERVO3_FUNCTION)

+ +

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

+ + + +

SERVO4_ Parameters

+ + +

Minimum PWM (SERVO4_MIN)

+ +

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Maximum PWM (SERVO4_MAX)

+ +

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Trim PWM (SERVO4_TRIM)

+ +

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Servo reverse (SERVO4_REVERSED)

+ +

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

+ + + +

Servo output function (SERVO4_FUNCTION)

+ +

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

+ + + +

SERVO5_ Parameters

+ + +

Minimum PWM (SERVO5_MIN)

+ +

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Maximum PWM (SERVO5_MAX)

+ +

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Trim PWM (SERVO5_TRIM)

+ +

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Servo reverse (SERVO5_REVERSED)

+ +

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

+ + + +

Servo output function (SERVO5_FUNCTION)

+ +

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

+ + + +

SERVO6_ Parameters

+ + +

Minimum PWM (SERVO6_MIN)

+ +

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Maximum PWM (SERVO6_MAX)

+ +

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Trim PWM (SERVO6_TRIM)

+ +

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Servo reverse (SERVO6_REVERSED)

+ +

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

+ + + +

Servo output function (SERVO6_FUNCTION)

+ +

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

+ + + +

SERVO7_ Parameters

+ + +

Minimum PWM (SERVO7_MIN)

+ +

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Maximum PWM (SERVO7_MAX)

+ +

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Trim PWM (SERVO7_TRIM)

+ +

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Servo reverse (SERVO7_REVERSED)

+ +

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

+ + + +

Servo output function (SERVO7_FUNCTION)

+ +

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

+ + + +

SERVO8_ Parameters

+ + +

Minimum PWM (SERVO8_MIN)

+ +

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Maximum PWM (SERVO8_MAX)

+ +

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Trim PWM (SERVO8_TRIM)

+ +

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Servo reverse (SERVO8_REVERSED)

+ +

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

+ + + +

Servo output function (SERVO8_FUNCTION)

+ +

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

+ + + +

SERVO9_ Parameters

+ + +

Minimum PWM (SERVO9_MIN)

+ +

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Maximum PWM (SERVO9_MAX)

+ +

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Trim PWM (SERVO9_TRIM)

+ +

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

+ + + +

Servo reverse (SERVO9_REVERSED)

+ +

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

+ + + +

Servo output function (SERVO9_FUNCTION)

+ +

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

+ + + +

SERVO_BLH_ Parameters

+ + +

BLHeli Channel Bitmask (SERVO_BLH_MASK)

Note: This parameter is for advanced users
+ +

Enable of BLHeli pass-thru servo protocol support to specific channels. This mask is in addition to motors enabled using SERVO_BLH_AUTO (if any)

+ + + +

BLHeli pass-thru auto-enable for multicopter motors (SERVO_BLH_AUTO)

+ +

If set to 1 this auto-enables BLHeli pass-thru support for all multicopter motors

+ + + +

BLHeli internal interface test (SERVO_BLH_TEST)

Note: This parameter is for advanced users
+ +

Setting SERVO_BLH_TEST to a motor number enables an internal test of the BLHeli ESC protocol to the corresponding ESC. The debug output is displayed on the USB console.

+ + + +

BLHeli protocol timeout (SERVO_BLH_TMOUT)

+ +

This sets the inactivity timeout for the BLHeli protocol in seconds. If no packets are received in this time normal MAVLink operations are resumed. A value of 0 means no timeout

+ + + +

BLHeli telemetry rate (SERVO_BLH_TRATE)

+ +

This sets the rate in Hz for requesting telemetry from ESCs. It is the rate per ESC. Setting to zero disables telemetry requests

+ + + +

BLHeli debug level (SERVO_BLH_DEBUG)

+ +

When set to 1 this enabled verbose debugging output over MAVLink when the blheli protocol is active. This can be used to diagnose failures.

+ + + +

BLHeli output type override (SERVO_BLH_OTYPE)

Note: This parameter is for advanced users
+ +

When set to a non-zero value this overrides the output type for the output channels given by SERVO_BLH_MASK. This can be used to enable DShot on outputs that are not part of the multicopter motors group.

+ + + +

Control port (SERVO_BLH_PORT)

Note: This parameter is for advanced users
+ +

This sets the mavlink channel to use for blheli pass-thru. The channel number is determined by the number of serial ports configured to use mavlink. So 0 is always the console, 1 is the next serial port using mavlink, 2 the next after that and so on.

+ + + +

BLHeli Motor Poles (SERVO_BLH_POLES)

Note: This parameter is for advanced users
+ +

This allows calculation of true RPM from ESC's eRPM. The default is 14.

+ + + +

BLHeli bitmask of 3D channels (SERVO_BLH_3DMASK)

Note: This parameter is for advanced users
+ +

Mask of channels which are dynamically reversible. This is used to configure ESCs in '3D' mode, allowing for the motor to spin in either direction

+ + + +

BLHeli bitmask of bi-directional dshot channels (SERVO_BLH_BDMASK)

Note: This parameter is for advanced users
+ +

Mask of channels which support bi-directional dshot. This is used for ESCs which have firmware that supports bi-directional dshot allowing fast rpm telemetry values to be returned for the harmonic notch.

+ + + +

BLHeli bitmask of reversed channels (SERVO_BLH_RVMASK)

Note: This parameter is for advanced users
+ +

Mask of channels which are reversed. This is used to configure ESCs in reversed mode

+ + + +

SERVO_FTW_ Parameters

+ + +

Servo channel output bitmask (SERVO_FTW_MASK)

+ +

Servo channel mask specifying FETtec ESC output.

+ + + +

Servo channel reverse rotation bitmask (SERVO_FTW_RVMASK)

+ +

Servo channel mask to reverse rotation of FETtec ESC outputs.

+ + + +

Nr. electrical poles (SERVO_FTW_POLES)

+ +

Number of motor electrical poles

+ + + +

SERVO_ROB_ Parameters

+ + +

Robotis servo position min (SERVO_ROB_POSMIN)

+ +

Position minimum at servo min value. This should be within the position control range of the servos, normally 0 to 4095

+ + + +

Robotis servo position max (SERVO_ROB_POSMAX)

+ +

Position maximum at servo max value. This should be within the position control range of the servos, normally 0 to 4095

+ + + +

SERVO_SBUS_ Parameters

+ + +

SBUS default output rate (SERVO_SBUS_RATE)

Note: This parameter is for advanced users
+ +

This sets the SBUS output frame rate in Hz.

+ + + +

SERVO_VOLZ_ Parameters

+ + +

Channel Bitmask (SERVO_VOLZ_MASK)

+ +

Enable of volz servo protocol to specific channels

+ + + +

SIM_ Parameters

+ + +

Simulated Wind speed (SIM_WIND_SPD)

Note: This parameter is for advanced users
+ +

Allows you to emulate wind in sim

+ + + +

Simulated Wind direction (SIM_WIND_DIR)

Note: This parameter is for advanced users
+ +

Allows you to set wind direction (true deg) in sim

+ + + +

Simulated Wind variation (SIM_WIND_TURB)

Note: This parameter is for advanced users
+ +

Allows you to emulate random wind variations in sim

+ + + +

Simulated battery voltage (SIM_BATT_VOLTAGE)

Note: This parameter is for advanced users
+ +

Simulated battery (constant) voltage

+ + + +

Simulated RC signal failure (SIM_RC_FAIL)

Note: This parameter is for advanced users
+ +

Allows you to emulate rc failures in sim

+ + + +

Generate floating point exceptions (SIM_FLOAT_EXCEPT)

Note: This parameter is for advanced users
+ +

If set, if a numerical error occurs SITL will die with a floating point exception.

+ + + +

Mask of CAN servos/ESCs (SIM_CAN_SRV_MSK)

Note: This parameter is for advanced users
+ +

The set of actuators controlled externally by CAN SITL AP_Periph

+ + + +

transport type for first CAN interface (SIM_CAN_TYPE1)

Note: This parameter is for advanced users
+ +

transport type for first CAN interface

+ + + +

transport type for second CAN interface (SIM_CAN_TYPE2)

Note: This parameter is for advanced users
+ +

transport type for second CAN interface

+ + + +

Opflow Enable (SIM_FLOW_ENABLE)

+ +

Enable simulated Optical Flow sensor

+ + + +

Opflow Rate (SIM_FLOW_RATE)

+ +

Opflow Data Rate

+ + + +

Opflow Delay (SIM_FLOW_DELAY)

+ +

Opflow data delay

+ + + +

Sim Speedup (SIM_SPEEDUP)

+ +

Runs the simulation at multiples of normal speed. Do not use if realtime physics, like RealFlight, is being used

+ + + +

IMU Offsets (SIM_IMU_POS_X)

+ +

XYZ position of the IMU accelerometer relative to the body frame origin (X-axis)

+ + + +

IMU Offsets (SIM_IMU_POS_Y)

+ +

XYZ position of the IMU accelerometer relative to the body frame origin (Y-axis)

+ + + +

IMU Offsets (SIM_IMU_POS_Z)

+ +

XYZ position of the IMU accelerometer relative to the body frame origin (Z-axis)

+ + + +

Opflow Pos (SIM_FLOW_POS_X)

+ +

XYZ position of the optical flow sensor focal point relative to the body frame origin (X-axis)

+ + + +

Opflow Pos (SIM_FLOW_POS_Y)

+ +

XYZ position of the optical flow sensor focal point relative to the body frame origin (Y-axis)

+ + + +

Opflow Pos (SIM_FLOW_POS_Z)

+ +

XYZ position of the optical flow sensor focal point relative to the body frame origin (Z-axis)

+ + + +

Wind Profile Type (SIM_WIND_T_)

+ +

Selects how wind varies from surface to WIND_T_ALT

+ + + +

Full Wind Altitude (SIM_WIND_T_ALT)

Note: This parameter is for advanced users
+ +

Altitude at which wind reaches full strength, decaying from full strength as altitude lowers to ground level

+ + + +

Linear Wind Curve Coeff (SIM_WIND_T_COEF)

Note: This parameter is for advanced users
+ +

For linear wind profile,wind is reduced by (Altitude-WIND_T_ALT) x this value

+ + + +

Weight on Wheels Pin (SIM_WOW_PIN)

Note: This parameter is for advanced users
+ +

SITL set this simulated pin to true if vehicle is on ground

+ + + +

Opflow noise (SIM_FLOW_RND)

+ +

Optical Flow sensor measurement noise in rad/sec

+ + + +

Original Position (Latitude) (SIM_OPOS_LAT)

Note: This parameter is for advanced users
+ +

Specifies vehicle's startup latitude

+ + + +

Original Position (Longitude) (SIM_OPOS_LNG)

Note: This parameter is for advanced users
+ +

Specifies vehicle's startup longitude

+ + + +

Original Position (Altitude) (SIM_OPOS_ALT)

Note: This parameter is for advanced users
+ +

Specifies vehicle's startup altitude (AMSL)

+ + + +

Original Position (Heading) (SIM_OPOS_HDG)

Note: This parameter is for advanced users
+ +

Specifies vehicle's startup heading (0-360)

+ + + +

IMU count (SIM_IMU_COUNT)

+ +

Number of simulated IMUs to create

+ + + +

Baro Noise (SIM_BARO_RND)

Note: This parameter is for advanced users
+ +

Amount of (evenly-distributed) noise injected into the 1st baro

+ + + +

Baro Glitch (SIM_BARO_GLITCH)

Note: This parameter is for advanced users
+ +

Glitch for 1st baro

+ + + +

Baro2 Noise (SIM_BAR2_RND)

Note: This parameter is for advanced users
+ +

Amount of (evenly-distributed) noise injected into the 2nd baro

+ + + +

Baro2 Glitch (SIM_BAR2_GLITCH)

Note: This parameter is for advanced users
+ +

Glitch for 2nd baro

+ + + +

Baro3 Noise (SIM_BAR3_RND)

Note: This parameter is for advanced users
+ +

Amount of (evenly-distributed) noise injected into the 3rd baro

+ + + +

Baro3 Glitch (SIM_BAR3_GLITCH)

Note: This parameter is for advanced users
+ +

Glitch for 2nd baro

+ + + +

Simulated ESC Telemetry (SIM_ESC_TELEM)

Note: This parameter is for advanced users
+ +

enable perfect simulated ESC telemetry

+ + + +

UART byte loss percentage (SIM_UART_LOSS)

Note: This parameter is for advanced users
+ +

Sets percentage of outgoing byte loss on UARTs

+ + + +

Simulated ADSB Type mask (SIM_ADSB_TYPES)

Note: This parameter is for advanced users
+ +

specifies which simulated ADSB types are active

+ + + +

GPS 1 disable (SIM_GPS_DISABLE)

Note: This parameter is for advanced users
+ +

Disables GPS 1

+ + + +

GPS 1 Lag (SIM_GPS_LAG_MS)

Note: This parameter is for advanced users
+ +

GPS 1 lag

+ + + +

GPS 1 type (SIM_GPS_TYPE)

Note: This parameter is for advanced users
+ +

Sets the type of simulation used for GPS 1

+ + + +

GPS Byteloss (SIM_GPS_BYTELOSS)

Note: This parameter is for advanced users
+ +

Percent of bytes lost from GPS 1

+ + + +

GPS 1 Num Satellites (SIM_GPS_NUMSATS)

+ +

Number of satellites GPS 1 has in view

+ + + +

GPS 1 Glitch (SIM_GPS_GLITCH_X)

Note: This parameter is for advanced users
+ +

Glitch offsets of simulated GPS 1 sensor (X-axis)

+ + + +

GPS 1 Glitch (SIM_GPS_GLITCH_Y)

Note: This parameter is for advanced users
+ +

Glitch offsets of simulated GPS 1 sensor (Y-axis)

+ + + +

GPS 1 Glitch (SIM_GPS_GLITCH_Z)

Note: This parameter is for advanced users
+ +

Glitch offsets of simulated GPS 1 sensor (Z-axis)

+ + + +

GPS 1 Hz (SIM_GPS_HZ)

+ +

GPS 1 Update rate

+ + + +

GPS 1 Altitude Drift (SIM_GPS_DRIFTALT)

Note: This parameter is for advanced users
+ +

GPS 1 altitude drift error

+ + + +

GPS 1 Position (SIM_GPS_POS_X)

+ +

GPS 1 antenna phase center position relative to the body frame origin (X-axis)

+ + + +

GPS 1 Position (SIM_GPS_POS_Y)

+ +

GPS 1 antenna phase center position relative to the body frame origin (Y-axis)

+ + + +

GPS 1 Position (SIM_GPS_POS_Z)

+ +

GPS 1 antenna phase center position relative to the body frame origin (Z-axis)

+ + + +

GPS 1 Noise (SIM_GPS_NOISE)

Note: This parameter is for advanced users
+ +

Amplitude of the GPS1 altitude error

+ + + +

GPS 1 Lock Time (SIM_GPS_LOCKTIME)

Note: This parameter is for advanced users
+ +

Delay in seconds before GPS1 acquires lock

+ + + +

GPS 1 Altitude Offset (SIM_GPS_ALT_OFS)

+ +

GPS 1 Altitude Error

+ + + +

GPS 1 Heading (SIM_GPS_HDG)

Note: This parameter is for advanced users
+ +

Enable GPS1 output of NMEA heading HDT sentence or UBLOX_RELPOSNED

+ + + +

GPS 1 Accuracy (SIM_GPS_ACC)

Note: This parameter is for advanced users
+ +

GPS 1 Accuracy

+ + + +

GPS 1 Velocity Error (SIM_GPS_VERR_X)

Note: This parameter is for advanced users
+ +

GPS 1 Velocity Error Offsets in NED (X-axis)

+ + + +

GPS 1 Velocity Error (SIM_GPS_VERR_Y)

Note: This parameter is for advanced users
+ +

GPS 1 Velocity Error Offsets in NED (Y-axis)

+ + + +

GPS 1 Velocity Error (SIM_GPS_VERR_Z)

Note: This parameter is for advanced users
+ +

GPS 1 Velocity Error Offsets in NED (Z-axis)

+ + + +

GPS jamming enable (SIM_GPS_JAM)

Note: This parameter is for advanced users
+ +

Enable simulated GPS jamming

+ + + +

GPS 2 disable (SIM_GPS2_DISABLE)

Note: This parameter is for advanced users
+ +

Disables GPS 2

+ + + +

GPS 2 Lag (SIM_GPS2_LAG_MS)

Note: This parameter is for advanced users
+ +

GPS 2 lag in ms

+ + + +

GPS 2 type (SIM_GPS2_TYPE)

Note: This parameter is for advanced users
+ +

Sets the type of simulation used for GPS 2

+ + + +

GPS 2 Byteloss (SIM_GPS2_BYTELOS)

Note: This parameter is for advanced users
+ +

Percent of bytes lost from GPS 2

+ + + +

GPS 2 Num Satellites (SIM_GPS2_NUMSATS)

+ +

Number of satellites GPS 2 has in view

+ + + +

GPS 2 Glitch (SIM_GPS2_GLTCH_X)

Note: This parameter is for advanced users
+ +

Glitch offsets of simulated GPS 2 sensor (X-axis)

+ + + +

GPS 2 Glitch (SIM_GPS2_GLTCH_Y)

Note: This parameter is for advanced users
+ +

Glitch offsets of simulated GPS 2 sensor (Y-axis)

+ + + +

GPS 2 Glitch (SIM_GPS2_GLTCH_Z)

Note: This parameter is for advanced users
+ +

Glitch offsets of simulated GPS 2 sensor (Z-axis)

+ + + +

GPS 2 Hz (SIM_GPS2_HZ)

+ +

GPS 2 Update rate

+ + + +

GPS 2 Altitude Drift (SIM_GPS2_DRFTALT)

Note: This parameter is for advanced users
+ +

GPS 2 altitude drift error

+ + + +

GPS 2 Position (SIM_GPS2_POS_X)

+ +

GPS 2 antenna phase center position relative to the body frame origin (X-axis)

+ + + +

GPS 2 Position (SIM_GPS2_POS_Y)

+ +

GPS 2 antenna phase center position relative to the body frame origin (Y-axis)

+ + + +

GPS 2 Position (SIM_GPS2_POS_Z)

+ +

GPS 2 antenna phase center position relative to the body frame origin (Z-axis)

+ + + +

GPS 2 Noise (SIM_GPS2_NOISE)

Note: This parameter is for advanced users
+ +

Amplitude of the GPS2 altitude error

+ + + +

GPS 2 Lock Time (SIM_GPS2_LCKTIME)

Note: This parameter is for advanced users
+ +

Delay in seconds before GPS2 acquires lock

+ + + +

GPS 2 Altitude Offset (SIM_GPS2_ALT_OFS)

+ +

GPS 2 Altitude Error

+ + + +

GPS 2 Heading (SIM_GPS2_HDG)

Note: This parameter is for advanced users
+ +

Enable GPS2 output of NMEA heading HDT sentence or UBLOX_RELPOSNED

+ + + +

GPS 2 Accuracy (SIM_GPS2_ACC)

Note: This parameter is for advanced users
+ +

GPS 2 Accuracy

+ + + +

GPS 2 Velocity Error (SIM_GPS2_VERR_X)

Note: This parameter is for advanced users
+ +

GPS 2 Velocity Error Offsets in NED (X-axis)

+ + + +

GPS 2 Velocity Error (SIM_GPS2_VERR_Y)

Note: This parameter is for advanced users
+ +

GPS 2 Velocity Error Offsets in NED (Y-axis)

+ + + +

GPS 2 Velocity Error (SIM_GPS2_VERR_Z)

Note: This parameter is for advanced users
+ +

GPS 2 Velocity Error Offsets in NED (Z-axis)

+ + + +

Initial Latitude Offset (SIM_INIT_LAT_OFS)

+ +

GPS initial lat offset from origin

+ + + +

Initial Longitude Offset (SIM_INIT_LON_OFS)

+ +

GPS initial lon offset from origin

+ + + +

Initial Altitude Offset (SIM_INIT_ALT_OFS)

+ +

GPS initial alt offset from origin

+ + + +

GPS Log Number (SIM_GPS_LOG_NUM)

+ +

Log number for GPS:update_file()

+ + + +

GPS jamming enable (SIM_GPS2_JAM)

Note: This parameter is for advanced users
+ +

Enable simulated GPS jamming

+ + + +

MAG1 Device ID (SIM_MAG1_DEVID)

Note: This parameter is for advanced users
+ +

Device ID of simulated compass 1

+ + + +

MAG1 Failure (SIM_MAG1_FAIL)

Note: This parameter is for advanced users
+ +

Simulated failure of MAG1

+ + + +

MAG2 Failure (SIM_MAG2_FAIL)

Note: This parameter is for advanced users
+ +

Simulated failure of MAG2

+ + + +

MAG3 Failure (SIM_MAG3_FAIL)

Note: This parameter is for advanced users
+ +

Simulated failure of MAG3

+ + + +

Save MAG devids on startup (SIM_MAG_SAVE_IDS)

Note: This parameter is for advanced users
+ +

This forces saving of compass devids on startup so that simulated compasses start as calibrated

+ + + +

Accel 1 bias (SIM_ACC1_BIAS_X)

Note: This parameter is for advanced users
+ +

bias of simulated accelerometer sensor (X-axis)

+ + + +

Accel 1 bias (SIM_ACC1_BIAS_Y)

Note: This parameter is for advanced users
+ +

bias of simulated accelerometer sensor (Y-axis)

+ + + +

Accel 1 bias (SIM_ACC1_BIAS_Z)

Note: This parameter is for advanced users
+ +

bias of simulated accelerometer sensor (Z-axis)

+ + + +

Accel 2 bias (SIM_ACC2_BIAS_X)

Note: This parameter is for advanced users
+ +

bias of simulated accelerometer sensor (X-axis)

+ + + +

Accel 2 bias (SIM_ACC2_BIAS_Y)

Note: This parameter is for advanced users
+ +

bias of simulated accelerometer sensor (Y-axis)

+ + + +

Accel 2 bias (SIM_ACC2_BIAS_Z)

Note: This parameter is for advanced users
+ +

bias of simulated accelerometer sensor (Z-axis)

+ + + +

Accel 3 bias (SIM_ACC3_BIAS_X)

Note: This parameter is for advanced users
+ +

bias of simulated accelerometer sensor (X-axis)

+ + + +

Accel 3 bias (SIM_ACC3_BIAS_Y)

Note: This parameter is for advanced users
+ +

bias of simulated accelerometer sensor (Y-axis)

+ + + +

Accel 3 bias (SIM_ACC3_BIAS_Z)

Note: This parameter is for advanced users
+ +

bias of simulated accelerometer sensor (Z-axis)

+ + + +

Gyro 1 scaling factor (SIM_GYR1_SCALE_X)

Note: This parameter is for advanced users
+ +

scaling factors applied to simulated gyroscope (X-axis)

+ + + +

Gyro 1 scaling factor (SIM_GYR1_SCALE_Y)

Note: This parameter is for advanced users
+ +

scaling factors applied to simulated gyroscope (Y-axis)

+ + + +

Gyro 1 scaling factor (SIM_GYR1_SCALE_Z)

Note: This parameter is for advanced users
+ +

scaling factors applied to simulated gyroscope (Z-axis)

+ + + +

Gyro 2 scaling factor (SIM_GYR2_SCALE_X)

Note: This parameter is for advanced users
+ +

scaling factors applied to simulated gyroscope (X-axis)

+ + + +

Gyro 2 scaling factor (SIM_GYR2_SCALE_Y)

Note: This parameter is for advanced users
+ +

scaling factors applied to simulated gyroscope (Y-axis)

+ + + +

Gyro 2 scaling factor (SIM_GYR2_SCALE_Z)

Note: This parameter is for advanced users
+ +

scaling factors applied to simulated gyroscope (Z-axis)

+ + + +

Gyro 3 scaling factor (SIM_GYR3_SCALE_X)

Note: This parameter is for advanced users
+ +

scaling factors applied to simulated gyroscope (X-axis)

+ + + +

Gyro 3 scaling factor (SIM_GYR3_SCALE_Y)

Note: This parameter is for advanced users
+ +

scaling factors applied to simulated gyroscope (Y-axis)

+ + + +

Gyro 3 scaling factor (SIM_GYR3_SCALE_Z)

Note: This parameter is for advanced users
+ +

scaling factors applied to simulated gyroscope (Z-axis)

+ + + +

ACCEL1 Failure (SIM_ACCEL1_FAIL)

Note: This parameter is for advanced users
+ +

Simulated failure of ACCEL1

+ + + +

ACCEL2 Failure (SIM_ACCEL2_FAIL)

Note: This parameter is for advanced users
+ +

Simulated failure of ACCEL2

+ + + +

ACCEL3 Failure (SIM_ACCEL3_FAIL)

Note: This parameter is for advanced users
+ +

Simulated failure of ACCEL3

+ + + +

Gyro Failure Mask (SIM_GYRO_FAIL_MSK)

Note: This parameter is for advanced users
+ +

Determines if the gyro reading updates are stopped when for an IMU simulated failure by ACCELx_FAIL params

+ + + +

Accelerometer Failure Mask (SIM_ACC_FAIL_MSK)

Note: This parameter is for advanced users
+ +

Determines if the acclerometer reading updates are stopped when for an IMU simulated failure by ACCELx_FAIL params

+ + + +

Accel 1 scaling factor (SIM_ACC1_SCAL_X)

Note: This parameter is for advanced users
+ +

scaling factors applied to simulated accelerometer (X-axis)

+ + + +

Accel 1 scaling factor (SIM_ACC1_SCAL_Y)

Note: This parameter is for advanced users
+ +

scaling factors applied to simulated accelerometer (Y-axis)

+ + + +

Accel 1 scaling factor (SIM_ACC1_SCAL_Z)

Note: This parameter is for advanced users
+ +

scaling factors applied to simulated accelerometer (Z-axis)

+ + + +

Accel 2 scaling factor (SIM_ACC2_SCAL_X)

Note: This parameter is for advanced users
+ +

scaling factors applied to simulated accelerometer (X-axis)

+ + + +

Accel 2 scaling factor (SIM_ACC2_SCAL_Y)

Note: This parameter is for advanced users
+ +

scaling factors applied to simulated accelerometer (Y-axis)

+ + + +

Accel 2 scaling factor (SIM_ACC2_SCAL_Z)

Note: This parameter is for advanced users
+ +

scaling factors applied to simulated accelerometer (Z-axis)

+ + + +

Accel 3 scaling factor (SIM_ACC3_SCAL_X)

Note: This parameter is for advanced users
+ +

scaling factors applied to simulated accelerometer (X-axis)

+ + + +

Accel 3 scaling factor (SIM_ACC3_SCAL_Y)

Note: This parameter is for advanced users
+ +

scaling factors applied to simulated accelerometer (Y-axis)

+ + + +

Accel 3 scaling factor (SIM_ACC3_SCAL_Z)

Note: This parameter is for advanced users
+ +

scaling factors applied to simulated accelerometer (Z-axis)

+ + + +

Sailboat simulation sail type (SIM_SAIL_TYPE)

+ +

0: mainsail with sheet, 1: directly actuated wing

+ + + +

JSON master instance (SIM_JSON_MASTER)

+ +

the instance number to take servos from

+ + + +

SIM-on_hardware Output Enable Mask (SIM_OH_MASK)

+ +

channels which are passed through to actual hardware when running sim on actual hardware

+ + + +

First Gyro bias on X axis (SIM_GYR1_BIAS_X)

Note: This parameter is for advanced users
+ +

First Gyro bias on X axis

+ + + +

First Gyro bias on Y axis (SIM_GYR1_BIAS_Y)

Note: This parameter is for advanced users
+ +

First Gyro bias on Y axis

+ + + +

First Gyro bias on Z axis (SIM_GYR1_BIAS_Z)

Note: This parameter is for advanced users
+ +

First Gyro bias on Z axis

+ + + +

Second Gyro bias on X axis (SIM_GYR2_BIAS_X)

Note: This parameter is for advanced users
+ +

Second Gyro bias on X axis

+ + + +

Second Gyro bias on Y axis (SIM_GYR2_BIAS_Y)

Note: This parameter is for advanced users
+ +

Second Gyro bias on Y axis

+ + + +

Second Gyro bias on Z axis (SIM_GYR2_BIAS_Z)

Note: This parameter is for advanced users
+ +

Second Gyro bias on Z axis

+ + + +

Third Gyro bias on X axis (SIM_GYR3_BIAS_X)

Note: This parameter is for advanced users
+ +

Third Gyro bias on X axis

+ + + +

Third Gyro bias on Y axis (SIM_GYR3_BIAS_Y)

Note: This parameter is for advanced users
+ +

Third Gyro bias on Y axis

+ + + +

Third Gyro bias on Z axis (SIM_GYR3_BIAS_Z)

Note: This parameter is for advanced users
+ +

Third Gyro bias on Z axis

+ + + +

Accel 4 scaling factor (SIM_ACC4_SCAL_X)

Note: This parameter is for advanced users
+ +

scaling factors applied to simulated accelerometer (X-axis)

+ + + +

Accel 4 scaling factor (SIM_ACC4_SCAL_Y)

Note: This parameter is for advanced users
+ +

scaling factors applied to simulated accelerometer (Y-axis)

+ + + +

Accel 4 scaling factor (SIM_ACC4_SCAL_Z)

Note: This parameter is for advanced users
+ +

scaling factors applied to simulated accelerometer (Z-axis)

+ + + +

ACCEL4 Failure (SIM_ACCEL4_FAIL)

Note: This parameter is for advanced users
+ +

Simulated failure of ACCEL4

+ + + +

Gyro 4 scaling factor (SIM_GYR4_SCALE_X)

Note: This parameter is for advanced users
+ +

scaling factors applied to simulated gyroscope (X-axis)

+ + + +

Gyro 4 scaling factor (SIM_GYR4_SCALE_Y)

Note: This parameter is for advanced users
+ +

scaling factors applied to simulated gyroscope (Y-axis)

+ + + +

Gyro 4 scaling factor (SIM_GYR4_SCALE_Z)

Note: This parameter is for advanced users
+ +

scaling factors applied to simulated gyroscope (Z-axis)

+ + + +

Accel 4 bias (SIM_ACC4_BIAS_X)

Note: This parameter is for advanced users
+ +

bias of simulated accelerometer sensor (X-axis)

+ + + +

Accel 4 bias (SIM_ACC4_BIAS_Y)

Note: This parameter is for advanced users
+ +

bias of simulated accelerometer sensor (Y-axis)

+ + + +

Accel 4 bias (SIM_ACC4_BIAS_Z)

Note: This parameter is for advanced users
+ +

bias of simulated accelerometer sensor (Z-axis)

+ + + +

Fourth Gyro bias on X axis (SIM_GYR4_BIAS_X)

Note: This parameter is for advanced users
+ +

Fourth Gyro bias on X axis

+ + + +

Fourth Gyro bias on Y axis (SIM_GYR4_BIAS_Y)

Note: This parameter is for advanced users
+ +

Fourth Gyro bias on Y axis

+ + + +

Fourth Gyro bias on Z axis (SIM_GYR4_BIAS_Z)

Note: This parameter is for advanced users
+ +

Fourth Gyro bias on Z axis

+ + + +

Accel 4 scaling factor (SIM_ACC5_SCAL_X)

Note: This parameter is for advanced users
+ +

scaling factors applied to simulated accelerometer (X-axis)

+ + + +

Accel 4 scaling factor (SIM_ACC5_SCAL_Y)

Note: This parameter is for advanced users
+ +

scaling factors applied to simulated accelerometer (Y-axis)

+ + + +

Accel 4 scaling factor (SIM_ACC5_SCAL_Z)

Note: This parameter is for advanced users
+ +

scaling factors applied to simulated accelerometer (Z-axis)

+ + + +

ACCEL5 Failure (SIM_ACCEL5_FAIL)

Note: This parameter is for advanced users
+ +

Simulated failure of ACCEL5

+ + + +

Gyro 5 scaling factor (SIM_GYR5_SCALE_X)

Note: This parameter is for advanced users
+ +

scaling factors applied to simulated gyroscope (X-axis)

+ + + +

Gyro 5 scaling factor (SIM_GYR5_SCALE_Y)

Note: This parameter is for advanced users
+ +

scaling factors applied to simulated gyroscope (Y-axis)

+ + + +

Gyro 5 scaling factor (SIM_GYR5_SCALE_Z)

Note: This parameter is for advanced users
+ +

scaling factors applied to simulated gyroscope (Z-axis)

+ + + +

Accel 5 bias (SIM_ACC5_BIAS_X)

Note: This parameter is for advanced users
+ +

bias of simulated accelerometer sensor (X-axis)

+ + + +

Accel 5 bias (SIM_ACC5_BIAS_Y)

Note: This parameter is for advanced users
+ +

bias of simulated accelerometer sensor (Y-axis)

+ + + +

Accel 5 bias (SIM_ACC5_BIAS_Z)

Note: This parameter is for advanced users
+ +

bias of simulated accelerometer sensor (Z-axis)

+ + + +

Fifth Gyro bias on X axis (SIM_GYR5_BIAS_X)

Note: This parameter is for advanced users
+ +

Fifth Gyro bias on X axis

+ + + +

Fifth Gyro bias on Y axis (SIM_GYR5_BIAS_Y)

Note: This parameter is for advanced users
+ +

Fifth Gyro bias on Y axis

+ + + +

Fifth Gyro bias on Z axis (SIM_GYR5_BIAS_Z)

Note: This parameter is for advanced users
+ +

Fifth Gyro bias on Z axis

+ + + +

SIM-on_hardware Relay Enable Mask (SIM_OH_RELAY_MSK)

+ +

Allow relay output operation when running SIM-on-hardware

+ + + +

SIM_ARSPD2_ Parameters

+ + +

Airspeed sensor failure (SIM_ARSPD2_FAIL)

Note: This parameter is for advanced users
+ +

Simulates Airspeed sensor 1 failure

+ + + +

Airspeed sensor failure pressure (SIM_ARSPD2_FAILP)

Note: This parameter is for advanced users
+ +

Simulated airspeed sensor failure pressure

+ + + +

Airspeed pitot tube failure pressure (SIM_ARSPD2_PITOT)

Note: This parameter is for advanced users
+ +

Simulated airspeed sensor pitot tube failure pressure

+ + + +

Airspeed signflip (SIM_ARSPD2_SIGN)

Note: This parameter is for advanced users
+ +

Simulated airspeed sensor with reversed pitot/static connections

+ + + +

Airspeed ratios (SIM_ARSPD2_RATIO)

Note: This parameter is for advanced users
+ +

Simulated airspeed sensor ratio

+ + + +

SIM_ARSPD_ Parameters

+ + +

Airspeed sensor failure (SIM_ARSPD_FAIL)

Note: This parameter is for advanced users
+ +

Simulates Airspeed sensor 1 failure

+ + + +

Airspeed sensor failure pressure (SIM_ARSPD_FAILP)

Note: This parameter is for advanced users
+ +

Simulated airspeed sensor failure pressure

+ + + +

Airspeed pitot tube failure pressure (SIM_ARSPD_PITOT)

Note: This parameter is for advanced users
+ +

Simulated airspeed sensor pitot tube failure pressure

+ + + +

Airspeed signflip (SIM_ARSPD_SIGN)

Note: This parameter is for advanced users
+ +

Simulated airspeed sensor with reversed pitot/static connections

+ + + +

Airspeed ratios (SIM_ARSPD_RATIO)

Note: This parameter is for advanced users
+ +

Simulated airspeed sensor ratio

+ + + +

SIM_GRPE_ Parameters

+ + +

Gripper servo Sim enable/disable (SIM_GRPE_ENABLE)

Note: This parameter is for advanced users
+ +

Allows you to enable (1) or disable (0) the gripper servo simulation

+ + + +

Gripper emp pin (SIM_GRPE_PIN)

Note: This parameter is for advanced users
+ +

The pin number that the gripper emp is connected to. (start at 1)

+ + + +

SIM_GRPS_ Parameters

+ + +

Gripper servo Sim enable/disable (SIM_GRPS_ENABLE)

Note: This parameter is for advanced users
+ +

Allows you to enable (1) or disable (0) the gripper servo simulation

+ + + +

Gripper servo pin (SIM_GRPS_PIN)

Note: This parameter is for advanced users
+ +

The pin number that the gripper servo is connected to. (start at 1)

+ + + +

Gripper Grab PWM (SIM_GRPS_GRAB)

Note: This parameter is for advanced users
+ +

PWM value in microseconds sent to Gripper to initiate grabbing the cargo

+ + + +

Gripper Release PWM (SIM_GRPS_RELEASE)

Note: This parameter is for advanced users
+ +

PWM value in microseconds sent to Gripper to release the cargo

+ + + +

Gripper close direction (SIM_GRPS_REVERSE)

Note: This parameter is for advanced users
+ +

Reverse the closing direction.

+ + + +

SIM_PLD_ Parameters

+ + +

Preland device Sim enable/disable (SIM_PLD_ENABLE)

Note: This parameter is for advanced users
+ +

Allows you to enable (1) or disable (0) the Preland simulation

+ + + +

Precland device center's latitude (SIM_PLD_LAT)

Note: This parameter is for advanced users
+ +

Precland device center's latitude

+ + + +

Precland device center's longitude (SIM_PLD_LON)

Note: This parameter is for advanced users
+ +

Precland device center's longitude

+ + + +

Precland device center's height above sealevel (SIM_PLD_HEIGHT)

Note: This parameter is for advanced users
+ +

Precland device center's height above sealevel assume a 2x2m square as station base

+ + + +

Precland device systems rotation from north (SIM_PLD_YAW)

Note: This parameter is for advanced users
+ +

Precland device systems rotation from north

+ + + +

Precland device update rate (SIM_PLD_RATE)

Note: This parameter is for advanced users
+ +

Precland device rate. e.g led patter refresh rate, RF message rate, etc.

+ + + +

Precland device radiance type (SIM_PLD_TYPE)

Note: This parameter is for advanced users
+ +

Precland device radiance type: it can be a cylinder, a cone, or a sphere.

+ + + +

Precland device alt range (SIM_PLD_ALT_LIMIT)

Note: This parameter is for advanced users
+ +

Precland device maximum range altitude

+ + + +

Precland device lateral range (SIM_PLD_DIST_LIMIT)

Note: This parameter is for advanced users
+ +

Precland device maximum lateral range

+ + + +

Precland device orientation (SIM_PLD_ORIENT)

Note: This parameter is for advanced users
+ +

Precland device orientation vector

+ + + +

SIM_Precland extra options (SIM_PLD_OPTIONS)

Note: This parameter is for advanced users
+ +

SIM_Precland extra options

+ + + +

SIM_SPR_ Parameters

+ + +

Sprayer Sim enable/disable (SIM_SPR_ENABLE)

Note: This parameter is for advanced users
+ +

Allows you to enable (1) or disable (0) the Sprayer simulation

+ + + +

Sprayer pump pin (SIM_SPR_PUMP)

Note: This parameter is for advanced users
+ +

The pin number that the Sprayer pump is connected to. (start at 1)

+ + + +

Sprayer spinner servo pin (SIM_SPR_SPIN)

Note: This parameter is for advanced users
+ +

The pin number that the Sprayer spinner servo is connected to. (start at 1)

+ + + +

SPRAY_ Parameters

+ + +

Sprayer enable/disable (SPRAY_ENABLE)

+ +

Allows you to enable (1) or disable (0) the sprayer

+ + + +

Pump speed (SPRAY_PUMP_RATE)

+ +

Desired pump speed when travelling 1m/s expressed as a percentage

+ + + +

Spinner rotation speed (SPRAY_SPINNER)

+ +

Spinner's rotation speed in PWM (a higher rate will disperse the spray over a wider area horizontally)

+ + + +

Speed minimum (SPRAY_SPEED_MIN)

+ +

Speed minimum at which we will begin spraying

+ + + +

Pump speed minimum (SPRAY_PUMP_MIN)

+ +

Minimum pump speed expressed as a percentage

+ + + +

SR0_ Parameters

+ + +

Raw sensor stream rate (SR0_RAW_SENS)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of RAW_IMU, SCALED_IMU2, SCALED_IMU3, SCALED_PRESSURE, SCALED_PRESSURE2, and SCALED_PRESSURE3

+ + + +

Extended status stream rate (SR0_EXT_STAT)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of SYS_STATUS, POWER_STATUS, MCU_STATUS, MEMINFO, CURRENT_WAYPOINT, GPS_RAW_INT, GPS_RTK (if available), GPS2_RAW_INT (if available), GPS2_RTK (if available), NAV_CONTROLLER_OUTPUT, FENCE_STATUS, and GLOBAL_TARGET_POS_INT

+ + + +

RC Channel stream rate (SR0_RC_CHAN)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of SERVO_OUTPUT_RAW and RC_CHANNELS

+ + + +

Raw Control stream rate (SR0_RAW_CTRL)

Note: This parameter is for advanced users
+ +

MAVLink Raw Control stream rate of SERVO_OUT

+ + + +

Position stream rate (SR0_POSITION)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of GLOBAL_POSITION_INT and LOCAL_POSITION_NED

+ + + +

Extra data type 1 stream rate to ground station (SR0_EXTRA1)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of ATTITUDE, SIMSTATE (SIM only), AHRS2 and PID_TUNING

+ + + +

Extra data type 2 stream rate (SR0_EXTRA2)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of VFR_HUD

+ + + +

Extra data type 3 stream rate (SR0_EXTRA3)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of AHRS, SYSTEM_TIME, WIND, RANGEFINDER, DISTANCE_SENSOR, BATTERY2, BATTERY_STATUS, GIMBAL_DEVICE_ATTITUDE_STATUS, OPTICAL_FLOW, MAG_CAL_REPORT, MAG_CAL_PROGRESS, EKF_STATUS_REPORT, VIBRATION, RPM, ESC TELEMETRY, and WHEEL_DISTANCE

+ + + +

Parameter stream rate (SR0_PARAMS)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of PARAM_VALUE

+ + + +

ADSB stream rate (SR0_ADSB)

Note: This parameter is for advanced users
+ +

MAVLink ADSB (AIS) stream rate

+ + + +

SR1_ Parameters

+ + +

Raw sensor stream rate (SR1_RAW_SENS)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of RAW_IMU, SCALED_IMU2, SCALED_IMU3, SCALED_PRESSURE, SCALED_PRESSURE2, and SCALED_PRESSURE3

+ + + +

Extended status stream rate (SR1_EXT_STAT)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of SYS_STATUS, POWER_STATUS, MCU_STATUS, MEMINFO, CURRENT_WAYPOINT, GPS_RAW_INT, GPS_RTK (if available), GPS2_RAW_INT (if available), GPS2_RTK (if available), NAV_CONTROLLER_OUTPUT, FENCE_STATUS, and GLOBAL_TARGET_POS_INT

+ + + +

RC Channel stream rate (SR1_RC_CHAN)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of SERVO_OUTPUT_RAW and RC_CHANNELS

+ + + +

Raw Control stream rate (SR1_RAW_CTRL)

Note: This parameter is for advanced users
+ +

MAVLink Raw Control stream rate of SERVO_OUT

+ + + +

Position stream rate (SR1_POSITION)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of GLOBAL_POSITION_INT and LOCAL_POSITION_NED

+ + + +

Extra data type 1 stream rate to ground station (SR1_EXTRA1)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of ATTITUDE, SIMSTATE (SIM only), AHRS2 and PID_TUNING

+ + + +

Extra data type 2 stream rate (SR1_EXTRA2)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of VFR_HUD

+ + + +

Extra data type 3 stream rate (SR1_EXTRA3)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of AHRS, SYSTEM_TIME, WIND, RANGEFINDER, DISTANCE_SENSOR, BATTERY2, BATTERY_STATUS, GIMBAL_DEVICE_ATTITUDE_STATUS, OPTICAL_FLOW, MAG_CAL_REPORT, MAG_CAL_PROGRESS, EKF_STATUS_REPORT, VIBRATION, RPM, ESC TELEMETRY, and WHEEL_DISTANCE

+ + + +

Parameter stream rate (SR1_PARAMS)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of PARAM_VALUE

+ + + +

ADSB stream rate (SR1_ADSB)

Note: This parameter is for advanced users
+ +

MAVLink ADSB (AIS) stream rate

+ + + +

SR2_ Parameters

+ + +

Raw sensor stream rate (SR2_RAW_SENS)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of RAW_IMU, SCALED_IMU2, SCALED_IMU3, SCALED_PRESSURE, SCALED_PRESSURE2, and SCALED_PRESSURE3

+ + + +

Extended status stream rate (SR2_EXT_STAT)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of SYS_STATUS, POWER_STATUS, MCU_STATUS, MEMINFO, CURRENT_WAYPOINT, GPS_RAW_INT, GPS_RTK (if available), GPS2_RAW_INT (if available), GPS2_RTK (if available), NAV_CONTROLLER_OUTPUT, FENCE_STATUS, and GLOBAL_TARGET_POS_INT

+ + + +

RC Channel stream rate (SR2_RC_CHAN)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of SERVO_OUTPUT_RAW and RC_CHANNELS

+ + + +

Raw Control stream rate (SR2_RAW_CTRL)

Note: This parameter is for advanced users
+ +

MAVLink Raw Control stream rate of SERVO_OUT

+ + + +

Position stream rate (SR2_POSITION)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of GLOBAL_POSITION_INT and LOCAL_POSITION_NED

+ + + +

Extra data type 1 stream rate to ground station (SR2_EXTRA1)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of ATTITUDE, SIMSTATE (SIM only), AHRS2 and PID_TUNING

+ + + +

Extra data type 2 stream rate (SR2_EXTRA2)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of VFR_HUD

+ + + +

Extra data type 3 stream rate (SR2_EXTRA3)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of AHRS, SYSTEM_TIME, WIND, RANGEFINDER, DISTANCE_SENSOR, BATTERY2, BATTERY_STATUS, GIMBAL_DEVICE_ATTITUDE_STATUS, OPTICAL_FLOW, MAG_CAL_REPORT, MAG_CAL_PROGRESS, EKF_STATUS_REPORT, VIBRATION, RPM, ESC TELEMETRY, and WHEEL_DISTANCE

+ + + +

Parameter stream rate (SR2_PARAMS)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of PARAM_VALUE

+ + + +

ADSB stream rate (SR2_ADSB)

Note: This parameter is for advanced users
+ +

MAVLink ADSB (AIS) stream rate

+ + + +

SR3_ Parameters

+ + +

Raw sensor stream rate (SR3_RAW_SENS)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of RAW_IMU, SCALED_IMU2, SCALED_IMU3, SCALED_PRESSURE, SCALED_PRESSURE2, and SCALED_PRESSURE3

+ + + +

Extended status stream rate (SR3_EXT_STAT)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of SYS_STATUS, POWER_STATUS, MCU_STATUS, MEMINFO, CURRENT_WAYPOINT, GPS_RAW_INT, GPS_RTK (if available), GPS2_RAW_INT (if available), GPS2_RTK (if available), NAV_CONTROLLER_OUTPUT, FENCE_STATUS, and GLOBAL_TARGET_POS_INT

+ + + +

RC Channel stream rate (SR3_RC_CHAN)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of SERVO_OUTPUT_RAW and RC_CHANNELS

+ + + +

Raw Control stream rate (SR3_RAW_CTRL)

Note: This parameter is for advanced users
+ +

MAVLink Raw Control stream rate of SERVO_OUT

+ + + +

Position stream rate (SR3_POSITION)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of GLOBAL_POSITION_INT and LOCAL_POSITION_NED

+ + + +

Extra data type 1 stream rate to ground station (SR3_EXTRA1)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of ATTITUDE, SIMSTATE (SIM only), AHRS2 and PID_TUNING

+ + + +

Extra data type 2 stream rate (SR3_EXTRA2)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of VFR_HUD

+ + + +

Extra data type 3 stream rate (SR3_EXTRA3)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of AHRS, SYSTEM_TIME, WIND, RANGEFINDER, DISTANCE_SENSOR, BATTERY2, BATTERY_STATUS, GIMBAL_DEVICE_ATTITUDE_STATUS, OPTICAL_FLOW, MAG_CAL_REPORT, MAG_CAL_PROGRESS, EKF_STATUS_REPORT, VIBRATION, RPM, ESC TELEMETRY, and WHEEL_DISTANCE

+ + + +

Parameter stream rate (SR3_PARAMS)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of PARAM_VALUE

+ + + +

ADSB stream rate (SR3_ADSB)

Note: This parameter is for advanced users
+ +

MAVLink ADSB (AIS) stream rate

+ + + +

SR4_ Parameters

+ + +

Raw sensor stream rate (SR4_RAW_SENS)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of RAW_IMU, SCALED_IMU2, SCALED_IMU3, SCALED_PRESSURE, SCALED_PRESSURE2, and SCALED_PRESSURE3

+ + + +

Extended status stream rate (SR4_EXT_STAT)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of SYS_STATUS, POWER_STATUS, MCU_STATUS, MEMINFO, CURRENT_WAYPOINT, GPS_RAW_INT, GPS_RTK (if available), GPS2_RAW_INT (if available), GPS2_RTK (if available), NAV_CONTROLLER_OUTPUT, FENCE_STATUS, and GLOBAL_TARGET_POS_INT

+ + + +

RC Channel stream rate (SR4_RC_CHAN)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of SERVO_OUTPUT_RAW and RC_CHANNELS

+ + + +

Raw Control stream rate (SR4_RAW_CTRL)

Note: This parameter is for advanced users
+ +

MAVLink Raw Control stream rate of SERVO_OUT

+ + + +

Position stream rate (SR4_POSITION)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of GLOBAL_POSITION_INT and LOCAL_POSITION_NED

+ + + +

Extra data type 1 stream rate to ground station (SR4_EXTRA1)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of ATTITUDE, SIMSTATE (SIM only), AHRS2 and PID_TUNING

+ + + +

Extra data type 2 stream rate (SR4_EXTRA2)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of VFR_HUD

+ + + +

Extra data type 3 stream rate (SR4_EXTRA3)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of AHRS, SYSTEM_TIME, WIND, RANGEFINDER, DISTANCE_SENSOR, BATTERY2, BATTERY_STATUS, GIMBAL_DEVICE_ATTITUDE_STATUS, OPTICAL_FLOW, MAG_CAL_REPORT, MAG_CAL_PROGRESS, EKF_STATUS_REPORT, VIBRATION, RPM, ESC TELEMETRY, and WHEEL_DISTANCE

+ + + +

Parameter stream rate (SR4_PARAMS)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of PARAM_VALUE

+ + + +

ADSB stream rate (SR4_ADSB)

Note: This parameter is for advanced users
+ +

MAVLink ADSB (AIS) stream rate

+ + + +

SR5_ Parameters

+ + +

Raw sensor stream rate (SR5_RAW_SENS)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of RAW_IMU, SCALED_IMU2, SCALED_IMU3, SCALED_PRESSURE, SCALED_PRESSURE2, and SCALED_PRESSURE3

+ + + +

Extended status stream rate (SR5_EXT_STAT)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of SYS_STATUS, POWER_STATUS, MCU_STATUS, MEMINFO, CURRENT_WAYPOINT, GPS_RAW_INT, GPS_RTK (if available), GPS2_RAW_INT (if available), GPS2_RTK (if available), NAV_CONTROLLER_OUTPUT, FENCE_STATUS, and GLOBAL_TARGET_POS_INT

+ + + +

RC Channel stream rate (SR5_RC_CHAN)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of SERVO_OUTPUT_RAW and RC_CHANNELS

+ + + +

Raw Control stream rate (SR5_RAW_CTRL)

Note: This parameter is for advanced users
+ +

MAVLink Raw Control stream rate of SERVO_OUT

+ + + +

Position stream rate (SR5_POSITION)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of GLOBAL_POSITION_INT and LOCAL_POSITION_NED

+ + + +

Extra data type 1 stream rate to ground station (SR5_EXTRA1)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of ATTITUDE, SIMSTATE (SIM only), AHRS2 and PID_TUNING

+ + + +

Extra data type 2 stream rate (SR5_EXTRA2)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of VFR_HUD

+ + + +

Extra data type 3 stream rate (SR5_EXTRA3)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of AHRS, SYSTEM_TIME, WIND, RANGEFINDER, DISTANCE_SENSOR, BATTERY2, BATTERY_STATUS, GIMBAL_DEVICE_ATTITUDE_STATUS, OPTICAL_FLOW, MAG_CAL_REPORT, MAG_CAL_PROGRESS, EKF_STATUS_REPORT, VIBRATION, RPM, ESC TELEMETRY, and WHEEL_DISTANCE

+ + + +

Parameter stream rate (SR5_PARAMS)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of PARAM_VALUE

+ + + +

ADSB stream rate (SR5_ADSB)

Note: This parameter is for advanced users
+ +

MAVLink ADSB (AIS) stream rate

+ + + +

SR6_ Parameters

+ + +

Raw sensor stream rate (SR6_RAW_SENS)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of RAW_IMU, SCALED_IMU2, SCALED_IMU3, SCALED_PRESSURE, SCALED_PRESSURE2, and SCALED_PRESSURE3

+ + + +

Extended status stream rate (SR6_EXT_STAT)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of SYS_STATUS, POWER_STATUS, MCU_STATUS, MEMINFO, CURRENT_WAYPOINT, GPS_RAW_INT, GPS_RTK (if available), GPS2_RAW_INT (if available), GPS2_RTK (if available), NAV_CONTROLLER_OUTPUT, FENCE_STATUS, and GLOBAL_TARGET_POS_INT

+ + + +

RC Channel stream rate (SR6_RC_CHAN)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of SERVO_OUTPUT_RAW and RC_CHANNELS

+ + + +

Raw Control stream rate (SR6_RAW_CTRL)

Note: This parameter is for advanced users
+ +

MAVLink Raw Control stream rate of SERVO_OUT

+ + + +

Position stream rate (SR6_POSITION)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of GLOBAL_POSITION_INT and LOCAL_POSITION_NED

+ + + +

Extra data type 1 stream rate to ground station (SR6_EXTRA1)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of ATTITUDE, SIMSTATE (SIM only), AHRS2 and PID_TUNING

+ + + +

Extra data type 2 stream rate (SR6_EXTRA2)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of VFR_HUD

+ + + +

Extra data type 3 stream rate (SR6_EXTRA3)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of AHRS, SYSTEM_TIME, WIND, RANGEFINDER, DISTANCE_SENSOR, BATTERY2, BATTERY_STATUS, GIMBAL_DEVICE_ATTITUDE_STATUS, OPTICAL_FLOW, MAG_CAL_REPORT, MAG_CAL_PROGRESS, EKF_STATUS_REPORT, VIBRATION, RPM, ESC TELEMETRY, and WHEEL_DISTANCE

+ + + +

Parameter stream rate (SR6_PARAMS)

Note: This parameter is for advanced users
+ +

MAVLink Stream rate of PARAM_VALUE

+ + + +

ADSB stream rate (SR6_ADSB)

Note: This parameter is for advanced users
+ +

MAVLink ADSB (AIS) stream rate

+ + + +

SRTL_ Parameters

+ + +

SmartRTL accuracy (SRTL_ACCURACY)

Note: This parameter is for advanced users
+ +

SmartRTL accuracy. The minimum distance between points.

+ + + +

SmartRTL maximum number of points on path (SRTL_POINTS)

Note: This parameter is for advanced users
+ +

SmartRTL maximum number of points on path. Set to 0 to disable SmartRTL. 100 points consumes about 3k of memory.

+ + + +

SmartRTL options (SRTL_OPTIONS)

+ +

Bitmask of SmartRTL options.

+ + + +

STAT Parameters

+ + +

Boot Count (STAT_BOOTCNT)

+ +

Number of times board has been booted

+ + + +

Total FlightTime (STAT_FLTTIME)

+ +

Total FlightTime (seconds)

+ + + +

Total RunTime (STAT_RUNTIME)

+ +

Total time autopilot has run

+ + + +

Statistics Reset Time (STAT_RESET)

+ +

Seconds since January 1st 2016 (Unix epoch+1451606400) since statistics reset (set to 0 to reset statistics)

+ + + +

TEMP Parameters

+ + +

Logging (TEMP_LOG)

+ +

Enables temperature sensor logging

+ + + +

TEMP1_ Parameters

+ + +

Temperature Sensor Type (TEMP1_TYPE)

+ +

Enables temperature sensors

+ + + +

Temperature sensor bus (TEMP1_BUS)

Note: This parameter is for advanced users
+ +

Temperature sensor bus number, typically used to select from multiple I2C buses

+ + + +

Temperature sensor address (TEMP1_ADDR)

Note: This parameter is for advanced users
+ +

Temperature sensor address, typically used for I2C address

+ + + +

Sensor Source (TEMP1_SRC)

+ +

Sensor Source is used to designate which device's temperature report will be replaced by this temperature sensor's data. If 0 (None) then the data is only available via log. In the future a new Motor temperature report will be created for returning data directly.

+ + + +

Sensor Source Identification (TEMP1_SRC_ID)

+ +

Sensor Source Identification is used to replace a specific instance of a system component's temperature report with the temp sensor's. Examples: TEMP_SRC = 1 (ESC), TEMP_SRC_ID = 1 will set the temp of ESC1. TEMP_SRC = 3 (BatteryIndex),TEMP_SRC_ID = 2 will set the temp of BATT2. TEMP_SRC = 4 (BatteryId/SerialNum),TEMP_SRC_ID=42 will set the temp of all batteries that have param BATTn_SERIAL = 42.

+ + + +

Temperature sensor analog voltage sensing pin (TEMP1_PIN)

+ +

Sets the analog input pin that should be used for temprature monitoring.

+ + + +

Temperature sensor analog 0th polynomial coefficient (TEMP1_A0)

+ +

a0 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4

+ + + +

Temperature sensor analog 1st polynomial coefficient (TEMP1_A1)

+ +

a1 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4

+ + + +

Temperature sensor analog 2nd polynomial coefficient (TEMP1_A2)

+ +

a2 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4

+ + + +

Temperature sensor analog 3rd polynomial coefficient (TEMP1_A3)

+ +

a3 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4

+ + + +

Temperature sensor analog 4th polynomial coefficient (TEMP1_A4)

+ +

a4 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4

+ + + +

TEMP2_ Parameters

+ + +

Temperature Sensor Type (TEMP2_TYPE)

+ +

Enables temperature sensors

+ + + +

Temperature sensor bus (TEMP2_BUS)

Note: This parameter is for advanced users
+ +

Temperature sensor bus number, typically used to select from multiple I2C buses

+ + + +

Temperature sensor address (TEMP2_ADDR)

Note: This parameter is for advanced users
+ +

Temperature sensor address, typically used for I2C address

+ + + +

Sensor Source (TEMP2_SRC)

+ +

Sensor Source is used to designate which device's temperature report will be replaced by this temperature sensor's data. If 0 (None) then the data is only available via log. In the future a new Motor temperature report will be created for returning data directly.

+ + + +

Sensor Source Identification (TEMP2_SRC_ID)

+ +

Sensor Source Identification is used to replace a specific instance of a system component's temperature report with the temp sensor's. Examples: TEMP_SRC = 1 (ESC), TEMP_SRC_ID = 1 will set the temp of ESC1. TEMP_SRC = 3 (BatteryIndex),TEMP_SRC_ID = 2 will set the temp of BATT2. TEMP_SRC = 4 (BatteryId/SerialNum),TEMP_SRC_ID=42 will set the temp of all batteries that have param BATTn_SERIAL = 42.

+ + + +

Temperature sensor analog voltage sensing pin (TEMP2_PIN)

+ +

Sets the analog input pin that should be used for temprature monitoring.

+ + + +

Temperature sensor analog 0th polynomial coefficient (TEMP2_A0)

+ +

a0 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4

+ + + +

Temperature sensor analog 1st polynomial coefficient (TEMP2_A1)

+ +

a1 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4

+ + + +

Temperature sensor analog 2nd polynomial coefficient (TEMP2_A2)

+ +

a2 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4

+ + + +

Temperature sensor analog 3rd polynomial coefficient (TEMP2_A3)

+ +

a3 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4

+ + + +

Temperature sensor analog 4th polynomial coefficient (TEMP2_A4)

+ +

a4 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4

+ + + +

TEMP3_ Parameters

+ + +

Temperature Sensor Type (TEMP3_TYPE)

+ +

Enables temperature sensors

+ + + +

Temperature sensor bus (TEMP3_BUS)

Note: This parameter is for advanced users
+ +

Temperature sensor bus number, typically used to select from multiple I2C buses

+ + + +

Temperature sensor address (TEMP3_ADDR)

Note: This parameter is for advanced users
+ +

Temperature sensor address, typically used for I2C address

+ + + +

Sensor Source (TEMP3_SRC)

+ +

Sensor Source is used to designate which device's temperature report will be replaced by this temperature sensor's data. If 0 (None) then the data is only available via log. In the future a new Motor temperature report will be created for returning data directly.

+ + + +

Sensor Source Identification (TEMP3_SRC_ID)

+ +

Sensor Source Identification is used to replace a specific instance of a system component's temperature report with the temp sensor's. Examples: TEMP_SRC = 1 (ESC), TEMP_SRC_ID = 1 will set the temp of ESC1. TEMP_SRC = 3 (BatteryIndex),TEMP_SRC_ID = 2 will set the temp of BATT2. TEMP_SRC = 4 (BatteryId/SerialNum),TEMP_SRC_ID=42 will set the temp of all batteries that have param BATTn_SERIAL = 42.

+ + + +

Temperature sensor analog voltage sensing pin (TEMP3_PIN)

+ +

Sets the analog input pin that should be used for temprature monitoring.

+ + + +

Temperature sensor analog 0th polynomial coefficient (TEMP3_A0)

+ +

a0 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4

+ + + +

Temperature sensor analog 1st polynomial coefficient (TEMP3_A1)

+ +

a1 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4

+ + + +

Temperature sensor analog 2nd polynomial coefficient (TEMP3_A2)

+ +

a2 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4

+ + + +

Temperature sensor analog 3rd polynomial coefficient (TEMP3_A3)

+ +

a3 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4

+ + + +

Temperature sensor analog 4th polynomial coefficient (TEMP3_A4)

+ +

a4 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4

+ + + +

TEMP4_ Parameters

+ + +

Temperature Sensor Type (TEMP4_TYPE)

+ +

Enables temperature sensors

+ + + +

Temperature sensor bus (TEMP4_BUS)

Note: This parameter is for advanced users
+ +

Temperature sensor bus number, typically used to select from multiple I2C buses

+ + + +

Temperature sensor address (TEMP4_ADDR)

Note: This parameter is for advanced users
+ +

Temperature sensor address, typically used for I2C address

+ + + +

Sensor Source (TEMP4_SRC)

+ +

Sensor Source is used to designate which device's temperature report will be replaced by this temperature sensor's data. If 0 (None) then the data is only available via log. In the future a new Motor temperature report will be created for returning data directly.

+ + + +

Sensor Source Identification (TEMP4_SRC_ID)

+ +

Sensor Source Identification is used to replace a specific instance of a system component's temperature report with the temp sensor's. Examples: TEMP_SRC = 1 (ESC), TEMP_SRC_ID = 1 will set the temp of ESC1. TEMP_SRC = 3 (BatteryIndex),TEMP_SRC_ID = 2 will set the temp of BATT2. TEMP_SRC = 4 (BatteryId/SerialNum),TEMP_SRC_ID=42 will set the temp of all batteries that have param BATTn_SERIAL = 42.

+ + + +

Temperature sensor analog voltage sensing pin (TEMP4_PIN)

+ +

Sets the analog input pin that should be used for temprature monitoring.

+ + + +

Temperature sensor analog 0th polynomial coefficient (TEMP4_A0)

+ +

a0 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4

+ + + +

Temperature sensor analog 1st polynomial coefficient (TEMP4_A1)

+ +

a1 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4

+ + + +

Temperature sensor analog 2nd polynomial coefficient (TEMP4_A2)

+ +

a2 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4

+ + + +

Temperature sensor analog 3rd polynomial coefficient (TEMP4_A3)

+ +

a3 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4

+ + + +

Temperature sensor analog 4th polynomial coefficient (TEMP4_A4)

+ +

a4 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4

+ + + +

TEMP5_ Parameters

+ + +

Temperature Sensor Type (TEMP5_TYPE)

+ +

Enables temperature sensors

+ + + +

Temperature sensor bus (TEMP5_BUS)

Note: This parameter is for advanced users
+ +

Temperature sensor bus number, typically used to select from multiple I2C buses

+ + + +

Temperature sensor address (TEMP5_ADDR)

Note: This parameter is for advanced users
+ +

Temperature sensor address, typically used for I2C address

+ + + +

Sensor Source (TEMP5_SRC)

+ +

Sensor Source is used to designate which device's temperature report will be replaced by this temperature sensor's data. If 0 (None) then the data is only available via log. In the future a new Motor temperature report will be created for returning data directly.

+ + + +

Sensor Source Identification (TEMP5_SRC_ID)

+ +

Sensor Source Identification is used to replace a specific instance of a system component's temperature report with the temp sensor's. Examples: TEMP_SRC = 1 (ESC), TEMP_SRC_ID = 1 will set the temp of ESC1. TEMP_SRC = 3 (BatteryIndex),TEMP_SRC_ID = 2 will set the temp of BATT2. TEMP_SRC = 4 (BatteryId/SerialNum),TEMP_SRC_ID=42 will set the temp of all batteries that have param BATTn_SERIAL = 42.

+ + + +

Temperature sensor analog voltage sensing pin (TEMP5_PIN)

+ +

Sets the analog input pin that should be used for temprature monitoring.

+ + + +

Temperature sensor analog 0th polynomial coefficient (TEMP5_A0)

+ +

a0 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4

+ + + +

Temperature sensor analog 1st polynomial coefficient (TEMP5_A1)

+ +

a1 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4

+ + + +

Temperature sensor analog 2nd polynomial coefficient (TEMP5_A2)

+ +

a2 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4

+ + + +

Temperature sensor analog 3rd polynomial coefficient (TEMP5_A3)

+ +

a3 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4

+ + + +

Temperature sensor analog 4th polynomial coefficient (TEMP5_A4)

+ +

a4 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4

+ + + +

TEMP6_ Parameters

+ + +

Temperature Sensor Type (TEMP6_TYPE)

+ +

Enables temperature sensors

+ + + +

Temperature sensor bus (TEMP6_BUS)

Note: This parameter is for advanced users
+ +

Temperature sensor bus number, typically used to select from multiple I2C buses

+ + + +

Temperature sensor address (TEMP6_ADDR)

Note: This parameter is for advanced users
+ +

Temperature sensor address, typically used for I2C address

+ + + +

Sensor Source (TEMP6_SRC)

+ +

Sensor Source is used to designate which device's temperature report will be replaced by this temperature sensor's data. If 0 (None) then the data is only available via log. In the future a new Motor temperature report will be created for returning data directly.

+ + + +

Sensor Source Identification (TEMP6_SRC_ID)

+ +

Sensor Source Identification is used to replace a specific instance of a system component's temperature report with the temp sensor's. Examples: TEMP_SRC = 1 (ESC), TEMP_SRC_ID = 1 will set the temp of ESC1. TEMP_SRC = 3 (BatteryIndex),TEMP_SRC_ID = 2 will set the temp of BATT2. TEMP_SRC = 4 (BatteryId/SerialNum),TEMP_SRC_ID=42 will set the temp of all batteries that have param BATTn_SERIAL = 42.

+ + + +

Temperature sensor analog voltage sensing pin (TEMP6_PIN)

+ +

Sets the analog input pin that should be used for temprature monitoring.

+ + + +

Temperature sensor analog 0th polynomial coefficient (TEMP6_A0)

+ +

a0 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4

+ + + +

Temperature sensor analog 1st polynomial coefficient (TEMP6_A1)

+ +

a1 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4

+ + + +

Temperature sensor analog 2nd polynomial coefficient (TEMP6_A2)

+ +

a2 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4

+ + + +

Temperature sensor analog 3rd polynomial coefficient (TEMP6_A3)

+ +

a3 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4

+ + + +

Temperature sensor analog 4th polynomial coefficient (TEMP6_A4)

+ +

a4 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4

+ + + +

TEMP7_ Parameters

+ + +

Temperature Sensor Type (TEMP7_TYPE)

+ +

Enables temperature sensors

+ + + +

Temperature sensor bus (TEMP7_BUS)

Note: This parameter is for advanced users
+ +

Temperature sensor bus number, typically used to select from multiple I2C buses

+ + + +

Temperature sensor address (TEMP7_ADDR)

Note: This parameter is for advanced users
+ +

Temperature sensor address, typically used for I2C address

+ + + +

Sensor Source (TEMP7_SRC)

+ +

Sensor Source is used to designate which device's temperature report will be replaced by this temperature sensor's data. If 0 (None) then the data is only available via log. In the future a new Motor temperature report will be created for returning data directly.

+ + + +

Sensor Source Identification (TEMP7_SRC_ID)

+ +

Sensor Source Identification is used to replace a specific instance of a system component's temperature report with the temp sensor's. Examples: TEMP_SRC = 1 (ESC), TEMP_SRC_ID = 1 will set the temp of ESC1. TEMP_SRC = 3 (BatteryIndex),TEMP_SRC_ID = 2 will set the temp of BATT2. TEMP_SRC = 4 (BatteryId/SerialNum),TEMP_SRC_ID=42 will set the temp of all batteries that have param BATTn_SERIAL = 42.

+ + + +

Temperature sensor analog voltage sensing pin (TEMP7_PIN)

+ +

Sets the analog input pin that should be used for temprature monitoring.

+ + + +

Temperature sensor analog 0th polynomial coefficient (TEMP7_A0)

+ +

a0 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4

+ + + +

Temperature sensor analog 1st polynomial coefficient (TEMP7_A1)

+ +

a1 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4

+ + + +

Temperature sensor analog 2nd polynomial coefficient (TEMP7_A2)

+ +

a2 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4

+ + + +

Temperature sensor analog 3rd polynomial coefficient (TEMP7_A3)

+ +

a3 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4

+ + + +

Temperature sensor analog 4th polynomial coefficient (TEMP7_A4)

+ +

a4 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4

+ + + +

TEMP8_ Parameters

+ + +

Temperature Sensor Type (TEMP8_TYPE)

+ +

Enables temperature sensors

+ + + +

Temperature sensor bus (TEMP8_BUS)

Note: This parameter is for advanced users
+ +

Temperature sensor bus number, typically used to select from multiple I2C buses

+ + + +

Temperature sensor address (TEMP8_ADDR)

Note: This parameter is for advanced users
+ +

Temperature sensor address, typically used for I2C address

+ + + +

Sensor Source (TEMP8_SRC)

+ +

Sensor Source is used to designate which device's temperature report will be replaced by this temperature sensor's data. If 0 (None) then the data is only available via log. In the future a new Motor temperature report will be created for returning data directly.

+ + + +

Sensor Source Identification (TEMP8_SRC_ID)

+ +

Sensor Source Identification is used to replace a specific instance of a system component's temperature report with the temp sensor's. Examples: TEMP_SRC = 1 (ESC), TEMP_SRC_ID = 1 will set the temp of ESC1. TEMP_SRC = 3 (BatteryIndex),TEMP_SRC_ID = 2 will set the temp of BATT2. TEMP_SRC = 4 (BatteryId/SerialNum),TEMP_SRC_ID=42 will set the temp of all batteries that have param BATTn_SERIAL = 42.

+ + + +

Temperature sensor analog voltage sensing pin (TEMP8_PIN)

+ +

Sets the analog input pin that should be used for temprature monitoring.

+ + + +

Temperature sensor analog 0th polynomial coefficient (TEMP8_A0)

+ +

a0 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4

+ + + +

Temperature sensor analog 1st polynomial coefficient (TEMP8_A1)

+ +

a1 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4

+ + + +

Temperature sensor analog 2nd polynomial coefficient (TEMP8_A2)

+ +

a2 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4

+ + + +

Temperature sensor analog 3rd polynomial coefficient (TEMP8_A3)

+ +

a3 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4

+ + + +

Temperature sensor analog 4th polynomial coefficient (TEMP8_A4)

+ +

a4 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4

+ + + +

TEMP9_ Parameters

+ + +

Temperature Sensor Type (TEMP9_TYPE)

+ +

Enables temperature sensors

+ + + +

Temperature sensor bus (TEMP9_BUS)

Note: This parameter is for advanced users
+ +

Temperature sensor bus number, typically used to select from multiple I2C buses

+ + + +

Temperature sensor address (TEMP9_ADDR)

Note: This parameter is for advanced users
+ +

Temperature sensor address, typically used for I2C address

+ + + +

Sensor Source (TEMP9_SRC)

+ +

Sensor Source is used to designate which device's temperature report will be replaced by this temperature sensor's data. If 0 (None) then the data is only available via log. In the future a new Motor temperature report will be created for returning data directly.

+ + + +

Sensor Source Identification (TEMP9_SRC_ID)

+ +

Sensor Source Identification is used to replace a specific instance of a system component's temperature report with the temp sensor's. Examples: TEMP_SRC = 1 (ESC), TEMP_SRC_ID = 1 will set the temp of ESC1. TEMP_SRC = 3 (BatteryIndex),TEMP_SRC_ID = 2 will set the temp of BATT2. TEMP_SRC = 4 (BatteryId/SerialNum),TEMP_SRC_ID=42 will set the temp of all batteries that have param BATTn_SERIAL = 42.

+ + + +

Temperature sensor analog voltage sensing pin (TEMP9_PIN)

+ +

Sets the analog input pin that should be used for temprature monitoring.

+ + + +

Temperature sensor analog 0th polynomial coefficient (TEMP9_A0)

+ +

a0 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4

+ + + +

Temperature sensor analog 1st polynomial coefficient (TEMP9_A1)

+ +

a1 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4

+ + + +

Temperature sensor analog 2nd polynomial coefficient (TEMP9_A2)

+ +

a2 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4

+ + + +

Temperature sensor analog 3rd polynomial coefficient (TEMP9_A3)

+ +

a3 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4

+ + + +

Temperature sensor analog 4th polynomial coefficient (TEMP9_A4)

+ +

a4 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4

+ + + +

TRQD_ Parameters

+ + +

Torqeedo connection type (TRQD_TYPE)

+ +

Torqeedo connection type

+ + + +

Torqeedo ON/Off pin (TRQD_ONOFF_PIN)

+ +

Pin number connected to Torqeedo's on/off pin. -1 to use serial port's RTS pin if available

+ + + +

Torqeedo DE pin (TRQD_DE_PIN)

+ +

Pin number connected to RS485 to Serial converter's DE pin. -1 to use serial port's CTS pin if available

+ + + +

Torqeedo Options (TRQD_OPTIONS)

Note: This parameter is for advanced users
+ +

Torqeedo Options Bitmask

+ + + +

Torqeedo Motor Power (TRQD_POWER)

Note: This parameter is for advanced users
+ +

Torqeedo motor power. Only applied when using motor connection type (e.g. TRQD_TYPE=2)

+ + + +

Torqeedo Throttle Slew Time (TRQD_SLEW_TIME)

Note: This parameter is for advanced users
+ +

Torqeedo slew rate specified as the minimum number of seconds required to increase the throttle from 0 to 100%. Higher values cause a slower response, lower values cause a faster response. A value of zero disables the limit

+ + + +

Torqeedo Direction Change Delay (TRQD_DIR_DELAY)

Note: This parameter is for advanced users
+ +

Torqeedo direction change delay. Output will remain at zero for this many seconds when transitioning between forward and backwards rotation

+ + + +

VISO Parameters

+ + +

Visual odometry camera connection type (VISO_TYPE)

Note: This parameter is for advanced users
+ +

Visual odometry camera connection type

+ + + +

Visual odometry camera X position offset (VISO_POS_X)

Note: This parameter is for advanced users
+ +

X position of the camera in body frame. Positive X is forward of the origin.

+ + + +

Visual odometry camera Y position offset (VISO_POS_Y)

Note: This parameter is for advanced users
+ +

Y position of the camera in body frame. Positive Y is to the right of the origin.

+ + + +

Visual odometry camera Z position offset (VISO_POS_Z)

Note: This parameter is for advanced users
+ +

Z position of the camera in body frame. Positive Z is down from the origin.

+ + + +

Visual odometery camera orientation (VISO_ORIENT)

Note: This parameter is for advanced users
+ +

Visual odometery camera orientation

+ + + +

Visual odometry scaling factor (VISO_SCALE)

Note: This parameter is for advanced users
+ +

Visual odometry scaling factor applied to position estimates from sensor

+ + + +

Visual odometry sensor delay (VISO_DELAY_MS)

Note: This parameter is for advanced users
+ +

Visual odometry sensor delay relative to inertial measurements

+ + + +

Visual odometry velocity measurement noise (VISO_VEL_M_NSE)

Note: This parameter is for advanced users
+ +

Visual odometry velocity measurement noise in m/s

+ + + +

Visual odometry position measurement noise (VISO_POS_M_NSE)

Note: This parameter is for advanced users
+ +

Visual odometry position measurement noise minimum (meters). This value will be used if the sensor provides a lower noise value (or no noise value)

+ + + +

Visual odometry yaw measurement noise (VISO_YAW_M_NSE)

Note: This parameter is for advanced users
+ +

Visual odometry yaw measurement noise minimum (radians), This value will be used if the sensor provides a lower noise value (or no noise value)

+ + + +

VTX_ Parameters

+ + +

Is the Video Transmitter enabled or not (VTX_ENABLE)

+ +

Toggles the Video Transmitter on and off

+ + + +

Video Transmitter Power Level (VTX_POWER)

+ +

Video Transmitter Power Level. Different VTXs support different power levels, the power level chosen will be rounded down to the nearest supported power level

+ + + +

Video Transmitter Channel (VTX_CHANNEL)

+ +

Video Transmitter Channel

+ + + +

Video Transmitter Band (VTX_BAND)

+ +

Video Transmitter Band

+ + + +

Video Transmitter Frequency (VTX_FREQ)

+ +

Video Transmitter Frequency. The frequency is derived from the setting of BAND and CHANNEL

+ + + +

Video Transmitter Options (VTX_OPTIONS)

Note: This parameter is for advanced users
+ +

Video Transmitter Options. Pitmode puts the VTX in a low power state. Unlocked enables certain restricted frequencies and power levels. Do not enable the Unlocked option unless you have appropriate permissions in your jurisdiction to transmit at high power levels. One stop-bit may be required for VTXs that erroneously mimic iNav behaviour.

+ + + +

Video Transmitter Max Power Level (VTX_MAX_POWER)

+ +

Video Transmitter Maximum Power Level. Different VTXs support different power levels, this prevents the power aux switch from requesting too high a power level. The switch supports 6 power levels and the selected power will be a subdivision between 0 and this setting.

+ + + +

WENC Parameters

+ + +

WheelEncoder type (WENC_TYPE)

+ +

What type of WheelEncoder is connected

+ + + +

WheelEncoder counts per revolution (WENC_CPR)

+ +

WheelEncoder counts per full revolution of the wheel

+ + + +

Wheel radius (WENC_RADIUS)

+ +

Wheel radius

+ + + +

Wheel's X position offset (WENC_POS_X)

+ +

X position of the center of the wheel in body frame. Positive X is forward of the origin.

+ + + +

Wheel's Y position offset (WENC_POS_Y)

+ +

Y position of the center of the wheel in body frame. Positive Y is to the right of the origin.

+ + + +

Wheel's Z position offset (WENC_POS_Z)

+ +

Z position of the center of the wheel in body frame. Positive Z is down from the origin.

+ + + +

Input Pin A (WENC_PINA)

+ +

Input Pin A

+ + + +

Input Pin B (WENC_PINB)

+ +

Input Pin B

+ + + +

Second WheelEncoder type (WENC2_TYPE)

+ +

What type of WheelEncoder sensor is connected

+ + + +

WheelEncoder 2 counts per revolution (WENC2_CPR)

+ +

WheelEncoder 2 counts per full revolution of the wheel

+ + + +

Wheel2's radius (WENC2_RADIUS)

+ +

Wheel2's radius

+ + + +

Wheel2's X position offset (WENC2_POS_X)

+ +

X position of the center of the second wheel in body frame. Positive X is forward of the origin.

+ + + +

Wheel2's Y position offset (WENC2_POS_Y)

+ +

Y position of the center of the second wheel in body frame. Positive Y is to the right of the origin.

+ + + +

Wheel2's Z position offset (WENC2_POS_Z)

+ +

Z position of the center of the second wheel in body frame. Positive Z is down from the origin.

+ + + +

Second Encoder Input Pin A (WENC2_PINA)

+ +

Second Encoder Input Pin A

+ + + +

Second Encoder Input Pin B (WENC2_PINB)

+ +

Second Encoder Input Pin B

+ + + +

WNDVN_ Parameters

+ + +

Wind Vane Type (WNDVN_TYPE)

+ +

Wind Vane type

+ + + +

Wind vane analog voltage pin for direction (WNDVN_DIR_PIN)

+ +

Analog input pin to read as wind vane direction

+ + + +

Wind vane voltage minimum (WNDVN_DIR_V_MIN)

+ +

Minimum voltage supplied by analog wind vane. When using pin 103, the maximum value of the parameter is 3.3V.

+ + + +

Wind vane voltage maximum (WNDVN_DIR_V_MAX)

+ +

Maximum voltage supplied by analog wind vane. When using pin 103, the maximum value of the parameter is 3.3V.

+ + + +

Wind vane headwind offset (WNDVN_DIR_OFS)

+ +

Angle offset when analog windvane is indicating a headwind, ie 0 degress relative to vehicle

+ + + +

apparent Wind vane direction low pass filter frequency (WNDVN_DIR_FILT)

+ +

apparent Wind vane direction low pass filter frequency, a value of -1 disables filter

+ + + +

Wind vane calibration start (WNDVN_CAL)

+ +

Start wind vane calibration by setting this to 1 or 2

+ + + +

Wind vane deadzone when using analog sensor (WNDVN_DIR_DZ)

+ +

Wind vane deadzone when using analog sensor

+ + + +

Wind vane cut off wind speed (WNDVN_SPEED_MIN)

+ +

Wind vane direction will be ignored when apparent wind speeds are below this value (if wind speed sensor is present). If the apparent wind is consistently below this value the vane will not work

+ + + +

Wind speed sensor Type (WNDVN_SPEED_TYPE)

+ +

Wind speed sensor type

+ + + +

Wind vane speed sensor analog pin (WNDVN_SPEED_PIN)

+ +

Wind speed analog speed input pin for Modern Devices Wind Sensor rev. p

+ + + +

Wind vane speed sensor analog temp pin (WNDVN_TEMP_PIN)

+ +

Wind speed sensor analog temp input pin for Modern Devices Wind Sensor rev. p, set to -1 to diasble temp readings

+ + + +

Wind speed sensor analog voltage offset (WNDVN_SPEED_OFS)

+ +

Wind sensor analog voltage offset at zero wind speed

+ + + +

apparent wind speed low pass filter frequency (WNDVN_SPEED_FILT)

+ +

apparent Wind speed low pass filter frequency, a value of -1 disables filter

+ + + +

True speed and direction low pass filter frequency (WNDVN_TRUE_FILT)

+ +

True speed and direction low pass filter frequency, a value of -1 disables filter

+ + + +

WP_ Parameters

+ + +

Waypoint speed default (WP_SPEED)

+ +

Waypoint speed default

+ + + +

Waypoint radius (WP_RADIUS)

+ +

The distance in meters from a waypoint when we consider the waypoint has been reached. This determines when the vehicle will turn toward the next waypoint.

+ + + +

Waypoint acceleration (WP_ACCEL)

+ +

Waypoint acceleration. If zero then ATC_ACCEL_MAX is used

+ + + +

Waypoint jerk (WP_JERK)

+ +

Waypoint jerk (change in acceleration). If zero then jerk is same as acceleration

+ + + +

WP_PIVOT_ Parameters

+ + +

Pivot Angle (WP_PIVOT_ANGLE)

+ +

Pivot when the difference between the vehicle's heading and its target heading is more than this many degrees. Set to zero to disable pivot turns. This parameter should be greater than 5 degrees for pivot turns to work.

+ + + +

Pivot Turn Rate (WP_PIVOT_RATE)

+ +

Turn rate during pivot turns

+ + + +

Pivot Delay (WP_PIVOT_DELAY)

+ +

Vehicle waits this many seconds after completing a pivot turn before proceeding

+ + + +

WRC Parameters

+ + +

Wheel rate control enable/disable (WRC_ENABLE)

+ +

Enable or disable wheel rate control

+ + + +

Wheel max rotation rate (WRC_RATE_MAX)

+ +

Wheel max rotation rate

+ + + +

Wheel rate control feed forward gain (WRC_RATE_FF)

+ +

Wheel rate control feed forward gain. Desired rate (in radians/sec) is multiplied by this constant and output to output (in the range -1 to +1)

+ + + +

Wheel rate control P gain (WRC_RATE_P)

+ +

Wheel rate control P gain. Converts rate error (in radians/sec) to output (in the range -1 to +1)

+ + + +

Wheel rate control I gain (WRC_RATE_I)

+ +

Wheel rate control I gain. Corrects long term error between the desired rate (in rad/s) and actual

+ + + +

Wheel rate control I gain maximum (WRC_RATE_IMAX)

+ +

Wheel rate control I gain maximum. Constrains the output (range -1 to +1) that the I term will generate

+ + + +

Wheel rate control D gain (WRC_RATE_D)

+ +

Wheel rate control D gain. Compensates for short-term change in desired rate vs actual

+ + + +

Wheel rate control filter frequency (WRC_RATE_FILT)

+ +

Wheel rate control input filter. Lower values reduce noise but add delay.

+ + + +

Wheel rate control target frequency in Hz (WRC_RATE_FLTT)

+ +

Wheel rate control target frequency in Hz

+ + + +

Wheel rate control error frequency in Hz (WRC_RATE_FLTE)

+ +

Wheel rate control error frequency in Hz

+ + + +

Wheel rate control derivative frequency in Hz (WRC_RATE_FLTD)

+ +

Wheel rate control derivative frequency in Hz

+ + + +

Wheel rate slew rate limit (WRC_RATE_SMAX)

Note: This parameter is for advanced users
+ +

Sets an upper limit on the slew rate produced by the combined P and D gains. If the amplitude of the control action produced by the rate feedback exceeds this value, then the D+P gain is reduced to respect the limit. This limits the amplitude of high frequency oscillations caused by an excessive gain. The limit should be set to no more than 25% of the actuators maximum slew rate to allow for load effects. Note: The gain will not be reduced to less than 10% of the nominal value. A value of zero will disable this feature.

+ + + +

Wheel rate control PD sum maximum (WRC_RATE_PDMX)

+ +

Wheel rate control PD sum maximum. The maximum/minimum value that the sum of the P and D term can output

+ + + +

Wheel rate Derivative FeedForward Gain (WRC_RATE_D_FF)

Note: This parameter is for advanced users
+ +

FF D Gain which produces an output that is proportional to the rate of change of the error

+ + + +

Wheel rate Target notch filter index (WRC_RATE_NTF)

Note: This parameter is for advanced users
+ +

Wheel rate Target notch filter index

+ + + +

Wheel rate Error notch filter index (WRC_RATE_NEF)

Note: This parameter is for advanced users
+ +

Wheel rate Error notch filter index

+ + + +

Wheel rate control feed forward gain (WRC2_RATE_FF)

+ +

Wheel rate control feed forward gain. Desired rate (in radians/sec) is multiplied by this constant and output to output (in the range -1 to +1)

+ + + +

Wheel rate control P gain (WRC2_RATE_P)

+ +

Wheel rate control P gain. Converts rate error (in radians/sec) to output (in the range -1 to +1)

+ + + +

Wheel rate control I gain (WRC2_RATE_I)

+ +

Wheel rate control I gain. Corrects long term error between the desired rate (in rad/s) and actual

+ + + +

Wheel rate control I gain maximum (WRC2_RATE_IMAX)

+ +

Wheel rate control I gain maximum. Constrains the output (range -1 to +1) that the I term will generate

+ + + +

Wheel rate control D gain (WRC2_RATE_D)

+ +

Wheel rate control D gain. Compensates for short-term change in desired rate vs actual

+ + + +

Wheel rate control filter frequency (WRC2_RATE_FILT)

+ +

Wheel rate control input filter. Lower values reduce noise but add delay.

+ + + +

Wheel rate control target frequency in Hz (WRC2_RATE_FLTT)

+ +

Wheel rate control target frequency in Hz

+ + + +

Wheel rate control error frequency in Hz (WRC2_RATE_FLTE)

+ +

Wheel rate control error frequency in Hz

+ + + +

Wheel rate control derivative frequency in Hz (WRC2_RATE_FLTD)

+ +

Wheel rate control derivative frequency in Hz

+ + + +

Wheel rate slew rate limit (WRC2_RATE_SMAX)

Note: This parameter is for advanced users
+ +

Sets an upper limit on the slew rate produced by the combined P and D gains. If the amplitude of the control action produced by the rate feedback exceeds this value, then the D+P gain is reduced to respect the limit. This limits the amplitude of high frequency oscillations caused by an excessive gain. The limit should be set to no more than 25% of the actuators maximum slew rate to allow for load effects. Note: The gain will not be reduced to less than 10% of the nominal value. A value of zero will disable this feature.

+ + + +

Wheel rate control PD sum maximum (WRC2_RATE_PDMX)

+ +

Wheel rate control PD sum maximum. The maximum/minimum value that the sum of the P and D term can output

+ + + +

Wheel rate Derivative FeedForward Gain (WRC2_RATE_D_FF)

Note: This parameter is for advanced users
+ +

FF D Gain which produces an output that is proportional to the rate of change of the target

+ + + +

Wheel rate Target notch filter index (WRC2_RATE_NTF)

Note: This parameter is for advanced users
+ +

Wheel rate Target notch filter index

+ + + +

Wheel rate Error notch filter index (WRC2_RATE_NEF)

Note: This parameter is for advanced users
+ +

Wheel rate Error notch filter index

+ diff --git a/Rover-4.5/Parameters.md b/Rover-4.5/Parameters.md new file mode 100644 index 0000000..eb32e5f --- /dev/null +++ b/Rover-4.5/Parameters.md @@ -0,0 +1,37956 @@ + +This is a complete list of the parameters which can be set via the MAVLink protocol in the EEPROM of your autopilot to control vehicle behaviour. This list is automatically generated from the latest ardupilot source code, and so may contain parameters which are not yet in the stable released versions of the code. Some parameters may only be available for developers, and are enabled at compile-time. + +# Rover Parameters + +## FORMAT_VERSION: Eeprom format version number + +*Note: This parameter is for advanced users* + +This value is incremented when changes are made to the eeprom format + +## LOG_BITMASK: Log bitmask + +*Note: This parameter is for advanced users* + +Bitmap of what log types to enable in on-board logger. This value is made up of the sum of each of the log types you want to be saved. On boards supporting microSD cards or other large block-storage devices it is usually best just to enable all basic log types by setting this to 65535. + +- Bitmask: 0:Fast Attitude,1:Medium Attitude,2:GPS,3:System Performance,4:Throttle,5:Navigation Tuning,7:IMU,8:Mission Commands,9:Battery Monitor,10:Rangefinder,11:Compass,12:Camera,13:Steering,14:RC Input-Output,19:Raw IMU,20:Video Stabilization,21:Optical Flow + +## RST_SWITCH_CH: Reset Switch Channel + +*Note: This parameter is for advanced users* + +RC channel to use to reset to last flight mode after geofence takeover. + +## INITIAL_MODE: Initial driving mode + +*Note: This parameter is for advanced users* + +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. Usually used in combination with when AUTO_TRIGGER_PIN or AUTO_KICKSTART. + +|Value|Meaning| +|:---:|:---:| +|0|Manual| +|1|Acro| +|3|Steering| +|4|Hold| +|5|Loiter| +|6|Follow| +|7|Simple| +|8|Dock| +|9|Circle| +|10|Auto| +|11|RTL| +|12|SmartRTL| +|15|Guided| + +## SYSID_THISMAV: MAVLink system ID of this vehicle + +*Note: This parameter is for advanced users* + +Allows setting an individual MAVLink system id for this vehicle to distinguish it from others on the same network + +- Range: 1 255 + +## SYSID_MYGCS: MAVLink ground station ID + +*Note: This parameter is for advanced users* + +The identifier of the ground station in the MAVLink protocol. Don't change this unless you also modify the ground station to match. + +- Range: 1 255 + +- Increment: 1 + +## TELEM_DELAY: Telemetry startup delay + +The amount of time (in seconds) to delay radio telemetry to prevent an Xbee bricking on power up + +- Units: s + +- Range: 0 30 + +- Increment: 1 + +## GCS_PID_MASK: GCS PID tuning mask + +*Note: This parameter is for advanced users* + +bitmask of PIDs to send MAVLink PID_TUNING messages for + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Steering| +|2|Throttle| +|4|Pitch| +|8|Left Wheel| +|16|Right Wheel| +|32|Sailboat Heel| +|64|Velocity North| +|128|Velocity East| + +- Bitmask: 0:Steering,1:Throttle,2:Pitch,3:Left Wheel,4:Right Wheel,5:Sailboat Heel,6:Velocity North,7:Velocity East + +## AUTO_TRIGGER_PIN: Auto mode trigger pin + +pin number to use to enable the throttle in 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 enable the motor to run. If the switch is released while in AUTO then the motor will stop again. This can be used in combination with INITIAL_MODE to give a 'press button to start' rover with no receiver. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|0|APM TriggerPin0| +|1|APM TriggerPin1| +|2|APM TriggerPin2| +|3|APM TriggerPin3| +|4|APM TriggerPin4| +|5|APM TriggerPin5| +|6|APM TriggerPin6| +|7|APM TriggerPin7| +|8|APM TriggerPin8| +|50|AUX1| +|51|AUX2| +|52|AUX3| +|53|AUX4| +|54|AUX5| +|55|AUX6| + +## AUTO_KICKSTART: Auto mode trigger kickstart acceleration + +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 + +- Units: m/s/s + +- Range: 0 20 + +- Increment: 0.1 + +## CRUISE_SPEED: Target cruise speed in auto modes + +The target speed in auto missions. + +- Units: m/s + +- Range: 0 100 + +- Increment: 0.1 + +## CRUISE_THROTTLE: Base throttle percentage in auto + +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. + +- Units: % + +- Range: 0 100 + +- Increment: 1 + +## PILOT_STEER_TYPE: Pilot input steering type + +Pilot RC input interpretation + +|Value|Meaning| +|:---:|:---:| +|0|Default| +|1|Two Paddles Input| +|2|Direction reversed when backing up| +|3|Direction unchanged when backing up| + +## FS_ACTION: Failsafe Action + +What to do on a failsafe event + +|Value|Meaning| +|:---:|:---:| +|0|Nothing| +|1|RTL| +|2|Hold| +|3|SmartRTL or RTL| +|4|SmartRTL or Hold| + +## FS_TIMEOUT: Failsafe timeout + +The time in seconds that a failsafe condition must persist before the failsafe action is triggered + +- Units: s + +- Range: 1 100 + +- Increment: 0.5 + +## FS_THR_ENABLE: Throttle Failsafe Enable + +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. + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| +|2|Enabled Continue with Mission in Auto| + +## FS_THR_VALUE: Throttle Failsafe Value + +The PWM level on the throttle channel below which throttle failsafe triggers. + +- Range: 910 1100 + +- Increment: 1 + +## FS_GCS_ENABLE: GCS failsafe enable + +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. + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| +|2|Enabled Continue with Mission in Auto| + +## FS_CRASH_CHECK: Crash check action + +What to do on a crash event. When enabled the rover will go to hold if a crash is detected. + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Hold| +|2|HoldAndDisarm| + +## FS_EKF_ACTION: EKF Failsafe Action + +*Note: This parameter is for advanced users* + +Controls the action that will be taken when an EKF failsafe is invoked + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Hold| +|2|ReportOnly| + +## FS_EKF_THRESH: EKF failsafe variance threshold + +*Note: This parameter is for advanced users* + +Allows setting the maximum acceptable compass and velocity variance + +|Value|Meaning| +|:---:|:---:| +|0.6|Strict| +|0.8|Default| +|1.0|Relaxed| + +## MODE_CH: Mode channel + +*Note: This parameter is for advanced users* + +RC Channel to use for driving mode control + +## MODE1: Mode1 + +Driving mode for switch position 1 (910 to 1230 and above 2049) + +|Value|Meaning| +|:---:|:---:| +|0|Manual| +|1|Acro| +|3|Steering| +|4|Hold| +|5|Loiter| +|6|Follow| +|7|Simple| +|8|Dock| +|9|Circle| +|10|Auto| +|11|RTL| +|12|SmartRTL| +|15|Guided| + +## MODE2: Mode2 + +Driving mode for switch position 2 (1231 to 1360) + +|Value|Meaning| +|:---:|:---:| +|0|Manual| +|1|Acro| +|3|Steering| +|4|Hold| +|5|Loiter| +|6|Follow| +|7|Simple| +|8|Dock| +|9|Circle| +|10|Auto| +|11|RTL| +|12|SmartRTL| +|15|Guided| + +## MODE3: Mode3 + +Driving mode for switch position 3 (1361 to 1490) + +|Value|Meaning| +|:---:|:---:| +|0|Manual| +|1|Acro| +|3|Steering| +|4|Hold| +|5|Loiter| +|6|Follow| +|7|Simple| +|8|Dock| +|9|Circle| +|10|Auto| +|11|RTL| +|12|SmartRTL| +|15|Guided| + +## MODE4: Mode4 + +Driving mode for switch position 4 (1491 to 1620) + +|Value|Meaning| +|:---:|:---:| +|0|Manual| +|1|Acro| +|3|Steering| +|4|Hold| +|5|Loiter| +|6|Follow| +|7|Simple| +|8|Dock| +|9|Circle| +|10|Auto| +|11|RTL| +|12|SmartRTL| +|15|Guided| + +## MODE5: Mode5 + +Driving mode for switch position 5 (1621 to 1749) + +|Value|Meaning| +|:---:|:---:| +|0|Manual| +|1|Acro| +|3|Steering| +|4|Hold| +|5|Loiter| +|6|Follow| +|7|Simple| +|8|Dock| +|9|Circle| +|10|Auto| +|11|RTL| +|12|SmartRTL| +|15|Guided| + +## MODE6: Mode6 + +Driving mode for switch position 6 (1750 to 2049) + +|Value|Meaning| +|:---:|:---:| +|0|Manual| +|1|Acro| +|3|Steering| +|4|Hold| +|5|Loiter| +|6|Follow| +|7|Simple| +|8|Dock| +|9|Circle| +|10|Auto| +|11|RTL| +|12|SmartRTL| +|15|Guided| + +## SYSID_ENFORCE: GCS sysid enforcement + +*Note: This parameter is for advanced users* + +This controls whether packets from other than the expected GCS system ID will be accepted + +|Value|Meaning| +|:---:|:---:| +|0|NotEnforced| +|1|Enforced| + +## TURN_RADIUS: Turn radius of vehicle + +Turn radius of vehicle in meters while at low speeds. Lower values produce tighter turns in steering mode + +- Units: m + +- Range: 0 10 + +- Increment: 0.1 + +## ACRO_TURN_RATE: Acro mode turn rate maximum + +Acro mode turn rate maximum + +- Units: deg/s + +- Range: 0 360 + +- Increment: 1 + +## RTL_SPEED: Return-to-Launch speed default + +Return-to-Launch speed default. If zero use WP_SPEED or CRUISE_SPEED. + +- Units: m/s + +- Range: 0 100 + +- Increment: 0.1 + +## FRAME_CLASS: Frame Class + +Frame Class + +|Value|Meaning| +|:---:|:---:| +|0|Undefined| +|1|Rover| +|2|Boat| +|3|BalanceBot| + +## BAL_PITCH_MAX: BalanceBot Maximum Pitch + +Pitch angle in degrees at 100% throttle + +- Units: deg + +- Range: 0 15 + +- Increment: 0.1 + +## CRASH_ANGLE: Crash Angle + +Pitch/Roll angle limit in degrees for crash check. Zero disables check + +- Units: deg + +- Range: 0 60 + +- Increment: 1 + +## FRAME_TYPE: Frame Type + +Frame Type + +|Value|Meaning| +|:---:|:---:| +|0|Undefined| +|1|Omni3| +|2|OmniX| +|3|OmniPlus| + +- RebootRequired: True + +## LOIT_TYPE: Loiter type + +Loiter behaviour when moving to the target point + +|Value|Meaning| +|:---:|:---:| +|0|Forward or reverse to target point| +|1|Always face bow towards target point| +|2|Always face stern towards target point| + +## SIMPLE_TYPE: Simple_Type + +Simple mode types + +|Value|Meaning| +|:---:|:---:| +|0|InitialHeading| +|1|CardinalDirections| + +- RebootRequired: True + +## LOIT_RADIUS: Loiter radius + +Vehicle will drift when within this distance of the target position + +- Units: m + +- Range: 0 20 + +- Increment: 1 + +## MIS_DONE_BEHAVE: Mission done behave + +Behaviour after mission completes + +|Value|Meaning| +|:---:|:---:| +|0|Hold in Auto Mode| +|1|Loiter in Auto Mode| +|2|Acro Mode| +|3|Manual Mode| + +## BAL_PITCH_TRIM: Balance Bot pitch trim angle + +Balance Bot pitch trim for balancing. This offsets the tilt of the center of mass. + +- Units: deg + +- Range: -2 2 + +- Increment: 0.1 + +## STICK_MIXING: Stick Mixing + +*Note: This parameter is for advanced users* + +When enabled, this adds steering user stick input in auto modes, allowing the user to have some degree of control without changing modes. + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## SPEED_MAX: Speed maximum + +*Note: This parameter is for advanced users* + +Maximum speed vehicle can obtain at full throttle. If 0, it will be estimated based on CRUISE_SPEED and CRUISE_THROTTLE. + +- Units: m/s + +- Range: 0 30 + +- Increment: 0.1 + +## LOIT_SPEED_GAIN: Loiter speed gain + +*Note: This parameter is for advanced users* + +Determines how agressively LOITER tries to correct for drift from loiter point. Higher is faster but default should be acceptable. + +- Range: 0 5 + +- Increment: 0.01 + +## FS_OPTIONS: Failsafe Options + +*Note: This parameter is for advanced users* + +Bitmask to enable failsafe options + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Failsafe enabled in Hold mode| + +- Bitmask: 0:Failsafe enabled in Hold mode + +## GUID_OPTIONS: Guided mode options + +*Note: This parameter is for advanced users* + +Options that can be applied to change guided mode behaviour + +- Bitmask: 6:SCurves used for navigation + +## MANUAL_OPTIONS: Manual mode options + +*Note: This parameter is for advanced users* + +Manual mode specific options + +- Bitmask: 0:Enable steering speed scaling + +## MANUAL_STR_EXPO: Manual Steering Expo + +*Note: This parameter is for advanced users* + +Manual steering expo to allow faster steering when stick at edges + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|0.1|Very Low| +|0.2|Low| +|0.3|Medium| +|0.4|High| +|0.5|Very High| + +- Range: -0.5 0.95 + +## FS_GCS_TIMEOUT: GCS failsafe timeout + +Timeout before triggering the GCS failsafe + +- Units: s + +- Range: 2 120 + +- Increment: 1 + +## CH7_OPTION: Channel 7 option + +What to do use channel 7 for + +|Value|Meaning| +|:---:|:---:| +|0|Nothing| +|1|SaveWaypoint| +|2|LearnCruiseSpeed| +|3|ArmDisarm| +|4|Manual| +|5|Acro| +|6|Steering| +|7|Hold| +|8|Auto| +|9|RTL| +|10|SmartRTL| +|11|Guided| +|12|Loiter| + +## AUX_CH: Auxiliary switch channel + +*Note: This parameter is for advanced users* + +RC Channel to use for auxiliary functions including saving waypoints + +## PIVOT_TURN_ANGLE: Pivot turn angle + +Navigation angle threshold in degrees to switch to pivot steering. This allows you to setup a skid steering rover to turn on the spot in auto mode when the angle it needs to turn it greater than this angle. An angle of zero means to disable pivot turning. Note that you will probably also want to set a low value for WP_RADIUS to get neat turns. + +- Units: deg + +- Range: 0 360 + +- Increment: 1 + +## PIVOT_TURN_RATE: Pivot turn rate + +Desired pivot turn rate in deg/s. + +- Units: deg/s + +- Range: 0 360 + +- Increment: 1 + +# VEHICLE Parameters + +## FLTMODE_GCSBLOCK: Flight mode block from GCS + +Bitmask of flight modes to disable for GCS selection. Mode can still be accessed via RC or failsafe. + +- Bitmask: 0:Manual,1:Acro,2:Steering,3:Loiter,4:Follow,5:Simple,6:Circle,7:Auto,8:RTL,9:SmartRTL,10:Guided,11:Dock + +# Lua Script Parameters + +## BATT_SOC_COUNT: Count of SOC estimators + +Number of battery SOC estimators + +- Range: 0 4 + +## BATT_SOC1_IDX: Battery estimator index + +Battery estimator index + +- Range: 0 4 + +## BATT_SOC1_NCELL: Battery estimator cell count + +Battery estimator cell count + +- Range: 0 48 + +## BATT_SOC1_C1: Battery estimator coefficient1 + +Battery estimator coefficient1 + +- Range: 100 200 + +## BATT_SOC1_C2: Battery estimator coefficient2 + +Battery estimator coefficient2 + +- Range: 2 5 + +## BATT_SOC1_C3: Battery estimator coefficient3 + +Battery estimator coefficient3 + +- Range: 0.01 0.5 + +## BATT_SOC2_IDX: Battery estimator index + +Battery estimator index + +- Range: 0 4 + +## BATT_SOC2_NCELL: Battery estimator cell count + +Battery estimator cell count + +- Range: 0 48 + +## BATT_SOC2_C1: Battery estimator coefficient1 + +Battery estimator coefficient1 + +- Range: 100 200 + +## BATT_SOC2_C2: Battery estimator coefficient2 + +Battery estimator coefficient2 + +- Range: 2 5 + +## BATT_SOC2_C3: Battery estimator coefficient3 + +Battery estimator coefficient3 + +- Range: 0.01 0.5 + +## BATT_SOC3_IDX: Battery estimator index + +Battery estimator index + +- Range: 0 4 + +## BATT_SOC3_NCELL: Battery estimator cell count + +Battery estimator cell count + +- Range: 0 48 + +## BATT_SOC3_C1: Battery estimator coefficient1 + +Battery estimator coefficient1 + +- Range: 100 200 + +## BATT_SOC3_C2: Battery estimator coefficient2 + +Battery estimator coefficient2 + +- Range: 2 5 + +## BATT_SOC3_C3: Battery estimator coefficient3 + +Battery estimator coefficient3 + +- Range: 0.01 0.5 + +## BATT_SOC4_IDX: Battery estimator index + +Battery estimator index + +- Range: 0 4 + +## BATT_SOC4_NCELL: Battery estimator cell count + +Battery estimator cell count + +- Range: 0 48 + +## BATT_SOC4_C1: Battery estimator coefficient1 + +Battery estimator coefficient1 + +- Range: 100 200 + +## BATT_SOC4_C2: Battery estimator coefficient2 + +Battery estimator coefficient2 + +- Range: 2 5 + +## BATT_SOC4_C3: Battery estimator coefficient3 + +Battery estimator coefficient3 + +- Range: 0.01 0.5 + +## RCK_FORCEHL: Force enable High Latency mode + +Automatically enables High Latency mode if not already enabled + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## RCK_PERIOD: Update rate + +When in High Latency mode, send Rockblock updates every N seconds + +- Range: 0 600 + +- Units: s + +## RCK_DEBUG: Display Rockblock debugging text + +Sends Rockblock debug text to GCS via statustexts + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## RCK_ENABLE: Enable Message transmission + +Enables the Rockblock sending and recieving + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## DR_ENABLE: Deadreckoning Enable + +Deadreckoning Enable + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## DR_ENABLE_DIST: Deadreckoning Enable Distance + +Distance from home (in meters) beyond which the dead reckoning will be enabled + +- Units: m + +## DR_GPS_SACC_MAX: Deadreckoning GPS speed accuracy maximum threshold + +GPS speed accuracy maximum, above which deadreckoning home will begin (default is 0.8). Lower values trigger with good GPS quality, higher values will allow poorer GPS before triggering. Set to 0 to disable use of GPS speed accuracy + +- Range: 0 10 + +## DR_GPS_SAT_MIN: Deadreckoning GPS satellite count min threshold + +GPS satellite count threshold below which deadreckoning home will begin (default is 6). Higher values trigger with good GPS quality, Lower values trigger with worse GPS quality. Set to 0 to disable use of GPS satellite count + +- Range: 0 30 + +## DR_GPS_TRIGG_SEC: Deadreckoning GPS check trigger seconds + +GPS checks must fail for this many seconds before dead reckoning will be triggered + +- Units: s + +## DR_FLY_ANGLE: Deadreckoning Lean Angle + +lean angle (in degrees) during deadreckoning + +- Units: deg + +- Range: 0 45 + +## DR_FLY_ALT_MIN: Deadreckoning Altitude Min + +Copter will fly at at least this altitude (in meters) above home during deadreckoning + +- Units: m + +- Range: 0 1000 + +## DR_FLY_TIMEOUT: Deadreckoning flight timeout + +Copter will attempt to switch to NEXT_MODE after this many seconds of deadreckoning. If it cannot switch modes it will continue in Guided_NoGPS. Set to 0 to disable timeout + +- Units: s + +## DR_NEXT_MODE: Deadreckoning Next Mode + +Copter switch to this mode after GPS recovers or DR_FLY_TIMEOUT has elapsed. Default is 6/RTL. Set to -1 to return to mode used before deadreckoning was triggered + +|Value|Meaning| +|:---:|:---:| +|2|AltHold| +|3|Auto| +|4|Guided| +|5|Loiter| +|6|RTL| +|7|Circle| +|9|Land| +|16|PosHold| +|17|Brake| +|20|Guided_NoGPS| +|21|Smart_RTL| +|27|Auto RTL| + +## POI_DIST_MAX: Mount POI distance max + +POI's max distance (in meters) from the vehicle + +- Range: 0 10000 + +## WEB_ENABLE: enable web server + +enable web server + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## WEB_BIND_PORT: web server TCP port + +web server TCP port + +- Range: 1 65535 + +## WEB_DEBUG: web server debugging + +*Note: This parameter is for advanced users* + +web server debugging + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## WEB_BLOCK_SIZE: web server block size + +*Note: This parameter is for advanced users* + +web server block size for download + +- Range: 1 65535 + +## WEB_TIMEOUT: web server timeout + +*Note: This parameter is for advanced users* + +timeout for inactive connections + +- Units: s + +- Range: 0.1 60 + +## WEB_SENDFILE_MIN: web server minimum file size for sendfile + +*Note: This parameter is for advanced users* + +sendfile is an offloading mechanism for faster file download. If this is non-zero and the file is larger than this size then sendfile will be used for file download + +- Range: 0 10000000 + +## RTUN_ENABLE: Rover Quicktune enable + +Enable quicktune system + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## RTUN_AXES: Rover Quicktune axes + +axes to tune + +- Bitmask: 0:Steering,1:Speed + +## RTUN_STR_FFRATIO: Rover Quicktune Steering Rate FeedForward ratio + +Ratio between measured response and FF gain. Raise this to get a higher FF gain + +- Range: 0 1.0 + +## RTUN_STR_P_RATIO: Rover Quicktune Steering FF to P ratio + +Ratio between steering FF and P gains. Raise this to get a higher P gain, 0 to leave P unchanged + +- Range: 0 2.0 + +## RTUN_STR_I_RATIO: Rover Quicktune Steering FF to I ratio + +Ratio between steering FF and I gains. Raise this to get a higher I gain, 0 to leave I unchanged + +- Range: 0 2.0 + +## RTUN_SPD_FFRATIO: Rover Quicktune Speed FeedForward (equivalent) ratio + +Ratio between measured response and CRUISE_THROTTLE value. Raise this to get a higher CRUISE_THROTTLE value + +- Range: 0 1.0 + +## RTUN_SPD_P_RATIO: Rover Quicktune Speed FF to P ratio + +Ratio between speed FF and P gain. Raise this to get a higher P gain, 0 to leave P unchanged + +- Range: 0 2.0 + +## RTUN_SPD_I_RATIO: Rover Quicktune Speed FF to I ratio + +Ratio between speed FF and I gain. Raise this to get a higher I gain, 0 to leave I unchanged + +- Range: 0 2.0 + +## RTUN_AUTO_FILTER: Rover Quicktune auto filter enable + +When enabled the PID filter settings are automatically set based on INS_GYRO_FILTER + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## RTUN_AUTO_SAVE: Rover Quicktune auto save + +Number of seconds after completion of tune to auto-save. This is useful when using a 2 position switch for quicktune + +- Units: s + +## RTUN_RC_FUNC: Rover Quicktune RC function + +RCn_OPTION number to use to control tuning stop/start/save + +|Value|Meaning| +|:---:|:---:| +|300|Scripting1| +|301|Scripting2| +|302|Scripting3| +|303|Scripting4| +|304|Scripting5| +|305|Scripting6| +|306|Scripting7| +|307|Scripting8| + +## WINCH_RATE_UP: WinchControl Rate Up + +Maximum rate when retracting line + +- Range: 0.1 5.0 + +## WINCH_RATE_DN: WinchControl Rate Down + +Maximum rate when releasing line + +- Range: 0.1 5.0 + +## WINCH_RC_FUNC: Winch Rate Control RC function + +RCn_OPTION number to use to control winch rate + +|Value|Meaning| +|:---:|:---:| +|300|Scripting1| +|301|Scripting2| +|302|Scripting3| +|303|Scripting4| +|304|Scripting5| +|305|Scripting6| +|306|Scripting7| +|307|Scripting8| + +## QUIK_ENABLE: Quicktune enable + +Enable quicktune system + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## QUIK_AXES: Quicktune axes + +axes to tune + +- Bitmask: 0:Roll,1:Pitch,2:Yaw + +## QUIK_DOUBLE_TIME: Quicktune doubling time + +Time to double a tuning parameter. Raise this for a slower tune. + +- Range: 5 20 + +- Units: s + +## QUIK_GAIN_MARGIN: Quicktune gain margin + +Reduction in gain after oscillation detected. Raise this number to get a more conservative tune + +- Range: 20 80 + +- Units: % + +## QUIK_OSC_SMAX: Quicktune oscillation rate threshold + +Threshold for oscillation detection. A lower value will lead to a more conservative tune. + +- Range: 1 10 + +## QUIK_YAW_P_MAX: Quicktune Yaw P max + +Maximum value for yaw P gain + +- Range: 0.1 3 + +## QUIK_YAW_D_MAX: Quicktune Yaw D max + +Maximum value for yaw D gain + +- Range: 0.001 1 + +## QUIK_RP_PI_RATIO: Quicktune roll/pitch PI ratio + +Ratio between P and I gains for roll and pitch. Raise this to get a lower I gain + +- Range: 0.5 1.0 + +## QUIK_Y_PI_RATIO: Quicktune Yaw PI ratio + +Ratio between P and I gains for yaw. Raise this to get a lower I gain + +- Range: 0.5 20 + +## QUIK_AUTO_FILTER: Quicktune auto filter enable + +When enabled the PID filter settings are automatically set based on INS_GYRO_FILTER + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## QUIK_AUTO_SAVE: Quicktune auto save + +Number of seconds after completion of tune to auto-save. This is useful when using a 2 position switch for quicktune + +- Units: s + +## QUIK_RC_FUNC: Quicktune RC function + +RCn_OPTION number to use to control tuning stop/start/save + +## QUIK_MAX_REDUCE: Quicktune maximum gain reduction + +This controls how much quicktune is allowed to lower gains from the original gains. If the vehicle already has a reasonable tune and is not oscillating then you can set this to zero to prevent gain reductions. The default of 20% is reasonable for most vehicles. Using a maximum gain reduction lowers the chance of an angle P oscillation happening if quicktune gets a false positive oscillation at a low gain, which can result in very low rate gains and a dangerous angle P oscillation. + +- Units: % + +- Range: 0 100 + +## QUIK_OPTIONS: Quicktune options + +Additional options. When the Two Position Switch option is enabled then a high switch position will start the tune, low will disable the tune. you should also set a QUIK_AUTO_SAVE time so that you will be able to save the tune. + +- Bitmask: 0:UseTwoPositionSwitch + +## SHIP_ENABLE: Ship landing enable + +Enable ship landing system + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## SHIP_LAND_ANGLE: Ship landing angle + +Angle from the stern of the ship for landing approach. Use this to ensure that on a go-around that ship superstructure and cables are avoided. A value of zero means to approach from the rear of the ship. A value of 90 means the landing will approach from the port (left) side of the ship. A value of -90 will mean approaching from the starboard (right) side of the ship. A value of 180 will approach from the bow of the ship. This parameter is combined with the sign of the RTL_RADIUS parameter to determine the holdoff pattern. If RTL_RADIUS is positive then a clockwise loiter is performed, if RTL_RADIUS is negative then a counter-clockwise loiter is used. + +- Range: -180 180 + +- Units: deg + +## SHIP_AUTO_OFS: Ship automatic offset trigger + +Settings this parameter to one triggers an automatic follow offset calculation based on current position of the vehicle and the landing target. NOTE: This parameter will auto-reset to zero once the offset has been calculated. + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Trigger| + +## PREV_ENABLE: parameter reversion enable + +Enable parameter reversion system + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## PREV_RC_FUNC: param reversion RC function + +RCn_OPTION number to used to trigger parameter reversion + +## AEROM_ANG_ACCEL: Angular acceleration limit + +Maximum angular acceleration in maneuvers + +- Units: deg/s/s + +## AEROM_ANG_TC: Roll control filtertime constant + +This is the time over which we filter the desired roll to smooth it + +- Units: s + +## AEROM_THR_PIT_FF: Throttle feed forward from pitch + +This controls how much extra throttle to add based on pitch ange. The value is for 90 degrees and is applied in proportion to pitch + +- Units: % + +## AEROM_SPD_P: P gain for speed controller + +This controls how rapidly the throttle is raised to compensate for a speed error + +- Units: % + +## AEROM_SPD_I: I gain for speed controller + +This controls how rapidly the throttle is raised to compensate for a speed error + +- Units: % + +## AEROM_ROL_COR_TC: Roll control time constant + +This is the time constant for correcting roll errors. A smaller value leads to faster roll corrections + +- Units: s + +## AEROM_TIME_COR_P: Time constant for correction of our distance along the path + +This is the time constant for correcting path position errors + +- Units: s + +## AEROM_ERR_COR_P: P gain for path error corrections + +This controls how rapidly we correct back onto the desired path + +## AEROM_ERR_COR_D: D gain for path error corrections + +This controls how rapidly we correct back onto the desired path + +## AEROM_ENTRY_RATE: The roll rate to use when entering a roll maneuver + +This controls how rapidly we roll into a new orientation + +- Units: deg/s + +## AEROM_THR_LKAHD: The lookahead for throttle control + +This controls how far ahead we look in time along the path for the target throttle + +- Units: s + +## AEROM_DEBUG: Debug control + +This controls the printing of extra debug information on paths + +## AEROM_THR_MIN: Minimum Throttle + +Lowest throttle used during maneuvers + +- Units: % + +## AEROM_THR_BOOST: Throttle boost + +This is the extra throttle added in schedule elements marked as needing a throttle boost + +- Units: % + +## AEROM_YAW_ACCEL: Yaw acceleration + +This is maximum yaw acceleration to use + +- Units: deg/s/s + +## AEROM_LKAHD: Lookahead + +This is how much time to look ahead in the path for calculating path rates + +- Units: s + +## AEROM_PATH_SCALE: Path Scale + +Scale factor for Path/Box size. 0.5 would half the distances in maneuvers. Radii are unaffected. + +- Range: 0.1 100 + +## AEROM_BOX_WIDTH: Box Width + +Length of aerobatic "box" + +- Units: m + +## AEROM_STALL_THR: Stall turn throttle + +Amount of throttle to reduce to for a stall turn + +- Units: % + +## AEROM_STALL_PIT: Stall turn pitch threshold + +Pitch threashold for moving to final stage of stall turn + +- Units: deg + +## AEROM_KE_RUDD: KnifeEdge Rudder + +Percent of rudder normally uses to sustain knife-edge at trick speed + +- Units: % + +## AEROM_KE_RUDD_LK: KnifeEdge Rudder lookahead + +Time to look ahead in the path to calculate rudder correction for bank angle + +- Units: s + +## AEROM_ALT_ABORT: Altitude Abort + +Maximum allowable loss in altitude during a trick or sequence from its starting altitude. + +- Units: m + +## AEROM_TS_P: Timesync P gain + +This controls how rapidly two aircraft are brought back into time sync + +## AEROM_TS_I: Timesync I gain + +This controls how rapidly two aircraft are brought back into time sync + +## AEROM_TS_SPDMAX: Timesync speed max + +This sets the maximum speed adjustment for time sync between aircraft + +- Units: m/s + +## AEROM_TS_RATE: Timesync rate of send of NAMED_VALUE_FLOAT data + +This sets the rate we send data for time sync between aircraft + +- Units: Hz + +## AEROM_MIS_ANGLE: Mission angle + +When set to a non-zero value, this is the assumed direction of the mission. Otherwise the waypoint angle is used + +- Units: deg + +## AEROM_OPTIONS: Aerobatic options + +Options to control aerobatic behavior + +- Bitmask: 0:UseRTLOnAbort, 1:AddAtToMessages, 2:DualAircraftSynchronised + +- Units: deg + +## TRIK_ENABLE: Tricks on Switch Enable + +Enables Tricks on Switch. TRIK params hidden until enabled + +## TRIK_SEL_FN: Trik Selection Scripting Function + +Setting an RC channel's _OPTION to this value will use it for trick selection + +- Range: 301 307 + +## TRIK_ACT_FN: Trik Action Scripting Function + +Setting an RC channel's _OPTION to this value will use it for trick action (abort,announce,execute) + +- Range: 301 307 + +## TRIK_COUNT: Trik Count + +Number of tricks which can be selected over the range of the trik selection RC channel + +- Range: 1 11 + +## BATT_ANX_ENABLE: Enable ANX battery support + +Enable ANX battery support + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## BATT_ANX_CANDRV: Set ANX CAN driver + +Set ANX CAN driver + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|1stCANDriver| +|2|2ndCanDriver| + +## BATT_ANX_INDEX: ANX CAN battery index + +ANX CAN battery index + +- Range: 1 10 + +## BATT_ANX_OPTIONS: ANX CAN battery options + +*Note: This parameter is for advanced users* + +ANX CAN battery options + +- Bitmask: 0:LogAllFrames + +## EFI_DLA_ENABLE: EFI DLA enable + +Enable EFI DLA driver + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## EFI_DLA_LPS: EFI DLA fuel scale + +EFI DLA litres of fuel per second of injection time + +- Range: 0.00001 1 + +- Units: litres + +## EFI_H6K_ENABLE: Enable Halo6000 EFI driver + +Enable Halo6000 EFI driver + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## EFI_H6K_CANDRV: Halo6000 CAN driver + +Halo6000 CAN driver. Use 1 for first CAN scripting driver, 2 for 2nd driver + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|FirstCAN| +|2|SecondCAN| + +## EFI_H6K_START_FN: Halo6000 start auxilliary function + +The RC auxilliary function number for start/stop of the generator. Zero to disable start function + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|300|300| +|301|301| +|302|302| +|303|303| +|304|304| +|305|305| +|306|306| +|307|307| + +## EFI_H6K_TELEM_RT: Halo6000 telemetry rate + +The rate that additional generator telemetry is sent + +- Units: Hz + +## EFI_H6K_FUELTOT: Halo6000 total fuel capacity + +The capacity of the tank in litres + +- Units: litres + +## EFI_SP_ENABLE: Enable SkyPower EFI support + +Enable SkyPower EFI support + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## EFI_SP_CANDRV: Set SkyPower EFI CAN driver + +Set SkyPower EFI CAN driver + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|1stCANDriver| +|2|2ndCanDriver| + +## EFI_SP_UPDATE_HZ: SkyPower EFI update rate + +*Note: This parameter is for advanced users* + +SkyPower EFI update rate + +- Range: 10 200 + +- Units: Hz + +## EFI_SP_THR_FN: SkyPower EFI throttle function + +SkyPower EFI throttle function. This sets which SERVOn_FUNCTION to use for the target throttle. This should be 70 for fixed wing aircraft and 31 for helicopter rotor speed control + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|70|FixedWing| +|31|HeliRSC| + +## EFI_SP_THR_RATE: SkyPower EFI throttle rate + +*Note: This parameter is for advanced users* + +SkyPower EFI throttle rate. This sets rate at which throttle updates are sent to the engine + +- Range: 10 100 + +- Units: Hz + +## EFI_SP_START_FN: SkyPower EFI start function + +SkyPower EFI start function. This is the RCn_OPTION value to use to find the R/C channel used for controlling engine start + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|300|300| +|301|301| +|302|302| +|303|303| +|304|304| +|305|305| +|306|306| +|307|307| + +## EFI_SP_GEN_FN: SkyPower EFI generator control function + +SkyPower EFI generator control function. This is the RCn_OPTION value to use to find the R/C channel used for controlling generator start/stop + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|300|300| +|301|301| +|302|302| +|303|303| +|304|304| +|305|305| +|306|306| +|307|307| + +## EFI_SP_MIN_RPM: SkyPower EFI minimum RPM + +*Note: This parameter is for advanced users* + +SkyPower EFI minimum RPM. This is the RPM below which the engine is considered to be stopped + +- Range: 1 1000 + +## EFI_SP_TLM_RT: SkyPower EFI telemetry rate + +*Note: This parameter is for advanced users* + +SkyPower EFI telemetry rate. This is the rate at which extra telemetry values are sent to the GCS + +- Range: 1 10 + +- Units: Hz + +## EFI_SP_LOG_RT: SkyPower EFI log rate + +*Note: This parameter is for advanced users* + +SkyPower EFI log rate. This is the rate at which extra logging of the SkyPower EFI is performed + +- Range: 1 50 + +- Units: Hz + +## EFI_SP_ST_DISARM: SkyPower EFI allow start disarmed + +SkyPower EFI allow start disarmed. This controls if starting the engine while disarmed is allowed + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## EFI_SP_MODEL: SkyPower EFI ECU model + +SkyPower EFI ECU model + +|Value|Meaning| +|:---:|:---:| +|0|Default| +|1|SP_275| + +## EFI_SP_GEN_CTRL: SkyPower EFI enable generator control + +SkyPower EFI enable generator control + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## EFI_SP_RST_TIME: SkyPower EFI restart time + +SkyPower EFI restart time. If engine should be running and it has stopped for this amount of time then auto-restart. To disable this feature set this value to zero. + +- Range: 0 10 + +- Units: s + +## EFI_SVF_ENABLE: Generator SVFFI enable + +Enable SVFFI generator support + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## EFI_SVF_ARMCHECK: Generator SVFFI arming check + +Check for Generator ARM state before arming + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## ESC_HW_ENABLE: Hobbywing ESC Enable + +Enable Hobbywing ESC telemetry + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## ESC_HW_POLES: Hobbywing ESC motor poles + +Number of motor poles for eRPM scaling + +- Range: 1 50 + +## ESC_HW_OFS: Hobbywing ESC motor offset + +Motor number offset of first ESC + +- Range: 0 31 + +## EFI_INF_ENABLE: EFI INF-Inject enable + +Enable EFI INF-Inject driver + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## DJIR_DEBUG: DJIRS2 debug + +*Note: This parameter is for advanced users* + +Enable DJIRS2 debug + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| +|2|Enabled with attitude reporting| + +## DJIR_UPSIDEDOWN: DJIRS2 upside down + +DJIRS2 upside down + +|Value|Meaning| +|:---:|:---:| +|0|Right side up| +|1|Upside down| + +## VIEP_DEBUG: ViewPro debug + +*Note: This parameter is for advanced users* + +ViewPro debug + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| +|2|Enabled including attitude reporting| + +## VIEP_CAM_SWLOW: ViewPro Camera For Switch Low + +Camera selection when switch is in low position + +|Value|Meaning| +|:---:|:---:| +|0|No change in camera selection| +|1|EO1| +|2|IR thermal| +|3|EO1 + IR Picture-in-picture| +|4|IR + EO1 Picture-in-picture| +|5|Fusion| +|6|IR1 13mm| +|7|IR2 52mm| + +## VIEP_CAM_SWMID: ViewPro Camera For Switch Mid + +Camera selection when switch is in middle position + +|Value|Meaning| +|:---:|:---:| +|0|No change in camera selection| +|1|EO1| +|2|IR thermal| +|3|EO1 + IR Picture-in-picture| +|4|IR + EO1 Picture-in-picture| +|5|Fusion| +|6|IR1 13mm| +|7|IR2 52mm| + +## VIEP_CAM_SWHIGH: ViewPro Camera For Switch High + +Camera selection when switch is in high position + +|Value|Meaning| +|:---:|:---:| +|0|No change in camera selection| +|1|EO1| +|2|IR thermal| +|3|EO1 + IR Picture-in-picture| +|4|IR + EO1 Picture-in-picture| +|5|Fusion| +|6|IR1 13mm| +|7|IR2 52mm| + +## VIEP_ZOOM_SPEED: ViewPro Zoom Speed + +ViewPro Zoom Speed. Higher numbers result in faster zooming + +- Range: 0 7 + +## VIEP_ZOOM_MAX: ViewPro Zoom Times Max + +ViewPro Zoom Times Max + +- Range: 0 30 + +## TOFSENSE_PRX: TOFSENSE-M to be used as Proximity sensor + +Set 0 if sensor is to be used as a 1-D rangefinder (minimum of all distances will be sent, typically used for height detection). Set 1 if it should be used as a 3-D proximity device (Eg. Obstacle Avoidance) + +|Value|Meaning| +|:---:|:---:| +|0|Set as Rangefinder| +|1|Set as Proximity sensor| + +## TOFSENSE_NO: TOFSENSE-M Connected + +Number of TOFSENSE-M CAN sensors connected + +- Range: 1 3 + +## TOFSENSE_MODE: TOFSENSE-M mode to be used + +TOFSENSE-M mode to be used. 0 for 8x8 mode. 1 for 4x4 mode + +|Value|Meaning| +|:---:|:---:| +|0|8x8 mode| +|1|4x4 mode| + +## TOFSENSE_INST1: TOFSENSE-M First Instance + +First TOFSENSE-M sensors backend Instance. Setting this to 1 will pick the first backend from PRX_ or RNG_ Parameters (Depending on TOFSENSE_PRX) + +- Range: 1 3 + +## TOFSENSE_ID1: TOFSENSE-M First ID + +First TOFSENSE-M sensor ID. Leave this at 0 to accept all IDs and if only one sensor is present. You can change ID of sensor from NAssistant Software + +- Range: 1 255 + +## TOFSENSE_INST2: TOFSENSE-M Second Instance + +Second TOFSENSE-M sensors backend Instance. Setting this to 2 will pick the second backend from PRX_ or RNG_ Parameters (Depending on TOFSENSE_PRX) + +- Range: 1 3 + +## TOFSENSE_ID2: TOFSENSE-M Second ID + +Second TOFSENSE-M sensor ID. This cannot be 0. You can change ID of sensor from NAssistant Software + +- Range: 1 255 + +## TOFSENSE_INST3: TOFSENSE-M Third Instance + +Third TOFSENSE-M sensors backend Instance. Setting this to 3 will pick the second backend from PRX_ or RNG_ Parameters (Depending on TOFSENSE_PRX) + +- Range: 1 3 + +## TOFSENSE_ID3: TOFSENSE-M Thir ID + +Third TOFSENSE-M sensor ID. This cannot be 0. You can change ID of sensor from NAssistant Software + +- Range: 1 255 + +## TOFSENSE_S1_PRX: TOFSENSE-M to be used as Proximity sensor + +Set 0 if sensor is to be used as a 1-D rangefinder (minimum of all distances will be sent, typically used for height detection). Set 1 if it should be used as a 3-D proximity device (Eg. Obstacle Avoidance) + +|Value|Meaning| +|:---:|:---:| +|0|Set as Rangefinder| +|1|Set as Proximity sensor| + +## TOFSENSE_S1_SP: TOFSENSE-M serial port config + +UART instance sensor is connected to. Set 1 if sensor is connected to the port with fist SERIALx_PROTOCOL = 28. + +- Range: 1 4 + +## TOFSENSE_S1_BR: TOFSENSE-M serial port baudrate + +Serial Port baud rate. Sensor baud rate can be changed from Nassistant software + +# AFS Parameters + +## AFS_ENABLE: Enable Advanced Failsafe + +*Note: This parameter is for advanced users* + +This enables the advanced failsafe system. If this is set to zero (disable) then all the other AFS options have no effect + +## AFS_MAN_PIN: Manual Pin + +*Note: This parameter is for advanced users* + +This sets a digital output pin to set high when in manual mode. See the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot. + +## AFS_HB_PIN: Heartbeat Pin + +*Note: This parameter is for advanced users* + +This sets a digital output pin which is cycled at 10Hz when termination is not activated. Note that if a FS_TERM_PIN is set then the heartbeat pin will continue to cycle at 10Hz when termination is activated, to allow the termination board to distinguish between autopilot crash and termination. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|49|BB Blue GP0 pin 4| +|50|AUXOUT1| +|51|AUXOUT2| +|52|AUXOUT3| +|53|AUXOUT4| +|54|AUXOUT5| +|55|AUXOUT6| +|57|BB Blue GP0 pin 3| +|113|BB Blue GP0 pin 6| +|116|BB Blue GP0 pin 5| + +## AFS_WP_COMMS: Comms Waypoint + +*Note: This parameter is for advanced users* + +Waypoint number to navigate to on comms loss + +## AFS_WP_GPS_LOSS: GPS Loss Waypoint + +*Note: This parameter is for advanced users* + +Waypoint number to navigate to on GPS lock loss + +## AFS_TERMINATE: Force Terminate + +*Note: This parameter is for advanced users* + +Can be set in flight to force termination of the heartbeat signal + +## AFS_TERM_ACTION: Terminate action + +*Note: This parameter is for advanced users* + +This can be used to force an action on flight termination. Normally this is handled by an external failsafe board, but you can setup ArduPilot to handle it here. Please consult the wiki for more information on the possible values of the parameter + +## AFS_TERM_PIN: Terminate Pin + +*Note: This parameter is for advanced users* + +This sets a digital output pin to set high on flight termination. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|49|BB Blue GP0 pin 4| +|50|AUXOUT1| +|51|AUXOUT2| +|52|AUXOUT3| +|53|AUXOUT4| +|54|AUXOUT5| +|55|AUXOUT6| +|57|BB Blue GP0 pin 3| +|113|BB Blue GP0 pin 6| +|116|BB Blue GP0 pin 5| + +## AFS_AMSL_LIMIT: AMSL limit + +*Note: This parameter is for advanced users* + +This sets the AMSL (above mean sea level) altitude limit. If the pressure altitude determined by QNH exceeds this limit then flight termination will be forced. Note that this limit is in meters, whereas pressure altitude limits are often quoted in feet. A value of zero disables the pressure altitude limit. + +- Units: m + +## AFS_AMSL_ERR_GPS: Error margin for GPS based AMSL limit + +*Note: This parameter is for advanced users* + +This sets margin for error in GPS derived altitude limit. This error margin is only used if the barometer has failed. If the barometer fails then the GPS will be used to enforce the AMSL_LIMIT, but this margin will be subtracted from the AMSL_LIMIT first, to ensure that even with the given amount of GPS altitude error the pressure altitude is not breached. OBC users should set this to comply with their D2 safety case. A value of -1 will mean that barometer failure will lead to immediate termination. + +- Units: m + +## AFS_QNH_PRESSURE: QNH pressure + +*Note: This parameter is for advanced users* + +This sets the QNH pressure in millibars to be used for pressure altitude in the altitude limit. A value of zero disables the altitude limit. + +- Units: hPa + +## AFS_MAX_GPS_LOSS: Maximum number of GPS loss events + +*Note: This parameter is for advanced users* + +Maximum number of GPS loss events before the aircraft stops returning to mission on GPS recovery. Use zero to allow for any number of GPS loss events. + +## AFS_MAX_COM_LOSS: Maximum number of comms loss events + +*Note: This parameter is for advanced users* + +Maximum number of comms loss events before the aircraft stops returning to mission on comms recovery. Use zero to allow for any number of comms loss events. + +## AFS_GEOFENCE: Enable geofence Advanced Failsafe + +*Note: This parameter is for advanced users* + +This enables the geofence part of the AFS. Will only be in effect if AFS_ENABLE is also 1 + +## AFS_RC: Enable RC Advanced Failsafe + +*Note: This parameter is for advanced users* + +This enables the RC part of the AFS. Will only be in effect if AFS_ENABLE is also 1 + +## AFS_RC_MAN_ONLY: Enable RC Termination only in manual control modes + +*Note: This parameter is for advanced users* + +If this parameter is set to 1, then an RC loss will only cause the plane to terminate in manual control modes. If it is 0, then the plane will terminate in any flight mode. + +## AFS_DUAL_LOSS: Enable dual loss terminate due to failure of both GCS and GPS simultaneously + +*Note: This parameter is for advanced users* + +This enables the dual loss termination part of the AFS system. If this parameter is 1 and both GPS and the ground control station fail simultaneously, this will be considered a "dual loss" and cause termination. + +## AFS_RC_FAIL_TIME: RC failure time + +*Note: This parameter is for advanced users* + +This is the time in seconds in manual mode that failsafe termination will activate if RC input is lost. For the OBC rules this should be (1.5). Use 0 to disable. + +- Units: s + +## AFS_MAX_RANGE: Max allowed range + +*Note: This parameter is for advanced users* + +This is the maximum range of the vehicle in kilometers from first arming. If the vehicle goes beyond this range then the TERM_ACTION is performed. A value of zero disables this feature. + +- Units: km + +## AFS_OPTIONS: AFS options + +See description for each bitmask bit description + +- Bitmask: 0: Continue the mission even after comms are recovered (does not go to the mission item at the time comms were lost), 1: Enable AFS for all autonomous modes (not just AUTO) + +## AFS_GCS_TIMEOUT: GCS timeout + +*Note: This parameter is for advanced users* + +The time (in seconds) of persistent data link loss before GCS failsafe occurs. + +- Units: s + +# AHRS Parameters + +## AHRS_GPS_GAIN: AHRS GPS gain + +*Note: This parameter is for advanced users* + +This controls 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. + +- Range: 0.0 1.0 + +- Increment: .01 + +## AHRS_GPS_USE: AHRS use GPS for DCM navigation and position-down + +*Note: This parameter is for advanced users* + +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. Currently this affects only the DCM-based AHRS: the EKF uses GPS according to its own parameters. A value of 2 means to use GPS for height as well as position - both in DCM estimation and when determining altitude-above-home. + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Use GPS for DCM position| +|2|Use GPS for DCM position and height| + +## AHRS_YAW_P: Yaw P + +*Note: This parameter is for advanced users* + +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. + +- Range: 0.1 0.4 + +- Increment: .01 + +## AHRS_RP_P: AHRS RP_P + +*Note: This parameter is for advanced users* + +This controls how fast the accelerometers correct the attitude + +- Range: 0.1 0.4 + +- Increment: .01 + +## AHRS_WIND_MAX: Maximum wind + +*Note: This parameter is for advanced users* + +This sets the maximum allowable difference between ground speed and airspeed. A value of zero means to use the airspeed as is. This allows the plane to cope with a failing airspeed sensor by clipping it to groundspeed plus/minus this limit. See ARSPD_OPTIONS and ARSPD_WIND_MAX to disable airspeed sensors. + +- Range: 0 127 + +- Units: m/s + +- Increment: 1 + +## AHRS_TRIM_X: AHRS Trim Roll + +Compensates for the roll angle difference between the control board and the frame. Positive values make the vehicle roll right. + +- Units: rad + +- Range: -0.1745 +0.1745 + +- Increment: 0.01 + +## AHRS_TRIM_Y: AHRS Trim Pitch + +Compensates for the pitch angle difference between the control board and the frame. Positive values make the vehicle pitch up/back. + +- Units: rad + +- Range: -0.1745 +0.1745 + +- Increment: 0.01 + +## AHRS_TRIM_Z: AHRS Trim Yaw + +*Note: This parameter is for advanced users* + +Not Used + +- Units: rad + +- Range: -0.1745 +0.1745 + +- Increment: 0.01 + +## AHRS_ORIENTATION: Board Orientation + +*Note: This parameter is for advanced users* + +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. The label for each option is specified in the order of rotations for that orientation. This option takes affect on next boot. After changing you will need to re-level your vehicle. Firmware versions 4.2 and prior can use a CUSTOM (100) rotation to set the AHRS_CUSTOM_ROLL/PIT/YAW angles for AHRS orientation. Later versions provide two general custom rotations which can be used, Custom 1 and Custom 2, with CUST_ROT1_ROLL/PIT/YAW or CUST_ROT2_ROLL/PIT/YAW angles. + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Yaw45| +|2|Yaw90| +|3|Yaw135| +|4|Yaw180| +|5|Yaw225| +|6|Yaw270| +|7|Yaw315| +|8|Roll180| +|9|Yaw45Roll180| +|10|Yaw90Roll180| +|11|Yaw135Roll180| +|12|Pitch180| +|13|Yaw225Roll180| +|14|Yaw270Roll180| +|15|Yaw315Roll180| +|16|Roll90| +|17|Yaw45Roll90| +|18|Yaw90Roll90| +|19|Yaw135Roll90| +|20|Roll270| +|21|Yaw45Roll270| +|22|Yaw90Roll270| +|23|Yaw135Roll270| +|24|Pitch90| +|25|Pitch270| +|26|Yaw90Pitch180| +|27|Yaw270Pitch180| +|28|Pitch90Roll90| +|29|Pitch90Roll180| +|30|Pitch90Roll270| +|31|Pitch180Roll90| +|32|Pitch180Roll270| +|33|Pitch270Roll90| +|34|Pitch270Roll180| +|35|Pitch270Roll270| +|36|Yaw90Pitch180Roll90| +|37|Yaw270Roll90| +|38|Yaw293Pitch68Roll180| +|39|Pitch315| +|40|Pitch315Roll90| +|42|Roll45| +|43|Roll315| +|100|Custom 4.1 and older| +|101|Custom 1| +|102|Custom 2| + +## AHRS_COMP_BETA: AHRS Velocity Complementary Filter Beta Coefficient + +*Note: This parameter is for advanced users* + +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. + +- Range: 0.001 0.5 + +- Increment: .01 + +## AHRS_GPS_MINSATS: AHRS GPS Minimum satellites + +*Note: This parameter is for advanced users* + +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. + +- Range: 0 10 + +- Increment: 1 + +## AHRS_EKF_TYPE: Use NavEKF Kalman filter for attitude and position estimation + +*Note: This parameter is for advanced users* + +This controls which NavEKF Kalman filter version is used for attitude and position estimation + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|2|Enable EKF2| +|3|Enable EKF3| +|11|ExternalAHRS| + +## AHRS_CUSTOM_ROLL: Board orientation roll offset + +*Note: This parameter is for advanced users* + +Autopilot mounting position roll offset. Positive values = roll right, negative values = roll left. This parameter is only used when AHRS_ORIENTATION is set to CUSTOM. + +- Range: -180 180 + +- Units: deg + +- Increment: 1 + +## AHRS_CUSTOM_PIT: Board orientation pitch offset + +*Note: This parameter is for advanced users* + +Autopilot mounting position pitch offset. Positive values = pitch up, negative values = pitch down. This parameter is only used when AHRS_ORIENTATION is set to CUSTOM. + +- Range: -180 180 + +- Units: deg + +- Increment: 1 + +## AHRS_CUSTOM_YAW: Board orientation yaw offset + +*Note: This parameter is for advanced users* + +Autopilot mounting position yaw offset. Positive values = yaw right, negative values = yaw left. This parameter is only used when AHRS_ORIENTATION is set to CUSTOM. + +- Range: -180 180 + +- Units: deg + +- Increment: 1 + +## AHRS_OPTIONS: Optional AHRS behaviour + +*Note: This parameter is for advanced users* + +This controls optional AHRS behaviour. Setting DisableDCMFallbackFW will change the AHRS behaviour for fixed wing aircraft in fly-forward flight to not fall back to DCM when the EKF stops navigating. Setting DisableDCMFallbackVTOL will change the AHRS behaviour for fixed wing aircraft in non fly-forward (VTOL) flight to not fall back to DCM when the EKF stops navigating. + +- Bitmask: 0:DisableDCMFallbackFW, 1:DisableDCMFallbackVTOL + +# AIS Parameters + +## AIS_TYPE: AIS receiver type + +AIS receiver type + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|NMEA AIVDM message| + +- RebootRequired: True + +## AIS_LIST_MAX: AIS vessel list size + +*Note: This parameter is for advanced users* + +AIS list size of nearest vessels. Longer lists take longer to refresh with lower SRx_ADSB values. + +- Range: 1 100 + +## AIS_TIME_OUT: AIS vessel time out + +*Note: This parameter is for advanced users* + +if no updates are received in this time a vessel will be removed from the list + +- Units: s + +- Range: 1 2000 + +## AIS_LOGGING: AIS logging options + +*Note: This parameter is for advanced users* + +Bitmask of AIS logging options + +- Bitmask: 0:Log all AIVDM messages,1:Log only unsupported AIVDM messages,2:Log decoded messages + +# ARMING Parameters + +## ARMING_REQUIRE: Require Arming Motors + +*Note: This parameter is for advanced users* + +Arming disabled until some requirements are met. If 0, there are no requirements (arm immediately). If 1, sends the minimum throttle PWM value to the throttle channel when disarmed. If 2, send 0 PWM (no signal) to throttle channel when disarmed. On planes with ICE enabled and the throttle while disarmed option set in ICE_OPTIONS, the motor will always get THR_MIN when disarmed. Arming will occur using either rudder stick arming (if enabled) or GCS command when all mandatory and ARMING_CHECK items are satisfied. Note, when setting this parameter to 0, a reboot is required to immediately arm the plane. + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|minimum PWM when disarmed| +|2|0 PWM when disarmed| + +## ARMING_ACCTHRESH: Accelerometer error threshold + +*Note: This parameter is for advanced users* + +Accelerometer error threshold used to determine inconsistent accelerometers. Compares this error range to other accelerometers to detect a hardware or calibration error. Lower value means tighter check and harder to pass arming check. Not all accelerometers are created equal. + +- Units: m/s/s + +- Range: 0.25 3.0 + +## ARMING_RUDDER: Arming with Rudder enable/disable + +*Note: This parameter is for advanced users* + +Allow arm/disarm by rudder input. When enabled arming can be done with right rudder, disarming with left rudder. Rudder arming only works with throttle at zero +- deadzone (RCx_DZ). Depending on vehicle type, arming in certain modes is prevented. See the wiki for each vehicle. Caution is recommended when arming if it is allowed in an auto-throttle mode! + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|ArmingOnly| +|2|ArmOrDisarm| + +## ARMING_MIS_ITEMS: Required mission items + +*Note: This parameter is for advanced users* + +Bitmask of mission items that are required to be planned in order to arm the aircraft + +- Bitmask: 0:Land,1:VTOL Land,2:DO_LAND_START,3:Takeoff,4:VTOL Takeoff,5:Rallypoint,6:RTL + +## ARMING_CHECK: Arm Checks to Perform (bitmask) + +Checks prior to arming motor. This is a bitmask of checks that will be performed before allowing arming. For most users it is recommended to leave this at the default of 1 (all checks enabled). You can select whatever checks you prefer by adding together the values of each check type to set this parameter. For example, to only allow arming when you have GPS lock and no RC failsafe you would set ARMING_CHECK to 72. + +- Bitmask: 0:All,1:Barometer,2:Compass,3:GPS lock,4:INS,5:Parameters,6:RC Channels,7:Board voltage,8:Battery Level,10:Logging Available,11:Hardware safety switch,12:GPS Configuration,13:System,14:Mission,15:Rangefinder,16:Camera,17:AuxAuth,18:VisualOdometry,19:FFT + +## ARMING_OPTIONS: Arming options + +*Note: This parameter is for advanced users* + +Options that can be applied to change arming behaviour + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Disable prearm display| +|2|Do not send status text on state change| + +## ARMING_MAGTHRESH: Compass magnetic field strength error threshold vs earth magnetic model + +*Note: This parameter is for advanced users* + +Compass magnetic field strength error threshold vs earth magnetic model. X and y axis are compared using this threhold, Z axis uses 2x this threshold. 0 to disable check + +- Units: mGauss + +- Range: 0 500 + +# ARSPD Parameters + +## ARSPD_ENABLE: Airspeed Enable + +Enable airspeed sensor support + +|Value|Meaning| +|:---:|:---:| +|0|Disable| +|1|Enable| + +## ARSPD_TUBE_ORDER: Control pitot tube order + +*Note: This parameter is for advanced users* + +This parameter allows you to control whether the order in which the tubes are attached to your pitot tube matters. If you set this to 0 then the first (often the top) connector on the sensor needs to be the stagnation pressure (the pressure at the tip of the pitot tube). If set to 1 then the second (often the bottom) connector needs to be the stagnation pressure. If set to 2 (the default) then the airspeed driver will accept either order. The reason you may wish to specify the order is it will allow your airspeed sensor to detect if the aircraft is receiving excessive pressure on the static port compared to the stagnation port such as during a stall, which would otherwise be seen as a positive airspeed. + +|Value|Meaning| +|:---:|:---:| +|0|Normal| +|1|Swapped| +|2|Auto Detect| + +## ARSPD_PRIMARY: Primary airspeed sensor + +*Note: This parameter is for advanced users* + +This selects which airspeed sensor will be the primary if multiple sensors are found + +|Value|Meaning| +|:---:|:---:| +|0|FirstSensor| +|1|2ndSensor| + +## ARSPD_OPTIONS: Airspeed options bitmask + +*Note: This parameter is for advanced users* + +This parameter and function is not used by this vehicle. Always set to 0. + +- Bitmask: 0:SpeedMismatchDisable, 1:AllowSpeedMismatchRecovery, 2:DisableVoltageCorrection, 3:UseEkf3Consistency + +## ARSPD_WIND_MAX: Maximum airspeed and ground speed difference + +*Note: This parameter is for advanced users* + +This parameter and function is not used by this vehicle. Always set to 0. + +- Units: m/s + +## ARSPD_WIND_WARN: Airspeed and GPS speed difference that gives a warning + +*Note: This parameter is for advanced users* + +This parameter and function is not used by this vehicle. Always set to 0. + +- Units: m/s + +## ARSPD_WIND_GATE: Re-enable Consistency Check Gate Size + +*Note: This parameter is for advanced users* + +This parameter and function is not used by this vehicle. + +- Range: 0.0 10.0 + +## ARSPD_OFF_PCNT: Maximum offset cal speed error + +*Note: This parameter is for advanced users* + +The maximum percentage speed change in airspeed reports that is allowed due to offset changes between calibrations before a warning is issued. This potential speed error is in percent of ASPD_FBW_MIN. 0 disables. Helps warn of calibrations without pitot being covered. + +- Range: 0.0 10.0 + +- Units: % + +# ARSPD2 Parameters + +## ARSPD2_TYPE: Airspeed type + +Type of airspeed sensor + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|I2C-MS4525D0| +|2|Analog| +|3|I2C-MS5525| +|4|I2C-MS5525 (0x76)| +|5|I2C-MS5525 (0x77)| +|6|I2C-SDP3X| +|7|I2C-DLVR-5in| +|8|DroneCAN| +|9|I2C-DLVR-10in| +|10|I2C-DLVR-20in| +|11|I2C-DLVR-30in| +|12|I2C-DLVR-60in| +|13|NMEA water speed| +|14|MSP| +|15|ASP5033| +|16|ExternalAHRS| +|100|SITL| + +## ARSPD2_USE: Airspeed use + +This parameter is not used by this vehicle. Always set to 0. + +|Value|Meaning| +|:---:|:---:| +|0|DoNotUse| +|1|Use| +|2|UseWhenZeroThrottle| + +## ARSPD2_OFFSET: Airspeed offset + +*Note: This parameter is for advanced users* + +Airspeed calibration offset + +- Increment: 0.1 + +## ARSPD2_RATIO: Airspeed ratio + +*Note: This parameter is for advanced users* + +Calibrates pitot tube pressure to velocity. Increasing this value will indicate a higher airspeed at any given dynamic pressure. + +- Increment: 0.1 + +## ARSPD2_PIN: Airspeed pin + +*Note: This parameter is for advanced users* + +The pin number that the airspeed sensor is connected to for analog sensors. Set to 15 on the Pixhawk for the analog airspeed port. + +## ARSPD2_AUTOCAL: This parameter and function is not used by this vehicle. Always set to 0. + +*Note: This parameter is for advanced users* + +Enables automatic adjustment of airspeed ratio during a calibration flight based on estimation of ground speed and true airspeed. New ratio saved every 2 minutes if change is > 5%. Should not be left enabled. + +## ARSPD2_TUBE_ORDR: Control pitot tube order + +*Note: This parameter is for advanced users* + +This parameter allows you to control whether the order in which the tubes are attached to your pitot tube matters. If you set this to 0 then the first (often the top) connector on the sensor needs to be the stagnation pressure (the pressure at the tip of the pitot tube). If set to 1 then the second (often the bottom) connector needs to be the stagnation pressure. If set to 2 (the default) then the airspeed driver will accept either order. The reason you may wish to specify the order is it will allow your airspeed sensor to detect if the aircraft is receiving excessive pressure on the static port compared to the stagnation port such as during a stall, which would otherwise be seen as a positive airspeed. + +|Value|Meaning| +|:---:|:---:| +|0|Normal| +|1|Swapped| +|2|Auto Detect| + +## ARSPD2_SKIP_CAL: Skip airspeed offset calibration on startup + +*Note: This parameter is for advanced users* + +This parameter allows you to skip airspeed offset calibration on startup, instead using the offset from the last calibration. This may be desirable if the offset variance between flights for your sensor is low and you want to avoid having to cover the pitot tube on each boot. + +|Value|Meaning| +|:---:|:---:| +|0|Disable| +|1|Enable| + +## ARSPD2_PSI_RANGE: The PSI range of the device + +*Note: This parameter is for advanced users* + +This parameter allows you to set the PSI (pounds per square inch) range for your sensor. You should not change this unless you examine the datasheet for your device + +## ARSPD2_BUS: Airspeed I2C bus + +*Note: This parameter is for advanced users* + +Bus number of the I2C bus where the airspeed sensor is connected. May not correspond to board's I2C bus number labels. Retry another bus and reboot if airspeed sensor fails to initialize. + +|Value|Meaning| +|:---:|:---:| +|0|Bus0| +|1|Bus1| +|2|Bus2| + +- RebootRequired: True + +## ARSPD2_DEVID: Airspeed ID + +*Note: This parameter is for advanced users* + +Airspeed sensor ID, taking into account its type, bus and instance + +- ReadOnly: True + +# ARSPD Parameters + +## ARSPD_TYPE: Airspeed type + +Type of airspeed sensor + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|I2C-MS4525D0| +|2|Analog| +|3|I2C-MS5525| +|4|I2C-MS5525 (0x76)| +|5|I2C-MS5525 (0x77)| +|6|I2C-SDP3X| +|7|I2C-DLVR-5in| +|8|DroneCAN| +|9|I2C-DLVR-10in| +|10|I2C-DLVR-20in| +|11|I2C-DLVR-30in| +|12|I2C-DLVR-60in| +|13|NMEA water speed| +|14|MSP| +|15|ASP5033| +|16|ExternalAHRS| +|100|SITL| + +## ARSPD_USE: Airspeed use + +This parameter is not used by this vehicle. Always set to 0. + +|Value|Meaning| +|:---:|:---:| +|0|DoNotUse| +|1|Use| +|2|UseWhenZeroThrottle| + +## ARSPD_OFFSET: Airspeed offset + +*Note: This parameter is for advanced users* + +Airspeed calibration offset + +- Increment: 0.1 + +## ARSPD_RATIO: Airspeed ratio + +*Note: This parameter is for advanced users* + +Calibrates pitot tube pressure to velocity. Increasing this value will indicate a higher airspeed at any given dynamic pressure. + +- Increment: 0.1 + +## ARSPD_PIN: Airspeed pin + +*Note: This parameter is for advanced users* + +The pin number that the airspeed sensor is connected to for analog sensors. Set to 15 on the Pixhawk for the analog airspeed port. + +## ARSPD_AUTOCAL: This parameter and function is not used by this vehicle. Always set to 0. + +*Note: This parameter is for advanced users* + +Enables automatic adjustment of airspeed ratio during a calibration flight based on estimation of ground speed and true airspeed. New ratio saved every 2 minutes if change is > 5%. Should not be left enabled. + +## ARSPD_TUBE_ORDR: Control pitot tube order + +*Note: This parameter is for advanced users* + +This parameter allows you to control whether the order in which the tubes are attached to your pitot tube matters. If you set this to 0 then the first (often the top) connector on the sensor needs to be the stagnation pressure (the pressure at the tip of the pitot tube). If set to 1 then the second (often the bottom) connector needs to be the stagnation pressure. If set to 2 (the default) then the airspeed driver will accept either order. The reason you may wish to specify the order is it will allow your airspeed sensor to detect if the aircraft is receiving excessive pressure on the static port compared to the stagnation port such as during a stall, which would otherwise be seen as a positive airspeed. + +|Value|Meaning| +|:---:|:---:| +|0|Normal| +|1|Swapped| +|2|Auto Detect| + +## ARSPD_SKIP_CAL: Skip airspeed offset calibration on startup + +*Note: This parameter is for advanced users* + +This parameter allows you to skip airspeed offset calibration on startup, instead using the offset from the last calibration. This may be desirable if the offset variance between flights for your sensor is low and you want to avoid having to cover the pitot tube on each boot. + +|Value|Meaning| +|:---:|:---:| +|0|Disable| +|1|Enable| + +## ARSPD_PSI_RANGE: The PSI range of the device + +*Note: This parameter is for advanced users* + +This parameter allows you to set the PSI (pounds per square inch) range for your sensor. You should not change this unless you examine the datasheet for your device + +## ARSPD_BUS: Airspeed I2C bus + +*Note: This parameter is for advanced users* + +Bus number of the I2C bus where the airspeed sensor is connected. May not correspond to board's I2C bus number labels. Retry another bus and reboot if airspeed sensor fails to initialize. + +|Value|Meaning| +|:---:|:---:| +|0|Bus0| +|1|Bus1| +|2|Bus2| + +- RebootRequired: True + +## ARSPD_DEVID: Airspeed ID + +*Note: This parameter is for advanced users* + +Airspeed sensor ID, taking into account its type, bus and instance + +- ReadOnly: True + +# ATC Parameters + +## ATC_STR_RAT_P: Steering control rate P gain + +Steering control rate P gain. Converts the turn rate error (in radians/sec) to a steering control output (in the range -1 to +1) + +- Range: 0.000 2.000 + +- Increment: 0.001 + +## ATC_STR_RAT_I: Steering control I gain + +Steering control I gain. Corrects long term error between the desired turn rate (in rad/s) and actual + +- Range: 0.000 2.000 + +- Increment: 0.001 + +## ATC_STR_RAT_IMAX: Steering control I gain maximum + +Steering control I gain maximum. Constrains the steering output (range -1 to +1) that the I term will generate + +- Range: 0.000 1.000 + +- Increment: 0.01 + +## ATC_STR_RAT_D: Steering control D gain + +Steering control D gain. Compensates for short-term change in desired turn rate vs actual + +- Range: 0.000 0.400 + +- Increment: 0.001 + +## ATC_STR_RAT_FF: Steering control feed forward + +Steering control feed forward + +- Range: 0.000 3.000 + +- Increment: 0.001 + +## ATC_STR_RAT_FILT: Steering control filter frequency + +Steering control input filter. Lower values reduce noise but add delay. + +- Range: 0.000 100.000 + +- Increment: 0.1 + +- Units: Hz + +## ATC_STR_RAT_FLTT: Steering control Target filter frequency in Hz + +Target filter frequency in Hz + +- Range: 0.000 100.000 + +- Increment: 0.1 + +- Units: Hz + +## ATC_STR_RAT_FLTE: Steering control Error filter frequency in Hz + +Error filter frequency in Hz + +- Range: 0.000 100.000 + +- Increment: 0.1 + +- Units: Hz + +## ATC_STR_RAT_FLTD: Steering control Derivative term filter frequency in Hz + +Derivative filter frequency in Hz + +- Range: 0.000 100.000 + +- Increment: 0.1 + +- Units: Hz + +## ATC_STR_RAT_SMAX: Steering slew rate limit + +*Note: This parameter is for advanced users* + +Sets an upper limit on the slew rate produced by the combined P and D gains. If the amplitude of the control action produced by the rate feedback exceeds this value, then the D+P gain is reduced to respect the limit. This limits the amplitude of high frequency oscillations caused by an excessive gain. The limit should be set to no more than 25% of the actuators maximum slew rate to allow for load effects. Note: The gain will not be reduced to less than 10% of the nominal value. A value of zero will disable this feature. + +- Range: 0 200 + +- Increment: 0.5 + +## ATC_STR_RAT_PDMX: Steering control PD sum maximum + +Steering control PD sum maximum. The maximum/minimum value that the sum of the P and D term can output + +- Range: 0.000 1.000 + +- Increment: 0.01 + +## ATC_STR_RAT_D_FF: Steering control Derivative FeedForward Gain + +*Note: This parameter is for advanced users* + +FF D Gain which produces an output that is proportional to the rate of change of the target + +- Range: 0 0.03 + +- Increment: 0.001 + +## ATC_STR_RAT_NTF: Steering control Target notch filter index + +*Note: This parameter is for advanced users* + +Steering control Target notch filter index + +- Range: 1 8 + +## ATC_STR_RAT_NEF: Steering control Error notch filter index + +*Note: This parameter is for advanced users* + +Steering control Error notch filter index + +- Range: 1 8 + +## ATC_SPEED_P: Speed control P gain + +Speed control P gain. Converts the error between the desired speed (in m/s) and actual speed to a motor output (in the range -1 to +1) + +- Range: 0.010 2.000 + +- Increment: 0.01 + +## ATC_SPEED_I: Speed control I gain + +Speed control I gain. Corrects long term error between the desired speed (in m/s) and actual speed + +- Range: 0.000 2.000 + +- Increment: 0.01 + +## ATC_SPEED_IMAX: Speed control I gain maximum + +Speed control I gain maximum. Constrains the maximum motor output (range -1 to +1) that the I term will generate + +- Range: 0.000 1.000 + +- Increment: 0.01 + +## ATC_SPEED_D: Speed control D gain + +Speed control D gain. Compensates for short-term change in desired speed vs actual + +- Range: 0.000 0.400 + +- Increment: 0.001 + +## ATC_SPEED_FF: Speed control feed forward + +Speed control feed forward + +- Range: 0.000 0.500 + +- Increment: 0.001 + +## ATC_SPEED_FILT: Speed control filter frequency + +Speed control input filter. Lower values reduce noise but add delay. + +- Range: 0.000 100.000 + +- Increment: 0.1 + +- Units: Hz + +## ATC_SPEED_FLTT: Speed control Target filter frequency in Hz + +Target filter frequency in Hz + +- Range: 0.000 100.000 + +- Increment: 0.1 + +- Units: Hz + +## ATC_SPEED_FLTE: Speed control Error filter frequency in Hz + +Error filter frequency in Hz + +- Range: 0.000 100.000 + +- Increment: 0.1 + +- Units: Hz + +## ATC_SPEED_FLTD: Speed control Derivative term filter frequency in Hz + +Derivative filter frequency in Hz + +- Range: 0.000 100.000 + +- Increment: 0.1 + +- Units: Hz + +## ATC_SPEED_SMAX: Speed control slew rate limit + +*Note: This parameter is for advanced users* + +Sets an upper limit on the slew rate produced by the combined P and D gains. If the amplitude of the control action produced by the rate feedback exceeds this value, then the D+P gain is reduced to respect the limit. This limits the amplitude of high frequency oscillations caused by an excessive gain. The limit should be set to no more than 25% of the actuators maximum slew rate to allow for load effects. Note: The gain will not be reduced to less than 10% of the nominal value. A value of zero will disable this feature. + +- Range: 0 200 + +- Increment: 0.5 + +## ATC_SPEED_PDMX: Speed control PD sum maximum + +Speed control PD sum maximum. The maximum/minimum value that the sum of the P and D term can output + +- Range: 0.000 1.000 + +- Increment: 0.01 + +## ATC_SPEED_D_FF: Speed control Derivative FeedForward Gain + +*Note: This parameter is for advanced users* + +FF D Gain which produces an output that is proportional to the rate of change of the target + +- Range: 0 0.03 + +- Increment: 0.001 + +## ATC_SPEED_NTF: Speed control Target notch filter index + +*Note: This parameter is for advanced users* + +Speed control Target notch filter index + +- Range: 1 8 + +## ATC_SPEED_NEF: Speed control Error notch filter index + +*Note: This parameter is for advanced users* + +Speed control Error notch filter index + +- Range: 1 8 + +## ATC_ACCEL_MAX: Speed control acceleration (and deceleration) maximum in m/s/s + +Speed control acceleration (and deceleration) maximum in m/s/s. 0 to disable acceleration limiting + +- Range: 0.0 10.0 + +- Increment: 0.1 + +- Units: m/s/s + +## ATC_BRAKE: Speed control brake enable/disable + +Speed control brake enable/disable. Allows sending a reversed output to the motors to slow the vehicle. + +|Value|Meaning| +|:---:|:---:| +|0|Disable| +|1|Enable| + +## ATC_STOP_SPEED: Speed control stop speed + +Speed control stop speed. Motor outputs to zero once vehicle speed falls below this value + +- Range: 0.00 0.50 + +- Increment: 0.01 + +- Units: m/s + +## ATC_STR_ANG_P: Steering control angle P gain + +Steering control angle P gain. Converts the error between the desired heading/yaw (in radians) and actual heading/yaw to a desired turn rate (in rad/sec) + +- Range: 1.000 10.000 + +- Increment: 0.1 + +## ATC_STR_ACC_MAX: Steering control angular acceleration maximum + +Steering control angular acceleration maximum (in deg/s/s). 0 to disable acceleration limiting + +- Range: 0 1000 + +- Increment: 0.1 + +- Units: deg/s/s + +## ATC_STR_RAT_MAX: Steering control rotation rate maximum + +Steering control rotation rate maximum in deg/s. 0 to remove rate limiting + +- Range: 0 1000 + +- Increment: 0.1 + +- Units: deg/s + +## ATC_DECEL_MAX: Speed control deceleration maximum in m/s/s + +Speed control and deceleration maximum in m/s/s. 0 to use ATC_ACCEL_MAX for deceleration + +- Range: 0.0 10.0 + +- Increment: 0.1 + +- Units: m/s/s + +## ATC_BAL_P: Pitch control P gain + +Pitch control P gain for BalanceBots. Converts the error between the desired pitch (in radians) and actual pitch to a motor output (in the range -1 to +1) + +- Range: 0.000 2.000 + +- Increment: 0.01 + +## ATC_BAL_I: Pitch control I gain + +Pitch control I gain for BalanceBots. Corrects long term error between the desired pitch (in radians) and actual pitch + +- Range: 0.000 2.000 + +- Increment: 0.01 + +## ATC_BAL_IMAX: Pitch control I gain maximum + +Pitch control I gain maximum. Constrains the maximum motor output (range -1 to +1) that the I term will generate + +- Range: 0.000 1.000 + +- Increment: 0.01 + +## ATC_BAL_D: Pitch control D gain + +Pitch control D gain. Compensates for short-term change in desired pitch vs actual + +- Range: 0.000 0.100 + +- Increment: 0.001 + +## ATC_BAL_FF: Pitch control feed forward + +Pitch control feed forward + +- Range: 0.000 0.500 + +- Increment: 0.001 + +## ATC_BAL_FILT: Pitch control filter frequency + +Pitch control input filter. Lower values reduce noise but add delay. + +- Range: 0.000 100.000 + +- Increment: 0.1 + +- Units: Hz + +## ATC_BAL_FLTT: Pitch control Target filter frequency in Hz + +Pitch control Target filter frequency in Hz + +- Range: 0.000 100.000 + +- Increment: 0.1 + +- Units: Hz + +## ATC_BAL_FLTE: Pitch control Error filter frequency in Hz + +Pitch control Error filter frequency in Hz + +- Range: 0.000 100.000 + +- Increment: 0.1 + +- Units: Hz + +## ATC_BAL_FLTD: Pitch control Derivative term filter frequency in Hz + +Pitch control Derivative filter frequency in Hz + +- Range: 0.000 100.000 + +- Increment: 0.1 + +- Units: Hz + +## ATC_BAL_SMAX: Pitch control slew rate limit + +*Note: This parameter is for advanced users* + +Pitch control upper limit on the slew rate produced by the combined P and D gains. If the amplitude of the control action produced by the rate feedback exceeds this value, then the D+P gain is reduced to respect the limit. This limits the amplitude of high frequency oscillations caused by an excessive gain. The limit should be set to no more than 25% of the actuators maximum slew rate to allow for load effects. Note: The gain will not be reduced to less than 10% of the nominal value. A value of zero will disable this feature. + +- Range: 0 200 + +- Increment: 0.5 + +## ATC_BAL_PDMX: Pitch control PD sum maximum + +Pitch control PD sum maximum. The maximum/minimum value that the sum of the P and D term can output + +- Range: 0.000 1.000 + +- Increment: 0.01 + +## ATC_BAL_D_FF: Pitch control Derivative FeedForward Gain + +*Note: This parameter is for advanced users* + +FF D Gain which produces an output that is proportional to the rate of change of the target + +- Range: 0 0.03 + +- Increment: 0.001 + +## ATC_BAL_NTF: Pitch control Target notch filter index + +*Note: This parameter is for advanced users* + +Pitch control Target notch filter index + +- Range: 1 8 + +## ATC_BAL_NEF: Pitch control Error notch filter index + +*Note: This parameter is for advanced users* + +Pitch control Error notch filter index + +- Range: 1 8 + +## ATC_BAL_PIT_FF: Pitch control feed forward from current pitch angle + +Pitch control feed forward from current pitch angle + +- Range: 0.0 1.0 + +- Increment: 0.01 + +## ATC_SAIL_P: Sail Heel control P gain + +Sail Heel control P gain for sailboats. Converts the error between the desired heel angle (in radians) and actual heel to a main sail output (in the range -1 to +1) + +- Range: 0.000 2.000 + +- Increment: 0.01 + +## ATC_SAIL_I: Sail Heel control I gain + +Sail Heel control I gain for sailboats. Corrects long term error between the desired heel angle (in radians) and actual + +- Range: 0.000 2.000 + +- Increment: 0.01 + +## ATC_SAIL_IMAX: Sail Heel control I gain maximum + +Sail Heel control I gain maximum. Constrains the maximum I term contribution to the main sail output (range -1 to +1) + +- Range: 0.000 1.000 + +- Increment: 0.01 + +## ATC_SAIL_D: Sail Heel control D gain + +Sail Heel control D gain. Compensates for short-term change in desired heel angle vs actual + +- Range: 0.000 0.100 + +- Increment: 0.001 + +## ATC_SAIL_FF: Sail Heel control feed forward + +Sail Heel control feed forward + +- Range: 0.000 0.500 + +- Increment: 0.001 + +## ATC_SAIL_FILT: Sail Heel control filter frequency + +Sail Heel control input filter. Lower values reduce noise but add delay. + +- Range: 0.000 100.000 + +- Increment: 0.1 + +- Units: Hz + +## ATC_SAIL_FLTT: Sail Heel Target filter frequency in Hz + +Target filter frequency in Hz + +- Range: 0.000 100.000 + +- Increment: 0.1 + +- Units: Hz + +## ATC_SAIL_FLTE: Sail Heel Error filter frequency in Hz + +Error filter frequency in Hz + +- Range: 0.000 100.000 + +- Increment: 0.1 + +- Units: Hz + +## ATC_SAIL_FLTD: Sail Heel Derivative term filter frequency in Hz + +Derivative filter frequency in Hz + +- Range: 0.000 100.000 + +- Increment: 0.1 + +- Units: Hz + +## ATC_SAIL_SMAX: Sail heel slew rate limit + +*Note: This parameter is for advanced users* + +Sets an upper limit on the slew rate produced by the combined P and D gains. If the amplitude of the control action produced by the rate feedback exceeds this value, then the D+P gain is reduced to respect the limit. This limits the amplitude of high frequency oscillations caused by an excessive gain. The limit should be set to no more than 25% of the actuators maximum slew rate to allow for load effects. Note: The gain will not be reduced to less than 10% of the nominal value. A value of zero will disable this feature. + +- Range: 0 200 + +- Increment: 0.5 + +## ATC_SAIL_PDMX: Sail Heel control PD sum maximum + +Sail Heel control PD sum maximum. The maximum/minimum value that the sum of the P and D term can output + +- Range: 0.000 1.000 + +- Increment: 0.01 + +## ATC_SAIL_D_FF: Sail Heel Derivative FeedForward Gain + +*Note: This parameter is for advanced users* + +FF D Gain which produces an output that is proportional to the rate of change of the target + +- Range: 0 0.03 + +- Increment: 0.001 + +## ATC_SAIL_NTF: Sail Heel Target notch filter index + +*Note: This parameter is for advanced users* + +Sail Heel Target notch filter index + +- Range: 1 8 + +## ATC_SAIL_NEF: Sail Heel Error notch filter index + +*Note: This parameter is for advanced users* + +Sail Heel Error notch filter index + +- Range: 1 8 + +## ATC_TURN_MAX_G: Turning maximum G force + +The maximum turning acceleration (in units of gravities) that the rover can handle while remaining stable. The navigation code will keep the lateral acceleration below this level to avoid rolling over or slipping the wheels in turns + +- Units: gravities + +- Range: 0.1 10 + +- Increment: 0.01 + +## ATC_BAL_LIM_TC: Pitch control limit time constant + +Pitch control limit time constant to protect against falling. Lower values limit pitch more quickly, higher values limit more slowly. Set to 0 to disable + +- Range: 0.0 5.0 + +- Increment: 0.01 + +## ATC_BAL_LIM_THR: Pitch control limit throttle threshold + +Pitch control limit throttle threshold. Pitch angle will be limited if throttle crosses this threshold (from 0 to 1) + +- Range: 0.0 1.0 + +- Increment: 0.01 + +# AVOID Parameters + +## AVOID_ENABLE: Avoidance control enable/disable + +Enabled/disable avoidance input sources + +- Bitmask: 0:UseFence,1:UseProximitySensor,2:UseBeaconFence + +## AVOID_MARGIN: Avoidance distance margin in GPS modes + +Vehicle will attempt to stay at least this distance (in meters) from objects while in GPS modes + +- Units: m + +- Range: 1 10 + +## AVOID_BEHAVE: Avoidance behaviour + +Avoidance behaviour (slide or stop) + +|Value|Meaning| +|:---:|:---:| +|0|Slide| +|1|Stop| + +## AVOID_BACKUP_SPD: Avoidance maximum backup speed + +Maximum speed that will be used to back away from obstacles in GPS modes (m/s). Set zero to disable + +- Units: m/s + +- Range: 0 2 + +## AVOID_ACCEL_MAX: Avoidance maximum acceleration + +Maximum acceleration with which obstacles will be avoided with. Set zero to disable acceleration limits + +- Units: m/s/s + +- Range: 0 9 + +## AVOID_BACKUP_DZ: Avoidance deadzone between stopping and backing away from obstacle + +Distance beyond AVOID_MARGIN parameter, after which vehicle will backaway from obstacles. Increase this parameter if you see vehicle going back and forth in front of obstacle. + +- Units: m + +- Range: 0 2 + +# BARO Parameters + +## BARO1_GND_PRESS: Ground Pressure + +*Note: This parameter is for advanced users* + +calibrated ground pressure in Pascals + +- Units: Pa + +- Increment: 1 + +- ReadOnly: True + +- Volatile: True + +## BARO_GND_TEMP: ground temperature + +*Note: This parameter is for advanced users* + +User provided ambient ground temperature in degrees Celsius. This is used to improve the calculation of the altitude the vehicle is at. This parameter is not persistent and will be reset to 0 every time the vehicle is rebooted. A value of 0 means use the internal measurement ambient temperature. + +- Units: degC + +- Increment: 1 + +- Volatile: True + +## BARO_ALT_OFFSET: altitude offset + +*Note: This parameter is for advanced users* + +altitude offset in meters added to barometric altitude. This is used to allow for automatic adjustment of the base barometric altitude by a ground station equipped with a barometer. The value is added to the barometric altitude read by the aircraft. It is automatically reset to 0 when the barometer is calibrated on each reboot or when a preflight calibration is performed. + +- Units: m + +- Increment: 0.1 + +## BARO_PRIMARY: Primary barometer + +*Note: This parameter is for advanced users* + +This selects which barometer will be the primary if multiple barometers are found + +|Value|Meaning| +|:---:|:---:| +|0|FirstBaro| +|1|2ndBaro| +|2|3rdBaro| + +## BARO_EXT_BUS: External baro bus + +*Note: This parameter is for advanced users* + +This selects the bus number for looking for an I2C barometer. When set to -1 it will probe all external i2c buses based on the BARO_PROBE_EXT parameter. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|0|Bus0| +|1|Bus1| +|6|Bus6| + +## BARO2_GND_PRESS: Ground Pressure + +*Note: This parameter is for advanced users* + +calibrated ground pressure in Pascals + +- Units: Pa + +- Increment: 1 + +- ReadOnly: True + +- Volatile: True + +## BARO3_GND_PRESS: Absolute Pressure + +*Note: This parameter is for advanced users* + +calibrated ground pressure in Pascals + +- Units: Pa + +- Increment: 1 + +- ReadOnly: True + +- Volatile: True + +## BARO_FLTR_RNG: Range in which sample is accepted + +This sets the range around the average value that new samples must be within to be accepted. This can help reduce the impact of noise on sensors that are on long I2C cables. The value is a percentage from the average value. A value of zero disables this filter. + +- Units: % + +- Range: 0 100 + +- Increment: 1 + +## BARO_PROBE_EXT: External barometers to probe + +*Note: This parameter is for advanced users* + +This sets which types of external i2c barometer to look for. It is a bitmask of barometer types. The I2C buses to probe is based on BARO_EXT_BUS. If BARO_EXT_BUS is -1 then it will probe all external buses, otherwise it will probe just the bus number given in BARO_EXT_BUS. + +- Bitmask: 0:BMP085,1:BMP280,2:MS5611,3:MS5607,4:MS5637,5:FBM320,6:DPS280,7:LPS25H,8:Keller,9:MS5837,10:BMP388,11:SPL06,12:MSP + +## BARO1_DEVID: Baro ID + +*Note: This parameter is for advanced users* + +Barometer sensor ID, taking into account its type, bus and instance + +- ReadOnly: True + +## BARO2_DEVID: Baro ID2 + +*Note: This parameter is for advanced users* + +Barometer2 sensor ID, taking into account its type, bus and instance + +- ReadOnly: True + +## BARO3_DEVID: Baro ID3 + +*Note: This parameter is for advanced users* + +Barometer3 sensor ID, taking into account its type, bus and instance + +- ReadOnly: True + +## BARO_FIELD_ELV: field elevation + +*Note: This parameter is for advanced users* + +User provided field elevation in meters. This is used to improve the calculation of the altitude the vehicle is at. This parameter is not persistent and will be reset to 0 every time the vehicle is rebooted. Changes to this parameter will only be used when disarmed. A value of 0 means the EKF origin height is used for takeoff height above sea level. + +- Units: m + +- Increment: 0.1 + +- Volatile: True + +## BARO_ALTERR_MAX: Altitude error maximum + +*Note: This parameter is for advanced users* + +This is the maximum acceptable altitude discrepancy between GPS altitude and barometric presssure altitude calculated against a standard atmosphere for arming checks to pass. If you are getting an arming error due to this parameter then you may have a faulty or substituted barometer. A common issue is vendors replacing a MS5611 in a "Pixhawk" with a MS5607. If you have that issue then please see BARO_OPTIONS parameter to force the MS5611 to be treated as a MS5607. This check is disabled if the value is zero. + +- Units: m + +- Increment: 1 + +- Range: 0 5000 + +## BARO_OPTIONS: Barometer options + +*Note: This parameter is for advanced users* + +Barometer options + +- Bitmask: 0:Treat MS5611 as MS5607 + +# BARO1WCF Parameters + +## BARO1_WCF_ENABLE: Wind coefficient enable + +*Note: This parameter is for advanced users* + +This enables the use of wind coefficients for barometer compensation + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## BARO1_WCF_FWD: Pressure error coefficient in positive X direction (forward) + +*Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the X body axis. If the baro height estimate rises during forwards flight, then this will be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned. + +- Range: -1.0 1.0 + +- Increment: 0.05 + +## BARO1_WCF_BCK: Pressure error coefficient in negative X direction (backwards) + +*Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the X body axis. If the baro height estimate rises during backwards flight, then this will be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned. + +- Range: -1.0 1.0 + +- Increment: 0.05 + +## BARO1_WCF_RGT: Pressure error coefficient in positive Y direction (right) + +*Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the Y body axis. If the baro height estimate rises during sideways flight to the right, then this should be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned. + +- Range: -1.0 1.0 + +- Increment: 0.05 + +## BARO1_WCF_LFT: Pressure error coefficient in negative Y direction (left) + +*Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the Y body axis. If the baro height estimate rises during sideways flight to the left, then this should be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned. + +- Range: -1.0 1.0 + +- Increment: 0.05 + +## BARO1_WCF_UP: Pressure error coefficient in positive Z direction (up) + +*Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the Z body axis. If the baro height estimate rises above truth height during climbing flight (or forward flight with a high forwards lean angle), then this should be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned. + +- Range: -1.0 1.0 + +- Increment: 0.05 + +## BARO1_WCF_DN: Pressure error coefficient in negative Z direction (down) + +*Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the Z body axis. If the baro height estimate rises above truth height during descending flight (or forward flight with a high backwards lean angle, eg braking manoeuvre), then this should be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned. + +- Range: -1.0 1.0 + +- Increment: 0.05 + +# BARO2WCF Parameters + +## BARO2_WCF_ENABLE: Wind coefficient enable + +*Note: This parameter is for advanced users* + +This enables the use of wind coefficients for barometer compensation + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## BARO2_WCF_FWD: Pressure error coefficient in positive X direction (forward) + +*Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the X body axis. If the baro height estimate rises during forwards flight, then this will be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned. + +- Range: -1.0 1.0 + +- Increment: 0.05 + +## BARO2_WCF_BCK: Pressure error coefficient in negative X direction (backwards) + +*Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the X body axis. If the baro height estimate rises during backwards flight, then this will be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned. + +- Range: -1.0 1.0 + +- Increment: 0.05 + +## BARO2_WCF_RGT: Pressure error coefficient in positive Y direction (right) + +*Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the Y body axis. If the baro height estimate rises during sideways flight to the right, then this should be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned. + +- Range: -1.0 1.0 + +- Increment: 0.05 + +## BARO2_WCF_LFT: Pressure error coefficient in negative Y direction (left) + +*Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the Y body axis. If the baro height estimate rises during sideways flight to the left, then this should be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned. + +- Range: -1.0 1.0 + +- Increment: 0.05 + +## BARO2_WCF_UP: Pressure error coefficient in positive Z direction (up) + +*Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the Z body axis. If the baro height estimate rises above truth height during climbing flight (or forward flight with a high forwards lean angle), then this should be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned. + +- Range: -1.0 1.0 + +- Increment: 0.05 + +## BARO2_WCF_DN: Pressure error coefficient in negative Z direction (down) + +*Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the Z body axis. If the baro height estimate rises above truth height during descending flight (or forward flight with a high backwards lean angle, eg braking manoeuvre), then this should be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned. + +- Range: -1.0 1.0 + +- Increment: 0.05 + +# BARO3WCF Parameters + +## BARO3_WCF_ENABLE: Wind coefficient enable + +*Note: This parameter is for advanced users* + +This enables the use of wind coefficients for barometer compensation + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## BARO3_WCF_FWD: Pressure error coefficient in positive X direction (forward) + +*Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the X body axis. If the baro height estimate rises during forwards flight, then this will be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned. + +- Range: -1.0 1.0 + +- Increment: 0.05 + +## BARO3_WCF_BCK: Pressure error coefficient in negative X direction (backwards) + +*Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the X body axis. If the baro height estimate rises during backwards flight, then this will be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned. + +- Range: -1.0 1.0 + +- Increment: 0.05 + +## BARO3_WCF_RGT: Pressure error coefficient in positive Y direction (right) + +*Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the Y body axis. If the baro height estimate rises during sideways flight to the right, then this should be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned. + +- Range: -1.0 1.0 + +- Increment: 0.05 + +## BARO3_WCF_LFT: Pressure error coefficient in negative Y direction (left) + +*Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the Y body axis. If the baro height estimate rises during sideways flight to the left, then this should be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned. + +- Range: -1.0 1.0 + +- Increment: 0.05 + +## BARO3_WCF_UP: Pressure error coefficient in positive Z direction (up) + +*Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the Z body axis. If the baro height estimate rises above truth height during climbing flight (or forward flight with a high forwards lean angle), then this should be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned. + +- Range: -1.0 1.0 + +- Increment: 0.05 + +## BARO3_WCF_DN: Pressure error coefficient in negative Z direction (down) + +*Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the Z body axis. If the baro height estimate rises above truth height during descending flight (or forward flight with a high backwards lean angle, eg braking manoeuvre), then this should be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned. + +- Range: -1.0 1.0 + +- Increment: 0.05 + +# BATT2 Parameters + +## BATT2_MONITOR: Battery monitoring + +Controls enabling monitoring of the battery's voltage and current + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|3|Analog Voltage Only| +|4|Analog Voltage and Current| +|5|Solo| +|6|Bebop| +|7|SMBus-Generic| +|8|DroneCAN-BatteryInfo| +|9|ESC| +|10|Sum Of Selected Monitors| +|11|FuelFlow| +|12|FuelLevelPWM| +|13|SMBUS-SUI3| +|14|SMBUS-SUI6| +|15|NeoDesign| +|16|SMBus-Maxell| +|17|Generator-Elec| +|18|Generator-Fuel| +|19|Rotoye| +|20|MPPT| +|21|INA2XX| +|22|LTC2946| +|23|Torqeedo| +|24|FuelLevelAnalog| +|25|Synthetic Current and Analog Voltage| +|26|INA239_SPI| +|27|EFI| +|28|AD7091R5| +|29|Scripting| + +- RebootRequired: True + +## BATT2_CAPACITY: Battery capacity + +Capacity of the battery in mAh when full + +- Units: mAh + +- Increment: 50 + +## BATT2_SERIAL_NUM: Battery serial number + +*Note: This parameter is for advanced users* + +Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id. + +## BATT2_LOW_TIMER: Low voltage timeout + +*Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors. + +- Units: s + +- Increment: 1 + +- Range: 0 120 + +## BATT2_FS_VOLTSRC: Failsafe voltage source + +*Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + +|Value|Meaning| +|:---:|:---:| +|0|Raw Voltage| +|1|Sag Compensated Voltage| + +## BATT2_LOW_VOLT: Low battery voltage + +Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT2_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT2_FS_LOW_ACT parameter. + +- Units: V + +- Increment: 0.1 + +## BATT2_LOW_MAH: Low battery capacity + +Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT2_FS_LOW_ACT parameter. + +- Units: mAh + +- Increment: 50 + +## BATT2_CRT_VOLT: Critical battery voltage + +Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT2_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT2_FS_CRT_ACT parameter. + +- Units: V + +- Increment: 0.1 + +## BATT2_CRT_MAH: Battery critical capacity + +Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT2__FS_CRT_ACT parameter. + +- Units: mAh + +- Increment: 50 + +## BATT2_FS_LOW_ACT: Low battery failsafe action + +What action the vehicle should perform if it hits a low battery failsafe + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|RTL| +|2|Hold| +|3|SmartRTL| +|4|SmartRTL or Hold| +|5|Terminate| + +## BATT2_FS_CRT_ACT: Critical battery failsafe action + +What action the vehicle should perform if it hits a critical battery failsafe + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|RTL| +|2|Hold| +|3|SmartRTL| +|4|SmartRTL or Hold| +|5|Terminate| + +## BATT2_ARM_VOLT: Required arming voltage + +*Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage. + +- Units: V + +- Increment: 0.1 + +## BATT2_ARM_MAH: Required arming remaining capacity + +*Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATT2__ARM_VOLT parameter. + +- Units: mAh + +- Increment: 50 + +## BATT2_OPTIONS: Battery monitor options + +*Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + +- Bitmask: 0:Ignore DroneCAN SoC, 1:MPPT reports input voltage and current, 2:MPPT Powered off when disarmed, 3:MPPT Powered on when armed, 4:MPPT Powered off at boot, 5:MPPT Powered on at boot, 6:Send resistance compensated voltage to GCS, 7:Allow DroneCAN InfoAux to be from a different CAN node + +## BATT2_ESC_INDEX: ESC Telemetry Index to write to + +*Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable. + +- Range: 0 10 + +- Increment: 1 + +## BATT2_VOLT_PIN: Battery Voltage sensing pin + +Sets the analog input pin that should be used for voltage monitoring. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|2|Pixhawk/Pixracer/Navio2/Pixhawk2_PM1| +|5|Navigator| +|13|Pixhawk2_PM2/CubeOrange_PM2| +|14|CubeOrange| +|16|Durandal| +|100|PX4-v1| + +- RebootRequired: True + +## BATT2_CURR_PIN: Battery Current sensing pin + +Sets the analog input pin that should be used for current monitoring. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|3|Pixhawk/Pixracer/Navio2/Pixhawk2_PM1| +|4|CubeOrange_PM2/Navigator| +|14|Pixhawk2_PM2| +|15|CubeOrange| +|17|Durandal| +|101|PX4-v1| + +- RebootRequired: True + +## BATT2_VOLT_MULT: Voltage Multiplier + +*Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin (BATT2_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1. + +## BATT2_AMP_PERVLT: Amps per volt + +Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw. + +- Units: A/V + +## BATT2_AMP_OFFSET: AMP offset + +Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current. + +- Units: V + +## BATT2_VLT_OFFSET: Voltage offset + +*Note: This parameter is for advanced users* + +Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied. + +- Units: V + +## BATT2_I2C_BUS: Battery monitor I2C bus number + +*Note: This parameter is for advanced users* + +Battery monitor I2C bus number + +- Range: 0 3 + +- RebootRequired: True + +## BATT2_I2C_ADDR: Battery monitor I2C address + +*Note: This parameter is for advanced users* + +Battery monitor I2C address + +- Range: 0 127 + +- RebootRequired: True + +## BATT2_SUM_MASK: Battery Sum mask + +0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged. + +- Bitmask: 0:monitor 1, 1:monitor 2, 2:monitor 3, 3:monitor 4, 4:monitor 5, 5:monitor 6, 6:monitor 7, 7:monitor 8, 8:monitor 9 + +## BATT2_CURR_MULT: Scales reported power monitor current + +*Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + +- Range: .1 10 + +## BATT2_FL_VLT_MIN: Empty fuel level voltage + +*Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS. + +- Range: 0.01 10 + +- Units: V + +## BATT2_FL_V_MULT: Fuel level voltage multiplier + +*Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS. + +- Range: 0.01 10 + +## BATT2_FL_FLTR: Fuel level filter frequency + +*Note: This parameter is for advanced users* + +Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz. + +- Range: -1 1 + +- Units: Hz + +- RebootRequired: True + +## BATT2_FL_PIN: Fuel level analog pin number + +Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V. + +|Value|Meaning| +|:---:|:---:| +|-1|Not Used| +|11|Pixracer| +|13|Pixhawk ADC4| +|14|Pixhawk ADC3| +|15|Pixhawk ADC6/Pixhawk2 ADC| +|103|Pixhawk SBUS| + +## BATT2_FL_FF: First order term + +*Note: This parameter is for advanced users* + +First order polynomial fit term + +- Range: 0 10 + +## BATT2_FL_FS: Second order term + +*Note: This parameter is for advanced users* + +Second order polynomial fit term + +- Range: 0 10 + +## BATT2_FL_FT: Third order term + +*Note: This parameter is for advanced users* + +Third order polynomial fit term + +- Range: 0 10 + +## BATT2_FL_OFF: Offset term + +*Note: This parameter is for advanced users* + +Offset polynomial fit term + +- Range: 0 10 + +## BATT2_MAX_VOLT: Maximum Battery Voltage + +*Note: This parameter is for advanced users* + +Maximum voltage of battery. Provides scaling of current versus voltage + +- Range: 7 100 + +## BATT2_I2C_BUS: Battery monitor I2C bus number + +*Note: This parameter is for advanced users* + +Battery monitor I2C bus number + +- Range: 0 3 + +- RebootRequired: True + +## BATT2_I2C_ADDR: Battery monitor I2C address + +*Note: This parameter is for advanced users* + +Battery monitor I2C address. If this is zero then probe list of supported addresses + +- Range: 0 127 + +- RebootRequired: True + +## BATT2_MAX_AMPS: Battery monitor max current + +*Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with. + +- Range: 1 400 + +- Units: A + +## BATT2_SHUNT: Battery monitor shunt resistor + +*Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + +- Range: 0.0001 0.01 + +- Units: Ohm + +# BATT3 Parameters + +## BATT3_MONITOR: Battery monitoring + +Controls enabling monitoring of the battery's voltage and current + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|3|Analog Voltage Only| +|4|Analog Voltage and Current| +|5|Solo| +|6|Bebop| +|7|SMBus-Generic| +|8|DroneCAN-BatteryInfo| +|9|ESC| +|10|Sum Of Selected Monitors| +|11|FuelFlow| +|12|FuelLevelPWM| +|13|SMBUS-SUI3| +|14|SMBUS-SUI6| +|15|NeoDesign| +|16|SMBus-Maxell| +|17|Generator-Elec| +|18|Generator-Fuel| +|19|Rotoye| +|20|MPPT| +|21|INA2XX| +|22|LTC2946| +|23|Torqeedo| +|24|FuelLevelAnalog| +|25|Synthetic Current and Analog Voltage| +|26|INA239_SPI| +|27|EFI| +|28|AD7091R5| +|29|Scripting| + +- RebootRequired: True + +## BATT3_CAPACITY: Battery capacity + +Capacity of the battery in mAh when full + +- Units: mAh + +- Increment: 50 + +## BATT3_SERIAL_NUM: Battery serial number + +*Note: This parameter is for advanced users* + +Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id. + +## BATT3_LOW_TIMER: Low voltage timeout + +*Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors. + +- Units: s + +- Increment: 1 + +- Range: 0 120 + +## BATT3_FS_VOLTSRC: Failsafe voltage source + +*Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + +|Value|Meaning| +|:---:|:---:| +|0|Raw Voltage| +|1|Sag Compensated Voltage| + +## BATT3_LOW_VOLT: Low battery voltage + +Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT3_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT3_FS_LOW_ACT parameter. + +- Units: V + +- Increment: 0.1 + +## BATT3_LOW_MAH: Low battery capacity + +Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT3_FS_LOW_ACT parameter. + +- Units: mAh + +- Increment: 50 + +## BATT3_CRT_VOLT: Critical battery voltage + +Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT3_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT3_FS_CRT_ACT parameter. + +- Units: V + +- Increment: 0.1 + +## BATT3_CRT_MAH: Battery critical capacity + +Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT3__FS_CRT_ACT parameter. + +- Units: mAh + +- Increment: 50 + +## BATT3_FS_LOW_ACT: Low battery failsafe action + +What action the vehicle should perform if it hits a low battery failsafe + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|RTL| +|2|Hold| +|3|SmartRTL| +|4|SmartRTL or Hold| +|5|Terminate| + +## BATT3_FS_CRT_ACT: Critical battery failsafe action + +What action the vehicle should perform if it hits a critical battery failsafe + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|RTL| +|2|Hold| +|3|SmartRTL| +|4|SmartRTL or Hold| +|5|Terminate| + +## BATT3_ARM_VOLT: Required arming voltage + +*Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage. + +- Units: V + +- Increment: 0.1 + +## BATT3_ARM_MAH: Required arming remaining capacity + +*Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATT3__ARM_VOLT parameter. + +- Units: mAh + +- Increment: 50 + +## BATT3_OPTIONS: Battery monitor options + +*Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + +- Bitmask: 0:Ignore DroneCAN SoC, 1:MPPT reports input voltage and current, 2:MPPT Powered off when disarmed, 3:MPPT Powered on when armed, 4:MPPT Powered off at boot, 5:MPPT Powered on at boot, 6:Send resistance compensated voltage to GCS, 7:Allow DroneCAN InfoAux to be from a different CAN node + +## BATT3_ESC_INDEX: ESC Telemetry Index to write to + +*Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable. + +- Range: 0 10 + +- Increment: 1 + +## BATT3_VOLT_PIN: Battery Voltage sensing pin + +Sets the analog input pin that should be used for voltage monitoring. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|2|Pixhawk/Pixracer/Navio2/Pixhawk2_PM1| +|5|Navigator| +|13|Pixhawk2_PM2/CubeOrange_PM2| +|14|CubeOrange| +|16|Durandal| +|100|PX4-v1| + +- RebootRequired: True + +## BATT3_CURR_PIN: Battery Current sensing pin + +Sets the analog input pin that should be used for current monitoring. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|3|Pixhawk/Pixracer/Navio2/Pixhawk2_PM1| +|4|CubeOrange_PM2/Navigator| +|14|Pixhawk2_PM2| +|15|CubeOrange| +|17|Durandal| +|101|PX4-v1| + +- RebootRequired: True + +## BATT3_VOLT_MULT: Voltage Multiplier + +*Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin (BATT3_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1. + +## BATT3_AMP_PERVLT: Amps per volt + +Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw. + +- Units: A/V + +## BATT3_AMP_OFFSET: AMP offset + +Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current. + +- Units: V + +## BATT3_VLT_OFFSET: Voltage offset + +*Note: This parameter is for advanced users* + +Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied. + +- Units: V + +## BATT3_I2C_BUS: Battery monitor I2C bus number + +*Note: This parameter is for advanced users* + +Battery monitor I2C bus number + +- Range: 0 3 + +- RebootRequired: True + +## BATT3_I2C_ADDR: Battery monitor I2C address + +*Note: This parameter is for advanced users* + +Battery monitor I2C address + +- Range: 0 127 + +- RebootRequired: True + +## BATT3_SUM_MASK: Battery Sum mask + +0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged. + +- Bitmask: 0:monitor 1, 1:monitor 2, 2:monitor 3, 3:monitor 4, 4:monitor 5, 5:monitor 6, 6:monitor 7, 7:monitor 8, 8:monitor 9 + +## BATT3_CURR_MULT: Scales reported power monitor current + +*Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + +- Range: .1 10 + +## BATT3_FL_VLT_MIN: Empty fuel level voltage + +*Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS. + +- Range: 0.01 10 + +- Units: V + +## BATT3_FL_V_MULT: Fuel level voltage multiplier + +*Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS. + +- Range: 0.01 10 + +## BATT3_FL_FLTR: Fuel level filter frequency + +*Note: This parameter is for advanced users* + +Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz. + +- Range: -1 1 + +- Units: Hz + +- RebootRequired: True + +## BATT3_FL_PIN: Fuel level analog pin number + +Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V. + +|Value|Meaning| +|:---:|:---:| +|-1|Not Used| +|11|Pixracer| +|13|Pixhawk ADC4| +|14|Pixhawk ADC3| +|15|Pixhawk ADC6/Pixhawk2 ADC| +|103|Pixhawk SBUS| + +## BATT3_FL_FF: First order term + +*Note: This parameter is for advanced users* + +First order polynomial fit term + +- Range: 0 10 + +## BATT3_FL_FS: Second order term + +*Note: This parameter is for advanced users* + +Second order polynomial fit term + +- Range: 0 10 + +## BATT3_FL_FT: Third order term + +*Note: This parameter is for advanced users* + +Third order polynomial fit term + +- Range: 0 10 + +## BATT3_FL_OFF: Offset term + +*Note: This parameter is for advanced users* + +Offset polynomial fit term + +- Range: 0 10 + +## BATT3_MAX_VOLT: Maximum Battery Voltage + +*Note: This parameter is for advanced users* + +Maximum voltage of battery. Provides scaling of current versus voltage + +- Range: 7 100 + +## BATT3_I2C_BUS: Battery monitor I2C bus number + +*Note: This parameter is for advanced users* + +Battery monitor I2C bus number + +- Range: 0 3 + +- RebootRequired: True + +## BATT3_I2C_ADDR: Battery monitor I2C address + +*Note: This parameter is for advanced users* + +Battery monitor I2C address. If this is zero then probe list of supported addresses + +- Range: 0 127 + +- RebootRequired: True + +## BATT3_MAX_AMPS: Battery monitor max current + +*Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with. + +- Range: 1 400 + +- Units: A + +## BATT3_SHUNT: Battery monitor shunt resistor + +*Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + +- Range: 0.0001 0.01 + +- Units: Ohm + +# BATT4 Parameters + +## BATT4_MONITOR: Battery monitoring + +Controls enabling monitoring of the battery's voltage and current + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|3|Analog Voltage Only| +|4|Analog Voltage and Current| +|5|Solo| +|6|Bebop| +|7|SMBus-Generic| +|8|DroneCAN-BatteryInfo| +|9|ESC| +|10|Sum Of Selected Monitors| +|11|FuelFlow| +|12|FuelLevelPWM| +|13|SMBUS-SUI3| +|14|SMBUS-SUI6| +|15|NeoDesign| +|16|SMBus-Maxell| +|17|Generator-Elec| +|18|Generator-Fuel| +|19|Rotoye| +|20|MPPT| +|21|INA2XX| +|22|LTC2946| +|23|Torqeedo| +|24|FuelLevelAnalog| +|25|Synthetic Current and Analog Voltage| +|26|INA239_SPI| +|27|EFI| +|28|AD7091R5| +|29|Scripting| + +- RebootRequired: True + +## BATT4_CAPACITY: Battery capacity + +Capacity of the battery in mAh when full + +- Units: mAh + +- Increment: 50 + +## BATT4_SERIAL_NUM: Battery serial number + +*Note: This parameter is for advanced users* + +Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id. + +## BATT4_LOW_TIMER: Low voltage timeout + +*Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors. + +- Units: s + +- Increment: 1 + +- Range: 0 120 + +## BATT4_FS_VOLTSRC: Failsafe voltage source + +*Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + +|Value|Meaning| +|:---:|:---:| +|0|Raw Voltage| +|1|Sag Compensated Voltage| + +## BATT4_LOW_VOLT: Low battery voltage + +Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT4_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT4_FS_LOW_ACT parameter. + +- Units: V + +- Increment: 0.1 + +## BATT4_LOW_MAH: Low battery capacity + +Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT4_FS_LOW_ACT parameter. + +- Units: mAh + +- Increment: 50 + +## BATT4_CRT_VOLT: Critical battery voltage + +Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT4_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT4_FS_CRT_ACT parameter. + +- Units: V + +- Increment: 0.1 + +## BATT4_CRT_MAH: Battery critical capacity + +Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT4__FS_CRT_ACT parameter. + +- Units: mAh + +- Increment: 50 + +## BATT4_FS_LOW_ACT: Low battery failsafe action + +What action the vehicle should perform if it hits a low battery failsafe + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|RTL| +|2|Hold| +|3|SmartRTL| +|4|SmartRTL or Hold| +|5|Terminate| + +## BATT4_FS_CRT_ACT: Critical battery failsafe action + +What action the vehicle should perform if it hits a critical battery failsafe + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|RTL| +|2|Hold| +|3|SmartRTL| +|4|SmartRTL or Hold| +|5|Terminate| + +## BATT4_ARM_VOLT: Required arming voltage + +*Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage. + +- Units: V + +- Increment: 0.1 + +## BATT4_ARM_MAH: Required arming remaining capacity + +*Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATT4__ARM_VOLT parameter. + +- Units: mAh + +- Increment: 50 + +## BATT4_OPTIONS: Battery monitor options + +*Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + +- Bitmask: 0:Ignore DroneCAN SoC, 1:MPPT reports input voltage and current, 2:MPPT Powered off when disarmed, 3:MPPT Powered on when armed, 4:MPPT Powered off at boot, 5:MPPT Powered on at boot, 6:Send resistance compensated voltage to GCS, 7:Allow DroneCAN InfoAux to be from a different CAN node + +## BATT4_ESC_INDEX: ESC Telemetry Index to write to + +*Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable. + +- Range: 0 10 + +- Increment: 1 + +## BATT4_VOLT_PIN: Battery Voltage sensing pin + +Sets the analog input pin that should be used for voltage monitoring. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|2|Pixhawk/Pixracer/Navio2/Pixhawk2_PM1| +|5|Navigator| +|13|Pixhawk2_PM2/CubeOrange_PM2| +|14|CubeOrange| +|16|Durandal| +|100|PX4-v1| + +- RebootRequired: True + +## BATT4_CURR_PIN: Battery Current sensing pin + +Sets the analog input pin that should be used for current monitoring. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|3|Pixhawk/Pixracer/Navio2/Pixhawk2_PM1| +|4|CubeOrange_PM2/Navigator| +|14|Pixhawk2_PM2| +|15|CubeOrange| +|17|Durandal| +|101|PX4-v1| + +- RebootRequired: True + +## BATT4_VOLT_MULT: Voltage Multiplier + +*Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin (BATT4_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1. + +## BATT4_AMP_PERVLT: Amps per volt + +Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw. + +- Units: A/V + +## BATT4_AMP_OFFSET: AMP offset + +Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current. + +- Units: V + +## BATT4_VLT_OFFSET: Voltage offset + +*Note: This parameter is for advanced users* + +Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied. + +- Units: V + +## BATT4_I2C_BUS: Battery monitor I2C bus number + +*Note: This parameter is for advanced users* + +Battery monitor I2C bus number + +- Range: 0 3 + +- RebootRequired: True + +## BATT4_I2C_ADDR: Battery monitor I2C address + +*Note: This parameter is for advanced users* + +Battery monitor I2C address + +- Range: 0 127 + +- RebootRequired: True + +## BATT4_SUM_MASK: Battery Sum mask + +0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged. + +- Bitmask: 0:monitor 1, 1:monitor 2, 2:monitor 3, 3:monitor 4, 4:monitor 5, 5:monitor 6, 6:monitor 7, 7:monitor 8, 8:monitor 9 + +## BATT4_CURR_MULT: Scales reported power monitor current + +*Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + +- Range: .1 10 + +## BATT4_FL_VLT_MIN: Empty fuel level voltage + +*Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS. + +- Range: 0.01 10 + +- Units: V + +## BATT4_FL_V_MULT: Fuel level voltage multiplier + +*Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS. + +- Range: 0.01 10 + +## BATT4_FL_FLTR: Fuel level filter frequency + +*Note: This parameter is for advanced users* + +Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz. + +- Range: -1 1 + +- Units: Hz + +- RebootRequired: True + +## BATT4_FL_PIN: Fuel level analog pin number + +Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V. + +|Value|Meaning| +|:---:|:---:| +|-1|Not Used| +|11|Pixracer| +|13|Pixhawk ADC4| +|14|Pixhawk ADC3| +|15|Pixhawk ADC6/Pixhawk2 ADC| +|103|Pixhawk SBUS| + +## BATT4_FL_FF: First order term + +*Note: This parameter is for advanced users* + +First order polynomial fit term + +- Range: 0 10 + +## BATT4_FL_FS: Second order term + +*Note: This parameter is for advanced users* + +Second order polynomial fit term + +- Range: 0 10 + +## BATT4_FL_FT: Third order term + +*Note: This parameter is for advanced users* + +Third order polynomial fit term + +- Range: 0 10 + +## BATT4_FL_OFF: Offset term + +*Note: This parameter is for advanced users* + +Offset polynomial fit term + +- Range: 0 10 + +## BATT4_MAX_VOLT: Maximum Battery Voltage + +*Note: This parameter is for advanced users* + +Maximum voltage of battery. Provides scaling of current versus voltage + +- Range: 7 100 + +## BATT4_I2C_BUS: Battery monitor I2C bus number + +*Note: This parameter is for advanced users* + +Battery monitor I2C bus number + +- Range: 0 3 + +- RebootRequired: True + +## BATT4_I2C_ADDR: Battery monitor I2C address + +*Note: This parameter is for advanced users* + +Battery monitor I2C address. If this is zero then probe list of supported addresses + +- Range: 0 127 + +- RebootRequired: True + +## BATT4_MAX_AMPS: Battery monitor max current + +*Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with. + +- Range: 1 400 + +- Units: A + +## BATT4_SHUNT: Battery monitor shunt resistor + +*Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + +- Range: 0.0001 0.01 + +- Units: Ohm + +# BATT5 Parameters + +## BATT5_MONITOR: Battery monitoring + +Controls enabling monitoring of the battery's voltage and current + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|3|Analog Voltage Only| +|4|Analog Voltage and Current| +|5|Solo| +|6|Bebop| +|7|SMBus-Generic| +|8|DroneCAN-BatteryInfo| +|9|ESC| +|10|Sum Of Selected Monitors| +|11|FuelFlow| +|12|FuelLevelPWM| +|13|SMBUS-SUI3| +|14|SMBUS-SUI6| +|15|NeoDesign| +|16|SMBus-Maxell| +|17|Generator-Elec| +|18|Generator-Fuel| +|19|Rotoye| +|20|MPPT| +|21|INA2XX| +|22|LTC2946| +|23|Torqeedo| +|24|FuelLevelAnalog| +|25|Synthetic Current and Analog Voltage| +|26|INA239_SPI| +|27|EFI| +|28|AD7091R5| +|29|Scripting| + +- RebootRequired: True + +## BATT5_CAPACITY: Battery capacity + +Capacity of the battery in mAh when full + +- Units: mAh + +- Increment: 50 + +## BATT5_SERIAL_NUM: Battery serial number + +*Note: This parameter is for advanced users* + +Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id. + +## BATT5_LOW_TIMER: Low voltage timeout + +*Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors. + +- Units: s + +- Increment: 1 + +- Range: 0 120 + +## BATT5_FS_VOLTSRC: Failsafe voltage source + +*Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + +|Value|Meaning| +|:---:|:---:| +|0|Raw Voltage| +|1|Sag Compensated Voltage| + +## BATT5_LOW_VOLT: Low battery voltage + +Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT5_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT5_FS_LOW_ACT parameter. + +- Units: V + +- Increment: 0.1 + +## BATT5_LOW_MAH: Low battery capacity + +Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT5_FS_LOW_ACT parameter. + +- Units: mAh + +- Increment: 50 + +## BATT5_CRT_VOLT: Critical battery voltage + +Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT5_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT5_FS_CRT_ACT parameter. + +- Units: V + +- Increment: 0.1 + +## BATT5_CRT_MAH: Battery critical capacity + +Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT5__FS_CRT_ACT parameter. + +- Units: mAh + +- Increment: 50 + +## BATT5_FS_LOW_ACT: Low battery failsafe action + +What action the vehicle should perform if it hits a low battery failsafe + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|RTL| +|2|Hold| +|3|SmartRTL| +|4|SmartRTL or Hold| +|5|Terminate| + +## BATT5_FS_CRT_ACT: Critical battery failsafe action + +What action the vehicle should perform if it hits a critical battery failsafe + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|RTL| +|2|Hold| +|3|SmartRTL| +|4|SmartRTL or Hold| +|5|Terminate| + +## BATT5_ARM_VOLT: Required arming voltage + +*Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage. + +- Units: V + +- Increment: 0.1 + +## BATT5_ARM_MAH: Required arming remaining capacity + +*Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATT5__ARM_VOLT parameter. + +- Units: mAh + +- Increment: 50 + +## BATT5_OPTIONS: Battery monitor options + +*Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + +- Bitmask: 0:Ignore DroneCAN SoC, 1:MPPT reports input voltage and current, 2:MPPT Powered off when disarmed, 3:MPPT Powered on when armed, 4:MPPT Powered off at boot, 5:MPPT Powered on at boot, 6:Send resistance compensated voltage to GCS, 7:Allow DroneCAN InfoAux to be from a different CAN node + +## BATT5_ESC_INDEX: ESC Telemetry Index to write to + +*Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable. + +- Range: 0 10 + +- Increment: 1 + +## BATT5_VOLT_PIN: Battery Voltage sensing pin + +Sets the analog input pin that should be used for voltage monitoring. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|2|Pixhawk/Pixracer/Navio2/Pixhawk2_PM1| +|5|Navigator| +|13|Pixhawk2_PM2/CubeOrange_PM2| +|14|CubeOrange| +|16|Durandal| +|100|PX4-v1| + +- RebootRequired: True + +## BATT5_CURR_PIN: Battery Current sensing pin + +Sets the analog input pin that should be used for current monitoring. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|3|Pixhawk/Pixracer/Navio2/Pixhawk2_PM1| +|4|CubeOrange_PM2/Navigator| +|14|Pixhawk2_PM2| +|15|CubeOrange| +|17|Durandal| +|101|PX4-v1| + +- RebootRequired: True + +## BATT5_VOLT_MULT: Voltage Multiplier + +*Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin (BATT5_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1. + +## BATT5_AMP_PERVLT: Amps per volt + +Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw. + +- Units: A/V + +## BATT5_AMP_OFFSET: AMP offset + +Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current. + +- Units: V + +## BATT5_VLT_OFFSET: Voltage offset + +*Note: This parameter is for advanced users* + +Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied. + +- Units: V + +## BATT5_I2C_BUS: Battery monitor I2C bus number + +*Note: This parameter is for advanced users* + +Battery monitor I2C bus number + +- Range: 0 3 + +- RebootRequired: True + +## BATT5_I2C_ADDR: Battery monitor I2C address + +*Note: This parameter is for advanced users* + +Battery monitor I2C address + +- Range: 0 127 + +- RebootRequired: True + +## BATT5_SUM_MASK: Battery Sum mask + +0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged. + +- Bitmask: 0:monitor 1, 1:monitor 2, 2:monitor 3, 3:monitor 4, 4:monitor 5, 5:monitor 6, 6:monitor 7, 7:monitor 8, 8:monitor 9 + +## BATT5_CURR_MULT: Scales reported power monitor current + +*Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + +- Range: .1 10 + +## BATT5_FL_VLT_MIN: Empty fuel level voltage + +*Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS. + +- Range: 0.01 10 + +- Units: V + +## BATT5_FL_V_MULT: Fuel level voltage multiplier + +*Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS. + +- Range: 0.01 10 + +## BATT5_FL_FLTR: Fuel level filter frequency + +*Note: This parameter is for advanced users* + +Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz. + +- Range: -1 1 + +- Units: Hz + +- RebootRequired: True + +## BATT5_FL_PIN: Fuel level analog pin number + +Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V. + +|Value|Meaning| +|:---:|:---:| +|-1|Not Used| +|11|Pixracer| +|13|Pixhawk ADC4| +|14|Pixhawk ADC3| +|15|Pixhawk ADC6/Pixhawk2 ADC| +|103|Pixhawk SBUS| + +## BATT5_FL_FF: First order term + +*Note: This parameter is for advanced users* + +First order polynomial fit term + +- Range: 0 10 + +## BATT5_FL_FS: Second order term + +*Note: This parameter is for advanced users* + +Second order polynomial fit term + +- Range: 0 10 + +## BATT5_FL_FT: Third order term + +*Note: This parameter is for advanced users* + +Third order polynomial fit term + +- Range: 0 10 + +## BATT5_FL_OFF: Offset term + +*Note: This parameter is for advanced users* + +Offset polynomial fit term + +- Range: 0 10 + +## BATT5_MAX_VOLT: Maximum Battery Voltage + +*Note: This parameter is for advanced users* + +Maximum voltage of battery. Provides scaling of current versus voltage + +- Range: 7 100 + +## BATT5_I2C_BUS: Battery monitor I2C bus number + +*Note: This parameter is for advanced users* + +Battery monitor I2C bus number + +- Range: 0 3 + +- RebootRequired: True + +## BATT5_I2C_ADDR: Battery monitor I2C address + +*Note: This parameter is for advanced users* + +Battery monitor I2C address. If this is zero then probe list of supported addresses + +- Range: 0 127 + +- RebootRequired: True + +## BATT5_MAX_AMPS: Battery monitor max current + +*Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with. + +- Range: 1 400 + +- Units: A + +## BATT5_SHUNT: Battery monitor shunt resistor + +*Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + +- Range: 0.0001 0.01 + +- Units: Ohm + +# BATT6 Parameters + +## BATT6_MONITOR: Battery monitoring + +Controls enabling monitoring of the battery's voltage and current + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|3|Analog Voltage Only| +|4|Analog Voltage and Current| +|5|Solo| +|6|Bebop| +|7|SMBus-Generic| +|8|DroneCAN-BatteryInfo| +|9|ESC| +|10|Sum Of Selected Monitors| +|11|FuelFlow| +|12|FuelLevelPWM| +|13|SMBUS-SUI3| +|14|SMBUS-SUI6| +|15|NeoDesign| +|16|SMBus-Maxell| +|17|Generator-Elec| +|18|Generator-Fuel| +|19|Rotoye| +|20|MPPT| +|21|INA2XX| +|22|LTC2946| +|23|Torqeedo| +|24|FuelLevelAnalog| +|25|Synthetic Current and Analog Voltage| +|26|INA239_SPI| +|27|EFI| +|28|AD7091R5| +|29|Scripting| + +- RebootRequired: True + +## BATT6_CAPACITY: Battery capacity + +Capacity of the battery in mAh when full + +- Units: mAh + +- Increment: 50 + +## BATT6_SERIAL_NUM: Battery serial number + +*Note: This parameter is for advanced users* + +Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id. + +## BATT6_LOW_TIMER: Low voltage timeout + +*Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors. + +- Units: s + +- Increment: 1 + +- Range: 0 120 + +## BATT6_FS_VOLTSRC: Failsafe voltage source + +*Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + +|Value|Meaning| +|:---:|:---:| +|0|Raw Voltage| +|1|Sag Compensated Voltage| + +## BATT6_LOW_VOLT: Low battery voltage + +Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT6_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT6_FS_LOW_ACT parameter. + +- Units: V + +- Increment: 0.1 + +## BATT6_LOW_MAH: Low battery capacity + +Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT6_FS_LOW_ACT parameter. + +- Units: mAh + +- Increment: 50 + +## BATT6_CRT_VOLT: Critical battery voltage + +Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT6_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT6_FS_CRT_ACT parameter. + +- Units: V + +- Increment: 0.1 + +## BATT6_CRT_MAH: Battery critical capacity + +Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT6__FS_CRT_ACT parameter. + +- Units: mAh + +- Increment: 50 + +## BATT6_FS_LOW_ACT: Low battery failsafe action + +What action the vehicle should perform if it hits a low battery failsafe + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|RTL| +|2|Hold| +|3|SmartRTL| +|4|SmartRTL or Hold| +|5|Terminate| + +## BATT6_FS_CRT_ACT: Critical battery failsafe action + +What action the vehicle should perform if it hits a critical battery failsafe + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|RTL| +|2|Hold| +|3|SmartRTL| +|4|SmartRTL or Hold| +|5|Terminate| + +## BATT6_ARM_VOLT: Required arming voltage + +*Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage. + +- Units: V + +- Increment: 0.1 + +## BATT6_ARM_MAH: Required arming remaining capacity + +*Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATT6__ARM_VOLT parameter. + +- Units: mAh + +- Increment: 50 + +## BATT6_OPTIONS: Battery monitor options + +*Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + +- Bitmask: 0:Ignore DroneCAN SoC, 1:MPPT reports input voltage and current, 2:MPPT Powered off when disarmed, 3:MPPT Powered on when armed, 4:MPPT Powered off at boot, 5:MPPT Powered on at boot, 6:Send resistance compensated voltage to GCS, 7:Allow DroneCAN InfoAux to be from a different CAN node + +## BATT6_ESC_INDEX: ESC Telemetry Index to write to + +*Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable. + +- Range: 0 10 + +- Increment: 1 + +## BATT6_VOLT_PIN: Battery Voltage sensing pin + +Sets the analog input pin that should be used for voltage monitoring. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|2|Pixhawk/Pixracer/Navio2/Pixhawk2_PM1| +|5|Navigator| +|13|Pixhawk2_PM2/CubeOrange_PM2| +|14|CubeOrange| +|16|Durandal| +|100|PX4-v1| + +- RebootRequired: True + +## BATT6_CURR_PIN: Battery Current sensing pin + +Sets the analog input pin that should be used for current monitoring. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|3|Pixhawk/Pixracer/Navio2/Pixhawk2_PM1| +|4|CubeOrange_PM2/Navigator| +|14|Pixhawk2_PM2| +|15|CubeOrange| +|17|Durandal| +|101|PX4-v1| + +- RebootRequired: True + +## BATT6_VOLT_MULT: Voltage Multiplier + +*Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin (BATT6_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1. + +## BATT6_AMP_PERVLT: Amps per volt + +Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw. + +- Units: A/V + +## BATT6_AMP_OFFSET: AMP offset + +Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current. + +- Units: V + +## BATT6_VLT_OFFSET: Voltage offset + +*Note: This parameter is for advanced users* + +Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied. + +- Units: V + +## BATT6_I2C_BUS: Battery monitor I2C bus number + +*Note: This parameter is for advanced users* + +Battery monitor I2C bus number + +- Range: 0 3 + +- RebootRequired: True + +## BATT6_I2C_ADDR: Battery monitor I2C address + +*Note: This parameter is for advanced users* + +Battery monitor I2C address + +- Range: 0 127 + +- RebootRequired: True + +## BATT6_SUM_MASK: Battery Sum mask + +0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged. + +- Bitmask: 0:monitor 1, 1:monitor 2, 2:monitor 3, 3:monitor 4, 4:monitor 5, 5:monitor 6, 6:monitor 7, 7:monitor 8, 8:monitor 9 + +## BATT6_CURR_MULT: Scales reported power monitor current + +*Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + +- Range: .1 10 + +## BATT6_FL_VLT_MIN: Empty fuel level voltage + +*Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS. + +- Range: 0.01 10 + +- Units: V + +## BATT6_FL_V_MULT: Fuel level voltage multiplier + +*Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS. + +- Range: 0.01 10 + +## BATT6_FL_FLTR: Fuel level filter frequency + +*Note: This parameter is for advanced users* + +Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz. + +- Range: -1 1 + +- Units: Hz + +- RebootRequired: True + +## BATT6_FL_PIN: Fuel level analog pin number + +Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V. + +|Value|Meaning| +|:---:|:---:| +|-1|Not Used| +|11|Pixracer| +|13|Pixhawk ADC4| +|14|Pixhawk ADC3| +|15|Pixhawk ADC6/Pixhawk2 ADC| +|103|Pixhawk SBUS| + +## BATT6_FL_FF: First order term + +*Note: This parameter is for advanced users* + +First order polynomial fit term + +- Range: 0 10 + +## BATT6_FL_FS: Second order term + +*Note: This parameter is for advanced users* + +Second order polynomial fit term + +- Range: 0 10 + +## BATT6_FL_FT: Third order term + +*Note: This parameter is for advanced users* + +Third order polynomial fit term + +- Range: 0 10 + +## BATT6_FL_OFF: Offset term + +*Note: This parameter is for advanced users* + +Offset polynomial fit term + +- Range: 0 10 + +## BATT6_MAX_VOLT: Maximum Battery Voltage + +*Note: This parameter is for advanced users* + +Maximum voltage of battery. Provides scaling of current versus voltage + +- Range: 7 100 + +## BATT6_I2C_BUS: Battery monitor I2C bus number + +*Note: This parameter is for advanced users* + +Battery monitor I2C bus number + +- Range: 0 3 + +- RebootRequired: True + +## BATT6_I2C_ADDR: Battery monitor I2C address + +*Note: This parameter is for advanced users* + +Battery monitor I2C address. If this is zero then probe list of supported addresses + +- Range: 0 127 + +- RebootRequired: True + +## BATT6_MAX_AMPS: Battery monitor max current + +*Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with. + +- Range: 1 400 + +- Units: A + +## BATT6_SHUNT: Battery monitor shunt resistor + +*Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + +- Range: 0.0001 0.01 + +- Units: Ohm + +# BATT7 Parameters + +## BATT7_MONITOR: Battery monitoring + +Controls enabling monitoring of the battery's voltage and current + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|3|Analog Voltage Only| +|4|Analog Voltage and Current| +|5|Solo| +|6|Bebop| +|7|SMBus-Generic| +|8|DroneCAN-BatteryInfo| +|9|ESC| +|10|Sum Of Selected Monitors| +|11|FuelFlow| +|12|FuelLevelPWM| +|13|SMBUS-SUI3| +|14|SMBUS-SUI6| +|15|NeoDesign| +|16|SMBus-Maxell| +|17|Generator-Elec| +|18|Generator-Fuel| +|19|Rotoye| +|20|MPPT| +|21|INA2XX| +|22|LTC2946| +|23|Torqeedo| +|24|FuelLevelAnalog| +|25|Synthetic Current and Analog Voltage| +|26|INA239_SPI| +|27|EFI| +|28|AD7091R5| +|29|Scripting| + +- RebootRequired: True + +## BATT7_CAPACITY: Battery capacity + +Capacity of the battery in mAh when full + +- Units: mAh + +- Increment: 50 + +## BATT7_SERIAL_NUM: Battery serial number + +*Note: This parameter is for advanced users* + +Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id. + +## BATT7_LOW_TIMER: Low voltage timeout + +*Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors. + +- Units: s + +- Increment: 1 + +- Range: 0 120 + +## BATT7_FS_VOLTSRC: Failsafe voltage source + +*Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + +|Value|Meaning| +|:---:|:---:| +|0|Raw Voltage| +|1|Sag Compensated Voltage| + +## BATT7_LOW_VOLT: Low battery voltage + +Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT7_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT7_FS_LOW_ACT parameter. + +- Units: V + +- Increment: 0.1 + +## BATT7_LOW_MAH: Low battery capacity + +Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT7_FS_LOW_ACT parameter. + +- Units: mAh + +- Increment: 50 + +## BATT7_CRT_VOLT: Critical battery voltage + +Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT7_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT7_FS_CRT_ACT parameter. + +- Units: V + +- Increment: 0.1 + +## BATT7_CRT_MAH: Battery critical capacity + +Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT7__FS_CRT_ACT parameter. + +- Units: mAh + +- Increment: 50 + +## BATT7_FS_LOW_ACT: Low battery failsafe action + +What action the vehicle should perform if it hits a low battery failsafe + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|RTL| +|2|Hold| +|3|SmartRTL| +|4|SmartRTL or Hold| +|5|Terminate| + +## BATT7_FS_CRT_ACT: Critical battery failsafe action + +What action the vehicle should perform if it hits a critical battery failsafe + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|RTL| +|2|Hold| +|3|SmartRTL| +|4|SmartRTL or Hold| +|5|Terminate| + +## BATT7_ARM_VOLT: Required arming voltage + +*Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage. + +- Units: V + +- Increment: 0.1 + +## BATT7_ARM_MAH: Required arming remaining capacity + +*Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATT7__ARM_VOLT parameter. + +- Units: mAh + +- Increment: 50 + +## BATT7_OPTIONS: Battery monitor options + +*Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + +- Bitmask: 0:Ignore DroneCAN SoC, 1:MPPT reports input voltage and current, 2:MPPT Powered off when disarmed, 3:MPPT Powered on when armed, 4:MPPT Powered off at boot, 5:MPPT Powered on at boot, 6:Send resistance compensated voltage to GCS, 7:Allow DroneCAN InfoAux to be from a different CAN node + +## BATT7_ESC_INDEX: ESC Telemetry Index to write to + +*Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable. + +- Range: 0 10 + +- Increment: 1 + +## BATT7_VOLT_PIN: Battery Voltage sensing pin + +Sets the analog input pin that should be used for voltage monitoring. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|2|Pixhawk/Pixracer/Navio2/Pixhawk2_PM1| +|5|Navigator| +|13|Pixhawk2_PM2/CubeOrange_PM2| +|14|CubeOrange| +|16|Durandal| +|100|PX4-v1| + +- RebootRequired: True + +## BATT7_CURR_PIN: Battery Current sensing pin + +Sets the analog input pin that should be used for current monitoring. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|3|Pixhawk/Pixracer/Navio2/Pixhawk2_PM1| +|4|CubeOrange_PM2/Navigator| +|14|Pixhawk2_PM2| +|15|CubeOrange| +|17|Durandal| +|101|PX4-v1| + +- RebootRequired: True + +## BATT7_VOLT_MULT: Voltage Multiplier + +*Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin (BATT7_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1. + +## BATT7_AMP_PERVLT: Amps per volt + +Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw. + +- Units: A/V + +## BATT7_AMP_OFFSET: AMP offset + +Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current. + +- Units: V + +## BATT7_VLT_OFFSET: Voltage offset + +*Note: This parameter is for advanced users* + +Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied. + +- Units: V + +## BATT7_I2C_BUS: Battery monitor I2C bus number + +*Note: This parameter is for advanced users* + +Battery monitor I2C bus number + +- Range: 0 3 + +- RebootRequired: True + +## BATT7_I2C_ADDR: Battery monitor I2C address + +*Note: This parameter is for advanced users* + +Battery monitor I2C address + +- Range: 0 127 + +- RebootRequired: True + +## BATT7_SUM_MASK: Battery Sum mask + +0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged. + +- Bitmask: 0:monitor 1, 1:monitor 2, 2:monitor 3, 3:monitor 4, 4:monitor 5, 5:monitor 6, 6:monitor 7, 7:monitor 8, 8:monitor 9 + +## BATT7_CURR_MULT: Scales reported power monitor current + +*Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + +- Range: .1 10 + +## BATT7_FL_VLT_MIN: Empty fuel level voltage + +*Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS. + +- Range: 0.01 10 + +- Units: V + +## BATT7_FL_V_MULT: Fuel level voltage multiplier + +*Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS. + +- Range: 0.01 10 + +## BATT7_FL_FLTR: Fuel level filter frequency + +*Note: This parameter is for advanced users* + +Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz. + +- Range: -1 1 + +- Units: Hz + +- RebootRequired: True + +## BATT7_FL_PIN: Fuel level analog pin number + +Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V. + +|Value|Meaning| +|:---:|:---:| +|-1|Not Used| +|11|Pixracer| +|13|Pixhawk ADC4| +|14|Pixhawk ADC3| +|15|Pixhawk ADC6/Pixhawk2 ADC| +|103|Pixhawk SBUS| + +## BATT7_FL_FF: First order term + +*Note: This parameter is for advanced users* + +First order polynomial fit term + +- Range: 0 10 + +## BATT7_FL_FS: Second order term + +*Note: This parameter is for advanced users* + +Second order polynomial fit term + +- Range: 0 10 + +## BATT7_FL_FT: Third order term + +*Note: This parameter is for advanced users* + +Third order polynomial fit term + +- Range: 0 10 + +## BATT7_FL_OFF: Offset term + +*Note: This parameter is for advanced users* + +Offset polynomial fit term + +- Range: 0 10 + +## BATT7_MAX_VOLT: Maximum Battery Voltage + +*Note: This parameter is for advanced users* + +Maximum voltage of battery. Provides scaling of current versus voltage + +- Range: 7 100 + +## BATT7_I2C_BUS: Battery monitor I2C bus number + +*Note: This parameter is for advanced users* + +Battery monitor I2C bus number + +- Range: 0 3 + +- RebootRequired: True + +## BATT7_I2C_ADDR: Battery monitor I2C address + +*Note: This parameter is for advanced users* + +Battery monitor I2C address. If this is zero then probe list of supported addresses + +- Range: 0 127 + +- RebootRequired: True + +## BATT7_MAX_AMPS: Battery monitor max current + +*Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with. + +- Range: 1 400 + +- Units: A + +## BATT7_SHUNT: Battery monitor shunt resistor + +*Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + +- Range: 0.0001 0.01 + +- Units: Ohm + +# BATT8 Parameters + +## BATT8_MONITOR: Battery monitoring + +Controls enabling monitoring of the battery's voltage and current + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|3|Analog Voltage Only| +|4|Analog Voltage and Current| +|5|Solo| +|6|Bebop| +|7|SMBus-Generic| +|8|DroneCAN-BatteryInfo| +|9|ESC| +|10|Sum Of Selected Monitors| +|11|FuelFlow| +|12|FuelLevelPWM| +|13|SMBUS-SUI3| +|14|SMBUS-SUI6| +|15|NeoDesign| +|16|SMBus-Maxell| +|17|Generator-Elec| +|18|Generator-Fuel| +|19|Rotoye| +|20|MPPT| +|21|INA2XX| +|22|LTC2946| +|23|Torqeedo| +|24|FuelLevelAnalog| +|25|Synthetic Current and Analog Voltage| +|26|INA239_SPI| +|27|EFI| +|28|AD7091R5| +|29|Scripting| + +- RebootRequired: True + +## BATT8_CAPACITY: Battery capacity + +Capacity of the battery in mAh when full + +- Units: mAh + +- Increment: 50 + +## BATT8_SERIAL_NUM: Battery serial number + +*Note: This parameter is for advanced users* + +Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id. + +## BATT8_LOW_TIMER: Low voltage timeout + +*Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors. + +- Units: s + +- Increment: 1 + +- Range: 0 120 + +## BATT8_FS_VOLTSRC: Failsafe voltage source + +*Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + +|Value|Meaning| +|:---:|:---:| +|0|Raw Voltage| +|1|Sag Compensated Voltage| + +## BATT8_LOW_VOLT: Low battery voltage + +Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT8_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT8_FS_LOW_ACT parameter. + +- Units: V + +- Increment: 0.1 + +## BATT8_LOW_MAH: Low battery capacity + +Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT8_FS_LOW_ACT parameter. + +- Units: mAh + +- Increment: 50 + +## BATT8_CRT_VOLT: Critical battery voltage + +Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT8_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT8_FS_CRT_ACT parameter. + +- Units: V + +- Increment: 0.1 + +## BATT8_CRT_MAH: Battery critical capacity + +Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT8__FS_CRT_ACT parameter. + +- Units: mAh + +- Increment: 50 + +## BATT8_FS_LOW_ACT: Low battery failsafe action + +What action the vehicle should perform if it hits a low battery failsafe + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|RTL| +|2|Hold| +|3|SmartRTL| +|4|SmartRTL or Hold| +|5|Terminate| + +## BATT8_FS_CRT_ACT: Critical battery failsafe action + +What action the vehicle should perform if it hits a critical battery failsafe + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|RTL| +|2|Hold| +|3|SmartRTL| +|4|SmartRTL or Hold| +|5|Terminate| + +## BATT8_ARM_VOLT: Required arming voltage + +*Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage. + +- Units: V + +- Increment: 0.1 + +## BATT8_ARM_MAH: Required arming remaining capacity + +*Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATT8__ARM_VOLT parameter. + +- Units: mAh + +- Increment: 50 + +## BATT8_OPTIONS: Battery monitor options + +*Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + +- Bitmask: 0:Ignore DroneCAN SoC, 1:MPPT reports input voltage and current, 2:MPPT Powered off when disarmed, 3:MPPT Powered on when armed, 4:MPPT Powered off at boot, 5:MPPT Powered on at boot, 6:Send resistance compensated voltage to GCS, 7:Allow DroneCAN InfoAux to be from a different CAN node + +## BATT8_ESC_INDEX: ESC Telemetry Index to write to + +*Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable. + +- Range: 0 10 + +- Increment: 1 + +## BATT8_VOLT_PIN: Battery Voltage sensing pin + +Sets the analog input pin that should be used for voltage monitoring. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|2|Pixhawk/Pixracer/Navio2/Pixhawk2_PM1| +|5|Navigator| +|13|Pixhawk2_PM2/CubeOrange_PM2| +|14|CubeOrange| +|16|Durandal| +|100|PX4-v1| + +- RebootRequired: True + +## BATT8_CURR_PIN: Battery Current sensing pin + +Sets the analog input pin that should be used for current monitoring. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|3|Pixhawk/Pixracer/Navio2/Pixhawk2_PM1| +|4|CubeOrange_PM2/Navigator| +|14|Pixhawk2_PM2| +|15|CubeOrange| +|17|Durandal| +|101|PX4-v1| + +- RebootRequired: True + +## BATT8_VOLT_MULT: Voltage Multiplier + +*Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin (BATT8_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1. + +## BATT8_AMP_PERVLT: Amps per volt + +Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw. + +- Units: A/V + +## BATT8_AMP_OFFSET: AMP offset + +Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current. + +- Units: V + +## BATT8_VLT_OFFSET: Voltage offset + +*Note: This parameter is for advanced users* + +Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied. + +- Units: V + +## BATT8_I2C_BUS: Battery monitor I2C bus number + +*Note: This parameter is for advanced users* + +Battery monitor I2C bus number + +- Range: 0 3 + +- RebootRequired: True + +## BATT8_I2C_ADDR: Battery monitor I2C address + +*Note: This parameter is for advanced users* + +Battery monitor I2C address + +- Range: 0 127 + +- RebootRequired: True + +## BATT8_SUM_MASK: Battery Sum mask + +0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged. + +- Bitmask: 0:monitor 1, 1:monitor 2, 2:monitor 3, 3:monitor 4, 4:monitor 5, 5:monitor 6, 6:monitor 7, 7:monitor 8, 8:monitor 9 + +## BATT8_CURR_MULT: Scales reported power monitor current + +*Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + +- Range: .1 10 + +## BATT8_FL_VLT_MIN: Empty fuel level voltage + +*Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS. + +- Range: 0.01 10 + +- Units: V + +## BATT8_FL_V_MULT: Fuel level voltage multiplier + +*Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS. + +- Range: 0.01 10 + +## BATT8_FL_FLTR: Fuel level filter frequency + +*Note: This parameter is for advanced users* + +Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz. + +- Range: -1 1 + +- Units: Hz + +- RebootRequired: True + +## BATT8_FL_PIN: Fuel level analog pin number + +Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V. + +|Value|Meaning| +|:---:|:---:| +|-1|Not Used| +|11|Pixracer| +|13|Pixhawk ADC4| +|14|Pixhawk ADC3| +|15|Pixhawk ADC6/Pixhawk2 ADC| +|103|Pixhawk SBUS| + +## BATT8_FL_FF: First order term + +*Note: This parameter is for advanced users* + +First order polynomial fit term + +- Range: 0 10 + +## BATT8_FL_FS: Second order term + +*Note: This parameter is for advanced users* + +Second order polynomial fit term + +- Range: 0 10 + +## BATT8_FL_FT: Third order term + +*Note: This parameter is for advanced users* + +Third order polynomial fit term + +- Range: 0 10 + +## BATT8_FL_OFF: Offset term + +*Note: This parameter is for advanced users* + +Offset polynomial fit term + +- Range: 0 10 + +## BATT8_MAX_VOLT: Maximum Battery Voltage + +*Note: This parameter is for advanced users* + +Maximum voltage of battery. Provides scaling of current versus voltage + +- Range: 7 100 + +## BATT8_I2C_BUS: Battery monitor I2C bus number + +*Note: This parameter is for advanced users* + +Battery monitor I2C bus number + +- Range: 0 3 + +- RebootRequired: True + +## BATT8_I2C_ADDR: Battery monitor I2C address + +*Note: This parameter is for advanced users* + +Battery monitor I2C address. If this is zero then probe list of supported addresses + +- Range: 0 127 + +- RebootRequired: True + +## BATT8_MAX_AMPS: Battery monitor max current + +*Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with. + +- Range: 1 400 + +- Units: A + +## BATT8_SHUNT: Battery monitor shunt resistor + +*Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + +- Range: 0.0001 0.01 + +- Units: Ohm + +# BATT9 Parameters + +## BATT9_MONITOR: Battery monitoring + +Controls enabling monitoring of the battery's voltage and current + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|3|Analog Voltage Only| +|4|Analog Voltage and Current| +|5|Solo| +|6|Bebop| +|7|SMBus-Generic| +|8|DroneCAN-BatteryInfo| +|9|ESC| +|10|Sum Of Selected Monitors| +|11|FuelFlow| +|12|FuelLevelPWM| +|13|SMBUS-SUI3| +|14|SMBUS-SUI6| +|15|NeoDesign| +|16|SMBus-Maxell| +|17|Generator-Elec| +|18|Generator-Fuel| +|19|Rotoye| +|20|MPPT| +|21|INA2XX| +|22|LTC2946| +|23|Torqeedo| +|24|FuelLevelAnalog| +|25|Synthetic Current and Analog Voltage| +|26|INA239_SPI| +|27|EFI| +|28|AD7091R5| +|29|Scripting| + +- RebootRequired: True + +## BATT9_CAPACITY: Battery capacity + +Capacity of the battery in mAh when full + +- Units: mAh + +- Increment: 50 + +## BATT9_SERIAL_NUM: Battery serial number + +*Note: This parameter is for advanced users* + +Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id. + +## BATT9_LOW_TIMER: Low voltage timeout + +*Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors. + +- Units: s + +- Increment: 1 + +- Range: 0 120 + +## BATT9_FS_VOLTSRC: Failsafe voltage source + +*Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + +|Value|Meaning| +|:---:|:---:| +|0|Raw Voltage| +|1|Sag Compensated Voltage| + +## BATT9_LOW_VOLT: Low battery voltage + +Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT9_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT9_FS_LOW_ACT parameter. + +- Units: V + +- Increment: 0.1 + +## BATT9_LOW_MAH: Low battery capacity + +Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT9_FS_LOW_ACT parameter. + +- Units: mAh + +- Increment: 50 + +## BATT9_CRT_VOLT: Critical battery voltage + +Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT9_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT9_FS_CRT_ACT parameter. + +- Units: V + +- Increment: 0.1 + +## BATT9_CRT_MAH: Battery critical capacity + +Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT9__FS_CRT_ACT parameter. + +- Units: mAh + +- Increment: 50 + +## BATT9_FS_LOW_ACT: Low battery failsafe action + +What action the vehicle should perform if it hits a low battery failsafe + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|RTL| +|2|Hold| +|3|SmartRTL| +|4|SmartRTL or Hold| +|5|Terminate| + +## BATT9_FS_CRT_ACT: Critical battery failsafe action + +What action the vehicle should perform if it hits a critical battery failsafe + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|RTL| +|2|Hold| +|3|SmartRTL| +|4|SmartRTL or Hold| +|5|Terminate| + +## BATT9_ARM_VOLT: Required arming voltage + +*Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage. + +- Units: V + +- Increment: 0.1 + +## BATT9_ARM_MAH: Required arming remaining capacity + +*Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATT9__ARM_VOLT parameter. + +- Units: mAh + +- Increment: 50 + +## BATT9_OPTIONS: Battery monitor options + +*Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + +- Bitmask: 0:Ignore DroneCAN SoC, 1:MPPT reports input voltage and current, 2:MPPT Powered off when disarmed, 3:MPPT Powered on when armed, 4:MPPT Powered off at boot, 5:MPPT Powered on at boot, 6:Send resistance compensated voltage to GCS, 7:Allow DroneCAN InfoAux to be from a different CAN node + +## BATT9_ESC_INDEX: ESC Telemetry Index to write to + +*Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable. + +- Range: 0 10 + +- Increment: 1 + +## BATT9_VOLT_PIN: Battery Voltage sensing pin + +Sets the analog input pin that should be used for voltage monitoring. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|2|Pixhawk/Pixracer/Navio2/Pixhawk2_PM1| +|5|Navigator| +|13|Pixhawk2_PM2/CubeOrange_PM2| +|14|CubeOrange| +|16|Durandal| +|100|PX4-v1| + +- RebootRequired: True + +## BATT9_CURR_PIN: Battery Current sensing pin + +Sets the analog input pin that should be used for current monitoring. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|3|Pixhawk/Pixracer/Navio2/Pixhawk2_PM1| +|4|CubeOrange_PM2/Navigator| +|14|Pixhawk2_PM2| +|15|CubeOrange| +|17|Durandal| +|101|PX4-v1| + +- RebootRequired: True + +## BATT9_VOLT_MULT: Voltage Multiplier + +*Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin (BATT9_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1. + +## BATT9_AMP_PERVLT: Amps per volt + +Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw. + +- Units: A/V + +## BATT9_AMP_OFFSET: AMP offset + +Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current. + +- Units: V + +## BATT9_VLT_OFFSET: Voltage offset + +*Note: This parameter is for advanced users* + +Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied. + +- Units: V + +## BATT9_I2C_BUS: Battery monitor I2C bus number + +*Note: This parameter is for advanced users* + +Battery monitor I2C bus number + +- Range: 0 3 + +- RebootRequired: True + +## BATT9_I2C_ADDR: Battery monitor I2C address + +*Note: This parameter is for advanced users* + +Battery monitor I2C address + +- Range: 0 127 + +- RebootRequired: True + +## BATT9_SUM_MASK: Battery Sum mask + +0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged. + +- Bitmask: 0:monitor 1, 1:monitor 2, 2:monitor 3, 3:monitor 4, 4:monitor 5, 5:monitor 6, 6:monitor 7, 7:monitor 8, 8:monitor 9 + +## BATT9_CURR_MULT: Scales reported power monitor current + +*Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + +- Range: .1 10 + +## BATT9_FL_VLT_MIN: Empty fuel level voltage + +*Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS. + +- Range: 0.01 10 + +- Units: V + +## BATT9_FL_V_MULT: Fuel level voltage multiplier + +*Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS. + +- Range: 0.01 10 + +## BATT9_FL_FLTR: Fuel level filter frequency + +*Note: This parameter is for advanced users* + +Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz. + +- Range: -1 1 + +- Units: Hz + +- RebootRequired: True + +## BATT9_FL_PIN: Fuel level analog pin number + +Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V. + +|Value|Meaning| +|:---:|:---:| +|-1|Not Used| +|11|Pixracer| +|13|Pixhawk ADC4| +|14|Pixhawk ADC3| +|15|Pixhawk ADC6/Pixhawk2 ADC| +|103|Pixhawk SBUS| + +## BATT9_FL_FF: First order term + +*Note: This parameter is for advanced users* + +First order polynomial fit term + +- Range: 0 10 + +## BATT9_FL_FS: Second order term + +*Note: This parameter is for advanced users* + +Second order polynomial fit term + +- Range: 0 10 + +## BATT9_FL_FT: Third order term + +*Note: This parameter is for advanced users* + +Third order polynomial fit term + +- Range: 0 10 + +## BATT9_FL_OFF: Offset term + +*Note: This parameter is for advanced users* + +Offset polynomial fit term + +- Range: 0 10 + +## BATT9_MAX_VOLT: Maximum Battery Voltage + +*Note: This parameter is for advanced users* + +Maximum voltage of battery. Provides scaling of current versus voltage + +- Range: 7 100 + +## BATT9_I2C_BUS: Battery monitor I2C bus number + +*Note: This parameter is for advanced users* + +Battery monitor I2C bus number + +- Range: 0 3 + +- RebootRequired: True + +## BATT9_I2C_ADDR: Battery monitor I2C address + +*Note: This parameter is for advanced users* + +Battery monitor I2C address. If this is zero then probe list of supported addresses + +- Range: 0 127 + +- RebootRequired: True + +## BATT9_MAX_AMPS: Battery monitor max current + +*Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with. + +- Range: 1 400 + +- Units: A + +## BATT9_SHUNT: Battery monitor shunt resistor + +*Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + +- Range: 0.0001 0.01 + +- Units: Ohm + +# BATTA Parameters + +## BATTA_MONITOR: Battery monitoring + +Controls enabling monitoring of the battery's voltage and current + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|3|Analog Voltage Only| +|4|Analog Voltage and Current| +|5|Solo| +|6|Bebop| +|7|SMBus-Generic| +|8|DroneCAN-BatteryInfo| +|9|ESC| +|10|Sum Of Selected Monitors| +|11|FuelFlow| +|12|FuelLevelPWM| +|13|SMBUS-SUI3| +|14|SMBUS-SUI6| +|15|NeoDesign| +|16|SMBus-Maxell| +|17|Generator-Elec| +|18|Generator-Fuel| +|19|Rotoye| +|20|MPPT| +|21|INA2XX| +|22|LTC2946| +|23|Torqeedo| +|24|FuelLevelAnalog| +|25|Synthetic Current and Analog Voltage| +|26|INA239_SPI| +|27|EFI| +|28|AD7091R5| +|29|Scripting| + +- RebootRequired: True + +## BATTA_CAPACITY: Battery capacity + +Capacity of the battery in mAh when full + +- Units: mAh + +- Increment: 50 + +## BATTA_SERIAL_NUM: Battery serial number + +*Note: This parameter is for advanced users* + +Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id. + +## BATTA_LOW_TIMER: Low voltage timeout + +*Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors. + +- Units: s + +- Increment: 1 + +- Range: 0 120 + +## BATTA_FS_VOLTSRC: Failsafe voltage source + +*Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + +|Value|Meaning| +|:---:|:---:| +|0|Raw Voltage| +|1|Sag Compensated Voltage| + +## BATTA_LOW_VOLT: Low battery voltage + +Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTA_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATTA_FS_LOW_ACT parameter. + +- Units: V + +- Increment: 0.1 + +## BATTA_LOW_MAH: Low battery capacity + +Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTA_FS_LOW_ACT parameter. + +- Units: mAh + +- Increment: 50 + +## BATTA_CRT_VOLT: Critical battery voltage + +Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTA_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATTA_FS_CRT_ACT parameter. + +- Units: V + +- Increment: 0.1 + +## BATTA_CRT_MAH: Battery critical capacity + +Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTA__FS_CRT_ACT parameter. + +- Units: mAh + +- Increment: 50 + +## BATTA_FS_LOW_ACT: Low battery failsafe action + +What action the vehicle should perform if it hits a low battery failsafe + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|RTL| +|2|Hold| +|3|SmartRTL| +|4|SmartRTL or Hold| +|5|Terminate| + +## BATTA_FS_CRT_ACT: Critical battery failsafe action + +What action the vehicle should perform if it hits a critical battery failsafe + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|RTL| +|2|Hold| +|3|SmartRTL| +|4|SmartRTL or Hold| +|5|Terminate| + +## BATTA_ARM_VOLT: Required arming voltage + +*Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage. + +- Units: V + +- Increment: 0.1 + +## BATTA_ARM_MAH: Required arming remaining capacity + +*Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATTA__ARM_VOLT parameter. + +- Units: mAh + +- Increment: 50 + +## BATTA_OPTIONS: Battery monitor options + +*Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + +- Bitmask: 0:Ignore DroneCAN SoC, 1:MPPT reports input voltage and current, 2:MPPT Powered off when disarmed, 3:MPPT Powered on when armed, 4:MPPT Powered off at boot, 5:MPPT Powered on at boot, 6:Send resistance compensated voltage to GCS, 7:Allow DroneCAN InfoAux to be from a different CAN node + +## BATTA_ESC_INDEX: ESC Telemetry Index to write to + +*Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable. + +- Range: 0 10 + +- Increment: 1 + +## BATTA_VOLT_PIN: Battery Voltage sensing pin + +Sets the analog input pin that should be used for voltage monitoring. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|2|Pixhawk/Pixracer/Navio2/Pixhawk2_PM1| +|5|Navigator| +|13|Pixhawk2_PM2/CubeOrange_PM2| +|14|CubeOrange| +|16|Durandal| +|100|PX4-v1| + +- RebootRequired: True + +## BATTA_CURR_PIN: Battery Current sensing pin + +Sets the analog input pin that should be used for current monitoring. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|3|Pixhawk/Pixracer/Navio2/Pixhawk2_PM1| +|4|CubeOrange_PM2/Navigator| +|14|Pixhawk2_PM2| +|15|CubeOrange| +|17|Durandal| +|101|PX4-v1| + +- RebootRequired: True + +## BATTA_VOLT_MULT: Voltage Multiplier + +*Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin (BATTA_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1. + +## BATTA_AMP_PERVLT: Amps per volt + +Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw. + +- Units: A/V + +## BATTA_AMP_OFFSET: AMP offset + +Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current. + +- Units: V + +## BATTA_VLT_OFFSET: Voltage offset + +*Note: This parameter is for advanced users* + +Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied. + +- Units: V + +## BATTA_I2C_BUS: Battery monitor I2C bus number + +*Note: This parameter is for advanced users* + +Battery monitor I2C bus number + +- Range: 0 3 + +- RebootRequired: True + +## BATTA_I2C_ADDR: Battery monitor I2C address + +*Note: This parameter is for advanced users* + +Battery monitor I2C address + +- Range: 0 127 + +- RebootRequired: True + +## BATTA_SUM_MASK: Battery Sum mask + +0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged. + +- Bitmask: 0:monitor 1, 1:monitor 2, 2:monitor 3, 3:monitor 4, 4:monitor 5, 5:monitor 6, 6:monitor 7, 7:monitor 8, 8:monitor 9 + +## BATTA_CURR_MULT: Scales reported power monitor current + +*Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + +- Range: .1 10 + +## BATTA_FL_VLT_MIN: Empty fuel level voltage + +*Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS. + +- Range: 0.01 10 + +- Units: V + +## BATTA_FL_V_MULT: Fuel level voltage multiplier + +*Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS. + +- Range: 0.01 10 + +## BATTA_FL_FLTR: Fuel level filter frequency + +*Note: This parameter is for advanced users* + +Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz. + +- Range: -1 1 + +- Units: Hz + +- RebootRequired: True + +## BATTA_FL_PIN: Fuel level analog pin number + +Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V. + +|Value|Meaning| +|:---:|:---:| +|-1|Not Used| +|11|Pixracer| +|13|Pixhawk ADC4| +|14|Pixhawk ADC3| +|15|Pixhawk ADC6/Pixhawk2 ADC| +|103|Pixhawk SBUS| + +## BATTA_FL_FF: First order term + +*Note: This parameter is for advanced users* + +First order polynomial fit term + +- Range: 0 10 + +## BATTA_FL_FS: Second order term + +*Note: This parameter is for advanced users* + +Second order polynomial fit term + +- Range: 0 10 + +## BATTA_FL_FT: Third order term + +*Note: This parameter is for advanced users* + +Third order polynomial fit term + +- Range: 0 10 + +## BATTA_FL_OFF: Offset term + +*Note: This parameter is for advanced users* + +Offset polynomial fit term + +- Range: 0 10 + +## BATTA_MAX_VOLT: Maximum Battery Voltage + +*Note: This parameter is for advanced users* + +Maximum voltage of battery. Provides scaling of current versus voltage + +- Range: 7 100 + +## BATTA_I2C_BUS: Battery monitor I2C bus number + +*Note: This parameter is for advanced users* + +Battery monitor I2C bus number + +- Range: 0 3 + +- RebootRequired: True + +## BATTA_I2C_ADDR: Battery monitor I2C address + +*Note: This parameter is for advanced users* + +Battery monitor I2C address. If this is zero then probe list of supported addresses + +- Range: 0 127 + +- RebootRequired: True + +## BATTA_MAX_AMPS: Battery monitor max current + +*Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with. + +- Range: 1 400 + +- Units: A + +## BATTA_SHUNT: Battery monitor shunt resistor + +*Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + +- Range: 0.0001 0.01 + +- Units: Ohm + +# BATTB Parameters + +## BATTB_MONITOR: Battery monitoring + +Controls enabling monitoring of the battery's voltage and current + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|3|Analog Voltage Only| +|4|Analog Voltage and Current| +|5|Solo| +|6|Bebop| +|7|SMBus-Generic| +|8|DroneCAN-BatteryInfo| +|9|ESC| +|10|Sum Of Selected Monitors| +|11|FuelFlow| +|12|FuelLevelPWM| +|13|SMBUS-SUI3| +|14|SMBUS-SUI6| +|15|NeoDesign| +|16|SMBus-Maxell| +|17|Generator-Elec| +|18|Generator-Fuel| +|19|Rotoye| +|20|MPPT| +|21|INA2XX| +|22|LTC2946| +|23|Torqeedo| +|24|FuelLevelAnalog| +|25|Synthetic Current and Analog Voltage| +|26|INA239_SPI| +|27|EFI| +|28|AD7091R5| +|29|Scripting| + +- RebootRequired: True + +## BATTB_CAPACITY: Battery capacity + +Capacity of the battery in mAh when full + +- Units: mAh + +- Increment: 50 + +## BATTB_SERIAL_NUM: Battery serial number + +*Note: This parameter is for advanced users* + +Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id. + +## BATTB_LOW_TIMER: Low voltage timeout + +*Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors. + +- Units: s + +- Increment: 1 + +- Range: 0 120 + +## BATTB_FS_VOLTSRC: Failsafe voltage source + +*Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + +|Value|Meaning| +|:---:|:---:| +|0|Raw Voltage| +|1|Sag Compensated Voltage| + +## BATTB_LOW_VOLT: Low battery voltage + +Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTB_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATTB_FS_LOW_ACT parameter. + +- Units: V + +- Increment: 0.1 + +## BATTB_LOW_MAH: Low battery capacity + +Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTB_FS_LOW_ACT parameter. + +- Units: mAh + +- Increment: 50 + +## BATTB_CRT_VOLT: Critical battery voltage + +Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTB_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATTB_FS_CRT_ACT parameter. + +- Units: V + +- Increment: 0.1 + +## BATTB_CRT_MAH: Battery critical capacity + +Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTB__FS_CRT_ACT parameter. + +- Units: mAh + +- Increment: 50 + +## BATTB_FS_LOW_ACT: Low battery failsafe action + +What action the vehicle should perform if it hits a low battery failsafe + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|RTL| +|2|Hold| +|3|SmartRTL| +|4|SmartRTL or Hold| +|5|Terminate| + +## BATTB_FS_CRT_ACT: Critical battery failsafe action + +What action the vehicle should perform if it hits a critical battery failsafe + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|RTL| +|2|Hold| +|3|SmartRTL| +|4|SmartRTL or Hold| +|5|Terminate| + +## BATTB_ARM_VOLT: Required arming voltage + +*Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage. + +- Units: V + +- Increment: 0.1 + +## BATTB_ARM_MAH: Required arming remaining capacity + +*Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATTB__ARM_VOLT parameter. + +- Units: mAh + +- Increment: 50 + +## BATTB_OPTIONS: Battery monitor options + +*Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + +- Bitmask: 0:Ignore DroneCAN SoC, 1:MPPT reports input voltage and current, 2:MPPT Powered off when disarmed, 3:MPPT Powered on when armed, 4:MPPT Powered off at boot, 5:MPPT Powered on at boot, 6:Send resistance compensated voltage to GCS, 7:Allow DroneCAN InfoAux to be from a different CAN node + +## BATTB_ESC_INDEX: ESC Telemetry Index to write to + +*Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable. + +- Range: 0 10 + +- Increment: 1 + +## BATTB_VOLT_PIN: Battery Voltage sensing pin + +Sets the analog input pin that should be used for voltage monitoring. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|2|Pixhawk/Pixracer/Navio2/Pixhawk2_PM1| +|5|Navigator| +|13|Pixhawk2_PM2/CubeOrange_PM2| +|14|CubeOrange| +|16|Durandal| +|100|PX4-v1| + +- RebootRequired: True + +## BATTB_CURR_PIN: Battery Current sensing pin + +Sets the analog input pin that should be used for current monitoring. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|3|Pixhawk/Pixracer/Navio2/Pixhawk2_PM1| +|4|CubeOrange_PM2/Navigator| +|14|Pixhawk2_PM2| +|15|CubeOrange| +|17|Durandal| +|101|PX4-v1| + +- RebootRequired: True + +## BATTB_VOLT_MULT: Voltage Multiplier + +*Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin (BATTB_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1. + +## BATTB_AMP_PERVLT: Amps per volt + +Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw. + +- Units: A/V + +## BATTB_AMP_OFFSET: AMP offset + +Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current. + +- Units: V + +## BATTB_VLT_OFFSET: Voltage offset + +*Note: This parameter is for advanced users* + +Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied. + +- Units: V + +## BATTB_I2C_BUS: Battery monitor I2C bus number + +*Note: This parameter is for advanced users* + +Battery monitor I2C bus number + +- Range: 0 3 + +- RebootRequired: True + +## BATTB_I2C_ADDR: Battery monitor I2C address + +*Note: This parameter is for advanced users* + +Battery monitor I2C address + +- Range: 0 127 + +- RebootRequired: True + +## BATTB_SUM_MASK: Battery Sum mask + +0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged. + +- Bitmask: 0:monitor 1, 1:monitor 2, 2:monitor 3, 3:monitor 4, 4:monitor 5, 5:monitor 6, 6:monitor 7, 7:monitor 8, 8:monitor 9 + +## BATTB_CURR_MULT: Scales reported power monitor current + +*Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + +- Range: .1 10 + +## BATTB_FL_VLT_MIN: Empty fuel level voltage + +*Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS. + +- Range: 0.01 10 + +- Units: V + +## BATTB_FL_V_MULT: Fuel level voltage multiplier + +*Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS. + +- Range: 0.01 10 + +## BATTB_FL_FLTR: Fuel level filter frequency + +*Note: This parameter is for advanced users* + +Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz. + +- Range: -1 1 + +- Units: Hz + +- RebootRequired: True + +## BATTB_FL_PIN: Fuel level analog pin number + +Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V. + +|Value|Meaning| +|:---:|:---:| +|-1|Not Used| +|11|Pixracer| +|13|Pixhawk ADC4| +|14|Pixhawk ADC3| +|15|Pixhawk ADC6/Pixhawk2 ADC| +|103|Pixhawk SBUS| + +## BATTB_FL_FF: First order term + +*Note: This parameter is for advanced users* + +First order polynomial fit term + +- Range: 0 10 + +## BATTB_FL_FS: Second order term + +*Note: This parameter is for advanced users* + +Second order polynomial fit term + +- Range: 0 10 + +## BATTB_FL_FT: Third order term + +*Note: This parameter is for advanced users* + +Third order polynomial fit term + +- Range: 0 10 + +## BATTB_FL_OFF: Offset term + +*Note: This parameter is for advanced users* + +Offset polynomial fit term + +- Range: 0 10 + +## BATTB_MAX_VOLT: Maximum Battery Voltage + +*Note: This parameter is for advanced users* + +Maximum voltage of battery. Provides scaling of current versus voltage + +- Range: 7 100 + +## BATTB_I2C_BUS: Battery monitor I2C bus number + +*Note: This parameter is for advanced users* + +Battery monitor I2C bus number + +- Range: 0 3 + +- RebootRequired: True + +## BATTB_I2C_ADDR: Battery monitor I2C address + +*Note: This parameter is for advanced users* + +Battery monitor I2C address. If this is zero then probe list of supported addresses + +- Range: 0 127 + +- RebootRequired: True + +## BATTB_MAX_AMPS: Battery monitor max current + +*Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with. + +- Range: 1 400 + +- Units: A + +## BATTB_SHUNT: Battery monitor shunt resistor + +*Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + +- Range: 0.0001 0.01 + +- Units: Ohm + +# BATTC Parameters + +## BATTC_MONITOR: Battery monitoring + +Controls enabling monitoring of the battery's voltage and current + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|3|Analog Voltage Only| +|4|Analog Voltage and Current| +|5|Solo| +|6|Bebop| +|7|SMBus-Generic| +|8|DroneCAN-BatteryInfo| +|9|ESC| +|10|Sum Of Selected Monitors| +|11|FuelFlow| +|12|FuelLevelPWM| +|13|SMBUS-SUI3| +|14|SMBUS-SUI6| +|15|NeoDesign| +|16|SMBus-Maxell| +|17|Generator-Elec| +|18|Generator-Fuel| +|19|Rotoye| +|20|MPPT| +|21|INA2XX| +|22|LTC2946| +|23|Torqeedo| +|24|FuelLevelAnalog| +|25|Synthetic Current and Analog Voltage| +|26|INA239_SPI| +|27|EFI| +|28|AD7091R5| +|29|Scripting| + +- RebootRequired: True + +## BATTC_CAPACITY: Battery capacity + +Capacity of the battery in mAh when full + +- Units: mAh + +- Increment: 50 + +## BATTC_SERIAL_NUM: Battery serial number + +*Note: This parameter is for advanced users* + +Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id. + +## BATTC_LOW_TIMER: Low voltage timeout + +*Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors. + +- Units: s + +- Increment: 1 + +- Range: 0 120 + +## BATTC_FS_VOLTSRC: Failsafe voltage source + +*Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + +|Value|Meaning| +|:---:|:---:| +|0|Raw Voltage| +|1|Sag Compensated Voltage| + +## BATTC_LOW_VOLT: Low battery voltage + +Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTC_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATTC_FS_LOW_ACT parameter. + +- Units: V + +- Increment: 0.1 + +## BATTC_LOW_MAH: Low battery capacity + +Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTC_FS_LOW_ACT parameter. + +- Units: mAh + +- Increment: 50 + +## BATTC_CRT_VOLT: Critical battery voltage + +Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTC_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATTC_FS_CRT_ACT parameter. + +- Units: V + +- Increment: 0.1 + +## BATTC_CRT_MAH: Battery critical capacity + +Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTC__FS_CRT_ACT parameter. + +- Units: mAh + +- Increment: 50 + +## BATTC_FS_LOW_ACT: Low battery failsafe action + +What action the vehicle should perform if it hits a low battery failsafe + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|RTL| +|2|Hold| +|3|SmartRTL| +|4|SmartRTL or Hold| +|5|Terminate| + +## BATTC_FS_CRT_ACT: Critical battery failsafe action + +What action the vehicle should perform if it hits a critical battery failsafe + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|RTL| +|2|Hold| +|3|SmartRTL| +|4|SmartRTL or Hold| +|5|Terminate| + +## BATTC_ARM_VOLT: Required arming voltage + +*Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage. + +- Units: V + +- Increment: 0.1 + +## BATTC_ARM_MAH: Required arming remaining capacity + +*Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATTC__ARM_VOLT parameter. + +- Units: mAh + +- Increment: 50 + +## BATTC_OPTIONS: Battery monitor options + +*Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + +- Bitmask: 0:Ignore DroneCAN SoC, 1:MPPT reports input voltage and current, 2:MPPT Powered off when disarmed, 3:MPPT Powered on when armed, 4:MPPT Powered off at boot, 5:MPPT Powered on at boot, 6:Send resistance compensated voltage to GCS, 7:Allow DroneCAN InfoAux to be from a different CAN node + +## BATTC_ESC_INDEX: ESC Telemetry Index to write to + +*Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable. + +- Range: 0 10 + +- Increment: 1 + +## BATTC_VOLT_PIN: Battery Voltage sensing pin + +Sets the analog input pin that should be used for voltage monitoring. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|2|Pixhawk/Pixracer/Navio2/Pixhawk2_PM1| +|5|Navigator| +|13|Pixhawk2_PM2/CubeOrange_PM2| +|14|CubeOrange| +|16|Durandal| +|100|PX4-v1| + +- RebootRequired: True + +## BATTC_CURR_PIN: Battery Current sensing pin + +Sets the analog input pin that should be used for current monitoring. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|3|Pixhawk/Pixracer/Navio2/Pixhawk2_PM1| +|4|CubeOrange_PM2/Navigator| +|14|Pixhawk2_PM2| +|15|CubeOrange| +|17|Durandal| +|101|PX4-v1| + +- RebootRequired: True + +## BATTC_VOLT_MULT: Voltage Multiplier + +*Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin (BATTC_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1. + +## BATTC_AMP_PERVLT: Amps per volt + +Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw. + +- Units: A/V + +## BATTC_AMP_OFFSET: AMP offset + +Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current. + +- Units: V + +## BATTC_VLT_OFFSET: Voltage offset + +*Note: This parameter is for advanced users* + +Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied. + +- Units: V + +## BATTC_I2C_BUS: Battery monitor I2C bus number + +*Note: This parameter is for advanced users* + +Battery monitor I2C bus number + +- Range: 0 3 + +- RebootRequired: True + +## BATTC_I2C_ADDR: Battery monitor I2C address + +*Note: This parameter is for advanced users* + +Battery monitor I2C address + +- Range: 0 127 + +- RebootRequired: True + +## BATTC_SUM_MASK: Battery Sum mask + +0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged. + +- Bitmask: 0:monitor 1, 1:monitor 2, 2:monitor 3, 3:monitor 4, 4:monitor 5, 5:monitor 6, 6:monitor 7, 7:monitor 8, 8:monitor 9 + +## BATTC_CURR_MULT: Scales reported power monitor current + +*Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + +- Range: .1 10 + +## BATTC_FL_VLT_MIN: Empty fuel level voltage + +*Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS. + +- Range: 0.01 10 + +- Units: V + +## BATTC_FL_V_MULT: Fuel level voltage multiplier + +*Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS. + +- Range: 0.01 10 + +## BATTC_FL_FLTR: Fuel level filter frequency + +*Note: This parameter is for advanced users* + +Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz. + +- Range: -1 1 + +- Units: Hz + +- RebootRequired: True + +## BATTC_FL_PIN: Fuel level analog pin number + +Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V. + +|Value|Meaning| +|:---:|:---:| +|-1|Not Used| +|11|Pixracer| +|13|Pixhawk ADC4| +|14|Pixhawk ADC3| +|15|Pixhawk ADC6/Pixhawk2 ADC| +|103|Pixhawk SBUS| + +## BATTC_FL_FF: First order term + +*Note: This parameter is for advanced users* + +First order polynomial fit term + +- Range: 0 10 + +## BATTC_FL_FS: Second order term + +*Note: This parameter is for advanced users* + +Second order polynomial fit term + +- Range: 0 10 + +## BATTC_FL_FT: Third order term + +*Note: This parameter is for advanced users* + +Third order polynomial fit term + +- Range: 0 10 + +## BATTC_FL_OFF: Offset term + +*Note: This parameter is for advanced users* + +Offset polynomial fit term + +- Range: 0 10 + +## BATTC_MAX_VOLT: Maximum Battery Voltage + +*Note: This parameter is for advanced users* + +Maximum voltage of battery. Provides scaling of current versus voltage + +- Range: 7 100 + +## BATTC_I2C_BUS: Battery monitor I2C bus number + +*Note: This parameter is for advanced users* + +Battery monitor I2C bus number + +- Range: 0 3 + +- RebootRequired: True + +## BATTC_I2C_ADDR: Battery monitor I2C address + +*Note: This parameter is for advanced users* + +Battery monitor I2C address. If this is zero then probe list of supported addresses + +- Range: 0 127 + +- RebootRequired: True + +## BATTC_MAX_AMPS: Battery monitor max current + +*Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with. + +- Range: 1 400 + +- Units: A + +## BATTC_SHUNT: Battery monitor shunt resistor + +*Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + +- Range: 0.0001 0.01 + +- Units: Ohm + +# BATTD Parameters + +## BATTD_MONITOR: Battery monitoring + +Controls enabling monitoring of the battery's voltage and current + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|3|Analog Voltage Only| +|4|Analog Voltage and Current| +|5|Solo| +|6|Bebop| +|7|SMBus-Generic| +|8|DroneCAN-BatteryInfo| +|9|ESC| +|10|Sum Of Selected Monitors| +|11|FuelFlow| +|12|FuelLevelPWM| +|13|SMBUS-SUI3| +|14|SMBUS-SUI6| +|15|NeoDesign| +|16|SMBus-Maxell| +|17|Generator-Elec| +|18|Generator-Fuel| +|19|Rotoye| +|20|MPPT| +|21|INA2XX| +|22|LTC2946| +|23|Torqeedo| +|24|FuelLevelAnalog| +|25|Synthetic Current and Analog Voltage| +|26|INA239_SPI| +|27|EFI| +|28|AD7091R5| +|29|Scripting| + +- RebootRequired: True + +## BATTD_CAPACITY: Battery capacity + +Capacity of the battery in mAh when full + +- Units: mAh + +- Increment: 50 + +## BATTD_SERIAL_NUM: Battery serial number + +*Note: This parameter is for advanced users* + +Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id. + +## BATTD_LOW_TIMER: Low voltage timeout + +*Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors. + +- Units: s + +- Increment: 1 + +- Range: 0 120 + +## BATTD_FS_VOLTSRC: Failsafe voltage source + +*Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + +|Value|Meaning| +|:---:|:---:| +|0|Raw Voltage| +|1|Sag Compensated Voltage| + +## BATTD_LOW_VOLT: Low battery voltage + +Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTD_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATTD_FS_LOW_ACT parameter. + +- Units: V + +- Increment: 0.1 + +## BATTD_LOW_MAH: Low battery capacity + +Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTD_FS_LOW_ACT parameter. + +- Units: mAh + +- Increment: 50 + +## BATTD_CRT_VOLT: Critical battery voltage + +Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTD_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATTD_FS_CRT_ACT parameter. + +- Units: V + +- Increment: 0.1 + +## BATTD_CRT_MAH: Battery critical capacity + +Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTD__FS_CRT_ACT parameter. + +- Units: mAh + +- Increment: 50 + +## BATTD_FS_LOW_ACT: Low battery failsafe action + +What action the vehicle should perform if it hits a low battery failsafe + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|RTL| +|2|Hold| +|3|SmartRTL| +|4|SmartRTL or Hold| +|5|Terminate| + +## BATTD_FS_CRT_ACT: Critical battery failsafe action + +What action the vehicle should perform if it hits a critical battery failsafe + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|RTL| +|2|Hold| +|3|SmartRTL| +|4|SmartRTL or Hold| +|5|Terminate| + +## BATTD_ARM_VOLT: Required arming voltage + +*Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage. + +- Units: V + +- Increment: 0.1 + +## BATTD_ARM_MAH: Required arming remaining capacity + +*Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATTD__ARM_VOLT parameter. + +- Units: mAh + +- Increment: 50 + +## BATTD_OPTIONS: Battery monitor options + +*Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + +- Bitmask: 0:Ignore DroneCAN SoC, 1:MPPT reports input voltage and current, 2:MPPT Powered off when disarmed, 3:MPPT Powered on when armed, 4:MPPT Powered off at boot, 5:MPPT Powered on at boot, 6:Send resistance compensated voltage to GCS, 7:Allow DroneCAN InfoAux to be from a different CAN node + +## BATTD_ESC_INDEX: ESC Telemetry Index to write to + +*Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable. + +- Range: 0 10 + +- Increment: 1 + +## BATTD_VOLT_PIN: Battery Voltage sensing pin + +Sets the analog input pin that should be used for voltage monitoring. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|2|Pixhawk/Pixracer/Navio2/Pixhawk2_PM1| +|5|Navigator| +|13|Pixhawk2_PM2/CubeOrange_PM2| +|14|CubeOrange| +|16|Durandal| +|100|PX4-v1| + +- RebootRequired: True + +## BATTD_CURR_PIN: Battery Current sensing pin + +Sets the analog input pin that should be used for current monitoring. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|3|Pixhawk/Pixracer/Navio2/Pixhawk2_PM1| +|4|CubeOrange_PM2/Navigator| +|14|Pixhawk2_PM2| +|15|CubeOrange| +|17|Durandal| +|101|PX4-v1| + +- RebootRequired: True + +## BATTD_VOLT_MULT: Voltage Multiplier + +*Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin (BATTD_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1. + +## BATTD_AMP_PERVLT: Amps per volt + +Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw. + +- Units: A/V + +## BATTD_AMP_OFFSET: AMP offset + +Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current. + +- Units: V + +## BATTD_VLT_OFFSET: Voltage offset + +*Note: This parameter is for advanced users* + +Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied. + +- Units: V + +## BATTD_I2C_BUS: Battery monitor I2C bus number + +*Note: This parameter is for advanced users* + +Battery monitor I2C bus number + +- Range: 0 3 + +- RebootRequired: True + +## BATTD_I2C_ADDR: Battery monitor I2C address + +*Note: This parameter is for advanced users* + +Battery monitor I2C address + +- Range: 0 127 + +- RebootRequired: True + +## BATTD_SUM_MASK: Battery Sum mask + +0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged. + +- Bitmask: 0:monitor 1, 1:monitor 2, 2:monitor 3, 3:monitor 4, 4:monitor 5, 5:monitor 6, 6:monitor 7, 7:monitor 8, 8:monitor 9 + +## BATTD_CURR_MULT: Scales reported power monitor current + +*Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + +- Range: .1 10 + +## BATTD_FL_VLT_MIN: Empty fuel level voltage + +*Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS. + +- Range: 0.01 10 + +- Units: V + +## BATTD_FL_V_MULT: Fuel level voltage multiplier + +*Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS. + +- Range: 0.01 10 + +## BATTD_FL_FLTR: Fuel level filter frequency + +*Note: This parameter is for advanced users* + +Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz. + +- Range: -1 1 + +- Units: Hz + +- RebootRequired: True + +## BATTD_FL_PIN: Fuel level analog pin number + +Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V. + +|Value|Meaning| +|:---:|:---:| +|-1|Not Used| +|11|Pixracer| +|13|Pixhawk ADC4| +|14|Pixhawk ADC3| +|15|Pixhawk ADC6/Pixhawk2 ADC| +|103|Pixhawk SBUS| + +## BATTD_FL_FF: First order term + +*Note: This parameter is for advanced users* + +First order polynomial fit term + +- Range: 0 10 + +## BATTD_FL_FS: Second order term + +*Note: This parameter is for advanced users* + +Second order polynomial fit term + +- Range: 0 10 + +## BATTD_FL_FT: Third order term + +*Note: This parameter is for advanced users* + +Third order polynomial fit term + +- Range: 0 10 + +## BATTD_FL_OFF: Offset term + +*Note: This parameter is for advanced users* + +Offset polynomial fit term + +- Range: 0 10 + +## BATTD_MAX_VOLT: Maximum Battery Voltage + +*Note: This parameter is for advanced users* + +Maximum voltage of battery. Provides scaling of current versus voltage + +- Range: 7 100 + +## BATTD_I2C_BUS: Battery monitor I2C bus number + +*Note: This parameter is for advanced users* + +Battery monitor I2C bus number + +- Range: 0 3 + +- RebootRequired: True + +## BATTD_I2C_ADDR: Battery monitor I2C address + +*Note: This parameter is for advanced users* + +Battery monitor I2C address. If this is zero then probe list of supported addresses + +- Range: 0 127 + +- RebootRequired: True + +## BATTD_MAX_AMPS: Battery monitor max current + +*Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with. + +- Range: 1 400 + +- Units: A + +## BATTD_SHUNT: Battery monitor shunt resistor + +*Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + +- Range: 0.0001 0.01 + +- Units: Ohm + +# BATTE Parameters + +## BATTE_MONITOR: Battery monitoring + +Controls enabling monitoring of the battery's voltage and current + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|3|Analog Voltage Only| +|4|Analog Voltage and Current| +|5|Solo| +|6|Bebop| +|7|SMBus-Generic| +|8|DroneCAN-BatteryInfo| +|9|ESC| +|10|Sum Of Selected Monitors| +|11|FuelFlow| +|12|FuelLevelPWM| +|13|SMBUS-SUI3| +|14|SMBUS-SUI6| +|15|NeoDesign| +|16|SMBus-Maxell| +|17|Generator-Elec| +|18|Generator-Fuel| +|19|Rotoye| +|20|MPPT| +|21|INA2XX| +|22|LTC2946| +|23|Torqeedo| +|24|FuelLevelAnalog| +|25|Synthetic Current and Analog Voltage| +|26|INA239_SPI| +|27|EFI| +|28|AD7091R5| +|29|Scripting| + +- RebootRequired: True + +## BATTE_CAPACITY: Battery capacity + +Capacity of the battery in mAh when full + +- Units: mAh + +- Increment: 50 + +## BATTE_SERIAL_NUM: Battery serial number + +*Note: This parameter is for advanced users* + +Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id. + +## BATTE_LOW_TIMER: Low voltage timeout + +*Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors. + +- Units: s + +- Increment: 1 + +- Range: 0 120 + +## BATTE_FS_VOLTSRC: Failsafe voltage source + +*Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + +|Value|Meaning| +|:---:|:---:| +|0|Raw Voltage| +|1|Sag Compensated Voltage| + +## BATTE_LOW_VOLT: Low battery voltage + +Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTE_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATTE_FS_LOW_ACT parameter. + +- Units: V + +- Increment: 0.1 + +## BATTE_LOW_MAH: Low battery capacity + +Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTE_FS_LOW_ACT parameter. + +- Units: mAh + +- Increment: 50 + +## BATTE_CRT_VOLT: Critical battery voltage + +Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTE_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATTE_FS_CRT_ACT parameter. + +- Units: V + +- Increment: 0.1 + +## BATTE_CRT_MAH: Battery critical capacity + +Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTE__FS_CRT_ACT parameter. + +- Units: mAh + +- Increment: 50 + +## BATTE_FS_LOW_ACT: Low battery failsafe action + +What action the vehicle should perform if it hits a low battery failsafe + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|RTL| +|2|Hold| +|3|SmartRTL| +|4|SmartRTL or Hold| +|5|Terminate| + +## BATTE_FS_CRT_ACT: Critical battery failsafe action + +What action the vehicle should perform if it hits a critical battery failsafe + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|RTL| +|2|Hold| +|3|SmartRTL| +|4|SmartRTL or Hold| +|5|Terminate| + +## BATTE_ARM_VOLT: Required arming voltage + +*Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage. + +- Units: V + +- Increment: 0.1 + +## BATTE_ARM_MAH: Required arming remaining capacity + +*Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATTE__ARM_VOLT parameter. + +- Units: mAh + +- Increment: 50 + +## BATTE_OPTIONS: Battery monitor options + +*Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + +- Bitmask: 0:Ignore DroneCAN SoC, 1:MPPT reports input voltage and current, 2:MPPT Powered off when disarmed, 3:MPPT Powered on when armed, 4:MPPT Powered off at boot, 5:MPPT Powered on at boot, 6:Send resistance compensated voltage to GCS, 7:Allow DroneCAN InfoAux to be from a different CAN node + +## BATTE_ESC_INDEX: ESC Telemetry Index to write to + +*Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable. + +- Range: 0 10 + +- Increment: 1 + +## BATTE_VOLT_PIN: Battery Voltage sensing pin + +Sets the analog input pin that should be used for voltage monitoring. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|2|Pixhawk/Pixracer/Navio2/Pixhawk2_PM1| +|5|Navigator| +|13|Pixhawk2_PM2/CubeOrange_PM2| +|14|CubeOrange| +|16|Durandal| +|100|PX4-v1| + +- RebootRequired: True + +## BATTE_CURR_PIN: Battery Current sensing pin + +Sets the analog input pin that should be used for current monitoring. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|3|Pixhawk/Pixracer/Navio2/Pixhawk2_PM1| +|4|CubeOrange_PM2/Navigator| +|14|Pixhawk2_PM2| +|15|CubeOrange| +|17|Durandal| +|101|PX4-v1| + +- RebootRequired: True + +## BATTE_VOLT_MULT: Voltage Multiplier + +*Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin (BATTE_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1. + +## BATTE_AMP_PERVLT: Amps per volt + +Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw. + +- Units: A/V + +## BATTE_AMP_OFFSET: AMP offset + +Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current. + +- Units: V + +## BATTE_VLT_OFFSET: Voltage offset + +*Note: This parameter is for advanced users* + +Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied. + +- Units: V + +## BATTE_I2C_BUS: Battery monitor I2C bus number + +*Note: This parameter is for advanced users* + +Battery monitor I2C bus number + +- Range: 0 3 + +- RebootRequired: True + +## BATTE_I2C_ADDR: Battery monitor I2C address + +*Note: This parameter is for advanced users* + +Battery monitor I2C address + +- Range: 0 127 + +- RebootRequired: True + +## BATTE_SUM_MASK: Battery Sum mask + +0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged. + +- Bitmask: 0:monitor 1, 1:monitor 2, 2:monitor 3, 3:monitor 4, 4:monitor 5, 5:monitor 6, 6:monitor 7, 7:monitor 8, 8:monitor 9 + +## BATTE_CURR_MULT: Scales reported power monitor current + +*Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + +- Range: .1 10 + +## BATTE_FL_VLT_MIN: Empty fuel level voltage + +*Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS. + +- Range: 0.01 10 + +- Units: V + +## BATTE_FL_V_MULT: Fuel level voltage multiplier + +*Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS. + +- Range: 0.01 10 + +## BATTE_FL_FLTR: Fuel level filter frequency + +*Note: This parameter is for advanced users* + +Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz. + +- Range: -1 1 + +- Units: Hz + +- RebootRequired: True + +## BATTE_FL_PIN: Fuel level analog pin number + +Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V. + +|Value|Meaning| +|:---:|:---:| +|-1|Not Used| +|11|Pixracer| +|13|Pixhawk ADC4| +|14|Pixhawk ADC3| +|15|Pixhawk ADC6/Pixhawk2 ADC| +|103|Pixhawk SBUS| + +## BATTE_FL_FF: First order term + +*Note: This parameter is for advanced users* + +First order polynomial fit term + +- Range: 0 10 + +## BATTE_FL_FS: Second order term + +*Note: This parameter is for advanced users* + +Second order polynomial fit term + +- Range: 0 10 + +## BATTE_FL_FT: Third order term + +*Note: This parameter is for advanced users* + +Third order polynomial fit term + +- Range: 0 10 + +## BATTE_FL_OFF: Offset term + +*Note: This parameter is for advanced users* + +Offset polynomial fit term + +- Range: 0 10 + +## BATTE_MAX_VOLT: Maximum Battery Voltage + +*Note: This parameter is for advanced users* + +Maximum voltage of battery. Provides scaling of current versus voltage + +- Range: 7 100 + +## BATTE_I2C_BUS: Battery monitor I2C bus number + +*Note: This parameter is for advanced users* + +Battery monitor I2C bus number + +- Range: 0 3 + +- RebootRequired: True + +## BATTE_I2C_ADDR: Battery monitor I2C address + +*Note: This parameter is for advanced users* + +Battery monitor I2C address. If this is zero then probe list of supported addresses + +- Range: 0 127 + +- RebootRequired: True + +## BATTE_MAX_AMPS: Battery monitor max current + +*Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with. + +- Range: 1 400 + +- Units: A + +## BATTE_SHUNT: Battery monitor shunt resistor + +*Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + +- Range: 0.0001 0.01 + +- Units: Ohm + +# BATTF Parameters + +## BATTF_MONITOR: Battery monitoring + +Controls enabling monitoring of the battery's voltage and current + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|3|Analog Voltage Only| +|4|Analog Voltage and Current| +|5|Solo| +|6|Bebop| +|7|SMBus-Generic| +|8|DroneCAN-BatteryInfo| +|9|ESC| +|10|Sum Of Selected Monitors| +|11|FuelFlow| +|12|FuelLevelPWM| +|13|SMBUS-SUI3| +|14|SMBUS-SUI6| +|15|NeoDesign| +|16|SMBus-Maxell| +|17|Generator-Elec| +|18|Generator-Fuel| +|19|Rotoye| +|20|MPPT| +|21|INA2XX| +|22|LTC2946| +|23|Torqeedo| +|24|FuelLevelAnalog| +|25|Synthetic Current and Analog Voltage| +|26|INA239_SPI| +|27|EFI| +|28|AD7091R5| +|29|Scripting| + +- RebootRequired: True + +## BATTF_CAPACITY: Battery capacity + +Capacity of the battery in mAh when full + +- Units: mAh + +- Increment: 50 + +## BATTF_SERIAL_NUM: Battery serial number + +*Note: This parameter is for advanced users* + +Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id. + +## BATTF_LOW_TIMER: Low voltage timeout + +*Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors. + +- Units: s + +- Increment: 1 + +- Range: 0 120 + +## BATTF_FS_VOLTSRC: Failsafe voltage source + +*Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + +|Value|Meaning| +|:---:|:---:| +|0|Raw Voltage| +|1|Sag Compensated Voltage| + +## BATTF_LOW_VOLT: Low battery voltage + +Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTF_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATTF_FS_LOW_ACT parameter. + +- Units: V + +- Increment: 0.1 + +## BATTF_LOW_MAH: Low battery capacity + +Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTF_FS_LOW_ACT parameter. + +- Units: mAh + +- Increment: 50 + +## BATTF_CRT_VOLT: Critical battery voltage + +Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTF_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATTF_FS_CRT_ACT parameter. + +- Units: V + +- Increment: 0.1 + +## BATTF_CRT_MAH: Battery critical capacity + +Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTF__FS_CRT_ACT parameter. + +- Units: mAh + +- Increment: 50 + +## BATTF_FS_LOW_ACT: Low battery failsafe action + +What action the vehicle should perform if it hits a low battery failsafe + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|RTL| +|2|Hold| +|3|SmartRTL| +|4|SmartRTL or Hold| +|5|Terminate| + +## BATTF_FS_CRT_ACT: Critical battery failsafe action + +What action the vehicle should perform if it hits a critical battery failsafe + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|RTL| +|2|Hold| +|3|SmartRTL| +|4|SmartRTL or Hold| +|5|Terminate| + +## BATTF_ARM_VOLT: Required arming voltage + +*Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage. + +- Units: V + +- Increment: 0.1 + +## BATTF_ARM_MAH: Required arming remaining capacity + +*Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATTF__ARM_VOLT parameter. + +- Units: mAh + +- Increment: 50 + +## BATTF_OPTIONS: Battery monitor options + +*Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + +- Bitmask: 0:Ignore DroneCAN SoC, 1:MPPT reports input voltage and current, 2:MPPT Powered off when disarmed, 3:MPPT Powered on when armed, 4:MPPT Powered off at boot, 5:MPPT Powered on at boot, 6:Send resistance compensated voltage to GCS, 7:Allow DroneCAN InfoAux to be from a different CAN node + +## BATTF_ESC_INDEX: ESC Telemetry Index to write to + +*Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable. + +- Range: 0 10 + +- Increment: 1 + +## BATTF_VOLT_PIN: Battery Voltage sensing pin + +Sets the analog input pin that should be used for voltage monitoring. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|2|Pixhawk/Pixracer/Navio2/Pixhawk2_PM1| +|5|Navigator| +|13|Pixhawk2_PM2/CubeOrange_PM2| +|14|CubeOrange| +|16|Durandal| +|100|PX4-v1| + +- RebootRequired: True + +## BATTF_CURR_PIN: Battery Current sensing pin + +Sets the analog input pin that should be used for current monitoring. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|3|Pixhawk/Pixracer/Navio2/Pixhawk2_PM1| +|4|CubeOrange_PM2/Navigator| +|14|Pixhawk2_PM2| +|15|CubeOrange| +|17|Durandal| +|101|PX4-v1| + +- RebootRequired: True + +## BATTF_VOLT_MULT: Voltage Multiplier + +*Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin (BATTF_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1. + +## BATTF_AMP_PERVLT: Amps per volt + +Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw. + +- Units: A/V + +## BATTF_AMP_OFFSET: AMP offset + +Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current. + +- Units: V + +## BATTF_VLT_OFFSET: Voltage offset + +*Note: This parameter is for advanced users* + +Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied. + +- Units: V + +## BATTF_I2C_BUS: Battery monitor I2C bus number + +*Note: This parameter is for advanced users* + +Battery monitor I2C bus number + +- Range: 0 3 + +- RebootRequired: True + +## BATTF_I2C_ADDR: Battery monitor I2C address + +*Note: This parameter is for advanced users* + +Battery monitor I2C address + +- Range: 0 127 + +- RebootRequired: True + +## BATTF_SUM_MASK: Battery Sum mask + +0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged. + +- Bitmask: 0:monitor 1, 1:monitor 2, 2:monitor 3, 3:monitor 4, 4:monitor 5, 5:monitor 6, 6:monitor 7, 7:monitor 8, 8:monitor 9 + +## BATTF_CURR_MULT: Scales reported power monitor current + +*Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + +- Range: .1 10 + +## BATTF_FL_VLT_MIN: Empty fuel level voltage + +*Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS. + +- Range: 0.01 10 + +- Units: V + +## BATTF_FL_V_MULT: Fuel level voltage multiplier + +*Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS. + +- Range: 0.01 10 + +## BATTF_FL_FLTR: Fuel level filter frequency + +*Note: This parameter is for advanced users* + +Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz. + +- Range: -1 1 + +- Units: Hz + +- RebootRequired: True + +## BATTF_FL_PIN: Fuel level analog pin number + +Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V. + +|Value|Meaning| +|:---:|:---:| +|-1|Not Used| +|11|Pixracer| +|13|Pixhawk ADC4| +|14|Pixhawk ADC3| +|15|Pixhawk ADC6/Pixhawk2 ADC| +|103|Pixhawk SBUS| + +## BATTF_FL_FF: First order term + +*Note: This parameter is for advanced users* + +First order polynomial fit term + +- Range: 0 10 + +## BATTF_FL_FS: Second order term + +*Note: This parameter is for advanced users* + +Second order polynomial fit term + +- Range: 0 10 + +## BATTF_FL_FT: Third order term + +*Note: This parameter is for advanced users* + +Third order polynomial fit term + +- Range: 0 10 + +## BATTF_FL_OFF: Offset term + +*Note: This parameter is for advanced users* + +Offset polynomial fit term + +- Range: 0 10 + +## BATTF_MAX_VOLT: Maximum Battery Voltage + +*Note: This parameter is for advanced users* + +Maximum voltage of battery. Provides scaling of current versus voltage + +- Range: 7 100 + +## BATTF_I2C_BUS: Battery monitor I2C bus number + +*Note: This parameter is for advanced users* + +Battery monitor I2C bus number + +- Range: 0 3 + +- RebootRequired: True + +## BATTF_I2C_ADDR: Battery monitor I2C address + +*Note: This parameter is for advanced users* + +Battery monitor I2C address. If this is zero then probe list of supported addresses + +- Range: 0 127 + +- RebootRequired: True + +## BATTF_MAX_AMPS: Battery monitor max current + +*Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with. + +- Range: 1 400 + +- Units: A + +## BATTF_SHUNT: Battery monitor shunt resistor + +*Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + +- Range: 0.0001 0.01 + +- Units: Ohm + +# BATTG Parameters + +## BATTG_MONITOR: Battery monitoring + +Controls enabling monitoring of the battery's voltage and current + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|3|Analog Voltage Only| +|4|Analog Voltage and Current| +|5|Solo| +|6|Bebop| +|7|SMBus-Generic| +|8|DroneCAN-BatteryInfo| +|9|ESC| +|10|Sum Of Selected Monitors| +|11|FuelFlow| +|12|FuelLevelPWM| +|13|SMBUS-SUI3| +|14|SMBUS-SUI6| +|15|NeoDesign| +|16|SMBus-Maxell| +|17|Generator-Elec| +|18|Generator-Fuel| +|19|Rotoye| +|20|MPPT| +|21|INA2XX| +|22|LTC2946| +|23|Torqeedo| +|24|FuelLevelAnalog| +|25|Synthetic Current and Analog Voltage| +|26|INA239_SPI| +|27|EFI| +|28|AD7091R5| +|29|Scripting| + +- RebootRequired: True + +## BATTG_CAPACITY: Battery capacity + +Capacity of the battery in mAh when full + +- Units: mAh + +- Increment: 50 + +## BATTG_SERIAL_NUM: Battery serial number + +*Note: This parameter is for advanced users* + +Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id. + +## BATTG_LOW_TIMER: Low voltage timeout + +*Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors. + +- Units: s + +- Increment: 1 + +- Range: 0 120 + +## BATTG_FS_VOLTSRC: Failsafe voltage source + +*Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + +|Value|Meaning| +|:---:|:---:| +|0|Raw Voltage| +|1|Sag Compensated Voltage| + +## BATTG_LOW_VOLT: Low battery voltage + +Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTG_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATTG_FS_LOW_ACT parameter. + +- Units: V + +- Increment: 0.1 + +## BATTG_LOW_MAH: Low battery capacity + +Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTG_FS_LOW_ACT parameter. + +- Units: mAh + +- Increment: 50 + +## BATTG_CRT_VOLT: Critical battery voltage + +Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTG_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATTG_FS_CRT_ACT parameter. + +- Units: V + +- Increment: 0.1 + +## BATTG_CRT_MAH: Battery critical capacity + +Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTG__FS_CRT_ACT parameter. + +- Units: mAh + +- Increment: 50 + +## BATTG_FS_LOW_ACT: Low battery failsafe action + +What action the vehicle should perform if it hits a low battery failsafe + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|RTL| +|2|Hold| +|3|SmartRTL| +|4|SmartRTL or Hold| +|5|Terminate| + +## BATTG_FS_CRT_ACT: Critical battery failsafe action + +What action the vehicle should perform if it hits a critical battery failsafe + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|RTL| +|2|Hold| +|3|SmartRTL| +|4|SmartRTL or Hold| +|5|Terminate| + +## BATTG_ARM_VOLT: Required arming voltage + +*Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage. + +- Units: V + +- Increment: 0.1 + +## BATTG_ARM_MAH: Required arming remaining capacity + +*Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATTG__ARM_VOLT parameter. + +- Units: mAh + +- Increment: 50 + +## BATTG_OPTIONS: Battery monitor options + +*Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + +- Bitmask: 0:Ignore DroneCAN SoC, 1:MPPT reports input voltage and current, 2:MPPT Powered off when disarmed, 3:MPPT Powered on when armed, 4:MPPT Powered off at boot, 5:MPPT Powered on at boot, 6:Send resistance compensated voltage to GCS, 7:Allow DroneCAN InfoAux to be from a different CAN node + +## BATTG_ESC_INDEX: ESC Telemetry Index to write to + +*Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable. + +- Range: 0 10 + +- Increment: 1 + +## BATTG_VOLT_PIN: Battery Voltage sensing pin + +Sets the analog input pin that should be used for voltage monitoring. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|2|Pixhawk/Pixracer/Navio2/Pixhawk2_PM1| +|5|Navigator| +|13|Pixhawk2_PM2/CubeOrange_PM2| +|14|CubeOrange| +|16|Durandal| +|100|PX4-v1| + +- RebootRequired: True + +## BATTG_CURR_PIN: Battery Current sensing pin + +Sets the analog input pin that should be used for current monitoring. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|3|Pixhawk/Pixracer/Navio2/Pixhawk2_PM1| +|4|CubeOrange_PM2/Navigator| +|14|Pixhawk2_PM2| +|15|CubeOrange| +|17|Durandal| +|101|PX4-v1| + +- RebootRequired: True + +## BATTG_VOLT_MULT: Voltage Multiplier + +*Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin (BATTG_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1. + +## BATTG_AMP_PERVLT: Amps per volt + +Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw. + +- Units: A/V + +## BATTG_AMP_OFFSET: AMP offset + +Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current. + +- Units: V + +## BATTG_VLT_OFFSET: Voltage offset + +*Note: This parameter is for advanced users* + +Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied. + +- Units: V + +## BATTG_I2C_BUS: Battery monitor I2C bus number + +*Note: This parameter is for advanced users* + +Battery monitor I2C bus number + +- Range: 0 3 + +- RebootRequired: True + +## BATTG_I2C_ADDR: Battery monitor I2C address + +*Note: This parameter is for advanced users* + +Battery monitor I2C address + +- Range: 0 127 + +- RebootRequired: True + +## BATTG_SUM_MASK: Battery Sum mask + +0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged. + +- Bitmask: 0:monitor 1, 1:monitor 2, 2:monitor 3, 3:monitor 4, 4:monitor 5, 5:monitor 6, 6:monitor 7, 7:monitor 8, 8:monitor 9 + +## BATTG_CURR_MULT: Scales reported power monitor current + +*Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + +- Range: .1 10 + +## BATTG_FL_VLT_MIN: Empty fuel level voltage + +*Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS. + +- Range: 0.01 10 + +- Units: V + +## BATTG_FL_V_MULT: Fuel level voltage multiplier + +*Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS. + +- Range: 0.01 10 + +## BATTG_FL_FLTR: Fuel level filter frequency + +*Note: This parameter is for advanced users* + +Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz. + +- Range: -1 1 + +- Units: Hz + +- RebootRequired: True + +## BATTG_FL_PIN: Fuel level analog pin number + +Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V. + +|Value|Meaning| +|:---:|:---:| +|-1|Not Used| +|11|Pixracer| +|13|Pixhawk ADC4| +|14|Pixhawk ADC3| +|15|Pixhawk ADC6/Pixhawk2 ADC| +|103|Pixhawk SBUS| + +## BATTG_FL_FF: First order term + +*Note: This parameter is for advanced users* + +First order polynomial fit term + +- Range: 0 10 + +## BATTG_FL_FS: Second order term + +*Note: This parameter is for advanced users* + +Second order polynomial fit term + +- Range: 0 10 + +## BATTG_FL_FT: Third order term + +*Note: This parameter is for advanced users* + +Third order polynomial fit term + +- Range: 0 10 + +## BATTG_FL_OFF: Offset term + +*Note: This parameter is for advanced users* + +Offset polynomial fit term + +- Range: 0 10 + +## BATTG_MAX_VOLT: Maximum Battery Voltage + +*Note: This parameter is for advanced users* + +Maximum voltage of battery. Provides scaling of current versus voltage + +- Range: 7 100 + +## BATTG_I2C_BUS: Battery monitor I2C bus number + +*Note: This parameter is for advanced users* + +Battery monitor I2C bus number + +- Range: 0 3 + +- RebootRequired: True + +## BATTG_I2C_ADDR: Battery monitor I2C address + +*Note: This parameter is for advanced users* + +Battery monitor I2C address. If this is zero then probe list of supported addresses + +- Range: 0 127 + +- RebootRequired: True + +## BATTG_MAX_AMPS: Battery monitor max current + +*Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with. + +- Range: 1 400 + +- Units: A + +## BATTG_SHUNT: Battery monitor shunt resistor + +*Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + +- Range: 0.0001 0.01 + +- Units: Ohm + +# BATT Parameters + +## BATT_MONITOR: Battery monitoring + +Controls enabling monitoring of the battery's voltage and current + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|3|Analog Voltage Only| +|4|Analog Voltage and Current| +|5|Solo| +|6|Bebop| +|7|SMBus-Generic| +|8|DroneCAN-BatteryInfo| +|9|ESC| +|10|Sum Of Selected Monitors| +|11|FuelFlow| +|12|FuelLevelPWM| +|13|SMBUS-SUI3| +|14|SMBUS-SUI6| +|15|NeoDesign| +|16|SMBus-Maxell| +|17|Generator-Elec| +|18|Generator-Fuel| +|19|Rotoye| +|20|MPPT| +|21|INA2XX| +|22|LTC2946| +|23|Torqeedo| +|24|FuelLevelAnalog| +|25|Synthetic Current and Analog Voltage| +|26|INA239_SPI| +|27|EFI| +|28|AD7091R5| +|29|Scripting| + +- RebootRequired: True + +## BATT_CAPACITY: Battery capacity + +Capacity of the battery in mAh when full + +- Units: mAh + +- Increment: 50 + +## BATT_SERIAL_NUM: Battery serial number + +*Note: This parameter is for advanced users* + +Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id. + +## BATT_LOW_TIMER: Low voltage timeout + +*Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors. + +- Units: s + +- Increment: 1 + +- Range: 0 120 + +## BATT_FS_VOLTSRC: Failsafe voltage source + +*Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + +|Value|Meaning| +|:---:|:---:| +|0|Raw Voltage| +|1|Sag Compensated Voltage| + +## BATT_LOW_VOLT: Low battery voltage + +Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT_FS_LOW_ACT parameter. + +- Units: V + +- Increment: 0.1 + +## BATT_LOW_MAH: Low battery capacity + +Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT_FS_LOW_ACT parameter. + +- Units: mAh + +- Increment: 50 + +## BATT_CRT_VOLT: Critical battery voltage + +Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT_FS_CRT_ACT parameter. + +- Units: V + +- Increment: 0.1 + +## BATT_CRT_MAH: Battery critical capacity + +Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT__FS_CRT_ACT parameter. + +- Units: mAh + +- Increment: 50 + +## BATT_FS_LOW_ACT: Low battery failsafe action + +What action the vehicle should perform if it hits a low battery failsafe + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|RTL| +|2|Hold| +|3|SmartRTL| +|4|SmartRTL or Hold| +|5|Terminate| + +## BATT_FS_CRT_ACT: Critical battery failsafe action + +What action the vehicle should perform if it hits a critical battery failsafe + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|RTL| +|2|Hold| +|3|SmartRTL| +|4|SmartRTL or Hold| +|5|Terminate| + +## BATT_ARM_VOLT: Required arming voltage + +*Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage. + +- Units: V + +- Increment: 0.1 + +## BATT_ARM_MAH: Required arming remaining capacity + +*Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATT__ARM_VOLT parameter. + +- Units: mAh + +- Increment: 50 + +## BATT_OPTIONS: Battery monitor options + +*Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + +- Bitmask: 0:Ignore DroneCAN SoC, 1:MPPT reports input voltage and current, 2:MPPT Powered off when disarmed, 3:MPPT Powered on when armed, 4:MPPT Powered off at boot, 5:MPPT Powered on at boot, 6:Send resistance compensated voltage to GCS, 7:Allow DroneCAN InfoAux to be from a different CAN node + +## BATT_ESC_INDEX: ESC Telemetry Index to write to + +*Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable. + +- Range: 0 10 + +- Increment: 1 + +## BATT_VOLT_PIN: Battery Voltage sensing pin + +Sets the analog input pin that should be used for voltage monitoring. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|2|Pixhawk/Pixracer/Navio2/Pixhawk2_PM1| +|5|Navigator| +|13|Pixhawk2_PM2/CubeOrange_PM2| +|14|CubeOrange| +|16|Durandal| +|100|PX4-v1| + +- RebootRequired: True + +## BATT_CURR_PIN: Battery Current sensing pin + +Sets the analog input pin that should be used for current monitoring. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|3|Pixhawk/Pixracer/Navio2/Pixhawk2_PM1| +|4|CubeOrange_PM2/Navigator| +|14|Pixhawk2_PM2| +|15|CubeOrange| +|17|Durandal| +|101|PX4-v1| + +- RebootRequired: True + +## BATT_VOLT_MULT: Voltage Multiplier + +*Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin (BATT_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1. + +## BATT_AMP_PERVLT: Amps per volt + +Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw. + +- Units: A/V + +## BATT_AMP_OFFSET: AMP offset + +Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current. + +- Units: V + +## BATT_VLT_OFFSET: Voltage offset + +*Note: This parameter is for advanced users* + +Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied. + +- Units: V + +## BATT_I2C_BUS: Battery monitor I2C bus number + +*Note: This parameter is for advanced users* + +Battery monitor I2C bus number + +- Range: 0 3 + +- RebootRequired: True + +## BATT_I2C_ADDR: Battery monitor I2C address + +*Note: This parameter is for advanced users* + +Battery monitor I2C address + +- Range: 0 127 + +- RebootRequired: True + +## BATT_SUM_MASK: Battery Sum mask + +0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged. + +- Bitmask: 0:monitor 1, 1:monitor 2, 2:monitor 3, 3:monitor 4, 4:monitor 5, 5:monitor 6, 6:monitor 7, 7:monitor 8, 8:monitor 9 + +## BATT_CURR_MULT: Scales reported power monitor current + +*Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + +- Range: .1 10 + +## BATT_FL_VLT_MIN: Empty fuel level voltage + +*Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS. + +- Range: 0.01 10 + +- Units: V + +## BATT_FL_V_MULT: Fuel level voltage multiplier + +*Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS. + +- Range: 0.01 10 + +## BATT_FL_FLTR: Fuel level filter frequency + +*Note: This parameter is for advanced users* + +Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz. + +- Range: -1 1 + +- Units: Hz + +- RebootRequired: True + +## BATT_FL_PIN: Fuel level analog pin number + +Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V. + +|Value|Meaning| +|:---:|:---:| +|-1|Not Used| +|11|Pixracer| +|13|Pixhawk ADC4| +|14|Pixhawk ADC3| +|15|Pixhawk ADC6/Pixhawk2 ADC| +|103|Pixhawk SBUS| + +## BATT_FL_FF: First order term + +*Note: This parameter is for advanced users* + +First order polynomial fit term + +- Range: 0 10 + +## BATT_FL_FS: Second order term + +*Note: This parameter is for advanced users* + +Second order polynomial fit term + +- Range: 0 10 + +## BATT_FL_FT: Third order term + +*Note: This parameter is for advanced users* + +Third order polynomial fit term + +- Range: 0 10 + +## BATT_FL_OFF: Offset term + +*Note: This parameter is for advanced users* + +Offset polynomial fit term + +- Range: 0 10 + +## BATT_MAX_VOLT: Maximum Battery Voltage + +*Note: This parameter is for advanced users* + +Maximum voltage of battery. Provides scaling of current versus voltage + +- Range: 7 100 + +## BATT_I2C_BUS: Battery monitor I2C bus number + +*Note: This parameter is for advanced users* + +Battery monitor I2C bus number + +- Range: 0 3 + +- RebootRequired: True + +## BATT_I2C_ADDR: Battery monitor I2C address + +*Note: This parameter is for advanced users* + +Battery monitor I2C address. If this is zero then probe list of supported addresses + +- Range: 0 127 + +- RebootRequired: True + +## BATT_MAX_AMPS: Battery monitor max current + +*Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with. + +- Range: 1 400 + +- Units: A + +## BATT_SHUNT: Battery monitor shunt resistor + +*Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + +- Range: 0.0001 0.01 + +- Units: Ohm + +# BCN Parameters + +## BCN_TYPE: Beacon based position estimation device type + +*Note: This parameter is for advanced users* + +What type of beacon based position estimation device is connected + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Pozyx| +|2|Marvelmind| +|3|Nooploop| +|10|SITL| + +## BCN_LATITUDE: Beacon origin's latitude + +*Note: This parameter is for advanced users* + +Beacon origin's latitude + +- Units: deg + +- Increment: 0.000001 + +- Range: -90 90 + +## BCN_LONGITUDE: Beacon origin's longitude + +*Note: This parameter is for advanced users* + +Beacon origin's longitude + +- Units: deg + +- Increment: 0.000001 + +- Range: -180 180 + +## BCN_ALT: Beacon origin's altitude above sealevel in meters + +*Note: This parameter is for advanced users* + +Beacon origin's altitude above sealevel in meters + +- Units: m + +- Increment: 1 + +- Range: 0 10000 + +## BCN_ORIENT_YAW: Beacon systems rotation from north in degrees + +*Note: This parameter is for advanced users* + +Beacon systems rotation from north in degrees + +- Units: deg + +- Increment: 1 + +- Range: -180 +180 + +# BRD Parameters + +## BRD_SER1_RTSCTS: Serial 1 flow control + +*Note: This parameter is for advanced users* + +Enable flow control on serial 1 (telemetry 1). You must have the RTS and CTS pins connected to your radio. The standard DF13 6 pin connector for a 3DR radio does have those pins connected. If this is set to 2 then flow control will be auto-detected by checking for the output buffer filling on startup. Note that the PX4v1 does not have hardware flow control pins on this port, so you should leave this disabled. + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| +|2|Auto| + +- RebootRequired: True + +## BRD_SER2_RTSCTS: Serial 2 flow control + +*Note: This parameter is for advanced users* + +Enable flow control on serial 2 (telemetry 2). You must have the RTS and CTS pins connected to your radio. The standard DF13 6 pin connector for a 3DR radio does have those pins connected. If this is set to 2 then flow control will be auto-detected by checking for the output buffer filling on startup. + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| +|2|Auto| + +- RebootRequired: True + +## BRD_SER3_RTSCTS: Serial 3 flow control + +*Note: This parameter is for advanced users* + +Enable flow control on serial 3. You must have the RTS and CTS pins connected to your radio. The standard DF13 6 pin connector for a 3DR radio does have those pins connected. If this is set to 2 then flow control will be auto-detected by checking for the output buffer filling on startup. + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| +|2|Auto| + +- RebootRequired: True + +## BRD_SER4_RTSCTS: Serial 4 flow control + +*Note: This parameter is for advanced users* + +Enable flow control on serial 4. You must have the RTS and CTS pins connected to your radio. The standard DF13 6 pin connector for a 3DR radio does have those pins connected. If this is set to 2 then flow control will be auto-detected by checking for the output buffer filling on startup. + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| +|2|Auto| + +- RebootRequired: True + +## BRD_SER5_RTSCTS: Serial 5 flow control + +*Note: This parameter is for advanced users* + +Enable flow control on serial 5. You must have the RTS and CTS pins connected to your radio. The standard DF13 6 pin connector for a 3DR radio does have those pins connected. If this is set to 2 then flow control will be auto-detected by checking for the output buffer filling on startup. + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| +|2|Auto| + +- RebootRequired: True + +## BRD_SAFETY_DEFLT: Sets default state of the safety switch + +This controls the default state of the safety switch at startup. When set to 1 the safety switch will start in the safe state (flashing) at boot. When set to zero the safety switch will start in the unsafe state (solid) at startup. Note that if a safety switch is fitted the user can still control the safety state after startup using the switch. The safety state can also be controlled in software using a MAVLink message. + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +- RebootRequired: True + +## BRD_SBUS_OUT: SBUS output rate + +*Note: This parameter is for advanced users* + +This sets the SBUS output frame rate in Hz + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|50Hz| +|2|75Hz| +|3|100Hz| +|4|150Hz| +|5|200Hz| +|6|250Hz| +|7|300Hz| + +- RebootRequired: True + +## BRD_SERIAL_NUM: User-defined serial number + +User-defined serial number of this vehicle, it can be any arbitrary number you want and has no effect on the autopilot + +- Range: -8388608 8388607 + +## BRD_SAFETY_MASK: Outputs which ignore the safety switch state + +*Note: This parameter is for advanced users* + +A bitmask which controls what outputs can move while the safety switch has not been pressed + +- Bitmask: 0:Output1,1:Output2,2:Output3,3:Output4,4:Output5,5:Output6,6:Output7,7:Output8,8:Output9,9:Output10,10:Output11,11:Output12,12:Output13,13:Output14 + +- RebootRequired: True + +## BRD_HEAT_TARG: Board heater temperature target + +*Note: This parameter is for advanced users* + +Board heater target temperature for boards with controllable heating units. Set to -1 to disable the heater, please reboot after setting to -1. + +- Range: -1 80 + +- Units: degC + +## BRD_TYPE: Board type + +*Note: This parameter is for advanced users* + +This allows selection of a PX4 or VRBRAIN board type. If set to zero then the board type is auto-detected (PX4) + +|Value|Meaning| +|:---:|:---:| +|0|AUTO| +|1|PX4V1| +|2|Pixhawk| +|3|Cube/Pixhawk2| +|4|Pixracer| +|5|PixhawkMini| +|6|Pixhawk2Slim| +|13|Intel Aero FC| +|14|Pixhawk Pro| +|20|AUAV2.1| +|21|PCNC1| +|22|MINDPXV2| +|23|SP01| +|24|CUAVv5/FMUV5| +|30|VRX BRAIN51| +|32|VRX BRAIN52| +|33|VRX BRAIN52E| +|34|VRX UBRAIN51| +|35|VRX UBRAIN52| +|36|VRX CORE10| +|38|VRX BRAIN54| +|39|PX4 FMUV6| +|100|PX4 OLDDRIVERS| + +- RebootRequired: True + +## BRD_IO_ENABLE: Enable IO co-processor + +*Note: This parameter is for advanced users* + +This allows for the IO co-processor on boards with an IOMCU to be disabled. Setting to 2 will enable the IOMCU but not attempt to update firmware on startup + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| +|2|EnableNoFWUpdate| + +- RebootRequired: True + +## BRD_SAFETYOPTION: Options for safety button behavior + +This controls the activation of the safety button. It allows you to control if the safety button can be used for safety enable and/or disable, and whether the button is only active when disarmed + +- Bitmask: 0:ActiveForSafetyDisable,1:ActiveForSafetyEnable,2:ActiveWhenArmed,3:Force safety on when the aircraft disarms + +## BRD_VBUS_MIN: Autopilot board voltage requirement + +*Note: This parameter is for advanced users* + +Minimum voltage on the autopilot power rail to allow the aircraft to arm. 0 to disable the check. + +- Units: V + +- Range: 4.0 5.5 + +- Increment: 0.1 + +## BRD_VSERVO_MIN: Servo voltage requirement + +*Note: This parameter is for advanced users* + +Minimum voltage on the servo rail to allow the aircraft to arm. 0 to disable the check. + +- Units: V + +- Range: 3.3 12.0 + +- Increment: 0.1 + +## BRD_SD_SLOWDOWN: microSD slowdown + +*Note: This parameter is for advanced users* + +This is a scaling factor to slow down microSD operation. It can be used on flight board and microSD card combinations where full speed is not reliable. For normal full speed operation a value of 0 should be used. + +- Range: 0 32 + +- Increment: 1 + +## BRD_PWM_VOLT_SEL: Set PWM Out Voltage + +*Note: This parameter is for advanced users* + +This sets the voltage max for PWM output pulses. 0 for 3.3V and 1 for 5V output. On boards with an IOMCU that support this parameter this option only affects the 8 main outputs, not the 6 auxiliary outputs. Using 5V output can help to reduce the impact of ESC noise interference corrupting signals to the ESCs. + +|Value|Meaning| +|:---:|:---:| +|0|3.3V| +|1|5V| + +## BRD_OPTIONS: Board options + +*Note: This parameter is for advanced users* + +Board specific option flags + +- Bitmask: 0:Enable hardware watchdog, 1:Disable MAVftp, 2:Enable set of internal parameters, 3:Enable Debug Pins, 4:Unlock flash on reboot, 5:Write protect firmware flash on reboot, 6:Write protect bootloader flash on reboot, 7:Skip board validation, 8:Disable board arming gpio output change on arm/disarm + +## BRD_BOOT_DELAY: Boot delay + +*Note: This parameter is for advanced users* + +This adds a delay in milliseconds to boot to ensure peripherals initialise fully + +- Range: 0 10000 + +- Units: ms + +## BRD_HEAT_P: Board Heater P gain + +*Note: This parameter is for advanced users* + +Board Heater P gain + +- Range: 1 500 + +- Increment: 1 + +## BRD_HEAT_I: Board Heater I gain + +*Note: This parameter is for advanced users* + +Board Heater integrator gain + +- Range: 0 1 + +- Increment: 0.1 + +## BRD_HEAT_IMAX: Board Heater IMAX + +*Note: This parameter is for advanced users* + +Board Heater integrator maximum + +- Range: 0 100 + +- Increment: 1 + +## BRD_ALT_CONFIG: Alternative HW config + +*Note: This parameter is for advanced users* + +Select an alternative hardware configuration. A value of zero selects the default configuration for this board. Other values are board specific. Please see the documentation for your board for details on any alternative configuration values that may be available. + +- Range: 0 10 + +- Increment: 1 + +- RebootRequired: True + +## BRD_HEAT_LOWMGN: Board heater temp lower margin + +*Note: This parameter is for advanced users* + +Arming check will fail if temp is lower than this margin below BRD_HEAT_TARG. 0 disables the low temperature check + +- Range: 0 20 + +- Units: degC + +## BRD_SD_MISSION: SDCard Mission size + +*Note: This parameter is for advanced users* + +This sets the amount of storage in kilobytes reserved on the microsd card in mission.stg for waypoint storage. Each waypoint uses 15 bytes. + +- Range: 0 64 + +- RebootRequired: True + +## BRD_IO_DSHOT: Load DShot FW on IO + +*Note: This parameter is for advanced users* + +This loads the DShot firmware on the IO co-processor + +|Value|Meaning| +|:---:|:---:| +|0|StandardFW| +|1|DshotFW| + +- RebootRequired: True + +# BRDRADIO Parameters + +## BRD_RADIO_TYPE: Set type of direct attached radio + +This enables support for direct attached radio receivers + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|CYRF6936| +|2|CC2500| +|3|BK2425| + +## BRD_RADIO_PROT: protocol + +*Note: This parameter is for advanced users* + +Select air protocol + +|Value|Meaning| +|:---:|:---:| +|0|Auto| +|1|DSM2| +|2|DSMX| + +## BRD_RADIO_DEBUG: debug level + +*Note: This parameter is for advanced users* + +radio debug level + +- Range: 0 4 + +## BRD_RADIO_DISCRC: disable receive CRC + +*Note: This parameter is for advanced users* + +disable receive CRC (for debug) + +|Value|Meaning| +|:---:|:---:| +|0|NotDisabled| +|1|Disabled| + +## BRD_RADIO_SIGCH: RSSI signal strength + +*Note: This parameter is for advanced users* + +Channel to show receive RSSI signal strength, or zero for disabled + +- Range: 0 16 + +## BRD_RADIO_PPSCH: Packet rate channel + +*Note: This parameter is for advanced users* + +Channel to show received packet-per-second rate, or zero for disabled + +- Range: 0 16 + +## BRD_RADIO_TELEM: Enable telemetry + +*Note: This parameter is for advanced users* + +If this is non-zero then telemetry packets will be sent over DSM + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## BRD_RADIO_TXPOW: Telemetry Transmit power + +*Note: This parameter is for advanced users* + +Set telemetry transmit power. This is the power level (from 1 to 8) for telemetry packets sent from the RX to the TX + +- Range: 1 8 + +## BRD_RADIO_FCCTST: Put radio into FCC test mode + +*Note: This parameter is for advanced users* + +If this is enabled then the radio will continuously transmit as required for FCC testing. The transmit channel is set by the value of the parameter. The radio will not work for RC input while this is enabled + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|MinChannel| +|2|MidChannel| +|3|MaxChannel| +|4|MinChannelCW| +|5|MidChannelCW| +|6|MaxChannelCW| + +## BRD_RADIO_STKMD: Stick input mode + +*Note: This parameter is for advanced users* + +This selects between different stick input modes. The default is mode2, which has throttle on the left stick and pitch on the right stick. You can instead set mode1, which has throttle on the right stick and pitch on the left stick. + +|Value|Meaning| +|:---:|:---:| +|1|Mode1| +|2|Mode2| + +## BRD_RADIO_TESTCH: Set radio to factory test channel + +*Note: This parameter is for advanced users* + +This sets the radio to a fixed test channel for factory testing. Using a fixed channel avoids the need for binding in factory testing. + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|TestChan1| +|2|TestChan2| +|3|TestChan3| +|4|TestChan4| +|5|TestChan5| +|6|TestChan6| +|7|TestChan7| +|8|TestChan8| + +## BRD_RADIO_TSIGCH: RSSI value channel for telemetry data on transmitter + +*Note: This parameter is for advanced users* + +Channel to show telemetry RSSI value as received by TX + +- Range: 0 16 + +## BRD_RADIO_TPPSCH: Telemetry PPS channel + +*Note: This parameter is for advanced users* + +Channel to show telemetry packets-per-second value, as received at TX + +- Range: 0 16 + +## BRD_RADIO_TXMAX: Transmitter transmit power + +*Note: This parameter is for advanced users* + +Set transmitter maximum transmit power (from 1 to 8) + +- Range: 1 8 + +## BRD_RADIO_BZOFS: Transmitter buzzer adjustment + +*Note: This parameter is for advanced users* + +Set transmitter buzzer note adjustment (adjust frequency up) + +- Range: 0 40 + +## BRD_RADIO_ABTIME: Auto-bind time + +*Note: This parameter is for advanced users* + +When non-zero this sets the time with no transmitter packets before we start looking for auto-bind packets. + +- Range: 0 120 + +## BRD_RADIO_ABLVL: Auto-bind level + +*Note: This parameter is for advanced users* + +This sets the minimum RSSI of an auto-bind packet for it to be accepted. This should be set so that auto-bind will only happen at short range to minimise the change of an auto-bind happening accidentially + +- Range: 0 31 + +# BRDRTC Parameters + +## BRD_RTC_TYPES: Allowed sources of RTC time + +*Note: This parameter is for advanced users* + +Specifies which sources of UTC time will be accepted + +- Bitmask: 0:GPS,1:MAVLINK_SYSTEM_TIME,2:HW + +## BRD_RTC_TZ_MIN: Timezone offset from UTC + +*Note: This parameter is for advanced users* + +Adds offset in +- minutes from UTC to calculate local time + +- Range: -720 +840 + +# BTN Parameters + +## BTN_ENABLE: Enable button reporting + +*Note: This parameter is for advanced users* + +This enables the button checking module. When this is disabled the parameters for setting button inputs are not visible + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## BTN_PIN1: First button Pin + +Digital pin number for first button input. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|50|AUXOUT1| +|51|AUXOUT2| +|52|AUXOUT3| +|53|AUXOUT4| +|54|AUXOUT5| +|55|AUXOUT6| + +## BTN_PIN2: Second button Pin + +Digital pin number for second button input. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|50|AUXOUT1| +|51|AUXOUT2| +|52|AUXOUT3| +|53|AUXOUT4| +|54|AUXOUT5| +|55|AUXOUT6| + +## BTN_PIN3: Third button Pin + +Digital pin number for third button input. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|50|AUXOUT1| +|51|AUXOUT2| +|52|AUXOUT3| +|53|AUXOUT4| +|54|AUXOUT5| +|55|AUXOUT6| + +## BTN_PIN4: Fourth button Pin + +Digital pin number for fourth button input. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|50|AUXOUT1| +|51|AUXOUT2| +|52|AUXOUT3| +|53|AUXOUT4| +|54|AUXOUT5| +|55|AUXOUT6| + +## BTN_REPORT_SEND: Report send time + +The duration in seconds that a BUTTON_CHANGE report is repeatedly sent to the GCS regarding a button changing state. Note that the BUTTON_CHANGE message is MAVLink2 only. + +- Range: 0 3600 + +## BTN_OPTIONS1: Button Pin 1 Options + +Options for Pin 1. PWM input detects PWM above or below 1800/1200us instead of logic level. If PWM is not detected or is less than 800us or above 2200us the button will interpreted as low. Invert changes HIGH state to be logic low voltage on pin, or below 1200us, if PWM input. + +- Bitmask: 0:PWM Input,1:InvertInput + +## BTN_OPTIONS2: Button Pin 2 Options + +Options for Pin 2. PWM input detects PWM above or below 1800/1200us instead of logic level. If PWM is not detected or is less than 800us or above 2200us the button will interpreted as low. Invert changes HIGH state to be logic low voltage on pin, or below 1200us, if PWM input. + +- Bitmask: 0:PWM Input,1:InvertInput + +## BTN_OPTIONS3: Button Pin 3 Options + +Options for Pin 3. PWM input detects PWM above or below 1800/1200us instead of logic level. If PWM is not detected or is less than 800us or above 2200us the button will interpreted as low. Invert changes HIGH state to be logic low voltage on pin, or below 1200us, if PWM input. + +- Bitmask: 0:PWM Input,1:InvertInput + +## BTN_OPTIONS4: Button Pin 4 Options + +Options for Pin 4. PWM input detects PWM above or below 1800/1200us instead of logic level. If PWM is not detected or is less than 800us or above 2200us the button will interpreted as low. Invert changes HIGH state to be logic low voltage on pin, or below 1200us, if PWM input. + +- Bitmask: 0:PWM Input,1:InvertInput + +## BTN_FUNC1: Button Pin 1 RC Channel function + +Auxiliary RC Options function executed on pin change + +|Value|Meaning| +|:---:|:---:| +|0|Do Nothing| +|4|RTL| +|5|Save Trim (4.1 and lower)| +|7|Save WP| +|9|Camera Trigger| +|11|Fence Enable| +|16|AUTO Mode| +|19|Gripper Release| +|24|Auto Mission Reset| +|27|Retract Mount1| +|28|Relay1 On/Off| +|30|Lost Rover Sound| +|31|Motor Emergency Stop| +|34|Relay2 On/Off| +|35|Relay3 On/Off| +|36|Relay4 On/Off| +|40|Proximity Avoidance Enable| +|41|ArmDisarm (4.1 and lower)| +|42|SMARTRTL Mode| +|46|RC Override Enable| +|50|LearnCruise Speed| +|51|MANUAL Mode| +|52|ACRO Mode| +|53|STEERING Mode| +|54|HOLD Mode| +|55|GUIDED Mode| +|56|LOITER Mode| +|57|FOLLOW Mode| +|58|Clear Waypoints| +|59|Simple Mode| +|62|Compass Learn| +|63|Sailboat Tack| +|65|GPS Disable| +|66|Relay5 On/Off| +|67|Relay6 On/Off| +|72|CIRCLE Mode| +|74|Sailboat motoring 3pos| +|78|RunCam Control| +|79|RunCam OSD Control| +|80|VisoOdom Align| +|81|Disarm| +|90|EKF Pos Source| +|94|VTX Power| +|97|Windvane home heading direction offset| +|100|KillIMU1| +|101|KillIMU2| +|102|Camera Mode Toggle| +|105|GPS Disable Yaw| +|106|Disable Airspeed Use| +|110|KillIMU3| +|112|SwitchExternalAHRS| +|153|ArmDisarm (4.2 and higher)| +|155|Set steering trim to current servo and RC| +|156|Torqeedo Clear Err| +|162|FFT Tune| +|163|Mount Lock| +|164|Pause Stream Logging| +|165|Arm/Emergency Motor Stop| +|166|Camera Record Video| +|167|Camera Zoom| +|168|Camera Manual Focus| +|169|Camera Auto Focus| +|171|Calibrate Compasses| +|172|Battery MPPT Enable| +|174|Camera Image Tracking| +|175|Camera Lens| +|201|Roll| +|202|Pitch| +|207|MainSail| +|208|Flap| +|211|Walking Height| +|212|Mount1 Roll| +|213|Mount1 Pitch| +|214|Mount1 Yaw| +|215|Mount2 Roll| +|216|Mount2 Pitch| +|217|Mount2 Yaw| +|300|Scripting1| +|301|Scripting2| +|302|Scripting3| +|303|Scripting4| +|304|Scripting5| +|305|Scripting6| +|306|Scripting7| +|307|Scripting8| + +## BTN_FUNC2: Button Pin 2 RC Channel function + +Auxiliary RC Options function executed on pin change + +|Value|Meaning| +|:---:|:---:| +|0|Do Nothing| +|4|RTL| +|5|Save Trim (4.1 and lower)| +|7|Save WP| +|9|Camera Trigger| +|11|Fence Enable| +|16|AUTO Mode| +|19|Gripper Release| +|24|Auto Mission Reset| +|27|Retract Mount1| +|28|Relay1 On/Off| +|30|Lost Rover Sound| +|31|Motor Emergency Stop| +|34|Relay2 On/Off| +|35|Relay3 On/Off| +|36|Relay4 On/Off| +|40|Proximity Avoidance Enable| +|41|ArmDisarm (4.1 and lower)| +|42|SMARTRTL Mode| +|46|RC Override Enable| +|50|LearnCruise Speed| +|51|MANUAL Mode| +|52|ACRO Mode| +|53|STEERING Mode| +|54|HOLD Mode| +|55|GUIDED Mode| +|56|LOITER Mode| +|57|FOLLOW Mode| +|58|Clear Waypoints| +|59|Simple Mode| +|62|Compass Learn| +|63|Sailboat Tack| +|65|GPS Disable| +|66|Relay5 On/Off| +|67|Relay6 On/Off| +|72|CIRCLE Mode| +|74|Sailboat motoring 3pos| +|78|RunCam Control| +|79|RunCam OSD Control| +|80|VisoOdom Align| +|81|Disarm| +|90|EKF Pos Source| +|94|VTX Power| +|97|Windvane home heading direction offset| +|100|KillIMU1| +|101|KillIMU2| +|102|Camera Mode Toggle| +|105|GPS Disable Yaw| +|106|Disable Airspeed Use| +|110|KillIMU3| +|112|SwitchExternalAHRS| +|153|ArmDisarm (4.2 and higher)| +|155|Set steering trim to current servo and RC| +|156|Torqeedo Clear Err| +|162|FFT Tune| +|163|Mount Lock| +|164|Pause Stream Logging| +|165|Arm/Emergency Motor Stop| +|166|Camera Record Video| +|167|Camera Zoom| +|168|Camera Manual Focus| +|169|Camera Auto Focus| +|171|Calibrate Compasses| +|172|Battery MPPT Enable| +|174|Camera Image Tracking| +|175|Camera Lens| +|201|Roll| +|202|Pitch| +|207|MainSail| +|208|Flap| +|211|Walking Height| +|212|Mount1 Roll| +|213|Mount1 Pitch| +|214|Mount1 Yaw| +|215|Mount2 Roll| +|216|Mount2 Pitch| +|217|Mount2 Yaw| +|300|Scripting1| +|301|Scripting2| +|302|Scripting3| +|303|Scripting4| +|304|Scripting5| +|305|Scripting6| +|306|Scripting7| +|307|Scripting8| + +## BTN_FUNC3: Button Pin 3 RC Channel function + +Auxiliary RC Options function executed on pin change + +|Value|Meaning| +|:---:|:---:| +|0|Do Nothing| +|4|RTL| +|5|Save Trim (4.1 and lower)| +|7|Save WP| +|9|Camera Trigger| +|11|Fence Enable| +|16|AUTO Mode| +|19|Gripper Release| +|24|Auto Mission Reset| +|27|Retract Mount1| +|28|Relay1 On/Off| +|30|Lost Rover Sound| +|31|Motor Emergency Stop| +|34|Relay2 On/Off| +|35|Relay3 On/Off| +|36|Relay4 On/Off| +|40|Proximity Avoidance Enable| +|41|ArmDisarm (4.1 and lower)| +|42|SMARTRTL Mode| +|46|RC Override Enable| +|50|LearnCruise Speed| +|51|MANUAL Mode| +|52|ACRO Mode| +|53|STEERING Mode| +|54|HOLD Mode| +|55|GUIDED Mode| +|56|LOITER Mode| +|57|FOLLOW Mode| +|58|Clear Waypoints| +|59|Simple Mode| +|62|Compass Learn| +|63|Sailboat Tack| +|65|GPS Disable| +|66|Relay5 On/Off| +|67|Relay6 On/Off| +|72|CIRCLE Mode| +|74|Sailboat motoring 3pos| +|78|RunCam Control| +|79|RunCam OSD Control| +|80|VisoOdom Align| +|81|Disarm| +|90|EKF Pos Source| +|94|VTX Power| +|97|Windvane home heading direction offset| +|100|KillIMU1| +|101|KillIMU2| +|102|Camera Mode Toggle| +|105|GPS Disable Yaw| +|106|Disable Airspeed Use| +|110|KillIMU3| +|112|SwitchExternalAHRS| +|153|ArmDisarm (4.2 and higher)| +|155|Set steering trim to current servo and RC| +|156|Torqeedo Clear Err| +|162|FFT Tune| +|163|Mount Lock| +|164|Pause Stream Logging| +|165|Arm/Emergency Motor Stop| +|166|Camera Record Video| +|167|Camera Zoom| +|168|Camera Manual Focus| +|169|Camera Auto Focus| +|171|Calibrate Compasses| +|172|Battery MPPT Enable| +|174|Camera Image Tracking| +|175|Camera Lens| +|201|Roll| +|202|Pitch| +|207|MainSail| +|208|Flap| +|211|Walking Height| +|212|Mount1 Roll| +|213|Mount1 Pitch| +|214|Mount1 Yaw| +|215|Mount2 Roll| +|216|Mount2 Pitch| +|217|Mount2 Yaw| +|300|Scripting1| +|301|Scripting2| +|302|Scripting3| +|303|Scripting4| +|304|Scripting5| +|305|Scripting6| +|306|Scripting7| +|307|Scripting8| + +## BTN_FUNC4: Button Pin 4 RC Channel function + +Auxiliary RC Options function executed on pin change + +|Value|Meaning| +|:---:|:---:| +|0|Do Nothing| +|4|RTL| +|5|Save Trim (4.1 and lower)| +|7|Save WP| +|9|Camera Trigger| +|11|Fence Enable| +|16|AUTO Mode| +|19|Gripper Release| +|24|Auto Mission Reset| +|27|Retract Mount1| +|28|Relay1 On/Off| +|30|Lost Rover Sound| +|31|Motor Emergency Stop| +|34|Relay2 On/Off| +|35|Relay3 On/Off| +|36|Relay4 On/Off| +|40|Proximity Avoidance Enable| +|41|ArmDisarm (4.1 and lower)| +|42|SMARTRTL Mode| +|46|RC Override Enable| +|50|LearnCruise Speed| +|51|MANUAL Mode| +|52|ACRO Mode| +|53|STEERING Mode| +|54|HOLD Mode| +|55|GUIDED Mode| +|56|LOITER Mode| +|57|FOLLOW Mode| +|58|Clear Waypoints| +|59|Simple Mode| +|62|Compass Learn| +|63|Sailboat Tack| +|65|GPS Disable| +|66|Relay5 On/Off| +|67|Relay6 On/Off| +|72|CIRCLE Mode| +|74|Sailboat motoring 3pos| +|78|RunCam Control| +|79|RunCam OSD Control| +|80|VisoOdom Align| +|81|Disarm| +|90|EKF Pos Source| +|94|VTX Power| +|97|Windvane home heading direction offset| +|100|KillIMU1| +|101|KillIMU2| +|102|Camera Mode Toggle| +|105|GPS Disable Yaw| +|106|Disable Airspeed Use| +|110|KillIMU3| +|112|SwitchExternalAHRS| +|153|ArmDisarm (4.2 and higher)| +|155|Set steering trim to current servo and RC| +|156|Torqeedo Clear Err| +|162|FFT Tune| +|163|Mount Lock| +|164|Pause Stream Logging| +|165|Arm/Emergency Motor Stop| +|166|Camera Record Video| +|167|Camera Zoom| +|168|Camera Manual Focus| +|169|Camera Auto Focus| +|171|Calibrate Compasses| +|172|Battery MPPT Enable| +|174|Camera Image Tracking| +|175|Camera Lens| +|201|Roll| +|202|Pitch| +|207|MainSail| +|208|Flap| +|211|Walking Height| +|212|Mount1 Roll| +|213|Mount1 Pitch| +|214|Mount1 Yaw| +|215|Mount2 Roll| +|216|Mount2 Pitch| +|217|Mount2 Yaw| +|300|Scripting1| +|301|Scripting2| +|302|Scripting3| +|303|Scripting4| +|304|Scripting5| +|305|Scripting6| +|306|Scripting7| +|307|Scripting8| + +# CAM Parameters + +## CAM_MAX_ROLL: Maximum photo roll angle. + +Postpone shooting if roll is greater than limit. (0=Disable, will shoot regardless of roll). + +- Units: deg + +- Range: 0 180 + +## CAM_AUTO_ONLY: Distance-trigging in AUTO mode only + +When enabled, trigging by distance is done in AUTO mode only. + +|Value|Meaning| +|:---:|:---:| +|0|Always| +|1|Only when in AUTO| + +# CAM1 Parameters + +## CAM1_TYPE: Camera shutter (trigger) type + +how to trigger the camera to take a picture + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Servo| +|2|Relay| +|3|GoPro in Solo Gimbal| +|4|Mount (Siyi)| +|5|MAVLink| +|6|MAVLinkCamV2| +|7|Scripting| + +## CAM1_DURATION: Camera shutter duration held open + +Duration in seconds that the camera shutter is held open + +- Units: s + +- Range: 0 5 + +## CAM1_SERVO_ON: Camera servo ON PWM value + +PWM value in microseconds to move servo to when shutter is activated + +- Units: PWM + +- Range: 1000 2000 + +## CAM1_SERVO_OFF: Camera servo OFF PWM value + +PWM value in microseconds to move servo to when shutter is deactivated + +- Units: PWM + +- Range: 1000 2000 + +## CAM1_TRIGG_DIST: Camera trigger distance + +Distance in meters between camera triggers. If this value is non-zero then the camera will trigger whenever the position changes by this number of meters regardless of what mode the APM is in. Note that this parameter can also be set in an auto mission using the DO_SET_CAM_TRIGG_DIST command, allowing you to enable/disable the triggering of the camera during the flight. + +- Units: m + +- Range: 0 1000 + +## CAM1_RELAY_ON: Camera relay ON value + +This sets whether the relay goes high or low when it triggers. Note that you should also set RELAY_DEFAULT appropriately for your camera + +|Value|Meaning| +|:---:|:---:| +|0|Low| +|1|High| + +## CAM1_INTRVAL_MIN: Camera minimum time interval between photos + +Postpone shooting if previous picture was taken less than this many seconds ago + +- Units: s + +- Range: 0 10 + +## CAM1_FEEDBAK_PIN: Camera feedback pin + +pin number to use for save accurate camera feedback messages. If set to -1 then don't use a pin flag for this, otherwise this is a pin number which if held high after a picture trigger order, will save camera messages when camera really takes a picture. A universal camera hot shoe is needed. The pin should be held high for at least 2 milliseconds for reliable trigger detection. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot. See also the CAMx_FEEDBCK_POL option. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|50|AUX1| +|51|AUX2| +|52|AUX3| +|53|AUX4| +|54|AUX5| +|55|AUX6| + +- RebootRequired: True + +## CAM1_FEEDBAK_POL: Camera feedback pin polarity + +Polarity for feedback pin. If this is 1 then the feedback pin should go high on trigger. If set to 0 then it should go low + +|Value|Meaning| +|:---:|:---:| +|0|TriggerLow| +|1|TriggerHigh| + +## CAM1_OPTIONS: Camera options + +Camera options bitmask + +- Bitmask: 0:Recording Starts at arming and stops at disarming + +## CAM1_MNT_INST: Camera Mount instance + +Mount instance camera is associated with. 0 means camera and mount have identical instance numbers e.g. camera1 and mount1 + +## CAM1_HFOV: Camera horizontal field of view + +Camera horizontal field of view. 0 if unknown + +- Units: deg + +- Range: 0 360 + +## CAM1_VFOV: Camera vertical field of view + +Camera vertical field of view. 0 if unknown + +- Units: deg + +- Range: 0 180 + +# CAM2 Parameters + +## CAM2_TYPE: Camera shutter (trigger) type + +how to trigger the camera to take a picture + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Servo| +|2|Relay| +|3|GoPro in Solo Gimbal| +|4|Mount (Siyi)| +|5|MAVLink| +|6|MAVLinkCamV2| +|7|Scripting| + +## CAM2_DURATION: Camera shutter duration held open + +Duration in seconds that the camera shutter is held open + +- Units: s + +- Range: 0 5 + +## CAM2_SERVO_ON: Camera servo ON PWM value + +PWM value in microseconds to move servo to when shutter is activated + +- Units: PWM + +- Range: 1000 2000 + +## CAM2_SERVO_OFF: Camera servo OFF PWM value + +PWM value in microseconds to move servo to when shutter is deactivated + +- Units: PWM + +- Range: 1000 2000 + +## CAM2_TRIGG_DIST: Camera trigger distance + +Distance in meters between camera triggers. If this value is non-zero then the camera will trigger whenever the position changes by this number of meters regardless of what mode the APM is in. Note that this parameter can also be set in an auto mission using the DO_SET_CAM_TRIGG_DIST command, allowing you to enable/disable the triggering of the camera during the flight. + +- Units: m + +- Range: 0 1000 + +## CAM2_RELAY_ON: Camera relay ON value + +This sets whether the relay goes high or low when it triggers. Note that you should also set RELAY_DEFAULT appropriately for your camera + +|Value|Meaning| +|:---:|:---:| +|0|Low| +|1|High| + +## CAM2_INTRVAL_MIN: Camera minimum time interval between photos + +Postpone shooting if previous picture was taken less than this many seconds ago + +- Units: s + +- Range: 0 10 + +## CAM2_FEEDBAK_PIN: Camera feedback pin + +pin number to use for save accurate camera feedback messages. If set to -1 then don't use a pin flag for this, otherwise this is a pin number which if held high after a picture trigger order, will save camera messages when camera really takes a picture. A universal camera hot shoe is needed. The pin should be held high for at least 2 milliseconds for reliable trigger detection. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot. See also the CAMx_FEEDBCK_POL option. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|50|AUX1| +|51|AUX2| +|52|AUX3| +|53|AUX4| +|54|AUX5| +|55|AUX6| + +- RebootRequired: True + +## CAM2_FEEDBAK_POL: Camera feedback pin polarity + +Polarity for feedback pin. If this is 1 then the feedback pin should go high on trigger. If set to 0 then it should go low + +|Value|Meaning| +|:---:|:---:| +|0|TriggerLow| +|1|TriggerHigh| + +## CAM2_OPTIONS: Camera options + +Camera options bitmask + +- Bitmask: 0:Recording Starts at arming and stops at disarming + +## CAM2_MNT_INST: Camera Mount instance + +Mount instance camera is associated with. 0 means camera and mount have identical instance numbers e.g. camera1 and mount1 + +## CAM2_HFOV: Camera horizontal field of view + +Camera horizontal field of view. 0 if unknown + +- Units: deg + +- Range: 0 360 + +## CAM2_VFOV: Camera vertical field of view + +Camera vertical field of view. 0 if unknown + +- Units: deg + +- Range: 0 180 + +# CAMRC Parameters + +## CAM_RC_TYPE: RunCam device type + +RunCam device type used to determine OSD menu structure and shutter options. + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|RunCam Split Micro/RunCam with UART| +|2|RunCam Split| +|3|RunCam Split4 4k| +|4|RunCam Hybrid/RunCam Thumb Pro| +|5|Runcam 2 4k| + +## CAM_RC_FEATURES: RunCam features available + +*Note: This parameter is for advanced users* + +The available features of the attached RunCam device. If 0 then the RunCam device will be queried for the features it supports, otherwise this setting is used. + +- Bitmask: 0:Power Button,1:WiFi Button,2:Change Mode,3:5-Key OSD,4:Settings Access,5:DisplayPort,6:Start Recording,7:Stop Recording + +## CAM_RC_BT_DELAY: RunCam boot delay before allowing updates + +*Note: This parameter is for advanced users* + +Time it takes for the RunCam to become fully ready in ms. If this is too short then commands can get out of sync. + +## CAM_RC_BTN_DELAY: RunCam button delay before allowing further button presses + +*Note: This parameter is for advanced users* + +Time it takes for the a RunCam button press to be actived in ms. If this is too short then commands can get out of sync. + +## CAM_RC_MDE_DELAY: RunCam mode delay before allowing further button presses + +*Note: This parameter is for advanced users* + +Time it takes for the a RunCam mode button press to be actived in ms. If a mode change first requires a video recording change then double this value is used. If this is too short then commands can get out of sync. + +## CAM_RC_CONTROL: RunCam control option + +*Note: This parameter is for advanced users* + +Specifies the allowed actions required to enter the OSD menu and other option like autorecording + +- Bitmask: 0:Stick yaw right,1:Stick roll right,2:3-position switch,3:2-position switch,4:Autorecording enabled + +# CAN Parameters + +## CAN_LOGLEVEL: Loglevel + +*Note: This parameter is for advanced users* + +Loglevel for recording initialisation and debug information from CAN Interface + +- Range: 0 4 + +|Value|Meaning| +|:---:|:---:| +|0|Log None| +|1|Log Error| +|2|Log Warning and below| +|3|Log Info and below| +|4|Log Everything| + +# CAND1 Parameters + +## CAN_D1_PROTOCOL: Enable use of specific protocol over virtual driver + +*Note: This parameter is for advanced users* + +Enabling this option starts selected protocol that will use this virtual driver + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|DroneCAN| +|4|PiccoloCAN| +|6|EFI_NWPMU| +|7|USD1| +|8|KDECAN| +|10|Scripting| +|11|Benewake| +|12|Scripting2| +|13|TOFSenseP| +|14|NanoRadar_NRA24| + +- RebootRequired: True + +## CAN_D1_PROTOCOL2: Secondary protocol with 11 bit CAN addressing + +*Note: This parameter is for advanced users* + +Secondary protocol with 11 bit CAN addressing + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|7|USD1| +|10|Scripting| +|11|Benewake| +|12|Scripting2| +|13|TOFSenseP| +|14|NanoRadar_NRA24| + +- RebootRequired: True + +# CAND1PC Parameters + +## CAN_D1_PC_ESC_BM: ESC channels + +*Note: This parameter is for advanced users* + +Bitmask defining which ESC (motor) channels are to be transmitted over Piccolo CAN + +- Bitmask: 0: ESC 1, 1: ESC 2, 2: ESC 3, 3: ESC 4, 4: ESC 5, 5: ESC 6, 6: ESC 7, 7: ESC 8, 8: ESC 9, 9: ESC 10, 10: ESC 11, 11: ESC 12, 12: ESC 13, 13: ESC 14, 14: ESC 15, 15: ESC 16, 16: ESC 17, 17: ESC 18, 18: ESC 19, 19: ESC 20, 20: ESC 21, 21: ESC 22, 22: ESC 23, 23: ESC 24, 24: ESC 25, 25: ESC 26, 26: ESC 27, 27: ESC 28, 28: ESC 29, 29: ESC 30, 30: ESC 31, 31: ESC 32 + +## CAN_D1_PC_ESC_RT: ESC output rate + +*Note: This parameter is for advanced users* + +Output rate of ESC command messages + +- Units: Hz + +- Range: 1 500 + +## CAN_D1_PC_SRV_BM: Servo channels + +*Note: This parameter is for advanced users* + +Bitmask defining which servo channels are to be transmitted over Piccolo CAN + +- Bitmask: 0: Servo 1, 1: Servo 2, 2: Servo 3, 3: Servo 4, 4: Servo 5, 5: Servo 6, 6: Servo 7, 7: Servo 8, 8: Servo 9, 9: Servo 10, 10: Servo 11, 11: Servo 12, 12: Servo 13, 13: Servo 14, 14: Servo 15, 15: Servo 16 + +## CAN_D1_PC_SRV_RT: Servo command output rate + +*Note: This parameter is for advanced users* + +Output rate of servo command messages + +- Units: Hz + +- Range: 1 500 + +## CAN_D1_PC_ECU_ID: ECU Node ID + +*Note: This parameter is for advanced users* + +Node ID to send ECU throttle messages to. Set to zero to disable ECU throttle messages. Set to 255 to broadcast to all ECUs. + +- Range: 0 255 + +## CAN_D1_PC_ECU_RT: ECU command output rate + +*Note: This parameter is for advanced users* + +Output rate of ECU command messages + +- Units: Hz + +- Range: 1 500 + +# CAND1UC Parameters + +## CAN_D1_UC_NODE: DroneCAN node that is used for this network + +*Note: This parameter is for advanced users* + +DroneCAN node should be set implicitly + +- Range: 1 250 + +## CAN_D1_UC_SRV_BM: Output channels to be transmitted as servo over DroneCAN + +Bitmask with one set for channel to be transmitted as a servo command over DroneCAN + +- Bitmask: 0: Servo 1, 1: Servo 2, 2: Servo 3, 3: Servo 4, 4: Servo 5, 5: Servo 6, 6: Servo 7, 7: Servo 8, 8: Servo 9, 9: Servo 10, 10: Servo 11, 11: Servo 12, 12: Servo 13, 13: Servo 14, 14: Servo 15, 15: Servo 16, 16: Servo 17, 17: Servo 18, 18: Servo 19, 19: Servo 20, 20: Servo 21, 21: Servo 22, 22: Servo 23, 23: Servo 24, 24: Servo 25, 25: Servo 26, 26: Servo 27, 27: Servo 28, 28: Servo 29, 29: Servo 30, 30: Servo 31, 31: Servo 32 + +## CAN_D1_UC_ESC_BM: Output channels to be transmitted as ESC over DroneCAN + +*Note: This parameter is for advanced users* + +Bitmask with one set for channel to be transmitted as a ESC command over DroneCAN + +- Bitmask: 0: ESC 1, 1: ESC 2, 2: ESC 3, 3: ESC 4, 4: ESC 5, 5: ESC 6, 6: ESC 7, 7: ESC 8, 8: ESC 9, 9: ESC 10, 10: ESC 11, 11: ESC 12, 12: ESC 13, 13: ESC 14, 14: ESC 15, 15: ESC 16, 16: ESC 17, 17: ESC 18, 18: ESC 19, 19: ESC 20, 20: ESC 21, 21: ESC 22, 22: ESC 23, 23: ESC 24, 24: ESC 25, 25: ESC 26, 26: ESC 27, 27: ESC 28, 28: ESC 29, 29: ESC 30, 30: ESC 31, 31: ESC 32 + +## CAN_D1_UC_SRV_RT: Servo output rate + +*Note: This parameter is for advanced users* + +Maximum transmit rate for servo outputs + +- Range: 1 200 + +- Units: Hz + +## CAN_D1_UC_OPTION: DroneCAN options + +*Note: This parameter is for advanced users* + +Option flags + +- Bitmask: 0:ClearDNADatabase,1:IgnoreDNANodeConflicts,2:EnableCanfd,3:IgnoreDNANodeUnhealthy,4:SendServoAsPWM,5:SendGNSS,6:UseHimarkServo,7:HobbyWingESC,8:EnableStats + +## CAN_D1_UC_NTF_RT: Notify State rate + +*Note: This parameter is for advanced users* + +Maximum transmit rate for Notify State Message + +- Range: 1 200 + +- Units: Hz + +## CAN_D1_UC_ESC_OF: ESC Output channels offset + +*Note: This parameter is for advanced users* + +Offset for ESC numbering in DroneCAN ESC RawCommand messages. This allows for more efficient packing of ESC command messages. If your ESCs are on servo functions 5 to 8 and you set this parameter to 4 then the ESC RawCommand will be sent with the first 4 slots filled. This can be used for more efficient usage of CAN bandwidth + +- Range: 0 18 + +## CAN_D1_UC_POOL: CAN pool size + +*Note: This parameter is for advanced users* + +Amount of memory in bytes to allocate for the DroneCAN memory pool. More memory is needed for higher CAN bus loads + +- Range: 1024 16384 + +## CAN_D1_UC_ESC_RV: Bitmask for output channels for reversible ESCs over DroneCAN. + +*Note: This parameter is for advanced users* + +Bitmask with one set for each output channel that uses a reversible ESC over DroneCAN. Reversible ESCs use both positive and negative values in RawCommands, with positive commanding the forward direction and negative commanding the reverse direction. + +- Bitmask: 0: ESC 1, 1: ESC 2, 2: ESC 3, 3: ESC 4, 4: ESC 5, 5: ESC 6, 6: ESC 7, 7: ESC 8, 8: ESC 9, 9: ESC 10, 10: ESC 11, 11: ESC 12, 12: ESC 13, 13: ESC 14, 14: ESC 15, 15: ESC 16, 16: ESC 17, 17: ESC 18, 18: ESC 19, 19: ESC 20, 20: ESC 21, 21: ESC 22, 22: ESC 23, 23: ESC 24, 24: ESC 25, 25: ESC 26, 26: ESC 27, 27: ESC 28, 28: ESC 29, 29: ESC 30, 30: ESC 31, 31: ESC 32 + +## CAN_D1_UC_RLY_RT: DroneCAN relay output rate + +*Note: This parameter is for advanced users* + +Maximum transmit rate for relay outputs, note that this rate is per message each message does 1 relay, so if with more relays will take longer to update at the same rate, a extra message will be sent when a relay changes state + +- Range: 0 200 + +- Units: Hz + +## CAN_D1_UC_SER_EN: DroneCAN Serial enable + +*Note: This parameter is for advanced users* + +Enable DroneCAN virtual serial ports + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +- RebootRequired: True + +## CAN_D1_UC_S1_NOD: Serial CAN remote node number + +*Note: This parameter is for advanced users* + +CAN remote node number for serial port + +- Range: 0 127 + +- RebootRequired: True + +## CAN_D1_UC_S1_IDX: DroneCAN Serial1 index + +*Note: This parameter is for advanced users* + +Serial port number on remote CAN node + +- Range: 0 100 + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|0|Serial0| +|1|Serial1| +|2|Serial2| +|3|Serial3| +|4|Serial4| +|5|Serial5| +|6|Serial6| + +- RebootRequired: True + +## CAN_D1_UC_S1_BD: DroneCAN Serial default baud rate + +*Note: This parameter is for advanced users* + +Serial baud rate on remote CAN node + +- RebootRequired: True + +|Value|Meaning| +|:---:|:---:| +|1|1200| +|2|2400| +|4|4800| +|9|9600| +|19|19200| +|38|38400| +|57|57600| +|111|111100| +|115|115200| +|230|230400| +|256|256000| +|460|460800| +|500|500000| +|921|921600| +|1500|1500000| +|2000|2000000| + +## CAN_D1_UC_S1_PRO: Serial protocol of DroneCAN serial port + +*Note: This parameter is for advanced users* + +Serial protocol of DroneCAN serial port + +- RebootRequired: True + +|Value|Meaning| +|:---:|:---:| +|-1|None| +|1|MAVLink1| +|2|MAVLink2| +|3|Frsky D| +|4|Frsky SPort| +|5|GPS| +|7|Alexmos Gimbal Serial| +|8|Gimbal| +|9|Rangefinder| +|10|FrSky SPort Passthrough (OpenTX)| +|11|Lidar360| +|13|Beacon| +|14|Volz servo out| +|15|SBus servo out| +|16|ESC Telemetry| +|17|Devo Telemetry| +|18|OpticalFlow| +|19|RobotisServo| +|20|NMEA Output| +|21|WindVane| +|22|SLCAN| +|23|RCIN| +|24|EFI Serial| +|25|LTM| +|26|RunCam| +|27|HottTelem| +|28|Scripting| +|29|Crossfire VTX| +|30|Generator| +|31|Winch| +|32|MSP| +|33|DJI FPV| +|34|AirSpeed| +|35|ADSB| +|36|AHRS| +|37|SmartAudio| +|38|FETtecOneWire| +|39|Torqeedo| +|40|AIS| +|41|CoDevESC| +|42|DisplayPort| +|43|MAVLink High Latency| +|44|IRC Tramp| +|45|DDS XRCE| +|46|IMUDATA| + +## CAN_D1_UC_S2_NOD: Serial CAN remote node number + +*Note: This parameter is for advanced users* + +CAN remote node number for serial port + +- Range: 0 127 + +- RebootRequired: True + +## CAN_D1_UC_S2_IDX: Serial port number on remote CAN node + +*Note: This parameter is for advanced users* + +Serial port number on remote CAN node + +- Range: 0 100 + +- RebootRequired: True + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|0|Serial0| +|1|Serial1| +|2|Serial2| +|3|Serial3| +|4|Serial4| +|5|Serial5| +|6|Serial6| + +## CAN_D1_UC_S2_BD: DroneCAN Serial default baud rate + +*Note: This parameter is for advanced users* + +Serial baud rate on remote CAN node + +- RebootRequired: True + +|Value|Meaning| +|:---:|:---:| +|1|1200| +|2|2400| +|4|4800| +|9|9600| +|19|19200| +|38|38400| +|57|57600| +|111|111100| +|115|115200| +|230|230400| +|256|256000| +|460|460800| +|500|500000| +|921|921600| +|1500|1500000| +|2000|2000000| + +## CAN_D1_UC_S2_PRO: Serial protocol of DroneCAN serial port + +*Note: This parameter is for advanced users* + +Serial protocol of DroneCAN serial port + +- RebootRequired: True + +|Value|Meaning| +|:---:|:---:| +|-1|None| +|1|MAVLink1| +|2|MAVLink2| +|3|Frsky D| +|4|Frsky SPort| +|5|GPS| +|7|Alexmos Gimbal Serial| +|8|Gimbal| +|9|Rangefinder| +|10|FrSky SPort Passthrough (OpenTX)| +|11|Lidar360| +|13|Beacon| +|14|Volz servo out| +|15|SBus servo out| +|16|ESC Telemetry| +|17|Devo Telemetry| +|18|OpticalFlow| +|19|RobotisServo| +|20|NMEA Output| +|21|WindVane| +|22|SLCAN| +|23|RCIN| +|24|EFI Serial| +|25|LTM| +|26|RunCam| +|27|HottTelem| +|28|Scripting| +|29|Crossfire VTX| +|30|Generator| +|31|Winch| +|32|MSP| +|33|DJI FPV| +|34|AirSpeed| +|35|ADSB| +|36|AHRS| +|37|SmartAudio| +|38|FETtecOneWire| +|39|Torqeedo| +|40|AIS| +|41|CoDevESC| +|42|DisplayPort| +|43|MAVLink High Latency| +|44|IRC Tramp| +|45|DDS XRCE| +|46|IMUDATA| + +## CAN_D1_UC_S3_NOD: Serial CAN remote node number + +*Note: This parameter is for advanced users* + +CAN node number for serial port + +- Range: 0 127 + +- RebootRequired: True + +## CAN_D1_UC_S3_IDX: Serial port number on remote CAN node + +*Note: This parameter is for advanced users* + +Serial port number on remote CAN node + +- Range: 0 100 + +- RebootRequired: True + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|0|Serial0| +|1|Serial1| +|2|Serial2| +|3|Serial3| +|4|Serial4| +|5|Serial5| +|6|Serial6| + +## CAN_D1_UC_S3_BD: Serial baud rate on remote CAN node + +*Note: This parameter is for advanced users* + +Serial baud rate on remote CAN node + +- RebootRequired: True + +|Value|Meaning| +|:---:|:---:| +|1|1200| +|2|2400| +|4|4800| +|9|9600| +|19|19200| +|38|38400| +|57|57600| +|111|111100| +|115|115200| +|230|230400| +|256|256000| +|460|460800| +|500|500000| +|921|921600| +|1500|1500000| +|2000|2000000| + +## CAN_D1_UC_S3_PRO: Serial protocol of DroneCAN serial port + +*Note: This parameter is for advanced users* + +Serial protocol of DroneCAN serial port + +- RebootRequired: True + +|Value|Meaning| +|:---:|:---:| +|-1|None| +|1|MAVLink1| +|2|MAVLink2| +|3|Frsky D| +|4|Frsky SPort| +|5|GPS| +|7|Alexmos Gimbal Serial| +|8|Gimbal| +|9|Rangefinder| +|10|FrSky SPort Passthrough (OpenTX)| +|11|Lidar360| +|13|Beacon| +|14|Volz servo out| +|15|SBus servo out| +|16|ESC Telemetry| +|17|Devo Telemetry| +|18|OpticalFlow| +|19|RobotisServo| +|20|NMEA Output| +|21|WindVane| +|22|SLCAN| +|23|RCIN| +|24|EFI Serial| +|25|LTM| +|26|RunCam| +|27|HottTelem| +|28|Scripting| +|29|Crossfire VTX| +|30|Generator| +|31|Winch| +|32|MSP| +|33|DJI FPV| +|34|AirSpeed| +|35|ADSB| +|36|AHRS| +|37|SmartAudio| +|38|FETtecOneWire| +|39|Torqeedo| +|40|AIS| +|41|CoDevESC| +|42|DisplayPort| +|43|MAVLink High Latency| +|44|IRC Tramp| +|45|DDS XRCE| +|46|IMUDATA| + +# CAND2 Parameters + +## CAN_D2_PROTOCOL: Enable use of specific protocol over virtual driver + +*Note: This parameter is for advanced users* + +Enabling this option starts selected protocol that will use this virtual driver + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|DroneCAN| +|4|PiccoloCAN| +|6|EFI_NWPMU| +|7|USD1| +|8|KDECAN| +|10|Scripting| +|11|Benewake| +|12|Scripting2| +|13|TOFSenseP| +|14|NanoRadar_NRA24| + +- RebootRequired: True + +## CAN_D2_PROTOCOL2: Secondary protocol with 11 bit CAN addressing + +*Note: This parameter is for advanced users* + +Secondary protocol with 11 bit CAN addressing + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|7|USD1| +|10|Scripting| +|11|Benewake| +|12|Scripting2| +|13|TOFSenseP| +|14|NanoRadar_NRA24| + +- RebootRequired: True + +# CAND2PC Parameters + +## CAN_D2_PC_ESC_BM: ESC channels + +*Note: This parameter is for advanced users* + +Bitmask defining which ESC (motor) channels are to be transmitted over Piccolo CAN + +- Bitmask: 0: ESC 1, 1: ESC 2, 2: ESC 3, 3: ESC 4, 4: ESC 5, 5: ESC 6, 6: ESC 7, 7: ESC 8, 8: ESC 9, 9: ESC 10, 10: ESC 11, 11: ESC 12, 12: ESC 13, 13: ESC 14, 14: ESC 15, 15: ESC 16, 16: ESC 17, 17: ESC 18, 18: ESC 19, 19: ESC 20, 20: ESC 21, 21: ESC 22, 22: ESC 23, 23: ESC 24, 24: ESC 25, 25: ESC 26, 26: ESC 27, 27: ESC 28, 28: ESC 29, 29: ESC 30, 30: ESC 31, 31: ESC 32 + +## CAN_D2_PC_ESC_RT: ESC output rate + +*Note: This parameter is for advanced users* + +Output rate of ESC command messages + +- Units: Hz + +- Range: 1 500 + +## CAN_D2_PC_SRV_BM: Servo channels + +*Note: This parameter is for advanced users* + +Bitmask defining which servo channels are to be transmitted over Piccolo CAN + +- Bitmask: 0: Servo 1, 1: Servo 2, 2: Servo 3, 3: Servo 4, 4: Servo 5, 5: Servo 6, 6: Servo 7, 7: Servo 8, 8: Servo 9, 9: Servo 10, 10: Servo 11, 11: Servo 12, 12: Servo 13, 13: Servo 14, 14: Servo 15, 15: Servo 16 + +## CAN_D2_PC_SRV_RT: Servo command output rate + +*Note: This parameter is for advanced users* + +Output rate of servo command messages + +- Units: Hz + +- Range: 1 500 + +## CAN_D2_PC_ECU_ID: ECU Node ID + +*Note: This parameter is for advanced users* + +Node ID to send ECU throttle messages to. Set to zero to disable ECU throttle messages. Set to 255 to broadcast to all ECUs. + +- Range: 0 255 + +## CAN_D2_PC_ECU_RT: ECU command output rate + +*Note: This parameter is for advanced users* + +Output rate of ECU command messages + +- Units: Hz + +- Range: 1 500 + +# CAND2UC Parameters + +## CAN_D2_UC_NODE: DroneCAN node that is used for this network + +*Note: This parameter is for advanced users* + +DroneCAN node should be set implicitly + +- Range: 1 250 + +## CAN_D2_UC_SRV_BM: Output channels to be transmitted as servo over DroneCAN + +Bitmask with one set for channel to be transmitted as a servo command over DroneCAN + +- Bitmask: 0: Servo 1, 1: Servo 2, 2: Servo 3, 3: Servo 4, 4: Servo 5, 5: Servo 6, 6: Servo 7, 7: Servo 8, 8: Servo 9, 9: Servo 10, 10: Servo 11, 11: Servo 12, 12: Servo 13, 13: Servo 14, 14: Servo 15, 15: Servo 16, 16: Servo 17, 17: Servo 18, 18: Servo 19, 19: Servo 20, 20: Servo 21, 21: Servo 22, 22: Servo 23, 23: Servo 24, 24: Servo 25, 25: Servo 26, 26: Servo 27, 27: Servo 28, 28: Servo 29, 29: Servo 30, 30: Servo 31, 31: Servo 32 + +## CAN_D2_UC_ESC_BM: Output channels to be transmitted as ESC over DroneCAN + +*Note: This parameter is for advanced users* + +Bitmask with one set for channel to be transmitted as a ESC command over DroneCAN + +- Bitmask: 0: ESC 1, 1: ESC 2, 2: ESC 3, 3: ESC 4, 4: ESC 5, 5: ESC 6, 6: ESC 7, 7: ESC 8, 8: ESC 9, 9: ESC 10, 10: ESC 11, 11: ESC 12, 12: ESC 13, 13: ESC 14, 14: ESC 15, 15: ESC 16, 16: ESC 17, 17: ESC 18, 18: ESC 19, 19: ESC 20, 20: ESC 21, 21: ESC 22, 22: ESC 23, 23: ESC 24, 24: ESC 25, 25: ESC 26, 26: ESC 27, 27: ESC 28, 28: ESC 29, 29: ESC 30, 30: ESC 31, 31: ESC 32 + +## CAN_D2_UC_SRV_RT: Servo output rate + +*Note: This parameter is for advanced users* + +Maximum transmit rate for servo outputs + +- Range: 1 200 + +- Units: Hz + +## CAN_D2_UC_OPTION: DroneCAN options + +*Note: This parameter is for advanced users* + +Option flags + +- Bitmask: 0:ClearDNADatabase,1:IgnoreDNANodeConflicts,2:EnableCanfd,3:IgnoreDNANodeUnhealthy,4:SendServoAsPWM,5:SendGNSS,6:UseHimarkServo,7:HobbyWingESC,8:EnableStats + +## CAN_D2_UC_NTF_RT: Notify State rate + +*Note: This parameter is for advanced users* + +Maximum transmit rate for Notify State Message + +- Range: 1 200 + +- Units: Hz + +## CAN_D2_UC_ESC_OF: ESC Output channels offset + +*Note: This parameter is for advanced users* + +Offset for ESC numbering in DroneCAN ESC RawCommand messages. This allows for more efficient packing of ESC command messages. If your ESCs are on servo functions 5 to 8 and you set this parameter to 4 then the ESC RawCommand will be sent with the first 4 slots filled. This can be used for more efficient usage of CAN bandwidth + +- Range: 0 18 + +## CAN_D2_UC_POOL: CAN pool size + +*Note: This parameter is for advanced users* + +Amount of memory in bytes to allocate for the DroneCAN memory pool. More memory is needed for higher CAN bus loads + +- Range: 1024 16384 + +## CAN_D2_UC_ESC_RV: Bitmask for output channels for reversible ESCs over DroneCAN. + +*Note: This parameter is for advanced users* + +Bitmask with one set for each output channel that uses a reversible ESC over DroneCAN. Reversible ESCs use both positive and negative values in RawCommands, with positive commanding the forward direction and negative commanding the reverse direction. + +- Bitmask: 0: ESC 1, 1: ESC 2, 2: ESC 3, 3: ESC 4, 4: ESC 5, 5: ESC 6, 6: ESC 7, 7: ESC 8, 8: ESC 9, 9: ESC 10, 10: ESC 11, 11: ESC 12, 12: ESC 13, 13: ESC 14, 14: ESC 15, 15: ESC 16, 16: ESC 17, 17: ESC 18, 18: ESC 19, 19: ESC 20, 20: ESC 21, 21: ESC 22, 22: ESC 23, 23: ESC 24, 24: ESC 25, 25: ESC 26, 26: ESC 27, 27: ESC 28, 28: ESC 29, 29: ESC 30, 30: ESC 31, 31: ESC 32 + +## CAN_D2_UC_RLY_RT: DroneCAN relay output rate + +*Note: This parameter is for advanced users* + +Maximum transmit rate for relay outputs, note that this rate is per message each message does 1 relay, so if with more relays will take longer to update at the same rate, a extra message will be sent when a relay changes state + +- Range: 0 200 + +- Units: Hz + +## CAN_D2_UC_SER_EN: DroneCAN Serial enable + +*Note: This parameter is for advanced users* + +Enable DroneCAN virtual serial ports + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +- RebootRequired: True + +## CAN_D2_UC_S1_NOD: Serial CAN remote node number + +*Note: This parameter is for advanced users* + +CAN remote node number for serial port + +- Range: 0 127 + +- RebootRequired: True + +## CAN_D2_UC_S1_IDX: DroneCAN Serial1 index + +*Note: This parameter is for advanced users* + +Serial port number on remote CAN node + +- Range: 0 100 + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|0|Serial0| +|1|Serial1| +|2|Serial2| +|3|Serial3| +|4|Serial4| +|5|Serial5| +|6|Serial6| + +- RebootRequired: True + +## CAN_D2_UC_S1_BD: DroneCAN Serial default baud rate + +*Note: This parameter is for advanced users* + +Serial baud rate on remote CAN node + +- RebootRequired: True + +|Value|Meaning| +|:---:|:---:| +|1|1200| +|2|2400| +|4|4800| +|9|9600| +|19|19200| +|38|38400| +|57|57600| +|111|111100| +|115|115200| +|230|230400| +|256|256000| +|460|460800| +|500|500000| +|921|921600| +|1500|1500000| +|2000|2000000| + +## CAN_D2_UC_S1_PRO: Serial protocol of DroneCAN serial port + +*Note: This parameter is for advanced users* + +Serial protocol of DroneCAN serial port + +- RebootRequired: True + +|Value|Meaning| +|:---:|:---:| +|-1|None| +|1|MAVLink1| +|2|MAVLink2| +|3|Frsky D| +|4|Frsky SPort| +|5|GPS| +|7|Alexmos Gimbal Serial| +|8|Gimbal| +|9|Rangefinder| +|10|FrSky SPort Passthrough (OpenTX)| +|11|Lidar360| +|13|Beacon| +|14|Volz servo out| +|15|SBus servo out| +|16|ESC Telemetry| +|17|Devo Telemetry| +|18|OpticalFlow| +|19|RobotisServo| +|20|NMEA Output| +|21|WindVane| +|22|SLCAN| +|23|RCIN| +|24|EFI Serial| +|25|LTM| +|26|RunCam| +|27|HottTelem| +|28|Scripting| +|29|Crossfire VTX| +|30|Generator| +|31|Winch| +|32|MSP| +|33|DJI FPV| +|34|AirSpeed| +|35|ADSB| +|36|AHRS| +|37|SmartAudio| +|38|FETtecOneWire| +|39|Torqeedo| +|40|AIS| +|41|CoDevESC| +|42|DisplayPort| +|43|MAVLink High Latency| +|44|IRC Tramp| +|45|DDS XRCE| +|46|IMUDATA| + +## CAN_D2_UC_S2_NOD: Serial CAN remote node number + +*Note: This parameter is for advanced users* + +CAN remote node number for serial port + +- Range: 0 127 + +- RebootRequired: True + +## CAN_D2_UC_S2_IDX: Serial port number on remote CAN node + +*Note: This parameter is for advanced users* + +Serial port number on remote CAN node + +- Range: 0 100 + +- RebootRequired: True + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|0|Serial0| +|1|Serial1| +|2|Serial2| +|3|Serial3| +|4|Serial4| +|5|Serial5| +|6|Serial6| + +## CAN_D2_UC_S2_BD: DroneCAN Serial default baud rate + +*Note: This parameter is for advanced users* + +Serial baud rate on remote CAN node + +- RebootRequired: True + +|Value|Meaning| +|:---:|:---:| +|1|1200| +|2|2400| +|4|4800| +|9|9600| +|19|19200| +|38|38400| +|57|57600| +|111|111100| +|115|115200| +|230|230400| +|256|256000| +|460|460800| +|500|500000| +|921|921600| +|1500|1500000| +|2000|2000000| + +## CAN_D2_UC_S2_PRO: Serial protocol of DroneCAN serial port + +*Note: This parameter is for advanced users* + +Serial protocol of DroneCAN serial port + +- RebootRequired: True + +|Value|Meaning| +|:---:|:---:| +|-1|None| +|1|MAVLink1| +|2|MAVLink2| +|3|Frsky D| +|4|Frsky SPort| +|5|GPS| +|7|Alexmos Gimbal Serial| +|8|Gimbal| +|9|Rangefinder| +|10|FrSky SPort Passthrough (OpenTX)| +|11|Lidar360| +|13|Beacon| +|14|Volz servo out| +|15|SBus servo out| +|16|ESC Telemetry| +|17|Devo Telemetry| +|18|OpticalFlow| +|19|RobotisServo| +|20|NMEA Output| +|21|WindVane| +|22|SLCAN| +|23|RCIN| +|24|EFI Serial| +|25|LTM| +|26|RunCam| +|27|HottTelem| +|28|Scripting| +|29|Crossfire VTX| +|30|Generator| +|31|Winch| +|32|MSP| +|33|DJI FPV| +|34|AirSpeed| +|35|ADSB| +|36|AHRS| +|37|SmartAudio| +|38|FETtecOneWire| +|39|Torqeedo| +|40|AIS| +|41|CoDevESC| +|42|DisplayPort| +|43|MAVLink High Latency| +|44|IRC Tramp| +|45|DDS XRCE| +|46|IMUDATA| + +## CAN_D2_UC_S3_NOD: Serial CAN remote node number + +*Note: This parameter is for advanced users* + +CAN node number for serial port + +- Range: 0 127 + +- RebootRequired: True + +## CAN_D2_UC_S3_IDX: Serial port number on remote CAN node + +*Note: This parameter is for advanced users* + +Serial port number on remote CAN node + +- Range: 0 100 + +- RebootRequired: True + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|0|Serial0| +|1|Serial1| +|2|Serial2| +|3|Serial3| +|4|Serial4| +|5|Serial5| +|6|Serial6| + +## CAN_D2_UC_S3_BD: Serial baud rate on remote CAN node + +*Note: This parameter is for advanced users* + +Serial baud rate on remote CAN node + +- RebootRequired: True + +|Value|Meaning| +|:---:|:---:| +|1|1200| +|2|2400| +|4|4800| +|9|9600| +|19|19200| +|38|38400| +|57|57600| +|111|111100| +|115|115200| +|230|230400| +|256|256000| +|460|460800| +|500|500000| +|921|921600| +|1500|1500000| +|2000|2000000| + +## CAN_D2_UC_S3_PRO: Serial protocol of DroneCAN serial port + +*Note: This parameter is for advanced users* + +Serial protocol of DroneCAN serial port + +- RebootRequired: True + +|Value|Meaning| +|:---:|:---:| +|-1|None| +|1|MAVLink1| +|2|MAVLink2| +|3|Frsky D| +|4|Frsky SPort| +|5|GPS| +|7|Alexmos Gimbal Serial| +|8|Gimbal| +|9|Rangefinder| +|10|FrSky SPort Passthrough (OpenTX)| +|11|Lidar360| +|13|Beacon| +|14|Volz servo out| +|15|SBus servo out| +|16|ESC Telemetry| +|17|Devo Telemetry| +|18|OpticalFlow| +|19|RobotisServo| +|20|NMEA Output| +|21|WindVane| +|22|SLCAN| +|23|RCIN| +|24|EFI Serial| +|25|LTM| +|26|RunCam| +|27|HottTelem| +|28|Scripting| +|29|Crossfire VTX| +|30|Generator| +|31|Winch| +|32|MSP| +|33|DJI FPV| +|34|AirSpeed| +|35|ADSB| +|36|AHRS| +|37|SmartAudio| +|38|FETtecOneWire| +|39|Torqeedo| +|40|AIS| +|41|CoDevESC| +|42|DisplayPort| +|43|MAVLink High Latency| +|44|IRC Tramp| +|45|DDS XRCE| +|46|IMUDATA| + +# CAND3 Parameters + +## CAN_D3_PROTOCOL: Enable use of specific protocol over virtual driver + +*Note: This parameter is for advanced users* + +Enabling this option starts selected protocol that will use this virtual driver + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|DroneCAN| +|4|PiccoloCAN| +|6|EFI_NWPMU| +|7|USD1| +|8|KDECAN| +|10|Scripting| +|11|Benewake| +|12|Scripting2| +|13|TOFSenseP| +|14|NanoRadar_NRA24| + +- RebootRequired: True + +## CAN_D3_PROTOCOL2: Secondary protocol with 11 bit CAN addressing + +*Note: This parameter is for advanced users* + +Secondary protocol with 11 bit CAN addressing + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|7|USD1| +|10|Scripting| +|11|Benewake| +|12|Scripting2| +|13|TOFSenseP| +|14|NanoRadar_NRA24| + +- RebootRequired: True + +# CAND3PC Parameters + +## CAN_D3_PC_ESC_BM: ESC channels + +*Note: This parameter is for advanced users* + +Bitmask defining which ESC (motor) channels are to be transmitted over Piccolo CAN + +- Bitmask: 0: ESC 1, 1: ESC 2, 2: ESC 3, 3: ESC 4, 4: ESC 5, 5: ESC 6, 6: ESC 7, 7: ESC 8, 8: ESC 9, 9: ESC 10, 10: ESC 11, 11: ESC 12, 12: ESC 13, 13: ESC 14, 14: ESC 15, 15: ESC 16, 16: ESC 17, 17: ESC 18, 18: ESC 19, 19: ESC 20, 20: ESC 21, 21: ESC 22, 22: ESC 23, 23: ESC 24, 24: ESC 25, 25: ESC 26, 26: ESC 27, 27: ESC 28, 28: ESC 29, 29: ESC 30, 30: ESC 31, 31: ESC 32 + +## CAN_D3_PC_ESC_RT: ESC output rate + +*Note: This parameter is for advanced users* + +Output rate of ESC command messages + +- Units: Hz + +- Range: 1 500 + +## CAN_D3_PC_SRV_BM: Servo channels + +*Note: This parameter is for advanced users* + +Bitmask defining which servo channels are to be transmitted over Piccolo CAN + +- Bitmask: 0: Servo 1, 1: Servo 2, 2: Servo 3, 3: Servo 4, 4: Servo 5, 5: Servo 6, 6: Servo 7, 7: Servo 8, 8: Servo 9, 9: Servo 10, 10: Servo 11, 11: Servo 12, 12: Servo 13, 13: Servo 14, 14: Servo 15, 15: Servo 16 + +## CAN_D3_PC_SRV_RT: Servo command output rate + +*Note: This parameter is for advanced users* + +Output rate of servo command messages + +- Units: Hz + +- Range: 1 500 + +## CAN_D3_PC_ECU_ID: ECU Node ID + +*Note: This parameter is for advanced users* + +Node ID to send ECU throttle messages to. Set to zero to disable ECU throttle messages. Set to 255 to broadcast to all ECUs. + +- Range: 0 255 + +## CAN_D3_PC_ECU_RT: ECU command output rate + +*Note: This parameter is for advanced users* + +Output rate of ECU command messages + +- Units: Hz + +- Range: 1 500 + +# CAND3UC Parameters + +## CAN_D3_UC_NODE: DroneCAN node that is used for this network + +*Note: This parameter is for advanced users* + +DroneCAN node should be set implicitly + +- Range: 1 250 + +## CAN_D3_UC_SRV_BM: Output channels to be transmitted as servo over DroneCAN + +Bitmask with one set for channel to be transmitted as a servo command over DroneCAN + +- Bitmask: 0: Servo 1, 1: Servo 2, 2: Servo 3, 3: Servo 4, 4: Servo 5, 5: Servo 6, 6: Servo 7, 7: Servo 8, 8: Servo 9, 9: Servo 10, 10: Servo 11, 11: Servo 12, 12: Servo 13, 13: Servo 14, 14: Servo 15, 15: Servo 16, 16: Servo 17, 17: Servo 18, 18: Servo 19, 19: Servo 20, 20: Servo 21, 21: Servo 22, 22: Servo 23, 23: Servo 24, 24: Servo 25, 25: Servo 26, 26: Servo 27, 27: Servo 28, 28: Servo 29, 29: Servo 30, 30: Servo 31, 31: Servo 32 + +## CAN_D3_UC_ESC_BM: Output channels to be transmitted as ESC over DroneCAN + +*Note: This parameter is for advanced users* + +Bitmask with one set for channel to be transmitted as a ESC command over DroneCAN + +- Bitmask: 0: ESC 1, 1: ESC 2, 2: ESC 3, 3: ESC 4, 4: ESC 5, 5: ESC 6, 6: ESC 7, 7: ESC 8, 8: ESC 9, 9: ESC 10, 10: ESC 11, 11: ESC 12, 12: ESC 13, 13: ESC 14, 14: ESC 15, 15: ESC 16, 16: ESC 17, 17: ESC 18, 18: ESC 19, 19: ESC 20, 20: ESC 21, 21: ESC 22, 22: ESC 23, 23: ESC 24, 24: ESC 25, 25: ESC 26, 26: ESC 27, 27: ESC 28, 28: ESC 29, 29: ESC 30, 30: ESC 31, 31: ESC 32 + +## CAN_D3_UC_SRV_RT: Servo output rate + +*Note: This parameter is for advanced users* + +Maximum transmit rate for servo outputs + +- Range: 1 200 + +- Units: Hz + +## CAN_D3_UC_OPTION: DroneCAN options + +*Note: This parameter is for advanced users* + +Option flags + +- Bitmask: 0:ClearDNADatabase,1:IgnoreDNANodeConflicts,2:EnableCanfd,3:IgnoreDNANodeUnhealthy,4:SendServoAsPWM,5:SendGNSS,6:UseHimarkServo,7:HobbyWingESC,8:EnableStats + +## CAN_D3_UC_NTF_RT: Notify State rate + +*Note: This parameter is for advanced users* + +Maximum transmit rate for Notify State Message + +- Range: 1 200 + +- Units: Hz + +## CAN_D3_UC_ESC_OF: ESC Output channels offset + +*Note: This parameter is for advanced users* + +Offset for ESC numbering in DroneCAN ESC RawCommand messages. This allows for more efficient packing of ESC command messages. If your ESCs are on servo functions 5 to 8 and you set this parameter to 4 then the ESC RawCommand will be sent with the first 4 slots filled. This can be used for more efficient usage of CAN bandwidth + +- Range: 0 18 + +## CAN_D3_UC_POOL: CAN pool size + +*Note: This parameter is for advanced users* + +Amount of memory in bytes to allocate for the DroneCAN memory pool. More memory is needed for higher CAN bus loads + +- Range: 1024 16384 + +## CAN_D3_UC_ESC_RV: Bitmask for output channels for reversible ESCs over DroneCAN. + +*Note: This parameter is for advanced users* + +Bitmask with one set for each output channel that uses a reversible ESC over DroneCAN. Reversible ESCs use both positive and negative values in RawCommands, with positive commanding the forward direction and negative commanding the reverse direction. + +- Bitmask: 0: ESC 1, 1: ESC 2, 2: ESC 3, 3: ESC 4, 4: ESC 5, 5: ESC 6, 6: ESC 7, 7: ESC 8, 8: ESC 9, 9: ESC 10, 10: ESC 11, 11: ESC 12, 12: ESC 13, 13: ESC 14, 14: ESC 15, 15: ESC 16, 16: ESC 17, 17: ESC 18, 18: ESC 19, 19: ESC 20, 20: ESC 21, 21: ESC 22, 22: ESC 23, 23: ESC 24, 24: ESC 25, 25: ESC 26, 26: ESC 27, 27: ESC 28, 28: ESC 29, 29: ESC 30, 30: ESC 31, 31: ESC 32 + +## CAN_D3_UC_RLY_RT: DroneCAN relay output rate + +*Note: This parameter is for advanced users* + +Maximum transmit rate for relay outputs, note that this rate is per message each message does 1 relay, so if with more relays will take longer to update at the same rate, a extra message will be sent when a relay changes state + +- Range: 0 200 + +- Units: Hz + +## CAN_D3_UC_SER_EN: DroneCAN Serial enable + +*Note: This parameter is for advanced users* + +Enable DroneCAN virtual serial ports + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +- RebootRequired: True + +## CAN_D3_UC_S1_NOD: Serial CAN remote node number + +*Note: This parameter is for advanced users* + +CAN remote node number for serial port + +- Range: 0 127 + +- RebootRequired: True + +## CAN_D3_UC_S1_IDX: DroneCAN Serial1 index + +*Note: This parameter is for advanced users* + +Serial port number on remote CAN node + +- Range: 0 100 + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|0|Serial0| +|1|Serial1| +|2|Serial2| +|3|Serial3| +|4|Serial4| +|5|Serial5| +|6|Serial6| + +- RebootRequired: True + +## CAN_D3_UC_S1_BD: DroneCAN Serial default baud rate + +*Note: This parameter is for advanced users* + +Serial baud rate on remote CAN node + +- RebootRequired: True + +|Value|Meaning| +|:---:|:---:| +|1|1200| +|2|2400| +|4|4800| +|9|9600| +|19|19200| +|38|38400| +|57|57600| +|111|111100| +|115|115200| +|230|230400| +|256|256000| +|460|460800| +|500|500000| +|921|921600| +|1500|1500000| +|2000|2000000| + +## CAN_D3_UC_S1_PRO: Serial protocol of DroneCAN serial port + +*Note: This parameter is for advanced users* + +Serial protocol of DroneCAN serial port + +- RebootRequired: True + +|Value|Meaning| +|:---:|:---:| +|-1|None| +|1|MAVLink1| +|2|MAVLink2| +|3|Frsky D| +|4|Frsky SPort| +|5|GPS| +|7|Alexmos Gimbal Serial| +|8|Gimbal| +|9|Rangefinder| +|10|FrSky SPort Passthrough (OpenTX)| +|11|Lidar360| +|13|Beacon| +|14|Volz servo out| +|15|SBus servo out| +|16|ESC Telemetry| +|17|Devo Telemetry| +|18|OpticalFlow| +|19|RobotisServo| +|20|NMEA Output| +|21|WindVane| +|22|SLCAN| +|23|RCIN| +|24|EFI Serial| +|25|LTM| +|26|RunCam| +|27|HottTelem| +|28|Scripting| +|29|Crossfire VTX| +|30|Generator| +|31|Winch| +|32|MSP| +|33|DJI FPV| +|34|AirSpeed| +|35|ADSB| +|36|AHRS| +|37|SmartAudio| +|38|FETtecOneWire| +|39|Torqeedo| +|40|AIS| +|41|CoDevESC| +|42|DisplayPort| +|43|MAVLink High Latency| +|44|IRC Tramp| +|45|DDS XRCE| +|46|IMUDATA| + +## CAN_D3_UC_S2_NOD: Serial CAN remote node number + +*Note: This parameter is for advanced users* + +CAN remote node number for serial port + +- Range: 0 127 + +- RebootRequired: True + +## CAN_D3_UC_S2_IDX: Serial port number on remote CAN node + +*Note: This parameter is for advanced users* + +Serial port number on remote CAN node + +- Range: 0 100 + +- RebootRequired: True + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|0|Serial0| +|1|Serial1| +|2|Serial2| +|3|Serial3| +|4|Serial4| +|5|Serial5| +|6|Serial6| + +## CAN_D3_UC_S2_BD: DroneCAN Serial default baud rate + +*Note: This parameter is for advanced users* + +Serial baud rate on remote CAN node + +- RebootRequired: True + +|Value|Meaning| +|:---:|:---:| +|1|1200| +|2|2400| +|4|4800| +|9|9600| +|19|19200| +|38|38400| +|57|57600| +|111|111100| +|115|115200| +|230|230400| +|256|256000| +|460|460800| +|500|500000| +|921|921600| +|1500|1500000| +|2000|2000000| + +## CAN_D3_UC_S2_PRO: Serial protocol of DroneCAN serial port + +*Note: This parameter is for advanced users* + +Serial protocol of DroneCAN serial port + +- RebootRequired: True + +|Value|Meaning| +|:---:|:---:| +|-1|None| +|1|MAVLink1| +|2|MAVLink2| +|3|Frsky D| +|4|Frsky SPort| +|5|GPS| +|7|Alexmos Gimbal Serial| +|8|Gimbal| +|9|Rangefinder| +|10|FrSky SPort Passthrough (OpenTX)| +|11|Lidar360| +|13|Beacon| +|14|Volz servo out| +|15|SBus servo out| +|16|ESC Telemetry| +|17|Devo Telemetry| +|18|OpticalFlow| +|19|RobotisServo| +|20|NMEA Output| +|21|WindVane| +|22|SLCAN| +|23|RCIN| +|24|EFI Serial| +|25|LTM| +|26|RunCam| +|27|HottTelem| +|28|Scripting| +|29|Crossfire VTX| +|30|Generator| +|31|Winch| +|32|MSP| +|33|DJI FPV| +|34|AirSpeed| +|35|ADSB| +|36|AHRS| +|37|SmartAudio| +|38|FETtecOneWire| +|39|Torqeedo| +|40|AIS| +|41|CoDevESC| +|42|DisplayPort| +|43|MAVLink High Latency| +|44|IRC Tramp| +|45|DDS XRCE| +|46|IMUDATA| + +## CAN_D3_UC_S3_NOD: Serial CAN remote node number + +*Note: This parameter is for advanced users* + +CAN node number for serial port + +- Range: 0 127 + +- RebootRequired: True + +## CAN_D3_UC_S3_IDX: Serial port number on remote CAN node + +*Note: This parameter is for advanced users* + +Serial port number on remote CAN node + +- Range: 0 100 + +- RebootRequired: True + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|0|Serial0| +|1|Serial1| +|2|Serial2| +|3|Serial3| +|4|Serial4| +|5|Serial5| +|6|Serial6| + +## CAN_D3_UC_S3_BD: Serial baud rate on remote CAN node + +*Note: This parameter is for advanced users* + +Serial baud rate on remote CAN node + +- RebootRequired: True + +|Value|Meaning| +|:---:|:---:| +|1|1200| +|2|2400| +|4|4800| +|9|9600| +|19|19200| +|38|38400| +|57|57600| +|111|111100| +|115|115200| +|230|230400| +|256|256000| +|460|460800| +|500|500000| +|921|921600| +|1500|1500000| +|2000|2000000| + +## CAN_D3_UC_S3_PRO: Serial protocol of DroneCAN serial port + +*Note: This parameter is for advanced users* + +Serial protocol of DroneCAN serial port + +- RebootRequired: True + +|Value|Meaning| +|:---:|:---:| +|-1|None| +|1|MAVLink1| +|2|MAVLink2| +|3|Frsky D| +|4|Frsky SPort| +|5|GPS| +|7|Alexmos Gimbal Serial| +|8|Gimbal| +|9|Rangefinder| +|10|FrSky SPort Passthrough (OpenTX)| +|11|Lidar360| +|13|Beacon| +|14|Volz servo out| +|15|SBus servo out| +|16|ESC Telemetry| +|17|Devo Telemetry| +|18|OpticalFlow| +|19|RobotisServo| +|20|NMEA Output| +|21|WindVane| +|22|SLCAN| +|23|RCIN| +|24|EFI Serial| +|25|LTM| +|26|RunCam| +|27|HottTelem| +|28|Scripting| +|29|Crossfire VTX| +|30|Generator| +|31|Winch| +|32|MSP| +|33|DJI FPV| +|34|AirSpeed| +|35|ADSB| +|36|AHRS| +|37|SmartAudio| +|38|FETtecOneWire| +|39|Torqeedo| +|40|AIS| +|41|CoDevESC| +|42|DisplayPort| +|43|MAVLink High Latency| +|44|IRC Tramp| +|45|DDS XRCE| +|46|IMUDATA| + +# CANP1 Parameters + +## CAN_P1_DRIVER: Index of virtual driver to be used with physical CAN interface + +Enabling this option enables use of CAN buses. + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|First driver| +|2|Second driver| +|3|Third driver| + +- RebootRequired: True + +## CAN_P1_BITRATE: Bitrate of CAN interface + +*Note: This parameter is for advanced users* + +Bit rate can be set up to from 10000 to 1000000 + +- Range: 10000 1000000 + +## CAN_P1_FDBITRATE: Bitrate of CANFD interface + +*Note: This parameter is for advanced users* + +Bit rate can be set up to from 1000000 to 8000000 + +|Value|Meaning| +|:---:|:---:| +|1|1M| +|2|2M| +|4|4M| +|5|5M| +|8|8M| + +# CANP2 Parameters + +## CAN_P2_DRIVER: Index of virtual driver to be used with physical CAN interface + +Enabling this option enables use of CAN buses. + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|First driver| +|2|Second driver| +|3|Third driver| + +- RebootRequired: True + +## CAN_P2_BITRATE: Bitrate of CAN interface + +*Note: This parameter is for advanced users* + +Bit rate can be set up to from 10000 to 1000000 + +- Range: 10000 1000000 + +## CAN_P2_FDBITRATE: Bitrate of CANFD interface + +*Note: This parameter is for advanced users* + +Bit rate can be set up to from 1000000 to 8000000 + +|Value|Meaning| +|:---:|:---:| +|1|1M| +|2|2M| +|4|4M| +|5|5M| +|8|8M| + +# CANP3 Parameters + +## CAN_P3_DRIVER: Index of virtual driver to be used with physical CAN interface + +Enabling this option enables use of CAN buses. + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|First driver| +|2|Second driver| +|3|Third driver| + +- RebootRequired: True + +## CAN_P3_BITRATE: Bitrate of CAN interface + +*Note: This parameter is for advanced users* + +Bit rate can be set up to from 10000 to 1000000 + +- Range: 10000 1000000 + +## CAN_P3_FDBITRATE: Bitrate of CANFD interface + +*Note: This parameter is for advanced users* + +Bit rate can be set up to from 1000000 to 8000000 + +|Value|Meaning| +|:---:|:---:| +|1|1M| +|2|2M| +|4|4M| +|5|5M| +|8|8M| + +# CANSLCAN Parameters + +## CAN_SLCAN_CPORT: SLCAN Route + +CAN Interface ID to be routed to SLCAN, 0 means no routing + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|First interface| +|2|Second interface| + +- RebootRequired: True + +## CAN_SLCAN_SERNUM: SLCAN Serial Port + +Serial Port ID to be used for temporary SLCAN iface, -1 means no temporary serial. This parameter is automatically reset on reboot or on timeout. See CAN_SLCAN_TIMOUT for timeout details + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|0|Serial0| +|1|Serial1| +|2|Serial2| +|3|Serial3| +|4|Serial4| +|5|Serial5| +|6|Serial6| + +## CAN_SLCAN_TIMOUT: SLCAN Timeout + +Duration of inactivity after which SLCAN is switched back to original driver in seconds. + +- Range: 0 127 + +## CAN_SLCAN_SDELAY: SLCAN Start Delay + +Duration after which slcan starts after setting SERNUM in seconds. + +- Range: 0 127 + +# CIRC Parameters + +## CIRC_RADIUS: Circle Radius + +Vehicle will circle the center at this distance + +- Units: m + +- Range: 0 100 + +- Increment: 1 + +## CIRC_SPEED: Circle Speed + +Vehicle will move at this speed around the circle. If set to zero WP_SPEED will be used + +- Units: m/s + +- Range: 0 10 + +- Increment: 0.1 + +## CIRC_DIR: Circle Direction + +Circle Direction + +|Value|Meaning| +|:---:|:---:| +|0|Clockwise| +|1|Counter-Clockwise| + +# COMPASS Parameters + +## COMPASS_OFS_X: Compass offsets in milligauss on the X axis + +*Note: This parameter is for advanced users* + +Offset to be added to the compass x-axis values to compensate for metal in the frame + +- Range: -400 400 + +- Units: mGauss + +- Increment: 1 + +- Calibration: 1 + +## COMPASS_OFS_Y: Compass offsets in milligauss on the Y axis + +*Note: This parameter is for advanced users* + +Offset to be added to the compass y-axis values to compensate for metal in the frame + +- Range: -400 400 + +- Units: mGauss + +- Increment: 1 + +- Calibration: 1 + +## COMPASS_OFS_Z: Compass offsets in milligauss on the Z axis + +*Note: This parameter is for advanced users* + +Offset to be added to the compass z-axis values to compensate for metal in the frame + +- Range: -400 400 + +- Units: mGauss + +- Increment: 1 + +## COMPASS_DEC: Compass declination + +An angle to compensate between the true north and magnetic north + +- Range: -3.142 3.142 + +- Units: rad + +- Increment: 0.01 + +## COMPASS_LEARN: Learn compass offsets automatically + +*Note: This parameter is for advanced users* + +Enable or disable the automatic learning of compass offsets. You can enable learning either using a compass-only method that is suitable only for fixed wing aircraft or using the offsets learnt by the active EKF state estimator. If this option is enabled then the learnt offsets are saved when you disarm the vehicle. If InFlight learning is enabled then the compass with automatically start learning once a flight starts (must be armed). While InFlight learning is running you cannot use position control modes. + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Internal-Learning| +|2|EKF-Learning| +|3|InFlight-Learning| + +## COMPASS_USE: Use compass for yaw + +*Note: This parameter is for advanced users* + +Enable or disable the use of the compass (instead of the GPS) for determining heading + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## COMPASS_AUTODEC: Auto Declination + +*Note: This parameter is for advanced users* + +Enable or disable the automatic calculation of the declination based on gps location + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## COMPASS_MOTCT: Motor interference compensation type + +*Note: This parameter is for advanced users* + +Set motor interference compensation type to disabled, throttle or current. Do not change manually. + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Use Throttle| +|2|Use Current| + +- Calibration: 1 + +## COMPASS_MOT_X: Motor interference compensation for body frame X axis + +*Note: This parameter is for advanced users* + +Multiplied by the current throttle and added to the compass's x-axis values to compensate for motor interference (Offset per Amp or at Full Throttle) + +- Range: -1000 1000 + +- Units: mGauss/A + +- Increment: 1 + +- Calibration: 1 + +## COMPASS_MOT_Y: Motor interference compensation for body frame Y axis + +*Note: This parameter is for advanced users* + +Multiplied by the current throttle and added to the compass's y-axis values to compensate for motor interference (Offset per Amp or at Full Throttle) + +- Range: -1000 1000 + +- Units: mGauss/A + +- Increment: 1 + +- Calibration: 1 + +## COMPASS_MOT_Z: Motor interference compensation for body frame Z axis + +*Note: This parameter is for advanced users* + +Multiplied by the current throttle and added to the compass's z-axis values to compensate for motor interference (Offset per Amp or at Full Throttle) + +- Range: -1000 1000 + +- Units: mGauss/A + +- Increment: 1 + +## COMPASS_ORIENT: Compass orientation + +*Note: This parameter is for advanced users* + +The orientation of the first external compass relative to the vehicle frame. This value will be ignored unless this compass is set as an external compass. When set correctly in the northern hemisphere, pointing the nose and right side down should increase the MagX and MagY values respectively. Rolling the vehicle upside down should decrease the MagZ value. For southern hemisphere, switch increase and decrease. NOTE: For internal compasses, AHRS_ORIENT is used. The label for each option is specified in the order of rotations for that orientation. Firmware versions 4.2 and prior can use a CUSTOM (100) rotation to set the COMPASS_CUS_ROLL/PIT/YAW angles for Compass orientation. Later versions provide two general custom rotations which can be used, Custom 1 and Custom 2, with CUST_1_ROLL/PIT/YAW or CUST_2_ROLL/PIT/YAW angles. + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Yaw45| +|2|Yaw90| +|3|Yaw135| +|4|Yaw180| +|5|Yaw225| +|6|Yaw270| +|7|Yaw315| +|8|Roll180| +|9|Yaw45Roll180| +|10|Yaw90Roll180| +|11|Yaw135Roll180| +|12|Pitch180| +|13|Yaw225Roll180| +|14|Yaw270Roll180| +|15|Yaw315Roll180| +|16|Roll90| +|17|Yaw45Roll90| +|18|Yaw90Roll90| +|19|Yaw135Roll90| +|20|Roll270| +|21|Yaw45Roll270| +|22|Yaw90Roll270| +|23|Yaw135Roll270| +|24|Pitch90| +|25|Pitch270| +|26|Yaw90Pitch180| +|27|Yaw270Pitch180| +|28|Pitch90Roll90| +|29|Pitch90Roll180| +|30|Pitch90Roll270| +|31|Pitch180Roll90| +|32|Pitch180Roll270| +|33|Pitch270Roll90| +|34|Pitch270Roll180| +|35|Pitch270Roll270| +|36|Yaw90Pitch180Roll90| +|37|Yaw270Roll90| +|38|Yaw293Pitch68Roll180| +|39|Pitch315| +|40|Pitch315Roll90| +|42|Roll45| +|43|Roll315| +|100|Custom 4.1 and older| +|101|Custom 1| +|102|Custom 2| + +## COMPASS_EXTERNAL: Compass is attached via an external cable + +*Note: This parameter is for advanced users* + +Configure compass so it is attached externally. This is auto-detected on most boards. Set to 1 if the compass is externally connected. When externally connected the COMPASS_ORIENT option operates independently of the AHRS_ORIENTATION board orientation option. If set to 0 or 1 then auto-detection by bus connection can override the value. If set to 2 then auto-detection will be disabled. + +|Value|Meaning| +|:---:|:---:| +|0|Internal| +|1|External| +|2|ForcedExternal| + +## COMPASS_OFS2_X: Compass2 offsets in milligauss on the X axis + +*Note: This parameter is for advanced users* + +Offset to be added to compass2's x-axis values to compensate for metal in the frame + +- Range: -400 400 + +- Units: mGauss + +- Increment: 1 + +- Calibration: 1 + +## COMPASS_OFS2_Y: Compass2 offsets in milligauss on the Y axis + +*Note: This parameter is for advanced users* + +Offset to be added to compass2's y-axis values to compensate for metal in the frame + +- Range: -400 400 + +- Units: mGauss + +- Increment: 1 + +- Calibration: 1 + +## COMPASS_OFS2_Z: Compass2 offsets in milligauss on the Z axis + +*Note: This parameter is for advanced users* + +Offset to be added to compass2's z-axis values to compensate for metal in the frame + +- Range: -400 400 + +- Units: mGauss + +- Increment: 1 + +## COMPASS_MOT2_X: Motor interference compensation to compass2 for body frame X axis + +*Note: This parameter is for advanced users* + +Multiplied by the current throttle and added to compass2's x-axis values to compensate for motor interference (Offset per Amp or at Full Throttle) + +- Range: -1000 1000 + +- Units: mGauss/A + +- Increment: 1 + +- Calibration: 1 + +## COMPASS_MOT2_Y: Motor interference compensation to compass2 for body frame Y axis + +*Note: This parameter is for advanced users* + +Multiplied by the current throttle and added to compass2's y-axis values to compensate for motor interference (Offset per Amp or at Full Throttle) + +- Range: -1000 1000 + +- Units: mGauss/A + +- Increment: 1 + +- Calibration: 1 + +## COMPASS_MOT2_Z: Motor interference compensation to compass2 for body frame Z axis + +*Note: This parameter is for advanced users* + +Multiplied by the current throttle and added to compass2's z-axis values to compensate for motor interference (Offset per Amp or at Full Throttle) + +- Range: -1000 1000 + +- Units: mGauss/A + +- Increment: 1 + +## COMPASS_OFS3_X: Compass3 offsets in milligauss on the X axis + +*Note: This parameter is for advanced users* + +Offset to be added to compass3's x-axis values to compensate for metal in the frame + +- Range: -400 400 + +- Units: mGauss + +- Increment: 1 + +- Calibration: 1 + +## COMPASS_OFS3_Y: Compass3 offsets in milligauss on the Y axis + +*Note: This parameter is for advanced users* + +Offset to be added to compass3's y-axis values to compensate for metal in the frame + +- Range: -400 400 + +- Units: mGauss + +- Increment: 1 + +- Calibration: 1 + +## COMPASS_OFS3_Z: Compass3 offsets in milligauss on the Z axis + +*Note: This parameter is for advanced users* + +Offset to be added to compass3's z-axis values to compensate for metal in the frame + +- Range: -400 400 + +- Units: mGauss + +- Increment: 1 + +## COMPASS_MOT3_X: Motor interference compensation to compass3 for body frame X axis + +*Note: This parameter is for advanced users* + +Multiplied by the current throttle and added to compass3's x-axis values to compensate for motor interference (Offset per Amp or at Full Throttle) + +- Range: -1000 1000 + +- Units: mGauss/A + +- Increment: 1 + +- Calibration: 1 + +## COMPASS_MOT3_Y: Motor interference compensation to compass3 for body frame Y axis + +*Note: This parameter is for advanced users* + +Multiplied by the current throttle and added to compass3's y-axis values to compensate for motor interference (Offset per Amp or at Full Throttle) + +- Range: -1000 1000 + +- Units: mGauss/A + +- Increment: 1 + +- Calibration: 1 + +## COMPASS_MOT3_Z: Motor interference compensation to compass3 for body frame Z axis + +*Note: This parameter is for advanced users* + +Multiplied by the current throttle and added to compass3's z-axis values to compensate for motor interference (Offset per Amp or at Full Throttle) + +- Range: -1000 1000 + +- Units: mGauss/A + +- Increment: 1 + +## COMPASS_DEV_ID: Compass device id + +*Note: This parameter is for advanced users* + +Compass device id. Automatically detected, do not set manually + +- ReadOnly: True + +## COMPASS_DEV_ID2: Compass2 device id + +*Note: This parameter is for advanced users* + +Second compass's device id. Automatically detected, do not set manually + +- ReadOnly: True + +## COMPASS_DEV_ID3: Compass3 device id + +*Note: This parameter is for advanced users* + +Third compass's device id. Automatically detected, do not set manually + +- ReadOnly: True + +## COMPASS_USE2: Compass2 used for yaw + +*Note: This parameter is for advanced users* + +Enable or disable the secondary compass for determining heading. + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## COMPASS_ORIENT2: Compass2 orientation + +*Note: This parameter is for advanced users* + +The orientation of a second external compass relative to the vehicle frame. This value will be ignored unless this compass is set as an external compass. When set correctly in the northern hemisphere, pointing the nose and right side down should increase the MagX and MagY values respectively. Rolling the vehicle upside down should decrease the MagZ value. For southern hemisphere, switch increase and decrease. NOTE: For internal compasses, AHRS_ORIENT is used. The label for each option is specified in the order of rotations for that orientation. Firmware versions 4.2 and prior can use a CUSTOM (100) rotation to set the COMPASS_CUS_ROLL/PIT/YAW angles for Compass orientation. Later versions provide two general custom rotations which can be used, Custom 1 and Custom 2, with CUST_1_ROLL/PIT/YAW or CUST_2_ROLL/PIT/YAW angles. + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Yaw45| +|2|Yaw90| +|3|Yaw135| +|4|Yaw180| +|5|Yaw225| +|6|Yaw270| +|7|Yaw315| +|8|Roll180| +|9|Yaw45Roll180| +|10|Yaw90Roll180| +|11|Yaw135Roll180| +|12|Pitch180| +|13|Yaw225Roll180| +|14|Yaw270Roll180| +|15|Yaw315Roll180| +|16|Roll90| +|17|Yaw45Roll90| +|18|Yaw90Roll90| +|19|Yaw135Roll90| +|20|Roll270| +|21|Yaw45Roll270| +|22|Yaw90Roll270| +|23|Yaw135Roll270| +|24|Pitch90| +|25|Pitch270| +|26|Yaw90Pitch180| +|27|Yaw270Pitch180| +|28|Pitch90Roll90| +|29|Pitch90Roll180| +|30|Pitch90Roll270| +|31|Pitch180Roll90| +|32|Pitch180Roll270| +|33|Pitch270Roll90| +|34|Pitch270Roll180| +|35|Pitch270Roll270| +|36|Yaw90Pitch180Roll90| +|37|Yaw270Roll90| +|38|Yaw293Pitch68Roll180| +|39|Pitch315| +|40|Pitch315Roll90| +|42|Roll45| +|43|Roll315| +|100|Custom 4.1 and older| +|101|Custom 1| +|102|Custom 2| + +## COMPASS_EXTERN2: Compass2 is attached via an external cable + +*Note: This parameter is for advanced users* + +Configure second compass so it is attached externally. This is auto-detected on most boards. If set to 0 or 1 then auto-detection by bus connection can override the value. If set to 2 then auto-detection will be disabled. + +|Value|Meaning| +|:---:|:---:| +|0|Internal| +|1|External| +|2|ForcedExternal| + +## COMPASS_USE3: Compass3 used for yaw + +*Note: This parameter is for advanced users* + +Enable or disable the tertiary compass for determining heading. + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## COMPASS_ORIENT3: Compass3 orientation + +*Note: This parameter is for advanced users* + +The orientation of a third external compass relative to the vehicle frame. This value will be ignored unless this compass is set as an external compass. When set correctly in the northern hemisphere, pointing the nose and right side down should increase the MagX and MagY values respectively. Rolling the vehicle upside down should decrease the MagZ value. For southern hemisphere, switch increase and decrease. NOTE: For internal compasses, AHRS_ORIENT is used. The label for each option is specified in the order of rotations for that orientation. Firmware versions 4.2 and prior can use a CUSTOM (100) rotation to set the COMPASS_CUS_ROLL/PIT/YAW angles for Compass orientation. Later versions provide two general custom rotations which can be used, Custom 1 and Custom 2, with CUST_1_ROLL/PIT/YAW or CUST_2_ROLL/PIT/YAW angles. + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Yaw45| +|2|Yaw90| +|3|Yaw135| +|4|Yaw180| +|5|Yaw225| +|6|Yaw270| +|7|Yaw315| +|8|Roll180| +|9|Yaw45Roll180| +|10|Yaw90Roll180| +|11|Yaw135Roll180| +|12|Pitch180| +|13|Yaw225Roll180| +|14|Yaw270Roll180| +|15|Yaw315Roll180| +|16|Roll90| +|17|Yaw45Roll90| +|18|Yaw90Roll90| +|19|Yaw135Roll90| +|20|Roll270| +|21|Yaw45Roll270| +|22|Yaw90Roll270| +|23|Yaw135Roll270| +|24|Pitch90| +|25|Pitch270| +|26|Yaw90Pitch180| +|27|Yaw270Pitch180| +|28|Pitch90Roll90| +|29|Pitch90Roll180| +|30|Pitch90Roll270| +|31|Pitch180Roll90| +|32|Pitch180Roll270| +|33|Pitch270Roll90| +|34|Pitch270Roll180| +|35|Pitch270Roll270| +|36|Yaw90Pitch180Roll90| +|37|Yaw270Roll90| +|38|Yaw293Pitch68Roll180| +|39|Pitch315| +|40|Pitch315Roll90| +|42|Roll45| +|43|Roll315| +|100|Custom 4.1 and older| +|101|Custom 1| +|102|Custom 2| + +## COMPASS_EXTERN3: Compass3 is attached via an external cable + +*Note: This parameter is for advanced users* + +Configure third compass so it is attached externally. This is auto-detected on most boards. If set to 0 or 1 then auto-detection by bus connection can override the value. If set to 2 then auto-detection will be disabled. + +|Value|Meaning| +|:---:|:---:| +|0|Internal| +|1|External| +|2|ForcedExternal| + +## COMPASS_DIA_X: Compass soft-iron diagonal X component + +*Note: This parameter is for advanced users* + +DIA_X in the compass soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]] + +- Calibration: 1 + +## COMPASS_DIA_Y: Compass soft-iron diagonal Y component + +*Note: This parameter is for advanced users* + +DIA_Y in the compass soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]] + +- Calibration: 1 + +## COMPASS_DIA_Z: Compass soft-iron diagonal Z component + +*Note: This parameter is for advanced users* + +DIA_Z in the compass soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]] + +## COMPASS_ODI_X: Compass soft-iron off-diagonal X component + +*Note: This parameter is for advanced users* + +ODI_X in the compass soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]] + +- Calibration: 1 + +## COMPASS_ODI_Y: Compass soft-iron off-diagonal Y component + +*Note: This parameter is for advanced users* + +ODI_Y in the compass soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]] + +- Calibration: 1 + +## COMPASS_ODI_Z: Compass soft-iron off-diagonal Z component + +*Note: This parameter is for advanced users* + +ODI_Z in the compass soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]] + +## COMPASS_DIA2_X: Compass2 soft-iron diagonal X component + +*Note: This parameter is for advanced users* + +DIA_X in the compass2 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]] + +- Calibration: 1 + +## COMPASS_DIA2_Y: Compass2 soft-iron diagonal Y component + +*Note: This parameter is for advanced users* + +DIA_Y in the compass2 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]] + +- Calibration: 1 + +## COMPASS_DIA2_Z: Compass2 soft-iron diagonal Z component + +*Note: This parameter is for advanced users* + +DIA_Z in the compass2 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]] + +## COMPASS_ODI2_X: Compass2 soft-iron off-diagonal X component + +*Note: This parameter is for advanced users* + +ODI_X in the compass2 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]] + +- Calibration: 1 + +## COMPASS_ODI2_Y: Compass2 soft-iron off-diagonal Y component + +*Note: This parameter is for advanced users* + +ODI_Y in the compass2 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]] + +- Calibration: 1 + +## COMPASS_ODI2_Z: Compass2 soft-iron off-diagonal Z component + +*Note: This parameter is for advanced users* + +ODI_Z in the compass2 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]] + +## COMPASS_DIA3_X: Compass3 soft-iron diagonal X component + +*Note: This parameter is for advanced users* + +DIA_X in the compass3 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]] + +- Calibration: 1 + +## COMPASS_DIA3_Y: Compass3 soft-iron diagonal Y component + +*Note: This parameter is for advanced users* + +DIA_Y in the compass3 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]] + +- Calibration: 1 + +## COMPASS_DIA3_Z: Compass3 soft-iron diagonal Z component + +*Note: This parameter is for advanced users* + +DIA_Z in the compass3 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]] + +## COMPASS_ODI3_X: Compass3 soft-iron off-diagonal X component + +*Note: This parameter is for advanced users* + +ODI_X in the compass3 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]] + +- Calibration: 1 + +## COMPASS_ODI3_Y: Compass3 soft-iron off-diagonal Y component + +*Note: This parameter is for advanced users* + +ODI_Y in the compass3 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]] + +- Calibration: 1 + +## COMPASS_ODI3_Z: Compass3 soft-iron off-diagonal Z component + +*Note: This parameter is for advanced users* + +ODI_Z in the compass3 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]] + +## COMPASS_CAL_FIT: Compass calibration fitness + +*Note: This parameter is for advanced users* + +This controls the fitness level required for a successful compass calibration. A lower value makes for a stricter fit (less likely to pass). This is the value used for the primary magnetometer. Other magnetometers get double the value. + +- Range: 4 32 + +|Value|Meaning| +|:---:|:---:| +|4|Very Strict| +|8|Strict| +|16|Default| +|32|Relaxed| + +- Increment: 0.1 + +## COMPASS_OFFS_MAX: Compass maximum offset + +*Note: This parameter is for advanced users* + +This sets the maximum allowed compass offset in calibration and arming checks + +- Range: 500 3000 + +- Increment: 1 + +## COMPASS_DISBLMSK: Compass disable driver type mask + +*Note: This parameter is for advanced users* + +This is a bitmask of driver types to disable. If a driver type is set in this mask then that driver will not try to find a sensor at startup + +- Bitmask: 0:HMC5883,1:LSM303D,2:AK8963,3:BMM150,4:LSM9DS1,5:LIS3MDL,6:AK09916,7:IST8310,8:ICM20948,9:MMC3416,11:DroneCAN,12:QMC5883,14:MAG3110,15:IST8308,16:RM3100,17:MSP,18:ExternalAHRS + +## COMPASS_FLTR_RNG: Range in which sample is accepted + +This sets the range around the average value that new samples must be within to be accepted. This can help reduce the impact of noise on sensors that are on long I2C cables. The value is a percentage from the average value. A value of zero disables this filter. + +- Units: % + +- Range: 0 100 + +- Increment: 1 + +## COMPASS_AUTO_ROT: Automatically check orientation + +When enabled this will automatically check the orientation of compasses on successful completion of compass calibration. If set to 2 then external compasses will have their orientation automatically corrected. + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|CheckOnly| +|2|CheckAndFix| +|3|use same tolerance to auto rotate 45 deg rotations| + +## COMPASS_PRIO1_ID: Compass device id with 1st order priority + +*Note: This parameter is for advanced users* + +Compass device id with 1st order priority, set automatically if 0. Reboot required after change. + +- RebootRequired: True + +## COMPASS_PRIO2_ID: Compass device id with 2nd order priority + +*Note: This parameter is for advanced users* + +Compass device id with 2nd order priority, set automatically if 0. Reboot required after change. + +- RebootRequired: True + +## COMPASS_PRIO3_ID: Compass device id with 3rd order priority + +*Note: This parameter is for advanced users* + +Compass device id with 3rd order priority, set automatically if 0. Reboot required after change. + +- RebootRequired: True + +## COMPASS_ENABLE: Enable Compass + +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. + +- RebootRequired: True + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## COMPASS_SCALE: Compass1 scale factor + +Scaling factor for first compass to compensate for sensor scaling errors. If this is 0 then no scaling is done + +- Range: 0 1.3 + +## COMPASS_SCALE2: Compass2 scale factor + +Scaling factor for 2nd compass to compensate for sensor scaling errors. If this is 0 then no scaling is done + +- Range: 0 1.3 + +## COMPASS_SCALE3: Compass3 scale factor + +Scaling factor for 3rd compass to compensate for sensor scaling errors. If this is 0 then no scaling is done + +- Range: 0 1.3 + +## COMPASS_OPTIONS: Compass options + +*Note: This parameter is for advanced users* + +This sets options to change the behaviour of the compass + +- Bitmask: 0:CalRequireGPS, 1: Allow missing DroneCAN compasses to be automaticaly replaced (calibration still required) + +## COMPASS_DEV_ID4: Compass4 device id + +*Note: This parameter is for advanced users* + +Extra 4th compass's device id. Automatically detected, do not set manually + +- ReadOnly: True + +## COMPASS_DEV_ID5: Compass5 device id + +*Note: This parameter is for advanced users* + +Extra 5th compass's device id. Automatically detected, do not set manually + +- ReadOnly: True + +## COMPASS_DEV_ID6: Compass6 device id + +*Note: This parameter is for advanced users* + +Extra 6th compass's device id. Automatically detected, do not set manually + +- ReadOnly: True + +## COMPASS_DEV_ID7: Compass7 device id + +*Note: This parameter is for advanced users* + +Extra 7th compass's device id. Automatically detected, do not set manually + +- ReadOnly: True + +## COMPASS_DEV_ID8: Compass8 device id + +*Note: This parameter is for advanced users* + +Extra 8th compass's device id. Automatically detected, do not set manually + +- ReadOnly: True + +## COMPASS_CUS_ROLL: Custom orientation roll offset + +*Note: This parameter is for advanced users* + +Compass mounting position roll offset. Positive values = roll right, negative values = roll left. This parameter is only used when COMPASS_ORIENT/2/3 is set to CUSTOM. + +- Range: -180 180 + +- Units: deg + +- Increment: 1 + +- RebootRequired: True + +## COMPASS_CUS_PIT: Custom orientation pitch offset + +*Note: This parameter is for advanced users* + +Compass mounting position pitch offset. Positive values = pitch up, negative values = pitch down. This parameter is only used when COMPASS_ORIENT/2/3 is set to CUSTOM. + +- Range: -180 180 + +- Units: deg + +- Increment: 1 + +- RebootRequired: True + +## COMPASS_CUS_YAW: Custom orientation yaw offset + +*Note: This parameter is for advanced users* + +Compass mounting position yaw offset. Positive values = yaw right, negative values = yaw left. This parameter is only used when COMPASS_ORIENT/2/3 is set to CUSTOM. + +- Range: -180 180 + +- Units: deg + +- Increment: 1 + +- RebootRequired: True + +# COMPASSPMOT Parameters + +## COMPASS_PMOT_EN: per-motor compass correction enable + +*Note: This parameter is for advanced users* + +This enables per-motor compass corrections + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## COMPASS_PMOT_EXP: per-motor exponential correction + +*Note: This parameter is for advanced users* + +This is the exponential correction for the power output of the motor for per-motor compass correction + +- Range: 0 2 + +- Increment: 0.01 + +## COMPASS_PMOT1_X: Compass per-motor1 X + +*Note: This parameter is for advanced users* + +Compensation for X axis of motor1 + +## COMPASS_PMOT1_Y: Compass per-motor1 Y + +*Note: This parameter is for advanced users* + +Compensation for Y axis of motor1 + +## COMPASS_PMOT1_Z: Compass per-motor1 Z + +*Note: This parameter is for advanced users* + +Compensation for Z axis of motor1 + +## COMPASS_PMOT2_X: Compass per-motor2 X + +*Note: This parameter is for advanced users* + +Compensation for X axis of motor2 + +## COMPASS_PMOT2_Y: Compass per-motor2 Y + +*Note: This parameter is for advanced users* + +Compensation for Y axis of motor2 + +## COMPASS_PMOT2_Z: Compass per-motor2 Z + +*Note: This parameter is for advanced users* + +Compensation for Z axis of motor2 + +## COMPASS_PMOT3_X: Compass per-motor3 X + +*Note: This parameter is for advanced users* + +Compensation for X axis of motor3 + +## COMPASS_PMOT3_Y: Compass per-motor3 Y + +*Note: This parameter is for advanced users* + +Compensation for Y axis of motor3 + +## COMPASS_PMOT3_Z: Compass per-motor3 Z + +*Note: This parameter is for advanced users* + +Compensation for Z axis of motor3 + +## COMPASS_PMOT4_X: Compass per-motor4 X + +*Note: This parameter is for advanced users* + +Compensation for X axis of motor4 + +## COMPASS_PMOT4_Y: Compass per-motor4 Y + +*Note: This parameter is for advanced users* + +Compensation for Y axis of motor4 + +## COMPASS_PMOT4_Z: Compass per-motor4 Z + +*Note: This parameter is for advanced users* + +Compensation for Z axis of motor4 + +# CUSTROT Parameters + +## CUST_ROT_ENABLE: Enable Custom rotations + +This enables custom rotations + +|Value|Meaning| +|:---:|:---:| +|0|Disable| +|1|Enable| + +- RebootRequired: True + +# CUSTROT1 Parameters + +## CUST_ROT1_ROLL: Custom roll + +Custom euler roll, euler 321 (yaw, pitch, roll) ordering + +- Units: deg + +- RebootRequired: True + +## CUST_ROT1_PITCH: Custom pitch + +Custom euler pitch, euler 321 (yaw, pitch, roll) ordering + +- Units: deg + +- RebootRequired: True + +## CUST_ROT1_YAW: Custom yaw + +Custom euler yaw, euler 321 (yaw, pitch, roll) ordering + +- Units: deg + +- RebootRequired: True + +# CUSTROT2 Parameters + +## CUST_ROT2_ROLL: Custom roll + +Custom euler roll, euler 321 (yaw, pitch, roll) ordering + +- Units: deg + +- RebootRequired: True + +## CUST_ROT2_PITCH: Custom pitch + +Custom euler pitch, euler 321 (yaw, pitch, roll) ordering + +- Units: deg + +- RebootRequired: True + +## CUST_ROT2_YAW: Custom yaw + +Custom euler yaw, euler 321 (yaw, pitch, roll) ordering + +- Units: deg + +- RebootRequired: True + +# DDS Parameters + +## DDS_ENABLE: DDS enable + +*Note: This parameter is for advanced users* + +Enable DDS subsystem + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +- RebootRequired: True + +## DDS_UDP_PORT: DDS UDP port + +UDP port number for DDS + +- Range: 1 65535 + +- RebootRequired: True + +# DDSIP Parameters + +## DDS_IP0: IPv4 Address 1st byte + +IPv4 address. Example: 192.xxx.xxx.xxx + +- Range: 0 255 + +- RebootRequired: True + +## DDS_IP1: IPv4 Address 2nd byte + +IPv4 address. Example: xxx.168.xxx.xxx + +- Range: 0 255 + +- RebootRequired: True + +## DDS_IP2: IPv4 Address 3rd byte + +IPv4 address. Example: xxx.xxx.13.xxx + +- Range: 0 255 + +- RebootRequired: True + +## DDS_IP3: IPv4 Address 4th byte + +IPv4 address. Example: xxx.xxx.xxx.14 + +- Range: 0 255 + +- RebootRequired: True + +# DID Parameters + +## DID_ENABLE: Enable ODID subsystem + +Enable ODID subsystem + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## DID_MAVPORT: MAVLink serial port + +Serial port number to send OpenDroneID MAVLink messages to. Can be -1 if using DroneCAN. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|0|Serial0| +|1|Serial1| +|2|Serial2| +|3|Serial3| +|4|Serial4| +|5|Serial5| +|6|Serial6| + +## DID_CANDRIVER: DroneCAN driver number + +DroneCAN driver index, 0 to disable DroneCAN + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Driver1| +|2|Driver2| + +## DID_OPTIONS: OpenDroneID options + +Options for OpenDroneID subsystem + +- Bitmask: 0:EnforceArming, 1:AllowNonGPSPosition, 2:LockUASIDOnFirstBasicIDRx + +## DID_BARO_ACC: Barometer vertical accuraacy + +*Note: This parameter is for advanced users* + +Barometer Vertical Accuracy when installed in the vehicle. Note this is dependent upon installation conditions and thus disabled by default + +- Units: m + +# DOCK Parameters + +## DOCK_SPEED: Dock mode speed + +Vehicle speed limit in dock mode + +- Units: m/s + +- Range: 0 100 + +- Increment: 0.1 + +## DOCK_DIR: Dock mode direction of approach + +*Note: This parameter is for advanced users* + +Compass direction in which vehicle should approach towards dock. -1 value represents unset parameter + +- Units: deg + +- Range: 0 360 + +- Increment: 1 + +## DOCK_HDG_CORR_EN: Dock mode heading correction enable/disable + +*Note: This parameter is for advanced users* + +When enabled, the autopilot modifies the path to approach the target head-on along desired line of approch in dock mode + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## DOCK_HDG_CORR_WT: Dock mode heading correction weight + +*Note: This parameter is for advanced users* + +This value describes how aggressively vehicle tries to correct its heading to be on desired line of approach + +- Range: 0.00 0.90 + +- Increment: 0.05 + +## DOCK_STOP_DIST: Distance from docking target when we should stop + +The vehicle starts stopping when it is this distance away from docking target + +- Units: m + +- Range: 0 2 + +- Increment: 0.01 + +# EAHRS Parameters + +## EAHRS_TYPE: AHRS type + +Type of AHRS device + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|VectorNav| +|2|MicroStrain5| +|5|InertialLabs| +|7|MicroStrain7| + +## EAHRS_RATE: AHRS data rate + +Requested rate for AHRS device + +- Units: Hz + +## EAHRS_OPTIONS: External AHRS options + +External AHRS options bitmask + +- Bitmask: 0:Vector Nav use uncompensated values for accel gyro and mag. + +## EAHRS_SENSORS: External AHRS sensors + +*Note: This parameter is for advanced users* + +External AHRS sensors bitmask + +- Bitmask: 0:GPS,1:IMU,2:Baro,3:Compass + +# EFI Parameters + +## EFI_TYPE: EFI communication type + +*Note: This parameter is for advanced users* + +What method of communication is used for EFI #1 + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Serial-MS| +|2|NWPMU| +|3|Serial-Lutan| +|5|DroneCAN| +|6|Currawong-ECU| +|7|Scripting| +|8|Hirth| +|9|MAV| + +- RebootRequired: True + +## EFI_COEF1: EFI Calibration Coefficient 1 + +*Note: This parameter is for advanced users* + +Used to calibrate fuel flow for MS protocol (Slope). This should be calculated from a log at constant fuel usage rate. Plot (ECYL[0].InjT*EFI.Rpm)/600.0 to get the duty_cycle. Measure actual fuel usage in cm^3/min, and set EFI_COEF1 = fuel_usage_cm3permin / duty_cycle + +- Range: 0 1 + +## EFI_COEF2: EFI Calibration Coefficient 2 + +*Note: This parameter is for advanced users* + +Used to calibrate fuel flow for MS protocol (Offset). This can be used to correct for a non-zero offset in the fuel consumption calculation of EFI_COEF1 + +- Range: 0 10 + +## EFI_FUEL_DENS: ECU Fuel Density + +*Note: This parameter is for advanced users* + +Used to calculate fuel consumption + +- Units: kg/m/m/m + +- Range: 0 10000 + +# EFITHRLIN Parameters + +## EFI_THRLIN_EN: Enable throttle linearisation + +*Note: This parameter is for advanced users* + +Enable EFI throttle linearisation + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## EFI_THRLIN_COEF1: Throttle linearisation - First Order + +*Note: This parameter is for advanced users* + +First Order Polynomial Coefficient. (=1, if throttle is first order polynomial trendline) + +- Range: -1 1 + +- RebootRequired: True + +## EFI_THRLIN_COEF2: Throttle linearisation - Second Order + +*Note: This parameter is for advanced users* + +Second Order Polynomial Coefficient (=0, if throttle is second order polynomial trendline) + +- Range: -1 1 + +- RebootRequired: True + +## EFI_THRLIN_COEF3: Throttle linearisation - Third Order + +*Note: This parameter is for advanced users* + +Third Order Polynomial Coefficient. (=0, if throttle is third order polynomial trendline) + +- Range: -1 1 + +- RebootRequired: True + +## EFI_THRLIN_OFS: throttle linearization offset + +*Note: This parameter is for advanced users* + +Offset for throttle linearization + +- Range: 0 100 + +- RebootRequired: True + +# EK2 Parameters + +## EK2_ENABLE: Enable EKF2 + +*Note: This parameter is for advanced users* + +This enables EKF2. Enabling EKF2 only makes the maths run, it does not mean it will be used for flight control. To use it for flight control set AHRS_EKF_TYPE=2. A reboot or restart will need to be performed after changing the value of EK2_ENABLE for it to take effect. + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +- RebootRequired: True + +## EK2_GPS_TYPE: GPS mode control + +*Note: This parameter is for advanced users* + +This controls use of GPS measurements : 0 = use 3D velocity & 2D position, 1 = use 2D velocity and 2D position, 2 = use 2D position, 3 = Inhibit GPS use - this can be useful when flying with an optical flow sensor in an environment where GPS quality is poor and subject to large multipath errors. + +|Value|Meaning| +|:---:|:---:| +|0|GPS 3D Vel and 2D Pos| +|1|GPS 2D vel and 2D pos| +|2|GPS 2D pos| +|3|No GPS| + +## EK2_VELNE_M_NSE: GPS horizontal velocity measurement noise (m/s) + +*Note: This parameter is for advanced users* + +This sets a lower limit on the speed accuracy reported by the GPS receiver that is used to set horizontal velocity observation noise. If the model of receiver used does not provide a speed accurcy estimate, then the parameter value will be used. Increasing it reduces the weighting of the GPS horizontal velocity measurements. + +- Range: 0.05 5.0 + +- Increment: 0.05 + +- Units: m/s + +## EK2_VELD_M_NSE: GPS vertical velocity measurement noise (m/s) + +*Note: This parameter is for advanced users* + +This sets a lower limit on the speed accuracy reported by the GPS receiver that is used to set vertical velocity observation noise. If the model of receiver used does not provide a speed accurcy estimate, then the parameter value will be used. Increasing it reduces the weighting of the GPS vertical velocity measurements. + +- Range: 0.05 5.0 + +- Increment: 0.05 + +- Units: m/s + +## EK2_VEL_I_GATE: GPS velocity innovation gate size + +*Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the GPS velocity measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted. + +- Range: 100 1000 + +- Increment: 25 + +## EK2_POSNE_M_NSE: GPS horizontal position measurement noise (m) + +*Note: This parameter is for advanced users* + +This sets the GPS horizontal position observation noise. Increasing it reduces the weighting of GPS horizontal position measurements. + +- Range: 0.1 10.0 + +- Increment: 0.1 + +- Units: m + +## EK2_POS_I_GATE: GPS position measurement gate size + +*Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the GPS position measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted. + +- Range: 100 1000 + +- Increment: 25 + +## EK2_GLITCH_RAD: GPS glitch radius gate size (m) + +*Note: This parameter is for advanced users* + +This controls the maximum radial uncertainty in position between the value predicted by the filter and the value measured by the GPS before the filter position and velocity states are reset to the GPS. Making this value larger allows the filter to ignore larger GPS glitches but also means that non-GPS errors such as IMU and compass can create a larger error in position before the filter is forced back to the GPS position. + +- Range: 10 100 + +- Increment: 5 + +- Units: m + +## EK2_ALT_SOURCE: Primary altitude sensor source + +*Note: This parameter is for advanced users* + +Primary height sensor used by the EKF. If a sensor other than Baro is selected and becomes unavailable, then the Baro sensor will be used as a fallback. NOTE: The EK2_RNG_USE_HGT parameter can be used to switch to range-finder when close to the ground in conjunction with EK2_ALT_SOURCE = 0 or 2 (Baro or GPS). + +|Value|Meaning| +|:---:|:---:| +|0|Use Baro| +|1|Use Range Finder| +|2|Use GPS| +|3|Use Range Beacon| + +- RebootRequired: True + +## EK2_ALT_M_NSE: Altitude measurement noise (m) + +*Note: This parameter is for advanced users* + +This is the RMS value of noise in the altitude measurement. Increasing it reduces the weighting of the baro measurement and will make the filter respond more slowly to baro measurement errors, but will make it more sensitive to GPS and accelerometer errors. + +- Range: 0.1 10.0 + +- Increment: 0.1 + +- Units: m + +## EK2_HGT_I_GATE: Height measurement gate size + +*Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the height measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted. + +- Range: 100 1000 + +- Increment: 25 + +## EK2_HGT_DELAY: Height measurement delay (msec) + +*Note: This parameter is for advanced users* + +This is the number of msec that the Height measurements lag behind the inertial measurements. + +- Range: 0 250 + +- Increment: 10 + +- Units: ms + +- RebootRequired: True + +## EK2_MAG_M_NSE: Magnetometer measurement noise (Gauss) + +*Note: This parameter is for advanced users* + +This is the RMS value of noise in magnetometer measurements. Increasing it reduces the weighting on these measurements. + +- Range: 0.01 0.5 + +- Increment: 0.01 + +- Units: Gauss + +## EK2_MAG_CAL: Magnetometer default fusion mode + +*Note: This parameter is for advanced users* + +This determines when the filter will use the 3-axis magnetometer fusion model that estimates both earth and body fixed magnetic field states, when it will use a simpler magnetic heading fusion model that does not use magnetic field states and when it will use an alternative method of yaw determination to the magnetometer. The 3-axis magnetometer fusion is only suitable for use when the external magnetic field environment is stable. EK2_MAG_CAL = 0 uses heading fusion on ground, 3-axis fusion in-flight, and is the default setting for Plane users. EK2_MAG_CAL = 1 uses 3-axis fusion only when manoeuvring. EK2_MAG_CAL = 2 uses heading fusion at all times, is recommended if the external magnetic field is varying and is the default for rovers. EK2_MAG_CAL = 3 uses heading fusion on the ground and 3-axis fusion after the first in-air field and yaw reset has completed, and is the default for copters. EK2_MAG_CAL = 4 uses 3-axis fusion at all times. NOTE: The fusion mode can be forced to 2 for specific EKF cores using the EK2_MAG_MASK parameter. NOTE: limited operation without a magnetometer or any other yaw sensor is possible by setting all COMPASS_USE, COMPASS_USE2, COMPASS_USE3, etc parameters to 0 with COMPASS_ENABLE set to 1. If this is done, the EK2_GSF_RUN and EK2_GSF_USE masks must be set to the same as EK2_IMU_MASK. + +|Value|Meaning| +|:---:|:---:| +|0|When flying| +|1|When manoeuvring| +|2|Never| +|3|After first climb yaw reset| +|4|Always| + +## EK2_MAG_I_GATE: Magnetometer measurement gate size + +*Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the magnetometer measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted. + +- Range: 100 1000 + +- Increment: 25 + +## EK2_EAS_M_NSE: Equivalent airspeed measurement noise (m/s) + +*Note: This parameter is for advanced users* + +This is the RMS value of noise in equivalent airspeed measurements used by planes. Increasing it reduces the weighting of airspeed measurements and will make wind speed estimates less noisy and slower to converge. Increasing also increases navigation errors when dead-reckoning without GPS measurements. + +- Range: 0.5 5.0 + +- Increment: 0.1 + +- Units: m/s + +## EK2_EAS_I_GATE: Airspeed measurement gate size + +*Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the airspeed measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted. + +- Range: 100 1000 + +- Increment: 25 + +## EK2_RNG_M_NSE: Range finder measurement noise (m) + +*Note: This parameter is for advanced users* + +This is the RMS value of noise in the range finder measurement. Increasing it reduces the weighting on this measurement. + +- Range: 0.1 10.0 + +- Increment: 0.1 + +- Units: m + +## EK2_RNG_I_GATE: Range finder measurement gate size + +*Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the range finder innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted. + +- Range: 100 1000 + +- Increment: 25 + +## EK2_MAX_FLOW: Maximum valid optical flow rate + +*Note: This parameter is for advanced users* + +This sets the magnitude maximum optical flow rate in rad/sec that will be accepted by the filter + +- Range: 1.0 4.0 + +- Increment: 0.1 + +- Units: rad/s + +## EK2_FLOW_M_NSE: Optical flow measurement noise (rad/s) + +*Note: This parameter is for advanced users* + +This is the RMS value of noise and errors in optical flow measurements. Increasing it reduces the weighting on these measurements. + +- Range: 0.05 1.0 + +- Increment: 0.05 + +- Units: rad/s + +## EK2_FLOW_I_GATE: Optical Flow measurement gate size + +*Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the optical flow innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted. + +- Range: 100 1000 + +- Increment: 25 + +## EK2_FLOW_DELAY: Optical Flow measurement delay (msec) + +*Note: This parameter is for advanced users* + +This is the number of msec that the optical flow measurements lag behind the inertial measurements. It is the time from the end of the optical flow averaging period and does not include the time delay due to the 100msec of averaging within the flow sensor. + +- Range: 0 127 + +- Increment: 10 + +- Units: ms + +- RebootRequired: True + +## EK2_GYRO_P_NSE: Rate gyro noise (rad/s) + +*Note: This parameter is for advanced users* + +This control disturbance noise controls the growth of estimated error due to gyro measurement errors excluding bias. Increasing it makes the flter trust the gyro measurements less and other measurements more. + +- Range: 0.0001 0.1 + +- Increment: 0.0001 + +- Units: rad/s + +## EK2_ACC_P_NSE: Accelerometer noise (m/s^2) + +*Note: This parameter is for advanced users* + +This control disturbance noise controls the growth of estimated error due to accelerometer measurement errors excluding bias. Increasing it makes the flter trust the accelerometer measurements less and other measurements more. + +- Range: 0.01 1.0 + +- Increment: 0.01 + +- Units: m/s/s + +## EK2_GBIAS_P_NSE: Rate gyro bias stability (rad/s/s) + +*Note: This parameter is for advanced users* + +This state process noise controls growth of the gyro delta angle bias state error estimate. Increasing it makes rate gyro bias estimation faster and noisier. + +- Range: 0.00001 0.001 + +- Units: rad/s/s + +## EK2_GSCL_P_NSE: Rate gyro scale factor stability (1/s) + +*Note: This parameter is for advanced users* + +This noise controls the rate of gyro scale factor learning. Increasing it makes rate gyro scale factor estimation faster and noisier. + +- Range: 0.000001 0.001 + +- Units: Hz + +## EK2_ABIAS_P_NSE: Accelerometer bias stability (m/s^3) + +*Note: This parameter is for advanced users* + +This noise controls the growth of the vertical accelerometer delta velocity bias state error estimate. Increasing it makes accelerometer bias estimation faster and noisier. + +- Range: 0.00001 0.005 + +- Units: m/s/s/s + +## EK2_WIND_P_NSE: Wind velocity process noise (m/s^2) + +*Note: This parameter is for advanced users* + +This state process noise controls the growth of wind state error estimates. Increasing it makes wind estimation faster and noisier. + +- Range: 0.01 1.0 + +- Increment: 0.1 + +- Units: m/s/s + +## EK2_WIND_PSCALE: Height rate to wind process noise scaler + +*Note: This parameter is for advanced users* + +This controls how much the process noise on the wind states is increased when gaining or losing altitude to take into account changes in wind speed and direction with altitude. Increasing this parameter increases how rapidly the wind states adapt when changing altitude, but does make wind velocity estimation noiser. + +- Range: 0.0 1.0 + +- Increment: 0.1 + +## EK2_GPS_CHECK: GPS preflight check + +*Note: This parameter is for advanced users* + +This is a 1 byte bitmap controlling which GPS preflight checks are performed. Set to 0 to bypass all checks. Set to 255 perform all checks. Set to 3 to check just the number of satellites and HDoP. Set to 31 for the most rigorous checks that will still allow checks to pass when the copter is moving, eg launch from a boat. + +- Bitmask: 0:NSats,1:HDoP,2:speed error,3:position error,4:yaw error,5:pos drift,6:vert speed,7:horiz speed + +## EK2_IMU_MASK: Bitmask of active IMUs + +*Note: This parameter is for advanced users* + +1 byte bitmap of IMUs to use in EKF2. A separate instance of EKF2 will be started for each IMU selected. Set to 1 to use the first IMU only (default), set to 2 to use the second IMU only, set to 3 to use the first and second IMU. Additional IMU's can be used up to a maximum of 6 if memory and processing resources permit. There may be insufficient memory and processing resources to run multiple instances. If this occurs EKF2 will fail to start. + +- Bitmask: 0:FirstIMU,1:SecondIMU,2:ThirdIMU,3:FourthIMU,4:FifthIMU,5:SixthIMU + +- RebootRequired: True + +## EK2_CHECK_SCALE: GPS accuracy check scaler (%) + +*Note: This parameter is for advanced users* + +This scales the thresholds that are used to check GPS accuracy before it is used by the EKF. A value of 100 is the default. Values greater than 100 increase and values less than 100 reduce the maximum GPS error the EKF will accept. A value of 200 will double the allowable GPS error. + +- Range: 50 200 + +- Units: % + +## EK2_NOAID_M_NSE: Non-GPS operation position uncertainty (m) + +*Note: This parameter is for advanced users* + +This sets the amount of position variation that the EKF allows for when operating without external measurements (eg GPS or optical flow). Increasing this parameter makes the EKF attitude estimate less sensitive to vehicle manoeuvres but more sensitive to IMU errors. + +- Range: 0.5 50.0 + +- Units: m + +## EK2_YAW_M_NSE: Yaw measurement noise (rad) + +*Note: This parameter is for advanced users* + +This is the RMS value of noise in yaw measurements from the magnetometer. Increasing it reduces the weighting on these measurements. + +- Range: 0.05 1.0 + +- Increment: 0.05 + +- Units: rad + +## EK2_YAW_I_GATE: Yaw measurement gate size + +*Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the magnetometer yaw measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted. + +- Range: 100 1000 + +- Increment: 25 + +## EK2_TAU_OUTPUT: Output complementary filter time constant (centi-sec) + +*Note: This parameter is for advanced users* + +Sets the time constant of the output complementary filter/predictor in centi-seconds. + +- Range: 10 50 + +- Increment: 5 + +- Units: cs + +## EK2_MAGE_P_NSE: Earth magnetic field process noise (gauss/s) + +*Note: This parameter is for advanced users* + +This state process noise controls the growth of earth magnetic field state error estimates. Increasing it makes earth magnetic field estimation faster and noisier. + +- Range: 0.00001 0.01 + +- Units: Gauss/s + +## EK2_MAGB_P_NSE: Body magnetic field process noise (gauss/s) + +*Note: This parameter is for advanced users* + +This state process noise controls the growth of body magnetic field state error estimates. Increasing it makes magnetometer bias error estimation faster and noisier. + +- Range: 0.00001 0.01 + +- Units: Gauss/s + +## EK2_RNG_USE_HGT: Range finder switch height percentage + +*Note: This parameter is for advanced users* + +Range finder can be used as the primary height source when below this percentage of its maximum range (see RNGFND_MAX_CM). This will not work unless Baro or GPS height is selected as the primary height source vis EK2_ALT_SOURCE = 0 or 2 respectively. This feature should not be used for terrain following as it is designed for vertical takeoff and landing with climb above the range finder use height before commencing the mission, and with horizontal position changes below that height being limited to a flat region around the takeoff and landing point. + +- Range: -1 70 + +- Increment: 1 + +- Units: % + +## EK2_TERR_GRAD: Maximum terrain gradient + +*Note: This parameter is for advanced users* + +Specifies the maximum gradient of the terrain below the vehicle assumed when it is fusing range finder or optical flow to estimate terrain height. + +- Range: 0 0.2 + +- Increment: 0.01 + +## EK2_BCN_M_NSE: Range beacon measurement noise (m) + +*Note: This parameter is for advanced users* + +This is the RMS value of noise in the range beacon measurement. Increasing it reduces the weighting on this measurement. + +- Range: 0.1 10.0 + +- Increment: 0.1 + +- Units: m + +## EK2_BCN_I_GTE: Range beacon measurement gate size + +*Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the range beacon measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted. + +- Range: 100 1000 + +- Increment: 25 + +## EK2_BCN_DELAY: Range beacon measurement delay (msec) + +*Note: This parameter is for advanced users* + +This is the number of msec that the range beacon measurements lag behind the inertial measurements. It is the time from the end of the optical flow averaging period and does not include the time delay due to the 100msec of averaging within the flow sensor. + +- Range: 0 127 + +- Increment: 10 + +- Units: ms + +- RebootRequired: True + +## EK2_RNG_USE_SPD: Range finder max ground speed + +*Note: This parameter is for advanced users* + +The range finder will not be used as the primary height source when the horizontal ground speed is greater than this value. + +- Range: 2.0 6.0 + +- Increment: 0.5 + +- Units: m/s + +## EK2_MAG_MASK: Bitmask of active EKF cores that will always use heading fusion + +*Note: This parameter is for advanced users* + +1 byte bitmap of EKF cores that will disable magnetic field states and use simple magnetic heading fusion at all times. This parameter enables specified cores to be used as a backup for flight into an environment with high levels of external magnetic interference which may degrade the EKF attitude estimate when using 3-axis magnetometer fusion. NOTE : Use of a different magnetometer fusion algorithm on different cores makes unwanted EKF core switches due to magnetometer errors more likely. + +- Bitmask: 0:FirstEKF,1:SecondEKF,2:ThirdEKF,3:FourthEKF,4:FifthEKF,5:SixthEKF + +- RebootRequired: True + +## EK2_OGN_HGT_MASK: Bitmask control of EKF reference height correction + +*Note: This parameter is for advanced users* + +When a height sensor other than GPS is used as the primary height source by the EKF, the position of the zero height datum is defined by that sensor and its frame of reference. If a GPS height measurement is also available, then the height of the WGS-84 height datum used by the EKF can be corrected so that the height returned by the getLLH() function is compensated for primary height sensor drift and change in datum over time. The first two bit positions control when the height datum will be corrected. Correction is performed using a Bayes filter and only operates when GPS quality permits. The third bit position controls where the corrections to the GPS reference datum are applied. Corrections can be applied to the local vertical position or to the reported EKF origin height (default). + +- Bitmask: 0:Correct when using Baro height,1:Correct when using range finder height,2:Apply corrections to local position + +- RebootRequired: True + +## EK2_FLOW_USE: Optical flow use bitmask + +*Note: This parameter is for advanced users* + +Controls if the optical flow data is fused into the 24-state navigation estimator OR the 1-state terrain height estimator. + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Navigation| +|2|Terrain| + +- RebootRequired: True + +## EK2_MAG_EF_LIM: EarthField error limit + +*Note: This parameter is for advanced users* + +This limits the difference between the learned earth magnetic field and the earth field from the world magnetic model tables. A value of zero means to disable the use of the WMM tables. + +- Range: 0 500 + +- Units: mGauss + +## EK2_HRT_FILT: Height rate filter crossover frequency + +Specifies the crossover frequency of the complementary filter used to calculate the output predictor height rate derivative. + +- Range: 0.1 30.0 + +- Units: Hz + +## EK2_GSF_RUN_MASK: Bitmask of which EKF-GSF yaw estimators run + +*Note: This parameter is for advanced users* + +A bitmask of which EKF2 instances run an independant EKF-GSF yaw estimator to provide a backup yaw estimate that doesn't rely on magnetometer data. This estimator uses IMU, GPS and, if available, airspeed data. EKF-GSF yaw estimator data for the primary EKF2 instance will be logged as GSF0 and GSF1 messages. Use of the yaw estimate generated by this algorithm is controlled by the EK2_GSF_USE_MASK and EK2_GSF_RST_MAX parameters. To run the EKF-GSF yaw estimator in ride-along and logging only, set EK2_GSF_USE_MASK to 0. + +- Bitmask: 0:FirstEKF,1:SecondEKF,2:ThirdEKF,3:FourthEKF,4:FifthEKF,5:SixthEKF + +- RebootRequired: True + +## EK2_GSF_USE_MASK: Bitmask of which EKF-GSF yaw estimators are used + +*Note: This parameter is for advanced users* + +1 byte bitmap of which EKF2 instances will use the output from the EKF-GSF yaw estimator that has been turned on by the EK2_GSF_RUN_MASK parameter. If the inertial navigation calculation stops following the GPS, then the vehicle code can request EKF2 to attempt to resolve the issue, either by performing a yaw reset if enabled by this parameter by switching to another EKF2 instance. + +- Bitmask: 0:FirstEKF,1:SecondEKF,2:ThirdEKF,3:FourthEKF,4:FifthEKF,5:SixthEKF + +- RebootRequired: True + +## EK2_GSF_RST_MAX: Maximum number of resets to the EKF-GSF yaw estimate allowed + +*Note: This parameter is for advanced users* + +Sets the maximum number of times the EKF2 will be allowed to reset its yaw to the estimate from the EKF-GSF yaw estimator. No resets will be allowed unless the use of the EKF-GSF yaw estimate is enabled via the EK2_GSF_USE_MASK parameter. + +- Range: 1 10 + +- Increment: 1 + +- RebootRequired: True + +# EK3 Parameters + +## EK3_ENABLE: Enable EKF3 + +*Note: This parameter is for advanced users* + +This enables EKF3. Enabling EKF3 only makes the maths run, it does not mean it will be used for flight control. To use it for flight control set AHRS_EKF_TYPE=3. A reboot or restart will need to be performed after changing the value of EK3_ENABLE for it to take effect. + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +- RebootRequired: True + +## EK3_VELNE_M_NSE: GPS horizontal velocity measurement noise (m/s) + +*Note: This parameter is for advanced users* + +This sets a lower limit on the speed accuracy reported by the GPS receiver that is used to set horizontal velocity observation noise. If the model of receiver used does not provide a speed accurcy estimate, then the parameter value will be used. Increasing it reduces the weighting of the GPS horizontal velocity measurements. + +- Range: 0.05 5.0 + +- Increment: 0.05 + +- Units: m/s + +## EK3_VELD_M_NSE: GPS vertical velocity measurement noise (m/s) + +*Note: This parameter is for advanced users* + +This sets a lower limit on the speed accuracy reported by the GPS receiver that is used to set vertical velocity observation noise. If the model of receiver used does not provide a speed accurcy estimate, then the parameter value will be used. Increasing it reduces the weighting of the GPS vertical velocity measurements. + +- Range: 0.05 5.0 + +- Increment: 0.05 + +- Units: m/s + +## EK3_VEL_I_GATE: GPS velocity innovation gate size + +*Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the GPS velocity measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted. If EK3_GLITCH_RAD set to 0 the velocity innovations will be clipped instead of rejected if they exceed the gate size and a smaller value of EK3_VEL_I_GATE not exceeding 300 is recommended to limit the effect of GPS transient errors. + +- Range: 100 1000 + +- Increment: 25 + +## EK3_POSNE_M_NSE: GPS horizontal position measurement noise (m) + +*Note: This parameter is for advanced users* + +This sets the GPS horizontal position observation noise. Increasing it reduces the weighting of GPS horizontal position measurements. + +- Range: 0.1 10.0 + +- Increment: 0.1 + +- Units: m + +## EK3_POS_I_GATE: GPS position measurement gate size + +*Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the GPS position measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted. If EK3_GLITCH_RAD has been set to 0 the horizontal position innovations will be clipped instead of rejected if they exceed the gate size so a smaller value of EK3_POS_I_GATE not exceeding 300 is recommended to limit the effect of GPS transient errors. + +- Range: 100 1000 + +- Increment: 25 + +## EK3_GLITCH_RAD: GPS glitch radius gate size (m) + +*Note: This parameter is for advanced users* + +This controls the maximum radial uncertainty in position between the value predicted by the filter and the value measured by the GPS before the filter position and velocity states are reset to the GPS. Making this value larger allows the filter to ignore larger GPS glitches but also means that non-GPS errors such as IMU and compass can create a larger error in position before the filter is forced back to the GPS position. If EK3_GLITCH_RAD set to 0 the GPS innovations will be clipped instead of rejected if they exceed the gate size set by EK3_VEL_I_GATE and EK3_POS_I_GATE which can be useful if poor quality sensor data is causing GPS rejection and loss of navigation but does make the EKF more susceptible to GPS glitches. If setting EK3_GLITCH_RAD to 0 it is recommended to reduce EK3_VEL_I_GATE and EK3_POS_I_GATE to 300. + +- Range: 10 100 + +- Increment: 5 + +- Units: m + +## EK3_ALT_M_NSE: Altitude measurement noise (m) + +*Note: This parameter is for advanced users* + +This is the RMS value of noise in the altitude measurement. Increasing it reduces the weighting of the baro measurement and will make the filter respond more slowly to baro measurement errors, but will make it more sensitive to GPS and accelerometer errors. A larger value for EK3_ALT_M_NSE may be required when operating with EK3_SRCx_POSZ = 0. This parameter also sets the noise for the 'synthetic' zero height measurement that is used when EK3_SRCx_POSZ = 0. + +- Range: 0.1 100.0 + +- Increment: 0.1 + +- Units: m + +## EK3_HGT_I_GATE: Height measurement gate size + +*Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the height measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted. If EK3_GLITCH_RAD set to 0 the vertical position innovations will be clipped instead of rejected if they exceed the gate size and a smaller value of EK3_HGT_I_GATE not exceeding 300 is recommended to limit the effect of height sensor transient errors. + +- Range: 100 1000 + +- Increment: 25 + +## EK3_HGT_DELAY: Height measurement delay (msec) + +*Note: This parameter is for advanced users* + +This is the number of msec that the Height measurements lag behind the inertial measurements. + +- Range: 0 250 + +- Increment: 10 + +- Units: ms + +- RebootRequired: True + +## EK3_MAG_M_NSE: Magnetometer measurement noise (Gauss) + +*Note: This parameter is for advanced users* + +This is the RMS value of noise in magnetometer measurements. Increasing it reduces the weighting on these measurements. + +- Range: 0.01 0.5 + +- Increment: 0.01 + +- Units: Gauss + +## EK3_MAG_CAL: Magnetometer default fusion mode + +*Note: This parameter is for advanced users* + +This determines when the filter will use the 3-axis magnetometer fusion model that estimates both earth and body fixed magnetic field states and when it will use a simpler magnetic heading fusion model that does not use magnetic field states. The 3-axis magnetometer fusion is only suitable for use when the external magnetic field environment is stable. EK3_MAG_CAL = 0 uses heading fusion on ground, 3-axis fusion in-flight, and is the default setting for Plane users. EK3_MAG_CAL = 1 uses 3-axis fusion only when manoeuvring. EK3_MAG_CAL = 2 uses heading fusion at all times, is recommended if the external magnetic field is varying and is the default for rovers. EK3_MAG_CAL = 3 uses heading fusion on the ground and 3-axis fusion after the first in-air field and yaw reset has completed, and is the default for copters. EK3_MAG_CAL = 4 uses 3-axis fusion at all times. EK3_MAG_CAL = 5 uses an external yaw sensor with simple heading fusion. NOTE : Use of simple heading magnetometer fusion makes vehicle compass calibration and alignment errors harder for the EKF to detect which reduces the sensitivity of the Copter EKF failsafe algorithm. NOTE: The fusion mode can be forced to 2 for specific EKF cores using the EK3_MAG_MASK parameter. EK3_MAG_CAL = 6 uses an external yaw sensor with fallback to compass when the external sensor is not available if we are flying. NOTE: The fusion mode can be forced to 2 for specific EKF cores using the EK3_MAG_MASK parameter. NOTE: limited operation without a magnetometer or any other yaw sensor is possible by setting all COMPASS_USE, COMPASS_USE2, COMPASS_USE3, etc parameters to 0 and setting COMPASS_ENABLE to 0. If this is done, the EK3_GSF_RUN and EK3_GSF_USE masks must be set to the same as EK3_IMU_MASK. A yaw angle derived from IMU and GPS velocity data using a Gaussian Sum Filter (GSF) will then be used to align the yaw when flight commences and there is sufficient movement. + +|Value|Meaning| +|:---:|:---:| +|0|When flying| +|1|When manoeuvring| +|2|Never| +|3|After first climb yaw reset| +|4|Always| +|5|Use external yaw sensor (Deprecated in 4.1+ see EK3_SRCn_YAW)| +|6|External yaw sensor with compass fallback (Deprecated in 4.1+ see EK3_SRCn_YAW)| + +- RebootRequired: True + +## EK3_MAG_I_GATE: Magnetometer measurement gate size + +*Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the magnetometer measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted. + +- Range: 100 1000 + +- Increment: 25 + +## EK3_EAS_M_NSE: Equivalent airspeed measurement noise (m/s) + +*Note: This parameter is for advanced users* + +This is the RMS value of noise in equivalent airspeed measurements used by planes. Increasing it reduces the weighting of airspeed measurements and will make wind speed estimates less noisy and slower to converge. Increasing also increases navigation errors when dead-reckoning without GPS measurements. + +- Range: 0.5 5.0 + +- Increment: 0.1 + +- Units: m/s + +## EK3_EAS_I_GATE: Airspeed measurement gate size + +*Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the airspeed measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted. + +- Range: 100 1000 + +- Increment: 25 + +## EK3_RNG_M_NSE: Range finder measurement noise (m) + +*Note: This parameter is for advanced users* + +This is the RMS value of noise in the range finder measurement. Increasing it reduces the weighting on this measurement. + +- Range: 0.1 10.0 + +- Increment: 0.1 + +- Units: m + +## EK3_RNG_I_GATE: Range finder measurement gate size + +*Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the range finder innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted. + +- Range: 100 1000 + +- Increment: 25 + +## EK3_MAX_FLOW: Maximum valid optical flow rate + +*Note: This parameter is for advanced users* + +This sets the magnitude maximum optical flow rate in rad/sec that will be accepted by the filter + +- Range: 1.0 4.0 + +- Increment: 0.1 + +- Units: rad/s + +## EK3_FLOW_M_NSE: Optical flow measurement noise (rad/s) + +*Note: This parameter is for advanced users* + +This is the RMS value of noise and errors in optical flow measurements. Increasing it reduces the weighting on these measurements. + +- Range: 0.05 1.0 + +- Increment: 0.05 + +- Units: rad/s + +## EK3_FLOW_I_GATE: Optical Flow measurement gate size + +*Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the optical flow innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted. + +- Range: 100 1000 + +- Increment: 25 + +## EK3_FLOW_DELAY: Optical Flow measurement delay (msec) + +*Note: This parameter is for advanced users* + +This is the number of msec that the optical flow measurements lag behind the inertial measurements. It is the time from the end of the optical flow averaging period and does not include the time delay due to the 100msec of averaging within the flow sensor. + +- Range: 0 250 + +- Increment: 10 + +- Units: ms + +- RebootRequired: True + +## EK3_GYRO_P_NSE: Rate gyro noise (rad/s) + +*Note: This parameter is for advanced users* + +This control disturbance noise controls the growth of estimated error due to gyro measurement errors excluding bias. Increasing it makes the flter trust the gyro measurements less and other measurements more. + +- Range: 0.0001 0.1 + +- Increment: 0.0001 + +- Units: rad/s + +## EK3_ACC_P_NSE: Accelerometer noise (m/s^2) + +*Note: This parameter is for advanced users* + +This control disturbance noise controls the growth of estimated error due to accelerometer measurement errors excluding bias. Increasing it makes the flter trust the accelerometer measurements less and other measurements more. + +- Range: 0.01 1.0 + +- Increment: 0.01 + +- Units: m/s/s + +## EK3_GBIAS_P_NSE: Rate gyro bias stability (rad/s/s) + +*Note: This parameter is for advanced users* + +This state process noise controls growth of the gyro delta angle bias state error estimate. Increasing it makes rate gyro bias estimation faster and noisier. + +- Range: 0.00001 0.001 + +- Units: rad/s/s + +## EK3_ABIAS_P_NSE: Accelerometer bias stability (m/s^3) + +*Note: This parameter is for advanced users* + +This noise controls the growth of the vertical accelerometer delta velocity bias state error estimate. Increasing it makes accelerometer bias estimation faster and noisier. + +- Range: 0.00001 0.02 + +- Units: m/s/s/s + +## EK3_WIND_P_NSE: Wind velocity process noise (m/s^2) + +*Note: This parameter is for advanced users* + +This state process noise controls the growth of wind state error estimates. Increasing it makes wind estimation faster and noisier. + +- Range: 0.01 2.0 + +- Increment: 0.1 + +- Units: m/s/s + +## EK3_WIND_PSCALE: Height rate to wind process noise scaler + +*Note: This parameter is for advanced users* + +This controls how much the process noise on the wind states is increased when gaining or losing altitude to take into account changes in wind speed and direction with altitude. Increasing this parameter increases how rapidly the wind states adapt when changing altitude, but does make wind velocity estimation noiser. + +- Range: 0.0 2.0 + +- Increment: 0.1 + +## EK3_GPS_CHECK: GPS preflight check + +*Note: This parameter is for advanced users* + +This is a 1 byte bitmap controlling which GPS preflight checks are performed. Set to 0 to bypass all checks. Set to 255 perform all checks. Set to 3 to check just the number of satellites and HDoP. Set to 31 for the most rigorous checks that will still allow checks to pass when the copter is moving, eg launch from a boat. + +- Bitmask: 0:NSats,1:HDoP,2:speed error,3:position error,4:yaw error,5:pos drift,6:vert speed,7:horiz speed + +## EK3_IMU_MASK: Bitmask of active IMUs + +*Note: This parameter is for advanced users* + +1 byte bitmap of IMUs to use in EKF3. A separate instance of EKF3 will be started for each IMU selected. Set to 1 to use the first IMU only (default), set to 2 to use the second IMU only, set to 3 to use the first and second IMU. Additional IMU's can be used up to a maximum of 6 if memory and processing resources permit. There may be insufficient memory and processing resources to run multiple instances. If this occurs EKF3 will fail to start. + +- Bitmask: 0:FirstIMU,1:SecondIMU,2:ThirdIMU,3:FourthIMU,4:FifthIMU,5:SixthIMU + +- RebootRequired: True + +## EK3_CHECK_SCALE: GPS accuracy check scaler (%) + +*Note: This parameter is for advanced users* + +This scales the thresholds that are used to check GPS accuracy before it is used by the EKF. A value of 100 is the default. Values greater than 100 increase and values less than 100 reduce the maximum GPS error the EKF will accept. A value of 200 will double the allowable GPS error. + +- Range: 50 200 + +- Units: % + +## EK3_NOAID_M_NSE: Non-GPS operation position uncertainty (m) + +*Note: This parameter is for advanced users* + +This sets the amount of position variation that the EKF allows for when operating without external measurements (eg GPS or optical flow). Increasing this parameter makes the EKF attitude estimate less sensitive to vehicle manoeuvres but more sensitive to IMU errors. + +- Range: 0.5 50.0 + +- Units: m + +## EK3_BETA_MASK: Bitmask controlling sidelip angle fusion + +*Note: This parameter is for advanced users* + +1 byte bitmap controlling use of sideslip angle fusion for estimation of non wind states during operation of 'fly forward' vehicle types such as fixed wing planes. By assuming that the angle of sideslip is small, the wind velocity state estimates are corrected whenever the EKF is not dead reckoning (e.g. has an independent velocity or position sensor such as GPS). This behaviour is on by default and cannot be disabled. When the EKF is dead reckoning, the wind states are used as a reference, enabling use of the small angle of sideslip assumption to correct non wind velocity states (eg attitude, velocity, position, etc) and improve navigation accuracy. This behaviour is on by default and cannot be disabled. The behaviour controlled by this parameter is the use of the small angle of sideslip assumption to correct non wind velocity states when the EKF is NOT dead reckoning. This is primarily of benefit to reduce the buildup of yaw angle errors during straight and level flight without a yaw sensor (e.g. magnetometer or dual antenna GPS yaw) provided aerobatic flight maneuvers with large sideslip angles are not performed. The 'always' option might be used where the yaw sensor is intentionally not fitted or disabled. The 'WhenNoYawSensor' option might be used if a yaw sensor is fitted, but protection against in-flight failure and continual rejection by the EKF is desired. For vehicles operated within visual range of the operator performing frequent turning maneuvers, setting this parameter is unnecessary. + +- Bitmask: 0:Always,1:WhenNoYawSensor + +- RebootRequired: True + +## EK3_YAW_M_NSE: Yaw measurement noise (rad) + +*Note: This parameter is for advanced users* + +This is the RMS value of noise in yaw measurements from the magnetometer. Increasing it reduces the weighting on these measurements. + +- Range: 0.05 1.0 + +- Increment: 0.05 + +- Units: rad + +## EK3_YAW_I_GATE: Yaw measurement gate size + +*Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the magnetometer yaw measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted. + +- Range: 100 1000 + +- Increment: 25 + +## EK3_TAU_OUTPUT: Output complementary filter time constant (centi-sec) + +*Note: This parameter is for advanced users* + +Sets the time constant of the output complementary filter/predictor in centi-seconds. + +- Range: 10 50 + +- Increment: 5 + +- Units: cs + +## EK3_MAGE_P_NSE: Earth magnetic field process noise (gauss/s) + +*Note: This parameter is for advanced users* + +This state process noise controls the growth of earth magnetic field state error estimates. Increasing it makes earth magnetic field estimation faster and noisier. + +- Range: 0.00001 0.01 + +- Units: Gauss/s + +## EK3_MAGB_P_NSE: Body magnetic field process noise (gauss/s) + +*Note: This parameter is for advanced users* + +This state process noise controls the growth of body magnetic field state error estimates. Increasing it makes magnetometer bias error estimation faster and noisier. + +- Range: 0.00001 0.01 + +- Units: Gauss/s + +## EK3_RNG_USE_HGT: Range finder switch height percentage + +*Note: This parameter is for advanced users* + +Range finder can be used as the primary height source when below this percentage of its maximum range (see RNGFNDx_MAX_CM) and the primary height source is Baro or GPS (see EK3_SRCx_POSZ). This feature should not be used for terrain following as it is designed for vertical takeoff and landing with climb above the range finder use height before commencing the mission, and with horizontal position changes below that height being limited to a flat region around the takeoff and landing point. + +- Range: -1 70 + +- Increment: 1 + +- Units: % + +## EK3_TERR_GRAD: Maximum terrain gradient + +*Note: This parameter is for advanced users* + +Specifies the maximum gradient of the terrain below the vehicle when it is using range finder as a height reference + +- Range: 0 0.2 + +- Increment: 0.01 + +## EK3_BCN_M_NSE: Range beacon measurement noise (m) + +*Note: This parameter is for advanced users* + +This is the RMS value of noise in the range beacon measurement. Increasing it reduces the weighting on this measurement. + +- Range: 0.1 10.0 + +- Increment: 0.1 + +- Units: m + +## EK3_BCN_I_GTE: Range beacon measurement gate size + +*Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the range beacon measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted. + +- Range: 100 1000 + +- Increment: 25 + +## EK3_BCN_DELAY: Range beacon measurement delay (msec) + +*Note: This parameter is for advanced users* + +This is the number of msec that the range beacon measurements lag behind the inertial measurements. + +- Range: 0 250 + +- Increment: 10 + +- Units: ms + +- RebootRequired: True + +## EK3_RNG_USE_SPD: Range finder max ground speed + +*Note: This parameter is for advanced users* + +The range finder will not be used as the primary height source when the horizontal ground speed is greater than this value. + +- Range: 2.0 6.0 + +- Increment: 0.5 + +- Units: m/s + +## EK3_ACC_BIAS_LIM: Accelerometer bias limit + +*Note: This parameter is for advanced users* + +The accelerometer bias state will be limited to +- this value + +- Range: 0.5 2.5 + +- Increment: 0.1 + +- Units: m/s/s + +## EK3_MAG_MASK: Bitmask of active EKF cores that will always use heading fusion + +*Note: This parameter is for advanced users* + +1 byte bitmap of EKF cores that will disable magnetic field states and use simple magnetic heading fusion at all times. This parameter enables specified cores to be used as a backup for flight into an environment with high levels of external magnetic interference which may degrade the EKF attitude estimate when using 3-axis magnetometer fusion. NOTE : Use of a different magnetometer fusion algorithm on different cores makes unwanted EKF core switches due to magnetometer errors more likely. + +- Bitmask: 0:FirstEKF,1:SecondEKF,2:ThirdEKF,3:FourthEKF,4:FifthEKF,5:SixthEKF + +- RebootRequired: True + +## EK3_OGN_HGT_MASK: Bitmask control of EKF reference height correction + +*Note: This parameter is for advanced users* + +When a height sensor other than GPS is used as the primary height source by the EKF, the position of the zero height datum is defined by that sensor and its frame of reference. If a GPS height measurement is also available, then the height of the WGS-84 height datum used by the EKF can be corrected so that the height returned by the getLLH() function is compensated for primary height sensor drift and change in datum over time. The first two bit positions control when the height datum will be corrected. Correction is performed using a Bayes filter and only operates when GPS quality permits. The third bit position controls where the corrections to the GPS reference datum are applied. Corrections can be applied to the local vertical position or to the reported EKF origin height (default). + +- Bitmask: 0:Correct when using Baro height,1:Correct when using range finder height,2:Apply corrections to local position + +- RebootRequired: True + +## EK3_VIS_VERR_MIN: Visual odometry minimum velocity error + +*Note: This parameter is for advanced users* + +This is the 1-STD odometry velocity observation error that will be assumed when maximum quality is reported by the sensor. When quality is between max and min, the error will be calculated using linear interpolation between VIS_VERR_MIN and VIS_VERR_MAX. + +- Range: 0.05 0.5 + +- Increment: 0.05 + +- Units: m/s + +## EK3_VIS_VERR_MAX: Visual odometry maximum velocity error + +*Note: This parameter is for advanced users* + +This is the 1-STD odometry velocity observation error that will be assumed when minimum quality is reported by the sensor. When quality is between max and min, the error will be calculated using linear interpolation between VIS_VERR_MIN and VIS_VERR_MAX. + +- Range: 0.5 5.0 + +- Increment: 0.1 + +- Units: m/s + +## EK3_WENC_VERR: Wheel odometry velocity error + +*Note: This parameter is for advanced users* + +This is the 1-STD odometry velocity observation error that will be assumed when wheel encoder data is being fused. + +- Range: 0.01 1.0 + +- Increment: 0.1 + +- Units: m/s + +## EK3_FLOW_USE: Optical flow use bitmask + +*Note: This parameter is for advanced users* + +Controls if the optical flow data is fused into the 24-state navigation estimator OR the 1-state terrain height estimator. + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Navigation| +|2|Terrain| + +- RebootRequired: True + +## EK3_HRT_FILT: Height rate filter crossover frequency + +Specifies the crossover frequency of the complementary filter used to calculate the output predictor height rate derivative. + +- Range: 0.1 30.0 + +- Units: Hz + +## EK3_MAG_EF_LIM: EarthField error limit + +*Note: This parameter is for advanced users* + +This limits the difference between the learned earth magnetic field and the earth field from the world magnetic model tables. A value of zero means to disable the use of the WMM tables. + +- Range: 0 500 + +- Units: mGauss + +## EK3_GSF_RUN_MASK: Bitmask of which EKF-GSF yaw estimators run + +*Note: This parameter is for advanced users* + +1 byte bitmap of which EKF3 instances run an independant EKF-GSF yaw estimator to provide a backup yaw estimate that doesn't rely on magnetometer data. This estimator uses IMU, GPS and, if available, airspeed data. EKF-GSF yaw estimator data for the primary EKF3 instance will be logged as GSF0 and GSF1 messages. Use of the yaw estimate generated by this algorithm is controlled by the EK3_GSF_USE_MASK and EK3_GSF_RST_MAX parameters. To run the EKF-GSF yaw estimator in ride-along and logging only, set EK3_GSF_USE to 0. + +- Bitmask: 0:FirstEKF,1:SecondEKF,2:ThirdEKF,3:FourthEKF,4:FifthEKF,5:SixthEKF + +- RebootRequired: True + +## EK3_GSF_USE_MASK: Bitmask of which EKF-GSF yaw estimators are used + +*Note: This parameter is for advanced users* + +A bitmask of which EKF3 instances will use the output from the EKF-GSF yaw estimator that has been turned on by the EK3_GSF_RUN_MASK parameter. If the inertial navigation calculation stops following the GPS, then the vehicle code can request EKF3 to attempt to resolve the issue, either by performing a yaw reset if enabled by this parameter by switching to another EKF3 instance. + +- Bitmask: 0:FirstEKF,1:SecondEKF,2:ThirdEKF,3:FourthEKF,4:FifthEKF,5:SixthEKF + +- RebootRequired: True + +## EK3_GSF_RST_MAX: Maximum number of resets to the EKF-GSF yaw estimate allowed + +*Note: This parameter is for advanced users* + +Sets the maximum number of times the EKF3 will be allowed to reset its yaw to the estimate from the EKF-GSF yaw estimator. No resets will be allowed unless the use of the EKF-GSF yaw estimate is enabled via the EK3_GSF_USE_MASK parameter. + +- Range: 1 10 + +- Increment: 1 + +- RebootRequired: True + +## EK3_ERR_THRESH: EKF3 Lane Relative Error Sensitivity Threshold + +*Note: This parameter is for advanced users* + +lanes have to be consistently better than the primary by at least this threshold to reduce their overall relativeCoreError, lowering this makes lane switching more sensitive to smaller error differences + +- Range: 0.05 1 + +- Increment: 0.05 + +## EK3_AFFINITY: EKF3 Sensor Affinity Options + +*Note: This parameter is for advanced users* + +These options control the affinity between sensor instances and EKF cores + +- Bitmask: 0:EnableGPSAffinity,1:EnableBaroAffinity,2:EnableCompassAffinity,3:EnableAirspeedAffinity + +- RebootRequired: True + +## EK3_DRAG_BCOEF_X: Ballistic coefficient for X axis drag + +*Note: This parameter is for advanced users* + +Ratio of mass to drag coefficient measured along the X body axis. This parameter enables estimation of wind drift for vehicles with bluff bodies and without propulsion forces in the X and Y direction (eg multicopters). The drag produced by this effect scales with speed squared. Set to a postive value > 1.0 to enable. A starting value is the mass in Kg divided by the frontal area. The predicted drag from the rotors is specified separately by the EK3_DRAG_MCOEF parameter. + +- Range: 0.0 1000.0 + +- Units: kg/m/m + +## EK3_DRAG_BCOEF_Y: Ballistic coefficient for Y axis drag + +*Note: This parameter is for advanced users* + +Ratio of mass to drag coefficient measured along the Y body axis. This parameter enables estimation of wind drift for vehicles with bluff bodies and without propulsion forces in the X and Y direction (eg multicopters). The drag produced by this effect scales with speed squared. Set to a postive value > 1.0 to enable. A starting value is the mass in Kg divided by the side area. The predicted drag from the rotors is specified separately by the EK3_DRAG_MCOEF parameter. + +- Range: 50.0 1000.0 + +- Units: kg/m/m + +## EK3_DRAG_M_NSE: Observation noise for drag acceleration + +*Note: This parameter is for advanced users* + +This sets the amount of noise used when fusing X and Y acceleration as an observation that enables esitmation of wind velocity for multi-rotor vehicles. This feature is enabled by the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters + +- Range: 0.1 2.0 + +- Increment: 0.1 + +- Units: m/s/s + +## EK3_DRAG_MCOEF: Momentum coefficient for propeller drag + +*Note: This parameter is for advanced users* + +This parameter is used to predict the drag produced by the rotors when flying a multi-copter, enabling estimation of wind drift. The drag produced by this effect scales with speed not speed squared and is produced because some of the air velocity normal to the rotors axis of rotation is lost when passing through the rotor disc which changes the momentum of the airflow causing drag. For unducted rotors the effect is roughly proportional to the area of the propeller blades when viewed side on and changes with different propellers. It is higher for ducted rotors. For example if flying at 15 m/s at sea level conditions produces a rotor induced drag acceleration of 1.5 m/s/s, then EK3_DRAG_MCOEF would be set to 0.1 = (1.5/15.0). Set EK3_MCOEF to a postive value to enable wind estimation using this drag effect. To account for the drag produced by the body which scales with speed squared, see documentation for the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters. + +- Range: 0.0 1.0 + +- Increment: 0.01 + +- Units: 1/s + +## EK3_OGNM_TEST_SF: On ground not moving test scale factor + +*Note: This parameter is for advanced users* + +This parameter is adjust the sensitivity of the on ground not moving test which is used to assist with learning the yaw gyro bias and stopping yaw drift before flight when operating without a yaw sensor. Bigger values allow the detection of a not moving condition with noiser IMU data. Check the XKFM data logged when the vehicle is on ground not moving and adjust the value of OGNM_TEST_SF to be slightly higher than the maximum value of the XKFM.ADR, XKFM.ALR, XKFM.GDR and XKFM.GLR test levels. + +- Range: 1.0 10.0 + +- Increment: 0.5 + +## EK3_GND_EFF_DZ: Baro height ground effect dead zone + +*Note: This parameter is for advanced users* + +This parameter sets the size of the dead zone that is applied to negative baro height spikes that can occur when taking off or landing when a vehicle with lift rotors is operating in ground effect ground effect. Set to about 0.5m less than the amount of negative offset in baro height that occurs just prior to takeoff when lift motors are spooling up. Set to 0 if no ground effect is present. + +- Range: 0.0 10.0 + +- Increment: 0.5 + +## EK3_PRIMARY: Primary core number + +*Note: This parameter is for advanced users* + +The core number (index in IMU mask) that will be used as the primary EKF core on startup. While disarmed the EKF will force the use of this core. A value of 0 corresponds to the first IMU in EK3_IMU_MASK. + +- Range: 0 2 + +- Increment: 1 + +## EK3_LOG_LEVEL: Logging Level + +*Note: This parameter is for advanced users* + +Determines how verbose the EKF3 streaming logging is. A value of 0 provides full logging(default), a value of 1 only XKF4 scaled innovations are logged, a value of 2 both XKF4 and GSF are logged, and a value of 3 disables all streaming logging of EKF3. + +- Range: 0 3 + +- Increment: 1 + +## EK3_GPS_VACC_MAX: GPS vertical accuracy threshold + +*Note: This parameter is for advanced users* + +Vertical accuracy threshold for GPS as the altitude source. The GPS will not be used as an altitude source if the reported vertical accuracy of the GPS is larger than this threshold, falling back to baro instead. Set to zero to deactivate the threshold check. + +- Range: 0.0 10.0 + +- Increment: 0.1 + +- Units: m + +# EK3SRC Parameters + +## EK3_SRC1_POSXY: Position Horizontal Source (Primary) + +*Note: This parameter is for advanced users* + +Position Horizontal Source (Primary) + +|Value|Meaning| +|:---:|:---:| +|0|None| +|3|GPS| +|4|Beacon| +|6|ExternalNav| + +## EK3_SRC1_VELXY: Velocity Horizontal Source + +*Note: This parameter is for advanced users* + +Velocity Horizontal Source + +|Value|Meaning| +|:---:|:---:| +|0|None| +|3|GPS| +|4|Beacon| +|5|OpticalFlow| +|6|ExternalNav| +|7|WheelEncoder| + +## EK3_SRC1_POSZ: Position Vertical Source + +*Note: This parameter is for advanced users* + +Position Vertical Source + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Baro| +|2|RangeFinder| +|3|GPS| +|4|Beacon| +|6|ExternalNav| + +## EK3_SRC1_VELZ: Velocity Vertical Source + +*Note: This parameter is for advanced users* + +Velocity Vertical Source + +|Value|Meaning| +|:---:|:---:| +|0|None| +|3|GPS| +|4|Beacon| +|6|ExternalNav| + +## EK3_SRC1_YAW: Yaw Source + +*Note: This parameter is for advanced users* + +Yaw Source + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Compass| +|2|GPS| +|3|GPS with Compass Fallback| +|6|ExternalNav| +|8|GSF| + +## EK3_SRC2_POSXY: Position Horizontal Source (Secondary) + +*Note: This parameter is for advanced users* + +Position Horizontal Source (Secondary) + +|Value|Meaning| +|:---:|:---:| +|0|None| +|3|GPS| +|4|Beacon| +|6|ExternalNav| + +## EK3_SRC2_VELXY: Velocity Horizontal Source (Secondary) + +*Note: This parameter is for advanced users* + +Velocity Horizontal Source (Secondary) + +|Value|Meaning| +|:---:|:---:| +|0|None| +|3|GPS| +|4|Beacon| +|5|OpticalFlow| +|6|ExternalNav| +|7|WheelEncoder| + +## EK3_SRC2_POSZ: Position Vertical Source (Secondary) + +*Note: This parameter is for advanced users* + +Position Vertical Source (Secondary) + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Baro| +|2|RangeFinder| +|3|GPS| +|4|Beacon| +|6|ExternalNav| + +## EK3_SRC2_VELZ: Velocity Vertical Source (Secondary) + +*Note: This parameter is for advanced users* + +Velocity Vertical Source (Secondary) + +|Value|Meaning| +|:---:|:---:| +|0|None| +|3|GPS| +|4|Beacon| +|6|ExternalNav| + +## EK3_SRC2_YAW: Yaw Source (Secondary) + +*Note: This parameter is for advanced users* + +Yaw Source (Secondary) + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Compass| +|2|GPS| +|3|GPS with Compass Fallback| +|6|ExternalNav| +|8|GSF| + +## EK3_SRC3_POSXY: Position Horizontal Source (Tertiary) + +*Note: This parameter is for advanced users* + +Position Horizontal Source (Tertiary) + +|Value|Meaning| +|:---:|:---:| +|0|None| +|3|GPS| +|4|Beacon| +|6|ExternalNav| + +## EK3_SRC3_VELXY: Velocity Horizontal Source (Tertiary) + +*Note: This parameter is for advanced users* + +Velocity Horizontal Source (Tertiary) + +|Value|Meaning| +|:---:|:---:| +|0|None| +|3|GPS| +|4|Beacon| +|5|OpticalFlow| +|6|ExternalNav| +|7|WheelEncoder| + +## EK3_SRC3_POSZ: Position Vertical Source (Tertiary) + +*Note: This parameter is for advanced users* + +Position Vertical Source (Tertiary) + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Baro| +|2|RangeFinder| +|3|GPS| +|4|Beacon| +|6|ExternalNav| + +## EK3_SRC3_VELZ: Velocity Vertical Source (Tertiary) + +*Note: This parameter is for advanced users* + +Velocity Vertical Source (Tertiary) + +|Value|Meaning| +|:---:|:---:| +|0|None| +|3|GPS| +|4|Beacon| +|6|ExternalNav| + +## EK3_SRC3_YAW: Yaw Source (Tertiary) + +*Note: This parameter is for advanced users* + +Yaw Source (Tertiary) + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Compass| +|2|GPS| +|3|GPS with Compass Fallback| +|6|ExternalNav| +|8|GSF| + +## EK3_SRC_OPTIONS: EKF Source Options + +*Note: This parameter is for advanced users* + +EKF Source Options + +- Bitmask: 0:FuseAllVelocities + +# ESCTLM Parameters + +## ESC_TLM_MAV_OFS: ESC Telemetry mavlink offset + +Offset to apply to ESC numbers when reporting as ESC_TELEMETRY packets over MAVLink. This allows high numbered motors to be displayed as low numbered ESCs for convenience on GCS displays. A value of 4 would send ESC on output 5 as ESC number 1 in ESC_TELEMETRY packets + +- Increment: 1 + +- Range: 0 31 + +# FENCE Parameters + +## FENCE_ENABLE: Fence enable/disable + +Allows you to enable (1) or disable (0) the fence functionality + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## FENCE_TYPE: Fence Type + +Enabled fence types held as bitmask + +- Bitmask: 1:Circle Centered on Home,2:Inclusion/Exclusion Circles+Polygons + +## FENCE_ACTION: Fence Action + +What action should be taken when fence is breached + +|Value|Meaning| +|:---:|:---:| +|0|Report Only| +|1|RTL or Hold| +|2|Hold| +|3|SmartRTL or RTL or Hold| +|4|SmartRTL or Hold| + +## FENCE_RADIUS: Circular Fence Radius + +Circle fence radius which when breached will cause an RTL + +- Units: m + +- Range: 30 10000 + +## FENCE_MARGIN: Fence Margin + +Distance that autopilot's should maintain from the fence to avoid a breach + +- Units: m + +- Range: 1 10 + +## FENCE_TOTAL: Fence polygon point total + +Number of polygon points saved in eeprom (do not update manually) + +- Range: 1 20 + +# FFT Parameters + +## FFT_ENABLE: Enable + +*Note: This parameter is for advanced users* + +Enable Gyro FFT analyser + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +- RebootRequired: True + +## FFT_MINHZ: Minimum Frequency + +*Note: This parameter is for advanced users* + +Lower bound of FFT frequency detection in Hz. On larger vehicles the minimum motor frequency is likely to be significantly lower than for smaller vehicles. + +- Range: 20 400 + +- Units: Hz + +## FFT_MAXHZ: Maximum Frequency + +*Note: This parameter is for advanced users* + +Upper bound of FFT frequency detection in Hz. On smaller vehicles the maximum motor frequency is likely to be significantly higher than for larger vehicles. + +- Range: 20 495 + +- Units: Hz + +## FFT_SAMPLE_MODE: Sample Mode + +*Note: This parameter is for advanced users* + +Sampling mode (and therefore rate). 0: Gyro rate sampling, 1: Fast loop rate sampling, 2: Fast loop rate / 2 sampling, 3: Fast loop rate / 3 sampling. Takes effect on reboot. + +- Range: 0 4 + +- RebootRequired: True + +## FFT_WINDOW_SIZE: FFT window size + +*Note: This parameter is for advanced users* + +Size of window to be used in FFT calculations. Takes effect on reboot. Must be a power of 2 and between 32 and 512. Larger windows give greater frequency resolution but poorer time resolution, consume more CPU time and may not be appropriate for all vehicles. Time and frequency resolution are given by the sample-rate / window-size. Windows of 256 are only really recommended for F7 class boards, windows of 512 or more H7 class. + +- Range: 32 1024 + +- RebootRequired: True + +## FFT_WINDOW_OLAP: FFT window overlap + +*Note: This parameter is for advanced users* + +Percentage of window to be overlapped before another frame is process. Takes effect on reboot. A good default is 50% overlap. Higher overlap results in more processed frames but not necessarily more temporal resolution. Lower overlap results in lost information at the frame edges. + +- Range: 0 0.9 + +- RebootRequired: True + +## FFT_FREQ_HOVER: FFT learned hover frequency + +*Note: This parameter is for advanced users* + +The learned hover noise frequency + +- Range: 0 250 + +## FFT_THR_REF: FFT learned thrust reference + +*Note: This parameter is for advanced users* + +FFT learned thrust reference for the hover frequency and FFT minimum frequency. + +- Range: 0.01 0.9 + +## FFT_SNR_REF: FFT SNR reference threshold + +*Note: This parameter is for advanced users* + +FFT SNR reference threshold in dB at which a signal is determined to be present. + +- Range: 0.0 100.0 + +## FFT_ATT_REF: FFT attenuation for bandwidth calculation + +*Note: This parameter is for advanced users* + +FFT attenuation level in dB for bandwidth calculation and peak detection. The bandwidth is calculated by comparing peak power output with the attenuated version. The default of 15 has shown to be a good compromise in both simulations and real flight. + +- Range: 0 100 + +## FFT_BW_HOVER: FFT learned bandwidth at hover + +*Note: This parameter is for advanced users* + +FFT learned bandwidth at hover for the attenuation frequencies. + +- Range: 0 200 + +## FFT_HMNC_FIT: FFT harmonic fit frequency threshold + +*Note: This parameter is for advanced users* + +FFT harmonic fit frequency threshold percentage at which a signal of the appropriate frequency is determined to be the harmonic of another. Signals that have a harmonic relationship that varies at most by this percentage are considered harmonics of each other for the purpose of selecting the harmonic notch frequency. If a match is found then the lower frequency harmonic is always used as the basis for the dynamic harmonic notch. A value of zero completely disables harmonic matching. + +- Range: 0 100 + +- RebootRequired: True + +## FFT_HMNC_PEAK: FFT harmonic peak target + +*Note: This parameter is for advanced users* + +The FFT harmonic peak target that should be returned by FTN1.PkAvg. The resulting value will be used by the harmonic notch if configured to track the FFT frequency. By default the appropriate peak is auto-detected based on the harmonic fit between peaks and the energy-weighted average frequency on roll on pitch is used. Setting this to 1 will always target the highest energy peak. Setting this to 2 will target the highest energy peak that is lower in frequency than the highest energy peak. Setting this to 3 will target the highest energy peak that is higher in frequency than the highest energy peak. Setting this to 4 will target the highest energy peak on the roll axis only and only the roll frequency will be used (some vehicles have a much more pronounced peak on roll). Setting this to 5 will target the highest energy peak on the pitch axis only and only the pitch frequency will be used (some vehicles have a much more pronounced peak on roll). + +|Value|Meaning| +|:---:|:---:| +|0|Auto| +|1|Center Frequency| +|2|Lower-Shoulder Frequency| +|3|Upper-Shoulder Frequency| +|4|Roll-Axis| +|5|Pitch-Axis| + +## FFT_NUM_FRAMES: FFT output frames to retain and average + +*Note: This parameter is for advanced users* + +Number of output frequency frames to retain and average in order to calculate final frequencies. Averaging output frames can drastically reduce noise and jitter at the cost of latency as long as the input is stable. The default is to perform no averaging. For rapidly changing frequencies (e.g. smaller aircraft) fewer frames should be averaged. + +- Range: 0 8 + +- RebootRequired: True + +## FFT_OPTIONS: FFT options + +*Note: This parameter is for advanced users* + +FFT configuration options. Values: 1:Apply the FFT *after* the filter bank,2:Check noise at the motor frequencies using ESC data as a reference + +- Bitmask: 0:Enable post-filter FFT,1:Check motor noise + +- RebootRequired: True + +# FILT1 Parameters + +## FILT1_TYPE: Filter Type + +Filter Type + +|Value|Meaning| +|:---:|:---:| +|0|Disable| +|1|Notch Filter| + +- RebootRequired: True + +## FILT1_NOTCH_FREQ: Notch Filter center frequency + +*Note: This parameter is for advanced users* + +Notch Filter center frequency in Hz. + +- Range: 10 495 + +- Units: Hz + +## FILT1_NOTCH_Q: Notch Filter quality factor + +*Note: This parameter is for advanced users* + +Notch Filter quality factor given by the notch centre frequency divided by its bandwidth. + +- Range: 1 10 + +## FILT1_NOTCH_ATT: Notch Filter attenuation + +*Note: This parameter is for advanced users* + +Notch Filter attenuation in dB. + +- Range: 5 50 + +- Units: dB + +# FILT2 Parameters + +## FILT2_TYPE: Filter Type + +Filter Type + +|Value|Meaning| +|:---:|:---:| +|0|Disable| +|1|Notch Filter| + +- RebootRequired: True + +## FILT2_NOTCH_FREQ: Notch Filter center frequency + +*Note: This parameter is for advanced users* + +Notch Filter center frequency in Hz. + +- Range: 10 495 + +- Units: Hz + +## FILT2_NOTCH_Q: Notch Filter quality factor + +*Note: This parameter is for advanced users* + +Notch Filter quality factor given by the notch centre frequency divided by its bandwidth. + +- Range: 1 10 + +## FILT2_NOTCH_ATT: Notch Filter attenuation + +*Note: This parameter is for advanced users* + +Notch Filter attenuation in dB. + +- Range: 5 50 + +- Units: dB + +# FILT3 Parameters + +## FILT3_TYPE: Filter Type + +Filter Type + +|Value|Meaning| +|:---:|:---:| +|0|Disable| +|1|Notch Filter| + +- RebootRequired: True + +## FILT3_NOTCH_FREQ: Notch Filter center frequency + +*Note: This parameter is for advanced users* + +Notch Filter center frequency in Hz. + +- Range: 10 495 + +- Units: Hz + +## FILT3_NOTCH_Q: Notch Filter quality factor + +*Note: This parameter is for advanced users* + +Notch Filter quality factor given by the notch centre frequency divided by its bandwidth. + +- Range: 1 10 + +## FILT3_NOTCH_ATT: Notch Filter attenuation + +*Note: This parameter is for advanced users* + +Notch Filter attenuation in dB. + +- Range: 5 50 + +- Units: dB + +# FILT4 Parameters + +## FILT4_TYPE: Filter Type + +Filter Type + +|Value|Meaning| +|:---:|:---:| +|0|Disable| +|1|Notch Filter| + +- RebootRequired: True + +## FILT4_NOTCH_FREQ: Notch Filter center frequency + +*Note: This parameter is for advanced users* + +Notch Filter center frequency in Hz. + +- Range: 10 495 + +- Units: Hz + +## FILT4_NOTCH_Q: Notch Filter quality factor + +*Note: This parameter is for advanced users* + +Notch Filter quality factor given by the notch centre frequency divided by its bandwidth. + +- Range: 1 10 + +## FILT4_NOTCH_ATT: Notch Filter attenuation + +*Note: This parameter is for advanced users* + +Notch Filter attenuation in dB. + +- Range: 5 50 + +- Units: dB + +# FILT5 Parameters + +## FILT5_TYPE: Filter Type + +Filter Type + +|Value|Meaning| +|:---:|:---:| +|0|Disable| +|1|Notch Filter| + +- RebootRequired: True + +## FILT5_NOTCH_FREQ: Notch Filter center frequency + +*Note: This parameter is for advanced users* + +Notch Filter center frequency in Hz. + +- Range: 10 495 + +- Units: Hz + +## FILT5_NOTCH_Q: Notch Filter quality factor + +*Note: This parameter is for advanced users* + +Notch Filter quality factor given by the notch centre frequency divided by its bandwidth. + +- Range: 1 10 + +## FILT5_NOTCH_ATT: Notch Filter attenuation + +*Note: This parameter is for advanced users* + +Notch Filter attenuation in dB. + +- Range: 5 50 + +- Units: dB + +# FILT6 Parameters + +## FILT6_TYPE: Filter Type + +Filter Type + +|Value|Meaning| +|:---:|:---:| +|0|Disable| +|1|Notch Filter| + +- RebootRequired: True + +## FILT6_NOTCH_FREQ: Notch Filter center frequency + +*Note: This parameter is for advanced users* + +Notch Filter center frequency in Hz. + +- Range: 10 495 + +- Units: Hz + +## FILT6_NOTCH_Q: Notch Filter quality factor + +*Note: This parameter is for advanced users* + +Notch Filter quality factor given by the notch centre frequency divided by its bandwidth. + +- Range: 1 10 + +## FILT6_NOTCH_ATT: Notch Filter attenuation + +*Note: This parameter is for advanced users* + +Notch Filter attenuation in dB. + +- Range: 5 50 + +- Units: dB + +# FILT7 Parameters + +## FILT7_TYPE: Filter Type + +Filter Type + +|Value|Meaning| +|:---:|:---:| +|0|Disable| +|1|Notch Filter| + +- RebootRequired: True + +## FILT7_NOTCH_FREQ: Notch Filter center frequency + +*Note: This parameter is for advanced users* + +Notch Filter center frequency in Hz. + +- Range: 10 495 + +- Units: Hz + +## FILT7_NOTCH_Q: Notch Filter quality factor + +*Note: This parameter is for advanced users* + +Notch Filter quality factor given by the notch centre frequency divided by its bandwidth. + +- Range: 1 10 + +## FILT7_NOTCH_ATT: Notch Filter attenuation + +*Note: This parameter is for advanced users* + +Notch Filter attenuation in dB. + +- Range: 5 50 + +- Units: dB + +# FILT8 Parameters + +## FILT8_TYPE: Filter Type + +Filter Type + +|Value|Meaning| +|:---:|:---:| +|0|Disable| +|1|Notch Filter| + +- RebootRequired: True + +## FILT8_NOTCH_FREQ: Notch Filter center frequency + +*Note: This parameter is for advanced users* + +Notch Filter center frequency in Hz. + +- Range: 10 495 + +- Units: Hz + +## FILT8_NOTCH_Q: Notch Filter quality factor + +*Note: This parameter is for advanced users* + +Notch Filter quality factor given by the notch centre frequency divided by its bandwidth. + +- Range: 1 10 + +## FILT8_NOTCH_ATT: Notch Filter attenuation + +*Note: This parameter is for advanced users* + +Notch Filter attenuation in dB. + +- Range: 5 50 + +- Units: dB + +# FLOW Parameters + +## FLOW_TYPE: Optical flow sensor type + +Optical flow sensor type + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|PX4Flow| +|2|Pixart| +|3|Bebop| +|4|CXOF| +|5|MAVLink| +|6|DroneCAN| +|7|MSP| +|8|UPFLOW| + +- RebootRequired: True + +## FLOW_FXSCALER: X axis optical flow scale factor correction + +This sets the parts per thousand scale factor correction applied to the flow sensor X axis optical rate. It can be used to correct for variations in effective focal length. Each positive increment of 1 increases the scale factor applied to the X axis optical flow reading by 0.1%. Negative values reduce the scale factor. + +- Range: -800 +800 + +- Increment: 1 + +## FLOW_FYSCALER: Y axis optical flow scale factor correction + +This sets the parts per thousand scale factor correction applied to the flow sensor Y axis optical rate. It can be used to correct for variations in effective focal length. Each positive increment of 1 increases the scale factor applied to the Y axis optical flow reading by 0.1%. Negative values reduce the scale factor. + +- Range: -800 +800 + +- Increment: 1 + +## FLOW_ORIENT_YAW: Flow sensor yaw alignment + +Specifies the number of centi-degrees that the flow sensor is yawed relative to the vehicle. A sensor with its X-axis pointing to the right of the vehicle X axis has a positive yaw angle. + +- Units: cdeg + +- Range: -17999 +18000 + +- Increment: 10 + +## FLOW_POS_X: X position offset + +*Note: This parameter is for advanced users* + +X position of the optical flow sensor focal point in body frame. Positive X is forward of the origin. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## FLOW_POS_Y: Y position offset + +*Note: This parameter is for advanced users* + +Y position of the optical flow sensor focal point in body frame. Positive Y is to the right of the origin. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## FLOW_POS_Z: Z position offset + +*Note: This parameter is for advanced users* + +Z position of the optical flow sensor focal point in body frame. Positive Z is down from the origin. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## FLOW_ADDR: Address on the bus + +*Note: This parameter is for advanced users* + +This is used to select between multiple possible I2C addresses for some sensor types. For PX4Flow you can choose 0 to 7 for the 8 possible addresses on the I2C bus. + +- Range: 0 127 + +## FLOW_HGT_OVR: Height override of sensor above ground + +*Note: This parameter is for advanced users* + +This is used in rover vehicles, where the sensor is a fixed height above the ground + +- Units: m + +- Range: 0 2 + +- Increment: 0.01 + +# FOLL Parameters + +## FOLL_ENABLE: Follow enable/disable + +Enabled/disable following a target + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## FOLL_SYSID: Follow target's mavlink system id + +Follow target's mavlink system id + +- Range: 0 255 + +## FOLL_DIST_MAX: Follow distance maximum + +Follow distance maximum. targets further than this will be ignored + +- Units: m + +- Range: 1 1000 + +## FOLL_OFS_TYPE: Follow offset type + +Follow offset type + +|Value|Meaning| +|:---:|:---:| +|0|North-East-Down| +|1|Relative to lead vehicle heading| + +## FOLL_OFS_X: Follow offsets in meters north/forward + +Follow offsets in meters north/forward. If positive, this vehicle fly ahead or north of lead vehicle. Depends on FOLL_OFS_TYPE + +- Range: -100 100 + +- Units: m + +- Increment: 1 + +## FOLL_OFS_Y: Follow offsets in meters east/right + +Follow offsets in meters east/right. If positive, this vehicle will fly to the right or east of lead vehicle. Depends on FOLL_OFS_TYPE + +- Range: -100 100 + +- Units: m + +- Increment: 1 + +## FOLL_OFS_Z: Follow offsets in meters down + +Follow offsets in meters down. If positive, this vehicle will fly below the lead vehicle + +- Range: -100 100 + +- Units: m + +- Increment: 1 + +## FOLL_YAW_BEHAVE: Follow yaw behaviour + +Follow yaw behaviour + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Face Lead Vehicle| +|2|Same as Lead vehicle| +|3|Direction of Flight| + +## FOLL_POS_P: Follow position error P gain + +Follow position error P gain. Converts the difference between desired vertical speed and actual speed into a desired acceleration that is passed to the throttle acceleration controller + +- Range: 0.01 1.00 + +- Increment: 0.01 + +## FOLL_ALT_TYPE: Follow altitude type + +Follow altitude type + +|Value|Meaning| +|:---:|:---:| +|0|absolute| +|1|relative| + +## FOLL_OPTIONS: Follow options + +Follow options bitmask + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Mount Follows lead vehicle on mode enter| + +# FRSKY Parameters + +## FRSKY_UPLINK_ID: Uplink sensor id + +*Note: This parameter is for advanced users* + +Change the uplink sensor id (SPort only) + +|Value|Meaning| +|:---:|:---:| +|-1|Disable| +|7|7| +|8|8| +|9|9| +|10|10| +|11|11| +|12|12| +|13|13| +|14|14| +|15|15| +|16|16| +|17|17| +|18|18| +|19|19| +|20|20| +|21|21| +|22|22| +|23|23| +|24|24| +|25|25| +|26|26| + +## FRSKY_DNLINK1_ID: First downlink sensor id + +*Note: This parameter is for advanced users* + +Change the first extra downlink sensor id (SPort only) + +|Value|Meaning| +|:---:|:---:| +|-1|Disable| +|7|7| +|8|8| +|9|9| +|10|10| +|11|11| +|12|12| +|13|13| +|14|14| +|15|15| +|16|16| +|17|17| +|18|18| +|19|19| +|20|20| +|21|21| +|22|22| +|23|23| +|24|24| +|25|25| +|26|26| + +## FRSKY_DNLINK2_ID: Second downlink sensor id + +*Note: This parameter is for advanced users* + +Change the second extra downlink sensor id (SPort only) + +|Value|Meaning| +|:---:|:---:| +|-1|Disable| +|7|7| +|8|8| +|9|9| +|10|10| +|11|11| +|12|12| +|13|13| +|14|14| +|15|15| +|16|16| +|17|17| +|18|18| +|19|19| +|20|20| +|21|21| +|22|22| +|23|23| +|24|24| +|25|25| +|26|26| + +## FRSKY_DNLINK_ID: Default downlink sensor id + +*Note: This parameter is for advanced users* + +Change the default downlink sensor id (SPort only) + +|Value|Meaning| +|:---:|:---:| +|-1|Disable| +|7|7| +|8|8| +|9|9| +|10|10| +|11|11| +|12|12| +|13|13| +|14|14| +|15|15| +|16|16| +|17|17| +|18|18| +|19|19| +|20|20| +|21|21| +|22|22| +|23|23| +|24|24| +|25|25| +|26|26| +|27|27| + +## FRSKY_OPTIONS: FRSky Telemetry Options + +A bitmask to set some FRSky Telemetry specific options + +- Bitmask: 0:EnableAirspeedAndGroundspeed + +# GEN Parameters + +## GEN_TYPE: Generator type + +Generator type + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|IE 650w 800w Fuel Cell| +|2|IE 2.4kW Fuel Cell| +|3|Richenpower| + +- RebootRequired: True + +## GEN_OPTIONS: Generator Options + +Bitmask of options for generators + +- Bitmask: 0:Suppress Maintenance-Required Warnings + +# GPS Parameters + +## GPS_TYPE: 1st GPS type + +*Note: This parameter is for advanced users* + +GPS type of 1st GPS + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|AUTO| +|2|uBlox| +|5|NMEA| +|6|SiRF| +|7|HIL| +|8|SwiftNav| +|9|DroneCAN| +|10|SBF| +|11|GSOF| +|13|ERB| +|14|MAV| +|15|NOVA| +|16|HemisphereNMEA| +|17|uBlox-MovingBaseline-Base| +|18|uBlox-MovingBaseline-Rover| +|19|MSP| +|20|AllyStar| +|21|ExternalAHRS| +|22|DroneCAN-MovingBaseline-Base| +|23|DroneCAN-MovingBaseline-Rover| +|24|UnicoreNMEA| +|25|UnicoreMovingBaselineNMEA| +|26|SBF-DualAntenna| + +- RebootRequired: True + +## GPS_TYPE2: 2nd GPS type + +*Note: This parameter is for advanced users* + +GPS type of 2nd GPS + +- RebootRequired: True + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|AUTO| +|2|uBlox| +|5|NMEA| +|6|SiRF| +|7|HIL| +|8|SwiftNav| +|9|DroneCAN| +|10|SBF| +|11|GSOF| +|13|ERB| +|14|MAV| +|15|NOVA| +|16|HemisphereNMEA| +|17|uBlox-MovingBaseline-Base| +|18|uBlox-MovingBaseline-Rover| +|19|MSP| +|20|AllyStar| +|21|ExternalAHRS| +|22|DroneCAN-MovingBaseline-Base| +|23|DroneCAN-MovingBaseline-Rover| +|24|UnicoreNMEA| +|25|UnicoreMovingBaselineNMEA| +|26|SBF-DualAntenna| + +## GPS_NAVFILTER: Navigation filter setting + +*Note: This parameter is for advanced users* + +Navigation filter engine setting + +|Value|Meaning| +|:---:|:---:| +|0|Portable| +|2|Stationary| +|3|Pedestrian| +|4|Automotive| +|5|Sea| +|6|Airborne1G| +|7|Airborne2G| +|8|Airborne4G| + +## GPS_AUTO_SWITCH: Automatic Switchover Setting + +*Note: This parameter is for advanced users* + +Automatic switchover to GPS reporting best lock, 1:UseBest selects the GPS with highest status, if both are equal the GPS with highest satellite count is used 4:Use primary if 3D fix or better, will revert to 'UseBest' behaviour if 3D fix is lost on primary + +|Value|Meaning| +|:---:|:---:| +|0|Use primary| +|1|UseBest| +|2|Blend| +|4|Use primary if 3D fix or better| + +## GPS_MIN_DGPS: Minimum Lock Type Accepted for DGPS + +*Note: This parameter is for advanced users* + +Sets the minimum type of differential GPS corrections required before allowing to switch into DGPS mode. + +|Value|Meaning| +|:---:|:---:| +|0|Any| +|50|FloatRTK| +|100|IntegerRTK| + +- RebootRequired: True + +## GPS_SBAS_MODE: SBAS Mode + +*Note: This parameter is for advanced users* + +This sets the SBAS (satellite based augmentation system) mode if available on this GPS. If set to 2 then the SBAS mode is not changed in the GPS. Otherwise the GPS will be reconfigured to enable/disable SBAS. Disabling SBAS may be worthwhile in some parts of the world where an SBAS signal is available but the baseline is too long to be useful. + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| +|2|NoChange| + +## GPS_MIN_ELEV: Minimum elevation + +*Note: This parameter is for advanced users* + +This sets the minimum elevation of satellites above the horizon for them to be used for navigation. Setting this to -100 leaves the minimum elevation set to the GPS modules default. + +- Range: -100 90 + +- Units: deg + +## GPS_INJECT_TO: Destination for GPS_INJECT_DATA MAVLink packets + +*Note: This parameter is for advanced users* + +The GGS can send raw serial packets to inject data to multiple GPSes. + +|Value|Meaning| +|:---:|:---:| +|0|send to first GPS| +|1|send to 2nd GPS| +|127|send to all| + +## GPS_SBP_LOGMASK: Swift Binary Protocol Logging Mask + +*Note: This parameter is for advanced users* + +Masked with the SBP msg_type field to determine whether SBR1/SBR2 data is logged + +|Value|Meaning| +|:---:|:---:| +|0|None (0x0000)| +|-1|All (0xFFFF)| +|-256|External only (0xFF00)| + +## GPS_RAW_DATA: Raw data logging + +*Note: This parameter is for advanced users* + +Handles logging raw data; on uBlox chips that support raw data this will log RXM messages into logger; on Septentrio this will log on the equipment's SD card and when set to 2, the autopilot will try to stop logging after disarming and restart after arming + +|Value|Meaning| +|:---:|:---:| +|0|Ignore| +|1|Always log| +|2|Stop logging when disarmed (SBF only)| +|5|Only log every five samples (uBlox only)| + +- RebootRequired: True + +## GPS_GNSS_MODE: GNSS system configuration + +*Note: This parameter is for advanced users* + +Bitmask for what GNSS system to use on the first GPS (all unchecked or zero to leave GPS as configured) + +- Bitmask: 0:GPS,1:SBAS,2:Galileo,3:Beidou,4:IMES,5:QZSS,6:GLONASS + +## GPS_SAVE_CFG: Save GPS configuration + +*Note: This parameter is for advanced users* + +Determines whether the configuration for this GPS should be written to non-volatile memory on the GPS. Currently working for UBlox 6 series and above. + +|Value|Meaning| +|:---:|:---:| +|0|Do not save config| +|1|Save config| +|2|Save only when needed| + +## GPS_GNSS_MODE2: GNSS system configuration + +*Note: This parameter is for advanced users* + +Bitmask for what GNSS system to use on the second GPS (all unchecked or zero to leave GPS as configured) + +- Bitmask: 0:GPS,1:SBAS,2:Galileo,3:Beidou,4:IMES,5:QZSS,6:GLONASS + +## GPS_AUTO_CONFIG: Automatic GPS configuration + +*Note: This parameter is for advanced users* + +Controls if the autopilot should automatically configure the GPS based on the parameters and default settings + +|Value|Meaning| +|:---:|:---:| +|0|Disables automatic configuration| +|1|Enable automatic configuration for Serial GPSes only| +|2|Enable automatic configuration for DroneCAN as well| + +## GPS_RATE_MS: GPS update rate in milliseconds + +*Note: This parameter is for advanced users* + +Controls how often the GPS should provide a position update. Lowering below 5Hz(default) is not allowed. Raising the rate above 5Hz usually provides little benefit and for some GPS (eg Ublox M9N) can severely impact performance. + +- Units: ms + +|Value|Meaning| +|:---:|:---:| +|100|10Hz| +|125|8Hz| +|200|5Hz| + +- Range: 50 200 + +## GPS_RATE_MS2: GPS 2 update rate in milliseconds + +*Note: This parameter is for advanced users* + +Controls how often the GPS should provide a position update. Lowering below 5Hz(default) is not allowed. Raising the rate above 5Hz usually provides little benefit and for some GPS (eg Ublox M9N) can severely impact performance. + +- Units: ms + +|Value|Meaning| +|:---:|:---:| +|100|10Hz| +|125|8Hz| +|200|5Hz| + +- Range: 50 200 + +## GPS_POS1_X: Antenna X position offset + +*Note: This parameter is for advanced users* + +X position of the first GPS antenna in body frame. Positive X is forward of the origin. Use antenna phase centroid location if provided by the manufacturer. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## GPS_POS1_Y: Antenna Y position offset + +*Note: This parameter is for advanced users* + +Y position of the first GPS antenna in body frame. Positive Y is to the right of the origin. Use antenna phase centroid location if provided by the manufacturer. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## GPS_POS1_Z: Antenna Z position offset + +*Note: This parameter is for advanced users* + +Z position of the first GPS antenna in body frame. Positive Z is down from the origin. Use antenna phase centroid location if provided by the manufacturer. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## GPS_POS2_X: Antenna X position offset + +*Note: This parameter is for advanced users* + +X position of the second GPS antenna in body frame. Positive X is forward of the origin. Use antenna phase centroid location if provided by the manufacturer. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## GPS_POS2_Y: Antenna Y position offset + +*Note: This parameter is for advanced users* + +Y position of the second GPS antenna in body frame. Positive Y is to the right of the origin. Use antenna phase centroid location if provided by the manufacturer. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## GPS_POS2_Z: Antenna Z position offset + +*Note: This parameter is for advanced users* + +Z position of the second GPS antenna in body frame. Positive Z is down from the origin. Use antenna phase centroid location if provided by the manufacturer. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## GPS_DELAY_MS: GPS delay in milliseconds + +*Note: This parameter is for advanced users* + +Controls the amount of GPS measurement delay that the autopilot compensates for. Set to zero to use the default delay for the detected GPS type. + +- Units: ms + +- Range: 0 250 + +- RebootRequired: True + +## GPS_DELAY_MS2: GPS 2 delay in milliseconds + +*Note: This parameter is for advanced users* + +Controls the amount of GPS measurement delay that the autopilot compensates for. Set to zero to use the default delay for the detected GPS type. + +- Units: ms + +- Range: 0 250 + +- RebootRequired: True + +## GPS_BLEND_MASK: Multi GPS Blending Mask + +*Note: This parameter is for advanced users* + +Determines which of the accuracy measures Horizontal position, Vertical Position and Speed are used to calculate the weighting on each GPS receiver when soft switching has been selected by setting GPS_AUTO_SWITCH to 2(Blend) + +- Bitmask: 0:Horiz Pos,1:Vert Pos,2:Speed + +## GPS_DRV_OPTIONS: driver options + +*Note: This parameter is for advanced users* + +Additional backend specific options + +- Bitmask: 0:Use UART2 for moving baseline on ublox,1:Use base station for GPS yaw on SBF,2:Use baudrate 115200,3:Use dedicated CAN port b/w GPSes for moving baseline,4:Use ellipsoid height instead of AMSL, 5:Override GPS satellite health of L5 band from L1 health + +## GPS_COM_PORT: GPS physical COM port + +*Note: This parameter is for advanced users* + +The physical COM port on the connected device, currently only applies to SBF and GSOF GPS + +- Range: 0 10 + +- Increment: 1 + +|Value|Meaning| +|:---:|:---:| +|0|COM1(RS232) on GSOF| +|1|COM2(TTL) on GSOF| + +- RebootRequired: True + +## GPS_COM_PORT2: GPS physical COM port + +*Note: This parameter is for advanced users* + +The physical COM port on the connected device, currently only applies to SBF and GSOF GPS + +- Range: 0 10 + +- Increment: 1 + +- RebootRequired: True + +## GPS_PRIMARY: Primary GPS + +*Note: This parameter is for advanced users* + +This GPS will be used when GPS_AUTO_SWITCH is 0 and used preferentially with GPS_AUTO_SWITCH = 4. + +- Increment: 1 + +|Value|Meaning| +|:---:|:---:| +|0|FirstGPS| +|1|SecondGPS| + +## GPS_CAN_NODEID1: GPS Node ID 1 + +*Note: This parameter is for advanced users* + +GPS Node id for first-discovered GPS. + +- ReadOnly: True + +## GPS_CAN_NODEID2: GPS Node ID 2 + +*Note: This parameter is for advanced users* + +GPS Node id for second-discovered GPS. + +- ReadOnly: True + +## GPS1_CAN_OVRIDE: First DroneCAN GPS NODE ID + +*Note: This parameter is for advanced users* + +GPS Node id for first GPS. If 0 the gps will be automatically selected on a first-come-first-GPS basis. + +## GPS2_CAN_OVRIDE: Second DroneCAN GPS NODE ID + +*Note: This parameter is for advanced users* + +GPS Node id for second GPS. If 0 the gps will be automatically selected on a second-come-second-GPS basis. + +# GPSMB1 Parameters + +## GPS_MB1_TYPE: Moving base type + +*Note: This parameter is for advanced users* + +Controls the type of moving base used if using moving base. + +|Value|Meaning| +|:---:|:---:| +|0|Relative to alternate GPS instance| +|1|RelativeToCustomBase| + +- RebootRequired: True + +## GPS_MB1_OFS_X: Base antenna X position offset + +*Note: This parameter is for advanced users* + +X position of the base (primary) GPS antenna in body frame from the position of the 2nd antenna. Positive X is forward of the 2nd antenna. Use antenna phase centroid location if provided by the manufacturer. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## GPS_MB1_OFS_Y: Base antenna Y position offset + +*Note: This parameter is for advanced users* + +Y position of the base (primary) GPS antenna in body frame from the position of the 2nd antenna. Positive Y is to the right of the 2nd antenna. Use antenna phase centroid location if provided by the manufacturer. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## GPS_MB1_OFS_Z: Base antenna Z position offset + +*Note: This parameter is for advanced users* + +Z position of the base (primary) GPS antenna in body frame from the position of the 2nd antenna. Positive Z is down from the 2nd antenna. Use antenna phase centroid location if provided by the manufacturer. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +# GPSMB2 Parameters + +## GPS_MB2_TYPE: Moving base type + +*Note: This parameter is for advanced users* + +Controls the type of moving base used if using moving base. + +|Value|Meaning| +|:---:|:---:| +|0|Relative to alternate GPS instance| +|1|RelativeToCustomBase| + +- RebootRequired: True + +## GPS_MB2_OFS_X: Base antenna X position offset + +*Note: This parameter is for advanced users* + +X position of the base (primary) GPS antenna in body frame from the position of the 2nd antenna. Positive X is forward of the 2nd antenna. Use antenna phase centroid location if provided by the manufacturer. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## GPS_MB2_OFS_Y: Base antenna Y position offset + +*Note: This parameter is for advanced users* + +Y position of the base (primary) GPS antenna in body frame from the position of the 2nd antenna. Positive Y is to the right of the 2nd antenna. Use antenna phase centroid location if provided by the manufacturer. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## GPS_MB2_OFS_Z: Base antenna Z position offset + +*Note: This parameter is for advanced users* + +Z position of the base (primary) GPS antenna in body frame from the position of the 2nd antenna. Positive Z is down from the 2nd antenna. Use antenna phase centroid location if provided by the manufacturer. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +# GRIP Parameters + +## GRIP_ENABLE: Gripper Enable/Disable + +Gripper enable/disable + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## GRIP_TYPE: Gripper Type + +Gripper enable/disable + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Servo| +|2|EPM| + +## GRIP_GRAB: Gripper Grab PWM + +*Note: This parameter is for advanced users* + +PWM value in microseconds sent to Gripper to initiate grabbing the cargo + +- Range: 1000 2000 + +- Units: PWM + +## GRIP_RELEASE: Gripper Release PWM + +*Note: This parameter is for advanced users* + +PWM value in microseconds sent to Gripper to release the cargo + +- Range: 1000 2000 + +- Units: PWM + +## GRIP_NEUTRAL: Neutral PWM + +*Note: This parameter is for advanced users* + +PWM value in microseconds sent to grabber when not grabbing or releasing + +- Range: 1000 2000 + +- Units: PWM + +## GRIP_REGRAB: EPM Gripper Regrab interval + +*Note: This parameter is for advanced users* + +Time in seconds that EPM gripper will regrab the cargo to ensure grip has not weakened; 0 to disable + +- Range: 0 255 + +- Units: s + +## GRIP_CAN_ID: EPM UAVCAN Hardpoint ID + +Refer to https://docs.zubax.com/opengrab_epm_v3#UAVCAN_interface + +- Range: 0 255 + +## GRIP_AUTOCLOSE: Gripper Autoclose time + +*Note: This parameter is for advanced users* + +Time in seconds that gripper close the gripper after opening; 0 to disable + +- Range: 0.25 255 + +- Units: s + +# INS Parameters + +## INS_GYROFFS_X: Gyro offsets of X axis + +*Note: This parameter is for advanced users* + +Gyro sensor offsets of X axis. This is setup on each boot during gyro calibrations + +- Units: rad/s + +- Calibration: 1 + +## INS_GYROFFS_Y: Gyro offsets of Y axis + +*Note: This parameter is for advanced users* + +Gyro sensor offsets of Y axis. This is setup on each boot during gyro calibrations + +- Units: rad/s + +- Calibration: 1 + +## INS_GYROFFS_Z: Gyro offsets of Z axis + +*Note: This parameter is for advanced users* + +Gyro sensor offsets of Z axis. This is setup on each boot during gyro calibrations + +- Units: rad/s + +- Calibration: 1 + +## INS_GYR2OFFS_X: Gyro2 offsets of X axis + +*Note: This parameter is for advanced users* + +Gyro2 sensor offsets of X axis. This is setup on each boot during gyro calibrations + +- Units: rad/s + +- Calibration: 1 + +## INS_GYR2OFFS_Y: Gyro2 offsets of Y axis + +*Note: This parameter is for advanced users* + +Gyro2 sensor offsets of Y axis. This is setup on each boot during gyro calibrations + +- Units: rad/s + +- Calibration: 1 + +## INS_GYR2OFFS_Z: Gyro2 offsets of Z axis + +*Note: This parameter is for advanced users* + +Gyro2 sensor offsets of Z axis. This is setup on each boot during gyro calibrations + +- Units: rad/s + +- Calibration: 1 + +## INS_GYR3OFFS_X: Gyro3 offsets of X axis + +*Note: This parameter is for advanced users* + +Gyro3 sensor offsets of X axis. This is setup on each boot during gyro calibrations + +- Units: rad/s + +- Calibration: 1 + +## INS_GYR3OFFS_Y: Gyro3 offsets of Y axis + +*Note: This parameter is for advanced users* + +Gyro3 sensor offsets of Y axis. This is setup on each boot during gyro calibrations + +- Units: rad/s + +- Calibration: 1 + +## INS_GYR3OFFS_Z: Gyro3 offsets of Z axis + +*Note: This parameter is for advanced users* + +Gyro3 sensor offsets of Z axis. This is setup on each boot during gyro calibrations + +- Units: rad/s + +- Calibration: 1 + +## INS_ACCSCAL_X: Accelerometer scaling of X axis + +*Note: This parameter is for advanced users* + +Accelerometer scaling of X axis. Calculated during acceleration calibration routine + +- Range: 0.8 1.2 + +- Calibration: 1 + +## INS_ACCSCAL_Y: Accelerometer scaling of Y axis + +*Note: This parameter is for advanced users* + +Accelerometer scaling of Y axis Calculated during acceleration calibration routine + +- Range: 0.8 1.2 + +- Calibration: 1 + +## INS_ACCSCAL_Z: Accelerometer scaling of Z axis + +*Note: This parameter is for advanced users* + +Accelerometer scaling of Z axis Calculated during acceleration calibration routine + +- Range: 0.8 1.2 + +- Calibration: 1 + +## INS_ACCOFFS_X: Accelerometer offsets of X axis + +*Note: This parameter is for advanced users* + +Accelerometer offsets of X axis. This is setup using the acceleration calibration or level operations + +- Units: m/s/s + +- Range: -3.5 3.5 + +- Calibration: 1 + +## INS_ACCOFFS_Y: Accelerometer offsets of Y axis + +*Note: This parameter is for advanced users* + +Accelerometer offsets of Y axis. This is setup using the acceleration calibration or level operations + +- Units: m/s/s + +- Range: -3.5 3.5 + +- Calibration: 1 + +## INS_ACCOFFS_Z: Accelerometer offsets of Z axis + +*Note: This parameter is for advanced users* + +Accelerometer offsets of Z axis. This is setup using the acceleration calibration or level operations + +- Units: m/s/s + +- Range: -3.5 3.5 + +- Calibration: 1 + +## INS_ACC2SCAL_X: Accelerometer2 scaling of X axis + +*Note: This parameter is for advanced users* + +Accelerometer2 scaling of X axis. Calculated during acceleration calibration routine + +- Range: 0.8 1.2 + +- Calibration: 1 + +## INS_ACC2SCAL_Y: Accelerometer2 scaling of Y axis + +*Note: This parameter is for advanced users* + +Accelerometer2 scaling of Y axis Calculated during acceleration calibration routine + +- Range: 0.8 1.2 + +- Calibration: 1 + +## INS_ACC2SCAL_Z: Accelerometer2 scaling of Z axis + +*Note: This parameter is for advanced users* + +Accelerometer2 scaling of Z axis Calculated during acceleration calibration routine + +- Range: 0.8 1.2 + +- Calibration: 1 + +## INS_ACC2OFFS_X: Accelerometer2 offsets of X axis + +*Note: This parameter is for advanced users* + +Accelerometer2 offsets of X axis. This is setup using the acceleration calibration or level operations + +- Units: m/s/s + +- Range: -3.5 3.5 + +- Calibration: 1 + +## INS_ACC2OFFS_Y: Accelerometer2 offsets of Y axis + +*Note: This parameter is for advanced users* + +Accelerometer2 offsets of Y axis. This is setup using the acceleration calibration or level operations + +- Units: m/s/s + +- Range: -3.5 3.5 + +- Calibration: 1 + +## INS_ACC2OFFS_Z: Accelerometer2 offsets of Z axis + +*Note: This parameter is for advanced users* + +Accelerometer2 offsets of Z axis. This is setup using the acceleration calibration or level operations + +- Units: m/s/s + +- Range: -3.5 3.5 + +- Calibration: 1 + +## INS_ACC3SCAL_X: Accelerometer3 scaling of X axis + +*Note: This parameter is for advanced users* + +Accelerometer3 scaling of X axis. Calculated during acceleration calibration routine + +- Range: 0.8 1.2 + +- Calibration: 1 + +## INS_ACC3SCAL_Y: Accelerometer3 scaling of Y axis + +*Note: This parameter is for advanced users* + +Accelerometer3 scaling of Y axis Calculated during acceleration calibration routine + +- Range: 0.8 1.2 + +- Calibration: 1 + +## INS_ACC3SCAL_Z: Accelerometer3 scaling of Z axis + +*Note: This parameter is for advanced users* + +Accelerometer3 scaling of Z axis Calculated during acceleration calibration routine + +- Range: 0.8 1.2 + +- Calibration: 1 + +## INS_ACC3OFFS_X: Accelerometer3 offsets of X axis + +*Note: This parameter is for advanced users* + +Accelerometer3 offsets of X axis. This is setup using the acceleration calibration or level operations + +- Units: m/s/s + +- Range: -3.5 3.5 + +- Calibration: 1 + +## INS_ACC3OFFS_Y: Accelerometer3 offsets of Y axis + +*Note: This parameter is for advanced users* + +Accelerometer3 offsets of Y axis. This is setup using the acceleration calibration or level operations + +- Units: m/s/s + +- Range: -3.5 3.5 + +- Calibration: 1 + +## INS_ACC3OFFS_Z: Accelerometer3 offsets of Z axis + +*Note: This parameter is for advanced users* + +Accelerometer3 offsets of Z axis. This is setup using the acceleration calibration or level operations + +- Units: m/s/s + +- Range: -3.5 3.5 + +- Calibration: 1 + +## INS_GYRO_FILTER: Gyro filter cutoff frequency + +*Note: This parameter is for advanced users* + +Filter cutoff frequency for gyroscopes. This can be set to a lower value to try to cope with very high vibration levels in aircraft. A value of zero means no filtering (not recommended!) + +- Units: Hz + +- Range: 0 256 + +## INS_ACCEL_FILTER: Accel filter cutoff frequency + +*Note: This parameter is for advanced users* + +Filter cutoff frequency for accelerometers. This can be set to a lower value to try to cope with very high vibration levels in aircraft. A value of zero means no filtering (not recommended!) + +- Units: Hz + +- Range: 0 256 + +## INS_USE: Use first IMU for attitude, velocity and position estimates + +*Note: This parameter is for advanced users* + +Use first IMU for attitude, velocity and position estimates + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## INS_USE2: Use second IMU for attitude, velocity and position estimates + +*Note: This parameter is for advanced users* + +Use second IMU for attitude, velocity and position estimates + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## INS_USE3: Use third IMU for attitude, velocity and position estimates + +*Note: This parameter is for advanced users* + +Use third IMU for attitude, velocity and position estimates + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## INS_STILL_THRESH: Stillness threshold for detecting if we are moving + +*Note: This parameter is for advanced users* + +Threshold to tolerate vibration to determine if vehicle is motionless. This depends on the frame type and if there is a constant vibration due to motors before launch or after landing. Total motionless is about 0.05. Suggested values: Planes/rover use 0.1, multirotors use 1, tradHeli uses 5 + +- Range: 0.05 50 + +## INS_GYR_CAL: Gyro Calibration scheme + +*Note: This parameter is for advanced users* + +Conrols when automatic gyro calibration is performed + +|Value|Meaning| +|:---:|:---:| +|0|Never| +|1|Start-up only| + +## INS_TRIM_OPTION: Accel cal trim option + +*Note: This parameter is for advanced users* + +Specifies how the accel cal routine determines the trims + +|Value|Meaning| +|:---:|:---:| +|0|Don't adjust the trims| +|1|Assume first orientation was level| +|2|Assume ACC_BODYFIX is perfectly aligned to the vehicle| + +## INS_ACC_BODYFIX: Body-fixed accelerometer + +*Note: This parameter is for advanced users* + +The body-fixed accelerometer to be used for trim calculation + +|Value|Meaning| +|:---:|:---:| +|1|IMU 1| +|2|IMU 2| +|3|IMU 3| + +## INS_POS1_X: IMU accelerometer X position + +*Note: This parameter is for advanced users* + +X position of the first IMU Accelerometer in body frame. Positive X is forward of the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## INS_POS1_Y: IMU accelerometer Y position + +*Note: This parameter is for advanced users* + +Y position of the first IMU accelerometer in body frame. Positive Y is to the right of the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## INS_POS1_Z: IMU accelerometer Z position + +*Note: This parameter is for advanced users* + +Z position of the first IMU accelerometer in body frame. Positive Z is down from the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## INS_POS2_X: IMU accelerometer X position + +*Note: This parameter is for advanced users* + +X position of the second IMU accelerometer in body frame. Positive X is forward of the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## INS_POS2_Y: IMU accelerometer Y position + +*Note: This parameter is for advanced users* + +Y position of the second IMU accelerometer in body frame. Positive Y is to the right of the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## INS_POS2_Z: IMU accelerometer Z position + +*Note: This parameter is for advanced users* + +Z position of the second IMU accelerometer in body frame. Positive Z is down from the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## INS_POS3_X: IMU accelerometer X position + +*Note: This parameter is for advanced users* + +X position of the third IMU accelerometer in body frame. Positive X is forward of the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin. + +- Units: m + +- Range: -10 10 + +## INS_POS3_Y: IMU accelerometer Y position + +*Note: This parameter is for advanced users* + +Y position of the third IMU accelerometer in body frame. Positive Y is to the right of the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## INS_POS3_Z: IMU accelerometer Z position + +*Note: This parameter is for advanced users* + +Z position of the third IMU accelerometer in body frame. Positive Z is down from the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## INS_GYR_ID: Gyro ID + +*Note: This parameter is for advanced users* + +Gyro sensor ID, taking into account its type, bus and instance + +- ReadOnly: True + +## INS_GYR2_ID: Gyro2 ID + +*Note: This parameter is for advanced users* + +Gyro2 sensor ID, taking into account its type, bus and instance + +- ReadOnly: True + +## INS_GYR3_ID: Gyro3 ID + +*Note: This parameter is for advanced users* + +Gyro3 sensor ID, taking into account its type, bus and instance + +- ReadOnly: True + +## INS_ACC_ID: Accelerometer ID + +*Note: This parameter is for advanced users* + +Accelerometer sensor ID, taking into account its type, bus and instance + +- ReadOnly: True + +## INS_ACC2_ID: Accelerometer2 ID + +*Note: This parameter is for advanced users* + +Accelerometer2 sensor ID, taking into account its type, bus and instance + +- ReadOnly: True + +## INS_ACC3_ID: Accelerometer3 ID + +*Note: This parameter is for advanced users* + +Accelerometer3 sensor ID, taking into account its type, bus and instance + +- ReadOnly: True + +## INS_FAST_SAMPLE: Fast sampling mask + +*Note: This parameter is for advanced users* + +Mask of IMUs to enable fast sampling on, if available + +- Bitmask: 0:FirstIMU,1:SecondIMU,2:ThirdIMU + +## INS_ENABLE_MASK: IMU enable mask + +*Note: This parameter is for advanced users* + +Bitmask of IMUs to enable. It can be used to prevent startup of specific detected IMUs + +- Bitmask: 0:FirstIMU,1:SecondIMU,2:ThirdIMU,3:FourthIMU,4:FifthIMU,5:SixthIMU,6:SeventhIMU + +## INS_GYRO_RATE: Gyro rate for IMUs with Fast Sampling enabled + +*Note: This parameter is for advanced users* + +Gyro rate for IMUs with fast sampling enabled. The gyro rate is the sample rate at which the IMU filters operate and needs to be at least double the maximum filter frequency. If the sensor does not support the selected rate the next highest supported rate will be used. For IMUs which do not support fast sampling this setting is ignored and the default gyro rate of 1Khz is used. + +|Value|Meaning| +|:---:|:---:| +|0|1kHz| +|1|2kHz| +|2|4kHz| +|3|8kHz| + +- RebootRequired: True + +## INS_ACC1_CALTEMP: Calibration temperature for 1st accelerometer + +*Note: This parameter is for advanced users* + +Temperature that the 1st accelerometer was calibrated at + +- Units: degC + +- Calibration: 1 + +## INS_GYR1_CALTEMP: Calibration temperature for 1st gyroscope + +*Note: This parameter is for advanced users* + +Temperature that the 1st gyroscope was calibrated at + +- Units: degC + +- Calibration: 1 + +## INS_ACC2_CALTEMP: Calibration temperature for 2nd accelerometer + +*Note: This parameter is for advanced users* + +Temperature that the 2nd accelerometer was calibrated at + +- Units: degC + +- Calibration: 1 + +## INS_GYR2_CALTEMP: Calibration temperature for 2nd gyroscope + +*Note: This parameter is for advanced users* + +Temperature that the 2nd gyroscope was calibrated at + +- Units: degC + +- Calibration: 1 + +## INS_ACC3_CALTEMP: Calibration temperature for 3rd accelerometer + +*Note: This parameter is for advanced users* + +Temperature that the 3rd accelerometer was calibrated at + +- Units: degC + +- Calibration: 1 + +## INS_GYR3_CALTEMP: Calibration temperature for 3rd gyroscope + +*Note: This parameter is for advanced users* + +Temperature that the 3rd gyroscope was calibrated at + +- Units: degC + +- Calibration: 1 + +## INS_TCAL_OPTIONS: Options for temperature calibration + +*Note: This parameter is for advanced users* + +This enables optional temperature calibration features. Setting PersistParams will save the accelerometer and temperature calibration parameters in the bootloader sector on the next update of the bootloader. + +- Bitmask: 0:PersistParams + +## INS_RAW_LOG_OPT: Raw logging options + +*Note: This parameter is for advanced users* + +Raw logging options bitmask + +- Bitmask: 0:Log primary gyro only, 1:Log all gyros, 2:Post filter, 3: Pre and post filter + +# INS4 Parameters + +## INS4_USE: Use first IMU for attitude, velocity and position estimates + +*Note: This parameter is for advanced users* + +Use first IMU for attitude, velocity and position estimates + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## INS4_ACC_ID: Accelerometer ID + +*Note: This parameter is for advanced users* + +Accelerometer sensor ID, taking into account its type, bus and instance + +- ReadOnly: True + +## INS4_ACCSCAL_X: Accelerometer scaling of X axis + +*Note: This parameter is for advanced users* + +Accelerometer scaling of X axis. Calculated during acceleration calibration routine + +- Range: 0.8 1.2 + +- Calibration: 1 + +## INS4_ACCSCAL_Y: Accelerometer scaling of Y axis + +*Note: This parameter is for advanced users* + +Accelerometer scaling of Y axis Calculated during acceleration calibration routine + +- Range: 0.8 1.2 + +- Calibration: 1 + +## INS4_ACCSCAL_Z: Accelerometer scaling of Z axis + +*Note: This parameter is for advanced users* + +Accelerometer scaling of Z axis Calculated during acceleration calibration routine + +- Range: 0.8 1.2 + +- Calibration: 1 + +## INS4_ACCOFFS_X: Accelerometer offsets of X axis + +*Note: This parameter is for advanced users* + +Accelerometer offsets of X axis. This is setup using the acceleration calibration or level operations + +- Units: m/s/s + +- Range: -3.5 3.5 + +- Calibration: 1 + +## INS4_ACCOFFS_Y: Accelerometer offsets of Y axis + +*Note: This parameter is for advanced users* + +Accelerometer offsets of Y axis. This is setup using the acceleration calibration or level operations + +- Units: m/s/s + +- Range: -3.5 3.5 + +- Calibration: 1 + +## INS4_ACCOFFS_Z: Accelerometer offsets of Z axis + +*Note: This parameter is for advanced users* + +Accelerometer offsets of Z axis. This is setup using the acceleration calibration or level operations + +- Units: m/s/s + +- Range: -3.5 3.5 + +- Calibration: 1 + +## INS4_POS_X: IMU accelerometer X position + +*Note: This parameter is for advanced users* + +X position of the first IMU Accelerometer in body frame. Positive X is forward of the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## INS4_POS_Y: IMU accelerometer Y position + +*Note: This parameter is for advanced users* + +Y position of the first IMU accelerometer in body frame. Positive Y is to the right of the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## INS4_POS_Z: IMU accelerometer Z position + +*Note: This parameter is for advanced users* + +Z position of the first IMU accelerometer in body frame. Positive Z is down from the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## INS4_ACC_CALTEMP: Calibration temperature for accelerometer + +*Note: This parameter is for advanced users* + +Temperature that the accelerometer was calibrated at + +- Units: degC + +- Calibration: 1 + +## INS4_GYR_ID: Gyro ID + +*Note: This parameter is for advanced users* + +Gyro sensor ID, taking into account its type, bus and instance + +- ReadOnly: True + +## INS4_GYROFFS_X: Gyro offsets of X axis + +*Note: This parameter is for advanced users* + +Gyro sensor offsets of X axis. This is setup on each boot during gyro calibrations + +- Units: rad/s + +- Calibration: 1 + +## INS4_GYROFFS_Y: Gyro offsets of Y axis + +*Note: This parameter is for advanced users* + +Gyro sensor offsets of Y axis. This is setup on each boot during gyro calibrations + +- Units: rad/s + +- Calibration: 1 + +## INS4_GYROFFS_Z: Gyro offsets of Z axis + +*Note: This parameter is for advanced users* + +Gyro sensor offsets of Z axis. This is setup on each boot during gyro calibrations + +- Units: rad/s + +- Calibration: 1 + +## INS4_GYR_CALTEMP: Calibration temperature for gyroscope + +*Note: This parameter is for advanced users* + +Temperature that the gyroscope was calibrated at + +- Units: degC + +- Calibration: 1 + +# INS4TCAL Parameters + +## INS4_TCAL_ENABLE: Enable temperature calibration + +*Note: This parameter is for advanced users* + +Enable the use of temperature calibration parameters for this IMU. For automatic learning set to 2 and also set the INS_TCALn_TMAX to the target temperature, then reboot + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| +|2|LearnCalibration| + +- RebootRequired: True + +## INS4_TCAL_TMIN: Temperature calibration min + +*Note: This parameter is for advanced users* + +The minimum temperature that the calibration is valid for + +- Range: -70 80 + +- Units: degC + +- Calibration: 1 + +## INS4_TCAL_TMAX: Temperature calibration max + +*Note: This parameter is for advanced users* + +The maximum temperature that the calibration is valid for. This must be at least 10 degrees above TMIN for calibration + +- Range: -70 80 + +- Units: degC + +- Calibration: 1 + +## INS4_TCAL_ACC1_X: Accelerometer 1st order temperature coefficient X axis + +*Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS4_TCAL_ACC1_Y: Accelerometer 1st order temperature coefficient Y axis + +*Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS4_TCAL_ACC1_Z: Accelerometer 1st order temperature coefficient Z axis + +*Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS4_TCAL_ACC2_X: Accelerometer 2nd order temperature coefficient X axis + +*Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS4_TCAL_ACC2_Y: Accelerometer 2nd order temperature coefficient Y axis + +*Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS4_TCAL_ACC2_Z: Accelerometer 2nd order temperature coefficient Z axis + +*Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS4_TCAL_ACC3_X: Accelerometer 3rd order temperature coefficient X axis + +*Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS4_TCAL_ACC3_Y: Accelerometer 3rd order temperature coefficient Y axis + +*Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS4_TCAL_ACC3_Z: Accelerometer 3rd order temperature coefficient Z axis + +*Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS4_TCAL_GYR1_X: Gyroscope 1st order temperature coefficient X axis + +*Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS4_TCAL_GYR1_Y: Gyroscope 1st order temperature coefficient Y axis + +*Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS4_TCAL_GYR1_Z: Gyroscope 1st order temperature coefficient Z axis + +*Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS4_TCAL_GYR2_X: Gyroscope 2nd order temperature coefficient X axis + +*Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS4_TCAL_GYR2_Y: Gyroscope 2nd order temperature coefficient Y axis + +*Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS4_TCAL_GYR2_Z: Gyroscope 2nd order temperature coefficient Z axis + +*Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS4_TCAL_GYR3_X: Gyroscope 3rd order temperature coefficient X axis + +*Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS4_TCAL_GYR3_Y: Gyroscope 3rd order temperature coefficient Y axis + +*Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS4_TCAL_GYR3_Z: Gyroscope 3rd order temperature coefficient Z axis + +*Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +# INS5 Parameters + +## INS5_USE: Use first IMU for attitude, velocity and position estimates + +*Note: This parameter is for advanced users* + +Use first IMU for attitude, velocity and position estimates + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## INS5_ACC_ID: Accelerometer ID + +*Note: This parameter is for advanced users* + +Accelerometer sensor ID, taking into account its type, bus and instance + +- ReadOnly: True + +## INS5_ACCSCAL_X: Accelerometer scaling of X axis + +*Note: This parameter is for advanced users* + +Accelerometer scaling of X axis. Calculated during acceleration calibration routine + +- Range: 0.8 1.2 + +- Calibration: 1 + +## INS5_ACCSCAL_Y: Accelerometer scaling of Y axis + +*Note: This parameter is for advanced users* + +Accelerometer scaling of Y axis Calculated during acceleration calibration routine + +- Range: 0.8 1.2 + +- Calibration: 1 + +## INS5_ACCSCAL_Z: Accelerometer scaling of Z axis + +*Note: This parameter is for advanced users* + +Accelerometer scaling of Z axis Calculated during acceleration calibration routine + +- Range: 0.8 1.2 + +- Calibration: 1 + +## INS5_ACCOFFS_X: Accelerometer offsets of X axis + +*Note: This parameter is for advanced users* + +Accelerometer offsets of X axis. This is setup using the acceleration calibration or level operations + +- Units: m/s/s + +- Range: -3.5 3.5 + +- Calibration: 1 + +## INS5_ACCOFFS_Y: Accelerometer offsets of Y axis + +*Note: This parameter is for advanced users* + +Accelerometer offsets of Y axis. This is setup using the acceleration calibration or level operations + +- Units: m/s/s + +- Range: -3.5 3.5 + +- Calibration: 1 + +## INS5_ACCOFFS_Z: Accelerometer offsets of Z axis + +*Note: This parameter is for advanced users* + +Accelerometer offsets of Z axis. This is setup using the acceleration calibration or level operations + +- Units: m/s/s + +- Range: -3.5 3.5 + +- Calibration: 1 + +## INS5_POS_X: IMU accelerometer X position + +*Note: This parameter is for advanced users* + +X position of the first IMU Accelerometer in body frame. Positive X is forward of the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## INS5_POS_Y: IMU accelerometer Y position + +*Note: This parameter is for advanced users* + +Y position of the first IMU accelerometer in body frame. Positive Y is to the right of the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## INS5_POS_Z: IMU accelerometer Z position + +*Note: This parameter is for advanced users* + +Z position of the first IMU accelerometer in body frame. Positive Z is down from the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## INS5_ACC_CALTEMP: Calibration temperature for accelerometer + +*Note: This parameter is for advanced users* + +Temperature that the accelerometer was calibrated at + +- Units: degC + +- Calibration: 1 + +## INS5_GYR_ID: Gyro ID + +*Note: This parameter is for advanced users* + +Gyro sensor ID, taking into account its type, bus and instance + +- ReadOnly: True + +## INS5_GYROFFS_X: Gyro offsets of X axis + +*Note: This parameter is for advanced users* + +Gyro sensor offsets of X axis. This is setup on each boot during gyro calibrations + +- Units: rad/s + +- Calibration: 1 + +## INS5_GYROFFS_Y: Gyro offsets of Y axis + +*Note: This parameter is for advanced users* + +Gyro sensor offsets of Y axis. This is setup on each boot during gyro calibrations + +- Units: rad/s + +- Calibration: 1 + +## INS5_GYROFFS_Z: Gyro offsets of Z axis + +*Note: This parameter is for advanced users* + +Gyro sensor offsets of Z axis. This is setup on each boot during gyro calibrations + +- Units: rad/s + +- Calibration: 1 + +## INS5_GYR_CALTEMP: Calibration temperature for gyroscope + +*Note: This parameter is for advanced users* + +Temperature that the gyroscope was calibrated at + +- Units: degC + +- Calibration: 1 + +# INS5TCAL Parameters + +## INS5_TCAL_ENABLE: Enable temperature calibration + +*Note: This parameter is for advanced users* + +Enable the use of temperature calibration parameters for this IMU. For automatic learning set to 2 and also set the INS_TCALn_TMAX to the target temperature, then reboot + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| +|2|LearnCalibration| + +- RebootRequired: True + +## INS5_TCAL_TMIN: Temperature calibration min + +*Note: This parameter is for advanced users* + +The minimum temperature that the calibration is valid for + +- Range: -70 80 + +- Units: degC + +- Calibration: 1 + +## INS5_TCAL_TMAX: Temperature calibration max + +*Note: This parameter is for advanced users* + +The maximum temperature that the calibration is valid for. This must be at least 10 degrees above TMIN for calibration + +- Range: -70 80 + +- Units: degC + +- Calibration: 1 + +## INS5_TCAL_ACC1_X: Accelerometer 1st order temperature coefficient X axis + +*Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS5_TCAL_ACC1_Y: Accelerometer 1st order temperature coefficient Y axis + +*Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS5_TCAL_ACC1_Z: Accelerometer 1st order temperature coefficient Z axis + +*Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS5_TCAL_ACC2_X: Accelerometer 2nd order temperature coefficient X axis + +*Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS5_TCAL_ACC2_Y: Accelerometer 2nd order temperature coefficient Y axis + +*Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS5_TCAL_ACC2_Z: Accelerometer 2nd order temperature coefficient Z axis + +*Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS5_TCAL_ACC3_X: Accelerometer 3rd order temperature coefficient X axis + +*Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS5_TCAL_ACC3_Y: Accelerometer 3rd order temperature coefficient Y axis + +*Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS5_TCAL_ACC3_Z: Accelerometer 3rd order temperature coefficient Z axis + +*Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS5_TCAL_GYR1_X: Gyroscope 1st order temperature coefficient X axis + +*Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS5_TCAL_GYR1_Y: Gyroscope 1st order temperature coefficient Y axis + +*Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS5_TCAL_GYR1_Z: Gyroscope 1st order temperature coefficient Z axis + +*Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS5_TCAL_GYR2_X: Gyroscope 2nd order temperature coefficient X axis + +*Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS5_TCAL_GYR2_Y: Gyroscope 2nd order temperature coefficient Y axis + +*Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS5_TCAL_GYR2_Z: Gyroscope 2nd order temperature coefficient Z axis + +*Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS5_TCAL_GYR3_X: Gyroscope 3rd order temperature coefficient X axis + +*Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS5_TCAL_GYR3_Y: Gyroscope 3rd order temperature coefficient Y axis + +*Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS5_TCAL_GYR3_Z: Gyroscope 3rd order temperature coefficient Z axis + +*Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +# INSHNTC2 Parameters + +## INS_HNTC2_ENABLE: Harmonic Notch Filter enable + +*Note: This parameter is for advanced users* + +Harmonic Notch Filter enable + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## INS_HNTC2_FREQ: Harmonic Notch Filter base frequency + +*Note: This parameter is for advanced users* + +Harmonic Notch Filter base center frequency in Hz. This is the center frequency for static notches, the center frequency for Throttle based notches at the reference thrust value, and the minimum limit of center frequency variation for all other notch types. This should always be set lower than half the backend gyro rate (which is typically 1Khz). + +- Range: 10 495 + +- Units: Hz + +## INS_HNTC2_BW: Harmonic Notch Filter bandwidth + +*Note: This parameter is for advanced users* + +Harmonic Notch Filter bandwidth in Hz. This is typically set to half the base frequency. The ratio of base frequency to bandwidth determines the notch quality factor and is fixed across harmonics. + +- Range: 5 250 + +- Units: Hz + +## INS_HNTC2_ATT: Harmonic Notch Filter attenuation + +*Note: This parameter is for advanced users* + +Harmonic Notch Filter attenuation in dB. Values greater than 40dB will typically produce a hard notch rather than a modest attenuation of motor noise. + +- Range: 5 50 + +- Units: dB + +## INS_HNTC2_HMNCS: Harmonic Notch Filter harmonics + +*Note: This parameter is for advanced users* + +Bitmask of harmonic frequencies to apply Harmonic Notch Filter to. This option takes effect on the next reboot. A value of 0 disables this filter. The first harmonic refers to the base frequency. + +- Bitmask: 0: 1st harmonic, 1: 2nd harmonic, 2: 3rd harmonic, 3: 4th harmonic, 4: 5th harmonic, 5: 6th harmonic, 6: 7th harmonic, 7: 8th harmonic, 8: 9th harmonic, 9: 10th harmonic, 10: 11th harmonic, 11: 12th harmonic, 12: 13th harmonic, 13: 14th harmonic, 14: 15th harmonic, 15: 16th harmonic + +- RebootRequired: True + +## INS_HNTC2_REF: Harmonic Notch Filter reference value + +*Note: This parameter is for advanced users* + +A reference value of zero disables dynamic updates on the Harmonic Notch Filter and a positive value enables dynamic updates on the Harmonic Notch Filter. For throttle-based scaling, this parameter is the reference value associated with the specified frequency to facilitate frequency scaling of the Harmonic Notch Filter. For RPM and ESC telemetry based tracking, this parameter is set to 1 to enable the Harmonic Notch Filter using the RPM sensor or ESC telemetry set to measure rotor speed. The sensor data is converted to Hz automatically for use in the Harmonic Notch Filter. This reference value may also be used to scale the sensor data, if required. For example, rpm sensor data is required to measure heli motor RPM. Therefore the reference value can be used to scale the RPM sensor to the rotor RPM. + +- Range: 0.0 1.0 + +- RebootRequired: True + +## INS_HNTC2_MODE: Harmonic Notch Filter dynamic frequency tracking mode + +*Note: This parameter is for advanced users* + +Harmonic Notch Filter dynamic frequency tracking mode. Dynamic updates can be throttle, RPM sensor, ESC telemetry or dynamic FFT based. Throttle-based updates should only be used with multicopters. + +- Range: 0 5 + +|Value|Meaning| +|:---:|:---:| +|0|Fixed| +|1|Throttle| +|2|RPM Sensor| +|3|ESC Telemetry| +|4|Dynamic FFT| +|5|Second RPM Sensor| + +## INS_HNTC2_OPTS: Harmonic Notch Filter options + +*Note: This parameter is for advanced users* + +Harmonic Notch Filter options. Triple and double-notches can provide deeper attenuation across a wider bandwidth with reduced latency than single notches and are suitable for larger aircraft. Multi-Source attaches a harmonic notch to each detected noise frequency instead of simply being multiples of the base frequency, in the case of FFT it will attach notches to each of three detected noise peaks, in the case of ESC it will attach notches to each of four motor RPM values. Loop rate update changes the notch center frequency at the scheduler loop rate rather than at the default of 200Hz. If both double and triple notches are specified only double notches will take effect. + +- Bitmask: 0:Double notch,1:Multi-Source,2:Update at loop rate,3:EnableOnAllIMUs,4:Triple notch + +- RebootRequired: True + +## INS_HNTC2_FM_RAT: Throttle notch min freqency ratio + +*Note: This parameter is for advanced users* + +The minimum ratio below the configured frequency to take throttle based notch filters when flying at a throttle level below the reference throttle. Note that lower frequency notch filters will have more phase lag. If you want throttle based notch filtering to be effective at a throttle up to 30% below the configured notch frequency then set this parameter to 0.7. The default of 1.0 means the notch will not go below the frequency in the FREQ parameter. + +- Range: 0.1 1.0 + +# INSHNTCH Parameters + +## INS_HNTCH_ENABLE: Harmonic Notch Filter enable + +*Note: This parameter is for advanced users* + +Harmonic Notch Filter enable + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## INS_HNTCH_FREQ: Harmonic Notch Filter base frequency + +*Note: This parameter is for advanced users* + +Harmonic Notch Filter base center frequency in Hz. This is the center frequency for static notches, the center frequency for Throttle based notches at the reference thrust value, and the minimum limit of center frequency variation for all other notch types. This should always be set lower than half the backend gyro rate (which is typically 1Khz). + +- Range: 10 495 + +- Units: Hz + +## INS_HNTCH_BW: Harmonic Notch Filter bandwidth + +*Note: This parameter is for advanced users* + +Harmonic Notch Filter bandwidth in Hz. This is typically set to half the base frequency. The ratio of base frequency to bandwidth determines the notch quality factor and is fixed across harmonics. + +- Range: 5 250 + +- Units: Hz + +## INS_HNTCH_ATT: Harmonic Notch Filter attenuation + +*Note: This parameter is for advanced users* + +Harmonic Notch Filter attenuation in dB. Values greater than 40dB will typically produce a hard notch rather than a modest attenuation of motor noise. + +- Range: 5 50 + +- Units: dB + +## INS_HNTCH_HMNCS: Harmonic Notch Filter harmonics + +*Note: This parameter is for advanced users* + +Bitmask of harmonic frequencies to apply Harmonic Notch Filter to. This option takes effect on the next reboot. A value of 0 disables this filter. The first harmonic refers to the base frequency. + +- Bitmask: 0: 1st harmonic, 1: 2nd harmonic, 2: 3rd harmonic, 3: 4th harmonic, 4: 5th harmonic, 5: 6th harmonic, 6: 7th harmonic, 7: 8th harmonic, 8: 9th harmonic, 9: 10th harmonic, 10: 11th harmonic, 11: 12th harmonic, 12: 13th harmonic, 13: 14th harmonic, 14: 15th harmonic, 15: 16th harmonic + +- RebootRequired: True + +## INS_HNTCH_REF: Harmonic Notch Filter reference value + +*Note: This parameter is for advanced users* + +A reference value of zero disables dynamic updates on the Harmonic Notch Filter and a positive value enables dynamic updates on the Harmonic Notch Filter. For throttle-based scaling, this parameter is the reference value associated with the specified frequency to facilitate frequency scaling of the Harmonic Notch Filter. For RPM and ESC telemetry based tracking, this parameter is set to 1 to enable the Harmonic Notch Filter using the RPM sensor or ESC telemetry set to measure rotor speed. The sensor data is converted to Hz automatically for use in the Harmonic Notch Filter. This reference value may also be used to scale the sensor data, if required. For example, rpm sensor data is required to measure heli motor RPM. Therefore the reference value can be used to scale the RPM sensor to the rotor RPM. + +- Range: 0.0 1.0 + +- RebootRequired: True + +## INS_HNTCH_MODE: Harmonic Notch Filter dynamic frequency tracking mode + +*Note: This parameter is for advanced users* + +Harmonic Notch Filter dynamic frequency tracking mode. Dynamic updates can be throttle, RPM sensor, ESC telemetry or dynamic FFT based. Throttle-based updates should only be used with multicopters. + +- Range: 0 5 + +|Value|Meaning| +|:---:|:---:| +|0|Fixed| +|1|Throttle| +|2|RPM Sensor| +|3|ESC Telemetry| +|4|Dynamic FFT| +|5|Second RPM Sensor| + +## INS_HNTCH_OPTS: Harmonic Notch Filter options + +*Note: This parameter is for advanced users* + +Harmonic Notch Filter options. Triple and double-notches can provide deeper attenuation across a wider bandwidth with reduced latency than single notches and are suitable for larger aircraft. Multi-Source attaches a harmonic notch to each detected noise frequency instead of simply being multiples of the base frequency, in the case of FFT it will attach notches to each of three detected noise peaks, in the case of ESC it will attach notches to each of four motor RPM values. Loop rate update changes the notch center frequency at the scheduler loop rate rather than at the default of 200Hz. If both double and triple notches are specified only double notches will take effect. + +- Bitmask: 0:Double notch,1:Multi-Source,2:Update at loop rate,3:EnableOnAllIMUs,4:Triple notch + +- RebootRequired: True + +## INS_HNTCH_FM_RAT: Throttle notch min freqency ratio + +*Note: This parameter is for advanced users* + +The minimum ratio below the configured frequency to take throttle based notch filters when flying at a throttle level below the reference throttle. Note that lower frequency notch filters will have more phase lag. If you want throttle based notch filtering to be effective at a throttle up to 30% below the configured notch frequency then set this parameter to 0.7. The default of 1.0 means the notch will not go below the frequency in the FREQ parameter. + +- Range: 0.1 1.0 + +# INSLOG Parameters + +## INS_LOG_BAT_CNT: sample count per batch + +*Note: This parameter is for advanced users* + +Number of samples to take when logging streams of IMU sensor readings. Will be rounded down to a multiple of 32. This option takes effect on the next reboot. + +- Increment: 32 + +- RebootRequired: True + +## INS_LOG_BAT_MASK: Sensor Bitmask + +*Note: This parameter is for advanced users* + +Bitmap of which IMUs to log batch data for. This option takes effect on the next reboot. + +- Bitmask: 0:IMU1,1:IMU2,2:IMU3 + +- RebootRequired: True + +## INS_LOG_BAT_OPT: Batch Logging Options Mask + +*Note: This parameter is for advanced users* + +Options for the BatchSampler. + +- Bitmask: 0:Sensor-Rate Logging (sample at full sensor rate seen by AP), 1: Sample post-filtering, 2: Sample pre- and post-filter + +## INS_LOG_BAT_LGIN: logging interval + +Interval between pushing samples to the AP_Logger log + +- Units: ms + +- Increment: 10 + +## INS_LOG_BAT_LGCT: logging count + +Number of samples to push to count every INS_LOG_BAT_LGIN + +- Increment: 1 + +# INSTCAL1 Parameters + +## INS_TCAL1_ENABLE: Enable temperature calibration + +*Note: This parameter is for advanced users* + +Enable the use of temperature calibration parameters for this IMU. For automatic learning set to 2 and also set the INS_TCALn_TMAX to the target temperature, then reboot + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| +|2|LearnCalibration| + +- RebootRequired: True + +## INS_TCAL1_TMIN: Temperature calibration min + +*Note: This parameter is for advanced users* + +The minimum temperature that the calibration is valid for + +- Range: -70 80 + +- Units: degC + +- Calibration: 1 + +## INS_TCAL1_TMAX: Temperature calibration max + +*Note: This parameter is for advanced users* + +The maximum temperature that the calibration is valid for. This must be at least 10 degrees above TMIN for calibration + +- Range: -70 80 + +- Units: degC + +- Calibration: 1 + +## INS_TCAL1_ACC1_X: Accelerometer 1st order temperature coefficient X axis + +*Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL1_ACC1_Y: Accelerometer 1st order temperature coefficient Y axis + +*Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL1_ACC1_Z: Accelerometer 1st order temperature coefficient Z axis + +*Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL1_ACC2_X: Accelerometer 2nd order temperature coefficient X axis + +*Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL1_ACC2_Y: Accelerometer 2nd order temperature coefficient Y axis + +*Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL1_ACC2_Z: Accelerometer 2nd order temperature coefficient Z axis + +*Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL1_ACC3_X: Accelerometer 3rd order temperature coefficient X axis + +*Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL1_ACC3_Y: Accelerometer 3rd order temperature coefficient Y axis + +*Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL1_ACC3_Z: Accelerometer 3rd order temperature coefficient Z axis + +*Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL1_GYR1_X: Gyroscope 1st order temperature coefficient X axis + +*Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL1_GYR1_Y: Gyroscope 1st order temperature coefficient Y axis + +*Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL1_GYR1_Z: Gyroscope 1st order temperature coefficient Z axis + +*Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL1_GYR2_X: Gyroscope 2nd order temperature coefficient X axis + +*Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL1_GYR2_Y: Gyroscope 2nd order temperature coefficient Y axis + +*Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL1_GYR2_Z: Gyroscope 2nd order temperature coefficient Z axis + +*Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL1_GYR3_X: Gyroscope 3rd order temperature coefficient X axis + +*Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL1_GYR3_Y: Gyroscope 3rd order temperature coefficient Y axis + +*Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL1_GYR3_Z: Gyroscope 3rd order temperature coefficient Z axis + +*Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +# INSTCAL2 Parameters + +## INS_TCAL2_ENABLE: Enable temperature calibration + +*Note: This parameter is for advanced users* + +Enable the use of temperature calibration parameters for this IMU. For automatic learning set to 2 and also set the INS_TCALn_TMAX to the target temperature, then reboot + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| +|2|LearnCalibration| + +- RebootRequired: True + +## INS_TCAL2_TMIN: Temperature calibration min + +*Note: This parameter is for advanced users* + +The minimum temperature that the calibration is valid for + +- Range: -70 80 + +- Units: degC + +- Calibration: 1 + +## INS_TCAL2_TMAX: Temperature calibration max + +*Note: This parameter is for advanced users* + +The maximum temperature that the calibration is valid for. This must be at least 10 degrees above TMIN for calibration + +- Range: -70 80 + +- Units: degC + +- Calibration: 1 + +## INS_TCAL2_ACC1_X: Accelerometer 1st order temperature coefficient X axis + +*Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL2_ACC1_Y: Accelerometer 1st order temperature coefficient Y axis + +*Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL2_ACC1_Z: Accelerometer 1st order temperature coefficient Z axis + +*Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL2_ACC2_X: Accelerometer 2nd order temperature coefficient X axis + +*Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL2_ACC2_Y: Accelerometer 2nd order temperature coefficient Y axis + +*Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL2_ACC2_Z: Accelerometer 2nd order temperature coefficient Z axis + +*Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL2_ACC3_X: Accelerometer 3rd order temperature coefficient X axis + +*Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL2_ACC3_Y: Accelerometer 3rd order temperature coefficient Y axis + +*Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL2_ACC3_Z: Accelerometer 3rd order temperature coefficient Z axis + +*Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL2_GYR1_X: Gyroscope 1st order temperature coefficient X axis + +*Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL2_GYR1_Y: Gyroscope 1st order temperature coefficient Y axis + +*Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL2_GYR1_Z: Gyroscope 1st order temperature coefficient Z axis + +*Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL2_GYR2_X: Gyroscope 2nd order temperature coefficient X axis + +*Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL2_GYR2_Y: Gyroscope 2nd order temperature coefficient Y axis + +*Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL2_GYR2_Z: Gyroscope 2nd order temperature coefficient Z axis + +*Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL2_GYR3_X: Gyroscope 3rd order temperature coefficient X axis + +*Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL2_GYR3_Y: Gyroscope 3rd order temperature coefficient Y axis + +*Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL2_GYR3_Z: Gyroscope 3rd order temperature coefficient Z axis + +*Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +# INSTCAL3 Parameters + +## INS_TCAL3_ENABLE: Enable temperature calibration + +*Note: This parameter is for advanced users* + +Enable the use of temperature calibration parameters for this IMU. For automatic learning set to 2 and also set the INS_TCALn_TMAX to the target temperature, then reboot + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| +|2|LearnCalibration| + +- RebootRequired: True + +## INS_TCAL3_TMIN: Temperature calibration min + +*Note: This parameter is for advanced users* + +The minimum temperature that the calibration is valid for + +- Range: -70 80 + +- Units: degC + +- Calibration: 1 + +## INS_TCAL3_TMAX: Temperature calibration max + +*Note: This parameter is for advanced users* + +The maximum temperature that the calibration is valid for. This must be at least 10 degrees above TMIN for calibration + +- Range: -70 80 + +- Units: degC + +- Calibration: 1 + +## INS_TCAL3_ACC1_X: Accelerometer 1st order temperature coefficient X axis + +*Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL3_ACC1_Y: Accelerometer 1st order temperature coefficient Y axis + +*Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL3_ACC1_Z: Accelerometer 1st order temperature coefficient Z axis + +*Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL3_ACC2_X: Accelerometer 2nd order temperature coefficient X axis + +*Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL3_ACC2_Y: Accelerometer 2nd order temperature coefficient Y axis + +*Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL3_ACC2_Z: Accelerometer 2nd order temperature coefficient Z axis + +*Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL3_ACC3_X: Accelerometer 3rd order temperature coefficient X axis + +*Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL3_ACC3_Y: Accelerometer 3rd order temperature coefficient Y axis + +*Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL3_ACC3_Z: Accelerometer 3rd order temperature coefficient Z axis + +*Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL3_GYR1_X: Gyroscope 1st order temperature coefficient X axis + +*Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL3_GYR1_Y: Gyroscope 1st order temperature coefficient Y axis + +*Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL3_GYR1_Z: Gyroscope 1st order temperature coefficient Z axis + +*Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL3_GYR2_X: Gyroscope 2nd order temperature coefficient X axis + +*Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL3_GYR2_Y: Gyroscope 2nd order temperature coefficient Y axis + +*Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL3_GYR2_Z: Gyroscope 2nd order temperature coefficient Z axis + +*Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL3_GYR3_X: Gyroscope 3rd order temperature coefficient X axis + +*Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL3_GYR3_Y: Gyroscope 3rd order temperature coefficient Y axis + +*Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +## INS_TCAL3_GYR3_Z: Gyroscope 3rd order temperature coefficient Z axis + +*Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + +- Calibration: 1 + +# KDE Parameters + +## KDE_NPOLE: Number of motor poles + +Sets the number of motor poles to calculate the correct RPM value + +# LOG Parameters + +## LOG_BACKEND_TYPE: AP_Logger Backend Storage type + +Bitmap of what Logger backend types to enable. Block-based logging is available on SITL and boards with dataflash chips. Multiple backends can be selected. + +- Bitmask: 0:File,1:MAVLink,2:Block + +## LOG_FILE_BUFSIZE: Maximum AP_Logger File and Block Backend buffer size (in kilobytes) + +The File and Block backends use a buffer to store data before writing to the block device. Raising this value may reduce "gaps" in your SD card logging. This buffer size may be reduced depending on available memory. PixHawk requires at least 4 kilobytes. Maximum value available here is 64 kilobytes. + +## LOG_DISARMED: Enable logging while disarmed + +If LOG_DISARMED is set to 1 then logging will be enabled at all times including when disarmed. Logging before arming can make for very large logfiles but can help a lot when tracking down startup issues and is necessary if logging of EKF replay data is selected via the LOG_REPLAY parameter. If LOG_DISARMED is set to 2, then logging will be enabled when disarmed, but not if a USB connection is detected. This can be used to prevent unwanted data logs being generated when the vehicle is connected via USB for log downloading or parameter changes. If LOG_DISARMED is set to 3 then logging will happen while disarmed, but if the vehicle never arms then the logs using the filesystem backend will be discarded on the next boot. + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| +|2|Disabled on USB connection| +|3|Discard log on reboot if never armed| + +## LOG_REPLAY: Enable logging of information needed for Replay + +If LOG_REPLAY is set to 1 then the EKF2 and EKF3 state estimators will log detailed information needed for diagnosing problems with the Kalman filter. LOG_DISARMED must be set to 1 or 2 or else the log will not contain the pre-flight data required for replay testing of the EKF's. It is suggested that you also raise LOG_FILE_BUFSIZE to give more buffer space for logging and use a high quality microSD card to ensure no sensor data is lost. + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## LOG_FILE_DSRMROT: Stop logging to current file on disarm + +When set, the current log file is closed when the vehicle is disarmed. If LOG_DISARMED is set then a fresh log will be opened. Applies to the File and Block logging backends. + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## LOG_MAV_BUFSIZE: Maximum AP_Logger MAVLink Backend buffer size + +*Note: This parameter is for advanced users* + +Maximum amount of memory to allocate to AP_Logger-over-mavlink + +- Units: kB + +## LOG_FILE_TIMEOUT: Timeout before giving up on file writes + +This controls the amount of time before failing writes to a log file cause the file to be closed and logging stopped. + +- Units: s + +## LOG_FILE_MB_FREE: Old logs on the SD card will be deleted to maintain this amount of free space + +Set this such that the free space is larger than your largest typical flight log + +- Units: MB + +- Range: 10 1000 + +## LOG_FILE_RATEMAX: Maximum logging rate for file backend + +This sets the maximum rate that streaming log messages will be logged to the file backend. A value of zero means that rate limiting is disabled. + +- Units: Hz + +- Range: 0 1000 + +- Increment: 0.1 + +## LOG_MAV_RATEMAX: Maximum logging rate for mavlink backend + +This sets the maximum rate that streaming log messages will be logged to the mavlink backend. A value of zero means that rate limiting is disabled. + +- Units: Hz + +- Range: 0 1000 + +- Increment: 0.1 + +## LOG_BLK_RATEMAX: Maximum logging rate for block backend + +This sets the maximum rate that streaming log messages will be logged to the block backend. A value of zero means that rate limiting is disabled. + +- Units: Hz + +- Range: 0 1000 + +- Increment: 0.1 + +## LOG_DARM_RATEMAX: Maximum logging rate when disarmed + +This sets the maximum rate that streaming log messages will be logged to any backend when disarmed. A value of zero means that the normal backend rate limit is applied. + +- Units: Hz + +- Range: 0 1000 + +- Increment: 0.1 + +## LOG_MAX_FILES: Maximum number of log files + +*Note: This parameter is for advanced users* + +This sets the maximum number of log file that will be written on dataflash or sd card before starting to rotate log number. Limit is capped at 500 logs. + +- Range: 2 500 + +- Increment: 1 + +- RebootRequired: True + +# MIS Parameters + +## MIS_TOTAL: Total mission commands + +*Note: This parameter is for advanced users* + +The number of mission mission items that has been loaded by the ground station. Do not change this manually. + +- Range: 0 32766 + +- Increment: 1 + +- ReadOnly: True + +## MIS_RESTART: Mission Restart when entering Auto mode + +*Note: This parameter is for advanced users* + +Controls mission starting point when entering Auto mode (either restart from beginning of mission or resume from last command run) + +|Value|Meaning| +|:---:|:---:| +|0|Resume Mission| +|1|Restart Mission| + +## MIS_OPTIONS: Mission options bitmask + +*Note: This parameter is for advanced users* + +Bitmask of what options to use in missions. + +- Bitmask: 0:Clear Mission on reboot + +# MNT1 Parameters + +## MNT1_TYPE: Mount Type + +Mount Type + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Servo| +|2|3DR Solo| +|3|Alexmos Serial| +|4|SToRM32 MAVLink| +|5|SToRM32 Serial| +|6|Gremsy| +|7|BrushlessPWM| +|8|Siyi| +|9|Scripting| +|10|Xacti| +|11|Viewpro| + +- RebootRequired: True + +## MNT1_DEFLT_MODE: Mount default operating mode + +Mount default operating mode on startup and after control is returned from autopilot + +|Value|Meaning| +|:---:|:---:| +|0|Retracted| +|1|Neutral| +|2|MavLink Targeting| +|3|RC Targeting| +|4|GPS Point| +|5|SysID Target| +|6|Home Location| + +## MNT1_RC_RATE: Mount RC Rate + +Pilot rate control's maximum rate. Set to zero to use angle control + +- Units: deg/s + +- Range: 0 90 + +- Increment: 1 + +## MNT1_ROLL_MIN: Mount Roll angle minimum + +Mount Roll angle minimum + +- Units: deg + +- Range: -180 180 + +- Increment: 1 + +## MNT1_ROLL_MAX: Mount Roll angle maximum + +Mount Roll angle maximum + +- Units: deg + +- Range: -180 180 + +- Increment: 1 + +## MNT1_PITCH_MIN: Mount Pitch angle minimum + +Mount Pitch angle minimum + +- Units: deg + +- Range: -90 90 + +- Increment: 1 + +## MNT1_PITCH_MAX: Mount Pitch angle maximum + +Mount Pitch angle maximum + +- Units: deg + +- Range: -90 90 + +- Increment: 1 + +## MNT1_YAW_MIN: Mount Yaw angle minimum + +Mount Yaw angle minimum + +- Units: deg + +- Range: -180 180 + +- Increment: 1 + +## MNT1_YAW_MAX: Mount Yaw angle maximum + +Mount Yaw angle maximum + +- Units: deg + +- Range: -180 180 + +- Increment: 1 + +## MNT1_RETRACT_X: Mount roll angle when in retracted position + +Mount roll angle when in retracted position + +- Units: deg + +- Range: -180.0 180.0 + +- Increment: 1 + +## MNT1_RETRACT_Y: Mount pitch angle when in retracted position + +Mount pitch angle when in retracted position + +- Units: deg + +- Range: -180.0 180.0 + +- Increment: 1 + +## MNT1_RETRACT_Z: Mount yaw angle when in retracted position + +Mount yaw angle when in retracted position + +- Units: deg + +- Range: -180.0 180.0 + +- Increment: 1 + +## MNT1_NEUTRAL_X: Mount roll angle when in neutral position + +Mount roll angle when in neutral position + +- Units: deg + +- Range: -180.0 180.0 + +- Increment: 1 + +## MNT1_NEUTRAL_Y: Mount pitch angle when in neutral position + +Mount pitch angle when in neutral position + +- Units: deg + +- Range: -180.0 180.0 + +- Increment: 1 + +## MNT1_NEUTRAL_Z: Mount yaw angle when in neutral position + +Mount yaw angle when in neutral position + +- Units: deg + +- Range: -180.0 180.0 + +- Increment: 1 + +## MNT1_LEAD_RLL: Mount Roll stabilization lead time + +Servo mount roll angle output leads the vehicle angle by this amount of time based on current roll rate. Increase until the servo is responsive but does not overshoot + +- Units: s + +- Range: 0.0 0.2 + +- Increment: .005 + +## MNT1_LEAD_PTCH: Mount Pitch stabilization lead time + +Servo mount pitch angle output leads the vehicle angle by this amount of time based on current pitch rate. Increase until the servo is responsive but does not overshoot + +- Units: s + +- Range: 0.0 0.2 + +- Increment: .005 + +## MNT1_SYSID_DFLT: Mount Target sysID + +Default Target sysID for the mount to point to + +- RebootRequired: True + +## MNT1_DEVID: Mount Device ID + +*Note: This parameter is for advanced users* + +Mount device ID, taking into account its type, bus and instance + +# MNT2 Parameters + +## MNT2_TYPE: Mount Type + +Mount Type + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Servo| +|2|3DR Solo| +|3|Alexmos Serial| +|4|SToRM32 MAVLink| +|5|SToRM32 Serial| +|6|Gremsy| +|7|BrushlessPWM| +|8|Siyi| +|9|Scripting| +|10|Xacti| +|11|Viewpro| + +- RebootRequired: True + +## MNT2_DEFLT_MODE: Mount default operating mode + +Mount default operating mode on startup and after control is returned from autopilot + +|Value|Meaning| +|:---:|:---:| +|0|Retracted| +|1|Neutral| +|2|MavLink Targeting| +|3|RC Targeting| +|4|GPS Point| +|5|SysID Target| +|6|Home Location| + +## MNT2_RC_RATE: Mount RC Rate + +Pilot rate control's maximum rate. Set to zero to use angle control + +- Units: deg/s + +- Range: 0 90 + +- Increment: 1 + +## MNT2_ROLL_MIN: Mount Roll angle minimum + +Mount Roll angle minimum + +- Units: deg + +- Range: -180 180 + +- Increment: 1 + +## MNT2_ROLL_MAX: Mount Roll angle maximum + +Mount Roll angle maximum + +- Units: deg + +- Range: -180 180 + +- Increment: 1 + +## MNT2_PITCH_MIN: Mount Pitch angle minimum + +Mount Pitch angle minimum + +- Units: deg + +- Range: -90 90 + +- Increment: 1 + +## MNT2_PITCH_MAX: Mount Pitch angle maximum + +Mount Pitch angle maximum + +- Units: deg + +- Range: -90 90 + +- Increment: 1 + +## MNT2_YAW_MIN: Mount Yaw angle minimum + +Mount Yaw angle minimum + +- Units: deg + +- Range: -180 180 + +- Increment: 1 + +## MNT2_YAW_MAX: Mount Yaw angle maximum + +Mount Yaw angle maximum + +- Units: deg + +- Range: -180 180 + +- Increment: 1 + +## MNT2_RETRACT_X: Mount roll angle when in retracted position + +Mount roll angle when in retracted position + +- Units: deg + +- Range: -180.0 180.0 + +- Increment: 1 + +## MNT2_RETRACT_Y: Mount pitch angle when in retracted position + +Mount pitch angle when in retracted position + +- Units: deg + +- Range: -180.0 180.0 + +- Increment: 1 + +## MNT2_RETRACT_Z: Mount yaw angle when in retracted position + +Mount yaw angle when in retracted position + +- Units: deg + +- Range: -180.0 180.0 + +- Increment: 1 + +## MNT2_NEUTRAL_X: Mount roll angle when in neutral position + +Mount roll angle when in neutral position + +- Units: deg + +- Range: -180.0 180.0 + +- Increment: 1 + +## MNT2_NEUTRAL_Y: Mount pitch angle when in neutral position + +Mount pitch angle when in neutral position + +- Units: deg + +- Range: -180.0 180.0 + +- Increment: 1 + +## MNT2_NEUTRAL_Z: Mount yaw angle when in neutral position + +Mount yaw angle when in neutral position + +- Units: deg + +- Range: -180.0 180.0 + +- Increment: 1 + +## MNT2_LEAD_RLL: Mount Roll stabilization lead time + +Servo mount roll angle output leads the vehicle angle by this amount of time based on current roll rate. Increase until the servo is responsive but does not overshoot + +- Units: s + +- Range: 0.0 0.2 + +- Increment: .005 + +## MNT2_LEAD_PTCH: Mount Pitch stabilization lead time + +Servo mount pitch angle output leads the vehicle angle by this amount of time based on current pitch rate. Increase until the servo is responsive but does not overshoot + +- Units: s + +- Range: 0.0 0.2 + +- Increment: .005 + +## MNT2_SYSID_DFLT: Mount Target sysID + +Default Target sysID for the mount to point to + +- RebootRequired: True + +## MNT2_DEVID: Mount Device ID + +*Note: This parameter is for advanced users* + +Mount device ID, taking into account its type, bus and instance + +# MOT Parameters + +## MOT_PWM_TYPE: Motor Output PWM type + +*Note: This parameter is for advanced users* + +This selects the output PWM type as regular PWM, OneShot, Brushed motor support using PWM (duty cycle) with separated direction signal, Brushed motor support with separate throttle and direction PWM (duty cyle) + +|Value|Meaning| +|:---:|:---:| +|0|Normal| +|1|OneShot| +|2|OneShot125| +|3|BrushedWithRelay| +|4|BrushedBiPolar| +|5|DShot150| +|6|DShot300| +|7|DShot600| +|8|DShot1200| + +- RebootRequired: True + +## MOT_PWM_FREQ: Motor Output PWM freq for brushed motors + +*Note: This parameter is for advanced users* + +Motor Output PWM freq for brushed motors + +- Units: kHz + +- Range: 1 20 + +- Increment: 1 + +- RebootRequired: True + +## MOT_SAFE_DISARM: Motor PWM output disabled when disarmed + +*Note: This parameter is for advanced users* + +Disables motor PWM output when disarmed + +|Value|Meaning| +|:---:|:---:| +|0|PWM enabled while disarmed| +|1|PWM disabled while disarmed| + +## MOT_THR_MIN: Throttle minimum + +Throttle minimum percentage the autopilot will apply. This is useful for handling a deadzone around low throttle and for preventing internal combustion motors cutting out during missions. + +- Units: % + +- Range: 0 20 + +- Increment: 1 + +## MOT_THR_MAX: Throttle maximum + +Throttle maximum percentage the autopilot will apply. This can be used to prevent overheating an ESC or motor on an electric rover + +- Units: % + +- Range: 30 100 + +- Increment: 1 + +## MOT_SLEWRATE: Throttle slew rate + +Throttle slew rate as a percentage of total range per second. A value of 100 allows the motor to change over its full range in one second. A value of zero disables the limit. Note some NiMH powered rovers require a lower setting of 40 to reduce current demand to avoid brownouts. + +- Units: %/s + +- Range: 0 1000 + +- Increment: 1 + +## MOT_THST_EXPO: Thrust Curve Expo + +*Note: This parameter is for advanced users* + +Thrust curve exponent (-1 to +1 with 0 being linear) + +- Range: -1.0 1.0 + +## MOT_SPD_SCA_BASE: Motor speed scaling base speed + +*Note: This parameter is for advanced users* + +Speed above which steering is scaled down when using regular steering/throttle vehicles. zero to disable speed scaling + +- Units: m/s + +- Range: 0 10 + +## MOT_STR_THR_MIX: Motor steering vs throttle prioritisation + +*Note: This parameter is for advanced users* + +Steering vs Throttle priorisation. Higher numbers prioritise steering, lower numbers prioritise throttle. Only valid for Skid Steering vehicles + +- Range: 0.2 1.0 + +## MOT_VEC_ANGLEMAX: Vector thrust angle max + +The angle between steering's middle position and maximum position when using vectored thrust (boats only) + +- Units: deg + +- Range: 0 90 + +## MOT_THST_ASYM: Motor Thrust Asymmetry + +*Note: This parameter is for advanced users* + +Thrust Asymetry. Used for skid-steering. 2.0 means your motors move twice as fast forward than they do backwards. + +- Range: 1.0 10.0 + +# MSP Parameters + +## MSP_OSD_NCELLS: Cell count override + +Used for average cell voltage calculation + +|Value|Meaning| +|:---:|:---:| +|0|Auto| +|1|1| +|2|2| +|3|3| +|4|4| +|5|5| +|6|6| +|7|7| +|8|8| +|9|9| +|10|10| +|11|11| +|12|12| +|13|13| +|14|14| + +## MSP_OPTIONS: MSP OSD Options + +A bitmask to set some MSP specific options: EnableTelemetryMode-allows "push" mode telemetry when only rx line of OSD ic connected to autopilot, EnableBTFLFonts-uses indexes corresponding to Betaflight fonts if OSD uses those instead of ArduPilot fonts. + +- Bitmask: 0:EnableTelemetryMode, 1: unused, 2:EnableBTFLFonts + +# NET Parameters + +## NET_ENABLED: Networking Enable + +*Note: This parameter is for advanced users* + +Networking Enable + +|Value|Meaning| +|:---:|:---:| +|0|Disable| +|1|Enable| + +- RebootRequired: True + +## NET_NETMASK: IP Subnet mask + +*Note: This parameter is for advanced users* + +Allows setting static subnet mask. The value is a count of consecutive bits. Examples: 24 = 255.255.255.0, 16 = 255.255.0.0 + +- Range: 0 32 + +- RebootRequired: True + +## NET_DHCP: DHCP client + +*Note: This parameter is for advanced users* + +Enable/Disable DHCP client + +|Value|Meaning| +|:---:|:---:| +|0|Disable| +|1|Enable| + +- RebootRequired: True + +## NET_TESTS: Test enable flags + +*Note: This parameter is for advanced users* + +Enable/Disable networking tests + +- Bitmask: 0:UDP echo test,1:TCP echo test, 2:TCP discard test + +- RebootRequired: True + +## NET_OPTIONS: Networking options + +*Note: This parameter is for advanced users* + +Networking options + +- Bitmask: 0:EnablePPP Ethernet gateway + +- RebootRequired: True + +# NETGWADDR Parameters + +## NET_GWADDR0: IPv4 Address 1st byte + +IPv4 address. Example: 192.xxx.xxx.xxx + +- Range: 0 255 + +- RebootRequired: True + +## NET_GWADDR1: IPv4 Address 2nd byte + +IPv4 address. Example: xxx.168.xxx.xxx + +- Range: 0 255 + +- RebootRequired: True + +## NET_GWADDR2: IPv4 Address 3rd byte + +IPv4 address. Example: xxx.xxx.13.xxx + +- Range: 0 255 + +- RebootRequired: True + +## NET_GWADDR3: IPv4 Address 4th byte + +IPv4 address. Example: xxx.xxx.xxx.14 + +- Range: 0 255 + +- RebootRequired: True + +# NETIPADDR Parameters + +## NET_IPADDR0: IPv4 Address 1st byte + +IPv4 address. Example: 192.xxx.xxx.xxx + +- Range: 0 255 + +- RebootRequired: True + +## NET_IPADDR1: IPv4 Address 2nd byte + +IPv4 address. Example: xxx.168.xxx.xxx + +- Range: 0 255 + +- RebootRequired: True + +## NET_IPADDR2: IPv4 Address 3rd byte + +IPv4 address. Example: xxx.xxx.13.xxx + +- Range: 0 255 + +- RebootRequired: True + +## NET_IPADDR3: IPv4 Address 4th byte + +IPv4 address. Example: xxx.xxx.xxx.14 + +- Range: 0 255 + +- RebootRequired: True + +# NETMACADDR Parameters + +## NET_MACADDR0: MAC Address 1st byte + +*Note: This parameter is for advanced users* + +MAC address 1st byte + +- Range: 0 255 + +- RebootRequired: True + +## NET_MACADDR1: MAC Address 2nd byte + +*Note: This parameter is for advanced users* + +MAC address 2nd byte + +- Range: 0 255 + +- RebootRequired: True + +## NET_MACADDR2: MAC Address 3rd byte + +*Note: This parameter is for advanced users* + +MAC address 3rd byte + +- Range: 0 255 + +- RebootRequired: True + +## NET_MACADDR3: MAC Address 4th byte + +*Note: This parameter is for advanced users* + +MAC address 4th byte + +- Range: 0 255 + +- RebootRequired: True + +## NET_MACADDR4: MAC Address 5th byte + +*Note: This parameter is for advanced users* + +MAC address 5th byte + +- Range: 0 255 + +- RebootRequired: True + +## NET_MACADDR5: MAC Address 6th byte + +*Note: This parameter is for advanced users* + +MAC address 6th byte + +- Range: 0 255 + +- RebootRequired: True + +# NETP1 Parameters + +## NET_P1_TYPE: Port type + +*Note: This parameter is for advanced users* + +Port type for network serial port. For the two client types a valid destination IP address must be set. For the two server types either 0.0.0.0 or a local address can be used. The UDP client type will use broadcast if the IP is set to 255.255.255.255 and will use UDP multicast if the IP is in the multicast address range. + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|UDP client| +|2|UDP server| +|3|TCP client| +|4|TCP server| + +- RebootRequired: True + +## NET_P1_PROTOCOL: Protocol + +*Note: This parameter is for advanced users* + +Networked serial port protocol + +- RebootRequired: True + +|Value|Meaning| +|:---:|:---:| +|-1|None| +|1|MAVLink1| +|2|MAVLink2| +|3|Frsky D| +|4|Frsky SPort| +|5|GPS| +|7|Alexmos Gimbal Serial| +|8|Gimbal| +|9|Rangefinder| +|10|FrSky SPort Passthrough (OpenTX)| +|11|Lidar360| +|13|Beacon| +|14|Volz servo out| +|15|SBus servo out| +|16|ESC Telemetry| +|17|Devo Telemetry| +|18|OpticalFlow| +|19|RobotisServo| +|20|NMEA Output| +|21|WindVane| +|22|SLCAN| +|23|RCIN| +|24|EFI Serial| +|25|LTM| +|26|RunCam| +|27|HottTelem| +|28|Scripting| +|29|Crossfire VTX| +|30|Generator| +|31|Winch| +|32|MSP| +|33|DJI FPV| +|34|AirSpeed| +|35|ADSB| +|36|AHRS| +|37|SmartAudio| +|38|FETtecOneWire| +|39|Torqeedo| +|40|AIS| +|41|CoDevESC| +|42|DisplayPort| +|43|MAVLink High Latency| +|44|IRC Tramp| +|45|DDS XRCE| +|46|IMUDATA| + +## NET_P1_PORT: Port number + +*Note: This parameter is for advanced users* + +Port number + +- Range: 0 65535 + +- RebootRequired: True + +# NETP1IP Parameters + +## NET_P1_IP0: IPv4 Address 1st byte + +IPv4 address. Example: 192.xxx.xxx.xxx + +- Range: 0 255 + +- RebootRequired: True + +## NET_P1_IP1: IPv4 Address 2nd byte + +IPv4 address. Example: xxx.168.xxx.xxx + +- Range: 0 255 + +- RebootRequired: True + +## NET_P1_IP2: IPv4 Address 3rd byte + +IPv4 address. Example: xxx.xxx.13.xxx + +- Range: 0 255 + +- RebootRequired: True + +## NET_P1_IP3: IPv4 Address 4th byte + +IPv4 address. Example: xxx.xxx.xxx.14 + +- Range: 0 255 + +- RebootRequired: True + +# NETP2 Parameters + +## NET_P2_TYPE: Port type + +*Note: This parameter is for advanced users* + +Port type for network serial port. For the two client types a valid destination IP address must be set. For the two server types either 0.0.0.0 or a local address can be used. The UDP client type will use broadcast if the IP is set to 255.255.255.255 and will use UDP multicast if the IP is in the multicast address range. + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|UDP client| +|2|UDP server| +|3|TCP client| +|4|TCP server| + +- RebootRequired: True + +## NET_P2_PROTOCOL: Protocol + +*Note: This parameter is for advanced users* + +Networked serial port protocol + +- RebootRequired: True + +|Value|Meaning| +|:---:|:---:| +|-1|None| +|1|MAVLink1| +|2|MAVLink2| +|3|Frsky D| +|4|Frsky SPort| +|5|GPS| +|7|Alexmos Gimbal Serial| +|8|Gimbal| +|9|Rangefinder| +|10|FrSky SPort Passthrough (OpenTX)| +|11|Lidar360| +|13|Beacon| +|14|Volz servo out| +|15|SBus servo out| +|16|ESC Telemetry| +|17|Devo Telemetry| +|18|OpticalFlow| +|19|RobotisServo| +|20|NMEA Output| +|21|WindVane| +|22|SLCAN| +|23|RCIN| +|24|EFI Serial| +|25|LTM| +|26|RunCam| +|27|HottTelem| +|28|Scripting| +|29|Crossfire VTX| +|30|Generator| +|31|Winch| +|32|MSP| +|33|DJI FPV| +|34|AirSpeed| +|35|ADSB| +|36|AHRS| +|37|SmartAudio| +|38|FETtecOneWire| +|39|Torqeedo| +|40|AIS| +|41|CoDevESC| +|42|DisplayPort| +|43|MAVLink High Latency| +|44|IRC Tramp| +|45|DDS XRCE| +|46|IMUDATA| + +## NET_P2_PORT: Port number + +*Note: This parameter is for advanced users* + +Port number + +- Range: 0 65535 + +- RebootRequired: True + +# NETP2IP Parameters + +## NET_P2_IP0: IPv4 Address 1st byte + +IPv4 address. Example: 192.xxx.xxx.xxx + +- Range: 0 255 + +- RebootRequired: True + +## NET_P2_IP1: IPv4 Address 2nd byte + +IPv4 address. Example: xxx.168.xxx.xxx + +- Range: 0 255 + +- RebootRequired: True + +## NET_P2_IP2: IPv4 Address 3rd byte + +IPv4 address. Example: xxx.xxx.13.xxx + +- Range: 0 255 + +- RebootRequired: True + +## NET_P2_IP3: IPv4 Address 4th byte + +IPv4 address. Example: xxx.xxx.xxx.14 + +- Range: 0 255 + +- RebootRequired: True + +# NETP3 Parameters + +## NET_P3_TYPE: Port type + +*Note: This parameter is for advanced users* + +Port type for network serial port. For the two client types a valid destination IP address must be set. For the two server types either 0.0.0.0 or a local address can be used. The UDP client type will use broadcast if the IP is set to 255.255.255.255 and will use UDP multicast if the IP is in the multicast address range. + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|UDP client| +|2|UDP server| +|3|TCP client| +|4|TCP server| + +- RebootRequired: True + +## NET_P3_PROTOCOL: Protocol + +*Note: This parameter is for advanced users* + +Networked serial port protocol + +- RebootRequired: True + +|Value|Meaning| +|:---:|:---:| +|-1|None| +|1|MAVLink1| +|2|MAVLink2| +|3|Frsky D| +|4|Frsky SPort| +|5|GPS| +|7|Alexmos Gimbal Serial| +|8|Gimbal| +|9|Rangefinder| +|10|FrSky SPort Passthrough (OpenTX)| +|11|Lidar360| +|13|Beacon| +|14|Volz servo out| +|15|SBus servo out| +|16|ESC Telemetry| +|17|Devo Telemetry| +|18|OpticalFlow| +|19|RobotisServo| +|20|NMEA Output| +|21|WindVane| +|22|SLCAN| +|23|RCIN| +|24|EFI Serial| +|25|LTM| +|26|RunCam| +|27|HottTelem| +|28|Scripting| +|29|Crossfire VTX| +|30|Generator| +|31|Winch| +|32|MSP| +|33|DJI FPV| +|34|AirSpeed| +|35|ADSB| +|36|AHRS| +|37|SmartAudio| +|38|FETtecOneWire| +|39|Torqeedo| +|40|AIS| +|41|CoDevESC| +|42|DisplayPort| +|43|MAVLink High Latency| +|44|IRC Tramp| +|45|DDS XRCE| +|46|IMUDATA| + +## NET_P3_PORT: Port number + +*Note: This parameter is for advanced users* + +Port number + +- Range: 0 65535 + +- RebootRequired: True + +# NETP3IP Parameters + +## NET_P3_IP0: IPv4 Address 1st byte + +IPv4 address. Example: 192.xxx.xxx.xxx + +- Range: 0 255 + +- RebootRequired: True + +## NET_P3_IP1: IPv4 Address 2nd byte + +IPv4 address. Example: xxx.168.xxx.xxx + +- Range: 0 255 + +- RebootRequired: True + +## NET_P3_IP2: IPv4 Address 3rd byte + +IPv4 address. Example: xxx.xxx.13.xxx + +- Range: 0 255 + +- RebootRequired: True + +## NET_P3_IP3: IPv4 Address 4th byte + +IPv4 address. Example: xxx.xxx.xxx.14 + +- Range: 0 255 + +- RebootRequired: True + +# NETP4 Parameters + +## NET_P4_TYPE: Port type + +*Note: This parameter is for advanced users* + +Port type for network serial port. For the two client types a valid destination IP address must be set. For the two server types either 0.0.0.0 or a local address can be used. The UDP client type will use broadcast if the IP is set to 255.255.255.255 and will use UDP multicast if the IP is in the multicast address range. + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|UDP client| +|2|UDP server| +|3|TCP client| +|4|TCP server| + +- RebootRequired: True + +## NET_P4_PROTOCOL: Protocol + +*Note: This parameter is for advanced users* + +Networked serial port protocol + +- RebootRequired: True + +|Value|Meaning| +|:---:|:---:| +|-1|None| +|1|MAVLink1| +|2|MAVLink2| +|3|Frsky D| +|4|Frsky SPort| +|5|GPS| +|7|Alexmos Gimbal Serial| +|8|Gimbal| +|9|Rangefinder| +|10|FrSky SPort Passthrough (OpenTX)| +|11|Lidar360| +|13|Beacon| +|14|Volz servo out| +|15|SBus servo out| +|16|ESC Telemetry| +|17|Devo Telemetry| +|18|OpticalFlow| +|19|RobotisServo| +|20|NMEA Output| +|21|WindVane| +|22|SLCAN| +|23|RCIN| +|24|EFI Serial| +|25|LTM| +|26|RunCam| +|27|HottTelem| +|28|Scripting| +|29|Crossfire VTX| +|30|Generator| +|31|Winch| +|32|MSP| +|33|DJI FPV| +|34|AirSpeed| +|35|ADSB| +|36|AHRS| +|37|SmartAudio| +|38|FETtecOneWire| +|39|Torqeedo| +|40|AIS| +|41|CoDevESC| +|42|DisplayPort| +|43|MAVLink High Latency| +|44|IRC Tramp| +|45|DDS XRCE| +|46|IMUDATA| + +## NET_P4_PORT: Port number + +*Note: This parameter is for advanced users* + +Port number + +- Range: 0 65535 + +- RebootRequired: True + +# NETP4IP Parameters + +## NET_P4_IP0: IPv4 Address 1st byte + +IPv4 address. Example: 192.xxx.xxx.xxx + +- Range: 0 255 + +- RebootRequired: True + +## NET_P4_IP1: IPv4 Address 2nd byte + +IPv4 address. Example: xxx.168.xxx.xxx + +- Range: 0 255 + +- RebootRequired: True + +## NET_P4_IP2: IPv4 Address 3rd byte + +IPv4 address. Example: xxx.xxx.13.xxx + +- Range: 0 255 + +- RebootRequired: True + +## NET_P4_IP3: IPv4 Address 4th byte + +IPv4 address. Example: xxx.xxx.xxx.14 + +- Range: 0 255 + +- RebootRequired: True + +# NETREMPPPIP Parameters + +## NET_REMPPP_IP0: IPv4 Address 1st byte + +IPv4 address. Example: 192.xxx.xxx.xxx + +- Range: 0 255 + +- RebootRequired: True + +## NET_REMPPP_IP1: IPv4 Address 2nd byte + +IPv4 address. Example: xxx.168.xxx.xxx + +- Range: 0 255 + +- RebootRequired: True + +## NET_REMPPP_IP2: IPv4 Address 3rd byte + +IPv4 address. Example: xxx.xxx.13.xxx + +- Range: 0 255 + +- RebootRequired: True + +## NET_REMPPP_IP3: IPv4 Address 4th byte + +IPv4 address. Example: xxx.xxx.xxx.14 + +- Range: 0 255 + +- RebootRequired: True + +# NETTESTIP Parameters + +## NET_TEST_IP0: IPv4 Address 1st byte + +IPv4 address. Example: 192.xxx.xxx.xxx + +- Range: 0 255 + +- RebootRequired: True + +## NET_TEST_IP1: IPv4 Address 2nd byte + +IPv4 address. Example: xxx.168.xxx.xxx + +- Range: 0 255 + +- RebootRequired: True + +## NET_TEST_IP2: IPv4 Address 3rd byte + +IPv4 address. Example: xxx.xxx.13.xxx + +- Range: 0 255 + +- RebootRequired: True + +## NET_TEST_IP3: IPv4 Address 4th byte + +IPv4 address. Example: xxx.xxx.xxx.14 + +- Range: 0 255 + +- RebootRequired: True + +# NMEA Parameters + +## NMEA_RATE_MS: NMEA Output rate + +NMEA Output rate. This controls the interval at which all the enabled NMEA messages are sent. Most NMEA systems expect 100ms (10Hz) or slower. + +- Range: 20 2000 + +- Increment: 1 + +- Units: ms + +## NMEA_MSG_EN: Messages Enable bitmask + +This is a bitmask of enabled NMEA messages. All messages will be sent consecutively at the same rate interval + +- Bitmask: 0:GPGGA,1:GPRMC,2:PASHR + +# NTF Parameters + +## NTF_LED_BRIGHT: LED Brightness + +*Note: This parameter is for advanced users* + +Select the RGB LED brightness level. When USB is connected brightness will never be higher than low regardless of the setting. + +|Value|Meaning| +|:---:|:---:| +|0|Off| +|1|Low| +|2|Medium| +|3|High| + +## NTF_BUZZ_TYPES: Buzzer Driver Types + +*Note: This parameter is for advanced users* + +Controls what types of Buzzer will be enabled + +- Bitmask: 0:Built-in buzzer, 1:DShot, 2:DroneCAN + +## NTF_LED_OVERRIDE: Specifies colour source for the RGBLed + +*Note: This parameter is for advanced users* + +Specifies the source for the colours and brightness for the LED. OutbackChallenge conforms to the MedicalExpress (https://uavchallenge.org/medical-express/) rules, essentially "Green" is disarmed (safe-to-approach), "Red" is armed (not safe-to-approach). Traffic light is a simplified color set, red when armed, yellow when the safety switch is not surpressing outputs (but disarmed), and green when outputs are surpressed and disarmed, the LED will blink faster if disarmed and failing arming checks. + +|Value|Meaning| +|:---:|:---:| +|0|Standard| +|1|MAVLink/Scripting/AP_Periph| +|2|OutbackChallenge| +|3|TrafficLight| + +## NTF_DISPLAY_TYPE: Type of on-board I2C display + +*Note: This parameter is for advanced users* + +This sets up the type of on-board I2C display. Disabled by default. + +|Value|Meaning| +|:---:|:---:| +|0|Disable| +|1|ssd1306| +|2|sh1106| +|10|SITL| + +## NTF_OREO_THEME: OreoLED Theme + +*Note: This parameter is for advanced users* + +Enable/Disable Solo Oreo LED driver, 0 to disable, 1 for Aircraft theme, 2 for Rover theme + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Aircraft| +|2|Rover| + +## NTF_BUZZ_PIN: Buzzer pin + +*Note: This parameter is for advanced users* + +Enables to connect active buzzer to arbitrary pin. Requires 3-pin buzzer or additional MOSFET! Some the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| + +## NTF_LED_TYPES: LED Driver Types + +*Note: This parameter is for advanced users* + +Controls what types of LEDs will be enabled + +- Bitmask: 0:Built-in LED, 1:Internal ToshibaLED, 2:External ToshibaLED, 3:External PCA9685, 4:Oreo LED, 5:DroneCAN, 6:NCP5623 External, 7:NCP5623 Internal, 8:NeoPixel, 9:ProfiLED, 10:Scripting, 11:DShot, 12:ProfiLED_SPI, 13:LP5562 External, 14: LP5562 Internal, 15:IS31FL3195 External, 16: IS31FL3195 Internal, 17: DiscreteRGB, 18: NeoPixelRGB + +## NTF_BUZZ_ON_LVL: Buzzer-on pin logic level + +*Note: This parameter is for advanced users* + +Specifies pin level that indicates buzzer should play + +|Value|Meaning| +|:---:|:---:| +|0|LowIsOn| +|1|HighIsOn| + +## NTF_BUZZ_VOLUME: Buzzer volume + +Control the volume of the buzzer + +- Range: 0 100 + +- Units: % + +## NTF_LED_LEN: Serial LED String Length + +*Note: This parameter is for advanced users* + +The number of Serial LED's to use for notifications (NeoPixel's and ProfiLED) + +- Range: 1 32 + +- RebootRequired: True + +# OA Parameters + +## OA_TYPE: Object Avoidance Path Planning algorithm to use + +Enabled/disable path planning around obstacles + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|BendyRuler| +|2|Dijkstra| +|3|Dijkstra with BendyRuler| + +## OA_MARGIN_MAX: Object Avoidance wide margin distance + +Object Avoidance will ignore objects more than this many meters from vehicle + +- Units: m + +- Range: 0.1 100 + +- Increment: 1 + +## OA_OPTIONS: Options while recovering from Object Avoidance + +Bitmask which will govern vehicles behaviour while recovering from Obstacle Avoidance (i.e Avoidance is turned off after the path ahead is clear). + +- Bitmask: 0: Reset the origin of the waypoint to the present location, 1: log Dijkstra points + +# OABR Parameters + +## OA_BR_LOOKAHEAD: Object Avoidance look ahead distance maximum + +Object Avoidance will look this many meters ahead of vehicle + +- Units: m + +- Range: 1 100 + +- Increment: 1 + +## OA_BR_CONT_RATIO: Obstacle Avoidance margin ratio for BendyRuler to change bearing significantly + + BendyRuler will avoid changing bearing unless ratio of previous margin from obstacle (or fence) to present calculated margin is atleast this much. + +- Range: 1.1 2 + +- Increment: 0.1 + +## OA_BR_CONT_ANGLE: BendyRuler's bearing change resistance threshold angle + + BendyRuler will resist changing current bearing if the change in bearing is over this angle + +- Range: 20 180 + +- Increment: 5 + +# OADB Parameters + +## OA_DB_SIZE: OADatabase maximum number of points + +*Note: This parameter is for advanced users* + +OADatabase maximum number of points. Set to 0 to disable the OA Database. Larger means more points but is more cpu intensive to process + +- Range: 0 10000 + +- RebootRequired: True + +## OA_DB_EXPIRE: OADatabase item timeout + +*Note: This parameter is for advanced users* + +OADatabase item timeout. The time an item will linger without any updates before it expires. Zero means never expires which is useful for a sent-once static environment but terrible for dynamic ones. + +- Units: s + +- Range: 0 127 + +- Increment: 1 + +## OA_DB_QUEUE_SIZE: OADatabase queue maximum number of points + +*Note: This parameter is for advanced users* + +OADatabase queue maximum number of points. This in an input buffer size. Larger means it can handle larger bursts of incoming data points to filter into the database. No impact on cpu, only RAM. Recommend larger for faster datalinks or for sensors that generate a lot of data. + +- Range: 1 200 + +- RebootRequired: True + +## OA_DB_OUTPUT: OADatabase output level + +*Note: This parameter is for advanced users* + +OADatabase output level to configure which database objects are sent to the ground station. All data is always available internally for avoidance algorithms. + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Send only HIGH importance items| +|2|Send HIGH and NORMAL importance items| +|3|Send all items| + +## OA_DB_BEAM_WIDTH: OADatabase beam width + +*Note: This parameter is for advanced users* + +Beam width of incoming lidar data + +- Units: deg + +- Range: 1 10 + +- RebootRequired: True + +## OA_DB_RADIUS_MIN: OADatabase Minimum radius + +*Note: This parameter is for advanced users* + +Minimum radius of objects held in database + +- Units: m + +- Range: 0 10 + +## OA_DB_DIST_MAX: OADatabase Distance Maximum + +*Note: This parameter is for advanced users* + +Maximum distance of objects held in database. Set to zero to disable the limits + +- Units: m + +- Range: 0 10 + +# OSD Parameters + +## OSD_TYPE: OSD type + +OSD type. TXONLY makes the OSD parameter selection available to other modules even if there is no native OSD support on the board, for instance CRSF. + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|MAX7456| +|2|SITL| +|3|MSP| +|4|TXONLY| +|5|MSP_DISPLAYPORT| + +- RebootRequired: True + +## OSD_CHAN: Screen switch transmitter channel + +This sets the channel used to switch different OSD screens. + +|Value|Meaning| +|:---:|:---:| +|0|Disable| +|5|Chan5| +|6|Chan6| +|7|Chan7| +|8|Chan8| +|9|Chan9| +|10|Chan10| +|11|Chan11| +|12|Chan12| +|13|Chan13| +|14|Chan14| +|15|Chan15| +|16|Chan16| + +## OSD_SW_METHOD: Screen switch method + +This sets the method used to switch different OSD screens. + +|Value|Meaning| +|:---:|:---:| +|0|switch to next screen if channel value was changed| +|1|select screen based on pwm ranges specified for each screen| +|2|switch to next screen after low to high transition and every 1s while channel value is high| + +## OSD_OPTIONS: OSD Options + +This sets options that change the display + +- Bitmask: 0:UseDecimalPack, 1:InvertedWindArrow, 2:InvertedAHRoll, 3:Convert feet to miles at 5280ft instead of 10000ft, 4:DisableCrosshair, 5:TranslateArrows, 6:AviationStyleAH + +## OSD_FONT: OSD Font + +This sets which OSD font to use. It is an integer from 0 to the number of fonts available + +- RebootRequired: True + +## OSD_V_OFFSET: OSD vertical offset + +Sets vertical offset of the osd inside image + +- Range: 0 31 + +- RebootRequired: True + +## OSD_H_OFFSET: OSD horizontal offset + +Sets horizontal offset of the osd inside image + +- Range: 0 63 + +- RebootRequired: True + +## OSD_W_RSSI: RSSI warn level (in %) + +Set level at which RSSI item will flash + +- Range: 0 99 + +## OSD_W_NSAT: NSAT warn level + +Set level at which NSAT item will flash + +- Range: 1 30 + +## OSD_W_BATVOLT: BAT_VOLT warn level + +Set level at which BAT_VOLT item will flash + +- Range: 0 100 + +## OSD_UNITS: Display Units + +Sets the units to use in displaying items + +|Value|Meaning| +|:---:|:---:| +|0|Metric| +|1|Imperial| +|2|SI| +|3|Aviation| + +## OSD_MSG_TIME: Message display duration in seconds + +Sets message duration seconds + +- Range: 1 20 + +## OSD_ARM_SCR: Arm screen + +Screen to be shown on Arm event. Zero to disable the feature. + +- Range: 0 4 + +## OSD_DSARM_SCR: Disarm screen + +Screen to be shown on disarm event. Zero to disable the feature. + +- Range: 0 4 + +## OSD_FS_SCR: Failsafe screen + +Screen to be shown on failsafe event. Zero to disable the feature. + +- Range: 0 4 + +## OSD_BTN_DELAY: Button delay + +*Note: This parameter is for advanced users* + +Debounce time in ms for stick commanded parameter navigation. + +- Range: 0 3000 + +## OSD_W_TERR: Terrain warn level + +Set level below which TER_HGT item will flash. -1 disables. + +- Range: -1 3000 + +- Units: m + +## OSD_W_AVGCELLV: AVGCELLV warn level + +Set level at which AVGCELLV item will flash + +- Range: 0 100 + +## OSD_CELL_COUNT: Battery cell count + +*Note: This parameter is for advanced users* + +Used for average cell voltage display. -1 disables, 0 uses cell count autodetection for well charged LIPO/LIION batteries at connection, other values manually select cell count used. + +- Increment: 1 + +## OSD_W_RESTVOLT: RESTVOLT warn level + +Set level at which RESTVOLT item will flash + +- Range: 0 100 + +## OSD_W_ACRVOLT: Avg Cell Resting Volt warn level + +Set level at which ACRVOLT item will flash + +- Range: 0 100 + +## OSD_TYPE2: OSD type 2 + +OSD type 2. TXONLY makes the OSD parameter selection available to other modules even if there is no native OSD support on the board, for instance CRSF. + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|MAX7456| +|2|SITL| +|3|MSP| +|4|TXONLY| +|5|MSP_DISPLAYPORT| + +- RebootRequired: True + +# OSD1 Parameters + +## OSD1_ENABLE: Enable screen + +Enable this screen + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_CHAN_MIN: Transmitter switch screen minimum pwm + +This sets the PWM lower limit for this screen + +- Range: 900 2100 + +## OSD1_CHAN_MAX: Transmitter switch screen maximum pwm + +This sets the PWM upper limit for this screen + +- Range: 900 2100 + +## OSD1_ALTITUDE_EN: ALTITUDE_EN + +Enables display of altitude AGL + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_ALTITUDE_X: ALTITUDE_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_ALTITUDE_Y: ALTITUDE_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_BAT_VOLT_EN: BATVOLT_EN + +Displays main battery voltage + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_BAT_VOLT_X: BATVOLT_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_BAT_VOLT_Y: BATVOLT_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_RSSI_EN: RSSI_EN + +Displays RC signal strength + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_RSSI_X: RSSI_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_RSSI_Y: RSSI_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_CURRENT_EN: CURRENT_EN + +Displays main battery current + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_CURRENT_X: CURRENT_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_CURRENT_Y: CURRENT_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_BATUSED_EN: BATUSED_EN + +Displays primary battery mAh consumed + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_BATUSED_X: BATUSED_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_BATUSED_Y: BATUSED_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_SATS_EN: SATS_EN + +Displays number of acquired satellites + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_SATS_X: SATS_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_SATS_Y: SATS_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_FLTMODE_EN: FLTMODE_EN + +Displays flight mode + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_FLTMODE_X: FLTMODE_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_FLTMODE_Y: FLTMODE_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_MESSAGE_EN: MESSAGE_EN + +Displays Mavlink messages + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_MESSAGE_X: MESSAGE_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_MESSAGE_Y: MESSAGE_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_GSPEED_EN: GSPEED_EN + +Displays GPS ground speed + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_GSPEED_X: GSPEED_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_GSPEED_Y: GSPEED_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_HORIZON_EN: HORIZON_EN + +Displays artificial horizon + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_HORIZON_X: HORIZON_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_HORIZON_Y: HORIZON_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_HOME_EN: HOME_EN + +Displays distance and relative direction to HOME + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_HOME_X: HOME_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_HOME_Y: HOME_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_HEADING_EN: HEADING_EN + +Displays heading + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_HEADING_X: HEADING_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_HEADING_Y: HEADING_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_THROTTLE_EN: THROTTLE_EN + +Displays actual throttle percentage being sent to motor(s) + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_THROTTLE_X: THROTTLE_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_THROTTLE_Y: THROTTLE_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_COMPASS_EN: COMPASS_EN + +Enables display of compass rose + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_COMPASS_X: COMPASS_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_COMPASS_Y: COMPASS_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_WIND_EN: WIND_EN + +Displays wind speed and relative direction, on Rover this is the apparent wind speed and direction from the windvane, if fitted + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_WIND_X: WIND_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_WIND_Y: WIND_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_ASPEED_EN: ASPEED_EN + +Displays airspeed value being used by TECS (fused value) + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_ASPEED_X: ASPEED_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_ASPEED_Y: ASPEED_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_VSPEED_EN: VSPEED_EN + +Displays climb rate + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_VSPEED_X: VSPEED_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_VSPEED_Y: VSPEED_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_ESCTEMP_EN: ESCTEMP_EN + +Displays first esc's temp + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_ESCTEMP_X: ESCTEMP_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_ESCTEMP_Y: ESCTEMP_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_ESCRPM_EN: ESCRPM_EN + +Displays first esc's rpm + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_ESCRPM_X: ESCRPM_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_ESCRPM_Y: ESCRPM_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_ESCAMPS_EN: ESCAMPS_EN + +Displays first esc's current + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_ESCAMPS_X: ESCAMPS_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_ESCAMPS_Y: ESCAMPS_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_GPSLAT_EN: GPSLAT_EN + +Displays GPS latitude + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_GPSLAT_X: GPSLAT_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_GPSLAT_Y: GPSLAT_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_GPSLONG_EN: GPSLONG_EN + +Displays GPS longitude + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_GPSLONG_X: GPSLONG_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_GPSLONG_Y: GPSLONG_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_ROLL_EN: ROLL_EN + +Displays degrees of roll from level + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_ROLL_X: ROLL_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_ROLL_Y: ROLL_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_PITCH_EN: PITCH_EN + +Displays degrees of pitch from level + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_PITCH_X: PITCH_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_PITCH_Y: PITCH_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_TEMP_EN: TEMP_EN + +Displays temperature reported by primary barometer + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_TEMP_X: TEMP_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_TEMP_Y: TEMP_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_HDOP_EN: HDOP_EN + +Displays Horizontal Dilution Of Position + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_HDOP_X: HDOP_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_HDOP_Y: HDOP_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_WAYPOINT_EN: WAYPOINT_EN + +Displays bearing and distance to next waypoint + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_WAYPOINT_X: WAYPOINT_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_WAYPOINT_Y: WAYPOINT_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_XTRACK_EN: XTRACK_EN + +Displays crosstrack error + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_XTRACK_X: XTRACK_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_XTRACK_Y: XTRACK_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_DIST_EN: DIST_EN + +Displays total distance flown + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_DIST_X: DIST_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_DIST_Y: DIST_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_STATS_EN: STATS_EN + +Displays flight stats + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_STATS_X: STATS_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_STATS_Y: STATS_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_FLTIME_EN: FLTIME_EN + +Displays total flight time + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_FLTIME_X: FLTIME_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_FLTIME_Y: FLTIME_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_CLIMBEFF_EN: CLIMBEFF_EN + +Displays climb efficiency (climb rate/current) + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_CLIMBEFF_X: CLIMBEFF_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_CLIMBEFF_Y: CLIMBEFF_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_EFF_EN: EFF_EN + +Displays flight efficiency (mAh/km or /mi) + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_EFF_X: EFF_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_EFF_Y: EFF_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_BTEMP_EN: BTEMP_EN + +Displays temperature reported by secondary barometer + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_BTEMP_X: BTEMP_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_BTEMP_Y: BTEMP_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_ATEMP_EN: ATEMP_EN + +Displays temperature reported by primary airspeed sensor + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_ATEMP_X: ATEMP_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_ATEMP_Y: ATEMP_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_BAT2_VLT_EN: BAT2VLT_EN + +Displays battery2 voltage + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_BAT2_VLT_X: BAT2VLT_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_BAT2_VLT_Y: BAT2VLT_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_BAT2USED_EN: BAT2USED_EN + +Displays secondary battery mAh consumed + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_BAT2USED_X: BAT2USED_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_BAT2USED_Y: BAT2USED_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_ASPD2_EN: ASPD2_EN + +Displays airspeed reported directly from secondary airspeed sensor + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_ASPD2_X: ASPD2_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_ASPD2_Y: ASPD2_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_ASPD1_EN: ASPD1_EN + +Displays airspeed reported directly from primary airspeed sensor + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_ASPD1_X: ASPD1_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_ASPD1_Y: ASPD1_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_CLK_EN: CLK_EN + +Displays a clock panel based on AP_RTC local time + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_CLK_X: CLK_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_CLK_Y: CLK_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_SIDEBARS_EN: SIDEBARS_EN + +Displays artificial horizon side bars + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_SIDEBARS_X: SIDEBARS_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_SIDEBARS_Y: SIDEBARS_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_CRSSHAIR_EN: CRSSHAIR_EN + +Displays artificial horizon crosshair (MSP OSD only) + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_CRSSHAIR_X: CRSSHAIR_X + +Horizontal position on screen (MSP OSD only) + +- Range: 0 59 + +## OSD1_CRSSHAIR_Y: CRSSHAIR_Y + +Vertical position on screen (MSP OSD only) + +- Range: 0 21 + +## OSD1_HOMEDIST_EN: HOMEDIST_EN + +Displays distance from HOME (MSP OSD only) + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_HOMEDIST_X: HOMEDIST_X + +Horizontal position on screen (MSP OSD only) + +- Range: 0 59 + +## OSD1_HOMEDIST_Y: HOMEDIST_Y + +Vertical position on screen (MSP OSD only) + +- Range: 0 21 + +## OSD1_HOMEDIR_EN: HOMEDIR_EN + +Displays relative direction to HOME (MSP OSD only) + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_HOMEDIR_X: HOMEDIR_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_HOMEDIR_Y: HOMEDIR_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_POWER_EN: POWER_EN + +Displays power (MSP OSD only) + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_POWER_X: POWER_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_POWER_Y: POWER_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_CELLVOLT_EN: CELL_VOLT_EN + +Displays average cell voltage (MSP OSD only) + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_CELLVOLT_X: CELL_VOLT_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_CELLVOLT_Y: CELL_VOLT_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_BATTBAR_EN: BATT_BAR_EN + +Displays battery usage bar (MSP OSD only) + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_BATTBAR_X: BATT_BAR_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_BATTBAR_Y: BATT_BAR_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_ARMING_EN: ARMING_EN + +Displays arming status (MSP OSD only) + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_ARMING_X: ARMING_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_ARMING_Y: ARMING_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_PLUSCODE_EN: PLUSCODE_EN + +Displays pluscode (OLC) element + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_PLUSCODE_X: PLUSCODE_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_PLUSCODE_Y: PLUSCODE_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_CALLSIGN_EN: CALLSIGN_EN + +Displays callsign from callsign.txt on microSD card + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_CALLSIGN_X: CALLSIGN_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_CALLSIGN_Y: CALLSIGN_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_CURRENT2_EN: CURRENT2_EN + +Displays 2nd battery current + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_CURRENT2_X: CURRENT2_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_CURRENT2_Y: CURRENT2_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_VTX_PWR_EN: VTX_PWR_EN + +Displays VTX Power + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_VTX_PWR_X: VTX_PWR_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_VTX_PWR_Y: VTX_PWR_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_TER_HGT_EN: TER_HGT_EN + +Displays Height above terrain + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_TER_HGT_X: TER_HGT_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_TER_HGT_Y: TER_HGT_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_AVGCELLV_EN: AVGCELLV_EN + +Displays average cell voltage. WARNING: this can be inaccurate if the cell count is not detected or set properly. If the the battery is far from fully charged the detected cell count might not be accurate if auto cell count detection is used (OSD_CELL_COUNT=0). + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_AVGCELLV_X: AVGCELLV_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_AVGCELLV_Y: AVGCELLV_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_RESTVOLT_EN: RESTVOLT_EN + +Displays main battery resting voltage + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_RESTVOLT_X: RESTVOLT_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_RESTVOLT_Y: RESTVOLT_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_FENCE_EN: FENCE_EN + +Displays indication of fence enable and breach + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_FENCE_X: FENCE_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_FENCE_Y: FENCE_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_RNGF_EN: RNGF_EN + +Displays a rangefinder's distance in cm + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_RNGF_X: RNGF_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_RNGF_Y: RNGF_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_ACRVOLT_EN: ACRVOLT_EN + +Displays resting voltage for the average cell. WARNING: this can be inaccurate if the cell count is not detected or set properly. If the the battery is far from fully charged the detected cell count might not be accurate if auto cell count detection is used (OSD_CELL_COUNT=0). + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_ACRVOLT_X: ACRVOLT_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_ACRVOLT_Y: ACRVOLT_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_RPM_EN: RPM_EN + +Displays main rotor revs/min + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_RPM_X: RPM_X + +Horizontal position on screen + +- Range: 0 29 + +## OSD1_RPM_Y: RPM_Y + +Vertical position on screen + +- Range: 0 15 + +## OSD1_LINK_Q_EN: LINK_Q_EN + +Displays Receiver link quality + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD1_LINK_Q_X: LINK_Q_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD1_LINK_Q_Y: LINK_Q_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD1_TXT_RES: Sets the overlay text resolution (MSP DisplayPort only) + +Sets the overlay text resolution for this screen to either LD 30x16 or HD 50x18 (MSP DisplayPort only) + +|Value|Meaning| +|:---:|:---:| +|0|30x16| +|1|50x18| + +## OSD1_FONT: Sets the font index for this screen (MSP DisplayPort only) + +Sets the font index for this screen (MSP DisplayPort only) + +- Range: 0 21 + +# OSD2 Parameters + +## OSD2_ENABLE: Enable screen + +Enable this screen + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_CHAN_MIN: Transmitter switch screen minimum pwm + +This sets the PWM lower limit for this screen + +- Range: 900 2100 + +## OSD2_CHAN_MAX: Transmitter switch screen maximum pwm + +This sets the PWM upper limit for this screen + +- Range: 900 2100 + +## OSD2_ALTITUDE_EN: ALTITUDE_EN + +Enables display of altitude AGL + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_ALTITUDE_X: ALTITUDE_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_ALTITUDE_Y: ALTITUDE_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_BAT_VOLT_EN: BATVOLT_EN + +Displays main battery voltage + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_BAT_VOLT_X: BATVOLT_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_BAT_VOLT_Y: BATVOLT_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_RSSI_EN: RSSI_EN + +Displays RC signal strength + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_RSSI_X: RSSI_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_RSSI_Y: RSSI_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_CURRENT_EN: CURRENT_EN + +Displays main battery current + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_CURRENT_X: CURRENT_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_CURRENT_Y: CURRENT_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_BATUSED_EN: BATUSED_EN + +Displays primary battery mAh consumed + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_BATUSED_X: BATUSED_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_BATUSED_Y: BATUSED_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_SATS_EN: SATS_EN + +Displays number of acquired satellites + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_SATS_X: SATS_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_SATS_Y: SATS_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_FLTMODE_EN: FLTMODE_EN + +Displays flight mode + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_FLTMODE_X: FLTMODE_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_FLTMODE_Y: FLTMODE_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_MESSAGE_EN: MESSAGE_EN + +Displays Mavlink messages + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_MESSAGE_X: MESSAGE_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_MESSAGE_Y: MESSAGE_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_GSPEED_EN: GSPEED_EN + +Displays GPS ground speed + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_GSPEED_X: GSPEED_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_GSPEED_Y: GSPEED_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_HORIZON_EN: HORIZON_EN + +Displays artificial horizon + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_HORIZON_X: HORIZON_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_HORIZON_Y: HORIZON_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_HOME_EN: HOME_EN + +Displays distance and relative direction to HOME + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_HOME_X: HOME_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_HOME_Y: HOME_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_HEADING_EN: HEADING_EN + +Displays heading + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_HEADING_X: HEADING_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_HEADING_Y: HEADING_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_THROTTLE_EN: THROTTLE_EN + +Displays actual throttle percentage being sent to motor(s) + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_THROTTLE_X: THROTTLE_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_THROTTLE_Y: THROTTLE_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_COMPASS_EN: COMPASS_EN + +Enables display of compass rose + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_COMPASS_X: COMPASS_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_COMPASS_Y: COMPASS_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_WIND_EN: WIND_EN + +Displays wind speed and relative direction, on Rover this is the apparent wind speed and direction from the windvane, if fitted + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_WIND_X: WIND_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_WIND_Y: WIND_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_ASPEED_EN: ASPEED_EN + +Displays airspeed value being used by TECS (fused value) + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_ASPEED_X: ASPEED_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_ASPEED_Y: ASPEED_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_VSPEED_EN: VSPEED_EN + +Displays climb rate + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_VSPEED_X: VSPEED_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_VSPEED_Y: VSPEED_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_ESCTEMP_EN: ESCTEMP_EN + +Displays first esc's temp + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_ESCTEMP_X: ESCTEMP_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_ESCTEMP_Y: ESCTEMP_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_ESCRPM_EN: ESCRPM_EN + +Displays first esc's rpm + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_ESCRPM_X: ESCRPM_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_ESCRPM_Y: ESCRPM_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_ESCAMPS_EN: ESCAMPS_EN + +Displays first esc's current + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_ESCAMPS_X: ESCAMPS_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_ESCAMPS_Y: ESCAMPS_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_GPSLAT_EN: GPSLAT_EN + +Displays GPS latitude + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_GPSLAT_X: GPSLAT_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_GPSLAT_Y: GPSLAT_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_GPSLONG_EN: GPSLONG_EN + +Displays GPS longitude + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_GPSLONG_X: GPSLONG_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_GPSLONG_Y: GPSLONG_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_ROLL_EN: ROLL_EN + +Displays degrees of roll from level + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_ROLL_X: ROLL_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_ROLL_Y: ROLL_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_PITCH_EN: PITCH_EN + +Displays degrees of pitch from level + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_PITCH_X: PITCH_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_PITCH_Y: PITCH_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_TEMP_EN: TEMP_EN + +Displays temperature reported by primary barometer + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_TEMP_X: TEMP_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_TEMP_Y: TEMP_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_HDOP_EN: HDOP_EN + +Displays Horizontal Dilution Of Position + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_HDOP_X: HDOP_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_HDOP_Y: HDOP_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_WAYPOINT_EN: WAYPOINT_EN + +Displays bearing and distance to next waypoint + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_WAYPOINT_X: WAYPOINT_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_WAYPOINT_Y: WAYPOINT_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_XTRACK_EN: XTRACK_EN + +Displays crosstrack error + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_XTRACK_X: XTRACK_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_XTRACK_Y: XTRACK_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_DIST_EN: DIST_EN + +Displays total distance flown + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_DIST_X: DIST_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_DIST_Y: DIST_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_STATS_EN: STATS_EN + +Displays flight stats + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_STATS_X: STATS_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_STATS_Y: STATS_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_FLTIME_EN: FLTIME_EN + +Displays total flight time + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_FLTIME_X: FLTIME_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_FLTIME_Y: FLTIME_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_CLIMBEFF_EN: CLIMBEFF_EN + +Displays climb efficiency (climb rate/current) + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_CLIMBEFF_X: CLIMBEFF_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_CLIMBEFF_Y: CLIMBEFF_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_EFF_EN: EFF_EN + +Displays flight efficiency (mAh/km or /mi) + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_EFF_X: EFF_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_EFF_Y: EFF_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_BTEMP_EN: BTEMP_EN + +Displays temperature reported by secondary barometer + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_BTEMP_X: BTEMP_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_BTEMP_Y: BTEMP_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_ATEMP_EN: ATEMP_EN + +Displays temperature reported by primary airspeed sensor + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_ATEMP_X: ATEMP_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_ATEMP_Y: ATEMP_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_BAT2_VLT_EN: BAT2VLT_EN + +Displays battery2 voltage + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_BAT2_VLT_X: BAT2VLT_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_BAT2_VLT_Y: BAT2VLT_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_BAT2USED_EN: BAT2USED_EN + +Displays secondary battery mAh consumed + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_BAT2USED_X: BAT2USED_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_BAT2USED_Y: BAT2USED_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_ASPD2_EN: ASPD2_EN + +Displays airspeed reported directly from secondary airspeed sensor + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_ASPD2_X: ASPD2_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_ASPD2_Y: ASPD2_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_ASPD1_EN: ASPD1_EN + +Displays airspeed reported directly from primary airspeed sensor + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_ASPD1_X: ASPD1_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_ASPD1_Y: ASPD1_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_CLK_EN: CLK_EN + +Displays a clock panel based on AP_RTC local time + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_CLK_X: CLK_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_CLK_Y: CLK_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_SIDEBARS_EN: SIDEBARS_EN + +Displays artificial horizon side bars + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_SIDEBARS_X: SIDEBARS_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_SIDEBARS_Y: SIDEBARS_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_CRSSHAIR_EN: CRSSHAIR_EN + +Displays artificial horizon crosshair (MSP OSD only) + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_CRSSHAIR_X: CRSSHAIR_X + +Horizontal position on screen (MSP OSD only) + +- Range: 0 59 + +## OSD2_CRSSHAIR_Y: CRSSHAIR_Y + +Vertical position on screen (MSP OSD only) + +- Range: 0 21 + +## OSD2_HOMEDIST_EN: HOMEDIST_EN + +Displays distance from HOME (MSP OSD only) + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_HOMEDIST_X: HOMEDIST_X + +Horizontal position on screen (MSP OSD only) + +- Range: 0 59 + +## OSD2_HOMEDIST_Y: HOMEDIST_Y + +Vertical position on screen (MSP OSD only) + +- Range: 0 21 + +## OSD2_HOMEDIR_EN: HOMEDIR_EN + +Displays relative direction to HOME (MSP OSD only) + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_HOMEDIR_X: HOMEDIR_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_HOMEDIR_Y: HOMEDIR_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_POWER_EN: POWER_EN + +Displays power (MSP OSD only) + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_POWER_X: POWER_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_POWER_Y: POWER_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_CELLVOLT_EN: CELL_VOLT_EN + +Displays average cell voltage (MSP OSD only) + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_CELLVOLT_X: CELL_VOLT_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_CELLVOLT_Y: CELL_VOLT_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_BATTBAR_EN: BATT_BAR_EN + +Displays battery usage bar (MSP OSD only) + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_BATTBAR_X: BATT_BAR_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_BATTBAR_Y: BATT_BAR_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_ARMING_EN: ARMING_EN + +Displays arming status (MSP OSD only) + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_ARMING_X: ARMING_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_ARMING_Y: ARMING_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_PLUSCODE_EN: PLUSCODE_EN + +Displays pluscode (OLC) element + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_PLUSCODE_X: PLUSCODE_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_PLUSCODE_Y: PLUSCODE_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_CALLSIGN_EN: CALLSIGN_EN + +Displays callsign from callsign.txt on microSD card + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_CALLSIGN_X: CALLSIGN_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_CALLSIGN_Y: CALLSIGN_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_CURRENT2_EN: CURRENT2_EN + +Displays 2nd battery current + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_CURRENT2_X: CURRENT2_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_CURRENT2_Y: CURRENT2_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_VTX_PWR_EN: VTX_PWR_EN + +Displays VTX Power + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_VTX_PWR_X: VTX_PWR_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_VTX_PWR_Y: VTX_PWR_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_TER_HGT_EN: TER_HGT_EN + +Displays Height above terrain + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_TER_HGT_X: TER_HGT_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_TER_HGT_Y: TER_HGT_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_AVGCELLV_EN: AVGCELLV_EN + +Displays average cell voltage. WARNING: this can be inaccurate if the cell count is not detected or set properly. If the the battery is far from fully charged the detected cell count might not be accurate if auto cell count detection is used (OSD_CELL_COUNT=0). + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_AVGCELLV_X: AVGCELLV_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_AVGCELLV_Y: AVGCELLV_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_RESTVOLT_EN: RESTVOLT_EN + +Displays main battery resting voltage + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_RESTVOLT_X: RESTVOLT_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_RESTVOLT_Y: RESTVOLT_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_FENCE_EN: FENCE_EN + +Displays indication of fence enable and breach + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_FENCE_X: FENCE_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_FENCE_Y: FENCE_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_RNGF_EN: RNGF_EN + +Displays a rangefinder's distance in cm + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_RNGF_X: RNGF_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_RNGF_Y: RNGF_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_ACRVOLT_EN: ACRVOLT_EN + +Displays resting voltage for the average cell. WARNING: this can be inaccurate if the cell count is not detected or set properly. If the the battery is far from fully charged the detected cell count might not be accurate if auto cell count detection is used (OSD_CELL_COUNT=0). + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_ACRVOLT_X: ACRVOLT_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_ACRVOLT_Y: ACRVOLT_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_RPM_EN: RPM_EN + +Displays main rotor revs/min + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_RPM_X: RPM_X + +Horizontal position on screen + +- Range: 0 29 + +## OSD2_RPM_Y: RPM_Y + +Vertical position on screen + +- Range: 0 15 + +## OSD2_LINK_Q_EN: LINK_Q_EN + +Displays Receiver link quality + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD2_LINK_Q_X: LINK_Q_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD2_LINK_Q_Y: LINK_Q_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD2_TXT_RES: Sets the overlay text resolution (MSP DisplayPort only) + +Sets the overlay text resolution for this screen to either LD 30x16 or HD 50x18 (MSP DisplayPort only) + +|Value|Meaning| +|:---:|:---:| +|0|30x16| +|1|50x18| + +## OSD2_FONT: Sets the font index for this screen (MSP DisplayPort only) + +Sets the font index for this screen (MSP DisplayPort only) + +- Range: 0 21 + +# OSD3 Parameters + +## OSD3_ENABLE: Enable screen + +Enable this screen + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_CHAN_MIN: Transmitter switch screen minimum pwm + +This sets the PWM lower limit for this screen + +- Range: 900 2100 + +## OSD3_CHAN_MAX: Transmitter switch screen maximum pwm + +This sets the PWM upper limit for this screen + +- Range: 900 2100 + +## OSD3_ALTITUDE_EN: ALTITUDE_EN + +Enables display of altitude AGL + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_ALTITUDE_X: ALTITUDE_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_ALTITUDE_Y: ALTITUDE_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_BAT_VOLT_EN: BATVOLT_EN + +Displays main battery voltage + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_BAT_VOLT_X: BATVOLT_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_BAT_VOLT_Y: BATVOLT_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_RSSI_EN: RSSI_EN + +Displays RC signal strength + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_RSSI_X: RSSI_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_RSSI_Y: RSSI_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_CURRENT_EN: CURRENT_EN + +Displays main battery current + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_CURRENT_X: CURRENT_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_CURRENT_Y: CURRENT_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_BATUSED_EN: BATUSED_EN + +Displays primary battery mAh consumed + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_BATUSED_X: BATUSED_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_BATUSED_Y: BATUSED_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_SATS_EN: SATS_EN + +Displays number of acquired satellites + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_SATS_X: SATS_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_SATS_Y: SATS_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_FLTMODE_EN: FLTMODE_EN + +Displays flight mode + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_FLTMODE_X: FLTMODE_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_FLTMODE_Y: FLTMODE_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_MESSAGE_EN: MESSAGE_EN + +Displays Mavlink messages + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_MESSAGE_X: MESSAGE_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_MESSAGE_Y: MESSAGE_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_GSPEED_EN: GSPEED_EN + +Displays GPS ground speed + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_GSPEED_X: GSPEED_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_GSPEED_Y: GSPEED_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_HORIZON_EN: HORIZON_EN + +Displays artificial horizon + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_HORIZON_X: HORIZON_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_HORIZON_Y: HORIZON_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_HOME_EN: HOME_EN + +Displays distance and relative direction to HOME + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_HOME_X: HOME_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_HOME_Y: HOME_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_HEADING_EN: HEADING_EN + +Displays heading + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_HEADING_X: HEADING_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_HEADING_Y: HEADING_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_THROTTLE_EN: THROTTLE_EN + +Displays actual throttle percentage being sent to motor(s) + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_THROTTLE_X: THROTTLE_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_THROTTLE_Y: THROTTLE_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_COMPASS_EN: COMPASS_EN + +Enables display of compass rose + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_COMPASS_X: COMPASS_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_COMPASS_Y: COMPASS_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_WIND_EN: WIND_EN + +Displays wind speed and relative direction, on Rover this is the apparent wind speed and direction from the windvane, if fitted + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_WIND_X: WIND_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_WIND_Y: WIND_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_ASPEED_EN: ASPEED_EN + +Displays airspeed value being used by TECS (fused value) + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_ASPEED_X: ASPEED_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_ASPEED_Y: ASPEED_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_VSPEED_EN: VSPEED_EN + +Displays climb rate + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_VSPEED_X: VSPEED_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_VSPEED_Y: VSPEED_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_ESCTEMP_EN: ESCTEMP_EN + +Displays first esc's temp + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_ESCTEMP_X: ESCTEMP_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_ESCTEMP_Y: ESCTEMP_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_ESCRPM_EN: ESCRPM_EN + +Displays first esc's rpm + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_ESCRPM_X: ESCRPM_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_ESCRPM_Y: ESCRPM_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_ESCAMPS_EN: ESCAMPS_EN + +Displays first esc's current + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_ESCAMPS_X: ESCAMPS_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_ESCAMPS_Y: ESCAMPS_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_GPSLAT_EN: GPSLAT_EN + +Displays GPS latitude + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_GPSLAT_X: GPSLAT_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_GPSLAT_Y: GPSLAT_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_GPSLONG_EN: GPSLONG_EN + +Displays GPS longitude + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_GPSLONG_X: GPSLONG_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_GPSLONG_Y: GPSLONG_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_ROLL_EN: ROLL_EN + +Displays degrees of roll from level + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_ROLL_X: ROLL_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_ROLL_Y: ROLL_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_PITCH_EN: PITCH_EN + +Displays degrees of pitch from level + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_PITCH_X: PITCH_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_PITCH_Y: PITCH_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_TEMP_EN: TEMP_EN + +Displays temperature reported by primary barometer + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_TEMP_X: TEMP_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_TEMP_Y: TEMP_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_HDOP_EN: HDOP_EN + +Displays Horizontal Dilution Of Position + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_HDOP_X: HDOP_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_HDOP_Y: HDOP_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_WAYPOINT_EN: WAYPOINT_EN + +Displays bearing and distance to next waypoint + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_WAYPOINT_X: WAYPOINT_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_WAYPOINT_Y: WAYPOINT_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_XTRACK_EN: XTRACK_EN + +Displays crosstrack error + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_XTRACK_X: XTRACK_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_XTRACK_Y: XTRACK_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_DIST_EN: DIST_EN + +Displays total distance flown + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_DIST_X: DIST_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_DIST_Y: DIST_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_STATS_EN: STATS_EN + +Displays flight stats + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_STATS_X: STATS_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_STATS_Y: STATS_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_FLTIME_EN: FLTIME_EN + +Displays total flight time + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_FLTIME_X: FLTIME_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_FLTIME_Y: FLTIME_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_CLIMBEFF_EN: CLIMBEFF_EN + +Displays climb efficiency (climb rate/current) + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_CLIMBEFF_X: CLIMBEFF_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_CLIMBEFF_Y: CLIMBEFF_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_EFF_EN: EFF_EN + +Displays flight efficiency (mAh/km or /mi) + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_EFF_X: EFF_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_EFF_Y: EFF_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_BTEMP_EN: BTEMP_EN + +Displays temperature reported by secondary barometer + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_BTEMP_X: BTEMP_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_BTEMP_Y: BTEMP_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_ATEMP_EN: ATEMP_EN + +Displays temperature reported by primary airspeed sensor + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_ATEMP_X: ATEMP_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_ATEMP_Y: ATEMP_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_BAT2_VLT_EN: BAT2VLT_EN + +Displays battery2 voltage + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_BAT2_VLT_X: BAT2VLT_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_BAT2_VLT_Y: BAT2VLT_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_BAT2USED_EN: BAT2USED_EN + +Displays secondary battery mAh consumed + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_BAT2USED_X: BAT2USED_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_BAT2USED_Y: BAT2USED_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_ASPD2_EN: ASPD2_EN + +Displays airspeed reported directly from secondary airspeed sensor + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_ASPD2_X: ASPD2_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_ASPD2_Y: ASPD2_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_ASPD1_EN: ASPD1_EN + +Displays airspeed reported directly from primary airspeed sensor + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_ASPD1_X: ASPD1_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_ASPD1_Y: ASPD1_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_CLK_EN: CLK_EN + +Displays a clock panel based on AP_RTC local time + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_CLK_X: CLK_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_CLK_Y: CLK_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_SIDEBARS_EN: SIDEBARS_EN + +Displays artificial horizon side bars + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_SIDEBARS_X: SIDEBARS_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_SIDEBARS_Y: SIDEBARS_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_CRSSHAIR_EN: CRSSHAIR_EN + +Displays artificial horizon crosshair (MSP OSD only) + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_CRSSHAIR_X: CRSSHAIR_X + +Horizontal position on screen (MSP OSD only) + +- Range: 0 59 + +## OSD3_CRSSHAIR_Y: CRSSHAIR_Y + +Vertical position on screen (MSP OSD only) + +- Range: 0 21 + +## OSD3_HOMEDIST_EN: HOMEDIST_EN + +Displays distance from HOME (MSP OSD only) + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_HOMEDIST_X: HOMEDIST_X + +Horizontal position on screen (MSP OSD only) + +- Range: 0 59 + +## OSD3_HOMEDIST_Y: HOMEDIST_Y + +Vertical position on screen (MSP OSD only) + +- Range: 0 21 + +## OSD3_HOMEDIR_EN: HOMEDIR_EN + +Displays relative direction to HOME (MSP OSD only) + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_HOMEDIR_X: HOMEDIR_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_HOMEDIR_Y: HOMEDIR_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_POWER_EN: POWER_EN + +Displays power (MSP OSD only) + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_POWER_X: POWER_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_POWER_Y: POWER_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_CELLVOLT_EN: CELL_VOLT_EN + +Displays average cell voltage (MSP OSD only) + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_CELLVOLT_X: CELL_VOLT_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_CELLVOLT_Y: CELL_VOLT_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_BATTBAR_EN: BATT_BAR_EN + +Displays battery usage bar (MSP OSD only) + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_BATTBAR_X: BATT_BAR_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_BATTBAR_Y: BATT_BAR_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_ARMING_EN: ARMING_EN + +Displays arming status (MSP OSD only) + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_ARMING_X: ARMING_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_ARMING_Y: ARMING_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_PLUSCODE_EN: PLUSCODE_EN + +Displays pluscode (OLC) element + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_PLUSCODE_X: PLUSCODE_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_PLUSCODE_Y: PLUSCODE_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_CALLSIGN_EN: CALLSIGN_EN + +Displays callsign from callsign.txt on microSD card + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_CALLSIGN_X: CALLSIGN_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_CALLSIGN_Y: CALLSIGN_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_CURRENT2_EN: CURRENT2_EN + +Displays 2nd battery current + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_CURRENT2_X: CURRENT2_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_CURRENT2_Y: CURRENT2_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_VTX_PWR_EN: VTX_PWR_EN + +Displays VTX Power + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_VTX_PWR_X: VTX_PWR_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_VTX_PWR_Y: VTX_PWR_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_TER_HGT_EN: TER_HGT_EN + +Displays Height above terrain + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_TER_HGT_X: TER_HGT_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_TER_HGT_Y: TER_HGT_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_AVGCELLV_EN: AVGCELLV_EN + +Displays average cell voltage. WARNING: this can be inaccurate if the cell count is not detected or set properly. If the the battery is far from fully charged the detected cell count might not be accurate if auto cell count detection is used (OSD_CELL_COUNT=0). + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_AVGCELLV_X: AVGCELLV_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_AVGCELLV_Y: AVGCELLV_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_RESTVOLT_EN: RESTVOLT_EN + +Displays main battery resting voltage + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_RESTVOLT_X: RESTVOLT_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_RESTVOLT_Y: RESTVOLT_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_FENCE_EN: FENCE_EN + +Displays indication of fence enable and breach + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_FENCE_X: FENCE_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_FENCE_Y: FENCE_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_RNGF_EN: RNGF_EN + +Displays a rangefinder's distance in cm + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_RNGF_X: RNGF_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_RNGF_Y: RNGF_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_ACRVOLT_EN: ACRVOLT_EN + +Displays resting voltage for the average cell. WARNING: this can be inaccurate if the cell count is not detected or set properly. If the the battery is far from fully charged the detected cell count might not be accurate if auto cell count detection is used (OSD_CELL_COUNT=0). + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_ACRVOLT_X: ACRVOLT_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_ACRVOLT_Y: ACRVOLT_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_RPM_EN: RPM_EN + +Displays main rotor revs/min + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_RPM_X: RPM_X + +Horizontal position on screen + +- Range: 0 29 + +## OSD3_RPM_Y: RPM_Y + +Vertical position on screen + +- Range: 0 15 + +## OSD3_LINK_Q_EN: LINK_Q_EN + +Displays Receiver link quality + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD3_LINK_Q_X: LINK_Q_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD3_LINK_Q_Y: LINK_Q_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD3_TXT_RES: Sets the overlay text resolution (MSP DisplayPort only) + +Sets the overlay text resolution for this screen to either LD 30x16 or HD 50x18 (MSP DisplayPort only) + +|Value|Meaning| +|:---:|:---:| +|0|30x16| +|1|50x18| + +## OSD3_FONT: Sets the font index for this screen (MSP DisplayPort only) + +Sets the font index for this screen (MSP DisplayPort only) + +- Range: 0 21 + +# OSD4 Parameters + +## OSD4_ENABLE: Enable screen + +Enable this screen + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_CHAN_MIN: Transmitter switch screen minimum pwm + +This sets the PWM lower limit for this screen + +- Range: 900 2100 + +## OSD4_CHAN_MAX: Transmitter switch screen maximum pwm + +This sets the PWM upper limit for this screen + +- Range: 900 2100 + +## OSD4_ALTITUDE_EN: ALTITUDE_EN + +Enables display of altitude AGL + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_ALTITUDE_X: ALTITUDE_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_ALTITUDE_Y: ALTITUDE_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_BAT_VOLT_EN: BATVOLT_EN + +Displays main battery voltage + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_BAT_VOLT_X: BATVOLT_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_BAT_VOLT_Y: BATVOLT_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_RSSI_EN: RSSI_EN + +Displays RC signal strength + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_RSSI_X: RSSI_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_RSSI_Y: RSSI_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_CURRENT_EN: CURRENT_EN + +Displays main battery current + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_CURRENT_X: CURRENT_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_CURRENT_Y: CURRENT_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_BATUSED_EN: BATUSED_EN + +Displays primary battery mAh consumed + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_BATUSED_X: BATUSED_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_BATUSED_Y: BATUSED_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_SATS_EN: SATS_EN + +Displays number of acquired satellites + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_SATS_X: SATS_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_SATS_Y: SATS_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_FLTMODE_EN: FLTMODE_EN + +Displays flight mode + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_FLTMODE_X: FLTMODE_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_FLTMODE_Y: FLTMODE_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_MESSAGE_EN: MESSAGE_EN + +Displays Mavlink messages + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_MESSAGE_X: MESSAGE_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_MESSAGE_Y: MESSAGE_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_GSPEED_EN: GSPEED_EN + +Displays GPS ground speed + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_GSPEED_X: GSPEED_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_GSPEED_Y: GSPEED_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_HORIZON_EN: HORIZON_EN + +Displays artificial horizon + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_HORIZON_X: HORIZON_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_HORIZON_Y: HORIZON_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_HOME_EN: HOME_EN + +Displays distance and relative direction to HOME + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_HOME_X: HOME_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_HOME_Y: HOME_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_HEADING_EN: HEADING_EN + +Displays heading + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_HEADING_X: HEADING_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_HEADING_Y: HEADING_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_THROTTLE_EN: THROTTLE_EN + +Displays actual throttle percentage being sent to motor(s) + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_THROTTLE_X: THROTTLE_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_THROTTLE_Y: THROTTLE_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_COMPASS_EN: COMPASS_EN + +Enables display of compass rose + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_COMPASS_X: COMPASS_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_COMPASS_Y: COMPASS_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_WIND_EN: WIND_EN + +Displays wind speed and relative direction, on Rover this is the apparent wind speed and direction from the windvane, if fitted + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_WIND_X: WIND_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_WIND_Y: WIND_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_ASPEED_EN: ASPEED_EN + +Displays airspeed value being used by TECS (fused value) + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_ASPEED_X: ASPEED_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_ASPEED_Y: ASPEED_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_VSPEED_EN: VSPEED_EN + +Displays climb rate + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_VSPEED_X: VSPEED_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_VSPEED_Y: VSPEED_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_ESCTEMP_EN: ESCTEMP_EN + +Displays first esc's temp + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_ESCTEMP_X: ESCTEMP_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_ESCTEMP_Y: ESCTEMP_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_ESCRPM_EN: ESCRPM_EN + +Displays first esc's rpm + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_ESCRPM_X: ESCRPM_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_ESCRPM_Y: ESCRPM_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_ESCAMPS_EN: ESCAMPS_EN + +Displays first esc's current + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_ESCAMPS_X: ESCAMPS_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_ESCAMPS_Y: ESCAMPS_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_GPSLAT_EN: GPSLAT_EN + +Displays GPS latitude + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_GPSLAT_X: GPSLAT_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_GPSLAT_Y: GPSLAT_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_GPSLONG_EN: GPSLONG_EN + +Displays GPS longitude + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_GPSLONG_X: GPSLONG_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_GPSLONG_Y: GPSLONG_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_ROLL_EN: ROLL_EN + +Displays degrees of roll from level + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_ROLL_X: ROLL_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_ROLL_Y: ROLL_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_PITCH_EN: PITCH_EN + +Displays degrees of pitch from level + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_PITCH_X: PITCH_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_PITCH_Y: PITCH_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_TEMP_EN: TEMP_EN + +Displays temperature reported by primary barometer + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_TEMP_X: TEMP_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_TEMP_Y: TEMP_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_HDOP_EN: HDOP_EN + +Displays Horizontal Dilution Of Position + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_HDOP_X: HDOP_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_HDOP_Y: HDOP_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_WAYPOINT_EN: WAYPOINT_EN + +Displays bearing and distance to next waypoint + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_WAYPOINT_X: WAYPOINT_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_WAYPOINT_Y: WAYPOINT_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_XTRACK_EN: XTRACK_EN + +Displays crosstrack error + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_XTRACK_X: XTRACK_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_XTRACK_Y: XTRACK_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_DIST_EN: DIST_EN + +Displays total distance flown + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_DIST_X: DIST_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_DIST_Y: DIST_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_STATS_EN: STATS_EN + +Displays flight stats + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_STATS_X: STATS_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_STATS_Y: STATS_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_FLTIME_EN: FLTIME_EN + +Displays total flight time + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_FLTIME_X: FLTIME_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_FLTIME_Y: FLTIME_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_CLIMBEFF_EN: CLIMBEFF_EN + +Displays climb efficiency (climb rate/current) + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_CLIMBEFF_X: CLIMBEFF_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_CLIMBEFF_Y: CLIMBEFF_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_EFF_EN: EFF_EN + +Displays flight efficiency (mAh/km or /mi) + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_EFF_X: EFF_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_EFF_Y: EFF_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_BTEMP_EN: BTEMP_EN + +Displays temperature reported by secondary barometer + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_BTEMP_X: BTEMP_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_BTEMP_Y: BTEMP_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_ATEMP_EN: ATEMP_EN + +Displays temperature reported by primary airspeed sensor + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_ATEMP_X: ATEMP_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_ATEMP_Y: ATEMP_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_BAT2_VLT_EN: BAT2VLT_EN + +Displays battery2 voltage + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_BAT2_VLT_X: BAT2VLT_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_BAT2_VLT_Y: BAT2VLT_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_BAT2USED_EN: BAT2USED_EN + +Displays secondary battery mAh consumed + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_BAT2USED_X: BAT2USED_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_BAT2USED_Y: BAT2USED_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_ASPD2_EN: ASPD2_EN + +Displays airspeed reported directly from secondary airspeed sensor + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_ASPD2_X: ASPD2_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_ASPD2_Y: ASPD2_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_ASPD1_EN: ASPD1_EN + +Displays airspeed reported directly from primary airspeed sensor + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_ASPD1_X: ASPD1_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_ASPD1_Y: ASPD1_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_CLK_EN: CLK_EN + +Displays a clock panel based on AP_RTC local time + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_CLK_X: CLK_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_CLK_Y: CLK_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_SIDEBARS_EN: SIDEBARS_EN + +Displays artificial horizon side bars + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_SIDEBARS_X: SIDEBARS_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_SIDEBARS_Y: SIDEBARS_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_CRSSHAIR_EN: CRSSHAIR_EN + +Displays artificial horizon crosshair (MSP OSD only) + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_CRSSHAIR_X: CRSSHAIR_X + +Horizontal position on screen (MSP OSD only) + +- Range: 0 59 + +## OSD4_CRSSHAIR_Y: CRSSHAIR_Y + +Vertical position on screen (MSP OSD only) + +- Range: 0 21 + +## OSD4_HOMEDIST_EN: HOMEDIST_EN + +Displays distance from HOME (MSP OSD only) + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_HOMEDIST_X: HOMEDIST_X + +Horizontal position on screen (MSP OSD only) + +- Range: 0 59 + +## OSD4_HOMEDIST_Y: HOMEDIST_Y + +Vertical position on screen (MSP OSD only) + +- Range: 0 21 + +## OSD4_HOMEDIR_EN: HOMEDIR_EN + +Displays relative direction to HOME (MSP OSD only) + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_HOMEDIR_X: HOMEDIR_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_HOMEDIR_Y: HOMEDIR_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_POWER_EN: POWER_EN + +Displays power (MSP OSD only) + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_POWER_X: POWER_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_POWER_Y: POWER_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_CELLVOLT_EN: CELL_VOLT_EN + +Displays average cell voltage (MSP OSD only) + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_CELLVOLT_X: CELL_VOLT_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_CELLVOLT_Y: CELL_VOLT_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_BATTBAR_EN: BATT_BAR_EN + +Displays battery usage bar (MSP OSD only) + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_BATTBAR_X: BATT_BAR_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_BATTBAR_Y: BATT_BAR_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_ARMING_EN: ARMING_EN + +Displays arming status (MSP OSD only) + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_ARMING_X: ARMING_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_ARMING_Y: ARMING_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_PLUSCODE_EN: PLUSCODE_EN + +Displays pluscode (OLC) element + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_PLUSCODE_X: PLUSCODE_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_PLUSCODE_Y: PLUSCODE_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_CALLSIGN_EN: CALLSIGN_EN + +Displays callsign from callsign.txt on microSD card + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_CALLSIGN_X: CALLSIGN_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_CALLSIGN_Y: CALLSIGN_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_CURRENT2_EN: CURRENT2_EN + +Displays 2nd battery current + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_CURRENT2_X: CURRENT2_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_CURRENT2_Y: CURRENT2_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_VTX_PWR_EN: VTX_PWR_EN + +Displays VTX Power + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_VTX_PWR_X: VTX_PWR_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_VTX_PWR_Y: VTX_PWR_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_TER_HGT_EN: TER_HGT_EN + +Displays Height above terrain + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_TER_HGT_X: TER_HGT_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_TER_HGT_Y: TER_HGT_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_AVGCELLV_EN: AVGCELLV_EN + +Displays average cell voltage. WARNING: this can be inaccurate if the cell count is not detected or set properly. If the the battery is far from fully charged the detected cell count might not be accurate if auto cell count detection is used (OSD_CELL_COUNT=0). + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_AVGCELLV_X: AVGCELLV_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_AVGCELLV_Y: AVGCELLV_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_RESTVOLT_EN: RESTVOLT_EN + +Displays main battery resting voltage + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_RESTVOLT_X: RESTVOLT_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_RESTVOLT_Y: RESTVOLT_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_FENCE_EN: FENCE_EN + +Displays indication of fence enable and breach + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_FENCE_X: FENCE_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_FENCE_Y: FENCE_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_RNGF_EN: RNGF_EN + +Displays a rangefinder's distance in cm + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_RNGF_X: RNGF_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_RNGF_Y: RNGF_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_ACRVOLT_EN: ACRVOLT_EN + +Displays resting voltage for the average cell. WARNING: this can be inaccurate if the cell count is not detected or set properly. If the the battery is far from fully charged the detected cell count might not be accurate if auto cell count detection is used (OSD_CELL_COUNT=0). + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_ACRVOLT_X: ACRVOLT_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_ACRVOLT_Y: ACRVOLT_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_RPM_EN: RPM_EN + +Displays main rotor revs/min + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_RPM_X: RPM_X + +Horizontal position on screen + +- Range: 0 29 + +## OSD4_RPM_Y: RPM_Y + +Vertical position on screen + +- Range: 0 15 + +## OSD4_LINK_Q_EN: LINK_Q_EN + +Displays Receiver link quality + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD4_LINK_Q_X: LINK_Q_X + +Horizontal position on screen + +- Range: 0 59 + +## OSD4_LINK_Q_Y: LINK_Q_Y + +Vertical position on screen + +- Range: 0 21 + +## OSD4_TXT_RES: Sets the overlay text resolution (MSP DisplayPort only) + +Sets the overlay text resolution for this screen to either LD 30x16 or HD 50x18 (MSP DisplayPort only) + +|Value|Meaning| +|:---:|:---:| +|0|30x16| +|1|50x18| + +## OSD4_FONT: Sets the font index for this screen (MSP DisplayPort only) + +Sets the font index for this screen (MSP DisplayPort only) + +- Range: 0 21 + +# OSD5 Parameters + +## OSD5_ENABLE: Enable screen + +Enable this screen + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD5_CHAN_MIN: Transmitter switch screen minimum pwm + +This sets the PWM lower limit for this screen + +- Range: 900 2100 + +## OSD5_CHAN_MAX: Transmitter switch screen maximum pwm + +This sets the PWM upper limit for this screen + +- Range: 900 2100 + +## OSD5_SAVE_X: SAVE_X + +*Note: This parameter is for advanced users* + +Horizontal position of Save button on screen + +- Range: 0 25 + +## OSD5_SAVE_Y: SAVE_Y + +*Note: This parameter is for advanced users* + +Vertical position of Save button on screen + +- Range: 0 15 + +# OSD5PARAM1 Parameters + +## OSD5_PARAM1_EN: Enable + +Enable setting + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD5_PARAM1_X: X position + +Horizontal position on screen + +- Range: 0 29 + +## OSD5_PARAM1_Y: Y position + +Vertical position on screen + +- Range: 0 15 + +## OSD5_PARAM1_KEY: Parameter key + +Key of the parameter to be displayed and modified + +## OSD5_PARAM1_IDX: Parameter index + +Index of the parameter to be displayed and modified + +## OSD5_PARAM1_GRP: Parameter group + +Group of the parameter to be displayed and modified + +## OSD5_PARAM1_MIN: Parameter minimum + +Minimum value of the parameter to be displayed and modified + +## OSD5_PARAM1_MAX: Parameter maximum + +Maximum of the parameter to be displayed and modified + +## OSD5_PARAM1_INCR: Parameter increment + +Increment of the parameter to be displayed and modified + +## OSD5_PARAM1_TYPE: Parameter type + +Type of the parameter to be displayed and modified + +# OSD5PARAM2 Parameters + +## OSD5_PARAM2_EN: Enable + +Enable setting + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD5_PARAM2_X: X position + +Horizontal position on screen + +- Range: 0 29 + +## OSD5_PARAM2_Y: Y position + +Vertical position on screen + +- Range: 0 15 + +## OSD5_PARAM2_KEY: Parameter key + +Key of the parameter to be displayed and modified + +## OSD5_PARAM2_IDX: Parameter index + +Index of the parameter to be displayed and modified + +## OSD5_PARAM2_GRP: Parameter group + +Group of the parameter to be displayed and modified + +## OSD5_PARAM2_MIN: Parameter minimum + +Minimum value of the parameter to be displayed and modified + +## OSD5_PARAM2_MAX: Parameter maximum + +Maximum of the parameter to be displayed and modified + +## OSD5_PARAM2_INCR: Parameter increment + +Increment of the parameter to be displayed and modified + +## OSD5_PARAM2_TYPE: Parameter type + +Type of the parameter to be displayed and modified + +# OSD5PARAM3 Parameters + +## OSD5_PARAM3_EN: Enable + +Enable setting + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD5_PARAM3_X: X position + +Horizontal position on screen + +- Range: 0 29 + +## OSD5_PARAM3_Y: Y position + +Vertical position on screen + +- Range: 0 15 + +## OSD5_PARAM3_KEY: Parameter key + +Key of the parameter to be displayed and modified + +## OSD5_PARAM3_IDX: Parameter index + +Index of the parameter to be displayed and modified + +## OSD5_PARAM3_GRP: Parameter group + +Group of the parameter to be displayed and modified + +## OSD5_PARAM3_MIN: Parameter minimum + +Minimum value of the parameter to be displayed and modified + +## OSD5_PARAM3_MAX: Parameter maximum + +Maximum of the parameter to be displayed and modified + +## OSD5_PARAM3_INCR: Parameter increment + +Increment of the parameter to be displayed and modified + +## OSD5_PARAM3_TYPE: Parameter type + +Type of the parameter to be displayed and modified + +# OSD5PARAM4 Parameters + +## OSD5_PARAM4_EN: Enable + +Enable setting + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD5_PARAM4_X: X position + +Horizontal position on screen + +- Range: 0 29 + +## OSD5_PARAM4_Y: Y position + +Vertical position on screen + +- Range: 0 15 + +## OSD5_PARAM4_KEY: Parameter key + +Key of the parameter to be displayed and modified + +## OSD5_PARAM4_IDX: Parameter index + +Index of the parameter to be displayed and modified + +## OSD5_PARAM4_GRP: Parameter group + +Group of the parameter to be displayed and modified + +## OSD5_PARAM4_MIN: Parameter minimum + +Minimum value of the parameter to be displayed and modified + +## OSD5_PARAM4_MAX: Parameter maximum + +Maximum of the parameter to be displayed and modified + +## OSD5_PARAM4_INCR: Parameter increment + +Increment of the parameter to be displayed and modified + +## OSD5_PARAM4_TYPE: Parameter type + +Type of the parameter to be displayed and modified + +# OSD5PARAM5 Parameters + +## OSD5_PARAM5_EN: Enable + +Enable setting + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD5_PARAM5_X: X position + +Horizontal position on screen + +- Range: 0 29 + +## OSD5_PARAM5_Y: Y position + +Vertical position on screen + +- Range: 0 15 + +## OSD5_PARAM5_KEY: Parameter key + +Key of the parameter to be displayed and modified + +## OSD5_PARAM5_IDX: Parameter index + +Index of the parameter to be displayed and modified + +## OSD5_PARAM5_GRP: Parameter group + +Group of the parameter to be displayed and modified + +## OSD5_PARAM5_MIN: Parameter minimum + +Minimum value of the parameter to be displayed and modified + +## OSD5_PARAM5_MAX: Parameter maximum + +Maximum of the parameter to be displayed and modified + +## OSD5_PARAM5_INCR: Parameter increment + +Increment of the parameter to be displayed and modified + +## OSD5_PARAM5_TYPE: Parameter type + +Type of the parameter to be displayed and modified + +# OSD5PARAM6 Parameters + +## OSD5_PARAM6_EN: Enable + +Enable setting + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD5_PARAM6_X: X position + +Horizontal position on screen + +- Range: 0 29 + +## OSD5_PARAM6_Y: Y position + +Vertical position on screen + +- Range: 0 15 + +## OSD5_PARAM6_KEY: Parameter key + +Key of the parameter to be displayed and modified + +## OSD5_PARAM6_IDX: Parameter index + +Index of the parameter to be displayed and modified + +## OSD5_PARAM6_GRP: Parameter group + +Group of the parameter to be displayed and modified + +## OSD5_PARAM6_MIN: Parameter minimum + +Minimum value of the parameter to be displayed and modified + +## OSD5_PARAM6_MAX: Parameter maximum + +Maximum of the parameter to be displayed and modified + +## OSD5_PARAM6_INCR: Parameter increment + +Increment of the parameter to be displayed and modified + +## OSD5_PARAM6_TYPE: Parameter type + +Type of the parameter to be displayed and modified + +# OSD5PARAM7 Parameters + +## OSD5_PARAM7_EN: Enable + +Enable setting + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD5_PARAM7_X: X position + +Horizontal position on screen + +- Range: 0 29 + +## OSD5_PARAM7_Y: Y position + +Vertical position on screen + +- Range: 0 15 + +## OSD5_PARAM7_KEY: Parameter key + +Key of the parameter to be displayed and modified + +## OSD5_PARAM7_IDX: Parameter index + +Index of the parameter to be displayed and modified + +## OSD5_PARAM7_GRP: Parameter group + +Group of the parameter to be displayed and modified + +## OSD5_PARAM7_MIN: Parameter minimum + +Minimum value of the parameter to be displayed and modified + +## OSD5_PARAM7_MAX: Parameter maximum + +Maximum of the parameter to be displayed and modified + +## OSD5_PARAM7_INCR: Parameter increment + +Increment of the parameter to be displayed and modified + +## OSD5_PARAM7_TYPE: Parameter type + +Type of the parameter to be displayed and modified + +# OSD5PARAM8 Parameters + +## OSD5_PARAM8_EN: Enable + +Enable setting + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD5_PARAM8_X: X position + +Horizontal position on screen + +- Range: 0 29 + +## OSD5_PARAM8_Y: Y position + +Vertical position on screen + +- Range: 0 15 + +## OSD5_PARAM8_KEY: Parameter key + +Key of the parameter to be displayed and modified + +## OSD5_PARAM8_IDX: Parameter index + +Index of the parameter to be displayed and modified + +## OSD5_PARAM8_GRP: Parameter group + +Group of the parameter to be displayed and modified + +## OSD5_PARAM8_MIN: Parameter minimum + +Minimum value of the parameter to be displayed and modified + +## OSD5_PARAM8_MAX: Parameter maximum + +Maximum of the parameter to be displayed and modified + +## OSD5_PARAM8_INCR: Parameter increment + +Increment of the parameter to be displayed and modified + +## OSD5_PARAM8_TYPE: Parameter type + +Type of the parameter to be displayed and modified + +# OSD5PARAM9 Parameters + +## OSD5_PARAM9_EN: Enable + +Enable setting + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD5_PARAM9_X: X position + +Horizontal position on screen + +- Range: 0 29 + +## OSD5_PARAM9_Y: Y position + +Vertical position on screen + +- Range: 0 15 + +## OSD5_PARAM9_KEY: Parameter key + +Key of the parameter to be displayed and modified + +## OSD5_PARAM9_IDX: Parameter index + +Index of the parameter to be displayed and modified + +## OSD5_PARAM9_GRP: Parameter group + +Group of the parameter to be displayed and modified + +## OSD5_PARAM9_MIN: Parameter minimum + +Minimum value of the parameter to be displayed and modified + +## OSD5_PARAM9_MAX: Parameter maximum + +Maximum of the parameter to be displayed and modified + +## OSD5_PARAM9_INCR: Parameter increment + +Increment of the parameter to be displayed and modified + +## OSD5_PARAM9_TYPE: Parameter type + +Type of the parameter to be displayed and modified + +# OSD6 Parameters + +## OSD6_ENABLE: Enable screen + +Enable this screen + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD6_CHAN_MIN: Transmitter switch screen minimum pwm + +This sets the PWM lower limit for this screen + +- Range: 900 2100 + +## OSD6_CHAN_MAX: Transmitter switch screen maximum pwm + +This sets the PWM upper limit for this screen + +- Range: 900 2100 + +## OSD6_SAVE_X: SAVE_X + +*Note: This parameter is for advanced users* + +Horizontal position of Save button on screen + +- Range: 0 25 + +## OSD6_SAVE_Y: SAVE_Y + +*Note: This parameter is for advanced users* + +Vertical position of Save button on screen + +- Range: 0 15 + +# OSD6PARAM1 Parameters + +## OSD6_PARAM1_EN: Enable + +Enable setting + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD6_PARAM1_X: X position + +Horizontal position on screen + +- Range: 0 29 + +## OSD6_PARAM1_Y: Y position + +Vertical position on screen + +- Range: 0 15 + +## OSD6_PARAM1_KEY: Parameter key + +Key of the parameter to be displayed and modified + +## OSD6_PARAM1_IDX: Parameter index + +Index of the parameter to be displayed and modified + +## OSD6_PARAM1_GRP: Parameter group + +Group of the parameter to be displayed and modified + +## OSD6_PARAM1_MIN: Parameter minimum + +Minimum value of the parameter to be displayed and modified + +## OSD6_PARAM1_MAX: Parameter maximum + +Maximum of the parameter to be displayed and modified + +## OSD6_PARAM1_INCR: Parameter increment + +Increment of the parameter to be displayed and modified + +## OSD6_PARAM1_TYPE: Parameter type + +Type of the parameter to be displayed and modified + +# OSD6PARAM2 Parameters + +## OSD6_PARAM2_EN: Enable + +Enable setting + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD6_PARAM2_X: X position + +Horizontal position on screen + +- Range: 0 29 + +## OSD6_PARAM2_Y: Y position + +Vertical position on screen + +- Range: 0 15 + +## OSD6_PARAM2_KEY: Parameter key + +Key of the parameter to be displayed and modified + +## OSD6_PARAM2_IDX: Parameter index + +Index of the parameter to be displayed and modified + +## OSD6_PARAM2_GRP: Parameter group + +Group of the parameter to be displayed and modified + +## OSD6_PARAM2_MIN: Parameter minimum + +Minimum value of the parameter to be displayed and modified + +## OSD6_PARAM2_MAX: Parameter maximum + +Maximum of the parameter to be displayed and modified + +## OSD6_PARAM2_INCR: Parameter increment + +Increment of the parameter to be displayed and modified + +## OSD6_PARAM2_TYPE: Parameter type + +Type of the parameter to be displayed and modified + +# OSD6PARAM3 Parameters + +## OSD6_PARAM3_EN: Enable + +Enable setting + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD6_PARAM3_X: X position + +Horizontal position on screen + +- Range: 0 29 + +## OSD6_PARAM3_Y: Y position + +Vertical position on screen + +- Range: 0 15 + +## OSD6_PARAM3_KEY: Parameter key + +Key of the parameter to be displayed and modified + +## OSD6_PARAM3_IDX: Parameter index + +Index of the parameter to be displayed and modified + +## OSD6_PARAM3_GRP: Parameter group + +Group of the parameter to be displayed and modified + +## OSD6_PARAM3_MIN: Parameter minimum + +Minimum value of the parameter to be displayed and modified + +## OSD6_PARAM3_MAX: Parameter maximum + +Maximum of the parameter to be displayed and modified + +## OSD6_PARAM3_INCR: Parameter increment + +Increment of the parameter to be displayed and modified + +## OSD6_PARAM3_TYPE: Parameter type + +Type of the parameter to be displayed and modified + +# OSD6PARAM4 Parameters + +## OSD6_PARAM4_EN: Enable + +Enable setting + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD6_PARAM4_X: X position + +Horizontal position on screen + +- Range: 0 29 + +## OSD6_PARAM4_Y: Y position + +Vertical position on screen + +- Range: 0 15 + +## OSD6_PARAM4_KEY: Parameter key + +Key of the parameter to be displayed and modified + +## OSD6_PARAM4_IDX: Parameter index + +Index of the parameter to be displayed and modified + +## OSD6_PARAM4_GRP: Parameter group + +Group of the parameter to be displayed and modified + +## OSD6_PARAM4_MIN: Parameter minimum + +Minimum value of the parameter to be displayed and modified + +## OSD6_PARAM4_MAX: Parameter maximum + +Maximum of the parameter to be displayed and modified + +## OSD6_PARAM4_INCR: Parameter increment + +Increment of the parameter to be displayed and modified + +## OSD6_PARAM4_TYPE: Parameter type + +Type of the parameter to be displayed and modified + +# OSD6PARAM5 Parameters + +## OSD6_PARAM5_EN: Enable + +Enable setting + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD6_PARAM5_X: X position + +Horizontal position on screen + +- Range: 0 29 + +## OSD6_PARAM5_Y: Y position + +Vertical position on screen + +- Range: 0 15 + +## OSD6_PARAM5_KEY: Parameter key + +Key of the parameter to be displayed and modified + +## OSD6_PARAM5_IDX: Parameter index + +Index of the parameter to be displayed and modified + +## OSD6_PARAM5_GRP: Parameter group + +Group of the parameter to be displayed and modified + +## OSD6_PARAM5_MIN: Parameter minimum + +Minimum value of the parameter to be displayed and modified + +## OSD6_PARAM5_MAX: Parameter maximum + +Maximum of the parameter to be displayed and modified + +## OSD6_PARAM5_INCR: Parameter increment + +Increment of the parameter to be displayed and modified + +## OSD6_PARAM5_TYPE: Parameter type + +Type of the parameter to be displayed and modified + +# OSD6PARAM6 Parameters + +## OSD6_PARAM6_EN: Enable + +Enable setting + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD6_PARAM6_X: X position + +Horizontal position on screen + +- Range: 0 29 + +## OSD6_PARAM6_Y: Y position + +Vertical position on screen + +- Range: 0 15 + +## OSD6_PARAM6_KEY: Parameter key + +Key of the parameter to be displayed and modified + +## OSD6_PARAM6_IDX: Parameter index + +Index of the parameter to be displayed and modified + +## OSD6_PARAM6_GRP: Parameter group + +Group of the parameter to be displayed and modified + +## OSD6_PARAM6_MIN: Parameter minimum + +Minimum value of the parameter to be displayed and modified + +## OSD6_PARAM6_MAX: Parameter maximum + +Maximum of the parameter to be displayed and modified + +## OSD6_PARAM6_INCR: Parameter increment + +Increment of the parameter to be displayed and modified + +## OSD6_PARAM6_TYPE: Parameter type + +Type of the parameter to be displayed and modified + +# OSD6PARAM7 Parameters + +## OSD6_PARAM7_EN: Enable + +Enable setting + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD6_PARAM7_X: X position + +Horizontal position on screen + +- Range: 0 29 + +## OSD6_PARAM7_Y: Y position + +Vertical position on screen + +- Range: 0 15 + +## OSD6_PARAM7_KEY: Parameter key + +Key of the parameter to be displayed and modified + +## OSD6_PARAM7_IDX: Parameter index + +Index of the parameter to be displayed and modified + +## OSD6_PARAM7_GRP: Parameter group + +Group of the parameter to be displayed and modified + +## OSD6_PARAM7_MIN: Parameter minimum + +Minimum value of the parameter to be displayed and modified + +## OSD6_PARAM7_MAX: Parameter maximum + +Maximum of the parameter to be displayed and modified + +## OSD6_PARAM7_INCR: Parameter increment + +Increment of the parameter to be displayed and modified + +## OSD6_PARAM7_TYPE: Parameter type + +Type of the parameter to be displayed and modified + +# OSD6PARAM8 Parameters + +## OSD6_PARAM8_EN: Enable + +Enable setting + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD6_PARAM8_X: X position + +Horizontal position on screen + +- Range: 0 29 + +## OSD6_PARAM8_Y: Y position + +Vertical position on screen + +- Range: 0 15 + +## OSD6_PARAM8_KEY: Parameter key + +Key of the parameter to be displayed and modified + +## OSD6_PARAM8_IDX: Parameter index + +Index of the parameter to be displayed and modified + +## OSD6_PARAM8_GRP: Parameter group + +Group of the parameter to be displayed and modified + +## OSD6_PARAM8_MIN: Parameter minimum + +Minimum value of the parameter to be displayed and modified + +## OSD6_PARAM8_MAX: Parameter maximum + +Maximum of the parameter to be displayed and modified + +## OSD6_PARAM8_INCR: Parameter increment + +Increment of the parameter to be displayed and modified + +## OSD6_PARAM8_TYPE: Parameter type + +Type of the parameter to be displayed and modified + +# OSD6PARAM9 Parameters + +## OSD6_PARAM9_EN: Enable + +Enable setting + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## OSD6_PARAM9_X: X position + +Horizontal position on screen + +- Range: 0 29 + +## OSD6_PARAM9_Y: Y position + +Vertical position on screen + +- Range: 0 15 + +## OSD6_PARAM9_KEY: Parameter key + +Key of the parameter to be displayed and modified + +## OSD6_PARAM9_IDX: Parameter index + +Index of the parameter to be displayed and modified + +## OSD6_PARAM9_GRP: Parameter group + +Group of the parameter to be displayed and modified + +## OSD6_PARAM9_MIN: Parameter minimum + +Minimum value of the parameter to be displayed and modified + +## OSD6_PARAM9_MAX: Parameter maximum + +Maximum of the parameter to be displayed and modified + +## OSD6_PARAM9_INCR: Parameter increment + +Increment of the parameter to be displayed and modified + +## OSD6_PARAM9_TYPE: Parameter type + +Type of the parameter to be displayed and modified + +# PLND Parameters + +## PLND_ENABLED: Precision Land enabled/disabled + +*Note: This parameter is for advanced users* + +Precision Land enabled/disabled + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## PLND_TYPE: Precision Land Type + +*Note: This parameter is for advanced users* + +Precision Land Type + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|CompanionComputer| +|2|IRLock| +|3|SITL_Gazebo| +|4|SITL| + +## PLND_YAW_ALIGN: Sensor yaw alignment + +*Note: This parameter is for advanced users* + +Yaw angle from body x-axis to sensor x-axis. + +- Range: 0 36000 + +- Increment: 10 + +- Units: cdeg + +## PLND_LAND_OFS_X: Land offset forward + +*Note: This parameter is for advanced users* + +Desired landing position of the camera forward of the target in vehicle body frame + +- Range: -20 20 + +- Increment: 1 + +- Units: cm + +## PLND_LAND_OFS_Y: Land offset right + +*Note: This parameter is for advanced users* + +desired landing position of the camera right of the target in vehicle body frame + +- Range: -20 20 + +- Increment: 1 + +- Units: cm + +## PLND_EST_TYPE: Precision Land Estimator Type + +*Note: This parameter is for advanced users* + +Specifies the estimation method to be used + +|Value|Meaning| +|:---:|:---:| +|0|RawSensor| +|1|KalmanFilter| + +## PLND_ACC_P_NSE: Kalman Filter Accelerometer Noise + +*Note: This parameter is for advanced users* + +Kalman Filter Accelerometer Noise, higher values weight the input from the camera more, accels less + +- Range: 0.5 5 + +## PLND_CAM_POS_X: Camera X position offset + +*Note: This parameter is for advanced users* + +X position of the camera in body frame. Positive X is forward of the origin. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## PLND_CAM_POS_Y: Camera Y position offset + +*Note: This parameter is for advanced users* + +Y position of the camera in body frame. Positive Y is to the right of the origin. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## PLND_CAM_POS_Z: Camera Z position offset + +*Note: This parameter is for advanced users* + +Z position of the camera in body frame. Positive Z is down from the origin. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## PLND_BUS: Sensor Bus + +*Note: This parameter is for advanced users* + +Precland sensor bus for I2C sensors. + +|Value|Meaning| +|:---:|:---:| +|-1|DefaultBus| +|0|InternalI2C| +|1|ExternalI2C| + +## PLND_LAG: Precision Landing sensor lag + +*Note: This parameter is for advanced users* + +Precision Landing sensor lag, to cope with variable landing_target latency + +- Range: 0.02 0.250 + +- Increment: 1 + +- Units: s + +- RebootRequired: True + +## PLND_XY_DIST_MAX: Precision Landing maximum distance to target before descending + +*Note: This parameter is for advanced users* + +The vehicle will not start descending if the landing target is detected and it is further than this many meters away. Set 0 to always descend. + +- Range: 0 10 + +- Units: m + +## PLND_STRICT: PrecLand strictness + +How strictly should the vehicle land on the target if target is lost + +|Value|Meaning| +|:---:|:---:| +|0|Land Vertically (Not strict)| +|1|Retry Landing(Normal Strictness)| +|2|Do not land (just Hover) (Very Strict)| + +## PLND_RET_MAX: PrecLand Maximum number of retires for a failed landing + +PrecLand Maximum number of retires for a failed landing. Set to zero to disable landing retry. + +- Range: 0 10 + +- Increment: 1 + +## PLND_TIMEOUT: PrecLand retry timeout + +Time for which vehicle continues descend even if target is lost. After this time period, vehicle will attempt a landing retry depending on PLND_STRICT parameter. + +- Range: 0 20 + +- Units: s + +## PLND_RET_BEHAVE: PrecLand retry behaviour + +Prec Land will do the action selected by this parameter if a retry to a landing is needed + +|Value|Meaning| +|:---:|:---:| +|0|Go to the last location where landing target was detected| +|1|Go towards the approximate location of the detected landing target| + +## PLND_ALT_MIN: PrecLand minimum alt for retry + +Vehicle will continue landing vertically even if target is lost below this height. This needs a rangefinder to work. Set to zero to disable this. + +- Range: 0 5 + +- Units: m + +## PLND_ALT_MAX: PrecLand maximum alt for retry + +Vehicle will continue landing vertically until this height if target is not found. Below this height if landing target is not found, landing retry/failsafe might be attempted. This needs a rangefinder to work. Set to zero to disable this. + +- Range: 0 50 + +- Units: m + +## PLND_OPTIONS: Precision Landing Extra Options + +*Note: This parameter is for advanced users* + +Precision Landing Extra Options + +- Bitmask: 0: Moving Landing Target, 1: Allow Precision Landing after manual reposition, 2: Maintain high speed in final descent + +## PLND_ORIENT: Camera Orientation + +*Note: This parameter is for advanced users* + +Orientation of camera/sensor on body + +|Value|Meaning| +|:---:|:---:| +|0|Forward| +|4|Back| +|25|Down| + +- RebootRequired: True + +# PRX Parameters + +## PRX_LOG_RAW: Proximity raw distances log + +*Note: This parameter is for advanced users* + +Set this parameter to one if logging unfiltered(raw) distances from sensor should be enabled + +|Value|Meaning| +|:---:|:---:| +|0|Off| +|1|On| + +## PRX_FILT: Proximity filter cutoff frequency + +*Note: This parameter is for advanced users* + +Cutoff frequency for low pass filter applied to each face in the proximity boundary + +- Units: Hz + +- Range: 0 20 + +# PRX1 Parameters + +## PRX1_TYPE: Proximity type + +What type of proximity sensor is connected + +|Value|Meaning| +|:---:|:---:| +|0|None| +|7|LightwareSF40c| +|2|MAVLink| +|3|TeraRangerTower| +|4|RangeFinder| +|5|RPLidarA2| +|6|TeraRangerTowerEvo| +|8|LightwareSF45B| +|10|SITL| +|12|AirSimSITL| +|13|CygbotD1| +|14|DroneCAN| +|15|Scripting| +|16|LD06| + +- RebootRequired: True + +## PRX1_ORIENT: Proximity sensor orientation + +Proximity sensor orientation + +|Value|Meaning| +|:---:|:---:| +|0|Default| +|1|Upside Down| + +## PRX1_YAW_CORR: Proximity sensor yaw correction + +Proximity sensor yaw correction + +- Units: deg + +- Range: -180 180 + +## PRX1_IGN_ANG1: Proximity sensor ignore angle 1 + +Proximity sensor ignore angle 1 + +- Units: deg + +- Range: 0 360 + +## PRX1_IGN_WID1: Proximity sensor ignore width 1 + +Proximity sensor ignore width 1 + +- Units: deg + +- Range: 0 127 + +## PRX1_IGN_ANG2: Proximity sensor ignore angle 2 + +Proximity sensor ignore angle 2 + +- Units: deg + +- Range: 0 360 + +## PRX1_IGN_WID2: Proximity sensor ignore width 2 + +Proximity sensor ignore width 2 + +- Units: deg + +- Range: 0 127 + +## PRX1_IGN_ANG3: Proximity sensor ignore angle 3 + +Proximity sensor ignore angle 3 + +- Units: deg + +- Range: 0 360 + +## PRX1_IGN_WID3: Proximity sensor ignore width 3 + +Proximity sensor ignore width 3 + +- Units: deg + +- Range: 0 127 + +## PRX1_IGN_ANG4: Proximity sensor ignore angle 4 + +Proximity sensor ignore angle 4 + +- Units: deg + +- Range: 0 360 + +## PRX1_IGN_WID4: Proximity sensor ignore width 4 + +Proximity sensor ignore width 4 + +- Units: deg + +- Range: 0 127 + +## PRX1_MIN: Proximity minimum range + +*Note: This parameter is for advanced users* + +Minimum expected range for Proximity Sensor. Setting this to 0 will set value to manufacturer reported range. + +- Units: m + +- Range: 0 500 + +## PRX1_MAX: Proximity maximum range + +*Note: This parameter is for advanced users* + +Maximum expected range for Proximity Sensor. Setting this to 0 will set value to manufacturer reported range. + +- Units: m + +- Range: 0 500 + +## PRX1_ADDR: Bus address of sensor + +The bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses. + +- Range: 0 127 + +- Increment: 1 + +# PRX2 Parameters + +## PRX2_TYPE: Proximity type + +What type of proximity sensor is connected + +|Value|Meaning| +|:---:|:---:| +|0|None| +|7|LightwareSF40c| +|2|MAVLink| +|3|TeraRangerTower| +|4|RangeFinder| +|5|RPLidarA2| +|6|TeraRangerTowerEvo| +|8|LightwareSF45B| +|10|SITL| +|12|AirSimSITL| +|13|CygbotD1| +|14|DroneCAN| +|15|Scripting| +|16|LD06| + +- RebootRequired: True + +## PRX2_ORIENT: Proximity sensor orientation + +Proximity sensor orientation + +|Value|Meaning| +|:---:|:---:| +|0|Default| +|1|Upside Down| + +## PRX2_YAW_CORR: Proximity sensor yaw correction + +Proximity sensor yaw correction + +- Units: deg + +- Range: -180 180 + +## PRX2_IGN_ANG1: Proximity sensor ignore angle 1 + +Proximity sensor ignore angle 1 + +- Units: deg + +- Range: 0 360 + +## PRX2_IGN_WID1: Proximity sensor ignore width 1 + +Proximity sensor ignore width 1 + +- Units: deg + +- Range: 0 127 + +## PRX2_IGN_ANG2: Proximity sensor ignore angle 2 + +Proximity sensor ignore angle 2 + +- Units: deg + +- Range: 0 360 + +## PRX2_IGN_WID2: Proximity sensor ignore width 2 + +Proximity sensor ignore width 2 + +- Units: deg + +- Range: 0 127 + +## PRX2_IGN_ANG3: Proximity sensor ignore angle 3 + +Proximity sensor ignore angle 3 + +- Units: deg + +- Range: 0 360 + +## PRX2_IGN_WID3: Proximity sensor ignore width 3 + +Proximity sensor ignore width 3 + +- Units: deg + +- Range: 0 127 + +## PRX2_IGN_ANG4: Proximity sensor ignore angle 4 + +Proximity sensor ignore angle 4 + +- Units: deg + +- Range: 0 360 + +## PRX2_IGN_WID4: Proximity sensor ignore width 4 + +Proximity sensor ignore width 4 + +- Units: deg + +- Range: 0 127 + +## PRX2_MIN: Proximity minimum range + +*Note: This parameter is for advanced users* + +Minimum expected range for Proximity Sensor. Setting this to 0 will set value to manufacturer reported range. + +- Units: m + +- Range: 0 500 + +## PRX2_MAX: Proximity maximum range + +*Note: This parameter is for advanced users* + +Maximum expected range for Proximity Sensor. Setting this to 0 will set value to manufacturer reported range. + +- Units: m + +- Range: 0 500 + +## PRX2_ADDR: Bus address of sensor + +The bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses. + +- Range: 0 127 + +- Increment: 1 + +# PRX3 Parameters + +## PRX3_TYPE: Proximity type + +What type of proximity sensor is connected + +|Value|Meaning| +|:---:|:---:| +|0|None| +|7|LightwareSF40c| +|2|MAVLink| +|3|TeraRangerTower| +|4|RangeFinder| +|5|RPLidarA2| +|6|TeraRangerTowerEvo| +|8|LightwareSF45B| +|10|SITL| +|12|AirSimSITL| +|13|CygbotD1| +|14|DroneCAN| +|15|Scripting| +|16|LD06| + +- RebootRequired: True + +## PRX3_ORIENT: Proximity sensor orientation + +Proximity sensor orientation + +|Value|Meaning| +|:---:|:---:| +|0|Default| +|1|Upside Down| + +## PRX3_YAW_CORR: Proximity sensor yaw correction + +Proximity sensor yaw correction + +- Units: deg + +- Range: -180 180 + +## PRX3_IGN_ANG1: Proximity sensor ignore angle 1 + +Proximity sensor ignore angle 1 + +- Units: deg + +- Range: 0 360 + +## PRX3_IGN_WID1: Proximity sensor ignore width 1 + +Proximity sensor ignore width 1 + +- Units: deg + +- Range: 0 127 + +## PRX3_IGN_ANG2: Proximity sensor ignore angle 2 + +Proximity sensor ignore angle 2 + +- Units: deg + +- Range: 0 360 + +## PRX3_IGN_WID2: Proximity sensor ignore width 2 + +Proximity sensor ignore width 2 + +- Units: deg + +- Range: 0 127 + +## PRX3_IGN_ANG3: Proximity sensor ignore angle 3 + +Proximity sensor ignore angle 3 + +- Units: deg + +- Range: 0 360 + +## PRX3_IGN_WID3: Proximity sensor ignore width 3 + +Proximity sensor ignore width 3 + +- Units: deg + +- Range: 0 127 + +## PRX3_IGN_ANG4: Proximity sensor ignore angle 4 + +Proximity sensor ignore angle 4 + +- Units: deg + +- Range: 0 360 + +## PRX3_IGN_WID4: Proximity sensor ignore width 4 + +Proximity sensor ignore width 4 + +- Units: deg + +- Range: 0 127 + +## PRX3_MIN: Proximity minimum range + +*Note: This parameter is for advanced users* + +Minimum expected range for Proximity Sensor. Setting this to 0 will set value to manufacturer reported range. + +- Units: m + +- Range: 0 500 + +## PRX3_MAX: Proximity maximum range + +*Note: This parameter is for advanced users* + +Maximum expected range for Proximity Sensor. Setting this to 0 will set value to manufacturer reported range. + +- Units: m + +- Range: 0 500 + +## PRX3_ADDR: Bus address of sensor + +The bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses. + +- Range: 0 127 + +- Increment: 1 + +# PRX4 Parameters + +## PRX4_TYPE: Proximity type + +What type of proximity sensor is connected + +|Value|Meaning| +|:---:|:---:| +|0|None| +|7|LightwareSF40c| +|2|MAVLink| +|3|TeraRangerTower| +|4|RangeFinder| +|5|RPLidarA2| +|6|TeraRangerTowerEvo| +|8|LightwareSF45B| +|10|SITL| +|12|AirSimSITL| +|13|CygbotD1| +|14|DroneCAN| +|15|Scripting| +|16|LD06| + +- RebootRequired: True + +## PRX4_ORIENT: Proximity sensor orientation + +Proximity sensor orientation + +|Value|Meaning| +|:---:|:---:| +|0|Default| +|1|Upside Down| + +## PRX4_YAW_CORR: Proximity sensor yaw correction + +Proximity sensor yaw correction + +- Units: deg + +- Range: -180 180 + +## PRX4_IGN_ANG1: Proximity sensor ignore angle 1 + +Proximity sensor ignore angle 1 + +- Units: deg + +- Range: 0 360 + +## PRX4_IGN_WID1: Proximity sensor ignore width 1 + +Proximity sensor ignore width 1 + +- Units: deg + +- Range: 0 127 + +## PRX4_IGN_ANG2: Proximity sensor ignore angle 2 + +Proximity sensor ignore angle 2 + +- Units: deg + +- Range: 0 360 + +## PRX4_IGN_WID2: Proximity sensor ignore width 2 + +Proximity sensor ignore width 2 + +- Units: deg + +- Range: 0 127 + +## PRX4_IGN_ANG3: Proximity sensor ignore angle 3 + +Proximity sensor ignore angle 3 + +- Units: deg + +- Range: 0 360 + +## PRX4_IGN_WID3: Proximity sensor ignore width 3 + +Proximity sensor ignore width 3 + +- Units: deg + +- Range: 0 127 + +## PRX4_IGN_ANG4: Proximity sensor ignore angle 4 + +Proximity sensor ignore angle 4 + +- Units: deg + +- Range: 0 360 + +## PRX4_IGN_WID4: Proximity sensor ignore width 4 + +Proximity sensor ignore width 4 + +- Units: deg + +- Range: 0 127 + +## PRX4_MIN: Proximity minimum range + +*Note: This parameter is for advanced users* + +Minimum expected range for Proximity Sensor. Setting this to 0 will set value to manufacturer reported range. + +- Units: m + +- Range: 0 500 + +## PRX4_MAX: Proximity maximum range + +*Note: This parameter is for advanced users* + +Maximum expected range for Proximity Sensor. Setting this to 0 will set value to manufacturer reported range. + +- Units: m + +- Range: 0 500 + +## PRX4_ADDR: Bus address of sensor + +The bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses. + +- Range: 0 127 + +- Increment: 1 + +# PSC Parameters + +## PSC_POS_P: Position controller P gain + +Position controller P gain. Converts the distance to the target location into a desired speed which is then passed to the loiter latitude rate controller + +- Range: 0.500 2.000 + +## PSC_VEL_P: Velocity (horizontal) P gain + +*Note: This parameter is for advanced users* + +Velocity (horizontal) P gain. Converts the difference between desired and actual velocity to a target acceleration + +- Range: 0.1 6.0 + +- Increment: 0.1 + +## PSC_VEL_I: Velocity (horizontal) I gain + +*Note: This parameter is for advanced users* + +Velocity (horizontal) I gain. Corrects long-term difference between desired and actual velocity to a target acceleration + +- Range: 0.00 1.00 + +- Increment: 0.01 + +## PSC_VEL_D: Velocity (horizontal) D gain + +*Note: This parameter is for advanced users* + +Velocity (horizontal) D gain. Corrects short-term changes in velocity + +- Range: 0.00 1.00 + +- Increment: 0.001 + +## PSC_VEL_IMAX: Velocity (horizontal) integrator maximum + +*Note: This parameter is for advanced users* + +Velocity (horizontal) integrator maximum. Constrains the target acceleration that the I gain will output + +- Range: 0 4500 + +- Increment: 10 + +- Units: cm/s/s + +## PSC_VEL_FLTE: Velocity (horizontal) input filter + +*Note: This parameter is for advanced users* + +Velocity (horizontal) input filter. This filter (in Hz) is applied to the input for P and I terms + +- Range: 0 100 + +- Units: Hz + +## PSC_VEL_FLTD: Velocity (horizontal) input filter + +*Note: This parameter is for advanced users* + +Velocity (horizontal) input filter. This filter (in Hz) is applied to the input for D term + +- Range: 0 100 + +- Units: Hz + +## PSC_VEL_FF: Velocity (horizontal) feed forward gain + +*Note: This parameter is for advanced users* + +Velocity (horizontal) feed forward gain. Converts the difference between desired velocity to a target acceleration + +- Range: 0 6 + +- Increment: 0.01 + +# RALLY Parameters + +## RALLY_TOTAL: Rally Total + +*Note: This parameter is for advanced users* + +Number of rally points currently loaded + +## RALLY_LIMIT_KM: Rally Limit + +*Note: This parameter is for advanced users* + +Maximum distance to rally point. If the closest rally point is more than this number of kilometers from the current position and the home location is closer than any of the rally points from the current position then do RTL to home rather than to the closest rally point. This prevents a leftover rally point from a different airfield being used accidentally. If this is set to 0 then the closest rally point is always used. + +- Units: km + +- Increment: 0.1 + +## RALLY_INCL_HOME: Rally Include Home + +Controls if Home is included as a Rally point (i.e. as a safe landing place) for RTL + +|Value|Meaning| +|:---:|:---:| +|0|DoNotIncludeHome| +|1|IncludeHome| + +# RC Parameters + +## RC_OVERRIDE_TIME: RC override timeout + +*Note: This parameter is for advanced users* + +Timeout after which RC overrides will no longer be used, and RC input will resume, 0 will disable RC overrides, -1 will never timeout, and continue using overrides until they are disabled + +- Range: 0.0 120.0 + +- Units: s + +## RC_OPTIONS: RC options + +*Note: This parameter is for advanced users* + +RC input options + +- Bitmask: 0:Ignore RC Receiver, 1:Ignore MAVLink Overrides, 2:Ignore Receiver Failsafe bit but allow other RC failsafes if setup, 3:FPort Pad, 4:Log RC input bytes, 5:Arming check throttle for 0 input, 6:Skip the arming check for neutral Roll/Pitch/Yaw sticks, 7:Allow Switch reverse, 8:Use passthrough for CRSF telemetry, 9:Suppress CRSF mode/rate message for ELRS systems,10:Enable multiple receiver support, 11:Use Link Quality for RSSI with CRSF, 12:Annotate CRSF flight mode with * on disarm, 13: Use 420kbaud for ELRS protocol + +## RC_PROTOCOLS: RC protocols enabled + +*Note: This parameter is for advanced users* + +Bitmask of enabled RC protocols. Allows narrowing the protocol detection to only specific types of RC receivers which can avoid issues with incorrect detection. Set to 1 to enable all protocols. + +- Bitmask: 0:All,1:PPM,2:IBUS,3:SBUS,4:SBUS_NI,5:DSM,6:SUMD,7:SRXL,8:SRXL2,9:CRSF,10:ST24,11:FPORT,12:FPORT2,13:FastSBUS,14:DroneCAN,15:Ghost + +## RC_FS_TIMEOUT: RC Failsafe timeout + +RC failsafe will trigger this many seconds after loss of RC + +- Range: 0.5 10.0 + +- Units: s + +# RCn Parameters + +## RCn_MIN: RC min PWM + +*Note: This parameter is for advanced users* + +RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit. + +- Units: PWM + +- Range: 800 2200 + +- Increment: 1 + +## RCn_TRIM: RC trim PWM + +*Note: This parameter is for advanced users* + +RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit. + +- Units: PWM + +- Range: 800 2200 + +- Increment: 1 + +## RCn_MAX: RC max PWM + +*Note: This parameter is for advanced users* + +RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit. + +- Units: PWM + +- Range: 800 2200 + +- Increment: 1 + +## RCn_REVERSED: RC reversed + +*Note: This parameter is for advanced users* + +Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel. + +|Value|Meaning| +|:---:|:---:| +|0|Normal| +|1|Reversed| + +## RCn_DZ: RC dead-zone + +*Note: This parameter is for advanced users* + +PWM dead zone in microseconds around trim or bottom + +- Units: PWM + +- Range: 0 200 + +## RCn_OPTION: RC input option + +Function assigned to this RC channel + +|Value|Meaning| +|:---:|:---:| +|0|Do Nothing| +|4|RTL| +|5|Save Trim (4.1 and lower)| +|7|Save WP| +|9|Camera Trigger| +|11|Fence Enable| +|16|AUTO Mode| +|19|Gripper Release| +|24|Auto Mission Reset| +|27|Retract Mount1| +|28|Relay1 On/Off| +|30|Lost Rover Sound| +|31|Motor Emergency Stop| +|34|Relay2 On/Off| +|35|Relay3 On/Off| +|36|Relay4 On/Off| +|40|Proximity Avoidance Enable| +|41|ArmDisarm (4.1 and lower)| +|42|SMARTRTL Mode| +|46|RC Override Enable| +|50|LearnCruise Speed| +|51|MANUAL Mode| +|52|ACRO Mode| +|53|STEERING Mode| +|54|HOLD Mode| +|55|GUIDED Mode| +|56|LOITER Mode| +|57|FOLLOW Mode| +|58|Clear Waypoints| +|59|Simple Mode| +|62|Compass Learn| +|63|Sailboat Tack| +|65|GPS Disable| +|66|Relay5 On/Off| +|67|Relay6 On/Off| +|72|CIRCLE Mode| +|74|Sailboat motoring 3pos| +|78|RunCam Control| +|79|RunCam OSD Control| +|80|VisoOdom Align| +|81|Disarm| +|90|EKF Pos Source| +|94|VTX Power| +|97|Windvane home heading direction offset| +|100|KillIMU1| +|101|KillIMU2| +|102|Camera Mode Toggle| +|105|GPS Disable Yaw| +|106|Disable Airspeed Use| +|110|KillIMU3| +|112|SwitchExternalAHRS| +|153|ArmDisarm (4.2 and higher)| +|155|Set steering trim to current servo and RC| +|156|Torqeedo Clear Err| +|162|FFT Tune| +|163|Mount Lock| +|164|Pause Stream Logging| +|165|Arm/Emergency Motor Stop| +|166|Camera Record Video| +|167|Camera Zoom| +|168|Camera Manual Focus| +|169|Camera Auto Focus| +|171|Calibrate Compasses| +|172|Battery MPPT Enable| +|174|Camera Image Tracking| +|175|Camera Lens| +|201|Roll| +|202|Pitch| +|207|MainSail| +|208|Flap| +|211|Walking Height| +|212|Mount1 Roll| +|213|Mount1 Pitch| +|214|Mount1 Yaw| +|215|Mount2 Roll| +|216|Mount2 Pitch| +|217|Mount2 Yaw| +|300|Scripting1| +|301|Scripting2| +|302|Scripting3| +|303|Scripting4| +|304|Scripting5| +|305|Scripting6| +|306|Scripting7| +|307|Scripting8| + +# RCMAP Parameters + +## RCMAP_ROLL: Roll channel + +*Note: This parameter is for advanced users* + +Roll channel number. This is useful when you have a RC transmitter that can't change the channel order easily. Roll is normally on channel 1, but you can move it to any channel with this parameter. Reboot is required for changes to take effect. + +- Range: 1 16 + +- Increment: 1 + +- RebootRequired: True + +## RCMAP_PITCH: Pitch channel + +*Note: This parameter is for advanced users* + +Pitch channel number. This is useful when you have a RC transmitter that can't change the channel order easily. Pitch is normally on channel 2, but you can move it to any channel with this parameter. Reboot is required for changes to take effect. + +- Range: 1 16 + +- Increment: 1 + +- RebootRequired: True + +## RCMAP_THROTTLE: Throttle channel + +*Note: This parameter is for advanced users* + +Throttle channel number. This is useful when you have a RC transmitter that can't change the channel order easily. Throttle is normally on channel 3, but you can move it to any channel with this parameter. Reboot is required for changes to take effect. + +- Range: 1 16 + +- Increment: 1 + +- RebootRequired: True + +## RCMAP_YAW: Yaw channel + +*Note: This parameter is for advanced users* + +Yaw channel number. This is useful when you have a RC transmitter that can't change the channel order easily. Yaw (also known as rudder) is normally on channel 4, but you can move it to any channel with this parameter. Reboot is required for changes to take effect. + +- Range: 1 16 + +- Increment: 1 + +- RebootRequired: True + +# RELAY10 Parameters + +## RELAY10_FUNCTION: Relay function + +The function the relay channel is mapped to. + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Relay| +|4|Camera| +|5|Bushed motor reverse 1 throttle or throttle-left or omni motor 1| +|6|Bushed motor reverse 2 throttle-right or omni motor 2| +|7|Bushed motor reverse 3 omni motor 3| +|8|Bushed motor reverse 4 omni motor 4| + +## RELAY10_PIN: Relay pin + +Digital pin number for relay control. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|49|BB Blue GP0 pin 4| +|50|AUXOUT1| +|51|AUXOUT2| +|52|AUXOUT3| +|53|AUXOUT4| +|54|AUXOUT5| +|55|AUXOUT6| +|57|BB Blue GP0 pin 3| +|113|BB Blue GP0 pin 6| +|116|BB Blue GP0 pin 5| +|62|BBBMini Pin P8.13| +|101|MainOut1| +|102|MainOut2| +|103|MainOut3| +|104|MainOut4| +|105|MainOut5| +|106|MainOut6| +|107|MainOut7| +|108|MainOut8| +|1000|DroneCAN Hardpoint ID 0| +|1001|DroneCAN Hardpoint ID 1| +|1002|DroneCAN Hardpoint ID 2| +|1003|DroneCAN Hardpoint ID 3| +|1004|DroneCAN Hardpoint ID 4| +|1005|DroneCAN Hardpoint ID 5| +|1006|DroneCAN Hardpoint ID 6| +|1007|DroneCAN Hardpoint ID 7| +|1008|DroneCAN Hardpoint ID 8| +|1009|DroneCAN Hardpoint ID 9| +|1010|DroneCAN Hardpoint ID 10| +|1011|DroneCAN Hardpoint ID 11| +|1012|DroneCAN Hardpoint ID 12| +|1013|DroneCAN Hardpoint ID 13| +|1014|DroneCAN Hardpoint ID 14| +|1015|DroneCAN Hardpoint ID 15| + +## RELAY10_DEFAULT: Relay default state + +Should the relay default to on or off, this only applies to RELAYx_FUNC "Relay" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters. + +|Value|Meaning| +|:---:|:---:| +|0|Off| +|1|On| +|2|NoChange| + +# RELAY11 Parameters + +## RELAY11_FUNCTION: Relay function + +The function the relay channel is mapped to. + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Relay| +|4|Camera| +|5|Bushed motor reverse 1 throttle or throttle-left or omni motor 1| +|6|Bushed motor reverse 2 throttle-right or omni motor 2| +|7|Bushed motor reverse 3 omni motor 3| +|8|Bushed motor reverse 4 omni motor 4| + +## RELAY11_PIN: Relay pin + +Digital pin number for relay control. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|49|BB Blue GP0 pin 4| +|50|AUXOUT1| +|51|AUXOUT2| +|52|AUXOUT3| +|53|AUXOUT4| +|54|AUXOUT5| +|55|AUXOUT6| +|57|BB Blue GP0 pin 3| +|113|BB Blue GP0 pin 6| +|116|BB Blue GP0 pin 5| +|62|BBBMini Pin P8.13| +|101|MainOut1| +|102|MainOut2| +|103|MainOut3| +|104|MainOut4| +|105|MainOut5| +|106|MainOut6| +|107|MainOut7| +|108|MainOut8| +|1000|DroneCAN Hardpoint ID 0| +|1001|DroneCAN Hardpoint ID 1| +|1002|DroneCAN Hardpoint ID 2| +|1003|DroneCAN Hardpoint ID 3| +|1004|DroneCAN Hardpoint ID 4| +|1005|DroneCAN Hardpoint ID 5| +|1006|DroneCAN Hardpoint ID 6| +|1007|DroneCAN Hardpoint ID 7| +|1008|DroneCAN Hardpoint ID 8| +|1009|DroneCAN Hardpoint ID 9| +|1010|DroneCAN Hardpoint ID 10| +|1011|DroneCAN Hardpoint ID 11| +|1012|DroneCAN Hardpoint ID 12| +|1013|DroneCAN Hardpoint ID 13| +|1014|DroneCAN Hardpoint ID 14| +|1015|DroneCAN Hardpoint ID 15| + +## RELAY11_DEFAULT: Relay default state + +Should the relay default to on or off, this only applies to RELAYx_FUNC "Relay" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters. + +|Value|Meaning| +|:---:|:---:| +|0|Off| +|1|On| +|2|NoChange| + +# RELAY12 Parameters + +## RELAY12_FUNCTION: Relay function + +The function the relay channel is mapped to. + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Relay| +|4|Camera| +|5|Bushed motor reverse 1 throttle or throttle-left or omni motor 1| +|6|Bushed motor reverse 2 throttle-right or omni motor 2| +|7|Bushed motor reverse 3 omni motor 3| +|8|Bushed motor reverse 4 omni motor 4| + +## RELAY12_PIN: Relay pin + +Digital pin number for relay control. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|49|BB Blue GP0 pin 4| +|50|AUXOUT1| +|51|AUXOUT2| +|52|AUXOUT3| +|53|AUXOUT4| +|54|AUXOUT5| +|55|AUXOUT6| +|57|BB Blue GP0 pin 3| +|113|BB Blue GP0 pin 6| +|116|BB Blue GP0 pin 5| +|62|BBBMini Pin P8.13| +|101|MainOut1| +|102|MainOut2| +|103|MainOut3| +|104|MainOut4| +|105|MainOut5| +|106|MainOut6| +|107|MainOut7| +|108|MainOut8| +|1000|DroneCAN Hardpoint ID 0| +|1001|DroneCAN Hardpoint ID 1| +|1002|DroneCAN Hardpoint ID 2| +|1003|DroneCAN Hardpoint ID 3| +|1004|DroneCAN Hardpoint ID 4| +|1005|DroneCAN Hardpoint ID 5| +|1006|DroneCAN Hardpoint ID 6| +|1007|DroneCAN Hardpoint ID 7| +|1008|DroneCAN Hardpoint ID 8| +|1009|DroneCAN Hardpoint ID 9| +|1010|DroneCAN Hardpoint ID 10| +|1011|DroneCAN Hardpoint ID 11| +|1012|DroneCAN Hardpoint ID 12| +|1013|DroneCAN Hardpoint ID 13| +|1014|DroneCAN Hardpoint ID 14| +|1015|DroneCAN Hardpoint ID 15| + +## RELAY12_DEFAULT: Relay default state + +Should the relay default to on or off, this only applies to RELAYx_FUNC "Relay" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters. + +|Value|Meaning| +|:---:|:---:| +|0|Off| +|1|On| +|2|NoChange| + +# RELAY13 Parameters + +## RELAY13_FUNCTION: Relay function + +The function the relay channel is mapped to. + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Relay| +|4|Camera| +|5|Bushed motor reverse 1 throttle or throttle-left or omni motor 1| +|6|Bushed motor reverse 2 throttle-right or omni motor 2| +|7|Bushed motor reverse 3 omni motor 3| +|8|Bushed motor reverse 4 omni motor 4| + +## RELAY13_PIN: Relay pin + +Digital pin number for relay control. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|49|BB Blue GP0 pin 4| +|50|AUXOUT1| +|51|AUXOUT2| +|52|AUXOUT3| +|53|AUXOUT4| +|54|AUXOUT5| +|55|AUXOUT6| +|57|BB Blue GP0 pin 3| +|113|BB Blue GP0 pin 6| +|116|BB Blue GP0 pin 5| +|62|BBBMini Pin P8.13| +|101|MainOut1| +|102|MainOut2| +|103|MainOut3| +|104|MainOut4| +|105|MainOut5| +|106|MainOut6| +|107|MainOut7| +|108|MainOut8| +|1000|DroneCAN Hardpoint ID 0| +|1001|DroneCAN Hardpoint ID 1| +|1002|DroneCAN Hardpoint ID 2| +|1003|DroneCAN Hardpoint ID 3| +|1004|DroneCAN Hardpoint ID 4| +|1005|DroneCAN Hardpoint ID 5| +|1006|DroneCAN Hardpoint ID 6| +|1007|DroneCAN Hardpoint ID 7| +|1008|DroneCAN Hardpoint ID 8| +|1009|DroneCAN Hardpoint ID 9| +|1010|DroneCAN Hardpoint ID 10| +|1011|DroneCAN Hardpoint ID 11| +|1012|DroneCAN Hardpoint ID 12| +|1013|DroneCAN Hardpoint ID 13| +|1014|DroneCAN Hardpoint ID 14| +|1015|DroneCAN Hardpoint ID 15| + +## RELAY13_DEFAULT: Relay default state + +Should the relay default to on or off, this only applies to RELAYx_FUNC "Relay" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters. + +|Value|Meaning| +|:---:|:---:| +|0|Off| +|1|On| +|2|NoChange| + +# RELAY14 Parameters + +## RELAY14_FUNCTION: Relay function + +The function the relay channel is mapped to. + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Relay| +|4|Camera| +|5|Bushed motor reverse 1 throttle or throttle-left or omni motor 1| +|6|Bushed motor reverse 2 throttle-right or omni motor 2| +|7|Bushed motor reverse 3 omni motor 3| +|8|Bushed motor reverse 4 omni motor 4| + +## RELAY14_PIN: Relay pin + +Digital pin number for relay control. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|49|BB Blue GP0 pin 4| +|50|AUXOUT1| +|51|AUXOUT2| +|52|AUXOUT3| +|53|AUXOUT4| +|54|AUXOUT5| +|55|AUXOUT6| +|57|BB Blue GP0 pin 3| +|113|BB Blue GP0 pin 6| +|116|BB Blue GP0 pin 5| +|62|BBBMini Pin P8.13| +|101|MainOut1| +|102|MainOut2| +|103|MainOut3| +|104|MainOut4| +|105|MainOut5| +|106|MainOut6| +|107|MainOut7| +|108|MainOut8| +|1000|DroneCAN Hardpoint ID 0| +|1001|DroneCAN Hardpoint ID 1| +|1002|DroneCAN Hardpoint ID 2| +|1003|DroneCAN Hardpoint ID 3| +|1004|DroneCAN Hardpoint ID 4| +|1005|DroneCAN Hardpoint ID 5| +|1006|DroneCAN Hardpoint ID 6| +|1007|DroneCAN Hardpoint ID 7| +|1008|DroneCAN Hardpoint ID 8| +|1009|DroneCAN Hardpoint ID 9| +|1010|DroneCAN Hardpoint ID 10| +|1011|DroneCAN Hardpoint ID 11| +|1012|DroneCAN Hardpoint ID 12| +|1013|DroneCAN Hardpoint ID 13| +|1014|DroneCAN Hardpoint ID 14| +|1015|DroneCAN Hardpoint ID 15| + +## RELAY14_DEFAULT: Relay default state + +Should the relay default to on or off, this only applies to RELAYx_FUNC "Relay" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters. + +|Value|Meaning| +|:---:|:---:| +|0|Off| +|1|On| +|2|NoChange| + +# RELAY15 Parameters + +## RELAY15_FUNCTION: Relay function + +The function the relay channel is mapped to. + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Relay| +|4|Camera| +|5|Bushed motor reverse 1 throttle or throttle-left or omni motor 1| +|6|Bushed motor reverse 2 throttle-right or omni motor 2| +|7|Bushed motor reverse 3 omni motor 3| +|8|Bushed motor reverse 4 omni motor 4| + +## RELAY15_PIN: Relay pin + +Digital pin number for relay control. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|49|BB Blue GP0 pin 4| +|50|AUXOUT1| +|51|AUXOUT2| +|52|AUXOUT3| +|53|AUXOUT4| +|54|AUXOUT5| +|55|AUXOUT6| +|57|BB Blue GP0 pin 3| +|113|BB Blue GP0 pin 6| +|116|BB Blue GP0 pin 5| +|62|BBBMini Pin P8.13| +|101|MainOut1| +|102|MainOut2| +|103|MainOut3| +|104|MainOut4| +|105|MainOut5| +|106|MainOut6| +|107|MainOut7| +|108|MainOut8| +|1000|DroneCAN Hardpoint ID 0| +|1001|DroneCAN Hardpoint ID 1| +|1002|DroneCAN Hardpoint ID 2| +|1003|DroneCAN Hardpoint ID 3| +|1004|DroneCAN Hardpoint ID 4| +|1005|DroneCAN Hardpoint ID 5| +|1006|DroneCAN Hardpoint ID 6| +|1007|DroneCAN Hardpoint ID 7| +|1008|DroneCAN Hardpoint ID 8| +|1009|DroneCAN Hardpoint ID 9| +|1010|DroneCAN Hardpoint ID 10| +|1011|DroneCAN Hardpoint ID 11| +|1012|DroneCAN Hardpoint ID 12| +|1013|DroneCAN Hardpoint ID 13| +|1014|DroneCAN Hardpoint ID 14| +|1015|DroneCAN Hardpoint ID 15| + +## RELAY15_DEFAULT: Relay default state + +Should the relay default to on or off, this only applies to RELAYx_FUNC "Relay" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters. + +|Value|Meaning| +|:---:|:---:| +|0|Off| +|1|On| +|2|NoChange| + +# RELAY16 Parameters + +## RELAY16_FUNCTION: Relay function + +The function the relay channel is mapped to. + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Relay| +|4|Camera| +|5|Bushed motor reverse 1 throttle or throttle-left or omni motor 1| +|6|Bushed motor reverse 2 throttle-right or omni motor 2| +|7|Bushed motor reverse 3 omni motor 3| +|8|Bushed motor reverse 4 omni motor 4| + +## RELAY16_PIN: Relay pin + +Digital pin number for relay control. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|49|BB Blue GP0 pin 4| +|50|AUXOUT1| +|51|AUXOUT2| +|52|AUXOUT3| +|53|AUXOUT4| +|54|AUXOUT5| +|55|AUXOUT6| +|57|BB Blue GP0 pin 3| +|113|BB Blue GP0 pin 6| +|116|BB Blue GP0 pin 5| +|62|BBBMini Pin P8.13| +|101|MainOut1| +|102|MainOut2| +|103|MainOut3| +|104|MainOut4| +|105|MainOut5| +|106|MainOut6| +|107|MainOut7| +|108|MainOut8| +|1000|DroneCAN Hardpoint ID 0| +|1001|DroneCAN Hardpoint ID 1| +|1002|DroneCAN Hardpoint ID 2| +|1003|DroneCAN Hardpoint ID 3| +|1004|DroneCAN Hardpoint ID 4| +|1005|DroneCAN Hardpoint ID 5| +|1006|DroneCAN Hardpoint ID 6| +|1007|DroneCAN Hardpoint ID 7| +|1008|DroneCAN Hardpoint ID 8| +|1009|DroneCAN Hardpoint ID 9| +|1010|DroneCAN Hardpoint ID 10| +|1011|DroneCAN Hardpoint ID 11| +|1012|DroneCAN Hardpoint ID 12| +|1013|DroneCAN Hardpoint ID 13| +|1014|DroneCAN Hardpoint ID 14| +|1015|DroneCAN Hardpoint ID 15| + +## RELAY16_DEFAULT: Relay default state + +Should the relay default to on or off, this only applies to RELAYx_FUNC "Relay" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters. + +|Value|Meaning| +|:---:|:---:| +|0|Off| +|1|On| +|2|NoChange| + +# RELAY1 Parameters + +## RELAY1_FUNCTION: Relay function + +The function the relay channel is mapped to. + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Relay| +|4|Camera| +|5|Bushed motor reverse 1 throttle or throttle-left or omni motor 1| +|6|Bushed motor reverse 2 throttle-right or omni motor 2| +|7|Bushed motor reverse 3 omni motor 3| +|8|Bushed motor reverse 4 omni motor 4| + +## RELAY1_PIN: Relay pin + +Digital pin number for relay control. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|49|BB Blue GP0 pin 4| +|50|AUXOUT1| +|51|AUXOUT2| +|52|AUXOUT3| +|53|AUXOUT4| +|54|AUXOUT5| +|55|AUXOUT6| +|57|BB Blue GP0 pin 3| +|113|BB Blue GP0 pin 6| +|116|BB Blue GP0 pin 5| +|62|BBBMini Pin P8.13| +|101|MainOut1| +|102|MainOut2| +|103|MainOut3| +|104|MainOut4| +|105|MainOut5| +|106|MainOut6| +|107|MainOut7| +|108|MainOut8| +|1000|DroneCAN Hardpoint ID 0| +|1001|DroneCAN Hardpoint ID 1| +|1002|DroneCAN Hardpoint ID 2| +|1003|DroneCAN Hardpoint ID 3| +|1004|DroneCAN Hardpoint ID 4| +|1005|DroneCAN Hardpoint ID 5| +|1006|DroneCAN Hardpoint ID 6| +|1007|DroneCAN Hardpoint ID 7| +|1008|DroneCAN Hardpoint ID 8| +|1009|DroneCAN Hardpoint ID 9| +|1010|DroneCAN Hardpoint ID 10| +|1011|DroneCAN Hardpoint ID 11| +|1012|DroneCAN Hardpoint ID 12| +|1013|DroneCAN Hardpoint ID 13| +|1014|DroneCAN Hardpoint ID 14| +|1015|DroneCAN Hardpoint ID 15| + +## RELAY1_DEFAULT: Relay default state + +Should the relay default to on or off, this only applies to RELAYx_FUNC "Relay" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters. + +|Value|Meaning| +|:---:|:---:| +|0|Off| +|1|On| +|2|NoChange| + +# RELAY2 Parameters + +## RELAY2_FUNCTION: Relay function + +The function the relay channel is mapped to. + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Relay| +|4|Camera| +|5|Bushed motor reverse 1 throttle or throttle-left or omni motor 1| +|6|Bushed motor reverse 2 throttle-right or omni motor 2| +|7|Bushed motor reverse 3 omni motor 3| +|8|Bushed motor reverse 4 omni motor 4| + +## RELAY2_PIN: Relay pin + +Digital pin number for relay control. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|49|BB Blue GP0 pin 4| +|50|AUXOUT1| +|51|AUXOUT2| +|52|AUXOUT3| +|53|AUXOUT4| +|54|AUXOUT5| +|55|AUXOUT6| +|57|BB Blue GP0 pin 3| +|113|BB Blue GP0 pin 6| +|116|BB Blue GP0 pin 5| +|62|BBBMini Pin P8.13| +|101|MainOut1| +|102|MainOut2| +|103|MainOut3| +|104|MainOut4| +|105|MainOut5| +|106|MainOut6| +|107|MainOut7| +|108|MainOut8| +|1000|DroneCAN Hardpoint ID 0| +|1001|DroneCAN Hardpoint ID 1| +|1002|DroneCAN Hardpoint ID 2| +|1003|DroneCAN Hardpoint ID 3| +|1004|DroneCAN Hardpoint ID 4| +|1005|DroneCAN Hardpoint ID 5| +|1006|DroneCAN Hardpoint ID 6| +|1007|DroneCAN Hardpoint ID 7| +|1008|DroneCAN Hardpoint ID 8| +|1009|DroneCAN Hardpoint ID 9| +|1010|DroneCAN Hardpoint ID 10| +|1011|DroneCAN Hardpoint ID 11| +|1012|DroneCAN Hardpoint ID 12| +|1013|DroneCAN Hardpoint ID 13| +|1014|DroneCAN Hardpoint ID 14| +|1015|DroneCAN Hardpoint ID 15| + +## RELAY2_DEFAULT: Relay default state + +Should the relay default to on or off, this only applies to RELAYx_FUNC "Relay" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters. + +|Value|Meaning| +|:---:|:---:| +|0|Off| +|1|On| +|2|NoChange| + +# RELAY3 Parameters + +## RELAY3_FUNCTION: Relay function + +The function the relay channel is mapped to. + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Relay| +|4|Camera| +|5|Bushed motor reverse 1 throttle or throttle-left or omni motor 1| +|6|Bushed motor reverse 2 throttle-right or omni motor 2| +|7|Bushed motor reverse 3 omni motor 3| +|8|Bushed motor reverse 4 omni motor 4| + +## RELAY3_PIN: Relay pin + +Digital pin number for relay control. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|49|BB Blue GP0 pin 4| +|50|AUXOUT1| +|51|AUXOUT2| +|52|AUXOUT3| +|53|AUXOUT4| +|54|AUXOUT5| +|55|AUXOUT6| +|57|BB Blue GP0 pin 3| +|113|BB Blue GP0 pin 6| +|116|BB Blue GP0 pin 5| +|62|BBBMini Pin P8.13| +|101|MainOut1| +|102|MainOut2| +|103|MainOut3| +|104|MainOut4| +|105|MainOut5| +|106|MainOut6| +|107|MainOut7| +|108|MainOut8| +|1000|DroneCAN Hardpoint ID 0| +|1001|DroneCAN Hardpoint ID 1| +|1002|DroneCAN Hardpoint ID 2| +|1003|DroneCAN Hardpoint ID 3| +|1004|DroneCAN Hardpoint ID 4| +|1005|DroneCAN Hardpoint ID 5| +|1006|DroneCAN Hardpoint ID 6| +|1007|DroneCAN Hardpoint ID 7| +|1008|DroneCAN Hardpoint ID 8| +|1009|DroneCAN Hardpoint ID 9| +|1010|DroneCAN Hardpoint ID 10| +|1011|DroneCAN Hardpoint ID 11| +|1012|DroneCAN Hardpoint ID 12| +|1013|DroneCAN Hardpoint ID 13| +|1014|DroneCAN Hardpoint ID 14| +|1015|DroneCAN Hardpoint ID 15| + +## RELAY3_DEFAULT: Relay default state + +Should the relay default to on or off, this only applies to RELAYx_FUNC "Relay" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters. + +|Value|Meaning| +|:---:|:---:| +|0|Off| +|1|On| +|2|NoChange| + +# RELAY4 Parameters + +## RELAY4_FUNCTION: Relay function + +The function the relay channel is mapped to. + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Relay| +|4|Camera| +|5|Bushed motor reverse 1 throttle or throttle-left or omni motor 1| +|6|Bushed motor reverse 2 throttle-right or omni motor 2| +|7|Bushed motor reverse 3 omni motor 3| +|8|Bushed motor reverse 4 omni motor 4| + +## RELAY4_PIN: Relay pin + +Digital pin number for relay control. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|49|BB Blue GP0 pin 4| +|50|AUXOUT1| +|51|AUXOUT2| +|52|AUXOUT3| +|53|AUXOUT4| +|54|AUXOUT5| +|55|AUXOUT6| +|57|BB Blue GP0 pin 3| +|113|BB Blue GP0 pin 6| +|116|BB Blue GP0 pin 5| +|62|BBBMini Pin P8.13| +|101|MainOut1| +|102|MainOut2| +|103|MainOut3| +|104|MainOut4| +|105|MainOut5| +|106|MainOut6| +|107|MainOut7| +|108|MainOut8| +|1000|DroneCAN Hardpoint ID 0| +|1001|DroneCAN Hardpoint ID 1| +|1002|DroneCAN Hardpoint ID 2| +|1003|DroneCAN Hardpoint ID 3| +|1004|DroneCAN Hardpoint ID 4| +|1005|DroneCAN Hardpoint ID 5| +|1006|DroneCAN Hardpoint ID 6| +|1007|DroneCAN Hardpoint ID 7| +|1008|DroneCAN Hardpoint ID 8| +|1009|DroneCAN Hardpoint ID 9| +|1010|DroneCAN Hardpoint ID 10| +|1011|DroneCAN Hardpoint ID 11| +|1012|DroneCAN Hardpoint ID 12| +|1013|DroneCAN Hardpoint ID 13| +|1014|DroneCAN Hardpoint ID 14| +|1015|DroneCAN Hardpoint ID 15| + +## RELAY4_DEFAULT: Relay default state + +Should the relay default to on or off, this only applies to RELAYx_FUNC "Relay" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters. + +|Value|Meaning| +|:---:|:---:| +|0|Off| +|1|On| +|2|NoChange| + +# RELAY5 Parameters + +## RELAY5_FUNCTION: Relay function + +The function the relay channel is mapped to. + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Relay| +|4|Camera| +|5|Bushed motor reverse 1 throttle or throttle-left or omni motor 1| +|6|Bushed motor reverse 2 throttle-right or omni motor 2| +|7|Bushed motor reverse 3 omni motor 3| +|8|Bushed motor reverse 4 omni motor 4| + +## RELAY5_PIN: Relay pin + +Digital pin number for relay control. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|49|BB Blue GP0 pin 4| +|50|AUXOUT1| +|51|AUXOUT2| +|52|AUXOUT3| +|53|AUXOUT4| +|54|AUXOUT5| +|55|AUXOUT6| +|57|BB Blue GP0 pin 3| +|113|BB Blue GP0 pin 6| +|116|BB Blue GP0 pin 5| +|62|BBBMini Pin P8.13| +|101|MainOut1| +|102|MainOut2| +|103|MainOut3| +|104|MainOut4| +|105|MainOut5| +|106|MainOut6| +|107|MainOut7| +|108|MainOut8| +|1000|DroneCAN Hardpoint ID 0| +|1001|DroneCAN Hardpoint ID 1| +|1002|DroneCAN Hardpoint ID 2| +|1003|DroneCAN Hardpoint ID 3| +|1004|DroneCAN Hardpoint ID 4| +|1005|DroneCAN Hardpoint ID 5| +|1006|DroneCAN Hardpoint ID 6| +|1007|DroneCAN Hardpoint ID 7| +|1008|DroneCAN Hardpoint ID 8| +|1009|DroneCAN Hardpoint ID 9| +|1010|DroneCAN Hardpoint ID 10| +|1011|DroneCAN Hardpoint ID 11| +|1012|DroneCAN Hardpoint ID 12| +|1013|DroneCAN Hardpoint ID 13| +|1014|DroneCAN Hardpoint ID 14| +|1015|DroneCAN Hardpoint ID 15| + +## RELAY5_DEFAULT: Relay default state + +Should the relay default to on or off, this only applies to RELAYx_FUNC "Relay" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters. + +|Value|Meaning| +|:---:|:---:| +|0|Off| +|1|On| +|2|NoChange| + +# RELAY6 Parameters + +## RELAY6_FUNCTION: Relay function + +The function the relay channel is mapped to. + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Relay| +|4|Camera| +|5|Bushed motor reverse 1 throttle or throttle-left or omni motor 1| +|6|Bushed motor reverse 2 throttle-right or omni motor 2| +|7|Bushed motor reverse 3 omni motor 3| +|8|Bushed motor reverse 4 omni motor 4| + +## RELAY6_PIN: Relay pin + +Digital pin number for relay control. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|49|BB Blue GP0 pin 4| +|50|AUXOUT1| +|51|AUXOUT2| +|52|AUXOUT3| +|53|AUXOUT4| +|54|AUXOUT5| +|55|AUXOUT6| +|57|BB Blue GP0 pin 3| +|113|BB Blue GP0 pin 6| +|116|BB Blue GP0 pin 5| +|62|BBBMini Pin P8.13| +|101|MainOut1| +|102|MainOut2| +|103|MainOut3| +|104|MainOut4| +|105|MainOut5| +|106|MainOut6| +|107|MainOut7| +|108|MainOut8| +|1000|DroneCAN Hardpoint ID 0| +|1001|DroneCAN Hardpoint ID 1| +|1002|DroneCAN Hardpoint ID 2| +|1003|DroneCAN Hardpoint ID 3| +|1004|DroneCAN Hardpoint ID 4| +|1005|DroneCAN Hardpoint ID 5| +|1006|DroneCAN Hardpoint ID 6| +|1007|DroneCAN Hardpoint ID 7| +|1008|DroneCAN Hardpoint ID 8| +|1009|DroneCAN Hardpoint ID 9| +|1010|DroneCAN Hardpoint ID 10| +|1011|DroneCAN Hardpoint ID 11| +|1012|DroneCAN Hardpoint ID 12| +|1013|DroneCAN Hardpoint ID 13| +|1014|DroneCAN Hardpoint ID 14| +|1015|DroneCAN Hardpoint ID 15| + +## RELAY6_DEFAULT: Relay default state + +Should the relay default to on or off, this only applies to RELAYx_FUNC "Relay" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters. + +|Value|Meaning| +|:---:|:---:| +|0|Off| +|1|On| +|2|NoChange| + +# RELAY7 Parameters + +## RELAY7_FUNCTION: Relay function + +The function the relay channel is mapped to. + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Relay| +|4|Camera| +|5|Bushed motor reverse 1 throttle or throttle-left or omni motor 1| +|6|Bushed motor reverse 2 throttle-right or omni motor 2| +|7|Bushed motor reverse 3 omni motor 3| +|8|Bushed motor reverse 4 omni motor 4| + +## RELAY7_PIN: Relay pin + +Digital pin number for relay control. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|49|BB Blue GP0 pin 4| +|50|AUXOUT1| +|51|AUXOUT2| +|52|AUXOUT3| +|53|AUXOUT4| +|54|AUXOUT5| +|55|AUXOUT6| +|57|BB Blue GP0 pin 3| +|113|BB Blue GP0 pin 6| +|116|BB Blue GP0 pin 5| +|62|BBBMini Pin P8.13| +|101|MainOut1| +|102|MainOut2| +|103|MainOut3| +|104|MainOut4| +|105|MainOut5| +|106|MainOut6| +|107|MainOut7| +|108|MainOut8| +|1000|DroneCAN Hardpoint ID 0| +|1001|DroneCAN Hardpoint ID 1| +|1002|DroneCAN Hardpoint ID 2| +|1003|DroneCAN Hardpoint ID 3| +|1004|DroneCAN Hardpoint ID 4| +|1005|DroneCAN Hardpoint ID 5| +|1006|DroneCAN Hardpoint ID 6| +|1007|DroneCAN Hardpoint ID 7| +|1008|DroneCAN Hardpoint ID 8| +|1009|DroneCAN Hardpoint ID 9| +|1010|DroneCAN Hardpoint ID 10| +|1011|DroneCAN Hardpoint ID 11| +|1012|DroneCAN Hardpoint ID 12| +|1013|DroneCAN Hardpoint ID 13| +|1014|DroneCAN Hardpoint ID 14| +|1015|DroneCAN Hardpoint ID 15| + +## RELAY7_DEFAULT: Relay default state + +Should the relay default to on or off, this only applies to RELAYx_FUNC "Relay" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters. + +|Value|Meaning| +|:---:|:---:| +|0|Off| +|1|On| +|2|NoChange| + +# RELAY8 Parameters + +## RELAY8_FUNCTION: Relay function + +The function the relay channel is mapped to. + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Relay| +|4|Camera| +|5|Bushed motor reverse 1 throttle or throttle-left or omni motor 1| +|6|Bushed motor reverse 2 throttle-right or omni motor 2| +|7|Bushed motor reverse 3 omni motor 3| +|8|Bushed motor reverse 4 omni motor 4| + +## RELAY8_PIN: Relay pin + +Digital pin number for relay control. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|49|BB Blue GP0 pin 4| +|50|AUXOUT1| +|51|AUXOUT2| +|52|AUXOUT3| +|53|AUXOUT4| +|54|AUXOUT5| +|55|AUXOUT6| +|57|BB Blue GP0 pin 3| +|113|BB Blue GP0 pin 6| +|116|BB Blue GP0 pin 5| +|62|BBBMini Pin P8.13| +|101|MainOut1| +|102|MainOut2| +|103|MainOut3| +|104|MainOut4| +|105|MainOut5| +|106|MainOut6| +|107|MainOut7| +|108|MainOut8| +|1000|DroneCAN Hardpoint ID 0| +|1001|DroneCAN Hardpoint ID 1| +|1002|DroneCAN Hardpoint ID 2| +|1003|DroneCAN Hardpoint ID 3| +|1004|DroneCAN Hardpoint ID 4| +|1005|DroneCAN Hardpoint ID 5| +|1006|DroneCAN Hardpoint ID 6| +|1007|DroneCAN Hardpoint ID 7| +|1008|DroneCAN Hardpoint ID 8| +|1009|DroneCAN Hardpoint ID 9| +|1010|DroneCAN Hardpoint ID 10| +|1011|DroneCAN Hardpoint ID 11| +|1012|DroneCAN Hardpoint ID 12| +|1013|DroneCAN Hardpoint ID 13| +|1014|DroneCAN Hardpoint ID 14| +|1015|DroneCAN Hardpoint ID 15| + +## RELAY8_DEFAULT: Relay default state + +Should the relay default to on or off, this only applies to RELAYx_FUNC "Relay" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters. + +|Value|Meaning| +|:---:|:---:| +|0|Off| +|1|On| +|2|NoChange| + +# RELAY9 Parameters + +## RELAY9_FUNCTION: Relay function + +The function the relay channel is mapped to. + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Relay| +|4|Camera| +|5|Bushed motor reverse 1 throttle or throttle-left or omni motor 1| +|6|Bushed motor reverse 2 throttle-right or omni motor 2| +|7|Bushed motor reverse 3 omni motor 3| +|8|Bushed motor reverse 4 omni motor 4| + +## RELAY9_PIN: Relay pin + +Digital pin number for relay control. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|49|BB Blue GP0 pin 4| +|50|AUXOUT1| +|51|AUXOUT2| +|52|AUXOUT3| +|53|AUXOUT4| +|54|AUXOUT5| +|55|AUXOUT6| +|57|BB Blue GP0 pin 3| +|113|BB Blue GP0 pin 6| +|116|BB Blue GP0 pin 5| +|62|BBBMini Pin P8.13| +|101|MainOut1| +|102|MainOut2| +|103|MainOut3| +|104|MainOut4| +|105|MainOut5| +|106|MainOut6| +|107|MainOut7| +|108|MainOut8| +|1000|DroneCAN Hardpoint ID 0| +|1001|DroneCAN Hardpoint ID 1| +|1002|DroneCAN Hardpoint ID 2| +|1003|DroneCAN Hardpoint ID 3| +|1004|DroneCAN Hardpoint ID 4| +|1005|DroneCAN Hardpoint ID 5| +|1006|DroneCAN Hardpoint ID 6| +|1007|DroneCAN Hardpoint ID 7| +|1008|DroneCAN Hardpoint ID 8| +|1009|DroneCAN Hardpoint ID 9| +|1010|DroneCAN Hardpoint ID 10| +|1011|DroneCAN Hardpoint ID 11| +|1012|DroneCAN Hardpoint ID 12| +|1013|DroneCAN Hardpoint ID 13| +|1014|DroneCAN Hardpoint ID 14| +|1015|DroneCAN Hardpoint ID 15| + +## RELAY9_DEFAULT: Relay default state + +Should the relay default to on or off, this only applies to RELAYx_FUNC "Relay" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters. + +|Value|Meaning| +|:---:|:---:| +|0|Off| +|1|On| +|2|NoChange| + +# RNGFND1 Parameters + +## RNGFND1_TYPE: Rangefinder type + +Type of connected rangefinder + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Analog| +|2|MaxbotixI2C| +|3|LidarLite-I2C| +|5|PWM| +|6|BBB-PRU| +|7|LightWareI2C| +|8|LightWareSerial| +|9|Bebop| +|10|MAVLink| +|11|USD1_Serial| +|12|LeddarOne| +|13|MaxbotixSerial| +|14|TeraRangerI2C| +|15|LidarLiteV3-I2C| +|16|VL53L0X or VL53L1X| +|17|NMEA| +|18|WASP-LRF| +|19|BenewakeTF02| +|20|Benewake-Serial| +|21|LidarLightV3HP| +|22|PWM| +|23|BlueRoboticsPing| +|24|DroneCAN| +|25|BenewakeTFminiPlus-I2C| +|26|LanbaoPSK-CM8JL65-CC5| +|27|BenewakeTF03| +|28|VL53L1X-ShortRange| +|29|LeddarVu8-Serial| +|30|HC-SR04| +|31|GYUS42v2| +|32|MSP| +|33|USD1_CAN| +|34|Benewake_CAN| +|35|TeraRangerSerial| +|36|Lua_Scripting| +|37|NoopLoop_TOFSense| +|38|NoopLoop_TOFSense_CAN| +|39|NRA24_CAN| +|40|NoopLoop_TOFSenseF_I2C| +|41|JRE_Serial| +|100|SITL| + +## RNGFND1_PIN: Rangefinder pin + +Analog or PWM input pin that rangefinder is connected to. Airspeed ports can be used for Analog input, AUXOUT can be used for PWM input. When using analog pin 103, the maximum value of the input in 3.3V. For PWM input, the pin must be configured as a digital GPIO, see the Wiki's "GPIOs" section for details. + +|Value|Meaning| +|:---:|:---:| +|-1|Not Used| +|11|Pixracer| +|13|Pixhawk ADC4| +|14|Pixhawk ADC3| +|15|Pixhawk ADC6/Pixhawk2 ADC| +|50|AUX1| +|51|AUX2| +|52|AUX3| +|53|AUX4| +|54|AUX5| +|55|AUX6| +|103|Pixhawk SBUS| + +## RNGFND1_SCALING: Rangefinder scaling + +Scaling factor between rangefinder reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts. For Maxbotix serial sonar this is unit conversion to meters. + +- Units: m/V + +- Increment: 0.001 + +## RNGFND1_OFFSET: rangefinder offset + +Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars + +- Units: V + +- Increment: 0.001 + +## RNGFND1_FUNCTION: Rangefinder function + +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. + +|Value|Meaning| +|:---:|:---:| +|0|Linear| +|1|Inverted| +|2|Hyperbolic| + +## RNGFND1_MIN_CM: Rangefinder minimum distance + +Minimum distance in centimeters that rangefinder can reliably read + +- Units: cm + +- Increment: 1 + +## RNGFND1_MAX_CM: Rangefinder maximum distance + +Maximum distance in centimeters that rangefinder can reliably read + +- Units: cm + +- Increment: 1 + +## RNGFND1_STOP_PIN: Rangefinder stop pin + +Digital pin that enables/disables rangefinder measurement for the pwm rangefinder. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it. This is used to enable powersaving when out of range. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot. + +|Value|Meaning| +|:---:|:---:| +|-1|Not Used| +|50|AUX1| +|51|AUX2| +|52|AUX3| +|53|AUX4| +|54|AUX5| +|55|AUX6| +|111|PX4 FMU Relay1| +|112|PX4 FMU Relay2| +|113|PX4IO Relay1| +|114|PX4IO Relay2| +|115|PX4IO ACC1| +|116|PX4IO ACC2| + +## RNGFND1_RMETRIC: Ratiometric + +This parameter sets whether an analog rangefinder is ratiometric. Most analog rangefinders are ratiometric, meaning that their output voltage is influenced by the supply voltage. Some analog rangefinders (such as the SF/02) have their own internal voltage regulators so they are not ratiometric. + +|Value|Meaning| +|:---:|:---:| +|0|No| +|1|Yes| + +## RNGFND1_PWRRNG: Powersave range + +This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode (if available). A value of zero means power saving is not enabled + +- Units: m + +- Range: 0 32767 + +## RNGFND1_GNDCLEAR: Distance (in cm) from the range finder to the ground + +This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground. + +- Units: cm + +- Range: 5 127 + +- Increment: 1 + +## RNGFND1_ADDR: Bus address of sensor + +This sets the bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses. + +- Range: 0 127 + +- Increment: 1 + +## RNGFND1_POS_X: X position offset + +*Note: This parameter is for advanced users* + +X position of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## RNGFND1_POS_Y: Y position offset + +*Note: This parameter is for advanced users* + +Y position of the rangefinder in body frame. Positive Y is to the right of the origin. Use the zero range datum point if supplied. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## RNGFND1_POS_Z: Z position offset + +*Note: This parameter is for advanced users* + +Z position of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## RNGFND1_ORIENT: Rangefinder orientation + +*Note: This parameter is for advanced users* + +Orientation of rangefinder + +|Value|Meaning| +|:---:|:---:| +|0|Forward| +|1|Forward-Right| +|2|Right| +|3|Back-Right| +|4|Back| +|5|Back-Left| +|6|Left| +|7|Forward-Left| +|24|Up| +|25|Down| + +## RNGFND1_WSP_MAVG: Moving Average Range + +*Note: This parameter is for advanced users* + +Sets the number of historic range results to use for calculating the current range result. When MAVG is greater than 1, the current range result will be the current measured value averaged with the N-1 previous results + +- Range: 0 255 + +## RNGFND1_WSP_MEDF: Moving Median Filter + +*Note: This parameter is for advanced users* + +Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active + +- Range: 0 255 + +## RNGFND1_WSP_FRQ: Frequency + +*Note: This parameter is for advanced users* + +Sets the repetition frequency of the ranging operation in Hertz. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers. + +- Range: 0 10000 + +## RNGFND1_WSP_AVG: Multi-pulse averages + +*Note: This parameter is for advanced users* + +Sets the number of pulses to be used in multi-pulse averaging mode. In this mode, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement + +- Range: 0 255 + +## RNGFND1_WSP_THR: Sensitivity threshold + +*Note: This parameter is for advanced users* + +Sets the system sensitivity. Larger values of THR represent higher sensitivity. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory. Set to -1 for automatic threshold adjustments + +- Range: -1 255 + +## RNGFND1_WSP_BAUD: Baud rate + +*Note: This parameter is for advanced users* + +Desired baud rate + +|Value|Meaning| +|:---:|:---:| +|0|Low Speed| +|1|High Speed| + +## RNGFND1_RECV_ID: RangeFinder CAN receive ID + +*Note: This parameter is for advanced users* + +The receive ID of the CAN frames. A value of zero means all IDs are accepted. + +- Range: 0 65535 + +## RNGFND1_SNR_MIN: RangeFinder Minimum signal strength + +*Note: This parameter is for advanced users* + +RangeFinder Minimum signal strength (SNR) to accept distance + +- Range: 0 65535 + +# RNGFND2 Parameters + +## RNGFND2_TYPE: Rangefinder type + +Type of connected rangefinder + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Analog| +|2|MaxbotixI2C| +|3|LidarLite-I2C| +|5|PWM| +|6|BBB-PRU| +|7|LightWareI2C| +|8|LightWareSerial| +|9|Bebop| +|10|MAVLink| +|11|USD1_Serial| +|12|LeddarOne| +|13|MaxbotixSerial| +|14|TeraRangerI2C| +|15|LidarLiteV3-I2C| +|16|VL53L0X or VL53L1X| +|17|NMEA| +|18|WASP-LRF| +|19|BenewakeTF02| +|20|Benewake-Serial| +|21|LidarLightV3HP| +|22|PWM| +|23|BlueRoboticsPing| +|24|DroneCAN| +|25|BenewakeTFminiPlus-I2C| +|26|LanbaoPSK-CM8JL65-CC5| +|27|BenewakeTF03| +|28|VL53L1X-ShortRange| +|29|LeddarVu8-Serial| +|30|HC-SR04| +|31|GYUS42v2| +|32|MSP| +|33|USD1_CAN| +|34|Benewake_CAN| +|35|TeraRangerSerial| +|36|Lua_Scripting| +|37|NoopLoop_TOFSense| +|38|NoopLoop_TOFSense_CAN| +|39|NRA24_CAN| +|40|NoopLoop_TOFSenseF_I2C| +|41|JRE_Serial| +|100|SITL| + +## RNGFND2_PIN: Rangefinder pin + +Analog or PWM input pin that rangefinder is connected to. Airspeed ports can be used for Analog input, AUXOUT can be used for PWM input. When using analog pin 103, the maximum value of the input in 3.3V. For PWM input, the pin must be configured as a digital GPIO, see the Wiki's "GPIOs" section for details. + +|Value|Meaning| +|:---:|:---:| +|-1|Not Used| +|11|Pixracer| +|13|Pixhawk ADC4| +|14|Pixhawk ADC3| +|15|Pixhawk ADC6/Pixhawk2 ADC| +|50|AUX1| +|51|AUX2| +|52|AUX3| +|53|AUX4| +|54|AUX5| +|55|AUX6| +|103|Pixhawk SBUS| + +## RNGFND2_SCALING: Rangefinder scaling + +Scaling factor between rangefinder reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts. For Maxbotix serial sonar this is unit conversion to meters. + +- Units: m/V + +- Increment: 0.001 + +## RNGFND2_OFFSET: rangefinder offset + +Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars + +- Units: V + +- Increment: 0.001 + +## RNGFND2_FUNCTION: Rangefinder function + +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. + +|Value|Meaning| +|:---:|:---:| +|0|Linear| +|1|Inverted| +|2|Hyperbolic| + +## RNGFND2_MIN_CM: Rangefinder minimum distance + +Minimum distance in centimeters that rangefinder can reliably read + +- Units: cm + +- Increment: 1 + +## RNGFND2_MAX_CM: Rangefinder maximum distance + +Maximum distance in centimeters that rangefinder can reliably read + +- Units: cm + +- Increment: 1 + +## RNGFND2_STOP_PIN: Rangefinder stop pin + +Digital pin that enables/disables rangefinder measurement for the pwm rangefinder. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it. This is used to enable powersaving when out of range. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot. + +|Value|Meaning| +|:---:|:---:| +|-1|Not Used| +|50|AUX1| +|51|AUX2| +|52|AUX3| +|53|AUX4| +|54|AUX5| +|55|AUX6| +|111|PX4 FMU Relay1| +|112|PX4 FMU Relay2| +|113|PX4IO Relay1| +|114|PX4IO Relay2| +|115|PX4IO ACC1| +|116|PX4IO ACC2| + +## RNGFND2_RMETRIC: Ratiometric + +This parameter sets whether an analog rangefinder is ratiometric. Most analog rangefinders are ratiometric, meaning that their output voltage is influenced by the supply voltage. Some analog rangefinders (such as the SF/02) have their own internal voltage regulators so they are not ratiometric. + +|Value|Meaning| +|:---:|:---:| +|0|No| +|1|Yes| + +## RNGFND2_PWRRNG: Powersave range + +This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode (if available). A value of zero means power saving is not enabled + +- Units: m + +- Range: 0 32767 + +## RNGFND2_GNDCLEAR: Distance (in cm) from the range finder to the ground + +This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground. + +- Units: cm + +- Range: 5 127 + +- Increment: 1 + +## RNGFND2_ADDR: Bus address of sensor + +This sets the bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses. + +- Range: 0 127 + +- Increment: 1 + +## RNGFND2_POS_X: X position offset + +*Note: This parameter is for advanced users* + +X position of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## RNGFND2_POS_Y: Y position offset + +*Note: This parameter is for advanced users* + +Y position of the rangefinder in body frame. Positive Y is to the right of the origin. Use the zero range datum point if supplied. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## RNGFND2_POS_Z: Z position offset + +*Note: This parameter is for advanced users* + +Z position of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## RNGFND2_ORIENT: Rangefinder orientation + +*Note: This parameter is for advanced users* + +Orientation of rangefinder + +|Value|Meaning| +|:---:|:---:| +|0|Forward| +|1|Forward-Right| +|2|Right| +|3|Back-Right| +|4|Back| +|5|Back-Left| +|6|Left| +|7|Forward-Left| +|24|Up| +|25|Down| + +## RNGFND2_WSP_MAVG: Moving Average Range + +*Note: This parameter is for advanced users* + +Sets the number of historic range results to use for calculating the current range result. When MAVG is greater than 1, the current range result will be the current measured value averaged with the N-1 previous results + +- Range: 0 255 + +## RNGFND2_WSP_MEDF: Moving Median Filter + +*Note: This parameter is for advanced users* + +Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active + +- Range: 0 255 + +## RNGFND2_WSP_FRQ: Frequency + +*Note: This parameter is for advanced users* + +Sets the repetition frequency of the ranging operation in Hertz. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers. + +- Range: 0 10000 + +## RNGFND2_WSP_AVG: Multi-pulse averages + +*Note: This parameter is for advanced users* + +Sets the number of pulses to be used in multi-pulse averaging mode. In this mode, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement + +- Range: 0 255 + +## RNGFND2_WSP_THR: Sensitivity threshold + +*Note: This parameter is for advanced users* + +Sets the system sensitivity. Larger values of THR represent higher sensitivity. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory. Set to -1 for automatic threshold adjustments + +- Range: -1 255 + +## RNGFND2_WSP_BAUD: Baud rate + +*Note: This parameter is for advanced users* + +Desired baud rate + +|Value|Meaning| +|:---:|:---:| +|0|Low Speed| +|1|High Speed| + +## RNGFND2_RECV_ID: RangeFinder CAN receive ID + +*Note: This parameter is for advanced users* + +The receive ID of the CAN frames. A value of zero means all IDs are accepted. + +- Range: 0 65535 + +## RNGFND2_SNR_MIN: RangeFinder Minimum signal strength + +*Note: This parameter is for advanced users* + +RangeFinder Minimum signal strength (SNR) to accept distance + +- Range: 0 65535 + +# RNGFND3 Parameters + +## RNGFND3_TYPE: Rangefinder type + +Type of connected rangefinder + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Analog| +|2|MaxbotixI2C| +|3|LidarLite-I2C| +|5|PWM| +|6|BBB-PRU| +|7|LightWareI2C| +|8|LightWareSerial| +|9|Bebop| +|10|MAVLink| +|11|USD1_Serial| +|12|LeddarOne| +|13|MaxbotixSerial| +|14|TeraRangerI2C| +|15|LidarLiteV3-I2C| +|16|VL53L0X or VL53L1X| +|17|NMEA| +|18|WASP-LRF| +|19|BenewakeTF02| +|20|Benewake-Serial| +|21|LidarLightV3HP| +|22|PWM| +|23|BlueRoboticsPing| +|24|DroneCAN| +|25|BenewakeTFminiPlus-I2C| +|26|LanbaoPSK-CM8JL65-CC5| +|27|BenewakeTF03| +|28|VL53L1X-ShortRange| +|29|LeddarVu8-Serial| +|30|HC-SR04| +|31|GYUS42v2| +|32|MSP| +|33|USD1_CAN| +|34|Benewake_CAN| +|35|TeraRangerSerial| +|36|Lua_Scripting| +|37|NoopLoop_TOFSense| +|38|NoopLoop_TOFSense_CAN| +|39|NRA24_CAN| +|40|NoopLoop_TOFSenseF_I2C| +|41|JRE_Serial| +|100|SITL| + +## RNGFND3_PIN: Rangefinder pin + +Analog or PWM input pin that rangefinder is connected to. Airspeed ports can be used for Analog input, AUXOUT can be used for PWM input. When using analog pin 103, the maximum value of the input in 3.3V. For PWM input, the pin must be configured as a digital GPIO, see the Wiki's "GPIOs" section for details. + +|Value|Meaning| +|:---:|:---:| +|-1|Not Used| +|11|Pixracer| +|13|Pixhawk ADC4| +|14|Pixhawk ADC3| +|15|Pixhawk ADC6/Pixhawk2 ADC| +|50|AUX1| +|51|AUX2| +|52|AUX3| +|53|AUX4| +|54|AUX5| +|55|AUX6| +|103|Pixhawk SBUS| + +## RNGFND3_SCALING: Rangefinder scaling + +Scaling factor between rangefinder reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts. For Maxbotix serial sonar this is unit conversion to meters. + +- Units: m/V + +- Increment: 0.001 + +## RNGFND3_OFFSET: rangefinder offset + +Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars + +- Units: V + +- Increment: 0.001 + +## RNGFND3_FUNCTION: Rangefinder function + +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. + +|Value|Meaning| +|:---:|:---:| +|0|Linear| +|1|Inverted| +|2|Hyperbolic| + +## RNGFND3_MIN_CM: Rangefinder minimum distance + +Minimum distance in centimeters that rangefinder can reliably read + +- Units: cm + +- Increment: 1 + +## RNGFND3_MAX_CM: Rangefinder maximum distance + +Maximum distance in centimeters that rangefinder can reliably read + +- Units: cm + +- Increment: 1 + +## RNGFND3_STOP_PIN: Rangefinder stop pin + +Digital pin that enables/disables rangefinder measurement for the pwm rangefinder. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it. This is used to enable powersaving when out of range. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot. + +|Value|Meaning| +|:---:|:---:| +|-1|Not Used| +|50|AUX1| +|51|AUX2| +|52|AUX3| +|53|AUX4| +|54|AUX5| +|55|AUX6| +|111|PX4 FMU Relay1| +|112|PX4 FMU Relay2| +|113|PX4IO Relay1| +|114|PX4IO Relay2| +|115|PX4IO ACC1| +|116|PX4IO ACC2| + +## RNGFND3_RMETRIC: Ratiometric + +This parameter sets whether an analog rangefinder is ratiometric. Most analog rangefinders are ratiometric, meaning that their output voltage is influenced by the supply voltage. Some analog rangefinders (such as the SF/02) have their own internal voltage regulators so they are not ratiometric. + +|Value|Meaning| +|:---:|:---:| +|0|No| +|1|Yes| + +## RNGFND3_PWRRNG: Powersave range + +This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode (if available). A value of zero means power saving is not enabled + +- Units: m + +- Range: 0 32767 + +## RNGFND3_GNDCLEAR: Distance (in cm) from the range finder to the ground + +This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground. + +- Units: cm + +- Range: 5 127 + +- Increment: 1 + +## RNGFND3_ADDR: Bus address of sensor + +This sets the bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses. + +- Range: 0 127 + +- Increment: 1 + +## RNGFND3_POS_X: X position offset + +*Note: This parameter is for advanced users* + +X position of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## RNGFND3_POS_Y: Y position offset + +*Note: This parameter is for advanced users* + +Y position of the rangefinder in body frame. Positive Y is to the right of the origin. Use the zero range datum point if supplied. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## RNGFND3_POS_Z: Z position offset + +*Note: This parameter is for advanced users* + +Z position of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## RNGFND3_ORIENT: Rangefinder orientation + +*Note: This parameter is for advanced users* + +Orientation of rangefinder + +|Value|Meaning| +|:---:|:---:| +|0|Forward| +|1|Forward-Right| +|2|Right| +|3|Back-Right| +|4|Back| +|5|Back-Left| +|6|Left| +|7|Forward-Left| +|24|Up| +|25|Down| + +## RNGFND3_WSP_MAVG: Moving Average Range + +*Note: This parameter is for advanced users* + +Sets the number of historic range results to use for calculating the current range result. When MAVG is greater than 1, the current range result will be the current measured value averaged with the N-1 previous results + +- Range: 0 255 + +## RNGFND3_WSP_MEDF: Moving Median Filter + +*Note: This parameter is for advanced users* + +Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active + +- Range: 0 255 + +## RNGFND3_WSP_FRQ: Frequency + +*Note: This parameter is for advanced users* + +Sets the repetition frequency of the ranging operation in Hertz. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers. + +- Range: 0 10000 + +## RNGFND3_WSP_AVG: Multi-pulse averages + +*Note: This parameter is for advanced users* + +Sets the number of pulses to be used in multi-pulse averaging mode. In this mode, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement + +- Range: 0 255 + +## RNGFND3_WSP_THR: Sensitivity threshold + +*Note: This parameter is for advanced users* + +Sets the system sensitivity. Larger values of THR represent higher sensitivity. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory. Set to -1 for automatic threshold adjustments + +- Range: -1 255 + +## RNGFND3_WSP_BAUD: Baud rate + +*Note: This parameter is for advanced users* + +Desired baud rate + +|Value|Meaning| +|:---:|:---:| +|0|Low Speed| +|1|High Speed| + +## RNGFND3_RECV_ID: RangeFinder CAN receive ID + +*Note: This parameter is for advanced users* + +The receive ID of the CAN frames. A value of zero means all IDs are accepted. + +- Range: 0 65535 + +## RNGFND3_SNR_MIN: RangeFinder Minimum signal strength + +*Note: This parameter is for advanced users* + +RangeFinder Minimum signal strength (SNR) to accept distance + +- Range: 0 65535 + +# RNGFND4 Parameters + +## RNGFND4_TYPE: Rangefinder type + +Type of connected rangefinder + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Analog| +|2|MaxbotixI2C| +|3|LidarLite-I2C| +|5|PWM| +|6|BBB-PRU| +|7|LightWareI2C| +|8|LightWareSerial| +|9|Bebop| +|10|MAVLink| +|11|USD1_Serial| +|12|LeddarOne| +|13|MaxbotixSerial| +|14|TeraRangerI2C| +|15|LidarLiteV3-I2C| +|16|VL53L0X or VL53L1X| +|17|NMEA| +|18|WASP-LRF| +|19|BenewakeTF02| +|20|Benewake-Serial| +|21|LidarLightV3HP| +|22|PWM| +|23|BlueRoboticsPing| +|24|DroneCAN| +|25|BenewakeTFminiPlus-I2C| +|26|LanbaoPSK-CM8JL65-CC5| +|27|BenewakeTF03| +|28|VL53L1X-ShortRange| +|29|LeddarVu8-Serial| +|30|HC-SR04| +|31|GYUS42v2| +|32|MSP| +|33|USD1_CAN| +|34|Benewake_CAN| +|35|TeraRangerSerial| +|36|Lua_Scripting| +|37|NoopLoop_TOFSense| +|38|NoopLoop_TOFSense_CAN| +|39|NRA24_CAN| +|40|NoopLoop_TOFSenseF_I2C| +|41|JRE_Serial| +|100|SITL| + +## RNGFND4_PIN: Rangefinder pin + +Analog or PWM input pin that rangefinder is connected to. Airspeed ports can be used for Analog input, AUXOUT can be used for PWM input. When using analog pin 103, the maximum value of the input in 3.3V. For PWM input, the pin must be configured as a digital GPIO, see the Wiki's "GPIOs" section for details. + +|Value|Meaning| +|:---:|:---:| +|-1|Not Used| +|11|Pixracer| +|13|Pixhawk ADC4| +|14|Pixhawk ADC3| +|15|Pixhawk ADC6/Pixhawk2 ADC| +|50|AUX1| +|51|AUX2| +|52|AUX3| +|53|AUX4| +|54|AUX5| +|55|AUX6| +|103|Pixhawk SBUS| + +## RNGFND4_SCALING: Rangefinder scaling + +Scaling factor between rangefinder reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts. For Maxbotix serial sonar this is unit conversion to meters. + +- Units: m/V + +- Increment: 0.001 + +## RNGFND4_OFFSET: rangefinder offset + +Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars + +- Units: V + +- Increment: 0.001 + +## RNGFND4_FUNCTION: Rangefinder function + +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. + +|Value|Meaning| +|:---:|:---:| +|0|Linear| +|1|Inverted| +|2|Hyperbolic| + +## RNGFND4_MIN_CM: Rangefinder minimum distance + +Minimum distance in centimeters that rangefinder can reliably read + +- Units: cm + +- Increment: 1 + +## RNGFND4_MAX_CM: Rangefinder maximum distance + +Maximum distance in centimeters that rangefinder can reliably read + +- Units: cm + +- Increment: 1 + +## RNGFND4_STOP_PIN: Rangefinder stop pin + +Digital pin that enables/disables rangefinder measurement for the pwm rangefinder. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it. This is used to enable powersaving when out of range. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot. + +|Value|Meaning| +|:---:|:---:| +|-1|Not Used| +|50|AUX1| +|51|AUX2| +|52|AUX3| +|53|AUX4| +|54|AUX5| +|55|AUX6| +|111|PX4 FMU Relay1| +|112|PX4 FMU Relay2| +|113|PX4IO Relay1| +|114|PX4IO Relay2| +|115|PX4IO ACC1| +|116|PX4IO ACC2| + +## RNGFND4_RMETRIC: Ratiometric + +This parameter sets whether an analog rangefinder is ratiometric. Most analog rangefinders are ratiometric, meaning that their output voltage is influenced by the supply voltage. Some analog rangefinders (such as the SF/02) have their own internal voltage regulators so they are not ratiometric. + +|Value|Meaning| +|:---:|:---:| +|0|No| +|1|Yes| + +## RNGFND4_PWRRNG: Powersave range + +This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode (if available). A value of zero means power saving is not enabled + +- Units: m + +- Range: 0 32767 + +## RNGFND4_GNDCLEAR: Distance (in cm) from the range finder to the ground + +This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground. + +- Units: cm + +- Range: 5 127 + +- Increment: 1 + +## RNGFND4_ADDR: Bus address of sensor + +This sets the bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses. + +- Range: 0 127 + +- Increment: 1 + +## RNGFND4_POS_X: X position offset + +*Note: This parameter is for advanced users* + +X position of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## RNGFND4_POS_Y: Y position offset + +*Note: This parameter is for advanced users* + +Y position of the rangefinder in body frame. Positive Y is to the right of the origin. Use the zero range datum point if supplied. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## RNGFND4_POS_Z: Z position offset + +*Note: This parameter is for advanced users* + +Z position of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## RNGFND4_ORIENT: Rangefinder orientation + +*Note: This parameter is for advanced users* + +Orientation of rangefinder + +|Value|Meaning| +|:---:|:---:| +|0|Forward| +|1|Forward-Right| +|2|Right| +|3|Back-Right| +|4|Back| +|5|Back-Left| +|6|Left| +|7|Forward-Left| +|24|Up| +|25|Down| + +## RNGFND4_WSP_MAVG: Moving Average Range + +*Note: This parameter is for advanced users* + +Sets the number of historic range results to use for calculating the current range result. When MAVG is greater than 1, the current range result will be the current measured value averaged with the N-1 previous results + +- Range: 0 255 + +## RNGFND4_WSP_MEDF: Moving Median Filter + +*Note: This parameter is for advanced users* + +Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active + +- Range: 0 255 + +## RNGFND4_WSP_FRQ: Frequency + +*Note: This parameter is for advanced users* + +Sets the repetition frequency of the ranging operation in Hertz. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers. + +- Range: 0 10000 + +## RNGFND4_WSP_AVG: Multi-pulse averages + +*Note: This parameter is for advanced users* + +Sets the number of pulses to be used in multi-pulse averaging mode. In this mode, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement + +- Range: 0 255 + +## RNGFND4_WSP_THR: Sensitivity threshold + +*Note: This parameter is for advanced users* + +Sets the system sensitivity. Larger values of THR represent higher sensitivity. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory. Set to -1 for automatic threshold adjustments + +- Range: -1 255 + +## RNGFND4_WSP_BAUD: Baud rate + +*Note: This parameter is for advanced users* + +Desired baud rate + +|Value|Meaning| +|:---:|:---:| +|0|Low Speed| +|1|High Speed| + +## RNGFND4_RECV_ID: RangeFinder CAN receive ID + +*Note: This parameter is for advanced users* + +The receive ID of the CAN frames. A value of zero means all IDs are accepted. + +- Range: 0 65535 + +## RNGFND4_SNR_MIN: RangeFinder Minimum signal strength + +*Note: This parameter is for advanced users* + +RangeFinder Minimum signal strength (SNR) to accept distance + +- Range: 0 65535 + +# RNGFND5 Parameters + +## RNGFND5_TYPE: Rangefinder type + +Type of connected rangefinder + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Analog| +|2|MaxbotixI2C| +|3|LidarLite-I2C| +|5|PWM| +|6|BBB-PRU| +|7|LightWareI2C| +|8|LightWareSerial| +|9|Bebop| +|10|MAVLink| +|11|USD1_Serial| +|12|LeddarOne| +|13|MaxbotixSerial| +|14|TeraRangerI2C| +|15|LidarLiteV3-I2C| +|16|VL53L0X or VL53L1X| +|17|NMEA| +|18|WASP-LRF| +|19|BenewakeTF02| +|20|Benewake-Serial| +|21|LidarLightV3HP| +|22|PWM| +|23|BlueRoboticsPing| +|24|DroneCAN| +|25|BenewakeTFminiPlus-I2C| +|26|LanbaoPSK-CM8JL65-CC5| +|27|BenewakeTF03| +|28|VL53L1X-ShortRange| +|29|LeddarVu8-Serial| +|30|HC-SR04| +|31|GYUS42v2| +|32|MSP| +|33|USD1_CAN| +|34|Benewake_CAN| +|35|TeraRangerSerial| +|36|Lua_Scripting| +|37|NoopLoop_TOFSense| +|38|NoopLoop_TOFSense_CAN| +|39|NRA24_CAN| +|40|NoopLoop_TOFSenseF_I2C| +|41|JRE_Serial| +|100|SITL| + +## RNGFND5_PIN: Rangefinder pin + +Analog or PWM input pin that rangefinder is connected to. Airspeed ports can be used for Analog input, AUXOUT can be used for PWM input. When using analog pin 103, the maximum value of the input in 3.3V. For PWM input, the pin must be configured as a digital GPIO, see the Wiki's "GPIOs" section for details. + +|Value|Meaning| +|:---:|:---:| +|-1|Not Used| +|11|Pixracer| +|13|Pixhawk ADC4| +|14|Pixhawk ADC3| +|15|Pixhawk ADC6/Pixhawk2 ADC| +|50|AUX1| +|51|AUX2| +|52|AUX3| +|53|AUX4| +|54|AUX5| +|55|AUX6| +|103|Pixhawk SBUS| + +## RNGFND5_SCALING: Rangefinder scaling + +Scaling factor between rangefinder reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts. For Maxbotix serial sonar this is unit conversion to meters. + +- Units: m/V + +- Increment: 0.001 + +## RNGFND5_OFFSET: rangefinder offset + +Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars + +- Units: V + +- Increment: 0.001 + +## RNGFND5_FUNCTION: Rangefinder function + +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. + +|Value|Meaning| +|:---:|:---:| +|0|Linear| +|1|Inverted| +|2|Hyperbolic| + +## RNGFND5_MIN_CM: Rangefinder minimum distance + +Minimum distance in centimeters that rangefinder can reliably read + +- Units: cm + +- Increment: 1 + +## RNGFND5_MAX_CM: Rangefinder maximum distance + +Maximum distance in centimeters that rangefinder can reliably read + +- Units: cm + +- Increment: 1 + +## RNGFND5_STOP_PIN: Rangefinder stop pin + +Digital pin that enables/disables rangefinder measurement for the pwm rangefinder. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it. This is used to enable powersaving when out of range. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot. + +|Value|Meaning| +|:---:|:---:| +|-1|Not Used| +|50|AUX1| +|51|AUX2| +|52|AUX3| +|53|AUX4| +|54|AUX5| +|55|AUX6| +|111|PX4 FMU Relay1| +|112|PX4 FMU Relay2| +|113|PX4IO Relay1| +|114|PX4IO Relay2| +|115|PX4IO ACC1| +|116|PX4IO ACC2| + +## RNGFND5_RMETRIC: Ratiometric + +This parameter sets whether an analog rangefinder is ratiometric. Most analog rangefinders are ratiometric, meaning that their output voltage is influenced by the supply voltage. Some analog rangefinders (such as the SF/02) have their own internal voltage regulators so they are not ratiometric. + +|Value|Meaning| +|:---:|:---:| +|0|No| +|1|Yes| + +## RNGFND5_PWRRNG: Powersave range + +This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode (if available). A value of zero means power saving is not enabled + +- Units: m + +- Range: 0 32767 + +## RNGFND5_GNDCLEAR: Distance (in cm) from the range finder to the ground + +This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground. + +- Units: cm + +- Range: 5 127 + +- Increment: 1 + +## RNGFND5_ADDR: Bus address of sensor + +This sets the bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses. + +- Range: 0 127 + +- Increment: 1 + +## RNGFND5_POS_X: X position offset + +*Note: This parameter is for advanced users* + +X position of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## RNGFND5_POS_Y: Y position offset + +*Note: This parameter is for advanced users* + +Y position of the rangefinder in body frame. Positive Y is to the right of the origin. Use the zero range datum point if supplied. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## RNGFND5_POS_Z: Z position offset + +*Note: This parameter is for advanced users* + +Z position of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## RNGFND5_ORIENT: Rangefinder orientation + +*Note: This parameter is for advanced users* + +Orientation of rangefinder + +|Value|Meaning| +|:---:|:---:| +|0|Forward| +|1|Forward-Right| +|2|Right| +|3|Back-Right| +|4|Back| +|5|Back-Left| +|6|Left| +|7|Forward-Left| +|24|Up| +|25|Down| + +## RNGFND5_WSP_MAVG: Moving Average Range + +*Note: This parameter is for advanced users* + +Sets the number of historic range results to use for calculating the current range result. When MAVG is greater than 1, the current range result will be the current measured value averaged with the N-1 previous results + +- Range: 0 255 + +## RNGFND5_WSP_MEDF: Moving Median Filter + +*Note: This parameter is for advanced users* + +Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active + +- Range: 0 255 + +## RNGFND5_WSP_FRQ: Frequency + +*Note: This parameter is for advanced users* + +Sets the repetition frequency of the ranging operation in Hertz. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers. + +- Range: 0 10000 + +## RNGFND5_WSP_AVG: Multi-pulse averages + +*Note: This parameter is for advanced users* + +Sets the number of pulses to be used in multi-pulse averaging mode. In this mode, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement + +- Range: 0 255 + +## RNGFND5_WSP_THR: Sensitivity threshold + +*Note: This parameter is for advanced users* + +Sets the system sensitivity. Larger values of THR represent higher sensitivity. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory. Set to -1 for automatic threshold adjustments + +- Range: -1 255 + +## RNGFND5_WSP_BAUD: Baud rate + +*Note: This parameter is for advanced users* + +Desired baud rate + +|Value|Meaning| +|:---:|:---:| +|0|Low Speed| +|1|High Speed| + +## RNGFND5_RECV_ID: RangeFinder CAN receive ID + +*Note: This parameter is for advanced users* + +The receive ID of the CAN frames. A value of zero means all IDs are accepted. + +- Range: 0 65535 + +## RNGFND5_SNR_MIN: RangeFinder Minimum signal strength + +*Note: This parameter is for advanced users* + +RangeFinder Minimum signal strength (SNR) to accept distance + +- Range: 0 65535 + +# RNGFND6 Parameters + +## RNGFND6_TYPE: Rangefinder type + +Type of connected rangefinder + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Analog| +|2|MaxbotixI2C| +|3|LidarLite-I2C| +|5|PWM| +|6|BBB-PRU| +|7|LightWareI2C| +|8|LightWareSerial| +|9|Bebop| +|10|MAVLink| +|11|USD1_Serial| +|12|LeddarOne| +|13|MaxbotixSerial| +|14|TeraRangerI2C| +|15|LidarLiteV3-I2C| +|16|VL53L0X or VL53L1X| +|17|NMEA| +|18|WASP-LRF| +|19|BenewakeTF02| +|20|Benewake-Serial| +|21|LidarLightV3HP| +|22|PWM| +|23|BlueRoboticsPing| +|24|DroneCAN| +|25|BenewakeTFminiPlus-I2C| +|26|LanbaoPSK-CM8JL65-CC5| +|27|BenewakeTF03| +|28|VL53L1X-ShortRange| +|29|LeddarVu8-Serial| +|30|HC-SR04| +|31|GYUS42v2| +|32|MSP| +|33|USD1_CAN| +|34|Benewake_CAN| +|35|TeraRangerSerial| +|36|Lua_Scripting| +|37|NoopLoop_TOFSense| +|38|NoopLoop_TOFSense_CAN| +|39|NRA24_CAN| +|40|NoopLoop_TOFSenseF_I2C| +|41|JRE_Serial| +|100|SITL| + +## RNGFND6_PIN: Rangefinder pin + +Analog or PWM input pin that rangefinder is connected to. Airspeed ports can be used for Analog input, AUXOUT can be used for PWM input. When using analog pin 103, the maximum value of the input in 3.3V. For PWM input, the pin must be configured as a digital GPIO, see the Wiki's "GPIOs" section for details. + +|Value|Meaning| +|:---:|:---:| +|-1|Not Used| +|11|Pixracer| +|13|Pixhawk ADC4| +|14|Pixhawk ADC3| +|15|Pixhawk ADC6/Pixhawk2 ADC| +|50|AUX1| +|51|AUX2| +|52|AUX3| +|53|AUX4| +|54|AUX5| +|55|AUX6| +|103|Pixhawk SBUS| + +## RNGFND6_SCALING: Rangefinder scaling + +Scaling factor between rangefinder reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts. For Maxbotix serial sonar this is unit conversion to meters. + +- Units: m/V + +- Increment: 0.001 + +## RNGFND6_OFFSET: rangefinder offset + +Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars + +- Units: V + +- Increment: 0.001 + +## RNGFND6_FUNCTION: Rangefinder function + +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. + +|Value|Meaning| +|:---:|:---:| +|0|Linear| +|1|Inverted| +|2|Hyperbolic| + +## RNGFND6_MIN_CM: Rangefinder minimum distance + +Minimum distance in centimeters that rangefinder can reliably read + +- Units: cm + +- Increment: 1 + +## RNGFND6_MAX_CM: Rangefinder maximum distance + +Maximum distance in centimeters that rangefinder can reliably read + +- Units: cm + +- Increment: 1 + +## RNGFND6_STOP_PIN: Rangefinder stop pin + +Digital pin that enables/disables rangefinder measurement for the pwm rangefinder. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it. This is used to enable powersaving when out of range. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot. + +|Value|Meaning| +|:---:|:---:| +|-1|Not Used| +|50|AUX1| +|51|AUX2| +|52|AUX3| +|53|AUX4| +|54|AUX5| +|55|AUX6| +|111|PX4 FMU Relay1| +|112|PX4 FMU Relay2| +|113|PX4IO Relay1| +|114|PX4IO Relay2| +|115|PX4IO ACC1| +|116|PX4IO ACC2| + +## RNGFND6_RMETRIC: Ratiometric + +This parameter sets whether an analog rangefinder is ratiometric. Most analog rangefinders are ratiometric, meaning that their output voltage is influenced by the supply voltage. Some analog rangefinders (such as the SF/02) have their own internal voltage regulators so they are not ratiometric. + +|Value|Meaning| +|:---:|:---:| +|0|No| +|1|Yes| + +## RNGFND6_PWRRNG: Powersave range + +This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode (if available). A value of zero means power saving is not enabled + +- Units: m + +- Range: 0 32767 + +## RNGFND6_GNDCLEAR: Distance (in cm) from the range finder to the ground + +This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground. + +- Units: cm + +- Range: 5 127 + +- Increment: 1 + +## RNGFND6_ADDR: Bus address of sensor + +This sets the bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses. + +- Range: 0 127 + +- Increment: 1 + +## RNGFND6_POS_X: X position offset + +*Note: This parameter is for advanced users* + +X position of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## RNGFND6_POS_Y: Y position offset + +*Note: This parameter is for advanced users* + +Y position of the rangefinder in body frame. Positive Y is to the right of the origin. Use the zero range datum point if supplied. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## RNGFND6_POS_Z: Z position offset + +*Note: This parameter is for advanced users* + +Z position of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## RNGFND6_ORIENT: Rangefinder orientation + +*Note: This parameter is for advanced users* + +Orientation of rangefinder + +|Value|Meaning| +|:---:|:---:| +|0|Forward| +|1|Forward-Right| +|2|Right| +|3|Back-Right| +|4|Back| +|5|Back-Left| +|6|Left| +|7|Forward-Left| +|24|Up| +|25|Down| + +## RNGFND6_WSP_MAVG: Moving Average Range + +*Note: This parameter is for advanced users* + +Sets the number of historic range results to use for calculating the current range result. When MAVG is greater than 1, the current range result will be the current measured value averaged with the N-1 previous results + +- Range: 0 255 + +## RNGFND6_WSP_MEDF: Moving Median Filter + +*Note: This parameter is for advanced users* + +Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active + +- Range: 0 255 + +## RNGFND6_WSP_FRQ: Frequency + +*Note: This parameter is for advanced users* + +Sets the repetition frequency of the ranging operation in Hertz. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers. + +- Range: 0 10000 + +## RNGFND6_WSP_AVG: Multi-pulse averages + +*Note: This parameter is for advanced users* + +Sets the number of pulses to be used in multi-pulse averaging mode. In this mode, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement + +- Range: 0 255 + +## RNGFND6_WSP_THR: Sensitivity threshold + +*Note: This parameter is for advanced users* + +Sets the system sensitivity. Larger values of THR represent higher sensitivity. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory. Set to -1 for automatic threshold adjustments + +- Range: -1 255 + +## RNGFND6_WSP_BAUD: Baud rate + +*Note: This parameter is for advanced users* + +Desired baud rate + +|Value|Meaning| +|:---:|:---:| +|0|Low Speed| +|1|High Speed| + +## RNGFND6_RECV_ID: RangeFinder CAN receive ID + +*Note: This parameter is for advanced users* + +The receive ID of the CAN frames. A value of zero means all IDs are accepted. + +- Range: 0 65535 + +## RNGFND6_SNR_MIN: RangeFinder Minimum signal strength + +*Note: This parameter is for advanced users* + +RangeFinder Minimum signal strength (SNR) to accept distance + +- Range: 0 65535 + +# RNGFND7 Parameters + +## RNGFND7_TYPE: Rangefinder type + +Type of connected rangefinder + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Analog| +|2|MaxbotixI2C| +|3|LidarLite-I2C| +|5|PWM| +|6|BBB-PRU| +|7|LightWareI2C| +|8|LightWareSerial| +|9|Bebop| +|10|MAVLink| +|11|USD1_Serial| +|12|LeddarOne| +|13|MaxbotixSerial| +|14|TeraRangerI2C| +|15|LidarLiteV3-I2C| +|16|VL53L0X or VL53L1X| +|17|NMEA| +|18|WASP-LRF| +|19|BenewakeTF02| +|20|Benewake-Serial| +|21|LidarLightV3HP| +|22|PWM| +|23|BlueRoboticsPing| +|24|DroneCAN| +|25|BenewakeTFminiPlus-I2C| +|26|LanbaoPSK-CM8JL65-CC5| +|27|BenewakeTF03| +|28|VL53L1X-ShortRange| +|29|LeddarVu8-Serial| +|30|HC-SR04| +|31|GYUS42v2| +|32|MSP| +|33|USD1_CAN| +|34|Benewake_CAN| +|35|TeraRangerSerial| +|36|Lua_Scripting| +|37|NoopLoop_TOFSense| +|38|NoopLoop_TOFSense_CAN| +|39|NRA24_CAN| +|40|NoopLoop_TOFSenseF_I2C| +|41|JRE_Serial| +|100|SITL| + +## RNGFND7_PIN: Rangefinder pin + +Analog or PWM input pin that rangefinder is connected to. Airspeed ports can be used for Analog input, AUXOUT can be used for PWM input. When using analog pin 103, the maximum value of the input in 3.3V. For PWM input, the pin must be configured as a digital GPIO, see the Wiki's "GPIOs" section for details. + +|Value|Meaning| +|:---:|:---:| +|-1|Not Used| +|11|Pixracer| +|13|Pixhawk ADC4| +|14|Pixhawk ADC3| +|15|Pixhawk ADC6/Pixhawk2 ADC| +|50|AUX1| +|51|AUX2| +|52|AUX3| +|53|AUX4| +|54|AUX5| +|55|AUX6| +|103|Pixhawk SBUS| + +## RNGFND7_SCALING: Rangefinder scaling + +Scaling factor between rangefinder reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts. For Maxbotix serial sonar this is unit conversion to meters. + +- Units: m/V + +- Increment: 0.001 + +## RNGFND7_OFFSET: rangefinder offset + +Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars + +- Units: V + +- Increment: 0.001 + +## RNGFND7_FUNCTION: Rangefinder function + +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. + +|Value|Meaning| +|:---:|:---:| +|0|Linear| +|1|Inverted| +|2|Hyperbolic| + +## RNGFND7_MIN_CM: Rangefinder minimum distance + +Minimum distance in centimeters that rangefinder can reliably read + +- Units: cm + +- Increment: 1 + +## RNGFND7_MAX_CM: Rangefinder maximum distance + +Maximum distance in centimeters that rangefinder can reliably read + +- Units: cm + +- Increment: 1 + +## RNGFND7_STOP_PIN: Rangefinder stop pin + +Digital pin that enables/disables rangefinder measurement for the pwm rangefinder. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it. This is used to enable powersaving when out of range. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot. + +|Value|Meaning| +|:---:|:---:| +|-1|Not Used| +|50|AUX1| +|51|AUX2| +|52|AUX3| +|53|AUX4| +|54|AUX5| +|55|AUX6| +|111|PX4 FMU Relay1| +|112|PX4 FMU Relay2| +|113|PX4IO Relay1| +|114|PX4IO Relay2| +|115|PX4IO ACC1| +|116|PX4IO ACC2| + +## RNGFND7_RMETRIC: Ratiometric + +This parameter sets whether an analog rangefinder is ratiometric. Most analog rangefinders are ratiometric, meaning that their output voltage is influenced by the supply voltage. Some analog rangefinders (such as the SF/02) have their own internal voltage regulators so they are not ratiometric. + +|Value|Meaning| +|:---:|:---:| +|0|No| +|1|Yes| + +## RNGFND7_PWRRNG: Powersave range + +This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode (if available). A value of zero means power saving is not enabled + +- Units: m + +- Range: 0 32767 + +## RNGFND7_GNDCLEAR: Distance (in cm) from the range finder to the ground + +This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground. + +- Units: cm + +- Range: 5 127 + +- Increment: 1 + +## RNGFND7_ADDR: Bus address of sensor + +This sets the bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses. + +- Range: 0 127 + +- Increment: 1 + +## RNGFND7_POS_X: X position offset + +*Note: This parameter is for advanced users* + +X position of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## RNGFND7_POS_Y: Y position offset + +*Note: This parameter is for advanced users* + +Y position of the rangefinder in body frame. Positive Y is to the right of the origin. Use the zero range datum point if supplied. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## RNGFND7_POS_Z: Z position offset + +*Note: This parameter is for advanced users* + +Z position of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## RNGFND7_ORIENT: Rangefinder orientation + +*Note: This parameter is for advanced users* + +Orientation of rangefinder + +|Value|Meaning| +|:---:|:---:| +|0|Forward| +|1|Forward-Right| +|2|Right| +|3|Back-Right| +|4|Back| +|5|Back-Left| +|6|Left| +|7|Forward-Left| +|24|Up| +|25|Down| + +## RNGFND7_WSP_MAVG: Moving Average Range + +*Note: This parameter is for advanced users* + +Sets the number of historic range results to use for calculating the current range result. When MAVG is greater than 1, the current range result will be the current measured value averaged with the N-1 previous results + +- Range: 0 255 + +## RNGFND7_WSP_MEDF: Moving Median Filter + +*Note: This parameter is for advanced users* + +Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active + +- Range: 0 255 + +## RNGFND7_WSP_FRQ: Frequency + +*Note: This parameter is for advanced users* + +Sets the repetition frequency of the ranging operation in Hertz. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers. + +- Range: 0 10000 + +## RNGFND7_WSP_AVG: Multi-pulse averages + +*Note: This parameter is for advanced users* + +Sets the number of pulses to be used in multi-pulse averaging mode. In this mode, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement + +- Range: 0 255 + +## RNGFND7_WSP_THR: Sensitivity threshold + +*Note: This parameter is for advanced users* + +Sets the system sensitivity. Larger values of THR represent higher sensitivity. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory. Set to -1 for automatic threshold adjustments + +- Range: -1 255 + +## RNGFND7_WSP_BAUD: Baud rate + +*Note: This parameter is for advanced users* + +Desired baud rate + +|Value|Meaning| +|:---:|:---:| +|0|Low Speed| +|1|High Speed| + +## RNGFND7_RECV_ID: RangeFinder CAN receive ID + +*Note: This parameter is for advanced users* + +The receive ID of the CAN frames. A value of zero means all IDs are accepted. + +- Range: 0 65535 + +## RNGFND7_SNR_MIN: RangeFinder Minimum signal strength + +*Note: This parameter is for advanced users* + +RangeFinder Minimum signal strength (SNR) to accept distance + +- Range: 0 65535 + +# RNGFND8 Parameters + +## RNGFND8_TYPE: Rangefinder type + +Type of connected rangefinder + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Analog| +|2|MaxbotixI2C| +|3|LidarLite-I2C| +|5|PWM| +|6|BBB-PRU| +|7|LightWareI2C| +|8|LightWareSerial| +|9|Bebop| +|10|MAVLink| +|11|USD1_Serial| +|12|LeddarOne| +|13|MaxbotixSerial| +|14|TeraRangerI2C| +|15|LidarLiteV3-I2C| +|16|VL53L0X or VL53L1X| +|17|NMEA| +|18|WASP-LRF| +|19|BenewakeTF02| +|20|Benewake-Serial| +|21|LidarLightV3HP| +|22|PWM| +|23|BlueRoboticsPing| +|24|DroneCAN| +|25|BenewakeTFminiPlus-I2C| +|26|LanbaoPSK-CM8JL65-CC5| +|27|BenewakeTF03| +|28|VL53L1X-ShortRange| +|29|LeddarVu8-Serial| +|30|HC-SR04| +|31|GYUS42v2| +|32|MSP| +|33|USD1_CAN| +|34|Benewake_CAN| +|35|TeraRangerSerial| +|36|Lua_Scripting| +|37|NoopLoop_TOFSense| +|38|NoopLoop_TOFSense_CAN| +|39|NRA24_CAN| +|40|NoopLoop_TOFSenseF_I2C| +|41|JRE_Serial| +|100|SITL| + +## RNGFND8_PIN: Rangefinder pin + +Analog or PWM input pin that rangefinder is connected to. Airspeed ports can be used for Analog input, AUXOUT can be used for PWM input. When using analog pin 103, the maximum value of the input in 3.3V. For PWM input, the pin must be configured as a digital GPIO, see the Wiki's "GPIOs" section for details. + +|Value|Meaning| +|:---:|:---:| +|-1|Not Used| +|11|Pixracer| +|13|Pixhawk ADC4| +|14|Pixhawk ADC3| +|15|Pixhawk ADC6/Pixhawk2 ADC| +|50|AUX1| +|51|AUX2| +|52|AUX3| +|53|AUX4| +|54|AUX5| +|55|AUX6| +|103|Pixhawk SBUS| + +## RNGFND8_SCALING: Rangefinder scaling + +Scaling factor between rangefinder reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts. For Maxbotix serial sonar this is unit conversion to meters. + +- Units: m/V + +- Increment: 0.001 + +## RNGFND8_OFFSET: rangefinder offset + +Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars + +- Units: V + +- Increment: 0.001 + +## RNGFND8_FUNCTION: Rangefinder function + +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. + +|Value|Meaning| +|:---:|:---:| +|0|Linear| +|1|Inverted| +|2|Hyperbolic| + +## RNGFND8_MIN_CM: Rangefinder minimum distance + +Minimum distance in centimeters that rangefinder can reliably read + +- Units: cm + +- Increment: 1 + +## RNGFND8_MAX_CM: Rangefinder maximum distance + +Maximum distance in centimeters that rangefinder can reliably read + +- Units: cm + +- Increment: 1 + +## RNGFND8_STOP_PIN: Rangefinder stop pin + +Digital pin that enables/disables rangefinder measurement for the pwm rangefinder. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it. This is used to enable powersaving when out of range. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot. + +|Value|Meaning| +|:---:|:---:| +|-1|Not Used| +|50|AUX1| +|51|AUX2| +|52|AUX3| +|53|AUX4| +|54|AUX5| +|55|AUX6| +|111|PX4 FMU Relay1| +|112|PX4 FMU Relay2| +|113|PX4IO Relay1| +|114|PX4IO Relay2| +|115|PX4IO ACC1| +|116|PX4IO ACC2| + +## RNGFND8_RMETRIC: Ratiometric + +This parameter sets whether an analog rangefinder is ratiometric. Most analog rangefinders are ratiometric, meaning that their output voltage is influenced by the supply voltage. Some analog rangefinders (such as the SF/02) have their own internal voltage regulators so they are not ratiometric. + +|Value|Meaning| +|:---:|:---:| +|0|No| +|1|Yes| + +## RNGFND8_PWRRNG: Powersave range + +This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode (if available). A value of zero means power saving is not enabled + +- Units: m + +- Range: 0 32767 + +## RNGFND8_GNDCLEAR: Distance (in cm) from the range finder to the ground + +This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground. + +- Units: cm + +- Range: 5 127 + +- Increment: 1 + +## RNGFND8_ADDR: Bus address of sensor + +This sets the bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses. + +- Range: 0 127 + +- Increment: 1 + +## RNGFND8_POS_X: X position offset + +*Note: This parameter is for advanced users* + +X position of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## RNGFND8_POS_Y: Y position offset + +*Note: This parameter is for advanced users* + +Y position of the rangefinder in body frame. Positive Y is to the right of the origin. Use the zero range datum point if supplied. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## RNGFND8_POS_Z: Z position offset + +*Note: This parameter is for advanced users* + +Z position of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## RNGFND8_ORIENT: Rangefinder orientation + +*Note: This parameter is for advanced users* + +Orientation of rangefinder + +|Value|Meaning| +|:---:|:---:| +|0|Forward| +|1|Forward-Right| +|2|Right| +|3|Back-Right| +|4|Back| +|5|Back-Left| +|6|Left| +|7|Forward-Left| +|24|Up| +|25|Down| + +## RNGFND8_WSP_MAVG: Moving Average Range + +*Note: This parameter is for advanced users* + +Sets the number of historic range results to use for calculating the current range result. When MAVG is greater than 1, the current range result will be the current measured value averaged with the N-1 previous results + +- Range: 0 255 + +## RNGFND8_WSP_MEDF: Moving Median Filter + +*Note: This parameter is for advanced users* + +Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active + +- Range: 0 255 + +## RNGFND8_WSP_FRQ: Frequency + +*Note: This parameter is for advanced users* + +Sets the repetition frequency of the ranging operation in Hertz. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers. + +- Range: 0 10000 + +## RNGFND8_WSP_AVG: Multi-pulse averages + +*Note: This parameter is for advanced users* + +Sets the number of pulses to be used in multi-pulse averaging mode. In this mode, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement + +- Range: 0 255 + +## RNGFND8_WSP_THR: Sensitivity threshold + +*Note: This parameter is for advanced users* + +Sets the system sensitivity. Larger values of THR represent higher sensitivity. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory. Set to -1 for automatic threshold adjustments + +- Range: -1 255 + +## RNGFND8_WSP_BAUD: Baud rate + +*Note: This parameter is for advanced users* + +Desired baud rate + +|Value|Meaning| +|:---:|:---:| +|0|Low Speed| +|1|High Speed| + +## RNGFND8_RECV_ID: RangeFinder CAN receive ID + +*Note: This parameter is for advanced users* + +The receive ID of the CAN frames. A value of zero means all IDs are accepted. + +- Range: 0 65535 + +## RNGFND8_SNR_MIN: RangeFinder Minimum signal strength + +*Note: This parameter is for advanced users* + +RangeFinder Minimum signal strength (SNR) to accept distance + +- Range: 0 65535 + +# RNGFND9 Parameters + +## RNGFND9_TYPE: Rangefinder type + +Type of connected rangefinder + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Analog| +|2|MaxbotixI2C| +|3|LidarLite-I2C| +|5|PWM| +|6|BBB-PRU| +|7|LightWareI2C| +|8|LightWareSerial| +|9|Bebop| +|10|MAVLink| +|11|USD1_Serial| +|12|LeddarOne| +|13|MaxbotixSerial| +|14|TeraRangerI2C| +|15|LidarLiteV3-I2C| +|16|VL53L0X or VL53L1X| +|17|NMEA| +|18|WASP-LRF| +|19|BenewakeTF02| +|20|Benewake-Serial| +|21|LidarLightV3HP| +|22|PWM| +|23|BlueRoboticsPing| +|24|DroneCAN| +|25|BenewakeTFminiPlus-I2C| +|26|LanbaoPSK-CM8JL65-CC5| +|27|BenewakeTF03| +|28|VL53L1X-ShortRange| +|29|LeddarVu8-Serial| +|30|HC-SR04| +|31|GYUS42v2| +|32|MSP| +|33|USD1_CAN| +|34|Benewake_CAN| +|35|TeraRangerSerial| +|36|Lua_Scripting| +|37|NoopLoop_TOFSense| +|38|NoopLoop_TOFSense_CAN| +|39|NRA24_CAN| +|40|NoopLoop_TOFSenseF_I2C| +|41|JRE_Serial| +|100|SITL| + +## RNGFND9_PIN: Rangefinder pin + +Analog or PWM input pin that rangefinder is connected to. Airspeed ports can be used for Analog input, AUXOUT can be used for PWM input. When using analog pin 103, the maximum value of the input in 3.3V. For PWM input, the pin must be configured as a digital GPIO, see the Wiki's "GPIOs" section for details. + +|Value|Meaning| +|:---:|:---:| +|-1|Not Used| +|11|Pixracer| +|13|Pixhawk ADC4| +|14|Pixhawk ADC3| +|15|Pixhawk ADC6/Pixhawk2 ADC| +|50|AUX1| +|51|AUX2| +|52|AUX3| +|53|AUX4| +|54|AUX5| +|55|AUX6| +|103|Pixhawk SBUS| + +## RNGFND9_SCALING: Rangefinder scaling + +Scaling factor between rangefinder reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts. For Maxbotix serial sonar this is unit conversion to meters. + +- Units: m/V + +- Increment: 0.001 + +## RNGFND9_OFFSET: rangefinder offset + +Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars + +- Units: V + +- Increment: 0.001 + +## RNGFND9_FUNCTION: Rangefinder function + +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. + +|Value|Meaning| +|:---:|:---:| +|0|Linear| +|1|Inverted| +|2|Hyperbolic| + +## RNGFND9_MIN_CM: Rangefinder minimum distance + +Minimum distance in centimeters that rangefinder can reliably read + +- Units: cm + +- Increment: 1 + +## RNGFND9_MAX_CM: Rangefinder maximum distance + +Maximum distance in centimeters that rangefinder can reliably read + +- Units: cm + +- Increment: 1 + +## RNGFND9_STOP_PIN: Rangefinder stop pin + +Digital pin that enables/disables rangefinder measurement for the pwm rangefinder. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it. This is used to enable powersaving when out of range. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot. + +|Value|Meaning| +|:---:|:---:| +|-1|Not Used| +|50|AUX1| +|51|AUX2| +|52|AUX3| +|53|AUX4| +|54|AUX5| +|55|AUX6| +|111|PX4 FMU Relay1| +|112|PX4 FMU Relay2| +|113|PX4IO Relay1| +|114|PX4IO Relay2| +|115|PX4IO ACC1| +|116|PX4IO ACC2| + +## RNGFND9_RMETRIC: Ratiometric + +This parameter sets whether an analog rangefinder is ratiometric. Most analog rangefinders are ratiometric, meaning that their output voltage is influenced by the supply voltage. Some analog rangefinders (such as the SF/02) have their own internal voltage regulators so they are not ratiometric. + +|Value|Meaning| +|:---:|:---:| +|0|No| +|1|Yes| + +## RNGFND9_PWRRNG: Powersave range + +This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode (if available). A value of zero means power saving is not enabled + +- Units: m + +- Range: 0 32767 + +## RNGFND9_GNDCLEAR: Distance (in cm) from the range finder to the ground + +This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground. + +- Units: cm + +- Range: 5 127 + +- Increment: 1 + +## RNGFND9_ADDR: Bus address of sensor + +This sets the bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses. + +- Range: 0 127 + +- Increment: 1 + +## RNGFND9_POS_X: X position offset + +*Note: This parameter is for advanced users* + +X position of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## RNGFND9_POS_Y: Y position offset + +*Note: This parameter is for advanced users* + +Y position of the rangefinder in body frame. Positive Y is to the right of the origin. Use the zero range datum point if supplied. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## RNGFND9_POS_Z: Z position offset + +*Note: This parameter is for advanced users* + +Z position of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## RNGFND9_ORIENT: Rangefinder orientation + +*Note: This parameter is for advanced users* + +Orientation of rangefinder + +|Value|Meaning| +|:---:|:---:| +|0|Forward| +|1|Forward-Right| +|2|Right| +|3|Back-Right| +|4|Back| +|5|Back-Left| +|6|Left| +|7|Forward-Left| +|24|Up| +|25|Down| + +## RNGFND9_WSP_MAVG: Moving Average Range + +*Note: This parameter is for advanced users* + +Sets the number of historic range results to use for calculating the current range result. When MAVG is greater than 1, the current range result will be the current measured value averaged with the N-1 previous results + +- Range: 0 255 + +## RNGFND9_WSP_MEDF: Moving Median Filter + +*Note: This parameter is for advanced users* + +Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active + +- Range: 0 255 + +## RNGFND9_WSP_FRQ: Frequency + +*Note: This parameter is for advanced users* + +Sets the repetition frequency of the ranging operation in Hertz. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers. + +- Range: 0 10000 + +## RNGFND9_WSP_AVG: Multi-pulse averages + +*Note: This parameter is for advanced users* + +Sets the number of pulses to be used in multi-pulse averaging mode. In this mode, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement + +- Range: 0 255 + +## RNGFND9_WSP_THR: Sensitivity threshold + +*Note: This parameter is for advanced users* + +Sets the system sensitivity. Larger values of THR represent higher sensitivity. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory. Set to -1 for automatic threshold adjustments + +- Range: -1 255 + +## RNGFND9_WSP_BAUD: Baud rate + +*Note: This parameter is for advanced users* + +Desired baud rate + +|Value|Meaning| +|:---:|:---:| +|0|Low Speed| +|1|High Speed| + +## RNGFND9_RECV_ID: RangeFinder CAN receive ID + +*Note: This parameter is for advanced users* + +The receive ID of the CAN frames. A value of zero means all IDs are accepted. + +- Range: 0 65535 + +## RNGFND9_SNR_MIN: RangeFinder Minimum signal strength + +*Note: This parameter is for advanced users* + +RangeFinder Minimum signal strength (SNR) to accept distance + +- Range: 0 65535 + +# RNGFNDA Parameters + +## RNGFNDA_TYPE: Rangefinder type + +Type of connected rangefinder + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Analog| +|2|MaxbotixI2C| +|3|LidarLite-I2C| +|5|PWM| +|6|BBB-PRU| +|7|LightWareI2C| +|8|LightWareSerial| +|9|Bebop| +|10|MAVLink| +|11|USD1_Serial| +|12|LeddarOne| +|13|MaxbotixSerial| +|14|TeraRangerI2C| +|15|LidarLiteV3-I2C| +|16|VL53L0X or VL53L1X| +|17|NMEA| +|18|WASP-LRF| +|19|BenewakeTF02| +|20|Benewake-Serial| +|21|LidarLightV3HP| +|22|PWM| +|23|BlueRoboticsPing| +|24|DroneCAN| +|25|BenewakeTFminiPlus-I2C| +|26|LanbaoPSK-CM8JL65-CC5| +|27|BenewakeTF03| +|28|VL53L1X-ShortRange| +|29|LeddarVu8-Serial| +|30|HC-SR04| +|31|GYUS42v2| +|32|MSP| +|33|USD1_CAN| +|34|Benewake_CAN| +|35|TeraRangerSerial| +|36|Lua_Scripting| +|37|NoopLoop_TOFSense| +|38|NoopLoop_TOFSense_CAN| +|39|NRA24_CAN| +|40|NoopLoop_TOFSenseF_I2C| +|41|JRE_Serial| +|100|SITL| + +## RNGFNDA_PIN: Rangefinder pin + +Analog or PWM input pin that rangefinder is connected to. Airspeed ports can be used for Analog input, AUXOUT can be used for PWM input. When using analog pin 103, the maximum value of the input in 3.3V. For PWM input, the pin must be configured as a digital GPIO, see the Wiki's "GPIOs" section for details. + +|Value|Meaning| +|:---:|:---:| +|-1|Not Used| +|11|Pixracer| +|13|Pixhawk ADC4| +|14|Pixhawk ADC3| +|15|Pixhawk ADC6/Pixhawk2 ADC| +|50|AUX1| +|51|AUX2| +|52|AUX3| +|53|AUX4| +|54|AUX5| +|55|AUX6| +|103|Pixhawk SBUS| + +## RNGFNDA_SCALING: Rangefinder scaling + +Scaling factor between rangefinder reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts. For Maxbotix serial sonar this is unit conversion to meters. + +- Units: m/V + +- Increment: 0.001 + +## RNGFNDA_OFFSET: rangefinder offset + +Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars + +- Units: V + +- Increment: 0.001 + +## RNGFNDA_FUNCTION: Rangefinder function + +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. + +|Value|Meaning| +|:---:|:---:| +|0|Linear| +|1|Inverted| +|2|Hyperbolic| + +## RNGFNDA_MIN_CM: Rangefinder minimum distance + +Minimum distance in centimeters that rangefinder can reliably read + +- Units: cm + +- Increment: 1 + +## RNGFNDA_MAX_CM: Rangefinder maximum distance + +Maximum distance in centimeters that rangefinder can reliably read + +- Units: cm + +- Increment: 1 + +## RNGFNDA_STOP_PIN: Rangefinder stop pin + +Digital pin that enables/disables rangefinder measurement for the pwm rangefinder. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it. This is used to enable powersaving when out of range. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot. + +|Value|Meaning| +|:---:|:---:| +|-1|Not Used| +|50|AUX1| +|51|AUX2| +|52|AUX3| +|53|AUX4| +|54|AUX5| +|55|AUX6| +|111|PX4 FMU Relay1| +|112|PX4 FMU Relay2| +|113|PX4IO Relay1| +|114|PX4IO Relay2| +|115|PX4IO ACC1| +|116|PX4IO ACC2| + +## RNGFNDA_RMETRIC: Ratiometric + +This parameter sets whether an analog rangefinder is ratiometric. Most analog rangefinders are ratiometric, meaning that their output voltage is influenced by the supply voltage. Some analog rangefinders (such as the SF/02) have their own internal voltage regulators so they are not ratiometric. + +|Value|Meaning| +|:---:|:---:| +|0|No| +|1|Yes| + +## RNGFNDA_PWRRNG: Powersave range + +This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode (if available). A value of zero means power saving is not enabled + +- Units: m + +- Range: 0 32767 + +## RNGFNDA_GNDCLEAR: Distance (in cm) from the range finder to the ground + +This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground. + +- Units: cm + +- Range: 5 127 + +- Increment: 1 + +## RNGFNDA_ADDR: Bus address of sensor + +This sets the bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses. + +- Range: 0 127 + +- Increment: 1 + +## RNGFNDA_POS_X: X position offset + +*Note: This parameter is for advanced users* + +X position of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## RNGFNDA_POS_Y: Y position offset + +*Note: This parameter is for advanced users* + +Y position of the rangefinder in body frame. Positive Y is to the right of the origin. Use the zero range datum point if supplied. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## RNGFNDA_POS_Z: Z position offset + +*Note: This parameter is for advanced users* + +Z position of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## RNGFNDA_ORIENT: Rangefinder orientation + +*Note: This parameter is for advanced users* + +Orientation of rangefinder + +|Value|Meaning| +|:---:|:---:| +|0|Forward| +|1|Forward-Right| +|2|Right| +|3|Back-Right| +|4|Back| +|5|Back-Left| +|6|Left| +|7|Forward-Left| +|24|Up| +|25|Down| + +## RNGFNDA_WSP_MAVG: Moving Average Range + +*Note: This parameter is for advanced users* + +Sets the number of historic range results to use for calculating the current range result. When MAVG is greater than 1, the current range result will be the current measured value averaged with the N-1 previous results + +- Range: 0 255 + +## RNGFNDA_WSP_MEDF: Moving Median Filter + +*Note: This parameter is for advanced users* + +Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active + +- Range: 0 255 + +## RNGFNDA_WSP_FRQ: Frequency + +*Note: This parameter is for advanced users* + +Sets the repetition frequency of the ranging operation in Hertz. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers. + +- Range: 0 10000 + +## RNGFNDA_WSP_AVG: Multi-pulse averages + +*Note: This parameter is for advanced users* + +Sets the number of pulses to be used in multi-pulse averaging mode. In this mode, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement + +- Range: 0 255 + +## RNGFNDA_WSP_THR: Sensitivity threshold + +*Note: This parameter is for advanced users* + +Sets the system sensitivity. Larger values of THR represent higher sensitivity. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory. Set to -1 for automatic threshold adjustments + +- Range: -1 255 + +## RNGFNDA_WSP_BAUD: Baud rate + +*Note: This parameter is for advanced users* + +Desired baud rate + +|Value|Meaning| +|:---:|:---:| +|0|Low Speed| +|1|High Speed| + +## RNGFNDA_RECV_ID: RangeFinder CAN receive ID + +*Note: This parameter is for advanced users* + +The receive ID of the CAN frames. A value of zero means all IDs are accepted. + +- Range: 0 65535 + +## RNGFNDA_SNR_MIN: RangeFinder Minimum signal strength + +*Note: This parameter is for advanced users* + +RangeFinder Minimum signal strength (SNR) to accept distance + +- Range: 0 65535 + +# RPM1 Parameters + +## RPM1_TYPE: RPM type + +What type of RPM sensor is connected + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Not Used| +|2|GPIO| +|3|EFI| +|4|Harmonic Notch| +|5|ESC Telemetry Motors Bitmask| +|6|Generator| + +## RPM1_SCALING: RPM scaling + +Scaling factor between sensor reading and RPM. + +- Increment: 0.001 + +## RPM1_MAX: Maximum RPM + +Maximum RPM to report. Only used on type = GPIO. + +- Increment: 1 + +## RPM1_MIN: Minimum RPM + +Minimum RPM to report. Only used on type = GPIO. + +- Increment: 1 + +## RPM1_MIN_QUAL: Minimum Quality + +*Note: This parameter is for advanced users* + +Minimum data quality to be used + +- Increment: 0.1 + +## RPM1_PIN: Input pin number + +Which digital GPIO pin to use. Only used on type = GPIO. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|50|AUX1| +|51|AUX2| +|52|AUX3| +|53|AUX4| +|54|AUX5| +|55|AUX6| + +## RPM1_ESC_MASK: Bitmask of ESC telemetry channels to average + +*Note: This parameter is for advanced users* + +Mask of channels which support ESC rpm telemetry. RPM telemetry of the selected channels will be averaged + +- Bitmask: 0:Channel1,1:Channel2,2:Channel3,3:Channel4,4:Channel5,5:Channel6,6:Channel7,7:Channel8,8:Channel9,9:Channel10,10:Channel11,11:Channel12,12:Channel13,13:Channel14,14:Channel15,15:Channel16 + +## RPM1_ESC_INDEX: ESC Telemetry Index to write RPM to + +*Note: This parameter is for advanced users* + +ESC Telemetry Index to write RPM to. Use 0 to disable. + +- Range: 0 10 + +- Increment: 1 + +# RPM2 Parameters + +## RPM2_TYPE: RPM type + +What type of RPM sensor is connected + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Not Used| +|2|GPIO| +|3|EFI| +|4|Harmonic Notch| +|5|ESC Telemetry Motors Bitmask| +|6|Generator| + +## RPM2_SCALING: RPM scaling + +Scaling factor between sensor reading and RPM. + +- Increment: 0.001 + +## RPM2_MAX: Maximum RPM + +Maximum RPM to report. Only used on type = GPIO. + +- Increment: 1 + +## RPM2_MIN: Minimum RPM + +Minimum RPM to report. Only used on type = GPIO. + +- Increment: 1 + +## RPM2_MIN_QUAL: Minimum Quality + +*Note: This parameter is for advanced users* + +Minimum data quality to be used + +- Increment: 0.1 + +## RPM2_PIN: Input pin number + +Which digital GPIO pin to use. Only used on type = GPIO. Some common values are given, but see the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|50|AUX1| +|51|AUX2| +|52|AUX3| +|53|AUX4| +|54|AUX5| +|55|AUX6| + +## RPM2_ESC_MASK: Bitmask of ESC telemetry channels to average + +*Note: This parameter is for advanced users* + +Mask of channels which support ESC rpm telemetry. RPM telemetry of the selected channels will be averaged + +- Bitmask: 0:Channel1,1:Channel2,2:Channel3,3:Channel4,4:Channel5,5:Channel6,6:Channel7,7:Channel8,8:Channel9,9:Channel10,10:Channel11,11:Channel12,12:Channel13,13:Channel14,14:Channel15,15:Channel16 + +## RPM2_ESC_INDEX: ESC Telemetry Index to write RPM to + +*Note: This parameter is for advanced users* + +ESC Telemetry Index to write RPM to. Use 0 to disable. + +- Range: 0 10 + +- Increment: 1 + +# RSSI Parameters + +## RSSI_TYPE: RSSI Type + +Radio Receiver RSSI type. If your radio receiver supports RSSI of some kind, set it here, then set its associated RSSI_XXXXX parameters, if any. + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|AnalogPin| +|2|RCChannelPwmValue| +|3|ReceiverProtocol| +|4|PWMInputPin| +|5|TelemetryRadioRSSI| + +## RSSI_ANA_PIN: Receiver RSSI sensing pin + +Pin used to read the RSSI voltage or PWM value + +|Value|Meaning| +|:---:|:---:| +|8|V5 Nano| +|11|Pixracer| +|13|Pixhawk ADC4| +|14|Pixhawk ADC3| +|15|Pixhawk ADC6/Pixhawk2 ADC| +|50|AUX1| +|51|AUX2| +|52|AUX3| +|53|AUX4| +|54|AUX5| +|55|AUX6| +|103|Pixhawk SBUS| + +## RSSI_PIN_LOW: RSSI pin's lowest voltage + +RSSI pin's voltage received on the RSSI_ANA_PIN when the signal strength is the weakest. Some radio receivers put out inverted values so this value may be higher than RSSI_PIN_HIGH. When using pin 103, the maximum value of the parameter is 3.3V. + +- Units: V + +- Increment: 0.01 + +- Range: 0 5.0 + +## RSSI_PIN_HIGH: RSSI pin's highest voltage + +RSSI pin's voltage received on the RSSI_ANA_PIN when the signal strength is the strongest. Some radio receivers put out inverted values so this value may be lower than RSSI_PIN_LOW. When using pin 103, the maximum value of the parameter is 3.3V. + +- Units: V + +- Increment: 0.01 + +- Range: 0 5.0 + +## RSSI_CHANNEL: Receiver RSSI channel number + +The channel number where RSSI will be output by the radio receiver (5 and above). + +- Range: 0 16 + +## RSSI_CHAN_LOW: RSSI PWM low value + +PWM value that the radio receiver will put on the RSSI_CHANNEL or RSSI_ANA_PIN when the signal strength is the weakest. Some radio receivers output inverted values so this value may be lower than RSSI_CHAN_HIGH + +- Units: PWM + +- Range: 0 2000 + +## RSSI_CHAN_HIGH: Receiver RSSI PWM high value + +PWM value that the radio receiver will put on the RSSI_CHANNEL or RSSI_ANA_PIN when the signal strength is the strongest. Some radio receivers output inverted values so this value may be higher than RSSI_CHAN_LOW + +- Units: PWM + +- Range: 0 2000 + +# SAIL Parameters + +## SAIL_ENABLE: Enable Sailboat + +This enables Sailboat functionality + +|Value|Meaning| +|:---:|:---:| +|0|Disable| +|1|Enable| + +- RebootRequired: True + +## SAIL_ANGLE_MIN: Sail min angle + +Mainsheet tight, angle between centerline and boom + +- Units: deg + +- Range: 0 90 + +- Increment: 1 + +## SAIL_ANGLE_MAX: Sail max angle + +Mainsheet loose, angle between centerline and boom. For direct-control rotating masts, the rotation angle at SERVOx_MAX/_MIN; for rotating masts, this value can exceed 90 degrees if the linkages can physically rotate the mast past that angle. + +- Units: deg + +- Range: 0 90 + +- Increment: 1 + +## SAIL_ANGLE_IDEAL: Sail ideal angle + +Ideal angle between sail and apparent wind + +- Units: deg + +- Range: 0 90 + +- Increment: 1 + +## SAIL_HEEL_MAX: Sailing maximum heel angle + +When in auto sail trim modes the heel will be limited to this value using PID control + +- Units: deg + +- Range: 0 90 + +- Increment: 1 + +## SAIL_NO_GO_ANGLE: Sailing no go zone angle + +The typical closest angle to the wind the vehicle will sail at. the vehicle will sail at this angle when going upwind + +- Units: deg + +- Range: 0 90 + +- Increment: 1 + +## SAIL_WNDSPD_MIN: Sailboat minimum wind speed to sail in + +Sailboat minimum wind speed to continue sail in, at lower wind speeds the sailboat will motor if one is fitted + +- Units: m/s + +- Range: 0 5 + +- Increment: 0.1 + +## SAIL_XTRACK_MAX: Sailing vehicle max cross track error + +The sail boat will tack when it reaches this cross track error, defines a corridor of 2 times this value wide, 0 disables + +- Units: m + +- Range: 5 25 + +- Increment: 1 + +## SAIL_LOIT_RADIUS: Loiter radius + +When in sailing modes the vehicle will keep moving within this loiter radius + +- Units: m + +- Range: 0 20 + +- Increment: 1 + +# SCHED Parameters + +## SCHED_DEBUG: Scheduler debug level + +*Note: This parameter is for advanced users* + +Set to non-zero to enable scheduler debug messages. When set to show "Slips" the scheduler will display a message whenever a scheduled task is delayed due to too much CPU load. When set to ShowOverruns the scheduled will display a message whenever a task takes longer than the limit promised in the task table. + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|2|ShowSlips| +|3|ShowOverruns| + +## SCHED_LOOP_RATE: Scheduling main loop rate + +*Note: This parameter is for advanced users* + +This controls the rate of the main control loop in Hz. This should only be changed by developers. This only takes effect on restart. Values over 400 are considered highly experimental. + +|Value|Meaning| +|:---:|:---:| +|50|50Hz| +|100|100Hz| +|200|200Hz| +|250|250Hz| +|300|300Hz| +|400|400Hz| + +- RebootRequired: True + +## SCHED_OPTIONS: Scheduling options + +*Note: This parameter is for advanced users* + +This controls optional aspects of the scheduler. + +- Bitmask: 0:Enable per-task perf info + +# SCR Parameters + +## SCR_ENABLE: Enable Scripting + +*Note: This parameter is for advanced users* + +Controls if scripting is enabled + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Lua Scripts| + +- RebootRequired: True + +## SCR_VM_I_COUNT: Scripting Virtual Machine Instruction Count + +*Note: This parameter is for advanced users* + +The number virtual machine instructions that can be run before considering a script to have taken an excessive amount of time + +- Range: 1000 1000000 + +- Increment: 10000 + +## SCR_HEAP_SIZE: Scripting Heap Size + +*Note: This parameter is for advanced users* + +Amount of memory available for scripting + +- Range: 1024 1048576 + +- Increment: 1024 + +- RebootRequired: True + +## SCR_DEBUG_OPTS: Scripting Debug Level + +*Note: This parameter is for advanced users* + +Debugging options + +- Bitmask: 0: No Scripts to run message if all scripts have stopped, 1: Runtime messages for memory usage and execution time, 2: Suppress logging scripts to dataflash, 3: log runtime memory usage and execution time, 4: Disable pre-arm check, 5: Save CRC of current scripts to loaded and running checksum parameters enabling pre-arm + +## SCR_USER1: Scripting User Parameter1 + +General purpose user variable input for scripts + +## SCR_USER2: Scripting User Parameter2 + +General purpose user variable input for scripts + +## SCR_USER3: Scripting User Parameter3 + +General purpose user variable input for scripts + +## SCR_USER4: Scripting User Parameter4 + +General purpose user variable input for scripts + +## SCR_USER5: Scripting User Parameter5 + +General purpose user variable input for scripts + +## SCR_USER6: Scripting User Parameter6 + +General purpose user variable input for scripts + +## SCR_DIR_DISABLE: Directory disable + +*Note: This parameter is for advanced users* + +This will stop scripts being loaded from the given locations + +- Bitmask: 0:ROMFS, 1:APM/scripts + +- RebootRequired: True + +## SCR_LD_CHECKSUM: Loaded script checksum + +*Note: This parameter is for advanced users* + +Required XOR of CRC32 checksum of loaded scripts, vehicle will not arm with incorrect scripts loaded, -1 disables + +## SCR_RUN_CHECKSUM: Running script checksum + +*Note: This parameter is for advanced users* + +Required XOR of CRC32 checksum of running scripts, vehicle will not arm with incorrect scripts running, -1 disables + +## SCR_THD_PRIORITY: Scripting thread priority + +*Note: This parameter is for advanced users* + +This sets the priority of the scripting thread. This is normally set to a low priority to prevent scripts from interfering with other parts of the system. Advanced users can change this priority if scripting needs to be prioritised for realtime applications. WARNING: changing this parameter can impact the stability of your flight controller. The scipting thread priority in this parameter is chosen based on a set of system level priorities for other subsystems. It is strongly recommended that you use the lowest priority that is sufficient for your application. Note that all scripts run at the same priority, so if you raise this priority you must carefully audit all lua scripts for behaviour that does not interfere with the operation of the system. + +|Value|Meaning| +|:---:|:---:| +|0|Normal| +|1|IO Priority| +|2|Storage Priority| +|3|UART Priority| +|4|I2C Priority| +|5|SPI Priority| +|6|Timer Priority| +|7|Main Priority| +|8|Boost Priority| + +- RebootRequired: True + +# SERIAL Parameters + +## SERIAL0_BAUD: Serial0 baud rate + +The baud rate used on the USB console. Most stm32-based boards can support rates of up to 1500. If you setup a rate you cannot support and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults. + +|Value|Meaning| +|:---:|:---:| +|1|1200| +|2|2400| +|4|4800| +|9|9600| +|19|19200| +|38|38400| +|57|57600| +|111|111100| +|115|115200| +|230|230400| +|256|256000| +|460|460800| +|500|500000| +|921|921600| +|1500|1500000| +|2000|2000000| + +## SERIAL0_PROTOCOL: Console protocol selection + +Control what protocol to use on the console. + +|Value|Meaning| +|:---:|:---:| +|1|MAVlink1| +|2|MAVLink2| + +- RebootRequired: True + +## SERIAL1_PROTOCOL: Telem1 protocol selection + +Control what protocol to use on the Telem1 port. Note that the Frsky options require external converter hardware. See the wiki for details. + +|Value|Meaning| +|:---:|:---:| +|-1|None| +|1|MAVLink1| +|2|MAVLink2| +|3|Frsky D| +|4|Frsky SPort| +|5|GPS| +|7|Alexmos Gimbal Serial| +|8|Gimbal| +|9|Rangefinder| +|10|FrSky SPort Passthrough (OpenTX)| +|11|Lidar360| +|13|Beacon| +|14|Volz servo out| +|15|SBus servo out| +|16|ESC Telemetry| +|17|Devo Telemetry| +|18|OpticalFlow| +|19|RobotisServo| +|20|NMEA Output| +|21|WindVane| +|22|SLCAN| +|23|RCIN| +|24|EFI Serial| +|25|LTM| +|26|RunCam| +|27|HottTelem| +|28|Scripting| +|29|Crossfire VTX| +|30|Generator| +|31|Winch| +|32|MSP| +|33|DJI FPV| +|34|AirSpeed| +|35|ADSB| +|36|AHRS| +|37|SmartAudio| +|38|FETtecOneWire| +|39|Torqeedo| +|40|AIS| +|41|CoDevESC| +|42|DisplayPort| +|43|MAVLink High Latency| +|44|IRC Tramp| +|45|DDS XRCE| +|46|IMUDATA| + +- RebootRequired: True + +## SERIAL1_BAUD: Telem1 Baud Rate + +The baud rate used on the Telem1 port. Most stm32-based boards can support rates of up to 1500. If you setup a rate you cannot support and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults. + +|Value|Meaning| +|:---:|:---:| +|1|1200| +|2|2400| +|4|4800| +|9|9600| +|19|19200| +|38|38400| +|57|57600| +|111|111100| +|115|115200| +|230|230400| +|256|256000| +|460|460800| +|500|500000| +|921|921600| +|1500|1500000| +|2000|2000000| + +## SERIAL2_PROTOCOL: Telemetry 2 protocol selection + +Control what protocol to use on the Telem2 port. Note that the Frsky options require external converter hardware. See the wiki for details. + +- RebootRequired: True + +|Value|Meaning| +|:---:|:---:| +|-1|None| +|1|MAVLink1| +|2|MAVLink2| +|3|Frsky D| +|4|Frsky SPort| +|5|GPS| +|7|Alexmos Gimbal Serial| +|8|Gimbal| +|9|Rangefinder| +|10|FrSky SPort Passthrough (OpenTX)| +|11|Lidar360| +|13|Beacon| +|14|Volz servo out| +|15|SBus servo out| +|16|ESC Telemetry| +|17|Devo Telemetry| +|18|OpticalFlow| +|19|RobotisServo| +|20|NMEA Output| +|21|WindVane| +|22|SLCAN| +|23|RCIN| +|24|EFI Serial| +|25|LTM| +|26|RunCam| +|27|HottTelem| +|28|Scripting| +|29|Crossfire VTX| +|30|Generator| +|31|Winch| +|32|MSP| +|33|DJI FPV| +|34|AirSpeed| +|35|ADSB| +|36|AHRS| +|37|SmartAudio| +|38|FETtecOneWire| +|39|Torqeedo| +|40|AIS| +|41|CoDevESC| +|42|DisplayPort| +|43|MAVLink High Latency| +|44|IRC Tramp| +|45|DDS XRCE| +|46|IMUDATA| + +## SERIAL2_BAUD: Telemetry 2 Baud Rate + +The baud rate of the Telem2 port. Most stm32-based boards can support rates of up to 1500. If you setup a rate you cannot support and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults. + +|Value|Meaning| +|:---:|:---:| +|1|1200| +|2|2400| +|4|4800| +|9|9600| +|19|19200| +|38|38400| +|57|57600| +|111|111100| +|115|115200| +|230|230400| +|256|256000| +|460|460800| +|500|500000| +|921|921600| +|1500|1500000| +|2000|2000000| + +## SERIAL3_PROTOCOL: Serial 3 (GPS) protocol selection + +Control what protocol Serial 3 (GPS) should be used for. Note that the Frsky options require external converter hardware. See the wiki for details. + +- RebootRequired: True + +|Value|Meaning| +|:---:|:---:| +|-1|None| +|1|MAVLink1| +|2|MAVLink2| +|3|Frsky D| +|4|Frsky SPort| +|5|GPS| +|7|Alexmos Gimbal Serial| +|8|Gimbal| +|9|Rangefinder| +|10|FrSky SPort Passthrough (OpenTX)| +|11|Lidar360| +|13|Beacon| +|14|Volz servo out| +|15|SBus servo out| +|16|ESC Telemetry| +|17|Devo Telemetry| +|18|OpticalFlow| +|19|RobotisServo| +|20|NMEA Output| +|21|WindVane| +|22|SLCAN| +|23|RCIN| +|24|EFI Serial| +|25|LTM| +|26|RunCam| +|27|HottTelem| +|28|Scripting| +|29|Crossfire VTX| +|30|Generator| +|31|Winch| +|32|MSP| +|33|DJI FPV| +|34|AirSpeed| +|35|ADSB| +|36|AHRS| +|37|SmartAudio| +|38|FETtecOneWire| +|39|Torqeedo| +|40|AIS| +|41|CoDevESC| +|42|DisplayPort| +|43|MAVLink High Latency| +|44|IRC Tramp| +|45|DDS XRCE| +|46|IMUDATA| + +## SERIAL3_BAUD: Serial 3 (GPS) Baud Rate + +The baud rate used for the Serial 3 (GPS). Most stm32-based boards can support rates of up to 1500. If you setup a rate you cannot support and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults. + +|Value|Meaning| +|:---:|:---:| +|1|1200| +|2|2400| +|4|4800| +|9|9600| +|19|19200| +|38|38400| +|57|57600| +|111|111100| +|115|115200| +|230|230400| +|256|256000| +|460|460800| +|500|500000| +|921|921600| +|1500|1500000| +|2000|2000000| + +## SERIAL4_PROTOCOL: Serial4 protocol selection + +Control what protocol Serial4 port should be used for. Note that the Frsky options require external converter hardware. See the wiki for details. + +- RebootRequired: True + +|Value|Meaning| +|:---:|:---:| +|-1|None| +|1|MAVLink1| +|2|MAVLink2| +|3|Frsky D| +|4|Frsky SPort| +|5|GPS| +|7|Alexmos Gimbal Serial| +|8|Gimbal| +|9|Rangefinder| +|10|FrSky SPort Passthrough (OpenTX)| +|11|Lidar360| +|13|Beacon| +|14|Volz servo out| +|15|SBus servo out| +|16|ESC Telemetry| +|17|Devo Telemetry| +|18|OpticalFlow| +|19|RobotisServo| +|20|NMEA Output| +|21|WindVane| +|22|SLCAN| +|23|RCIN| +|24|EFI Serial| +|25|LTM| +|26|RunCam| +|27|HottTelem| +|28|Scripting| +|29|Crossfire VTX| +|30|Generator| +|31|Winch| +|32|MSP| +|33|DJI FPV| +|34|AirSpeed| +|35|ADSB| +|36|AHRS| +|37|SmartAudio| +|38|FETtecOneWire| +|39|Torqeedo| +|40|AIS| +|41|CoDevESC| +|42|DisplayPort| +|43|MAVLink High Latency| +|44|IRC Tramp| +|45|DDS XRCE| +|46|IMUDATA| + +## SERIAL4_BAUD: Serial 4 Baud Rate + +The baud rate used for Serial4. Most stm32-based boards can support rates of up to 1500. If you setup a rate you cannot support and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults. + +|Value|Meaning| +|:---:|:---:| +|1|1200| +|2|2400| +|4|4800| +|9|9600| +|19|19200| +|38|38400| +|57|57600| +|111|111100| +|115|115200| +|230|230400| +|256|256000| +|460|460800| +|500|500000| +|921|921600| +|1500|1500000| +|2000|2000000| + +## SERIAL5_PROTOCOL: Serial5 protocol selection + +Control what protocol Serial5 port should be used for. Note that the Frsky options require external converter hardware. See the wiki for details. + +- RebootRequired: True + +|Value|Meaning| +|:---:|:---:| +|-1|None| +|1|MAVLink1| +|2|MAVLink2| +|3|Frsky D| +|4|Frsky SPort| +|5|GPS| +|7|Alexmos Gimbal Serial| +|8|Gimbal| +|9|Rangefinder| +|10|FrSky SPort Passthrough (OpenTX)| +|11|Lidar360| +|13|Beacon| +|14|Volz servo out| +|15|SBus servo out| +|16|ESC Telemetry| +|17|Devo Telemetry| +|18|OpticalFlow| +|19|RobotisServo| +|20|NMEA Output| +|21|WindVane| +|22|SLCAN| +|23|RCIN| +|24|EFI Serial| +|25|LTM| +|26|RunCam| +|27|HottTelem| +|28|Scripting| +|29|Crossfire VTX| +|30|Generator| +|31|Winch| +|32|MSP| +|33|DJI FPV| +|34|AirSpeed| +|35|ADSB| +|36|AHRS| +|37|SmartAudio| +|38|FETtecOneWire| +|39|Torqeedo| +|40|AIS| +|41|CoDevESC| +|42|DisplayPort| +|43|MAVLink High Latency| +|44|IRC Tramp| +|45|DDS XRCE| +|46|IMUDATA| + +## SERIAL5_BAUD: Serial 5 Baud Rate + +The baud rate used for Serial5. Most stm32-based boards can support rates of up to 1500. If you setup a rate you cannot support and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults. + +|Value|Meaning| +|:---:|:---:| +|1|1200| +|2|2400| +|4|4800| +|9|9600| +|19|19200| +|38|38400| +|57|57600| +|111|111100| +|115|115200| +|230|230400| +|256|256000| +|460|460800| +|500|500000| +|921|921600| +|1500|1500000| +|2000|2000000| + +## SERIAL6_PROTOCOL: Serial6 protocol selection + +Control what protocol Serial6 port should be used for. Note that the Frsky options require external converter hardware. See the wiki for details. + +- RebootRequired: True + +|Value|Meaning| +|:---:|:---:| +|-1|None| +|1|MAVLink1| +|2|MAVLink2| +|3|Frsky D| +|4|Frsky SPort| +|5|GPS| +|7|Alexmos Gimbal Serial| +|8|Gimbal| +|9|Rangefinder| +|10|FrSky SPort Passthrough (OpenTX)| +|11|Lidar360| +|13|Beacon| +|14|Volz servo out| +|15|SBus servo out| +|16|ESC Telemetry| +|17|Devo Telemetry| +|18|OpticalFlow| +|19|RobotisServo| +|20|NMEA Output| +|21|WindVane| +|22|SLCAN| +|23|RCIN| +|24|EFI Serial| +|25|LTM| +|26|RunCam| +|27|HottTelem| +|28|Scripting| +|29|Crossfire VTX| +|30|Generator| +|31|Winch| +|32|MSP| +|33|DJI FPV| +|34|AirSpeed| +|35|ADSB| +|36|AHRS| +|37|SmartAudio| +|38|FETtecOneWire| +|39|Torqeedo| +|40|AIS| +|41|CoDevESC| +|42|DisplayPort| +|43|MAVLink High Latency| +|44|IRC Tramp| +|45|DDS XRCE| +|46|IMUDATA| + +## SERIAL6_BAUD: Serial 6 Baud Rate + +The baud rate used for Serial6. Most stm32-based boards can support rates of up to 1500. If you setup a rate you cannot support and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults. + +|Value|Meaning| +|:---:|:---:| +|1|1200| +|2|2400| +|4|4800| +|9|9600| +|19|19200| +|38|38400| +|57|57600| +|111|111100| +|115|115200| +|230|230400| +|256|256000| +|460|460800| +|500|500000| +|921|921600| +|1500|1500000| +|2000|2000000| + +## SERIAL1_OPTIONS: Telem1 options + +*Note: This parameter is for advanced users* + +Control over UART options. The InvertRX option controls invert of the receive pin. The InvertTX option controls invert of the transmit pin. The HalfDuplex option controls half-duplex (onewire) mode, where both transmit and receive is done on the transmit wire. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards. + +- Bitmask: 0:InvertRX, 1:InvertTX, 2:HalfDuplex, 3:SwapTXRX, 4: RX_PullDown, 5: RX_PullUp, 6: TX_PullDown, 7: TX_PullUp, 8: RX_NoDMA, 9: TX_NoDMA, 10: Don't forward mavlink to/from, 11: DisableFIFO, 12: Ignore Streamrate + +- RebootRequired: True + +## SERIAL2_OPTIONS: Telem2 options + +*Note: This parameter is for advanced users* + +Control over UART options. The InvertRX option controls invert of the receive pin. The InvertTX option controls invert of the transmit pin. The HalfDuplex option controls half-duplex (onewire) mode, where both transmit and receive is done on the transmit wire. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards. + +- Bitmask: 0:InvertRX, 1:InvertTX, 2:HalfDuplex, 3:SwapTXRX, 4: RX_PullDown, 5: RX_PullUp, 6: TX_PullDown, 7: TX_PullUp, 8: RX_NoDMA, 9: TX_NoDMA, 10: Don't forward mavlink to/from, 11: DisableFIFO, 12: Ignore Streamrate + +- RebootRequired: True + +## SERIAL3_OPTIONS: Serial3 options + +*Note: This parameter is for advanced users* + +Control over UART options. The InvertRX option controls invert of the receive pin. The InvertTX option controls invert of the transmit pin. The HalfDuplex option controls half-duplex (onewire) mode, where both transmit and receive is done on the transmit wire. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards. + +- Bitmask: 0:InvertRX, 1:InvertTX, 2:HalfDuplex, 3:SwapTXRX, 4: RX_PullDown, 5: RX_PullUp, 6: TX_PullDown, 7: TX_PullUp, 8: RX_NoDMA, 9: TX_NoDMA, 10: Don't forward mavlink to/from, 11: DisableFIFO, 12: Ignore Streamrate + +- RebootRequired: True + +## SERIAL4_OPTIONS: Serial4 options + +*Note: This parameter is for advanced users* + +Control over UART options. The InvertRX option controls invert of the receive pin. The InvertTX option controls invert of the transmit pin. The HalfDuplex option controls half-duplex (onewire) mode, where both transmit and receive is done on the transmit wire. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards. + +- Bitmask: 0:InvertRX, 1:InvertTX, 2:HalfDuplex, 3:SwapTXRX, 4: RX_PullDown, 5: RX_PullUp, 6: TX_PullDown, 7: TX_PullUp, 8: RX_NoDMA, 9: TX_NoDMA, 10: Don't forward mavlink to/from, 11: DisableFIFO, 12: Ignore Streamrate + +- RebootRequired: True + +## SERIAL5_OPTIONS: Serial5 options + +*Note: This parameter is for advanced users* + +Control over UART options. The InvertRX option controls invert of the receive pin. The InvertTX option controls invert of the transmit pin. The HalfDuplex option controls half-duplex (onewire) mode, where both transmit and receive is done on the transmit wire. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards. + +- Bitmask: 0:InvertRX, 1:InvertTX, 2:HalfDuplex, 3:SwapTXRX, 4: RX_PullDown, 5: RX_PullUp, 6: TX_PullDown, 7: TX_PullUp, 8: RX_NoDMA, 9: TX_NoDMA, 10: Don't forward mavlink to/from, 11: DisableFIFO, 12: Ignore Streamrate + +- RebootRequired: True + +## SERIAL6_OPTIONS: Serial6 options + +*Note: This parameter is for advanced users* + +Control over UART options. The InvertRX option controls invert of the receive pin. The InvertTX option controls invert of the transmit pin. The HalfDuplex option controls half-duplex (onewire) mode, where both transmit and receive is done on the transmit wire. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards. + +- Bitmask: 0:InvertRX, 1:InvertTX, 2:HalfDuplex, 3:SwapTXRX, 4: RX_PullDown, 5: RX_PullUp, 6: TX_PullDown, 7: TX_PullUp, 8: RX_NoDMA, 9: TX_NoDMA, 10: Don't forward mavlink to/from, 11: DisableFIFO, 12: Ignore Streamrate + +- RebootRequired: True + +## SERIAL_PASS1: Serial passthru first port + +*Note: This parameter is for advanced users* + +This sets one side of pass-through between two serial ports. Once both sides are set then all data received on either port will be passed to the other port + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|0|Serial0| +|1|Serial1| +|2|Serial2| +|3|Serial3| +|4|Serial4| +|5|Serial5| +|6|Serial6| + +## SERIAL_PASS2: Serial passthru second port + +*Note: This parameter is for advanced users* + +This sets one side of pass-through between two serial ports. Once both sides are set then all data received on either port will be passed to the other port + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|0|Serial0| +|1|Serial1| +|2|Serial2| +|3|Serial3| +|4|Serial4| +|5|Serial5| +|6|Serial6| + +## SERIAL_PASSTIMO: Serial passthru timeout + +*Note: This parameter is for advanced users* + +This sets a timeout for serial pass-through in seconds. When the pass-through is enabled by setting the SERIAL_PASS1 and SERIAL_PASS2 parameters then it remains in effect until no data comes from the first port for SERIAL_PASSTIMO seconds. This allows the port to revent to its normal usage (such as MAVLink connection to a GCS) when it is no longer needed. A value of 0 means no timeout. + +- Range: 0 120 + +- Units: s + +## SERIAL7_PROTOCOL: Serial7 protocol selection + +Control what protocol Serial7 port should be used for. Note that the Frsky options require external converter hardware. See the wiki for details. + +- RebootRequired: True + +|Value|Meaning| +|:---:|:---:| +|-1|None| +|1|MAVLink1| +|2|MAVLink2| +|3|Frsky D| +|4|Frsky SPort| +|5|GPS| +|7|Alexmos Gimbal Serial| +|8|Gimbal| +|9|Rangefinder| +|10|FrSky SPort Passthrough (OpenTX)| +|11|Lidar360| +|13|Beacon| +|14|Volz servo out| +|15|SBus servo out| +|16|ESC Telemetry| +|17|Devo Telemetry| +|18|OpticalFlow| +|19|RobotisServo| +|20|NMEA Output| +|21|WindVane| +|22|SLCAN| +|23|RCIN| +|24|EFI Serial| +|25|LTM| +|26|RunCam| +|27|HottTelem| +|28|Scripting| +|29|Crossfire VTX| +|30|Generator| +|31|Winch| +|32|MSP| +|33|DJI FPV| +|34|AirSpeed| +|35|ADSB| +|36|AHRS| +|37|SmartAudio| +|38|FETtecOneWire| +|39|Torqeedo| +|40|AIS| +|41|CoDevESC| +|42|DisplayPort| +|43|MAVLink High Latency| +|44|IRC Tramp| +|45|DDS XRCE| +|46|IMUDATA| + +## SERIAL7_BAUD: Serial 7 Baud Rate + +The baud rate used for Serial7. Most stm32-based boards can support rates of up to 1500. If you setup a rate you cannot support and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults. + +|Value|Meaning| +|:---:|:---:| +|1|1200| +|2|2400| +|4|4800| +|9|9600| +|19|19200| +|38|38400| +|57|57600| +|111|111100| +|115|115200| +|230|230400| +|256|256000| +|460|460800| +|500|500000| +|921|921600| +|1500|1500000| +|2000|2000000| + +## SERIAL7_OPTIONS: Serial7 options + +*Note: This parameter is for advanced users* + +Control over UART options. The InvertRX option controls invert of the receive pin. The InvertTX option controls invert of the transmit pin. The HalfDuplex option controls half-duplex (onewire) mode, where both transmit and receive is done on the transmit wire. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards. + +- Bitmask: 0:InvertRX, 1:InvertTX, 2:HalfDuplex, 3:SwapTXRX, 4: RX_PullDown, 5: RX_PullUp, 6: TX_PullDown, 7: TX_PullUp, 8: RX_NoDMA, 9: TX_NoDMA, 10: Don't forward mavlink to/from, 11: DisableFIFO, 12: Ignore Streamrate + +- RebootRequired: True + +## SERIAL8_PROTOCOL: Serial8 protocol selection + +Control what protocol Serial8 port should be used for. Note that the Frsky options require external converter hardware. See the wiki for details. + +- RebootRequired: True + +|Value|Meaning| +|:---:|:---:| +|-1|None| +|1|MAVLink1| +|2|MAVLink2| +|3|Frsky D| +|4|Frsky SPort| +|5|GPS| +|7|Alexmos Gimbal Serial| +|8|Gimbal| +|9|Rangefinder| +|10|FrSky SPort Passthrough (OpenTX)| +|11|Lidar360| +|13|Beacon| +|14|Volz servo out| +|15|SBus servo out| +|16|ESC Telemetry| +|17|Devo Telemetry| +|18|OpticalFlow| +|19|RobotisServo| +|20|NMEA Output| +|21|WindVane| +|22|SLCAN| +|23|RCIN| +|24|EFI Serial| +|25|LTM| +|26|RunCam| +|27|HottTelem| +|28|Scripting| +|29|Crossfire VTX| +|30|Generator| +|31|Winch| +|32|MSP| +|33|DJI FPV| +|34|AirSpeed| +|35|ADSB| +|36|AHRS| +|37|SmartAudio| +|38|FETtecOneWire| +|39|Torqeedo| +|40|AIS| +|41|CoDevESC| +|42|DisplayPort| +|43|MAVLink High Latency| +|44|IRC Tramp| +|45|DDS XRCE| +|46|IMUDATA| + +## SERIAL8_BAUD: Serial 8 Baud Rate + +The baud rate used for Serial8. Most stm32-based boards can support rates of up to 1500. If you setup a rate you cannot support and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults. + +|Value|Meaning| +|:---:|:---:| +|1|1200| +|2|2400| +|4|4800| +|9|9600| +|19|19200| +|38|38400| +|57|57600| +|111|111100| +|115|115200| +|230|230400| +|256|256000| +|460|460800| +|500|500000| +|921|921600| +|1500|1500000| +|2000|2000000| + +## SERIAL8_OPTIONS: Serial8 options + +*Note: This parameter is for advanced users* + +Control over UART options. The InvertRX option controls invert of the receive pin. The InvertTX option controls invert of the transmit pin. The HalfDuplex option controls half-duplex (onewire) mode, where both transmit and receive is done on the transmit wire. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards. + +- Bitmask: 0:InvertRX, 1:InvertTX, 2:HalfDuplex, 3:SwapTXRX, 4: RX_PullDown, 5: RX_PullUp, 6: TX_PullDown, 7: TX_PullUp, 8: RX_NoDMA, 9: TX_NoDMA, 10: Don't forward mavlink to/from, 11: DisableFIFO, 12: Ignore Streamrate + +- RebootRequired: True + +## SERIAL9_PROTOCOL: Serial9 protocol selection + +Control what protocol Serial9 port should be used for. Note that the Frsky options require external converter hardware. See the wiki for details. + +- RebootRequired: True + +|Value|Meaning| +|:---:|:---:| +|-1|None| +|1|MAVLink1| +|2|MAVLink2| +|3|Frsky D| +|4|Frsky SPort| +|5|GPS| +|7|Alexmos Gimbal Serial| +|8|Gimbal| +|9|Rangefinder| +|10|FrSky SPort Passthrough (OpenTX)| +|11|Lidar360| +|13|Beacon| +|14|Volz servo out| +|15|SBus servo out| +|16|ESC Telemetry| +|17|Devo Telemetry| +|18|OpticalFlow| +|19|RobotisServo| +|20|NMEA Output| +|21|WindVane| +|22|SLCAN| +|23|RCIN| +|24|EFI Serial| +|25|LTM| +|26|RunCam| +|27|HottTelem| +|28|Scripting| +|29|Crossfire VTX| +|30|Generator| +|31|Winch| +|32|MSP| +|33|DJI FPV| +|34|AirSpeed| +|35|ADSB| +|36|AHRS| +|37|SmartAudio| +|38|FETtecOneWire| +|39|Torqeedo| +|40|AIS| +|41|CoDevESC| +|42|DisplayPort| +|43|MAVLink High Latency| +|44|IRC Tramp| +|45|DDS XRCE| +|46|IMUDATA| + +## SERIAL9_BAUD: Serial 9 Baud Rate + +The baud rate used for Serial8. Most stm32-based boards can support rates of up to 1500. If you setup a rate you cannot support and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults. + +|Value|Meaning| +|:---:|:---:| +|1|1200| +|2|2400| +|4|4800| +|9|9600| +|19|19200| +|38|38400| +|57|57600| +|111|111100| +|115|115200| +|230|230400| +|256|256000| +|460|460800| +|500|500000| +|921|921600| +|1500|1500000| +|2000|2000000| + +## SERIAL9_OPTIONS: Serial9 options + +*Note: This parameter is for advanced users* + +Control over UART options. The InvertRX option controls invert of the receive pin. The InvertTX option controls invert of the transmit pin. The HalfDuplex option controls half-duplex (onewire) mode, where both transmit and receive is done on the transmit wire. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards. + +- Bitmask: 0:InvertRX, 1:InvertTX, 2:HalfDuplex, 3:SwapTXRX, 4: RX_PullDown, 5: RX_PullUp, 6: TX_PullDown, 7: TX_PullUp, 8: RX_NoDMA, 9: TX_NoDMA, 10: Don't forward mavlink to/from, 11: DisableFIFO, 12: Ignore Streamrate + +- RebootRequired: True + +# SERVO Parameters + +## SERVO_RATE: Servo default output rate + +*Note: This parameter is for advanced users* + +Default output rate in Hz for all PWM outputs. + +- Range: 25 400 + +- Units: Hz + +## SERVO_DSHOT_RATE: Servo DShot output rate + +*Note: This parameter is for advanced users* + +DShot output rate for all outputs as a multiple of the loop rate. 0 sets the output rate to be fixed at 1Khz for low loop rates. This value should never be set below 500Hz. + +|Value|Meaning| +|:---:|:---:| +|0|1Khz| +|1|loop-rate| +|2|double loop-rate| +|3|triple loop-rate| +|4|quadruple loop rate| + +## SERVO_DSHOT_ESC: Servo DShot ESC type + +*Note: This parameter is for advanced users* + +DShot ESC type for all outputs. The ESC type affects the range of DShot commands available and the bit widths used. None means that no dshot commands will be executed. Some ESC types support Extended DShot Telemetry (EDT) which allows telemetry other than RPM data to be returned when using bi-directional dshot. If you enable EDT you must install EDT capable firmware for correct operation. + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|BLHeli32/Kiss| +|2|BLHeli_S| +|3|BLHeli32/Kiss+EDT| +|4|BLHeli_S+EDT| + +## SERVO_GPIO_MASK: Servo GPIO mask + +*Note: This parameter is for advanced users* + +Bitmask of outputs which will be available as GPIOs. Any output with either the function set to -1 or with the corresponding bit set in this mask will be available for use as a GPIO pin + +- Bitmask: 0:Servo 1, 1:Servo 2, 2:Servo 3, 3:Servo 4, 4:Servo 5, 5:Servo 6, 6:Servo 7, 7:Servo 8, 8:Servo 9, 9:Servo 10, 10:Servo 11, 11:Servo 12, 12:Servo 13, 13:Servo 14, 14:Servo 15, 15:Servo 16, 16:Servo 17, 17:Servo 18, 18:Servo 19, 19:Servo 20, 20:Servo 21, 21:Servo 22, 22:Servo 23, 23:Servo 24, 24:Servo 25, 25:Servo 26, 26:Servo 27, 27:Servo 28, 28:Servo 29, 29:Servo 30, 30:Servo 31, 31:Servo 32 + +- RebootRequired: True + +## SERVO_RC_FS_MSK: Servo RC Failsafe Mask + +*Note: This parameter is for advanced users* + +Bitmask of scaled passthru output channels which will be set to their trim value during rc failsafe instead of holding their last position before failsafe. + +- Bitmask: 0:RCIN1Scaled, 1:RCIN2Scaled, 2:RCIN3Scaled, 3:RCIN4Scaled, 4:RCIN5Scaled, 5:RCIN6Scaled, 6:RCIN7Scaled, 7:RCIN8Scaled, 8:RCIN9Scaled, 9:RCIN10Scaled, 10:RCIN11Scaled, 11:SRCIN12Scaled, 12:RCIN13Scaled, 13:RCIN14Scaled, 14:RCIN15Scaled, 15:RCIN16Scaled + +## SERVO_32_ENABLE: Enable outputs 17 to 31 + +*Note: This parameter is for advanced users* + +This allows for up to 32 outputs, enabling parameters for outputs above 16 + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +# SERVOn Parameters + +## SERVOn_MIN: Minimum PWM + +minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit. + +- Units: PWM + +- Range: 800 2200 + +- Increment: 1 + +## SERVOn_MAX: Maximum PWM + +maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit. + +- Units: PWM + +- Range: 800 2200 + +- Increment: 1 + +## SERVOn_TRIM: Trim PWM + +Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit. + +- Units: PWM + +- Range: 800 2200 + +- Increment: 1 + +## SERVOn_REVERSED: Servo reverse + +Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel. + +|Value|Meaning| +|:---:|:---:| +|0|Normal| +|1|Reversed| + +## SERVOn_FUNCTION: Servo output function + +Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function + +|Value|Meaning| +|:---:|:---:| +|-1|GPIO| +|0|Disabled| +|1|RCPassThru| +|6|Mount1Yaw| +|7|Mount1Pitch| +|8|Mount1Roll| +|9|Mount1Retract| +|10|CameraTrigger| +|12|Mount2Yaw| +|13|Mount2Pitch| +|14|Mount2Roll| +|15|Mount2Retract| +|22|SprayerPump| +|23|SprayerSpinner| +|26|GroundSteering| +|28|Gripper| +|33|Motor1| +|34|Motor2| +|35|Motor3| +|36|Motor4| +|51|RCIN1| +|52|RCIN2| +|53|RCIN3| +|54|RCIN4| +|55|RCIN5| +|56|RCIN6| +|57|RCIN7| +|58|RCIN8| +|59|RCIN9| +|60|RCIN10| +|61|RCIN11| +|62|RCIN12| +|63|RCIN13| +|64|RCIN14| +|65|RCIN15| +|66|RCIN16| +|70|Throttle| +|73|ThrottleLeft| +|74|ThrottleRight| +|88|Winch| +|89|Main Sail| +|90|CameraISO| +|91|CameraAperture| +|92|CameraFocus| +|93|CameraShutterSpeed| +|94|Script1| +|95|Script2| +|96|Script3| +|97|Script4| +|98|Script5| +|99|Script6| +|100|Script7| +|101|Script8| +|102|Script9| +|103|Script10| +|104|Script11| +|105|Script12| +|106|Script13| +|107|Script14| +|108|Script15| +|109|Script16| +|120|NeoPixel1| +|121|NeoPixel2| +|122|NeoPixel3| +|123|NeoPixel4| +|128|WingSailElevator| +|129|ProfiLED1| +|130|ProfiLED2| +|131|ProfiLED3| +|132|ProfiLEDClock| +|133|Winch Clutch| +|134|SERVOn_MIN| +|135|SERVOn_TRIM| +|136|SERVOn_MAX| +|137|SailMastRotation| +|138|Alarm| +|139|Alarm Inverted| +|140|RCIN1Scaled| +|141|RCIN2Scaled| +|142|RCIN3Scaled| +|143|RCIN4Scaled| +|144|RCIN5Scaled| +|145|RCIN6Scaled| +|146|RCIN7Scaled| +|147|RCIN8Scaled| +|148|RCIN9Scaled| +|149|RCIN10Scaled| +|150|RCIN11Scaled| +|151|RCIN12Scaled| +|152|RCIN13Scaled| +|153|RCIN14Scaled| +|154|RCIN15Scaled| +|155|RCIN16Scaled| + +- RebootRequired: True + +# SERVOBLH Parameters + +## SERVO_BLH_MASK: BLHeli Channel Bitmask + +*Note: This parameter is for advanced users* + +Enable of BLHeli pass-thru servo protocol support to specific channels. This mask is in addition to motors enabled using SERVO_BLH_AUTO (if any) + +- Bitmask: 0:Channel1,1:Channel2,2:Channel3,3:Channel4,4:Channel5,5:Channel6,6:Channel7,7:Channel8,8:Channel9,9:Channel10,10:Channel11,11:Channel12,12:Channel13,13:Channel14,14:Channel15,15:Channel16, 16:Channel 17, 17: Channel 18, 18: Channel 19, 19: Channel 20, 20: Channel 21, 21: Channel 22, 22: Channel 23, 23: Channel 24, 24: Channel 25, 25: Channel 26, 26: Channel 27, 27: Channel 28, 28: Channel 29, 29: Channel 30, 30: Channel 31, 31: Channel 32 + +- RebootRequired: True + +## SERVO_BLH_AUTO: BLHeli pass-thru auto-enable for multicopter motors + +If set to 1 this auto-enables BLHeli pass-thru support for all multicopter motors + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +- RebootRequired: True + +## SERVO_BLH_TEST: BLHeli internal interface test + +*Note: This parameter is for advanced users* + +Setting SERVO_BLH_TEST to a motor number enables an internal test of the BLHeli ESC protocol to the corresponding ESC. The debug output is displayed on the USB console. + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|TestMotor1| +|2|TestMotor2| +|3|TestMotor3| +|4|TestMotor4| +|5|TestMotor5| +|6|TestMotor6| +|7|TestMotor7| +|8|TestMotor8| + +## SERVO_BLH_TMOUT: BLHeli protocol timeout + +This sets the inactivity timeout for the BLHeli protocol in seconds. If no packets are received in this time normal MAVLink operations are resumed. A value of 0 means no timeout + +- Units: s + +- Range: 0 300 + +## SERVO_BLH_TRATE: BLHeli telemetry rate + +This sets the rate in Hz for requesting telemetry from ESCs. It is the rate per ESC. Setting to zero disables telemetry requests + +- Units: Hz + +- Range: 0 500 + +## SERVO_BLH_DEBUG: BLHeli debug level + +When set to 1 this enabled verbose debugging output over MAVLink when the blheli protocol is active. This can be used to diagnose failures. + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## SERVO_BLH_OTYPE: BLHeli output type override + +*Note: This parameter is for advanced users* + +When set to a non-zero value this overrides the output type for the output channels given by SERVO_BLH_MASK. This can be used to enable DShot on outputs that are not part of the multicopter motors group. + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|OneShot| +|2|OneShot125| +|3|Brushed| +|4|DShot150| +|5|DShot300| +|6|DShot600| +|7|DShot1200| + +- RebootRequired: True + +## SERVO_BLH_PORT: Control port + +*Note: This parameter is for advanced users* + +This sets the mavlink channel to use for blheli pass-thru. The channel number is determined by the number of serial ports configured to use mavlink. So 0 is always the console, 1 is the next serial port using mavlink, 2 the next after that and so on. + +|Value|Meaning| +|:---:|:---:| +|0|Console| +|1|Mavlink Serial Channel1| +|2|Mavlink Serial Channel2| +|3|Mavlink Serial Channel3| +|4|Mavlink Serial Channel4| +|5|Mavlink Serial Channel5| + +## SERVO_BLH_POLES: BLHeli Motor Poles + +*Note: This parameter is for advanced users* + +This allows calculation of true RPM from ESC's eRPM. The default is 14. + +- Range: 1 127 + +- RebootRequired: True + +## SERVO_BLH_3DMASK: BLHeli bitmask of 3D channels + +*Note: This parameter is for advanced users* + +Mask of channels which are dynamically reversible. This is used to configure ESCs in '3D' mode, allowing for the motor to spin in either direction + +- Bitmask: 0:Channel1,1:Channel2,2:Channel3,3:Channel4,4:Channel5,5:Channel6,6:Channel7,7:Channel8,8:Channel9,9:Channel10,10:Channel11,11:Channel12,12:Channel13,13:Channel14,14:Channel15,15:Channel16, 16:Channel 17, 17: Channel 18, 18: Channel 19, 19: Channel 20, 20: Channel 21, 21: Channel 22, 22: Channel 23, 23: Channel 24, 24: Channel 25, 25: Channel 26, 26: Channel 27, 27: Channel 28, 28: Channel 29, 29: Channel 30, 30: Channel 31, 31: Channel 32 + +- RebootRequired: True + +## SERVO_BLH_BDMASK: BLHeli bitmask of bi-directional dshot channels + +*Note: This parameter is for advanced users* + +Mask of channels which support bi-directional dshot. This is used for ESCs which have firmware that supports bi-directional dshot allowing fast rpm telemetry values to be returned for the harmonic notch. + +- Bitmask: 0:Channel1,1:Channel2,2:Channel3,3:Channel4,4:Channel5,5:Channel6,6:Channel7,7:Channel8,8:Channel9,9:Channel10,10:Channel11,11:Channel12,12:Channel13,13:Channel14,14:Channel15,15:Channel16, 16:Channel 17, 17: Channel 18, 18: Channel 19, 19: Channel 20, 20: Channel 21, 21: Channel 22, 22: Channel 23, 23: Channel 24, 24: Channel 25, 25: Channel 26, 26: Channel 27, 27: Channel 28, 28: Channel 29, 29: Channel 30, 30: Channel 31, 31: Channel 32 + +- RebootRequired: True + +## SERVO_BLH_RVMASK: BLHeli bitmask of reversed channels + +*Note: This parameter is for advanced users* + +Mask of channels which are reversed. This is used to configure ESCs in reversed mode + +- Bitmask: 0:Channel1,1:Channel2,2:Channel3,3:Channel4,4:Channel5,5:Channel6,6:Channel7,7:Channel8,8:Channel9,9:Channel10,10:Channel11,11:Channel12,12:Channel13,13:Channel14,14:Channel15,15:Channel16, 16:Channel 17, 17: Channel 18, 18: Channel 19, 19: Channel 20, 20: Channel 21, 21: Channel 22, 22: Channel 23, 23: Channel 24, 24: Channel 25, 25: Channel 26, 26: Channel 27, 27: Channel 28, 28: Channel 29, 29: Channel 30, 30: Channel 31, 31: Channel 32 + +- RebootRequired: True + +# SERVOFTW Parameters + +## SERVO_FTW_MASK: Servo channel output bitmask + +Servo channel mask specifying FETtec ESC output. + +- Bitmask: 0:SERVO1,1:SERVO2,2:SERVO3,3:SERVO4,4:SERVO5,5:SERVO6,6:SERVO7,7:SERVO8,8:SERVO9,9:SERVO10,10:SERVO11,11:SERVO12 + +- RebootRequired: True + +## SERVO_FTW_RVMASK: Servo channel reverse rotation bitmask + +Servo channel mask to reverse rotation of FETtec ESC outputs. + +- Bitmask: 0:SERVO1,1:SERVO2,2:SERVO3,3:SERVO4,4:SERVO5,5:SERVO6,6:SERVO7,7:SERVO8,8:SERVO9,9:SERVO10,10:SERVO11,11:SERVO12 + +## SERVO_FTW_POLES: Nr. electrical poles + +Number of motor electrical poles + +- Range: 2 50 + +# SERVOROB Parameters + +## SERVO_ROB_POSMIN: Robotis servo position min + +Position minimum at servo min value. This should be within the position control range of the servos, normally 0 to 4095 + +- Range: 0 4095 + +## SERVO_ROB_POSMAX: Robotis servo position max + +Position maximum at servo max value. This should be within the position control range of the servos, normally 0 to 4095 + +- Range: 0 4095 + +# SERVOSBUS Parameters + +## SERVO_SBUS_RATE: SBUS default output rate + +*Note: This parameter is for advanced users* + +This sets the SBUS output frame rate in Hz. + +- Range: 25 250 + +- Units: Hz + +# SERVOVOLZ Parameters + +## SERVO_VOLZ_MASK: Channel Bitmask + +Enable of volz servo protocol to specific channels + +- Bitmask: 0:Channel1,1:Channel2,2:Channel3,3:Channel4,4:Channel5,5:Channel6,6:Channel7,7:Channel8,8:Channel9,9:Channel10,10:Channel11,11:Channel12,12:Channel13,13:Channel14,14:Channel15,15:Channel16,16:Channel17,17:Channel18,18:Channel19,19:Channel20,20:Channel21,21:Channel22,22:Channel23,23:Channel24,24:Channel25,25:Channel26,26:Channel27,28:Channel29,29:Channel30,30:Channel31,31:Channel32 + +# SIM Parameters + +## SIM_WIND_SPD: Simulated Wind speed + +*Note: This parameter is for advanced users* + +Allows you to emulate wind in sim + +- Units: m/s + +## SIM_WIND_DIR: Simulated Wind direction + +*Note: This parameter is for advanced users* + +Allows you to set wind direction (true deg) in sim + +- Units: deg + +## SIM_WIND_TURB: Simulated Wind variation + +*Note: This parameter is for advanced users* + +Allows you to emulate random wind variations in sim + +- Units: m/s + +## SIM_BATT_VOLTAGE: Simulated battery voltage + +*Note: This parameter is for advanced users* + +Simulated battery (constant) voltage + +- Units: V + +## SIM_RC_FAIL: Simulated RC signal failure + +*Note: This parameter is for advanced users* + +Allows you to emulate rc failures in sim + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|No RC pusles| +|2|All Channels neutral except Throttle is 950us| + +## SIM_FLOAT_EXCEPT: Generate floating point exceptions + +*Note: This parameter is for advanced users* + +If set, if a numerical error occurs SITL will die with a floating point exception. + +## SIM_CAN_SRV_MSK: Mask of CAN servos/ESCs + +*Note: This parameter is for advanced users* + +The set of actuators controlled externally by CAN SITL AP_Periph + +- Bitmask: 0: Servo 1, 1: Servo 2, 2: Servo 3, 3: Servo 4, 4: Servo 5, 5: Servo 6, 6: Servo 7, 7: Servo 8, 8: Servo 9, 9: Servo 10, 10: Servo 11, 11: Servo 12, 12: Servo 13, 13: Servo 14, 14: Servo 15, 15: Servo 16, 16: Servo 17, 17: Servo 18, 18: Servo 19, 19: Servo 20, 20: Servo 21, 21: Servo 22, 22: Servo 23, 23: Servo 24, 24: Servo 25, 25: Servo 26, 26: Servo 27, 27: Servo 28, 28: Servo 29, 29: Servo 30, 30: Servo 31, 31: Servo 32 + +## SIM_CAN_TYPE1: transport type for first CAN interface + +*Note: This parameter is for advanced users* + +transport type for first CAN interface + +|Value|Meaning| +|:---:|:---:| +|0|MulticastUDP| +|1|SocketCAN| + +## SIM_CAN_TYPE2: transport type for second CAN interface + +*Note: This parameter is for advanced users* + +transport type for second CAN interface + +|Value|Meaning| +|:---:|:---:| +|0|MulticastUDP| +|1|SocketCAN| + +## SIM_FLOW_ENABLE: Opflow Enable + +Enable simulated Optical Flow sensor + +|Value|Meaning| +|:---:|:---:| +|0|Disable| +|1|Enabled| + +## SIM_FLOW_RATE: Opflow Rate + +Opflow Data Rate + +- Units: Hz + +## SIM_FLOW_DELAY: Opflow Delay + +Opflow data delay + +- Units: ms + +## SIM_SPEEDUP: Sim Speedup + +Runs the simulation at multiples of normal speed. Do not use if realtime physics, like RealFlight, is being used + +- Range: 1 10 + +## SIM_IMU_POS_X: IMU Offsets + +XYZ position of the IMU accelerometer relative to the body frame origin (X-axis) + +- Units: m + +## SIM_IMU_POS_Y: IMU Offsets + +XYZ position of the IMU accelerometer relative to the body frame origin (Y-axis) + +- Units: m + +## SIM_IMU_POS_Z: IMU Offsets + +XYZ position of the IMU accelerometer relative to the body frame origin (Z-axis) + +- Units: m + +## SIM_FLOW_POS_X: Opflow Pos + +XYZ position of the optical flow sensor focal point relative to the body frame origin (X-axis) + +- Units: m + +## SIM_FLOW_POS_Y: Opflow Pos + +XYZ position of the optical flow sensor focal point relative to the body frame origin (Y-axis) + +- Units: m + +## SIM_FLOW_POS_Z: Opflow Pos + +XYZ position of the optical flow sensor focal point relative to the body frame origin (Z-axis) + +- Units: m + +## SIM_WIND_T_: Wind Profile Type + +Selects how wind varies from surface to WIND_T_ALT + +|Value|Meaning| +|:---:|:---:| +|0|square law| +|1|none| +|2|linear-see WIND_T_COEF| + +## SIM_WIND_T_ALT: Full Wind Altitude + +*Note: This parameter is for advanced users* + +Altitude at which wind reaches full strength, decaying from full strength as altitude lowers to ground level + +- Units: m + +## SIM_WIND_T_COEF: Linear Wind Curve Coeff + +*Note: This parameter is for advanced users* + +For linear wind profile,wind is reduced by (Altitude-WIND_T_ALT) x this value + +## SIM_WOW_PIN: Weight on Wheels Pin + +*Note: This parameter is for advanced users* + +SITL set this simulated pin to true if vehicle is on ground + +## SIM_FLOW_RND: Opflow noise + +Optical Flow sensor measurement noise in rad/sec + +## SIM_OPOS_LAT: Original Position (Latitude) + +*Note: This parameter is for advanced users* + +Specifies vehicle's startup latitude + +## SIM_OPOS_LNG: Original Position (Longitude) + +*Note: This parameter is for advanced users* + +Specifies vehicle's startup longitude + +## SIM_OPOS_ALT: Original Position (Altitude) + +*Note: This parameter is for advanced users* + +Specifies vehicle's startup altitude (AMSL) + +## SIM_OPOS_HDG: Original Position (Heading) + +*Note: This parameter is for advanced users* + +Specifies vehicle's startup heading (0-360) + +## SIM_IMU_COUNT: IMU count + +Number of simulated IMUs to create + +## SIM_BARO_RND: Baro Noise + +*Note: This parameter is for advanced users* + +Amount of (evenly-distributed) noise injected into the 1st baro + +- Units: m + +## SIM_BARO_GLITCH: Baro Glitch + +*Note: This parameter is for advanced users* + +Glitch for 1st baro + +- Units: m + +## SIM_BAR2_RND: Baro2 Noise + +*Note: This parameter is for advanced users* + +Amount of (evenly-distributed) noise injected into the 2nd baro + +- Units: m + +## SIM_BAR2_GLITCH: Baro2 Glitch + +*Note: This parameter is for advanced users* + +Glitch for 2nd baro + +- Units: m + +## SIM_BAR3_RND: Baro3 Noise + +*Note: This parameter is for advanced users* + +Amount of (evenly-distributed) noise injected into the 3rd baro + +- Units: m + +## SIM_BAR3_GLITCH: Baro3 Glitch + +*Note: This parameter is for advanced users* + +Glitch for 2nd baro + +- Units: m + +## SIM_ESC_TELEM: Simulated ESC Telemetry + +*Note: This parameter is for advanced users* + +enable perfect simulated ESC telemetry + +## SIM_UART_LOSS: UART byte loss percentage + +*Note: This parameter is for advanced users* + +Sets percentage of outgoing byte loss on UARTs + +- Units: % + +## SIM_ADSB_TYPES: Simulated ADSB Type mask + +*Note: This parameter is for advanced users* + +specifies which simulated ADSB types are active + +- Bitmask: 0:MAVLink,3:SageTechMXS + +## SIM_GPS_DISABLE: GPS 1 disable + +*Note: This parameter is for advanced users* + +Disables GPS 1 + +|Value|Meaning| +|:---:|:---:| +|0|Enable| +|1|GPS Disabled| + +## SIM_GPS_LAG_MS: GPS 1 Lag + +*Note: This parameter is for advanced users* + +GPS 1 lag + +- Units: ms + +## SIM_GPS_TYPE: GPS 1 type + +*Note: This parameter is for advanced users* + +Sets the type of simulation used for GPS 1 + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|UBlox| +|5|NMEA| +|6|SBP| +|7|File| +|8|Nova| +|9|SBP| +|10|Trimble| +|19|MSP| + +## SIM_GPS_BYTELOSS: GPS Byteloss + +*Note: This parameter is for advanced users* + +Percent of bytes lost from GPS 1 + +- Units: % + +## SIM_GPS_NUMSATS: GPS 1 Num Satellites + +Number of satellites GPS 1 has in view + +## SIM_GPS_GLITCH_X: GPS 1 Glitch + +*Note: This parameter is for advanced users* + +Glitch offsets of simulated GPS 1 sensor (X-axis) + +## SIM_GPS_GLITCH_Y: GPS 1 Glitch + +*Note: This parameter is for advanced users* + +Glitch offsets of simulated GPS 1 sensor (Y-axis) + +## SIM_GPS_GLITCH_Z: GPS 1 Glitch + +*Note: This parameter is for advanced users* + +Glitch offsets of simulated GPS 1 sensor (Z-axis) + +## SIM_GPS_HZ: GPS 1 Hz + +GPS 1 Update rate + +- Units: Hz + +## SIM_GPS_DRIFTALT: GPS 1 Altitude Drift + +*Note: This parameter is for advanced users* + +GPS 1 altitude drift error + +- Units: m + +## SIM_GPS_POS_X: GPS 1 Position + +GPS 1 antenna phase center position relative to the body frame origin (X-axis) + +- Units: m + +## SIM_GPS_POS_Y: GPS 1 Position + +GPS 1 antenna phase center position relative to the body frame origin (Y-axis) + +- Units: m + +## SIM_GPS_POS_Z: GPS 1 Position + +GPS 1 antenna phase center position relative to the body frame origin (Z-axis) + +- Units: m + +## SIM_GPS_NOISE: GPS 1 Noise + +*Note: This parameter is for advanced users* + +Amplitude of the GPS1 altitude error + +- Units: m + +## SIM_GPS_LOCKTIME: GPS 1 Lock Time + +*Note: This parameter is for advanced users* + +Delay in seconds before GPS1 acquires lock + +- Units: s + +## SIM_GPS_ALT_OFS: GPS 1 Altitude Offset + +GPS 1 Altitude Error + +- Units: m + +## SIM_GPS_HDG: GPS 1 Heading + +*Note: This parameter is for advanced users* + +Enable GPS1 output of NMEA heading HDT sentence or UBLOX_RELPOSNED + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## SIM_GPS_ACC: GPS 1 Accuracy + +*Note: This parameter is for advanced users* + +GPS 1 Accuracy + +## SIM_GPS_VERR_X: GPS 1 Velocity Error + +*Note: This parameter is for advanced users* + +GPS 1 Velocity Error Offsets in NED (X-axis) + +## SIM_GPS_VERR_Y: GPS 1 Velocity Error + +*Note: This parameter is for advanced users* + +GPS 1 Velocity Error Offsets in NED (Y-axis) + +## SIM_GPS_VERR_Z: GPS 1 Velocity Error + +*Note: This parameter is for advanced users* + +GPS 1 Velocity Error Offsets in NED (Z-axis) + +## SIM_GPS_JAM: GPS jamming enable + +*Note: This parameter is for advanced users* + +Enable simulated GPS jamming + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## SIM_GPS2_DISABLE: GPS 2 disable + +*Note: This parameter is for advanced users* + +Disables GPS 2 + +|Value|Meaning| +|:---:|:---:| +|0|Enable| +|1|GPS Disabled| + +## SIM_GPS2_LAG_MS: GPS 2 Lag + +*Note: This parameter is for advanced users* + +GPS 2 lag in ms + +- Units: ms + +## SIM_GPS2_TYPE: GPS 2 type + +*Note: This parameter is for advanced users* + +Sets the type of simulation used for GPS 2 + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|UBlox| +|5|NMEA| +|6|SBP| +|7|File| +|8|Nova| +|9|SBP| +|10|Trimble| +|19|MSP| + +## SIM_GPS2_BYTELOS: GPS 2 Byteloss + +*Note: This parameter is for advanced users* + +Percent of bytes lost from GPS 2 + +- Units: % + +## SIM_GPS2_NUMSATS: GPS 2 Num Satellites + +Number of satellites GPS 2 has in view + +## SIM_GPS2_GLTCH_X: GPS 2 Glitch + +*Note: This parameter is for advanced users* + +Glitch offsets of simulated GPS 2 sensor (X-axis) + +## SIM_GPS2_GLTCH_Y: GPS 2 Glitch + +*Note: This parameter is for advanced users* + +Glitch offsets of simulated GPS 2 sensor (Y-axis) + +## SIM_GPS2_GLTCH_Z: GPS 2 Glitch + +*Note: This parameter is for advanced users* + +Glitch offsets of simulated GPS 2 sensor (Z-axis) + +## SIM_GPS2_HZ: GPS 2 Hz + +GPS 2 Update rate + +- Units: Hz + +## SIM_GPS2_DRFTALT: GPS 2 Altitude Drift + +*Note: This parameter is for advanced users* + +GPS 2 altitude drift error + +- Units: m + +## SIM_GPS2_POS_X: GPS 2 Position + +GPS 2 antenna phase center position relative to the body frame origin (X-axis) + +- Units: m + +## SIM_GPS2_POS_Y: GPS 2 Position + +GPS 2 antenna phase center position relative to the body frame origin (Y-axis) + +- Units: m + +## SIM_GPS2_POS_Z: GPS 2 Position + +GPS 2 antenna phase center position relative to the body frame origin (Z-axis) + +- Units: m + +## SIM_GPS2_NOISE: GPS 2 Noise + +*Note: This parameter is for advanced users* + +Amplitude of the GPS2 altitude error + +- Units: m + +## SIM_GPS2_LCKTIME: GPS 2 Lock Time + +*Note: This parameter is for advanced users* + +Delay in seconds before GPS2 acquires lock + +- Units: s + +## SIM_GPS2_ALT_OFS: GPS 2 Altitude Offset + +GPS 2 Altitude Error + +- Units: m + +## SIM_GPS2_HDG: GPS 2 Heading + +*Note: This parameter is for advanced users* + +Enable GPS2 output of NMEA heading HDT sentence or UBLOX_RELPOSNED + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## SIM_GPS2_ACC: GPS 2 Accuracy + +*Note: This parameter is for advanced users* + +GPS 2 Accuracy + +## SIM_GPS2_VERR_X: GPS 2 Velocity Error + +*Note: This parameter is for advanced users* + +GPS 2 Velocity Error Offsets in NED (X-axis) + +## SIM_GPS2_VERR_Y: GPS 2 Velocity Error + +*Note: This parameter is for advanced users* + +GPS 2 Velocity Error Offsets in NED (Y-axis) + +## SIM_GPS2_VERR_Z: GPS 2 Velocity Error + +*Note: This parameter is for advanced users* + +GPS 2 Velocity Error Offsets in NED (Z-axis) + +## SIM_INIT_LAT_OFS: Initial Latitude Offset + +GPS initial lat offset from origin + +## SIM_INIT_LON_OFS: Initial Longitude Offset + +GPS initial lon offset from origin + +## SIM_INIT_ALT_OFS: Initial Altitude Offset + +GPS initial alt offset from origin + +## SIM_GPS_LOG_NUM: GPS Log Number + +Log number for GPS:update_file() + +## SIM_GPS2_JAM: GPS jamming enable + +*Note: This parameter is for advanced users* + +Enable simulated GPS jamming + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## SIM_MAG1_DEVID: MAG1 Device ID + +*Note: This parameter is for advanced users* + +Device ID of simulated compass 1 + +## SIM_MAG1_FAIL: MAG1 Failure + +*Note: This parameter is for advanced users* + +Simulated failure of MAG1 + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|MAG1 Failure| + +## SIM_MAG2_FAIL: MAG2 Failure + +*Note: This parameter is for advanced users* + +Simulated failure of MAG2 + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|MAG2 Failure| + +## SIM_MAG3_FAIL: MAG3 Failure + +*Note: This parameter is for advanced users* + +Simulated failure of MAG3 + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|MAG3 Failure| + +## SIM_MAG_SAVE_IDS: Save MAG devids on startup + +*Note: This parameter is for advanced users* + +This forces saving of compass devids on startup so that simulated compasses start as calibrated + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## SIM_ACC1_BIAS_X: Accel 1 bias + +*Note: This parameter is for advanced users* + +bias of simulated accelerometer sensor (X-axis) + +## SIM_ACC1_BIAS_Y: Accel 1 bias + +*Note: This parameter is for advanced users* + +bias of simulated accelerometer sensor (Y-axis) + +## SIM_ACC1_BIAS_Z: Accel 1 bias + +*Note: This parameter is for advanced users* + +bias of simulated accelerometer sensor (Z-axis) + +## SIM_ACC2_BIAS_X: Accel 2 bias + +*Note: This parameter is for advanced users* + +bias of simulated accelerometer sensor (X-axis) + +## SIM_ACC2_BIAS_Y: Accel 2 bias + +*Note: This parameter is for advanced users* + +bias of simulated accelerometer sensor (Y-axis) + +## SIM_ACC2_BIAS_Z: Accel 2 bias + +*Note: This parameter is for advanced users* + +bias of simulated accelerometer sensor (Z-axis) + +## SIM_ACC3_BIAS_X: Accel 3 bias + +*Note: This parameter is for advanced users* + +bias of simulated accelerometer sensor (X-axis) + +## SIM_ACC3_BIAS_Y: Accel 3 bias + +*Note: This parameter is for advanced users* + +bias of simulated accelerometer sensor (Y-axis) + +## SIM_ACC3_BIAS_Z: Accel 3 bias + +*Note: This parameter is for advanced users* + +bias of simulated accelerometer sensor (Z-axis) + +## SIM_GYR1_SCALE_X: Gyro 1 scaling factor + +*Note: This parameter is for advanced users* + +scaling factors applied to simulated gyroscope (X-axis) + +## SIM_GYR1_SCALE_Y: Gyro 1 scaling factor + +*Note: This parameter is for advanced users* + +scaling factors applied to simulated gyroscope (Y-axis) + +## SIM_GYR1_SCALE_Z: Gyro 1 scaling factor + +*Note: This parameter is for advanced users* + +scaling factors applied to simulated gyroscope (Z-axis) + +## SIM_GYR2_SCALE_X: Gyro 2 scaling factor + +*Note: This parameter is for advanced users* + +scaling factors applied to simulated gyroscope (X-axis) + +## SIM_GYR2_SCALE_Y: Gyro 2 scaling factor + +*Note: This parameter is for advanced users* + +scaling factors applied to simulated gyroscope (Y-axis) + +## SIM_GYR2_SCALE_Z: Gyro 2 scaling factor + +*Note: This parameter is for advanced users* + +scaling factors applied to simulated gyroscope (Z-axis) + +## SIM_GYR3_SCALE_X: Gyro 3 scaling factor + +*Note: This parameter is for advanced users* + +scaling factors applied to simulated gyroscope (X-axis) + +## SIM_GYR3_SCALE_Y: Gyro 3 scaling factor + +*Note: This parameter is for advanced users* + +scaling factors applied to simulated gyroscope (Y-axis) + +## SIM_GYR3_SCALE_Z: Gyro 3 scaling factor + +*Note: This parameter is for advanced users* + +scaling factors applied to simulated gyroscope (Z-axis) + +## SIM_ACCEL1_FAIL: ACCEL1 Failure + +*Note: This parameter is for advanced users* + +Simulated failure of ACCEL1 + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|ACCEL1 Failure| + +## SIM_ACCEL2_FAIL: ACCEL2 Failure + +*Note: This parameter is for advanced users* + +Simulated failure of ACCEL2 + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|ACCEL2 Failure| + +## SIM_ACCEL3_FAIL: ACCEL3 Failure + +*Note: This parameter is for advanced users* + +Simulated failure of ACCEL3 + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|ACCEL3 Failure| + +## SIM_GYRO_FAIL_MSK: Gyro Failure Mask + +*Note: This parameter is for advanced users* + +Determines if the gyro reading updates are stopped when for an IMU simulated failure by ACCELx_FAIL params + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Readings stopped| + +## SIM_ACC_FAIL_MSK: Accelerometer Failure Mask + +*Note: This parameter is for advanced users* + +Determines if the acclerometer reading updates are stopped when for an IMU simulated failure by ACCELx_FAIL params + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Readings stopped| + +## SIM_ACC1_SCAL_X: Accel 1 scaling factor + +*Note: This parameter is for advanced users* + +scaling factors applied to simulated accelerometer (X-axis) + +## SIM_ACC1_SCAL_Y: Accel 1 scaling factor + +*Note: This parameter is for advanced users* + +scaling factors applied to simulated accelerometer (Y-axis) + +## SIM_ACC1_SCAL_Z: Accel 1 scaling factor + +*Note: This parameter is for advanced users* + +scaling factors applied to simulated accelerometer (Z-axis) + +## SIM_ACC2_SCAL_X: Accel 2 scaling factor + +*Note: This parameter is for advanced users* + +scaling factors applied to simulated accelerometer (X-axis) + +## SIM_ACC2_SCAL_Y: Accel 2 scaling factor + +*Note: This parameter is for advanced users* + +scaling factors applied to simulated accelerometer (Y-axis) + +## SIM_ACC2_SCAL_Z: Accel 2 scaling factor + +*Note: This parameter is for advanced users* + +scaling factors applied to simulated accelerometer (Z-axis) + +## SIM_ACC3_SCAL_X: Accel 3 scaling factor + +*Note: This parameter is for advanced users* + +scaling factors applied to simulated accelerometer (X-axis) + +## SIM_ACC3_SCAL_Y: Accel 3 scaling factor + +*Note: This parameter is for advanced users* + +scaling factors applied to simulated accelerometer (Y-axis) + +## SIM_ACC3_SCAL_Z: Accel 3 scaling factor + +*Note: This parameter is for advanced users* + +scaling factors applied to simulated accelerometer (Z-axis) + +## SIM_SAIL_TYPE: Sailboat simulation sail type + +0: mainsail with sheet, 1: directly actuated wing + +## SIM_JSON_MASTER: JSON master instance + +the instance number to take servos from + +## SIM_OH_MASK: SIM-on_hardware Output Enable Mask + +channels which are passed through to actual hardware when running sim on actual hardware + +## SIM_GYR1_BIAS_X: First Gyro bias on X axis + +*Note: This parameter is for advanced users* + +First Gyro bias on X axis + +- Units: rad/s + +## SIM_GYR1_BIAS_Y: First Gyro bias on Y axis + +*Note: This parameter is for advanced users* + +First Gyro bias on Y axis + +- Units: rad/s + +## SIM_GYR1_BIAS_Z: First Gyro bias on Z axis + +*Note: This parameter is for advanced users* + +First Gyro bias on Z axis + +- Units: rad/s + +## SIM_GYR2_BIAS_X: Second Gyro bias on X axis + +*Note: This parameter is for advanced users* + +Second Gyro bias on X axis + +- Units: rad/s + +## SIM_GYR2_BIAS_Y: Second Gyro bias on Y axis + +*Note: This parameter is for advanced users* + +Second Gyro bias on Y axis + +- Units: rad/s + +## SIM_GYR2_BIAS_Z: Second Gyro bias on Z axis + +*Note: This parameter is for advanced users* + +Second Gyro bias on Z axis + +- Units: rad/s + +## SIM_GYR3_BIAS_X: Third Gyro bias on X axis + +*Note: This parameter is for advanced users* + +Third Gyro bias on X axis + +- Units: rad/s + +## SIM_GYR3_BIAS_Y: Third Gyro bias on Y axis + +*Note: This parameter is for advanced users* + +Third Gyro bias on Y axis + +- Units: rad/s + +## SIM_GYR3_BIAS_Z: Third Gyro bias on Z axis + +*Note: This parameter is for advanced users* + +Third Gyro bias on Z axis + +- Units: rad/s + +## SIM_ACC4_SCAL_X: Accel 4 scaling factor + +*Note: This parameter is for advanced users* + +scaling factors applied to simulated accelerometer (X-axis) + +## SIM_ACC4_SCAL_Y: Accel 4 scaling factor + +*Note: This parameter is for advanced users* + +scaling factors applied to simulated accelerometer (Y-axis) + +## SIM_ACC4_SCAL_Z: Accel 4 scaling factor + +*Note: This parameter is for advanced users* + +scaling factors applied to simulated accelerometer (Z-axis) + +## SIM_ACCEL4_FAIL: ACCEL4 Failure + +*Note: This parameter is for advanced users* + +Simulated failure of ACCEL4 + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|ACCEL4 Failure| + +## SIM_GYR4_SCALE_X: Gyro 4 scaling factor + +*Note: This parameter is for advanced users* + +scaling factors applied to simulated gyroscope (X-axis) + +## SIM_GYR4_SCALE_Y: Gyro 4 scaling factor + +*Note: This parameter is for advanced users* + +scaling factors applied to simulated gyroscope (Y-axis) + +## SIM_GYR4_SCALE_Z: Gyro 4 scaling factor + +*Note: This parameter is for advanced users* + +scaling factors applied to simulated gyroscope (Z-axis) + +## SIM_ACC4_BIAS_X: Accel 4 bias + +*Note: This parameter is for advanced users* + +bias of simulated accelerometer sensor (X-axis) + +## SIM_ACC4_BIAS_Y: Accel 4 bias + +*Note: This parameter is for advanced users* + +bias of simulated accelerometer sensor (Y-axis) + +## SIM_ACC4_BIAS_Z: Accel 4 bias + +*Note: This parameter is for advanced users* + +bias of simulated accelerometer sensor (Z-axis) + +## SIM_GYR4_BIAS_X: Fourth Gyro bias on X axis + +*Note: This parameter is for advanced users* + +Fourth Gyro bias on X axis + +- Units: rad/s + +## SIM_GYR4_BIAS_Y: Fourth Gyro bias on Y axis + +*Note: This parameter is for advanced users* + +Fourth Gyro bias on Y axis + +- Units: rad/s + +## SIM_GYR4_BIAS_Z: Fourth Gyro bias on Z axis + +*Note: This parameter is for advanced users* + +Fourth Gyro bias on Z axis + +- Units: rad/s + +## SIM_ACC5_SCAL_X: Accel 4 scaling factor + +*Note: This parameter is for advanced users* + +scaling factors applied to simulated accelerometer (X-axis) + +## SIM_ACC5_SCAL_Y: Accel 4 scaling factor + +*Note: This parameter is for advanced users* + +scaling factors applied to simulated accelerometer (Y-axis) + +## SIM_ACC5_SCAL_Z: Accel 4 scaling factor + +*Note: This parameter is for advanced users* + +scaling factors applied to simulated accelerometer (Z-axis) + +## SIM_ACCEL5_FAIL: ACCEL5 Failure + +*Note: This parameter is for advanced users* + +Simulated failure of ACCEL5 + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|ACCEL5 Failure| + +## SIM_GYR5_SCALE_X: Gyro 5 scaling factor + +*Note: This parameter is for advanced users* + +scaling factors applied to simulated gyroscope (X-axis) + +## SIM_GYR5_SCALE_Y: Gyro 5 scaling factor + +*Note: This parameter is for advanced users* + +scaling factors applied to simulated gyroscope (Y-axis) + +## SIM_GYR5_SCALE_Z: Gyro 5 scaling factor + +*Note: This parameter is for advanced users* + +scaling factors applied to simulated gyroscope (Z-axis) + +## SIM_ACC5_BIAS_X: Accel 5 bias + +*Note: This parameter is for advanced users* + +bias of simulated accelerometer sensor (X-axis) + +## SIM_ACC5_BIAS_Y: Accel 5 bias + +*Note: This parameter is for advanced users* + +bias of simulated accelerometer sensor (Y-axis) + +## SIM_ACC5_BIAS_Z: Accel 5 bias + +*Note: This parameter is for advanced users* + +bias of simulated accelerometer sensor (Z-axis) + +## SIM_GYR5_BIAS_X: Fifth Gyro bias on X axis + +*Note: This parameter is for advanced users* + +Fifth Gyro bias on X axis + +- Units: rad/s + +## SIM_GYR5_BIAS_Y: Fifth Gyro bias on Y axis + +*Note: This parameter is for advanced users* + +Fifth Gyro bias on Y axis + +- Units: rad/s + +## SIM_GYR5_BIAS_Z: Fifth Gyro bias on Z axis + +*Note: This parameter is for advanced users* + +Fifth Gyro bias on Z axis + +- Units: rad/s + +## SIM_OH_RELAY_MSK: SIM-on_hardware Relay Enable Mask + +Allow relay output operation when running SIM-on-hardware + +# SIMARSPD2 Parameters + +## SIM_ARSPD2_FAIL: Airspeed sensor failure + +*Note: This parameter is for advanced users* + +Simulates Airspeed sensor 1 failure + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## SIM_ARSPD2_FAILP: Airspeed sensor failure pressure + +*Note: This parameter is for advanced users* + +Simulated airspeed sensor failure pressure + +- Units: Pa + +## SIM_ARSPD2_PITOT: Airspeed pitot tube failure pressure + +*Note: This parameter is for advanced users* + +Simulated airspeed sensor pitot tube failure pressure + +- Units: Pa + +## SIM_ARSPD2_SIGN: Airspeed signflip + +*Note: This parameter is for advanced users* + +Simulated airspeed sensor with reversed pitot/static connections + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## SIM_ARSPD2_RATIO: Airspeed ratios + +*Note: This parameter is for advanced users* + +Simulated airspeed sensor ratio + +# SIMARSPD Parameters + +## SIM_ARSPD_FAIL: Airspeed sensor failure + +*Note: This parameter is for advanced users* + +Simulates Airspeed sensor 1 failure + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## SIM_ARSPD_FAILP: Airspeed sensor failure pressure + +*Note: This parameter is for advanced users* + +Simulated airspeed sensor failure pressure + +- Units: Pa + +## SIM_ARSPD_PITOT: Airspeed pitot tube failure pressure + +*Note: This parameter is for advanced users* + +Simulated airspeed sensor pitot tube failure pressure + +- Units: Pa + +## SIM_ARSPD_SIGN: Airspeed signflip + +*Note: This parameter is for advanced users* + +Simulated airspeed sensor with reversed pitot/static connections + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## SIM_ARSPD_RATIO: Airspeed ratios + +*Note: This parameter is for advanced users* + +Simulated airspeed sensor ratio + +# SIMGRPE Parameters + +## SIM_GRPE_ENABLE: Gripper servo Sim enable/disable + +*Note: This parameter is for advanced users* + +Allows you to enable (1) or disable (0) the gripper servo simulation + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## SIM_GRPE_PIN: Gripper emp pin + +*Note: This parameter is for advanced users* + +The pin number that the gripper emp is connected to. (start at 1) + +- Range: 0 15 + +# SIMGRPS Parameters + +## SIM_GRPS_ENABLE: Gripper servo Sim enable/disable + +*Note: This parameter is for advanced users* + +Allows you to enable (1) or disable (0) the gripper servo simulation + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## SIM_GRPS_PIN: Gripper servo pin + +*Note: This parameter is for advanced users* + +The pin number that the gripper servo is connected to. (start at 1) + +- Range: 0 15 + +## SIM_GRPS_GRAB: Gripper Grab PWM + +*Note: This parameter is for advanced users* + +PWM value in microseconds sent to Gripper to initiate grabbing the cargo + +- Range: 1000 2000 + +- Units: PWM + +## SIM_GRPS_RELEASE: Gripper Release PWM + +*Note: This parameter is for advanced users* + +PWM value in microseconds sent to Gripper to release the cargo + +- Range: 1000 2000 + +- Units: PWM + +## SIM_GRPS_REVERSE: Gripper close direction + +*Note: This parameter is for advanced users* + +Reverse the closing direction. + +|Value|Meaning| +|:---:|:---:| +|0|Normal| +|1|Reverse| + +# SIMPLD Parameters + +## SIM_PLD_ENABLE: Preland device Sim enable/disable + +*Note: This parameter is for advanced users* + +Allows you to enable (1) or disable (0) the Preland simulation + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## SIM_PLD_LAT: Precland device center's latitude + +*Note: This parameter is for advanced users* + +Precland device center's latitude + +- Units: deg + +- Increment: 0.000001 + +- Range: -90 90 + +## SIM_PLD_LON: Precland device center's longitude + +*Note: This parameter is for advanced users* + +Precland device center's longitude + +- Units: deg + +- Increment: 0.000001 + +- Range: -180 180 + +## SIM_PLD_HEIGHT: Precland device center's height above sealevel + +*Note: This parameter is for advanced users* + +Precland device center's height above sealevel assume a 2x2m square as station base + +- Units: cm + +- Increment: 1 + +- Range: 0 10000 + +## SIM_PLD_YAW: Precland device systems rotation from north + +*Note: This parameter is for advanced users* + +Precland device systems rotation from north + +- Units: deg + +- Increment: 1 + +- Range: -180 +180 + +## SIM_PLD_RATE: Precland device update rate + +*Note: This parameter is for advanced users* + +Precland device rate. e.g led patter refresh rate, RF message rate, etc. + +- Units: Hz + +- Range: 0 200 + +## SIM_PLD_TYPE: Precland device radiance type + +*Note: This parameter is for advanced users* + +Precland device radiance type: it can be a cylinder, a cone, or a sphere. + +|Value|Meaning| +|:---:|:---:| +|0|cylinder| +|1|cone| +|2|sphere| + +## SIM_PLD_ALT_LIMIT: Precland device alt range + +*Note: This parameter is for advanced users* + +Precland device maximum range altitude + +- Units: m + +- Range: 0 100 + +## SIM_PLD_DIST_LIMIT: Precland device lateral range + +*Note: This parameter is for advanced users* + +Precland device maximum lateral range + +- Units: m + +- Range: 5 100 + +## SIM_PLD_ORIENT: Precland device orientation + +*Note: This parameter is for advanced users* + +Precland device orientation vector + +|Value|Meaning| +|:---:|:---:| +|0|Front| +|4|Back| +|24|Up| + +## SIM_PLD_OPTIONS: SIM_Precland extra options + +*Note: This parameter is for advanced users* + +SIM_Precland extra options + +- Bitmask: 0: Enable target distance + +# SIMSPR Parameters + +## SIM_SPR_ENABLE: Sprayer Sim enable/disable + +*Note: This parameter is for advanced users* + +Allows you to enable (1) or disable (0) the Sprayer simulation + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## SIM_SPR_PUMP: Sprayer pump pin + +*Note: This parameter is for advanced users* + +The pin number that the Sprayer pump is connected to. (start at 1) + +- Range: 0 15 + +## SIM_SPR_SPIN: Sprayer spinner servo pin + +*Note: This parameter is for advanced users* + +The pin number that the Sprayer spinner servo is connected to. (start at 1) + +- Range: 0 15 + +# SPRAY Parameters + +## SPRAY_ENABLE: Sprayer enable/disable + +Allows you to enable (1) or disable (0) the sprayer + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## SPRAY_PUMP_RATE: Pump speed + +Desired pump speed when travelling 1m/s expressed as a percentage + +- Units: % + +- Range: 0 100 + +## SPRAY_SPINNER: Spinner rotation speed + +Spinner's rotation speed in PWM (a higher rate will disperse the spray over a wider area horizontally) + +- Units: ms + +- Range: 1000 2000 + +## SPRAY_SPEED_MIN: Speed minimum + +Speed minimum at which we will begin spraying + +- Units: cm/s + +- Range: 0 1000 + +## SPRAY_PUMP_MIN: Pump speed minimum + +Minimum pump speed expressed as a percentage + +- Units: % + +- Range: 0 100 + +# SRn Parameters + +## SRn_RAW_SENS: Raw sensor stream rate + +*Note: This parameter is for advanced users* + +MAVLink Stream rate of RAW_IMU, SCALED_IMU2, SCALED_IMU3, SCALED_PRESSURE, SCALED_PRESSURE2, and SCALED_PRESSURE3 + +- Units: Hz + +- Range: 0 50 + +- Increment: 1 + +- RebootRequired: True + +## SRn_EXT_STAT: Extended status stream rate + +*Note: This parameter is for advanced users* + +MAVLink Stream rate of SYS_STATUS, POWER_STATUS, MCU_STATUS, MEMINFO, CURRENT_WAYPOINT, GPS_RAW_INT, GPS_RTK (if available), GPS2_RAW_INT (if available), GPS2_RTK (if available), NAV_CONTROLLER_OUTPUT, FENCE_STATUS, and GLOBAL_TARGET_POS_INT + +- Units: Hz + +- Range: 0 50 + +- Increment: 1 + +- RebootRequired: True + +## SRn_RC_CHAN: RC Channel stream rate + +*Note: This parameter is for advanced users* + +MAVLink Stream rate of SERVO_OUTPUT_RAW and RC_CHANNELS + +- Units: Hz + +- Range: 0 50 + +- Increment: 1 + +- RebootRequired: True + +## SRn_RAW_CTRL: Raw Control stream rate + +*Note: This parameter is for advanced users* + +MAVLink Raw Control stream rate of SERVO_OUT + +- Units: Hz + +- Range: 0 50 + +- Increment: 1 + +- RebootRequired: True + +## SRn_POSITION: Position stream rate + +*Note: This parameter is for advanced users* + +MAVLink Stream rate of GLOBAL_POSITION_INT and LOCAL_POSITION_NED + +- Units: Hz + +- Range: 0 50 + +- Increment: 1 + +- RebootRequired: True + +## SRn_EXTRA1: Extra data type 1 stream rate to ground station + +*Note: This parameter is for advanced users* + +MAVLink Stream rate of ATTITUDE, SIMSTATE (SIM only), AHRS2 and PID_TUNING + +- Units: Hz + +- Range: 0 50 + +- Increment: 1 + +- RebootRequired: True + +## SRn_EXTRA2: Extra data type 2 stream rate + +*Note: This parameter is for advanced users* + +MAVLink Stream rate of VFR_HUD + +- Units: Hz + +- Range: 0 50 + +- Increment: 1 + +- RebootRequired: True + +## SRn_EXTRA3: Extra data type 3 stream rate + +*Note: This parameter is for advanced users* + +MAVLink Stream rate of AHRS, SYSTEM_TIME, WIND, RANGEFINDER, DISTANCE_SENSOR, BATTERY2, BATTERY_STATUS, GIMBAL_DEVICE_ATTITUDE_STATUS, OPTICAL_FLOW, MAG_CAL_REPORT, MAG_CAL_PROGRESS, EKF_STATUS_REPORT, VIBRATION, RPM, ESC TELEMETRY, and WHEEL_DISTANCE + +- Units: Hz + +- Range: 0 50 + +- Increment: 1 + +- RebootRequired: True + +## SRn_PARAMS: Parameter stream rate + +*Note: This parameter is for advanced users* + +MAVLink Stream rate of PARAM_VALUE + +- Units: Hz + +- Range: 0 50 + +- Increment: 1 + +- RebootRequired: True + +## SRn_ADSB: ADSB stream rate + +*Note: This parameter is for advanced users* + +MAVLink ADSB (AIS) stream rate + +- Units: Hz + +- Range: 0 50 + +- Increment: 1 + +- RebootRequired: True + +# SRTL Parameters + +## SRTL_ACCURACY: SmartRTL accuracy + +*Note: This parameter is for advanced users* + +SmartRTL accuracy. The minimum distance between points. + +- Units: m + +- Range: 0 10 + +## SRTL_POINTS: SmartRTL maximum number of points on path + +*Note: This parameter is for advanced users* + +SmartRTL maximum number of points on path. Set to 0 to disable SmartRTL. 100 points consumes about 3k of memory. + +- Range: 0 500 + +- RebootRequired: True + +## SRTL_OPTIONS: SmartRTL options + +Bitmask of SmartRTL options. + +- Bitmask: 2:Ignore pilot yaw + +# STAT Parameters + +## STAT_BOOTCNT: Boot Count + +Number of times board has been booted + +- ReadOnly: True + +## STAT_FLTTIME: Total FlightTime + +Total FlightTime (seconds) + +- Units: s + +- ReadOnly: True + +## STAT_RUNTIME: Total RunTime + +Total time autopilot has run + +- Units: s + +- ReadOnly: True + +## STAT_RESET: Statistics Reset Time + +Seconds since January 1st 2016 (Unix epoch+1451606400) since statistics reset (set to 0 to reset statistics) + +- Units: s + +- ReadOnly: True + +# TEMP Parameters + +## TEMP_LOG: Logging + +Enables temperature sensor logging + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +# TEMP1 Parameters + +## TEMP1_TYPE: Temperature Sensor Type + +Enables temperature sensors + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|TSYS01| +|2|MCP9600| +|3|MAX31865| +|4|TSYS03| +|5|Analog| + +- RebootRequired: True + +## TEMP1_BUS: Temperature sensor bus + +*Note: This parameter is for advanced users* + +Temperature sensor bus number, typically used to select from multiple I2C buses + +- Range: 0 3 + +- RebootRequired: True + +## TEMP1_ADDR: Temperature sensor address + +*Note: This parameter is for advanced users* + +Temperature sensor address, typically used for I2C address + +- Range: 0 127 + +- RebootRequired: True + +## TEMP1_SRC: Sensor Source + +Sensor Source is used to designate which device's temperature report will be replaced by this temperature sensor's data. If 0 (None) then the data is only available via log. In the future a new Motor temperature report will be created for returning data directly. + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|ESC| +|2|Motor(not implemented yet)| +|3|Battery Index| +|4|Battery ID/SerialNumber| +|5|CAN based Pitot tube| + +## TEMP1_SRC_ID: Sensor Source Identification + +Sensor Source Identification is used to replace a specific instance of a system component's temperature report with the temp sensor's. Examples: TEMP_SRC = 1 (ESC), TEMP_SRC_ID = 1 will set the temp of ESC1. TEMP_SRC = 3 (BatteryIndex),TEMP_SRC_ID = 2 will set the temp of BATT2. TEMP_SRC = 4 (BatteryId/SerialNum),TEMP_SRC_ID=42 will set the temp of all batteries that have param BATTn_SERIAL = 42. + +## TEMP1_PIN: Temperature sensor analog voltage sensing pin + +Sets the analog input pin that should be used for temprature monitoring. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|2|Pixhawk/Pixracer/Navio2/Pixhawk2_PM1| +|5|Navigator| +|13|Pixhawk2_PM2/CubeOrange_PM2| +|14|CubeOrange| +|16|Durandal| +|100|PX4-v1| + +## TEMP1_A0: Temperature sensor analog 0th polynomial coefficient + +a0 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4 + +## TEMP1_A1: Temperature sensor analog 1st polynomial coefficient + +a1 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4 + +## TEMP1_A2: Temperature sensor analog 2nd polynomial coefficient + +a2 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4 + +## TEMP1_A3: Temperature sensor analog 3rd polynomial coefficient + +a3 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4 + +## TEMP1_A4: Temperature sensor analog 4th polynomial coefficient + +a4 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4 + +# TEMP2 Parameters + +## TEMP2_TYPE: Temperature Sensor Type + +Enables temperature sensors + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|TSYS01| +|2|MCP9600| +|3|MAX31865| +|4|TSYS03| +|5|Analog| + +- RebootRequired: True + +## TEMP2_BUS: Temperature sensor bus + +*Note: This parameter is for advanced users* + +Temperature sensor bus number, typically used to select from multiple I2C buses + +- Range: 0 3 + +- RebootRequired: True + +## TEMP2_ADDR: Temperature sensor address + +*Note: This parameter is for advanced users* + +Temperature sensor address, typically used for I2C address + +- Range: 0 127 + +- RebootRequired: True + +## TEMP2_SRC: Sensor Source + +Sensor Source is used to designate which device's temperature report will be replaced by this temperature sensor's data. If 0 (None) then the data is only available via log. In the future a new Motor temperature report will be created for returning data directly. + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|ESC| +|2|Motor(not implemented yet)| +|3|Battery Index| +|4|Battery ID/SerialNumber| +|5|CAN based Pitot tube| + +## TEMP2_SRC_ID: Sensor Source Identification + +Sensor Source Identification is used to replace a specific instance of a system component's temperature report with the temp sensor's. Examples: TEMP_SRC = 1 (ESC), TEMP_SRC_ID = 1 will set the temp of ESC1. TEMP_SRC = 3 (BatteryIndex),TEMP_SRC_ID = 2 will set the temp of BATT2. TEMP_SRC = 4 (BatteryId/SerialNum),TEMP_SRC_ID=42 will set the temp of all batteries that have param BATTn_SERIAL = 42. + +## TEMP2_PIN: Temperature sensor analog voltage sensing pin + +Sets the analog input pin that should be used for temprature monitoring. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|2|Pixhawk/Pixracer/Navio2/Pixhawk2_PM1| +|5|Navigator| +|13|Pixhawk2_PM2/CubeOrange_PM2| +|14|CubeOrange| +|16|Durandal| +|100|PX4-v1| + +## TEMP2_A0: Temperature sensor analog 0th polynomial coefficient + +a0 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4 + +## TEMP2_A1: Temperature sensor analog 1st polynomial coefficient + +a1 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4 + +## TEMP2_A2: Temperature sensor analog 2nd polynomial coefficient + +a2 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4 + +## TEMP2_A3: Temperature sensor analog 3rd polynomial coefficient + +a3 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4 + +## TEMP2_A4: Temperature sensor analog 4th polynomial coefficient + +a4 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4 + +# TEMP3 Parameters + +## TEMP3_TYPE: Temperature Sensor Type + +Enables temperature sensors + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|TSYS01| +|2|MCP9600| +|3|MAX31865| +|4|TSYS03| +|5|Analog| + +- RebootRequired: True + +## TEMP3_BUS: Temperature sensor bus + +*Note: This parameter is for advanced users* + +Temperature sensor bus number, typically used to select from multiple I2C buses + +- Range: 0 3 + +- RebootRequired: True + +## TEMP3_ADDR: Temperature sensor address + +*Note: This parameter is for advanced users* + +Temperature sensor address, typically used for I2C address + +- Range: 0 127 + +- RebootRequired: True + +## TEMP3_SRC: Sensor Source + +Sensor Source is used to designate which device's temperature report will be replaced by this temperature sensor's data. If 0 (None) then the data is only available via log. In the future a new Motor temperature report will be created for returning data directly. + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|ESC| +|2|Motor(not implemented yet)| +|3|Battery Index| +|4|Battery ID/SerialNumber| +|5|CAN based Pitot tube| + +## TEMP3_SRC_ID: Sensor Source Identification + +Sensor Source Identification is used to replace a specific instance of a system component's temperature report with the temp sensor's. Examples: TEMP_SRC = 1 (ESC), TEMP_SRC_ID = 1 will set the temp of ESC1. TEMP_SRC = 3 (BatteryIndex),TEMP_SRC_ID = 2 will set the temp of BATT2. TEMP_SRC = 4 (BatteryId/SerialNum),TEMP_SRC_ID=42 will set the temp of all batteries that have param BATTn_SERIAL = 42. + +## TEMP3_PIN: Temperature sensor analog voltage sensing pin + +Sets the analog input pin that should be used for temprature monitoring. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|2|Pixhawk/Pixracer/Navio2/Pixhawk2_PM1| +|5|Navigator| +|13|Pixhawk2_PM2/CubeOrange_PM2| +|14|CubeOrange| +|16|Durandal| +|100|PX4-v1| + +## TEMP3_A0: Temperature sensor analog 0th polynomial coefficient + +a0 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4 + +## TEMP3_A1: Temperature sensor analog 1st polynomial coefficient + +a1 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4 + +## TEMP3_A2: Temperature sensor analog 2nd polynomial coefficient + +a2 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4 + +## TEMP3_A3: Temperature sensor analog 3rd polynomial coefficient + +a3 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4 + +## TEMP3_A4: Temperature sensor analog 4th polynomial coefficient + +a4 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4 + +# TEMP4 Parameters + +## TEMP4_TYPE: Temperature Sensor Type + +Enables temperature sensors + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|TSYS01| +|2|MCP9600| +|3|MAX31865| +|4|TSYS03| +|5|Analog| + +- RebootRequired: True + +## TEMP4_BUS: Temperature sensor bus + +*Note: This parameter is for advanced users* + +Temperature sensor bus number, typically used to select from multiple I2C buses + +- Range: 0 3 + +- RebootRequired: True + +## TEMP4_ADDR: Temperature sensor address + +*Note: This parameter is for advanced users* + +Temperature sensor address, typically used for I2C address + +- Range: 0 127 + +- RebootRequired: True + +## TEMP4_SRC: Sensor Source + +Sensor Source is used to designate which device's temperature report will be replaced by this temperature sensor's data. If 0 (None) then the data is only available via log. In the future a new Motor temperature report will be created for returning data directly. + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|ESC| +|2|Motor(not implemented yet)| +|3|Battery Index| +|4|Battery ID/SerialNumber| +|5|CAN based Pitot tube| + +## TEMP4_SRC_ID: Sensor Source Identification + +Sensor Source Identification is used to replace a specific instance of a system component's temperature report with the temp sensor's. Examples: TEMP_SRC = 1 (ESC), TEMP_SRC_ID = 1 will set the temp of ESC1. TEMP_SRC = 3 (BatteryIndex),TEMP_SRC_ID = 2 will set the temp of BATT2. TEMP_SRC = 4 (BatteryId/SerialNum),TEMP_SRC_ID=42 will set the temp of all batteries that have param BATTn_SERIAL = 42. + +## TEMP4_PIN: Temperature sensor analog voltage sensing pin + +Sets the analog input pin that should be used for temprature monitoring. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|2|Pixhawk/Pixracer/Navio2/Pixhawk2_PM1| +|5|Navigator| +|13|Pixhawk2_PM2/CubeOrange_PM2| +|14|CubeOrange| +|16|Durandal| +|100|PX4-v1| + +## TEMP4_A0: Temperature sensor analog 0th polynomial coefficient + +a0 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4 + +## TEMP4_A1: Temperature sensor analog 1st polynomial coefficient + +a1 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4 + +## TEMP4_A2: Temperature sensor analog 2nd polynomial coefficient + +a2 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4 + +## TEMP4_A3: Temperature sensor analog 3rd polynomial coefficient + +a3 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4 + +## TEMP4_A4: Temperature sensor analog 4th polynomial coefficient + +a4 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4 + +# TEMP5 Parameters + +## TEMP5_TYPE: Temperature Sensor Type + +Enables temperature sensors + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|TSYS01| +|2|MCP9600| +|3|MAX31865| +|4|TSYS03| +|5|Analog| + +- RebootRequired: True + +## TEMP5_BUS: Temperature sensor bus + +*Note: This parameter is for advanced users* + +Temperature sensor bus number, typically used to select from multiple I2C buses + +- Range: 0 3 + +- RebootRequired: True + +## TEMP5_ADDR: Temperature sensor address + +*Note: This parameter is for advanced users* + +Temperature sensor address, typically used for I2C address + +- Range: 0 127 + +- RebootRequired: True + +## TEMP5_SRC: Sensor Source + +Sensor Source is used to designate which device's temperature report will be replaced by this temperature sensor's data. If 0 (None) then the data is only available via log. In the future a new Motor temperature report will be created for returning data directly. + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|ESC| +|2|Motor(not implemented yet)| +|3|Battery Index| +|4|Battery ID/SerialNumber| +|5|CAN based Pitot tube| + +## TEMP5_SRC_ID: Sensor Source Identification + +Sensor Source Identification is used to replace a specific instance of a system component's temperature report with the temp sensor's. Examples: TEMP_SRC = 1 (ESC), TEMP_SRC_ID = 1 will set the temp of ESC1. TEMP_SRC = 3 (BatteryIndex),TEMP_SRC_ID = 2 will set the temp of BATT2. TEMP_SRC = 4 (BatteryId/SerialNum),TEMP_SRC_ID=42 will set the temp of all batteries that have param BATTn_SERIAL = 42. + +## TEMP5_PIN: Temperature sensor analog voltage sensing pin + +Sets the analog input pin that should be used for temprature monitoring. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|2|Pixhawk/Pixracer/Navio2/Pixhawk2_PM1| +|5|Navigator| +|13|Pixhawk2_PM2/CubeOrange_PM2| +|14|CubeOrange| +|16|Durandal| +|100|PX4-v1| + +## TEMP5_A0: Temperature sensor analog 0th polynomial coefficient + +a0 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4 + +## TEMP5_A1: Temperature sensor analog 1st polynomial coefficient + +a1 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4 + +## TEMP5_A2: Temperature sensor analog 2nd polynomial coefficient + +a2 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4 + +## TEMP5_A3: Temperature sensor analog 3rd polynomial coefficient + +a3 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4 + +## TEMP5_A4: Temperature sensor analog 4th polynomial coefficient + +a4 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4 + +# TEMP6 Parameters + +## TEMP6_TYPE: Temperature Sensor Type + +Enables temperature sensors + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|TSYS01| +|2|MCP9600| +|3|MAX31865| +|4|TSYS03| +|5|Analog| + +- RebootRequired: True + +## TEMP6_BUS: Temperature sensor bus + +*Note: This parameter is for advanced users* + +Temperature sensor bus number, typically used to select from multiple I2C buses + +- Range: 0 3 + +- RebootRequired: True + +## TEMP6_ADDR: Temperature sensor address + +*Note: This parameter is for advanced users* + +Temperature sensor address, typically used for I2C address + +- Range: 0 127 + +- RebootRequired: True + +## TEMP6_SRC: Sensor Source + +Sensor Source is used to designate which device's temperature report will be replaced by this temperature sensor's data. If 0 (None) then the data is only available via log. In the future a new Motor temperature report will be created for returning data directly. + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|ESC| +|2|Motor(not implemented yet)| +|3|Battery Index| +|4|Battery ID/SerialNumber| +|5|CAN based Pitot tube| + +## TEMP6_SRC_ID: Sensor Source Identification + +Sensor Source Identification is used to replace a specific instance of a system component's temperature report with the temp sensor's. Examples: TEMP_SRC = 1 (ESC), TEMP_SRC_ID = 1 will set the temp of ESC1. TEMP_SRC = 3 (BatteryIndex),TEMP_SRC_ID = 2 will set the temp of BATT2. TEMP_SRC = 4 (BatteryId/SerialNum),TEMP_SRC_ID=42 will set the temp of all batteries that have param BATTn_SERIAL = 42. + +## TEMP6_PIN: Temperature sensor analog voltage sensing pin + +Sets the analog input pin that should be used for temprature monitoring. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|2|Pixhawk/Pixracer/Navio2/Pixhawk2_PM1| +|5|Navigator| +|13|Pixhawk2_PM2/CubeOrange_PM2| +|14|CubeOrange| +|16|Durandal| +|100|PX4-v1| + +## TEMP6_A0: Temperature sensor analog 0th polynomial coefficient + +a0 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4 + +## TEMP6_A1: Temperature sensor analog 1st polynomial coefficient + +a1 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4 + +## TEMP6_A2: Temperature sensor analog 2nd polynomial coefficient + +a2 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4 + +## TEMP6_A3: Temperature sensor analog 3rd polynomial coefficient + +a3 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4 + +## TEMP6_A4: Temperature sensor analog 4th polynomial coefficient + +a4 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4 + +# TEMP7 Parameters + +## TEMP7_TYPE: Temperature Sensor Type + +Enables temperature sensors + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|TSYS01| +|2|MCP9600| +|3|MAX31865| +|4|TSYS03| +|5|Analog| + +- RebootRequired: True + +## TEMP7_BUS: Temperature sensor bus + +*Note: This parameter is for advanced users* + +Temperature sensor bus number, typically used to select from multiple I2C buses + +- Range: 0 3 + +- RebootRequired: True + +## TEMP7_ADDR: Temperature sensor address + +*Note: This parameter is for advanced users* + +Temperature sensor address, typically used for I2C address + +- Range: 0 127 + +- RebootRequired: True + +## TEMP7_SRC: Sensor Source + +Sensor Source is used to designate which device's temperature report will be replaced by this temperature sensor's data. If 0 (None) then the data is only available via log. In the future a new Motor temperature report will be created for returning data directly. + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|ESC| +|2|Motor(not implemented yet)| +|3|Battery Index| +|4|Battery ID/SerialNumber| +|5|CAN based Pitot tube| + +## TEMP7_SRC_ID: Sensor Source Identification + +Sensor Source Identification is used to replace a specific instance of a system component's temperature report with the temp sensor's. Examples: TEMP_SRC = 1 (ESC), TEMP_SRC_ID = 1 will set the temp of ESC1. TEMP_SRC = 3 (BatteryIndex),TEMP_SRC_ID = 2 will set the temp of BATT2. TEMP_SRC = 4 (BatteryId/SerialNum),TEMP_SRC_ID=42 will set the temp of all batteries that have param BATTn_SERIAL = 42. + +## TEMP7_PIN: Temperature sensor analog voltage sensing pin + +Sets the analog input pin that should be used for temprature monitoring. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|2|Pixhawk/Pixracer/Navio2/Pixhawk2_PM1| +|5|Navigator| +|13|Pixhawk2_PM2/CubeOrange_PM2| +|14|CubeOrange| +|16|Durandal| +|100|PX4-v1| + +## TEMP7_A0: Temperature sensor analog 0th polynomial coefficient + +a0 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4 + +## TEMP7_A1: Temperature sensor analog 1st polynomial coefficient + +a1 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4 + +## TEMP7_A2: Temperature sensor analog 2nd polynomial coefficient + +a2 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4 + +## TEMP7_A3: Temperature sensor analog 3rd polynomial coefficient + +a3 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4 + +## TEMP7_A4: Temperature sensor analog 4th polynomial coefficient + +a4 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4 + +# TEMP8 Parameters + +## TEMP8_TYPE: Temperature Sensor Type + +Enables temperature sensors + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|TSYS01| +|2|MCP9600| +|3|MAX31865| +|4|TSYS03| +|5|Analog| + +- RebootRequired: True + +## TEMP8_BUS: Temperature sensor bus + +*Note: This parameter is for advanced users* + +Temperature sensor bus number, typically used to select from multiple I2C buses + +- Range: 0 3 + +- RebootRequired: True + +## TEMP8_ADDR: Temperature sensor address + +*Note: This parameter is for advanced users* + +Temperature sensor address, typically used for I2C address + +- Range: 0 127 + +- RebootRequired: True + +## TEMP8_SRC: Sensor Source + +Sensor Source is used to designate which device's temperature report will be replaced by this temperature sensor's data. If 0 (None) then the data is only available via log. In the future a new Motor temperature report will be created for returning data directly. + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|ESC| +|2|Motor(not implemented yet)| +|3|Battery Index| +|4|Battery ID/SerialNumber| +|5|CAN based Pitot tube| + +## TEMP8_SRC_ID: Sensor Source Identification + +Sensor Source Identification is used to replace a specific instance of a system component's temperature report with the temp sensor's. Examples: TEMP_SRC = 1 (ESC), TEMP_SRC_ID = 1 will set the temp of ESC1. TEMP_SRC = 3 (BatteryIndex),TEMP_SRC_ID = 2 will set the temp of BATT2. TEMP_SRC = 4 (BatteryId/SerialNum),TEMP_SRC_ID=42 will set the temp of all batteries that have param BATTn_SERIAL = 42. + +## TEMP8_PIN: Temperature sensor analog voltage sensing pin + +Sets the analog input pin that should be used for temprature monitoring. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|2|Pixhawk/Pixracer/Navio2/Pixhawk2_PM1| +|5|Navigator| +|13|Pixhawk2_PM2/CubeOrange_PM2| +|14|CubeOrange| +|16|Durandal| +|100|PX4-v1| + +## TEMP8_A0: Temperature sensor analog 0th polynomial coefficient + +a0 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4 + +## TEMP8_A1: Temperature sensor analog 1st polynomial coefficient + +a1 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4 + +## TEMP8_A2: Temperature sensor analog 2nd polynomial coefficient + +a2 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4 + +## TEMP8_A3: Temperature sensor analog 3rd polynomial coefficient + +a3 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4 + +## TEMP8_A4: Temperature sensor analog 4th polynomial coefficient + +a4 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4 + +# TEMP9 Parameters + +## TEMP9_TYPE: Temperature Sensor Type + +Enables temperature sensors + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|TSYS01| +|2|MCP9600| +|3|MAX31865| +|4|TSYS03| +|5|Analog| + +- RebootRequired: True + +## TEMP9_BUS: Temperature sensor bus + +*Note: This parameter is for advanced users* + +Temperature sensor bus number, typically used to select from multiple I2C buses + +- Range: 0 3 + +- RebootRequired: True + +## TEMP9_ADDR: Temperature sensor address + +*Note: This parameter is for advanced users* + +Temperature sensor address, typically used for I2C address + +- Range: 0 127 + +- RebootRequired: True + +## TEMP9_SRC: Sensor Source + +Sensor Source is used to designate which device's temperature report will be replaced by this temperature sensor's data. If 0 (None) then the data is only available via log. In the future a new Motor temperature report will be created for returning data directly. + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|ESC| +|2|Motor(not implemented yet)| +|3|Battery Index| +|4|Battery ID/SerialNumber| +|5|CAN based Pitot tube| + +## TEMP9_SRC_ID: Sensor Source Identification + +Sensor Source Identification is used to replace a specific instance of a system component's temperature report with the temp sensor's. Examples: TEMP_SRC = 1 (ESC), TEMP_SRC_ID = 1 will set the temp of ESC1. TEMP_SRC = 3 (BatteryIndex),TEMP_SRC_ID = 2 will set the temp of BATT2. TEMP_SRC = 4 (BatteryId/SerialNum),TEMP_SRC_ID=42 will set the temp of all batteries that have param BATTn_SERIAL = 42. + +## TEMP9_PIN: Temperature sensor analog voltage sensing pin + +Sets the analog input pin that should be used for temprature monitoring. + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|2|Pixhawk/Pixracer/Navio2/Pixhawk2_PM1| +|5|Navigator| +|13|Pixhawk2_PM2/CubeOrange_PM2| +|14|CubeOrange| +|16|Durandal| +|100|PX4-v1| + +## TEMP9_A0: Temperature sensor analog 0th polynomial coefficient + +a0 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4 + +## TEMP9_A1: Temperature sensor analog 1st polynomial coefficient + +a1 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4 + +## TEMP9_A2: Temperature sensor analog 2nd polynomial coefficient + +a2 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4 + +## TEMP9_A3: Temperature sensor analog 3rd polynomial coefficient + +a3 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4 + +## TEMP9_A4: Temperature sensor analog 4th polynomial coefficient + +a4 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4 + +# TRQD Parameters + +## TRQD_TYPE: Torqeedo connection type + +Torqeedo connection type + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Tiller| +|2|Motor| + +- RebootRequired: True + +## TRQD_ONOFF_PIN: Torqeedo ON/Off pin + +Pin number connected to Torqeedo's on/off pin. -1 to use serial port's RTS pin if available + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|50|AUX1| +|51|AUX2| +|52|AUX3| +|53|AUX4| +|54|AUX5| +|55|AUX6| + +- RebootRequired: True + +## TRQD_DE_PIN: Torqeedo DE pin + +Pin number connected to RS485 to Serial converter's DE pin. -1 to use serial port's CTS pin if available + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|50|AUX1| +|51|AUX2| +|52|AUX3| +|53|AUX4| +|54|AUX5| +|55|AUX6| + +- RebootRequired: True + +## TRQD_OPTIONS: Torqeedo Options + +*Note: This parameter is for advanced users* + +Torqeedo Options Bitmask + +- Bitmask: 0:Log,1:Send debug to GCS + +## TRQD_POWER: Torqeedo Motor Power + +*Note: This parameter is for advanced users* + +Torqeedo motor power. Only applied when using motor connection type (e.g. TRQD_TYPE=2) + +- Units: % + +- Range: 0 100 + +- Increment: 1 + +## TRQD_SLEW_TIME: Torqeedo Throttle Slew Time + +*Note: This parameter is for advanced users* + +Torqeedo slew rate specified as the minimum number of seconds required to increase the throttle from 0 to 100%. Higher values cause a slower response, lower values cause a faster response. A value of zero disables the limit + +- Units: s + +- Range: 0 5 + +- Increment: 0.1 + +## TRQD_DIR_DELAY: Torqeedo Direction Change Delay + +*Note: This parameter is for advanced users* + +Torqeedo direction change delay. Output will remain at zero for this many seconds when transitioning between forward and backwards rotation + +- Units: s + +- Range: 0 5 + +- Increment: 0.1 + +# VISO Parameters + +## VISO_TYPE: Visual odometry camera connection type + +*Note: This parameter is for advanced users* + +Visual odometry camera connection type + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|MAVLink| +|2|IntelT265| +|3|VOXL(ModalAI)| + +- RebootRequired: True + +## VISO_POS_X: Visual odometry camera X position offset + +*Note: This parameter is for advanced users* + +X position of the camera in body frame. Positive X is forward of the origin. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## VISO_POS_Y: Visual odometry camera Y position offset + +*Note: This parameter is for advanced users* + +Y position of the camera in body frame. Positive Y is to the right of the origin. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## VISO_POS_Z: Visual odometry camera Z position offset + +*Note: This parameter is for advanced users* + +Z position of the camera in body frame. Positive Z is down from the origin. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## VISO_ORIENT: Visual odometery camera orientation + +*Note: This parameter is for advanced users* + +Visual odometery camera orientation + +|Value|Meaning| +|:---:|:---:| +|0|Forward| +|2|Right| +|4|Back| +|6|Left| +|24|Up| +|25|Down| + +## VISO_SCALE: Visual odometry scaling factor + +*Note: This parameter is for advanced users* + +Visual odometry scaling factor applied to position estimates from sensor + +## VISO_DELAY_MS: Visual odometry sensor delay + +*Note: This parameter is for advanced users* + +Visual odometry sensor delay relative to inertial measurements + +- Units: ms + +- Range: 0 250 + +## VISO_VEL_M_NSE: Visual odometry velocity measurement noise + +*Note: This parameter is for advanced users* + +Visual odometry velocity measurement noise in m/s + +- Units: m/s + +- Range: 0.05 5.0 + +## VISO_POS_M_NSE: Visual odometry position measurement noise + +*Note: This parameter is for advanced users* + +Visual odometry position measurement noise minimum (meters). This value will be used if the sensor provides a lower noise value (or no noise value) + +- Units: m + +- Range: 0.1 10.0 + +## VISO_YAW_M_NSE: Visual odometry yaw measurement noise + +*Note: This parameter is for advanced users* + +Visual odometry yaw measurement noise minimum (radians), This value will be used if the sensor provides a lower noise value (or no noise value) + +- Units: rad + +- Range: 0.05 1.0 + +# VTX Parameters + +## VTX_ENABLE: Is the Video Transmitter enabled or not + +Toggles the Video Transmitter on and off + +|Value|Meaning| +|:---:|:---:| +|0|Disable| +|1|Enable| + +## VTX_POWER: Video Transmitter Power Level + +Video Transmitter Power Level. Different VTXs support different power levels, the power level chosen will be rounded down to the nearest supported power level + +- Range: 1 1000 + +## VTX_CHANNEL: Video Transmitter Channel + +Video Transmitter Channel + +- Range: 0 7 + +## VTX_BAND: Video Transmitter Band + +Video Transmitter Band + +|Value|Meaning| +|:---:|:---:| +|0|Band A| +|1|Band B| +|2|Band E| +|3|Airwave| +|4|RaceBand| +|5|Low RaceBand| +|6|1G3 Band A| +|7|1G3 Band B| + +## VTX_FREQ: Video Transmitter Frequency + +Video Transmitter Frequency. The frequency is derived from the setting of BAND and CHANNEL + +- ReadOnly: True + +- Range: 1000 6000 + +## VTX_OPTIONS: Video Transmitter Options + +*Note: This parameter is for advanced users* + +Video Transmitter Options. Pitmode puts the VTX in a low power state. Unlocked enables certain restricted frequencies and power levels. Do not enable the Unlocked option unless you have appropriate permissions in your jurisdiction to transmit at high power levels. One stop-bit may be required for VTXs that erroneously mimic iNav behaviour. + +- Bitmask: 0:Pitmode,1:Pitmode until armed,2:Pitmode when disarmed,3:Unlocked,4:Add leading zero byte to requests,5:Use 1 stop-bit in SmartAudio,6:Ignore CRC in SmartAudio,7:Ignore status updates in CRSF and blindly set VTX options + +## VTX_MAX_POWER: Video Transmitter Max Power Level + +Video Transmitter Maximum Power Level. Different VTXs support different power levels, this prevents the power aux switch from requesting too high a power level. The switch supports 6 power levels and the selected power will be a subdivision between 0 and this setting. + +- Range: 25 1000 + +# WENC Parameters + +## WENC_TYPE: WheelEncoder type + +What type of WheelEncoder is connected + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Quadrature| +|10|SITL Quadrature| + +## WENC_CPR: WheelEncoder counts per revolution + +WheelEncoder counts per full revolution of the wheel + +- Increment: 1 + +## WENC_RADIUS: Wheel radius + +Wheel radius + +- Units: m + +- Increment: 0.001 + +## WENC_POS_X: Wheel's X position offset + +X position of the center of the wheel in body frame. Positive X is forward of the origin. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## WENC_POS_Y: Wheel's Y position offset + +Y position of the center of the wheel in body frame. Positive Y is to the right of the origin. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## WENC_POS_Z: Wheel's Z position offset + +Z position of the center of the wheel in body frame. Positive Z is down from the origin. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## WENC_PINA: Input Pin A + +Input Pin A + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|50|AUX1| +|51|AUX2| +|52|AUX3| +|53|AUX4| +|54|AUX5| +|55|AUX6| + +## WENC_PINB: Input Pin B + +Input Pin B + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|50|AUX1| +|51|AUX2| +|52|AUX3| +|53|AUX4| +|54|AUX5| +|55|AUX6| + +## WENC2_TYPE: Second WheelEncoder type + +What type of WheelEncoder sensor is connected + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Quadrature| +|10|SITL Quadrature| + +## WENC2_CPR: WheelEncoder 2 counts per revolution + +WheelEncoder 2 counts per full revolution of the wheel + +- Increment: 1 + +## WENC2_RADIUS: Wheel2's radius + +Wheel2's radius + +- Units: m + +- Increment: 0.001 + +## WENC2_POS_X: Wheel2's X position offset + +X position of the center of the second wheel in body frame. Positive X is forward of the origin. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## WENC2_POS_Y: Wheel2's Y position offset + +Y position of the center of the second wheel in body frame. Positive Y is to the right of the origin. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## WENC2_POS_Z: Wheel2's Z position offset + +Z position of the center of the second wheel in body frame. Positive Z is down from the origin. + +- Units: m + +- Range: -5 5 + +- Increment: 0.01 + +## WENC2_PINA: Second Encoder Input Pin A + +Second Encoder Input Pin A + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|50|AUX1| +|51|AUX2| +|52|AUX3| +|53|AUX4| +|54|AUX5| +|55|AUX6| + +## WENC2_PINB: Second Encoder Input Pin B + +Second Encoder Input Pin B + +|Value|Meaning| +|:---:|:---:| +|-1|Disabled| +|50|AUX1| +|51|AUX2| +|52|AUX3| +|53|AUX4| +|54|AUX5| +|55|AUX6| + +# WNDVN Parameters + +## WNDVN_TYPE: Wind Vane Type + +Wind Vane type + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Heading when armed| +|2|RC input offset heading when armed| +|3|Analog| +|4|NMEA| +|10|SITL true| +|11|SITL apparent| + +- RebootRequired: True + +## WNDVN_DIR_PIN: Wind vane analog voltage pin for direction + +Analog input pin to read as wind vane direction + +|Value|Meaning| +|:---:|:---:| +|11|Pixracer| +|13|Pixhawk ADC4| +|14|Pixhawk ADC3| +|15|Pixhawk ADC6/Pixhawk2 ADC| +|50|AUX1| +|51|AUX2| +|52|AUX3| +|53|AUX4| +|54|AUX5| +|55|AUX6| +|103|Pixhawk SBUS| + +## WNDVN_DIR_V_MIN: Wind vane voltage minimum + +Minimum voltage supplied by analog wind vane. When using pin 103, the maximum value of the parameter is 3.3V. + +- Units: V + +- Increment: 0.01 + +- Range: 0 5.0 + +## WNDVN_DIR_V_MAX: Wind vane voltage maximum + +Maximum voltage supplied by analog wind vane. When using pin 103, the maximum value of the parameter is 3.3V. + +- Units: V + +- Increment: 0.01 + +- Range: 0 5.0 + +## WNDVN_DIR_OFS: Wind vane headwind offset + +Angle offset when analog windvane is indicating a headwind, ie 0 degress relative to vehicle + +- Units: deg + +- Increment: 1 + +- Range: 0 360 + +## WNDVN_DIR_FILT: apparent Wind vane direction low pass filter frequency + +apparent Wind vane direction low pass filter frequency, a value of -1 disables filter + +- Units: Hz + +## WNDVN_CAL: Wind vane calibration start + +Start wind vane calibration by setting this to 1 or 2 + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Calibrate direction| +|2|Calibrate speed| + +## WNDVN_DIR_DZ: Wind vane deadzone when using analog sensor + +Wind vane deadzone when using analog sensor + +- Units: deg + +- Increment: 1 + +- Range: 0 360 + +## WNDVN_SPEED_MIN: Wind vane cut off wind speed + +Wind vane direction will be ignored when apparent wind speeds are below this value (if wind speed sensor is present). If the apparent wind is consistently below this value the vane will not work + +- Units: m/s + +- Increment: 0.1 + +- Range: 0 5 + +## WNDVN_SPEED_TYPE: Wind speed sensor Type + +Wind speed sensor type + +|Value|Meaning| +|:---:|:---:| +|0|None| +|1|Airspeed library| +|2|Modern Devices Wind Sensor| +|3|RPM library| +|4|NMEA| +|10|SITL true| +|11|SITL apparent| + +- RebootRequired: True + +## WNDVN_SPEED_PIN: Wind vane speed sensor analog pin + +Wind speed analog speed input pin for Modern Devices Wind Sensor rev. p + +|Value|Meaning| +|:---:|:---:| +|11|Pixracer| +|13|Pixhawk ADC4| +|14|Pixhawk ADC3| +|15|Pixhawk ADC6/Pixhawk2 ADC| +|50|AUX1| +|51|AUX2| +|52|AUX3| +|53|AUX4| +|54|AUX5| +|55|AUX6| +|103|Pixhawk SBUS| + +## WNDVN_TEMP_PIN: Wind vane speed sensor analog temp pin + +Wind speed sensor analog temp input pin for Modern Devices Wind Sensor rev. p, set to -1 to diasble temp readings + +|Value|Meaning| +|:---:|:---:| +|11|Pixracer| +|13|Pixhawk ADC4| +|14|Pixhawk ADC3| +|15|Pixhawk ADC6/Pixhawk2 ADC| +|50|AUX1| +|51|AUX2| +|52|AUX3| +|53|AUX4| +|54|AUX5| +|55|AUX6| +|103|Pixhawk SBUS| + +## WNDVN_SPEED_OFS: Wind speed sensor analog voltage offset + +Wind sensor analog voltage offset at zero wind speed + +- Units: V + +- Increment: 0.01 + +- Range: 0 3.3 + +## WNDVN_SPEED_FILT: apparent wind speed low pass filter frequency + +apparent Wind speed low pass filter frequency, a value of -1 disables filter + +- Units: Hz + +## WNDVN_TRUE_FILT: True speed and direction low pass filter frequency + +True speed and direction low pass filter frequency, a value of -1 disables filter + +- Units: Hz + +# WP Parameters + +## WP_SPEED: Waypoint speed default + +Waypoint speed default + +- Units: m/s + +- Range: 0 100 + +- Increment: 0.1 + +## WP_RADIUS: Waypoint radius + +The distance in meters from a waypoint when we consider the waypoint has been reached. This determines when the vehicle will turn toward the next waypoint. + +- Units: m + +- Range: 0 100 + +- Increment: 0.1 + +## WP_ACCEL: Waypoint acceleration + +Waypoint acceleration. If zero then ATC_ACCEL_MAX is used + +- Units: m/s/s + +- Range: 0 100 + +- Increment: 0.1 + +## WP_JERK: Waypoint jerk + +Waypoint jerk (change in acceleration). If zero then jerk is same as acceleration + +- Units: m/s/s/s + +- Range: 0 100 + +- Increment: 0.1 + +# WPPIVOT Parameters + +## WP_PIVOT_ANGLE: Pivot Angle + +Pivot when the difference between the vehicle's heading and its target heading is more than this many degrees. Set to zero to disable pivot turns. This parameter should be greater than 5 degrees for pivot turns to work. + +- Units: deg + +- Range: 0 360 + +- Increment: 1 + +## WP_PIVOT_RATE: Pivot Turn Rate + +Turn rate during pivot turns + +- Units: deg/s + +- Range: 0 360 + +- Increment: 1 + +## WP_PIVOT_DELAY: Pivot Delay + +Vehicle waits this many seconds after completing a pivot turn before proceeding + +- Units: s + +- Range: 0 60 + +- Increment: 0.1 + +# WRC Parameters + +## WRC_ENABLE: Wheel rate control enable/disable + +Enable or disable wheel rate control + +|Value|Meaning| +|:---:|:---:| +|0|Disabled| +|1|Enabled| + +## WRC_RATE_MAX: Wheel max rotation rate + +Wheel max rotation rate + +- Units: rad/s + +- Range: 0 200 + +## WRC_RATE_FF: Wheel rate control feed forward gain + +Wheel rate control feed forward gain. Desired rate (in radians/sec) is multiplied by this constant and output to output (in the range -1 to +1) + +- Range: 0.100 2.000 + +## WRC_RATE_P: Wheel rate control P gain + +Wheel rate control P gain. Converts rate error (in radians/sec) to output (in the range -1 to +1) + +- Range: 0.100 2.000 + +## WRC_RATE_I: Wheel rate control I gain + +Wheel rate control I gain. Corrects long term error between the desired rate (in rad/s) and actual + +- Range: 0.000 2.000 + +## WRC_RATE_IMAX: Wheel rate control I gain maximum + +Wheel rate control I gain maximum. Constrains the output (range -1 to +1) that the I term will generate + +- Range: 0.000 1.000 + +## WRC_RATE_D: Wheel rate control D gain + +Wheel rate control D gain. Compensates for short-term change in desired rate vs actual + +- Range: 0.000 0.400 + +## WRC_RATE_FILT: Wheel rate control filter frequency + +Wheel rate control input filter. Lower values reduce noise but add delay. + +- Range: 1.000 100.000 + +- Units: Hz + +## WRC_RATE_FLTT: Wheel rate control target frequency in Hz + +Wheel rate control target frequency in Hz + +- Range: 1 50 + +- Increment: 1 + +- Units: Hz + +## WRC_RATE_FLTE: Wheel rate control error frequency in Hz + +Wheel rate control error frequency in Hz + +- Range: 1 50 + +- Increment: 1 + +- Units: Hz + +## WRC_RATE_FLTD: Wheel rate control derivative frequency in Hz + +Wheel rate control derivative frequency in Hz + +- Range: 1 50 + +- Increment: 1 + +- Units: Hz + +## WRC_RATE_SMAX: Wheel rate slew rate limit + +*Note: This parameter is for advanced users* + +Sets an upper limit on the slew rate produced by the combined P and D gains. If the amplitude of the control action produced by the rate feedback exceeds this value, then the D+P gain is reduced to respect the limit. This limits the amplitude of high frequency oscillations caused by an excessive gain. The limit should be set to no more than 25% of the actuators maximum slew rate to allow for load effects. Note: The gain will not be reduced to less than 10% of the nominal value. A value of zero will disable this feature. + +- Range: 0 200 + +- Increment: 0.5 + +## WRC_RATE_PDMX: Wheel rate control PD sum maximum + +Wheel rate control PD sum maximum. The maximum/minimum value that the sum of the P and D term can output + +- Range: 0.000 1.000 + +## WRC_RATE_D_FF: Wheel rate Derivative FeedForward Gain + +*Note: This parameter is for advanced users* + +FF D Gain which produces an output that is proportional to the rate of change of the error + +- Range: 0.000 0.400 + +- Increment: 0.001 + +## WRC_RATE_NTF: Wheel rate Target notch filter index + +*Note: This parameter is for advanced users* + +Wheel rate Target notch filter index + +- Range: 1 8 + +## WRC_RATE_NEF: Wheel rate Error notch filter index + +*Note: This parameter is for advanced users* + +Wheel rate Error notch filter index + +- Range: 1 8 + +## WRC2_RATE_FF: Wheel rate control feed forward gain + +Wheel rate control feed forward gain. Desired rate (in radians/sec) is multiplied by this constant and output to output (in the range -1 to +1) + +- Range: 0.100 2.000 + +## WRC2_RATE_P: Wheel rate control P gain + +Wheel rate control P gain. Converts rate error (in radians/sec) to output (in the range -1 to +1) + +- Range: 0.100 2.000 + +## WRC2_RATE_I: Wheel rate control I gain + +Wheel rate control I gain. Corrects long term error between the desired rate (in rad/s) and actual + +- Range: 0.000 2.000 + +## WRC2_RATE_IMAX: Wheel rate control I gain maximum + +Wheel rate control I gain maximum. Constrains the output (range -1 to +1) that the I term will generate + +- Range: 0.000 1.000 + +## WRC2_RATE_D: Wheel rate control D gain + +Wheel rate control D gain. Compensates for short-term change in desired rate vs actual + +- Range: 0.000 0.400 + +## WRC2_RATE_FILT: Wheel rate control filter frequency + +Wheel rate control input filter. Lower values reduce noise but add delay. + +- Range: 1.000 100.000 + +- Units: Hz + +## WRC2_RATE_FLTT: Wheel rate control target frequency in Hz + +Wheel rate control target frequency in Hz + +- Range: 1 50 + +- Increment: 1 + +- Units: Hz + +## WRC2_RATE_FLTE: Wheel rate control error frequency in Hz + +Wheel rate control error frequency in Hz + +- Range: 1 50 + +- Increment: 1 + +- Units: Hz + +## WRC2_RATE_FLTD: Wheel rate control derivative frequency in Hz + +Wheel rate control derivative frequency in Hz + +- Range: 1 50 + +- Increment: 1 + +- Units: Hz + +## WRC2_RATE_SMAX: Wheel rate slew rate limit + +*Note: This parameter is for advanced users* + +Sets an upper limit on the slew rate produced by the combined P and D gains. If the amplitude of the control action produced by the rate feedback exceeds this value, then the D+P gain is reduced to respect the limit. This limits the amplitude of high frequency oscillations caused by an excessive gain. The limit should be set to no more than 25% of the actuators maximum slew rate to allow for load effects. Note: The gain will not be reduced to less than 10% of the nominal value. A value of zero will disable this feature. + +- Range: 0 200 + +- Increment: 0.5 + +## WRC2_RATE_PDMX: Wheel rate control PD sum maximum + +Wheel rate control PD sum maximum. The maximum/minimum value that the sum of the P and D term can output + +- Range: 0.000 1.000 + +## WRC2_RATE_D_FF: Wheel rate Derivative FeedForward Gain + +*Note: This parameter is for advanced users* + +FF D Gain which produces an output that is proportional to the rate of change of the target + +- Range: 0.000 0.400 + +- Increment: 0.001 + +## WRC2_RATE_NTF: Wheel rate Target notch filter index + +*Note: This parameter is for advanced users* + +Wheel rate Target notch filter index + +- Range: 1 8 + +## WRC2_RATE_NEF: Wheel rate Error notch filter index + +*Note: This parameter is for advanced users* + +Wheel rate Error notch filter index + +- Range: 1 8 \ No newline at end of file diff --git a/Rover-4.5/Parameters.rst b/Rover-4.5/Parameters.rst new file mode 100644 index 0000000..0c123e8 --- /dev/null +++ b/Rover-4.5/Parameters.rst @@ -0,0 +1,101920 @@ +.. Dynamically generated list of documented parameters +.. This page was generated using Tools\/autotest\/param\_metadata\/param\_parse\.py + +.. DO NOT EDIT + + +.. _parameters: + +Complete Parameter List +======================= + +This is a complete list of the parameters which can be set \(e\.g\. via the MAVLink protocol\) to control vehicle behaviour\. They are stored in persistent storage on the vehicle\. + +This list is automatically generated from the latest ardupilot source code\, and so may contain parameters which are not yet in the stable released versions of the code\. + + + + +.. _parameters_Rover: + +Rover Parameters +---------------- + + +.. _FORMAT_VERSION: + +FORMAT\_VERSION: Eeprom format version number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This value is incremented when changes are made to the eeprom format + + +.. _LOG_BITMASK: + +LOG\_BITMASK: Log bitmask +~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bitmap of what log types to enable in on\-board logger\. This value is made up of the sum of each of the log types you want to be saved\. On boards supporting microSD cards or other large block\-storage devices it is usually best just to enable all basic log types by setting this to 65535\. + + ++-------------------------------+ +| Bitmask | ++===============================+ +| +-----+---------------------+ | +| | Bit | Meaning | | +| +=====+=====================+ | +| | 0 | Fast Attitude | | +| +-----+---------------------+ | +| | 1 | Medium Attitude | | +| +-----+---------------------+ | +| | 2 | GPS | | +| +-----+---------------------+ | +| | 3 | System Performance | | +| +-----+---------------------+ | +| | 4 | Throttle | | +| +-----+---------------------+ | +| | 5 | Navigation Tuning | | +| +-----+---------------------+ | +| | 7 | IMU | | +| +-----+---------------------+ | +| | 8 | Mission Commands | | +| +-----+---------------------+ | +| | 9 | Battery Monitor | | +| +-----+---------------------+ | +| | 10 | Rangefinder | | +| +-----+---------------------+ | +| | 11 | Compass | | +| +-----+---------------------+ | +| | 12 | Camera | | +| +-----+---------------------+ | +| | 13 | Steering | | +| +-----+---------------------+ | +| | 14 | RC Input-Output | | +| +-----+---------------------+ | +| | 19 | Raw IMU | | +| +-----+---------------------+ | +| | 20 | Video Stabilization | | +| +-----+---------------------+ | +| | 21 | Optical Flow | | +| +-----+---------------------+ | +| | ++-------------------------------+ + + + + +.. _RST_SWITCH_CH: + +RST\_SWITCH\_CH: Reset Switch Channel +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC channel to use to reset to last flight mode after geofence takeover\. + + +.. _INITIAL_MODE: + +INITIAL\_MODE: Initial driving mode +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +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\. Usually used in combination with when AUTO\_TRIGGER\_PIN or AUTO\_KICKSTART\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Manual | | +| +-------+----------+ | +| | 1 | Acro | | +| +-------+----------+ | +| | 3 | Steering | | +| +-------+----------+ | +| | 4 | Hold | | +| +-------+----------+ | +| | 5 | Loiter | | +| +-------+----------+ | +| | 6 | Follow | | +| +-------+----------+ | +| | 7 | Simple | | +| +-------+----------+ | +| | 8 | Dock | | +| +-------+----------+ | +| | 9 | Circle | | +| +-------+----------+ | +| | 10 | Auto | | +| +-------+----------+ | +| | 11 | RTL | | +| +-------+----------+ | +| | 12 | SmartRTL | | +| +-------+----------+ | +| | 15 | Guided | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SYSID_THISMAV: + +SYSID\_THISMAV: MAVLink system ID of this vehicle +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Allows setting an individual MAVLink system id for this vehicle to distinguish it from others on the same network + + ++----------+ +| Range | ++==========+ +| 1 to 255 | ++----------+ + + + + +.. _SYSID_MYGCS: + +SYSID\_MYGCS: MAVLink ground station ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The identifier of the ground station in the MAVLink protocol\. Don\'t change this unless you also modify the ground station to match\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 1 | 1 to 255 | ++-----------+----------+ + + + + +.. _TELEM_DELAY: + +TELEM\_DELAY: Telemetry startup delay +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The amount of time \(in seconds\) to delay radio telemetry to prevent an Xbee bricking on power up + + ++-----------+---------+---------+ +| Increment | Range | Units | ++===========+=========+=========+ +| 1 | 0 to 30 | seconds | ++-----------+---------+---------+ + + + + +.. _GCS_PID_MASK: + +GCS\_PID\_MASK: GCS PID tuning mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +bitmask of PIDs to send MAVLink PID\_TUNING messages for + + ++--------------------------+----------------------------+ +| Bitmask | Values | ++==========================+============================+ +| +-----+----------------+ | +-------+----------------+ | +| | Bit | Meaning | | | Value | Meaning | | +| +=====+================+ | +=======+================+ | +| | 0 | Steering | | | 0 | None | | +| +-----+----------------+ | +-------+----------------+ | +| | 1 | Throttle | | | 1 | Steering | | +| +-----+----------------+ | +-------+----------------+ | +| | 2 | Pitch | | | 2 | Throttle | | +| +-----+----------------+ | +-------+----------------+ | +| | 3 | Left Wheel | | | 4 | Pitch | | +| +-----+----------------+ | +-------+----------------+ | +| | 4 | Right Wheel | | | 8 | Left Wheel | | +| +-----+----------------+ | +-------+----------------+ | +| | 5 | Sailboat Heel | | | 16 | Right Wheel | | +| +-----+----------------+ | +-------+----------------+ | +| | 6 | Velocity North | | | 32 | Sailboat Heel | | +| +-----+----------------+ | +-------+----------------+ | +| | 7 | Velocity East | | | 64 | Velocity North | | +| +-----+----------------+ | +-------+----------------+ | +| | | 128 | Velocity East | | +| | +-------+----------------+ | +| | | ++--------------------------+----------------------------+ + + + + +.. _AUTO_TRIGGER_PIN: + +AUTO\_TRIGGER\_PIN: Auto mode trigger pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +pin number to use to enable the throttle in 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 enable the motor to run\. If the switch is released while in AUTO then the motor will stop again\. This can be used in combination with INITIAL\_MODE to give a \'press button to start\' rover with no receiver\. + + ++-----------------------------+ +| Values | ++=============================+ +| +-------+-----------------+ | +| | Value | Meaning | | +| +=======+=================+ | +| | -1 | Disabled | | +| +-------+-----------------+ | +| | 0 | APM TriggerPin0 | | +| +-------+-----------------+ | +| | 1 | APM TriggerPin1 | | +| +-------+-----------------+ | +| | 2 | APM TriggerPin2 | | +| +-------+-----------------+ | +| | 3 | APM TriggerPin3 | | +| +-------+-----------------+ | +| | 4 | APM TriggerPin4 | | +| +-------+-----------------+ | +| | 5 | APM TriggerPin5 | | +| +-------+-----------------+ | +| | 6 | APM TriggerPin6 | | +| +-------+-----------------+ | +| | 7 | APM TriggerPin7 | | +| +-------+-----------------+ | +| | 8 | APM TriggerPin8 | | +| +-------+-----------------+ | +| | 50 | AUX1 | | +| +-------+-----------------+ | +| | 51 | AUX2 | | +| +-------+-----------------+ | +| | 52 | AUX3 | | +| +-------+-----------------+ | +| | 53 | AUX4 | | +| +-------+-----------------+ | +| | 54 | AUX5 | | +| +-------+-----------------+ | +| | 55 | AUX6 | | +| +-------+-----------------+ | +| | ++-----------------------------+ + + + + +.. _AUTO_KICKSTART: + +AUTO\_KICKSTART: Auto mode trigger kickstart acceleration +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +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 + + ++-----------+---------+--------------------------+ +| Increment | Range | Units | ++===========+=========+==========================+ +| 0.1 | 0 to 20 | meters per square second | ++-----------+---------+--------------------------+ + + + + +.. _CRUISE_SPEED: + +CRUISE\_SPEED: Target cruise speed in auto modes +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The target speed in auto missions\. + + ++-----------+----------+-------------------+ +| Increment | Range | Units | ++===========+==========+===================+ +| 0.1 | 0 to 100 | meters per second | ++-----------+----------+-------------------+ + + + + +.. _CRUISE_THROTTLE: + +CRUISE\_THROTTLE: Base throttle percentage in auto +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +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\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 100 | percent | ++-----------+----------+---------+ + + + + +.. _PILOT_STEER_TYPE: + +PILOT\_STEER\_TYPE: Pilot input steering type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Pilot RC input interpretation + + ++-------------------------------------------------+ +| Values | ++=================================================+ +| +-------+-------------------------------------+ | +| | Value | Meaning | | +| +=======+=====================================+ | +| | 0 | Default | | +| +-------+-------------------------------------+ | +| | 1 | Two Paddles Input | | +| +-------+-------------------------------------+ | +| | 2 | Direction reversed when backing up | | +| +-------+-------------------------------------+ | +| | 3 | Direction unchanged when backing up | | +| +-------+-------------------------------------+ | +| | ++-------------------------------------------------+ + + + + +.. _FS_ACTION: + +FS\_ACTION: Failsafe Action +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What to do on a failsafe event + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | Nothing | | +| +-------+------------------+ | +| | 1 | RTL | | +| +-------+------------------+ | +| | 2 | Hold | | +| +-------+------------------+ | +| | 3 | SmartRTL or RTL | | +| +-------+------------------+ | +| | 4 | SmartRTL or Hold | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + +.. _FS_TIMEOUT: + +FS\_TIMEOUT: Failsafe timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The time in seconds that a failsafe condition must persist before the failsafe action is triggered + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 0.5 | 1 to 100 | seconds | ++-----------+----------+---------+ + + + + +.. _FS_THR_ENABLE: + +FS\_THR\_ENABLE: Throttle Failsafe Enable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +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\. + + ++---------------------------------------------------+ +| Values | ++===================================================+ +| +-------+---------------------------------------+ | +| | Value | Meaning | | +| +=======+=======================================+ | +| | 0 | Disabled | | +| +-------+---------------------------------------+ | +| | 1 | Enabled | | +| +-------+---------------------------------------+ | +| | 2 | Enabled Continue with Mission in Auto | | +| +-------+---------------------------------------+ | +| | ++---------------------------------------------------+ + + + + +.. _FS_THR_VALUE: + +FS\_THR\_VALUE: Throttle Failsafe Value +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The PWM level on the throttle channel below which throttle failsafe triggers\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 1 | 910 to 1100 | ++-----------+-------------+ + + + + +.. _FS_GCS_ENABLE: + +FS\_GCS\_ENABLE: GCS failsafe enable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +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\. + + ++---------------------------------------------------+ +| Values | ++===================================================+ +| +-------+---------------------------------------+ | +| | Value | Meaning | | +| +=======+=======================================+ | +| | 0 | Disabled | | +| +-------+---------------------------------------+ | +| | 1 | Enabled | | +| +-------+---------------------------------------+ | +| | 2 | Enabled Continue with Mission in Auto | | +| +-------+---------------------------------------+ | +| | ++---------------------------------------------------+ + + + + +.. _FS_CRASH_CHECK: + +FS\_CRASH\_CHECK: Crash check action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What to do on a crash event\. When enabled the rover will go to hold if a crash is detected\. + + ++---------------------------+ +| Values | ++===========================+ +| +-------+---------------+ | +| | Value | Meaning | | +| +=======+===============+ | +| | 0 | Disabled | | +| +-------+---------------+ | +| | 1 | Hold | | +| +-------+---------------+ | +| | 2 | HoldAndDisarm | | +| +-------+---------------+ | +| | ++---------------------------+ + + + + +.. _FS_EKF_ACTION: + +FS\_EKF\_ACTION: EKF Failsafe Action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Controls the action that will be taken when an EKF failsafe is invoked + + ++------------------------+ +| Values | ++========================+ +| +-------+------------+ | +| | Value | Meaning | | +| +=======+============+ | +| | 0 | Disabled | | +| +-------+------------+ | +| | 1 | Hold | | +| +-------+------------+ | +| | 2 | ReportOnly | | +| +-------+------------+ | +| | ++------------------------+ + + + + +.. _FS_EKF_THRESH: + +FS\_EKF\_THRESH: EKF failsafe variance threshold +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Allows setting the maximum acceptable compass and velocity variance + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 0.6 | Strict | | +| +-------+---------+ | +| | 0.8 | Default | | +| +-------+---------+ | +| | 1.0 | Relaxed | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _MODE_CH: + +MODE\_CH: Mode channel +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC Channel to use for driving mode control + + +.. _MODE1: + +MODE1: Mode1 +~~~~~~~~~~~~ + + +Driving mode for switch position 1 \(910 to 1230 and above 2049\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Manual | | +| +-------+----------+ | +| | 1 | Acro | | +| +-------+----------+ | +| | 3 | Steering | | +| +-------+----------+ | +| | 4 | Hold | | +| +-------+----------+ | +| | 5 | Loiter | | +| +-------+----------+ | +| | 6 | Follow | | +| +-------+----------+ | +| | 7 | Simple | | +| +-------+----------+ | +| | 8 | Dock | | +| +-------+----------+ | +| | 9 | Circle | | +| +-------+----------+ | +| | 10 | Auto | | +| +-------+----------+ | +| | 11 | RTL | | +| +-------+----------+ | +| | 12 | SmartRTL | | +| +-------+----------+ | +| | 15 | Guided | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _MODE2: + +MODE2: Mode2 +~~~~~~~~~~~~ + + +Driving mode for switch position 2 \(1231 to 1360\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Manual | | +| +-------+----------+ | +| | 1 | Acro | | +| +-------+----------+ | +| | 3 | Steering | | +| +-------+----------+ | +| | 4 | Hold | | +| +-------+----------+ | +| | 5 | Loiter | | +| +-------+----------+ | +| | 6 | Follow | | +| +-------+----------+ | +| | 7 | Simple | | +| +-------+----------+ | +| | 8 | Dock | | +| +-------+----------+ | +| | 9 | Circle | | +| +-------+----------+ | +| | 10 | Auto | | +| +-------+----------+ | +| | 11 | RTL | | +| +-------+----------+ | +| | 12 | SmartRTL | | +| +-------+----------+ | +| | 15 | Guided | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _MODE3: + +MODE3: Mode3 +~~~~~~~~~~~~ + + +Driving mode for switch position 3 \(1361 to 1490\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Manual | | +| +-------+----------+ | +| | 1 | Acro | | +| +-------+----------+ | +| | 3 | Steering | | +| +-------+----------+ | +| | 4 | Hold | | +| +-------+----------+ | +| | 5 | Loiter | | +| +-------+----------+ | +| | 6 | Follow | | +| +-------+----------+ | +| | 7 | Simple | | +| +-------+----------+ | +| | 8 | Dock | | +| +-------+----------+ | +| | 9 | Circle | | +| +-------+----------+ | +| | 10 | Auto | | +| +-------+----------+ | +| | 11 | RTL | | +| +-------+----------+ | +| | 12 | SmartRTL | | +| +-------+----------+ | +| | 15 | Guided | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _MODE4: + +MODE4: Mode4 +~~~~~~~~~~~~ + + +Driving mode for switch position 4 \(1491 to 1620\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Manual | | +| +-------+----------+ | +| | 1 | Acro | | +| +-------+----------+ | +| | 3 | Steering | | +| +-------+----------+ | +| | 4 | Hold | | +| +-------+----------+ | +| | 5 | Loiter | | +| +-------+----------+ | +| | 6 | Follow | | +| +-------+----------+ | +| | 7 | Simple | | +| +-------+----------+ | +| | 8 | Dock | | +| +-------+----------+ | +| | 9 | Circle | | +| +-------+----------+ | +| | 10 | Auto | | +| +-------+----------+ | +| | 11 | RTL | | +| +-------+----------+ | +| | 12 | SmartRTL | | +| +-------+----------+ | +| | 15 | Guided | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _MODE5: + +MODE5: Mode5 +~~~~~~~~~~~~ + + +Driving mode for switch position 5 \(1621 to 1749\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Manual | | +| +-------+----------+ | +| | 1 | Acro | | +| +-------+----------+ | +| | 3 | Steering | | +| +-------+----------+ | +| | 4 | Hold | | +| +-------+----------+ | +| | 5 | Loiter | | +| +-------+----------+ | +| | 6 | Follow | | +| +-------+----------+ | +| | 7 | Simple | | +| +-------+----------+ | +| | 8 | Dock | | +| +-------+----------+ | +| | 9 | Circle | | +| +-------+----------+ | +| | 10 | Auto | | +| +-------+----------+ | +| | 11 | RTL | | +| +-------+----------+ | +| | 12 | SmartRTL | | +| +-------+----------+ | +| | 15 | Guided | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _MODE6: + +MODE6: Mode6 +~~~~~~~~~~~~ + + +Driving mode for switch position 6 \(1750 to 2049\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Manual | | +| +-------+----------+ | +| | 1 | Acro | | +| +-------+----------+ | +| | 3 | Steering | | +| +-------+----------+ | +| | 4 | Hold | | +| +-------+----------+ | +| | 5 | Loiter | | +| +-------+----------+ | +| | 6 | Follow | | +| +-------+----------+ | +| | 7 | Simple | | +| +-------+----------+ | +| | 8 | Dock | | +| +-------+----------+ | +| | 9 | Circle | | +| +-------+----------+ | +| | 10 | Auto | | +| +-------+----------+ | +| | 11 | RTL | | +| +-------+----------+ | +| | 12 | SmartRTL | | +| +-------+----------+ | +| | 15 | Guided | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SYSID_ENFORCE: + +SYSID\_ENFORCE: GCS sysid enforcement +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls whether packets from other than the expected GCS system ID will be accepted + + ++-------------------------+ +| Values | ++=========================+ +| +-------+-------------+ | +| | Value | Meaning | | +| +=======+=============+ | +| | 0 | NotEnforced | | +| +-------+-------------+ | +| | 1 | Enforced | | +| +-------+-------------+ | +| | ++-------------------------+ + + + + +.. _TURN_RADIUS: + +TURN\_RADIUS: Turn radius of vehicle +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Turn radius of vehicle in meters while at low speeds\. Lower values produce tighter turns in steering mode + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.1 | 0 to 10 | meters | ++-----------+---------+--------+ + + + + +.. _ACRO_TURN_RATE: + +ACRO\_TURN\_RATE: Acro mode turn rate maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Acro mode turn rate maximum + + ++-----------+----------+--------------------+ +| Increment | Range | Units | ++===========+==========+====================+ +| 1 | 0 to 360 | degrees per second | ++-----------+----------+--------------------+ + + + + +.. _RTL_SPEED: + +RTL\_SPEED: Return\-to\-Launch speed default +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Return\-to\-Launch speed default\. If zero use WP\_SPEED or CRUISE\_SPEED\. + + ++-----------+----------+-------------------+ +| Increment | Range | Units | ++===========+==========+===================+ +| 0.1 | 0 to 100 | meters per second | ++-----------+----------+-------------------+ + + + + +.. _FRAME_CLASS: + +FRAME\_CLASS: Frame Class +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Frame Class + + ++------------------------+ +| Values | ++========================+ +| +-------+------------+ | +| | Value | Meaning | | +| +=======+============+ | +| | 0 | Undefined | | +| +-------+------------+ | +| | 1 | Rover | | +| +-------+------------+ | +| | 2 | Boat | | +| +-------+------------+ | +| | 3 | BalanceBot | | +| +-------+------------+ | +| | ++------------------------+ + + + + +.. _BAL_PITCH_MAX: + +BAL\_PITCH\_MAX: BalanceBot Maximum Pitch +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Pitch angle in degrees at 100\% throttle + + ++-----------+---------+---------+ +| Increment | Range | Units | ++===========+=========+=========+ +| 0.1 | 0 to 15 | degrees | ++-----------+---------+---------+ + + + + +.. _CRASH_ANGLE: + +CRASH\_ANGLE: Crash Angle +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Pitch\/Roll angle limit in degrees for crash check\. Zero disables check + + ++-----------+---------+---------+ +| Increment | Range | Units | ++===========+=========+=========+ +| 1 | 0 to 60 | degrees | ++-----------+---------+---------+ + + + + +.. _FRAME_TYPE: + +FRAME\_TYPE: Frame Type +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Frame Type + + ++-----------------------+ +| Values | ++=======================+ +| +-------+-----------+ | +| | Value | Meaning | | +| +=======+===========+ | +| | 0 | Undefined | | +| +-------+-----------+ | +| | 1 | Omni3 | | +| +-------+-----------+ | +| | 2 | OmniX | | +| +-------+-----------+ | +| | 3 | OmniPlus | | +| +-------+-----------+ | +| | ++-----------------------+ + + + + +.. _LOIT_TYPE: + +LOIT\_TYPE: Loiter type +~~~~~~~~~~~~~~~~~~~~~~~ + + +Loiter behaviour when moving to the target point + + ++----------------------------------------------------+ +| Values | ++====================================================+ +| +-------+----------------------------------------+ | +| | Value | Meaning | | +| +=======+========================================+ | +| | 0 | Forward or reverse to target point | | +| +-------+----------------------------------------+ | +| | 1 | Always face bow towards target point | | +| +-------+----------------------------------------+ | +| | 2 | Always face stern towards target point | | +| +-------+----------------------------------------+ | +| | ++----------------------------------------------------+ + + + + +.. _SIMPLE_TYPE: + +SIMPLE\_TYPE: Simple\_Type +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Simple mode types + + ++--------------------------------+ +| Values | ++================================+ +| +-------+--------------------+ | +| | Value | Meaning | | +| +=======+====================+ | +| | 0 | InitialHeading | | +| +-------+--------------------+ | +| | 1 | CardinalDirections | | +| +-------+--------------------+ | +| | ++--------------------------------+ + + + + +.. _LOIT_RADIUS: + +LOIT\_RADIUS: Loiter radius +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vehicle will drift when within this distance of the target position + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 1 | 0 to 20 | meters | ++-----------+---------+--------+ + + + + +.. _MIS_DONE_BEHAVE: + +MIS\_DONE\_BEHAVE: Mission done behave +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Behaviour after mission completes + + ++---------------------------------+ +| Values | ++=================================+ +| +-------+---------------------+ | +| | Value | Meaning | | +| +=======+=====================+ | +| | 0 | Hold in Auto Mode | | +| +-------+---------------------+ | +| | 1 | Loiter in Auto Mode | | +| +-------+---------------------+ | +| | 2 | Acro Mode | | +| +-------+---------------------+ | +| | 3 | Manual Mode | | +| +-------+---------------------+ | +| | ++---------------------------------+ + + + + +.. _BAL_PITCH_TRIM: + +BAL\_PITCH\_TRIM: Balance Bot pitch trim angle +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Balance Bot pitch trim for balancing\. This offsets the tilt of the center of mass\. + + ++-----------+---------+---------+ +| Increment | Range | Units | ++===========+=========+=========+ +| 0.1 | -2 to 2 | degrees | ++-----------+---------+---------+ + + + + +.. _STICK_MIXING: + +STICK\_MIXING: Stick Mixing +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +When enabled\, this adds steering user stick input in auto modes\, allowing the user to have some degree of control without changing modes\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SPEED_MAX: + +SPEED\_MAX: Speed maximum +~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum speed vehicle can obtain at full throttle\. If 0\, it will be estimated based on CRUISE\_SPEED and CRUISE\_THROTTLE\. + + ++-----------+---------+-------------------+ +| Increment | Range | Units | ++===========+=========+===================+ +| 0.1 | 0 to 30 | meters per second | ++-----------+---------+-------------------+ + + + + +.. _LOIT_SPEED_GAIN: + +LOIT\_SPEED\_GAIN: Loiter speed gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Determines how agressively LOITER tries to correct for drift from loiter point\. Higher is faster but default should be acceptable\. + + ++-----------+--------+ +| Increment | Range | ++===========+========+ +| 0.01 | 0 to 5 | ++-----------+--------+ + + + + +.. _FS_OPTIONS: + +FS\_OPTIONS: Failsafe Options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bitmask to enable failsafe options + + ++-----------------------------------------+-------------------------------------------+ +| Bitmask | Values | ++=========================================+===========================================+ +| +-----+-------------------------------+ | +-------+-------------------------------+ | +| | Bit | Meaning | | | Value | Meaning | | +| +=====+===============================+ | +=======+===============================+ | +| | 0 | Failsafe enabled in Hold mode | | | 0 | None | | +| +-----+-------------------------------+ | +-------+-------------------------------+ | +| | | 1 | Failsafe enabled in Hold mode | | +| | +-------+-------------------------------+ | +| | | ++-----------------------------------------+-------------------------------------------+ + + + + +.. _GUID_OPTIONS: + +GUID\_OPTIONS: Guided mode options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Options that can be applied to change guided mode behaviour + + ++---------------------------------------+ +| Bitmask | ++=======================================+ +| +-----+-----------------------------+ | +| | Bit | Meaning | | +| +=====+=============================+ | +| | 6 | SCurves used for navigation | | +| +-----+-----------------------------+ | +| | ++---------------------------------------+ + + + + +.. _MANUAL_OPTIONS: + +MANUAL\_OPTIONS: Manual mode options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Manual mode specific options + + ++-----------------------------------------+ +| Bitmask | ++=========================================+ +| +-----+-------------------------------+ | +| | Bit | Meaning | | +| +=====+===============================+ | +| | 0 | Enable steering speed scaling | | +| +-----+-------------------------------+ | +| | ++-----------------------------------------+ + + + + +.. _MANUAL_STR_EXPO: + +MANUAL\_STR\_EXPO: Manual Steering Expo +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Manual steering expo to allow faster steering when stick at edges + + ++--------------+-----------------------+ +| Range | Values | ++==============+=======================+ +| -0.5 to 0.95 | +-------+-----------+ | +| | | Value | Meaning | | +| | +=======+===========+ | +| | | 0 | Disabled | | +| | +-------+-----------+ | +| | | 0.1 | Very Low | | +| | +-------+-----------+ | +| | | 0.2 | Low | | +| | +-------+-----------+ | +| | | 0.3 | Medium | | +| | +-------+-----------+ | +| | | 0.4 | High | | +| | +-------+-----------+ | +| | | 0.5 | Very High | | +| | +-------+-----------+ | +| | | ++--------------+-----------------------+ + + + + +.. _FS_GCS_TIMEOUT: + +FS\_GCS\_TIMEOUT: GCS failsafe timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Timeout before triggering the GCS failsafe + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 2 to 120 | seconds | ++-----------+----------+---------+ + + + + +.. _CH7_OPTION: + +CH7\_OPTION: Channel 7 option +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What to do use channel 7 for + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | Nothing | | +| +-------+------------------+ | +| | 1 | SaveWaypoint | | +| +-------+------------------+ | +| | 2 | LearnCruiseSpeed | | +| +-------+------------------+ | +| | 3 | ArmDisarm | | +| +-------+------------------+ | +| | 4 | Manual | | +| +-------+------------------+ | +| | 5 | Acro | | +| +-------+------------------+ | +| | 6 | Steering | | +| +-------+------------------+ | +| | 7 | Hold | | +| +-------+------------------+ | +| | 8 | Auto | | +| +-------+------------------+ | +| | 9 | RTL | | +| +-------+------------------+ | +| | 10 | SmartRTL | | +| +-------+------------------+ | +| | 11 | Guided | | +| +-------+------------------+ | +| | 12 | Loiter | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + +.. _AUX_CH: + +AUX\_CH: Auxiliary switch channel +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC Channel to use for auxiliary functions including saving waypoints + + +.. _PIVOT_TURN_ANGLE: + +PIVOT\_TURN\_ANGLE: Pivot turn angle +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Navigation angle threshold in degrees to switch to pivot steering\. This allows you to setup a skid steering rover to turn on the spot in auto mode when the angle it needs to turn it greater than this angle\. An angle of zero means to disable pivot turning\. Note that you will probably also want to set a low value for WP\_RADIUS to get neat turns\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 360 | degrees | ++-----------+----------+---------+ + + + + +.. _PIVOT_TURN_RATE: + +PIVOT\_TURN\_RATE: Pivot turn rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Desired pivot turn rate in deg\/s\. + + ++-----------+----------+--------------------+ +| Increment | Range | Units | ++===========+==========+====================+ +| 1 | 0 to 360 | degrees per second | ++-----------+----------+--------------------+ + + + + + +.. _parameters_VEHICLE: + +VEHICLE Parameters +------------------ + + +.. _FLTMODE_GCSBLOCK: + +FLTMODE\_GCSBLOCK: Flight mode block from GCS +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Bitmask of flight modes to disable for GCS selection\. Mode can still be accessed via RC or failsafe\. + + ++--------------------+ +| Bitmask | ++====================+ +| +-----+----------+ | +| | Bit | Meaning | | +| +=====+==========+ | +| | 0 | Manual | | +| +-----+----------+ | +| | 1 | Acro | | +| +-----+----------+ | +| | 2 | Steering | | +| +-----+----------+ | +| | 3 | Loiter | | +| +-----+----------+ | +| | 4 | Follow | | +| +-----+----------+ | +| | 5 | Simple | | +| +-----+----------+ | +| | 6 | Circle | | +| +-----+----------+ | +| | 7 | Auto | | +| +-----+----------+ | +| | 8 | RTL | | +| +-----+----------+ | +| | 9 | SmartRTL | | +| +-----+----------+ | +| | 10 | Guided | | +| +-----+----------+ | +| | 11 | Dock | | +| +-----+----------+ | +| | ++--------------------+ + + + + + +.. _parameters_AFS_: + +AFS\_ Parameters +---------------- + + +.. _AFS_ENABLE: + +AFS\_ENABLE: Enable Advanced Failsafe +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This enables the advanced failsafe system\. If this is set to zero \(disable\) then all the other AFS options have no effect + + +.. _AFS_MAN_PIN: + +AFS\_MAN\_PIN: Manual Pin +~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets a digital output pin to set high when in manual mode\. See the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + +.. _AFS_HB_PIN: + +AFS\_HB\_PIN: Heartbeat Pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets a digital output pin which is cycled at 10Hz when termination is not activated\. Note that if a FS\_TERM\_PIN is set then the heartbeat pin will continue to cycle at 10Hz when termination is activated\, to allow the termination board to distinguish between autopilot crash and termination\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++-------------------------------+ +| Values | ++===============================+ +| +-------+-------------------+ | +| | Value | Meaning | | +| +=======+===================+ | +| | -1 | Disabled | | +| +-------+-------------------+ | +| | 49 | BB Blue GP0 pin 4 | | +| +-------+-------------------+ | +| | 50 | AUXOUT1 | | +| +-------+-------------------+ | +| | 51 | AUXOUT2 | | +| +-------+-------------------+ | +| | 52 | AUXOUT3 | | +| +-------+-------------------+ | +| | 53 | AUXOUT4 | | +| +-------+-------------------+ | +| | 54 | AUXOUT5 | | +| +-------+-------------------+ | +| | 55 | AUXOUT6 | | +| +-------+-------------------+ | +| | 57 | BB Blue GP0 pin 3 | | +| +-------+-------------------+ | +| | 113 | BB Blue GP0 pin 6 | | +| +-------+-------------------+ | +| | 116 | BB Blue GP0 pin 5 | | +| +-------+-------------------+ | +| | ++-------------------------------+ + + + + +.. _AFS_WP_COMMS: + +AFS\_WP\_COMMS: Comms Waypoint +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Waypoint number to navigate to on comms loss + + +.. _AFS_WP_GPS_LOSS: + +AFS\_WP\_GPS\_LOSS: GPS Loss Waypoint +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Waypoint number to navigate to on GPS lock loss + + +.. _AFS_TERMINATE: + +AFS\_TERMINATE: Force Terminate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Can be set in flight to force termination of the heartbeat signal + + +.. _AFS_TERM_ACTION: + +AFS\_TERM\_ACTION: Terminate action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This can be used to force an action on flight termination\. Normally this is handled by an external failsafe board\, but you can setup ArduPilot to handle it here\. Please consult the wiki for more information on the possible values of the parameter + + +.. _AFS_TERM_PIN: + +AFS\_TERM\_PIN: Terminate Pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets a digital output pin to set high on flight termination\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++-------------------------------+ +| Values | ++===============================+ +| +-------+-------------------+ | +| | Value | Meaning | | +| +=======+===================+ | +| | -1 | Disabled | | +| +-------+-------------------+ | +| | 49 | BB Blue GP0 pin 4 | | +| +-------+-------------------+ | +| | 50 | AUXOUT1 | | +| +-------+-------------------+ | +| | 51 | AUXOUT2 | | +| +-------+-------------------+ | +| | 52 | AUXOUT3 | | +| +-------+-------------------+ | +| | 53 | AUXOUT4 | | +| +-------+-------------------+ | +| | 54 | AUXOUT5 | | +| +-------+-------------------+ | +| | 55 | AUXOUT6 | | +| +-------+-------------------+ | +| | 57 | BB Blue GP0 pin 3 | | +| +-------+-------------------+ | +| | 113 | BB Blue GP0 pin 6 | | +| +-------+-------------------+ | +| | 116 | BB Blue GP0 pin 5 | | +| +-------+-------------------+ | +| | ++-------------------------------+ + + + + +.. _AFS_AMSL_LIMIT: + +AFS\_AMSL\_LIMIT: AMSL limit +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the AMSL \(above mean sea level\) altitude limit\. If the pressure altitude determined by QNH exceeds this limit then flight termination will be forced\. Note that this limit is in meters\, whereas pressure altitude limits are often quoted in feet\. A value of zero disables the pressure altitude limit\. + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _AFS_AMSL_ERR_GPS: + +AFS\_AMSL\_ERR\_GPS: Error margin for GPS based AMSL limit +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets margin for error in GPS derived altitude limit\. This error margin is only used if the barometer has failed\. If the barometer fails then the GPS will be used to enforce the AMSL\_LIMIT\, but this margin will be subtracted from the AMSL\_LIMIT first\, to ensure that even with the given amount of GPS altitude error the pressure altitude is not breached\. OBC users should set this to comply with their D2 safety case\. A value of \-1 will mean that barometer failure will lead to immediate termination\. + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _AFS_QNH_PRESSURE: + +AFS\_QNH\_PRESSURE: QNH pressure +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the QNH pressure in millibars to be used for pressure altitude in the altitude limit\. A value of zero disables the altitude limit\. + + ++-------------+ +| Units | ++=============+ +| hectopascal | ++-------------+ + + + + +.. _AFS_MAX_GPS_LOSS: + +AFS\_MAX\_GPS\_LOSS: Maximum number of GPS loss events +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum number of GPS loss events before the aircraft stops returning to mission on GPS recovery\. Use zero to allow for any number of GPS loss events\. + + +.. _AFS_MAX_COM_LOSS: + +AFS\_MAX\_COM\_LOSS: Maximum number of comms loss events +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum number of comms loss events before the aircraft stops returning to mission on comms recovery\. Use zero to allow for any number of comms loss events\. + + +.. _AFS_GEOFENCE: + +AFS\_GEOFENCE: Enable geofence Advanced Failsafe +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This enables the geofence part of the AFS\. Will only be in effect if AFS\_ENABLE is also 1 + + +.. _AFS_RC: + +AFS\_RC: Enable RC Advanced Failsafe +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This enables the RC part of the AFS\. Will only be in effect if AFS\_ENABLE is also 1 + + +.. _AFS_RC_MAN_ONLY: + +AFS\_RC\_MAN\_ONLY: Enable RC Termination only in manual control modes +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +If this parameter is set to 1\, then an RC loss will only cause the plane to terminate in manual control modes\. If it is 0\, then the plane will terminate in any flight mode\. + + +.. _AFS_DUAL_LOSS: + +AFS\_DUAL\_LOSS: Enable dual loss terminate due to failure of both GCS and GPS simultaneously +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This enables the dual loss termination part of the AFS system\. If this parameter is 1 and both GPS and the ground control station fail simultaneously\, this will be considered a \"dual loss\" and cause termination\. + + +.. _AFS_RC_FAIL_TIME: + +AFS\_RC\_FAIL\_TIME: RC failure time +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the time in seconds in manual mode that failsafe termination will activate if RC input is lost\. For the OBC rules this should be \(1\.5\)\. Use 0 to disable\. + + ++---------+ +| Units | ++=========+ +| seconds | ++---------+ + + + + +.. _AFS_MAX_RANGE: + +AFS\_MAX\_RANGE: Max allowed range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the maximum range of the vehicle in kilometers from first arming\. If the vehicle goes beyond this range then the TERM\_ACTION is performed\. A value of zero disables this feature\. + + ++------------+ +| Units | ++============+ +| kilometers | ++------------+ + + + + +.. _AFS_OPTIONS: + +AFS\_OPTIONS: AFS options +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +See description for each bitmask bit description + + ++-----------------------------------------------------------------------------------------------------------------------------+ +| Bitmask | ++=============================================================================================================================+ +| +-----+-------------------------------------------------------------------------------------------------------------------+ | +| | Bit | Meaning | | +| +=====+===================================================================================================================+ | +| | 0 | Continue the mission even after comms are recovered (does not go to the mission item at the time comms were lost) | | +| +-----+-------------------------------------------------------------------------------------------------------------------+ | +| | 1 | Enable AFS for all autonomous modes (not just AUTO) | | +| +-----+-------------------------------------------------------------------------------------------------------------------+ | +| | ++-----------------------------------------------------------------------------------------------------------------------------+ + + + + +.. _AFS_GCS_TIMEOUT: + +AFS\_GCS\_TIMEOUT: GCS timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The time \(in seconds\) of persistent data link loss before GCS failsafe occurs\. + + ++---------+ +| Units | ++=========+ +| seconds | ++---------+ + + + + + +.. _parameters_AHRS_: + +AHRS\_ Parameters +----------------- + + +.. _AHRS_GPS_GAIN: + +AHRS\_GPS\_GAIN: AHRS GPS gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls 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\. + + ++-----------+------------+ +| Increment | Range | ++===========+============+ +| .01 | 0.0 to 1.0 | ++-----------+------------+ + + + + +.. _AHRS_GPS_USE: + +AHRS\_GPS\_USE: AHRS use GPS for DCM navigation and position\-down +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +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\. Currently this affects only the DCM\-based AHRS\: the EKF uses GPS according to its own parameters\. A value of 2 means to use GPS for height as well as position \- both in DCM estimation and when determining altitude\-above\-home\. + + ++-------------------------------------------------+ +| Values | ++=================================================+ +| +-------+-------------------------------------+ | +| | Value | Meaning | | +| +=======+=====================================+ | +| | 0 | Disabled | | +| +-------+-------------------------------------+ | +| | 1 | Use GPS for DCM position | | +| +-------+-------------------------------------+ | +| | 2 | Use GPS for DCM position and height | | +| +-------+-------------------------------------+ | +| | ++-------------------------------------------------+ + + + + +.. _AHRS_YAW_P: + +AHRS\_YAW\_P: Yaw P +~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +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\. + + ++-----------+------------+ +| Increment | Range | ++===========+============+ +| .01 | 0.1 to 0.4 | ++-----------+------------+ + + + + +.. _AHRS_RP_P: + +AHRS\_RP\_P: AHRS RP\_P +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls how fast the accelerometers correct the attitude + + ++-----------+------------+ +| Increment | Range | ++===========+============+ +| .01 | 0.1 to 0.4 | ++-----------+------------+ + + + + +.. _AHRS_WIND_MAX: + +AHRS\_WIND\_MAX: Maximum wind +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the maximum allowable difference between ground speed and airspeed\. A value of zero means to use the airspeed as is\. This allows the plane to cope with a failing airspeed sensor by clipping it to groundspeed plus\/minus this limit\. See ARSPD\_OPTIONS and ARSPD\_WIND\_MAX to disable airspeed sensors\. + + ++-----------+----------+-------------------+ +| Increment | Range | Units | ++===========+==========+===================+ +| 1 | 0 to 127 | meters per second | ++-----------+----------+-------------------+ + + + + +.. _AHRS_TRIM_X: + +AHRS\_TRIM\_X: AHRS Trim Roll +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Compensates for the roll angle difference between the control board and the frame\. Positive values make the vehicle roll right\. + + ++-----------+--------------------+---------+ +| Increment | Range | Units | ++===========+====================+=========+ +| 0.01 | -0.1745 to +0.1745 | radians | ++-----------+--------------------+---------+ + + + + +.. _AHRS_TRIM_Y: + +AHRS\_TRIM\_Y: AHRS Trim Pitch +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Compensates for the pitch angle difference between the control board and the frame\. Positive values make the vehicle pitch up\/back\. + + ++-----------+--------------------+---------+ +| Increment | Range | Units | ++===========+====================+=========+ +| 0.01 | -0.1745 to +0.1745 | radians | ++-----------+--------------------+---------+ + + + + +.. _AHRS_TRIM_Z: + +AHRS\_TRIM\_Z: AHRS Trim Yaw +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Not Used + + ++-----------+--------------------+---------+ +| Increment | Range | Units | ++===========+====================+=========+ +| 0.01 | -0.1745 to +0.1745 | radians | ++-----------+--------------------+---------+ + + + + +.. _AHRS_ORIENTATION: + +AHRS\_ORIENTATION: Board Orientation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +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\. The label for each option is specified in the order of rotations for that orientation\. This option takes affect on next boot\. After changing you will need to re\-level your vehicle\. Firmware versions 4\.2 and prior can use a CUSTOM \(100\) rotation to set the AHRS\_CUSTOM\_ROLL\/PIT\/YAW angles for AHRS orientation\. Later versions provide two general custom rotations which can be used\, Custom 1 and Custom 2\, with CUST\_ROT1\_ROLL\/PIT\/YAW or CUST\_ROT2\_ROLL\/PIT\/YAW angles\. + + ++----------------------------------+ +| Values | ++==================================+ +| +-------+----------------------+ | +| | Value | Meaning | | +| +=======+======================+ | +| | 0 | None | | +| +-------+----------------------+ | +| | 1 | Yaw45 | | +| +-------+----------------------+ | +| | 2 | Yaw90 | | +| +-------+----------------------+ | +| | 3 | Yaw135 | | +| +-------+----------------------+ | +| | 4 | Yaw180 | | +| +-------+----------------------+ | +| | 5 | Yaw225 | | +| +-------+----------------------+ | +| | 6 | Yaw270 | | +| +-------+----------------------+ | +| | 7 | Yaw315 | | +| +-------+----------------------+ | +| | 8 | Roll180 | | +| +-------+----------------------+ | +| | 9 | Yaw45Roll180 | | +| +-------+----------------------+ | +| | 10 | Yaw90Roll180 | | +| +-------+----------------------+ | +| | 11 | Yaw135Roll180 | | +| +-------+----------------------+ | +| | 12 | Pitch180 | | +| +-------+----------------------+ | +| | 13 | Yaw225Roll180 | | +| +-------+----------------------+ | +| | 14 | Yaw270Roll180 | | +| +-------+----------------------+ | +| | 15 | Yaw315Roll180 | | +| +-------+----------------------+ | +| | 16 | Roll90 | | +| +-------+----------------------+ | +| | 17 | Yaw45Roll90 | | +| +-------+----------------------+ | +| | 18 | Yaw90Roll90 | | +| +-------+----------------------+ | +| | 19 | Yaw135Roll90 | | +| +-------+----------------------+ | +| | 20 | Roll270 | | +| +-------+----------------------+ | +| | 21 | Yaw45Roll270 | | +| +-------+----------------------+ | +| | 22 | Yaw90Roll270 | | +| +-------+----------------------+ | +| | 23 | Yaw135Roll270 | | +| +-------+----------------------+ | +| | 24 | Pitch90 | | +| +-------+----------------------+ | +| | 25 | Pitch270 | | +| +-------+----------------------+ | +| | 26 | Yaw90Pitch180 | | +| +-------+----------------------+ | +| | 27 | Yaw270Pitch180 | | +| +-------+----------------------+ | +| | 28 | Pitch90Roll90 | | +| +-------+----------------------+ | +| | 29 | Pitch90Roll180 | | +| +-------+----------------------+ | +| | 30 | Pitch90Roll270 | | +| +-------+----------------------+ | +| | 31 | Pitch180Roll90 | | +| +-------+----------------------+ | +| | 32 | Pitch180Roll270 | | +| +-------+----------------------+ | +| | 33 | Pitch270Roll90 | | +| +-------+----------------------+ | +| | 34 | Pitch270Roll180 | | +| +-------+----------------------+ | +| | 35 | Pitch270Roll270 | | +| +-------+----------------------+ | +| | 36 | Yaw90Pitch180Roll90 | | +| +-------+----------------------+ | +| | 37 | Yaw270Roll90 | | +| +-------+----------------------+ | +| | 38 | Yaw293Pitch68Roll180 | | +| +-------+----------------------+ | +| | 39 | Pitch315 | | +| +-------+----------------------+ | +| | 40 | Pitch315Roll90 | | +| +-------+----------------------+ | +| | 42 | Roll45 | | +| +-------+----------------------+ | +| | 43 | Roll315 | | +| +-------+----------------------+ | +| | 100 | Custom 4.1 and older | | +| +-------+----------------------+ | +| | 101 | Custom 1 | | +| +-------+----------------------+ | +| | 102 | Custom 2 | | +| +-------+----------------------+ | +| | ++----------------------------------+ + + + + +.. _AHRS_COMP_BETA: + +AHRS\_COMP\_BETA: AHRS Velocity Complementary Filter Beta Coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +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\. + + ++-----------+--------------+ +| Increment | Range | ++===========+==============+ +| .01 | 0.001 to 0.5 | ++-----------+--------------+ + + + + +.. _AHRS_GPS_MINSATS: + +AHRS\_GPS\_MINSATS: AHRS GPS Minimum satellites +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +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\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 10 | ++-----------+---------+ + + + + +.. _AHRS_EKF_TYPE: + +AHRS\_EKF\_TYPE: Use NavEKF Kalman filter for attitude and position estimation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls which NavEKF Kalman filter version is used for attitude and position estimation + + ++--------------------------+ +| Values | ++==========================+ +| +-------+--------------+ | +| | Value | Meaning | | +| +=======+==============+ | +| | 0 | Disabled | | +| +-------+--------------+ | +| | 2 | Enable EKF2 | | +| +-------+--------------+ | +| | 3 | Enable EKF3 | | +| +-------+--------------+ | +| | 11 | ExternalAHRS | | +| +-------+--------------+ | +| | ++--------------------------+ + + + + +.. _AHRS_CUSTOM_ROLL: + +AHRS\_CUSTOM\_ROLL: Board orientation roll offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Autopilot mounting position roll offset\. Positive values \= roll right\, negative values \= roll left\. This parameter is only used when AHRS\_ORIENTATION is set to CUSTOM\. + + ++-----------+-------------+---------+ +| Increment | Range | Units | ++===========+=============+=========+ +| 1 | -180 to 180 | degrees | ++-----------+-------------+---------+ + + + + +.. _AHRS_CUSTOM_PIT: + +AHRS\_CUSTOM\_PIT: Board orientation pitch offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Autopilot mounting position pitch offset\. Positive values \= pitch up\, negative values \= pitch down\. This parameter is only used when AHRS\_ORIENTATION is set to CUSTOM\. + + ++-----------+-------------+---------+ +| Increment | Range | Units | ++===========+=============+=========+ +| 1 | -180 to 180 | degrees | ++-----------+-------------+---------+ + + + + +.. _AHRS_CUSTOM_YAW: + +AHRS\_CUSTOM\_YAW: Board orientation yaw offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Autopilot mounting position yaw offset\. Positive values \= yaw right\, negative values \= yaw left\. This parameter is only used when AHRS\_ORIENTATION is set to CUSTOM\. + + ++-----------+-------------+---------+ +| Increment | Range | Units | ++===========+=============+=========+ +| 1 | -180 to 180 | degrees | ++-----------+-------------+---------+ + + + + +.. _AHRS_OPTIONS: + +AHRS\_OPTIONS: Optional AHRS behaviour +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls optional AHRS behaviour\. Setting DisableDCMFallbackFW will change the AHRS behaviour for fixed wing aircraft in fly\-forward flight to not fall back to DCM when the EKF stops navigating\. Setting DisableDCMFallbackVTOL will change the AHRS behaviour for fixed wing aircraft in non fly\-forward \(VTOL\) flight to not fall back to DCM when the EKF stops navigating\. + + ++----------------------------------+ +| Bitmask | ++==================================+ +| +-----+------------------------+ | +| | Bit | Meaning | | +| +=====+========================+ | +| | 0 | DisableDCMFallbackFW | | +| +-----+------------------------+ | +| | 1 | DisableDCMFallbackVTOL | | +| +-----+------------------------+ | +| | ++----------------------------------+ + + + + + +.. _parameters_AIS_: + +AIS\_ Parameters +---------------- + + +.. _AIS_TYPE: + +AIS\_TYPE: AIS receiver type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +AIS receiver type + + ++--------------------------------+ +| Values | ++================================+ +| +-------+--------------------+ | +| | Value | Meaning | | +| +=======+====================+ | +| | 0 | None | | +| +-------+--------------------+ | +| | 1 | NMEA AIVDM message | | +| +-------+--------------------+ | +| | ++--------------------------------+ + + + + +.. _AIS_LIST_MAX: + +AIS\_LIST\_MAX: AIS vessel list size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +AIS list size of nearest vessels\. Longer lists take longer to refresh with lower SRx\_ADSB values\. + + ++----------+ +| Range | ++==========+ +| 1 to 100 | ++----------+ + + + + +.. _AIS_TIME_OUT: + +AIS\_TIME\_OUT: AIS vessel time out +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +if no updates are received in this time a vessel will be removed from the list + + ++-----------+---------+ +| Range | Units | ++===========+=========+ +| 1 to 2000 | seconds | ++-----------+---------+ + + + + +.. _AIS_LOGGING: + +AIS\_LOGGING: AIS logging options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bitmask of AIS logging options + + ++-----------------------------------------------+ +| Bitmask | ++===============================================+ +| +-----+-------------------------------------+ | +| | Bit | Meaning | | +| +=====+=====================================+ | +| | 0 | Log all AIVDM messages | | +| +-----+-------------------------------------+ | +| | 1 | Log only unsupported AIVDM messages | | +| +-----+-------------------------------------+ | +| | 2 | Log decoded messages | | +| +-----+-------------------------------------+ | +| | ++-----------------------------------------------+ + + + + + +.. _parameters_ARMING_: + +ARMING\_ Parameters +------------------- + + +.. _ARMING_REQUIRE: + +ARMING\_REQUIRE: Require Arming Motors +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Arming disabled until some requirements are met\. If 0\, there are no requirements \(arm immediately\)\. If 1\, sends the minimum throttle PWM value to the throttle channel when disarmed\. If 2\, send 0 PWM \(no signal\) to throttle channel when disarmed\. On planes with ICE enabled and the throttle while disarmed option set in ICE\_OPTIONS\, the motor will always get THR\_MIN when disarmed\. Arming will occur using either rudder stick arming \(if enabled\) or GCS command when all mandatory and ARMING\_CHECK items are satisfied\. Note\, when setting this parameter to 0\, a reboot is required to immediately arm the plane\. + + ++---------------------------------------+ +| Values | ++=======================================+ +| +-------+---------------------------+ | +| | Value | Meaning | | +| +=======+===========================+ | +| | 0 | Disabled | | +| +-------+---------------------------+ | +| | 1 | minimum PWM when disarmed | | +| +-------+---------------------------+ | +| | 2 | 0 PWM when disarmed | | +| +-------+---------------------------+ | +| | ++---------------------------------------+ + + + + +.. _ARMING_ACCTHRESH: + +ARMING\_ACCTHRESH: Accelerometer error threshold +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer error threshold used to determine inconsistent accelerometers\. Compares this error range to other accelerometers to detect a hardware or calibration error\. Lower value means tighter check and harder to pass arming check\. Not all accelerometers are created equal\. + + ++-------------+--------------------------+ +| Range | Units | ++=============+==========================+ +| 0.25 to 3.0 | meters per square second | ++-------------+--------------------------+ + + + + +.. _ARMING_RUDDER: + +ARMING\_RUDDER: Arming with Rudder enable\/disable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Allow arm\/disarm by rudder input\. When enabled arming can be done with right rudder\, disarming with left rudder\. Rudder arming only works with throttle at zero \+\- deadzone \(RCx\_DZ\)\. Depending on vehicle type\, arming in certain modes is prevented\. See the wiki for each vehicle\. Caution is recommended when arming if it is allowed in an auto\-throttle mode\! + + ++-------------------------+ +| Values | ++=========================+ +| +-------+-------------+ | +| | Value | Meaning | | +| +=======+=============+ | +| | 0 | Disabled | | +| +-------+-------------+ | +| | 1 | ArmingOnly | | +| +-------+-------------+ | +| | 2 | ArmOrDisarm | | +| +-------+-------------+ | +| | ++-------------------------+ + + + + +.. _ARMING_MIS_ITEMS: + +ARMING\_MIS\_ITEMS: Required mission items +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bitmask of mission items that are required to be planned in order to arm the aircraft + + ++-------------------------+ +| Bitmask | ++=========================+ +| +-----+---------------+ | +| | Bit | Meaning | | +| +=====+===============+ | +| | 0 | Land | | +| +-----+---------------+ | +| | 1 | VTOL Land | | +| +-----+---------------+ | +| | 2 | DO_LAND_START | | +| +-----+---------------+ | +| | 3 | Takeoff | | +| +-----+---------------+ | +| | 4 | VTOL Takeoff | | +| +-----+---------------+ | +| | 5 | Rallypoint | | +| +-----+---------------+ | +| | 6 | RTL | | +| +-----+---------------+ | +| | ++-------------------------+ + + + + +.. _ARMING_CHECK: + +ARMING\_CHECK: Arm Checks to Perform \(bitmask\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Checks prior to arming motor\. This is a bitmask of checks that will be performed before allowing arming\. For most users it is recommended to leave this at the default of 1 \(all checks enabled\)\. You can select whatever checks you prefer by adding together the values of each check type to set this parameter\. For example\, to only allow arming when you have GPS lock and no RC failsafe you would set ARMING\_CHECK to 72\. + + ++----------------------------------+ +| Bitmask | ++==================================+ +| +-----+------------------------+ | +| | Bit | Meaning | | +| +=====+========================+ | +| | 0 | All | | +| +-----+------------------------+ | +| | 1 | Barometer | | +| +-----+------------------------+ | +| | 2 | Compass | | +| +-----+------------------------+ | +| | 3 | GPS lock | | +| +-----+------------------------+ | +| | 4 | INS | | +| +-----+------------------------+ | +| | 5 | Parameters | | +| +-----+------------------------+ | +| | 6 | RC Channels | | +| +-----+------------------------+ | +| | 7 | Board voltage | | +| +-----+------------------------+ | +| | 8 | Battery Level | | +| +-----+------------------------+ | +| | 10 | Logging Available | | +| +-----+------------------------+ | +| | 11 | Hardware safety switch | | +| +-----+------------------------+ | +| | 12 | GPS Configuration | | +| +-----+------------------------+ | +| | 13 | System | | +| +-----+------------------------+ | +| | 14 | Mission | | +| +-----+------------------------+ | +| | 15 | Rangefinder | | +| +-----+------------------------+ | +| | 16 | Camera | | +| +-----+------------------------+ | +| | 17 | AuxAuth | | +| +-----+------------------------+ | +| | 18 | VisualOdometry | | +| +-----+------------------------+ | +| | 19 | FFT | | +| +-----+------------------------+ | +| | ++----------------------------------+ + + + + +.. _ARMING_OPTIONS: + +ARMING\_OPTIONS: Arming options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Options that can be applied to change arming behaviour + + ++-----------------------------------------------------+ +| Values | ++=====================================================+ +| +-------+-----------------------------------------+ | +| | Value | Meaning | | +| +=======+=========================================+ | +| | 0 | None | | +| +-------+-----------------------------------------+ | +| | 1 | Disable prearm display | | +| +-------+-----------------------------------------+ | +| | 2 | Do not send status text on state change | | +| +-------+-----------------------------------------+ | +| | ++-----------------------------------------------------+ + + + + +.. _ARMING_MAGTHRESH: + +ARMING\_MAGTHRESH: Compass magnetic field strength error threshold vs earth magnetic model +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Compass magnetic field strength error threshold vs earth magnetic model\. X and y axis are compared using this threhold\, Z axis uses 2x this threshold\. 0 to disable check + + ++----------+------------+ +| Range | Units | ++==========+============+ +| 0 to 500 | milligauss | ++----------+------------+ + + + + + +.. _parameters_ARSPD: + +ARSPD Parameters +---------------- + + +.. _ARSPD_ENABLE: + +ARSPD\_ENABLE: Airspeed Enable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable airspeed sensor support + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 0 | Disable | | +| +-------+---------+ | +| | 1 | Enable | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _ARSPD_TUBE_ORDER: + +ARSPD\_TUBE\_ORDER: Control pitot tube order +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This parameter allows you to control whether the order in which the tubes are attached to your pitot tube matters\. If you set this to 0 then the first \(often the top\) connector on the sensor needs to be the stagnation pressure \(the pressure at the tip of the pitot tube\)\. If set to 1 then the second \(often the bottom\) connector needs to be the stagnation pressure\. If set to 2 \(the default\) then the airspeed driver will accept either order\. The reason you may wish to specify the order is it will allow your airspeed sensor to detect if the aircraft is receiving excessive pressure on the static port compared to the stagnation port such as during a stall\, which would otherwise be seen as a positive airspeed\. + + ++-------------------------+ +| Values | ++=========================+ +| +-------+-------------+ | +| | Value | Meaning | | +| +=======+=============+ | +| | 0 | Normal | | +| +-------+-------------+ | +| | 1 | Swapped | | +| +-------+-------------+ | +| | 2 | Auto Detect | | +| +-------+-------------+ | +| | ++-------------------------+ + + + + +.. _ARSPD_PRIMARY: + +ARSPD\_PRIMARY: Primary airspeed sensor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This selects which airspeed sensor will be the primary if multiple sensors are found + + ++-------------------------+ +| Values | ++=========================+ +| +-------+-------------+ | +| | Value | Meaning | | +| +=======+=============+ | +| | 0 | FirstSensor | | +| +-------+-------------+ | +| | 1 | 2ndSensor | | +| +-------+-------------+ | +| | ++-------------------------+ + + + + +.. _ARSPD_OPTIONS: + +ARSPD\_OPTIONS: Airspeed options bitmask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This parameter and function is not used by this vehicle\. Always set to 0\. + + ++--------------------------------------+ +| Bitmask | ++======================================+ +| +-----+----------------------------+ | +| | Bit | Meaning | | +| +=====+============================+ | +| | 0 | SpeedMismatchDisable | | +| +-----+----------------------------+ | +| | 1 | AllowSpeedMismatchRecovery | | +| +-----+----------------------------+ | +| | 2 | DisableVoltageCorrection | | +| +-----+----------------------------+ | +| | 3 | UseEkf3Consistency | | +| +-----+----------------------------+ | +| | ++--------------------------------------+ + + + + +.. _ARSPD_WIND_MAX: + +ARSPD\_WIND\_MAX: Maximum airspeed and ground speed difference +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This parameter and function is not used by this vehicle\. Always set to 0\. + + ++-------------------+ +| Units | ++===================+ +| meters per second | ++-------------------+ + + + + +.. _ARSPD_WIND_WARN: + +ARSPD\_WIND\_WARN: Airspeed and GPS speed difference that gives a warning +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This parameter and function is not used by this vehicle\. Always set to 0\. + + ++-------------------+ +| Units | ++===================+ +| meters per second | ++-------------------+ + + + + +.. _ARSPD_WIND_GATE: + +ARSPD\_WIND\_GATE: Re\-enable Consistency Check Gate Size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This parameter and function is not used by this vehicle\. + + ++-------------+ +| Range | ++=============+ +| 0.0 to 10.0 | ++-------------+ + + + + +.. _ARSPD_OFF_PCNT: + +ARSPD\_OFF\_PCNT: Maximum offset cal speed error +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The maximum percentage speed change in airspeed reports that is allowed due to offset changes between calibrations before a warning is issued\. This potential speed error is in percent of ASPD\_FBW\_MIN\. 0 disables\. Helps warn of calibrations without pitot being covered\. + + ++-------------+---------+ +| Range | Units | ++=============+=========+ +| 0.0 to 10.0 | percent | ++-------------+---------+ + + + + + +.. _parameters_ARSPD2_: + +ARSPD2\_ Parameters +------------------- + + +.. _ARSPD2_TYPE: + +ARSPD2\_TYPE: Airspeed type +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of airspeed sensor + + ++-------------------------------+ +| Values | ++===============================+ +| +-------+-------------------+ | +| | Value | Meaning | | +| +=======+===================+ | +| | 0 | None | | +| +-------+-------------------+ | +| | 1 | I2C-MS4525D0 | | +| +-------+-------------------+ | +| | 2 | Analog | | +| +-------+-------------------+ | +| | 3 | I2C-MS5525 | | +| +-------+-------------------+ | +| | 4 | I2C-MS5525 (0x76) | | +| +-------+-------------------+ | +| | 5 | I2C-MS5525 (0x77) | | +| +-------+-------------------+ | +| | 6 | I2C-SDP3X | | +| +-------+-------------------+ | +| | 7 | I2C-DLVR-5in | | +| +-------+-------------------+ | +| | 8 | DroneCAN | | +| +-------+-------------------+ | +| | 9 | I2C-DLVR-10in | | +| +-------+-------------------+ | +| | 10 | I2C-DLVR-20in | | +| +-------+-------------------+ | +| | 11 | I2C-DLVR-30in | | +| +-------+-------------------+ | +| | 12 | I2C-DLVR-60in | | +| +-------+-------------------+ | +| | 13 | NMEA water speed | | +| +-------+-------------------+ | +| | 14 | MSP | | +| +-------+-------------------+ | +| | 15 | ASP5033 | | +| +-------+-------------------+ | +| | 16 | ExternalAHRS | | +| +-------+-------------------+ | +| | 100 | SITL | | +| +-------+-------------------+ | +| | ++-------------------------------+ + + + + +.. _ARSPD2_USE: + +ARSPD2\_USE: Airspeed use +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter is not used by this vehicle\. Always set to 0\. + + ++---------------------------------+ +| Values | ++=================================+ +| +-------+---------------------+ | +| | Value | Meaning | | +| +=======+=====================+ | +| | 0 | DoNotUse | | +| +-------+---------------------+ | +| | 1 | Use | | +| +-------+---------------------+ | +| | 2 | UseWhenZeroThrottle | | +| +-------+---------------------+ | +| | ++---------------------------------+ + + + + +.. _ARSPD2_OFFSET: + +ARSPD2\_OFFSET: Airspeed offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Airspeed calibration offset + + ++-----------+ +| Increment | ++===========+ +| 0.1 | ++-----------+ + + + + +.. _ARSPD2_RATIO: + +ARSPD2\_RATIO: Airspeed ratio +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Calibrates pitot tube pressure to velocity\. Increasing this value will indicate a higher airspeed at any given dynamic pressure\. + + ++-----------+ +| Increment | ++===========+ +| 0.1 | ++-----------+ + + + + +.. _ARSPD2_PIN: + +ARSPD2\_PIN: Airspeed pin +~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The pin number that the airspeed sensor is connected to for analog sensors\. Set to 15 on the Pixhawk for the analog airspeed port\. + + +.. _ARSPD2_AUTOCAL: + +ARSPD2\_AUTOCAL: This parameter and function is not used by this vehicle\. Always set to 0\. +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Enables automatic adjustment of airspeed ratio during a calibration flight based on estimation of ground speed and true airspeed\. New ratio saved every 2 minutes if change is \> 5\%\. Should not be left enabled\. + + +.. _ARSPD2_TUBE_ORDR: + +ARSPD2\_TUBE\_ORDR: Control pitot tube order +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This parameter allows you to control whether the order in which the tubes are attached to your pitot tube matters\. If you set this to 0 then the first \(often the top\) connector on the sensor needs to be the stagnation pressure \(the pressure at the tip of the pitot tube\)\. If set to 1 then the second \(often the bottom\) connector needs to be the stagnation pressure\. If set to 2 \(the default\) then the airspeed driver will accept either order\. The reason you may wish to specify the order is it will allow your airspeed sensor to detect if the aircraft is receiving excessive pressure on the static port compared to the stagnation port such as during a stall\, which would otherwise be seen as a positive airspeed\. + + ++-------------------------+ +| Values | ++=========================+ +| +-------+-------------+ | +| | Value | Meaning | | +| +=======+=============+ | +| | 0 | Normal | | +| +-------+-------------+ | +| | 1 | Swapped | | +| +-------+-------------+ | +| | 2 | Auto Detect | | +| +-------+-------------+ | +| | ++-------------------------+ + + + + +.. _ARSPD2_SKIP_CAL: + +ARSPD2\_SKIP\_CAL: Skip airspeed offset calibration on startup +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This parameter allows you to skip airspeed offset calibration on startup\, instead using the offset from the last calibration\. This may be desirable if the offset variance between flights for your sensor is low and you want to avoid having to cover the pitot tube on each boot\. + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 0 | Disable | | +| +-------+---------+ | +| | 1 | Enable | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _ARSPD2_PSI_RANGE: + +ARSPD2\_PSI\_RANGE: The PSI range of the device +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This parameter allows you to set the PSI \(pounds per square inch\) range for your sensor\. You should not change this unless you examine the datasheet for your device + + +.. _ARSPD2_BUS: + +ARSPD2\_BUS: Airspeed I2C bus +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Bus number of the I2C bus where the airspeed sensor is connected\. May not correspond to board\'s I2C bus number labels\. Retry another bus and reboot if airspeed sensor fails to initialize\. + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 0 | Bus0 | | +| +-------+---------+ | +| | 1 | Bus1 | | +| +-------+---------+ | +| | 2 | Bus2 | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _ARSPD2_DEVID: + +ARSPD2\_DEVID: Airspeed ID +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Airspeed sensor ID\, taking into account its type\, bus and instance + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + + +.. _parameters_ARSPD_: + +ARSPD\_ Parameters +------------------ + + +.. _ARSPD_TYPE: + +ARSPD\_TYPE: Airspeed type +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of airspeed sensor + + ++-------------------------------+ +| Values | ++===============================+ +| +-------+-------------------+ | +| | Value | Meaning | | +| +=======+===================+ | +| | 0 | None | | +| +-------+-------------------+ | +| | 1 | I2C-MS4525D0 | | +| +-------+-------------------+ | +| | 2 | Analog | | +| +-------+-------------------+ | +| | 3 | I2C-MS5525 | | +| +-------+-------------------+ | +| | 4 | I2C-MS5525 (0x76) | | +| +-------+-------------------+ | +| | 5 | I2C-MS5525 (0x77) | | +| +-------+-------------------+ | +| | 6 | I2C-SDP3X | | +| +-------+-------------------+ | +| | 7 | I2C-DLVR-5in | | +| +-------+-------------------+ | +| | 8 | DroneCAN | | +| +-------+-------------------+ | +| | 9 | I2C-DLVR-10in | | +| +-------+-------------------+ | +| | 10 | I2C-DLVR-20in | | +| +-------+-------------------+ | +| | 11 | I2C-DLVR-30in | | +| +-------+-------------------+ | +| | 12 | I2C-DLVR-60in | | +| +-------+-------------------+ | +| | 13 | NMEA water speed | | +| +-------+-------------------+ | +| | 14 | MSP | | +| +-------+-------------------+ | +| | 15 | ASP5033 | | +| +-------+-------------------+ | +| | 16 | ExternalAHRS | | +| +-------+-------------------+ | +| | 100 | SITL | | +| +-------+-------------------+ | +| | ++-------------------------------+ + + + + +.. _ARSPD_USE: + +ARSPD\_USE: Airspeed use +~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter is not used by this vehicle\. Always set to 0\. + + ++---------------------------------+ +| Values | ++=================================+ +| +-------+---------------------+ | +| | Value | Meaning | | +| +=======+=====================+ | +| | 0 | DoNotUse | | +| +-------+---------------------+ | +| | 1 | Use | | +| +-------+---------------------+ | +| | 2 | UseWhenZeroThrottle | | +| +-------+---------------------+ | +| | ++---------------------------------+ + + + + +.. _ARSPD_OFFSET: + +ARSPD\_OFFSET: Airspeed offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Airspeed calibration offset + + ++-----------+ +| Increment | ++===========+ +| 0.1 | ++-----------+ + + + + +.. _ARSPD_RATIO: + +ARSPD\_RATIO: Airspeed ratio +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Calibrates pitot tube pressure to velocity\. Increasing this value will indicate a higher airspeed at any given dynamic pressure\. + + ++-----------+ +| Increment | ++===========+ +| 0.1 | ++-----------+ + + + + +.. _ARSPD_PIN: + +ARSPD\_PIN: Airspeed pin +~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The pin number that the airspeed sensor is connected to for analog sensors\. Set to 15 on the Pixhawk for the analog airspeed port\. + + +.. _ARSPD_AUTOCAL: + +ARSPD\_AUTOCAL: This parameter and function is not used by this vehicle\. Always set to 0\. +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Enables automatic adjustment of airspeed ratio during a calibration flight based on estimation of ground speed and true airspeed\. New ratio saved every 2 minutes if change is \> 5\%\. Should not be left enabled\. + + +.. _ARSPD_TUBE_ORDR: + +ARSPD\_TUBE\_ORDR: Control pitot tube order +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This parameter allows you to control whether the order in which the tubes are attached to your pitot tube matters\. If you set this to 0 then the first \(often the top\) connector on the sensor needs to be the stagnation pressure \(the pressure at the tip of the pitot tube\)\. If set to 1 then the second \(often the bottom\) connector needs to be the stagnation pressure\. If set to 2 \(the default\) then the airspeed driver will accept either order\. The reason you may wish to specify the order is it will allow your airspeed sensor to detect if the aircraft is receiving excessive pressure on the static port compared to the stagnation port such as during a stall\, which would otherwise be seen as a positive airspeed\. + + ++-------------------------+ +| Values | ++=========================+ +| +-------+-------------+ | +| | Value | Meaning | | +| +=======+=============+ | +| | 0 | Normal | | +| +-------+-------------+ | +| | 1 | Swapped | | +| +-------+-------------+ | +| | 2 | Auto Detect | | +| +-------+-------------+ | +| | ++-------------------------+ + + + + +.. _ARSPD_SKIP_CAL: + +ARSPD\_SKIP\_CAL: Skip airspeed offset calibration on startup +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This parameter allows you to skip airspeed offset calibration on startup\, instead using the offset from the last calibration\. This may be desirable if the offset variance between flights for your sensor is low and you want to avoid having to cover the pitot tube on each boot\. + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 0 | Disable | | +| +-------+---------+ | +| | 1 | Enable | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _ARSPD_PSI_RANGE: + +ARSPD\_PSI\_RANGE: The PSI range of the device +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This parameter allows you to set the PSI \(pounds per square inch\) range for your sensor\. You should not change this unless you examine the datasheet for your device + + +.. _ARSPD_BUS: + +ARSPD\_BUS: Airspeed I2C bus +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Bus number of the I2C bus where the airspeed sensor is connected\. May not correspond to board\'s I2C bus number labels\. Retry another bus and reboot if airspeed sensor fails to initialize\. + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 0 | Bus0 | | +| +-------+---------+ | +| | 1 | Bus1 | | +| +-------+---------+ | +| | 2 | Bus2 | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _ARSPD_DEVID: + +ARSPD\_DEVID: Airspeed ID +~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Airspeed sensor ID\, taking into account its type\, bus and instance + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + + +.. _parameters_ATC: + +ATC Parameters +-------------- + + +.. _ATC_STR_RAT_P: + +ATC\_STR\_RAT\_P: Steering control rate P gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Steering control rate P gain\. Converts the turn rate error \(in radians\/sec\) to a steering control output \(in the range \-1 to \+1\) + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.001 | 0.000 to 2.000 | ++-----------+----------------+ + + + + +.. _ATC_STR_RAT_I: + +ATC\_STR\_RAT\_I: Steering control I gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Steering control I gain\. Corrects long term error between the desired turn rate \(in rad\/s\) and actual + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.001 | 0.000 to 2.000 | ++-----------+----------------+ + + + + +.. _ATC_STR_RAT_IMAX: + +ATC\_STR\_RAT\_IMAX: Steering control I gain maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Steering control I gain maximum\. Constrains the steering output \(range \-1 to \+1\) that the I term will generate + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.01 | 0.000 to 1.000 | ++-----------+----------------+ + + + + +.. _ATC_STR_RAT_D: + +ATC\_STR\_RAT\_D: Steering control D gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Steering control D gain\. Compensates for short\-term change in desired turn rate vs actual + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.001 | 0.000 to 0.400 | ++-----------+----------------+ + + + + +.. _ATC_STR_RAT_FF: + +ATC\_STR\_RAT\_FF: Steering control feed forward +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Steering control feed forward + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.001 | 0.000 to 3.000 | ++-----------+----------------+ + + + + +.. _ATC_STR_RAT_FILT: + +ATC\_STR\_RAT\_FILT: Steering control filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Steering control input filter\. Lower values reduce noise but add delay\. + + ++-----------+------------------+-------+ +| Increment | Range | Units | ++===========+==================+=======+ +| 0.1 | 0.000 to 100.000 | hertz | ++-----------+------------------+-------+ + + + + +.. _ATC_STR_RAT_FLTT: + +ATC\_STR\_RAT\_FLTT: Steering control Target filter frequency in Hz +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Target filter frequency in Hz + + ++-----------+------------------+-------+ +| Increment | Range | Units | ++===========+==================+=======+ +| 0.1 | 0.000 to 100.000 | hertz | ++-----------+------------------+-------+ + + + + +.. _ATC_STR_RAT_FLTE: + +ATC\_STR\_RAT\_FLTE: Steering control Error filter frequency in Hz +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Error filter frequency in Hz + + ++-----------+------------------+-------+ +| Increment | Range | Units | ++===========+==================+=======+ +| 0.1 | 0.000 to 100.000 | hertz | ++-----------+------------------+-------+ + + + + +.. _ATC_STR_RAT_FLTD: + +ATC\_STR\_RAT\_FLTD: Steering control Derivative term filter frequency in Hz +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Derivative filter frequency in Hz + + ++-----------+------------------+-------+ +| Increment | Range | Units | ++===========+==================+=======+ +| 0.1 | 0.000 to 100.000 | hertz | ++-----------+------------------+-------+ + + + + +.. _ATC_STR_RAT_SMAX: + +ATC\_STR\_RAT\_SMAX: Steering slew rate limit +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets an upper limit on the slew rate produced by the combined P and D gains\. If the amplitude of the control action produced by the rate feedback exceeds this value\, then the D\+P gain is reduced to respect the limit\. This limits the amplitude of high frequency oscillations caused by an excessive gain\. The limit should be set to no more than 25\% of the actuators maximum slew rate to allow for load effects\. Note\: The gain will not be reduced to less than 10\% of the nominal value\. A value of zero will disable this feature\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 0.5 | 0 to 200 | ++-----------+----------+ + + + + +.. _ATC_STR_RAT_PDMX: + +ATC\_STR\_RAT\_PDMX: Steering control PD sum maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Steering control PD sum maximum\. The maximum\/minimum value that the sum of the P and D term can output + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.01 | 0.000 to 1.000 | ++-----------+----------------+ + + + + +.. _ATC_STR_RAT_D_FF: + +ATC\_STR\_RAT\_D\_FF: Steering control Derivative FeedForward Gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +FF D Gain which produces an output that is proportional to the rate of change of the target + + ++-----------+-----------+ +| Increment | Range | ++===========+===========+ +| 0.001 | 0 to 0.03 | ++-----------+-----------+ + + + + +.. _ATC_STR_RAT_NTF: + +ATC\_STR\_RAT\_NTF: Steering control Target notch filter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Steering control Target notch filter index + + ++--------+ +| Range | ++========+ +| 1 to 8 | ++--------+ + + + + +.. _ATC_STR_RAT_NEF: + +ATC\_STR\_RAT\_NEF: Steering control Error notch filter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Steering control Error notch filter index + + ++--------+ +| Range | ++========+ +| 1 to 8 | ++--------+ + + + + +.. _ATC_SPEED_P: + +ATC\_SPEED\_P: Speed control P gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Speed control P gain\. Converts the error between the desired speed \(in m\/s\) and actual speed to a motor output \(in the range \-1 to \+1\) + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.01 | 0.010 to 2.000 | ++-----------+----------------+ + + + + +.. _ATC_SPEED_I: + +ATC\_SPEED\_I: Speed control I gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Speed control I gain\. Corrects long term error between the desired speed \(in m\/s\) and actual speed + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.01 | 0.000 to 2.000 | ++-----------+----------------+ + + + + +.. _ATC_SPEED_IMAX: + +ATC\_SPEED\_IMAX: Speed control I gain maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Speed control I gain maximum\. Constrains the maximum motor output \(range \-1 to \+1\) that the I term will generate + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.01 | 0.000 to 1.000 | ++-----------+----------------+ + + + + +.. _ATC_SPEED_D: + +ATC\_SPEED\_D: Speed control D gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Speed control D gain\. Compensates for short\-term change in desired speed vs actual + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.001 | 0.000 to 0.400 | ++-----------+----------------+ + + + + +.. _ATC_SPEED_FF: + +ATC\_SPEED\_FF: Speed control feed forward +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Speed control feed forward + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.001 | 0.000 to 0.500 | ++-----------+----------------+ + + + + +.. _ATC_SPEED_FILT: + +ATC\_SPEED\_FILT: Speed control filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Speed control input filter\. Lower values reduce noise but add delay\. + + ++-----------+------------------+-------+ +| Increment | Range | Units | ++===========+==================+=======+ +| 0.1 | 0.000 to 100.000 | hertz | ++-----------+------------------+-------+ + + + + +.. _ATC_SPEED_FLTT: + +ATC\_SPEED\_FLTT: Speed control Target filter frequency in Hz +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Target filter frequency in Hz + + ++-----------+------------------+-------+ +| Increment | Range | Units | ++===========+==================+=======+ +| 0.1 | 0.000 to 100.000 | hertz | ++-----------+------------------+-------+ + + + + +.. _ATC_SPEED_FLTE: + +ATC\_SPEED\_FLTE: Speed control Error filter frequency in Hz +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Error filter frequency in Hz + + ++-----------+------------------+-------+ +| Increment | Range | Units | ++===========+==================+=======+ +| 0.1 | 0.000 to 100.000 | hertz | ++-----------+------------------+-------+ + + + + +.. _ATC_SPEED_FLTD: + +ATC\_SPEED\_FLTD: Speed control Derivative term filter frequency in Hz +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Derivative filter frequency in Hz + + ++-----------+------------------+-------+ +| Increment | Range | Units | ++===========+==================+=======+ +| 0.1 | 0.000 to 100.000 | hertz | ++-----------+------------------+-------+ + + + + +.. _ATC_SPEED_SMAX: + +ATC\_SPEED\_SMAX: Speed control slew rate limit +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets an upper limit on the slew rate produced by the combined P and D gains\. If the amplitude of the control action produced by the rate feedback exceeds this value\, then the D\+P gain is reduced to respect the limit\. This limits the amplitude of high frequency oscillations caused by an excessive gain\. The limit should be set to no more than 25\% of the actuators maximum slew rate to allow for load effects\. Note\: The gain will not be reduced to less than 10\% of the nominal value\. A value of zero will disable this feature\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 0.5 | 0 to 200 | ++-----------+----------+ + + + + +.. _ATC_SPEED_PDMX: + +ATC\_SPEED\_PDMX: Speed control PD sum maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Speed control PD sum maximum\. The maximum\/minimum value that the sum of the P and D term can output + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.01 | 0.000 to 1.000 | ++-----------+----------------+ + + + + +.. _ATC_SPEED_D_FF: + +ATC\_SPEED\_D\_FF: Speed control Derivative FeedForward Gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +FF D Gain which produces an output that is proportional to the rate of change of the target + + ++-----------+-----------+ +| Increment | Range | ++===========+===========+ +| 0.001 | 0 to 0.03 | ++-----------+-----------+ + + + + +.. _ATC_SPEED_NTF: + +ATC\_SPEED\_NTF: Speed control Target notch filter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Speed control Target notch filter index + + ++--------+ +| Range | ++========+ +| 1 to 8 | ++--------+ + + + + +.. _ATC_SPEED_NEF: + +ATC\_SPEED\_NEF: Speed control Error notch filter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Speed control Error notch filter index + + ++--------+ +| Range | ++========+ +| 1 to 8 | ++--------+ + + + + +.. _ATC_ACCEL_MAX: + +ATC\_ACCEL\_MAX: Speed control acceleration \(and deceleration\) maximum in m\/s\/s +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Speed control acceleration \(and deceleration\) maximum in m\/s\/s\. 0 to disable acceleration limiting + + ++-----------+-------------+--------------------------+ +| Increment | Range | Units | ++===========+=============+==========================+ +| 0.1 | 0.0 to 10.0 | meters per square second | ++-----------+-------------+--------------------------+ + + + + +.. _ATC_BRAKE: + +ATC\_BRAKE: Speed control brake enable\/disable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Speed control brake enable\/disable\. Allows sending a reversed output to the motors to slow the vehicle\. + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 0 | Disable | | +| +-------+---------+ | +| | 1 | Enable | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _ATC_STOP_SPEED: + +ATC\_STOP\_SPEED: Speed control stop speed +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Speed control stop speed\. Motor outputs to zero once vehicle speed falls below this value + + ++-----------+--------------+-------------------+ +| Increment | Range | Units | ++===========+==============+===================+ +| 0.01 | 0.00 to 0.50 | meters per second | ++-----------+--------------+-------------------+ + + + + +.. _ATC_STR_ANG_P: + +ATC\_STR\_ANG\_P: Steering control angle P gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Steering control angle P gain\. Converts the error between the desired heading\/yaw \(in radians\) and actual heading\/yaw to a desired turn rate \(in rad\/sec\) + + ++-----------+-----------------+ +| Increment | Range | ++===========+=================+ +| 0.1 | 1.000 to 10.000 | ++-----------+-----------------+ + + + + +.. _ATC_STR_ACC_MAX: + +ATC\_STR\_ACC\_MAX: Steering control angular acceleration maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Steering control angular acceleration maximum \(in deg\/s\/s\)\. 0 to disable acceleration limiting + + ++-----------+-----------+---------------------------+ +| Increment | Range | Units | ++===========+===========+===========================+ +| 0.1 | 0 to 1000 | degrees per square second | ++-----------+-----------+---------------------------+ + + + + +.. _ATC_STR_RAT_MAX: + +ATC\_STR\_RAT\_MAX: Steering control rotation rate maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Steering control rotation rate maximum in deg\/s\. 0 to remove rate limiting + + ++-----------+-----------+--------------------+ +| Increment | Range | Units | ++===========+===========+====================+ +| 0.1 | 0 to 1000 | degrees per second | ++-----------+-----------+--------------------+ + + + + +.. _ATC_DECEL_MAX: + +ATC\_DECEL\_MAX: Speed control deceleration maximum in m\/s\/s +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Speed control and deceleration maximum in m\/s\/s\. 0 to use ATC\_ACCEL\_MAX for deceleration + + ++-----------+-------------+--------------------------+ +| Increment | Range | Units | ++===========+=============+==========================+ +| 0.1 | 0.0 to 10.0 | meters per square second | ++-----------+-------------+--------------------------+ + + + + +.. _ATC_BAL_P: + +ATC\_BAL\_P: Pitch control P gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Pitch control P gain for BalanceBots\. Converts the error between the desired pitch \(in radians\) and actual pitch to a motor output \(in the range \-1 to \+1\) + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.01 | 0.000 to 2.000 | ++-----------+----------------+ + + + + +.. _ATC_BAL_I: + +ATC\_BAL\_I: Pitch control I gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Pitch control I gain for BalanceBots\. Corrects long term error between the desired pitch \(in radians\) and actual pitch + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.01 | 0.000 to 2.000 | ++-----------+----------------+ + + + + +.. _ATC_BAL_IMAX: + +ATC\_BAL\_IMAX: Pitch control I gain maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Pitch control I gain maximum\. Constrains the maximum motor output \(range \-1 to \+1\) that the I term will generate + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.01 | 0.000 to 1.000 | ++-----------+----------------+ + + + + +.. _ATC_BAL_D: + +ATC\_BAL\_D: Pitch control D gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Pitch control D gain\. Compensates for short\-term change in desired pitch vs actual + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.001 | 0.000 to 0.100 | ++-----------+----------------+ + + + + +.. _ATC_BAL_FF: + +ATC\_BAL\_FF: Pitch control feed forward +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Pitch control feed forward + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.001 | 0.000 to 0.500 | ++-----------+----------------+ + + + + +.. _ATC_BAL_FILT: + +ATC\_BAL\_FILT: Pitch control filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Pitch control input filter\. Lower values reduce noise but add delay\. + + ++-----------+------------------+-------+ +| Increment | Range | Units | ++===========+==================+=======+ +| 0.1 | 0.000 to 100.000 | hertz | ++-----------+------------------+-------+ + + + + +.. _ATC_BAL_FLTT: + +ATC\_BAL\_FLTT: Pitch control Target filter frequency in Hz +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Pitch control Target filter frequency in Hz + + ++-----------+------------------+-------+ +| Increment | Range | Units | ++===========+==================+=======+ +| 0.1 | 0.000 to 100.000 | hertz | ++-----------+------------------+-------+ + + + + +.. _ATC_BAL_FLTE: + +ATC\_BAL\_FLTE: Pitch control Error filter frequency in Hz +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Pitch control Error filter frequency in Hz + + ++-----------+------------------+-------+ +| Increment | Range | Units | ++===========+==================+=======+ +| 0.1 | 0.000 to 100.000 | hertz | ++-----------+------------------+-------+ + + + + +.. _ATC_BAL_FLTD: + +ATC\_BAL\_FLTD: Pitch control Derivative term filter frequency in Hz +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Pitch control Derivative filter frequency in Hz + + ++-----------+------------------+-------+ +| Increment | Range | Units | ++===========+==================+=======+ +| 0.1 | 0.000 to 100.000 | hertz | ++-----------+------------------+-------+ + + + + +.. _ATC_BAL_SMAX: + +ATC\_BAL\_SMAX: Pitch control slew rate limit +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Pitch control upper limit on the slew rate produced by the combined P and D gains\. If the amplitude of the control action produced by the rate feedback exceeds this value\, then the D\+P gain is reduced to respect the limit\. This limits the amplitude of high frequency oscillations caused by an excessive gain\. The limit should be set to no more than 25\% of the actuators maximum slew rate to allow for load effects\. Note\: The gain will not be reduced to less than 10\% of the nominal value\. A value of zero will disable this feature\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 0.5 | 0 to 200 | ++-----------+----------+ + + + + +.. _ATC_BAL_PDMX: + +ATC\_BAL\_PDMX: Pitch control PD sum maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Pitch control PD sum maximum\. The maximum\/minimum value that the sum of the P and D term can output + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.01 | 0.000 to 1.000 | ++-----------+----------------+ + + + + +.. _ATC_BAL_D_FF: + +ATC\_BAL\_D\_FF: Pitch control Derivative FeedForward Gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +FF D Gain which produces an output that is proportional to the rate of change of the target + + ++-----------+-----------+ +| Increment | Range | ++===========+===========+ +| 0.001 | 0 to 0.03 | ++-----------+-----------+ + + + + +.. _ATC_BAL_NTF: + +ATC\_BAL\_NTF: Pitch control Target notch filter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Pitch control Target notch filter index + + ++--------+ +| Range | ++========+ +| 1 to 8 | ++--------+ + + + + +.. _ATC_BAL_NEF: + +ATC\_BAL\_NEF: Pitch control Error notch filter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Pitch control Error notch filter index + + ++--------+ +| Range | ++========+ +| 1 to 8 | ++--------+ + + + + +.. _ATC_BAL_PIT_FF: + +ATC\_BAL\_PIT\_FF: Pitch control feed forward from current pitch angle +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Pitch control feed forward from current pitch angle + + ++-----------+------------+ +| Increment | Range | ++===========+============+ +| 0.01 | 0.0 to 1.0 | ++-----------+------------+ + + + + +.. _ATC_SAIL_P: + +ATC\_SAIL\_P: Sail Heel control P gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sail Heel control P gain for sailboats\. Converts the error between the desired heel angle \(in radians\) and actual heel to a main sail output \(in the range \-1 to \+1\) + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.01 | 0.000 to 2.000 | ++-----------+----------------+ + + + + +.. _ATC_SAIL_I: + +ATC\_SAIL\_I: Sail Heel control I gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sail Heel control I gain for sailboats\. Corrects long term error between the desired heel angle \(in radians\) and actual + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.01 | 0.000 to 2.000 | ++-----------+----------------+ + + + + +.. _ATC_SAIL_IMAX: + +ATC\_SAIL\_IMAX: Sail Heel control I gain maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sail Heel control I gain maximum\. Constrains the maximum I term contribution to the main sail output \(range \-1 to \+1\) + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.01 | 0.000 to 1.000 | ++-----------+----------------+ + + + + +.. _ATC_SAIL_D: + +ATC\_SAIL\_D: Sail Heel control D gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sail Heel control D gain\. Compensates for short\-term change in desired heel angle vs actual + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.001 | 0.000 to 0.100 | ++-----------+----------------+ + + + + +.. _ATC_SAIL_FF: + +ATC\_SAIL\_FF: Sail Heel control feed forward +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sail Heel control feed forward + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.001 | 0.000 to 0.500 | ++-----------+----------------+ + + + + +.. _ATC_SAIL_FILT: + +ATC\_SAIL\_FILT: Sail Heel control filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sail Heel control input filter\. Lower values reduce noise but add delay\. + + ++-----------+------------------+-------+ +| Increment | Range | Units | ++===========+==================+=======+ +| 0.1 | 0.000 to 100.000 | hertz | ++-----------+------------------+-------+ + + + + +.. _ATC_SAIL_FLTT: + +ATC\_SAIL\_FLTT: Sail Heel Target filter frequency in Hz +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Target filter frequency in Hz + + ++-----------+------------------+-------+ +| Increment | Range | Units | ++===========+==================+=======+ +| 0.1 | 0.000 to 100.000 | hertz | ++-----------+------------------+-------+ + + + + +.. _ATC_SAIL_FLTE: + +ATC\_SAIL\_FLTE: Sail Heel Error filter frequency in Hz +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Error filter frequency in Hz + + ++-----------+------------------+-------+ +| Increment | Range | Units | ++===========+==================+=======+ +| 0.1 | 0.000 to 100.000 | hertz | ++-----------+------------------+-------+ + + + + +.. _ATC_SAIL_FLTD: + +ATC\_SAIL\_FLTD: Sail Heel Derivative term filter frequency in Hz +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Derivative filter frequency in Hz + + ++-----------+------------------+-------+ +| Increment | Range | Units | ++===========+==================+=======+ +| 0.1 | 0.000 to 100.000 | hertz | ++-----------+------------------+-------+ + + + + +.. _ATC_SAIL_SMAX: + +ATC\_SAIL\_SMAX: Sail heel slew rate limit +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets an upper limit on the slew rate produced by the combined P and D gains\. If the amplitude of the control action produced by the rate feedback exceeds this value\, then the D\+P gain is reduced to respect the limit\. This limits the amplitude of high frequency oscillations caused by an excessive gain\. The limit should be set to no more than 25\% of the actuators maximum slew rate to allow for load effects\. Note\: The gain will not be reduced to less than 10\% of the nominal value\. A value of zero will disable this feature\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 0.5 | 0 to 200 | ++-----------+----------+ + + + + +.. _ATC_SAIL_PDMX: + +ATC\_SAIL\_PDMX: Sail Heel control PD sum maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sail Heel control PD sum maximum\. The maximum\/minimum value that the sum of the P and D term can output + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.01 | 0.000 to 1.000 | ++-----------+----------------+ + + + + +.. _ATC_SAIL_D_FF: + +ATC\_SAIL\_D\_FF: Sail Heel Derivative FeedForward Gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +FF D Gain which produces an output that is proportional to the rate of change of the target + + ++-----------+-----------+ +| Increment | Range | ++===========+===========+ +| 0.001 | 0 to 0.03 | ++-----------+-----------+ + + + + +.. _ATC_SAIL_NTF: + +ATC\_SAIL\_NTF: Sail Heel Target notch filter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sail Heel Target notch filter index + + ++--------+ +| Range | ++========+ +| 1 to 8 | ++--------+ + + + + +.. _ATC_SAIL_NEF: + +ATC\_SAIL\_NEF: Sail Heel Error notch filter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sail Heel Error notch filter index + + ++--------+ +| Range | ++========+ +| 1 to 8 | ++--------+ + + + + +.. _ATC_TURN_MAX_G: + +ATC\_TURN\_MAX\_G: Turning maximum G force +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The maximum turning acceleration \(in units of gravities\) that the rover can handle while remaining stable\. The navigation code will keep the lateral acceleration below this level to avoid rolling over or slipping the wheels in turns + + ++-----------+-----------+--------------------------------------+ +| Increment | Range | Units | ++===========+===========+======================================+ +| 0.01 | 0.1 to 10 | standard acceleration due to gravity | ++-----------+-----------+--------------------------------------+ + + + + +.. _ATC_BAL_LIM_TC: + +ATC\_BAL\_LIM\_TC: Pitch control limit time constant +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Pitch control limit time constant to protect against falling\. Lower values limit pitch more quickly\, higher values limit more slowly\. Set to 0 to disable + + ++-----------+------------+ +| Increment | Range | ++===========+============+ +| 0.01 | 0.0 to 5.0 | ++-----------+------------+ + + + + +.. _ATC_BAL_LIM_THR: + +ATC\_BAL\_LIM\_THR: Pitch control limit throttle threshold +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Pitch control limit throttle threshold\. Pitch angle will be limited if throttle crosses this threshold \(from 0 to 1\) + + ++-----------+------------+ +| Increment | Range | ++===========+============+ +| 0.01 | 0.0 to 1.0 | ++-----------+------------+ + + + + + +.. _parameters_AVOID_: + +AVOID\_ Parameters +------------------ + + +.. _AVOID_ENABLE: + +AVOID\_ENABLE: Avoidance control enable\/disable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enabled\/disable avoidance input sources + + ++------------------------------+ +| Bitmask | ++==============================+ +| +-----+--------------------+ | +| | Bit | Meaning | | +| +=====+====================+ | +| | 0 | UseFence | | +| +-----+--------------------+ | +| | 1 | UseProximitySensor | | +| +-----+--------------------+ | +| | 2 | UseBeaconFence | | +| +-----+--------------------+ | +| | ++------------------------------+ + + + + +.. _AVOID_MARGIN: + +AVOID\_MARGIN: Avoidance distance margin in GPS modes +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vehicle will attempt to stay at least this distance \(in meters\) from objects while in GPS modes + + ++---------+--------+ +| Range | Units | ++=========+========+ +| 1 to 10 | meters | ++---------+--------+ + + + + +.. _AVOID_BEHAVE: + +AVOID\_BEHAVE: Avoidance behaviour +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Avoidance behaviour \(slide or stop\) + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 0 | Slide | | +| +-------+---------+ | +| | 1 | Stop | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _AVOID_BACKUP_SPD: + +AVOID\_BACKUP\_SPD: Avoidance maximum backup speed +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum speed that will be used to back away from obstacles in GPS modes \(m\/s\)\. Set zero to disable + + ++--------+-------------------+ +| Range | Units | ++========+===================+ +| 0 to 2 | meters per second | ++--------+-------------------+ + + + + +.. _AVOID_ACCEL_MAX: + +AVOID\_ACCEL\_MAX: Avoidance maximum acceleration +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum acceleration with which obstacles will be avoided with\. Set zero to disable acceleration limits + + ++--------+--------------------------+ +| Range | Units | ++========+==========================+ +| 0 to 9 | meters per square second | ++--------+--------------------------+ + + + + +.. _AVOID_BACKUP_DZ: + +AVOID\_BACKUP\_DZ: Avoidance deadzone between stopping and backing away from obstacle +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Distance beyond AVOID\_MARGIN parameter\, after which vehicle will backaway from obstacles\. Increase this parameter if you see vehicle going back and forth in front of obstacle\. + + ++--------+--------+ +| Range | Units | ++========+========+ +| 0 to 2 | meters | ++--------+--------+ + + + + + +.. _parameters_BARO: + +BARO Parameters +--------------- + + +.. _BARO1_GND_PRESS: + +BARO1\_GND\_PRESS: Ground Pressure +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +calibrated ground pressure in Pascals + + ++-----------+----------+--------+----------+ +| Increment | ReadOnly | Units | Volatile | ++===========+==========+========+==========+ +| 1 | True | pascal | True | ++-----------+----------+--------+----------+ + + + + +.. _BARO_GND_TEMP: + +BARO\_GND\_TEMP: ground temperature +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +User provided ambient ground temperature in degrees Celsius\. This is used to improve the calculation of the altitude the vehicle is at\. This parameter is not persistent and will be reset to 0 every time the vehicle is rebooted\. A value of 0 means use the internal measurement ambient temperature\. + + ++-----------+-----------------+----------+ +| Increment | Units | Volatile | ++===========+=================+==========+ +| 1 | degrees Celsius | True | ++-----------+-----------------+----------+ + + + + +.. _BARO_ALT_OFFSET: + +BARO\_ALT\_OFFSET: altitude offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +altitude offset in meters added to barometric altitude\. This is used to allow for automatic adjustment of the base barometric altitude by a ground station equipped with a barometer\. The value is added to the barometric altitude read by the aircraft\. It is automatically reset to 0 when the barometer is calibrated on each reboot or when a preflight calibration is performed\. + + ++-----------+--------+ +| Increment | Units | ++===========+========+ +| 0.1 | meters | ++-----------+--------+ + + + + +.. _BARO_PRIMARY: + +BARO\_PRIMARY: Primary barometer +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This selects which barometer will be the primary if multiple barometers are found + + ++-----------------------+ +| Values | ++=======================+ +| +-------+-----------+ | +| | Value | Meaning | | +| +=======+===========+ | +| | 0 | FirstBaro | | +| +-------+-----------+ | +| | 1 | 2ndBaro | | +| +-------+-----------+ | +| | 2 | 3rdBaro | | +| +-------+-----------+ | +| | ++-----------------------+ + + + + +.. _BARO_EXT_BUS: + +BARO\_EXT\_BUS: External baro bus +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This selects the bus number for looking for an I2C barometer\. When set to \-1 it will probe all external i2c buses based on the BARO\_PROBE\_EXT parameter\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | -1 | Disabled | | +| +-------+----------+ | +| | 0 | Bus0 | | +| +-------+----------+ | +| | 1 | Bus1 | | +| +-------+----------+ | +| | 6 | Bus6 | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _BARO2_GND_PRESS: + +BARO2\_GND\_PRESS: Ground Pressure +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +calibrated ground pressure in Pascals + + ++-----------+----------+--------+----------+ +| Increment | ReadOnly | Units | Volatile | ++===========+==========+========+==========+ +| 1 | True | pascal | True | ++-----------+----------+--------+----------+ + + + + +.. _BARO3_GND_PRESS: + +BARO3\_GND\_PRESS: Absolute Pressure +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +calibrated ground pressure in Pascals + + ++-----------+----------+--------+----------+ +| Increment | ReadOnly | Units | Volatile | ++===========+==========+========+==========+ +| 1 | True | pascal | True | ++-----------+----------+--------+----------+ + + + + +.. _BARO_FLTR_RNG: + +BARO\_FLTR\_RNG: Range in which sample is accepted +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the range around the average value that new samples must be within to be accepted\. This can help reduce the impact of noise on sensors that are on long I2C cables\. The value is a percentage from the average value\. A value of zero disables this filter\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 100 | percent | ++-----------+----------+---------+ + + + + +.. _BARO_PROBE_EXT: + +BARO\_PROBE\_EXT: External barometers to probe +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets which types of external i2c barometer to look for\. It is a bitmask of barometer types\. The I2C buses to probe is based on BARO\_EXT\_BUS\. If BARO\_EXT\_BUS is \-1 then it will probe all external buses\, otherwise it will probe just the bus number given in BARO\_EXT\_BUS\. + + ++-------------------+ +| Bitmask | ++===================+ +| +-----+---------+ | +| | Bit | Meaning | | +| +=====+=========+ | +| | 0 | BMP085 | | +| +-----+---------+ | +| | 1 | BMP280 | | +| +-----+---------+ | +| | 2 | MS5611 | | +| +-----+---------+ | +| | 3 | MS5607 | | +| +-----+---------+ | +| | 4 | MS5637 | | +| +-----+---------+ | +| | 5 | FBM320 | | +| +-----+---------+ | +| | 6 | DPS280 | | +| +-----+---------+ | +| | 7 | LPS25H | | +| +-----+---------+ | +| | 8 | Keller | | +| +-----+---------+ | +| | 9 | MS5837 | | +| +-----+---------+ | +| | 10 | BMP388 | | +| +-----+---------+ | +| | 11 | SPL06 | | +| +-----+---------+ | +| | 12 | MSP | | +| +-----+---------+ | +| | ++-------------------+ + + + + +.. _BARO1_DEVID: + +BARO1\_DEVID: Baro ID +~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Barometer sensor ID\, taking into account its type\, bus and instance + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _BARO2_DEVID: + +BARO2\_DEVID: Baro ID2 +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Barometer2 sensor ID\, taking into account its type\, bus and instance + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _BARO3_DEVID: + +BARO3\_DEVID: Baro ID3 +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Barometer3 sensor ID\, taking into account its type\, bus and instance + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _BARO_FIELD_ELV: + +BARO\_FIELD\_ELV: field elevation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +User provided field elevation in meters\. This is used to improve the calculation of the altitude the vehicle is at\. This parameter is not persistent and will be reset to 0 every time the vehicle is rebooted\. Changes to this parameter will only be used when disarmed\. A value of 0 means the EKF origin height is used for takeoff height above sea level\. + + ++-----------+--------+----------+ +| Increment | Units | Volatile | ++===========+========+==========+ +| 0.1 | meters | True | ++-----------+--------+----------+ + + + + +.. _BARO_ALTERR_MAX: + +BARO\_ALTERR\_MAX: Altitude error maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the maximum acceptable altitude discrepancy between GPS altitude and barometric presssure altitude calculated against a standard atmosphere for arming checks to pass\. If you are getting an arming error due to this parameter then you may have a faulty or substituted barometer\. A common issue is vendors replacing a MS5611 in a \"Pixhawk\" with a MS5607\. If you have that issue then please see BARO\_OPTIONS parameter to force the MS5611 to be treated as a MS5607\. This check is disabled if the value is zero\. + + ++-----------+-----------+--------+ +| Increment | Range | Units | ++===========+===========+========+ +| 1 | 0 to 5000 | meters | ++-----------+-----------+--------+ + + + + +.. _BARO_OPTIONS: + +BARO\_OPTIONS: Barometer options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Barometer options + + ++----------------------------------+ +| Bitmask | ++==================================+ +| +-----+------------------------+ | +| | Bit | Meaning | | +| +=====+========================+ | +| | 0 | Treat MS5611 as MS5607 | | +| +-----+------------------------+ | +| | ++----------------------------------+ + + + + + +.. _parameters_BARO1_WCF_: + +BARO1\_WCF\_ Parameters +----------------------- + + +.. _BARO1_WCF_ENABLE: + +BARO1\_WCF\_ENABLE: Wind coefficient enable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This enables the use of wind coefficients for barometer compensation + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _BARO1_WCF_FWD: + +BARO1\_WCF\_FWD: Pressure error coefficient in positive X direction \(forward\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the X body axis\. If the baro height estimate rises during forwards flight\, then this will be a negative number\. Multirotors can use this feature only if using EKF3 and if the EK3\_DRAG\_BCOEF\_X and EK3\_DRAG\_BCOEF\_Y parameters have been tuned\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 0.05 | -1.0 to 1.0 | ++-----------+-------------+ + + + + +.. _BARO1_WCF_BCK: + +BARO1\_WCF\_BCK: Pressure error coefficient in negative X direction \(backwards\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the X body axis\. If the baro height estimate rises during backwards flight\, then this will be a negative number\. Multirotors can use this feature only if using EKF3 and if the EK3\_DRAG\_BCOEF\_X and EK3\_DRAG\_BCOEF\_Y parameters have been tuned\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 0.05 | -1.0 to 1.0 | ++-----------+-------------+ + + + + +.. _BARO1_WCF_RGT: + +BARO1\_WCF\_RGT: Pressure error coefficient in positive Y direction \(right\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the Y body axis\. If the baro height estimate rises during sideways flight to the right\, then this should be a negative number\. Multirotors can use this feature only if using EKF3 and if the EK3\_DRAG\_BCOEF\_X and EK3\_DRAG\_BCOEF\_Y parameters have been tuned\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 0.05 | -1.0 to 1.0 | ++-----------+-------------+ + + + + +.. _BARO1_WCF_LFT: + +BARO1\_WCF\_LFT: Pressure error coefficient in negative Y direction \(left\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the Y body axis\. If the baro height estimate rises during sideways flight to the left\, then this should be a negative number\. Multirotors can use this feature only if using EKF3 and if the EK3\_DRAG\_BCOEF\_X and EK3\_DRAG\_BCOEF\_Y parameters have been tuned\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 0.05 | -1.0 to 1.0 | ++-----------+-------------+ + + + + +.. _BARO1_WCF_UP: + +BARO1\_WCF\_UP: Pressure error coefficient in positive Z direction \(up\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the Z body axis\. If the baro height estimate rises above truth height during climbing flight \(or forward flight with a high forwards lean angle\)\, then this should be a negative number\. Multirotors can use this feature only if using EKF3 and if the EK3\_DRAG\_BCOEF\_X and EK3\_DRAG\_BCOEF\_Y parameters have been tuned\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 0.05 | -1.0 to 1.0 | ++-----------+-------------+ + + + + +.. _BARO1_WCF_DN: + +BARO1\_WCF\_DN: Pressure error coefficient in negative Z direction \(down\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the Z body axis\. If the baro height estimate rises above truth height during descending flight \(or forward flight with a high backwards lean angle\, eg braking manoeuvre\)\, then this should be a negative number\. Multirotors can use this feature only if using EKF3 and if the EK3\_DRAG\_BCOEF\_X and EK3\_DRAG\_BCOEF\_Y parameters have been tuned\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 0.05 | -1.0 to 1.0 | ++-----------+-------------+ + + + + + +.. _parameters_BARO2_WCF_: + +BARO2\_WCF\_ Parameters +----------------------- + + +.. _BARO2_WCF_ENABLE: + +BARO2\_WCF\_ENABLE: Wind coefficient enable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This enables the use of wind coefficients for barometer compensation + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _BARO2_WCF_FWD: + +BARO2\_WCF\_FWD: Pressure error coefficient in positive X direction \(forward\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the X body axis\. If the baro height estimate rises during forwards flight\, then this will be a negative number\. Multirotors can use this feature only if using EKF3 and if the EK3\_DRAG\_BCOEF\_X and EK3\_DRAG\_BCOEF\_Y parameters have been tuned\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 0.05 | -1.0 to 1.0 | ++-----------+-------------+ + + + + +.. _BARO2_WCF_BCK: + +BARO2\_WCF\_BCK: Pressure error coefficient in negative X direction \(backwards\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the X body axis\. If the baro height estimate rises during backwards flight\, then this will be a negative number\. Multirotors can use this feature only if using EKF3 and if the EK3\_DRAG\_BCOEF\_X and EK3\_DRAG\_BCOEF\_Y parameters have been tuned\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 0.05 | -1.0 to 1.0 | ++-----------+-------------+ + + + + +.. _BARO2_WCF_RGT: + +BARO2\_WCF\_RGT: Pressure error coefficient in positive Y direction \(right\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the Y body axis\. If the baro height estimate rises during sideways flight to the right\, then this should be a negative number\. Multirotors can use this feature only if using EKF3 and if the EK3\_DRAG\_BCOEF\_X and EK3\_DRAG\_BCOEF\_Y parameters have been tuned\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 0.05 | -1.0 to 1.0 | ++-----------+-------------+ + + + + +.. _BARO2_WCF_LFT: + +BARO2\_WCF\_LFT: Pressure error coefficient in negative Y direction \(left\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the Y body axis\. If the baro height estimate rises during sideways flight to the left\, then this should be a negative number\. Multirotors can use this feature only if using EKF3 and if the EK3\_DRAG\_BCOEF\_X and EK3\_DRAG\_BCOEF\_Y parameters have been tuned\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 0.05 | -1.0 to 1.0 | ++-----------+-------------+ + + + + +.. _BARO2_WCF_UP: + +BARO2\_WCF\_UP: Pressure error coefficient in positive Z direction \(up\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the Z body axis\. If the baro height estimate rises above truth height during climbing flight \(or forward flight with a high forwards lean angle\)\, then this should be a negative number\. Multirotors can use this feature only if using EKF3 and if the EK3\_DRAG\_BCOEF\_X and EK3\_DRAG\_BCOEF\_Y parameters have been tuned\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 0.05 | -1.0 to 1.0 | ++-----------+-------------+ + + + + +.. _BARO2_WCF_DN: + +BARO2\_WCF\_DN: Pressure error coefficient in negative Z direction \(down\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the Z body axis\. If the baro height estimate rises above truth height during descending flight \(or forward flight with a high backwards lean angle\, eg braking manoeuvre\)\, then this should be a negative number\. Multirotors can use this feature only if using EKF3 and if the EK3\_DRAG\_BCOEF\_X and EK3\_DRAG\_BCOEF\_Y parameters have been tuned\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 0.05 | -1.0 to 1.0 | ++-----------+-------------+ + + + + + +.. _parameters_BARO3_WCF_: + +BARO3\_WCF\_ Parameters +----------------------- + + +.. _BARO3_WCF_ENABLE: + +BARO3\_WCF\_ENABLE: Wind coefficient enable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This enables the use of wind coefficients for barometer compensation + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _BARO3_WCF_FWD: + +BARO3\_WCF\_FWD: Pressure error coefficient in positive X direction \(forward\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the X body axis\. If the baro height estimate rises during forwards flight\, then this will be a negative number\. Multirotors can use this feature only if using EKF3 and if the EK3\_DRAG\_BCOEF\_X and EK3\_DRAG\_BCOEF\_Y parameters have been tuned\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 0.05 | -1.0 to 1.0 | ++-----------+-------------+ + + + + +.. _BARO3_WCF_BCK: + +BARO3\_WCF\_BCK: Pressure error coefficient in negative X direction \(backwards\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the X body axis\. If the baro height estimate rises during backwards flight\, then this will be a negative number\. Multirotors can use this feature only if using EKF3 and if the EK3\_DRAG\_BCOEF\_X and EK3\_DRAG\_BCOEF\_Y parameters have been tuned\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 0.05 | -1.0 to 1.0 | ++-----------+-------------+ + + + + +.. _BARO3_WCF_RGT: + +BARO3\_WCF\_RGT: Pressure error coefficient in positive Y direction \(right\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the Y body axis\. If the baro height estimate rises during sideways flight to the right\, then this should be a negative number\. Multirotors can use this feature only if using EKF3 and if the EK3\_DRAG\_BCOEF\_X and EK3\_DRAG\_BCOEF\_Y parameters have been tuned\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 0.05 | -1.0 to 1.0 | ++-----------+-------------+ + + + + +.. _BARO3_WCF_LFT: + +BARO3\_WCF\_LFT: Pressure error coefficient in negative Y direction \(left\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the Y body axis\. If the baro height estimate rises during sideways flight to the left\, then this should be a negative number\. Multirotors can use this feature only if using EKF3 and if the EK3\_DRAG\_BCOEF\_X and EK3\_DRAG\_BCOEF\_Y parameters have been tuned\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 0.05 | -1.0 to 1.0 | ++-----------+-------------+ + + + + +.. _BARO3_WCF_UP: + +BARO3\_WCF\_UP: Pressure error coefficient in positive Z direction \(up\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the Z body axis\. If the baro height estimate rises above truth height during climbing flight \(or forward flight with a high forwards lean angle\)\, then this should be a negative number\. Multirotors can use this feature only if using EKF3 and if the EK3\_DRAG\_BCOEF\_X and EK3\_DRAG\_BCOEF\_Y parameters have been tuned\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 0.05 | -1.0 to 1.0 | ++-----------+-------------+ + + + + +.. _BARO3_WCF_DN: + +BARO3\_WCF\_DN: Pressure error coefficient in negative Z direction \(down\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the Z body axis\. If the baro height estimate rises above truth height during descending flight \(or forward flight with a high backwards lean angle\, eg braking manoeuvre\)\, then this should be a negative number\. Multirotors can use this feature only if using EKF3 and if the EK3\_DRAG\_BCOEF\_X and EK3\_DRAG\_BCOEF\_Y parameters have been tuned\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 0.05 | -1.0 to 1.0 | ++-----------+-------------+ + + + + + +.. _parameters_BATT2_: + +BATT2\_ Parameters +------------------ + + +.. _BATT2_MONITOR: + +BATT2\_MONITOR: Battery monitoring +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Controls enabling monitoring of the battery\'s voltage and current + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | 0 | Disabled | | +| +-------+--------------------------------------+ | +| | 3 | Analog Voltage Only | | +| +-------+--------------------------------------+ | +| | 4 | Analog Voltage and Current | | +| +-------+--------------------------------------+ | +| | 5 | Solo | | +| +-------+--------------------------------------+ | +| | 6 | Bebop | | +| +-------+--------------------------------------+ | +| | 7 | SMBus-Generic | | +| +-------+--------------------------------------+ | +| | 8 | DroneCAN-BatteryInfo | | +| +-------+--------------------------------------+ | +| | 9 | ESC | | +| +-------+--------------------------------------+ | +| | 10 | Sum Of Selected Monitors | | +| +-------+--------------------------------------+ | +| | 11 | FuelFlow | | +| +-------+--------------------------------------+ | +| | 12 | FuelLevelPWM | | +| +-------+--------------------------------------+ | +| | 13 | SMBUS-SUI3 | | +| +-------+--------------------------------------+ | +| | 14 | SMBUS-SUI6 | | +| +-------+--------------------------------------+ | +| | 15 | NeoDesign | | +| +-------+--------------------------------------+ | +| | 16 | SMBus-Maxell | | +| +-------+--------------------------------------+ | +| | 17 | Generator-Elec | | +| +-------+--------------------------------------+ | +| | 18 | Generator-Fuel | | +| +-------+--------------------------------------+ | +| | 19 | Rotoye | | +| +-------+--------------------------------------+ | +| | 20 | MPPT | | +| +-------+--------------------------------------+ | +| | 21 | INA2XX | | +| +-------+--------------------------------------+ | +| | 22 | LTC2946 | | +| +-------+--------------------------------------+ | +| | 23 | Torqeedo | | +| +-------+--------------------------------------+ | +| | 24 | FuelLevelAnalog | | +| +-------+--------------------------------------+ | +| | 25 | Synthetic Current and Analog Voltage | | +| +-------+--------------------------------------+ | +| | 26 | INA239_SPI | | +| +-------+--------------------------------------+ | +| | 27 | EFI | | +| +-------+--------------------------------------+ | +| | 28 | AD7091R5 | | +| +-------+--------------------------------------+ | +| | 29 | Scripting | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATT2_CAPACITY: + +BATT2\_CAPACITY: Battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Capacity of the battery in mAh when full + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT2_SERIAL_NUM: + +BATT2\_SERIAL\_NUM: Battery serial number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery serial number\, automatically filled in for SMBus batteries\, otherwise will be \-1\. With DroneCan it is the battery\_id\. + + +.. _BATT2_LOW_TIMER: + +BATT2\_LOW\_TIMER: Low voltage timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered\. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs\. A value of zero disables low voltage errors\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 120 | seconds | ++-----------+----------+---------+ + + + + +.. _BATT2_FS_VOLTSRC: + +BATT2\_FS\_VOLTSRC: Failsafe voltage source +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + + ++-------------------------------------+ +| Values | ++=====================================+ +| +-------+-------------------------+ | +| | Value | Meaning | | +| +=======+=========================+ | +| | 0 | Raw Voltage | | +| +-------+-------------------------+ | +| | 1 | Sag Compensated Voltage | | +| +-------+-------------------------+ | +| | ++-------------------------------------+ + + + + +.. _BATT2_LOW_VOLT: + +BATT2\_LOW\_VOLT: Low battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a low battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT2\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATT2\_FS\_LOW\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT2_LOW_MAH: + +BATT2\_LOW\_MAH: Low battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the low battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT2\_FS\_LOW\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT2_CRT_VOLT: + +BATT2\_CRT\_VOLT: Critical battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a critical battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT2\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATT2\_FS\_CRT\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT2_CRT_MAH: + +BATT2\_CRT\_MAH: Battery critical capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the critical battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT2\_\_FS\_CRT\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT2_FS_LOW_ACT: + +BATT2\_FS\_LOW\_ACT: Low battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a low battery failsafe + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | None | | +| +-------+------------------+ | +| | 1 | RTL | | +| +-------+------------------+ | +| | 2 | Hold | | +| +-------+------------------+ | +| | 3 | SmartRTL | | +| +-------+------------------+ | +| | 4 | SmartRTL or Hold | | +| +-------+------------------+ | +| | 5 | Terminate | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + +.. _BATT2_FS_CRT_ACT: + +BATT2\_FS\_CRT\_ACT: Critical battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a critical battery failsafe + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | None | | +| +-------+------------------+ | +| | 1 | RTL | | +| +-------+------------------+ | +| | 2 | Hold | | +| +-------+------------------+ | +| | 3 | SmartRTL | | +| +-------+------------------+ | +| | 4 | SmartRTL or Hold | | +| +-------+------------------+ | +| | 5 | Terminate | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + +.. _BATT2_ARM_VOLT: + +BATT2\_ARM\_VOLT: Required arming voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft\. Set to 0 to allow arming at any voltage\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT2_ARM_MAH: + +BATT2\_ARM\_MAH: Required arming remaining capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft\. Set to 0 to allow arming at any capacity\. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate\, which can lead to this check not providing sufficent protection\, it is recommended to always use this in conjunction with the BATT2\_\_ARM\_VOLT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT2_OPTIONS: + +BATT2\_OPTIONS: Battery monitor options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + + ++------------------------------------------------------------------+ +| Bitmask | ++==================================================================+ +| +-----+--------------------------------------------------------+ | +| | Bit | Meaning | | +| +=====+========================================================+ | +| | 0 | Ignore DroneCAN SoC | | +| +-----+--------------------------------------------------------+ | +| | 1 | MPPT reports input voltage and current | | +| +-----+--------------------------------------------------------+ | +| | 2 | MPPT Powered off when disarmed | | +| +-----+--------------------------------------------------------+ | +| | 3 | MPPT Powered on when armed | | +| +-----+--------------------------------------------------------+ | +| | 4 | MPPT Powered off at boot | | +| +-----+--------------------------------------------------------+ | +| | 5 | MPPT Powered on at boot | | +| +-----+--------------------------------------------------------+ | +| | 6 | Send resistance compensated voltage to GCS | | +| +-----+--------------------------------------------------------+ | +| | 7 | Allow DroneCAN InfoAux to be from a different CAN node | | +| +-----+--------------------------------------------------------+ | +| | ++------------------------------------------------------------------+ + + + + +.. _BATT2_ESC_INDEX: + +BATT2\_ESC\_INDEX: ESC Telemetry Index to write to +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage\, current\, consumption and temperature data to\. Use 0 to disable\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 10 | ++-----------+---------+ + + + + +.. _BATT2_VOLT_PIN: + +BATT2\_VOLT\_PIN: Battery Voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for voltage monitoring\. + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | -1 | Disabled | | +| +-------+--------------------------------------+ | +| | 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | | +| +-------+--------------------------------------+ | +| | 5 | Navigator | | +| +-------+--------------------------------------+ | +| | 13 | Pixhawk2_PM2/CubeOrange_PM2 | | +| +-------+--------------------------------------+ | +| | 14 | CubeOrange | | +| +-------+--------------------------------------+ | +| | 16 | Durandal | | +| +-------+--------------------------------------+ | +| | 100 | PX4-v1 | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATT2_CURR_PIN: + +BATT2\_CURR\_PIN: Battery Current sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for current monitoring\. + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | -1 | Disabled | | +| +-------+--------------------------------------+ | +| | 3 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | | +| +-------+--------------------------------------+ | +| | 4 | CubeOrange_PM2/Navigator | | +| +-------+--------------------------------------+ | +| | 14 | Pixhawk2_PM2 | | +| +-------+--------------------------------------+ | +| | 15 | CubeOrange | | +| +-------+--------------------------------------+ | +| | 17 | Durandal | | +| +-------+--------------------------------------+ | +| | 101 | PX4-v1 | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATT2_VOLT_MULT: + +BATT2\_VOLT\_MULT: Voltage Multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin \(BATT2\_VOLT\_PIN\) to the actual battery\'s voltage \(pin\_voltage \* VOLT\_MULT\)\. For the 3DR Power brick with a Pixhawk\, this should be set to 10\.1\. For the Pixhawk with the 3DR 4in1 ESC this should be 12\.02\. For the PX using the PX4IO power supply this should be set to 1\. + + +.. _BATT2_AMP_PERVLT: + +BATT2\_AMP\_PERVLT: Amps per volt +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of amps that a 1V reading on the current sensor corresponds to\. With a Pixhawk using the 3DR Power brick this should be set to 17\. For the Pixhawk with the 3DR 4in1 ESC this should be 17\. For Synthetic Current sensor monitors\, this is the maximum\, full throttle current draw\. + + ++-----------------+ +| Units | ++=================+ +| ampere per volt | ++-----------------+ + + + + +.. _BATT2_AMP_OFFSET: + +BATT2\_AMP\_OFFSET: AMP offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Voltage offset at zero current on current sensor for Analog Sensors\. For Synthetic Current sensor\, this offset is the zero throttle system current and is added to the calculated throttle base current\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATT2_VLT_OFFSET: + +BATT2\_VLT\_OFFSET: Voltage offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage offset on voltage pin\. This allows for an offset due to a diode\. This voltage is subtracted before the scaling is applied\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATT2_I2C_BUS__AP_BattMonitor_SMBus: + +BATT2\_I2C\_BUS \(AP\_BattMonitor\_SMBus\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATT2_I2C_ADDR__AP_BattMonitor_SMBus: + +BATT2\_I2C\_ADDR \(AP\_BattMonitor\_SMBus\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATT2_SUM_MASK: + +BATT2\_SUM\_MASK: Battery Sum mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +0\: sum of remaining battery monitors\, If none 0 sum of specified monitors\. Current will be summed and voltages averaged\. + + ++---------------------+ +| Bitmask | ++=====================+ +| +-----+-----------+ | +| | Bit | Meaning | | +| +=====+===========+ | +| | 0 | monitor 1 | | +| +-----+-----------+ | +| | 1 | monitor 2 | | +| +-----+-----------+ | +| | 2 | monitor 3 | | +| +-----+-----------+ | +| | 3 | monitor 4 | | +| +-----+-----------+ | +| | 4 | monitor 5 | | +| +-----+-----------+ | +| | 5 | monitor 6 | | +| +-----+-----------+ | +| | 6 | monitor 7 | | +| +-----+-----------+ | +| | 7 | monitor 8 | | +| +-----+-----------+ | +| | 8 | monitor 9 | | +| +-----+-----------+ | +| | ++---------------------+ + + + + +.. _BATT2_CURR_MULT: + +BATT2\_CURR\_MULT: Scales reported power monitor current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + + ++----------+ +| Range | ++==========+ +| .1 to 10 | ++----------+ + + + + +.. _BATT2_FL_VLT_MIN: + +BATT2\_FL\_VLT\_MIN: Empty fuel level voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty\. Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+-------+ +| Range | Units | ++============+=======+ +| 0.01 to 10 | volt | ++------------+-------+ + + + + +.. _BATT2_FL_V_MULT: + +BATT2\_FL\_V\_MULT: Fuel level voltage multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is\. This is calculated as 1 \/ \(Voltage\_Full \- Voltage\_Empty\) Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+ +| Range | ++============+ +| 0.01 to 10 | ++------------+ + + + + +.. _BATT2_FL_FLTR: + +BATT2\_FL\_FLTR: Fuel level filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Filter frequency in Hertz where a low pass filter is used\. This is used to filter out tank slosh from the fuel level reading\. A value of \-1 disables the filter and unfiltered voltage is used to determine the fuel level\. The suggested values at in the range of 0\.2 Hz to 0\.5 Hz\. + + ++---------+-------+ +| Range | Units | ++=========+=======+ +| -1 to 1 | hertz | ++---------+-------+ + + + + +.. _BATT2_FL_PIN: + +BATT2\_FL\_PIN: Fuel level analog pin number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog input pin that fuel level sensor is connected to\. Airspeed ports can be used for Analog input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. + + ++---------------------------------------+ +| Values | ++=======================================+ +| +-------+---------------------------+ | +| | Value | Meaning | | +| +=======+===========================+ | +| | -1 | Not Used | | +| +-------+---------------------------+ | +| | 11 | Pixracer | | +| +-------+---------------------------+ | +| | 13 | Pixhawk ADC4 | | +| +-------+---------------------------+ | +| | 14 | Pixhawk ADC3 | | +| +-------+---------------------------+ | +| | 15 | Pixhawk ADC6/Pixhawk2 ADC | | +| +-------+---------------------------+ | +| | 103 | Pixhawk SBUS | | +| +-------+---------------------------+ | +| | ++---------------------------------------+ + + + + +.. _BATT2_FL_FF: + +BATT2\_FL\_FF: First order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +First order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT2_FL_FS: + +BATT2\_FL\_FS: Second order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Second order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT2_FL_FT: + +BATT2\_FL\_FT: Third order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Third order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT2_FL_OFF: + +BATT2\_FL\_OFF: Offset term +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT2_MAX_VOLT: + +BATT2\_MAX\_VOLT: Maximum Battery Voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum voltage of battery\. Provides scaling of current versus voltage + + ++----------+ +| Range | ++==========+ +| 7 to 100 | ++----------+ + + + + +.. _BATT2_I2C_BUS__AP_BattMonitor_INA2xx: + +BATT2\_I2C\_BUS \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATT2_I2C_ADDR__AP_BattMonitor_INA2xx: + +BATT2\_I2C\_ADDR \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address\. If this is zero then probe list of supported addresses + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATT2_MAX_AMPS: + +BATT2\_MAX\_AMPS: Battery monitor max current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 1 to 400 | ampere | ++----------+--------+ + + + + +.. _BATT2_SHUNT: + +BATT2\_SHUNT: Battery monitor shunt resistor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + + ++----------------+-------+ +| Range | Units | ++================+=======+ +| 0.0001 to 0.01 | Ohm | ++----------------+-------+ + + + + + +.. _parameters_BATT3_: + +BATT3\_ Parameters +------------------ + + +.. _BATT3_MONITOR: + +BATT3\_MONITOR: Battery monitoring +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Controls enabling monitoring of the battery\'s voltage and current + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | 0 | Disabled | | +| +-------+--------------------------------------+ | +| | 3 | Analog Voltage Only | | +| +-------+--------------------------------------+ | +| | 4 | Analog Voltage and Current | | +| +-------+--------------------------------------+ | +| | 5 | Solo | | +| +-------+--------------------------------------+ | +| | 6 | Bebop | | +| +-------+--------------------------------------+ | +| | 7 | SMBus-Generic | | +| +-------+--------------------------------------+ | +| | 8 | DroneCAN-BatteryInfo | | +| +-------+--------------------------------------+ | +| | 9 | ESC | | +| +-------+--------------------------------------+ | +| | 10 | Sum Of Selected Monitors | | +| +-------+--------------------------------------+ | +| | 11 | FuelFlow | | +| +-------+--------------------------------------+ | +| | 12 | FuelLevelPWM | | +| +-------+--------------------------------------+ | +| | 13 | SMBUS-SUI3 | | +| +-------+--------------------------------------+ | +| | 14 | SMBUS-SUI6 | | +| +-------+--------------------------------------+ | +| | 15 | NeoDesign | | +| +-------+--------------------------------------+ | +| | 16 | SMBus-Maxell | | +| +-------+--------------------------------------+ | +| | 17 | Generator-Elec | | +| +-------+--------------------------------------+ | +| | 18 | Generator-Fuel | | +| +-------+--------------------------------------+ | +| | 19 | Rotoye | | +| +-------+--------------------------------------+ | +| | 20 | MPPT | | +| +-------+--------------------------------------+ | +| | 21 | INA2XX | | +| +-------+--------------------------------------+ | +| | 22 | LTC2946 | | +| +-------+--------------------------------------+ | +| | 23 | Torqeedo | | +| +-------+--------------------------------------+ | +| | 24 | FuelLevelAnalog | | +| +-------+--------------------------------------+ | +| | 25 | Synthetic Current and Analog Voltage | | +| +-------+--------------------------------------+ | +| | 26 | INA239_SPI | | +| +-------+--------------------------------------+ | +| | 27 | EFI | | +| +-------+--------------------------------------+ | +| | 28 | AD7091R5 | | +| +-------+--------------------------------------+ | +| | 29 | Scripting | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATT3_CAPACITY: + +BATT3\_CAPACITY: Battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Capacity of the battery in mAh when full + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT3_SERIAL_NUM: + +BATT3\_SERIAL\_NUM: Battery serial number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery serial number\, automatically filled in for SMBus batteries\, otherwise will be \-1\. With DroneCan it is the battery\_id\. + + +.. _BATT3_LOW_TIMER: + +BATT3\_LOW\_TIMER: Low voltage timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered\. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs\. A value of zero disables low voltage errors\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 120 | seconds | ++-----------+----------+---------+ + + + + +.. _BATT3_FS_VOLTSRC: + +BATT3\_FS\_VOLTSRC: Failsafe voltage source +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + + ++-------------------------------------+ +| Values | ++=====================================+ +| +-------+-------------------------+ | +| | Value | Meaning | | +| +=======+=========================+ | +| | 0 | Raw Voltage | | +| +-------+-------------------------+ | +| | 1 | Sag Compensated Voltage | | +| +-------+-------------------------+ | +| | ++-------------------------------------+ + + + + +.. _BATT3_LOW_VOLT: + +BATT3\_LOW\_VOLT: Low battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a low battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT3\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATT3\_FS\_LOW\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT3_LOW_MAH: + +BATT3\_LOW\_MAH: Low battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the low battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT3\_FS\_LOW\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT3_CRT_VOLT: + +BATT3\_CRT\_VOLT: Critical battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a critical battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT3\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATT3\_FS\_CRT\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT3_CRT_MAH: + +BATT3\_CRT\_MAH: Battery critical capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the critical battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT3\_\_FS\_CRT\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT3_FS_LOW_ACT: + +BATT3\_FS\_LOW\_ACT: Low battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a low battery failsafe + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | None | | +| +-------+------------------+ | +| | 1 | RTL | | +| +-------+------------------+ | +| | 2 | Hold | | +| +-------+------------------+ | +| | 3 | SmartRTL | | +| +-------+------------------+ | +| | 4 | SmartRTL or Hold | | +| +-------+------------------+ | +| | 5 | Terminate | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + +.. _BATT3_FS_CRT_ACT: + +BATT3\_FS\_CRT\_ACT: Critical battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a critical battery failsafe + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | None | | +| +-------+------------------+ | +| | 1 | RTL | | +| +-------+------------------+ | +| | 2 | Hold | | +| +-------+------------------+ | +| | 3 | SmartRTL | | +| +-------+------------------+ | +| | 4 | SmartRTL or Hold | | +| +-------+------------------+ | +| | 5 | Terminate | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + +.. _BATT3_ARM_VOLT: + +BATT3\_ARM\_VOLT: Required arming voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft\. Set to 0 to allow arming at any voltage\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT3_ARM_MAH: + +BATT3\_ARM\_MAH: Required arming remaining capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft\. Set to 0 to allow arming at any capacity\. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate\, which can lead to this check not providing sufficent protection\, it is recommended to always use this in conjunction with the BATT3\_\_ARM\_VOLT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT3_OPTIONS: + +BATT3\_OPTIONS: Battery monitor options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + + ++------------------------------------------------------------------+ +| Bitmask | ++==================================================================+ +| +-----+--------------------------------------------------------+ | +| | Bit | Meaning | | +| +=====+========================================================+ | +| | 0 | Ignore DroneCAN SoC | | +| +-----+--------------------------------------------------------+ | +| | 1 | MPPT reports input voltage and current | | +| +-----+--------------------------------------------------------+ | +| | 2 | MPPT Powered off when disarmed | | +| +-----+--------------------------------------------------------+ | +| | 3 | MPPT Powered on when armed | | +| +-----+--------------------------------------------------------+ | +| | 4 | MPPT Powered off at boot | | +| +-----+--------------------------------------------------------+ | +| | 5 | MPPT Powered on at boot | | +| +-----+--------------------------------------------------------+ | +| | 6 | Send resistance compensated voltage to GCS | | +| +-----+--------------------------------------------------------+ | +| | 7 | Allow DroneCAN InfoAux to be from a different CAN node | | +| +-----+--------------------------------------------------------+ | +| | ++------------------------------------------------------------------+ + + + + +.. _BATT3_ESC_INDEX: + +BATT3\_ESC\_INDEX: ESC Telemetry Index to write to +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage\, current\, consumption and temperature data to\. Use 0 to disable\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 10 | ++-----------+---------+ + + + + +.. _BATT3_VOLT_PIN: + +BATT3\_VOLT\_PIN: Battery Voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for voltage monitoring\. + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | -1 | Disabled | | +| +-------+--------------------------------------+ | +| | 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | | +| +-------+--------------------------------------+ | +| | 5 | Navigator | | +| +-------+--------------------------------------+ | +| | 13 | Pixhawk2_PM2/CubeOrange_PM2 | | +| +-------+--------------------------------------+ | +| | 14 | CubeOrange | | +| +-------+--------------------------------------+ | +| | 16 | Durandal | | +| +-------+--------------------------------------+ | +| | 100 | PX4-v1 | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATT3_CURR_PIN: + +BATT3\_CURR\_PIN: Battery Current sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for current monitoring\. + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | -1 | Disabled | | +| +-------+--------------------------------------+ | +| | 3 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | | +| +-------+--------------------------------------+ | +| | 4 | CubeOrange_PM2/Navigator | | +| +-------+--------------------------------------+ | +| | 14 | Pixhawk2_PM2 | | +| +-------+--------------------------------------+ | +| | 15 | CubeOrange | | +| +-------+--------------------------------------+ | +| | 17 | Durandal | | +| +-------+--------------------------------------+ | +| | 101 | PX4-v1 | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATT3_VOLT_MULT: + +BATT3\_VOLT\_MULT: Voltage Multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin \(BATT3\_VOLT\_PIN\) to the actual battery\'s voltage \(pin\_voltage \* VOLT\_MULT\)\. For the 3DR Power brick with a Pixhawk\, this should be set to 10\.1\. For the Pixhawk with the 3DR 4in1 ESC this should be 12\.02\. For the PX using the PX4IO power supply this should be set to 1\. + + +.. _BATT3_AMP_PERVLT: + +BATT3\_AMP\_PERVLT: Amps per volt +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of amps that a 1V reading on the current sensor corresponds to\. With a Pixhawk using the 3DR Power brick this should be set to 17\. For the Pixhawk with the 3DR 4in1 ESC this should be 17\. For Synthetic Current sensor monitors\, this is the maximum\, full throttle current draw\. + + ++-----------------+ +| Units | ++=================+ +| ampere per volt | ++-----------------+ + + + + +.. _BATT3_AMP_OFFSET: + +BATT3\_AMP\_OFFSET: AMP offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Voltage offset at zero current on current sensor for Analog Sensors\. For Synthetic Current sensor\, this offset is the zero throttle system current and is added to the calculated throttle base current\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATT3_VLT_OFFSET: + +BATT3\_VLT\_OFFSET: Voltage offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage offset on voltage pin\. This allows for an offset due to a diode\. This voltage is subtracted before the scaling is applied\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATT3_I2C_BUS__AP_BattMonitor_SMBus: + +BATT3\_I2C\_BUS \(AP\_BattMonitor\_SMBus\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATT3_I2C_ADDR__AP_BattMonitor_SMBus: + +BATT3\_I2C\_ADDR \(AP\_BattMonitor\_SMBus\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATT3_SUM_MASK: + +BATT3\_SUM\_MASK: Battery Sum mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +0\: sum of remaining battery monitors\, If none 0 sum of specified monitors\. Current will be summed and voltages averaged\. + + ++---------------------+ +| Bitmask | ++=====================+ +| +-----+-----------+ | +| | Bit | Meaning | | +| +=====+===========+ | +| | 0 | monitor 1 | | +| +-----+-----------+ | +| | 1 | monitor 2 | | +| +-----+-----------+ | +| | 2 | monitor 3 | | +| +-----+-----------+ | +| | 3 | monitor 4 | | +| +-----+-----------+ | +| | 4 | monitor 5 | | +| +-----+-----------+ | +| | 5 | monitor 6 | | +| +-----+-----------+ | +| | 6 | monitor 7 | | +| +-----+-----------+ | +| | 7 | monitor 8 | | +| +-----+-----------+ | +| | 8 | monitor 9 | | +| +-----+-----------+ | +| | ++---------------------+ + + + + +.. _BATT3_CURR_MULT: + +BATT3\_CURR\_MULT: Scales reported power monitor current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + + ++----------+ +| Range | ++==========+ +| .1 to 10 | ++----------+ + + + + +.. _BATT3_FL_VLT_MIN: + +BATT3\_FL\_VLT\_MIN: Empty fuel level voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty\. Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+-------+ +| Range | Units | ++============+=======+ +| 0.01 to 10 | volt | ++------------+-------+ + + + + +.. _BATT3_FL_V_MULT: + +BATT3\_FL\_V\_MULT: Fuel level voltage multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is\. This is calculated as 1 \/ \(Voltage\_Full \- Voltage\_Empty\) Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+ +| Range | ++============+ +| 0.01 to 10 | ++------------+ + + + + +.. _BATT3_FL_FLTR: + +BATT3\_FL\_FLTR: Fuel level filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Filter frequency in Hertz where a low pass filter is used\. This is used to filter out tank slosh from the fuel level reading\. A value of \-1 disables the filter and unfiltered voltage is used to determine the fuel level\. The suggested values at in the range of 0\.2 Hz to 0\.5 Hz\. + + ++---------+-------+ +| Range | Units | ++=========+=======+ +| -1 to 1 | hertz | ++---------+-------+ + + + + +.. _BATT3_FL_PIN: + +BATT3\_FL\_PIN: Fuel level analog pin number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog input pin that fuel level sensor is connected to\. Airspeed ports can be used for Analog input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. + + ++---------------------------------------+ +| Values | ++=======================================+ +| +-------+---------------------------+ | +| | Value | Meaning | | +| +=======+===========================+ | +| | -1 | Not Used | | +| +-------+---------------------------+ | +| | 11 | Pixracer | | +| +-------+---------------------------+ | +| | 13 | Pixhawk ADC4 | | +| +-------+---------------------------+ | +| | 14 | Pixhawk ADC3 | | +| +-------+---------------------------+ | +| | 15 | Pixhawk ADC6/Pixhawk2 ADC | | +| +-------+---------------------------+ | +| | 103 | Pixhawk SBUS | | +| +-------+---------------------------+ | +| | ++---------------------------------------+ + + + + +.. _BATT3_FL_FF: + +BATT3\_FL\_FF: First order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +First order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT3_FL_FS: + +BATT3\_FL\_FS: Second order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Second order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT3_FL_FT: + +BATT3\_FL\_FT: Third order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Third order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT3_FL_OFF: + +BATT3\_FL\_OFF: Offset term +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT3_MAX_VOLT: + +BATT3\_MAX\_VOLT: Maximum Battery Voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum voltage of battery\. Provides scaling of current versus voltage + + ++----------+ +| Range | ++==========+ +| 7 to 100 | ++----------+ + + + + +.. _BATT3_I2C_BUS__AP_BattMonitor_INA2xx: + +BATT3\_I2C\_BUS \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATT3_I2C_ADDR__AP_BattMonitor_INA2xx: + +BATT3\_I2C\_ADDR \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address\. If this is zero then probe list of supported addresses + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATT3_MAX_AMPS: + +BATT3\_MAX\_AMPS: Battery monitor max current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 1 to 400 | ampere | ++----------+--------+ + + + + +.. _BATT3_SHUNT: + +BATT3\_SHUNT: Battery monitor shunt resistor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + + ++----------------+-------+ +| Range | Units | ++================+=======+ +| 0.0001 to 0.01 | Ohm | ++----------------+-------+ + + + + + +.. _parameters_BATT4_: + +BATT4\_ Parameters +------------------ + + +.. _BATT4_MONITOR: + +BATT4\_MONITOR: Battery monitoring +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Controls enabling monitoring of the battery\'s voltage and current + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | 0 | Disabled | | +| +-------+--------------------------------------+ | +| | 3 | Analog Voltage Only | | +| +-------+--------------------------------------+ | +| | 4 | Analog Voltage and Current | | +| +-------+--------------------------------------+ | +| | 5 | Solo | | +| +-------+--------------------------------------+ | +| | 6 | Bebop | | +| +-------+--------------------------------------+ | +| | 7 | SMBus-Generic | | +| +-------+--------------------------------------+ | +| | 8 | DroneCAN-BatteryInfo | | +| +-------+--------------------------------------+ | +| | 9 | ESC | | +| +-------+--------------------------------------+ | +| | 10 | Sum Of Selected Monitors | | +| +-------+--------------------------------------+ | +| | 11 | FuelFlow | | +| +-------+--------------------------------------+ | +| | 12 | FuelLevelPWM | | +| +-------+--------------------------------------+ | +| | 13 | SMBUS-SUI3 | | +| +-------+--------------------------------------+ | +| | 14 | SMBUS-SUI6 | | +| +-------+--------------------------------------+ | +| | 15 | NeoDesign | | +| +-------+--------------------------------------+ | +| | 16 | SMBus-Maxell | | +| +-------+--------------------------------------+ | +| | 17 | Generator-Elec | | +| +-------+--------------------------------------+ | +| | 18 | Generator-Fuel | | +| +-------+--------------------------------------+ | +| | 19 | Rotoye | | +| +-------+--------------------------------------+ | +| | 20 | MPPT | | +| +-------+--------------------------------------+ | +| | 21 | INA2XX | | +| +-------+--------------------------------------+ | +| | 22 | LTC2946 | | +| +-------+--------------------------------------+ | +| | 23 | Torqeedo | | +| +-------+--------------------------------------+ | +| | 24 | FuelLevelAnalog | | +| +-------+--------------------------------------+ | +| | 25 | Synthetic Current and Analog Voltage | | +| +-------+--------------------------------------+ | +| | 26 | INA239_SPI | | +| +-------+--------------------------------------+ | +| | 27 | EFI | | +| +-------+--------------------------------------+ | +| | 28 | AD7091R5 | | +| +-------+--------------------------------------+ | +| | 29 | Scripting | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATT4_CAPACITY: + +BATT4\_CAPACITY: Battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Capacity of the battery in mAh when full + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT4_SERIAL_NUM: + +BATT4\_SERIAL\_NUM: Battery serial number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery serial number\, automatically filled in for SMBus batteries\, otherwise will be \-1\. With DroneCan it is the battery\_id\. + + +.. _BATT4_LOW_TIMER: + +BATT4\_LOW\_TIMER: Low voltage timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered\. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs\. A value of zero disables low voltage errors\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 120 | seconds | ++-----------+----------+---------+ + + + + +.. _BATT4_FS_VOLTSRC: + +BATT4\_FS\_VOLTSRC: Failsafe voltage source +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + + ++-------------------------------------+ +| Values | ++=====================================+ +| +-------+-------------------------+ | +| | Value | Meaning | | +| +=======+=========================+ | +| | 0 | Raw Voltage | | +| +-------+-------------------------+ | +| | 1 | Sag Compensated Voltage | | +| +-------+-------------------------+ | +| | ++-------------------------------------+ + + + + +.. _BATT4_LOW_VOLT: + +BATT4\_LOW\_VOLT: Low battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a low battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT4\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATT4\_FS\_LOW\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT4_LOW_MAH: + +BATT4\_LOW\_MAH: Low battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the low battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT4\_FS\_LOW\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT4_CRT_VOLT: + +BATT4\_CRT\_VOLT: Critical battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a critical battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT4\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATT4\_FS\_CRT\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT4_CRT_MAH: + +BATT4\_CRT\_MAH: Battery critical capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the critical battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT4\_\_FS\_CRT\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT4_FS_LOW_ACT: + +BATT4\_FS\_LOW\_ACT: Low battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a low battery failsafe + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | None | | +| +-------+------------------+ | +| | 1 | RTL | | +| +-------+------------------+ | +| | 2 | Hold | | +| +-------+------------------+ | +| | 3 | SmartRTL | | +| +-------+------------------+ | +| | 4 | SmartRTL or Hold | | +| +-------+------------------+ | +| | 5 | Terminate | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + +.. _BATT4_FS_CRT_ACT: + +BATT4\_FS\_CRT\_ACT: Critical battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a critical battery failsafe + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | None | | +| +-------+------------------+ | +| | 1 | RTL | | +| +-------+------------------+ | +| | 2 | Hold | | +| +-------+------------------+ | +| | 3 | SmartRTL | | +| +-------+------------------+ | +| | 4 | SmartRTL or Hold | | +| +-------+------------------+ | +| | 5 | Terminate | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + +.. _BATT4_ARM_VOLT: + +BATT4\_ARM\_VOLT: Required arming voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft\. Set to 0 to allow arming at any voltage\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT4_ARM_MAH: + +BATT4\_ARM\_MAH: Required arming remaining capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft\. Set to 0 to allow arming at any capacity\. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate\, which can lead to this check not providing sufficent protection\, it is recommended to always use this in conjunction with the BATT4\_\_ARM\_VOLT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT4_OPTIONS: + +BATT4\_OPTIONS: Battery monitor options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + + ++------------------------------------------------------------------+ +| Bitmask | ++==================================================================+ +| +-----+--------------------------------------------------------+ | +| | Bit | Meaning | | +| +=====+========================================================+ | +| | 0 | Ignore DroneCAN SoC | | +| +-----+--------------------------------------------------------+ | +| | 1 | MPPT reports input voltage and current | | +| +-----+--------------------------------------------------------+ | +| | 2 | MPPT Powered off when disarmed | | +| +-----+--------------------------------------------------------+ | +| | 3 | MPPT Powered on when armed | | +| +-----+--------------------------------------------------------+ | +| | 4 | MPPT Powered off at boot | | +| +-----+--------------------------------------------------------+ | +| | 5 | MPPT Powered on at boot | | +| +-----+--------------------------------------------------------+ | +| | 6 | Send resistance compensated voltage to GCS | | +| +-----+--------------------------------------------------------+ | +| | 7 | Allow DroneCAN InfoAux to be from a different CAN node | | +| +-----+--------------------------------------------------------+ | +| | ++------------------------------------------------------------------+ + + + + +.. _BATT4_ESC_INDEX: + +BATT4\_ESC\_INDEX: ESC Telemetry Index to write to +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage\, current\, consumption and temperature data to\. Use 0 to disable\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 10 | ++-----------+---------+ + + + + +.. _BATT4_VOLT_PIN: + +BATT4\_VOLT\_PIN: Battery Voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for voltage monitoring\. + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | -1 | Disabled | | +| +-------+--------------------------------------+ | +| | 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | | +| +-------+--------------------------------------+ | +| | 5 | Navigator | | +| +-------+--------------------------------------+ | +| | 13 | Pixhawk2_PM2/CubeOrange_PM2 | | +| +-------+--------------------------------------+ | +| | 14 | CubeOrange | | +| +-------+--------------------------------------+ | +| | 16 | Durandal | | +| +-------+--------------------------------------+ | +| | 100 | PX4-v1 | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATT4_CURR_PIN: + +BATT4\_CURR\_PIN: Battery Current sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for current monitoring\. + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | -1 | Disabled | | +| +-------+--------------------------------------+ | +| | 3 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | | +| +-------+--------------------------------------+ | +| | 4 | CubeOrange_PM2/Navigator | | +| +-------+--------------------------------------+ | +| | 14 | Pixhawk2_PM2 | | +| +-------+--------------------------------------+ | +| | 15 | CubeOrange | | +| +-------+--------------------------------------+ | +| | 17 | Durandal | | +| +-------+--------------------------------------+ | +| | 101 | PX4-v1 | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATT4_VOLT_MULT: + +BATT4\_VOLT\_MULT: Voltage Multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin \(BATT4\_VOLT\_PIN\) to the actual battery\'s voltage \(pin\_voltage \* VOLT\_MULT\)\. For the 3DR Power brick with a Pixhawk\, this should be set to 10\.1\. For the Pixhawk with the 3DR 4in1 ESC this should be 12\.02\. For the PX using the PX4IO power supply this should be set to 1\. + + +.. _BATT4_AMP_PERVLT: + +BATT4\_AMP\_PERVLT: Amps per volt +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of amps that a 1V reading on the current sensor corresponds to\. With a Pixhawk using the 3DR Power brick this should be set to 17\. For the Pixhawk with the 3DR 4in1 ESC this should be 17\. For Synthetic Current sensor monitors\, this is the maximum\, full throttle current draw\. + + ++-----------------+ +| Units | ++=================+ +| ampere per volt | ++-----------------+ + + + + +.. _BATT4_AMP_OFFSET: + +BATT4\_AMP\_OFFSET: AMP offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Voltage offset at zero current on current sensor for Analog Sensors\. For Synthetic Current sensor\, this offset is the zero throttle system current and is added to the calculated throttle base current\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATT4_VLT_OFFSET: + +BATT4\_VLT\_OFFSET: Voltage offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage offset on voltage pin\. This allows for an offset due to a diode\. This voltage is subtracted before the scaling is applied\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATT4_I2C_BUS__AP_BattMonitor_SMBus: + +BATT4\_I2C\_BUS \(AP\_BattMonitor\_SMBus\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATT4_I2C_ADDR__AP_BattMonitor_SMBus: + +BATT4\_I2C\_ADDR \(AP\_BattMonitor\_SMBus\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATT4_SUM_MASK: + +BATT4\_SUM\_MASK: Battery Sum mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +0\: sum of remaining battery monitors\, If none 0 sum of specified monitors\. Current will be summed and voltages averaged\. + + ++---------------------+ +| Bitmask | ++=====================+ +| +-----+-----------+ | +| | Bit | Meaning | | +| +=====+===========+ | +| | 0 | monitor 1 | | +| +-----+-----------+ | +| | 1 | monitor 2 | | +| +-----+-----------+ | +| | 2 | monitor 3 | | +| +-----+-----------+ | +| | 3 | monitor 4 | | +| +-----+-----------+ | +| | 4 | monitor 5 | | +| +-----+-----------+ | +| | 5 | monitor 6 | | +| +-----+-----------+ | +| | 6 | monitor 7 | | +| +-----+-----------+ | +| | 7 | monitor 8 | | +| +-----+-----------+ | +| | 8 | monitor 9 | | +| +-----+-----------+ | +| | ++---------------------+ + + + + +.. _BATT4_CURR_MULT: + +BATT4\_CURR\_MULT: Scales reported power monitor current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + + ++----------+ +| Range | ++==========+ +| .1 to 10 | ++----------+ + + + + +.. _BATT4_FL_VLT_MIN: + +BATT4\_FL\_VLT\_MIN: Empty fuel level voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty\. Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+-------+ +| Range | Units | ++============+=======+ +| 0.01 to 10 | volt | ++------------+-------+ + + + + +.. _BATT4_FL_V_MULT: + +BATT4\_FL\_V\_MULT: Fuel level voltage multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is\. This is calculated as 1 \/ \(Voltage\_Full \- Voltage\_Empty\) Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+ +| Range | ++============+ +| 0.01 to 10 | ++------------+ + + + + +.. _BATT4_FL_FLTR: + +BATT4\_FL\_FLTR: Fuel level filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Filter frequency in Hertz where a low pass filter is used\. This is used to filter out tank slosh from the fuel level reading\. A value of \-1 disables the filter and unfiltered voltage is used to determine the fuel level\. The suggested values at in the range of 0\.2 Hz to 0\.5 Hz\. + + ++---------+-------+ +| Range | Units | ++=========+=======+ +| -1 to 1 | hertz | ++---------+-------+ + + + + +.. _BATT4_FL_PIN: + +BATT4\_FL\_PIN: Fuel level analog pin number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog input pin that fuel level sensor is connected to\. Airspeed ports can be used for Analog input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. + + ++---------------------------------------+ +| Values | ++=======================================+ +| +-------+---------------------------+ | +| | Value | Meaning | | +| +=======+===========================+ | +| | -1 | Not Used | | +| +-------+---------------------------+ | +| | 11 | Pixracer | | +| +-------+---------------------------+ | +| | 13 | Pixhawk ADC4 | | +| +-------+---------------------------+ | +| | 14 | Pixhawk ADC3 | | +| +-------+---------------------------+ | +| | 15 | Pixhawk ADC6/Pixhawk2 ADC | | +| +-------+---------------------------+ | +| | 103 | Pixhawk SBUS | | +| +-------+---------------------------+ | +| | ++---------------------------------------+ + + + + +.. _BATT4_FL_FF: + +BATT4\_FL\_FF: First order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +First order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT4_FL_FS: + +BATT4\_FL\_FS: Second order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Second order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT4_FL_FT: + +BATT4\_FL\_FT: Third order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Third order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT4_FL_OFF: + +BATT4\_FL\_OFF: Offset term +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT4_MAX_VOLT: + +BATT4\_MAX\_VOLT: Maximum Battery Voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum voltage of battery\. Provides scaling of current versus voltage + + ++----------+ +| Range | ++==========+ +| 7 to 100 | ++----------+ + + + + +.. _BATT4_I2C_BUS__AP_BattMonitor_INA2xx: + +BATT4\_I2C\_BUS \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATT4_I2C_ADDR__AP_BattMonitor_INA2xx: + +BATT4\_I2C\_ADDR \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address\. If this is zero then probe list of supported addresses + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATT4_MAX_AMPS: + +BATT4\_MAX\_AMPS: Battery monitor max current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 1 to 400 | ampere | ++----------+--------+ + + + + +.. _BATT4_SHUNT: + +BATT4\_SHUNT: Battery monitor shunt resistor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + + ++----------------+-------+ +| Range | Units | ++================+=======+ +| 0.0001 to 0.01 | Ohm | ++----------------+-------+ + + + + + +.. _parameters_BATT5_: + +BATT5\_ Parameters +------------------ + + +.. _BATT5_MONITOR: + +BATT5\_MONITOR: Battery monitoring +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Controls enabling monitoring of the battery\'s voltage and current + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | 0 | Disabled | | +| +-------+--------------------------------------+ | +| | 3 | Analog Voltage Only | | +| +-------+--------------------------------------+ | +| | 4 | Analog Voltage and Current | | +| +-------+--------------------------------------+ | +| | 5 | Solo | | +| +-------+--------------------------------------+ | +| | 6 | Bebop | | +| +-------+--------------------------------------+ | +| | 7 | SMBus-Generic | | +| +-------+--------------------------------------+ | +| | 8 | DroneCAN-BatteryInfo | | +| +-------+--------------------------------------+ | +| | 9 | ESC | | +| +-------+--------------------------------------+ | +| | 10 | Sum Of Selected Monitors | | +| +-------+--------------------------------------+ | +| | 11 | FuelFlow | | +| +-------+--------------------------------------+ | +| | 12 | FuelLevelPWM | | +| +-------+--------------------------------------+ | +| | 13 | SMBUS-SUI3 | | +| +-------+--------------------------------------+ | +| | 14 | SMBUS-SUI6 | | +| +-------+--------------------------------------+ | +| | 15 | NeoDesign | | +| +-------+--------------------------------------+ | +| | 16 | SMBus-Maxell | | +| +-------+--------------------------------------+ | +| | 17 | Generator-Elec | | +| +-------+--------------------------------------+ | +| | 18 | Generator-Fuel | | +| +-------+--------------------------------------+ | +| | 19 | Rotoye | | +| +-------+--------------------------------------+ | +| | 20 | MPPT | | +| +-------+--------------------------------------+ | +| | 21 | INA2XX | | +| +-------+--------------------------------------+ | +| | 22 | LTC2946 | | +| +-------+--------------------------------------+ | +| | 23 | Torqeedo | | +| +-------+--------------------------------------+ | +| | 24 | FuelLevelAnalog | | +| +-------+--------------------------------------+ | +| | 25 | Synthetic Current and Analog Voltage | | +| +-------+--------------------------------------+ | +| | 26 | INA239_SPI | | +| +-------+--------------------------------------+ | +| | 27 | EFI | | +| +-------+--------------------------------------+ | +| | 28 | AD7091R5 | | +| +-------+--------------------------------------+ | +| | 29 | Scripting | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATT5_CAPACITY: + +BATT5\_CAPACITY: Battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Capacity of the battery in mAh when full + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT5_SERIAL_NUM: + +BATT5\_SERIAL\_NUM: Battery serial number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery serial number\, automatically filled in for SMBus batteries\, otherwise will be \-1\. With DroneCan it is the battery\_id\. + + +.. _BATT5_LOW_TIMER: + +BATT5\_LOW\_TIMER: Low voltage timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered\. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs\. A value of zero disables low voltage errors\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 120 | seconds | ++-----------+----------+---------+ + + + + +.. _BATT5_FS_VOLTSRC: + +BATT5\_FS\_VOLTSRC: Failsafe voltage source +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + + ++-------------------------------------+ +| Values | ++=====================================+ +| +-------+-------------------------+ | +| | Value | Meaning | | +| +=======+=========================+ | +| | 0 | Raw Voltage | | +| +-------+-------------------------+ | +| | 1 | Sag Compensated Voltage | | +| +-------+-------------------------+ | +| | ++-------------------------------------+ + + + + +.. _BATT5_LOW_VOLT: + +BATT5\_LOW\_VOLT: Low battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a low battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT5\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATT5\_FS\_LOW\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT5_LOW_MAH: + +BATT5\_LOW\_MAH: Low battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the low battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT5\_FS\_LOW\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT5_CRT_VOLT: + +BATT5\_CRT\_VOLT: Critical battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a critical battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT5\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATT5\_FS\_CRT\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT5_CRT_MAH: + +BATT5\_CRT\_MAH: Battery critical capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the critical battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT5\_\_FS\_CRT\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT5_FS_LOW_ACT: + +BATT5\_FS\_LOW\_ACT: Low battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a low battery failsafe + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | None | | +| +-------+------------------+ | +| | 1 | RTL | | +| +-------+------------------+ | +| | 2 | Hold | | +| +-------+------------------+ | +| | 3 | SmartRTL | | +| +-------+------------------+ | +| | 4 | SmartRTL or Hold | | +| +-------+------------------+ | +| | 5 | Terminate | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + +.. _BATT5_FS_CRT_ACT: + +BATT5\_FS\_CRT\_ACT: Critical battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a critical battery failsafe + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | None | | +| +-------+------------------+ | +| | 1 | RTL | | +| +-------+------------------+ | +| | 2 | Hold | | +| +-------+------------------+ | +| | 3 | SmartRTL | | +| +-------+------------------+ | +| | 4 | SmartRTL or Hold | | +| +-------+------------------+ | +| | 5 | Terminate | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + +.. _BATT5_ARM_VOLT: + +BATT5\_ARM\_VOLT: Required arming voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft\. Set to 0 to allow arming at any voltage\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT5_ARM_MAH: + +BATT5\_ARM\_MAH: Required arming remaining capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft\. Set to 0 to allow arming at any capacity\. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate\, which can lead to this check not providing sufficent protection\, it is recommended to always use this in conjunction with the BATT5\_\_ARM\_VOLT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT5_OPTIONS: + +BATT5\_OPTIONS: Battery monitor options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + + ++------------------------------------------------------------------+ +| Bitmask | ++==================================================================+ +| +-----+--------------------------------------------------------+ | +| | Bit | Meaning | | +| +=====+========================================================+ | +| | 0 | Ignore DroneCAN SoC | | +| +-----+--------------------------------------------------------+ | +| | 1 | MPPT reports input voltage and current | | +| +-----+--------------------------------------------------------+ | +| | 2 | MPPT Powered off when disarmed | | +| +-----+--------------------------------------------------------+ | +| | 3 | MPPT Powered on when armed | | +| +-----+--------------------------------------------------------+ | +| | 4 | MPPT Powered off at boot | | +| +-----+--------------------------------------------------------+ | +| | 5 | MPPT Powered on at boot | | +| +-----+--------------------------------------------------------+ | +| | 6 | Send resistance compensated voltage to GCS | | +| +-----+--------------------------------------------------------+ | +| | 7 | Allow DroneCAN InfoAux to be from a different CAN node | | +| +-----+--------------------------------------------------------+ | +| | ++------------------------------------------------------------------+ + + + + +.. _BATT5_ESC_INDEX: + +BATT5\_ESC\_INDEX: ESC Telemetry Index to write to +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage\, current\, consumption and temperature data to\. Use 0 to disable\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 10 | ++-----------+---------+ + + + + +.. _BATT5_VOLT_PIN: + +BATT5\_VOLT\_PIN: Battery Voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for voltage monitoring\. + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | -1 | Disabled | | +| +-------+--------------------------------------+ | +| | 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | | +| +-------+--------------------------------------+ | +| | 5 | Navigator | | +| +-------+--------------------------------------+ | +| | 13 | Pixhawk2_PM2/CubeOrange_PM2 | | +| +-------+--------------------------------------+ | +| | 14 | CubeOrange | | +| +-------+--------------------------------------+ | +| | 16 | Durandal | | +| +-------+--------------------------------------+ | +| | 100 | PX4-v1 | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATT5_CURR_PIN: + +BATT5\_CURR\_PIN: Battery Current sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for current monitoring\. + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | -1 | Disabled | | +| +-------+--------------------------------------+ | +| | 3 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | | +| +-------+--------------------------------------+ | +| | 4 | CubeOrange_PM2/Navigator | | +| +-------+--------------------------------------+ | +| | 14 | Pixhawk2_PM2 | | +| +-------+--------------------------------------+ | +| | 15 | CubeOrange | | +| +-------+--------------------------------------+ | +| | 17 | Durandal | | +| +-------+--------------------------------------+ | +| | 101 | PX4-v1 | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATT5_VOLT_MULT: + +BATT5\_VOLT\_MULT: Voltage Multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin \(BATT5\_VOLT\_PIN\) to the actual battery\'s voltage \(pin\_voltage \* VOLT\_MULT\)\. For the 3DR Power brick with a Pixhawk\, this should be set to 10\.1\. For the Pixhawk with the 3DR 4in1 ESC this should be 12\.02\. For the PX using the PX4IO power supply this should be set to 1\. + + +.. _BATT5_AMP_PERVLT: + +BATT5\_AMP\_PERVLT: Amps per volt +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of amps that a 1V reading on the current sensor corresponds to\. With a Pixhawk using the 3DR Power brick this should be set to 17\. For the Pixhawk with the 3DR 4in1 ESC this should be 17\. For Synthetic Current sensor monitors\, this is the maximum\, full throttle current draw\. + + ++-----------------+ +| Units | ++=================+ +| ampere per volt | ++-----------------+ + + + + +.. _BATT5_AMP_OFFSET: + +BATT5\_AMP\_OFFSET: AMP offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Voltage offset at zero current on current sensor for Analog Sensors\. For Synthetic Current sensor\, this offset is the zero throttle system current and is added to the calculated throttle base current\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATT5_VLT_OFFSET: + +BATT5\_VLT\_OFFSET: Voltage offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage offset on voltage pin\. This allows for an offset due to a diode\. This voltage is subtracted before the scaling is applied\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATT5_I2C_BUS__AP_BattMonitor_SMBus: + +BATT5\_I2C\_BUS \(AP\_BattMonitor\_SMBus\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATT5_I2C_ADDR__AP_BattMonitor_SMBus: + +BATT5\_I2C\_ADDR \(AP\_BattMonitor\_SMBus\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATT5_SUM_MASK: + +BATT5\_SUM\_MASK: Battery Sum mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +0\: sum of remaining battery monitors\, If none 0 sum of specified monitors\. Current will be summed and voltages averaged\. + + ++---------------------+ +| Bitmask | ++=====================+ +| +-----+-----------+ | +| | Bit | Meaning | | +| +=====+===========+ | +| | 0 | monitor 1 | | +| +-----+-----------+ | +| | 1 | monitor 2 | | +| +-----+-----------+ | +| | 2 | monitor 3 | | +| +-----+-----------+ | +| | 3 | monitor 4 | | +| +-----+-----------+ | +| | 4 | monitor 5 | | +| +-----+-----------+ | +| | 5 | monitor 6 | | +| +-----+-----------+ | +| | 6 | monitor 7 | | +| +-----+-----------+ | +| | 7 | monitor 8 | | +| +-----+-----------+ | +| | 8 | monitor 9 | | +| +-----+-----------+ | +| | ++---------------------+ + + + + +.. _BATT5_CURR_MULT: + +BATT5\_CURR\_MULT: Scales reported power monitor current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + + ++----------+ +| Range | ++==========+ +| .1 to 10 | ++----------+ + + + + +.. _BATT5_FL_VLT_MIN: + +BATT5\_FL\_VLT\_MIN: Empty fuel level voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty\. Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+-------+ +| Range | Units | ++============+=======+ +| 0.01 to 10 | volt | ++------------+-------+ + + + + +.. _BATT5_FL_V_MULT: + +BATT5\_FL\_V\_MULT: Fuel level voltage multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is\. This is calculated as 1 \/ \(Voltage\_Full \- Voltage\_Empty\) Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+ +| Range | ++============+ +| 0.01 to 10 | ++------------+ + + + + +.. _BATT5_FL_FLTR: + +BATT5\_FL\_FLTR: Fuel level filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Filter frequency in Hertz where a low pass filter is used\. This is used to filter out tank slosh from the fuel level reading\. A value of \-1 disables the filter and unfiltered voltage is used to determine the fuel level\. The suggested values at in the range of 0\.2 Hz to 0\.5 Hz\. + + ++---------+-------+ +| Range | Units | ++=========+=======+ +| -1 to 1 | hertz | ++---------+-------+ + + + + +.. _BATT5_FL_PIN: + +BATT5\_FL\_PIN: Fuel level analog pin number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog input pin that fuel level sensor is connected to\. Airspeed ports can be used for Analog input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. + + ++---------------------------------------+ +| Values | ++=======================================+ +| +-------+---------------------------+ | +| | Value | Meaning | | +| +=======+===========================+ | +| | -1 | Not Used | | +| +-------+---------------------------+ | +| | 11 | Pixracer | | +| +-------+---------------------------+ | +| | 13 | Pixhawk ADC4 | | +| +-------+---------------------------+ | +| | 14 | Pixhawk ADC3 | | +| +-------+---------------------------+ | +| | 15 | Pixhawk ADC6/Pixhawk2 ADC | | +| +-------+---------------------------+ | +| | 103 | Pixhawk SBUS | | +| +-------+---------------------------+ | +| | ++---------------------------------------+ + + + + +.. _BATT5_FL_FF: + +BATT5\_FL\_FF: First order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +First order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT5_FL_FS: + +BATT5\_FL\_FS: Second order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Second order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT5_FL_FT: + +BATT5\_FL\_FT: Third order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Third order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT5_FL_OFF: + +BATT5\_FL\_OFF: Offset term +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT5_MAX_VOLT: + +BATT5\_MAX\_VOLT: Maximum Battery Voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum voltage of battery\. Provides scaling of current versus voltage + + ++----------+ +| Range | ++==========+ +| 7 to 100 | ++----------+ + + + + +.. _BATT5_I2C_BUS__AP_BattMonitor_INA2xx: + +BATT5\_I2C\_BUS \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATT5_I2C_ADDR__AP_BattMonitor_INA2xx: + +BATT5\_I2C\_ADDR \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address\. If this is zero then probe list of supported addresses + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATT5_MAX_AMPS: + +BATT5\_MAX\_AMPS: Battery monitor max current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 1 to 400 | ampere | ++----------+--------+ + + + + +.. _BATT5_SHUNT: + +BATT5\_SHUNT: Battery monitor shunt resistor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + + ++----------------+-------+ +| Range | Units | ++================+=======+ +| 0.0001 to 0.01 | Ohm | ++----------------+-------+ + + + + + +.. _parameters_BATT6_: + +BATT6\_ Parameters +------------------ + + +.. _BATT6_MONITOR: + +BATT6\_MONITOR: Battery monitoring +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Controls enabling monitoring of the battery\'s voltage and current + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | 0 | Disabled | | +| +-------+--------------------------------------+ | +| | 3 | Analog Voltage Only | | +| +-------+--------------------------------------+ | +| | 4 | Analog Voltage and Current | | +| +-------+--------------------------------------+ | +| | 5 | Solo | | +| +-------+--------------------------------------+ | +| | 6 | Bebop | | +| +-------+--------------------------------------+ | +| | 7 | SMBus-Generic | | +| +-------+--------------------------------------+ | +| | 8 | DroneCAN-BatteryInfo | | +| +-------+--------------------------------------+ | +| | 9 | ESC | | +| +-------+--------------------------------------+ | +| | 10 | Sum Of Selected Monitors | | +| +-------+--------------------------------------+ | +| | 11 | FuelFlow | | +| +-------+--------------------------------------+ | +| | 12 | FuelLevelPWM | | +| +-------+--------------------------------------+ | +| | 13 | SMBUS-SUI3 | | +| +-------+--------------------------------------+ | +| | 14 | SMBUS-SUI6 | | +| +-------+--------------------------------------+ | +| | 15 | NeoDesign | | +| +-------+--------------------------------------+ | +| | 16 | SMBus-Maxell | | +| +-------+--------------------------------------+ | +| | 17 | Generator-Elec | | +| +-------+--------------------------------------+ | +| | 18 | Generator-Fuel | | +| +-------+--------------------------------------+ | +| | 19 | Rotoye | | +| +-------+--------------------------------------+ | +| | 20 | MPPT | | +| +-------+--------------------------------------+ | +| | 21 | INA2XX | | +| +-------+--------------------------------------+ | +| | 22 | LTC2946 | | +| +-------+--------------------------------------+ | +| | 23 | Torqeedo | | +| +-------+--------------------------------------+ | +| | 24 | FuelLevelAnalog | | +| +-------+--------------------------------------+ | +| | 25 | Synthetic Current and Analog Voltage | | +| +-------+--------------------------------------+ | +| | 26 | INA239_SPI | | +| +-------+--------------------------------------+ | +| | 27 | EFI | | +| +-------+--------------------------------------+ | +| | 28 | AD7091R5 | | +| +-------+--------------------------------------+ | +| | 29 | Scripting | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATT6_CAPACITY: + +BATT6\_CAPACITY: Battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Capacity of the battery in mAh when full + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT6_SERIAL_NUM: + +BATT6\_SERIAL\_NUM: Battery serial number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery serial number\, automatically filled in for SMBus batteries\, otherwise will be \-1\. With DroneCan it is the battery\_id\. + + +.. _BATT6_LOW_TIMER: + +BATT6\_LOW\_TIMER: Low voltage timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered\. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs\. A value of zero disables low voltage errors\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 120 | seconds | ++-----------+----------+---------+ + + + + +.. _BATT6_FS_VOLTSRC: + +BATT6\_FS\_VOLTSRC: Failsafe voltage source +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + + ++-------------------------------------+ +| Values | ++=====================================+ +| +-------+-------------------------+ | +| | Value | Meaning | | +| +=======+=========================+ | +| | 0 | Raw Voltage | | +| +-------+-------------------------+ | +| | 1 | Sag Compensated Voltage | | +| +-------+-------------------------+ | +| | ++-------------------------------------+ + + + + +.. _BATT6_LOW_VOLT: + +BATT6\_LOW\_VOLT: Low battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a low battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT6\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATT6\_FS\_LOW\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT6_LOW_MAH: + +BATT6\_LOW\_MAH: Low battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the low battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT6\_FS\_LOW\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT6_CRT_VOLT: + +BATT6\_CRT\_VOLT: Critical battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a critical battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT6\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATT6\_FS\_CRT\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT6_CRT_MAH: + +BATT6\_CRT\_MAH: Battery critical capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the critical battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT6\_\_FS\_CRT\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT6_FS_LOW_ACT: + +BATT6\_FS\_LOW\_ACT: Low battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a low battery failsafe + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | None | | +| +-------+------------------+ | +| | 1 | RTL | | +| +-------+------------------+ | +| | 2 | Hold | | +| +-------+------------------+ | +| | 3 | SmartRTL | | +| +-------+------------------+ | +| | 4 | SmartRTL or Hold | | +| +-------+------------------+ | +| | 5 | Terminate | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + +.. _BATT6_FS_CRT_ACT: + +BATT6\_FS\_CRT\_ACT: Critical battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a critical battery failsafe + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | None | | +| +-------+------------------+ | +| | 1 | RTL | | +| +-------+------------------+ | +| | 2 | Hold | | +| +-------+------------------+ | +| | 3 | SmartRTL | | +| +-------+------------------+ | +| | 4 | SmartRTL or Hold | | +| +-------+------------------+ | +| | 5 | Terminate | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + +.. _BATT6_ARM_VOLT: + +BATT6\_ARM\_VOLT: Required arming voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft\. Set to 0 to allow arming at any voltage\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT6_ARM_MAH: + +BATT6\_ARM\_MAH: Required arming remaining capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft\. Set to 0 to allow arming at any capacity\. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate\, which can lead to this check not providing sufficent protection\, it is recommended to always use this in conjunction with the BATT6\_\_ARM\_VOLT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT6_OPTIONS: + +BATT6\_OPTIONS: Battery monitor options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + + ++------------------------------------------------------------------+ +| Bitmask | ++==================================================================+ +| +-----+--------------------------------------------------------+ | +| | Bit | Meaning | | +| +=====+========================================================+ | +| | 0 | Ignore DroneCAN SoC | | +| +-----+--------------------------------------------------------+ | +| | 1 | MPPT reports input voltage and current | | +| +-----+--------------------------------------------------------+ | +| | 2 | MPPT Powered off when disarmed | | +| +-----+--------------------------------------------------------+ | +| | 3 | MPPT Powered on when armed | | +| +-----+--------------------------------------------------------+ | +| | 4 | MPPT Powered off at boot | | +| +-----+--------------------------------------------------------+ | +| | 5 | MPPT Powered on at boot | | +| +-----+--------------------------------------------------------+ | +| | 6 | Send resistance compensated voltage to GCS | | +| +-----+--------------------------------------------------------+ | +| | 7 | Allow DroneCAN InfoAux to be from a different CAN node | | +| +-----+--------------------------------------------------------+ | +| | ++------------------------------------------------------------------+ + + + + +.. _BATT6_ESC_INDEX: + +BATT6\_ESC\_INDEX: ESC Telemetry Index to write to +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage\, current\, consumption and temperature data to\. Use 0 to disable\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 10 | ++-----------+---------+ + + + + +.. _BATT6_VOLT_PIN: + +BATT6\_VOLT\_PIN: Battery Voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for voltage monitoring\. + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | -1 | Disabled | | +| +-------+--------------------------------------+ | +| | 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | | +| +-------+--------------------------------------+ | +| | 5 | Navigator | | +| +-------+--------------------------------------+ | +| | 13 | Pixhawk2_PM2/CubeOrange_PM2 | | +| +-------+--------------------------------------+ | +| | 14 | CubeOrange | | +| +-------+--------------------------------------+ | +| | 16 | Durandal | | +| +-------+--------------------------------------+ | +| | 100 | PX4-v1 | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATT6_CURR_PIN: + +BATT6\_CURR\_PIN: Battery Current sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for current monitoring\. + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | -1 | Disabled | | +| +-------+--------------------------------------+ | +| | 3 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | | +| +-------+--------------------------------------+ | +| | 4 | CubeOrange_PM2/Navigator | | +| +-------+--------------------------------------+ | +| | 14 | Pixhawk2_PM2 | | +| +-------+--------------------------------------+ | +| | 15 | CubeOrange | | +| +-------+--------------------------------------+ | +| | 17 | Durandal | | +| +-------+--------------------------------------+ | +| | 101 | PX4-v1 | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATT6_VOLT_MULT: + +BATT6\_VOLT\_MULT: Voltage Multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin \(BATT6\_VOLT\_PIN\) to the actual battery\'s voltage \(pin\_voltage \* VOLT\_MULT\)\. For the 3DR Power brick with a Pixhawk\, this should be set to 10\.1\. For the Pixhawk with the 3DR 4in1 ESC this should be 12\.02\. For the PX using the PX4IO power supply this should be set to 1\. + + +.. _BATT6_AMP_PERVLT: + +BATT6\_AMP\_PERVLT: Amps per volt +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of amps that a 1V reading on the current sensor corresponds to\. With a Pixhawk using the 3DR Power brick this should be set to 17\. For the Pixhawk with the 3DR 4in1 ESC this should be 17\. For Synthetic Current sensor monitors\, this is the maximum\, full throttle current draw\. + + ++-----------------+ +| Units | ++=================+ +| ampere per volt | ++-----------------+ + + + + +.. _BATT6_AMP_OFFSET: + +BATT6\_AMP\_OFFSET: AMP offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Voltage offset at zero current on current sensor for Analog Sensors\. For Synthetic Current sensor\, this offset is the zero throttle system current and is added to the calculated throttle base current\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATT6_VLT_OFFSET: + +BATT6\_VLT\_OFFSET: Voltage offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage offset on voltage pin\. This allows for an offset due to a diode\. This voltage is subtracted before the scaling is applied\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATT6_I2C_BUS__AP_BattMonitor_SMBus: + +BATT6\_I2C\_BUS \(AP\_BattMonitor\_SMBus\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATT6_I2C_ADDR__AP_BattMonitor_SMBus: + +BATT6\_I2C\_ADDR \(AP\_BattMonitor\_SMBus\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATT6_SUM_MASK: + +BATT6\_SUM\_MASK: Battery Sum mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +0\: sum of remaining battery monitors\, If none 0 sum of specified monitors\. Current will be summed and voltages averaged\. + + ++---------------------+ +| Bitmask | ++=====================+ +| +-----+-----------+ | +| | Bit | Meaning | | +| +=====+===========+ | +| | 0 | monitor 1 | | +| +-----+-----------+ | +| | 1 | monitor 2 | | +| +-----+-----------+ | +| | 2 | monitor 3 | | +| +-----+-----------+ | +| | 3 | monitor 4 | | +| +-----+-----------+ | +| | 4 | monitor 5 | | +| +-----+-----------+ | +| | 5 | monitor 6 | | +| +-----+-----------+ | +| | 6 | monitor 7 | | +| +-----+-----------+ | +| | 7 | monitor 8 | | +| +-----+-----------+ | +| | 8 | monitor 9 | | +| +-----+-----------+ | +| | ++---------------------+ + + + + +.. _BATT6_CURR_MULT: + +BATT6\_CURR\_MULT: Scales reported power monitor current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + + ++----------+ +| Range | ++==========+ +| .1 to 10 | ++----------+ + + + + +.. _BATT6_FL_VLT_MIN: + +BATT6\_FL\_VLT\_MIN: Empty fuel level voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty\. Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+-------+ +| Range | Units | ++============+=======+ +| 0.01 to 10 | volt | ++------------+-------+ + + + + +.. _BATT6_FL_V_MULT: + +BATT6\_FL\_V\_MULT: Fuel level voltage multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is\. This is calculated as 1 \/ \(Voltage\_Full \- Voltage\_Empty\) Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+ +| Range | ++============+ +| 0.01 to 10 | ++------------+ + + + + +.. _BATT6_FL_FLTR: + +BATT6\_FL\_FLTR: Fuel level filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Filter frequency in Hertz where a low pass filter is used\. This is used to filter out tank slosh from the fuel level reading\. A value of \-1 disables the filter and unfiltered voltage is used to determine the fuel level\. The suggested values at in the range of 0\.2 Hz to 0\.5 Hz\. + + ++---------+-------+ +| Range | Units | ++=========+=======+ +| -1 to 1 | hertz | ++---------+-------+ + + + + +.. _BATT6_FL_PIN: + +BATT6\_FL\_PIN: Fuel level analog pin number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog input pin that fuel level sensor is connected to\. Airspeed ports can be used for Analog input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. + + ++---------------------------------------+ +| Values | ++=======================================+ +| +-------+---------------------------+ | +| | Value | Meaning | | +| +=======+===========================+ | +| | -1 | Not Used | | +| +-------+---------------------------+ | +| | 11 | Pixracer | | +| +-------+---------------------------+ | +| | 13 | Pixhawk ADC4 | | +| +-------+---------------------------+ | +| | 14 | Pixhawk ADC3 | | +| +-------+---------------------------+ | +| | 15 | Pixhawk ADC6/Pixhawk2 ADC | | +| +-------+---------------------------+ | +| | 103 | Pixhawk SBUS | | +| +-------+---------------------------+ | +| | ++---------------------------------------+ + + + + +.. _BATT6_FL_FF: + +BATT6\_FL\_FF: First order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +First order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT6_FL_FS: + +BATT6\_FL\_FS: Second order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Second order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT6_FL_FT: + +BATT6\_FL\_FT: Third order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Third order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT6_FL_OFF: + +BATT6\_FL\_OFF: Offset term +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT6_MAX_VOLT: + +BATT6\_MAX\_VOLT: Maximum Battery Voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum voltage of battery\. Provides scaling of current versus voltage + + ++----------+ +| Range | ++==========+ +| 7 to 100 | ++----------+ + + + + +.. _BATT6_I2C_BUS__AP_BattMonitor_INA2xx: + +BATT6\_I2C\_BUS \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATT6_I2C_ADDR__AP_BattMonitor_INA2xx: + +BATT6\_I2C\_ADDR \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address\. If this is zero then probe list of supported addresses + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATT6_MAX_AMPS: + +BATT6\_MAX\_AMPS: Battery monitor max current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 1 to 400 | ampere | ++----------+--------+ + + + + +.. _BATT6_SHUNT: + +BATT6\_SHUNT: Battery monitor shunt resistor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + + ++----------------+-------+ +| Range | Units | ++================+=======+ +| 0.0001 to 0.01 | Ohm | ++----------------+-------+ + + + + + +.. _parameters_BATT7_: + +BATT7\_ Parameters +------------------ + + +.. _BATT7_MONITOR: + +BATT7\_MONITOR: Battery monitoring +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Controls enabling monitoring of the battery\'s voltage and current + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | 0 | Disabled | | +| +-------+--------------------------------------+ | +| | 3 | Analog Voltage Only | | +| +-------+--------------------------------------+ | +| | 4 | Analog Voltage and Current | | +| +-------+--------------------------------------+ | +| | 5 | Solo | | +| +-------+--------------------------------------+ | +| | 6 | Bebop | | +| +-------+--------------------------------------+ | +| | 7 | SMBus-Generic | | +| +-------+--------------------------------------+ | +| | 8 | DroneCAN-BatteryInfo | | +| +-------+--------------------------------------+ | +| | 9 | ESC | | +| +-------+--------------------------------------+ | +| | 10 | Sum Of Selected Monitors | | +| +-------+--------------------------------------+ | +| | 11 | FuelFlow | | +| +-------+--------------------------------------+ | +| | 12 | FuelLevelPWM | | +| +-------+--------------------------------------+ | +| | 13 | SMBUS-SUI3 | | +| +-------+--------------------------------------+ | +| | 14 | SMBUS-SUI6 | | +| +-------+--------------------------------------+ | +| | 15 | NeoDesign | | +| +-------+--------------------------------------+ | +| | 16 | SMBus-Maxell | | +| +-------+--------------------------------------+ | +| | 17 | Generator-Elec | | +| +-------+--------------------------------------+ | +| | 18 | Generator-Fuel | | +| +-------+--------------------------------------+ | +| | 19 | Rotoye | | +| +-------+--------------------------------------+ | +| | 20 | MPPT | | +| +-------+--------------------------------------+ | +| | 21 | INA2XX | | +| +-------+--------------------------------------+ | +| | 22 | LTC2946 | | +| +-------+--------------------------------------+ | +| | 23 | Torqeedo | | +| +-------+--------------------------------------+ | +| | 24 | FuelLevelAnalog | | +| +-------+--------------------------------------+ | +| | 25 | Synthetic Current and Analog Voltage | | +| +-------+--------------------------------------+ | +| | 26 | INA239_SPI | | +| +-------+--------------------------------------+ | +| | 27 | EFI | | +| +-------+--------------------------------------+ | +| | 28 | AD7091R5 | | +| +-------+--------------------------------------+ | +| | 29 | Scripting | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATT7_CAPACITY: + +BATT7\_CAPACITY: Battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Capacity of the battery in mAh when full + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT7_SERIAL_NUM: + +BATT7\_SERIAL\_NUM: Battery serial number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery serial number\, automatically filled in for SMBus batteries\, otherwise will be \-1\. With DroneCan it is the battery\_id\. + + +.. _BATT7_LOW_TIMER: + +BATT7\_LOW\_TIMER: Low voltage timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered\. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs\. A value of zero disables low voltage errors\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 120 | seconds | ++-----------+----------+---------+ + + + + +.. _BATT7_FS_VOLTSRC: + +BATT7\_FS\_VOLTSRC: Failsafe voltage source +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + + ++-------------------------------------+ +| Values | ++=====================================+ +| +-------+-------------------------+ | +| | Value | Meaning | | +| +=======+=========================+ | +| | 0 | Raw Voltage | | +| +-------+-------------------------+ | +| | 1 | Sag Compensated Voltage | | +| +-------+-------------------------+ | +| | ++-------------------------------------+ + + + + +.. _BATT7_LOW_VOLT: + +BATT7\_LOW\_VOLT: Low battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a low battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT7\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATT7\_FS\_LOW\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT7_LOW_MAH: + +BATT7\_LOW\_MAH: Low battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the low battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT7\_FS\_LOW\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT7_CRT_VOLT: + +BATT7\_CRT\_VOLT: Critical battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a critical battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT7\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATT7\_FS\_CRT\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT7_CRT_MAH: + +BATT7\_CRT\_MAH: Battery critical capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the critical battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT7\_\_FS\_CRT\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT7_FS_LOW_ACT: + +BATT7\_FS\_LOW\_ACT: Low battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a low battery failsafe + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | None | | +| +-------+------------------+ | +| | 1 | RTL | | +| +-------+------------------+ | +| | 2 | Hold | | +| +-------+------------------+ | +| | 3 | SmartRTL | | +| +-------+------------------+ | +| | 4 | SmartRTL or Hold | | +| +-------+------------------+ | +| | 5 | Terminate | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + +.. _BATT7_FS_CRT_ACT: + +BATT7\_FS\_CRT\_ACT: Critical battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a critical battery failsafe + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | None | | +| +-------+------------------+ | +| | 1 | RTL | | +| +-------+------------------+ | +| | 2 | Hold | | +| +-------+------------------+ | +| | 3 | SmartRTL | | +| +-------+------------------+ | +| | 4 | SmartRTL or Hold | | +| +-------+------------------+ | +| | 5 | Terminate | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + +.. _BATT7_ARM_VOLT: + +BATT7\_ARM\_VOLT: Required arming voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft\. Set to 0 to allow arming at any voltage\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT7_ARM_MAH: + +BATT7\_ARM\_MAH: Required arming remaining capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft\. Set to 0 to allow arming at any capacity\. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate\, which can lead to this check not providing sufficent protection\, it is recommended to always use this in conjunction with the BATT7\_\_ARM\_VOLT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT7_OPTIONS: + +BATT7\_OPTIONS: Battery monitor options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + + ++------------------------------------------------------------------+ +| Bitmask | ++==================================================================+ +| +-----+--------------------------------------------------------+ | +| | Bit | Meaning | | +| +=====+========================================================+ | +| | 0 | Ignore DroneCAN SoC | | +| +-----+--------------------------------------------------------+ | +| | 1 | MPPT reports input voltage and current | | +| +-----+--------------------------------------------------------+ | +| | 2 | MPPT Powered off when disarmed | | +| +-----+--------------------------------------------------------+ | +| | 3 | MPPT Powered on when armed | | +| +-----+--------------------------------------------------------+ | +| | 4 | MPPT Powered off at boot | | +| +-----+--------------------------------------------------------+ | +| | 5 | MPPT Powered on at boot | | +| +-----+--------------------------------------------------------+ | +| | 6 | Send resistance compensated voltage to GCS | | +| +-----+--------------------------------------------------------+ | +| | 7 | Allow DroneCAN InfoAux to be from a different CAN node | | +| +-----+--------------------------------------------------------+ | +| | ++------------------------------------------------------------------+ + + + + +.. _BATT7_ESC_INDEX: + +BATT7\_ESC\_INDEX: ESC Telemetry Index to write to +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage\, current\, consumption and temperature data to\. Use 0 to disable\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 10 | ++-----------+---------+ + + + + +.. _BATT7_VOLT_PIN: + +BATT7\_VOLT\_PIN: Battery Voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for voltage monitoring\. + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | -1 | Disabled | | +| +-------+--------------------------------------+ | +| | 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | | +| +-------+--------------------------------------+ | +| | 5 | Navigator | | +| +-------+--------------------------------------+ | +| | 13 | Pixhawk2_PM2/CubeOrange_PM2 | | +| +-------+--------------------------------------+ | +| | 14 | CubeOrange | | +| +-------+--------------------------------------+ | +| | 16 | Durandal | | +| +-------+--------------------------------------+ | +| | 100 | PX4-v1 | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATT7_CURR_PIN: + +BATT7\_CURR\_PIN: Battery Current sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for current monitoring\. + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | -1 | Disabled | | +| +-------+--------------------------------------+ | +| | 3 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | | +| +-------+--------------------------------------+ | +| | 4 | CubeOrange_PM2/Navigator | | +| +-------+--------------------------------------+ | +| | 14 | Pixhawk2_PM2 | | +| +-------+--------------------------------------+ | +| | 15 | CubeOrange | | +| +-------+--------------------------------------+ | +| | 17 | Durandal | | +| +-------+--------------------------------------+ | +| | 101 | PX4-v1 | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATT7_VOLT_MULT: + +BATT7\_VOLT\_MULT: Voltage Multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin \(BATT7\_VOLT\_PIN\) to the actual battery\'s voltage \(pin\_voltage \* VOLT\_MULT\)\. For the 3DR Power brick with a Pixhawk\, this should be set to 10\.1\. For the Pixhawk with the 3DR 4in1 ESC this should be 12\.02\. For the PX using the PX4IO power supply this should be set to 1\. + + +.. _BATT7_AMP_PERVLT: + +BATT7\_AMP\_PERVLT: Amps per volt +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of amps that a 1V reading on the current sensor corresponds to\. With a Pixhawk using the 3DR Power brick this should be set to 17\. For the Pixhawk with the 3DR 4in1 ESC this should be 17\. For Synthetic Current sensor monitors\, this is the maximum\, full throttle current draw\. + + ++-----------------+ +| Units | ++=================+ +| ampere per volt | ++-----------------+ + + + + +.. _BATT7_AMP_OFFSET: + +BATT7\_AMP\_OFFSET: AMP offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Voltage offset at zero current on current sensor for Analog Sensors\. For Synthetic Current sensor\, this offset is the zero throttle system current and is added to the calculated throttle base current\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATT7_VLT_OFFSET: + +BATT7\_VLT\_OFFSET: Voltage offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage offset on voltage pin\. This allows for an offset due to a diode\. This voltage is subtracted before the scaling is applied\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATT7_I2C_BUS__AP_BattMonitor_SMBus: + +BATT7\_I2C\_BUS \(AP\_BattMonitor\_SMBus\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATT7_I2C_ADDR__AP_BattMonitor_SMBus: + +BATT7\_I2C\_ADDR \(AP\_BattMonitor\_SMBus\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATT7_SUM_MASK: + +BATT7\_SUM\_MASK: Battery Sum mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +0\: sum of remaining battery monitors\, If none 0 sum of specified monitors\. Current will be summed and voltages averaged\. + + ++---------------------+ +| Bitmask | ++=====================+ +| +-----+-----------+ | +| | Bit | Meaning | | +| +=====+===========+ | +| | 0 | monitor 1 | | +| +-----+-----------+ | +| | 1 | monitor 2 | | +| +-----+-----------+ | +| | 2 | monitor 3 | | +| +-----+-----------+ | +| | 3 | monitor 4 | | +| +-----+-----------+ | +| | 4 | monitor 5 | | +| +-----+-----------+ | +| | 5 | monitor 6 | | +| +-----+-----------+ | +| | 6 | monitor 7 | | +| +-----+-----------+ | +| | 7 | monitor 8 | | +| +-----+-----------+ | +| | 8 | monitor 9 | | +| +-----+-----------+ | +| | ++---------------------+ + + + + +.. _BATT7_CURR_MULT: + +BATT7\_CURR\_MULT: Scales reported power monitor current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + + ++----------+ +| Range | ++==========+ +| .1 to 10 | ++----------+ + + + + +.. _BATT7_FL_VLT_MIN: + +BATT7\_FL\_VLT\_MIN: Empty fuel level voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty\. Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+-------+ +| Range | Units | ++============+=======+ +| 0.01 to 10 | volt | ++------------+-------+ + + + + +.. _BATT7_FL_V_MULT: + +BATT7\_FL\_V\_MULT: Fuel level voltage multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is\. This is calculated as 1 \/ \(Voltage\_Full \- Voltage\_Empty\) Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+ +| Range | ++============+ +| 0.01 to 10 | ++------------+ + + + + +.. _BATT7_FL_FLTR: + +BATT7\_FL\_FLTR: Fuel level filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Filter frequency in Hertz where a low pass filter is used\. This is used to filter out tank slosh from the fuel level reading\. A value of \-1 disables the filter and unfiltered voltage is used to determine the fuel level\. The suggested values at in the range of 0\.2 Hz to 0\.5 Hz\. + + ++---------+-------+ +| Range | Units | ++=========+=======+ +| -1 to 1 | hertz | ++---------+-------+ + + + + +.. _BATT7_FL_PIN: + +BATT7\_FL\_PIN: Fuel level analog pin number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog input pin that fuel level sensor is connected to\. Airspeed ports can be used for Analog input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. + + ++---------------------------------------+ +| Values | ++=======================================+ +| +-------+---------------------------+ | +| | Value | Meaning | | +| +=======+===========================+ | +| | -1 | Not Used | | +| +-------+---------------------------+ | +| | 11 | Pixracer | | +| +-------+---------------------------+ | +| | 13 | Pixhawk ADC4 | | +| +-------+---------------------------+ | +| | 14 | Pixhawk ADC3 | | +| +-------+---------------------------+ | +| | 15 | Pixhawk ADC6/Pixhawk2 ADC | | +| +-------+---------------------------+ | +| | 103 | Pixhawk SBUS | | +| +-------+---------------------------+ | +| | ++---------------------------------------+ + + + + +.. _BATT7_FL_FF: + +BATT7\_FL\_FF: First order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +First order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT7_FL_FS: + +BATT7\_FL\_FS: Second order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Second order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT7_FL_FT: + +BATT7\_FL\_FT: Third order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Third order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT7_FL_OFF: + +BATT7\_FL\_OFF: Offset term +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT7_MAX_VOLT: + +BATT7\_MAX\_VOLT: Maximum Battery Voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum voltage of battery\. Provides scaling of current versus voltage + + ++----------+ +| Range | ++==========+ +| 7 to 100 | ++----------+ + + + + +.. _BATT7_I2C_BUS__AP_BattMonitor_INA2xx: + +BATT7\_I2C\_BUS \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATT7_I2C_ADDR__AP_BattMonitor_INA2xx: + +BATT7\_I2C\_ADDR \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address\. If this is zero then probe list of supported addresses + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATT7_MAX_AMPS: + +BATT7\_MAX\_AMPS: Battery monitor max current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 1 to 400 | ampere | ++----------+--------+ + + + + +.. _BATT7_SHUNT: + +BATT7\_SHUNT: Battery monitor shunt resistor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + + ++----------------+-------+ +| Range | Units | ++================+=======+ +| 0.0001 to 0.01 | Ohm | ++----------------+-------+ + + + + + +.. _parameters_BATT8_: + +BATT8\_ Parameters +------------------ + + +.. _BATT8_MONITOR: + +BATT8\_MONITOR: Battery monitoring +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Controls enabling monitoring of the battery\'s voltage and current + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | 0 | Disabled | | +| +-------+--------------------------------------+ | +| | 3 | Analog Voltage Only | | +| +-------+--------------------------------------+ | +| | 4 | Analog Voltage and Current | | +| +-------+--------------------------------------+ | +| | 5 | Solo | | +| +-------+--------------------------------------+ | +| | 6 | Bebop | | +| +-------+--------------------------------------+ | +| | 7 | SMBus-Generic | | +| +-------+--------------------------------------+ | +| | 8 | DroneCAN-BatteryInfo | | +| +-------+--------------------------------------+ | +| | 9 | ESC | | +| +-------+--------------------------------------+ | +| | 10 | Sum Of Selected Monitors | | +| +-------+--------------------------------------+ | +| | 11 | FuelFlow | | +| +-------+--------------------------------------+ | +| | 12 | FuelLevelPWM | | +| +-------+--------------------------------------+ | +| | 13 | SMBUS-SUI3 | | +| +-------+--------------------------------------+ | +| | 14 | SMBUS-SUI6 | | +| +-------+--------------------------------------+ | +| | 15 | NeoDesign | | +| +-------+--------------------------------------+ | +| | 16 | SMBus-Maxell | | +| +-------+--------------------------------------+ | +| | 17 | Generator-Elec | | +| +-------+--------------------------------------+ | +| | 18 | Generator-Fuel | | +| +-------+--------------------------------------+ | +| | 19 | Rotoye | | +| +-------+--------------------------------------+ | +| | 20 | MPPT | | +| +-------+--------------------------------------+ | +| | 21 | INA2XX | | +| +-------+--------------------------------------+ | +| | 22 | LTC2946 | | +| +-------+--------------------------------------+ | +| | 23 | Torqeedo | | +| +-------+--------------------------------------+ | +| | 24 | FuelLevelAnalog | | +| +-------+--------------------------------------+ | +| | 25 | Synthetic Current and Analog Voltage | | +| +-------+--------------------------------------+ | +| | 26 | INA239_SPI | | +| +-------+--------------------------------------+ | +| | 27 | EFI | | +| +-------+--------------------------------------+ | +| | 28 | AD7091R5 | | +| +-------+--------------------------------------+ | +| | 29 | Scripting | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATT8_CAPACITY: + +BATT8\_CAPACITY: Battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Capacity of the battery in mAh when full + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT8_SERIAL_NUM: + +BATT8\_SERIAL\_NUM: Battery serial number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery serial number\, automatically filled in for SMBus batteries\, otherwise will be \-1\. With DroneCan it is the battery\_id\. + + +.. _BATT8_LOW_TIMER: + +BATT8\_LOW\_TIMER: Low voltage timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered\. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs\. A value of zero disables low voltage errors\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 120 | seconds | ++-----------+----------+---------+ + + + + +.. _BATT8_FS_VOLTSRC: + +BATT8\_FS\_VOLTSRC: Failsafe voltage source +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + + ++-------------------------------------+ +| Values | ++=====================================+ +| +-------+-------------------------+ | +| | Value | Meaning | | +| +=======+=========================+ | +| | 0 | Raw Voltage | | +| +-------+-------------------------+ | +| | 1 | Sag Compensated Voltage | | +| +-------+-------------------------+ | +| | ++-------------------------------------+ + + + + +.. _BATT8_LOW_VOLT: + +BATT8\_LOW\_VOLT: Low battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a low battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT8\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATT8\_FS\_LOW\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT8_LOW_MAH: + +BATT8\_LOW\_MAH: Low battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the low battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT8\_FS\_LOW\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT8_CRT_VOLT: + +BATT8\_CRT\_VOLT: Critical battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a critical battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT8\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATT8\_FS\_CRT\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT8_CRT_MAH: + +BATT8\_CRT\_MAH: Battery critical capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the critical battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT8\_\_FS\_CRT\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT8_FS_LOW_ACT: + +BATT8\_FS\_LOW\_ACT: Low battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a low battery failsafe + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | None | | +| +-------+------------------+ | +| | 1 | RTL | | +| +-------+------------------+ | +| | 2 | Hold | | +| +-------+------------------+ | +| | 3 | SmartRTL | | +| +-------+------------------+ | +| | 4 | SmartRTL or Hold | | +| +-------+------------------+ | +| | 5 | Terminate | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + +.. _BATT8_FS_CRT_ACT: + +BATT8\_FS\_CRT\_ACT: Critical battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a critical battery failsafe + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | None | | +| +-------+------------------+ | +| | 1 | RTL | | +| +-------+------------------+ | +| | 2 | Hold | | +| +-------+------------------+ | +| | 3 | SmartRTL | | +| +-------+------------------+ | +| | 4 | SmartRTL or Hold | | +| +-------+------------------+ | +| | 5 | Terminate | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + +.. _BATT8_ARM_VOLT: + +BATT8\_ARM\_VOLT: Required arming voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft\. Set to 0 to allow arming at any voltage\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT8_ARM_MAH: + +BATT8\_ARM\_MAH: Required arming remaining capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft\. Set to 0 to allow arming at any capacity\. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate\, which can lead to this check not providing sufficent protection\, it is recommended to always use this in conjunction with the BATT8\_\_ARM\_VOLT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT8_OPTIONS: + +BATT8\_OPTIONS: Battery monitor options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + + ++------------------------------------------------------------------+ +| Bitmask | ++==================================================================+ +| +-----+--------------------------------------------------------+ | +| | Bit | Meaning | | +| +=====+========================================================+ | +| | 0 | Ignore DroneCAN SoC | | +| +-----+--------------------------------------------------------+ | +| | 1 | MPPT reports input voltage and current | | +| +-----+--------------------------------------------------------+ | +| | 2 | MPPT Powered off when disarmed | | +| +-----+--------------------------------------------------------+ | +| | 3 | MPPT Powered on when armed | | +| +-----+--------------------------------------------------------+ | +| | 4 | MPPT Powered off at boot | | +| +-----+--------------------------------------------------------+ | +| | 5 | MPPT Powered on at boot | | +| +-----+--------------------------------------------------------+ | +| | 6 | Send resistance compensated voltage to GCS | | +| +-----+--------------------------------------------------------+ | +| | 7 | Allow DroneCAN InfoAux to be from a different CAN node | | +| +-----+--------------------------------------------------------+ | +| | ++------------------------------------------------------------------+ + + + + +.. _BATT8_ESC_INDEX: + +BATT8\_ESC\_INDEX: ESC Telemetry Index to write to +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage\, current\, consumption and temperature data to\. Use 0 to disable\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 10 | ++-----------+---------+ + + + + +.. _BATT8_VOLT_PIN: + +BATT8\_VOLT\_PIN: Battery Voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for voltage monitoring\. + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | -1 | Disabled | | +| +-------+--------------------------------------+ | +| | 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | | +| +-------+--------------------------------------+ | +| | 5 | Navigator | | +| +-------+--------------------------------------+ | +| | 13 | Pixhawk2_PM2/CubeOrange_PM2 | | +| +-------+--------------------------------------+ | +| | 14 | CubeOrange | | +| +-------+--------------------------------------+ | +| | 16 | Durandal | | +| +-------+--------------------------------------+ | +| | 100 | PX4-v1 | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATT8_CURR_PIN: + +BATT8\_CURR\_PIN: Battery Current sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for current monitoring\. + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | -1 | Disabled | | +| +-------+--------------------------------------+ | +| | 3 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | | +| +-------+--------------------------------------+ | +| | 4 | CubeOrange_PM2/Navigator | | +| +-------+--------------------------------------+ | +| | 14 | Pixhawk2_PM2 | | +| +-------+--------------------------------------+ | +| | 15 | CubeOrange | | +| +-------+--------------------------------------+ | +| | 17 | Durandal | | +| +-------+--------------------------------------+ | +| | 101 | PX4-v1 | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATT8_VOLT_MULT: + +BATT8\_VOLT\_MULT: Voltage Multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin \(BATT8\_VOLT\_PIN\) to the actual battery\'s voltage \(pin\_voltage \* VOLT\_MULT\)\. For the 3DR Power brick with a Pixhawk\, this should be set to 10\.1\. For the Pixhawk with the 3DR 4in1 ESC this should be 12\.02\. For the PX using the PX4IO power supply this should be set to 1\. + + +.. _BATT8_AMP_PERVLT: + +BATT8\_AMP\_PERVLT: Amps per volt +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of amps that a 1V reading on the current sensor corresponds to\. With a Pixhawk using the 3DR Power brick this should be set to 17\. For the Pixhawk with the 3DR 4in1 ESC this should be 17\. For Synthetic Current sensor monitors\, this is the maximum\, full throttle current draw\. + + ++-----------------+ +| Units | ++=================+ +| ampere per volt | ++-----------------+ + + + + +.. _BATT8_AMP_OFFSET: + +BATT8\_AMP\_OFFSET: AMP offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Voltage offset at zero current on current sensor for Analog Sensors\. For Synthetic Current sensor\, this offset is the zero throttle system current and is added to the calculated throttle base current\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATT8_VLT_OFFSET: + +BATT8\_VLT\_OFFSET: Voltage offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage offset on voltage pin\. This allows for an offset due to a diode\. This voltage is subtracted before the scaling is applied\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATT8_I2C_BUS__AP_BattMonitor_SMBus: + +BATT8\_I2C\_BUS \(AP\_BattMonitor\_SMBus\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATT8_I2C_ADDR__AP_BattMonitor_SMBus: + +BATT8\_I2C\_ADDR \(AP\_BattMonitor\_SMBus\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATT8_SUM_MASK: + +BATT8\_SUM\_MASK: Battery Sum mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +0\: sum of remaining battery monitors\, If none 0 sum of specified monitors\. Current will be summed and voltages averaged\. + + ++---------------------+ +| Bitmask | ++=====================+ +| +-----+-----------+ | +| | Bit | Meaning | | +| +=====+===========+ | +| | 0 | monitor 1 | | +| +-----+-----------+ | +| | 1 | monitor 2 | | +| +-----+-----------+ | +| | 2 | monitor 3 | | +| +-----+-----------+ | +| | 3 | monitor 4 | | +| +-----+-----------+ | +| | 4 | monitor 5 | | +| +-----+-----------+ | +| | 5 | monitor 6 | | +| +-----+-----------+ | +| | 6 | monitor 7 | | +| +-----+-----------+ | +| | 7 | monitor 8 | | +| +-----+-----------+ | +| | 8 | monitor 9 | | +| +-----+-----------+ | +| | ++---------------------+ + + + + +.. _BATT8_CURR_MULT: + +BATT8\_CURR\_MULT: Scales reported power monitor current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + + ++----------+ +| Range | ++==========+ +| .1 to 10 | ++----------+ + + + + +.. _BATT8_FL_VLT_MIN: + +BATT8\_FL\_VLT\_MIN: Empty fuel level voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty\. Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+-------+ +| Range | Units | ++============+=======+ +| 0.01 to 10 | volt | ++------------+-------+ + + + + +.. _BATT8_FL_V_MULT: + +BATT8\_FL\_V\_MULT: Fuel level voltage multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is\. This is calculated as 1 \/ \(Voltage\_Full \- Voltage\_Empty\) Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+ +| Range | ++============+ +| 0.01 to 10 | ++------------+ + + + + +.. _BATT8_FL_FLTR: + +BATT8\_FL\_FLTR: Fuel level filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Filter frequency in Hertz where a low pass filter is used\. This is used to filter out tank slosh from the fuel level reading\. A value of \-1 disables the filter and unfiltered voltage is used to determine the fuel level\. The suggested values at in the range of 0\.2 Hz to 0\.5 Hz\. + + ++---------+-------+ +| Range | Units | ++=========+=======+ +| -1 to 1 | hertz | ++---------+-------+ + + + + +.. _BATT8_FL_PIN: + +BATT8\_FL\_PIN: Fuel level analog pin number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog input pin that fuel level sensor is connected to\. Airspeed ports can be used for Analog input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. + + ++---------------------------------------+ +| Values | ++=======================================+ +| +-------+---------------------------+ | +| | Value | Meaning | | +| +=======+===========================+ | +| | -1 | Not Used | | +| +-------+---------------------------+ | +| | 11 | Pixracer | | +| +-------+---------------------------+ | +| | 13 | Pixhawk ADC4 | | +| +-------+---------------------------+ | +| | 14 | Pixhawk ADC3 | | +| +-------+---------------------------+ | +| | 15 | Pixhawk ADC6/Pixhawk2 ADC | | +| +-------+---------------------------+ | +| | 103 | Pixhawk SBUS | | +| +-------+---------------------------+ | +| | ++---------------------------------------+ + + + + +.. _BATT8_FL_FF: + +BATT8\_FL\_FF: First order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +First order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT8_FL_FS: + +BATT8\_FL\_FS: Second order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Second order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT8_FL_FT: + +BATT8\_FL\_FT: Third order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Third order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT8_FL_OFF: + +BATT8\_FL\_OFF: Offset term +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT8_MAX_VOLT: + +BATT8\_MAX\_VOLT: Maximum Battery Voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum voltage of battery\. Provides scaling of current versus voltage + + ++----------+ +| Range | ++==========+ +| 7 to 100 | ++----------+ + + + + +.. _BATT8_I2C_BUS__AP_BattMonitor_INA2xx: + +BATT8\_I2C\_BUS \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATT8_I2C_ADDR__AP_BattMonitor_INA2xx: + +BATT8\_I2C\_ADDR \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address\. If this is zero then probe list of supported addresses + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATT8_MAX_AMPS: + +BATT8\_MAX\_AMPS: Battery monitor max current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 1 to 400 | ampere | ++----------+--------+ + + + + +.. _BATT8_SHUNT: + +BATT8\_SHUNT: Battery monitor shunt resistor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + + ++----------------+-------+ +| Range | Units | ++================+=======+ +| 0.0001 to 0.01 | Ohm | ++----------------+-------+ + + + + + +.. _parameters_BATT9_: + +BATT9\_ Parameters +------------------ + + +.. _BATT9_MONITOR: + +BATT9\_MONITOR: Battery monitoring +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Controls enabling monitoring of the battery\'s voltage and current + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | 0 | Disabled | | +| +-------+--------------------------------------+ | +| | 3 | Analog Voltage Only | | +| +-------+--------------------------------------+ | +| | 4 | Analog Voltage and Current | | +| +-------+--------------------------------------+ | +| | 5 | Solo | | +| +-------+--------------------------------------+ | +| | 6 | Bebop | | +| +-------+--------------------------------------+ | +| | 7 | SMBus-Generic | | +| +-------+--------------------------------------+ | +| | 8 | DroneCAN-BatteryInfo | | +| +-------+--------------------------------------+ | +| | 9 | ESC | | +| +-------+--------------------------------------+ | +| | 10 | Sum Of Selected Monitors | | +| +-------+--------------------------------------+ | +| | 11 | FuelFlow | | +| +-------+--------------------------------------+ | +| | 12 | FuelLevelPWM | | +| +-------+--------------------------------------+ | +| | 13 | SMBUS-SUI3 | | +| +-------+--------------------------------------+ | +| | 14 | SMBUS-SUI6 | | +| +-------+--------------------------------------+ | +| | 15 | NeoDesign | | +| +-------+--------------------------------------+ | +| | 16 | SMBus-Maxell | | +| +-------+--------------------------------------+ | +| | 17 | Generator-Elec | | +| +-------+--------------------------------------+ | +| | 18 | Generator-Fuel | | +| +-------+--------------------------------------+ | +| | 19 | Rotoye | | +| +-------+--------------------------------------+ | +| | 20 | MPPT | | +| +-------+--------------------------------------+ | +| | 21 | INA2XX | | +| +-------+--------------------------------------+ | +| | 22 | LTC2946 | | +| +-------+--------------------------------------+ | +| | 23 | Torqeedo | | +| +-------+--------------------------------------+ | +| | 24 | FuelLevelAnalog | | +| +-------+--------------------------------------+ | +| | 25 | Synthetic Current and Analog Voltage | | +| +-------+--------------------------------------+ | +| | 26 | INA239_SPI | | +| +-------+--------------------------------------+ | +| | 27 | EFI | | +| +-------+--------------------------------------+ | +| | 28 | AD7091R5 | | +| +-------+--------------------------------------+ | +| | 29 | Scripting | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATT9_CAPACITY: + +BATT9\_CAPACITY: Battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Capacity of the battery in mAh when full + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT9_SERIAL_NUM: + +BATT9\_SERIAL\_NUM: Battery serial number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery serial number\, automatically filled in for SMBus batteries\, otherwise will be \-1\. With DroneCan it is the battery\_id\. + + +.. _BATT9_LOW_TIMER: + +BATT9\_LOW\_TIMER: Low voltage timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered\. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs\. A value of zero disables low voltage errors\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 120 | seconds | ++-----------+----------+---------+ + + + + +.. _BATT9_FS_VOLTSRC: + +BATT9\_FS\_VOLTSRC: Failsafe voltage source +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + + ++-------------------------------------+ +| Values | ++=====================================+ +| +-------+-------------------------+ | +| | Value | Meaning | | +| +=======+=========================+ | +| | 0 | Raw Voltage | | +| +-------+-------------------------+ | +| | 1 | Sag Compensated Voltage | | +| +-------+-------------------------+ | +| | ++-------------------------------------+ + + + + +.. _BATT9_LOW_VOLT: + +BATT9\_LOW\_VOLT: Low battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a low battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT9\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATT9\_FS\_LOW\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT9_LOW_MAH: + +BATT9\_LOW\_MAH: Low battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the low battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT9\_FS\_LOW\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT9_CRT_VOLT: + +BATT9\_CRT\_VOLT: Critical battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a critical battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT9\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATT9\_FS\_CRT\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT9_CRT_MAH: + +BATT9\_CRT\_MAH: Battery critical capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the critical battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT9\_\_FS\_CRT\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT9_FS_LOW_ACT: + +BATT9\_FS\_LOW\_ACT: Low battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a low battery failsafe + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | None | | +| +-------+------------------+ | +| | 1 | RTL | | +| +-------+------------------+ | +| | 2 | Hold | | +| +-------+------------------+ | +| | 3 | SmartRTL | | +| +-------+------------------+ | +| | 4 | SmartRTL or Hold | | +| +-------+------------------+ | +| | 5 | Terminate | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + +.. _BATT9_FS_CRT_ACT: + +BATT9\_FS\_CRT\_ACT: Critical battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a critical battery failsafe + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | None | | +| +-------+------------------+ | +| | 1 | RTL | | +| +-------+------------------+ | +| | 2 | Hold | | +| +-------+------------------+ | +| | 3 | SmartRTL | | +| +-------+------------------+ | +| | 4 | SmartRTL or Hold | | +| +-------+------------------+ | +| | 5 | Terminate | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + +.. _BATT9_ARM_VOLT: + +BATT9\_ARM\_VOLT: Required arming voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft\. Set to 0 to allow arming at any voltage\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT9_ARM_MAH: + +BATT9\_ARM\_MAH: Required arming remaining capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft\. Set to 0 to allow arming at any capacity\. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate\, which can lead to this check not providing sufficent protection\, it is recommended to always use this in conjunction with the BATT9\_\_ARM\_VOLT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT9_OPTIONS: + +BATT9\_OPTIONS: Battery monitor options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + + ++------------------------------------------------------------------+ +| Bitmask | ++==================================================================+ +| +-----+--------------------------------------------------------+ | +| | Bit | Meaning | | +| +=====+========================================================+ | +| | 0 | Ignore DroneCAN SoC | | +| +-----+--------------------------------------------------------+ | +| | 1 | MPPT reports input voltage and current | | +| +-----+--------------------------------------------------------+ | +| | 2 | MPPT Powered off when disarmed | | +| +-----+--------------------------------------------------------+ | +| | 3 | MPPT Powered on when armed | | +| +-----+--------------------------------------------------------+ | +| | 4 | MPPT Powered off at boot | | +| +-----+--------------------------------------------------------+ | +| | 5 | MPPT Powered on at boot | | +| +-----+--------------------------------------------------------+ | +| | 6 | Send resistance compensated voltage to GCS | | +| +-----+--------------------------------------------------------+ | +| | 7 | Allow DroneCAN InfoAux to be from a different CAN node | | +| +-----+--------------------------------------------------------+ | +| | ++------------------------------------------------------------------+ + + + + +.. _BATT9_ESC_INDEX: + +BATT9\_ESC\_INDEX: ESC Telemetry Index to write to +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage\, current\, consumption and temperature data to\. Use 0 to disable\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 10 | ++-----------+---------+ + + + + +.. _BATT9_VOLT_PIN: + +BATT9\_VOLT\_PIN: Battery Voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for voltage monitoring\. + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | -1 | Disabled | | +| +-------+--------------------------------------+ | +| | 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | | +| +-------+--------------------------------------+ | +| | 5 | Navigator | | +| +-------+--------------------------------------+ | +| | 13 | Pixhawk2_PM2/CubeOrange_PM2 | | +| +-------+--------------------------------------+ | +| | 14 | CubeOrange | | +| +-------+--------------------------------------+ | +| | 16 | Durandal | | +| +-------+--------------------------------------+ | +| | 100 | PX4-v1 | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATT9_CURR_PIN: + +BATT9\_CURR\_PIN: Battery Current sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for current monitoring\. + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | -1 | Disabled | | +| +-------+--------------------------------------+ | +| | 3 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | | +| +-------+--------------------------------------+ | +| | 4 | CubeOrange_PM2/Navigator | | +| +-------+--------------------------------------+ | +| | 14 | Pixhawk2_PM2 | | +| +-------+--------------------------------------+ | +| | 15 | CubeOrange | | +| +-------+--------------------------------------+ | +| | 17 | Durandal | | +| +-------+--------------------------------------+ | +| | 101 | PX4-v1 | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATT9_VOLT_MULT: + +BATT9\_VOLT\_MULT: Voltage Multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin \(BATT9\_VOLT\_PIN\) to the actual battery\'s voltage \(pin\_voltage \* VOLT\_MULT\)\. For the 3DR Power brick with a Pixhawk\, this should be set to 10\.1\. For the Pixhawk with the 3DR 4in1 ESC this should be 12\.02\. For the PX using the PX4IO power supply this should be set to 1\. + + +.. _BATT9_AMP_PERVLT: + +BATT9\_AMP\_PERVLT: Amps per volt +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of amps that a 1V reading on the current sensor corresponds to\. With a Pixhawk using the 3DR Power brick this should be set to 17\. For the Pixhawk with the 3DR 4in1 ESC this should be 17\. For Synthetic Current sensor monitors\, this is the maximum\, full throttle current draw\. + + ++-----------------+ +| Units | ++=================+ +| ampere per volt | ++-----------------+ + + + + +.. _BATT9_AMP_OFFSET: + +BATT9\_AMP\_OFFSET: AMP offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Voltage offset at zero current on current sensor for Analog Sensors\. For Synthetic Current sensor\, this offset is the zero throttle system current and is added to the calculated throttle base current\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATT9_VLT_OFFSET: + +BATT9\_VLT\_OFFSET: Voltage offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage offset on voltage pin\. This allows for an offset due to a diode\. This voltage is subtracted before the scaling is applied\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATT9_I2C_BUS__AP_BattMonitor_SMBus: + +BATT9\_I2C\_BUS \(AP\_BattMonitor\_SMBus\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATT9_I2C_ADDR__AP_BattMonitor_SMBus: + +BATT9\_I2C\_ADDR \(AP\_BattMonitor\_SMBus\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATT9_SUM_MASK: + +BATT9\_SUM\_MASK: Battery Sum mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +0\: sum of remaining battery monitors\, If none 0 sum of specified monitors\. Current will be summed and voltages averaged\. + + ++---------------------+ +| Bitmask | ++=====================+ +| +-----+-----------+ | +| | Bit | Meaning | | +| +=====+===========+ | +| | 0 | monitor 1 | | +| +-----+-----------+ | +| | 1 | monitor 2 | | +| +-----+-----------+ | +| | 2 | monitor 3 | | +| +-----+-----------+ | +| | 3 | monitor 4 | | +| +-----+-----------+ | +| | 4 | monitor 5 | | +| +-----+-----------+ | +| | 5 | monitor 6 | | +| +-----+-----------+ | +| | 6 | monitor 7 | | +| +-----+-----------+ | +| | 7 | monitor 8 | | +| +-----+-----------+ | +| | 8 | monitor 9 | | +| +-----+-----------+ | +| | ++---------------------+ + + + + +.. _BATT9_CURR_MULT: + +BATT9\_CURR\_MULT: Scales reported power monitor current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + + ++----------+ +| Range | ++==========+ +| .1 to 10 | ++----------+ + + + + +.. _BATT9_FL_VLT_MIN: + +BATT9\_FL\_VLT\_MIN: Empty fuel level voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty\. Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+-------+ +| Range | Units | ++============+=======+ +| 0.01 to 10 | volt | ++------------+-------+ + + + + +.. _BATT9_FL_V_MULT: + +BATT9\_FL\_V\_MULT: Fuel level voltage multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is\. This is calculated as 1 \/ \(Voltage\_Full \- Voltage\_Empty\) Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+ +| Range | ++============+ +| 0.01 to 10 | ++------------+ + + + + +.. _BATT9_FL_FLTR: + +BATT9\_FL\_FLTR: Fuel level filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Filter frequency in Hertz where a low pass filter is used\. This is used to filter out tank slosh from the fuel level reading\. A value of \-1 disables the filter and unfiltered voltage is used to determine the fuel level\. The suggested values at in the range of 0\.2 Hz to 0\.5 Hz\. + + ++---------+-------+ +| Range | Units | ++=========+=======+ +| -1 to 1 | hertz | ++---------+-------+ + + + + +.. _BATT9_FL_PIN: + +BATT9\_FL\_PIN: Fuel level analog pin number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog input pin that fuel level sensor is connected to\. Airspeed ports can be used for Analog input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. + + ++---------------------------------------+ +| Values | ++=======================================+ +| +-------+---------------------------+ | +| | Value | Meaning | | +| +=======+===========================+ | +| | -1 | Not Used | | +| +-------+---------------------------+ | +| | 11 | Pixracer | | +| +-------+---------------------------+ | +| | 13 | Pixhawk ADC4 | | +| +-------+---------------------------+ | +| | 14 | Pixhawk ADC3 | | +| +-------+---------------------------+ | +| | 15 | Pixhawk ADC6/Pixhawk2 ADC | | +| +-------+---------------------------+ | +| | 103 | Pixhawk SBUS | | +| +-------+---------------------------+ | +| | ++---------------------------------------+ + + + + +.. _BATT9_FL_FF: + +BATT9\_FL\_FF: First order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +First order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT9_FL_FS: + +BATT9\_FL\_FS: Second order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Second order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT9_FL_FT: + +BATT9\_FL\_FT: Third order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Third order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT9_FL_OFF: + +BATT9\_FL\_OFF: Offset term +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT9_MAX_VOLT: + +BATT9\_MAX\_VOLT: Maximum Battery Voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum voltage of battery\. Provides scaling of current versus voltage + + ++----------+ +| Range | ++==========+ +| 7 to 100 | ++----------+ + + + + +.. _BATT9_I2C_BUS__AP_BattMonitor_INA2xx: + +BATT9\_I2C\_BUS \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATT9_I2C_ADDR__AP_BattMonitor_INA2xx: + +BATT9\_I2C\_ADDR \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address\. If this is zero then probe list of supported addresses + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATT9_MAX_AMPS: + +BATT9\_MAX\_AMPS: Battery monitor max current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 1 to 400 | ampere | ++----------+--------+ + + + + +.. _BATT9_SHUNT: + +BATT9\_SHUNT: Battery monitor shunt resistor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + + ++----------------+-------+ +| Range | Units | ++================+=======+ +| 0.0001 to 0.01 | Ohm | ++----------------+-------+ + + + + + +.. _parameters_BATTA_: + +BATTA\_ Parameters +------------------ + + +.. _BATTA_MONITOR: + +BATTA\_MONITOR: Battery monitoring +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Controls enabling monitoring of the battery\'s voltage and current + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | 0 | Disabled | | +| +-------+--------------------------------------+ | +| | 3 | Analog Voltage Only | | +| +-------+--------------------------------------+ | +| | 4 | Analog Voltage and Current | | +| +-------+--------------------------------------+ | +| | 5 | Solo | | +| +-------+--------------------------------------+ | +| | 6 | Bebop | | +| +-------+--------------------------------------+ | +| | 7 | SMBus-Generic | | +| +-------+--------------------------------------+ | +| | 8 | DroneCAN-BatteryInfo | | +| +-------+--------------------------------------+ | +| | 9 | ESC | | +| +-------+--------------------------------------+ | +| | 10 | Sum Of Selected Monitors | | +| +-------+--------------------------------------+ | +| | 11 | FuelFlow | | +| +-------+--------------------------------------+ | +| | 12 | FuelLevelPWM | | +| +-------+--------------------------------------+ | +| | 13 | SMBUS-SUI3 | | +| +-------+--------------------------------------+ | +| | 14 | SMBUS-SUI6 | | +| +-------+--------------------------------------+ | +| | 15 | NeoDesign | | +| +-------+--------------------------------------+ | +| | 16 | SMBus-Maxell | | +| +-------+--------------------------------------+ | +| | 17 | Generator-Elec | | +| +-------+--------------------------------------+ | +| | 18 | Generator-Fuel | | +| +-------+--------------------------------------+ | +| | 19 | Rotoye | | +| +-------+--------------------------------------+ | +| | 20 | MPPT | | +| +-------+--------------------------------------+ | +| | 21 | INA2XX | | +| +-------+--------------------------------------+ | +| | 22 | LTC2946 | | +| +-------+--------------------------------------+ | +| | 23 | Torqeedo | | +| +-------+--------------------------------------+ | +| | 24 | FuelLevelAnalog | | +| +-------+--------------------------------------+ | +| | 25 | Synthetic Current and Analog Voltage | | +| +-------+--------------------------------------+ | +| | 26 | INA239_SPI | | +| +-------+--------------------------------------+ | +| | 27 | EFI | | +| +-------+--------------------------------------+ | +| | 28 | AD7091R5 | | +| +-------+--------------------------------------+ | +| | 29 | Scripting | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATTA_CAPACITY: + +BATTA\_CAPACITY: Battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Capacity of the battery in mAh when full + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTA_SERIAL_NUM: + +BATTA\_SERIAL\_NUM: Battery serial number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery serial number\, automatically filled in for SMBus batteries\, otherwise will be \-1\. With DroneCan it is the battery\_id\. + + +.. _BATTA_LOW_TIMER: + +BATTA\_LOW\_TIMER: Low voltage timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered\. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs\. A value of zero disables low voltage errors\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 120 | seconds | ++-----------+----------+---------+ + + + + +.. _BATTA_FS_VOLTSRC: + +BATTA\_FS\_VOLTSRC: Failsafe voltage source +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + + ++-------------------------------------+ +| Values | ++=====================================+ +| +-------+-------------------------+ | +| | Value | Meaning | | +| +=======+=========================+ | +| | 0 | Raw Voltage | | +| +-------+-------------------------+ | +| | 1 | Sag Compensated Voltage | | +| +-------+-------------------------+ | +| | ++-------------------------------------+ + + + + +.. _BATTA_LOW_VOLT: + +BATTA\_LOW\_VOLT: Low battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a low battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTA\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATTA\_FS\_LOW\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATTA_LOW_MAH: + +BATTA\_LOW\_MAH: Low battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the low battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTA\_FS\_LOW\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTA_CRT_VOLT: + +BATTA\_CRT\_VOLT: Critical battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a critical battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTA\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATTA\_FS\_CRT\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATTA_CRT_MAH: + +BATTA\_CRT\_MAH: Battery critical capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the critical battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTA\_\_FS\_CRT\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTA_FS_LOW_ACT: + +BATTA\_FS\_LOW\_ACT: Low battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a low battery failsafe + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | None | | +| +-------+------------------+ | +| | 1 | RTL | | +| +-------+------------------+ | +| | 2 | Hold | | +| +-------+------------------+ | +| | 3 | SmartRTL | | +| +-------+------------------+ | +| | 4 | SmartRTL or Hold | | +| +-------+------------------+ | +| | 5 | Terminate | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + +.. _BATTA_FS_CRT_ACT: + +BATTA\_FS\_CRT\_ACT: Critical battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a critical battery failsafe + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | None | | +| +-------+------------------+ | +| | 1 | RTL | | +| +-------+------------------+ | +| | 2 | Hold | | +| +-------+------------------+ | +| | 3 | SmartRTL | | +| +-------+------------------+ | +| | 4 | SmartRTL or Hold | | +| +-------+------------------+ | +| | 5 | Terminate | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + +.. _BATTA_ARM_VOLT: + +BATTA\_ARM\_VOLT: Required arming voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft\. Set to 0 to allow arming at any voltage\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATTA_ARM_MAH: + +BATTA\_ARM\_MAH: Required arming remaining capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft\. Set to 0 to allow arming at any capacity\. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate\, which can lead to this check not providing sufficent protection\, it is recommended to always use this in conjunction with the BATTA\_\_ARM\_VOLT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTA_OPTIONS: + +BATTA\_OPTIONS: Battery monitor options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + + ++------------------------------------------------------------------+ +| Bitmask | ++==================================================================+ +| +-----+--------------------------------------------------------+ | +| | Bit | Meaning | | +| +=====+========================================================+ | +| | 0 | Ignore DroneCAN SoC | | +| +-----+--------------------------------------------------------+ | +| | 1 | MPPT reports input voltage and current | | +| +-----+--------------------------------------------------------+ | +| | 2 | MPPT Powered off when disarmed | | +| +-----+--------------------------------------------------------+ | +| | 3 | MPPT Powered on when armed | | +| +-----+--------------------------------------------------------+ | +| | 4 | MPPT Powered off at boot | | +| +-----+--------------------------------------------------------+ | +| | 5 | MPPT Powered on at boot | | +| +-----+--------------------------------------------------------+ | +| | 6 | Send resistance compensated voltage to GCS | | +| +-----+--------------------------------------------------------+ | +| | 7 | Allow DroneCAN InfoAux to be from a different CAN node | | +| +-----+--------------------------------------------------------+ | +| | ++------------------------------------------------------------------+ + + + + +.. _BATTA_ESC_INDEX: + +BATTA\_ESC\_INDEX: ESC Telemetry Index to write to +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage\, current\, consumption and temperature data to\. Use 0 to disable\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 10 | ++-----------+---------+ + + + + +.. _BATTA_VOLT_PIN: + +BATTA\_VOLT\_PIN: Battery Voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for voltage monitoring\. + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | -1 | Disabled | | +| +-------+--------------------------------------+ | +| | 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | | +| +-------+--------------------------------------+ | +| | 5 | Navigator | | +| +-------+--------------------------------------+ | +| | 13 | Pixhawk2_PM2/CubeOrange_PM2 | | +| +-------+--------------------------------------+ | +| | 14 | CubeOrange | | +| +-------+--------------------------------------+ | +| | 16 | Durandal | | +| +-------+--------------------------------------+ | +| | 100 | PX4-v1 | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATTA_CURR_PIN: + +BATTA\_CURR\_PIN: Battery Current sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for current monitoring\. + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | -1 | Disabled | | +| +-------+--------------------------------------+ | +| | 3 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | | +| +-------+--------------------------------------+ | +| | 4 | CubeOrange_PM2/Navigator | | +| +-------+--------------------------------------+ | +| | 14 | Pixhawk2_PM2 | | +| +-------+--------------------------------------+ | +| | 15 | CubeOrange | | +| +-------+--------------------------------------+ | +| | 17 | Durandal | | +| +-------+--------------------------------------+ | +| | 101 | PX4-v1 | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATTA_VOLT_MULT: + +BATTA\_VOLT\_MULT: Voltage Multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin \(BATTA\_VOLT\_PIN\) to the actual battery\'s voltage \(pin\_voltage \* VOLT\_MULT\)\. For the 3DR Power brick with a Pixhawk\, this should be set to 10\.1\. For the Pixhawk with the 3DR 4in1 ESC this should be 12\.02\. For the PX using the PX4IO power supply this should be set to 1\. + + +.. _BATTA_AMP_PERVLT: + +BATTA\_AMP\_PERVLT: Amps per volt +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of amps that a 1V reading on the current sensor corresponds to\. With a Pixhawk using the 3DR Power brick this should be set to 17\. For the Pixhawk with the 3DR 4in1 ESC this should be 17\. For Synthetic Current sensor monitors\, this is the maximum\, full throttle current draw\. + + ++-----------------+ +| Units | ++=================+ +| ampere per volt | ++-----------------+ + + + + +.. _BATTA_AMP_OFFSET: + +BATTA\_AMP\_OFFSET: AMP offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Voltage offset at zero current on current sensor for Analog Sensors\. For Synthetic Current sensor\, this offset is the zero throttle system current and is added to the calculated throttle base current\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATTA_VLT_OFFSET: + +BATTA\_VLT\_OFFSET: Voltage offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage offset on voltage pin\. This allows for an offset due to a diode\. This voltage is subtracted before the scaling is applied\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATTA_I2C_BUS__AP_BattMonitor_SMBus: + +BATTA\_I2C\_BUS \(AP\_BattMonitor\_SMBus\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATTA_I2C_ADDR__AP_BattMonitor_SMBus: + +BATTA\_I2C\_ADDR \(AP\_BattMonitor\_SMBus\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATTA_SUM_MASK: + +BATTA\_SUM\_MASK: Battery Sum mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +0\: sum of remaining battery monitors\, If none 0 sum of specified monitors\. Current will be summed and voltages averaged\. + + ++---------------------+ +| Bitmask | ++=====================+ +| +-----+-----------+ | +| | Bit | Meaning | | +| +=====+===========+ | +| | 0 | monitor 1 | | +| +-----+-----------+ | +| | 1 | monitor 2 | | +| +-----+-----------+ | +| | 2 | monitor 3 | | +| +-----+-----------+ | +| | 3 | monitor 4 | | +| +-----+-----------+ | +| | 4 | monitor 5 | | +| +-----+-----------+ | +| | 5 | monitor 6 | | +| +-----+-----------+ | +| | 6 | monitor 7 | | +| +-----+-----------+ | +| | 7 | monitor 8 | | +| +-----+-----------+ | +| | 8 | monitor 9 | | +| +-----+-----------+ | +| | ++---------------------+ + + + + +.. _BATTA_CURR_MULT: + +BATTA\_CURR\_MULT: Scales reported power monitor current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + + ++----------+ +| Range | ++==========+ +| .1 to 10 | ++----------+ + + + + +.. _BATTA_FL_VLT_MIN: + +BATTA\_FL\_VLT\_MIN: Empty fuel level voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty\. Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+-------+ +| Range | Units | ++============+=======+ +| 0.01 to 10 | volt | ++------------+-------+ + + + + +.. _BATTA_FL_V_MULT: + +BATTA\_FL\_V\_MULT: Fuel level voltage multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is\. This is calculated as 1 \/ \(Voltage\_Full \- Voltage\_Empty\) Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+ +| Range | ++============+ +| 0.01 to 10 | ++------------+ + + + + +.. _BATTA_FL_FLTR: + +BATTA\_FL\_FLTR: Fuel level filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Filter frequency in Hertz where a low pass filter is used\. This is used to filter out tank slosh from the fuel level reading\. A value of \-1 disables the filter and unfiltered voltage is used to determine the fuel level\. The suggested values at in the range of 0\.2 Hz to 0\.5 Hz\. + + ++---------+-------+ +| Range | Units | ++=========+=======+ +| -1 to 1 | hertz | ++---------+-------+ + + + + +.. _BATTA_FL_PIN: + +BATTA\_FL\_PIN: Fuel level analog pin number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog input pin that fuel level sensor is connected to\. Airspeed ports can be used for Analog input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. + + ++---------------------------------------+ +| Values | ++=======================================+ +| +-------+---------------------------+ | +| | Value | Meaning | | +| +=======+===========================+ | +| | -1 | Not Used | | +| +-------+---------------------------+ | +| | 11 | Pixracer | | +| +-------+---------------------------+ | +| | 13 | Pixhawk ADC4 | | +| +-------+---------------------------+ | +| | 14 | Pixhawk ADC3 | | +| +-------+---------------------------+ | +| | 15 | Pixhawk ADC6/Pixhawk2 ADC | | +| +-------+---------------------------+ | +| | 103 | Pixhawk SBUS | | +| +-------+---------------------------+ | +| | ++---------------------------------------+ + + + + +.. _BATTA_FL_FF: + +BATTA\_FL\_FF: First order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +First order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTA_FL_FS: + +BATTA\_FL\_FS: Second order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Second order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTA_FL_FT: + +BATTA\_FL\_FT: Third order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Third order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTA_FL_OFF: + +BATTA\_FL\_OFF: Offset term +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTA_MAX_VOLT: + +BATTA\_MAX\_VOLT: Maximum Battery Voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum voltage of battery\. Provides scaling of current versus voltage + + ++----------+ +| Range | ++==========+ +| 7 to 100 | ++----------+ + + + + +.. _BATTA_I2C_BUS__AP_BattMonitor_INA2xx: + +BATTA\_I2C\_BUS \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATTA_I2C_ADDR__AP_BattMonitor_INA2xx: + +BATTA\_I2C\_ADDR \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address\. If this is zero then probe list of supported addresses + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATTA_MAX_AMPS: + +BATTA\_MAX\_AMPS: Battery monitor max current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 1 to 400 | ampere | ++----------+--------+ + + + + +.. _BATTA_SHUNT: + +BATTA\_SHUNT: Battery monitor shunt resistor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + + ++----------------+-------+ +| Range | Units | ++================+=======+ +| 0.0001 to 0.01 | Ohm | ++----------------+-------+ + + + + + +.. _parameters_BATTB_: + +BATTB\_ Parameters +------------------ + + +.. _BATTB_MONITOR: + +BATTB\_MONITOR: Battery monitoring +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Controls enabling monitoring of the battery\'s voltage and current + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | 0 | Disabled | | +| +-------+--------------------------------------+ | +| | 3 | Analog Voltage Only | | +| +-------+--------------------------------------+ | +| | 4 | Analog Voltage and Current | | +| +-------+--------------------------------------+ | +| | 5 | Solo | | +| +-------+--------------------------------------+ | +| | 6 | Bebop | | +| +-------+--------------------------------------+ | +| | 7 | SMBus-Generic | | +| +-------+--------------------------------------+ | +| | 8 | DroneCAN-BatteryInfo | | +| +-------+--------------------------------------+ | +| | 9 | ESC | | +| +-------+--------------------------------------+ | +| | 10 | Sum Of Selected Monitors | | +| +-------+--------------------------------------+ | +| | 11 | FuelFlow | | +| +-------+--------------------------------------+ | +| | 12 | FuelLevelPWM | | +| +-------+--------------------------------------+ | +| | 13 | SMBUS-SUI3 | | +| +-------+--------------------------------------+ | +| | 14 | SMBUS-SUI6 | | +| +-------+--------------------------------------+ | +| | 15 | NeoDesign | | +| +-------+--------------------------------------+ | +| | 16 | SMBus-Maxell | | +| +-------+--------------------------------------+ | +| | 17 | Generator-Elec | | +| +-------+--------------------------------------+ | +| | 18 | Generator-Fuel | | +| +-------+--------------------------------------+ | +| | 19 | Rotoye | | +| +-------+--------------------------------------+ | +| | 20 | MPPT | | +| +-------+--------------------------------------+ | +| | 21 | INA2XX | | +| +-------+--------------------------------------+ | +| | 22 | LTC2946 | | +| +-------+--------------------------------------+ | +| | 23 | Torqeedo | | +| +-------+--------------------------------------+ | +| | 24 | FuelLevelAnalog | | +| +-------+--------------------------------------+ | +| | 25 | Synthetic Current and Analog Voltage | | +| +-------+--------------------------------------+ | +| | 26 | INA239_SPI | | +| +-------+--------------------------------------+ | +| | 27 | EFI | | +| +-------+--------------------------------------+ | +| | 28 | AD7091R5 | | +| +-------+--------------------------------------+ | +| | 29 | Scripting | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATTB_CAPACITY: + +BATTB\_CAPACITY: Battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Capacity of the battery in mAh when full + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTB_SERIAL_NUM: + +BATTB\_SERIAL\_NUM: Battery serial number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery serial number\, automatically filled in for SMBus batteries\, otherwise will be \-1\. With DroneCan it is the battery\_id\. + + +.. _BATTB_LOW_TIMER: + +BATTB\_LOW\_TIMER: Low voltage timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered\. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs\. A value of zero disables low voltage errors\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 120 | seconds | ++-----------+----------+---------+ + + + + +.. _BATTB_FS_VOLTSRC: + +BATTB\_FS\_VOLTSRC: Failsafe voltage source +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + + ++-------------------------------------+ +| Values | ++=====================================+ +| +-------+-------------------------+ | +| | Value | Meaning | | +| +=======+=========================+ | +| | 0 | Raw Voltage | | +| +-------+-------------------------+ | +| | 1 | Sag Compensated Voltage | | +| +-------+-------------------------+ | +| | ++-------------------------------------+ + + + + +.. _BATTB_LOW_VOLT: + +BATTB\_LOW\_VOLT: Low battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a low battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTB\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATTB\_FS\_LOW\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATTB_LOW_MAH: + +BATTB\_LOW\_MAH: Low battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the low battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTB\_FS\_LOW\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTB_CRT_VOLT: + +BATTB\_CRT\_VOLT: Critical battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a critical battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTB\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATTB\_FS\_CRT\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATTB_CRT_MAH: + +BATTB\_CRT\_MAH: Battery critical capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the critical battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTB\_\_FS\_CRT\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTB_FS_LOW_ACT: + +BATTB\_FS\_LOW\_ACT: Low battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a low battery failsafe + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | None | | +| +-------+------------------+ | +| | 1 | RTL | | +| +-------+------------------+ | +| | 2 | Hold | | +| +-------+------------------+ | +| | 3 | SmartRTL | | +| +-------+------------------+ | +| | 4 | SmartRTL or Hold | | +| +-------+------------------+ | +| | 5 | Terminate | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + +.. _BATTB_FS_CRT_ACT: + +BATTB\_FS\_CRT\_ACT: Critical battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a critical battery failsafe + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | None | | +| +-------+------------------+ | +| | 1 | RTL | | +| +-------+------------------+ | +| | 2 | Hold | | +| +-------+------------------+ | +| | 3 | SmartRTL | | +| +-------+------------------+ | +| | 4 | SmartRTL or Hold | | +| +-------+------------------+ | +| | 5 | Terminate | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + +.. _BATTB_ARM_VOLT: + +BATTB\_ARM\_VOLT: Required arming voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft\. Set to 0 to allow arming at any voltage\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATTB_ARM_MAH: + +BATTB\_ARM\_MAH: Required arming remaining capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft\. Set to 0 to allow arming at any capacity\. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate\, which can lead to this check not providing sufficent protection\, it is recommended to always use this in conjunction with the BATTB\_\_ARM\_VOLT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTB_OPTIONS: + +BATTB\_OPTIONS: Battery monitor options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + + ++------------------------------------------------------------------+ +| Bitmask | ++==================================================================+ +| +-----+--------------------------------------------------------+ | +| | Bit | Meaning | | +| +=====+========================================================+ | +| | 0 | Ignore DroneCAN SoC | | +| +-----+--------------------------------------------------------+ | +| | 1 | MPPT reports input voltage and current | | +| +-----+--------------------------------------------------------+ | +| | 2 | MPPT Powered off when disarmed | | +| +-----+--------------------------------------------------------+ | +| | 3 | MPPT Powered on when armed | | +| +-----+--------------------------------------------------------+ | +| | 4 | MPPT Powered off at boot | | +| +-----+--------------------------------------------------------+ | +| | 5 | MPPT Powered on at boot | | +| +-----+--------------------------------------------------------+ | +| | 6 | Send resistance compensated voltage to GCS | | +| +-----+--------------------------------------------------------+ | +| | 7 | Allow DroneCAN InfoAux to be from a different CAN node | | +| +-----+--------------------------------------------------------+ | +| | ++------------------------------------------------------------------+ + + + + +.. _BATTB_ESC_INDEX: + +BATTB\_ESC\_INDEX: ESC Telemetry Index to write to +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage\, current\, consumption and temperature data to\. Use 0 to disable\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 10 | ++-----------+---------+ + + + + +.. _BATTB_VOLT_PIN: + +BATTB\_VOLT\_PIN: Battery Voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for voltage monitoring\. + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | -1 | Disabled | | +| +-------+--------------------------------------+ | +| | 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | | +| +-------+--------------------------------------+ | +| | 5 | Navigator | | +| +-------+--------------------------------------+ | +| | 13 | Pixhawk2_PM2/CubeOrange_PM2 | | +| +-------+--------------------------------------+ | +| | 14 | CubeOrange | | +| +-------+--------------------------------------+ | +| | 16 | Durandal | | +| +-------+--------------------------------------+ | +| | 100 | PX4-v1 | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATTB_CURR_PIN: + +BATTB\_CURR\_PIN: Battery Current sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for current monitoring\. + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | -1 | Disabled | | +| +-------+--------------------------------------+ | +| | 3 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | | +| +-------+--------------------------------------+ | +| | 4 | CubeOrange_PM2/Navigator | | +| +-------+--------------------------------------+ | +| | 14 | Pixhawk2_PM2 | | +| +-------+--------------------------------------+ | +| | 15 | CubeOrange | | +| +-------+--------------------------------------+ | +| | 17 | Durandal | | +| +-------+--------------------------------------+ | +| | 101 | PX4-v1 | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATTB_VOLT_MULT: + +BATTB\_VOLT\_MULT: Voltage Multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin \(BATTB\_VOLT\_PIN\) to the actual battery\'s voltage \(pin\_voltage \* VOLT\_MULT\)\. For the 3DR Power brick with a Pixhawk\, this should be set to 10\.1\. For the Pixhawk with the 3DR 4in1 ESC this should be 12\.02\. For the PX using the PX4IO power supply this should be set to 1\. + + +.. _BATTB_AMP_PERVLT: + +BATTB\_AMP\_PERVLT: Amps per volt +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of amps that a 1V reading on the current sensor corresponds to\. With a Pixhawk using the 3DR Power brick this should be set to 17\. For the Pixhawk with the 3DR 4in1 ESC this should be 17\. For Synthetic Current sensor monitors\, this is the maximum\, full throttle current draw\. + + ++-----------------+ +| Units | ++=================+ +| ampere per volt | ++-----------------+ + + + + +.. _BATTB_AMP_OFFSET: + +BATTB\_AMP\_OFFSET: AMP offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Voltage offset at zero current on current sensor for Analog Sensors\. For Synthetic Current sensor\, this offset is the zero throttle system current and is added to the calculated throttle base current\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATTB_VLT_OFFSET: + +BATTB\_VLT\_OFFSET: Voltage offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage offset on voltage pin\. This allows for an offset due to a diode\. This voltage is subtracted before the scaling is applied\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATTB_I2C_BUS__AP_BattMonitor_SMBus: + +BATTB\_I2C\_BUS \(AP\_BattMonitor\_SMBus\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATTB_I2C_ADDR__AP_BattMonitor_SMBus: + +BATTB\_I2C\_ADDR \(AP\_BattMonitor\_SMBus\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATTB_SUM_MASK: + +BATTB\_SUM\_MASK: Battery Sum mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +0\: sum of remaining battery monitors\, If none 0 sum of specified monitors\. Current will be summed and voltages averaged\. + + ++---------------------+ +| Bitmask | ++=====================+ +| +-----+-----------+ | +| | Bit | Meaning | | +| +=====+===========+ | +| | 0 | monitor 1 | | +| +-----+-----------+ | +| | 1 | monitor 2 | | +| +-----+-----------+ | +| | 2 | monitor 3 | | +| +-----+-----------+ | +| | 3 | monitor 4 | | +| +-----+-----------+ | +| | 4 | monitor 5 | | +| +-----+-----------+ | +| | 5 | monitor 6 | | +| +-----+-----------+ | +| | 6 | monitor 7 | | +| +-----+-----------+ | +| | 7 | monitor 8 | | +| +-----+-----------+ | +| | 8 | monitor 9 | | +| +-----+-----------+ | +| | ++---------------------+ + + + + +.. _BATTB_CURR_MULT: + +BATTB\_CURR\_MULT: Scales reported power monitor current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + + ++----------+ +| Range | ++==========+ +| .1 to 10 | ++----------+ + + + + +.. _BATTB_FL_VLT_MIN: + +BATTB\_FL\_VLT\_MIN: Empty fuel level voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty\. Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+-------+ +| Range | Units | ++============+=======+ +| 0.01 to 10 | volt | ++------------+-------+ + + + + +.. _BATTB_FL_V_MULT: + +BATTB\_FL\_V\_MULT: Fuel level voltage multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is\. This is calculated as 1 \/ \(Voltage\_Full \- Voltage\_Empty\) Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+ +| Range | ++============+ +| 0.01 to 10 | ++------------+ + + + + +.. _BATTB_FL_FLTR: + +BATTB\_FL\_FLTR: Fuel level filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Filter frequency in Hertz where a low pass filter is used\. This is used to filter out tank slosh from the fuel level reading\. A value of \-1 disables the filter and unfiltered voltage is used to determine the fuel level\. The suggested values at in the range of 0\.2 Hz to 0\.5 Hz\. + + ++---------+-------+ +| Range | Units | ++=========+=======+ +| -1 to 1 | hertz | ++---------+-------+ + + + + +.. _BATTB_FL_PIN: + +BATTB\_FL\_PIN: Fuel level analog pin number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog input pin that fuel level sensor is connected to\. Airspeed ports can be used for Analog input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. + + ++---------------------------------------+ +| Values | ++=======================================+ +| +-------+---------------------------+ | +| | Value | Meaning | | +| +=======+===========================+ | +| | -1 | Not Used | | +| +-------+---------------------------+ | +| | 11 | Pixracer | | +| +-------+---------------------------+ | +| | 13 | Pixhawk ADC4 | | +| +-------+---------------------------+ | +| | 14 | Pixhawk ADC3 | | +| +-------+---------------------------+ | +| | 15 | Pixhawk ADC6/Pixhawk2 ADC | | +| +-------+---------------------------+ | +| | 103 | Pixhawk SBUS | | +| +-------+---------------------------+ | +| | ++---------------------------------------+ + + + + +.. _BATTB_FL_FF: + +BATTB\_FL\_FF: First order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +First order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTB_FL_FS: + +BATTB\_FL\_FS: Second order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Second order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTB_FL_FT: + +BATTB\_FL\_FT: Third order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Third order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTB_FL_OFF: + +BATTB\_FL\_OFF: Offset term +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTB_MAX_VOLT: + +BATTB\_MAX\_VOLT: Maximum Battery Voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum voltage of battery\. Provides scaling of current versus voltage + + ++----------+ +| Range | ++==========+ +| 7 to 100 | ++----------+ + + + + +.. _BATTB_I2C_BUS__AP_BattMonitor_INA2xx: + +BATTB\_I2C\_BUS \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATTB_I2C_ADDR__AP_BattMonitor_INA2xx: + +BATTB\_I2C\_ADDR \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address\. If this is zero then probe list of supported addresses + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATTB_MAX_AMPS: + +BATTB\_MAX\_AMPS: Battery monitor max current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 1 to 400 | ampere | ++----------+--------+ + + + + +.. _BATTB_SHUNT: + +BATTB\_SHUNT: Battery monitor shunt resistor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + + ++----------------+-------+ +| Range | Units | ++================+=======+ +| 0.0001 to 0.01 | Ohm | ++----------------+-------+ + + + + + +.. _parameters_BATTC_: + +BATTC\_ Parameters +------------------ + + +.. _BATTC_MONITOR: + +BATTC\_MONITOR: Battery monitoring +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Controls enabling monitoring of the battery\'s voltage and current + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | 0 | Disabled | | +| +-------+--------------------------------------+ | +| | 3 | Analog Voltage Only | | +| +-------+--------------------------------------+ | +| | 4 | Analog Voltage and Current | | +| +-------+--------------------------------------+ | +| | 5 | Solo | | +| +-------+--------------------------------------+ | +| | 6 | Bebop | | +| +-------+--------------------------------------+ | +| | 7 | SMBus-Generic | | +| +-------+--------------------------------------+ | +| | 8 | DroneCAN-BatteryInfo | | +| +-------+--------------------------------------+ | +| | 9 | ESC | | +| +-------+--------------------------------------+ | +| | 10 | Sum Of Selected Monitors | | +| +-------+--------------------------------------+ | +| | 11 | FuelFlow | | +| +-------+--------------------------------------+ | +| | 12 | FuelLevelPWM | | +| +-------+--------------------------------------+ | +| | 13 | SMBUS-SUI3 | | +| +-------+--------------------------------------+ | +| | 14 | SMBUS-SUI6 | | +| +-------+--------------------------------------+ | +| | 15 | NeoDesign | | +| +-------+--------------------------------------+ | +| | 16 | SMBus-Maxell | | +| +-------+--------------------------------------+ | +| | 17 | Generator-Elec | | +| +-------+--------------------------------------+ | +| | 18 | Generator-Fuel | | +| +-------+--------------------------------------+ | +| | 19 | Rotoye | | +| +-------+--------------------------------------+ | +| | 20 | MPPT | | +| +-------+--------------------------------------+ | +| | 21 | INA2XX | | +| +-------+--------------------------------------+ | +| | 22 | LTC2946 | | +| +-------+--------------------------------------+ | +| | 23 | Torqeedo | | +| +-------+--------------------------------------+ | +| | 24 | FuelLevelAnalog | | +| +-------+--------------------------------------+ | +| | 25 | Synthetic Current and Analog Voltage | | +| +-------+--------------------------------------+ | +| | 26 | INA239_SPI | | +| +-------+--------------------------------------+ | +| | 27 | EFI | | +| +-------+--------------------------------------+ | +| | 28 | AD7091R5 | | +| +-------+--------------------------------------+ | +| | 29 | Scripting | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATTC_CAPACITY: + +BATTC\_CAPACITY: Battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Capacity of the battery in mAh when full + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTC_SERIAL_NUM: + +BATTC\_SERIAL\_NUM: Battery serial number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery serial number\, automatically filled in for SMBus batteries\, otherwise will be \-1\. With DroneCan it is the battery\_id\. + + +.. _BATTC_LOW_TIMER: + +BATTC\_LOW\_TIMER: Low voltage timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered\. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs\. A value of zero disables low voltage errors\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 120 | seconds | ++-----------+----------+---------+ + + + + +.. _BATTC_FS_VOLTSRC: + +BATTC\_FS\_VOLTSRC: Failsafe voltage source +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + + ++-------------------------------------+ +| Values | ++=====================================+ +| +-------+-------------------------+ | +| | Value | Meaning | | +| +=======+=========================+ | +| | 0 | Raw Voltage | | +| +-------+-------------------------+ | +| | 1 | Sag Compensated Voltage | | +| +-------+-------------------------+ | +| | ++-------------------------------------+ + + + + +.. _BATTC_LOW_VOLT: + +BATTC\_LOW\_VOLT: Low battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a low battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTC\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATTC\_FS\_LOW\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATTC_LOW_MAH: + +BATTC\_LOW\_MAH: Low battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the low battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTC\_FS\_LOW\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTC_CRT_VOLT: + +BATTC\_CRT\_VOLT: Critical battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a critical battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTC\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATTC\_FS\_CRT\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATTC_CRT_MAH: + +BATTC\_CRT\_MAH: Battery critical capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the critical battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTC\_\_FS\_CRT\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTC_FS_LOW_ACT: + +BATTC\_FS\_LOW\_ACT: Low battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a low battery failsafe + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | None | | +| +-------+------------------+ | +| | 1 | RTL | | +| +-------+------------------+ | +| | 2 | Hold | | +| +-------+------------------+ | +| | 3 | SmartRTL | | +| +-------+------------------+ | +| | 4 | SmartRTL or Hold | | +| +-------+------------------+ | +| | 5 | Terminate | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + +.. _BATTC_FS_CRT_ACT: + +BATTC\_FS\_CRT\_ACT: Critical battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a critical battery failsafe + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | None | | +| +-------+------------------+ | +| | 1 | RTL | | +| +-------+------------------+ | +| | 2 | Hold | | +| +-------+------------------+ | +| | 3 | SmartRTL | | +| +-------+------------------+ | +| | 4 | SmartRTL or Hold | | +| +-------+------------------+ | +| | 5 | Terminate | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + +.. _BATTC_ARM_VOLT: + +BATTC\_ARM\_VOLT: Required arming voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft\. Set to 0 to allow arming at any voltage\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATTC_ARM_MAH: + +BATTC\_ARM\_MAH: Required arming remaining capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft\. Set to 0 to allow arming at any capacity\. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate\, which can lead to this check not providing sufficent protection\, it is recommended to always use this in conjunction with the BATTC\_\_ARM\_VOLT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTC_OPTIONS: + +BATTC\_OPTIONS: Battery monitor options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + + ++------------------------------------------------------------------+ +| Bitmask | ++==================================================================+ +| +-----+--------------------------------------------------------+ | +| | Bit | Meaning | | +| +=====+========================================================+ | +| | 0 | Ignore DroneCAN SoC | | +| +-----+--------------------------------------------------------+ | +| | 1 | MPPT reports input voltage and current | | +| +-----+--------------------------------------------------------+ | +| | 2 | MPPT Powered off when disarmed | | +| +-----+--------------------------------------------------------+ | +| | 3 | MPPT Powered on when armed | | +| +-----+--------------------------------------------------------+ | +| | 4 | MPPT Powered off at boot | | +| +-----+--------------------------------------------------------+ | +| | 5 | MPPT Powered on at boot | | +| +-----+--------------------------------------------------------+ | +| | 6 | Send resistance compensated voltage to GCS | | +| +-----+--------------------------------------------------------+ | +| | 7 | Allow DroneCAN InfoAux to be from a different CAN node | | +| +-----+--------------------------------------------------------+ | +| | ++------------------------------------------------------------------+ + + + + +.. _BATTC_ESC_INDEX: + +BATTC\_ESC\_INDEX: ESC Telemetry Index to write to +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage\, current\, consumption and temperature data to\. Use 0 to disable\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 10 | ++-----------+---------+ + + + + +.. _BATTC_VOLT_PIN: + +BATTC\_VOLT\_PIN: Battery Voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for voltage monitoring\. + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | -1 | Disabled | | +| +-------+--------------------------------------+ | +| | 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | | +| +-------+--------------------------------------+ | +| | 5 | Navigator | | +| +-------+--------------------------------------+ | +| | 13 | Pixhawk2_PM2/CubeOrange_PM2 | | +| +-------+--------------------------------------+ | +| | 14 | CubeOrange | | +| +-------+--------------------------------------+ | +| | 16 | Durandal | | +| +-------+--------------------------------------+ | +| | 100 | PX4-v1 | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATTC_CURR_PIN: + +BATTC\_CURR\_PIN: Battery Current sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for current monitoring\. + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | -1 | Disabled | | +| +-------+--------------------------------------+ | +| | 3 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | | +| +-------+--------------------------------------+ | +| | 4 | CubeOrange_PM2/Navigator | | +| +-------+--------------------------------------+ | +| | 14 | Pixhawk2_PM2 | | +| +-------+--------------------------------------+ | +| | 15 | CubeOrange | | +| +-------+--------------------------------------+ | +| | 17 | Durandal | | +| +-------+--------------------------------------+ | +| | 101 | PX4-v1 | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATTC_VOLT_MULT: + +BATTC\_VOLT\_MULT: Voltage Multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin \(BATTC\_VOLT\_PIN\) to the actual battery\'s voltage \(pin\_voltage \* VOLT\_MULT\)\. For the 3DR Power brick with a Pixhawk\, this should be set to 10\.1\. For the Pixhawk with the 3DR 4in1 ESC this should be 12\.02\. For the PX using the PX4IO power supply this should be set to 1\. + + +.. _BATTC_AMP_PERVLT: + +BATTC\_AMP\_PERVLT: Amps per volt +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of amps that a 1V reading on the current sensor corresponds to\. With a Pixhawk using the 3DR Power brick this should be set to 17\. For the Pixhawk with the 3DR 4in1 ESC this should be 17\. For Synthetic Current sensor monitors\, this is the maximum\, full throttle current draw\. + + ++-----------------+ +| Units | ++=================+ +| ampere per volt | ++-----------------+ + + + + +.. _BATTC_AMP_OFFSET: + +BATTC\_AMP\_OFFSET: AMP offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Voltage offset at zero current on current sensor for Analog Sensors\. For Synthetic Current sensor\, this offset is the zero throttle system current and is added to the calculated throttle base current\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATTC_VLT_OFFSET: + +BATTC\_VLT\_OFFSET: Voltage offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage offset on voltage pin\. This allows for an offset due to a diode\. This voltage is subtracted before the scaling is applied\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATTC_I2C_BUS__AP_BattMonitor_SMBus: + +BATTC\_I2C\_BUS \(AP\_BattMonitor\_SMBus\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATTC_I2C_ADDR__AP_BattMonitor_SMBus: + +BATTC\_I2C\_ADDR \(AP\_BattMonitor\_SMBus\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATTC_SUM_MASK: + +BATTC\_SUM\_MASK: Battery Sum mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +0\: sum of remaining battery monitors\, If none 0 sum of specified monitors\. Current will be summed and voltages averaged\. + + ++---------------------+ +| Bitmask | ++=====================+ +| +-----+-----------+ | +| | Bit | Meaning | | +| +=====+===========+ | +| | 0 | monitor 1 | | +| +-----+-----------+ | +| | 1 | monitor 2 | | +| +-----+-----------+ | +| | 2 | monitor 3 | | +| +-----+-----------+ | +| | 3 | monitor 4 | | +| +-----+-----------+ | +| | 4 | monitor 5 | | +| +-----+-----------+ | +| | 5 | monitor 6 | | +| +-----+-----------+ | +| | 6 | monitor 7 | | +| +-----+-----------+ | +| | 7 | monitor 8 | | +| +-----+-----------+ | +| | 8 | monitor 9 | | +| +-----+-----------+ | +| | ++---------------------+ + + + + +.. _BATTC_CURR_MULT: + +BATTC\_CURR\_MULT: Scales reported power monitor current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + + ++----------+ +| Range | ++==========+ +| .1 to 10 | ++----------+ + + + + +.. _BATTC_FL_VLT_MIN: + +BATTC\_FL\_VLT\_MIN: Empty fuel level voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty\. Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+-------+ +| Range | Units | ++============+=======+ +| 0.01 to 10 | volt | ++------------+-------+ + + + + +.. _BATTC_FL_V_MULT: + +BATTC\_FL\_V\_MULT: Fuel level voltage multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is\. This is calculated as 1 \/ \(Voltage\_Full \- Voltage\_Empty\) Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+ +| Range | ++============+ +| 0.01 to 10 | ++------------+ + + + + +.. _BATTC_FL_FLTR: + +BATTC\_FL\_FLTR: Fuel level filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Filter frequency in Hertz where a low pass filter is used\. This is used to filter out tank slosh from the fuel level reading\. A value of \-1 disables the filter and unfiltered voltage is used to determine the fuel level\. The suggested values at in the range of 0\.2 Hz to 0\.5 Hz\. + + ++---------+-------+ +| Range | Units | ++=========+=======+ +| -1 to 1 | hertz | ++---------+-------+ + + + + +.. _BATTC_FL_PIN: + +BATTC\_FL\_PIN: Fuel level analog pin number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog input pin that fuel level sensor is connected to\. Airspeed ports can be used for Analog input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. + + ++---------------------------------------+ +| Values | ++=======================================+ +| +-------+---------------------------+ | +| | Value | Meaning | | +| +=======+===========================+ | +| | -1 | Not Used | | +| +-------+---------------------------+ | +| | 11 | Pixracer | | +| +-------+---------------------------+ | +| | 13 | Pixhawk ADC4 | | +| +-------+---------------------------+ | +| | 14 | Pixhawk ADC3 | | +| +-------+---------------------------+ | +| | 15 | Pixhawk ADC6/Pixhawk2 ADC | | +| +-------+---------------------------+ | +| | 103 | Pixhawk SBUS | | +| +-------+---------------------------+ | +| | ++---------------------------------------+ + + + + +.. _BATTC_FL_FF: + +BATTC\_FL\_FF: First order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +First order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTC_FL_FS: + +BATTC\_FL\_FS: Second order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Second order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTC_FL_FT: + +BATTC\_FL\_FT: Third order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Third order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTC_FL_OFF: + +BATTC\_FL\_OFF: Offset term +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTC_MAX_VOLT: + +BATTC\_MAX\_VOLT: Maximum Battery Voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum voltage of battery\. Provides scaling of current versus voltage + + ++----------+ +| Range | ++==========+ +| 7 to 100 | ++----------+ + + + + +.. _BATTC_I2C_BUS__AP_BattMonitor_INA2xx: + +BATTC\_I2C\_BUS \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATTC_I2C_ADDR__AP_BattMonitor_INA2xx: + +BATTC\_I2C\_ADDR \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address\. If this is zero then probe list of supported addresses + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATTC_MAX_AMPS: + +BATTC\_MAX\_AMPS: Battery monitor max current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 1 to 400 | ampere | ++----------+--------+ + + + + +.. _BATTC_SHUNT: + +BATTC\_SHUNT: Battery monitor shunt resistor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + + ++----------------+-------+ +| Range | Units | ++================+=======+ +| 0.0001 to 0.01 | Ohm | ++----------------+-------+ + + + + + +.. _parameters_BATTD_: + +BATTD\_ Parameters +------------------ + + +.. _BATTD_MONITOR: + +BATTD\_MONITOR: Battery monitoring +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Controls enabling monitoring of the battery\'s voltage and current + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | 0 | Disabled | | +| +-------+--------------------------------------+ | +| | 3 | Analog Voltage Only | | +| +-------+--------------------------------------+ | +| | 4 | Analog Voltage and Current | | +| +-------+--------------------------------------+ | +| | 5 | Solo | | +| +-------+--------------------------------------+ | +| | 6 | Bebop | | +| +-------+--------------------------------------+ | +| | 7 | SMBus-Generic | | +| +-------+--------------------------------------+ | +| | 8 | DroneCAN-BatteryInfo | | +| +-------+--------------------------------------+ | +| | 9 | ESC | | +| +-------+--------------------------------------+ | +| | 10 | Sum Of Selected Monitors | | +| +-------+--------------------------------------+ | +| | 11 | FuelFlow | | +| +-------+--------------------------------------+ | +| | 12 | FuelLevelPWM | | +| +-------+--------------------------------------+ | +| | 13 | SMBUS-SUI3 | | +| +-------+--------------------------------------+ | +| | 14 | SMBUS-SUI6 | | +| +-------+--------------------------------------+ | +| | 15 | NeoDesign | | +| +-------+--------------------------------------+ | +| | 16 | SMBus-Maxell | | +| +-------+--------------------------------------+ | +| | 17 | Generator-Elec | | +| +-------+--------------------------------------+ | +| | 18 | Generator-Fuel | | +| +-------+--------------------------------------+ | +| | 19 | Rotoye | | +| +-------+--------------------------------------+ | +| | 20 | MPPT | | +| +-------+--------------------------------------+ | +| | 21 | INA2XX | | +| +-------+--------------------------------------+ | +| | 22 | LTC2946 | | +| +-------+--------------------------------------+ | +| | 23 | Torqeedo | | +| +-------+--------------------------------------+ | +| | 24 | FuelLevelAnalog | | +| +-------+--------------------------------------+ | +| | 25 | Synthetic Current and Analog Voltage | | +| +-------+--------------------------------------+ | +| | 26 | INA239_SPI | | +| +-------+--------------------------------------+ | +| | 27 | EFI | | +| +-------+--------------------------------------+ | +| | 28 | AD7091R5 | | +| +-------+--------------------------------------+ | +| | 29 | Scripting | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATTD_CAPACITY: + +BATTD\_CAPACITY: Battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Capacity of the battery in mAh when full + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTD_SERIAL_NUM: + +BATTD\_SERIAL\_NUM: Battery serial number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery serial number\, automatically filled in for SMBus batteries\, otherwise will be \-1\. With DroneCan it is the battery\_id\. + + +.. _BATTD_LOW_TIMER: + +BATTD\_LOW\_TIMER: Low voltage timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered\. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs\. A value of zero disables low voltage errors\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 120 | seconds | ++-----------+----------+---------+ + + + + +.. _BATTD_FS_VOLTSRC: + +BATTD\_FS\_VOLTSRC: Failsafe voltage source +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + + ++-------------------------------------+ +| Values | ++=====================================+ +| +-------+-------------------------+ | +| | Value | Meaning | | +| +=======+=========================+ | +| | 0 | Raw Voltage | | +| +-------+-------------------------+ | +| | 1 | Sag Compensated Voltage | | +| +-------+-------------------------+ | +| | ++-------------------------------------+ + + + + +.. _BATTD_LOW_VOLT: + +BATTD\_LOW\_VOLT: Low battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a low battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTD\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATTD\_FS\_LOW\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATTD_LOW_MAH: + +BATTD\_LOW\_MAH: Low battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the low battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTD\_FS\_LOW\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTD_CRT_VOLT: + +BATTD\_CRT\_VOLT: Critical battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a critical battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTD\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATTD\_FS\_CRT\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATTD_CRT_MAH: + +BATTD\_CRT\_MAH: Battery critical capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the critical battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTD\_\_FS\_CRT\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTD_FS_LOW_ACT: + +BATTD\_FS\_LOW\_ACT: Low battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a low battery failsafe + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | None | | +| +-------+------------------+ | +| | 1 | RTL | | +| +-------+------------------+ | +| | 2 | Hold | | +| +-------+------------------+ | +| | 3 | SmartRTL | | +| +-------+------------------+ | +| | 4 | SmartRTL or Hold | | +| +-------+------------------+ | +| | 5 | Terminate | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + +.. _BATTD_FS_CRT_ACT: + +BATTD\_FS\_CRT\_ACT: Critical battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a critical battery failsafe + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | None | | +| +-------+------------------+ | +| | 1 | RTL | | +| +-------+------------------+ | +| | 2 | Hold | | +| +-------+------------------+ | +| | 3 | SmartRTL | | +| +-------+------------------+ | +| | 4 | SmartRTL or Hold | | +| +-------+------------------+ | +| | 5 | Terminate | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + +.. _BATTD_ARM_VOLT: + +BATTD\_ARM\_VOLT: Required arming voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft\. Set to 0 to allow arming at any voltage\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATTD_ARM_MAH: + +BATTD\_ARM\_MAH: Required arming remaining capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft\. Set to 0 to allow arming at any capacity\. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate\, which can lead to this check not providing sufficent protection\, it is recommended to always use this in conjunction with the BATTD\_\_ARM\_VOLT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTD_OPTIONS: + +BATTD\_OPTIONS: Battery monitor options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + + ++------------------------------------------------------------------+ +| Bitmask | ++==================================================================+ +| +-----+--------------------------------------------------------+ | +| | Bit | Meaning | | +| +=====+========================================================+ | +| | 0 | Ignore DroneCAN SoC | | +| +-----+--------------------------------------------------------+ | +| | 1 | MPPT reports input voltage and current | | +| +-----+--------------------------------------------------------+ | +| | 2 | MPPT Powered off when disarmed | | +| +-----+--------------------------------------------------------+ | +| | 3 | MPPT Powered on when armed | | +| +-----+--------------------------------------------------------+ | +| | 4 | MPPT Powered off at boot | | +| +-----+--------------------------------------------------------+ | +| | 5 | MPPT Powered on at boot | | +| +-----+--------------------------------------------------------+ | +| | 6 | Send resistance compensated voltage to GCS | | +| +-----+--------------------------------------------------------+ | +| | 7 | Allow DroneCAN InfoAux to be from a different CAN node | | +| +-----+--------------------------------------------------------+ | +| | ++------------------------------------------------------------------+ + + + + +.. _BATTD_ESC_INDEX: + +BATTD\_ESC\_INDEX: ESC Telemetry Index to write to +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage\, current\, consumption and temperature data to\. Use 0 to disable\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 10 | ++-----------+---------+ + + + + +.. _BATTD_VOLT_PIN: + +BATTD\_VOLT\_PIN: Battery Voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for voltage monitoring\. + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | -1 | Disabled | | +| +-------+--------------------------------------+ | +| | 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | | +| +-------+--------------------------------------+ | +| | 5 | Navigator | | +| +-------+--------------------------------------+ | +| | 13 | Pixhawk2_PM2/CubeOrange_PM2 | | +| +-------+--------------------------------------+ | +| | 14 | CubeOrange | | +| +-------+--------------------------------------+ | +| | 16 | Durandal | | +| +-------+--------------------------------------+ | +| | 100 | PX4-v1 | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATTD_CURR_PIN: + +BATTD\_CURR\_PIN: Battery Current sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for current monitoring\. + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | -1 | Disabled | | +| +-------+--------------------------------------+ | +| | 3 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | | +| +-------+--------------------------------------+ | +| | 4 | CubeOrange_PM2/Navigator | | +| +-------+--------------------------------------+ | +| | 14 | Pixhawk2_PM2 | | +| +-------+--------------------------------------+ | +| | 15 | CubeOrange | | +| +-------+--------------------------------------+ | +| | 17 | Durandal | | +| +-------+--------------------------------------+ | +| | 101 | PX4-v1 | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATTD_VOLT_MULT: + +BATTD\_VOLT\_MULT: Voltage Multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin \(BATTD\_VOLT\_PIN\) to the actual battery\'s voltage \(pin\_voltage \* VOLT\_MULT\)\. For the 3DR Power brick with a Pixhawk\, this should be set to 10\.1\. For the Pixhawk with the 3DR 4in1 ESC this should be 12\.02\. For the PX using the PX4IO power supply this should be set to 1\. + + +.. _BATTD_AMP_PERVLT: + +BATTD\_AMP\_PERVLT: Amps per volt +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of amps that a 1V reading on the current sensor corresponds to\. With a Pixhawk using the 3DR Power brick this should be set to 17\. For the Pixhawk with the 3DR 4in1 ESC this should be 17\. For Synthetic Current sensor monitors\, this is the maximum\, full throttle current draw\. + + ++-----------------+ +| Units | ++=================+ +| ampere per volt | ++-----------------+ + + + + +.. _BATTD_AMP_OFFSET: + +BATTD\_AMP\_OFFSET: AMP offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Voltage offset at zero current on current sensor for Analog Sensors\. For Synthetic Current sensor\, this offset is the zero throttle system current and is added to the calculated throttle base current\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATTD_VLT_OFFSET: + +BATTD\_VLT\_OFFSET: Voltage offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage offset on voltage pin\. This allows for an offset due to a diode\. This voltage is subtracted before the scaling is applied\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATTD_I2C_BUS__AP_BattMonitor_SMBus: + +BATTD\_I2C\_BUS \(AP\_BattMonitor\_SMBus\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATTD_I2C_ADDR__AP_BattMonitor_SMBus: + +BATTD\_I2C\_ADDR \(AP\_BattMonitor\_SMBus\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATTD_SUM_MASK: + +BATTD\_SUM\_MASK: Battery Sum mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +0\: sum of remaining battery monitors\, If none 0 sum of specified monitors\. Current will be summed and voltages averaged\. + + ++---------------------+ +| Bitmask | ++=====================+ +| +-----+-----------+ | +| | Bit | Meaning | | +| +=====+===========+ | +| | 0 | monitor 1 | | +| +-----+-----------+ | +| | 1 | monitor 2 | | +| +-----+-----------+ | +| | 2 | monitor 3 | | +| +-----+-----------+ | +| | 3 | monitor 4 | | +| +-----+-----------+ | +| | 4 | monitor 5 | | +| +-----+-----------+ | +| | 5 | monitor 6 | | +| +-----+-----------+ | +| | 6 | monitor 7 | | +| +-----+-----------+ | +| | 7 | monitor 8 | | +| +-----+-----------+ | +| | 8 | monitor 9 | | +| +-----+-----------+ | +| | ++---------------------+ + + + + +.. _BATTD_CURR_MULT: + +BATTD\_CURR\_MULT: Scales reported power monitor current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + + ++----------+ +| Range | ++==========+ +| .1 to 10 | ++----------+ + + + + +.. _BATTD_FL_VLT_MIN: + +BATTD\_FL\_VLT\_MIN: Empty fuel level voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty\. Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+-------+ +| Range | Units | ++============+=======+ +| 0.01 to 10 | volt | ++------------+-------+ + + + + +.. _BATTD_FL_V_MULT: + +BATTD\_FL\_V\_MULT: Fuel level voltage multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is\. This is calculated as 1 \/ \(Voltage\_Full \- Voltage\_Empty\) Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+ +| Range | ++============+ +| 0.01 to 10 | ++------------+ + + + + +.. _BATTD_FL_FLTR: + +BATTD\_FL\_FLTR: Fuel level filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Filter frequency in Hertz where a low pass filter is used\. This is used to filter out tank slosh from the fuel level reading\. A value of \-1 disables the filter and unfiltered voltage is used to determine the fuel level\. The suggested values at in the range of 0\.2 Hz to 0\.5 Hz\. + + ++---------+-------+ +| Range | Units | ++=========+=======+ +| -1 to 1 | hertz | ++---------+-------+ + + + + +.. _BATTD_FL_PIN: + +BATTD\_FL\_PIN: Fuel level analog pin number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog input pin that fuel level sensor is connected to\. Airspeed ports can be used for Analog input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. + + ++---------------------------------------+ +| Values | ++=======================================+ +| +-------+---------------------------+ | +| | Value | Meaning | | +| +=======+===========================+ | +| | -1 | Not Used | | +| +-------+---------------------------+ | +| | 11 | Pixracer | | +| +-------+---------------------------+ | +| | 13 | Pixhawk ADC4 | | +| +-------+---------------------------+ | +| | 14 | Pixhawk ADC3 | | +| +-------+---------------------------+ | +| | 15 | Pixhawk ADC6/Pixhawk2 ADC | | +| +-------+---------------------------+ | +| | 103 | Pixhawk SBUS | | +| +-------+---------------------------+ | +| | ++---------------------------------------+ + + + + +.. _BATTD_FL_FF: + +BATTD\_FL\_FF: First order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +First order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTD_FL_FS: + +BATTD\_FL\_FS: Second order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Second order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTD_FL_FT: + +BATTD\_FL\_FT: Third order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Third order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTD_FL_OFF: + +BATTD\_FL\_OFF: Offset term +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTD_MAX_VOLT: + +BATTD\_MAX\_VOLT: Maximum Battery Voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum voltage of battery\. Provides scaling of current versus voltage + + ++----------+ +| Range | ++==========+ +| 7 to 100 | ++----------+ + + + + +.. _BATTD_I2C_BUS__AP_BattMonitor_INA2xx: + +BATTD\_I2C\_BUS \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATTD_I2C_ADDR__AP_BattMonitor_INA2xx: + +BATTD\_I2C\_ADDR \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address\. If this is zero then probe list of supported addresses + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATTD_MAX_AMPS: + +BATTD\_MAX\_AMPS: Battery monitor max current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 1 to 400 | ampere | ++----------+--------+ + + + + +.. _BATTD_SHUNT: + +BATTD\_SHUNT: Battery monitor shunt resistor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + + ++----------------+-------+ +| Range | Units | ++================+=======+ +| 0.0001 to 0.01 | Ohm | ++----------------+-------+ + + + + + +.. _parameters_BATTE_: + +BATTE\_ Parameters +------------------ + + +.. _BATTE_MONITOR: + +BATTE\_MONITOR: Battery monitoring +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Controls enabling monitoring of the battery\'s voltage and current + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | 0 | Disabled | | +| +-------+--------------------------------------+ | +| | 3 | Analog Voltage Only | | +| +-------+--------------------------------------+ | +| | 4 | Analog Voltage and Current | | +| +-------+--------------------------------------+ | +| | 5 | Solo | | +| +-------+--------------------------------------+ | +| | 6 | Bebop | | +| +-------+--------------------------------------+ | +| | 7 | SMBus-Generic | | +| +-------+--------------------------------------+ | +| | 8 | DroneCAN-BatteryInfo | | +| +-------+--------------------------------------+ | +| | 9 | ESC | | +| +-------+--------------------------------------+ | +| | 10 | Sum Of Selected Monitors | | +| +-------+--------------------------------------+ | +| | 11 | FuelFlow | | +| +-------+--------------------------------------+ | +| | 12 | FuelLevelPWM | | +| +-------+--------------------------------------+ | +| | 13 | SMBUS-SUI3 | | +| +-------+--------------------------------------+ | +| | 14 | SMBUS-SUI6 | | +| +-------+--------------------------------------+ | +| | 15 | NeoDesign | | +| +-------+--------------------------------------+ | +| | 16 | SMBus-Maxell | | +| +-------+--------------------------------------+ | +| | 17 | Generator-Elec | | +| +-------+--------------------------------------+ | +| | 18 | Generator-Fuel | | +| +-------+--------------------------------------+ | +| | 19 | Rotoye | | +| +-------+--------------------------------------+ | +| | 20 | MPPT | | +| +-------+--------------------------------------+ | +| | 21 | INA2XX | | +| +-------+--------------------------------------+ | +| | 22 | LTC2946 | | +| +-------+--------------------------------------+ | +| | 23 | Torqeedo | | +| +-------+--------------------------------------+ | +| | 24 | FuelLevelAnalog | | +| +-------+--------------------------------------+ | +| | 25 | Synthetic Current and Analog Voltage | | +| +-------+--------------------------------------+ | +| | 26 | INA239_SPI | | +| +-------+--------------------------------------+ | +| | 27 | EFI | | +| +-------+--------------------------------------+ | +| | 28 | AD7091R5 | | +| +-------+--------------------------------------+ | +| | 29 | Scripting | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATTE_CAPACITY: + +BATTE\_CAPACITY: Battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Capacity of the battery in mAh when full + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTE_SERIAL_NUM: + +BATTE\_SERIAL\_NUM: Battery serial number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery serial number\, automatically filled in for SMBus batteries\, otherwise will be \-1\. With DroneCan it is the battery\_id\. + + +.. _BATTE_LOW_TIMER: + +BATTE\_LOW\_TIMER: Low voltage timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered\. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs\. A value of zero disables low voltage errors\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 120 | seconds | ++-----------+----------+---------+ + + + + +.. _BATTE_FS_VOLTSRC: + +BATTE\_FS\_VOLTSRC: Failsafe voltage source +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + + ++-------------------------------------+ +| Values | ++=====================================+ +| +-------+-------------------------+ | +| | Value | Meaning | | +| +=======+=========================+ | +| | 0 | Raw Voltage | | +| +-------+-------------------------+ | +| | 1 | Sag Compensated Voltage | | +| +-------+-------------------------+ | +| | ++-------------------------------------+ + + + + +.. _BATTE_LOW_VOLT: + +BATTE\_LOW\_VOLT: Low battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a low battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTE\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATTE\_FS\_LOW\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATTE_LOW_MAH: + +BATTE\_LOW\_MAH: Low battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the low battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTE\_FS\_LOW\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTE_CRT_VOLT: + +BATTE\_CRT\_VOLT: Critical battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a critical battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTE\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATTE\_FS\_CRT\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATTE_CRT_MAH: + +BATTE\_CRT\_MAH: Battery critical capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the critical battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTE\_\_FS\_CRT\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTE_FS_LOW_ACT: + +BATTE\_FS\_LOW\_ACT: Low battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a low battery failsafe + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | None | | +| +-------+------------------+ | +| | 1 | RTL | | +| +-------+------------------+ | +| | 2 | Hold | | +| +-------+------------------+ | +| | 3 | SmartRTL | | +| +-------+------------------+ | +| | 4 | SmartRTL or Hold | | +| +-------+------------------+ | +| | 5 | Terminate | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + +.. _BATTE_FS_CRT_ACT: + +BATTE\_FS\_CRT\_ACT: Critical battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a critical battery failsafe + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | None | | +| +-------+------------------+ | +| | 1 | RTL | | +| +-------+------------------+ | +| | 2 | Hold | | +| +-------+------------------+ | +| | 3 | SmartRTL | | +| +-------+------------------+ | +| | 4 | SmartRTL or Hold | | +| +-------+------------------+ | +| | 5 | Terminate | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + +.. _BATTE_ARM_VOLT: + +BATTE\_ARM\_VOLT: Required arming voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft\. Set to 0 to allow arming at any voltage\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATTE_ARM_MAH: + +BATTE\_ARM\_MAH: Required arming remaining capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft\. Set to 0 to allow arming at any capacity\. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate\, which can lead to this check not providing sufficent protection\, it is recommended to always use this in conjunction with the BATTE\_\_ARM\_VOLT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTE_OPTIONS: + +BATTE\_OPTIONS: Battery monitor options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + + ++------------------------------------------------------------------+ +| Bitmask | ++==================================================================+ +| +-----+--------------------------------------------------------+ | +| | Bit | Meaning | | +| +=====+========================================================+ | +| | 0 | Ignore DroneCAN SoC | | +| +-----+--------------------------------------------------------+ | +| | 1 | MPPT reports input voltage and current | | +| +-----+--------------------------------------------------------+ | +| | 2 | MPPT Powered off when disarmed | | +| +-----+--------------------------------------------------------+ | +| | 3 | MPPT Powered on when armed | | +| +-----+--------------------------------------------------------+ | +| | 4 | MPPT Powered off at boot | | +| +-----+--------------------------------------------------------+ | +| | 5 | MPPT Powered on at boot | | +| +-----+--------------------------------------------------------+ | +| | 6 | Send resistance compensated voltage to GCS | | +| +-----+--------------------------------------------------------+ | +| | 7 | Allow DroneCAN InfoAux to be from a different CAN node | | +| +-----+--------------------------------------------------------+ | +| | ++------------------------------------------------------------------+ + + + + +.. _BATTE_ESC_INDEX: + +BATTE\_ESC\_INDEX: ESC Telemetry Index to write to +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage\, current\, consumption and temperature data to\. Use 0 to disable\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 10 | ++-----------+---------+ + + + + +.. _BATTE_VOLT_PIN: + +BATTE\_VOLT\_PIN: Battery Voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for voltage monitoring\. + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | -1 | Disabled | | +| +-------+--------------------------------------+ | +| | 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | | +| +-------+--------------------------------------+ | +| | 5 | Navigator | | +| +-------+--------------------------------------+ | +| | 13 | Pixhawk2_PM2/CubeOrange_PM2 | | +| +-------+--------------------------------------+ | +| | 14 | CubeOrange | | +| +-------+--------------------------------------+ | +| | 16 | Durandal | | +| +-------+--------------------------------------+ | +| | 100 | PX4-v1 | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATTE_CURR_PIN: + +BATTE\_CURR\_PIN: Battery Current sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for current monitoring\. + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | -1 | Disabled | | +| +-------+--------------------------------------+ | +| | 3 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | | +| +-------+--------------------------------------+ | +| | 4 | CubeOrange_PM2/Navigator | | +| +-------+--------------------------------------+ | +| | 14 | Pixhawk2_PM2 | | +| +-------+--------------------------------------+ | +| | 15 | CubeOrange | | +| +-------+--------------------------------------+ | +| | 17 | Durandal | | +| +-------+--------------------------------------+ | +| | 101 | PX4-v1 | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATTE_VOLT_MULT: + +BATTE\_VOLT\_MULT: Voltage Multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin \(BATTE\_VOLT\_PIN\) to the actual battery\'s voltage \(pin\_voltage \* VOLT\_MULT\)\. For the 3DR Power brick with a Pixhawk\, this should be set to 10\.1\. For the Pixhawk with the 3DR 4in1 ESC this should be 12\.02\. For the PX using the PX4IO power supply this should be set to 1\. + + +.. _BATTE_AMP_PERVLT: + +BATTE\_AMP\_PERVLT: Amps per volt +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of amps that a 1V reading on the current sensor corresponds to\. With a Pixhawk using the 3DR Power brick this should be set to 17\. For the Pixhawk with the 3DR 4in1 ESC this should be 17\. For Synthetic Current sensor monitors\, this is the maximum\, full throttle current draw\. + + ++-----------------+ +| Units | ++=================+ +| ampere per volt | ++-----------------+ + + + + +.. _BATTE_AMP_OFFSET: + +BATTE\_AMP\_OFFSET: AMP offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Voltage offset at zero current on current sensor for Analog Sensors\. For Synthetic Current sensor\, this offset is the zero throttle system current and is added to the calculated throttle base current\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATTE_VLT_OFFSET: + +BATTE\_VLT\_OFFSET: Voltage offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage offset on voltage pin\. This allows for an offset due to a diode\. This voltage is subtracted before the scaling is applied\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATTE_I2C_BUS__AP_BattMonitor_SMBus: + +BATTE\_I2C\_BUS \(AP\_BattMonitor\_SMBus\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATTE_I2C_ADDR__AP_BattMonitor_SMBus: + +BATTE\_I2C\_ADDR \(AP\_BattMonitor\_SMBus\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATTE_SUM_MASK: + +BATTE\_SUM\_MASK: Battery Sum mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +0\: sum of remaining battery monitors\, If none 0 sum of specified monitors\. Current will be summed and voltages averaged\. + + ++---------------------+ +| Bitmask | ++=====================+ +| +-----+-----------+ | +| | Bit | Meaning | | +| +=====+===========+ | +| | 0 | monitor 1 | | +| +-----+-----------+ | +| | 1 | monitor 2 | | +| +-----+-----------+ | +| | 2 | monitor 3 | | +| +-----+-----------+ | +| | 3 | monitor 4 | | +| +-----+-----------+ | +| | 4 | monitor 5 | | +| +-----+-----------+ | +| | 5 | monitor 6 | | +| +-----+-----------+ | +| | 6 | monitor 7 | | +| +-----+-----------+ | +| | 7 | monitor 8 | | +| +-----+-----------+ | +| | 8 | monitor 9 | | +| +-----+-----------+ | +| | ++---------------------+ + + + + +.. _BATTE_CURR_MULT: + +BATTE\_CURR\_MULT: Scales reported power monitor current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + + ++----------+ +| Range | ++==========+ +| .1 to 10 | ++----------+ + + + + +.. _BATTE_FL_VLT_MIN: + +BATTE\_FL\_VLT\_MIN: Empty fuel level voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty\. Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+-------+ +| Range | Units | ++============+=======+ +| 0.01 to 10 | volt | ++------------+-------+ + + + + +.. _BATTE_FL_V_MULT: + +BATTE\_FL\_V\_MULT: Fuel level voltage multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is\. This is calculated as 1 \/ \(Voltage\_Full \- Voltage\_Empty\) Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+ +| Range | ++============+ +| 0.01 to 10 | ++------------+ + + + + +.. _BATTE_FL_FLTR: + +BATTE\_FL\_FLTR: Fuel level filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Filter frequency in Hertz where a low pass filter is used\. This is used to filter out tank slosh from the fuel level reading\. A value of \-1 disables the filter and unfiltered voltage is used to determine the fuel level\. The suggested values at in the range of 0\.2 Hz to 0\.5 Hz\. + + ++---------+-------+ +| Range | Units | ++=========+=======+ +| -1 to 1 | hertz | ++---------+-------+ + + + + +.. _BATTE_FL_PIN: + +BATTE\_FL\_PIN: Fuel level analog pin number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog input pin that fuel level sensor is connected to\. Airspeed ports can be used for Analog input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. + + ++---------------------------------------+ +| Values | ++=======================================+ +| +-------+---------------------------+ | +| | Value | Meaning | | +| +=======+===========================+ | +| | -1 | Not Used | | +| +-------+---------------------------+ | +| | 11 | Pixracer | | +| +-------+---------------------------+ | +| | 13 | Pixhawk ADC4 | | +| +-------+---------------------------+ | +| | 14 | Pixhawk ADC3 | | +| +-------+---------------------------+ | +| | 15 | Pixhawk ADC6/Pixhawk2 ADC | | +| +-------+---------------------------+ | +| | 103 | Pixhawk SBUS | | +| +-------+---------------------------+ | +| | ++---------------------------------------+ + + + + +.. _BATTE_FL_FF: + +BATTE\_FL\_FF: First order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +First order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTE_FL_FS: + +BATTE\_FL\_FS: Second order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Second order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTE_FL_FT: + +BATTE\_FL\_FT: Third order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Third order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTE_FL_OFF: + +BATTE\_FL\_OFF: Offset term +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTE_MAX_VOLT: + +BATTE\_MAX\_VOLT: Maximum Battery Voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum voltage of battery\. Provides scaling of current versus voltage + + ++----------+ +| Range | ++==========+ +| 7 to 100 | ++----------+ + + + + +.. _BATTE_I2C_BUS__AP_BattMonitor_INA2xx: + +BATTE\_I2C\_BUS \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATTE_I2C_ADDR__AP_BattMonitor_INA2xx: + +BATTE\_I2C\_ADDR \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address\. If this is zero then probe list of supported addresses + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATTE_MAX_AMPS: + +BATTE\_MAX\_AMPS: Battery monitor max current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 1 to 400 | ampere | ++----------+--------+ + + + + +.. _BATTE_SHUNT: + +BATTE\_SHUNT: Battery monitor shunt resistor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + + ++----------------+-------+ +| Range | Units | ++================+=======+ +| 0.0001 to 0.01 | Ohm | ++----------------+-------+ + + + + + +.. _parameters_BATTF_: + +BATTF\_ Parameters +------------------ + + +.. _BATTF_MONITOR: + +BATTF\_MONITOR: Battery monitoring +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Controls enabling monitoring of the battery\'s voltage and current + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | 0 | Disabled | | +| +-------+--------------------------------------+ | +| | 3 | Analog Voltage Only | | +| +-------+--------------------------------------+ | +| | 4 | Analog Voltage and Current | | +| +-------+--------------------------------------+ | +| | 5 | Solo | | +| +-------+--------------------------------------+ | +| | 6 | Bebop | | +| +-------+--------------------------------------+ | +| | 7 | SMBus-Generic | | +| +-------+--------------------------------------+ | +| | 8 | DroneCAN-BatteryInfo | | +| +-------+--------------------------------------+ | +| | 9 | ESC | | +| +-------+--------------------------------------+ | +| | 10 | Sum Of Selected Monitors | | +| +-------+--------------------------------------+ | +| | 11 | FuelFlow | | +| +-------+--------------------------------------+ | +| | 12 | FuelLevelPWM | | +| +-------+--------------------------------------+ | +| | 13 | SMBUS-SUI3 | | +| +-------+--------------------------------------+ | +| | 14 | SMBUS-SUI6 | | +| +-------+--------------------------------------+ | +| | 15 | NeoDesign | | +| +-------+--------------------------------------+ | +| | 16 | SMBus-Maxell | | +| +-------+--------------------------------------+ | +| | 17 | Generator-Elec | | +| +-------+--------------------------------------+ | +| | 18 | Generator-Fuel | | +| +-------+--------------------------------------+ | +| | 19 | Rotoye | | +| +-------+--------------------------------------+ | +| | 20 | MPPT | | +| +-------+--------------------------------------+ | +| | 21 | INA2XX | | +| +-------+--------------------------------------+ | +| | 22 | LTC2946 | | +| +-------+--------------------------------------+ | +| | 23 | Torqeedo | | +| +-------+--------------------------------------+ | +| | 24 | FuelLevelAnalog | | +| +-------+--------------------------------------+ | +| | 25 | Synthetic Current and Analog Voltage | | +| +-------+--------------------------------------+ | +| | 26 | INA239_SPI | | +| +-------+--------------------------------------+ | +| | 27 | EFI | | +| +-------+--------------------------------------+ | +| | 28 | AD7091R5 | | +| +-------+--------------------------------------+ | +| | 29 | Scripting | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATTF_CAPACITY: + +BATTF\_CAPACITY: Battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Capacity of the battery in mAh when full + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTF_SERIAL_NUM: + +BATTF\_SERIAL\_NUM: Battery serial number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery serial number\, automatically filled in for SMBus batteries\, otherwise will be \-1\. With DroneCan it is the battery\_id\. + + +.. _BATTF_LOW_TIMER: + +BATTF\_LOW\_TIMER: Low voltage timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered\. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs\. A value of zero disables low voltage errors\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 120 | seconds | ++-----------+----------+---------+ + + + + +.. _BATTF_FS_VOLTSRC: + +BATTF\_FS\_VOLTSRC: Failsafe voltage source +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + + ++-------------------------------------+ +| Values | ++=====================================+ +| +-------+-------------------------+ | +| | Value | Meaning | | +| +=======+=========================+ | +| | 0 | Raw Voltage | | +| +-------+-------------------------+ | +| | 1 | Sag Compensated Voltage | | +| +-------+-------------------------+ | +| | ++-------------------------------------+ + + + + +.. _BATTF_LOW_VOLT: + +BATTF\_LOW\_VOLT: Low battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a low battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTF\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATTF\_FS\_LOW\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATTF_LOW_MAH: + +BATTF\_LOW\_MAH: Low battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the low battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTF\_FS\_LOW\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTF_CRT_VOLT: + +BATTF\_CRT\_VOLT: Critical battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a critical battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTF\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATTF\_FS\_CRT\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATTF_CRT_MAH: + +BATTF\_CRT\_MAH: Battery critical capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the critical battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTF\_\_FS\_CRT\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTF_FS_LOW_ACT: + +BATTF\_FS\_LOW\_ACT: Low battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a low battery failsafe + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | None | | +| +-------+------------------+ | +| | 1 | RTL | | +| +-------+------------------+ | +| | 2 | Hold | | +| +-------+------------------+ | +| | 3 | SmartRTL | | +| +-------+------------------+ | +| | 4 | SmartRTL or Hold | | +| +-------+------------------+ | +| | 5 | Terminate | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + +.. _BATTF_FS_CRT_ACT: + +BATTF\_FS\_CRT\_ACT: Critical battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a critical battery failsafe + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | None | | +| +-------+------------------+ | +| | 1 | RTL | | +| +-------+------------------+ | +| | 2 | Hold | | +| +-------+------------------+ | +| | 3 | SmartRTL | | +| +-------+------------------+ | +| | 4 | SmartRTL or Hold | | +| +-------+------------------+ | +| | 5 | Terminate | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + +.. _BATTF_ARM_VOLT: + +BATTF\_ARM\_VOLT: Required arming voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft\. Set to 0 to allow arming at any voltage\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATTF_ARM_MAH: + +BATTF\_ARM\_MAH: Required arming remaining capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft\. Set to 0 to allow arming at any capacity\. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate\, which can lead to this check not providing sufficent protection\, it is recommended to always use this in conjunction with the BATTF\_\_ARM\_VOLT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTF_OPTIONS: + +BATTF\_OPTIONS: Battery monitor options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + + ++------------------------------------------------------------------+ +| Bitmask | ++==================================================================+ +| +-----+--------------------------------------------------------+ | +| | Bit | Meaning | | +| +=====+========================================================+ | +| | 0 | Ignore DroneCAN SoC | | +| +-----+--------------------------------------------------------+ | +| | 1 | MPPT reports input voltage and current | | +| +-----+--------------------------------------------------------+ | +| | 2 | MPPT Powered off when disarmed | | +| +-----+--------------------------------------------------------+ | +| | 3 | MPPT Powered on when armed | | +| +-----+--------------------------------------------------------+ | +| | 4 | MPPT Powered off at boot | | +| +-----+--------------------------------------------------------+ | +| | 5 | MPPT Powered on at boot | | +| +-----+--------------------------------------------------------+ | +| | 6 | Send resistance compensated voltage to GCS | | +| +-----+--------------------------------------------------------+ | +| | 7 | Allow DroneCAN InfoAux to be from a different CAN node | | +| +-----+--------------------------------------------------------+ | +| | ++------------------------------------------------------------------+ + + + + +.. _BATTF_ESC_INDEX: + +BATTF\_ESC\_INDEX: ESC Telemetry Index to write to +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage\, current\, consumption and temperature data to\. Use 0 to disable\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 10 | ++-----------+---------+ + + + + +.. _BATTF_VOLT_PIN: + +BATTF\_VOLT\_PIN: Battery Voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for voltage monitoring\. + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | -1 | Disabled | | +| +-------+--------------------------------------+ | +| | 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | | +| +-------+--------------------------------------+ | +| | 5 | Navigator | | +| +-------+--------------------------------------+ | +| | 13 | Pixhawk2_PM2/CubeOrange_PM2 | | +| +-------+--------------------------------------+ | +| | 14 | CubeOrange | | +| +-------+--------------------------------------+ | +| | 16 | Durandal | | +| +-------+--------------------------------------+ | +| | 100 | PX4-v1 | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATTF_CURR_PIN: + +BATTF\_CURR\_PIN: Battery Current sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for current monitoring\. + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | -1 | Disabled | | +| +-------+--------------------------------------+ | +| | 3 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | | +| +-------+--------------------------------------+ | +| | 4 | CubeOrange_PM2/Navigator | | +| +-------+--------------------------------------+ | +| | 14 | Pixhawk2_PM2 | | +| +-------+--------------------------------------+ | +| | 15 | CubeOrange | | +| +-------+--------------------------------------+ | +| | 17 | Durandal | | +| +-------+--------------------------------------+ | +| | 101 | PX4-v1 | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATTF_VOLT_MULT: + +BATTF\_VOLT\_MULT: Voltage Multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin \(BATTF\_VOLT\_PIN\) to the actual battery\'s voltage \(pin\_voltage \* VOLT\_MULT\)\. For the 3DR Power brick with a Pixhawk\, this should be set to 10\.1\. For the Pixhawk with the 3DR 4in1 ESC this should be 12\.02\. For the PX using the PX4IO power supply this should be set to 1\. + + +.. _BATTF_AMP_PERVLT: + +BATTF\_AMP\_PERVLT: Amps per volt +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of amps that a 1V reading on the current sensor corresponds to\. With a Pixhawk using the 3DR Power brick this should be set to 17\. For the Pixhawk with the 3DR 4in1 ESC this should be 17\. For Synthetic Current sensor monitors\, this is the maximum\, full throttle current draw\. + + ++-----------------+ +| Units | ++=================+ +| ampere per volt | ++-----------------+ + + + + +.. _BATTF_AMP_OFFSET: + +BATTF\_AMP\_OFFSET: AMP offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Voltage offset at zero current on current sensor for Analog Sensors\. For Synthetic Current sensor\, this offset is the zero throttle system current and is added to the calculated throttle base current\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATTF_VLT_OFFSET: + +BATTF\_VLT\_OFFSET: Voltage offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage offset on voltage pin\. This allows for an offset due to a diode\. This voltage is subtracted before the scaling is applied\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATTF_I2C_BUS__AP_BattMonitor_SMBus: + +BATTF\_I2C\_BUS \(AP\_BattMonitor\_SMBus\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATTF_I2C_ADDR__AP_BattMonitor_SMBus: + +BATTF\_I2C\_ADDR \(AP\_BattMonitor\_SMBus\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATTF_SUM_MASK: + +BATTF\_SUM\_MASK: Battery Sum mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +0\: sum of remaining battery monitors\, If none 0 sum of specified monitors\. Current will be summed and voltages averaged\. + + ++---------------------+ +| Bitmask | ++=====================+ +| +-----+-----------+ | +| | Bit | Meaning | | +| +=====+===========+ | +| | 0 | monitor 1 | | +| +-----+-----------+ | +| | 1 | monitor 2 | | +| +-----+-----------+ | +| | 2 | monitor 3 | | +| +-----+-----------+ | +| | 3 | monitor 4 | | +| +-----+-----------+ | +| | 4 | monitor 5 | | +| +-----+-----------+ | +| | 5 | monitor 6 | | +| +-----+-----------+ | +| | 6 | monitor 7 | | +| +-----+-----------+ | +| | 7 | monitor 8 | | +| +-----+-----------+ | +| | 8 | monitor 9 | | +| +-----+-----------+ | +| | ++---------------------+ + + + + +.. _BATTF_CURR_MULT: + +BATTF\_CURR\_MULT: Scales reported power monitor current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + + ++----------+ +| Range | ++==========+ +| .1 to 10 | ++----------+ + + + + +.. _BATTF_FL_VLT_MIN: + +BATTF\_FL\_VLT\_MIN: Empty fuel level voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty\. Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+-------+ +| Range | Units | ++============+=======+ +| 0.01 to 10 | volt | ++------------+-------+ + + + + +.. _BATTF_FL_V_MULT: + +BATTF\_FL\_V\_MULT: Fuel level voltage multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is\. This is calculated as 1 \/ \(Voltage\_Full \- Voltage\_Empty\) Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+ +| Range | ++============+ +| 0.01 to 10 | ++------------+ + + + + +.. _BATTF_FL_FLTR: + +BATTF\_FL\_FLTR: Fuel level filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Filter frequency in Hertz where a low pass filter is used\. This is used to filter out tank slosh from the fuel level reading\. A value of \-1 disables the filter and unfiltered voltage is used to determine the fuel level\. The suggested values at in the range of 0\.2 Hz to 0\.5 Hz\. + + ++---------+-------+ +| Range | Units | ++=========+=======+ +| -1 to 1 | hertz | ++---------+-------+ + + + + +.. _BATTF_FL_PIN: + +BATTF\_FL\_PIN: Fuel level analog pin number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog input pin that fuel level sensor is connected to\. Airspeed ports can be used for Analog input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. + + ++---------------------------------------+ +| Values | ++=======================================+ +| +-------+---------------------------+ | +| | Value | Meaning | | +| +=======+===========================+ | +| | -1 | Not Used | | +| +-------+---------------------------+ | +| | 11 | Pixracer | | +| +-------+---------------------------+ | +| | 13 | Pixhawk ADC4 | | +| +-------+---------------------------+ | +| | 14 | Pixhawk ADC3 | | +| +-------+---------------------------+ | +| | 15 | Pixhawk ADC6/Pixhawk2 ADC | | +| +-------+---------------------------+ | +| | 103 | Pixhawk SBUS | | +| +-------+---------------------------+ | +| | ++---------------------------------------+ + + + + +.. _BATTF_FL_FF: + +BATTF\_FL\_FF: First order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +First order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTF_FL_FS: + +BATTF\_FL\_FS: Second order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Second order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTF_FL_FT: + +BATTF\_FL\_FT: Third order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Third order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTF_FL_OFF: + +BATTF\_FL\_OFF: Offset term +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTF_MAX_VOLT: + +BATTF\_MAX\_VOLT: Maximum Battery Voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum voltage of battery\. Provides scaling of current versus voltage + + ++----------+ +| Range | ++==========+ +| 7 to 100 | ++----------+ + + + + +.. _BATTF_I2C_BUS__AP_BattMonitor_INA2xx: + +BATTF\_I2C\_BUS \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATTF_I2C_ADDR__AP_BattMonitor_INA2xx: + +BATTF\_I2C\_ADDR \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address\. If this is zero then probe list of supported addresses + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATTF_MAX_AMPS: + +BATTF\_MAX\_AMPS: Battery monitor max current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 1 to 400 | ampere | ++----------+--------+ + + + + +.. _BATTF_SHUNT: + +BATTF\_SHUNT: Battery monitor shunt resistor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + + ++----------------+-------+ +| Range | Units | ++================+=======+ +| 0.0001 to 0.01 | Ohm | ++----------------+-------+ + + + + + +.. _parameters_BATTG_: + +BATTG\_ Parameters +------------------ + + +.. _BATTG_MONITOR: + +BATTG\_MONITOR: Battery monitoring +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Controls enabling monitoring of the battery\'s voltage and current + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | 0 | Disabled | | +| +-------+--------------------------------------+ | +| | 3 | Analog Voltage Only | | +| +-------+--------------------------------------+ | +| | 4 | Analog Voltage and Current | | +| +-------+--------------------------------------+ | +| | 5 | Solo | | +| +-------+--------------------------------------+ | +| | 6 | Bebop | | +| +-------+--------------------------------------+ | +| | 7 | SMBus-Generic | | +| +-------+--------------------------------------+ | +| | 8 | DroneCAN-BatteryInfo | | +| +-------+--------------------------------------+ | +| | 9 | ESC | | +| +-------+--------------------------------------+ | +| | 10 | Sum Of Selected Monitors | | +| +-------+--------------------------------------+ | +| | 11 | FuelFlow | | +| +-------+--------------------------------------+ | +| | 12 | FuelLevelPWM | | +| +-------+--------------------------------------+ | +| | 13 | SMBUS-SUI3 | | +| +-------+--------------------------------------+ | +| | 14 | SMBUS-SUI6 | | +| +-------+--------------------------------------+ | +| | 15 | NeoDesign | | +| +-------+--------------------------------------+ | +| | 16 | SMBus-Maxell | | +| +-------+--------------------------------------+ | +| | 17 | Generator-Elec | | +| +-------+--------------------------------------+ | +| | 18 | Generator-Fuel | | +| +-------+--------------------------------------+ | +| | 19 | Rotoye | | +| +-------+--------------------------------------+ | +| | 20 | MPPT | | +| +-------+--------------------------------------+ | +| | 21 | INA2XX | | +| +-------+--------------------------------------+ | +| | 22 | LTC2946 | | +| +-------+--------------------------------------+ | +| | 23 | Torqeedo | | +| +-------+--------------------------------------+ | +| | 24 | FuelLevelAnalog | | +| +-------+--------------------------------------+ | +| | 25 | Synthetic Current and Analog Voltage | | +| +-------+--------------------------------------+ | +| | 26 | INA239_SPI | | +| +-------+--------------------------------------+ | +| | 27 | EFI | | +| +-------+--------------------------------------+ | +| | 28 | AD7091R5 | | +| +-------+--------------------------------------+ | +| | 29 | Scripting | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATTG_CAPACITY: + +BATTG\_CAPACITY: Battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Capacity of the battery in mAh when full + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTG_SERIAL_NUM: + +BATTG\_SERIAL\_NUM: Battery serial number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery serial number\, automatically filled in for SMBus batteries\, otherwise will be \-1\. With DroneCan it is the battery\_id\. + + +.. _BATTG_LOW_TIMER: + +BATTG\_LOW\_TIMER: Low voltage timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered\. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs\. A value of zero disables low voltage errors\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 120 | seconds | ++-----------+----------+---------+ + + + + +.. _BATTG_FS_VOLTSRC: + +BATTG\_FS\_VOLTSRC: Failsafe voltage source +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + + ++-------------------------------------+ +| Values | ++=====================================+ +| +-------+-------------------------+ | +| | Value | Meaning | | +| +=======+=========================+ | +| | 0 | Raw Voltage | | +| +-------+-------------------------+ | +| | 1 | Sag Compensated Voltage | | +| +-------+-------------------------+ | +| | ++-------------------------------------+ + + + + +.. _BATTG_LOW_VOLT: + +BATTG\_LOW\_VOLT: Low battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a low battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTG\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATTG\_FS\_LOW\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATTG_LOW_MAH: + +BATTG\_LOW\_MAH: Low battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the low battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTG\_FS\_LOW\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTG_CRT_VOLT: + +BATTG\_CRT\_VOLT: Critical battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a critical battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTG\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATTG\_FS\_CRT\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATTG_CRT_MAH: + +BATTG\_CRT\_MAH: Battery critical capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the critical battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTG\_\_FS\_CRT\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTG_FS_LOW_ACT: + +BATTG\_FS\_LOW\_ACT: Low battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a low battery failsafe + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | None | | +| +-------+------------------+ | +| | 1 | RTL | | +| +-------+------------------+ | +| | 2 | Hold | | +| +-------+------------------+ | +| | 3 | SmartRTL | | +| +-------+------------------+ | +| | 4 | SmartRTL or Hold | | +| +-------+------------------+ | +| | 5 | Terminate | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + +.. _BATTG_FS_CRT_ACT: + +BATTG\_FS\_CRT\_ACT: Critical battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a critical battery failsafe + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | None | | +| +-------+------------------+ | +| | 1 | RTL | | +| +-------+------------------+ | +| | 2 | Hold | | +| +-------+------------------+ | +| | 3 | SmartRTL | | +| +-------+------------------+ | +| | 4 | SmartRTL or Hold | | +| +-------+------------------+ | +| | 5 | Terminate | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + +.. _BATTG_ARM_VOLT: + +BATTG\_ARM\_VOLT: Required arming voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft\. Set to 0 to allow arming at any voltage\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATTG_ARM_MAH: + +BATTG\_ARM\_MAH: Required arming remaining capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft\. Set to 0 to allow arming at any capacity\. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate\, which can lead to this check not providing sufficent protection\, it is recommended to always use this in conjunction with the BATTG\_\_ARM\_VOLT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTG_OPTIONS: + +BATTG\_OPTIONS: Battery monitor options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + + ++------------------------------------------------------------------+ +| Bitmask | ++==================================================================+ +| +-----+--------------------------------------------------------+ | +| | Bit | Meaning | | +| +=====+========================================================+ | +| | 0 | Ignore DroneCAN SoC | | +| +-----+--------------------------------------------------------+ | +| | 1 | MPPT reports input voltage and current | | +| +-----+--------------------------------------------------------+ | +| | 2 | MPPT Powered off when disarmed | | +| +-----+--------------------------------------------------------+ | +| | 3 | MPPT Powered on when armed | | +| +-----+--------------------------------------------------------+ | +| | 4 | MPPT Powered off at boot | | +| +-----+--------------------------------------------------------+ | +| | 5 | MPPT Powered on at boot | | +| +-----+--------------------------------------------------------+ | +| | 6 | Send resistance compensated voltage to GCS | | +| +-----+--------------------------------------------------------+ | +| | 7 | Allow DroneCAN InfoAux to be from a different CAN node | | +| +-----+--------------------------------------------------------+ | +| | ++------------------------------------------------------------------+ + + + + +.. _BATTG_ESC_INDEX: + +BATTG\_ESC\_INDEX: ESC Telemetry Index to write to +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage\, current\, consumption and temperature data to\. Use 0 to disable\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 10 | ++-----------+---------+ + + + + +.. _BATTG_VOLT_PIN: + +BATTG\_VOLT\_PIN: Battery Voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for voltage monitoring\. + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | -1 | Disabled | | +| +-------+--------------------------------------+ | +| | 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | | +| +-------+--------------------------------------+ | +| | 5 | Navigator | | +| +-------+--------------------------------------+ | +| | 13 | Pixhawk2_PM2/CubeOrange_PM2 | | +| +-------+--------------------------------------+ | +| | 14 | CubeOrange | | +| +-------+--------------------------------------+ | +| | 16 | Durandal | | +| +-------+--------------------------------------+ | +| | 100 | PX4-v1 | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATTG_CURR_PIN: + +BATTG\_CURR\_PIN: Battery Current sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for current monitoring\. + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | -1 | Disabled | | +| +-------+--------------------------------------+ | +| | 3 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | | +| +-------+--------------------------------------+ | +| | 4 | CubeOrange_PM2/Navigator | | +| +-------+--------------------------------------+ | +| | 14 | Pixhawk2_PM2 | | +| +-------+--------------------------------------+ | +| | 15 | CubeOrange | | +| +-------+--------------------------------------+ | +| | 17 | Durandal | | +| +-------+--------------------------------------+ | +| | 101 | PX4-v1 | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATTG_VOLT_MULT: + +BATTG\_VOLT\_MULT: Voltage Multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin \(BATTG\_VOLT\_PIN\) to the actual battery\'s voltage \(pin\_voltage \* VOLT\_MULT\)\. For the 3DR Power brick with a Pixhawk\, this should be set to 10\.1\. For the Pixhawk with the 3DR 4in1 ESC this should be 12\.02\. For the PX using the PX4IO power supply this should be set to 1\. + + +.. _BATTG_AMP_PERVLT: + +BATTG\_AMP\_PERVLT: Amps per volt +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of amps that a 1V reading on the current sensor corresponds to\. With a Pixhawk using the 3DR Power brick this should be set to 17\. For the Pixhawk with the 3DR 4in1 ESC this should be 17\. For Synthetic Current sensor monitors\, this is the maximum\, full throttle current draw\. + + ++-----------------+ +| Units | ++=================+ +| ampere per volt | ++-----------------+ + + + + +.. _BATTG_AMP_OFFSET: + +BATTG\_AMP\_OFFSET: AMP offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Voltage offset at zero current on current sensor for Analog Sensors\. For Synthetic Current sensor\, this offset is the zero throttle system current and is added to the calculated throttle base current\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATTG_VLT_OFFSET: + +BATTG\_VLT\_OFFSET: Voltage offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage offset on voltage pin\. This allows for an offset due to a diode\. This voltage is subtracted before the scaling is applied\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATTG_I2C_BUS__AP_BattMonitor_SMBus: + +BATTG\_I2C\_BUS \(AP\_BattMonitor\_SMBus\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATTG_I2C_ADDR__AP_BattMonitor_SMBus: + +BATTG\_I2C\_ADDR \(AP\_BattMonitor\_SMBus\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATTG_SUM_MASK: + +BATTG\_SUM\_MASK: Battery Sum mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +0\: sum of remaining battery monitors\, If none 0 sum of specified monitors\. Current will be summed and voltages averaged\. + + ++---------------------+ +| Bitmask | ++=====================+ +| +-----+-----------+ | +| | Bit | Meaning | | +| +=====+===========+ | +| | 0 | monitor 1 | | +| +-----+-----------+ | +| | 1 | monitor 2 | | +| +-----+-----------+ | +| | 2 | monitor 3 | | +| +-----+-----------+ | +| | 3 | monitor 4 | | +| +-----+-----------+ | +| | 4 | monitor 5 | | +| +-----+-----------+ | +| | 5 | monitor 6 | | +| +-----+-----------+ | +| | 6 | monitor 7 | | +| +-----+-----------+ | +| | 7 | monitor 8 | | +| +-----+-----------+ | +| | 8 | monitor 9 | | +| +-----+-----------+ | +| | ++---------------------+ + + + + +.. _BATTG_CURR_MULT: + +BATTG\_CURR\_MULT: Scales reported power monitor current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + + ++----------+ +| Range | ++==========+ +| .1 to 10 | ++----------+ + + + + +.. _BATTG_FL_VLT_MIN: + +BATTG\_FL\_VLT\_MIN: Empty fuel level voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty\. Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+-------+ +| Range | Units | ++============+=======+ +| 0.01 to 10 | volt | ++------------+-------+ + + + + +.. _BATTG_FL_V_MULT: + +BATTG\_FL\_V\_MULT: Fuel level voltage multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is\. This is calculated as 1 \/ \(Voltage\_Full \- Voltage\_Empty\) Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+ +| Range | ++============+ +| 0.01 to 10 | ++------------+ + + + + +.. _BATTG_FL_FLTR: + +BATTG\_FL\_FLTR: Fuel level filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Filter frequency in Hertz where a low pass filter is used\. This is used to filter out tank slosh from the fuel level reading\. A value of \-1 disables the filter and unfiltered voltage is used to determine the fuel level\. The suggested values at in the range of 0\.2 Hz to 0\.5 Hz\. + + ++---------+-------+ +| Range | Units | ++=========+=======+ +| -1 to 1 | hertz | ++---------+-------+ + + + + +.. _BATTG_FL_PIN: + +BATTG\_FL\_PIN: Fuel level analog pin number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog input pin that fuel level sensor is connected to\. Airspeed ports can be used for Analog input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. + + ++---------------------------------------+ +| Values | ++=======================================+ +| +-------+---------------------------+ | +| | Value | Meaning | | +| +=======+===========================+ | +| | -1 | Not Used | | +| +-------+---------------------------+ | +| | 11 | Pixracer | | +| +-------+---------------------------+ | +| | 13 | Pixhawk ADC4 | | +| +-------+---------------------------+ | +| | 14 | Pixhawk ADC3 | | +| +-------+---------------------------+ | +| | 15 | Pixhawk ADC6/Pixhawk2 ADC | | +| +-------+---------------------------+ | +| | 103 | Pixhawk SBUS | | +| +-------+---------------------------+ | +| | ++---------------------------------------+ + + + + +.. _BATTG_FL_FF: + +BATTG\_FL\_FF: First order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +First order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTG_FL_FS: + +BATTG\_FL\_FS: Second order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Second order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTG_FL_FT: + +BATTG\_FL\_FT: Third order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Third order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTG_FL_OFF: + +BATTG\_FL\_OFF: Offset term +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTG_MAX_VOLT: + +BATTG\_MAX\_VOLT: Maximum Battery Voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum voltage of battery\. Provides scaling of current versus voltage + + ++----------+ +| Range | ++==========+ +| 7 to 100 | ++----------+ + + + + +.. _BATTG_I2C_BUS__AP_BattMonitor_INA2xx: + +BATTG\_I2C\_BUS \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATTG_I2C_ADDR__AP_BattMonitor_INA2xx: + +BATTG\_I2C\_ADDR \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address\. If this is zero then probe list of supported addresses + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATTG_MAX_AMPS: + +BATTG\_MAX\_AMPS: Battery monitor max current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 1 to 400 | ampere | ++----------+--------+ + + + + +.. _BATTG_SHUNT: + +BATTG\_SHUNT: Battery monitor shunt resistor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + + ++----------------+-------+ +| Range | Units | ++================+=======+ +| 0.0001 to 0.01 | Ohm | ++----------------+-------+ + + + + + +.. _parameters_BATT_: + +BATT\_ Parameters +----------------- + + +.. _BATT_MONITOR: + +BATT\_MONITOR: Battery monitoring +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Controls enabling monitoring of the battery\'s voltage and current + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | 0 | Disabled | | +| +-------+--------------------------------------+ | +| | 3 | Analog Voltage Only | | +| +-------+--------------------------------------+ | +| | 4 | Analog Voltage and Current | | +| +-------+--------------------------------------+ | +| | 5 | Solo | | +| +-------+--------------------------------------+ | +| | 6 | Bebop | | +| +-------+--------------------------------------+ | +| | 7 | SMBus-Generic | | +| +-------+--------------------------------------+ | +| | 8 | DroneCAN-BatteryInfo | | +| +-------+--------------------------------------+ | +| | 9 | ESC | | +| +-------+--------------------------------------+ | +| | 10 | Sum Of Selected Monitors | | +| +-------+--------------------------------------+ | +| | 11 | FuelFlow | | +| +-------+--------------------------------------+ | +| | 12 | FuelLevelPWM | | +| +-------+--------------------------------------+ | +| | 13 | SMBUS-SUI3 | | +| +-------+--------------------------------------+ | +| | 14 | SMBUS-SUI6 | | +| +-------+--------------------------------------+ | +| | 15 | NeoDesign | | +| +-------+--------------------------------------+ | +| | 16 | SMBus-Maxell | | +| +-------+--------------------------------------+ | +| | 17 | Generator-Elec | | +| +-------+--------------------------------------+ | +| | 18 | Generator-Fuel | | +| +-------+--------------------------------------+ | +| | 19 | Rotoye | | +| +-------+--------------------------------------+ | +| | 20 | MPPT | | +| +-------+--------------------------------------+ | +| | 21 | INA2XX | | +| +-------+--------------------------------------+ | +| | 22 | LTC2946 | | +| +-------+--------------------------------------+ | +| | 23 | Torqeedo | | +| +-------+--------------------------------------+ | +| | 24 | FuelLevelAnalog | | +| +-------+--------------------------------------+ | +| | 25 | Synthetic Current and Analog Voltage | | +| +-------+--------------------------------------+ | +| | 26 | INA239_SPI | | +| +-------+--------------------------------------+ | +| | 27 | EFI | | +| +-------+--------------------------------------+ | +| | 28 | AD7091R5 | | +| +-------+--------------------------------------+ | +| | 29 | Scripting | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATT_CAPACITY: + +BATT\_CAPACITY: Battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Capacity of the battery in mAh when full + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT_SERIAL_NUM: + +BATT\_SERIAL\_NUM: Battery serial number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery serial number\, automatically filled in for SMBus batteries\, otherwise will be \-1\. With DroneCan it is the battery\_id\. + + +.. _BATT_LOW_TIMER: + +BATT\_LOW\_TIMER: Low voltage timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered\. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs\. A value of zero disables low voltage errors\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 120 | seconds | ++-----------+----------+---------+ + + + + +.. _BATT_FS_VOLTSRC: + +BATT\_FS\_VOLTSRC: Failsafe voltage source +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + + ++-------------------------------------+ +| Values | ++=====================================+ +| +-------+-------------------------+ | +| | Value | Meaning | | +| +=======+=========================+ | +| | 0 | Raw Voltage | | +| +-------+-------------------------+ | +| | 1 | Sag Compensated Voltage | | +| +-------+-------------------------+ | +| | ++-------------------------------------+ + + + + +.. _BATT_LOW_VOLT: + +BATT\_LOW\_VOLT: Low battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a low battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATT\_FS\_LOW\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT_LOW_MAH: + +BATT\_LOW\_MAH: Low battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the low battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT\_FS\_LOW\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT_CRT_VOLT: + +BATT\_CRT\_VOLT: Critical battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a critical battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATT\_FS\_CRT\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT_CRT_MAH: + +BATT\_CRT\_MAH: Battery critical capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the critical battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT\_\_FS\_CRT\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT_FS_LOW_ACT: + +BATT\_FS\_LOW\_ACT: Low battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a low battery failsafe + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | None | | +| +-------+------------------+ | +| | 1 | RTL | | +| +-------+------------------+ | +| | 2 | Hold | | +| +-------+------------------+ | +| | 3 | SmartRTL | | +| +-------+------------------+ | +| | 4 | SmartRTL or Hold | | +| +-------+------------------+ | +| | 5 | Terminate | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + +.. _BATT_FS_CRT_ACT: + +BATT\_FS\_CRT\_ACT: Critical battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a critical battery failsafe + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | None | | +| +-------+------------------+ | +| | 1 | RTL | | +| +-------+------------------+ | +| | 2 | Hold | | +| +-------+------------------+ | +| | 3 | SmartRTL | | +| +-------+------------------+ | +| | 4 | SmartRTL or Hold | | +| +-------+------------------+ | +| | 5 | Terminate | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + +.. _BATT_ARM_VOLT: + +BATT\_ARM\_VOLT: Required arming voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft\. Set to 0 to allow arming at any voltage\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT_ARM_MAH: + +BATT\_ARM\_MAH: Required arming remaining capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft\. Set to 0 to allow arming at any capacity\. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate\, which can lead to this check not providing sufficent protection\, it is recommended to always use this in conjunction with the BATT\_\_ARM\_VOLT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT_OPTIONS: + +BATT\_OPTIONS: Battery monitor options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + + ++------------------------------------------------------------------+ +| Bitmask | ++==================================================================+ +| +-----+--------------------------------------------------------+ | +| | Bit | Meaning | | +| +=====+========================================================+ | +| | 0 | Ignore DroneCAN SoC | | +| +-----+--------------------------------------------------------+ | +| | 1 | MPPT reports input voltage and current | | +| +-----+--------------------------------------------------------+ | +| | 2 | MPPT Powered off when disarmed | | +| +-----+--------------------------------------------------------+ | +| | 3 | MPPT Powered on when armed | | +| +-----+--------------------------------------------------------+ | +| | 4 | MPPT Powered off at boot | | +| +-----+--------------------------------------------------------+ | +| | 5 | MPPT Powered on at boot | | +| +-----+--------------------------------------------------------+ | +| | 6 | Send resistance compensated voltage to GCS | | +| +-----+--------------------------------------------------------+ | +| | 7 | Allow DroneCAN InfoAux to be from a different CAN node | | +| +-----+--------------------------------------------------------+ | +| | ++------------------------------------------------------------------+ + + + + +.. _BATT_ESC_INDEX: + +BATT\_ESC\_INDEX: ESC Telemetry Index to write to +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage\, current\, consumption and temperature data to\. Use 0 to disable\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 10 | ++-----------+---------+ + + + + +.. _BATT_VOLT_PIN: + +BATT\_VOLT\_PIN: Battery Voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for voltage monitoring\. + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | -1 | Disabled | | +| +-------+--------------------------------------+ | +| | 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | | +| +-------+--------------------------------------+ | +| | 5 | Navigator | | +| +-------+--------------------------------------+ | +| | 13 | Pixhawk2_PM2/CubeOrange_PM2 | | +| +-------+--------------------------------------+ | +| | 14 | CubeOrange | | +| +-------+--------------------------------------+ | +| | 16 | Durandal | | +| +-------+--------------------------------------+ | +| | 100 | PX4-v1 | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATT_CURR_PIN: + +BATT\_CURR\_PIN: Battery Current sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for current monitoring\. + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | -1 | Disabled | | +| +-------+--------------------------------------+ | +| | 3 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | | +| +-------+--------------------------------------+ | +| | 4 | CubeOrange_PM2/Navigator | | +| +-------+--------------------------------------+ | +| | 14 | Pixhawk2_PM2 | | +| +-------+--------------------------------------+ | +| | 15 | CubeOrange | | +| +-------+--------------------------------------+ | +| | 17 | Durandal | | +| +-------+--------------------------------------+ | +| | 101 | PX4-v1 | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _BATT_VOLT_MULT: + +BATT\_VOLT\_MULT: Voltage Multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin \(BATT\_VOLT\_PIN\) to the actual battery\'s voltage \(pin\_voltage \* VOLT\_MULT\)\. For the 3DR Power brick with a Pixhawk\, this should be set to 10\.1\. For the Pixhawk with the 3DR 4in1 ESC this should be 12\.02\. For the PX using the PX4IO power supply this should be set to 1\. + + +.. _BATT_AMP_PERVLT: + +BATT\_AMP\_PERVLT: Amps per volt +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of amps that a 1V reading on the current sensor corresponds to\. With a Pixhawk using the 3DR Power brick this should be set to 17\. For the Pixhawk with the 3DR 4in1 ESC this should be 17\. For Synthetic Current sensor monitors\, this is the maximum\, full throttle current draw\. + + ++-----------------+ +| Units | ++=================+ +| ampere per volt | ++-----------------+ + + + + +.. _BATT_AMP_OFFSET: + +BATT\_AMP\_OFFSET: AMP offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Voltage offset at zero current on current sensor for Analog Sensors\. For Synthetic Current sensor\, this offset is the zero throttle system current and is added to the calculated throttle base current\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATT_VLT_OFFSET: + +BATT\_VLT\_OFFSET: Voltage offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage offset on voltage pin\. This allows for an offset due to a diode\. This voltage is subtracted before the scaling is applied\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATT_I2C_BUS__AP_BattMonitor_SMBus: + +BATT\_I2C\_BUS \(AP\_BattMonitor\_SMBus\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATT_I2C_ADDR__AP_BattMonitor_SMBus: + +BATT\_I2C\_ADDR \(AP\_BattMonitor\_SMBus\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATT_SUM_MASK: + +BATT\_SUM\_MASK: Battery Sum mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +0\: sum of remaining battery monitors\, If none 0 sum of specified monitors\. Current will be summed and voltages averaged\. + + ++---------------------+ +| Bitmask | ++=====================+ +| +-----+-----------+ | +| | Bit | Meaning | | +| +=====+===========+ | +| | 0 | monitor 1 | | +| +-----+-----------+ | +| | 1 | monitor 2 | | +| +-----+-----------+ | +| | 2 | monitor 3 | | +| +-----+-----------+ | +| | 3 | monitor 4 | | +| +-----+-----------+ | +| | 4 | monitor 5 | | +| +-----+-----------+ | +| | 5 | monitor 6 | | +| +-----+-----------+ | +| | 6 | monitor 7 | | +| +-----+-----------+ | +| | 7 | monitor 8 | | +| +-----+-----------+ | +| | 8 | monitor 9 | | +| +-----+-----------+ | +| | ++---------------------+ + + + + +.. _BATT_CURR_MULT: + +BATT\_CURR\_MULT: Scales reported power monitor current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + + ++----------+ +| Range | ++==========+ +| .1 to 10 | ++----------+ + + + + +.. _BATT_FL_VLT_MIN: + +BATT\_FL\_VLT\_MIN: Empty fuel level voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty\. Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+-------+ +| Range | Units | ++============+=======+ +| 0.01 to 10 | volt | ++------------+-------+ + + + + +.. _BATT_FL_V_MULT: + +BATT\_FL\_V\_MULT: Fuel level voltage multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is\. This is calculated as 1 \/ \(Voltage\_Full \- Voltage\_Empty\) Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+ +| Range | ++============+ +| 0.01 to 10 | ++------------+ + + + + +.. _BATT_FL_FLTR: + +BATT\_FL\_FLTR: Fuel level filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Filter frequency in Hertz where a low pass filter is used\. This is used to filter out tank slosh from the fuel level reading\. A value of \-1 disables the filter and unfiltered voltage is used to determine the fuel level\. The suggested values at in the range of 0\.2 Hz to 0\.5 Hz\. + + ++---------+-------+ +| Range | Units | ++=========+=======+ +| -1 to 1 | hertz | ++---------+-------+ + + + + +.. _BATT_FL_PIN: + +BATT\_FL\_PIN: Fuel level analog pin number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog input pin that fuel level sensor is connected to\. Airspeed ports can be used for Analog input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. + + ++---------------------------------------+ +| Values | ++=======================================+ +| +-------+---------------------------+ | +| | Value | Meaning | | +| +=======+===========================+ | +| | -1 | Not Used | | +| +-------+---------------------------+ | +| | 11 | Pixracer | | +| +-------+---------------------------+ | +| | 13 | Pixhawk ADC4 | | +| +-------+---------------------------+ | +| | 14 | Pixhawk ADC3 | | +| +-------+---------------------------+ | +| | 15 | Pixhawk ADC6/Pixhawk2 ADC | | +| +-------+---------------------------+ | +| | 103 | Pixhawk SBUS | | +| +-------+---------------------------+ | +| | ++---------------------------------------+ + + + + +.. _BATT_FL_FF: + +BATT\_FL\_FF: First order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +First order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT_FL_FS: + +BATT\_FL\_FS: Second order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Second order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT_FL_FT: + +BATT\_FL\_FT: Third order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Third order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT_FL_OFF: + +BATT\_FL\_OFF: Offset term +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT_MAX_VOLT: + +BATT\_MAX\_VOLT: Maximum Battery Voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum voltage of battery\. Provides scaling of current versus voltage + + ++----------+ +| Range | ++==========+ +| 7 to 100 | ++----------+ + + + + +.. _BATT_I2C_BUS__AP_BattMonitor_INA2xx: + +BATT\_I2C\_BUS \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATT_I2C_ADDR__AP_BattMonitor_INA2xx: + +BATT\_I2C\_ADDR \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address\. If this is zero then probe list of supported addresses + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATT_MAX_AMPS: + +BATT\_MAX\_AMPS: Battery monitor max current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 1 to 400 | ampere | ++----------+--------+ + + + + +.. _BATT_SHUNT: + +BATT\_SHUNT: Battery monitor shunt resistor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + + ++----------------+-------+ +| Range | Units | ++================+=======+ +| 0.0001 to 0.01 | Ohm | ++----------------+-------+ + + + + + +.. _parameters_BCN: + +BCN Parameters +-------------- + + +.. _BCN_TYPE: + +BCN\_TYPE: Beacon based position estimation device type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +What type of beacon based position estimation device is connected + + ++------------------------+ +| Values | ++========================+ +| +-------+------------+ | +| | Value | Meaning | | +| +=======+============+ | +| | 0 | None | | +| +-------+------------+ | +| | 1 | Pozyx | | +| +-------+------------+ | +| | 2 | Marvelmind | | +| +-------+------------+ | +| | 3 | Nooploop | | +| +-------+------------+ | +| | 10 | SITL | | +| +-------+------------+ | +| | ++------------------------+ + + + + +.. _BCN_LATITUDE: + +BCN\_LATITUDE: Beacon origin\'s latitude +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Beacon origin\'s latitude + + ++-----------+-----------+---------+ +| Increment | Range | Units | ++===========+===========+=========+ +| 0.000001 | -90 to 90 | degrees | ++-----------+-----------+---------+ + + + + +.. _BCN_LONGITUDE: + +BCN\_LONGITUDE: Beacon origin\'s longitude +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Beacon origin\'s longitude + + ++-----------+-------------+---------+ +| Increment | Range | Units | ++===========+=============+=========+ +| 0.000001 | -180 to 180 | degrees | ++-----------+-------------+---------+ + + + + +.. _BCN_ALT: + +BCN\_ALT: Beacon origin\'s altitude above sealevel in meters +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Beacon origin\'s altitude above sealevel in meters + + ++-----------+------------+--------+ +| Increment | Range | Units | ++===========+============+========+ +| 1 | 0 to 10000 | meters | ++-----------+------------+--------+ + + + + +.. _BCN_ORIENT_YAW: + +BCN\_ORIENT\_YAW: Beacon systems rotation from north in degrees +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Beacon systems rotation from north in degrees + + ++-----------+--------------+---------+ +| Increment | Range | Units | ++===========+==============+=========+ +| 1 | -180 to +180 | degrees | ++-----------+--------------+---------+ + + + + + +.. _parameters_BRD_: + +BRD\_ Parameters +---------------- + + +.. _BRD_SER1_RTSCTS: + +BRD\_SER1\_RTSCTS: Serial 1 flow control +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Enable flow control on serial 1 \(telemetry 1\)\. You must have the RTS and CTS pins connected to your radio\. The standard DF13 6 pin connector for a 3DR radio does have those pins connected\. If this is set to 2 then flow control will be auto\-detected by checking for the output buffer filling on startup\. Note that the PX4v1 does not have hardware flow control pins on this port\, so you should leave this disabled\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | 2 | Auto | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _BRD_SER2_RTSCTS: + +BRD\_SER2\_RTSCTS: Serial 2 flow control +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Enable flow control on serial 2 \(telemetry 2\)\. You must have the RTS and CTS pins connected to your radio\. The standard DF13 6 pin connector for a 3DR radio does have those pins connected\. If this is set to 2 then flow control will be auto\-detected by checking for the output buffer filling on startup\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | 2 | Auto | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _BRD_SER3_RTSCTS: + +BRD\_SER3\_RTSCTS: Serial 3 flow control +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Enable flow control on serial 3\. You must have the RTS and CTS pins connected to your radio\. The standard DF13 6 pin connector for a 3DR radio does have those pins connected\. If this is set to 2 then flow control will be auto\-detected by checking for the output buffer filling on startup\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | 2 | Auto | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _BRD_SER4_RTSCTS: + +BRD\_SER4\_RTSCTS: Serial 4 flow control +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Enable flow control on serial 4\. You must have the RTS and CTS pins connected to your radio\. The standard DF13 6 pin connector for a 3DR radio does have those pins connected\. If this is set to 2 then flow control will be auto\-detected by checking for the output buffer filling on startup\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | 2 | Auto | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _BRD_SER5_RTSCTS: + +BRD\_SER5\_RTSCTS: Serial 5 flow control +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Enable flow control on serial 5\. You must have the RTS and CTS pins connected to your radio\. The standard DF13 6 pin connector for a 3DR radio does have those pins connected\. If this is set to 2 then flow control will be auto\-detected by checking for the output buffer filling on startup\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | 2 | Auto | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _BRD_SAFETY_DEFLT: + +BRD\_SAFETY\_DEFLT: Sets default state of the safety switch +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +This controls the default state of the safety switch at startup\. When set to 1 the safety switch will start in the safe state \(flashing\) at boot\. When set to zero the safety switch will start in the unsafe state \(solid\) at startup\. Note that if a safety switch is fitted the user can still control the safety state after startup using the switch\. The safety state can also be controlled in software using a MAVLink message\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _BRD_SBUS_OUT: + +BRD\_SBUS\_OUT: SBUS output rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +This sets the SBUS output frame rate in Hz + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | 50Hz | | +| +-------+----------+ | +| | 2 | 75Hz | | +| +-------+----------+ | +| | 3 | 100Hz | | +| +-------+----------+ | +| | 4 | 150Hz | | +| +-------+----------+ | +| | 5 | 200Hz | | +| +-------+----------+ | +| | 6 | 250Hz | | +| +-------+----------+ | +| | 7 | 300Hz | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _BRD_SERIAL_NUM: + +BRD\_SERIAL\_NUM: User\-defined serial number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +User\-defined serial number of this vehicle\, it can be any arbitrary number you want and has no effect on the autopilot + + ++---------------------+ +| Range | ++=====================+ +| -8388608 to 8388607 | ++---------------------+ + + + + +.. _BRD_SAFETY_MASK: + +BRD\_SAFETY\_MASK: Outputs which ignore the safety switch state +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +A bitmask which controls what outputs can move while the safety switch has not been pressed + + ++--------------------+ +| Bitmask | ++====================+ +| +-----+----------+ | +| | Bit | Meaning | | +| +=====+==========+ | +| | 0 | Output1 | | +| +-----+----------+ | +| | 1 | Output2 | | +| +-----+----------+ | +| | 2 | Output3 | | +| +-----+----------+ | +| | 3 | Output4 | | +| +-----+----------+ | +| | 4 | Output5 | | +| +-----+----------+ | +| | 5 | Output6 | | +| +-----+----------+ | +| | 6 | Output7 | | +| +-----+----------+ | +| | 7 | Output8 | | +| +-----+----------+ | +| | 8 | Output9 | | +| +-----+----------+ | +| | 9 | Output10 | | +| +-----+----------+ | +| | 10 | Output11 | | +| +-----+----------+ | +| | 11 | Output12 | | +| +-----+----------+ | +| | 12 | Output13 | | +| +-----+----------+ | +| | 13 | Output14 | | +| +-----+----------+ | +| | ++--------------------+ + + + + +.. _BRD_HEAT_TARG: + +BRD\_HEAT\_TARG: Board heater temperature target +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Board heater target temperature for boards with controllable heating units\. Set to \-1 to disable the heater\, please reboot after setting to \-1\. + + ++----------+-----------------+ +| Range | Units | ++==========+=================+ +| -1 to 80 | degrees Celsius | ++----------+-----------------+ + + + + +.. _BRD_TYPE: + +BRD\_TYPE: Board type +~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +This allows selection of a PX4 or VRBRAIN board type\. If set to zero then the board type is auto\-detected \(PX4\) + + ++----------------------------+ +| Values | ++============================+ +| +-------+----------------+ | +| | Value | Meaning | | +| +=======+================+ | +| | 0 | AUTO | | +| +-------+----------------+ | +| | 1 | PX4V1 | | +| +-------+----------------+ | +| | 2 | Pixhawk | | +| +-------+----------------+ | +| | 3 | Cube/Pixhawk2 | | +| +-------+----------------+ | +| | 4 | Pixracer | | +| +-------+----------------+ | +| | 5 | PixhawkMini | | +| +-------+----------------+ | +| | 6 | Pixhawk2Slim | | +| +-------+----------------+ | +| | 13 | Intel Aero FC | | +| +-------+----------------+ | +| | 14 | Pixhawk Pro | | +| +-------+----------------+ | +| | 20 | AUAV2.1 | | +| +-------+----------------+ | +| | 21 | PCNC1 | | +| +-------+----------------+ | +| | 22 | MINDPXV2 | | +| +-------+----------------+ | +| | 23 | SP01 | | +| +-------+----------------+ | +| | 24 | CUAVv5/FMUV5 | | +| +-------+----------------+ | +| | 30 | VRX BRAIN51 | | +| +-------+----------------+ | +| | 32 | VRX BRAIN52 | | +| +-------+----------------+ | +| | 33 | VRX BRAIN52E | | +| +-------+----------------+ | +| | 34 | VRX UBRAIN51 | | +| +-------+----------------+ | +| | 35 | VRX UBRAIN52 | | +| +-------+----------------+ | +| | 36 | VRX CORE10 | | +| +-------+----------------+ | +| | 38 | VRX BRAIN54 | | +| +-------+----------------+ | +| | 39 | PX4 FMUV6 | | +| +-------+----------------+ | +| | 100 | PX4 OLDDRIVERS | | +| +-------+----------------+ | +| | ++----------------------------+ + + + + +.. _BRD_IO_ENABLE: + +BRD\_IO\_ENABLE: Enable IO co\-processor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +This allows for the IO co\-processor on boards with an IOMCU to be disabled\. Setting to 2 will enable the IOMCU but not attempt to update firmware on startup + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | Disabled | | +| +-------+------------------+ | +| | 1 | Enabled | | +| +-------+------------------+ | +| | 2 | EnableNoFWUpdate | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + +.. _BRD_SAFETYOPTION: + +BRD\_SAFETYOPTION: Options for safety button behavior +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This controls the activation of the safety button\. It allows you to control if the safety button can be used for safety enable and\/or disable\, and whether the button is only active when disarmed + + ++-----------------------------------------------------+ +| Bitmask | ++=====================================================+ +| +-----+-------------------------------------------+ | +| | Bit | Meaning | | +| +=====+===========================================+ | +| | 0 | ActiveForSafetyDisable | | +| +-----+-------------------------------------------+ | +| | 1 | ActiveForSafetyEnable | | +| +-----+-------------------------------------------+ | +| | 2 | ActiveWhenArmed | | +| +-----+-------------------------------------------+ | +| | 3 | Force safety on when the aircraft disarms | | +| +-----+-------------------------------------------+ | +| | ++-----------------------------------------------------+ + + + + +.. _BRD_VBUS_MIN: + +BRD\_VBUS\_MIN: Autopilot board voltage requirement +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Minimum voltage on the autopilot power rail to allow the aircraft to arm\. 0 to disable the check\. + + ++-----------+------------+-------+ +| Increment | Range | Units | ++===========+============+=======+ +| 0.1 | 4.0 to 5.5 | volt | ++-----------+------------+-------+ + + + + +.. _BRD_VSERVO_MIN: + +BRD\_VSERVO\_MIN: Servo voltage requirement +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Minimum voltage on the servo rail to allow the aircraft to arm\. 0 to disable the check\. + + ++-----------+-------------+-------+ +| Increment | Range | Units | ++===========+=============+=======+ +| 0.1 | 3.3 to 12.0 | volt | ++-----------+-------------+-------+ + + + + +.. _BRD_SD_SLOWDOWN: + +BRD\_SD\_SLOWDOWN: microSD slowdown +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is a scaling factor to slow down microSD operation\. It can be used on flight board and microSD card combinations where full speed is not reliable\. For normal full speed operation a value of 0 should be used\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 32 | ++-----------+---------+ + + + + +.. _BRD_PWM_VOLT_SEL: + +BRD\_PWM\_VOLT\_SEL: Set PWM Out Voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the voltage max for PWM output pulses\. 0 for 3\.3V and 1 for 5V output\. On boards with an IOMCU that support this parameter this option only affects the 8 main outputs\, not the 6 auxiliary outputs\. Using 5V output can help to reduce the impact of ESC noise interference corrupting signals to the ESCs\. + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 0 | 3.3V | | +| +-------+---------+ | +| | 1 | 5V | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _BRD_OPTIONS: + +BRD\_OPTIONS: Board options +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Board specific option flags + + ++-----------------------------------------------------------------+ +| Bitmask | ++=================================================================+ +| +-----+-------------------------------------------------------+ | +| | Bit | Meaning | | +| +=====+=======================================================+ | +| | 0 | Enable hardware watchdog | | +| +-----+-------------------------------------------------------+ | +| | 1 | Disable MAVftp | | +| +-----+-------------------------------------------------------+ | +| | 2 | Enable set of internal parameters | | +| +-----+-------------------------------------------------------+ | +| | 3 | Enable Debug Pins | | +| +-----+-------------------------------------------------------+ | +| | 4 | Unlock flash on reboot | | +| +-----+-------------------------------------------------------+ | +| | 5 | Write protect firmware flash on reboot | | +| +-----+-------------------------------------------------------+ | +| | 6 | Write protect bootloader flash on reboot | | +| +-----+-------------------------------------------------------+ | +| | 7 | Skip board validation | | +| +-----+-------------------------------------------------------+ | +| | 8 | Disable board arming gpio output change on arm/disarm | | +| +-----+-------------------------------------------------------+ | +| | ++-----------------------------------------------------------------+ + + + + +.. _BRD_BOOT_DELAY: + +BRD\_BOOT\_DELAY: Boot delay +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This adds a delay in milliseconds to boot to ensure peripherals initialise fully + + ++------------+--------------+ +| Range | Units | ++============+==============+ +| 0 to 10000 | milliseconds | ++------------+--------------+ + + + + +.. _BRD_HEAT_P: + +BRD\_HEAT\_P: Board Heater P gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Board Heater P gain + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 1 | 1 to 500 | ++-----------+----------+ + + + + +.. _BRD_HEAT_I: + +BRD\_HEAT\_I: Board Heater I gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Board Heater integrator gain + + ++-----------+--------+ +| Increment | Range | ++===========+========+ +| 0.1 | 0 to 1 | ++-----------+--------+ + + + + +.. _BRD_HEAT_IMAX: + +BRD\_HEAT\_IMAX: Board Heater IMAX +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Board Heater integrator maximum + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 1 | 0 to 100 | ++-----------+----------+ + + + + +.. _BRD_ALT_CONFIG: + +BRD\_ALT\_CONFIG: Alternative HW config +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Select an alternative hardware configuration\. A value of zero selects the default configuration for this board\. Other values are board specific\. Please see the documentation for your board for details on any alternative configuration values that may be available\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 10 | ++-----------+---------+ + + + + +.. _BRD_HEAT_LOWMGN: + +BRD\_HEAT\_LOWMGN: Board heater temp lower margin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Arming check will fail if temp is lower than this margin below BRD\_HEAT\_TARG\. 0 disables the low temperature check + + ++---------+-----------------+ +| Range | Units | ++=========+=================+ +| 0 to 20 | degrees Celsius | ++---------+-----------------+ + + + + +.. _BRD_SD_MISSION: + +BRD\_SD\_MISSION: SDCard Mission size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +This sets the amount of storage in kilobytes reserved on the microsd card in mission\.stg for waypoint storage\. Each waypoint uses 15 bytes\. + + ++---------+ +| Range | ++=========+ +| 0 to 64 | ++---------+ + + + + +.. _BRD_IO_DSHOT: + +BRD\_IO\_DSHOT: Load DShot FW on IO +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +This loads the DShot firmware on the IO co\-processor + + ++------------------------+ +| Values | ++========================+ +| +-------+------------+ | +| | Value | Meaning | | +| +=======+============+ | +| | 0 | StandardFW | | +| +-------+------------+ | +| | 1 | DshotFW | | +| +-------+------------+ | +| | ++------------------------+ + + + + + +.. _parameters_BRD_RADIO: + +BRD\_RADIO Parameters +--------------------- + + +.. _BRD_RADIO_TYPE: + +BRD\_RADIO\_TYPE: Set type of direct attached radio +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This enables support for direct attached radio receivers + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | None | | +| +-------+----------+ | +| | 1 | CYRF6936 | | +| +-------+----------+ | +| | 2 | CC2500 | | +| +-------+----------+ | +| | 3 | BK2425 | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _BRD_RADIO_PROT: + +BRD\_RADIO\_PROT: protocol +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Select air protocol + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 0 | Auto | | +| +-------+---------+ | +| | 1 | DSM2 | | +| +-------+---------+ | +| | 2 | DSMX | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _BRD_RADIO_DEBUG: + +BRD\_RADIO\_DEBUG: debug level +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +radio debug level + + ++--------+ +| Range | ++========+ +| 0 to 4 | ++--------+ + + + + +.. _BRD_RADIO_DISCRC: + +BRD\_RADIO\_DISCRC: disable receive CRC +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +disable receive CRC \(for debug\) + + ++-------------------------+ +| Values | ++=========================+ +| +-------+-------------+ | +| | Value | Meaning | | +| +=======+=============+ | +| | 0 | NotDisabled | | +| +-------+-------------+ | +| | 1 | Disabled | | +| +-------+-------------+ | +| | ++-------------------------+ + + + + +.. _BRD_RADIO_SIGCH: + +BRD\_RADIO\_SIGCH: RSSI signal strength +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Channel to show receive RSSI signal strength\, or zero for disabled + + ++---------+ +| Range | ++=========+ +| 0 to 16 | ++---------+ + + + + +.. _BRD_RADIO_PPSCH: + +BRD\_RADIO\_PPSCH: Packet rate channel +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Channel to show received packet\-per\-second rate\, or zero for disabled + + ++---------+ +| Range | ++=========+ +| 0 to 16 | ++---------+ + + + + +.. _BRD_RADIO_TELEM: + +BRD\_RADIO\_TELEM: Enable telemetry +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +If this is non\-zero then telemetry packets will be sent over DSM + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _BRD_RADIO_TXPOW: + +BRD\_RADIO\_TXPOW: Telemetry Transmit power +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Set telemetry transmit power\. This is the power level \(from 1 to 8\) for telemetry packets sent from the RX to the TX + + ++--------+ +| Range | ++========+ +| 1 to 8 | ++--------+ + + + + +.. _BRD_RADIO_FCCTST: + +BRD\_RADIO\_FCCTST: Put radio into FCC test mode +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +If this is enabled then the radio will continuously transmit as required for FCC testing\. The transmit channel is set by the value of the parameter\. The radio will not work for RC input while this is enabled + + ++--------------------------+ +| Values | ++==========================+ +| +-------+--------------+ | +| | Value | Meaning | | +| +=======+==============+ | +| | 0 | Disabled | | +| +-------+--------------+ | +| | 1 | MinChannel | | +| +-------+--------------+ | +| | 2 | MidChannel | | +| +-------+--------------+ | +| | 3 | MaxChannel | | +| +-------+--------------+ | +| | 4 | MinChannelCW | | +| +-------+--------------+ | +| | 5 | MidChannelCW | | +| +-------+--------------+ | +| | 6 | MaxChannelCW | | +| +-------+--------------+ | +| | ++--------------------------+ + + + + +.. _BRD_RADIO_STKMD: + +BRD\_RADIO\_STKMD: Stick input mode +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This selects between different stick input modes\. The default is mode2\, which has throttle on the left stick and pitch on the right stick\. You can instead set mode1\, which has throttle on the right stick and pitch on the left stick\. + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 1 | Mode1 | | +| +-------+---------+ | +| | 2 | Mode2 | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _BRD_RADIO_TESTCH: + +BRD\_RADIO\_TESTCH: Set radio to factory test channel +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the radio to a fixed test channel for factory testing\. Using a fixed channel avoids the need for binding in factory testing\. + + ++-----------------------+ +| Values | ++=======================+ +| +-------+-----------+ | +| | Value | Meaning | | +| +=======+===========+ | +| | 0 | Disabled | | +| +-------+-----------+ | +| | 1 | TestChan1 | | +| +-------+-----------+ | +| | 2 | TestChan2 | | +| +-------+-----------+ | +| | 3 | TestChan3 | | +| +-------+-----------+ | +| | 4 | TestChan4 | | +| +-------+-----------+ | +| | 5 | TestChan5 | | +| +-------+-----------+ | +| | 6 | TestChan6 | | +| +-------+-----------+ | +| | 7 | TestChan7 | | +| +-------+-----------+ | +| | 8 | TestChan8 | | +| +-------+-----------+ | +| | ++-----------------------+ + + + + +.. _BRD_RADIO_TSIGCH: + +BRD\_RADIO\_TSIGCH: RSSI value channel for telemetry data on transmitter +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Channel to show telemetry RSSI value as received by TX + + ++---------+ +| Range | ++=========+ +| 0 to 16 | ++---------+ + + + + +.. _BRD_RADIO_TPPSCH: + +BRD\_RADIO\_TPPSCH: Telemetry PPS channel +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Channel to show telemetry packets\-per\-second value\, as received at TX + + ++---------+ +| Range | ++=========+ +| 0 to 16 | ++---------+ + + + + +.. _BRD_RADIO_TXMAX: + +BRD\_RADIO\_TXMAX: Transmitter transmit power +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Set transmitter maximum transmit power \(from 1 to 8\) + + ++--------+ +| Range | ++========+ +| 1 to 8 | ++--------+ + + + + +.. _BRD_RADIO_BZOFS: + +BRD\_RADIO\_BZOFS: Transmitter buzzer adjustment +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Set transmitter buzzer note adjustment \(adjust frequency up\) + + ++---------+ +| Range | ++=========+ +| 0 to 40 | ++---------+ + + + + +.. _BRD_RADIO_ABTIME: + +BRD\_RADIO\_ABTIME: Auto\-bind time +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +When non\-zero this sets the time with no transmitter packets before we start looking for auto\-bind packets\. + + ++----------+ +| Range | ++==========+ +| 0 to 120 | ++----------+ + + + + +.. _BRD_RADIO_ABLVL: + +BRD\_RADIO\_ABLVL: Auto\-bind level +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the minimum RSSI of an auto\-bind packet for it to be accepted\. This should be set so that auto\-bind will only happen at short range to minimise the change of an auto\-bind happening accidentially + + ++---------+ +| Range | ++=========+ +| 0 to 31 | ++---------+ + + + + + +.. _parameters_BRD_RTC: + +BRD\_RTC Parameters +------------------- + + +.. _BRD_RTC_TYPES: + +BRD\_RTC\_TYPES: Allowed sources of RTC time +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Specifies which sources of UTC time will be accepted + + ++-------------------------------+ +| Bitmask | ++===============================+ +| +-----+---------------------+ | +| | Bit | Meaning | | +| +=====+=====================+ | +| | 0 | GPS | | +| +-----+---------------------+ | +| | 1 | MAVLINK_SYSTEM_TIME | | +| +-----+---------------------+ | +| | 2 | HW | | +| +-----+---------------------+ | +| | ++-------------------------------+ + + + + +.. _BRD_RTC_TZ_MIN: + +BRD\_RTC\_TZ\_MIN: Timezone offset from UTC +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Adds offset in \+\- minutes from UTC to calculate local time + + ++--------------+ +| Range | ++==============+ +| -720 to +840 | ++--------------+ + + + + + +.. _parameters_BTN_: + +BTN\_ Parameters +---------------- + + +.. _BTN_ENABLE: + +BTN\_ENABLE: Enable button reporting +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This enables the button checking module\. When this is disabled the parameters for setting button inputs are not visible + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _BTN_PIN1: + +BTN\_PIN1: First button Pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin number for first button input\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | -1 | Disabled | | +| +-------+----------+ | +| | 50 | AUXOUT1 | | +| +-------+----------+ | +| | 51 | AUXOUT2 | | +| +-------+----------+ | +| | 52 | AUXOUT3 | | +| +-------+----------+ | +| | 53 | AUXOUT4 | | +| +-------+----------+ | +| | 54 | AUXOUT5 | | +| +-------+----------+ | +| | 55 | AUXOUT6 | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _BTN_PIN2: + +BTN\_PIN2: Second button Pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin number for second button input\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | -1 | Disabled | | +| +-------+----------+ | +| | 50 | AUXOUT1 | | +| +-------+----------+ | +| | 51 | AUXOUT2 | | +| +-------+----------+ | +| | 52 | AUXOUT3 | | +| +-------+----------+ | +| | 53 | AUXOUT4 | | +| +-------+----------+ | +| | 54 | AUXOUT5 | | +| +-------+----------+ | +| | 55 | AUXOUT6 | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _BTN_PIN3: + +BTN\_PIN3: Third button Pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin number for third button input\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | -1 | Disabled | | +| +-------+----------+ | +| | 50 | AUXOUT1 | | +| +-------+----------+ | +| | 51 | AUXOUT2 | | +| +-------+----------+ | +| | 52 | AUXOUT3 | | +| +-------+----------+ | +| | 53 | AUXOUT4 | | +| +-------+----------+ | +| | 54 | AUXOUT5 | | +| +-------+----------+ | +| | 55 | AUXOUT6 | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _BTN_PIN4: + +BTN\_PIN4: Fourth button Pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin number for fourth button input\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | -1 | Disabled | | +| +-------+----------+ | +| | 50 | AUXOUT1 | | +| +-------+----------+ | +| | 51 | AUXOUT2 | | +| +-------+----------+ | +| | 52 | AUXOUT3 | | +| +-------+----------+ | +| | 53 | AUXOUT4 | | +| +-------+----------+ | +| | 54 | AUXOUT5 | | +| +-------+----------+ | +| | 55 | AUXOUT6 | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _BTN_REPORT_SEND: + +BTN\_REPORT\_SEND: Report send time +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The duration in seconds that a BUTTON\_CHANGE report is repeatedly sent to the GCS regarding a button changing state\. Note that the BUTTON\_CHANGE message is MAVLink2 only\. + + ++-----------+ +| Range | ++===========+ +| 0 to 3600 | ++-----------+ + + + + +.. _BTN_OPTIONS1: + +BTN\_OPTIONS1: Button Pin 1 Options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Options for Pin 1\. PWM input detects PWM above or below 1800\/1200us instead of logic level\. If PWM is not detected or is less than 800us or above 2200us the button will interpreted as low\. Invert changes HIGH state to be logic low voltage on pin\, or below 1200us\, if PWM input\. + + ++-----------------------+ +| Bitmask | ++=======================+ +| +-----+-------------+ | +| | Bit | Meaning | | +| +=====+=============+ | +| | 0 | PWM Input | | +| +-----+-------------+ | +| | 1 | InvertInput | | +| +-----+-------------+ | +| | ++-----------------------+ + + + + +.. _BTN_OPTIONS2: + +BTN\_OPTIONS2: Button Pin 2 Options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Options for Pin 2\. PWM input detects PWM above or below 1800\/1200us instead of logic level\. If PWM is not detected or is less than 800us or above 2200us the button will interpreted as low\. Invert changes HIGH state to be logic low voltage on pin\, or below 1200us\, if PWM input\. + + ++-----------------------+ +| Bitmask | ++=======================+ +| +-----+-------------+ | +| | Bit | Meaning | | +| +=====+=============+ | +| | 0 | PWM Input | | +| +-----+-------------+ | +| | 1 | InvertInput | | +| +-----+-------------+ | +| | ++-----------------------+ + + + + +.. _BTN_OPTIONS3: + +BTN\_OPTIONS3: Button Pin 3 Options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Options for Pin 3\. PWM input detects PWM above or below 1800\/1200us instead of logic level\. If PWM is not detected or is less than 800us or above 2200us the button will interpreted as low\. Invert changes HIGH state to be logic low voltage on pin\, or below 1200us\, if PWM input\. + + ++-----------------------+ +| Bitmask | ++=======================+ +| +-----+-------------+ | +| | Bit | Meaning | | +| +=====+=============+ | +| | 0 | PWM Input | | +| +-----+-------------+ | +| | 1 | InvertInput | | +| +-----+-------------+ | +| | ++-----------------------+ + + + + +.. _BTN_OPTIONS4: + +BTN\_OPTIONS4: Button Pin 4 Options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Options for Pin 4\. PWM input detects PWM above or below 1800\/1200us instead of logic level\. If PWM is not detected or is less than 800us or above 2200us the button will interpreted as low\. Invert changes HIGH state to be logic low voltage on pin\, or below 1200us\, if PWM input\. + + ++-----------------------+ +| Bitmask | ++=======================+ +| +-----+-------------+ | +| | Bit | Meaning | | +| +=====+=============+ | +| | 0 | PWM Input | | +| +-----+-------------+ | +| | 1 | InvertInput | | +| +-----+-------------+ | +| | ++-----------------------+ + + + + +.. _BTN_FUNC1: + +BTN\_FUNC1: Button Pin 1 RC Channel function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Auxiliary RC Options function executed on pin change + + ++-------------------------------------------------------+ +| Values | ++=======================================================+ +| +-------+-------------------------------------------+ | +| | Value | Meaning | | +| +=======+===========================================+ | +| | 0 | Do Nothing | | +| +-------+-------------------------------------------+ | +| | 4 | RTL | | +| +-------+-------------------------------------------+ | +| | 5 | Save Trim (4.1 and lower) | | +| +-------+-------------------------------------------+ | +| | 7 | Save WP | | +| +-------+-------------------------------------------+ | +| | 9 | Camera Trigger | | +| +-------+-------------------------------------------+ | +| | 11 | Fence Enable | | +| +-------+-------------------------------------------+ | +| | 16 | AUTO Mode | | +| +-------+-------------------------------------------+ | +| | 19 | Gripper Release | | +| +-------+-------------------------------------------+ | +| | 24 | Auto Mission Reset | | +| +-------+-------------------------------------------+ | +| | 27 | Retract Mount1 | | +| +-------+-------------------------------------------+ | +| | 28 | Relay1 On/Off | | +| +-------+-------------------------------------------+ | +| | 30 | Lost Rover Sound | | +| +-------+-------------------------------------------+ | +| | 31 | Motor Emergency Stop | | +| +-------+-------------------------------------------+ | +| | 34 | Relay2 On/Off | | +| +-------+-------------------------------------------+ | +| | 35 | Relay3 On/Off | | +| +-------+-------------------------------------------+ | +| | 36 | Relay4 On/Off | | +| +-------+-------------------------------------------+ | +| | 40 | Proximity Avoidance Enable | | +| +-------+-------------------------------------------+ | +| | 41 | ArmDisarm (4.1 and lower) | | +| +-------+-------------------------------------------+ | +| | 42 | SMARTRTL Mode | | +| +-------+-------------------------------------------+ | +| | 46 | RC Override Enable | | +| +-------+-------------------------------------------+ | +| | 50 | LearnCruise Speed | | +| +-------+-------------------------------------------+ | +| | 51 | MANUAL Mode | | +| +-------+-------------------------------------------+ | +| | 52 | ACRO Mode | | +| +-------+-------------------------------------------+ | +| | 53 | STEERING Mode | | +| +-------+-------------------------------------------+ | +| | 54 | HOLD Mode | | +| +-------+-------------------------------------------+ | +| | 55 | GUIDED Mode | | +| +-------+-------------------------------------------+ | +| | 56 | LOITER Mode | | +| +-------+-------------------------------------------+ | +| | 57 | FOLLOW Mode | | +| +-------+-------------------------------------------+ | +| | 58 | Clear Waypoints | | +| +-------+-------------------------------------------+ | +| | 59 | Simple Mode | | +| +-------+-------------------------------------------+ | +| | 62 | Compass Learn | | +| +-------+-------------------------------------------+ | +| | 63 | Sailboat Tack | | +| +-------+-------------------------------------------+ | +| | 65 | GPS Disable | | +| +-------+-------------------------------------------+ | +| | 66 | Relay5 On/Off | | +| +-------+-------------------------------------------+ | +| | 67 | Relay6 On/Off | | +| +-------+-------------------------------------------+ | +| | 72 | CIRCLE Mode | | +| +-------+-------------------------------------------+ | +| | 74 | Sailboat motoring 3pos | | +| +-------+-------------------------------------------+ | +| | 78 | RunCam Control | | +| +-------+-------------------------------------------+ | +| | 79 | RunCam OSD Control | | +| +-------+-------------------------------------------+ | +| | 80 | VisoOdom Align | | +| +-------+-------------------------------------------+ | +| | 81 | Disarm | | +| +-------+-------------------------------------------+ | +| | 90 | EKF Pos Source | | +| +-------+-------------------------------------------+ | +| | 94 | VTX Power | | +| +-------+-------------------------------------------+ | +| | 97 | Windvane home heading direction offset | | +| +-------+-------------------------------------------+ | +| | 100 | KillIMU1 | | +| +-------+-------------------------------------------+ | +| | 101 | KillIMU2 | | +| +-------+-------------------------------------------+ | +| | 102 | Camera Mode Toggle | | +| +-------+-------------------------------------------+ | +| | 105 | GPS Disable Yaw | | +| +-------+-------------------------------------------+ | +| | 106 | Disable Airspeed Use | | +| +-------+-------------------------------------------+ | +| | 110 | KillIMU3 | | +| +-------+-------------------------------------------+ | +| | 112 | SwitchExternalAHRS | | +| +-------+-------------------------------------------+ | +| | 153 | ArmDisarm (4.2 and higher) | | +| +-------+-------------------------------------------+ | +| | 155 | Set steering trim to current servo and RC | | +| +-------+-------------------------------------------+ | +| | 156 | Torqeedo Clear Err | | +| +-------+-------------------------------------------+ | +| | 162 | FFT Tune | | +| +-------+-------------------------------------------+ | +| | 163 | Mount Lock | | +| +-------+-------------------------------------------+ | +| | 164 | Pause Stream Logging | | +| +-------+-------------------------------------------+ | +| | 165 | Arm/Emergency Motor Stop | | +| +-------+-------------------------------------------+ | +| | 166 | Camera Record Video | | +| +-------+-------------------------------------------+ | +| | 167 | Camera Zoom | | +| +-------+-------------------------------------------+ | +| | 168 | Camera Manual Focus | | +| +-------+-------------------------------------------+ | +| | 169 | Camera Auto Focus | | +| +-------+-------------------------------------------+ | +| | 171 | Calibrate Compasses | | +| +-------+-------------------------------------------+ | +| | 172 | Battery MPPT Enable | | +| +-------+-------------------------------------------+ | +| | 174 | Camera Image Tracking | | +| +-------+-------------------------------------------+ | +| | 175 | Camera Lens | | +| +-------+-------------------------------------------+ | +| | 201 | Roll | | +| +-------+-------------------------------------------+ | +| | 202 | Pitch | | +| +-------+-------------------------------------------+ | +| | 207 | MainSail | | +| +-------+-------------------------------------------+ | +| | 208 | Flap | | +| +-------+-------------------------------------------+ | +| | 211 | Walking Height | | +| +-------+-------------------------------------------+ | +| | 212 | Mount1 Roll | | +| +-------+-------------------------------------------+ | +| | 213 | Mount1 Pitch | | +| +-------+-------------------------------------------+ | +| | 214 | Mount1 Yaw | | +| +-------+-------------------------------------------+ | +| | 215 | Mount2 Roll | | +| +-------+-------------------------------------------+ | +| | 216 | Mount2 Pitch | | +| +-------+-------------------------------------------+ | +| | 217 | Mount2 Yaw | | +| +-------+-------------------------------------------+ | +| | 300 | Scripting1 | | +| +-------+-------------------------------------------+ | +| | 301 | Scripting2 | | +| +-------+-------------------------------------------+ | +| | 302 | Scripting3 | | +| +-------+-------------------------------------------+ | +| | 303 | Scripting4 | | +| +-------+-------------------------------------------+ | +| | 304 | Scripting5 | | +| +-------+-------------------------------------------+ | +| | 305 | Scripting6 | | +| +-------+-------------------------------------------+ | +| | 306 | Scripting7 | | +| +-------+-------------------------------------------+ | +| | 307 | Scripting8 | | +| +-------+-------------------------------------------+ | +| | ++-------------------------------------------------------+ + + + + +.. _BTN_FUNC2: + +BTN\_FUNC2: Button Pin 2 RC Channel function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Auxiliary RC Options function executed on pin change + + ++-------------------------------------------------------+ +| Values | ++=======================================================+ +| +-------+-------------------------------------------+ | +| | Value | Meaning | | +| +=======+===========================================+ | +| | 0 | Do Nothing | | +| +-------+-------------------------------------------+ | +| | 4 | RTL | | +| +-------+-------------------------------------------+ | +| | 5 | Save Trim (4.1 and lower) | | +| +-------+-------------------------------------------+ | +| | 7 | Save WP | | +| +-------+-------------------------------------------+ | +| | 9 | Camera Trigger | | +| +-------+-------------------------------------------+ | +| | 11 | Fence Enable | | +| +-------+-------------------------------------------+ | +| | 16 | AUTO Mode | | +| +-------+-------------------------------------------+ | +| | 19 | Gripper Release | | +| +-------+-------------------------------------------+ | +| | 24 | Auto Mission Reset | | +| +-------+-------------------------------------------+ | +| | 27 | Retract Mount1 | | +| +-------+-------------------------------------------+ | +| | 28 | Relay1 On/Off | | +| +-------+-------------------------------------------+ | +| | 30 | Lost Rover Sound | | +| +-------+-------------------------------------------+ | +| | 31 | Motor Emergency Stop | | +| +-------+-------------------------------------------+ | +| | 34 | Relay2 On/Off | | +| +-------+-------------------------------------------+ | +| | 35 | Relay3 On/Off | | +| +-------+-------------------------------------------+ | +| | 36 | Relay4 On/Off | | +| +-------+-------------------------------------------+ | +| | 40 | Proximity Avoidance Enable | | +| +-------+-------------------------------------------+ | +| | 41 | ArmDisarm (4.1 and lower) | | +| +-------+-------------------------------------------+ | +| | 42 | SMARTRTL Mode | | +| +-------+-------------------------------------------+ | +| | 46 | RC Override Enable | | +| +-------+-------------------------------------------+ | +| | 50 | LearnCruise Speed | | +| +-------+-------------------------------------------+ | +| | 51 | MANUAL Mode | | +| +-------+-------------------------------------------+ | +| | 52 | ACRO Mode | | +| +-------+-------------------------------------------+ | +| | 53 | STEERING Mode | | +| +-------+-------------------------------------------+ | +| | 54 | HOLD Mode | | +| +-------+-------------------------------------------+ | +| | 55 | GUIDED Mode | | +| +-------+-------------------------------------------+ | +| | 56 | LOITER Mode | | +| +-------+-------------------------------------------+ | +| | 57 | FOLLOW Mode | | +| +-------+-------------------------------------------+ | +| | 58 | Clear Waypoints | | +| +-------+-------------------------------------------+ | +| | 59 | Simple Mode | | +| +-------+-------------------------------------------+ | +| | 62 | Compass Learn | | +| +-------+-------------------------------------------+ | +| | 63 | Sailboat Tack | | +| +-------+-------------------------------------------+ | +| | 65 | GPS Disable | | +| +-------+-------------------------------------------+ | +| | 66 | Relay5 On/Off | | +| +-------+-------------------------------------------+ | +| | 67 | Relay6 On/Off | | +| +-------+-------------------------------------------+ | +| | 72 | CIRCLE Mode | | +| +-------+-------------------------------------------+ | +| | 74 | Sailboat motoring 3pos | | +| +-------+-------------------------------------------+ | +| | 78 | RunCam Control | | +| +-------+-------------------------------------------+ | +| | 79 | RunCam OSD Control | | +| +-------+-------------------------------------------+ | +| | 80 | VisoOdom Align | | +| +-------+-------------------------------------------+ | +| | 81 | Disarm | | +| +-------+-------------------------------------------+ | +| | 90 | EKF Pos Source | | +| +-------+-------------------------------------------+ | +| | 94 | VTX Power | | +| +-------+-------------------------------------------+ | +| | 97 | Windvane home heading direction offset | | +| +-------+-------------------------------------------+ | +| | 100 | KillIMU1 | | +| +-------+-------------------------------------------+ | +| | 101 | KillIMU2 | | +| +-------+-------------------------------------------+ | +| | 102 | Camera Mode Toggle | | +| +-------+-------------------------------------------+ | +| | 105 | GPS Disable Yaw | | +| +-------+-------------------------------------------+ | +| | 106 | Disable Airspeed Use | | +| +-------+-------------------------------------------+ | +| | 110 | KillIMU3 | | +| +-------+-------------------------------------------+ | +| | 112 | SwitchExternalAHRS | | +| +-------+-------------------------------------------+ | +| | 153 | ArmDisarm (4.2 and higher) | | +| +-------+-------------------------------------------+ | +| | 155 | Set steering trim to current servo and RC | | +| +-------+-------------------------------------------+ | +| | 156 | Torqeedo Clear Err | | +| +-------+-------------------------------------------+ | +| | 162 | FFT Tune | | +| +-------+-------------------------------------------+ | +| | 163 | Mount Lock | | +| +-------+-------------------------------------------+ | +| | 164 | Pause Stream Logging | | +| +-------+-------------------------------------------+ | +| | 165 | Arm/Emergency Motor Stop | | +| +-------+-------------------------------------------+ | +| | 166 | Camera Record Video | | +| +-------+-------------------------------------------+ | +| | 167 | Camera Zoom | | +| +-------+-------------------------------------------+ | +| | 168 | Camera Manual Focus | | +| +-------+-------------------------------------------+ | +| | 169 | Camera Auto Focus | | +| +-------+-------------------------------------------+ | +| | 171 | Calibrate Compasses | | +| +-------+-------------------------------------------+ | +| | 172 | Battery MPPT Enable | | +| +-------+-------------------------------------------+ | +| | 174 | Camera Image Tracking | | +| +-------+-------------------------------------------+ | +| | 175 | Camera Lens | | +| +-------+-------------------------------------------+ | +| | 201 | Roll | | +| +-------+-------------------------------------------+ | +| | 202 | Pitch | | +| +-------+-------------------------------------------+ | +| | 207 | MainSail | | +| +-------+-------------------------------------------+ | +| | 208 | Flap | | +| +-------+-------------------------------------------+ | +| | 211 | Walking Height | | +| +-------+-------------------------------------------+ | +| | 212 | Mount1 Roll | | +| +-------+-------------------------------------------+ | +| | 213 | Mount1 Pitch | | +| +-------+-------------------------------------------+ | +| | 214 | Mount1 Yaw | | +| +-------+-------------------------------------------+ | +| | 215 | Mount2 Roll | | +| +-------+-------------------------------------------+ | +| | 216 | Mount2 Pitch | | +| +-------+-------------------------------------------+ | +| | 217 | Mount2 Yaw | | +| +-------+-------------------------------------------+ | +| | 300 | Scripting1 | | +| +-------+-------------------------------------------+ | +| | 301 | Scripting2 | | +| +-------+-------------------------------------------+ | +| | 302 | Scripting3 | | +| +-------+-------------------------------------------+ | +| | 303 | Scripting4 | | +| +-------+-------------------------------------------+ | +| | 304 | Scripting5 | | +| +-------+-------------------------------------------+ | +| | 305 | Scripting6 | | +| +-------+-------------------------------------------+ | +| | 306 | Scripting7 | | +| +-------+-------------------------------------------+ | +| | 307 | Scripting8 | | +| +-------+-------------------------------------------+ | +| | ++-------------------------------------------------------+ + + + + +.. _BTN_FUNC3: + +BTN\_FUNC3: Button Pin 3 RC Channel function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Auxiliary RC Options function executed on pin change + + ++-------------------------------------------------------+ +| Values | ++=======================================================+ +| +-------+-------------------------------------------+ | +| | Value | Meaning | | +| +=======+===========================================+ | +| | 0 | Do Nothing | | +| +-------+-------------------------------------------+ | +| | 4 | RTL | | +| +-------+-------------------------------------------+ | +| | 5 | Save Trim (4.1 and lower) | | +| +-------+-------------------------------------------+ | +| | 7 | Save WP | | +| +-------+-------------------------------------------+ | +| | 9 | Camera Trigger | | +| +-------+-------------------------------------------+ | +| | 11 | Fence Enable | | +| +-------+-------------------------------------------+ | +| | 16 | AUTO Mode | | +| +-------+-------------------------------------------+ | +| | 19 | Gripper Release | | +| +-------+-------------------------------------------+ | +| | 24 | Auto Mission Reset | | +| +-------+-------------------------------------------+ | +| | 27 | Retract Mount1 | | +| +-------+-------------------------------------------+ | +| | 28 | Relay1 On/Off | | +| +-------+-------------------------------------------+ | +| | 30 | Lost Rover Sound | | +| +-------+-------------------------------------------+ | +| | 31 | Motor Emergency Stop | | +| +-------+-------------------------------------------+ | +| | 34 | Relay2 On/Off | | +| +-------+-------------------------------------------+ | +| | 35 | Relay3 On/Off | | +| +-------+-------------------------------------------+ | +| | 36 | Relay4 On/Off | | +| +-------+-------------------------------------------+ | +| | 40 | Proximity Avoidance Enable | | +| +-------+-------------------------------------------+ | +| | 41 | ArmDisarm (4.1 and lower) | | +| +-------+-------------------------------------------+ | +| | 42 | SMARTRTL Mode | | +| +-------+-------------------------------------------+ | +| | 46 | RC Override Enable | | +| +-------+-------------------------------------------+ | +| | 50 | LearnCruise Speed | | +| +-------+-------------------------------------------+ | +| | 51 | MANUAL Mode | | +| +-------+-------------------------------------------+ | +| | 52 | ACRO Mode | | +| +-------+-------------------------------------------+ | +| | 53 | STEERING Mode | | +| +-------+-------------------------------------------+ | +| | 54 | HOLD Mode | | +| +-------+-------------------------------------------+ | +| | 55 | GUIDED Mode | | +| +-------+-------------------------------------------+ | +| | 56 | LOITER Mode | | +| +-------+-------------------------------------------+ | +| | 57 | FOLLOW Mode | | +| +-------+-------------------------------------------+ | +| | 58 | Clear Waypoints | | +| +-------+-------------------------------------------+ | +| | 59 | Simple Mode | | +| +-------+-------------------------------------------+ | +| | 62 | Compass Learn | | +| +-------+-------------------------------------------+ | +| | 63 | Sailboat Tack | | +| +-------+-------------------------------------------+ | +| | 65 | GPS Disable | | +| +-------+-------------------------------------------+ | +| | 66 | Relay5 On/Off | | +| +-------+-------------------------------------------+ | +| | 67 | Relay6 On/Off | | +| +-------+-------------------------------------------+ | +| | 72 | CIRCLE Mode | | +| +-------+-------------------------------------------+ | +| | 74 | Sailboat motoring 3pos | | +| +-------+-------------------------------------------+ | +| | 78 | RunCam Control | | +| +-------+-------------------------------------------+ | +| | 79 | RunCam OSD Control | | +| +-------+-------------------------------------------+ | +| | 80 | VisoOdom Align | | +| +-------+-------------------------------------------+ | +| | 81 | Disarm | | +| +-------+-------------------------------------------+ | +| | 90 | EKF Pos Source | | +| +-------+-------------------------------------------+ | +| | 94 | VTX Power | | +| +-------+-------------------------------------------+ | +| | 97 | Windvane home heading direction offset | | +| +-------+-------------------------------------------+ | +| | 100 | KillIMU1 | | +| +-------+-------------------------------------------+ | +| | 101 | KillIMU2 | | +| +-------+-------------------------------------------+ | +| | 102 | Camera Mode Toggle | | +| +-------+-------------------------------------------+ | +| | 105 | GPS Disable Yaw | | +| +-------+-------------------------------------------+ | +| | 106 | Disable Airspeed Use | | +| +-------+-------------------------------------------+ | +| | 110 | KillIMU3 | | +| +-------+-------------------------------------------+ | +| | 112 | SwitchExternalAHRS | | +| +-------+-------------------------------------------+ | +| | 153 | ArmDisarm (4.2 and higher) | | +| +-------+-------------------------------------------+ | +| | 155 | Set steering trim to current servo and RC | | +| +-------+-------------------------------------------+ | +| | 156 | Torqeedo Clear Err | | +| +-------+-------------------------------------------+ | +| | 162 | FFT Tune | | +| +-------+-------------------------------------------+ | +| | 163 | Mount Lock | | +| +-------+-------------------------------------------+ | +| | 164 | Pause Stream Logging | | +| +-------+-------------------------------------------+ | +| | 165 | Arm/Emergency Motor Stop | | +| +-------+-------------------------------------------+ | +| | 166 | Camera Record Video | | +| +-------+-------------------------------------------+ | +| | 167 | Camera Zoom | | +| +-------+-------------------------------------------+ | +| | 168 | Camera Manual Focus | | +| +-------+-------------------------------------------+ | +| | 169 | Camera Auto Focus | | +| +-------+-------------------------------------------+ | +| | 171 | Calibrate Compasses | | +| +-------+-------------------------------------------+ | +| | 172 | Battery MPPT Enable | | +| +-------+-------------------------------------------+ | +| | 174 | Camera Image Tracking | | +| +-------+-------------------------------------------+ | +| | 175 | Camera Lens | | +| +-------+-------------------------------------------+ | +| | 201 | Roll | | +| +-------+-------------------------------------------+ | +| | 202 | Pitch | | +| +-------+-------------------------------------------+ | +| | 207 | MainSail | | +| +-------+-------------------------------------------+ | +| | 208 | Flap | | +| +-------+-------------------------------------------+ | +| | 211 | Walking Height | | +| +-------+-------------------------------------------+ | +| | 212 | Mount1 Roll | | +| +-------+-------------------------------------------+ | +| | 213 | Mount1 Pitch | | +| +-------+-------------------------------------------+ | +| | 214 | Mount1 Yaw | | +| +-------+-------------------------------------------+ | +| | 215 | Mount2 Roll | | +| +-------+-------------------------------------------+ | +| | 216 | Mount2 Pitch | | +| +-------+-------------------------------------------+ | +| | 217 | Mount2 Yaw | | +| +-------+-------------------------------------------+ | +| | 300 | Scripting1 | | +| +-------+-------------------------------------------+ | +| | 301 | Scripting2 | | +| +-------+-------------------------------------------+ | +| | 302 | Scripting3 | | +| +-------+-------------------------------------------+ | +| | 303 | Scripting4 | | +| +-------+-------------------------------------------+ | +| | 304 | Scripting5 | | +| +-------+-------------------------------------------+ | +| | 305 | Scripting6 | | +| +-------+-------------------------------------------+ | +| | 306 | Scripting7 | | +| +-------+-------------------------------------------+ | +| | 307 | Scripting8 | | +| +-------+-------------------------------------------+ | +| | ++-------------------------------------------------------+ + + + + +.. _BTN_FUNC4: + +BTN\_FUNC4: Button Pin 4 RC Channel function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Auxiliary RC Options function executed on pin change + + ++-------------------------------------------------------+ +| Values | ++=======================================================+ +| +-------+-------------------------------------------+ | +| | Value | Meaning | | +| +=======+===========================================+ | +| | 0 | Do Nothing | | +| +-------+-------------------------------------------+ | +| | 4 | RTL | | +| +-------+-------------------------------------------+ | +| | 5 | Save Trim (4.1 and lower) | | +| +-------+-------------------------------------------+ | +| | 7 | Save WP | | +| +-------+-------------------------------------------+ | +| | 9 | Camera Trigger | | +| +-------+-------------------------------------------+ | +| | 11 | Fence Enable | | +| +-------+-------------------------------------------+ | +| | 16 | AUTO Mode | | +| +-------+-------------------------------------------+ | +| | 19 | Gripper Release | | +| +-------+-------------------------------------------+ | +| | 24 | Auto Mission Reset | | +| +-------+-------------------------------------------+ | +| | 27 | Retract Mount1 | | +| +-------+-------------------------------------------+ | +| | 28 | Relay1 On/Off | | +| +-------+-------------------------------------------+ | +| | 30 | Lost Rover Sound | | +| +-------+-------------------------------------------+ | +| | 31 | Motor Emergency Stop | | +| +-------+-------------------------------------------+ | +| | 34 | Relay2 On/Off | | +| +-------+-------------------------------------------+ | +| | 35 | Relay3 On/Off | | +| +-------+-------------------------------------------+ | +| | 36 | Relay4 On/Off | | +| +-------+-------------------------------------------+ | +| | 40 | Proximity Avoidance Enable | | +| +-------+-------------------------------------------+ | +| | 41 | ArmDisarm (4.1 and lower) | | +| +-------+-------------------------------------------+ | +| | 42 | SMARTRTL Mode | | +| +-------+-------------------------------------------+ | +| | 46 | RC Override Enable | | +| +-------+-------------------------------------------+ | +| | 50 | LearnCruise Speed | | +| +-------+-------------------------------------------+ | +| | 51 | MANUAL Mode | | +| +-------+-------------------------------------------+ | +| | 52 | ACRO Mode | | +| +-------+-------------------------------------------+ | +| | 53 | STEERING Mode | | +| +-------+-------------------------------------------+ | +| | 54 | HOLD Mode | | +| +-------+-------------------------------------------+ | +| | 55 | GUIDED Mode | | +| +-------+-------------------------------------------+ | +| | 56 | LOITER Mode | | +| +-------+-------------------------------------------+ | +| | 57 | FOLLOW Mode | | +| +-------+-------------------------------------------+ | +| | 58 | Clear Waypoints | | +| +-------+-------------------------------------------+ | +| | 59 | Simple Mode | | +| +-------+-------------------------------------------+ | +| | 62 | Compass Learn | | +| +-------+-------------------------------------------+ | +| | 63 | Sailboat Tack | | +| +-------+-------------------------------------------+ | +| | 65 | GPS Disable | | +| +-------+-------------------------------------------+ | +| | 66 | Relay5 On/Off | | +| +-------+-------------------------------------------+ | +| | 67 | Relay6 On/Off | | +| +-------+-------------------------------------------+ | +| | 72 | CIRCLE Mode | | +| +-------+-------------------------------------------+ | +| | 74 | Sailboat motoring 3pos | | +| +-------+-------------------------------------------+ | +| | 78 | RunCam Control | | +| +-------+-------------------------------------------+ | +| | 79 | RunCam OSD Control | | +| +-------+-------------------------------------------+ | +| | 80 | VisoOdom Align | | +| +-------+-------------------------------------------+ | +| | 81 | Disarm | | +| +-------+-------------------------------------------+ | +| | 90 | EKF Pos Source | | +| +-------+-------------------------------------------+ | +| | 94 | VTX Power | | +| +-------+-------------------------------------------+ | +| | 97 | Windvane home heading direction offset | | +| +-------+-------------------------------------------+ | +| | 100 | KillIMU1 | | +| +-------+-------------------------------------------+ | +| | 101 | KillIMU2 | | +| +-------+-------------------------------------------+ | +| | 102 | Camera Mode Toggle | | +| +-------+-------------------------------------------+ | +| | 105 | GPS Disable Yaw | | +| +-------+-------------------------------------------+ | +| | 106 | Disable Airspeed Use | | +| +-------+-------------------------------------------+ | +| | 110 | KillIMU3 | | +| +-------+-------------------------------------------+ | +| | 112 | SwitchExternalAHRS | | +| +-------+-------------------------------------------+ | +| | 153 | ArmDisarm (4.2 and higher) | | +| +-------+-------------------------------------------+ | +| | 155 | Set steering trim to current servo and RC | | +| +-------+-------------------------------------------+ | +| | 156 | Torqeedo Clear Err | | +| +-------+-------------------------------------------+ | +| | 162 | FFT Tune | | +| +-------+-------------------------------------------+ | +| | 163 | Mount Lock | | +| +-------+-------------------------------------------+ | +| | 164 | Pause Stream Logging | | +| +-------+-------------------------------------------+ | +| | 165 | Arm/Emergency Motor Stop | | +| +-------+-------------------------------------------+ | +| | 166 | Camera Record Video | | +| +-------+-------------------------------------------+ | +| | 167 | Camera Zoom | | +| +-------+-------------------------------------------+ | +| | 168 | Camera Manual Focus | | +| +-------+-------------------------------------------+ | +| | 169 | Camera Auto Focus | | +| +-------+-------------------------------------------+ | +| | 171 | Calibrate Compasses | | +| +-------+-------------------------------------------+ | +| | 172 | Battery MPPT Enable | | +| +-------+-------------------------------------------+ | +| | 174 | Camera Image Tracking | | +| +-------+-------------------------------------------+ | +| | 175 | Camera Lens | | +| +-------+-------------------------------------------+ | +| | 201 | Roll | | +| +-------+-------------------------------------------+ | +| | 202 | Pitch | | +| +-------+-------------------------------------------+ | +| | 207 | MainSail | | +| +-------+-------------------------------------------+ | +| | 208 | Flap | | +| +-------+-------------------------------------------+ | +| | 211 | Walking Height | | +| +-------+-------------------------------------------+ | +| | 212 | Mount1 Roll | | +| +-------+-------------------------------------------+ | +| | 213 | Mount1 Pitch | | +| +-------+-------------------------------------------+ | +| | 214 | Mount1 Yaw | | +| +-------+-------------------------------------------+ | +| | 215 | Mount2 Roll | | +| +-------+-------------------------------------------+ | +| | 216 | Mount2 Pitch | | +| +-------+-------------------------------------------+ | +| | 217 | Mount2 Yaw | | +| +-------+-------------------------------------------+ | +| | 300 | Scripting1 | | +| +-------+-------------------------------------------+ | +| | 301 | Scripting2 | | +| +-------+-------------------------------------------+ | +| | 302 | Scripting3 | | +| +-------+-------------------------------------------+ | +| | 303 | Scripting4 | | +| +-------+-------------------------------------------+ | +| | 304 | Scripting5 | | +| +-------+-------------------------------------------+ | +| | 305 | Scripting6 | | +| +-------+-------------------------------------------+ | +| | 306 | Scripting7 | | +| +-------+-------------------------------------------+ | +| | 307 | Scripting8 | | +| +-------+-------------------------------------------+ | +| | ++-------------------------------------------------------+ + + + + + +.. _parameters_CAM: + +CAM Parameters +-------------- + + +.. _CAM_MAX_ROLL: + +CAM\_MAX\_ROLL: Maximum photo roll angle\. +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Postpone shooting if roll is greater than limit\. \(0\=Disable\, will shoot regardless of roll\)\. + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 180 | degrees | ++----------+---------+ + + + + +.. _CAM_AUTO_ONLY: + +CAM\_AUTO\_ONLY: Distance\-trigging in AUTO mode only +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +When enabled\, trigging by distance is done in AUTO mode only\. + + ++-------------------------------+ +| Values | ++===============================+ +| +-------+-------------------+ | +| | Value | Meaning | | +| +=======+===================+ | +| | 0 | Always | | +| +-------+-------------------+ | +| | 1 | Only when in AUTO | | +| +-------+-------------------+ | +| | ++-------------------------------+ + + + + + +.. _parameters_CAM1: + +CAM1 Parameters +--------------- + + +.. _CAM1_TYPE: + +CAM1\_TYPE: Camera shutter \(trigger\) type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +how to trigger the camera to take a picture + + ++----------------------------------+ +| Values | ++==================================+ +| +-------+----------------------+ | +| | Value | Meaning | | +| +=======+======================+ | +| | 0 | None | | +| +-------+----------------------+ | +| | 1 | Servo | | +| +-------+----------------------+ | +| | 2 | Relay | | +| +-------+----------------------+ | +| | 3 | GoPro in Solo Gimbal | | +| +-------+----------------------+ | +| | 4 | Mount (Siyi) | | +| +-------+----------------------+ | +| | 5 | MAVLink | | +| +-------+----------------------+ | +| | 6 | MAVLinkCamV2 | | +| +-------+----------------------+ | +| | 7 | Scripting | | +| +-------+----------------------+ | +| | ++----------------------------------+ + + + + +.. _CAM1_DURATION: + +CAM1\_DURATION: Camera shutter duration held open +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Duration in seconds that the camera shutter is held open + + ++--------+---------+ +| Range | Units | ++========+=========+ +| 0 to 5 | seconds | ++--------+---------+ + + + + +.. _CAM1_SERVO_ON: + +CAM1\_SERVO\_ON: Camera servo ON PWM value +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +PWM value in microseconds to move servo to when shutter is activated + + ++--------------+---------------------+ +| Range | Units | ++==============+=====================+ +| 1000 to 2000 | PWM in microseconds | ++--------------+---------------------+ + + + + +.. _CAM1_SERVO_OFF: + +CAM1\_SERVO\_OFF: Camera servo OFF PWM value +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +PWM value in microseconds to move servo to when shutter is deactivated + + ++--------------+---------------------+ +| Range | Units | ++==============+=====================+ +| 1000 to 2000 | PWM in microseconds | ++--------------+---------------------+ + + + + +.. _CAM1_TRIGG_DIST: + +CAM1\_TRIGG\_DIST: Camera trigger distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Distance in meters between camera triggers\. If this value is non\-zero then the camera will trigger whenever the position changes by this number of meters regardless of what mode the APM is in\. Note that this parameter can also be set in an auto mission using the DO\_SET\_CAM\_TRIGG\_DIST command\, allowing you to enable\/disable the triggering of the camera during the flight\. + + ++-----------+--------+ +| Range | Units | ++===========+========+ +| 0 to 1000 | meters | ++-----------+--------+ + + + + +.. _CAM1_RELAY_ON: + +CAM1\_RELAY\_ON: Camera relay ON value +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets whether the relay goes high or low when it triggers\. Note that you should also set RELAY\_DEFAULT appropriately for your camera + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 0 | Low | | +| +-------+---------+ | +| | 1 | High | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _CAM1_INTRVAL_MIN: + +CAM1\_INTRVAL\_MIN: Camera minimum time interval between photos +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Postpone shooting if previous picture was taken less than this many seconds ago + + ++---------+---------+ +| Range | Units | ++=========+=========+ +| 0 to 10 | seconds | ++---------+---------+ + + + + +.. _CAM1_FEEDBAK_PIN: + +CAM1\_FEEDBAK\_PIN: Camera feedback pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +pin number to use for save accurate camera feedback messages\. If set to \-1 then don\'t use a pin flag for this\, otherwise this is a pin number which if held high after a picture trigger order\, will save camera messages when camera really takes a picture\. A universal camera hot shoe is needed\. The pin should be held high for at least 2 milliseconds for reliable trigger detection\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. See also the CAMx\_FEEDBCK\_POL option\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | -1 | Disabled | | +| +-------+----------+ | +| | 50 | AUX1 | | +| +-------+----------+ | +| | 51 | AUX2 | | +| +-------+----------+ | +| | 52 | AUX3 | | +| +-------+----------+ | +| | 53 | AUX4 | | +| +-------+----------+ | +| | 54 | AUX5 | | +| +-------+----------+ | +| | 55 | AUX6 | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _CAM1_FEEDBAK_POL: + +CAM1\_FEEDBAK\_POL: Camera feedback pin polarity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Polarity for feedback pin\. If this is 1 then the feedback pin should go high on trigger\. If set to 0 then it should go low + + ++-------------------------+ +| Values | ++=========================+ +| +-------+-------------+ | +| | Value | Meaning | | +| +=======+=============+ | +| | 0 | TriggerLow | | +| +-------+-------------+ | +| | 1 | TriggerHigh | | +| +-------+-------------+ | +| | ++-------------------------+ + + + + +.. _CAM1_OPTIONS: + +CAM1\_OPTIONS: Camera options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Camera options bitmask + + ++-------------------------------------------------------------+ +| Bitmask | ++=============================================================+ +| +-----+---------------------------------------------------+ | +| | Bit | Meaning | | +| +=====+===================================================+ | +| | 0 | Recording Starts at arming and stops at disarming | | +| +-----+---------------------------------------------------+ | +| | ++-------------------------------------------------------------+ + + + + +.. _CAM1_MNT_INST: + +CAM1\_MNT\_INST: Camera Mount instance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount instance camera is associated with\. 0 means camera and mount have identical instance numbers e\.g\. camera1 and mount1 + + +.. _CAM1_HFOV: + +CAM1\_HFOV: Camera horizontal field of view +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Camera horizontal field of view\. 0 if unknown + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 360 | degrees | ++----------+---------+ + + + + +.. _CAM1_VFOV: + +CAM1\_VFOV: Camera vertical field of view +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Camera vertical field of view\. 0 if unknown + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 180 | degrees | ++----------+---------+ + + + + + +.. _parameters_CAM2: + +CAM2 Parameters +--------------- + + +.. _CAM2_TYPE: + +CAM2\_TYPE: Camera shutter \(trigger\) type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +how to trigger the camera to take a picture + + ++----------------------------------+ +| Values | ++==================================+ +| +-------+----------------------+ | +| | Value | Meaning | | +| +=======+======================+ | +| | 0 | None | | +| +-------+----------------------+ | +| | 1 | Servo | | +| +-------+----------------------+ | +| | 2 | Relay | | +| +-------+----------------------+ | +| | 3 | GoPro in Solo Gimbal | | +| +-------+----------------------+ | +| | 4 | Mount (Siyi) | | +| +-------+----------------------+ | +| | 5 | MAVLink | | +| +-------+----------------------+ | +| | 6 | MAVLinkCamV2 | | +| +-------+----------------------+ | +| | 7 | Scripting | | +| +-------+----------------------+ | +| | ++----------------------------------+ + + + + +.. _CAM2_DURATION: + +CAM2\_DURATION: Camera shutter duration held open +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Duration in seconds that the camera shutter is held open + + ++--------+---------+ +| Range | Units | ++========+=========+ +| 0 to 5 | seconds | ++--------+---------+ + + + + +.. _CAM2_SERVO_ON: + +CAM2\_SERVO\_ON: Camera servo ON PWM value +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +PWM value in microseconds to move servo to when shutter is activated + + ++--------------+---------------------+ +| Range | Units | ++==============+=====================+ +| 1000 to 2000 | PWM in microseconds | ++--------------+---------------------+ + + + + +.. _CAM2_SERVO_OFF: + +CAM2\_SERVO\_OFF: Camera servo OFF PWM value +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +PWM value in microseconds to move servo to when shutter is deactivated + + ++--------------+---------------------+ +| Range | Units | ++==============+=====================+ +| 1000 to 2000 | PWM in microseconds | ++--------------+---------------------+ + + + + +.. _CAM2_TRIGG_DIST: + +CAM2\_TRIGG\_DIST: Camera trigger distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Distance in meters between camera triggers\. If this value is non\-zero then the camera will trigger whenever the position changes by this number of meters regardless of what mode the APM is in\. Note that this parameter can also be set in an auto mission using the DO\_SET\_CAM\_TRIGG\_DIST command\, allowing you to enable\/disable the triggering of the camera during the flight\. + + ++-----------+--------+ +| Range | Units | ++===========+========+ +| 0 to 1000 | meters | ++-----------+--------+ + + + + +.. _CAM2_RELAY_ON: + +CAM2\_RELAY\_ON: Camera relay ON value +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets whether the relay goes high or low when it triggers\. Note that you should also set RELAY\_DEFAULT appropriately for your camera + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 0 | Low | | +| +-------+---------+ | +| | 1 | High | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _CAM2_INTRVAL_MIN: + +CAM2\_INTRVAL\_MIN: Camera minimum time interval between photos +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Postpone shooting if previous picture was taken less than this many seconds ago + + ++---------+---------+ +| Range | Units | ++=========+=========+ +| 0 to 10 | seconds | ++---------+---------+ + + + + +.. _CAM2_FEEDBAK_PIN: + +CAM2\_FEEDBAK\_PIN: Camera feedback pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +pin number to use for save accurate camera feedback messages\. If set to \-1 then don\'t use a pin flag for this\, otherwise this is a pin number which if held high after a picture trigger order\, will save camera messages when camera really takes a picture\. A universal camera hot shoe is needed\. The pin should be held high for at least 2 milliseconds for reliable trigger detection\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. See also the CAMx\_FEEDBCK\_POL option\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | -1 | Disabled | | +| +-------+----------+ | +| | 50 | AUX1 | | +| +-------+----------+ | +| | 51 | AUX2 | | +| +-------+----------+ | +| | 52 | AUX3 | | +| +-------+----------+ | +| | 53 | AUX4 | | +| +-------+----------+ | +| | 54 | AUX5 | | +| +-------+----------+ | +| | 55 | AUX6 | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _CAM2_FEEDBAK_POL: + +CAM2\_FEEDBAK\_POL: Camera feedback pin polarity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Polarity for feedback pin\. If this is 1 then the feedback pin should go high on trigger\. If set to 0 then it should go low + + ++-------------------------+ +| Values | ++=========================+ +| +-------+-------------+ | +| | Value | Meaning | | +| +=======+=============+ | +| | 0 | TriggerLow | | +| +-------+-------------+ | +| | 1 | TriggerHigh | | +| +-------+-------------+ | +| | ++-------------------------+ + + + + +.. _CAM2_OPTIONS: + +CAM2\_OPTIONS: Camera options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Camera options bitmask + + ++-------------------------------------------------------------+ +| Bitmask | ++=============================================================+ +| +-----+---------------------------------------------------+ | +| | Bit | Meaning | | +| +=====+===================================================+ | +| | 0 | Recording Starts at arming and stops at disarming | | +| +-----+---------------------------------------------------+ | +| | ++-------------------------------------------------------------+ + + + + +.. _CAM2_MNT_INST: + +CAM2\_MNT\_INST: Camera Mount instance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount instance camera is associated with\. 0 means camera and mount have identical instance numbers e\.g\. camera1 and mount1 + + +.. _CAM2_HFOV: + +CAM2\_HFOV: Camera horizontal field of view +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Camera horizontal field of view\. 0 if unknown + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 360 | degrees | ++----------+---------+ + + + + +.. _CAM2_VFOV: + +CAM2\_VFOV: Camera vertical field of view +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Camera vertical field of view\. 0 if unknown + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 180 | degrees | ++----------+---------+ + + + + + +.. _parameters_CAM_RC_: + +CAM\_RC\_ Parameters +-------------------- + + +.. _CAM_RC_TYPE: + +CAM\_RC\_TYPE: RunCam device type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +RunCam device type used to determine OSD menu structure and shutter options\. + + ++-------------------------------------------------+ +| Values | ++=================================================+ +| +-------+-------------------------------------+ | +| | Value | Meaning | | +| +=======+=====================================+ | +| | 0 | Disabled | | +| +-------+-------------------------------------+ | +| | 1 | RunCam Split Micro/RunCam with UART | | +| +-------+-------------------------------------+ | +| | 2 | RunCam Split | | +| +-------+-------------------------------------+ | +| | 3 | RunCam Split4 4k | | +| +-------+-------------------------------------+ | +| | 4 | RunCam Hybrid/RunCam Thumb Pro | | +| +-------+-------------------------------------+ | +| | 5 | Runcam 2 4k | | +| +-------+-------------------------------------+ | +| | ++-------------------------------------------------+ + + + + +.. _CAM_RC_FEATURES: + +CAM\_RC\_FEATURES: RunCam features available +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The available features of the attached RunCam device\. If 0 then the RunCam device will be queried for the features it supports\, otherwise this setting is used\. + + ++---------------------------+ +| Bitmask | ++===========================+ +| +-----+-----------------+ | +| | Bit | Meaning | | +| +=====+=================+ | +| | 0 | Power Button | | +| +-----+-----------------+ | +| | 1 | WiFi Button | | +| +-----+-----------------+ | +| | 2 | Change Mode | | +| +-----+-----------------+ | +| | 3 | 5-Key OSD | | +| +-----+-----------------+ | +| | 4 | Settings Access | | +| +-----+-----------------+ | +| | 5 | DisplayPort | | +| +-----+-----------------+ | +| | 6 | Start Recording | | +| +-----+-----------------+ | +| | 7 | Stop Recording | | +| +-----+-----------------+ | +| | ++---------------------------+ + + + + +.. _CAM_RC_BT_DELAY: + +CAM\_RC\_BT\_DELAY: RunCam boot delay before allowing updates +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Time it takes for the RunCam to become fully ready in ms\. If this is too short then commands can get out of sync\. + + +.. _CAM_RC_BTN_DELAY: + +CAM\_RC\_BTN\_DELAY: RunCam button delay before allowing further button presses +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Time it takes for the a RunCam button press to be actived in ms\. If this is too short then commands can get out of sync\. + + +.. _CAM_RC_MDE_DELAY: + +CAM\_RC\_MDE\_DELAY: RunCam mode delay before allowing further button presses +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Time it takes for the a RunCam mode button press to be actived in ms\. If a mode change first requires a video recording change then double this value is used\. If this is too short then commands can get out of sync\. + + +.. _CAM_RC_CONTROL: + +CAM\_RC\_CONTROL: RunCam control option +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Specifies the allowed actions required to enter the OSD menu and other option like autorecording + + ++---------------------------------+ +| Bitmask | ++=================================+ +| +-----+-----------------------+ | +| | Bit | Meaning | | +| +=====+=======================+ | +| | 0 | Stick yaw right | | +| +-----+-----------------------+ | +| | 1 | Stick roll right | | +| +-----+-----------------------+ | +| | 2 | 3-position switch | | +| +-----+-----------------------+ | +| | 3 | 2-position switch | | +| +-----+-----------------------+ | +| | 4 | Autorecording enabled | | +| +-----+-----------------------+ | +| | ++---------------------------------+ + + + + + +.. _parameters_CAN_: + +CAN\_ Parameters +---------------- + + +.. _CAN_LOGLEVEL: + +CAN\_LOGLEVEL: Loglevel +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Loglevel for recording initialisation and debug information from CAN Interface + + ++--------+-----------------------------------+ +| Range | Values | ++========+===================================+ +| 0 to 4 | +-------+-----------------------+ | +| | | Value | Meaning | | +| | +=======+=======================+ | +| | | 0 | Log None | | +| | +-------+-----------------------+ | +| | | 1 | Log Error | | +| | +-------+-----------------------+ | +| | | 2 | Log Warning and below | | +| | +-------+-----------------------+ | +| | | 3 | Log Info and below | | +| | +-------+-----------------------+ | +| | | 4 | Log Everything | | +| | +-------+-----------------------+ | +| | | ++--------+-----------------------------------+ + + + + + +.. _parameters_CAN_D1_: + +CAN\_D1\_ Parameters +-------------------- + + +.. _CAN_D1_PROTOCOL: + +CAN\_D1\_PROTOCOL: Enable use of specific protocol over virtual driver +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Enabling this option starts selected protocol that will use this virtual driver + + ++-----------------------------+ +| Values | ++=============================+ +| +-------+-----------------+ | +| | Value | Meaning | | +| +=======+=================+ | +| | 0 | Disabled | | +| +-------+-----------------+ | +| | 1 | DroneCAN | | +| +-------+-----------------+ | +| | 4 | PiccoloCAN | | +| +-------+-----------------+ | +| | 6 | EFI_NWPMU | | +| +-------+-----------------+ | +| | 7 | USD1 | | +| +-------+-----------------+ | +| | 8 | KDECAN | | +| +-------+-----------------+ | +| | 10 | Scripting | | +| +-------+-----------------+ | +| | 11 | Benewake | | +| +-------+-----------------+ | +| | 12 | Scripting2 | | +| +-------+-----------------+ | +| | 13 | TOFSenseP | | +| +-------+-----------------+ | +| | 14 | NanoRadar_NRA24 | | +| +-------+-----------------+ | +| | ++-----------------------------+ + + + + +.. _CAN_D1_PROTOCOL2: + +CAN\_D1\_PROTOCOL2: Secondary protocol with 11 bit CAN addressing +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Secondary protocol with 11 bit CAN addressing + + ++-----------------------------+ +| Values | ++=============================+ +| +-------+-----------------+ | +| | Value | Meaning | | +| +=======+=================+ | +| | 0 | Disabled | | +| +-------+-----------------+ | +| | 7 | USD1 | | +| +-------+-----------------+ | +| | 10 | Scripting | | +| +-------+-----------------+ | +| | 11 | Benewake | | +| +-------+-----------------+ | +| | 12 | Scripting2 | | +| +-------+-----------------+ | +| | 13 | TOFSenseP | | +| +-------+-----------------+ | +| | 14 | NanoRadar_NRA24 | | +| +-------+-----------------+ | +| | ++-----------------------------+ + + + + + +.. _parameters_CAN_D1_PC_: + +CAN\_D1\_PC\_ Parameters +------------------------ + + +.. _CAN_D1_PC_ESC_BM: + +CAN\_D1\_PC\_ESC\_BM: ESC channels +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bitmask defining which ESC \(motor\) channels are to be transmitted over Piccolo CAN + + ++-------------------+ +| Bitmask | ++===================+ +| +-----+---------+ | +| | Bit | Meaning | | +| +=====+=========+ | +| | 0 | ESC 1 | | +| +-----+---------+ | +| | 1 | ESC 2 | | +| +-----+---------+ | +| | 2 | ESC 3 | | +| +-----+---------+ | +| | 3 | ESC 4 | | +| +-----+---------+ | +| | 4 | ESC 5 | | +| +-----+---------+ | +| | 5 | ESC 6 | | +| +-----+---------+ | +| | 6 | ESC 7 | | +| +-----+---------+ | +| | 7 | ESC 8 | | +| +-----+---------+ | +| | 8 | ESC 9 | | +| +-----+---------+ | +| | 9 | ESC 10 | | +| +-----+---------+ | +| | 10 | ESC 11 | | +| +-----+---------+ | +| | 11 | ESC 12 | | +| +-----+---------+ | +| | 12 | ESC 13 | | +| +-----+---------+ | +| | 13 | ESC 14 | | +| +-----+---------+ | +| | 14 | ESC 15 | | +| +-----+---------+ | +| | 15 | ESC 16 | | +| +-----+---------+ | +| | 16 | ESC 17 | | +| +-----+---------+ | +| | 17 | ESC 18 | | +| +-----+---------+ | +| | 18 | ESC 19 | | +| +-----+---------+ | +| | 19 | ESC 20 | | +| +-----+---------+ | +| | 20 | ESC 21 | | +| +-----+---------+ | +| | 21 | ESC 22 | | +| +-----+---------+ | +| | 22 | ESC 23 | | +| +-----+---------+ | +| | 23 | ESC 24 | | +| +-----+---------+ | +| | 24 | ESC 25 | | +| +-----+---------+ | +| | 25 | ESC 26 | | +| +-----+---------+ | +| | 26 | ESC 27 | | +| +-----+---------+ | +| | 27 | ESC 28 | | +| +-----+---------+ | +| | 28 | ESC 29 | | +| +-----+---------+ | +| | 29 | ESC 30 | | +| +-----+---------+ | +| | 30 | ESC 31 | | +| +-----+---------+ | +| | 31 | ESC 32 | | +| +-----+---------+ | +| | ++-------------------+ + + + + +.. _CAN_D1_PC_ESC_RT: + +CAN\_D1\_PC\_ESC\_RT: ESC output rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Output rate of ESC command messages + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 1 to 500 | hertz | ++----------+-------+ + + + + +.. _CAN_D1_PC_SRV_BM: + +CAN\_D1\_PC\_SRV\_BM: Servo channels +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bitmask defining which servo channels are to be transmitted over Piccolo CAN + + ++--------------------+ +| Bitmask | ++====================+ +| +-----+----------+ | +| | Bit | Meaning | | +| +=====+==========+ | +| | 0 | Servo 1 | | +| +-----+----------+ | +| | 1 | Servo 2 | | +| +-----+----------+ | +| | 2 | Servo 3 | | +| +-----+----------+ | +| | 3 | Servo 4 | | +| +-----+----------+ | +| | 4 | Servo 5 | | +| +-----+----------+ | +| | 5 | Servo 6 | | +| +-----+----------+ | +| | 6 | Servo 7 | | +| +-----+----------+ | +| | 7 | Servo 8 | | +| +-----+----------+ | +| | 8 | Servo 9 | | +| +-----+----------+ | +| | 9 | Servo 10 | | +| +-----+----------+ | +| | 10 | Servo 11 | | +| +-----+----------+ | +| | 11 | Servo 12 | | +| +-----+----------+ | +| | 12 | Servo 13 | | +| +-----+----------+ | +| | 13 | Servo 14 | | +| +-----+----------+ | +| | 14 | Servo 15 | | +| +-----+----------+ | +| | 15 | Servo 16 | | +| +-----+----------+ | +| | ++--------------------+ + + + + +.. _CAN_D1_PC_SRV_RT: + +CAN\_D1\_PC\_SRV\_RT: Servo command output rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Output rate of servo command messages + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 1 to 500 | hertz | ++----------+-------+ + + + + +.. _CAN_D1_PC_ECU_ID: + +CAN\_D1\_PC\_ECU\_ID: ECU Node ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Node ID to send ECU throttle messages to\. Set to zero to disable ECU throttle messages\. Set to 255 to broadcast to all ECUs\. + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _CAN_D1_PC_ECU_RT: + +CAN\_D1\_PC\_ECU\_RT: ECU command output rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Output rate of ECU command messages + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 1 to 500 | hertz | ++----------+-------+ + + + + + +.. _parameters_CAN_D1_UC_: + +CAN\_D1\_UC\_ Parameters +------------------------ + + +.. _CAN_D1_UC_NODE: + +CAN\_D1\_UC\_NODE: DroneCAN node that is used for this network +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +DroneCAN node should be set implicitly + + ++----------+ +| Range | ++==========+ +| 1 to 250 | ++----------+ + + + + +.. _CAN_D1_UC_SRV_BM: + +CAN\_D1\_UC\_SRV\_BM: Output channels to be transmitted as servo over DroneCAN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Bitmask with one set for channel to be transmitted as a servo command over DroneCAN + + ++--------------------+ +| Bitmask | ++====================+ +| +-----+----------+ | +| | Bit | Meaning | | +| +=====+==========+ | +| | 0 | Servo 1 | | +| +-----+----------+ | +| | 1 | Servo 2 | | +| +-----+----------+ | +| | 2 | Servo 3 | | +| +-----+----------+ | +| | 3 | Servo 4 | | +| +-----+----------+ | +| | 4 | Servo 5 | | +| +-----+----------+ | +| | 5 | Servo 6 | | +| +-----+----------+ | +| | 6 | Servo 7 | | +| +-----+----------+ | +| | 7 | Servo 8 | | +| +-----+----------+ | +| | 8 | Servo 9 | | +| +-----+----------+ | +| | 9 | Servo 10 | | +| +-----+----------+ | +| | 10 | Servo 11 | | +| +-----+----------+ | +| | 11 | Servo 12 | | +| +-----+----------+ | +| | 12 | Servo 13 | | +| +-----+----------+ | +| | 13 | Servo 14 | | +| +-----+----------+ | +| | 14 | Servo 15 | | +| +-----+----------+ | +| | 15 | Servo 16 | | +| +-----+----------+ | +| | 16 | Servo 17 | | +| +-----+----------+ | +| | 17 | Servo 18 | | +| +-----+----------+ | +| | 18 | Servo 19 | | +| +-----+----------+ | +| | 19 | Servo 20 | | +| +-----+----------+ | +| | 20 | Servo 21 | | +| +-----+----------+ | +| | 21 | Servo 22 | | +| +-----+----------+ | +| | 22 | Servo 23 | | +| +-----+----------+ | +| | 23 | Servo 24 | | +| +-----+----------+ | +| | 24 | Servo 25 | | +| +-----+----------+ | +| | 25 | Servo 26 | | +| +-----+----------+ | +| | 26 | Servo 27 | | +| +-----+----------+ | +| | 27 | Servo 28 | | +| +-----+----------+ | +| | 28 | Servo 29 | | +| +-----+----------+ | +| | 29 | Servo 30 | | +| +-----+----------+ | +| | 30 | Servo 31 | | +| +-----+----------+ | +| | 31 | Servo 32 | | +| +-----+----------+ | +| | ++--------------------+ + + + + +.. _CAN_D1_UC_ESC_BM: + +CAN\_D1\_UC\_ESC\_BM: Output channels to be transmitted as ESC over DroneCAN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bitmask with one set for channel to be transmitted as a ESC command over DroneCAN + + ++-------------------+ +| Bitmask | ++===================+ +| +-----+---------+ | +| | Bit | Meaning | | +| +=====+=========+ | +| | 0 | ESC 1 | | +| +-----+---------+ | +| | 1 | ESC 2 | | +| +-----+---------+ | +| | 2 | ESC 3 | | +| +-----+---------+ | +| | 3 | ESC 4 | | +| +-----+---------+ | +| | 4 | ESC 5 | | +| +-----+---------+ | +| | 5 | ESC 6 | | +| +-----+---------+ | +| | 6 | ESC 7 | | +| +-----+---------+ | +| | 7 | ESC 8 | | +| +-----+---------+ | +| | 8 | ESC 9 | | +| +-----+---------+ | +| | 9 | ESC 10 | | +| +-----+---------+ | +| | 10 | ESC 11 | | +| +-----+---------+ | +| | 11 | ESC 12 | | +| +-----+---------+ | +| | 12 | ESC 13 | | +| +-----+---------+ | +| | 13 | ESC 14 | | +| +-----+---------+ | +| | 14 | ESC 15 | | +| +-----+---------+ | +| | 15 | ESC 16 | | +| +-----+---------+ | +| | 16 | ESC 17 | | +| +-----+---------+ | +| | 17 | ESC 18 | | +| +-----+---------+ | +| | 18 | ESC 19 | | +| +-----+---------+ | +| | 19 | ESC 20 | | +| +-----+---------+ | +| | 20 | ESC 21 | | +| +-----+---------+ | +| | 21 | ESC 22 | | +| +-----+---------+ | +| | 22 | ESC 23 | | +| +-----+---------+ | +| | 23 | ESC 24 | | +| +-----+---------+ | +| | 24 | ESC 25 | | +| +-----+---------+ | +| | 25 | ESC 26 | | +| +-----+---------+ | +| | 26 | ESC 27 | | +| +-----+---------+ | +| | 27 | ESC 28 | | +| +-----+---------+ | +| | 28 | ESC 29 | | +| +-----+---------+ | +| | 29 | ESC 30 | | +| +-----+---------+ | +| | 30 | ESC 31 | | +| +-----+---------+ | +| | 31 | ESC 32 | | +| +-----+---------+ | +| | ++-------------------+ + + + + +.. _CAN_D1_UC_SRV_RT: + +CAN\_D1\_UC\_SRV\_RT: Servo output rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum transmit rate for servo outputs + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 1 to 200 | hertz | ++----------+-------+ + + + + +.. _CAN_D1_UC_OPTION: + +CAN\_D1\_UC\_OPTION: DroneCAN options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Option flags + + ++----------------------------------+ +| Bitmask | ++==================================+ +| +-----+------------------------+ | +| | Bit | Meaning | | +| +=====+========================+ | +| | 0 | ClearDNADatabase | | +| +-----+------------------------+ | +| | 1 | IgnoreDNANodeConflicts | | +| +-----+------------------------+ | +| | 2 | EnableCanfd | | +| +-----+------------------------+ | +| | 3 | IgnoreDNANodeUnhealthy | | +| +-----+------------------------+ | +| | 4 | SendServoAsPWM | | +| +-----+------------------------+ | +| | 5 | SendGNSS | | +| +-----+------------------------+ | +| | 6 | UseHimarkServo | | +| +-----+------------------------+ | +| | 7 | HobbyWingESC | | +| +-----+------------------------+ | +| | 8 | EnableStats | | +| +-----+------------------------+ | +| | ++----------------------------------+ + + + + +.. _CAN_D1_UC_NTF_RT: + +CAN\_D1\_UC\_NTF\_RT: Notify State rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum transmit rate for Notify State Message + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 1 to 200 | hertz | ++----------+-------+ + + + + +.. _CAN_D1_UC_ESC_OF: + +CAN\_D1\_UC\_ESC\_OF: ESC Output channels offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset for ESC numbering in DroneCAN ESC RawCommand messages\. This allows for more efficient packing of ESC command messages\. If your ESCs are on servo functions 5 to 8 and you set this parameter to 4 then the ESC RawCommand will be sent with the first 4 slots filled\. This can be used for more efficient usage of CAN bandwidth + + ++---------+ +| Range | ++=========+ +| 0 to 18 | ++---------+ + + + + +.. _CAN_D1_UC_POOL: + +CAN\_D1\_UC\_POOL: CAN pool size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Amount of memory in bytes to allocate for the DroneCAN memory pool\. More memory is needed for higher CAN bus loads + + ++---------------+ +| Range | ++===============+ +| 1024 to 16384 | ++---------------+ + + + + +.. _CAN_D1_UC_ESC_RV: + +CAN\_D1\_UC\_ESC\_RV: Bitmask for output channels for reversible ESCs over DroneCAN\. +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bitmask with one set for each output channel that uses a reversible ESC over DroneCAN\. Reversible ESCs use both positive and negative values in RawCommands\, with positive commanding the forward direction and negative commanding the reverse direction\. + + ++-------------------+ +| Bitmask | ++===================+ +| +-----+---------+ | +| | Bit | Meaning | | +| +=====+=========+ | +| | 0 | ESC 1 | | +| +-----+---------+ | +| | 1 | ESC 2 | | +| +-----+---------+ | +| | 2 | ESC 3 | | +| +-----+---------+ | +| | 3 | ESC 4 | | +| +-----+---------+ | +| | 4 | ESC 5 | | +| +-----+---------+ | +| | 5 | ESC 6 | | +| +-----+---------+ | +| | 6 | ESC 7 | | +| +-----+---------+ | +| | 7 | ESC 8 | | +| +-----+---------+ | +| | 8 | ESC 9 | | +| +-----+---------+ | +| | 9 | ESC 10 | | +| +-----+---------+ | +| | 10 | ESC 11 | | +| +-----+---------+ | +| | 11 | ESC 12 | | +| +-----+---------+ | +| | 12 | ESC 13 | | +| +-----+---------+ | +| | 13 | ESC 14 | | +| +-----+---------+ | +| | 14 | ESC 15 | | +| +-----+---------+ | +| | 15 | ESC 16 | | +| +-----+---------+ | +| | 16 | ESC 17 | | +| +-----+---------+ | +| | 17 | ESC 18 | | +| +-----+---------+ | +| | 18 | ESC 19 | | +| +-----+---------+ | +| | 19 | ESC 20 | | +| +-----+---------+ | +| | 20 | ESC 21 | | +| +-----+---------+ | +| | 21 | ESC 22 | | +| +-----+---------+ | +| | 22 | ESC 23 | | +| +-----+---------+ | +| | 23 | ESC 24 | | +| +-----+---------+ | +| | 24 | ESC 25 | | +| +-----+---------+ | +| | 25 | ESC 26 | | +| +-----+---------+ | +| | 26 | ESC 27 | | +| +-----+---------+ | +| | 27 | ESC 28 | | +| +-----+---------+ | +| | 28 | ESC 29 | | +| +-----+---------+ | +| | 29 | ESC 30 | | +| +-----+---------+ | +| | 30 | ESC 31 | | +| +-----+---------+ | +| | 31 | ESC 32 | | +| +-----+---------+ | +| | ++-------------------+ + + + + +.. _CAN_D1_UC_RLY_RT: + +CAN\_D1\_UC\_RLY\_RT: DroneCAN relay output rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum transmit rate for relay outputs\, note that this rate is per message each message does 1 relay\, so if with more relays will take longer to update at the same rate\, a extra message will be sent when a relay changes state + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 0 to 200 | hertz | ++----------+-------+ + + + + +.. _CAN_D1_UC_SER_EN: + +CAN\_D1\_UC\_SER\_EN: DroneCAN Serial enable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Enable DroneCAN virtual serial ports + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _CAN_D1_UC_S1_NOD: + +CAN\_D1\_UC\_S1\_NOD: Serial CAN remote node number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +CAN remote node number for serial port + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _CAN_D1_UC_S1_IDX: + +CAN\_D1\_UC\_S1\_IDX: DroneCAN Serial1 index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial port number on remote CAN node + + ++----------+----------------------+ +| Range | Values | ++==========+======================+ +| 0 to 100 | +-------+----------+ | +| | | Value | Meaning | | +| | +=======+==========+ | +| | | -1 | Disabled | | +| | +-------+----------+ | +| | | 0 | Serial0 | | +| | +-------+----------+ | +| | | 1 | Serial1 | | +| | +-------+----------+ | +| | | 2 | Serial2 | | +| | +-------+----------+ | +| | | 3 | Serial3 | | +| | +-------+----------+ | +| | | 4 | Serial4 | | +| | +-------+----------+ | +| | | 5 | Serial5 | | +| | +-------+----------+ | +| | | 6 | Serial6 | | +| | +-------+----------+ | +| | | ++----------+----------------------+ + + + + +.. _CAN_D1_UC_S1_BD: + +CAN\_D1\_UC\_S1\_BD: DroneCAN Serial default baud rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial baud rate on remote CAN node + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 1 | 1200 | | +| +-------+---------+ | +| | 2 | 2400 | | +| +-------+---------+ | +| | 4 | 4800 | | +| +-------+---------+ | +| | 9 | 9600 | | +| +-------+---------+ | +| | 19 | 19200 | | +| +-------+---------+ | +| | 38 | 38400 | | +| +-------+---------+ | +| | 57 | 57600 | | +| +-------+---------+ | +| | 111 | 111100 | | +| +-------+---------+ | +| | 115 | 115200 | | +| +-------+---------+ | +| | 230 | 230400 | | +| +-------+---------+ | +| | 256 | 256000 | | +| +-------+---------+ | +| | 460 | 460800 | | +| +-------+---------+ | +| | 500 | 500000 | | +| +-------+---------+ | +| | 921 | 921600 | | +| +-------+---------+ | +| | 1500 | 1500000 | | +| +-------+---------+ | +| | 2000 | 2000000 | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _CAN_D1_UC_S1_PRO: + +CAN\_D1\_UC\_S1\_PRO: Serial protocol of DroneCAN serial port +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial protocol of DroneCAN serial port + + ++----------------------------------------------+ +| Values | ++==============================================+ +| +-------+----------------------------------+ | +| | Value | Meaning | | +| +=======+==================================+ | +| | -1 | None | | +| +-------+----------------------------------+ | +| | 1 | MAVLink1 | | +| +-------+----------------------------------+ | +| | 2 | MAVLink2 | | +| +-------+----------------------------------+ | +| | 3 | Frsky D | | +| +-------+----------------------------------+ | +| | 4 | Frsky SPort | | +| +-------+----------------------------------+ | +| | 5 | GPS | | +| +-------+----------------------------------+ | +| | 7 | Alexmos Gimbal Serial | | +| +-------+----------------------------------+ | +| | 8 | Gimbal | | +| +-------+----------------------------------+ | +| | 9 | Rangefinder | | +| +-------+----------------------------------+ | +| | 10 | FrSky SPort Passthrough (OpenTX) | | +| +-------+----------------------------------+ | +| | 11 | Lidar360 | | +| +-------+----------------------------------+ | +| | 13 | Beacon | | +| +-------+----------------------------------+ | +| | 14 | Volz servo out | | +| +-------+----------------------------------+ | +| | 15 | SBus servo out | | +| +-------+----------------------------------+ | +| | 16 | ESC Telemetry | | +| +-------+----------------------------------+ | +| | 17 | Devo Telemetry | | +| +-------+----------------------------------+ | +| | 18 | OpticalFlow | | +| +-------+----------------------------------+ | +| | 19 | RobotisServo | | +| +-------+----------------------------------+ | +| | 20 | NMEA Output | | +| +-------+----------------------------------+ | +| | 21 | WindVane | | +| +-------+----------------------------------+ | +| | 22 | SLCAN | | +| +-------+----------------------------------+ | +| | 23 | RCIN | | +| +-------+----------------------------------+ | +| | 24 | EFI Serial | | +| +-------+----------------------------------+ | +| | 25 | LTM | | +| +-------+----------------------------------+ | +| | 26 | RunCam | | +| +-------+----------------------------------+ | +| | 27 | HottTelem | | +| +-------+----------------------------------+ | +| | 28 | Scripting | | +| +-------+----------------------------------+ | +| | 29 | Crossfire VTX | | +| +-------+----------------------------------+ | +| | 30 | Generator | | +| +-------+----------------------------------+ | +| | 31 | Winch | | +| +-------+----------------------------------+ | +| | 32 | MSP | | +| +-------+----------------------------------+ | +| | 33 | DJI FPV | | +| +-------+----------------------------------+ | +| | 34 | AirSpeed | | +| +-------+----------------------------------+ | +| | 35 | ADSB | | +| +-------+----------------------------------+ | +| | 36 | AHRS | | +| +-------+----------------------------------+ | +| | 37 | SmartAudio | | +| +-------+----------------------------------+ | +| | 38 | FETtecOneWire | | +| +-------+----------------------------------+ | +| | 39 | Torqeedo | | +| +-------+----------------------------------+ | +| | 40 | AIS | | +| +-------+----------------------------------+ | +| | 41 | CoDevESC | | +| +-------+----------------------------------+ | +| | 42 | DisplayPort | | +| +-------+----------------------------------+ | +| | 43 | MAVLink High Latency | | +| +-------+----------------------------------+ | +| | 44 | IRC Tramp | | +| +-------+----------------------------------+ | +| | 45 | DDS XRCE | | +| +-------+----------------------------------+ | +| | 46 | IMUDATA | | +| +-------+----------------------------------+ | +| | ++----------------------------------------------+ + + + + +.. _CAN_D1_UC_S2_NOD: + +CAN\_D1\_UC\_S2\_NOD: Serial CAN remote node number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +CAN remote node number for serial port + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _CAN_D1_UC_S2_IDX: + +CAN\_D1\_UC\_S2\_IDX: Serial port number on remote CAN node +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial port number on remote CAN node + + ++----------+----------------------+ +| Range | Values | ++==========+======================+ +| 0 to 100 | +-------+----------+ | +| | | Value | Meaning | | +| | +=======+==========+ | +| | | -1 | Disabled | | +| | +-------+----------+ | +| | | 0 | Serial0 | | +| | +-------+----------+ | +| | | 1 | Serial1 | | +| | +-------+----------+ | +| | | 2 | Serial2 | | +| | +-------+----------+ | +| | | 3 | Serial3 | | +| | +-------+----------+ | +| | | 4 | Serial4 | | +| | +-------+----------+ | +| | | 5 | Serial5 | | +| | +-------+----------+ | +| | | 6 | Serial6 | | +| | +-------+----------+ | +| | | ++----------+----------------------+ + + + + +.. _CAN_D1_UC_S2_BD: + +CAN\_D1\_UC\_S2\_BD: DroneCAN Serial default baud rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial baud rate on remote CAN node + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 1 | 1200 | | +| +-------+---------+ | +| | 2 | 2400 | | +| +-------+---------+ | +| | 4 | 4800 | | +| +-------+---------+ | +| | 9 | 9600 | | +| +-------+---------+ | +| | 19 | 19200 | | +| +-------+---------+ | +| | 38 | 38400 | | +| +-------+---------+ | +| | 57 | 57600 | | +| +-------+---------+ | +| | 111 | 111100 | | +| +-------+---------+ | +| | 115 | 115200 | | +| +-------+---------+ | +| | 230 | 230400 | | +| +-------+---------+ | +| | 256 | 256000 | | +| +-------+---------+ | +| | 460 | 460800 | | +| +-------+---------+ | +| | 500 | 500000 | | +| +-------+---------+ | +| | 921 | 921600 | | +| +-------+---------+ | +| | 1500 | 1500000 | | +| +-------+---------+ | +| | 2000 | 2000000 | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _CAN_D1_UC_S2_PRO: + +CAN\_D1\_UC\_S2\_PRO: Serial protocol of DroneCAN serial port +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial protocol of DroneCAN serial port + + ++----------------------------------------------+ +| Values | ++==============================================+ +| +-------+----------------------------------+ | +| | Value | Meaning | | +| +=======+==================================+ | +| | -1 | None | | +| +-------+----------------------------------+ | +| | 1 | MAVLink1 | | +| +-------+----------------------------------+ | +| | 2 | MAVLink2 | | +| +-------+----------------------------------+ | +| | 3 | Frsky D | | +| +-------+----------------------------------+ | +| | 4 | Frsky SPort | | +| +-------+----------------------------------+ | +| | 5 | GPS | | +| +-------+----------------------------------+ | +| | 7 | Alexmos Gimbal Serial | | +| +-------+----------------------------------+ | +| | 8 | Gimbal | | +| +-------+----------------------------------+ | +| | 9 | Rangefinder | | +| +-------+----------------------------------+ | +| | 10 | FrSky SPort Passthrough (OpenTX) | | +| +-------+----------------------------------+ | +| | 11 | Lidar360 | | +| +-------+----------------------------------+ | +| | 13 | Beacon | | +| +-------+----------------------------------+ | +| | 14 | Volz servo out | | +| +-------+----------------------------------+ | +| | 15 | SBus servo out | | +| +-------+----------------------------------+ | +| | 16 | ESC Telemetry | | +| +-------+----------------------------------+ | +| | 17 | Devo Telemetry | | +| +-------+----------------------------------+ | +| | 18 | OpticalFlow | | +| +-------+----------------------------------+ | +| | 19 | RobotisServo | | +| +-------+----------------------------------+ | +| | 20 | NMEA Output | | +| +-------+----------------------------------+ | +| | 21 | WindVane | | +| +-------+----------------------------------+ | +| | 22 | SLCAN | | +| +-------+----------------------------------+ | +| | 23 | RCIN | | +| +-------+----------------------------------+ | +| | 24 | EFI Serial | | +| +-------+----------------------------------+ | +| | 25 | LTM | | +| +-------+----------------------------------+ | +| | 26 | RunCam | | +| +-------+----------------------------------+ | +| | 27 | HottTelem | | +| +-------+----------------------------------+ | +| | 28 | Scripting | | +| +-------+----------------------------------+ | +| | 29 | Crossfire VTX | | +| +-------+----------------------------------+ | +| | 30 | Generator | | +| +-------+----------------------------------+ | +| | 31 | Winch | | +| +-------+----------------------------------+ | +| | 32 | MSP | | +| +-------+----------------------------------+ | +| | 33 | DJI FPV | | +| +-------+----------------------------------+ | +| | 34 | AirSpeed | | +| +-------+----------------------------------+ | +| | 35 | ADSB | | +| +-------+----------------------------------+ | +| | 36 | AHRS | | +| +-------+----------------------------------+ | +| | 37 | SmartAudio | | +| +-------+----------------------------------+ | +| | 38 | FETtecOneWire | | +| +-------+----------------------------------+ | +| | 39 | Torqeedo | | +| +-------+----------------------------------+ | +| | 40 | AIS | | +| +-------+----------------------------------+ | +| | 41 | CoDevESC | | +| +-------+----------------------------------+ | +| | 42 | DisplayPort | | +| +-------+----------------------------------+ | +| | 43 | MAVLink High Latency | | +| +-------+----------------------------------+ | +| | 44 | IRC Tramp | | +| +-------+----------------------------------+ | +| | 45 | DDS XRCE | | +| +-------+----------------------------------+ | +| | 46 | IMUDATA | | +| +-------+----------------------------------+ | +| | ++----------------------------------------------+ + + + + +.. _CAN_D1_UC_S3_NOD: + +CAN\_D1\_UC\_S3\_NOD: Serial CAN remote node number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +CAN node number for serial port + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _CAN_D1_UC_S3_IDX: + +CAN\_D1\_UC\_S3\_IDX: Serial port number on remote CAN node +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial port number on remote CAN node + + ++----------+----------------------+ +| Range | Values | ++==========+======================+ +| 0 to 100 | +-------+----------+ | +| | | Value | Meaning | | +| | +=======+==========+ | +| | | -1 | Disabled | | +| | +-------+----------+ | +| | | 0 | Serial0 | | +| | +-------+----------+ | +| | | 1 | Serial1 | | +| | +-------+----------+ | +| | | 2 | Serial2 | | +| | +-------+----------+ | +| | | 3 | Serial3 | | +| | +-------+----------+ | +| | | 4 | Serial4 | | +| | +-------+----------+ | +| | | 5 | Serial5 | | +| | +-------+----------+ | +| | | 6 | Serial6 | | +| | +-------+----------+ | +| | | ++----------+----------------------+ + + + + +.. _CAN_D1_UC_S3_BD: + +CAN\_D1\_UC\_S3\_BD: Serial baud rate on remote CAN node +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial baud rate on remote CAN node + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 1 | 1200 | | +| +-------+---------+ | +| | 2 | 2400 | | +| +-------+---------+ | +| | 4 | 4800 | | +| +-------+---------+ | +| | 9 | 9600 | | +| +-------+---------+ | +| | 19 | 19200 | | +| +-------+---------+ | +| | 38 | 38400 | | +| +-------+---------+ | +| | 57 | 57600 | | +| +-------+---------+ | +| | 111 | 111100 | | +| +-------+---------+ | +| | 115 | 115200 | | +| +-------+---------+ | +| | 230 | 230400 | | +| +-------+---------+ | +| | 256 | 256000 | | +| +-------+---------+ | +| | 460 | 460800 | | +| +-------+---------+ | +| | 500 | 500000 | | +| +-------+---------+ | +| | 921 | 921600 | | +| +-------+---------+ | +| | 1500 | 1500000 | | +| +-------+---------+ | +| | 2000 | 2000000 | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _CAN_D1_UC_S3_PRO: + +CAN\_D1\_UC\_S3\_PRO: Serial protocol of DroneCAN serial port +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial protocol of DroneCAN serial port + + ++----------------------------------------------+ +| Values | ++==============================================+ +| +-------+----------------------------------+ | +| | Value | Meaning | | +| +=======+==================================+ | +| | -1 | None | | +| +-------+----------------------------------+ | +| | 1 | MAVLink1 | | +| +-------+----------------------------------+ | +| | 2 | MAVLink2 | | +| +-------+----------------------------------+ | +| | 3 | Frsky D | | +| +-------+----------------------------------+ | +| | 4 | Frsky SPort | | +| +-------+----------------------------------+ | +| | 5 | GPS | | +| +-------+----------------------------------+ | +| | 7 | Alexmos Gimbal Serial | | +| +-------+----------------------------------+ | +| | 8 | Gimbal | | +| +-------+----------------------------------+ | +| | 9 | Rangefinder | | +| +-------+----------------------------------+ | +| | 10 | FrSky SPort Passthrough (OpenTX) | | +| +-------+----------------------------------+ | +| | 11 | Lidar360 | | +| +-------+----------------------------------+ | +| | 13 | Beacon | | +| +-------+----------------------------------+ | +| | 14 | Volz servo out | | +| +-------+----------------------------------+ | +| | 15 | SBus servo out | | +| +-------+----------------------------------+ | +| | 16 | ESC Telemetry | | +| +-------+----------------------------------+ | +| | 17 | Devo Telemetry | | +| +-------+----------------------------------+ | +| | 18 | OpticalFlow | | +| +-------+----------------------------------+ | +| | 19 | RobotisServo | | +| +-------+----------------------------------+ | +| | 20 | NMEA Output | | +| +-------+----------------------------------+ | +| | 21 | WindVane | | +| +-------+----------------------------------+ | +| | 22 | SLCAN | | +| +-------+----------------------------------+ | +| | 23 | RCIN | | +| +-------+----------------------------------+ | +| | 24 | EFI Serial | | +| +-------+----------------------------------+ | +| | 25 | LTM | | +| +-------+----------------------------------+ | +| | 26 | RunCam | | +| +-------+----------------------------------+ | +| | 27 | HottTelem | | +| +-------+----------------------------------+ | +| | 28 | Scripting | | +| +-------+----------------------------------+ | +| | 29 | Crossfire VTX | | +| +-------+----------------------------------+ | +| | 30 | Generator | | +| +-------+----------------------------------+ | +| | 31 | Winch | | +| +-------+----------------------------------+ | +| | 32 | MSP | | +| +-------+----------------------------------+ | +| | 33 | DJI FPV | | +| +-------+----------------------------------+ | +| | 34 | AirSpeed | | +| +-------+----------------------------------+ | +| | 35 | ADSB | | +| +-------+----------------------------------+ | +| | 36 | AHRS | | +| +-------+----------------------------------+ | +| | 37 | SmartAudio | | +| +-------+----------------------------------+ | +| | 38 | FETtecOneWire | | +| +-------+----------------------------------+ | +| | 39 | Torqeedo | | +| +-------+----------------------------------+ | +| | 40 | AIS | | +| +-------+----------------------------------+ | +| | 41 | CoDevESC | | +| +-------+----------------------------------+ | +| | 42 | DisplayPort | | +| +-------+----------------------------------+ | +| | 43 | MAVLink High Latency | | +| +-------+----------------------------------+ | +| | 44 | IRC Tramp | | +| +-------+----------------------------------+ | +| | 45 | DDS XRCE | | +| +-------+----------------------------------+ | +| | 46 | IMUDATA | | +| +-------+----------------------------------+ | +| | ++----------------------------------------------+ + + + + + +.. _parameters_CAN_D2_: + +CAN\_D2\_ Parameters +-------------------- + + +.. _CAN_D2_PROTOCOL: + +CAN\_D2\_PROTOCOL: Enable use of specific protocol over virtual driver +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Enabling this option starts selected protocol that will use this virtual driver + + ++-----------------------------+ +| Values | ++=============================+ +| +-------+-----------------+ | +| | Value | Meaning | | +| +=======+=================+ | +| | 0 | Disabled | | +| +-------+-----------------+ | +| | 1 | DroneCAN | | +| +-------+-----------------+ | +| | 4 | PiccoloCAN | | +| +-------+-----------------+ | +| | 6 | EFI_NWPMU | | +| +-------+-----------------+ | +| | 7 | USD1 | | +| +-------+-----------------+ | +| | 8 | KDECAN | | +| +-------+-----------------+ | +| | 10 | Scripting | | +| +-------+-----------------+ | +| | 11 | Benewake | | +| +-------+-----------------+ | +| | 12 | Scripting2 | | +| +-------+-----------------+ | +| | 13 | TOFSenseP | | +| +-------+-----------------+ | +| | 14 | NanoRadar_NRA24 | | +| +-------+-----------------+ | +| | ++-----------------------------+ + + + + +.. _CAN_D2_PROTOCOL2: + +CAN\_D2\_PROTOCOL2: Secondary protocol with 11 bit CAN addressing +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Secondary protocol with 11 bit CAN addressing + + ++-----------------------------+ +| Values | ++=============================+ +| +-------+-----------------+ | +| | Value | Meaning | | +| +=======+=================+ | +| | 0 | Disabled | | +| +-------+-----------------+ | +| | 7 | USD1 | | +| +-------+-----------------+ | +| | 10 | Scripting | | +| +-------+-----------------+ | +| | 11 | Benewake | | +| +-------+-----------------+ | +| | 12 | Scripting2 | | +| +-------+-----------------+ | +| | 13 | TOFSenseP | | +| +-------+-----------------+ | +| | 14 | NanoRadar_NRA24 | | +| +-------+-----------------+ | +| | ++-----------------------------+ + + + + + +.. _parameters_CAN_D2_PC_: + +CAN\_D2\_PC\_ Parameters +------------------------ + + +.. _CAN_D2_PC_ESC_BM: + +CAN\_D2\_PC\_ESC\_BM: ESC channels +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bitmask defining which ESC \(motor\) channels are to be transmitted over Piccolo CAN + + ++-------------------+ +| Bitmask | ++===================+ +| +-----+---------+ | +| | Bit | Meaning | | +| +=====+=========+ | +| | 0 | ESC 1 | | +| +-----+---------+ | +| | 1 | ESC 2 | | +| +-----+---------+ | +| | 2 | ESC 3 | | +| +-----+---------+ | +| | 3 | ESC 4 | | +| +-----+---------+ | +| | 4 | ESC 5 | | +| +-----+---------+ | +| | 5 | ESC 6 | | +| +-----+---------+ | +| | 6 | ESC 7 | | +| +-----+---------+ | +| | 7 | ESC 8 | | +| +-----+---------+ | +| | 8 | ESC 9 | | +| +-----+---------+ | +| | 9 | ESC 10 | | +| +-----+---------+ | +| | 10 | ESC 11 | | +| +-----+---------+ | +| | 11 | ESC 12 | | +| +-----+---------+ | +| | 12 | ESC 13 | | +| +-----+---------+ | +| | 13 | ESC 14 | | +| +-----+---------+ | +| | 14 | ESC 15 | | +| +-----+---------+ | +| | 15 | ESC 16 | | +| +-----+---------+ | +| | 16 | ESC 17 | | +| +-----+---------+ | +| | 17 | ESC 18 | | +| +-----+---------+ | +| | 18 | ESC 19 | | +| +-----+---------+ | +| | 19 | ESC 20 | | +| +-----+---------+ | +| | 20 | ESC 21 | | +| +-----+---------+ | +| | 21 | ESC 22 | | +| +-----+---------+ | +| | 22 | ESC 23 | | +| +-----+---------+ | +| | 23 | ESC 24 | | +| +-----+---------+ | +| | 24 | ESC 25 | | +| +-----+---------+ | +| | 25 | ESC 26 | | +| +-----+---------+ | +| | 26 | ESC 27 | | +| +-----+---------+ | +| | 27 | ESC 28 | | +| +-----+---------+ | +| | 28 | ESC 29 | | +| +-----+---------+ | +| | 29 | ESC 30 | | +| +-----+---------+ | +| | 30 | ESC 31 | | +| +-----+---------+ | +| | 31 | ESC 32 | | +| +-----+---------+ | +| | ++-------------------+ + + + + +.. _CAN_D2_PC_ESC_RT: + +CAN\_D2\_PC\_ESC\_RT: ESC output rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Output rate of ESC command messages + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 1 to 500 | hertz | ++----------+-------+ + + + + +.. _CAN_D2_PC_SRV_BM: + +CAN\_D2\_PC\_SRV\_BM: Servo channels +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bitmask defining which servo channels are to be transmitted over Piccolo CAN + + ++--------------------+ +| Bitmask | ++====================+ +| +-----+----------+ | +| | Bit | Meaning | | +| +=====+==========+ | +| | 0 | Servo 1 | | +| +-----+----------+ | +| | 1 | Servo 2 | | +| +-----+----------+ | +| | 2 | Servo 3 | | +| +-----+----------+ | +| | 3 | Servo 4 | | +| +-----+----------+ | +| | 4 | Servo 5 | | +| +-----+----------+ | +| | 5 | Servo 6 | | +| +-----+----------+ | +| | 6 | Servo 7 | | +| +-----+----------+ | +| | 7 | Servo 8 | | +| +-----+----------+ | +| | 8 | Servo 9 | | +| +-----+----------+ | +| | 9 | Servo 10 | | +| +-----+----------+ | +| | 10 | Servo 11 | | +| +-----+----------+ | +| | 11 | Servo 12 | | +| +-----+----------+ | +| | 12 | Servo 13 | | +| +-----+----------+ | +| | 13 | Servo 14 | | +| +-----+----------+ | +| | 14 | Servo 15 | | +| +-----+----------+ | +| | 15 | Servo 16 | | +| +-----+----------+ | +| | ++--------------------+ + + + + +.. _CAN_D2_PC_SRV_RT: + +CAN\_D2\_PC\_SRV\_RT: Servo command output rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Output rate of servo command messages + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 1 to 500 | hertz | ++----------+-------+ + + + + +.. _CAN_D2_PC_ECU_ID: + +CAN\_D2\_PC\_ECU\_ID: ECU Node ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Node ID to send ECU throttle messages to\. Set to zero to disable ECU throttle messages\. Set to 255 to broadcast to all ECUs\. + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _CAN_D2_PC_ECU_RT: + +CAN\_D2\_PC\_ECU\_RT: ECU command output rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Output rate of ECU command messages + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 1 to 500 | hertz | ++----------+-------+ + + + + + +.. _parameters_CAN_D2_UC_: + +CAN\_D2\_UC\_ Parameters +------------------------ + + +.. _CAN_D2_UC_NODE: + +CAN\_D2\_UC\_NODE: DroneCAN node that is used for this network +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +DroneCAN node should be set implicitly + + ++----------+ +| Range | ++==========+ +| 1 to 250 | ++----------+ + + + + +.. _CAN_D2_UC_SRV_BM: + +CAN\_D2\_UC\_SRV\_BM: Output channels to be transmitted as servo over DroneCAN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Bitmask with one set for channel to be transmitted as a servo command over DroneCAN + + ++--------------------+ +| Bitmask | ++====================+ +| +-----+----------+ | +| | Bit | Meaning | | +| +=====+==========+ | +| | 0 | Servo 1 | | +| +-----+----------+ | +| | 1 | Servo 2 | | +| +-----+----------+ | +| | 2 | Servo 3 | | +| +-----+----------+ | +| | 3 | Servo 4 | | +| +-----+----------+ | +| | 4 | Servo 5 | | +| +-----+----------+ | +| | 5 | Servo 6 | | +| +-----+----------+ | +| | 6 | Servo 7 | | +| +-----+----------+ | +| | 7 | Servo 8 | | +| +-----+----------+ | +| | 8 | Servo 9 | | +| +-----+----------+ | +| | 9 | Servo 10 | | +| +-----+----------+ | +| | 10 | Servo 11 | | +| +-----+----------+ | +| | 11 | Servo 12 | | +| +-----+----------+ | +| | 12 | Servo 13 | | +| +-----+----------+ | +| | 13 | Servo 14 | | +| +-----+----------+ | +| | 14 | Servo 15 | | +| +-----+----------+ | +| | 15 | Servo 16 | | +| +-----+----------+ | +| | 16 | Servo 17 | | +| +-----+----------+ | +| | 17 | Servo 18 | | +| +-----+----------+ | +| | 18 | Servo 19 | | +| +-----+----------+ | +| | 19 | Servo 20 | | +| +-----+----------+ | +| | 20 | Servo 21 | | +| +-----+----------+ | +| | 21 | Servo 22 | | +| +-----+----------+ | +| | 22 | Servo 23 | | +| +-----+----------+ | +| | 23 | Servo 24 | | +| +-----+----------+ | +| | 24 | Servo 25 | | +| +-----+----------+ | +| | 25 | Servo 26 | | +| +-----+----------+ | +| | 26 | Servo 27 | | +| +-----+----------+ | +| | 27 | Servo 28 | | +| +-----+----------+ | +| | 28 | Servo 29 | | +| +-----+----------+ | +| | 29 | Servo 30 | | +| +-----+----------+ | +| | 30 | Servo 31 | | +| +-----+----------+ | +| | 31 | Servo 32 | | +| +-----+----------+ | +| | ++--------------------+ + + + + +.. _CAN_D2_UC_ESC_BM: + +CAN\_D2\_UC\_ESC\_BM: Output channels to be transmitted as ESC over DroneCAN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bitmask with one set for channel to be transmitted as a ESC command over DroneCAN + + ++-------------------+ +| Bitmask | ++===================+ +| +-----+---------+ | +| | Bit | Meaning | | +| +=====+=========+ | +| | 0 | ESC 1 | | +| +-----+---------+ | +| | 1 | ESC 2 | | +| +-----+---------+ | +| | 2 | ESC 3 | | +| +-----+---------+ | +| | 3 | ESC 4 | | +| +-----+---------+ | +| | 4 | ESC 5 | | +| +-----+---------+ | +| | 5 | ESC 6 | | +| +-----+---------+ | +| | 6 | ESC 7 | | +| +-----+---------+ | +| | 7 | ESC 8 | | +| +-----+---------+ | +| | 8 | ESC 9 | | +| +-----+---------+ | +| | 9 | ESC 10 | | +| +-----+---------+ | +| | 10 | ESC 11 | | +| +-----+---------+ | +| | 11 | ESC 12 | | +| +-----+---------+ | +| | 12 | ESC 13 | | +| +-----+---------+ | +| | 13 | ESC 14 | | +| +-----+---------+ | +| | 14 | ESC 15 | | +| +-----+---------+ | +| | 15 | ESC 16 | | +| +-----+---------+ | +| | 16 | ESC 17 | | +| +-----+---------+ | +| | 17 | ESC 18 | | +| +-----+---------+ | +| | 18 | ESC 19 | | +| +-----+---------+ | +| | 19 | ESC 20 | | +| +-----+---------+ | +| | 20 | ESC 21 | | +| +-----+---------+ | +| | 21 | ESC 22 | | +| +-----+---------+ | +| | 22 | ESC 23 | | +| +-----+---------+ | +| | 23 | ESC 24 | | +| +-----+---------+ | +| | 24 | ESC 25 | | +| +-----+---------+ | +| | 25 | ESC 26 | | +| +-----+---------+ | +| | 26 | ESC 27 | | +| +-----+---------+ | +| | 27 | ESC 28 | | +| +-----+---------+ | +| | 28 | ESC 29 | | +| +-----+---------+ | +| | 29 | ESC 30 | | +| +-----+---------+ | +| | 30 | ESC 31 | | +| +-----+---------+ | +| | 31 | ESC 32 | | +| +-----+---------+ | +| | ++-------------------+ + + + + +.. _CAN_D2_UC_SRV_RT: + +CAN\_D2\_UC\_SRV\_RT: Servo output rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum transmit rate for servo outputs + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 1 to 200 | hertz | ++----------+-------+ + + + + +.. _CAN_D2_UC_OPTION: + +CAN\_D2\_UC\_OPTION: DroneCAN options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Option flags + + ++----------------------------------+ +| Bitmask | ++==================================+ +| +-----+------------------------+ | +| | Bit | Meaning | | +| +=====+========================+ | +| | 0 | ClearDNADatabase | | +| +-----+------------------------+ | +| | 1 | IgnoreDNANodeConflicts | | +| +-----+------------------------+ | +| | 2 | EnableCanfd | | +| +-----+------------------------+ | +| | 3 | IgnoreDNANodeUnhealthy | | +| +-----+------------------------+ | +| | 4 | SendServoAsPWM | | +| +-----+------------------------+ | +| | 5 | SendGNSS | | +| +-----+------------------------+ | +| | 6 | UseHimarkServo | | +| +-----+------------------------+ | +| | 7 | HobbyWingESC | | +| +-----+------------------------+ | +| | 8 | EnableStats | | +| +-----+------------------------+ | +| | ++----------------------------------+ + + + + +.. _CAN_D2_UC_NTF_RT: + +CAN\_D2\_UC\_NTF\_RT: Notify State rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum transmit rate for Notify State Message + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 1 to 200 | hertz | ++----------+-------+ + + + + +.. _CAN_D2_UC_ESC_OF: + +CAN\_D2\_UC\_ESC\_OF: ESC Output channels offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset for ESC numbering in DroneCAN ESC RawCommand messages\. This allows for more efficient packing of ESC command messages\. If your ESCs are on servo functions 5 to 8 and you set this parameter to 4 then the ESC RawCommand will be sent with the first 4 slots filled\. This can be used for more efficient usage of CAN bandwidth + + ++---------+ +| Range | ++=========+ +| 0 to 18 | ++---------+ + + + + +.. _CAN_D2_UC_POOL: + +CAN\_D2\_UC\_POOL: CAN pool size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Amount of memory in bytes to allocate for the DroneCAN memory pool\. More memory is needed for higher CAN bus loads + + ++---------------+ +| Range | ++===============+ +| 1024 to 16384 | ++---------------+ + + + + +.. _CAN_D2_UC_ESC_RV: + +CAN\_D2\_UC\_ESC\_RV: Bitmask for output channels for reversible ESCs over DroneCAN\. +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bitmask with one set for each output channel that uses a reversible ESC over DroneCAN\. Reversible ESCs use both positive and negative values in RawCommands\, with positive commanding the forward direction and negative commanding the reverse direction\. + + ++-------------------+ +| Bitmask | ++===================+ +| +-----+---------+ | +| | Bit | Meaning | | +| +=====+=========+ | +| | 0 | ESC 1 | | +| +-----+---------+ | +| | 1 | ESC 2 | | +| +-----+---------+ | +| | 2 | ESC 3 | | +| +-----+---------+ | +| | 3 | ESC 4 | | +| +-----+---------+ | +| | 4 | ESC 5 | | +| +-----+---------+ | +| | 5 | ESC 6 | | +| +-----+---------+ | +| | 6 | ESC 7 | | +| +-----+---------+ | +| | 7 | ESC 8 | | +| +-----+---------+ | +| | 8 | ESC 9 | | +| +-----+---------+ | +| | 9 | ESC 10 | | +| +-----+---------+ | +| | 10 | ESC 11 | | +| +-----+---------+ | +| | 11 | ESC 12 | | +| +-----+---------+ | +| | 12 | ESC 13 | | +| +-----+---------+ | +| | 13 | ESC 14 | | +| +-----+---------+ | +| | 14 | ESC 15 | | +| +-----+---------+ | +| | 15 | ESC 16 | | +| +-----+---------+ | +| | 16 | ESC 17 | | +| +-----+---------+ | +| | 17 | ESC 18 | | +| +-----+---------+ | +| | 18 | ESC 19 | | +| +-----+---------+ | +| | 19 | ESC 20 | | +| +-----+---------+ | +| | 20 | ESC 21 | | +| +-----+---------+ | +| | 21 | ESC 22 | | +| +-----+---------+ | +| | 22 | ESC 23 | | +| +-----+---------+ | +| | 23 | ESC 24 | | +| +-----+---------+ | +| | 24 | ESC 25 | | +| +-----+---------+ | +| | 25 | ESC 26 | | +| +-----+---------+ | +| | 26 | ESC 27 | | +| +-----+---------+ | +| | 27 | ESC 28 | | +| +-----+---------+ | +| | 28 | ESC 29 | | +| +-----+---------+ | +| | 29 | ESC 30 | | +| +-----+---------+ | +| | 30 | ESC 31 | | +| +-----+---------+ | +| | 31 | ESC 32 | | +| +-----+---------+ | +| | ++-------------------+ + + + + +.. _CAN_D2_UC_RLY_RT: + +CAN\_D2\_UC\_RLY\_RT: DroneCAN relay output rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum transmit rate for relay outputs\, note that this rate is per message each message does 1 relay\, so if with more relays will take longer to update at the same rate\, a extra message will be sent when a relay changes state + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 0 to 200 | hertz | ++----------+-------+ + + + + +.. _CAN_D2_UC_SER_EN: + +CAN\_D2\_UC\_SER\_EN: DroneCAN Serial enable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Enable DroneCAN virtual serial ports + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _CAN_D2_UC_S1_NOD: + +CAN\_D2\_UC\_S1\_NOD: Serial CAN remote node number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +CAN remote node number for serial port + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _CAN_D2_UC_S1_IDX: + +CAN\_D2\_UC\_S1\_IDX: DroneCAN Serial1 index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial port number on remote CAN node + + ++----------+----------------------+ +| Range | Values | ++==========+======================+ +| 0 to 100 | +-------+----------+ | +| | | Value | Meaning | | +| | +=======+==========+ | +| | | -1 | Disabled | | +| | +-------+----------+ | +| | | 0 | Serial0 | | +| | +-------+----------+ | +| | | 1 | Serial1 | | +| | +-------+----------+ | +| | | 2 | Serial2 | | +| | +-------+----------+ | +| | | 3 | Serial3 | | +| | +-------+----------+ | +| | | 4 | Serial4 | | +| | +-------+----------+ | +| | | 5 | Serial5 | | +| | +-------+----------+ | +| | | 6 | Serial6 | | +| | +-------+----------+ | +| | | ++----------+----------------------+ + + + + +.. _CAN_D2_UC_S1_BD: + +CAN\_D2\_UC\_S1\_BD: DroneCAN Serial default baud rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial baud rate on remote CAN node + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 1 | 1200 | | +| +-------+---------+ | +| | 2 | 2400 | | +| +-------+---------+ | +| | 4 | 4800 | | +| +-------+---------+ | +| | 9 | 9600 | | +| +-------+---------+ | +| | 19 | 19200 | | +| +-------+---------+ | +| | 38 | 38400 | | +| +-------+---------+ | +| | 57 | 57600 | | +| +-------+---------+ | +| | 111 | 111100 | | +| +-------+---------+ | +| | 115 | 115200 | | +| +-------+---------+ | +| | 230 | 230400 | | +| +-------+---------+ | +| | 256 | 256000 | | +| +-------+---------+ | +| | 460 | 460800 | | +| +-------+---------+ | +| | 500 | 500000 | | +| +-------+---------+ | +| | 921 | 921600 | | +| +-------+---------+ | +| | 1500 | 1500000 | | +| +-------+---------+ | +| | 2000 | 2000000 | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _CAN_D2_UC_S1_PRO: + +CAN\_D2\_UC\_S1\_PRO: Serial protocol of DroneCAN serial port +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial protocol of DroneCAN serial port + + ++----------------------------------------------+ +| Values | ++==============================================+ +| +-------+----------------------------------+ | +| | Value | Meaning | | +| +=======+==================================+ | +| | -1 | None | | +| +-------+----------------------------------+ | +| | 1 | MAVLink1 | | +| +-------+----------------------------------+ | +| | 2 | MAVLink2 | | +| +-------+----------------------------------+ | +| | 3 | Frsky D | | +| +-------+----------------------------------+ | +| | 4 | Frsky SPort | | +| +-------+----------------------------------+ | +| | 5 | GPS | | +| +-------+----------------------------------+ | +| | 7 | Alexmos Gimbal Serial | | +| +-------+----------------------------------+ | +| | 8 | Gimbal | | +| +-------+----------------------------------+ | +| | 9 | Rangefinder | | +| +-------+----------------------------------+ | +| | 10 | FrSky SPort Passthrough (OpenTX) | | +| +-------+----------------------------------+ | +| | 11 | Lidar360 | | +| +-------+----------------------------------+ | +| | 13 | Beacon | | +| +-------+----------------------------------+ | +| | 14 | Volz servo out | | +| +-------+----------------------------------+ | +| | 15 | SBus servo out | | +| +-------+----------------------------------+ | +| | 16 | ESC Telemetry | | +| +-------+----------------------------------+ | +| | 17 | Devo Telemetry | | +| +-------+----------------------------------+ | +| | 18 | OpticalFlow | | +| +-------+----------------------------------+ | +| | 19 | RobotisServo | | +| +-------+----------------------------------+ | +| | 20 | NMEA Output | | +| +-------+----------------------------------+ | +| | 21 | WindVane | | +| +-------+----------------------------------+ | +| | 22 | SLCAN | | +| +-------+----------------------------------+ | +| | 23 | RCIN | | +| +-------+----------------------------------+ | +| | 24 | EFI Serial | | +| +-------+----------------------------------+ | +| | 25 | LTM | | +| +-------+----------------------------------+ | +| | 26 | RunCam | | +| +-------+----------------------------------+ | +| | 27 | HottTelem | | +| +-------+----------------------------------+ | +| | 28 | Scripting | | +| +-------+----------------------------------+ | +| | 29 | Crossfire VTX | | +| +-------+----------------------------------+ | +| | 30 | Generator | | +| +-------+----------------------------------+ | +| | 31 | Winch | | +| +-------+----------------------------------+ | +| | 32 | MSP | | +| +-------+----------------------------------+ | +| | 33 | DJI FPV | | +| +-------+----------------------------------+ | +| | 34 | AirSpeed | | +| +-------+----------------------------------+ | +| | 35 | ADSB | | +| +-------+----------------------------------+ | +| | 36 | AHRS | | +| +-------+----------------------------------+ | +| | 37 | SmartAudio | | +| +-------+----------------------------------+ | +| | 38 | FETtecOneWire | | +| +-------+----------------------------------+ | +| | 39 | Torqeedo | | +| +-------+----------------------------------+ | +| | 40 | AIS | | +| +-------+----------------------------------+ | +| | 41 | CoDevESC | | +| +-------+----------------------------------+ | +| | 42 | DisplayPort | | +| +-------+----------------------------------+ | +| | 43 | MAVLink High Latency | | +| +-------+----------------------------------+ | +| | 44 | IRC Tramp | | +| +-------+----------------------------------+ | +| | 45 | DDS XRCE | | +| +-------+----------------------------------+ | +| | 46 | IMUDATA | | +| +-------+----------------------------------+ | +| | ++----------------------------------------------+ + + + + +.. _CAN_D2_UC_S2_NOD: + +CAN\_D2\_UC\_S2\_NOD: Serial CAN remote node number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +CAN remote node number for serial port + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _CAN_D2_UC_S2_IDX: + +CAN\_D2\_UC\_S2\_IDX: Serial port number on remote CAN node +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial port number on remote CAN node + + ++----------+----------------------+ +| Range | Values | ++==========+======================+ +| 0 to 100 | +-------+----------+ | +| | | Value | Meaning | | +| | +=======+==========+ | +| | | -1 | Disabled | | +| | +-------+----------+ | +| | | 0 | Serial0 | | +| | +-------+----------+ | +| | | 1 | Serial1 | | +| | +-------+----------+ | +| | | 2 | Serial2 | | +| | +-------+----------+ | +| | | 3 | Serial3 | | +| | +-------+----------+ | +| | | 4 | Serial4 | | +| | +-------+----------+ | +| | | 5 | Serial5 | | +| | +-------+----------+ | +| | | 6 | Serial6 | | +| | +-------+----------+ | +| | | ++----------+----------------------+ + + + + +.. _CAN_D2_UC_S2_BD: + +CAN\_D2\_UC\_S2\_BD: DroneCAN Serial default baud rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial baud rate on remote CAN node + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 1 | 1200 | | +| +-------+---------+ | +| | 2 | 2400 | | +| +-------+---------+ | +| | 4 | 4800 | | +| +-------+---------+ | +| | 9 | 9600 | | +| +-------+---------+ | +| | 19 | 19200 | | +| +-------+---------+ | +| | 38 | 38400 | | +| +-------+---------+ | +| | 57 | 57600 | | +| +-------+---------+ | +| | 111 | 111100 | | +| +-------+---------+ | +| | 115 | 115200 | | +| +-------+---------+ | +| | 230 | 230400 | | +| +-------+---------+ | +| | 256 | 256000 | | +| +-------+---------+ | +| | 460 | 460800 | | +| +-------+---------+ | +| | 500 | 500000 | | +| +-------+---------+ | +| | 921 | 921600 | | +| +-------+---------+ | +| | 1500 | 1500000 | | +| +-------+---------+ | +| | 2000 | 2000000 | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _CAN_D2_UC_S2_PRO: + +CAN\_D2\_UC\_S2\_PRO: Serial protocol of DroneCAN serial port +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial protocol of DroneCAN serial port + + ++----------------------------------------------+ +| Values | ++==============================================+ +| +-------+----------------------------------+ | +| | Value | Meaning | | +| +=======+==================================+ | +| | -1 | None | | +| +-------+----------------------------------+ | +| | 1 | MAVLink1 | | +| +-------+----------------------------------+ | +| | 2 | MAVLink2 | | +| +-------+----------------------------------+ | +| | 3 | Frsky D | | +| +-------+----------------------------------+ | +| | 4 | Frsky SPort | | +| +-------+----------------------------------+ | +| | 5 | GPS | | +| +-------+----------------------------------+ | +| | 7 | Alexmos Gimbal Serial | | +| +-------+----------------------------------+ | +| | 8 | Gimbal | | +| +-------+----------------------------------+ | +| | 9 | Rangefinder | | +| +-------+----------------------------------+ | +| | 10 | FrSky SPort Passthrough (OpenTX) | | +| +-------+----------------------------------+ | +| | 11 | Lidar360 | | +| +-------+----------------------------------+ | +| | 13 | Beacon | | +| +-------+----------------------------------+ | +| | 14 | Volz servo out | | +| +-------+----------------------------------+ | +| | 15 | SBus servo out | | +| +-------+----------------------------------+ | +| | 16 | ESC Telemetry | | +| +-------+----------------------------------+ | +| | 17 | Devo Telemetry | | +| +-------+----------------------------------+ | +| | 18 | OpticalFlow | | +| +-------+----------------------------------+ | +| | 19 | RobotisServo | | +| +-------+----------------------------------+ | +| | 20 | NMEA Output | | +| +-------+----------------------------------+ | +| | 21 | WindVane | | +| +-------+----------------------------------+ | +| | 22 | SLCAN | | +| +-------+----------------------------------+ | +| | 23 | RCIN | | +| +-------+----------------------------------+ | +| | 24 | EFI Serial | | +| +-------+----------------------------------+ | +| | 25 | LTM | | +| +-------+----------------------------------+ | +| | 26 | RunCam | | +| +-------+----------------------------------+ | +| | 27 | HottTelem | | +| +-------+----------------------------------+ | +| | 28 | Scripting | | +| +-------+----------------------------------+ | +| | 29 | Crossfire VTX | | +| +-------+----------------------------------+ | +| | 30 | Generator | | +| +-------+----------------------------------+ | +| | 31 | Winch | | +| +-------+----------------------------------+ | +| | 32 | MSP | | +| +-------+----------------------------------+ | +| | 33 | DJI FPV | | +| +-------+----------------------------------+ | +| | 34 | AirSpeed | | +| +-------+----------------------------------+ | +| | 35 | ADSB | | +| +-------+----------------------------------+ | +| | 36 | AHRS | | +| +-------+----------------------------------+ | +| | 37 | SmartAudio | | +| +-------+----------------------------------+ | +| | 38 | FETtecOneWire | | +| +-------+----------------------------------+ | +| | 39 | Torqeedo | | +| +-------+----------------------------------+ | +| | 40 | AIS | | +| +-------+----------------------------------+ | +| | 41 | CoDevESC | | +| +-------+----------------------------------+ | +| | 42 | DisplayPort | | +| +-------+----------------------------------+ | +| | 43 | MAVLink High Latency | | +| +-------+----------------------------------+ | +| | 44 | IRC Tramp | | +| +-------+----------------------------------+ | +| | 45 | DDS XRCE | | +| +-------+----------------------------------+ | +| | 46 | IMUDATA | | +| +-------+----------------------------------+ | +| | ++----------------------------------------------+ + + + + +.. _CAN_D2_UC_S3_NOD: + +CAN\_D2\_UC\_S3\_NOD: Serial CAN remote node number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +CAN node number for serial port + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _CAN_D2_UC_S3_IDX: + +CAN\_D2\_UC\_S3\_IDX: Serial port number on remote CAN node +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial port number on remote CAN node + + ++----------+----------------------+ +| Range | Values | ++==========+======================+ +| 0 to 100 | +-------+----------+ | +| | | Value | Meaning | | +| | +=======+==========+ | +| | | -1 | Disabled | | +| | +-------+----------+ | +| | | 0 | Serial0 | | +| | +-------+----------+ | +| | | 1 | Serial1 | | +| | +-------+----------+ | +| | | 2 | Serial2 | | +| | +-------+----------+ | +| | | 3 | Serial3 | | +| | +-------+----------+ | +| | | 4 | Serial4 | | +| | +-------+----------+ | +| | | 5 | Serial5 | | +| | +-------+----------+ | +| | | 6 | Serial6 | | +| | +-------+----------+ | +| | | ++----------+----------------------+ + + + + +.. _CAN_D2_UC_S3_BD: + +CAN\_D2\_UC\_S3\_BD: Serial baud rate on remote CAN node +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial baud rate on remote CAN node + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 1 | 1200 | | +| +-------+---------+ | +| | 2 | 2400 | | +| +-------+---------+ | +| | 4 | 4800 | | +| +-------+---------+ | +| | 9 | 9600 | | +| +-------+---------+ | +| | 19 | 19200 | | +| +-------+---------+ | +| | 38 | 38400 | | +| +-------+---------+ | +| | 57 | 57600 | | +| +-------+---------+ | +| | 111 | 111100 | | +| +-------+---------+ | +| | 115 | 115200 | | +| +-------+---------+ | +| | 230 | 230400 | | +| +-------+---------+ | +| | 256 | 256000 | | +| +-------+---------+ | +| | 460 | 460800 | | +| +-------+---------+ | +| | 500 | 500000 | | +| +-------+---------+ | +| | 921 | 921600 | | +| +-------+---------+ | +| | 1500 | 1500000 | | +| +-------+---------+ | +| | 2000 | 2000000 | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _CAN_D2_UC_S3_PRO: + +CAN\_D2\_UC\_S3\_PRO: Serial protocol of DroneCAN serial port +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial protocol of DroneCAN serial port + + ++----------------------------------------------+ +| Values | ++==============================================+ +| +-------+----------------------------------+ | +| | Value | Meaning | | +| +=======+==================================+ | +| | -1 | None | | +| +-------+----------------------------------+ | +| | 1 | MAVLink1 | | +| +-------+----------------------------------+ | +| | 2 | MAVLink2 | | +| +-------+----------------------------------+ | +| | 3 | Frsky D | | +| +-------+----------------------------------+ | +| | 4 | Frsky SPort | | +| +-------+----------------------------------+ | +| | 5 | GPS | | +| +-------+----------------------------------+ | +| | 7 | Alexmos Gimbal Serial | | +| +-------+----------------------------------+ | +| | 8 | Gimbal | | +| +-------+----------------------------------+ | +| | 9 | Rangefinder | | +| +-------+----------------------------------+ | +| | 10 | FrSky SPort Passthrough (OpenTX) | | +| +-------+----------------------------------+ | +| | 11 | Lidar360 | | +| +-------+----------------------------------+ | +| | 13 | Beacon | | +| +-------+----------------------------------+ | +| | 14 | Volz servo out | | +| +-------+----------------------------------+ | +| | 15 | SBus servo out | | +| +-------+----------------------------------+ | +| | 16 | ESC Telemetry | | +| +-------+----------------------------------+ | +| | 17 | Devo Telemetry | | +| +-------+----------------------------------+ | +| | 18 | OpticalFlow | | +| +-------+----------------------------------+ | +| | 19 | RobotisServo | | +| +-------+----------------------------------+ | +| | 20 | NMEA Output | | +| +-------+----------------------------------+ | +| | 21 | WindVane | | +| +-------+----------------------------------+ | +| | 22 | SLCAN | | +| +-------+----------------------------------+ | +| | 23 | RCIN | | +| +-------+----------------------------------+ | +| | 24 | EFI Serial | | +| +-------+----------------------------------+ | +| | 25 | LTM | | +| +-------+----------------------------------+ | +| | 26 | RunCam | | +| +-------+----------------------------------+ | +| | 27 | HottTelem | | +| +-------+----------------------------------+ | +| | 28 | Scripting | | +| +-------+----------------------------------+ | +| | 29 | Crossfire VTX | | +| +-------+----------------------------------+ | +| | 30 | Generator | | +| +-------+----------------------------------+ | +| | 31 | Winch | | +| +-------+----------------------------------+ | +| | 32 | MSP | | +| +-------+----------------------------------+ | +| | 33 | DJI FPV | | +| +-------+----------------------------------+ | +| | 34 | AirSpeed | | +| +-------+----------------------------------+ | +| | 35 | ADSB | | +| +-------+----------------------------------+ | +| | 36 | AHRS | | +| +-------+----------------------------------+ | +| | 37 | SmartAudio | | +| +-------+----------------------------------+ | +| | 38 | FETtecOneWire | | +| +-------+----------------------------------+ | +| | 39 | Torqeedo | | +| +-------+----------------------------------+ | +| | 40 | AIS | | +| +-------+----------------------------------+ | +| | 41 | CoDevESC | | +| +-------+----------------------------------+ | +| | 42 | DisplayPort | | +| +-------+----------------------------------+ | +| | 43 | MAVLink High Latency | | +| +-------+----------------------------------+ | +| | 44 | IRC Tramp | | +| +-------+----------------------------------+ | +| | 45 | DDS XRCE | | +| +-------+----------------------------------+ | +| | 46 | IMUDATA | | +| +-------+----------------------------------+ | +| | ++----------------------------------------------+ + + + + + +.. _parameters_CAN_D3_: + +CAN\_D3\_ Parameters +-------------------- + + +.. _CAN_D3_PROTOCOL: + +CAN\_D3\_PROTOCOL: Enable use of specific protocol over virtual driver +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Enabling this option starts selected protocol that will use this virtual driver + + ++-----------------------------+ +| Values | ++=============================+ +| +-------+-----------------+ | +| | Value | Meaning | | +| +=======+=================+ | +| | 0 | Disabled | | +| +-------+-----------------+ | +| | 1 | DroneCAN | | +| +-------+-----------------+ | +| | 4 | PiccoloCAN | | +| +-------+-----------------+ | +| | 6 | EFI_NWPMU | | +| +-------+-----------------+ | +| | 7 | USD1 | | +| +-------+-----------------+ | +| | 8 | KDECAN | | +| +-------+-----------------+ | +| | 10 | Scripting | | +| +-------+-----------------+ | +| | 11 | Benewake | | +| +-------+-----------------+ | +| | 12 | Scripting2 | | +| +-------+-----------------+ | +| | 13 | TOFSenseP | | +| +-------+-----------------+ | +| | 14 | NanoRadar_NRA24 | | +| +-------+-----------------+ | +| | ++-----------------------------+ + + + + +.. _CAN_D3_PROTOCOL2: + +CAN\_D3\_PROTOCOL2: Secondary protocol with 11 bit CAN addressing +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Secondary protocol with 11 bit CAN addressing + + ++-----------------------------+ +| Values | ++=============================+ +| +-------+-----------------+ | +| | Value | Meaning | | +| +=======+=================+ | +| | 0 | Disabled | | +| +-------+-----------------+ | +| | 7 | USD1 | | +| +-------+-----------------+ | +| | 10 | Scripting | | +| +-------+-----------------+ | +| | 11 | Benewake | | +| +-------+-----------------+ | +| | 12 | Scripting2 | | +| +-------+-----------------+ | +| | 13 | TOFSenseP | | +| +-------+-----------------+ | +| | 14 | NanoRadar_NRA24 | | +| +-------+-----------------+ | +| | ++-----------------------------+ + + + + + +.. _parameters_CAN_D3_PC_: + +CAN\_D3\_PC\_ Parameters +------------------------ + + +.. _CAN_D3_PC_ESC_BM: + +CAN\_D3\_PC\_ESC\_BM: ESC channels +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bitmask defining which ESC \(motor\) channels are to be transmitted over Piccolo CAN + + ++-------------------+ +| Bitmask | ++===================+ +| +-----+---------+ | +| | Bit | Meaning | | +| +=====+=========+ | +| | 0 | ESC 1 | | +| +-----+---------+ | +| | 1 | ESC 2 | | +| +-----+---------+ | +| | 2 | ESC 3 | | +| +-----+---------+ | +| | 3 | ESC 4 | | +| +-----+---------+ | +| | 4 | ESC 5 | | +| +-----+---------+ | +| | 5 | ESC 6 | | +| +-----+---------+ | +| | 6 | ESC 7 | | +| +-----+---------+ | +| | 7 | ESC 8 | | +| +-----+---------+ | +| | 8 | ESC 9 | | +| +-----+---------+ | +| | 9 | ESC 10 | | +| +-----+---------+ | +| | 10 | ESC 11 | | +| +-----+---------+ | +| | 11 | ESC 12 | | +| +-----+---------+ | +| | 12 | ESC 13 | | +| +-----+---------+ | +| | 13 | ESC 14 | | +| +-----+---------+ | +| | 14 | ESC 15 | | +| +-----+---------+ | +| | 15 | ESC 16 | | +| +-----+---------+ | +| | 16 | ESC 17 | | +| +-----+---------+ | +| | 17 | ESC 18 | | +| +-----+---------+ | +| | 18 | ESC 19 | | +| +-----+---------+ | +| | 19 | ESC 20 | | +| +-----+---------+ | +| | 20 | ESC 21 | | +| +-----+---------+ | +| | 21 | ESC 22 | | +| +-----+---------+ | +| | 22 | ESC 23 | | +| +-----+---------+ | +| | 23 | ESC 24 | | +| +-----+---------+ | +| | 24 | ESC 25 | | +| +-----+---------+ | +| | 25 | ESC 26 | | +| +-----+---------+ | +| | 26 | ESC 27 | | +| +-----+---------+ | +| | 27 | ESC 28 | | +| +-----+---------+ | +| | 28 | ESC 29 | | +| +-----+---------+ | +| | 29 | ESC 30 | | +| +-----+---------+ | +| | 30 | ESC 31 | | +| +-----+---------+ | +| | 31 | ESC 32 | | +| +-----+---------+ | +| | ++-------------------+ + + + + +.. _CAN_D3_PC_ESC_RT: + +CAN\_D3\_PC\_ESC\_RT: ESC output rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Output rate of ESC command messages + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 1 to 500 | hertz | ++----------+-------+ + + + + +.. _CAN_D3_PC_SRV_BM: + +CAN\_D3\_PC\_SRV\_BM: Servo channels +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bitmask defining which servo channels are to be transmitted over Piccolo CAN + + ++--------------------+ +| Bitmask | ++====================+ +| +-----+----------+ | +| | Bit | Meaning | | +| +=====+==========+ | +| | 0 | Servo 1 | | +| +-----+----------+ | +| | 1 | Servo 2 | | +| +-----+----------+ | +| | 2 | Servo 3 | | +| +-----+----------+ | +| | 3 | Servo 4 | | +| +-----+----------+ | +| | 4 | Servo 5 | | +| +-----+----------+ | +| | 5 | Servo 6 | | +| +-----+----------+ | +| | 6 | Servo 7 | | +| +-----+----------+ | +| | 7 | Servo 8 | | +| +-----+----------+ | +| | 8 | Servo 9 | | +| +-----+----------+ | +| | 9 | Servo 10 | | +| +-----+----------+ | +| | 10 | Servo 11 | | +| +-----+----------+ | +| | 11 | Servo 12 | | +| +-----+----------+ | +| | 12 | Servo 13 | | +| +-----+----------+ | +| | 13 | Servo 14 | | +| +-----+----------+ | +| | 14 | Servo 15 | | +| +-----+----------+ | +| | 15 | Servo 16 | | +| +-----+----------+ | +| | ++--------------------+ + + + + +.. _CAN_D3_PC_SRV_RT: + +CAN\_D3\_PC\_SRV\_RT: Servo command output rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Output rate of servo command messages + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 1 to 500 | hertz | ++----------+-------+ + + + + +.. _CAN_D3_PC_ECU_ID: + +CAN\_D3\_PC\_ECU\_ID: ECU Node ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Node ID to send ECU throttle messages to\. Set to zero to disable ECU throttle messages\. Set to 255 to broadcast to all ECUs\. + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _CAN_D3_PC_ECU_RT: + +CAN\_D3\_PC\_ECU\_RT: ECU command output rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Output rate of ECU command messages + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 1 to 500 | hertz | ++----------+-------+ + + + + + +.. _parameters_CAN_D3_UC_: + +CAN\_D3\_UC\_ Parameters +------------------------ + + +.. _CAN_D3_UC_NODE: + +CAN\_D3\_UC\_NODE: DroneCAN node that is used for this network +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +DroneCAN node should be set implicitly + + ++----------+ +| Range | ++==========+ +| 1 to 250 | ++----------+ + + + + +.. _CAN_D3_UC_SRV_BM: + +CAN\_D3\_UC\_SRV\_BM: Output channels to be transmitted as servo over DroneCAN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Bitmask with one set for channel to be transmitted as a servo command over DroneCAN + + ++--------------------+ +| Bitmask | ++====================+ +| +-----+----------+ | +| | Bit | Meaning | | +| +=====+==========+ | +| | 0 | Servo 1 | | +| +-----+----------+ | +| | 1 | Servo 2 | | +| +-----+----------+ | +| | 2 | Servo 3 | | +| +-----+----------+ | +| | 3 | Servo 4 | | +| +-----+----------+ | +| | 4 | Servo 5 | | +| +-----+----------+ | +| | 5 | Servo 6 | | +| +-----+----------+ | +| | 6 | Servo 7 | | +| +-----+----------+ | +| | 7 | Servo 8 | | +| +-----+----------+ | +| | 8 | Servo 9 | | +| +-----+----------+ | +| | 9 | Servo 10 | | +| +-----+----------+ | +| | 10 | Servo 11 | | +| +-----+----------+ | +| | 11 | Servo 12 | | +| +-----+----------+ | +| | 12 | Servo 13 | | +| +-----+----------+ | +| | 13 | Servo 14 | | +| +-----+----------+ | +| | 14 | Servo 15 | | +| +-----+----------+ | +| | 15 | Servo 16 | | +| +-----+----------+ | +| | 16 | Servo 17 | | +| +-----+----------+ | +| | 17 | Servo 18 | | +| +-----+----------+ | +| | 18 | Servo 19 | | +| +-----+----------+ | +| | 19 | Servo 20 | | +| +-----+----------+ | +| | 20 | Servo 21 | | +| +-----+----------+ | +| | 21 | Servo 22 | | +| +-----+----------+ | +| | 22 | Servo 23 | | +| +-----+----------+ | +| | 23 | Servo 24 | | +| +-----+----------+ | +| | 24 | Servo 25 | | +| +-----+----------+ | +| | 25 | Servo 26 | | +| +-----+----------+ | +| | 26 | Servo 27 | | +| +-----+----------+ | +| | 27 | Servo 28 | | +| +-----+----------+ | +| | 28 | Servo 29 | | +| +-----+----------+ | +| | 29 | Servo 30 | | +| +-----+----------+ | +| | 30 | Servo 31 | | +| +-----+----------+ | +| | 31 | Servo 32 | | +| +-----+----------+ | +| | ++--------------------+ + + + + +.. _CAN_D3_UC_ESC_BM: + +CAN\_D3\_UC\_ESC\_BM: Output channels to be transmitted as ESC over DroneCAN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bitmask with one set for channel to be transmitted as a ESC command over DroneCAN + + ++-------------------+ +| Bitmask | ++===================+ +| +-----+---------+ | +| | Bit | Meaning | | +| +=====+=========+ | +| | 0 | ESC 1 | | +| +-----+---------+ | +| | 1 | ESC 2 | | +| +-----+---------+ | +| | 2 | ESC 3 | | +| +-----+---------+ | +| | 3 | ESC 4 | | +| +-----+---------+ | +| | 4 | ESC 5 | | +| +-----+---------+ | +| | 5 | ESC 6 | | +| +-----+---------+ | +| | 6 | ESC 7 | | +| +-----+---------+ | +| | 7 | ESC 8 | | +| +-----+---------+ | +| | 8 | ESC 9 | | +| +-----+---------+ | +| | 9 | ESC 10 | | +| +-----+---------+ | +| | 10 | ESC 11 | | +| +-----+---------+ | +| | 11 | ESC 12 | | +| +-----+---------+ | +| | 12 | ESC 13 | | +| +-----+---------+ | +| | 13 | ESC 14 | | +| +-----+---------+ | +| | 14 | ESC 15 | | +| +-----+---------+ | +| | 15 | ESC 16 | | +| +-----+---------+ | +| | 16 | ESC 17 | | +| +-----+---------+ | +| | 17 | ESC 18 | | +| +-----+---------+ | +| | 18 | ESC 19 | | +| +-----+---------+ | +| | 19 | ESC 20 | | +| +-----+---------+ | +| | 20 | ESC 21 | | +| +-----+---------+ | +| | 21 | ESC 22 | | +| +-----+---------+ | +| | 22 | ESC 23 | | +| +-----+---------+ | +| | 23 | ESC 24 | | +| +-----+---------+ | +| | 24 | ESC 25 | | +| +-----+---------+ | +| | 25 | ESC 26 | | +| +-----+---------+ | +| | 26 | ESC 27 | | +| +-----+---------+ | +| | 27 | ESC 28 | | +| +-----+---------+ | +| | 28 | ESC 29 | | +| +-----+---------+ | +| | 29 | ESC 30 | | +| +-----+---------+ | +| | 30 | ESC 31 | | +| +-----+---------+ | +| | 31 | ESC 32 | | +| +-----+---------+ | +| | ++-------------------+ + + + + +.. _CAN_D3_UC_SRV_RT: + +CAN\_D3\_UC\_SRV\_RT: Servo output rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum transmit rate for servo outputs + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 1 to 200 | hertz | ++----------+-------+ + + + + +.. _CAN_D3_UC_OPTION: + +CAN\_D3\_UC\_OPTION: DroneCAN options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Option flags + + ++----------------------------------+ +| Bitmask | ++==================================+ +| +-----+------------------------+ | +| | Bit | Meaning | | +| +=====+========================+ | +| | 0 | ClearDNADatabase | | +| +-----+------------------------+ | +| | 1 | IgnoreDNANodeConflicts | | +| +-----+------------------------+ | +| | 2 | EnableCanfd | | +| +-----+------------------------+ | +| | 3 | IgnoreDNANodeUnhealthy | | +| +-----+------------------------+ | +| | 4 | SendServoAsPWM | | +| +-----+------------------------+ | +| | 5 | SendGNSS | | +| +-----+------------------------+ | +| | 6 | UseHimarkServo | | +| +-----+------------------------+ | +| | 7 | HobbyWingESC | | +| +-----+------------------------+ | +| | 8 | EnableStats | | +| +-----+------------------------+ | +| | ++----------------------------------+ + + + + +.. _CAN_D3_UC_NTF_RT: + +CAN\_D3\_UC\_NTF\_RT: Notify State rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum transmit rate for Notify State Message + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 1 to 200 | hertz | ++----------+-------+ + + + + +.. _CAN_D3_UC_ESC_OF: + +CAN\_D3\_UC\_ESC\_OF: ESC Output channels offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset for ESC numbering in DroneCAN ESC RawCommand messages\. This allows for more efficient packing of ESC command messages\. If your ESCs are on servo functions 5 to 8 and you set this parameter to 4 then the ESC RawCommand will be sent with the first 4 slots filled\. This can be used for more efficient usage of CAN bandwidth + + ++---------+ +| Range | ++=========+ +| 0 to 18 | ++---------+ + + + + +.. _CAN_D3_UC_POOL: + +CAN\_D3\_UC\_POOL: CAN pool size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Amount of memory in bytes to allocate for the DroneCAN memory pool\. More memory is needed for higher CAN bus loads + + ++---------------+ +| Range | ++===============+ +| 1024 to 16384 | ++---------------+ + + + + +.. _CAN_D3_UC_ESC_RV: + +CAN\_D3\_UC\_ESC\_RV: Bitmask for output channels for reversible ESCs over DroneCAN\. +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bitmask with one set for each output channel that uses a reversible ESC over DroneCAN\. Reversible ESCs use both positive and negative values in RawCommands\, with positive commanding the forward direction and negative commanding the reverse direction\. + + ++-------------------+ +| Bitmask | ++===================+ +| +-----+---------+ | +| | Bit | Meaning | | +| +=====+=========+ | +| | 0 | ESC 1 | | +| +-----+---------+ | +| | 1 | ESC 2 | | +| +-----+---------+ | +| | 2 | ESC 3 | | +| +-----+---------+ | +| | 3 | ESC 4 | | +| +-----+---------+ | +| | 4 | ESC 5 | | +| +-----+---------+ | +| | 5 | ESC 6 | | +| +-----+---------+ | +| | 6 | ESC 7 | | +| +-----+---------+ | +| | 7 | ESC 8 | | +| +-----+---------+ | +| | 8 | ESC 9 | | +| +-----+---------+ | +| | 9 | ESC 10 | | +| +-----+---------+ | +| | 10 | ESC 11 | | +| +-----+---------+ | +| | 11 | ESC 12 | | +| +-----+---------+ | +| | 12 | ESC 13 | | +| +-----+---------+ | +| | 13 | ESC 14 | | +| +-----+---------+ | +| | 14 | ESC 15 | | +| +-----+---------+ | +| | 15 | ESC 16 | | +| +-----+---------+ | +| | 16 | ESC 17 | | +| +-----+---------+ | +| | 17 | ESC 18 | | +| +-----+---------+ | +| | 18 | ESC 19 | | +| +-----+---------+ | +| | 19 | ESC 20 | | +| +-----+---------+ | +| | 20 | ESC 21 | | +| +-----+---------+ | +| | 21 | ESC 22 | | +| +-----+---------+ | +| | 22 | ESC 23 | | +| +-----+---------+ | +| | 23 | ESC 24 | | +| +-----+---------+ | +| | 24 | ESC 25 | | +| +-----+---------+ | +| | 25 | ESC 26 | | +| +-----+---------+ | +| | 26 | ESC 27 | | +| +-----+---------+ | +| | 27 | ESC 28 | | +| +-----+---------+ | +| | 28 | ESC 29 | | +| +-----+---------+ | +| | 29 | ESC 30 | | +| +-----+---------+ | +| | 30 | ESC 31 | | +| +-----+---------+ | +| | 31 | ESC 32 | | +| +-----+---------+ | +| | ++-------------------+ + + + + +.. _CAN_D3_UC_RLY_RT: + +CAN\_D3\_UC\_RLY\_RT: DroneCAN relay output rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum transmit rate for relay outputs\, note that this rate is per message each message does 1 relay\, so if with more relays will take longer to update at the same rate\, a extra message will be sent when a relay changes state + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 0 to 200 | hertz | ++----------+-------+ + + + + +.. _CAN_D3_UC_SER_EN: + +CAN\_D3\_UC\_SER\_EN: DroneCAN Serial enable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Enable DroneCAN virtual serial ports + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _CAN_D3_UC_S1_NOD: + +CAN\_D3\_UC\_S1\_NOD: Serial CAN remote node number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +CAN remote node number for serial port + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _CAN_D3_UC_S1_IDX: + +CAN\_D3\_UC\_S1\_IDX: DroneCAN Serial1 index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial port number on remote CAN node + + ++----------+----------------------+ +| Range | Values | ++==========+======================+ +| 0 to 100 | +-------+----------+ | +| | | Value | Meaning | | +| | +=======+==========+ | +| | | -1 | Disabled | | +| | +-------+----------+ | +| | | 0 | Serial0 | | +| | +-------+----------+ | +| | | 1 | Serial1 | | +| | +-------+----------+ | +| | | 2 | Serial2 | | +| | +-------+----------+ | +| | | 3 | Serial3 | | +| | +-------+----------+ | +| | | 4 | Serial4 | | +| | +-------+----------+ | +| | | 5 | Serial5 | | +| | +-------+----------+ | +| | | 6 | Serial6 | | +| | +-------+----------+ | +| | | ++----------+----------------------+ + + + + +.. _CAN_D3_UC_S1_BD: + +CAN\_D3\_UC\_S1\_BD: DroneCAN Serial default baud rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial baud rate on remote CAN node + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 1 | 1200 | | +| +-------+---------+ | +| | 2 | 2400 | | +| +-------+---------+ | +| | 4 | 4800 | | +| +-------+---------+ | +| | 9 | 9600 | | +| +-------+---------+ | +| | 19 | 19200 | | +| +-------+---------+ | +| | 38 | 38400 | | +| +-------+---------+ | +| | 57 | 57600 | | +| +-------+---------+ | +| | 111 | 111100 | | +| +-------+---------+ | +| | 115 | 115200 | | +| +-------+---------+ | +| | 230 | 230400 | | +| +-------+---------+ | +| | 256 | 256000 | | +| +-------+---------+ | +| | 460 | 460800 | | +| +-------+---------+ | +| | 500 | 500000 | | +| +-------+---------+ | +| | 921 | 921600 | | +| +-------+---------+ | +| | 1500 | 1500000 | | +| +-------+---------+ | +| | 2000 | 2000000 | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _CAN_D3_UC_S1_PRO: + +CAN\_D3\_UC\_S1\_PRO: Serial protocol of DroneCAN serial port +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial protocol of DroneCAN serial port + + ++----------------------------------------------+ +| Values | ++==============================================+ +| +-------+----------------------------------+ | +| | Value | Meaning | | +| +=======+==================================+ | +| | -1 | None | | +| +-------+----------------------------------+ | +| | 1 | MAVLink1 | | +| +-------+----------------------------------+ | +| | 2 | MAVLink2 | | +| +-------+----------------------------------+ | +| | 3 | Frsky D | | +| +-------+----------------------------------+ | +| | 4 | Frsky SPort | | +| +-------+----------------------------------+ | +| | 5 | GPS | | +| +-------+----------------------------------+ | +| | 7 | Alexmos Gimbal Serial | | +| +-------+----------------------------------+ | +| | 8 | Gimbal | | +| +-------+----------------------------------+ | +| | 9 | Rangefinder | | +| +-------+----------------------------------+ | +| | 10 | FrSky SPort Passthrough (OpenTX) | | +| +-------+----------------------------------+ | +| | 11 | Lidar360 | | +| +-------+----------------------------------+ | +| | 13 | Beacon | | +| +-------+----------------------------------+ | +| | 14 | Volz servo out | | +| +-------+----------------------------------+ | +| | 15 | SBus servo out | | +| +-------+----------------------------------+ | +| | 16 | ESC Telemetry | | +| +-------+----------------------------------+ | +| | 17 | Devo Telemetry | | +| +-------+----------------------------------+ | +| | 18 | OpticalFlow | | +| +-------+----------------------------------+ | +| | 19 | RobotisServo | | +| +-------+----------------------------------+ | +| | 20 | NMEA Output | | +| +-------+----------------------------------+ | +| | 21 | WindVane | | +| +-------+----------------------------------+ | +| | 22 | SLCAN | | +| +-------+----------------------------------+ | +| | 23 | RCIN | | +| +-------+----------------------------------+ | +| | 24 | EFI Serial | | +| +-------+----------------------------------+ | +| | 25 | LTM | | +| +-------+----------------------------------+ | +| | 26 | RunCam | | +| +-------+----------------------------------+ | +| | 27 | HottTelem | | +| +-------+----------------------------------+ | +| | 28 | Scripting | | +| +-------+----------------------------------+ | +| | 29 | Crossfire VTX | | +| +-------+----------------------------------+ | +| | 30 | Generator | | +| +-------+----------------------------------+ | +| | 31 | Winch | | +| +-------+----------------------------------+ | +| | 32 | MSP | | +| +-------+----------------------------------+ | +| | 33 | DJI FPV | | +| +-------+----------------------------------+ | +| | 34 | AirSpeed | | +| +-------+----------------------------------+ | +| | 35 | ADSB | | +| +-------+----------------------------------+ | +| | 36 | AHRS | | +| +-------+----------------------------------+ | +| | 37 | SmartAudio | | +| +-------+----------------------------------+ | +| | 38 | FETtecOneWire | | +| +-------+----------------------------------+ | +| | 39 | Torqeedo | | +| +-------+----------------------------------+ | +| | 40 | AIS | | +| +-------+----------------------------------+ | +| | 41 | CoDevESC | | +| +-------+----------------------------------+ | +| | 42 | DisplayPort | | +| +-------+----------------------------------+ | +| | 43 | MAVLink High Latency | | +| +-------+----------------------------------+ | +| | 44 | IRC Tramp | | +| +-------+----------------------------------+ | +| | 45 | DDS XRCE | | +| +-------+----------------------------------+ | +| | 46 | IMUDATA | | +| +-------+----------------------------------+ | +| | ++----------------------------------------------+ + + + + +.. _CAN_D3_UC_S2_NOD: + +CAN\_D3\_UC\_S2\_NOD: Serial CAN remote node number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +CAN remote node number for serial port + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _CAN_D3_UC_S2_IDX: + +CAN\_D3\_UC\_S2\_IDX: Serial port number on remote CAN node +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial port number on remote CAN node + + ++----------+----------------------+ +| Range | Values | ++==========+======================+ +| 0 to 100 | +-------+----------+ | +| | | Value | Meaning | | +| | +=======+==========+ | +| | | -1 | Disabled | | +| | +-------+----------+ | +| | | 0 | Serial0 | | +| | +-------+----------+ | +| | | 1 | Serial1 | | +| | +-------+----------+ | +| | | 2 | Serial2 | | +| | +-------+----------+ | +| | | 3 | Serial3 | | +| | +-------+----------+ | +| | | 4 | Serial4 | | +| | +-------+----------+ | +| | | 5 | Serial5 | | +| | +-------+----------+ | +| | | 6 | Serial6 | | +| | +-------+----------+ | +| | | ++----------+----------------------+ + + + + +.. _CAN_D3_UC_S2_BD: + +CAN\_D3\_UC\_S2\_BD: DroneCAN Serial default baud rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial baud rate on remote CAN node + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 1 | 1200 | | +| +-------+---------+ | +| | 2 | 2400 | | +| +-------+---------+ | +| | 4 | 4800 | | +| +-------+---------+ | +| | 9 | 9600 | | +| +-------+---------+ | +| | 19 | 19200 | | +| +-------+---------+ | +| | 38 | 38400 | | +| +-------+---------+ | +| | 57 | 57600 | | +| +-------+---------+ | +| | 111 | 111100 | | +| +-------+---------+ | +| | 115 | 115200 | | +| +-------+---------+ | +| | 230 | 230400 | | +| +-------+---------+ | +| | 256 | 256000 | | +| +-------+---------+ | +| | 460 | 460800 | | +| +-------+---------+ | +| | 500 | 500000 | | +| +-------+---------+ | +| | 921 | 921600 | | +| +-------+---------+ | +| | 1500 | 1500000 | | +| +-------+---------+ | +| | 2000 | 2000000 | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _CAN_D3_UC_S2_PRO: + +CAN\_D3\_UC\_S2\_PRO: Serial protocol of DroneCAN serial port +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial protocol of DroneCAN serial port + + ++----------------------------------------------+ +| Values | ++==============================================+ +| +-------+----------------------------------+ | +| | Value | Meaning | | +| +=======+==================================+ | +| | -1 | None | | +| +-------+----------------------------------+ | +| | 1 | MAVLink1 | | +| +-------+----------------------------------+ | +| | 2 | MAVLink2 | | +| +-------+----------------------------------+ | +| | 3 | Frsky D | | +| +-------+----------------------------------+ | +| | 4 | Frsky SPort | | +| +-------+----------------------------------+ | +| | 5 | GPS | | +| +-------+----------------------------------+ | +| | 7 | Alexmos Gimbal Serial | | +| +-------+----------------------------------+ | +| | 8 | Gimbal | | +| +-------+----------------------------------+ | +| | 9 | Rangefinder | | +| +-------+----------------------------------+ | +| | 10 | FrSky SPort Passthrough (OpenTX) | | +| +-------+----------------------------------+ | +| | 11 | Lidar360 | | +| +-------+----------------------------------+ | +| | 13 | Beacon | | +| +-------+----------------------------------+ | +| | 14 | Volz servo out | | +| +-------+----------------------------------+ | +| | 15 | SBus servo out | | +| +-------+----------------------------------+ | +| | 16 | ESC Telemetry | | +| +-------+----------------------------------+ | +| | 17 | Devo Telemetry | | +| +-------+----------------------------------+ | +| | 18 | OpticalFlow | | +| +-------+----------------------------------+ | +| | 19 | RobotisServo | | +| +-------+----------------------------------+ | +| | 20 | NMEA Output | | +| +-------+----------------------------------+ | +| | 21 | WindVane | | +| +-------+----------------------------------+ | +| | 22 | SLCAN | | +| +-------+----------------------------------+ | +| | 23 | RCIN | | +| +-------+----------------------------------+ | +| | 24 | EFI Serial | | +| +-------+----------------------------------+ | +| | 25 | LTM | | +| +-------+----------------------------------+ | +| | 26 | RunCam | | +| +-------+----------------------------------+ | +| | 27 | HottTelem | | +| +-------+----------------------------------+ | +| | 28 | Scripting | | +| +-------+----------------------------------+ | +| | 29 | Crossfire VTX | | +| +-------+----------------------------------+ | +| | 30 | Generator | | +| +-------+----------------------------------+ | +| | 31 | Winch | | +| +-------+----------------------------------+ | +| | 32 | MSP | | +| +-------+----------------------------------+ | +| | 33 | DJI FPV | | +| +-------+----------------------------------+ | +| | 34 | AirSpeed | | +| +-------+----------------------------------+ | +| | 35 | ADSB | | +| +-------+----------------------------------+ | +| | 36 | AHRS | | +| +-------+----------------------------------+ | +| | 37 | SmartAudio | | +| +-------+----------------------------------+ | +| | 38 | FETtecOneWire | | +| +-------+----------------------------------+ | +| | 39 | Torqeedo | | +| +-------+----------------------------------+ | +| | 40 | AIS | | +| +-------+----------------------------------+ | +| | 41 | CoDevESC | | +| +-------+----------------------------------+ | +| | 42 | DisplayPort | | +| +-------+----------------------------------+ | +| | 43 | MAVLink High Latency | | +| +-------+----------------------------------+ | +| | 44 | IRC Tramp | | +| +-------+----------------------------------+ | +| | 45 | DDS XRCE | | +| +-------+----------------------------------+ | +| | 46 | IMUDATA | | +| +-------+----------------------------------+ | +| | ++----------------------------------------------+ + + + + +.. _CAN_D3_UC_S3_NOD: + +CAN\_D3\_UC\_S3\_NOD: Serial CAN remote node number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +CAN node number for serial port + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _CAN_D3_UC_S3_IDX: + +CAN\_D3\_UC\_S3\_IDX: Serial port number on remote CAN node +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial port number on remote CAN node + + ++----------+----------------------+ +| Range | Values | ++==========+======================+ +| 0 to 100 | +-------+----------+ | +| | | Value | Meaning | | +| | +=======+==========+ | +| | | -1 | Disabled | | +| | +-------+----------+ | +| | | 0 | Serial0 | | +| | +-------+----------+ | +| | | 1 | Serial1 | | +| | +-------+----------+ | +| | | 2 | Serial2 | | +| | +-------+----------+ | +| | | 3 | Serial3 | | +| | +-------+----------+ | +| | | 4 | Serial4 | | +| | +-------+----------+ | +| | | 5 | Serial5 | | +| | +-------+----------+ | +| | | 6 | Serial6 | | +| | +-------+----------+ | +| | | ++----------+----------------------+ + + + + +.. _CAN_D3_UC_S3_BD: + +CAN\_D3\_UC\_S3\_BD: Serial baud rate on remote CAN node +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial baud rate on remote CAN node + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 1 | 1200 | | +| +-------+---------+ | +| | 2 | 2400 | | +| +-------+---------+ | +| | 4 | 4800 | | +| +-------+---------+ | +| | 9 | 9600 | | +| +-------+---------+ | +| | 19 | 19200 | | +| +-------+---------+ | +| | 38 | 38400 | | +| +-------+---------+ | +| | 57 | 57600 | | +| +-------+---------+ | +| | 111 | 111100 | | +| +-------+---------+ | +| | 115 | 115200 | | +| +-------+---------+ | +| | 230 | 230400 | | +| +-------+---------+ | +| | 256 | 256000 | | +| +-------+---------+ | +| | 460 | 460800 | | +| +-------+---------+ | +| | 500 | 500000 | | +| +-------+---------+ | +| | 921 | 921600 | | +| +-------+---------+ | +| | 1500 | 1500000 | | +| +-------+---------+ | +| | 2000 | 2000000 | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _CAN_D3_UC_S3_PRO: + +CAN\_D3\_UC\_S3\_PRO: Serial protocol of DroneCAN serial port +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial protocol of DroneCAN serial port + + ++----------------------------------------------+ +| Values | ++==============================================+ +| +-------+----------------------------------+ | +| | Value | Meaning | | +| +=======+==================================+ | +| | -1 | None | | +| +-------+----------------------------------+ | +| | 1 | MAVLink1 | | +| +-------+----------------------------------+ | +| | 2 | MAVLink2 | | +| +-------+----------------------------------+ | +| | 3 | Frsky D | | +| +-------+----------------------------------+ | +| | 4 | Frsky SPort | | +| +-------+----------------------------------+ | +| | 5 | GPS | | +| +-------+----------------------------------+ | +| | 7 | Alexmos Gimbal Serial | | +| +-------+----------------------------------+ | +| | 8 | Gimbal | | +| +-------+----------------------------------+ | +| | 9 | Rangefinder | | +| +-------+----------------------------------+ | +| | 10 | FrSky SPort Passthrough (OpenTX) | | +| +-------+----------------------------------+ | +| | 11 | Lidar360 | | +| +-------+----------------------------------+ | +| | 13 | Beacon | | +| +-------+----------------------------------+ | +| | 14 | Volz servo out | | +| +-------+----------------------------------+ | +| | 15 | SBus servo out | | +| +-------+----------------------------------+ | +| | 16 | ESC Telemetry | | +| +-------+----------------------------------+ | +| | 17 | Devo Telemetry | | +| +-------+----------------------------------+ | +| | 18 | OpticalFlow | | +| +-------+----------------------------------+ | +| | 19 | RobotisServo | | +| +-------+----------------------------------+ | +| | 20 | NMEA Output | | +| +-------+----------------------------------+ | +| | 21 | WindVane | | +| +-------+----------------------------------+ | +| | 22 | SLCAN | | +| +-------+----------------------------------+ | +| | 23 | RCIN | | +| +-------+----------------------------------+ | +| | 24 | EFI Serial | | +| +-------+----------------------------------+ | +| | 25 | LTM | | +| +-------+----------------------------------+ | +| | 26 | RunCam | | +| +-------+----------------------------------+ | +| | 27 | HottTelem | | +| +-------+----------------------------------+ | +| | 28 | Scripting | | +| +-------+----------------------------------+ | +| | 29 | Crossfire VTX | | +| +-------+----------------------------------+ | +| | 30 | Generator | | +| +-------+----------------------------------+ | +| | 31 | Winch | | +| +-------+----------------------------------+ | +| | 32 | MSP | | +| +-------+----------------------------------+ | +| | 33 | DJI FPV | | +| +-------+----------------------------------+ | +| | 34 | AirSpeed | | +| +-------+----------------------------------+ | +| | 35 | ADSB | | +| +-------+----------------------------------+ | +| | 36 | AHRS | | +| +-------+----------------------------------+ | +| | 37 | SmartAudio | | +| +-------+----------------------------------+ | +| | 38 | FETtecOneWire | | +| +-------+----------------------------------+ | +| | 39 | Torqeedo | | +| +-------+----------------------------------+ | +| | 40 | AIS | | +| +-------+----------------------------------+ | +| | 41 | CoDevESC | | +| +-------+----------------------------------+ | +| | 42 | DisplayPort | | +| +-------+----------------------------------+ | +| | 43 | MAVLink High Latency | | +| +-------+----------------------------------+ | +| | 44 | IRC Tramp | | +| +-------+----------------------------------+ | +| | 45 | DDS XRCE | | +| +-------+----------------------------------+ | +| | 46 | IMUDATA | | +| +-------+----------------------------------+ | +| | ++----------------------------------------------+ + + + + + +.. _parameters_CAN_P1_: + +CAN\_P1\_ Parameters +-------------------- + + +.. _CAN_P1_DRIVER: + +CAN\_P1\_DRIVER: Index of virtual driver to be used with physical CAN interface +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Enabling this option enables use of CAN buses\. + + ++---------------------------+ +| Values | ++===========================+ +| +-------+---------------+ | +| | Value | Meaning | | +| +=======+===============+ | +| | 0 | Disabled | | +| +-------+---------------+ | +| | 1 | First driver | | +| +-------+---------------+ | +| | 2 | Second driver | | +| +-------+---------------+ | +| | 3 | Third driver | | +| +-------+---------------+ | +| | ++---------------------------+ + + + + +.. _CAN_P1_BITRATE: + +CAN\_P1\_BITRATE: Bitrate of CAN interface +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bit rate can be set up to from 10000 to 1000000 + + ++------------------+ +| Range | ++==================+ +| 10000 to 1000000 | ++------------------+ + + + + +.. _CAN_P1_FDBITRATE: + +CAN\_P1\_FDBITRATE: Bitrate of CANFD interface +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bit rate can be set up to from 1000000 to 8000000 + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 1 | 1M | | +| +-------+---------+ | +| | 2 | 2M | | +| +-------+---------+ | +| | 4 | 4M | | +| +-------+---------+ | +| | 5 | 5M | | +| +-------+---------+ | +| | 8 | 8M | | +| +-------+---------+ | +| | ++---------------------+ + + + + + +.. _parameters_CAN_P2_: + +CAN\_P2\_ Parameters +-------------------- + + +.. _CAN_P2_DRIVER: + +CAN\_P2\_DRIVER: Index of virtual driver to be used with physical CAN interface +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Enabling this option enables use of CAN buses\. + + ++---------------------------+ +| Values | ++===========================+ +| +-------+---------------+ | +| | Value | Meaning | | +| +=======+===============+ | +| | 0 | Disabled | | +| +-------+---------------+ | +| | 1 | First driver | | +| +-------+---------------+ | +| | 2 | Second driver | | +| +-------+---------------+ | +| | 3 | Third driver | | +| +-------+---------------+ | +| | ++---------------------------+ + + + + +.. _CAN_P2_BITRATE: + +CAN\_P2\_BITRATE: Bitrate of CAN interface +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bit rate can be set up to from 10000 to 1000000 + + ++------------------+ +| Range | ++==================+ +| 10000 to 1000000 | ++------------------+ + + + + +.. _CAN_P2_FDBITRATE: + +CAN\_P2\_FDBITRATE: Bitrate of CANFD interface +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bit rate can be set up to from 1000000 to 8000000 + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 1 | 1M | | +| +-------+---------+ | +| | 2 | 2M | | +| +-------+---------+ | +| | 4 | 4M | | +| +-------+---------+ | +| | 5 | 5M | | +| +-------+---------+ | +| | 8 | 8M | | +| +-------+---------+ | +| | ++---------------------+ + + + + + +.. _parameters_CAN_P3_: + +CAN\_P3\_ Parameters +-------------------- + + +.. _CAN_P3_DRIVER: + +CAN\_P3\_DRIVER: Index of virtual driver to be used with physical CAN interface +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Enabling this option enables use of CAN buses\. + + ++---------------------------+ +| Values | ++===========================+ +| +-------+---------------+ | +| | Value | Meaning | | +| +=======+===============+ | +| | 0 | Disabled | | +| +-------+---------------+ | +| | 1 | First driver | | +| +-------+---------------+ | +| | 2 | Second driver | | +| +-------+---------------+ | +| | 3 | Third driver | | +| +-------+---------------+ | +| | ++---------------------------+ + + + + +.. _CAN_P3_BITRATE: + +CAN\_P3\_BITRATE: Bitrate of CAN interface +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bit rate can be set up to from 10000 to 1000000 + + ++------------------+ +| Range | ++==================+ +| 10000 to 1000000 | ++------------------+ + + + + +.. _CAN_P3_FDBITRATE: + +CAN\_P3\_FDBITRATE: Bitrate of CANFD interface +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bit rate can be set up to from 1000000 to 8000000 + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 1 | 1M | | +| +-------+---------+ | +| | 2 | 2M | | +| +-------+---------+ | +| | 4 | 4M | | +| +-------+---------+ | +| | 5 | 5M | | +| +-------+---------+ | +| | 8 | 8M | | +| +-------+---------+ | +| | ++---------------------+ + + + + + +.. _parameters_CAN_SLCAN_: + +CAN\_SLCAN\_ Parameters +----------------------- + + +.. _CAN_SLCAN_CPORT: + +CAN\_SLCAN\_CPORT: SLCAN Route +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +CAN Interface ID to be routed to SLCAN\, 0 means no routing + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | Disabled | | +| +-------+------------------+ | +| | 1 | First interface | | +| +-------+------------------+ | +| | 2 | Second interface | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + +.. _CAN_SLCAN_SERNUM: + +CAN\_SLCAN\_SERNUM: SLCAN Serial Port +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Serial Port ID to be used for temporary SLCAN iface\, \-1 means no temporary serial\. This parameter is automatically reset on reboot or on timeout\. See CAN\_SLCAN\_TIMOUT for timeout details + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | -1 | Disabled | | +| +-------+----------+ | +| | 0 | Serial0 | | +| +-------+----------+ | +| | 1 | Serial1 | | +| +-------+----------+ | +| | 2 | Serial2 | | +| +-------+----------+ | +| | 3 | Serial3 | | +| +-------+----------+ | +| | 4 | Serial4 | | +| +-------+----------+ | +| | 5 | Serial5 | | +| +-------+----------+ | +| | 6 | Serial6 | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _CAN_SLCAN_TIMOUT: + +CAN\_SLCAN\_TIMOUT: SLCAN Timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Duration of inactivity after which SLCAN is switched back to original driver in seconds\. + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _CAN_SLCAN_SDELAY: + +CAN\_SLCAN\_SDELAY: SLCAN Start Delay +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Duration after which slcan starts after setting SERNUM in seconds\. + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + + +.. _parameters_CIRC: + +CIRC Parameters +--------------- + + +.. _CIRC_RADIUS: + +CIRC\_RADIUS: Circle Radius +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vehicle will circle the center at this distance + + ++-----------+----------+--------+ +| Increment | Range | Units | ++===========+==========+========+ +| 1 | 0 to 100 | meters | ++-----------+----------+--------+ + + + + +.. _CIRC_SPEED: + +CIRC\_SPEED: Circle Speed +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vehicle will move at this speed around the circle\. If set to zero WP\_SPEED will be used + + ++-----------+---------+-------------------+ +| Increment | Range | Units | ++===========+=========+===================+ +| 0.1 | 0 to 10 | meters per second | ++-----------+---------+-------------------+ + + + + +.. _CIRC_DIR: + +CIRC\_DIR: Circle Direction +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Circle Direction + + ++-------------------------------+ +| Values | ++===============================+ +| +-------+-------------------+ | +| | Value | Meaning | | +| +=======+===================+ | +| | 0 | Clockwise | | +| +-------+-------------------+ | +| | 1 | Counter-Clockwise | | +| +-------+-------------------+ | +| | ++-------------------------------+ + + + + + +.. _parameters_COMPASS_: + +COMPASS\_ Parameters +-------------------- + + +.. _COMPASS_OFS_X: + +COMPASS\_OFS\_X: Compass offsets in milligauss on the X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset to be added to the compass x\-axis values to compensate for metal in the frame + + ++-------------+-----------+-------------+------------+ +| Calibration | Increment | Range | Units | ++=============+===========+=============+============+ +| 1 | 1 | -400 to 400 | milligauss | ++-------------+-----------+-------------+------------+ + + + + +.. _COMPASS_OFS_Y: + +COMPASS\_OFS\_Y: Compass offsets in milligauss on the Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset to be added to the compass y\-axis values to compensate for metal in the frame + + ++-------------+-----------+-------------+------------+ +| Calibration | Increment | Range | Units | ++=============+===========+=============+============+ +| 1 | 1 | -400 to 400 | milligauss | ++-------------+-----------+-------------+------------+ + + + + +.. _COMPASS_OFS_Z: + +COMPASS\_OFS\_Z: Compass offsets in milligauss on the Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset to be added to the compass z\-axis values to compensate for metal in the frame + + ++-----------+-------------+------------+ +| Increment | Range | Units | ++===========+=============+============+ +| 1 | -400 to 400 | milligauss | ++-----------+-------------+------------+ + + + + +.. _COMPASS_DEC: + +COMPASS\_DEC: Compass declination +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +An angle to compensate between the true north and magnetic north + + ++-----------+-----------------+---------+ +| Increment | Range | Units | ++===========+=================+=========+ +| 0.01 | -3.142 to 3.142 | radians | ++-----------+-----------------+---------+ + + + + +.. _COMPASS_LEARN: + +COMPASS\_LEARN: Learn compass offsets automatically +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Enable or disable the automatic learning of compass offsets\. You can enable learning either using a compass\-only method that is suitable only for fixed wing aircraft or using the offsets learnt by the active EKF state estimator\. If this option is enabled then the learnt offsets are saved when you disarm the vehicle\. If InFlight learning is enabled then the compass with automatically start learning once a flight starts \(must be armed\)\. While InFlight learning is running you cannot use position control modes\. + + ++-------------------------------+ +| Values | ++===============================+ +| +-------+-------------------+ | +| | Value | Meaning | | +| +=======+===================+ | +| | 0 | Disabled | | +| +-------+-------------------+ | +| | 1 | Internal-Learning | | +| +-------+-------------------+ | +| | 2 | EKF-Learning | | +| +-------+-------------------+ | +| | 3 | InFlight-Learning | | +| +-------+-------------------+ | +| | ++-------------------------------+ + + + + +.. _COMPASS_USE: + +COMPASS\_USE: Use compass for yaw +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Enable or disable the use of the compass \(instead of the GPS\) for determining heading + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _COMPASS_AUTODEC: + +COMPASS\_AUTODEC: Auto Declination +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Enable or disable the automatic calculation of the declination based on gps location + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _COMPASS_MOTCT: + +COMPASS\_MOTCT: Motor interference compensation type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Set motor interference compensation type to disabled\, throttle or current\. Do not change manually\. + + ++-------------+--------------------------+ +| Calibration | Values | ++=============+==========================+ +| 1 | +-------+--------------+ | +| | | Value | Meaning | | +| | +=======+==============+ | +| | | 0 | Disabled | | +| | +-------+--------------+ | +| | | 1 | Use Throttle | | +| | +-------+--------------+ | +| | | 2 | Use Current | | +| | +-------+--------------+ | +| | | ++-------------+--------------------------+ + + + + +.. _COMPASS_MOT_X: + +COMPASS\_MOT\_X: Motor interference compensation for body frame X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplied by the current throttle and added to the compass\'s x\-axis values to compensate for motor interference \(Offset per Amp or at Full Throttle\) + + ++-------------+-----------+---------------+-----------------------+ +| Calibration | Increment | Range | Units | ++=============+===========+===============+=======================+ +| 1 | 1 | -1000 to 1000 | milligauss per ampere | ++-------------+-----------+---------------+-----------------------+ + + + + +.. _COMPASS_MOT_Y: + +COMPASS\_MOT\_Y: Motor interference compensation for body frame Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplied by the current throttle and added to the compass\'s y\-axis values to compensate for motor interference \(Offset per Amp or at Full Throttle\) + + ++-------------+-----------+---------------+-----------------------+ +| Calibration | Increment | Range | Units | ++=============+===========+===============+=======================+ +| 1 | 1 | -1000 to 1000 | milligauss per ampere | ++-------------+-----------+---------------+-----------------------+ + + + + +.. _COMPASS_MOT_Z: + +COMPASS\_MOT\_Z: Motor interference compensation for body frame Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplied by the current throttle and added to the compass\'s z\-axis values to compensate for motor interference \(Offset per Amp or at Full Throttle\) + + ++-----------+---------------+-----------------------+ +| Increment | Range | Units | ++===========+===============+=======================+ +| 1 | -1000 to 1000 | milligauss per ampere | ++-----------+---------------+-----------------------+ + + + + +.. _COMPASS_ORIENT: + +COMPASS\_ORIENT: Compass orientation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The orientation of the first external compass relative to the vehicle frame\. This value will be ignored unless this compass is set as an external compass\. When set correctly in the northern hemisphere\, pointing the nose and right side down should increase the MagX and MagY values respectively\. Rolling the vehicle upside down should decrease the MagZ value\. For southern hemisphere\, switch increase and decrease\. NOTE\: For internal compasses\, AHRS\_ORIENT is used\. The label for each option is specified in the order of rotations for that orientation\. Firmware versions 4\.2 and prior can use a CUSTOM \(100\) rotation to set the COMPASS\_CUS\_ROLL\/PIT\/YAW angles for Compass orientation\. Later versions provide two general custom rotations which can be used\, Custom 1 and Custom 2\, with CUST\_1\_ROLL\/PIT\/YAW or CUST\_2\_ROLL\/PIT\/YAW angles\. + + ++----------------------------------+ +| Values | ++==================================+ +| +-------+----------------------+ | +| | Value | Meaning | | +| +=======+======================+ | +| | 0 | None | | +| +-------+----------------------+ | +| | 1 | Yaw45 | | +| +-------+----------------------+ | +| | 2 | Yaw90 | | +| +-------+----------------------+ | +| | 3 | Yaw135 | | +| +-------+----------------------+ | +| | 4 | Yaw180 | | +| +-------+----------------------+ | +| | 5 | Yaw225 | | +| +-------+----------------------+ | +| | 6 | Yaw270 | | +| +-------+----------------------+ | +| | 7 | Yaw315 | | +| +-------+----------------------+ | +| | 8 | Roll180 | | +| +-------+----------------------+ | +| | 9 | Yaw45Roll180 | | +| +-------+----------------------+ | +| | 10 | Yaw90Roll180 | | +| +-------+----------------------+ | +| | 11 | Yaw135Roll180 | | +| +-------+----------------------+ | +| | 12 | Pitch180 | | +| +-------+----------------------+ | +| | 13 | Yaw225Roll180 | | +| +-------+----------------------+ | +| | 14 | Yaw270Roll180 | | +| +-------+----------------------+ | +| | 15 | Yaw315Roll180 | | +| +-------+----------------------+ | +| | 16 | Roll90 | | +| +-------+----------------------+ | +| | 17 | Yaw45Roll90 | | +| +-------+----------------------+ | +| | 18 | Yaw90Roll90 | | +| +-------+----------------------+ | +| | 19 | Yaw135Roll90 | | +| +-------+----------------------+ | +| | 20 | Roll270 | | +| +-------+----------------------+ | +| | 21 | Yaw45Roll270 | | +| +-------+----------------------+ | +| | 22 | Yaw90Roll270 | | +| +-------+----------------------+ | +| | 23 | Yaw135Roll270 | | +| +-------+----------------------+ | +| | 24 | Pitch90 | | +| +-------+----------------------+ | +| | 25 | Pitch270 | | +| +-------+----------------------+ | +| | 26 | Yaw90Pitch180 | | +| +-------+----------------------+ | +| | 27 | Yaw270Pitch180 | | +| +-------+----------------------+ | +| | 28 | Pitch90Roll90 | | +| +-------+----------------------+ | +| | 29 | Pitch90Roll180 | | +| +-------+----------------------+ | +| | 30 | Pitch90Roll270 | | +| +-------+----------------------+ | +| | 31 | Pitch180Roll90 | | +| +-------+----------------------+ | +| | 32 | Pitch180Roll270 | | +| +-------+----------------------+ | +| | 33 | Pitch270Roll90 | | +| +-------+----------------------+ | +| | 34 | Pitch270Roll180 | | +| +-------+----------------------+ | +| | 35 | Pitch270Roll270 | | +| +-------+----------------------+ | +| | 36 | Yaw90Pitch180Roll90 | | +| +-------+----------------------+ | +| | 37 | Yaw270Roll90 | | +| +-------+----------------------+ | +| | 38 | Yaw293Pitch68Roll180 | | +| +-------+----------------------+ | +| | 39 | Pitch315 | | +| +-------+----------------------+ | +| | 40 | Pitch315Roll90 | | +| +-------+----------------------+ | +| | 42 | Roll45 | | +| +-------+----------------------+ | +| | 43 | Roll315 | | +| +-------+----------------------+ | +| | 100 | Custom 4.1 and older | | +| +-------+----------------------+ | +| | 101 | Custom 1 | | +| +-------+----------------------+ | +| | 102 | Custom 2 | | +| +-------+----------------------+ | +| | ++----------------------------------+ + + + + +.. _COMPASS_EXTERNAL: + +COMPASS\_EXTERNAL: Compass is attached via an external cable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Configure compass so it is attached externally\. This is auto\-detected on most boards\. Set to 1 if the compass is externally connected\. When externally connected the COMPASS\_ORIENT option operates independently of the AHRS\_ORIENTATION board orientation option\. If set to 0 or 1 then auto\-detection by bus connection can override the value\. If set to 2 then auto\-detection will be disabled\. + + ++----------------------------+ +| Values | ++============================+ +| +-------+----------------+ | +| | Value | Meaning | | +| +=======+================+ | +| | 0 | Internal | | +| +-------+----------------+ | +| | 1 | External | | +| +-------+----------------+ | +| | 2 | ForcedExternal | | +| +-------+----------------+ | +| | ++----------------------------+ + + + + +.. _COMPASS_OFS2_X: + +COMPASS\_OFS2\_X: Compass2 offsets in milligauss on the X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset to be added to compass2\'s x\-axis values to compensate for metal in the frame + + ++-------------+-----------+-------------+------------+ +| Calibration | Increment | Range | Units | ++=============+===========+=============+============+ +| 1 | 1 | -400 to 400 | milligauss | ++-------------+-----------+-------------+------------+ + + + + +.. _COMPASS_OFS2_Y: + +COMPASS\_OFS2\_Y: Compass2 offsets in milligauss on the Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset to be added to compass2\'s y\-axis values to compensate for metal in the frame + + ++-------------+-----------+-------------+------------+ +| Calibration | Increment | Range | Units | ++=============+===========+=============+============+ +| 1 | 1 | -400 to 400 | milligauss | ++-------------+-----------+-------------+------------+ + + + + +.. _COMPASS_OFS2_Z: + +COMPASS\_OFS2\_Z: Compass2 offsets in milligauss on the Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset to be added to compass2\'s z\-axis values to compensate for metal in the frame + + ++-----------+-------------+------------+ +| Increment | Range | Units | ++===========+=============+============+ +| 1 | -400 to 400 | milligauss | ++-----------+-------------+------------+ + + + + +.. _COMPASS_MOT2_X: + +COMPASS\_MOT2\_X: Motor interference compensation to compass2 for body frame X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplied by the current throttle and added to compass2\'s x\-axis values to compensate for motor interference \(Offset per Amp or at Full Throttle\) + + ++-------------+-----------+---------------+-----------------------+ +| Calibration | Increment | Range | Units | ++=============+===========+===============+=======================+ +| 1 | 1 | -1000 to 1000 | milligauss per ampere | ++-------------+-----------+---------------+-----------------------+ + + + + +.. _COMPASS_MOT2_Y: + +COMPASS\_MOT2\_Y: Motor interference compensation to compass2 for body frame Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplied by the current throttle and added to compass2\'s y\-axis values to compensate for motor interference \(Offset per Amp or at Full Throttle\) + + ++-------------+-----------+---------------+-----------------------+ +| Calibration | Increment | Range | Units | ++=============+===========+===============+=======================+ +| 1 | 1 | -1000 to 1000 | milligauss per ampere | ++-------------+-----------+---------------+-----------------------+ + + + + +.. _COMPASS_MOT2_Z: + +COMPASS\_MOT2\_Z: Motor interference compensation to compass2 for body frame Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplied by the current throttle and added to compass2\'s z\-axis values to compensate for motor interference \(Offset per Amp or at Full Throttle\) + + ++-----------+---------------+-----------------------+ +| Increment | Range | Units | ++===========+===============+=======================+ +| 1 | -1000 to 1000 | milligauss per ampere | ++-----------+---------------+-----------------------+ + + + + +.. _COMPASS_OFS3_X: + +COMPASS\_OFS3\_X: Compass3 offsets in milligauss on the X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset to be added to compass3\'s x\-axis values to compensate for metal in the frame + + ++-------------+-----------+-------------+------------+ +| Calibration | Increment | Range | Units | ++=============+===========+=============+============+ +| 1 | 1 | -400 to 400 | milligauss | ++-------------+-----------+-------------+------------+ + + + + +.. _COMPASS_OFS3_Y: + +COMPASS\_OFS3\_Y: Compass3 offsets in milligauss on the Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset to be added to compass3\'s y\-axis values to compensate for metal in the frame + + ++-------------+-----------+-------------+------------+ +| Calibration | Increment | Range | Units | ++=============+===========+=============+============+ +| 1 | 1 | -400 to 400 | milligauss | ++-------------+-----------+-------------+------------+ + + + + +.. _COMPASS_OFS3_Z: + +COMPASS\_OFS3\_Z: Compass3 offsets in milligauss on the Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset to be added to compass3\'s z\-axis values to compensate for metal in the frame + + ++-----------+-------------+------------+ +| Increment | Range | Units | ++===========+=============+============+ +| 1 | -400 to 400 | milligauss | ++-----------+-------------+------------+ + + + + +.. _COMPASS_MOT3_X: + +COMPASS\_MOT3\_X: Motor interference compensation to compass3 for body frame X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplied by the current throttle and added to compass3\'s x\-axis values to compensate for motor interference \(Offset per Amp or at Full Throttle\) + + ++-------------+-----------+---------------+-----------------------+ +| Calibration | Increment | Range | Units | ++=============+===========+===============+=======================+ +| 1 | 1 | -1000 to 1000 | milligauss per ampere | ++-------------+-----------+---------------+-----------------------+ + + + + +.. _COMPASS_MOT3_Y: + +COMPASS\_MOT3\_Y: Motor interference compensation to compass3 for body frame Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplied by the current throttle and added to compass3\'s y\-axis values to compensate for motor interference \(Offset per Amp or at Full Throttle\) + + ++-------------+-----------+---------------+-----------------------+ +| Calibration | Increment | Range | Units | ++=============+===========+===============+=======================+ +| 1 | 1 | -1000 to 1000 | milligauss per ampere | ++-------------+-----------+---------------+-----------------------+ + + + + +.. _COMPASS_MOT3_Z: + +COMPASS\_MOT3\_Z: Motor interference compensation to compass3 for body frame Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplied by the current throttle and added to compass3\'s z\-axis values to compensate for motor interference \(Offset per Amp or at Full Throttle\) + + ++-----------+---------------+-----------------------+ +| Increment | Range | Units | ++===========+===============+=======================+ +| 1 | -1000 to 1000 | milligauss per ampere | ++-----------+---------------+-----------------------+ + + + + +.. _COMPASS_DEV_ID: + +COMPASS\_DEV\_ID: Compass device id +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Compass device id\. Automatically detected\, do not set manually + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _COMPASS_DEV_ID2: + +COMPASS\_DEV\_ID2: Compass2 device id +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Second compass\'s device id\. Automatically detected\, do not set manually + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _COMPASS_DEV_ID3: + +COMPASS\_DEV\_ID3: Compass3 device id +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Third compass\'s device id\. Automatically detected\, do not set manually + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _COMPASS_USE2: + +COMPASS\_USE2: Compass2 used for yaw +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Enable or disable the secondary compass for determining heading\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _COMPASS_ORIENT2: + +COMPASS\_ORIENT2: Compass2 orientation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The orientation of a second external compass relative to the vehicle frame\. This value will be ignored unless this compass is set as an external compass\. When set correctly in the northern hemisphere\, pointing the nose and right side down should increase the MagX and MagY values respectively\. Rolling the vehicle upside down should decrease the MagZ value\. For southern hemisphere\, switch increase and decrease\. NOTE\: For internal compasses\, AHRS\_ORIENT is used\. The label for each option is specified in the order of rotations for that orientation\. Firmware versions 4\.2 and prior can use a CUSTOM \(100\) rotation to set the COMPASS\_CUS\_ROLL\/PIT\/YAW angles for Compass orientation\. Later versions provide two general custom rotations which can be used\, Custom 1 and Custom 2\, with CUST\_1\_ROLL\/PIT\/YAW or CUST\_2\_ROLL\/PIT\/YAW angles\. + + ++----------------------------------+ +| Values | ++==================================+ +| +-------+----------------------+ | +| | Value | Meaning | | +| +=======+======================+ | +| | 0 | None | | +| +-------+----------------------+ | +| | 1 | Yaw45 | | +| +-------+----------------------+ | +| | 2 | Yaw90 | | +| +-------+----------------------+ | +| | 3 | Yaw135 | | +| +-------+----------------------+ | +| | 4 | Yaw180 | | +| +-------+----------------------+ | +| | 5 | Yaw225 | | +| +-------+----------------------+ | +| | 6 | Yaw270 | | +| +-------+----------------------+ | +| | 7 | Yaw315 | | +| +-------+----------------------+ | +| | 8 | Roll180 | | +| +-------+----------------------+ | +| | 9 | Yaw45Roll180 | | +| +-------+----------------------+ | +| | 10 | Yaw90Roll180 | | +| +-------+----------------------+ | +| | 11 | Yaw135Roll180 | | +| +-------+----------------------+ | +| | 12 | Pitch180 | | +| +-------+----------------------+ | +| | 13 | Yaw225Roll180 | | +| +-------+----------------------+ | +| | 14 | Yaw270Roll180 | | +| +-------+----------------------+ | +| | 15 | Yaw315Roll180 | | +| +-------+----------------------+ | +| | 16 | Roll90 | | +| +-------+----------------------+ | +| | 17 | Yaw45Roll90 | | +| +-------+----------------------+ | +| | 18 | Yaw90Roll90 | | +| +-------+----------------------+ | +| | 19 | Yaw135Roll90 | | +| +-------+----------------------+ | +| | 20 | Roll270 | | +| +-------+----------------------+ | +| | 21 | Yaw45Roll270 | | +| +-------+----------------------+ | +| | 22 | Yaw90Roll270 | | +| +-------+----------------------+ | +| | 23 | Yaw135Roll270 | | +| +-------+----------------------+ | +| | 24 | Pitch90 | | +| +-------+----------------------+ | +| | 25 | Pitch270 | | +| +-------+----------------------+ | +| | 26 | Yaw90Pitch180 | | +| +-------+----------------------+ | +| | 27 | Yaw270Pitch180 | | +| +-------+----------------------+ | +| | 28 | Pitch90Roll90 | | +| +-------+----------------------+ | +| | 29 | Pitch90Roll180 | | +| +-------+----------------------+ | +| | 30 | Pitch90Roll270 | | +| +-------+----------------------+ | +| | 31 | Pitch180Roll90 | | +| +-------+----------------------+ | +| | 32 | Pitch180Roll270 | | +| +-------+----------------------+ | +| | 33 | Pitch270Roll90 | | +| +-------+----------------------+ | +| | 34 | Pitch270Roll180 | | +| +-------+----------------------+ | +| | 35 | Pitch270Roll270 | | +| +-------+----------------------+ | +| | 36 | Yaw90Pitch180Roll90 | | +| +-------+----------------------+ | +| | 37 | Yaw270Roll90 | | +| +-------+----------------------+ | +| | 38 | Yaw293Pitch68Roll180 | | +| +-------+----------------------+ | +| | 39 | Pitch315 | | +| +-------+----------------------+ | +| | 40 | Pitch315Roll90 | | +| +-------+----------------------+ | +| | 42 | Roll45 | | +| +-------+----------------------+ | +| | 43 | Roll315 | | +| +-------+----------------------+ | +| | 100 | Custom 4.1 and older | | +| +-------+----------------------+ | +| | 101 | Custom 1 | | +| +-------+----------------------+ | +| | 102 | Custom 2 | | +| +-------+----------------------+ | +| | ++----------------------------------+ + + + + +.. _COMPASS_EXTERN2: + +COMPASS\_EXTERN2: Compass2 is attached via an external cable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Configure second compass so it is attached externally\. This is auto\-detected on most boards\. If set to 0 or 1 then auto\-detection by bus connection can override the value\. If set to 2 then auto\-detection will be disabled\. + + ++----------------------------+ +| Values | ++============================+ +| +-------+----------------+ | +| | Value | Meaning | | +| +=======+================+ | +| | 0 | Internal | | +| +-------+----------------+ | +| | 1 | External | | +| +-------+----------------+ | +| | 2 | ForcedExternal | | +| +-------+----------------+ | +| | ++----------------------------+ + + + + +.. _COMPASS_USE3: + +COMPASS\_USE3: Compass3 used for yaw +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Enable or disable the tertiary compass for determining heading\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _COMPASS_ORIENT3: + +COMPASS\_ORIENT3: Compass3 orientation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The orientation of a third external compass relative to the vehicle frame\. This value will be ignored unless this compass is set as an external compass\. When set correctly in the northern hemisphere\, pointing the nose and right side down should increase the MagX and MagY values respectively\. Rolling the vehicle upside down should decrease the MagZ value\. For southern hemisphere\, switch increase and decrease\. NOTE\: For internal compasses\, AHRS\_ORIENT is used\. The label for each option is specified in the order of rotations for that orientation\. Firmware versions 4\.2 and prior can use a CUSTOM \(100\) rotation to set the COMPASS\_CUS\_ROLL\/PIT\/YAW angles for Compass orientation\. Later versions provide two general custom rotations which can be used\, Custom 1 and Custom 2\, with CUST\_1\_ROLL\/PIT\/YAW or CUST\_2\_ROLL\/PIT\/YAW angles\. + + ++----------------------------------+ +| Values | ++==================================+ +| +-------+----------------------+ | +| | Value | Meaning | | +| +=======+======================+ | +| | 0 | None | | +| +-------+----------------------+ | +| | 1 | Yaw45 | | +| +-------+----------------------+ | +| | 2 | Yaw90 | | +| +-------+----------------------+ | +| | 3 | Yaw135 | | +| +-------+----------------------+ | +| | 4 | Yaw180 | | +| +-------+----------------------+ | +| | 5 | Yaw225 | | +| +-------+----------------------+ | +| | 6 | Yaw270 | | +| +-------+----------------------+ | +| | 7 | Yaw315 | | +| +-------+----------------------+ | +| | 8 | Roll180 | | +| +-------+----------------------+ | +| | 9 | Yaw45Roll180 | | +| +-------+----------------------+ | +| | 10 | Yaw90Roll180 | | +| +-------+----------------------+ | +| | 11 | Yaw135Roll180 | | +| +-------+----------------------+ | +| | 12 | Pitch180 | | +| +-------+----------------------+ | +| | 13 | Yaw225Roll180 | | +| +-------+----------------------+ | +| | 14 | Yaw270Roll180 | | +| +-------+----------------------+ | +| | 15 | Yaw315Roll180 | | +| +-------+----------------------+ | +| | 16 | Roll90 | | +| +-------+----------------------+ | +| | 17 | Yaw45Roll90 | | +| +-------+----------------------+ | +| | 18 | Yaw90Roll90 | | +| +-------+----------------------+ | +| | 19 | Yaw135Roll90 | | +| +-------+----------------------+ | +| | 20 | Roll270 | | +| +-------+----------------------+ | +| | 21 | Yaw45Roll270 | | +| +-------+----------------------+ | +| | 22 | Yaw90Roll270 | | +| +-------+----------------------+ | +| | 23 | Yaw135Roll270 | | +| +-------+----------------------+ | +| | 24 | Pitch90 | | +| +-------+----------------------+ | +| | 25 | Pitch270 | | +| +-------+----------------------+ | +| | 26 | Yaw90Pitch180 | | +| +-------+----------------------+ | +| | 27 | Yaw270Pitch180 | | +| +-------+----------------------+ | +| | 28 | Pitch90Roll90 | | +| +-------+----------------------+ | +| | 29 | Pitch90Roll180 | | +| +-------+----------------------+ | +| | 30 | Pitch90Roll270 | | +| +-------+----------------------+ | +| | 31 | Pitch180Roll90 | | +| +-------+----------------------+ | +| | 32 | Pitch180Roll270 | | +| +-------+----------------------+ | +| | 33 | Pitch270Roll90 | | +| +-------+----------------------+ | +| | 34 | Pitch270Roll180 | | +| +-------+----------------------+ | +| | 35 | Pitch270Roll270 | | +| +-------+----------------------+ | +| | 36 | Yaw90Pitch180Roll90 | | +| +-------+----------------------+ | +| | 37 | Yaw270Roll90 | | +| +-------+----------------------+ | +| | 38 | Yaw293Pitch68Roll180 | | +| +-------+----------------------+ | +| | 39 | Pitch315 | | +| +-------+----------------------+ | +| | 40 | Pitch315Roll90 | | +| +-------+----------------------+ | +| | 42 | Roll45 | | +| +-------+----------------------+ | +| | 43 | Roll315 | | +| +-------+----------------------+ | +| | 100 | Custom 4.1 and older | | +| +-------+----------------------+ | +| | 101 | Custom 1 | | +| +-------+----------------------+ | +| | 102 | Custom 2 | | +| +-------+----------------------+ | +| | ++----------------------------------+ + + + + +.. _COMPASS_EXTERN3: + +COMPASS\_EXTERN3: Compass3 is attached via an external cable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Configure third compass so it is attached externally\. This is auto\-detected on most boards\. If set to 0 or 1 then auto\-detection by bus connection can override the value\. If set to 2 then auto\-detection will be disabled\. + + ++----------------------------+ +| Values | ++============================+ +| +-------+----------------+ | +| | Value | Meaning | | +| +=======+================+ | +| | 0 | Internal | | +| +-------+----------------+ | +| | 1 | External | | +| +-------+----------------+ | +| | 2 | ForcedExternal | | +| +-------+----------------+ | +| | ++----------------------------+ + + + + +.. _COMPASS_DIA_X: + +COMPASS\_DIA\_X: Compass soft\-iron diagonal X component +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +DIA\_X in the compass soft\-iron calibration matrix\: \[\[DIA\_X\, ODI\_X\, ODI\_Y\]\, \[ODI\_X\, DIA\_Y\, ODI\_Z\]\, \[ODI\_Y\, ODI\_Z\, DIA\_Z\]\] + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _COMPASS_DIA_Y: + +COMPASS\_DIA\_Y: Compass soft\-iron diagonal Y component +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +DIA\_Y in the compass soft\-iron calibration matrix\: \[\[DIA\_X\, ODI\_X\, ODI\_Y\]\, \[ODI\_X\, DIA\_Y\, ODI\_Z\]\, \[ODI\_Y\, ODI\_Z\, DIA\_Z\]\] + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _COMPASS_DIA_Z: + +COMPASS\_DIA\_Z: Compass soft\-iron diagonal Z component +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +DIA\_Z in the compass soft\-iron calibration matrix\: \[\[DIA\_X\, ODI\_X\, ODI\_Y\]\, \[ODI\_X\, DIA\_Y\, ODI\_Z\]\, \[ODI\_Y\, ODI\_Z\, DIA\_Z\]\] + + +.. _COMPASS_ODI_X: + +COMPASS\_ODI\_X: Compass soft\-iron off\-diagonal X component +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ODI\_X in the compass soft\-iron calibration matrix\: \[\[DIA\_X\, ODI\_X\, ODI\_Y\]\, \[ODI\_X\, DIA\_Y\, ODI\_Z\]\, \[ODI\_Y\, ODI\_Z\, DIA\_Z\]\] + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _COMPASS_ODI_Y: + +COMPASS\_ODI\_Y: Compass soft\-iron off\-diagonal Y component +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ODI\_Y in the compass soft\-iron calibration matrix\: \[\[DIA\_X\, ODI\_X\, ODI\_Y\]\, \[ODI\_X\, DIA\_Y\, ODI\_Z\]\, \[ODI\_Y\, ODI\_Z\, DIA\_Z\]\] + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _COMPASS_ODI_Z: + +COMPASS\_ODI\_Z: Compass soft\-iron off\-diagonal Z component +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ODI\_Z in the compass soft\-iron calibration matrix\: \[\[DIA\_X\, ODI\_X\, ODI\_Y\]\, \[ODI\_X\, DIA\_Y\, ODI\_Z\]\, \[ODI\_Y\, ODI\_Z\, DIA\_Z\]\] + + +.. _COMPASS_DIA2_X: + +COMPASS\_DIA2\_X: Compass2 soft\-iron diagonal X component +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +DIA\_X in the compass2 soft\-iron calibration matrix\: \[\[DIA\_X\, ODI\_X\, ODI\_Y\]\, \[ODI\_X\, DIA\_Y\, ODI\_Z\]\, \[ODI\_Y\, ODI\_Z\, DIA\_Z\]\] + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _COMPASS_DIA2_Y: + +COMPASS\_DIA2\_Y: Compass2 soft\-iron diagonal Y component +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +DIA\_Y in the compass2 soft\-iron calibration matrix\: \[\[DIA\_X\, ODI\_X\, ODI\_Y\]\, \[ODI\_X\, DIA\_Y\, ODI\_Z\]\, \[ODI\_Y\, ODI\_Z\, DIA\_Z\]\] + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _COMPASS_DIA2_Z: + +COMPASS\_DIA2\_Z: Compass2 soft\-iron diagonal Z component +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +DIA\_Z in the compass2 soft\-iron calibration matrix\: \[\[DIA\_X\, ODI\_X\, ODI\_Y\]\, \[ODI\_X\, DIA\_Y\, ODI\_Z\]\, \[ODI\_Y\, ODI\_Z\, DIA\_Z\]\] + + +.. _COMPASS_ODI2_X: + +COMPASS\_ODI2\_X: Compass2 soft\-iron off\-diagonal X component +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ODI\_X in the compass2 soft\-iron calibration matrix\: \[\[DIA\_X\, ODI\_X\, ODI\_Y\]\, \[ODI\_X\, DIA\_Y\, ODI\_Z\]\, \[ODI\_Y\, ODI\_Z\, DIA\_Z\]\] + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _COMPASS_ODI2_Y: + +COMPASS\_ODI2\_Y: Compass2 soft\-iron off\-diagonal Y component +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ODI\_Y in the compass2 soft\-iron calibration matrix\: \[\[DIA\_X\, ODI\_X\, ODI\_Y\]\, \[ODI\_X\, DIA\_Y\, ODI\_Z\]\, \[ODI\_Y\, ODI\_Z\, DIA\_Z\]\] + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _COMPASS_ODI2_Z: + +COMPASS\_ODI2\_Z: Compass2 soft\-iron off\-diagonal Z component +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ODI\_Z in the compass2 soft\-iron calibration matrix\: \[\[DIA\_X\, ODI\_X\, ODI\_Y\]\, \[ODI\_X\, DIA\_Y\, ODI\_Z\]\, \[ODI\_Y\, ODI\_Z\, DIA\_Z\]\] + + +.. _COMPASS_DIA3_X: + +COMPASS\_DIA3\_X: Compass3 soft\-iron diagonal X component +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +DIA\_X in the compass3 soft\-iron calibration matrix\: \[\[DIA\_X\, ODI\_X\, ODI\_Y\]\, \[ODI\_X\, DIA\_Y\, ODI\_Z\]\, \[ODI\_Y\, ODI\_Z\, DIA\_Z\]\] + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _COMPASS_DIA3_Y: + +COMPASS\_DIA3\_Y: Compass3 soft\-iron diagonal Y component +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +DIA\_Y in the compass3 soft\-iron calibration matrix\: \[\[DIA\_X\, ODI\_X\, ODI\_Y\]\, \[ODI\_X\, DIA\_Y\, ODI\_Z\]\, \[ODI\_Y\, ODI\_Z\, DIA\_Z\]\] + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _COMPASS_DIA3_Z: + +COMPASS\_DIA3\_Z: Compass3 soft\-iron diagonal Z component +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +DIA\_Z in the compass3 soft\-iron calibration matrix\: \[\[DIA\_X\, ODI\_X\, ODI\_Y\]\, \[ODI\_X\, DIA\_Y\, ODI\_Z\]\, \[ODI\_Y\, ODI\_Z\, DIA\_Z\]\] + + +.. _COMPASS_ODI3_X: + +COMPASS\_ODI3\_X: Compass3 soft\-iron off\-diagonal X component +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ODI\_X in the compass3 soft\-iron calibration matrix\: \[\[DIA\_X\, ODI\_X\, ODI\_Y\]\, \[ODI\_X\, DIA\_Y\, ODI\_Z\]\, \[ODI\_Y\, ODI\_Z\, DIA\_Z\]\] + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _COMPASS_ODI3_Y: + +COMPASS\_ODI3\_Y: Compass3 soft\-iron off\-diagonal Y component +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ODI\_Y in the compass3 soft\-iron calibration matrix\: \[\[DIA\_X\, ODI\_X\, ODI\_Y\]\, \[ODI\_X\, DIA\_Y\, ODI\_Z\]\, \[ODI\_Y\, ODI\_Z\, DIA\_Z\]\] + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _COMPASS_ODI3_Z: + +COMPASS\_ODI3\_Z: Compass3 soft\-iron off\-diagonal Z component +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ODI\_Z in the compass3 soft\-iron calibration matrix\: \[\[DIA\_X\, ODI\_X\, ODI\_Y\]\, \[ODI\_X\, DIA\_Y\, ODI\_Z\]\, \[ODI\_Y\, ODI\_Z\, DIA\_Z\]\] + + +.. _COMPASS_CAL_FIT: + +COMPASS\_CAL\_FIT: Compass calibration fitness +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls the fitness level required for a successful compass calibration\. A lower value makes for a stricter fit \(less likely to pass\)\. This is the value used for the primary magnetometer\. Other magnetometers get double the value\. + + ++-----------+---------+-------------------------+ +| Increment | Range | Values | ++===========+=========+=========================+ +| 0.1 | 4 to 32 | +-------+-------------+ | +| | | | Value | Meaning | | +| | | +=======+=============+ | +| | | | 4 | Very Strict | | +| | | +-------+-------------+ | +| | | | 8 | Strict | | +| | | +-------+-------------+ | +| | | | 16 | Default | | +| | | +-------+-------------+ | +| | | | 32 | Relaxed | | +| | | +-------+-------------+ | +| | | | ++-----------+---------+-------------------------+ + + + + +.. _COMPASS_OFFS_MAX: + +COMPASS\_OFFS\_MAX: Compass maximum offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the maximum allowed compass offset in calibration and arming checks + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 1 | 500 to 3000 | ++-----------+-------------+ + + + + +.. _COMPASS_DISBLMSK: + +COMPASS\_DISBLMSK: Compass disable driver type mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is a bitmask of driver types to disable\. If a driver type is set in this mask then that driver will not try to find a sensor at startup + + ++------------------------+ +| Bitmask | ++========================+ +| +-----+--------------+ | +| | Bit | Meaning | | +| +=====+==============+ | +| | 0 | HMC5883 | | +| +-----+--------------+ | +| | 1 | LSM303D | | +| +-----+--------------+ | +| | 2 | AK8963 | | +| +-----+--------------+ | +| | 3 | BMM150 | | +| +-----+--------------+ | +| | 4 | LSM9DS1 | | +| +-----+--------------+ | +| | 5 | LIS3MDL | | +| +-----+--------------+ | +| | 6 | AK09916 | | +| +-----+--------------+ | +| | 7 | IST8310 | | +| +-----+--------------+ | +| | 8 | ICM20948 | | +| +-----+--------------+ | +| | 9 | MMC3416 | | +| +-----+--------------+ | +| | 11 | DroneCAN | | +| +-----+--------------+ | +| | 12 | QMC5883 | | +| +-----+--------------+ | +| | 14 | MAG3110 | | +| +-----+--------------+ | +| | 15 | IST8308 | | +| +-----+--------------+ | +| | 16 | RM3100 | | +| +-----+--------------+ | +| | 17 | MSP | | +| +-----+--------------+ | +| | 18 | ExternalAHRS | | +| +-----+--------------+ | +| | ++------------------------+ + + + + +.. _COMPASS_FLTR_RNG: + +COMPASS\_FLTR\_RNG: Range in which sample is accepted +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the range around the average value that new samples must be within to be accepted\. This can help reduce the impact of noise on sensors that are on long I2C cables\. The value is a percentage from the average value\. A value of zero disables this filter\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 100 | percent | ++-----------+----------+---------+ + + + + +.. _COMPASS_AUTO_ROT: + +COMPASS\_AUTO\_ROT: Automatically check orientation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +When enabled this will automatically check the orientation of compasses on successful completion of compass calibration\. If set to 2 then external compasses will have their orientation automatically corrected\. + + ++----------------------------------------------------------------+ +| Values | ++================================================================+ +| +-------+----------------------------------------------------+ | +| | Value | Meaning | | +| +=======+====================================================+ | +| | 0 | Disabled | | +| +-------+----------------------------------------------------+ | +| | 1 | CheckOnly | | +| +-------+----------------------------------------------------+ | +| | 2 | CheckAndFix | | +| +-------+----------------------------------------------------+ | +| | 3 | use same tolerance to auto rotate 45 deg rotations | | +| +-------+----------------------------------------------------+ | +| | ++----------------------------------------------------------------+ + + + + +.. _COMPASS_PRIO1_ID: + +COMPASS\_PRIO1\_ID: Compass device id with 1st order priority +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Compass device id with 1st order priority\, set automatically if 0\. Reboot required after change\. + + +.. _COMPASS_PRIO2_ID: + +COMPASS\_PRIO2\_ID: Compass device id with 2nd order priority +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Compass device id with 2nd order priority\, set automatically if 0\. Reboot required after change\. + + +.. _COMPASS_PRIO3_ID: + +COMPASS\_PRIO3\_ID: Compass device id with 3rd order priority +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Compass device id with 3rd order priority\, set automatically if 0\. Reboot required after change\. + + +.. _COMPASS_ENABLE: + +COMPASS\_ENABLE: Enable Compass +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +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\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _COMPASS_SCALE: + +COMPASS\_SCALE: Compass1 scale factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Scaling factor for first compass to compensate for sensor scaling errors\. If this is 0 then no scaling is done + + ++----------+ +| Range | ++==========+ +| 0 to 1.3 | ++----------+ + + + + +.. _COMPASS_SCALE2: + +COMPASS\_SCALE2: Compass2 scale factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Scaling factor for 2nd compass to compensate for sensor scaling errors\. If this is 0 then no scaling is done + + ++----------+ +| Range | ++==========+ +| 0 to 1.3 | ++----------+ + + + + +.. _COMPASS_SCALE3: + +COMPASS\_SCALE3: Compass3 scale factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Scaling factor for 3rd compass to compensate for sensor scaling errors\. If this is 0 then no scaling is done + + ++----------+ +| Range | ++==========+ +| 0 to 1.3 | ++----------+ + + + + +.. _COMPASS_OPTIONS: + +COMPASS\_OPTIONS: Compass options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets options to change the behaviour of the compass + + ++-----------------------------------------------------------------------------------------------------+ +| Bitmask | ++=====================================================================================================+ +| +-----+-------------------------------------------------------------------------------------------+ | +| | Bit | Meaning | | +| +=====+===========================================================================================+ | +| | 0 | CalRequireGPS | | +| +-----+-------------------------------------------------------------------------------------------+ | +| | 1 | Allow missing DroneCAN compasses to be automaticaly replaced (calibration still required) | | +| +-----+-------------------------------------------------------------------------------------------+ | +| | ++-----------------------------------------------------------------------------------------------------+ + + + + +.. _COMPASS_DEV_ID4: + +COMPASS\_DEV\_ID4: Compass4 device id +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Extra 4th compass\'s device id\. Automatically detected\, do not set manually + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _COMPASS_DEV_ID5: + +COMPASS\_DEV\_ID5: Compass5 device id +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Extra 5th compass\'s device id\. Automatically detected\, do not set manually + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _COMPASS_DEV_ID6: + +COMPASS\_DEV\_ID6: Compass6 device id +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Extra 6th compass\'s device id\. Automatically detected\, do not set manually + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _COMPASS_DEV_ID7: + +COMPASS\_DEV\_ID7: Compass7 device id +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Extra 7th compass\'s device id\. Automatically detected\, do not set manually + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _COMPASS_DEV_ID8: + +COMPASS\_DEV\_ID8: Compass8 device id +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Extra 8th compass\'s device id\. Automatically detected\, do not set manually + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _COMPASS_CUS_ROLL: + +COMPASS\_CUS\_ROLL: Custom orientation roll offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Compass mounting position roll offset\. Positive values \= roll right\, negative values \= roll left\. This parameter is only used when COMPASS\_ORIENT\/2\/3 is set to CUSTOM\. + + ++-----------+-------------+---------+ +| Increment | Range | Units | ++===========+=============+=========+ +| 1 | -180 to 180 | degrees | ++-----------+-------------+---------+ + + + + +.. _COMPASS_CUS_PIT: + +COMPASS\_CUS\_PIT: Custom orientation pitch offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Compass mounting position pitch offset\. Positive values \= pitch up\, negative values \= pitch down\. This parameter is only used when COMPASS\_ORIENT\/2\/3 is set to CUSTOM\. + + ++-----------+-------------+---------+ +| Increment | Range | Units | ++===========+=============+=========+ +| 1 | -180 to 180 | degrees | ++-----------+-------------+---------+ + + + + +.. _COMPASS_CUS_YAW: + +COMPASS\_CUS\_YAW: Custom orientation yaw offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Compass mounting position yaw offset\. Positive values \= yaw right\, negative values \= yaw left\. This parameter is only used when COMPASS\_ORIENT\/2\/3 is set to CUSTOM\. + + ++-----------+-------------+---------+ +| Increment | Range | Units | ++===========+=============+=========+ +| 1 | -180 to 180 | degrees | ++-----------+-------------+---------+ + + + + + +.. _parameters_COMPASS_PMOT: + +COMPASS\_PMOT Parameters +------------------------ + + +.. _COMPASS_PMOT_EN: + +COMPASS\_PMOT\_EN: per\-motor compass correction enable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This enables per\-motor compass corrections + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _COMPASS_PMOT_EXP: + +COMPASS\_PMOT\_EXP: per\-motor exponential correction +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the exponential correction for the power output of the motor for per\-motor compass correction + + ++-----------+--------+ +| Increment | Range | ++===========+========+ +| 0.01 | 0 to 2 | ++-----------+--------+ + + + + +.. _COMPASS_PMOT1_X: + +COMPASS\_PMOT1\_X: Compass per\-motor1 X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Compensation for X axis of motor1 + + +.. _COMPASS_PMOT1_Y: + +COMPASS\_PMOT1\_Y: Compass per\-motor1 Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Compensation for Y axis of motor1 + + +.. _COMPASS_PMOT1_Z: + +COMPASS\_PMOT1\_Z: Compass per\-motor1 Z +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Compensation for Z axis of motor1 + + +.. _COMPASS_PMOT2_X: + +COMPASS\_PMOT2\_X: Compass per\-motor2 X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Compensation for X axis of motor2 + + +.. _COMPASS_PMOT2_Y: + +COMPASS\_PMOT2\_Y: Compass per\-motor2 Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Compensation for Y axis of motor2 + + +.. _COMPASS_PMOT2_Z: + +COMPASS\_PMOT2\_Z: Compass per\-motor2 Z +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Compensation for Z axis of motor2 + + +.. _COMPASS_PMOT3_X: + +COMPASS\_PMOT3\_X: Compass per\-motor3 X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Compensation for X axis of motor3 + + +.. _COMPASS_PMOT3_Y: + +COMPASS\_PMOT3\_Y: Compass per\-motor3 Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Compensation for Y axis of motor3 + + +.. _COMPASS_PMOT3_Z: + +COMPASS\_PMOT3\_Z: Compass per\-motor3 Z +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Compensation for Z axis of motor3 + + +.. _COMPASS_PMOT4_X: + +COMPASS\_PMOT4\_X: Compass per\-motor4 X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Compensation for X axis of motor4 + + +.. _COMPASS_PMOT4_Y: + +COMPASS\_PMOT4\_Y: Compass per\-motor4 Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Compensation for Y axis of motor4 + + +.. _COMPASS_PMOT4_Z: + +COMPASS\_PMOT4\_Z: Compass per\-motor4 Z +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Compensation for Z axis of motor4 + + + +.. _parameters_CUST_ROT: + +CUST\_ROT Parameters +-------------------- + + +.. _CUST_ROT_ENABLE: + +CUST\_ROT\_ENABLE: Enable Custom rotations +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +This enables custom rotations + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 0 | Disable | | +| +-------+---------+ | +| | 1 | Enable | | +| +-------+---------+ | +| | ++---------------------+ + + + + + +.. _parameters_CUST_ROT1_: + +CUST\_ROT1\_ Parameters +----------------------- + + +.. _CUST_ROT1_ROLL: + +CUST\_ROT1\_ROLL: Custom roll +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Custom euler roll\, euler 321 \(yaw\, pitch\, roll\) ordering + + ++---------+ +| Units | ++=========+ +| degrees | ++---------+ + + + + +.. _CUST_ROT1_PITCH: + +CUST\_ROT1\_PITCH: Custom pitch +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Custom euler pitch\, euler 321 \(yaw\, pitch\, roll\) ordering + + ++---------+ +| Units | ++=========+ +| degrees | ++---------+ + + + + +.. _CUST_ROT1_YAW: + +CUST\_ROT1\_YAW: Custom yaw +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Custom euler yaw\, euler 321 \(yaw\, pitch\, roll\) ordering + + ++---------+ +| Units | ++=========+ +| degrees | ++---------+ + + + + + +.. _parameters_CUST_ROT2_: + +CUST\_ROT2\_ Parameters +----------------------- + + +.. _CUST_ROT2_ROLL: + +CUST\_ROT2\_ROLL: Custom roll +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Custom euler roll\, euler 321 \(yaw\, pitch\, roll\) ordering + + ++---------+ +| Units | ++=========+ +| degrees | ++---------+ + + + + +.. _CUST_ROT2_PITCH: + +CUST\_ROT2\_PITCH: Custom pitch +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Custom euler pitch\, euler 321 \(yaw\, pitch\, roll\) ordering + + ++---------+ +| Units | ++=========+ +| degrees | ++---------+ + + + + +.. _CUST_ROT2_YAW: + +CUST\_ROT2\_YAW: Custom yaw +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Custom euler yaw\, euler 321 \(yaw\, pitch\, roll\) ordering + + ++---------+ +| Units | ++=========+ +| degrees | ++---------+ + + + + + +.. _parameters_DDS: + +DDS Parameters +-------------- + + +.. _DDS_ENABLE: + +DDS\_ENABLE: DDS enable +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Enable DDS subsystem + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _DDS_UDP_PORT: + +DDS\_UDP\_PORT: DDS UDP port +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +UDP port number for DDS + + ++------------+ +| Range | ++============+ +| 1 to 65535 | ++------------+ + + + + + +.. _parameters_DDS_IP: + +DDS\_IP Parameters +------------------ + + +.. _DDS_IP0: + +DDS\_IP0: IPv4 Address 1st byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: 192\.xxx\.xxx\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _DDS_IP1: + +DDS\_IP1: IPv4 Address 2nd byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.168\.xxx\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _DDS_IP2: + +DDS\_IP2: IPv4 Address 3rd byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.xxx\.13\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _DDS_IP3: + +DDS\_IP3: IPv4 Address 4th byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.xxx\.xxx\.14 + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + + +.. _parameters_DID_: + +DID\_ Parameters +---------------- + + +.. _DID_ENABLE: + +DID\_ENABLE: Enable ODID subsystem +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable ODID subsystem + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _DID_MAVPORT: + +DID\_MAVPORT: MAVLink serial port +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Serial port number to send OpenDroneID MAVLink messages to\. Can be \-1 if using DroneCAN\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | -1 | Disabled | | +| +-------+----------+ | +| | 0 | Serial0 | | +| +-------+----------+ | +| | 1 | Serial1 | | +| +-------+----------+ | +| | 2 | Serial2 | | +| +-------+----------+ | +| | 3 | Serial3 | | +| +-------+----------+ | +| | 4 | Serial4 | | +| +-------+----------+ | +| | 5 | Serial5 | | +| +-------+----------+ | +| | 6 | Serial6 | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _DID_CANDRIVER: + +DID\_CANDRIVER: DroneCAN driver number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +DroneCAN driver index\, 0 to disable DroneCAN + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Driver1 | | +| +-------+----------+ | +| | 2 | Driver2 | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _DID_OPTIONS: + +DID\_OPTIONS: OpenDroneID options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Options for OpenDroneID subsystem + + ++-------------------------------------+ +| Bitmask | ++=====================================+ +| +-----+---------------------------+ | +| | Bit | Meaning | | +| +=====+===========================+ | +| | 0 | EnforceArming | | +| +-----+---------------------------+ | +| | 1 | AllowNonGPSPosition | | +| +-----+---------------------------+ | +| | 2 | LockUASIDOnFirstBasicIDRx | | +| +-----+---------------------------+ | +| | ++-------------------------------------+ + + + + +.. _DID_BARO_ACC: + +DID\_BARO\_ACC: Barometer vertical accuraacy +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Barometer Vertical Accuracy when installed in the vehicle\. Note this is dependent upon installation conditions and thus disabled by default + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + + +.. _parameters_DOCK: + +DOCK Parameters +--------------- + + +.. _DOCK_SPEED: + +DOCK\_SPEED: Dock mode speed +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vehicle speed limit in dock mode + + ++-----------+----------+-------------------+ +| Increment | Range | Units | ++===========+==========+===================+ +| 0.1 | 0 to 100 | meters per second | ++-----------+----------+-------------------+ + + + + +.. _DOCK_DIR: + +DOCK\_DIR: Dock mode direction of approach +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Compass direction in which vehicle should approach towards dock\. \-1 value represents unset parameter + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 360 | degrees | ++-----------+----------+---------+ + + + + +.. _DOCK_HDG_CORR_EN: + +DOCK\_HDG\_CORR\_EN: Dock mode heading correction enable\/disable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +When enabled\, the autopilot modifies the path to approach the target head\-on along desired line of approch in dock mode + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _DOCK_HDG_CORR_WT: + +DOCK\_HDG\_CORR\_WT: Dock mode heading correction weight +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This value describes how aggressively vehicle tries to correct its heading to be on desired line of approach + + ++-----------+--------------+ +| Increment | Range | ++===========+==============+ +| 0.05 | 0.00 to 0.90 | ++-----------+--------------+ + + + + +.. _DOCK_STOP_DIST: + +DOCK\_STOP\_DIST: Distance from docking target when we should stop +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The vehicle starts stopping when it is this distance away from docking target + + ++-----------+--------+--------+ +| Increment | Range | Units | ++===========+========+========+ +| 0.01 | 0 to 2 | meters | ++-----------+--------+--------+ + + + + + +.. _parameters_EAHRS: + +EAHRS Parameters +---------------- + + +.. _EAHRS_TYPE: + +EAHRS\_TYPE: AHRS type +~~~~~~~~~~~~~~~~~~~~~~ + + +Type of AHRS device + + ++--------------------------+ +| Values | ++==========================+ +| +-------+--------------+ | +| | Value | Meaning | | +| +=======+==============+ | +| | 0 | None | | +| +-------+--------------+ | +| | 1 | VectorNav | | +| +-------+--------------+ | +| | 2 | MicroStrain5 | | +| +-------+--------------+ | +| | 5 | InertialLabs | | +| +-------+--------------+ | +| | 7 | MicroStrain7 | | +| +-------+--------------+ | +| | ++--------------------------+ + + + + +.. _EAHRS_RATE: + +EAHRS\_RATE: AHRS data rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Requested rate for AHRS device + + ++-------+ +| Units | ++=======+ +| hertz | ++-------+ + + + + +.. _EAHRS_OPTIONS: + +EAHRS\_OPTIONS: External AHRS options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +External AHRS options bitmask + + ++-----------------------------------------------------------------------+ +| Bitmask | ++=======================================================================+ +| +-----+-------------------------------------------------------------+ | +| | Bit | Meaning | | +| +=====+=============================================================+ | +| | 0 | Vector Nav use uncompensated values for accel gyro and mag. | | +| +-----+-------------------------------------------------------------+ | +| | ++-----------------------------------------------------------------------+ + + + + +.. _EAHRS_SENSORS: + +EAHRS\_SENSORS: External AHRS sensors +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +External AHRS sensors bitmask + + ++-------------------+ +| Bitmask | ++===================+ +| +-----+---------+ | +| | Bit | Meaning | | +| +=====+=========+ | +| | 0 | GPS | | +| +-----+---------+ | +| | 1 | IMU | | +| +-----+---------+ | +| | 2 | Baro | | +| +-----+---------+ | +| | 3 | Compass | | +| +-----+---------+ | +| | ++-------------------+ + + + + + +.. _parameters_EFI: + +EFI Parameters +-------------- + + +.. _EFI_TYPE: + +EFI\_TYPE: EFI communication type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +What method of communication is used for EFI \#1 + + ++---------------------------+ +| Values | ++===========================+ +| +-------+---------------+ | +| | Value | Meaning | | +| +=======+===============+ | +| | 0 | None | | +| +-------+---------------+ | +| | 1 | Serial-MS | | +| +-------+---------------+ | +| | 2 | NWPMU | | +| +-------+---------------+ | +| | 3 | Serial-Lutan | | +| +-------+---------------+ | +| | 5 | DroneCAN | | +| +-------+---------------+ | +| | 6 | Currawong-ECU | | +| +-------+---------------+ | +| | 7 | Scripting | | +| +-------+---------------+ | +| | 8 | Hirth | | +| +-------+---------------+ | +| | 9 | MAV | | +| +-------+---------------+ | +| | ++---------------------------+ + + + + +.. _EFI_COEF1: + +EFI\_COEF1: EFI Calibration Coefficient 1 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Used to calibrate fuel flow for MS protocol \(Slope\)\. This should be calculated from a log at constant fuel usage rate\. Plot \(ECYL\[0\]\.InjT\*EFI\.Rpm\)\/600\.0 to get the duty\_cycle\. Measure actual fuel usage in cm\^3\/min\, and set EFI\_COEF1 \= fuel\_usage\_cm3permin \/ duty\_cycle + + ++--------+ +| Range | ++========+ +| 0 to 1 | ++--------+ + + + + +.. _EFI_COEF2: + +EFI\_COEF2: EFI Calibration Coefficient 2 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Used to calibrate fuel flow for MS protocol \(Offset\)\. This can be used to correct for a non\-zero offset in the fuel consumption calculation of EFI\_COEF1 + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _EFI_FUEL_DENS: + +EFI\_FUEL\_DENS: ECU Fuel Density +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Used to calculate fuel consumption + + ++------------+---------------------------+ +| Range | Units | ++============+===========================+ +| 0 to 10000 | kilograms per cubic meter | ++------------+---------------------------+ + + + + + +.. _parameters_EFI_THRLIN: + +EFI\_THRLIN Parameters +---------------------- + + +.. _EFI_THRLIN_EN: + +EFI\_THRLIN\_EN: Enable throttle linearisation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Enable EFI throttle linearisation + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _EFI_THRLIN_COEF1: + +EFI\_THRLIN\_COEF1: Throttle linearisation \- First Order +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +First Order Polynomial Coefficient\. \(\=1\, if throttle is first order polynomial trendline\) + + ++---------+ +| Range | ++=========+ +| -1 to 1 | ++---------+ + + + + +.. _EFI_THRLIN_COEF2: + +EFI\_THRLIN\_COEF2: Throttle linearisation \- Second Order +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Second Order Polynomial Coefficient \(\=0\, if throttle is second order polynomial trendline\) + + ++---------+ +| Range | ++=========+ +| -1 to 1 | ++---------+ + + + + +.. _EFI_THRLIN_COEF3: + +EFI\_THRLIN\_COEF3: Throttle linearisation \- Third Order +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Third Order Polynomial Coefficient\. \(\=0\, if throttle is third order polynomial trendline\) + + ++---------+ +| Range | ++=========+ +| -1 to 1 | ++---------+ + + + + +.. _EFI_THRLIN_OFS: + +EFI\_THRLIN\_OFS: throttle linearization offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Offset for throttle linearization + + ++----------+ +| Range | ++==========+ +| 0 to 100 | ++----------+ + + + + + +.. _parameters_EK2_: + +EK2\_ Parameters +---------------- + + +.. _EK2_ENABLE: + +EK2\_ENABLE: Enable EKF2 +~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +This enables EKF2\. Enabling EKF2 only makes the maths run\, it does not mean it will be used for flight control\. To use it for flight control set AHRS\_EKF\_TYPE\=2\. A reboot or restart will need to be performed after changing the value of EK2\_ENABLE for it to take effect\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _EK2_GPS_TYPE: + +EK2\_GPS\_TYPE: GPS mode control +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls use of GPS measurements \: 0 \= use 3D velocity \& 2D position\, 1 \= use 2D velocity and 2D position\, 2 \= use 2D position\, 3 \= Inhibit GPS use \- this can be useful when flying with an optical flow sensor in an environment where GPS quality is poor and subject to large multipath errors\. + + ++-----------------------------------+ +| Values | ++===================================+ +| +-------+-----------------------+ | +| | Value | Meaning | | +| +=======+=======================+ | +| | 0 | GPS 3D Vel and 2D Pos | | +| +-------+-----------------------+ | +| | 1 | GPS 2D vel and 2D pos | | +| +-------+-----------------------+ | +| | 2 | GPS 2D pos | | +| +-------+-----------------------+ | +| | 3 | No GPS | | +| +-------+-----------------------+ | +| | ++-----------------------------------+ + + + + +.. _EK2_VELNE_M_NSE: + +EK2\_VELNE\_M\_NSE: GPS horizontal velocity measurement noise \(m\/s\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets a lower limit on the speed accuracy reported by the GPS receiver that is used to set horizontal velocity observation noise\. If the model of receiver used does not provide a speed accurcy estimate\, then the parameter value will be used\. Increasing it reduces the weighting of the GPS horizontal velocity measurements\. + + ++-----------+-------------+-------------------+ +| Increment | Range | Units | ++===========+=============+===================+ +| 0.05 | 0.05 to 5.0 | meters per second | ++-----------+-------------+-------------------+ + + + + +.. _EK2_VELD_M_NSE: + +EK2\_VELD\_M\_NSE: GPS vertical velocity measurement noise \(m\/s\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets a lower limit on the speed accuracy reported by the GPS receiver that is used to set vertical velocity observation noise\. If the model of receiver used does not provide a speed accurcy estimate\, then the parameter value will be used\. Increasing it reduces the weighting of the GPS vertical velocity measurements\. + + ++-----------+-------------+-------------------+ +| Increment | Range | Units | ++===========+=============+===================+ +| 0.05 | 0.05 to 5.0 | meters per second | ++-----------+-------------+-------------------+ + + + + +.. _EK2_VEL_I_GATE: + +EK2\_VEL\_I\_GATE: GPS velocity innovation gate size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the GPS velocity measurement innovation consistency check\. Decreasing it makes it more likely that good measurements will be rejected\. Increasing it makes it more likely that bad measurements will be accepted\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 25 | 100 to 1000 | ++-----------+-------------+ + + + + +.. _EK2_POSNE_M_NSE: + +EK2\_POSNE\_M\_NSE: GPS horizontal position measurement noise \(m\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the GPS horizontal position observation noise\. Increasing it reduces the weighting of GPS horizontal position measurements\. + + ++-----------+-------------+--------+ +| Increment | Range | Units | ++===========+=============+========+ +| 0.1 | 0.1 to 10.0 | meters | ++-----------+-------------+--------+ + + + + +.. _EK2_POS_I_GATE: + +EK2\_POS\_I\_GATE: GPS position measurement gate size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the GPS position measurement innovation consistency check\. Decreasing it makes it more likely that good measurements will be rejected\. Increasing it makes it more likely that bad measurements will be accepted\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 25 | 100 to 1000 | ++-----------+-------------+ + + + + +.. _EK2_GLITCH_RAD: + +EK2\_GLITCH\_RAD: GPS glitch radius gate size \(m\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls the maximum radial uncertainty in position between the value predicted by the filter and the value measured by the GPS before the filter position and velocity states are reset to the GPS\. Making this value larger allows the filter to ignore larger GPS glitches but also means that non\-GPS errors such as IMU and compass can create a larger error in position before the filter is forced back to the GPS position\. + + ++-----------+-----------+--------+ +| Increment | Range | Units | ++===========+===========+========+ +| 5 | 10 to 100 | meters | ++-----------+-----------+--------+ + + + + +.. _EK2_ALT_SOURCE: + +EK2\_ALT\_SOURCE: Primary altitude sensor source +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Primary height sensor used by the EKF\. If a sensor other than Baro is selected and becomes unavailable\, then the Baro sensor will be used as a fallback\. NOTE\: The EK2\_RNG\_USE\_HGT parameter can be used to switch to range\-finder when close to the ground in conjunction with EK2\_ALT\_SOURCE \= 0 or 2 \(Baro or GPS\)\. + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | Use Baro | | +| +-------+------------------+ | +| | 1 | Use Range Finder | | +| +-------+------------------+ | +| | 2 | Use GPS | | +| +-------+------------------+ | +| | 3 | Use Range Beacon | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + +.. _EK2_ALT_M_NSE: + +EK2\_ALT\_M\_NSE: Altitude measurement noise \(m\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the RMS value of noise in the altitude measurement\. Increasing it reduces the weighting of the baro measurement and will make the filter respond more slowly to baro measurement errors\, but will make it more sensitive to GPS and accelerometer errors\. + + ++-----------+-------------+--------+ +| Increment | Range | Units | ++===========+=============+========+ +| 0.1 | 0.1 to 10.0 | meters | ++-----------+-------------+--------+ + + + + +.. _EK2_HGT_I_GATE: + +EK2\_HGT\_I\_GATE: Height measurement gate size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the height measurement innovation consistency check\. Decreasing it makes it more likely that good measurements will be rejected\. Increasing it makes it more likely that bad measurements will be accepted\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 25 | 100 to 1000 | ++-----------+-------------+ + + + + +.. _EK2_HGT_DELAY: + +EK2\_HGT\_DELAY: Height measurement delay \(msec\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +This is the number of msec that the Height measurements lag behind the inertial measurements\. + + ++-----------+----------+--------------+ +| Increment | Range | Units | ++===========+==========+==============+ +| 10 | 0 to 250 | milliseconds | ++-----------+----------+--------------+ + + + + +.. _EK2_MAG_M_NSE: + +EK2\_MAG\_M\_NSE: Magnetometer measurement noise \(Gauss\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the RMS value of noise in magnetometer measurements\. Increasing it reduces the weighting on these measurements\. + + ++-----------+-------------+-------+ +| Increment | Range | Units | ++===========+=============+=======+ +| 0.01 | 0.01 to 0.5 | gauss | ++-----------+-------------+-------+ + + + + +.. _EK2_MAG_CAL: + +EK2\_MAG\_CAL: Magnetometer default fusion mode +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This determines when the filter will use the 3\-axis magnetometer fusion model that estimates both earth and body fixed magnetic field states\, when it will use a simpler magnetic heading fusion model that does not use magnetic field states and when it will use an alternative method of yaw determination to the magnetometer\. The 3\-axis magnetometer fusion is only suitable for use when the external magnetic field environment is stable\. EK2\_MAG\_CAL \= 0 uses heading fusion on ground\, 3\-axis fusion in\-flight\, and is the default setting for Plane users\. EK2\_MAG\_CAL \= 1 uses 3\-axis fusion only when manoeuvring\. EK2\_MAG\_CAL \= 2 uses heading fusion at all times\, is recommended if the external magnetic field is varying and is the default for rovers\. EK2\_MAG\_CAL \= 3 uses heading fusion on the ground and 3\-axis fusion after the first in\-air field and yaw reset has completed\, and is the default for copters\. EK2\_MAG\_CAL \= 4 uses 3\-axis fusion at all times\. NOTE\: The fusion mode can be forced to 2 for specific EKF cores using the EK2\_MAG\_MASK parameter\. NOTE\: limited operation without a magnetometer or any other yaw sensor is possible by setting all COMPASS\_USE\, COMPASS\_USE2\, COMPASS\_USE3\, etc parameters to 0 with COMPASS\_ENABLE set to 1\. If this is done\, the EK2\_GSF\_RUN and EK2\_GSF\_USE masks must be set to the same as EK2\_IMU\_MASK\. + + ++-----------------------------------------+ +| Values | ++=========================================+ +| +-------+-----------------------------+ | +| | Value | Meaning | | +| +=======+=============================+ | +| | 0 | When flying | | +| +-------+-----------------------------+ | +| | 1 | When manoeuvring | | +| +-------+-----------------------------+ | +| | 2 | Never | | +| +-------+-----------------------------+ | +| | 3 | After first climb yaw reset | | +| +-------+-----------------------------+ | +| | 4 | Always | | +| +-------+-----------------------------+ | +| | ++-----------------------------------------+ + + + + +.. _EK2_MAG_I_GATE: + +EK2\_MAG\_I\_GATE: Magnetometer measurement gate size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the magnetometer measurement innovation consistency check\. Decreasing it makes it more likely that good measurements will be rejected\. Increasing it makes it more likely that bad measurements will be accepted\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 25 | 100 to 1000 | ++-----------+-------------+ + + + + +.. _EK2_EAS_M_NSE: + +EK2\_EAS\_M\_NSE: Equivalent airspeed measurement noise \(m\/s\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the RMS value of noise in equivalent airspeed measurements used by planes\. Increasing it reduces the weighting of airspeed measurements and will make wind speed estimates less noisy and slower to converge\. Increasing also increases navigation errors when dead\-reckoning without GPS measurements\. + + ++-----------+------------+-------------------+ +| Increment | Range | Units | ++===========+============+===================+ +| 0.1 | 0.5 to 5.0 | meters per second | ++-----------+------------+-------------------+ + + + + +.. _EK2_EAS_I_GATE: + +EK2\_EAS\_I\_GATE: Airspeed measurement gate size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the airspeed measurement innovation consistency check\. Decreasing it makes it more likely that good measurements will be rejected\. Increasing it makes it more likely that bad measurements will be accepted\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 25 | 100 to 1000 | ++-----------+-------------+ + + + + +.. _EK2_RNG_M_NSE: + +EK2\_RNG\_M\_NSE: Range finder measurement noise \(m\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the RMS value of noise in the range finder measurement\. Increasing it reduces the weighting on this measurement\. + + ++-----------+-------------+--------+ +| Increment | Range | Units | ++===========+=============+========+ +| 0.1 | 0.1 to 10.0 | meters | ++-----------+-------------+--------+ + + + + +.. _EK2_RNG_I_GATE: + +EK2\_RNG\_I\_GATE: Range finder measurement gate size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the range finder innovation consistency check\. Decreasing it makes it more likely that good measurements will be rejected\. Increasing it makes it more likely that bad measurements will be accepted\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 25 | 100 to 1000 | ++-----------+-------------+ + + + + +.. _EK2_MAX_FLOW: + +EK2\_MAX\_FLOW: Maximum valid optical flow rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the magnitude maximum optical flow rate in rad\/sec that will be accepted by the filter + + ++-----------+------------+--------------------+ +| Increment | Range | Units | ++===========+============+====================+ +| 0.1 | 1.0 to 4.0 | radians per second | ++-----------+------------+--------------------+ + + + + +.. _EK2_FLOW_M_NSE: + +EK2\_FLOW\_M\_NSE: Optical flow measurement noise \(rad\/s\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the RMS value of noise and errors in optical flow measurements\. Increasing it reduces the weighting on these measurements\. + + ++-----------+-------------+--------------------+ +| Increment | Range | Units | ++===========+=============+====================+ +| 0.05 | 0.05 to 1.0 | radians per second | ++-----------+-------------+--------------------+ + + + + +.. _EK2_FLOW_I_GATE: + +EK2\_FLOW\_I\_GATE: Optical Flow measurement gate size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the optical flow innovation consistency check\. Decreasing it makes it more likely that good measurements will be rejected\. Increasing it makes it more likely that bad measurements will be accepted\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 25 | 100 to 1000 | ++-----------+-------------+ + + + + +.. _EK2_FLOW_DELAY: + +EK2\_FLOW\_DELAY: Optical Flow measurement delay \(msec\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +This is the number of msec that the optical flow measurements lag behind the inertial measurements\. It is the time from the end of the optical flow averaging period and does not include the time delay due to the 100msec of averaging within the flow sensor\. + + ++-----------+----------+--------------+ +| Increment | Range | Units | ++===========+==========+==============+ +| 10 | 0 to 127 | milliseconds | ++-----------+----------+--------------+ + + + + +.. _EK2_GYRO_P_NSE: + +EK2\_GYRO\_P\_NSE: Rate gyro noise \(rad\/s\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This control disturbance noise controls the growth of estimated error due to gyro measurement errors excluding bias\. Increasing it makes the flter trust the gyro measurements less and other measurements more\. + + ++-----------+---------------+--------------------+ +| Increment | Range | Units | ++===========+===============+====================+ +| 0.0001 | 0.0001 to 0.1 | radians per second | ++-----------+---------------+--------------------+ + + + + +.. _EK2_ACC_P_NSE: + +EK2\_ACC\_P\_NSE: Accelerometer noise \(m\/s\^2\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This control disturbance noise controls the growth of estimated error due to accelerometer measurement errors excluding bias\. Increasing it makes the flter trust the accelerometer measurements less and other measurements more\. + + ++-----------+-------------+--------------------------+ +| Increment | Range | Units | ++===========+=============+==========================+ +| 0.01 | 0.01 to 1.0 | meters per square second | ++-----------+-------------+--------------------------+ + + + + +.. _EK2_GBIAS_P_NSE: + +EK2\_GBIAS\_P\_NSE: Rate gyro bias stability \(rad\/s\/s\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This state process noise controls growth of the gyro delta angle bias state error estimate\. Increasing it makes rate gyro bias estimation faster and noisier\. + + ++------------------+---------------------------+ +| Range | Units | ++==================+===========================+ +| 0.00001 to 0.001 | radians per square second | ++------------------+---------------------------+ + + + + +.. _EK2_GSCL_P_NSE: + +EK2\_GSCL\_P\_NSE: Rate gyro scale factor stability \(1\/s\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This noise controls the rate of gyro scale factor learning\. Increasing it makes rate gyro scale factor estimation faster and noisier\. + + ++-------------------+-------+ +| Range | Units | ++===================+=======+ +| 0.000001 to 0.001 | hertz | ++-------------------+-------+ + + + + +.. _EK2_ABIAS_P_NSE: + +EK2\_ABIAS\_P\_NSE: Accelerometer bias stability \(m\/s\^3\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This noise controls the growth of the vertical accelerometer delta velocity bias state error estimate\. Increasing it makes accelerometer bias estimation faster and noisier\. + + ++------------------+-------------------------+ +| Range | Units | ++==================+=========================+ +| 0.00001 to 0.005 | meters per cubic second | ++------------------+-------------------------+ + + + + +.. _EK2_WIND_P_NSE: + +EK2\_WIND\_P\_NSE: Wind velocity process noise \(m\/s\^2\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This state process noise controls the growth of wind state error estimates\. Increasing it makes wind estimation faster and noisier\. + + ++-----------+-------------+--------------------------+ +| Increment | Range | Units | ++===========+=============+==========================+ +| 0.1 | 0.01 to 1.0 | meters per square second | ++-----------+-------------+--------------------------+ + + + + +.. _EK2_WIND_PSCALE: + +EK2\_WIND\_PSCALE: Height rate to wind process noise scaler +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls how much the process noise on the wind states is increased when gaining or losing altitude to take into account changes in wind speed and direction with altitude\. Increasing this parameter increases how rapidly the wind states adapt when changing altitude\, but does make wind velocity estimation noiser\. + + ++-----------+------------+ +| Increment | Range | ++===========+============+ +| 0.1 | 0.0 to 1.0 | ++-----------+------------+ + + + + +.. _EK2_GPS_CHECK: + +EK2\_GPS\_CHECK: GPS preflight check +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is a 1 byte bitmap controlling which GPS preflight checks are performed\. Set to 0 to bypass all checks\. Set to 255 perform all checks\. Set to 3 to check just the number of satellites and HDoP\. Set to 31 for the most rigorous checks that will still allow checks to pass when the copter is moving\, eg launch from a boat\. + + ++--------------------------+ +| Bitmask | ++==========================+ +| +-----+----------------+ | +| | Bit | Meaning | | +| +=====+================+ | +| | 0 | NSats | | +| +-----+----------------+ | +| | 1 | HDoP | | +| +-----+----------------+ | +| | 2 | speed error | | +| +-----+----------------+ | +| | 3 | position error | | +| +-----+----------------+ | +| | 4 | yaw error | | +| +-----+----------------+ | +| | 5 | pos drift | | +| +-----+----------------+ | +| | 6 | vert speed | | +| +-----+----------------+ | +| | 7 | horiz speed | | +| +-----+----------------+ | +| | ++--------------------------+ + + + + +.. _EK2_IMU_MASK: + +EK2\_IMU\_MASK: Bitmask of active IMUs +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +1 byte bitmap of IMUs to use in EKF2\. A separate instance of EKF2 will be started for each IMU selected\. Set to 1 to use the first IMU only \(default\)\, set to 2 to use the second IMU only\, set to 3 to use the first and second IMU\. Additional IMU\'s can be used up to a maximum of 6 if memory and processing resources permit\. There may be insufficient memory and processing resources to run multiple instances\. If this occurs EKF2 will fail to start\. + + ++---------------------+ +| Bitmask | ++=====================+ +| +-----+-----------+ | +| | Bit | Meaning | | +| +=====+===========+ | +| | 0 | FirstIMU | | +| +-----+-----------+ | +| | 1 | SecondIMU | | +| +-----+-----------+ | +| | 2 | ThirdIMU | | +| +-----+-----------+ | +| | 3 | FourthIMU | | +| +-----+-----------+ | +| | 4 | FifthIMU | | +| +-----+-----------+ | +| | 5 | SixthIMU | | +| +-----+-----------+ | +| | ++---------------------+ + + + + +.. _EK2_CHECK_SCALE: + +EK2\_CHECK\_SCALE: GPS accuracy check scaler \(\%\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This scales the thresholds that are used to check GPS accuracy before it is used by the EKF\. A value of 100 is the default\. Values greater than 100 increase and values less than 100 reduce the maximum GPS error the EKF will accept\. A value of 200 will double the allowable GPS error\. + + ++-----------+---------+ +| Range | Units | ++===========+=========+ +| 50 to 200 | percent | ++-----------+---------+ + + + + +.. _EK2_NOAID_M_NSE: + +EK2\_NOAID\_M\_NSE: Non\-GPS operation position uncertainty \(m\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the amount of position variation that the EKF allows for when operating without external measurements \(eg GPS or optical flow\)\. Increasing this parameter makes the EKF attitude estimate less sensitive to vehicle manoeuvres but more sensitive to IMU errors\. + + ++-------------+--------+ +| Range | Units | ++=============+========+ +| 0.5 to 50.0 | meters | ++-------------+--------+ + + + + +.. _EK2_YAW_M_NSE: + +EK2\_YAW\_M\_NSE: Yaw measurement noise \(rad\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the RMS value of noise in yaw measurements from the magnetometer\. Increasing it reduces the weighting on these measurements\. + + ++-----------+-------------+---------+ +| Increment | Range | Units | ++===========+=============+=========+ +| 0.05 | 0.05 to 1.0 | radians | ++-----------+-------------+---------+ + + + + +.. _EK2_YAW_I_GATE: + +EK2\_YAW\_I\_GATE: Yaw measurement gate size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the magnetometer yaw measurement innovation consistency check\. Decreasing it makes it more likely that good measurements will be rejected\. Increasing it makes it more likely that bad measurements will be accepted\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 25 | 100 to 1000 | ++-----------+-------------+ + + + + +.. _EK2_TAU_OUTPUT: + +EK2\_TAU\_OUTPUT: Output complementary filter time constant \(centi\-sec\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the time constant of the output complementary filter\/predictor in centi\-seconds\. + + ++-----------+----------+--------------+ +| Increment | Range | Units | ++===========+==========+==============+ +| 5 | 10 to 50 | centiseconds | ++-----------+----------+--------------+ + + + + +.. _EK2_MAGE_P_NSE: + +EK2\_MAGE\_P\_NSE: Earth magnetic field process noise \(gauss\/s\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This state process noise controls the growth of earth magnetic field state error estimates\. Increasing it makes earth magnetic field estimation faster and noisier\. + + ++-----------------+------------------+ +| Range | Units | ++=================+==================+ +| 0.00001 to 0.01 | gauss per second | ++-----------------+------------------+ + + + + +.. _EK2_MAGB_P_NSE: + +EK2\_MAGB\_P\_NSE: Body magnetic field process noise \(gauss\/s\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This state process noise controls the growth of body magnetic field state error estimates\. Increasing it makes magnetometer bias error estimation faster and noisier\. + + ++-----------------+------------------+ +| Range | Units | ++=================+==================+ +| 0.00001 to 0.01 | gauss per second | ++-----------------+------------------+ + + + + +.. _EK2_RNG_USE_HGT: + +EK2\_RNG\_USE\_HGT: Range finder switch height percentage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Range finder can be used as the primary height source when below this percentage of its maximum range \(see RNGFND\_MAX\_CM\)\. This will not work unless Baro or GPS height is selected as the primary height source vis EK2\_ALT\_SOURCE \= 0 or 2 respectively\. This feature should not be used for terrain following as it is designed for vertical takeoff and landing with climb above the range finder use height before commencing the mission\, and with horizontal position changes below that height being limited to a flat region around the takeoff and landing point\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | -1 to 70 | percent | ++-----------+----------+---------+ + + + + +.. _EK2_TERR_GRAD: + +EK2\_TERR\_GRAD: Maximum terrain gradient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Specifies the maximum gradient of the terrain below the vehicle assumed when it is fusing range finder or optical flow to estimate terrain height\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 0.01 | 0 to 0.2 | ++-----------+----------+ + + + + +.. _EK2_BCN_M_NSE: + +EK2\_BCN\_M\_NSE: Range beacon measurement noise \(m\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the RMS value of noise in the range beacon measurement\. Increasing it reduces the weighting on this measurement\. + + ++-----------+-------------+--------+ +| Increment | Range | Units | ++===========+=============+========+ +| 0.1 | 0.1 to 10.0 | meters | ++-----------+-------------+--------+ + + + + +.. _EK2_BCN_I_GTE: + +EK2\_BCN\_I\_GTE: Range beacon measurement gate size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the range beacon measurement innovation consistency check\. Decreasing it makes it more likely that good measurements will be rejected\. Increasing it makes it more likely that bad measurements will be accepted\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 25 | 100 to 1000 | ++-----------+-------------+ + + + + +.. _EK2_BCN_DELAY: + +EK2\_BCN\_DELAY: Range beacon measurement delay \(msec\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +This is the number of msec that the range beacon measurements lag behind the inertial measurements\. It is the time from the end of the optical flow averaging period and does not include the time delay due to the 100msec of averaging within the flow sensor\. + + ++-----------+----------+--------------+ +| Increment | Range | Units | ++===========+==========+==============+ +| 10 | 0 to 127 | milliseconds | ++-----------+----------+--------------+ + + + + +.. _EK2_RNG_USE_SPD: + +EK2\_RNG\_USE\_SPD: Range finder max ground speed +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The range finder will not be used as the primary height source when the horizontal ground speed is greater than this value\. + + ++-----------+------------+-------------------+ +| Increment | Range | Units | ++===========+============+===================+ +| 0.5 | 2.0 to 6.0 | meters per second | ++-----------+------------+-------------------+ + + + + +.. _EK2_MAG_MASK: + +EK2\_MAG\_MASK: Bitmask of active EKF cores that will always use heading fusion +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +1 byte bitmap of EKF cores that will disable magnetic field states and use simple magnetic heading fusion at all times\. This parameter enables specified cores to be used as a backup for flight into an environment with high levels of external magnetic interference which may degrade the EKF attitude estimate when using 3\-axis magnetometer fusion\. NOTE \: Use of a different magnetometer fusion algorithm on different cores makes unwanted EKF core switches due to magnetometer errors more likely\. + + ++---------------------+ +| Bitmask | ++=====================+ +| +-----+-----------+ | +| | Bit | Meaning | | +| +=====+===========+ | +| | 0 | FirstEKF | | +| +-----+-----------+ | +| | 1 | SecondEKF | | +| +-----+-----------+ | +| | 2 | ThirdEKF | | +| +-----+-----------+ | +| | 3 | FourthEKF | | +| +-----+-----------+ | +| | 4 | FifthEKF | | +| +-----+-----------+ | +| | 5 | SixthEKF | | +| +-----+-----------+ | +| | ++---------------------+ + + + + +.. _EK2_OGN_HGT_MASK: + +EK2\_OGN\_HGT\_MASK: Bitmask control of EKF reference height correction +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +When a height sensor other than GPS is used as the primary height source by the EKF\, the position of the zero height datum is defined by that sensor and its frame of reference\. If a GPS height measurement is also available\, then the height of the WGS\-84 height datum used by the EKF can be corrected so that the height returned by the getLLH\(\) function is compensated for primary height sensor drift and change in datum over time\. The first two bit positions control when the height datum will be corrected\. Correction is performed using a Bayes filter and only operates when GPS quality permits\. The third bit position controls where the corrections to the GPS reference datum are applied\. Corrections can be applied to the local vertical position or to the reported EKF origin height \(default\)\. + + ++--------------------------------------------------+ +| Bitmask | ++==================================================+ +| +-----+----------------------------------------+ | +| | Bit | Meaning | | +| +=====+========================================+ | +| | 0 | Correct when using Baro height | | +| +-----+----------------------------------------+ | +| | 1 | Correct when using range finder height | | +| +-----+----------------------------------------+ | +| | 2 | Apply corrections to local position | | +| +-----+----------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _EK2_FLOW_USE: + +EK2\_FLOW\_USE: Optical flow use bitmask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Controls if the optical flow data is fused into the 24\-state navigation estimator OR the 1\-state terrain height estimator\. + + ++------------------------+ +| Values | ++========================+ +| +-------+------------+ | +| | Value | Meaning | | +| +=======+============+ | +| | 0 | None | | +| +-------+------------+ | +| | 1 | Navigation | | +| +-------+------------+ | +| | 2 | Terrain | | +| +-------+------------+ | +| | ++------------------------+ + + + + +.. _EK2_MAG_EF_LIM: + +EK2\_MAG\_EF\_LIM: EarthField error limit +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This limits the difference between the learned earth magnetic field and the earth field from the world magnetic model tables\. A value of zero means to disable the use of the WMM tables\. + + ++----------+------------+ +| Range | Units | ++==========+============+ +| 0 to 500 | milligauss | ++----------+------------+ + + + + +.. _EK2_HRT_FILT: + +EK2\_HRT\_FILT: Height rate filter crossover frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Specifies the crossover frequency of the complementary filter used to calculate the output predictor height rate derivative\. + + ++-------------+-------+ +| Range | Units | ++=============+=======+ +| 0.1 to 30.0 | hertz | ++-------------+-------+ + + + + +.. _EK2_GSF_RUN_MASK: + +EK2\_GSF\_RUN\_MASK: Bitmask of which EKF\-GSF yaw estimators run +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +A bitmask of which EKF2 instances run an independant EKF\-GSF yaw estimator to provide a backup yaw estimate that doesn\'t rely on magnetometer data\. This estimator uses IMU\, GPS and\, if available\, airspeed data\. EKF\-GSF yaw estimator data for the primary EKF2 instance will be logged as GSF0 and GSF1 messages\. Use of the yaw estimate generated by this algorithm is controlled by the EK2\_GSF\_USE\_MASK and EK2\_GSF\_RST\_MAX parameters\. To run the EKF\-GSF yaw estimator in ride\-along and logging only\, set EK2\_GSF\_USE\_MASK to 0\. + + ++---------------------+ +| Bitmask | ++=====================+ +| +-----+-----------+ | +| | Bit | Meaning | | +| +=====+===========+ | +| | 0 | FirstEKF | | +| +-----+-----------+ | +| | 1 | SecondEKF | | +| +-----+-----------+ | +| | 2 | ThirdEKF | | +| +-----+-----------+ | +| | 3 | FourthEKF | | +| +-----+-----------+ | +| | 4 | FifthEKF | | +| +-----+-----------+ | +| | 5 | SixthEKF | | +| +-----+-----------+ | +| | ++---------------------+ + + + + +.. _EK2_GSF_USE_MASK: + +EK2\_GSF\_USE\_MASK: Bitmask of which EKF\-GSF yaw estimators are used +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +1 byte bitmap of which EKF2 instances will use the output from the EKF\-GSF yaw estimator that has been turned on by the EK2\_GSF\_RUN\_MASK parameter\. If the inertial navigation calculation stops following the GPS\, then the vehicle code can request EKF2 to attempt to resolve the issue\, either by performing a yaw reset if enabled by this parameter by switching to another EKF2 instance\. + + ++---------------------+ +| Bitmask | ++=====================+ +| +-----+-----------+ | +| | Bit | Meaning | | +| +=====+===========+ | +| | 0 | FirstEKF | | +| +-----+-----------+ | +| | 1 | SecondEKF | | +| +-----+-----------+ | +| | 2 | ThirdEKF | | +| +-----+-----------+ | +| | 3 | FourthEKF | | +| +-----+-----------+ | +| | 4 | FifthEKF | | +| +-----+-----------+ | +| | 5 | SixthEKF | | +| +-----+-----------+ | +| | ++---------------------+ + + + + +.. _EK2_GSF_RST_MAX: + +EK2\_GSF\_RST\_MAX: Maximum number of resets to the EKF\-GSF yaw estimate allowed +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Sets the maximum number of times the EKF2 will be allowed to reset its yaw to the estimate from the EKF\-GSF yaw estimator\. No resets will be allowed unless the use of the EKF\-GSF yaw estimate is enabled via the EK2\_GSF\_USE\_MASK parameter\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 1 to 10 | ++-----------+---------+ + + + + + +.. _parameters_EK3_: + +EK3\_ Parameters +---------------- + + +.. _EK3_ENABLE: + +EK3\_ENABLE: Enable EKF3 +~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +This enables EKF3\. Enabling EKF3 only makes the maths run\, it does not mean it will be used for flight control\. To use it for flight control set AHRS\_EKF\_TYPE\=3\. A reboot or restart will need to be performed after changing the value of EK3\_ENABLE for it to take effect\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _EK3_VELNE_M_NSE: + +EK3\_VELNE\_M\_NSE: GPS horizontal velocity measurement noise \(m\/s\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets a lower limit on the speed accuracy reported by the GPS receiver that is used to set horizontal velocity observation noise\. If the model of receiver used does not provide a speed accurcy estimate\, then the parameter value will be used\. Increasing it reduces the weighting of the GPS horizontal velocity measurements\. + + ++-----------+-------------+-------------------+ +| Increment | Range | Units | ++===========+=============+===================+ +| 0.05 | 0.05 to 5.0 | meters per second | ++-----------+-------------+-------------------+ + + + + +.. _EK3_VELD_M_NSE: + +EK3\_VELD\_M\_NSE: GPS vertical velocity measurement noise \(m\/s\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets a lower limit on the speed accuracy reported by the GPS receiver that is used to set vertical velocity observation noise\. If the model of receiver used does not provide a speed accurcy estimate\, then the parameter value will be used\. Increasing it reduces the weighting of the GPS vertical velocity measurements\. + + ++-----------+-------------+-------------------+ +| Increment | Range | Units | ++===========+=============+===================+ +| 0.05 | 0.05 to 5.0 | meters per second | ++-----------+-------------+-------------------+ + + + + +.. _EK3_VEL_I_GATE: + +EK3\_VEL\_I\_GATE: GPS velocity innovation gate size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the GPS velocity measurement innovation consistency check\. Decreasing it makes it more likely that good measurements will be rejected\. Increasing it makes it more likely that bad measurements will be accepted\. If EK3\_GLITCH\_RAD set to 0 the velocity innovations will be clipped instead of rejected if they exceed the gate size and a smaller value of EK3\_VEL\_I\_GATE not exceeding 300 is recommended to limit the effect of GPS transient errors\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 25 | 100 to 1000 | ++-----------+-------------+ + + + + +.. _EK3_POSNE_M_NSE: + +EK3\_POSNE\_M\_NSE: GPS horizontal position measurement noise \(m\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the GPS horizontal position observation noise\. Increasing it reduces the weighting of GPS horizontal position measurements\. + + ++-----------+-------------+--------+ +| Increment | Range | Units | ++===========+=============+========+ +| 0.1 | 0.1 to 10.0 | meters | ++-----------+-------------+--------+ + + + + +.. _EK3_POS_I_GATE: + +EK3\_POS\_I\_GATE: GPS position measurement gate size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the GPS position measurement innovation consistency check\. Decreasing it makes it more likely that good measurements will be rejected\. Increasing it makes it more likely that bad measurements will be accepted\. If EK3\_GLITCH\_RAD has been set to 0 the horizontal position innovations will be clipped instead of rejected if they exceed the gate size so a smaller value of EK3\_POS\_I\_GATE not exceeding 300 is recommended to limit the effect of GPS transient errors\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 25 | 100 to 1000 | ++-----------+-------------+ + + + + +.. _EK3_GLITCH_RAD: + +EK3\_GLITCH\_RAD: GPS glitch radius gate size \(m\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls the maximum radial uncertainty in position between the value predicted by the filter and the value measured by the GPS before the filter position and velocity states are reset to the GPS\. Making this value larger allows the filter to ignore larger GPS glitches but also means that non\-GPS errors such as IMU and compass can create a larger error in position before the filter is forced back to the GPS position\. If EK3\_GLITCH\_RAD set to 0 the GPS innovations will be clipped instead of rejected if they exceed the gate size set by EK3\_VEL\_I\_GATE and EK3\_POS\_I\_GATE which can be useful if poor quality sensor data is causing GPS rejection and loss of navigation but does make the EKF more susceptible to GPS glitches\. If setting EK3\_GLITCH\_RAD to 0 it is recommended to reduce EK3\_VEL\_I\_GATE and EK3\_POS\_I\_GATE to 300\. + + ++-----------+-----------+--------+ +| Increment | Range | Units | ++===========+===========+========+ +| 5 | 10 to 100 | meters | ++-----------+-----------+--------+ + + + + +.. _EK3_ALT_M_NSE: + +EK3\_ALT\_M\_NSE: Altitude measurement noise \(m\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the RMS value of noise in the altitude measurement\. Increasing it reduces the weighting of the baro measurement and will make the filter respond more slowly to baro measurement errors\, but will make it more sensitive to GPS and accelerometer errors\. A larger value for EK3\_ALT\_M\_NSE may be required when operating with EK3\_SRCx\_POSZ \= 0\. This parameter also sets the noise for the \'synthetic\' zero height measurement that is used when EK3\_SRCx\_POSZ \= 0\. + + ++-----------+--------------+--------+ +| Increment | Range | Units | ++===========+==============+========+ +| 0.1 | 0.1 to 100.0 | meters | ++-----------+--------------+--------+ + + + + +.. _EK3_HGT_I_GATE: + +EK3\_HGT\_I\_GATE: Height measurement gate size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the height measurement innovation consistency check\. Decreasing it makes it more likely that good measurements will be rejected\. Increasing it makes it more likely that bad measurements will be accepted\. If EK3\_GLITCH\_RAD set to 0 the vertical position innovations will be clipped instead of rejected if they exceed the gate size and a smaller value of EK3\_HGT\_I\_GATE not exceeding 300 is recommended to limit the effect of height sensor transient errors\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 25 | 100 to 1000 | ++-----------+-------------+ + + + + +.. _EK3_HGT_DELAY: + +EK3\_HGT\_DELAY: Height measurement delay \(msec\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +This is the number of msec that the Height measurements lag behind the inertial measurements\. + + ++-----------+----------+--------------+ +| Increment | Range | Units | ++===========+==========+==============+ +| 10 | 0 to 250 | milliseconds | ++-----------+----------+--------------+ + + + + +.. _EK3_MAG_M_NSE: + +EK3\_MAG\_M\_NSE: Magnetometer measurement noise \(Gauss\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the RMS value of noise in magnetometer measurements\. Increasing it reduces the weighting on these measurements\. + + ++-----------+-------------+-------+ +| Increment | Range | Units | ++===========+=============+=======+ +| 0.01 | 0.01 to 0.5 | gauss | ++-----------+-------------+-------+ + + + + +.. _EK3_MAG_CAL: + +EK3\_MAG\_CAL: Magnetometer default fusion mode +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +This determines when the filter will use the 3\-axis magnetometer fusion model that estimates both earth and body fixed magnetic field states and when it will use a simpler magnetic heading fusion model that does not use magnetic field states\. The 3\-axis magnetometer fusion is only suitable for use when the external magnetic field environment is stable\. EK3\_MAG\_CAL \= 0 uses heading fusion on ground\, 3\-axis fusion in\-flight\, and is the default setting for Plane users\. EK3\_MAG\_CAL \= 1 uses 3\-axis fusion only when manoeuvring\. EK3\_MAG\_CAL \= 2 uses heading fusion at all times\, is recommended if the external magnetic field is varying and is the default for rovers\. EK3\_MAG\_CAL \= 3 uses heading fusion on the ground and 3\-axis fusion after the first in\-air field and yaw reset has completed\, and is the default for copters\. EK3\_MAG\_CAL \= 4 uses 3\-axis fusion at all times\. EK3\_MAG\_CAL \= 5 uses an external yaw sensor with simple heading fusion\. NOTE \: Use of simple heading magnetometer fusion makes vehicle compass calibration and alignment errors harder for the EKF to detect which reduces the sensitivity of the Copter EKF failsafe algorithm\. NOTE\: The fusion mode can be forced to 2 for specific EKF cores using the EK3\_MAG\_MASK parameter\. EK3\_MAG\_CAL \= 6 uses an external yaw sensor with fallback to compass when the external sensor is not available if we are flying\. NOTE\: The fusion mode can be forced to 2 for specific EKF cores using the EK3\_MAG\_MASK parameter\. NOTE\: limited operation without a magnetometer or any other yaw sensor is possible by setting all COMPASS\_USE\, COMPASS\_USE2\, COMPASS\_USE3\, etc parameters to 0 and setting COMPASS\_ENABLE to 0\. If this is done\, the EK3\_GSF\_RUN and EK3\_GSF\_USE masks must be set to the same as EK3\_IMU\_MASK\. A yaw angle derived from IMU and GPS velocity data using a Gaussian Sum Filter \(GSF\) will then be used to align the yaw when flight commences and there is sufficient movement\. + + ++---------------------------------------------------------------------------------------------+ +| Values | ++=============================================================================================+ +| +-------+---------------------------------------------------------------------------------+ | +| | Value | Meaning | | +| +=======+=================================================================================+ | +| | 0 | When flying | | +| +-------+---------------------------------------------------------------------------------+ | +| | 1 | When manoeuvring | | +| +-------+---------------------------------------------------------------------------------+ | +| | 2 | Never | | +| +-------+---------------------------------------------------------------------------------+ | +| | 3 | After first climb yaw reset | | +| +-------+---------------------------------------------------------------------------------+ | +| | 4 | Always | | +| +-------+---------------------------------------------------------------------------------+ | +| | 5 | Use external yaw sensor (Deprecated in 4.1+ see EK3_SRCn_YAW) | | +| +-------+---------------------------------------------------------------------------------+ | +| | 6 | External yaw sensor with compass fallback (Deprecated in 4.1+ see EK3_SRCn_YAW) | | +| +-------+---------------------------------------------------------------------------------+ | +| | ++---------------------------------------------------------------------------------------------+ + + + + +.. _EK3_MAG_I_GATE: + +EK3\_MAG\_I\_GATE: Magnetometer measurement gate size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the magnetometer measurement innovation consistency check\. Decreasing it makes it more likely that good measurements will be rejected\. Increasing it makes it more likely that bad measurements will be accepted\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 25 | 100 to 1000 | ++-----------+-------------+ + + + + +.. _EK3_EAS_M_NSE: + +EK3\_EAS\_M\_NSE: Equivalent airspeed measurement noise \(m\/s\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the RMS value of noise in equivalent airspeed measurements used by planes\. Increasing it reduces the weighting of airspeed measurements and will make wind speed estimates less noisy and slower to converge\. Increasing also increases navigation errors when dead\-reckoning without GPS measurements\. + + ++-----------+------------+-------------------+ +| Increment | Range | Units | ++===========+============+===================+ +| 0.1 | 0.5 to 5.0 | meters per second | ++-----------+------------+-------------------+ + + + + +.. _EK3_EAS_I_GATE: + +EK3\_EAS\_I\_GATE: Airspeed measurement gate size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the airspeed measurement innovation consistency check\. Decreasing it makes it more likely that good measurements will be rejected\. Increasing it makes it more likely that bad measurements will be accepted\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 25 | 100 to 1000 | ++-----------+-------------+ + + + + +.. _EK3_RNG_M_NSE: + +EK3\_RNG\_M\_NSE: Range finder measurement noise \(m\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the RMS value of noise in the range finder measurement\. Increasing it reduces the weighting on this measurement\. + + ++-----------+-------------+--------+ +| Increment | Range | Units | ++===========+=============+========+ +| 0.1 | 0.1 to 10.0 | meters | ++-----------+-------------+--------+ + + + + +.. _EK3_RNG_I_GATE: + +EK3\_RNG\_I\_GATE: Range finder measurement gate size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the range finder innovation consistency check\. Decreasing it makes it more likely that good measurements will be rejected\. Increasing it makes it more likely that bad measurements will be accepted\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 25 | 100 to 1000 | ++-----------+-------------+ + + + + +.. _EK3_MAX_FLOW: + +EK3\_MAX\_FLOW: Maximum valid optical flow rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the magnitude maximum optical flow rate in rad\/sec that will be accepted by the filter + + ++-----------+------------+--------------------+ +| Increment | Range | Units | ++===========+============+====================+ +| 0.1 | 1.0 to 4.0 | radians per second | ++-----------+------------+--------------------+ + + + + +.. _EK3_FLOW_M_NSE: + +EK3\_FLOW\_M\_NSE: Optical flow measurement noise \(rad\/s\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the RMS value of noise and errors in optical flow measurements\. Increasing it reduces the weighting on these measurements\. + + ++-----------+-------------+--------------------+ +| Increment | Range | Units | ++===========+=============+====================+ +| 0.05 | 0.05 to 1.0 | radians per second | ++-----------+-------------+--------------------+ + + + + +.. _EK3_FLOW_I_GATE: + +EK3\_FLOW\_I\_GATE: Optical Flow measurement gate size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the optical flow innovation consistency check\. Decreasing it makes it more likely that good measurements will be rejected\. Increasing it makes it more likely that bad measurements will be accepted\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 25 | 100 to 1000 | ++-----------+-------------+ + + + + +.. _EK3_FLOW_DELAY: + +EK3\_FLOW\_DELAY: Optical Flow measurement delay \(msec\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +This is the number of msec that the optical flow measurements lag behind the inertial measurements\. It is the time from the end of the optical flow averaging period and does not include the time delay due to the 100msec of averaging within the flow sensor\. + + ++-----------+----------+--------------+ +| Increment | Range | Units | ++===========+==========+==============+ +| 10 | 0 to 250 | milliseconds | ++-----------+----------+--------------+ + + + + +.. _EK3_GYRO_P_NSE: + +EK3\_GYRO\_P\_NSE: Rate gyro noise \(rad\/s\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This control disturbance noise controls the growth of estimated error due to gyro measurement errors excluding bias\. Increasing it makes the flter trust the gyro measurements less and other measurements more\. + + ++-----------+---------------+--------------------+ +| Increment | Range | Units | ++===========+===============+====================+ +| 0.0001 | 0.0001 to 0.1 | radians per second | ++-----------+---------------+--------------------+ + + + + +.. _EK3_ACC_P_NSE: + +EK3\_ACC\_P\_NSE: Accelerometer noise \(m\/s\^2\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This control disturbance noise controls the growth of estimated error due to accelerometer measurement errors excluding bias\. Increasing it makes the flter trust the accelerometer measurements less and other measurements more\. + + ++-----------+-------------+--------------------------+ +| Increment | Range | Units | ++===========+=============+==========================+ +| 0.01 | 0.01 to 1.0 | meters per square second | ++-----------+-------------+--------------------------+ + + + + +.. _EK3_GBIAS_P_NSE: + +EK3\_GBIAS\_P\_NSE: Rate gyro bias stability \(rad\/s\/s\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This state process noise controls growth of the gyro delta angle bias state error estimate\. Increasing it makes rate gyro bias estimation faster and noisier\. + + ++------------------+---------------------------+ +| Range | Units | ++==================+===========================+ +| 0.00001 to 0.001 | radians per square second | ++------------------+---------------------------+ + + + + +.. _EK3_ABIAS_P_NSE: + +EK3\_ABIAS\_P\_NSE: Accelerometer bias stability \(m\/s\^3\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This noise controls the growth of the vertical accelerometer delta velocity bias state error estimate\. Increasing it makes accelerometer bias estimation faster and noisier\. + + ++-----------------+-------------------------+ +| Range | Units | ++=================+=========================+ +| 0.00001 to 0.02 | meters per cubic second | ++-----------------+-------------------------+ + + + + +.. _EK3_WIND_P_NSE: + +EK3\_WIND\_P\_NSE: Wind velocity process noise \(m\/s\^2\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This state process noise controls the growth of wind state error estimates\. Increasing it makes wind estimation faster and noisier\. + + ++-----------+-------------+--------------------------+ +| Increment | Range | Units | ++===========+=============+==========================+ +| 0.1 | 0.01 to 2.0 | meters per square second | ++-----------+-------------+--------------------------+ + + + + +.. _EK3_WIND_PSCALE: + +EK3\_WIND\_PSCALE: Height rate to wind process noise scaler +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls how much the process noise on the wind states is increased when gaining or losing altitude to take into account changes in wind speed and direction with altitude\. Increasing this parameter increases how rapidly the wind states adapt when changing altitude\, but does make wind velocity estimation noiser\. + + ++-----------+------------+ +| Increment | Range | ++===========+============+ +| 0.1 | 0.0 to 2.0 | ++-----------+------------+ + + + + +.. _EK3_GPS_CHECK: + +EK3\_GPS\_CHECK: GPS preflight check +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is a 1 byte bitmap controlling which GPS preflight checks are performed\. Set to 0 to bypass all checks\. Set to 255 perform all checks\. Set to 3 to check just the number of satellites and HDoP\. Set to 31 for the most rigorous checks that will still allow checks to pass when the copter is moving\, eg launch from a boat\. + + ++--------------------------+ +| Bitmask | ++==========================+ +| +-----+----------------+ | +| | Bit | Meaning | | +| +=====+================+ | +| | 0 | NSats | | +| +-----+----------------+ | +| | 1 | HDoP | | +| +-----+----------------+ | +| | 2 | speed error | | +| +-----+----------------+ | +| | 3 | position error | | +| +-----+----------------+ | +| | 4 | yaw error | | +| +-----+----------------+ | +| | 5 | pos drift | | +| +-----+----------------+ | +| | 6 | vert speed | | +| +-----+----------------+ | +| | 7 | horiz speed | | +| +-----+----------------+ | +| | ++--------------------------+ + + + + +.. _EK3_IMU_MASK: + +EK3\_IMU\_MASK: Bitmask of active IMUs +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +1 byte bitmap of IMUs to use in EKF3\. A separate instance of EKF3 will be started for each IMU selected\. Set to 1 to use the first IMU only \(default\)\, set to 2 to use the second IMU only\, set to 3 to use the first and second IMU\. Additional IMU\'s can be used up to a maximum of 6 if memory and processing resources permit\. There may be insufficient memory and processing resources to run multiple instances\. If this occurs EKF3 will fail to start\. + + ++---------------------+ +| Bitmask | ++=====================+ +| +-----+-----------+ | +| | Bit | Meaning | | +| +=====+===========+ | +| | 0 | FirstIMU | | +| +-----+-----------+ | +| | 1 | SecondIMU | | +| +-----+-----------+ | +| | 2 | ThirdIMU | | +| +-----+-----------+ | +| | 3 | FourthIMU | | +| +-----+-----------+ | +| | 4 | FifthIMU | | +| +-----+-----------+ | +| | 5 | SixthIMU | | +| +-----+-----------+ | +| | ++---------------------+ + + + + +.. _EK3_CHECK_SCALE: + +EK3\_CHECK\_SCALE: GPS accuracy check scaler \(\%\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This scales the thresholds that are used to check GPS accuracy before it is used by the EKF\. A value of 100 is the default\. Values greater than 100 increase and values less than 100 reduce the maximum GPS error the EKF will accept\. A value of 200 will double the allowable GPS error\. + + ++-----------+---------+ +| Range | Units | ++===========+=========+ +| 50 to 200 | percent | ++-----------+---------+ + + + + +.. _EK3_NOAID_M_NSE: + +EK3\_NOAID\_M\_NSE: Non\-GPS operation position uncertainty \(m\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the amount of position variation that the EKF allows for when operating without external measurements \(eg GPS or optical flow\)\. Increasing this parameter makes the EKF attitude estimate less sensitive to vehicle manoeuvres but more sensitive to IMU errors\. + + ++-------------+--------+ +| Range | Units | ++=============+========+ +| 0.5 to 50.0 | meters | ++-------------+--------+ + + + + +.. _EK3_BETA_MASK: + +EK3\_BETA\_MASK: Bitmask controlling sidelip angle fusion +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +1 byte bitmap controlling use of sideslip angle fusion for estimation of non wind states during operation of \'fly forward\' vehicle types such as fixed wing planes\. By assuming that the angle of sideslip is small\, the wind velocity state estimates are corrected whenever the EKF is not dead reckoning \(e\.g\. has an independent velocity or position sensor such as GPS\)\. This behaviour is on by default and cannot be disabled\. When the EKF is dead reckoning\, the wind states are used as a reference\, enabling use of the small angle of sideslip assumption to correct non wind velocity states \(eg attitude\, velocity\, position\, etc\) and improve navigation accuracy\. This behaviour is on by default and cannot be disabled\. The behaviour controlled by this parameter is the use of the small angle of sideslip assumption to correct non wind velocity states when the EKF is NOT dead reckoning\. This is primarily of benefit to reduce the buildup of yaw angle errors during straight and level flight without a yaw sensor \(e\.g\. magnetometer or dual antenna GPS yaw\) provided aerobatic flight maneuvers with large sideslip angles are not performed\. The \'always\' option might be used where the yaw sensor is intentionally not fitted or disabled\. The \'WhenNoYawSensor\' option might be used if a yaw sensor is fitted\, but protection against in\-flight failure and continual rejection by the EKF is desired\. For vehicles operated within visual range of the operator performing frequent turning maneuvers\, setting this parameter is unnecessary\. + + ++---------------------------+ +| Bitmask | ++===========================+ +| +-----+-----------------+ | +| | Bit | Meaning | | +| +=====+=================+ | +| | 0 | Always | | +| +-----+-----------------+ | +| | 1 | WhenNoYawSensor | | +| +-----+-----------------+ | +| | ++---------------------------+ + + + + +.. _EK3_YAW_M_NSE: + +EK3\_YAW\_M\_NSE: Yaw measurement noise \(rad\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the RMS value of noise in yaw measurements from the magnetometer\. Increasing it reduces the weighting on these measurements\. + + ++-----------+-------------+---------+ +| Increment | Range | Units | ++===========+=============+=========+ +| 0.05 | 0.05 to 1.0 | radians | ++-----------+-------------+---------+ + + + + +.. _EK3_YAW_I_GATE: + +EK3\_YAW\_I\_GATE: Yaw measurement gate size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the magnetometer yaw measurement innovation consistency check\. Decreasing it makes it more likely that good measurements will be rejected\. Increasing it makes it more likely that bad measurements will be accepted\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 25 | 100 to 1000 | ++-----------+-------------+ + + + + +.. _EK3_TAU_OUTPUT: + +EK3\_TAU\_OUTPUT: Output complementary filter time constant \(centi\-sec\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the time constant of the output complementary filter\/predictor in centi\-seconds\. + + ++-----------+----------+--------------+ +| Increment | Range | Units | ++===========+==========+==============+ +| 5 | 10 to 50 | centiseconds | ++-----------+----------+--------------+ + + + + +.. _EK3_MAGE_P_NSE: + +EK3\_MAGE\_P\_NSE: Earth magnetic field process noise \(gauss\/s\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This state process noise controls the growth of earth magnetic field state error estimates\. Increasing it makes earth magnetic field estimation faster and noisier\. + + ++-----------------+------------------+ +| Range | Units | ++=================+==================+ +| 0.00001 to 0.01 | gauss per second | ++-----------------+------------------+ + + + + +.. _EK3_MAGB_P_NSE: + +EK3\_MAGB\_P\_NSE: Body magnetic field process noise \(gauss\/s\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This state process noise controls the growth of body magnetic field state error estimates\. Increasing it makes magnetometer bias error estimation faster and noisier\. + + ++-----------------+------------------+ +| Range | Units | ++=================+==================+ +| 0.00001 to 0.01 | gauss per second | ++-----------------+------------------+ + + + + +.. _EK3_RNG_USE_HGT: + +EK3\_RNG\_USE\_HGT: Range finder switch height percentage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Range finder can be used as the primary height source when below this percentage of its maximum range \(see RNGFNDx\_MAX\_CM\) and the primary height source is Baro or GPS \(see EK3\_SRCx\_POSZ\)\. This feature should not be used for terrain following as it is designed for vertical takeoff and landing with climb above the range finder use height before commencing the mission\, and with horizontal position changes below that height being limited to a flat region around the takeoff and landing point\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | -1 to 70 | percent | ++-----------+----------+---------+ + + + + +.. _EK3_TERR_GRAD: + +EK3\_TERR\_GRAD: Maximum terrain gradient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Specifies the maximum gradient of the terrain below the vehicle when it is using range finder as a height reference + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 0.01 | 0 to 0.2 | ++-----------+----------+ + + + + +.. _EK3_BCN_M_NSE: + +EK3\_BCN\_M\_NSE: Range beacon measurement noise \(m\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the RMS value of noise in the range beacon measurement\. Increasing it reduces the weighting on this measurement\. + + ++-----------+-------------+--------+ +| Increment | Range | Units | ++===========+=============+========+ +| 0.1 | 0.1 to 10.0 | meters | ++-----------+-------------+--------+ + + + + +.. _EK3_BCN_I_GTE: + +EK3\_BCN\_I\_GTE: Range beacon measurement gate size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the range beacon measurement innovation consistency check\. Decreasing it makes it more likely that good measurements will be rejected\. Increasing it makes it more likely that bad measurements will be accepted\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 25 | 100 to 1000 | ++-----------+-------------+ + + + + +.. _EK3_BCN_DELAY: + +EK3\_BCN\_DELAY: Range beacon measurement delay \(msec\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +This is the number of msec that the range beacon measurements lag behind the inertial measurements\. + + ++-----------+----------+--------------+ +| Increment | Range | Units | ++===========+==========+==============+ +| 10 | 0 to 250 | milliseconds | ++-----------+----------+--------------+ + + + + +.. _EK3_RNG_USE_SPD: + +EK3\_RNG\_USE\_SPD: Range finder max ground speed +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The range finder will not be used as the primary height source when the horizontal ground speed is greater than this value\. + + ++-----------+------------+-------------------+ +| Increment | Range | Units | ++===========+============+===================+ +| 0.5 | 2.0 to 6.0 | meters per second | ++-----------+------------+-------------------+ + + + + +.. _EK3_ACC_BIAS_LIM: + +EK3\_ACC\_BIAS\_LIM: Accelerometer bias limit +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The accelerometer bias state will be limited to \+\- this value + + ++-----------+------------+--------------------------+ +| Increment | Range | Units | ++===========+============+==========================+ +| 0.1 | 0.5 to 2.5 | meters per square second | ++-----------+------------+--------------------------+ + + + + +.. _EK3_MAG_MASK: + +EK3\_MAG\_MASK: Bitmask of active EKF cores that will always use heading fusion +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +1 byte bitmap of EKF cores that will disable magnetic field states and use simple magnetic heading fusion at all times\. This parameter enables specified cores to be used as a backup for flight into an environment with high levels of external magnetic interference which may degrade the EKF attitude estimate when using 3\-axis magnetometer fusion\. NOTE \: Use of a different magnetometer fusion algorithm on different cores makes unwanted EKF core switches due to magnetometer errors more likely\. + + ++---------------------+ +| Bitmask | ++=====================+ +| +-----+-----------+ | +| | Bit | Meaning | | +| +=====+===========+ | +| | 0 | FirstEKF | | +| +-----+-----------+ | +| | 1 | SecondEKF | | +| +-----+-----------+ | +| | 2 | ThirdEKF | | +| +-----+-----------+ | +| | 3 | FourthEKF | | +| +-----+-----------+ | +| | 4 | FifthEKF | | +| +-----+-----------+ | +| | 5 | SixthEKF | | +| +-----+-----------+ | +| | ++---------------------+ + + + + +.. _EK3_OGN_HGT_MASK: + +EK3\_OGN\_HGT\_MASK: Bitmask control of EKF reference height correction +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +When a height sensor other than GPS is used as the primary height source by the EKF\, the position of the zero height datum is defined by that sensor and its frame of reference\. If a GPS height measurement is also available\, then the height of the WGS\-84 height datum used by the EKF can be corrected so that the height returned by the getLLH\(\) function is compensated for primary height sensor drift and change in datum over time\. The first two bit positions control when the height datum will be corrected\. Correction is performed using a Bayes filter and only operates when GPS quality permits\. The third bit position controls where the corrections to the GPS reference datum are applied\. Corrections can be applied to the local vertical position or to the reported EKF origin height \(default\)\. + + ++--------------------------------------------------+ +| Bitmask | ++==================================================+ +| +-----+----------------------------------------+ | +| | Bit | Meaning | | +| +=====+========================================+ | +| | 0 | Correct when using Baro height | | +| +-----+----------------------------------------+ | +| | 1 | Correct when using range finder height | | +| +-----+----------------------------------------+ | +| | 2 | Apply corrections to local position | | +| +-----+----------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _EK3_VIS_VERR_MIN: + +EK3\_VIS\_VERR\_MIN: Visual odometry minimum velocity error +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1\-STD odometry velocity observation error that will be assumed when maximum quality is reported by the sensor\. When quality is between max and min\, the error will be calculated using linear interpolation between VIS\_VERR\_MIN and VIS\_VERR\_MAX\. + + ++-----------+-------------+-------------------+ +| Increment | Range | Units | ++===========+=============+===================+ +| 0.05 | 0.05 to 0.5 | meters per second | ++-----------+-------------+-------------------+ + + + + +.. _EK3_VIS_VERR_MAX: + +EK3\_VIS\_VERR\_MAX: Visual odometry maximum velocity error +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1\-STD odometry velocity observation error that will be assumed when minimum quality is reported by the sensor\. When quality is between max and min\, the error will be calculated using linear interpolation between VIS\_VERR\_MIN and VIS\_VERR\_MAX\. + + ++-----------+------------+-------------------+ +| Increment | Range | Units | ++===========+============+===================+ +| 0.1 | 0.5 to 5.0 | meters per second | ++-----------+------------+-------------------+ + + + + +.. _EK3_WENC_VERR: + +EK3\_WENC\_VERR: Wheel odometry velocity error +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1\-STD odometry velocity observation error that will be assumed when wheel encoder data is being fused\. + + ++-----------+-------------+-------------------+ +| Increment | Range | Units | ++===========+=============+===================+ +| 0.1 | 0.01 to 1.0 | meters per second | ++-----------+-------------+-------------------+ + + + + +.. _EK3_FLOW_USE: + +EK3\_FLOW\_USE: Optical flow use bitmask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Controls if the optical flow data is fused into the 24\-state navigation estimator OR the 1\-state terrain height estimator\. + + ++------------------------+ +| Values | ++========================+ +| +-------+------------+ | +| | Value | Meaning | | +| +=======+============+ | +| | 0 | None | | +| +-------+------------+ | +| | 1 | Navigation | | +| +-------+------------+ | +| | 2 | Terrain | | +| +-------+------------+ | +| | ++------------------------+ + + + + +.. _EK3_HRT_FILT: + +EK3\_HRT\_FILT: Height rate filter crossover frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Specifies the crossover frequency of the complementary filter used to calculate the output predictor height rate derivative\. + + ++-------------+-------+ +| Range | Units | ++=============+=======+ +| 0.1 to 30.0 | hertz | ++-------------+-------+ + + + + +.. _EK3_MAG_EF_LIM: + +EK3\_MAG\_EF\_LIM: EarthField error limit +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This limits the difference between the learned earth magnetic field and the earth field from the world magnetic model tables\. A value of zero means to disable the use of the WMM tables\. + + ++----------+------------+ +| Range | Units | ++==========+============+ +| 0 to 500 | milligauss | ++----------+------------+ + + + + +.. _EK3_GSF_RUN_MASK: + +EK3\_GSF\_RUN\_MASK: Bitmask of which EKF\-GSF yaw estimators run +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +1 byte bitmap of which EKF3 instances run an independant EKF\-GSF yaw estimator to provide a backup yaw estimate that doesn\'t rely on magnetometer data\. This estimator uses IMU\, GPS and\, if available\, airspeed data\. EKF\-GSF yaw estimator data for the primary EKF3 instance will be logged as GSF0 and GSF1 messages\. Use of the yaw estimate generated by this algorithm is controlled by the EK3\_GSF\_USE\_MASK and EK3\_GSF\_RST\_MAX parameters\. To run the EKF\-GSF yaw estimator in ride\-along and logging only\, set EK3\_GSF\_USE to 0\. + + ++---------------------+ +| Bitmask | ++=====================+ +| +-----+-----------+ | +| | Bit | Meaning | | +| +=====+===========+ | +| | 0 | FirstEKF | | +| +-----+-----------+ | +| | 1 | SecondEKF | | +| +-----+-----------+ | +| | 2 | ThirdEKF | | +| +-----+-----------+ | +| | 3 | FourthEKF | | +| +-----+-----------+ | +| | 4 | FifthEKF | | +| +-----+-----------+ | +| | 5 | SixthEKF | | +| +-----+-----------+ | +| | ++---------------------+ + + + + +.. _EK3_GSF_USE_MASK: + +EK3\_GSF\_USE\_MASK: Bitmask of which EKF\-GSF yaw estimators are used +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +A bitmask of which EKF3 instances will use the output from the EKF\-GSF yaw estimator that has been turned on by the EK3\_GSF\_RUN\_MASK parameter\. If the inertial navigation calculation stops following the GPS\, then the vehicle code can request EKF3 to attempt to resolve the issue\, either by performing a yaw reset if enabled by this parameter by switching to another EKF3 instance\. + + ++---------------------+ +| Bitmask | ++=====================+ +| +-----+-----------+ | +| | Bit | Meaning | | +| +=====+===========+ | +| | 0 | FirstEKF | | +| +-----+-----------+ | +| | 1 | SecondEKF | | +| +-----+-----------+ | +| | 2 | ThirdEKF | | +| +-----+-----------+ | +| | 3 | FourthEKF | | +| +-----+-----------+ | +| | 4 | FifthEKF | | +| +-----+-----------+ | +| | 5 | SixthEKF | | +| +-----+-----------+ | +| | ++---------------------+ + + + + +.. _EK3_GSF_RST_MAX: + +EK3\_GSF\_RST\_MAX: Maximum number of resets to the EKF\-GSF yaw estimate allowed +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Sets the maximum number of times the EKF3 will be allowed to reset its yaw to the estimate from the EKF\-GSF yaw estimator\. No resets will be allowed unless the use of the EKF\-GSF yaw estimate is enabled via the EK3\_GSF\_USE\_MASK parameter\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 1 to 10 | ++-----------+---------+ + + + + +.. _EK3_ERR_THRESH: + +EK3\_ERR\_THRESH: EKF3 Lane Relative Error Sensitivity Threshold +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +lanes have to be consistently better than the primary by at least this threshold to reduce their overall relativeCoreError\, lowering this makes lane switching more sensitive to smaller error differences + + ++-----------+-----------+ +| Increment | Range | ++===========+===========+ +| 0.05 | 0.05 to 1 | ++-----------+-----------+ + + + + +.. _EK3_AFFINITY: + +EK3\_AFFINITY: EKF3 Sensor Affinity Options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +These options control the affinity between sensor instances and EKF cores + + ++----------------------------------+ +| Bitmask | ++==================================+ +| +-----+------------------------+ | +| | Bit | Meaning | | +| +=====+========================+ | +| | 0 | EnableGPSAffinity | | +| +-----+------------------------+ | +| | 1 | EnableBaroAffinity | | +| +-----+------------------------+ | +| | 2 | EnableCompassAffinity | | +| +-----+------------------------+ | +| | 3 | EnableAirspeedAffinity | | +| +-----+------------------------+ | +| | ++----------------------------------+ + + + + +.. _EK3_DRAG_BCOEF_X: + +EK3\_DRAG\_BCOEF\_X: Ballistic coefficient for X axis drag +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Ratio of mass to drag coefficient measured along the X body axis\. This parameter enables estimation of wind drift for vehicles with bluff bodies and without propulsion forces in the X and Y direction \(eg multicopters\)\. The drag produced by this effect scales with speed squared\. Set to a postive value \> 1\.0 to enable\. A starting value is the mass in Kg divided by the frontal area\. The predicted drag from the rotors is specified separately by the EK3\_DRAG\_MCOEF parameter\. + + ++---------------+----------------------------+ +| Range | Units | ++===============+============================+ +| 0.0 to 1000.0 | kilograms per square meter | ++---------------+----------------------------+ + + + + +.. _EK3_DRAG_BCOEF_Y: + +EK3\_DRAG\_BCOEF\_Y: Ballistic coefficient for Y axis drag +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Ratio of mass to drag coefficient measured along the Y body axis\. This parameter enables estimation of wind drift for vehicles with bluff bodies and without propulsion forces in the X and Y direction \(eg multicopters\)\. The drag produced by this effect scales with speed squared\. Set to a postive value \> 1\.0 to enable\. A starting value is the mass in Kg divided by the side area\. The predicted drag from the rotors is specified separately by the EK3\_DRAG\_MCOEF parameter\. + + ++----------------+----------------------------+ +| Range | Units | ++================+============================+ +| 50.0 to 1000.0 | kilograms per square meter | ++----------------+----------------------------+ + + + + +.. _EK3_DRAG_M_NSE: + +EK3\_DRAG\_M\_NSE: Observation noise for drag acceleration +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the amount of noise used when fusing X and Y acceleration as an observation that enables esitmation of wind velocity for multi\-rotor vehicles\. This feature is enabled by the EK3\_DRAG\_BCOEF\_X and EK3\_DRAG\_BCOEF\_Y parameters + + ++-----------+------------+--------------------------+ +| Increment | Range | Units | ++===========+============+==========================+ +| 0.1 | 0.1 to 2.0 | meters per square second | ++-----------+------------+--------------------------+ + + + + +.. _EK3_DRAG_MCOEF: + +EK3\_DRAG\_MCOEF: Momentum coefficient for propeller drag +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This parameter is used to predict the drag produced by the rotors when flying a multi\-copter\, enabling estimation of wind drift\. The drag produced by this effect scales with speed not speed squared and is produced because some of the air velocity normal to the rotors axis of rotation is lost when passing through the rotor disc which changes the momentum of the airflow causing drag\. For unducted rotors the effect is roughly proportional to the area of the propeller blades when viewed side on and changes with different propellers\. It is higher for ducted rotors\. For example if flying at 15 m\/s at sea level conditions produces a rotor induced drag acceleration of 1\.5 m\/s\/s\, then EK3\_DRAG\_MCOEF would be set to 0\.1 \= \(1\.5\/15\.0\)\. Set EK3\_MCOEF to a postive value to enable wind estimation using this drag effect\. To account for the drag produced by the body which scales with speed squared\, see documentation for the EK3\_DRAG\_BCOEF\_X and EK3\_DRAG\_BCOEF\_Y parameters\. + + ++-----------+------------+------------+ +| Increment | Range | Units | ++===========+============+============+ +| 0.01 | 0.0 to 1.0 | per second | ++-----------+------------+------------+ + + + + +.. _EK3_OGNM_TEST_SF: + +EK3\_OGNM\_TEST\_SF: On ground not moving test scale factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This parameter is adjust the sensitivity of the on ground not moving test which is used to assist with learning the yaw gyro bias and stopping yaw drift before flight when operating without a yaw sensor\. Bigger values allow the detection of a not moving condition with noiser IMU data\. Check the XKFM data logged when the vehicle is on ground not moving and adjust the value of OGNM\_TEST\_SF to be slightly higher than the maximum value of the XKFM\.ADR\, XKFM\.ALR\, XKFM\.GDR and XKFM\.GLR test levels\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 0.5 | 1.0 to 10.0 | ++-----------+-------------+ + + + + +.. _EK3_GND_EFF_DZ: + +EK3\_GND\_EFF\_DZ: Baro height ground effect dead zone +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This parameter sets the size of the dead zone that is applied to negative baro height spikes that can occur when taking off or landing when a vehicle with lift rotors is operating in ground effect ground effect\. Set to about 0\.5m less than the amount of negative offset in baro height that occurs just prior to takeoff when lift motors are spooling up\. Set to 0 if no ground effect is present\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 0.5 | 0.0 to 10.0 | ++-----------+-------------+ + + + + +.. _EK3_PRIMARY: + +EK3\_PRIMARY: Primary core number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The core number \(index in IMU mask\) that will be used as the primary EKF core on startup\. While disarmed the EKF will force the use of this core\. A value of 0 corresponds to the first IMU in EK3\_IMU\_MASK\. + + ++-----------+--------+ +| Increment | Range | ++===========+========+ +| 1 | 0 to 2 | ++-----------+--------+ + + + + +.. _EK3_LOG_LEVEL: + +EK3\_LOG\_LEVEL: Logging Level +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Determines how verbose the EKF3 streaming logging is\. A value of 0 provides full logging\(default\)\, a value of 1 only XKF4 scaled innovations are logged\, a value of 2 both XKF4 and GSF are logged\, and a value of 3 disables all streaming logging of EKF3\. + + ++-----------+--------+ +| Increment | Range | ++===========+========+ +| 1 | 0 to 3 | ++-----------+--------+ + + + + +.. _EK3_GPS_VACC_MAX: + +EK3\_GPS\_VACC\_MAX: GPS vertical accuracy threshold +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Vertical accuracy threshold for GPS as the altitude source\. The GPS will not be used as an altitude source if the reported vertical accuracy of the GPS is larger than this threshold\, falling back to baro instead\. Set to zero to deactivate the threshold check\. + + ++-----------+-------------+--------+ +| Increment | Range | Units | ++===========+=============+========+ +| 0.1 | 0.0 to 10.0 | meters | ++-----------+-------------+--------+ + + + + + +.. _parameters_EK3_SRC: + +EK3\_SRC Parameters +------------------- + + +.. _EK3_SRC1_POSXY: + +EK3\_SRC1\_POSXY: Position Horizontal Source \(Primary\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Position Horizontal Source \(Primary\) + + ++-------------------------+ +| Values | ++=========================+ +| +-------+-------------+ | +| | Value | Meaning | | +| +=======+=============+ | +| | 0 | None | | +| +-------+-------------+ | +| | 3 | GPS | | +| +-------+-------------+ | +| | 4 | Beacon | | +| +-------+-------------+ | +| | 6 | ExternalNav | | +| +-------+-------------+ | +| | ++-------------------------+ + + + + +.. _EK3_SRC1_VELXY: + +EK3\_SRC1\_VELXY: Velocity Horizontal Source +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Velocity Horizontal Source + + ++--------------------------+ +| Values | ++==========================+ +| +-------+--------------+ | +| | Value | Meaning | | +| +=======+==============+ | +| | 0 | None | | +| +-------+--------------+ | +| | 3 | GPS | | +| +-------+--------------+ | +| | 4 | Beacon | | +| +-------+--------------+ | +| | 5 | OpticalFlow | | +| +-------+--------------+ | +| | 6 | ExternalNav | | +| +-------+--------------+ | +| | 7 | WheelEncoder | | +| +-------+--------------+ | +| | ++--------------------------+ + + + + +.. _EK3_SRC1_POSZ: + +EK3\_SRC1\_POSZ: Position Vertical Source +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Position Vertical Source + + ++-------------------------+ +| Values | ++=========================+ +| +-------+-------------+ | +| | Value | Meaning | | +| +=======+=============+ | +| | 0 | None | | +| +-------+-------------+ | +| | 1 | Baro | | +| +-------+-------------+ | +| | 2 | RangeFinder | | +| +-------+-------------+ | +| | 3 | GPS | | +| +-------+-------------+ | +| | 4 | Beacon | | +| +-------+-------------+ | +| | 6 | ExternalNav | | +| +-------+-------------+ | +| | ++-------------------------+ + + + + +.. _EK3_SRC1_VELZ: + +EK3\_SRC1\_VELZ: Velocity Vertical Source +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Velocity Vertical Source + + ++-------------------------+ +| Values | ++=========================+ +| +-------+-------------+ | +| | Value | Meaning | | +| +=======+=============+ | +| | 0 | None | | +| +-------+-------------+ | +| | 3 | GPS | | +| +-------+-------------+ | +| | 4 | Beacon | | +| +-------+-------------+ | +| | 6 | ExternalNav | | +| +-------+-------------+ | +| | ++-------------------------+ + + + + +.. _EK3_SRC1_YAW: + +EK3\_SRC1\_YAW: Yaw Source +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Yaw Source + + ++---------------------------------------+ +| Values | ++=======================================+ +| +-------+---------------------------+ | +| | Value | Meaning | | +| +=======+===========================+ | +| | 0 | None | | +| +-------+---------------------------+ | +| | 1 | Compass | | +| +-------+---------------------------+ | +| | 2 | GPS | | +| +-------+---------------------------+ | +| | 3 | GPS with Compass Fallback | | +| +-------+---------------------------+ | +| | 6 | ExternalNav | | +| +-------+---------------------------+ | +| | 8 | GSF | | +| +-------+---------------------------+ | +| | ++---------------------------------------+ + + + + +.. _EK3_SRC2_POSXY: + +EK3\_SRC2\_POSXY: Position Horizontal Source \(Secondary\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Position Horizontal Source \(Secondary\) + + ++-------------------------+ +| Values | ++=========================+ +| +-------+-------------+ | +| | Value | Meaning | | +| +=======+=============+ | +| | 0 | None | | +| +-------+-------------+ | +| | 3 | GPS | | +| +-------+-------------+ | +| | 4 | Beacon | | +| +-------+-------------+ | +| | 6 | ExternalNav | | +| +-------+-------------+ | +| | ++-------------------------+ + + + + +.. _EK3_SRC2_VELXY: + +EK3\_SRC2\_VELXY: Velocity Horizontal Source \(Secondary\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Velocity Horizontal Source \(Secondary\) + + ++--------------------------+ +| Values | ++==========================+ +| +-------+--------------+ | +| | Value | Meaning | | +| +=======+==============+ | +| | 0 | None | | +| +-------+--------------+ | +| | 3 | GPS | | +| +-------+--------------+ | +| | 4 | Beacon | | +| +-------+--------------+ | +| | 5 | OpticalFlow | | +| +-------+--------------+ | +| | 6 | ExternalNav | | +| +-------+--------------+ | +| | 7 | WheelEncoder | | +| +-------+--------------+ | +| | ++--------------------------+ + + + + +.. _EK3_SRC2_POSZ: + +EK3\_SRC2\_POSZ: Position Vertical Source \(Secondary\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Position Vertical Source \(Secondary\) + + ++-------------------------+ +| Values | ++=========================+ +| +-------+-------------+ | +| | Value | Meaning | | +| +=======+=============+ | +| | 0 | None | | +| +-------+-------------+ | +| | 1 | Baro | | +| +-------+-------------+ | +| | 2 | RangeFinder | | +| +-------+-------------+ | +| | 3 | GPS | | +| +-------+-------------+ | +| | 4 | Beacon | | +| +-------+-------------+ | +| | 6 | ExternalNav | | +| +-------+-------------+ | +| | ++-------------------------+ + + + + +.. _EK3_SRC2_VELZ: + +EK3\_SRC2\_VELZ: Velocity Vertical Source \(Secondary\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Velocity Vertical Source \(Secondary\) + + ++-------------------------+ +| Values | ++=========================+ +| +-------+-------------+ | +| | Value | Meaning | | +| +=======+=============+ | +| | 0 | None | | +| +-------+-------------+ | +| | 3 | GPS | | +| +-------+-------------+ | +| | 4 | Beacon | | +| +-------+-------------+ | +| | 6 | ExternalNav | | +| +-------+-------------+ | +| | ++-------------------------+ + + + + +.. _EK3_SRC2_YAW: + +EK3\_SRC2\_YAW: Yaw Source \(Secondary\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Yaw Source \(Secondary\) + + ++---------------------------------------+ +| Values | ++=======================================+ +| +-------+---------------------------+ | +| | Value | Meaning | | +| +=======+===========================+ | +| | 0 | None | | +| +-------+---------------------------+ | +| | 1 | Compass | | +| +-------+---------------------------+ | +| | 2 | GPS | | +| +-------+---------------------------+ | +| | 3 | GPS with Compass Fallback | | +| +-------+---------------------------+ | +| | 6 | ExternalNav | | +| +-------+---------------------------+ | +| | 8 | GSF | | +| +-------+---------------------------+ | +| | ++---------------------------------------+ + + + + +.. _EK3_SRC3_POSXY: + +EK3\_SRC3\_POSXY: Position Horizontal Source \(Tertiary\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Position Horizontal Source \(Tertiary\) + + ++-------------------------+ +| Values | ++=========================+ +| +-------+-------------+ | +| | Value | Meaning | | +| +=======+=============+ | +| | 0 | None | | +| +-------+-------------+ | +| | 3 | GPS | | +| +-------+-------------+ | +| | 4 | Beacon | | +| +-------+-------------+ | +| | 6 | ExternalNav | | +| +-------+-------------+ | +| | ++-------------------------+ + + + + +.. _EK3_SRC3_VELXY: + +EK3\_SRC3\_VELXY: Velocity Horizontal Source \(Tertiary\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Velocity Horizontal Source \(Tertiary\) + + ++--------------------------+ +| Values | ++==========================+ +| +-------+--------------+ | +| | Value | Meaning | | +| +=======+==============+ | +| | 0 | None | | +| +-------+--------------+ | +| | 3 | GPS | | +| +-------+--------------+ | +| | 4 | Beacon | | +| +-------+--------------+ | +| | 5 | OpticalFlow | | +| +-------+--------------+ | +| | 6 | ExternalNav | | +| +-------+--------------+ | +| | 7 | WheelEncoder | | +| +-------+--------------+ | +| | ++--------------------------+ + + + + +.. _EK3_SRC3_POSZ: + +EK3\_SRC3\_POSZ: Position Vertical Source \(Tertiary\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Position Vertical Source \(Tertiary\) + + ++-------------------------+ +| Values | ++=========================+ +| +-------+-------------+ | +| | Value | Meaning | | +| +=======+=============+ | +| | 0 | None | | +| +-------+-------------+ | +| | 1 | Baro | | +| +-------+-------------+ | +| | 2 | RangeFinder | | +| +-------+-------------+ | +| | 3 | GPS | | +| +-------+-------------+ | +| | 4 | Beacon | | +| +-------+-------------+ | +| | 6 | ExternalNav | | +| +-------+-------------+ | +| | ++-------------------------+ + + + + +.. _EK3_SRC3_VELZ: + +EK3\_SRC3\_VELZ: Velocity Vertical Source \(Tertiary\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Velocity Vertical Source \(Tertiary\) + + ++-------------------------+ +| Values | ++=========================+ +| +-------+-------------+ | +| | Value | Meaning | | +| +=======+=============+ | +| | 0 | None | | +| +-------+-------------+ | +| | 3 | GPS | | +| +-------+-------------+ | +| | 4 | Beacon | | +| +-------+-------------+ | +| | 6 | ExternalNav | | +| +-------+-------------+ | +| | ++-------------------------+ + + + + +.. _EK3_SRC3_YAW: + +EK3\_SRC3\_YAW: Yaw Source \(Tertiary\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Yaw Source \(Tertiary\) + + ++---------------------------------------+ +| Values | ++=======================================+ +| +-------+---------------------------+ | +| | Value | Meaning | | +| +=======+===========================+ | +| | 0 | None | | +| +-------+---------------------------+ | +| | 1 | Compass | | +| +-------+---------------------------+ | +| | 2 | GPS | | +| +-------+---------------------------+ | +| | 3 | GPS with Compass Fallback | | +| +-------+---------------------------+ | +| | 6 | ExternalNav | | +| +-------+---------------------------+ | +| | 8 | GSF | | +| +-------+---------------------------+ | +| | ++---------------------------------------+ + + + + +.. _EK3_SRC_OPTIONS: + +EK3\_SRC\_OPTIONS: EKF Source Options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +EKF Source Options + + ++-----------------------------+ +| Bitmask | ++=============================+ +| +-----+-------------------+ | +| | Bit | Meaning | | +| +=====+===================+ | +| | 0 | FuseAllVelocities | | +| +-----+-------------------+ | +| | ++-----------------------------+ + + + + + +.. _parameters_ESC_TLM: + +ESC\_TLM Parameters +------------------- + + +.. _ESC_TLM_MAV_OFS: + +ESC\_TLM\_MAV\_OFS: ESC Telemetry mavlink offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Offset to apply to ESC numbers when reporting as ESC\_TELEMETRY packets over MAVLink\. This allows high numbered motors to be displayed as low numbered ESCs for convenience on GCS displays\. A value of 4 would send ESC on output 5 as ESC number 1 in ESC\_TELEMETRY packets + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 31 | ++-----------+---------+ + + + + + +.. _parameters_FENCE_: + +FENCE\_ Parameters +------------------ + + +.. _FENCE_ENABLE: + +FENCE\_ENABLE: Fence enable\/disable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Allows you to enable \(1\) or disable \(0\) the fence functionality + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _FENCE_TYPE: + +FENCE\_TYPE: Fence Type +~~~~~~~~~~~~~~~~~~~~~~~ + + +Enabled fence types held as bitmask + + ++------------------------------------------------+ +| Bitmask | ++================================================+ +| +-----+--------------------------------------+ | +| | Bit | Meaning | | +| +=====+======================================+ | +| | 1 | Circle Centered on Home | | +| +-----+--------------------------------------+ | +| | 2 | Inclusion/Exclusion Circles+Polygons | | +| +-----+--------------------------------------+ | +| | ++------------------------------------------------+ + + + + +.. _FENCE_ACTION: + +FENCE\_ACTION: Fence Action +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action should be taken when fence is breached + + ++-------------------------------------+ +| Values | ++=====================================+ +| +-------+-------------------------+ | +| | Value | Meaning | | +| +=======+=========================+ | +| | 0 | Report Only | | +| +-------+-------------------------+ | +| | 1 | RTL or Hold | | +| +-------+-------------------------+ | +| | 2 | Hold | | +| +-------+-------------------------+ | +| | 3 | SmartRTL or RTL or Hold | | +| +-------+-------------------------+ | +| | 4 | SmartRTL or Hold | | +| +-------+-------------------------+ | +| | ++-------------------------------------+ + + + + +.. _FENCE_RADIUS: + +FENCE\_RADIUS: Circular Fence Radius +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Circle fence radius which when breached will cause an RTL + + ++-------------+--------+ +| Range | Units | ++=============+========+ +| 30 to 10000 | meters | ++-------------+--------+ + + + + +.. _FENCE_MARGIN: + +FENCE\_MARGIN: Fence Margin +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Distance that autopilot\'s should maintain from the fence to avoid a breach + + ++---------+--------+ +| Range | Units | ++=========+========+ +| 1 to 10 | meters | ++---------+--------+ + + + + +.. _FENCE_TOTAL: + +FENCE\_TOTAL: Fence polygon point total +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of polygon points saved in eeprom \(do not update manually\) + + ++---------+ +| Range | ++=========+ +| 1 to 20 | ++---------+ + + + + + +.. _parameters_FFT_: + +FFT\_ Parameters +---------------- + + +.. _FFT_ENABLE: + +FFT\_ENABLE: Enable +~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Enable Gyro FFT analyser + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _FFT_MINHZ: + +FFT\_MINHZ: Minimum Frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Lower bound of FFT frequency detection in Hz\. On larger vehicles the minimum motor frequency is likely to be significantly lower than for smaller vehicles\. + + ++-----------+-------+ +| Range | Units | ++===========+=======+ +| 20 to 400 | hertz | ++-----------+-------+ + + + + +.. _FFT_MAXHZ: + +FFT\_MAXHZ: Maximum Frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Upper bound of FFT frequency detection in Hz\. On smaller vehicles the maximum motor frequency is likely to be significantly higher than for larger vehicles\. + + ++-----------+-------+ +| Range | Units | ++===========+=======+ +| 20 to 495 | hertz | ++-----------+-------+ + + + + +.. _FFT_SAMPLE_MODE: + +FFT\_SAMPLE\_MODE: Sample Mode +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Sampling mode \(and therefore rate\)\. 0\: Gyro rate sampling\, 1\: Fast loop rate sampling\, 2\: Fast loop rate \/ 2 sampling\, 3\: Fast loop rate \/ 3 sampling\. Takes effect on reboot\. + + ++--------+ +| Range | ++========+ +| 0 to 4 | ++--------+ + + + + +.. _FFT_WINDOW_SIZE: + +FFT\_WINDOW\_SIZE: FFT window size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Size of window to be used in FFT calculations\. Takes effect on reboot\. Must be a power of 2 and between 32 and 512\. Larger windows give greater frequency resolution but poorer time resolution\, consume more CPU time and may not be appropriate for all vehicles\. Time and frequency resolution are given by the sample\-rate \/ window\-size\. Windows of 256 are only really recommended for F7 class boards\, windows of 512 or more H7 class\. + + ++------------+ +| Range | ++============+ +| 32 to 1024 | ++------------+ + + + + +.. _FFT_WINDOW_OLAP: + +FFT\_WINDOW\_OLAP: FFT window overlap +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Percentage of window to be overlapped before another frame is process\. Takes effect on reboot\. A good default is 50\% overlap\. Higher overlap results in more processed frames but not necessarily more temporal resolution\. Lower overlap results in lost information at the frame edges\. + + ++----------+ +| Range | ++==========+ +| 0 to 0.9 | ++----------+ + + + + +.. _FFT_FREQ_HOVER: + +FFT\_FREQ\_HOVER: FFT learned hover frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The learned hover noise frequency + + ++----------+ +| Range | ++==========+ +| 0 to 250 | ++----------+ + + + + +.. _FFT_THR_REF: + +FFT\_THR\_REF: FFT learned thrust reference +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +FFT learned thrust reference for the hover frequency and FFT minimum frequency\. + + ++-------------+ +| Range | ++=============+ +| 0.01 to 0.9 | ++-------------+ + + + + +.. _FFT_SNR_REF: + +FFT\_SNR\_REF: FFT SNR reference threshold +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +FFT SNR reference threshold in dB at which a signal is determined to be present\. + + ++--------------+ +| Range | ++==============+ +| 0.0 to 100.0 | ++--------------+ + + + + +.. _FFT_ATT_REF: + +FFT\_ATT\_REF: FFT attenuation for bandwidth calculation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +FFT attenuation level in dB for bandwidth calculation and peak detection\. The bandwidth is calculated by comparing peak power output with the attenuated version\. The default of 15 has shown to be a good compromise in both simulations and real flight\. + + ++----------+ +| Range | ++==========+ +| 0 to 100 | ++----------+ + + + + +.. _FFT_BW_HOVER: + +FFT\_BW\_HOVER: FFT learned bandwidth at hover +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +FFT learned bandwidth at hover for the attenuation frequencies\. + + ++----------+ +| Range | ++==========+ +| 0 to 200 | ++----------+ + + + + +.. _FFT_HMNC_FIT: + +FFT\_HMNC\_FIT: FFT harmonic fit frequency threshold +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +FFT harmonic fit frequency threshold percentage at which a signal of the appropriate frequency is determined to be the harmonic of another\. Signals that have a harmonic relationship that varies at most by this percentage are considered harmonics of each other for the purpose of selecting the harmonic notch frequency\. If a match is found then the lower frequency harmonic is always used as the basis for the dynamic harmonic notch\. A value of zero completely disables harmonic matching\. + + ++----------+ +| Range | ++==========+ +| 0 to 100 | ++----------+ + + + + +.. _FFT_HMNC_PEAK: + +FFT\_HMNC\_PEAK: FFT harmonic peak target +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The FFT harmonic peak target that should be returned by FTN1\.PkAvg\. The resulting value will be used by the harmonic notch if configured to track the FFT frequency\. By default the appropriate peak is auto\-detected based on the harmonic fit between peaks and the energy\-weighted average frequency on roll on pitch is used\. Setting this to 1 will always target the highest energy peak\. Setting this to 2 will target the highest energy peak that is lower in frequency than the highest energy peak\. Setting this to 3 will target the highest energy peak that is higher in frequency than the highest energy peak\. Setting this to 4 will target the highest energy peak on the roll axis only and only the roll frequency will be used \(some vehicles have a much more pronounced peak on roll\)\. Setting this to 5 will target the highest energy peak on the pitch axis only and only the pitch frequency will be used \(some vehicles have a much more pronounced peak on roll\)\. + + ++--------------------------------------+ +| Values | ++======================================+ +| +-------+--------------------------+ | +| | Value | Meaning | | +| +=======+==========================+ | +| | 0 | Auto | | +| +-------+--------------------------+ | +| | 1 | Center Frequency | | +| +-------+--------------------------+ | +| | 2 | Lower-Shoulder Frequency | | +| +-------+--------------------------+ | +| | 3 | Upper-Shoulder Frequency | | +| +-------+--------------------------+ | +| | 4 | Roll-Axis | | +| +-------+--------------------------+ | +| | 5 | Pitch-Axis | | +| +-------+--------------------------+ | +| | ++--------------------------------------+ + + + + +.. _FFT_NUM_FRAMES: + +FFT\_NUM\_FRAMES: FFT output frames to retain and average +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Number of output frequency frames to retain and average in order to calculate final frequencies\. Averaging output frames can drastically reduce noise and jitter at the cost of latency as long as the input is stable\. The default is to perform no averaging\. For rapidly changing frequencies \(e\.g\. smaller aircraft\) fewer frames should be averaged\. + + ++--------+ +| Range | ++========+ +| 0 to 8 | ++--------+ + + + + +.. _FFT_OPTIONS: + +FFT\_OPTIONS: FFT options +~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +FFT configuration options\. Values\: 1\:Apply the FFT \*after\* the filter bank\,2\:Check noise at the motor frequencies using ESC data as a reference + + ++----------------------------------+ +| Bitmask | ++==================================+ +| +-----+------------------------+ | +| | Bit | Meaning | | +| +=====+========================+ | +| | 0 | Enable post-filter FFT | | +| +-----+------------------------+ | +| | 1 | Check motor noise | | +| +-----+------------------------+ | +| | ++----------------------------------+ + + + + + +.. _parameters_FILT1_: + +FILT1\_ Parameters +------------------ + + +.. _FILT1_TYPE: + +FILT1\_TYPE: Filter Type +~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Filter Type + + ++--------------------------+ +| Values | ++==========================+ +| +-------+--------------+ | +| | Value | Meaning | | +| +=======+==============+ | +| | 0 | Disable | | +| +-------+--------------+ | +| | 1 | Notch Filter | | +| +-------+--------------+ | +| | ++--------------------------+ + + + + +.. _FILT1_NOTCH_FREQ: + +FILT1\_NOTCH\_FREQ: Notch Filter center frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter center frequency in Hz\. + + ++-----------+-------+ +| Range | Units | ++===========+=======+ +| 10 to 495 | hertz | ++-----------+-------+ + + + + +.. _FILT1_NOTCH_Q: + +FILT1\_NOTCH\_Q: Notch Filter quality factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter quality factor given by the notch centre frequency divided by its bandwidth\. + + ++---------+ +| Range | ++=========+ +| 1 to 10 | ++---------+ + + + + +.. _FILT1_NOTCH_ATT: + +FILT1\_NOTCH\_ATT: Notch Filter attenuation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter attenuation in dB\. + + ++---------+---------+ +| Range | Units | ++=========+=========+ +| 5 to 50 | decibel | ++---------+---------+ + + + + + +.. _parameters_FILT2_: + +FILT2\_ Parameters +------------------ + + +.. _FILT2_TYPE: + +FILT2\_TYPE: Filter Type +~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Filter Type + + ++--------------------------+ +| Values | ++==========================+ +| +-------+--------------+ | +| | Value | Meaning | | +| +=======+==============+ | +| | 0 | Disable | | +| +-------+--------------+ | +| | 1 | Notch Filter | | +| +-------+--------------+ | +| | ++--------------------------+ + + + + +.. _FILT2_NOTCH_FREQ: + +FILT2\_NOTCH\_FREQ: Notch Filter center frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter center frequency in Hz\. + + ++-----------+-------+ +| Range | Units | ++===========+=======+ +| 10 to 495 | hertz | ++-----------+-------+ + + + + +.. _FILT2_NOTCH_Q: + +FILT2\_NOTCH\_Q: Notch Filter quality factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter quality factor given by the notch centre frequency divided by its bandwidth\. + + ++---------+ +| Range | ++=========+ +| 1 to 10 | ++---------+ + + + + +.. _FILT2_NOTCH_ATT: + +FILT2\_NOTCH\_ATT: Notch Filter attenuation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter attenuation in dB\. + + ++---------+---------+ +| Range | Units | ++=========+=========+ +| 5 to 50 | decibel | ++---------+---------+ + + + + + +.. _parameters_FILT3_: + +FILT3\_ Parameters +------------------ + + +.. _FILT3_TYPE: + +FILT3\_TYPE: Filter Type +~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Filter Type + + ++--------------------------+ +| Values | ++==========================+ +| +-------+--------------+ | +| | Value | Meaning | | +| +=======+==============+ | +| | 0 | Disable | | +| +-------+--------------+ | +| | 1 | Notch Filter | | +| +-------+--------------+ | +| | ++--------------------------+ + + + + +.. _FILT3_NOTCH_FREQ: + +FILT3\_NOTCH\_FREQ: Notch Filter center frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter center frequency in Hz\. + + ++-----------+-------+ +| Range | Units | ++===========+=======+ +| 10 to 495 | hertz | ++-----------+-------+ + + + + +.. _FILT3_NOTCH_Q: + +FILT3\_NOTCH\_Q: Notch Filter quality factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter quality factor given by the notch centre frequency divided by its bandwidth\. + + ++---------+ +| Range | ++=========+ +| 1 to 10 | ++---------+ + + + + +.. _FILT3_NOTCH_ATT: + +FILT3\_NOTCH\_ATT: Notch Filter attenuation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter attenuation in dB\. + + ++---------+---------+ +| Range | Units | ++=========+=========+ +| 5 to 50 | decibel | ++---------+---------+ + + + + + +.. _parameters_FILT4_: + +FILT4\_ Parameters +------------------ + + +.. _FILT4_TYPE: + +FILT4\_TYPE: Filter Type +~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Filter Type + + ++--------------------------+ +| Values | ++==========================+ +| +-------+--------------+ | +| | Value | Meaning | | +| +=======+==============+ | +| | 0 | Disable | | +| +-------+--------------+ | +| | 1 | Notch Filter | | +| +-------+--------------+ | +| | ++--------------------------+ + + + + +.. _FILT4_NOTCH_FREQ: + +FILT4\_NOTCH\_FREQ: Notch Filter center frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter center frequency in Hz\. + + ++-----------+-------+ +| Range | Units | ++===========+=======+ +| 10 to 495 | hertz | ++-----------+-------+ + + + + +.. _FILT4_NOTCH_Q: + +FILT4\_NOTCH\_Q: Notch Filter quality factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter quality factor given by the notch centre frequency divided by its bandwidth\. + + ++---------+ +| Range | ++=========+ +| 1 to 10 | ++---------+ + + + + +.. _FILT4_NOTCH_ATT: + +FILT4\_NOTCH\_ATT: Notch Filter attenuation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter attenuation in dB\. + + ++---------+---------+ +| Range | Units | ++=========+=========+ +| 5 to 50 | decibel | ++---------+---------+ + + + + + +.. _parameters_FILT5_: + +FILT5\_ Parameters +------------------ + + +.. _FILT5_TYPE: + +FILT5\_TYPE: Filter Type +~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Filter Type + + ++--------------------------+ +| Values | ++==========================+ +| +-------+--------------+ | +| | Value | Meaning | | +| +=======+==============+ | +| | 0 | Disable | | +| +-------+--------------+ | +| | 1 | Notch Filter | | +| +-------+--------------+ | +| | ++--------------------------+ + + + + +.. _FILT5_NOTCH_FREQ: + +FILT5\_NOTCH\_FREQ: Notch Filter center frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter center frequency in Hz\. + + ++-----------+-------+ +| Range | Units | ++===========+=======+ +| 10 to 495 | hertz | ++-----------+-------+ + + + + +.. _FILT5_NOTCH_Q: + +FILT5\_NOTCH\_Q: Notch Filter quality factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter quality factor given by the notch centre frequency divided by its bandwidth\. + + ++---------+ +| Range | ++=========+ +| 1 to 10 | ++---------+ + + + + +.. _FILT5_NOTCH_ATT: + +FILT5\_NOTCH\_ATT: Notch Filter attenuation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter attenuation in dB\. + + ++---------+---------+ +| Range | Units | ++=========+=========+ +| 5 to 50 | decibel | ++---------+---------+ + + + + + +.. _parameters_FILT6_: + +FILT6\_ Parameters +------------------ + + +.. _FILT6_TYPE: + +FILT6\_TYPE: Filter Type +~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Filter Type + + ++--------------------------+ +| Values | ++==========================+ +| +-------+--------------+ | +| | Value | Meaning | | +| +=======+==============+ | +| | 0 | Disable | | +| +-------+--------------+ | +| | 1 | Notch Filter | | +| +-------+--------------+ | +| | ++--------------------------+ + + + + +.. _FILT6_NOTCH_FREQ: + +FILT6\_NOTCH\_FREQ: Notch Filter center frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter center frequency in Hz\. + + ++-----------+-------+ +| Range | Units | ++===========+=======+ +| 10 to 495 | hertz | ++-----------+-------+ + + + + +.. _FILT6_NOTCH_Q: + +FILT6\_NOTCH\_Q: Notch Filter quality factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter quality factor given by the notch centre frequency divided by its bandwidth\. + + ++---------+ +| Range | ++=========+ +| 1 to 10 | ++---------+ + + + + +.. _FILT6_NOTCH_ATT: + +FILT6\_NOTCH\_ATT: Notch Filter attenuation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter attenuation in dB\. + + ++---------+---------+ +| Range | Units | ++=========+=========+ +| 5 to 50 | decibel | ++---------+---------+ + + + + + +.. _parameters_FILT7_: + +FILT7\_ Parameters +------------------ + + +.. _FILT7_TYPE: + +FILT7\_TYPE: Filter Type +~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Filter Type + + ++--------------------------+ +| Values | ++==========================+ +| +-------+--------------+ | +| | Value | Meaning | | +| +=======+==============+ | +| | 0 | Disable | | +| +-------+--------------+ | +| | 1 | Notch Filter | | +| +-------+--------------+ | +| | ++--------------------------+ + + + + +.. _FILT7_NOTCH_FREQ: + +FILT7\_NOTCH\_FREQ: Notch Filter center frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter center frequency in Hz\. + + ++-----------+-------+ +| Range | Units | ++===========+=======+ +| 10 to 495 | hertz | ++-----------+-------+ + + + + +.. _FILT7_NOTCH_Q: + +FILT7\_NOTCH\_Q: Notch Filter quality factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter quality factor given by the notch centre frequency divided by its bandwidth\. + + ++---------+ +| Range | ++=========+ +| 1 to 10 | ++---------+ + + + + +.. _FILT7_NOTCH_ATT: + +FILT7\_NOTCH\_ATT: Notch Filter attenuation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter attenuation in dB\. + + ++---------+---------+ +| Range | Units | ++=========+=========+ +| 5 to 50 | decibel | ++---------+---------+ + + + + + +.. _parameters_FILT8_: + +FILT8\_ Parameters +------------------ + + +.. _FILT8_TYPE: + +FILT8\_TYPE: Filter Type +~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Filter Type + + ++--------------------------+ +| Values | ++==========================+ +| +-------+--------------+ | +| | Value | Meaning | | +| +=======+==============+ | +| | 0 | Disable | | +| +-------+--------------+ | +| | 1 | Notch Filter | | +| +-------+--------------+ | +| | ++--------------------------+ + + + + +.. _FILT8_NOTCH_FREQ: + +FILT8\_NOTCH\_FREQ: Notch Filter center frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter center frequency in Hz\. + + ++-----------+-------+ +| Range | Units | ++===========+=======+ +| 10 to 495 | hertz | ++-----------+-------+ + + + + +.. _FILT8_NOTCH_Q: + +FILT8\_NOTCH\_Q: Notch Filter quality factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter quality factor given by the notch centre frequency divided by its bandwidth\. + + ++---------+ +| Range | ++=========+ +| 1 to 10 | ++---------+ + + + + +.. _FILT8_NOTCH_ATT: + +FILT8\_NOTCH\_ATT: Notch Filter attenuation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter attenuation in dB\. + + ++---------+---------+ +| Range | Units | ++=========+=========+ +| 5 to 50 | decibel | ++---------+---------+ + + + + + +.. _parameters_FLOW: + +FLOW Parameters +--------------- + + +.. _FLOW_TYPE: + +FLOW\_TYPE: Optical flow sensor type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Optical flow sensor type + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | None | | +| +-------+----------+ | +| | 1 | PX4Flow | | +| +-------+----------+ | +| | 2 | Pixart | | +| +-------+----------+ | +| | 3 | Bebop | | +| +-------+----------+ | +| | 4 | CXOF | | +| +-------+----------+ | +| | 5 | MAVLink | | +| +-------+----------+ | +| | 6 | DroneCAN | | +| +-------+----------+ | +| | 7 | MSP | | +| +-------+----------+ | +| | 8 | UPFLOW | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _FLOW_FXSCALER: + +FLOW\_FXSCALER: X axis optical flow scale factor correction +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the parts per thousand scale factor correction applied to the flow sensor X axis optical rate\. It can be used to correct for variations in effective focal length\. Each positive increment of 1 increases the scale factor applied to the X axis optical flow reading by 0\.1\%\. Negative values reduce the scale factor\. + + ++-----------+--------------+ +| Increment | Range | ++===========+==============+ +| 1 | -800 to +800 | ++-----------+--------------+ + + + + +.. _FLOW_FYSCALER: + +FLOW\_FYSCALER: Y axis optical flow scale factor correction +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the parts per thousand scale factor correction applied to the flow sensor Y axis optical rate\. It can be used to correct for variations in effective focal length\. Each positive increment of 1 increases the scale factor applied to the Y axis optical flow reading by 0\.1\%\. Negative values reduce the scale factor\. + + ++-----------+--------------+ +| Increment | Range | ++===========+==============+ +| 1 | -800 to +800 | ++-----------+--------------+ + + + + +.. _FLOW_ORIENT_YAW: + +FLOW\_ORIENT\_YAW: Flow sensor yaw alignment +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Specifies the number of centi\-degrees that the flow sensor is yawed relative to the vehicle\. A sensor with its X\-axis pointing to the right of the vehicle X axis has a positive yaw angle\. + + ++-----------+------------------+--------------+ +| Increment | Range | Units | ++===========+==================+==============+ +| 10 | -17999 to +18000 | centidegrees | ++-----------+------------------+--------------+ + + + + +.. _FLOW_POS_X: + +FLOW\_POS\_X: X position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +X position of the optical flow sensor focal point in body frame\. Positive X is forward of the origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _FLOW_POS_Y: + +FLOW\_POS\_Y: Y position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Y position of the optical flow sensor focal point in body frame\. Positive Y is to the right of the origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _FLOW_POS_Z: + +FLOW\_POS\_Z: Z position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Z position of the optical flow sensor focal point in body frame\. Positive Z is down from the origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _FLOW_ADDR: + +FLOW\_ADDR: Address on the bus +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is used to select between multiple possible I2C addresses for some sensor types\. For PX4Flow you can choose 0 to 7 for the 8 possible addresses on the I2C bus\. + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _FLOW_HGT_OVR: + +FLOW\_HGT\_OVR: Height override of sensor above ground +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is used in rover vehicles\, where the sensor is a fixed height above the ground + + ++-----------+--------+--------+ +| Increment | Range | Units | ++===========+========+========+ +| 0.01 | 0 to 2 | meters | ++-----------+--------+--------+ + + + + + +.. _parameters_FOLL: + +FOLL Parameters +--------------- + + +.. _FOLL_ENABLE: + +FOLL\_ENABLE: Follow enable\/disable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enabled\/disable following a target + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _FOLL_SYSID: + +FOLL\_SYSID: Follow target\'s mavlink system id +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Follow target\'s mavlink system id + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _FOLL_DIST_MAX: + +FOLL\_DIST\_MAX: Follow distance maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Follow distance maximum\. targets further than this will be ignored + + ++-----------+--------+ +| Range | Units | ++===========+========+ +| 1 to 1000 | meters | ++-----------+--------+ + + + + +.. _FOLL_OFS_TYPE: + +FOLL\_OFS\_TYPE: Follow offset type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Follow offset type + + ++----------------------------------------------+ +| Values | ++==============================================+ +| +-------+----------------------------------+ | +| | Value | Meaning | | +| +=======+==================================+ | +| | 0 | North-East-Down | | +| +-------+----------------------------------+ | +| | 1 | Relative to lead vehicle heading | | +| +-------+----------------------------------+ | +| | ++----------------------------------------------+ + + + + +.. _FOLL_OFS_X: + +FOLL\_OFS\_X: Follow offsets in meters north\/forward +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Follow offsets in meters north\/forward\. If positive\, this vehicle fly ahead or north of lead vehicle\. Depends on FOLL\_OFS\_TYPE + + ++-----------+-------------+--------+ +| Increment | Range | Units | ++===========+=============+========+ +| 1 | -100 to 100 | meters | ++-----------+-------------+--------+ + + + + +.. _FOLL_OFS_Y: + +FOLL\_OFS\_Y: Follow offsets in meters east\/right +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Follow offsets in meters east\/right\. If positive\, this vehicle will fly to the right or east of lead vehicle\. Depends on FOLL\_OFS\_TYPE + + ++-----------+-------------+--------+ +| Increment | Range | Units | ++===========+=============+========+ +| 1 | -100 to 100 | meters | ++-----------+-------------+--------+ + + + + +.. _FOLL_OFS_Z: + +FOLL\_OFS\_Z: Follow offsets in meters down +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Follow offsets in meters down\. If positive\, this vehicle will fly below the lead vehicle + + ++-----------+-------------+--------+ +| Increment | Range | Units | ++===========+=============+========+ +| 1 | -100 to 100 | meters | ++-----------+-------------+--------+ + + + + +.. _FOLL_YAW_BEHAVE: + +FOLL\_YAW\_BEHAVE: Follow yaw behaviour +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Follow yaw behaviour + + ++----------------------------------+ +| Values | ++==================================+ +| +-------+----------------------+ | +| | Value | Meaning | | +| +=======+======================+ | +| | 0 | None | | +| +-------+----------------------+ | +| | 1 | Face Lead Vehicle | | +| +-------+----------------------+ | +| | 2 | Same as Lead vehicle | | +| +-------+----------------------+ | +| | 3 | Direction of Flight | | +| +-------+----------------------+ | +| | ++----------------------------------+ + + + + +.. _FOLL_POS_P: + +FOLL\_POS\_P: Follow position error P gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Follow position error P gain\. Converts the difference between desired vertical speed and actual speed into a desired acceleration that is passed to the throttle acceleration controller + + ++-----------+--------------+ +| Increment | Range | ++===========+==============+ +| 0.01 | 0.01 to 1.00 | ++-----------+--------------+ + + + + +.. _FOLL_ALT_TYPE: + +FOLL\_ALT\_TYPE: Follow altitude type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Follow altitude type + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | absolute | | +| +-------+----------+ | +| | 1 | relative | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _FOLL_OPTIONS: + +FOLL\_OPTIONS: Follow options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Follow options bitmask + + ++------------------------------------------------------+ +| Values | ++======================================================+ +| +-------+------------------------------------------+ | +| | Value | Meaning | | +| +=======+==========================================+ | +| | 0 | None | | +| +-------+------------------------------------------+ | +| | 1 | Mount Follows lead vehicle on mode enter | | +| +-------+------------------------------------------+ | +| | ++------------------------------------------------------+ + + + + + +.. _parameters_FRSKY_: + +FRSKY\_ Parameters +------------------ + + +.. _FRSKY_UPLINK_ID: + +FRSKY\_UPLINK\_ID: Uplink sensor id +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Change the uplink sensor id \(SPort only\) + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | -1 | Disable | | +| +-------+---------+ | +| | 7 | 7 | | +| +-------+---------+ | +| | 8 | 8 | | +| +-------+---------+ | +| | 9 | 9 | | +| +-------+---------+ | +| | 10 | 10 | | +| +-------+---------+ | +| | 11 | 11 | | +| +-------+---------+ | +| | 12 | 12 | | +| +-------+---------+ | +| | 13 | 13 | | +| +-------+---------+ | +| | 14 | 14 | | +| +-------+---------+ | +| | 15 | 15 | | +| +-------+---------+ | +| | 16 | 16 | | +| +-------+---------+ | +| | 17 | 17 | | +| +-------+---------+ | +| | 18 | 18 | | +| +-------+---------+ | +| | 19 | 19 | | +| +-------+---------+ | +| | 20 | 20 | | +| +-------+---------+ | +| | 21 | 21 | | +| +-------+---------+ | +| | 22 | 22 | | +| +-------+---------+ | +| | 23 | 23 | | +| +-------+---------+ | +| | 24 | 24 | | +| +-------+---------+ | +| | 25 | 25 | | +| +-------+---------+ | +| | 26 | 26 | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _FRSKY_DNLINK1_ID: + +FRSKY\_DNLINK1\_ID: First downlink sensor id +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Change the first extra downlink sensor id \(SPort only\) + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | -1 | Disable | | +| +-------+---------+ | +| | 7 | 7 | | +| +-------+---------+ | +| | 8 | 8 | | +| +-------+---------+ | +| | 9 | 9 | | +| +-------+---------+ | +| | 10 | 10 | | +| +-------+---------+ | +| | 11 | 11 | | +| +-------+---------+ | +| | 12 | 12 | | +| +-------+---------+ | +| | 13 | 13 | | +| +-------+---------+ | +| | 14 | 14 | | +| +-------+---------+ | +| | 15 | 15 | | +| +-------+---------+ | +| | 16 | 16 | | +| +-------+---------+ | +| | 17 | 17 | | +| +-------+---------+ | +| | 18 | 18 | | +| +-------+---------+ | +| | 19 | 19 | | +| +-------+---------+ | +| | 20 | 20 | | +| +-------+---------+ | +| | 21 | 21 | | +| +-------+---------+ | +| | 22 | 22 | | +| +-------+---------+ | +| | 23 | 23 | | +| +-------+---------+ | +| | 24 | 24 | | +| +-------+---------+ | +| | 25 | 25 | | +| +-------+---------+ | +| | 26 | 26 | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _FRSKY_DNLINK2_ID: + +FRSKY\_DNLINK2\_ID: Second downlink sensor id +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Change the second extra downlink sensor id \(SPort only\) + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | -1 | Disable | | +| +-------+---------+ | +| | 7 | 7 | | +| +-------+---------+ | +| | 8 | 8 | | +| +-------+---------+ | +| | 9 | 9 | | +| +-------+---------+ | +| | 10 | 10 | | +| +-------+---------+ | +| | 11 | 11 | | +| +-------+---------+ | +| | 12 | 12 | | +| +-------+---------+ | +| | 13 | 13 | | +| +-------+---------+ | +| | 14 | 14 | | +| +-------+---------+ | +| | 15 | 15 | | +| +-------+---------+ | +| | 16 | 16 | | +| +-------+---------+ | +| | 17 | 17 | | +| +-------+---------+ | +| | 18 | 18 | | +| +-------+---------+ | +| | 19 | 19 | | +| +-------+---------+ | +| | 20 | 20 | | +| +-------+---------+ | +| | 21 | 21 | | +| +-------+---------+ | +| | 22 | 22 | | +| +-------+---------+ | +| | 23 | 23 | | +| +-------+---------+ | +| | 24 | 24 | | +| +-------+---------+ | +| | 25 | 25 | | +| +-------+---------+ | +| | 26 | 26 | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _FRSKY_DNLINK_ID: + +FRSKY\_DNLINK\_ID: Default downlink sensor id +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Change the default downlink sensor id \(SPort only\) + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | -1 | Disable | | +| +-------+---------+ | +| | 7 | 7 | | +| +-------+---------+ | +| | 8 | 8 | | +| +-------+---------+ | +| | 9 | 9 | | +| +-------+---------+ | +| | 10 | 10 | | +| +-------+---------+ | +| | 11 | 11 | | +| +-------+---------+ | +| | 12 | 12 | | +| +-------+---------+ | +| | 13 | 13 | | +| +-------+---------+ | +| | 14 | 14 | | +| +-------+---------+ | +| | 15 | 15 | | +| +-------+---------+ | +| | 16 | 16 | | +| +-------+---------+ | +| | 17 | 17 | | +| +-------+---------+ | +| | 18 | 18 | | +| +-------+---------+ | +| | 19 | 19 | | +| +-------+---------+ | +| | 20 | 20 | | +| +-------+---------+ | +| | 21 | 21 | | +| +-------+---------+ | +| | 22 | 22 | | +| +-------+---------+ | +| | 23 | 23 | | +| +-------+---------+ | +| | 24 | 24 | | +| +-------+---------+ | +| | 25 | 25 | | +| +-------+---------+ | +| | 26 | 26 | | +| +-------+---------+ | +| | 27 | 27 | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _FRSKY_OPTIONS: + +FRSKY\_OPTIONS: FRSky Telemetry Options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +A bitmask to set some FRSky Telemetry specific options + + ++----------------------------------------+ +| Bitmask | ++========================================+ +| +-----+------------------------------+ | +| | Bit | Meaning | | +| +=====+==============================+ | +| | 0 | EnableAirspeedAndGroundspeed | | +| +-----+------------------------------+ | +| | ++----------------------------------------+ + + + + + +.. _parameters_GEN_: + +GEN\_ Parameters +---------------- + + +.. _GEN_TYPE: + +GEN\_TYPE: Generator type +~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Generator type + + ++------------------------------------+ +| Values | ++====================================+ +| +-------+------------------------+ | +| | Value | Meaning | | +| +=======+========================+ | +| | 0 | Disabled | | +| +-------+------------------------+ | +| | 1 | IE 650w 800w Fuel Cell | | +| +-------+------------------------+ | +| | 2 | IE 2.4kW Fuel Cell | | +| +-------+------------------------+ | +| | 3 | Richenpower | | +| +-------+------------------------+ | +| | ++------------------------------------+ + + + + +.. _GEN_OPTIONS: + +GEN\_OPTIONS: Generator Options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Bitmask of options for generators + + ++--------------------------------------------------+ +| Bitmask | ++==================================================+ +| +-----+----------------------------------------+ | +| | Bit | Meaning | | +| +=====+========================================+ | +| | 0 | Suppress Maintenance-Required Warnings | | +| +-----+----------------------------------------+ | +| | ++--------------------------------------------------+ + + + + + +.. _parameters_GPS: + +GPS Parameters +-------------- + + +.. _GPS_TYPE: + +GPS\_TYPE: 1st GPS type +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +GPS type of 1st GPS + + ++-------------------------------------------+ +| Values | ++===========================================+ +| +-------+-------------------------------+ | +| | Value | Meaning | | +| +=======+===============================+ | +| | 0 | None | | +| +-------+-------------------------------+ | +| | 1 | AUTO | | +| +-------+-------------------------------+ | +| | 2 | uBlox | | +| +-------+-------------------------------+ | +| | 5 | NMEA | | +| +-------+-------------------------------+ | +| | 6 | SiRF | | +| +-------+-------------------------------+ | +| | 7 | HIL | | +| +-------+-------------------------------+ | +| | 8 | SwiftNav | | +| +-------+-------------------------------+ | +| | 9 | DroneCAN | | +| +-------+-------------------------------+ | +| | 10 | SBF | | +| +-------+-------------------------------+ | +| | 11 | GSOF | | +| +-------+-------------------------------+ | +| | 13 | ERB | | +| +-------+-------------------------------+ | +| | 14 | MAV | | +| +-------+-------------------------------+ | +| | 15 | NOVA | | +| +-------+-------------------------------+ | +| | 16 | HemisphereNMEA | | +| +-------+-------------------------------+ | +| | 17 | uBlox-MovingBaseline-Base | | +| +-------+-------------------------------+ | +| | 18 | uBlox-MovingBaseline-Rover | | +| +-------+-------------------------------+ | +| | 19 | MSP | | +| +-------+-------------------------------+ | +| | 20 | AllyStar | | +| +-------+-------------------------------+ | +| | 21 | ExternalAHRS | | +| +-------+-------------------------------+ | +| | 22 | DroneCAN-MovingBaseline-Base | | +| +-------+-------------------------------+ | +| | 23 | DroneCAN-MovingBaseline-Rover | | +| +-------+-------------------------------+ | +| | 24 | UnicoreNMEA | | +| +-------+-------------------------------+ | +| | 25 | UnicoreMovingBaselineNMEA | | +| +-------+-------------------------------+ | +| | 26 | SBF-DualAntenna | | +| +-------+-------------------------------+ | +| | ++-------------------------------------------+ + + + + +.. _GPS_TYPE2: + +GPS\_TYPE2: 2nd GPS type +~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +GPS type of 2nd GPS + + ++-------------------------------------------+ +| Values | ++===========================================+ +| +-------+-------------------------------+ | +| | Value | Meaning | | +| +=======+===============================+ | +| | 0 | None | | +| +-------+-------------------------------+ | +| | 1 | AUTO | | +| +-------+-------------------------------+ | +| | 2 | uBlox | | +| +-------+-------------------------------+ | +| | 5 | NMEA | | +| +-------+-------------------------------+ | +| | 6 | SiRF | | +| +-------+-------------------------------+ | +| | 7 | HIL | | +| +-------+-------------------------------+ | +| | 8 | SwiftNav | | +| +-------+-------------------------------+ | +| | 9 | DroneCAN | | +| +-------+-------------------------------+ | +| | 10 | SBF | | +| +-------+-------------------------------+ | +| | 11 | GSOF | | +| +-------+-------------------------------+ | +| | 13 | ERB | | +| +-------+-------------------------------+ | +| | 14 | MAV | | +| +-------+-------------------------------+ | +| | 15 | NOVA | | +| +-------+-------------------------------+ | +| | 16 | HemisphereNMEA | | +| +-------+-------------------------------+ | +| | 17 | uBlox-MovingBaseline-Base | | +| +-------+-------------------------------+ | +| | 18 | uBlox-MovingBaseline-Rover | | +| +-------+-------------------------------+ | +| | 19 | MSP | | +| +-------+-------------------------------+ | +| | 20 | AllyStar | | +| +-------+-------------------------------+ | +| | 21 | ExternalAHRS | | +| +-------+-------------------------------+ | +| | 22 | DroneCAN-MovingBaseline-Base | | +| +-------+-------------------------------+ | +| | 23 | DroneCAN-MovingBaseline-Rover | | +| +-------+-------------------------------+ | +| | 24 | UnicoreNMEA | | +| +-------+-------------------------------+ | +| | 25 | UnicoreMovingBaselineNMEA | | +| +-------+-------------------------------+ | +| | 26 | SBF-DualAntenna | | +| +-------+-------------------------------+ | +| | ++-------------------------------------------+ + + + + +.. _GPS_NAVFILTER: + +GPS\_NAVFILTER: Navigation filter setting +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Navigation filter engine setting + + ++------------------------+ +| Values | ++========================+ +| +-------+------------+ | +| | Value | Meaning | | +| +=======+============+ | +| | 0 | Portable | | +| +-------+------------+ | +| | 2 | Stationary | | +| +-------+------------+ | +| | 3 | Pedestrian | | +| +-------+------------+ | +| | 4 | Automotive | | +| +-------+------------+ | +| | 5 | Sea | | +| +-------+------------+ | +| | 6 | Airborne1G | | +| +-------+------------+ | +| | 7 | Airborne2G | | +| +-------+------------+ | +| | 8 | Airborne4G | | +| +-------+------------+ | +| | ++------------------------+ + + + + +.. _GPS_AUTO_SWITCH: + +GPS\_AUTO\_SWITCH: Automatic Switchover Setting +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Automatic switchover to GPS reporting best lock\, 1\:UseBest selects the GPS with highest status\, if both are equal the GPS with highest satellite count is used 4\:Use primary if 3D fix or better\, will revert to \'UseBest\' behaviour if 3D fix is lost on primary + + ++---------------------------------------------+ +| Values | ++=============================================+ +| +-------+---------------------------------+ | +| | Value | Meaning | | +| +=======+=================================+ | +| | 0 | Use primary | | +| +-------+---------------------------------+ | +| | 1 | UseBest | | +| +-------+---------------------------------+ | +| | 2 | Blend | | +| +-------+---------------------------------+ | +| | 4 | Use primary if 3D fix or better | | +| +-------+---------------------------------+ | +| | ++---------------------------------------------+ + + + + +.. _GPS_MIN_DGPS: + +GPS\_MIN\_DGPS: Minimum Lock Type Accepted for DGPS +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Sets the minimum type of differential GPS corrections required before allowing to switch into DGPS mode\. + + ++------------------------+ +| Values | ++========================+ +| +-------+------------+ | +| | Value | Meaning | | +| +=======+============+ | +| | 0 | Any | | +| +-------+------------+ | +| | 50 | FloatRTK | | +| +-------+------------+ | +| | 100 | IntegerRTK | | +| +-------+------------+ | +| | ++------------------------+ + + + + +.. _GPS_SBAS_MODE: + +GPS\_SBAS\_MODE: SBAS Mode +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the SBAS \(satellite based augmentation system\) mode if available on this GPS\. If set to 2 then the SBAS mode is not changed in the GPS\. Otherwise the GPS will be reconfigured to enable\/disable SBAS\. Disabling SBAS may be worthwhile in some parts of the world where an SBAS signal is available but the baseline is too long to be useful\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | 2 | NoChange | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _GPS_MIN_ELEV: + +GPS\_MIN\_ELEV: Minimum elevation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the minimum elevation of satellites above the horizon for them to be used for navigation\. Setting this to \-100 leaves the minimum elevation set to the GPS modules default\. + + ++------------+---------+ +| Range | Units | ++============+=========+ +| -100 to 90 | degrees | ++------------+---------+ + + + + +.. _GPS_INJECT_TO: + +GPS\_INJECT\_TO: Destination for GPS\_INJECT\_DATA MAVLink packets +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The GGS can send raw serial packets to inject data to multiple GPSes\. + + ++-------------------------------+ +| Values | ++===============================+ +| +-------+-------------------+ | +| | Value | Meaning | | +| +=======+===================+ | +| | 0 | send to first GPS | | +| +-------+-------------------+ | +| | 1 | send to 2nd GPS | | +| +-------+-------------------+ | +| | 127 | send to all | | +| +-------+-------------------+ | +| | ++-------------------------------+ + + + + +.. _GPS_SBP_LOGMASK: + +GPS\_SBP\_LOGMASK: Swift Binary Protocol Logging Mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Masked with the SBP msg\_type field to determine whether SBR1\/SBR2 data is logged + + ++------------------------------------+ +| Values | ++====================================+ +| +-------+------------------------+ | +| | Value | Meaning | | +| +=======+========================+ | +| | 0 | None (0x0000) | | +| +-------+------------------------+ | +| | -1 | All (0xFFFF) | | +| +-------+------------------------+ | +| | -256 | External only (0xFF00) | | +| +-------+------------------------+ | +| | ++------------------------------------+ + + + + +.. _GPS_RAW_DATA: + +GPS\_RAW\_DATA: Raw data logging +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Handles logging raw data\; on uBlox chips that support raw data this will log RXM messages into logger\; on Septentrio this will log on the equipment\'s SD card and when set to 2\, the autopilot will try to stop logging after disarming and restart after arming + + ++------------------------------------------------------+ +| Values | ++======================================================+ +| +-------+------------------------------------------+ | +| | Value | Meaning | | +| +=======+==========================================+ | +| | 0 | Ignore | | +| +-------+------------------------------------------+ | +| | 1 | Always log | | +| +-------+------------------------------------------+ | +| | 2 | Stop logging when disarmed (SBF only) | | +| +-------+------------------------------------------+ | +| | 5 | Only log every five samples (uBlox only) | | +| +-------+------------------------------------------+ | +| | ++------------------------------------------------------+ + + + + +.. _GPS_GNSS_MODE: + +GPS\_GNSS\_MODE: GNSS system configuration +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bitmask for what GNSS system to use on the first GPS \(all unchecked or zero to leave GPS as configured\) + + ++-------------------+ +| Bitmask | ++===================+ +| +-----+---------+ | +| | Bit | Meaning | | +| +=====+=========+ | +| | 0 | GPS | | +| +-----+---------+ | +| | 1 | SBAS | | +| +-----+---------+ | +| | 2 | Galileo | | +| +-----+---------+ | +| | 3 | Beidou | | +| +-----+---------+ | +| | 4 | IMES | | +| +-----+---------+ | +| | 5 | QZSS | | +| +-----+---------+ | +| | 6 | GLONASS | | +| +-----+---------+ | +| | ++-------------------+ + + + + +.. _GPS_SAVE_CFG: + +GPS\_SAVE\_CFG: Save GPS configuration +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Determines whether the configuration for this GPS should be written to non\-volatile memory on the GPS\. Currently working for UBlox 6 series and above\. + + ++-----------------------------------+ +| Values | ++===================================+ +| +-------+-----------------------+ | +| | Value | Meaning | | +| +=======+=======================+ | +| | 0 | Do not save config | | +| +-------+-----------------------+ | +| | 1 | Save config | | +| +-------+-----------------------+ | +| | 2 | Save only when needed | | +| +-------+-----------------------+ | +| | ++-----------------------------------+ + + + + +.. _GPS_GNSS_MODE2: + +GPS\_GNSS\_MODE2: GNSS system configuration +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bitmask for what GNSS system to use on the second GPS \(all unchecked or zero to leave GPS as configured\) + + ++-------------------+ +| Bitmask | ++===================+ +| +-----+---------+ | +| | Bit | Meaning | | +| +=====+=========+ | +| | 0 | GPS | | +| +-----+---------+ | +| | 1 | SBAS | | +| +-----+---------+ | +| | 2 | Galileo | | +| +-----+---------+ | +| | 3 | Beidou | | +| +-----+---------+ | +| | 4 | IMES | | +| +-----+---------+ | +| | 5 | QZSS | | +| +-----+---------+ | +| | 6 | GLONASS | | +| +-----+---------+ | +| | ++-------------------+ + + + + +.. _GPS_AUTO_CONFIG: + +GPS\_AUTO\_CONFIG: Automatic GPS configuration +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Controls if the autopilot should automatically configure the GPS based on the parameters and default settings + + ++------------------------------------------------------------------+ +| Values | ++==================================================================+ +| +-------+------------------------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================================+ | +| | 0 | Disables automatic configuration | | +| +-------+------------------------------------------------------+ | +| | 1 | Enable automatic configuration for Serial GPSes only | | +| +-------+------------------------------------------------------+ | +| | 2 | Enable automatic configuration for DroneCAN as well | | +| +-------+------------------------------------------------------+ | +| | ++------------------------------------------------------------------+ + + + + +.. _GPS_RATE_MS: + +GPS\_RATE\_MS: GPS update rate in milliseconds +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Controls how often the GPS should provide a position update\. Lowering below 5Hz\(default\) is not allowed\. Raising the rate above 5Hz usually provides little benefit and for some GPS \(eg Ublox M9N\) can severely impact performance\. + + ++-----------+--------------+---------------------+ +| Range | Units | Values | ++===========+==============+=====================+ +| 50 to 200 | milliseconds | +-------+---------+ | +| | | | Value | Meaning | | +| | | +=======+=========+ | +| | | | 100 | 10Hz | | +| | | +-------+---------+ | +| | | | 125 | 8Hz | | +| | | +-------+---------+ | +| | | | 200 | 5Hz | | +| | | +-------+---------+ | +| | | | ++-----------+--------------+---------------------+ + + + + +.. _GPS_RATE_MS2: + +GPS\_RATE\_MS2: GPS 2 update rate in milliseconds +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Controls how often the GPS should provide a position update\. Lowering below 5Hz\(default\) is not allowed\. Raising the rate above 5Hz usually provides little benefit and for some GPS \(eg Ublox M9N\) can severely impact performance\. + + ++-----------+--------------+---------------------+ +| Range | Units | Values | ++===========+==============+=====================+ +| 50 to 200 | milliseconds | +-------+---------+ | +| | | | Value | Meaning | | +| | | +=======+=========+ | +| | | | 100 | 10Hz | | +| | | +-------+---------+ | +| | | | 125 | 8Hz | | +| | | +-------+---------+ | +| | | | 200 | 5Hz | | +| | | +-------+---------+ | +| | | | ++-----------+--------------+---------------------+ + + + + +.. _GPS_POS1_X: + +GPS\_POS1\_X: Antenna X position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +X position of the first GPS antenna in body frame\. Positive X is forward of the origin\. Use antenna phase centroid location if provided by the manufacturer\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _GPS_POS1_Y: + +GPS\_POS1\_Y: Antenna Y position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Y position of the first GPS antenna in body frame\. Positive Y is to the right of the origin\. Use antenna phase centroid location if provided by the manufacturer\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _GPS_POS1_Z: + +GPS\_POS1\_Z: Antenna Z position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Z position of the first GPS antenna in body frame\. Positive Z is down from the origin\. Use antenna phase centroid location if provided by the manufacturer\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _GPS_POS2_X: + +GPS\_POS2\_X: Antenna X position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +X position of the second GPS antenna in body frame\. Positive X is forward of the origin\. Use antenna phase centroid location if provided by the manufacturer\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _GPS_POS2_Y: + +GPS\_POS2\_Y: Antenna Y position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Y position of the second GPS antenna in body frame\. Positive Y is to the right of the origin\. Use antenna phase centroid location if provided by the manufacturer\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _GPS_POS2_Z: + +GPS\_POS2\_Z: Antenna Z position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Z position of the second GPS antenna in body frame\. Positive Z is down from the origin\. Use antenna phase centroid location if provided by the manufacturer\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _GPS_DELAY_MS: + +GPS\_DELAY\_MS: GPS delay in milliseconds +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Controls the amount of GPS measurement delay that the autopilot compensates for\. Set to zero to use the default delay for the detected GPS type\. + + ++----------+--------------+ +| Range | Units | ++==========+==============+ +| 0 to 250 | milliseconds | ++----------+--------------+ + + + + +.. _GPS_DELAY_MS2: + +GPS\_DELAY\_MS2: GPS 2 delay in milliseconds +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Controls the amount of GPS measurement delay that the autopilot compensates for\. Set to zero to use the default delay for the detected GPS type\. + + ++----------+--------------+ +| Range | Units | ++==========+==============+ +| 0 to 250 | milliseconds | ++----------+--------------+ + + + + +.. _GPS_BLEND_MASK: + +GPS\_BLEND\_MASK: Multi GPS Blending Mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Determines which of the accuracy measures Horizontal position\, Vertical Position and Speed are used to calculate the weighting on each GPS receiver when soft switching has been selected by setting GPS\_AUTO\_SWITCH to 2\(Blend\) + + ++---------------------+ +| Bitmask | ++=====================+ +| +-----+-----------+ | +| | Bit | Meaning | | +| +=====+===========+ | +| | 0 | Horiz Pos | | +| +-----+-----------+ | +| | 1 | Vert Pos | | +| +-----+-----------+ | +| | 2 | Speed | | +| +-----+-----------+ | +| | ++---------------------+ + + + + +.. _GPS_DRV_OPTIONS: + +GPS\_DRV\_OPTIONS: driver options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Additional backend specific options + + ++-------------------------------------------------------------------+ +| Bitmask | ++===================================================================+ +| +-----+---------------------------------------------------------+ | +| | Bit | Meaning | | +| +=====+=========================================================+ | +| | 0 | Use UART2 for moving baseline on ublox | | +| +-----+---------------------------------------------------------+ | +| | 1 | Use base station for GPS yaw on SBF | | +| +-----+---------------------------------------------------------+ | +| | 2 | Use baudrate 115200 | | +| +-----+---------------------------------------------------------+ | +| | 3 | Use dedicated CAN port b/w GPSes for moving baseline | | +| +-----+---------------------------------------------------------+ | +| | 4 | Use ellipsoid height instead of AMSL | | +| +-----+---------------------------------------------------------+ | +| | 5 | Override GPS satellite health of L5 band from L1 health | | +| +-----+---------------------------------------------------------+ | +| | ++-------------------------------------------------------------------+ + + + + +.. _GPS_COM_PORT: + +GPS\_COM\_PORT: GPS physical COM port +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +The physical COM port on the connected device\, currently only applies to SBF and GSOF GPS + + ++-----------+---------+---------------------------------+ +| Increment | Range | Values | ++===========+=========+=================================+ +| 1 | 0 to 10 | +-------+---------------------+ | +| | | | Value | Meaning | | +| | | +=======+=====================+ | +| | | | 0 | COM1(RS232) on GSOF | | +| | | +-------+---------------------+ | +| | | | 1 | COM2(TTL) on GSOF | | +| | | +-------+---------------------+ | +| | | | ++-----------+---------+---------------------------------+ + + + + +.. _GPS_COM_PORT2: + +GPS\_COM\_PORT2: GPS physical COM port +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +The physical COM port on the connected device\, currently only applies to SBF and GSOF GPS + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 10 | ++-----------+---------+ + + + + +.. _GPS_PRIMARY: + +GPS\_PRIMARY: Primary GPS +~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This GPS will be used when GPS\_AUTO\_SWITCH is 0 and used preferentially with GPS\_AUTO\_SWITCH \= 4\. + + ++-----------+-----------------------+ +| Increment | Values | ++===========+=======================+ +| 1 | +-------+-----------+ | +| | | Value | Meaning | | +| | +=======+===========+ | +| | | 0 | FirstGPS | | +| | +-------+-----------+ | +| | | 1 | SecondGPS | | +| | +-------+-----------+ | +| | | ++-----------+-----------------------+ + + + + +.. _GPS_CAN_NODEID1: + +GPS\_CAN\_NODEID1: GPS Node ID 1 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +GPS Node id for first\-discovered GPS\. + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _GPS_CAN_NODEID2: + +GPS\_CAN\_NODEID2: GPS Node ID 2 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +GPS Node id for second\-discovered GPS\. + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _GPS1_CAN_OVRIDE: + +GPS1\_CAN\_OVRIDE: First DroneCAN GPS NODE ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +GPS Node id for first GPS\. If 0 the gps will be automatically selected on a first\-come\-first\-GPS basis\. + + +.. _GPS2_CAN_OVRIDE: + +GPS2\_CAN\_OVRIDE: Second DroneCAN GPS NODE ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +GPS Node id for second GPS\. If 0 the gps will be automatically selected on a second\-come\-second\-GPS basis\. + + + +.. _parameters_GPS_MB1_: + +GPS\_MB1\_ Parameters +--------------------- + + +.. _GPS_MB1_TYPE: + +GPS\_MB1\_TYPE: Moving base type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Controls the type of moving base used if using moving base\. + + ++------------------------------------------------+ +| Values | ++================================================+ +| +-------+------------------------------------+ | +| | Value | Meaning | | +| +=======+====================================+ | +| | 0 | Relative to alternate GPS instance | | +| +-------+------------------------------------+ | +| | 1 | RelativeToCustomBase | | +| +-------+------------------------------------+ | +| | ++------------------------------------------------+ + + + + +.. _GPS_MB1_OFS_X: + +GPS\_MB1\_OFS\_X: Base antenna X position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +X position of the base \(primary\) GPS antenna in body frame from the position of the 2nd antenna\. Positive X is forward of the 2nd antenna\. Use antenna phase centroid location if provided by the manufacturer\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _GPS_MB1_OFS_Y: + +GPS\_MB1\_OFS\_Y: Base antenna Y position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Y position of the base \(primary\) GPS antenna in body frame from the position of the 2nd antenna\. Positive Y is to the right of the 2nd antenna\. Use antenna phase centroid location if provided by the manufacturer\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _GPS_MB1_OFS_Z: + +GPS\_MB1\_OFS\_Z: Base antenna Z position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Z position of the base \(primary\) GPS antenna in body frame from the position of the 2nd antenna\. Positive Z is down from the 2nd antenna\. Use antenna phase centroid location if provided by the manufacturer\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + + +.. _parameters_GPS_MB2_: + +GPS\_MB2\_ Parameters +--------------------- + + +.. _GPS_MB2_TYPE: + +GPS\_MB2\_TYPE: Moving base type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Controls the type of moving base used if using moving base\. + + ++------------------------------------------------+ +| Values | ++================================================+ +| +-------+------------------------------------+ | +| | Value | Meaning | | +| +=======+====================================+ | +| | 0 | Relative to alternate GPS instance | | +| +-------+------------------------------------+ | +| | 1 | RelativeToCustomBase | | +| +-------+------------------------------------+ | +| | ++------------------------------------------------+ + + + + +.. _GPS_MB2_OFS_X: + +GPS\_MB2\_OFS\_X: Base antenna X position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +X position of the base \(primary\) GPS antenna in body frame from the position of the 2nd antenna\. Positive X is forward of the 2nd antenna\. Use antenna phase centroid location if provided by the manufacturer\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _GPS_MB2_OFS_Y: + +GPS\_MB2\_OFS\_Y: Base antenna Y position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Y position of the base \(primary\) GPS antenna in body frame from the position of the 2nd antenna\. Positive Y is to the right of the 2nd antenna\. Use antenna phase centroid location if provided by the manufacturer\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _GPS_MB2_OFS_Z: + +GPS\_MB2\_OFS\_Z: Base antenna Z position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Z position of the base \(primary\) GPS antenna in body frame from the position of the 2nd antenna\. Positive Z is down from the 2nd antenna\. Use antenna phase centroid location if provided by the manufacturer\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + + +.. _parameters_GRIP_: + +GRIP\_ Parameters +----------------- + + +.. _GRIP_ENABLE: + +GRIP\_ENABLE: Gripper Enable\/Disable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Gripper enable\/disable + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _GRIP_TYPE: + +GRIP\_TYPE: Gripper Type +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Gripper enable\/disable + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 0 | None | | +| +-------+---------+ | +| | 1 | Servo | | +| +-------+---------+ | +| | 2 | EPM | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _GRIP_GRAB: + +GRIP\_GRAB: Gripper Grab PWM +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +PWM value in microseconds sent to Gripper to initiate grabbing the cargo + + ++--------------+---------------------+ +| Range | Units | ++==============+=====================+ +| 1000 to 2000 | PWM in microseconds | ++--------------+---------------------+ + + + + +.. _GRIP_RELEASE: + +GRIP\_RELEASE: Gripper Release PWM +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +PWM value in microseconds sent to Gripper to release the cargo + + ++--------------+---------------------+ +| Range | Units | ++==============+=====================+ +| 1000 to 2000 | PWM in microseconds | ++--------------+---------------------+ + + + + +.. _GRIP_NEUTRAL: + +GRIP\_NEUTRAL: Neutral PWM +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +PWM value in microseconds sent to grabber when not grabbing or releasing + + ++--------------+---------------------+ +| Range | Units | ++==============+=====================+ +| 1000 to 2000 | PWM in microseconds | ++--------------+---------------------+ + + + + +.. _GRIP_REGRAB: + +GRIP\_REGRAB: EPM Gripper Regrab interval +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Time in seconds that EPM gripper will regrab the cargo to ensure grip has not weakened\; 0 to disable + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 255 | seconds | ++----------+---------+ + + + + +.. _GRIP_CAN_ID: + +GRIP\_CAN\_ID: EPM UAVCAN Hardpoint ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Refer to https\:\/\/docs\.zubax\.com\/opengrab\_epm\_v3\#UAVCAN\_interface + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _GRIP_AUTOCLOSE: + +GRIP\_AUTOCLOSE: Gripper Autoclose time +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Time in seconds that gripper close the gripper after opening\; 0 to disable + + ++-------------+---------+ +| Range | Units | ++=============+=========+ +| 0.25 to 255 | seconds | ++-------------+---------+ + + + + + +.. _parameters_INS: + +INS Parameters +-------------- + + +.. _INS_GYROFFS_X: + +INS\_GYROFFS\_X: Gyro offsets of X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Gyro sensor offsets of X axis\. This is setup on each boot during gyro calibrations + + ++-------------+--------------------+ +| Calibration | Units | ++=============+====================+ +| 1 | radians per second | ++-------------+--------------------+ + + + + +.. _INS_GYROFFS_Y: + +INS\_GYROFFS\_Y: Gyro offsets of Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Gyro sensor offsets of Y axis\. This is setup on each boot during gyro calibrations + + ++-------------+--------------------+ +| Calibration | Units | ++=============+====================+ +| 1 | radians per second | ++-------------+--------------------+ + + + + +.. _INS_GYROFFS_Z: + +INS\_GYROFFS\_Z: Gyro offsets of Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Gyro sensor offsets of Z axis\. This is setup on each boot during gyro calibrations + + ++-------------+--------------------+ +| Calibration | Units | ++=============+====================+ +| 1 | radians per second | ++-------------+--------------------+ + + + + +.. _INS_GYR2OFFS_X: + +INS\_GYR2OFFS\_X: Gyro2 offsets of X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Gyro2 sensor offsets of X axis\. This is setup on each boot during gyro calibrations + + ++-------------+--------------------+ +| Calibration | Units | ++=============+====================+ +| 1 | radians per second | ++-------------+--------------------+ + + + + +.. _INS_GYR2OFFS_Y: + +INS\_GYR2OFFS\_Y: Gyro2 offsets of Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Gyro2 sensor offsets of Y axis\. This is setup on each boot during gyro calibrations + + ++-------------+--------------------+ +| Calibration | Units | ++=============+====================+ +| 1 | radians per second | ++-------------+--------------------+ + + + + +.. _INS_GYR2OFFS_Z: + +INS\_GYR2OFFS\_Z: Gyro2 offsets of Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Gyro2 sensor offsets of Z axis\. This is setup on each boot during gyro calibrations + + ++-------------+--------------------+ +| Calibration | Units | ++=============+====================+ +| 1 | radians per second | ++-------------+--------------------+ + + + + +.. _INS_GYR3OFFS_X: + +INS\_GYR3OFFS\_X: Gyro3 offsets of X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Gyro3 sensor offsets of X axis\. This is setup on each boot during gyro calibrations + + ++-------------+--------------------+ +| Calibration | Units | ++=============+====================+ +| 1 | radians per second | ++-------------+--------------------+ + + + + +.. _INS_GYR3OFFS_Y: + +INS\_GYR3OFFS\_Y: Gyro3 offsets of Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Gyro3 sensor offsets of Y axis\. This is setup on each boot during gyro calibrations + + ++-------------+--------------------+ +| Calibration | Units | ++=============+====================+ +| 1 | radians per second | ++-------------+--------------------+ + + + + +.. _INS_GYR3OFFS_Z: + +INS\_GYR3OFFS\_Z: Gyro3 offsets of Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Gyro3 sensor offsets of Z axis\. This is setup on each boot during gyro calibrations + + ++-------------+--------------------+ +| Calibration | Units | ++=============+====================+ +| 1 | radians per second | ++-------------+--------------------+ + + + + +.. _INS_ACCSCAL_X: + +INS\_ACCSCAL\_X: Accelerometer scaling of X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer scaling of X axis\. Calculated during acceleration calibration routine + + ++-------------+------------+ +| Calibration | Range | ++=============+============+ +| 1 | 0.8 to 1.2 | ++-------------+------------+ + + + + +.. _INS_ACCSCAL_Y: + +INS\_ACCSCAL\_Y: Accelerometer scaling of Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer scaling of Y axis Calculated during acceleration calibration routine + + ++-------------+------------+ +| Calibration | Range | ++=============+============+ +| 1 | 0.8 to 1.2 | ++-------------+------------+ + + + + +.. _INS_ACCSCAL_Z: + +INS\_ACCSCAL\_Z: Accelerometer scaling of Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer scaling of Z axis Calculated during acceleration calibration routine + + ++-------------+------------+ +| Calibration | Range | ++=============+============+ +| 1 | 0.8 to 1.2 | ++-------------+------------+ + + + + +.. _INS_ACCOFFS_X: + +INS\_ACCOFFS\_X: Accelerometer offsets of X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer offsets of X axis\. This is setup using the acceleration calibration or level operations + + ++-------------+-------------+--------------------------+ +| Calibration | Range | Units | ++=============+=============+==========================+ +| 1 | -3.5 to 3.5 | meters per square second | ++-------------+-------------+--------------------------+ + + + + +.. _INS_ACCOFFS_Y: + +INS\_ACCOFFS\_Y: Accelerometer offsets of Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer offsets of Y axis\. This is setup using the acceleration calibration or level operations + + ++-------------+-------------+--------------------------+ +| Calibration | Range | Units | ++=============+=============+==========================+ +| 1 | -3.5 to 3.5 | meters per square second | ++-------------+-------------+--------------------------+ + + + + +.. _INS_ACCOFFS_Z: + +INS\_ACCOFFS\_Z: Accelerometer offsets of Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer offsets of Z axis\. This is setup using the acceleration calibration or level operations + + ++-------------+-------------+--------------------------+ +| Calibration | Range | Units | ++=============+=============+==========================+ +| 1 | -3.5 to 3.5 | meters per square second | ++-------------+-------------+--------------------------+ + + + + +.. _INS_ACC2SCAL_X: + +INS\_ACC2SCAL\_X: Accelerometer2 scaling of X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer2 scaling of X axis\. Calculated during acceleration calibration routine + + ++-------------+------------+ +| Calibration | Range | ++=============+============+ +| 1 | 0.8 to 1.2 | ++-------------+------------+ + + + + +.. _INS_ACC2SCAL_Y: + +INS\_ACC2SCAL\_Y: Accelerometer2 scaling of Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer2 scaling of Y axis Calculated during acceleration calibration routine + + ++-------------+------------+ +| Calibration | Range | ++=============+============+ +| 1 | 0.8 to 1.2 | ++-------------+------------+ + + + + +.. _INS_ACC2SCAL_Z: + +INS\_ACC2SCAL\_Z: Accelerometer2 scaling of Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer2 scaling of Z axis Calculated during acceleration calibration routine + + ++-------------+------------+ +| Calibration | Range | ++=============+============+ +| 1 | 0.8 to 1.2 | ++-------------+------------+ + + + + +.. _INS_ACC2OFFS_X: + +INS\_ACC2OFFS\_X: Accelerometer2 offsets of X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer2 offsets of X axis\. This is setup using the acceleration calibration or level operations + + ++-------------+-------------+--------------------------+ +| Calibration | Range | Units | ++=============+=============+==========================+ +| 1 | -3.5 to 3.5 | meters per square second | ++-------------+-------------+--------------------------+ + + + + +.. _INS_ACC2OFFS_Y: + +INS\_ACC2OFFS\_Y: Accelerometer2 offsets of Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer2 offsets of Y axis\. This is setup using the acceleration calibration or level operations + + ++-------------+-------------+--------------------------+ +| Calibration | Range | Units | ++=============+=============+==========================+ +| 1 | -3.5 to 3.5 | meters per square second | ++-------------+-------------+--------------------------+ + + + + +.. _INS_ACC2OFFS_Z: + +INS\_ACC2OFFS\_Z: Accelerometer2 offsets of Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer2 offsets of Z axis\. This is setup using the acceleration calibration or level operations + + ++-------------+-------------+--------------------------+ +| Calibration | Range | Units | ++=============+=============+==========================+ +| 1 | -3.5 to 3.5 | meters per square second | ++-------------+-------------+--------------------------+ + + + + +.. _INS_ACC3SCAL_X: + +INS\_ACC3SCAL\_X: Accelerometer3 scaling of X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer3 scaling of X axis\. Calculated during acceleration calibration routine + + ++-------------+------------+ +| Calibration | Range | ++=============+============+ +| 1 | 0.8 to 1.2 | ++-------------+------------+ + + + + +.. _INS_ACC3SCAL_Y: + +INS\_ACC3SCAL\_Y: Accelerometer3 scaling of Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer3 scaling of Y axis Calculated during acceleration calibration routine + + ++-------------+------------+ +| Calibration | Range | ++=============+============+ +| 1 | 0.8 to 1.2 | ++-------------+------------+ + + + + +.. _INS_ACC3SCAL_Z: + +INS\_ACC3SCAL\_Z: Accelerometer3 scaling of Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer3 scaling of Z axis Calculated during acceleration calibration routine + + ++-------------+------------+ +| Calibration | Range | ++=============+============+ +| 1 | 0.8 to 1.2 | ++-------------+------------+ + + + + +.. _INS_ACC3OFFS_X: + +INS\_ACC3OFFS\_X: Accelerometer3 offsets of X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer3 offsets of X axis\. This is setup using the acceleration calibration or level operations + + ++-------------+-------------+--------------------------+ +| Calibration | Range | Units | ++=============+=============+==========================+ +| 1 | -3.5 to 3.5 | meters per square second | ++-------------+-------------+--------------------------+ + + + + +.. _INS_ACC3OFFS_Y: + +INS\_ACC3OFFS\_Y: Accelerometer3 offsets of Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer3 offsets of Y axis\. This is setup using the acceleration calibration or level operations + + ++-------------+-------------+--------------------------+ +| Calibration | Range | Units | ++=============+=============+==========================+ +| 1 | -3.5 to 3.5 | meters per square second | ++-------------+-------------+--------------------------+ + + + + +.. _INS_ACC3OFFS_Z: + +INS\_ACC3OFFS\_Z: Accelerometer3 offsets of Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer3 offsets of Z axis\. This is setup using the acceleration calibration or level operations + + ++-------------+-------------+--------------------------+ +| Calibration | Range | Units | ++=============+=============+==========================+ +| 1 | -3.5 to 3.5 | meters per square second | ++-------------+-------------+--------------------------+ + + + + +.. _INS_GYRO_FILTER: + +INS\_GYRO\_FILTER: Gyro filter cutoff frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Filter cutoff frequency for gyroscopes\. This can be set to a lower value to try to cope with very high vibration levels in aircraft\. A value of zero means no filtering \(not recommended\!\) + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 0 to 256 | hertz | ++----------+-------+ + + + + +.. _INS_ACCEL_FILTER: + +INS\_ACCEL\_FILTER: Accel filter cutoff frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Filter cutoff frequency for accelerometers\. This can be set to a lower value to try to cope with very high vibration levels in aircraft\. A value of zero means no filtering \(not recommended\!\) + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 0 to 256 | hertz | ++----------+-------+ + + + + +.. _INS_USE: + +INS\_USE: Use first IMU for attitude\, velocity and position estimates +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Use first IMU for attitude\, velocity and position estimates + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _INS_USE2: + +INS\_USE2: Use second IMU for attitude\, velocity and position estimates +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Use second IMU for attitude\, velocity and position estimates + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _INS_USE3: + +INS\_USE3: Use third IMU for attitude\, velocity and position estimates +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Use third IMU for attitude\, velocity and position estimates + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _INS_STILL_THRESH: + +INS\_STILL\_THRESH: Stillness threshold for detecting if we are moving +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Threshold to tolerate vibration to determine if vehicle is motionless\. This depends on the frame type and if there is a constant vibration due to motors before launch or after landing\. Total motionless is about 0\.05\. Suggested values\: Planes\/rover use 0\.1\, multirotors use 1\, tradHeli uses 5 + + ++------------+ +| Range | ++============+ +| 0.05 to 50 | ++------------+ + + + + +.. _INS_GYR_CAL: + +INS\_GYR\_CAL: Gyro Calibration scheme +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Conrols when automatic gyro calibration is performed + + ++---------------------------+ +| Values | ++===========================+ +| +-------+---------------+ | +| | Value | Meaning | | +| +=======+===============+ | +| | 0 | Never | | +| +-------+---------------+ | +| | 1 | Start-up only | | +| +-------+---------------+ | +| | ++---------------------------+ + + + + +.. _INS_TRIM_OPTION: + +INS\_TRIM\_OPTION: Accel cal trim option +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Specifies how the accel cal routine determines the trims + + ++--------------------------------------------------------------------+ +| Values | ++====================================================================+ +| +-------+--------------------------------------------------------+ | +| | Value | Meaning | | +| +=======+========================================================+ | +| | 0 | Don't adjust the trims | | +| +-------+--------------------------------------------------------+ | +| | 1 | Assume first orientation was level | | +| +-------+--------------------------------------------------------+ | +| | 2 | Assume ACC_BODYFIX is perfectly aligned to the vehicle | | +| +-------+--------------------------------------------------------+ | +| | ++--------------------------------------------------------------------+ + + + + +.. _INS_ACC_BODYFIX: + +INS\_ACC\_BODYFIX: Body\-fixed accelerometer +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The body\-fixed accelerometer to be used for trim calculation + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 1 | IMU 1 | | +| +-------+---------+ | +| | 2 | IMU 2 | | +| +-------+---------+ | +| | 3 | IMU 3 | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _INS_POS1_X: + +INS\_POS1\_X: IMU accelerometer X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +X position of the first IMU Accelerometer in body frame\. Positive X is forward of the origin\. Attention\: The IMU should be located as close to the vehicle c\.g\. as practical so that the value of this parameter is minimised\. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise\. If the IMU cannot be moved and velocity noise is a problem\, a location closer to the IMU can be used as the body frame origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _INS_POS1_Y: + +INS\_POS1\_Y: IMU accelerometer Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Y position of the first IMU accelerometer in body frame\. Positive Y is to the right of the origin\. Attention\: The IMU should be located as close to the vehicle c\.g\. as practical so that the value of this parameter is minimised\. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise\. If the IMU cannot be moved and velocity noise is a problem\, a location closer to the IMU can be used as the body frame origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _INS_POS1_Z: + +INS\_POS1\_Z: IMU accelerometer Z position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Z position of the first IMU accelerometer in body frame\. Positive Z is down from the origin\. Attention\: The IMU should be located as close to the vehicle c\.g\. as practical so that the value of this parameter is minimised\. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise\. If the IMU cannot be moved and velocity noise is a problem\, a location closer to the IMU can be used as the body frame origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _INS_POS2_X: + +INS\_POS2\_X: IMU accelerometer X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +X position of the second IMU accelerometer in body frame\. Positive X is forward of the origin\. Attention\: The IMU should be located as close to the vehicle c\.g\. as practical so that the value of this parameter is minimised\. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise\. If the IMU cannot be moved and velocity noise is a problem\, a location closer to the IMU can be used as the body frame origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _INS_POS2_Y: + +INS\_POS2\_Y: IMU accelerometer Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Y position of the second IMU accelerometer in body frame\. Positive Y is to the right of the origin\. Attention\: The IMU should be located as close to the vehicle c\.g\. as practical so that the value of this parameter is minimised\. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise\. If the IMU cannot be moved and velocity noise is a problem\, a location closer to the IMU can be used as the body frame origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _INS_POS2_Z: + +INS\_POS2\_Z: IMU accelerometer Z position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Z position of the second IMU accelerometer in body frame\. Positive Z is down from the origin\. Attention\: The IMU should be located as close to the vehicle c\.g\. as practical so that the value of this parameter is minimised\. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise\. If the IMU cannot be moved and velocity noise is a problem\, a location closer to the IMU can be used as the body frame origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _INS_POS3_X: + +INS\_POS3\_X: IMU accelerometer X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +X position of the third IMU accelerometer in body frame\. Positive X is forward of the origin\. Attention\: The IMU should be located as close to the vehicle c\.g\. as practical so that the value of this parameter is minimised\. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise\. If the IMU cannot be moved and velocity noise is a problem\, a location closer to the IMU can be used as the body frame origin\. + + ++-----------+--------+ +| Range | Units | ++===========+========+ +| -10 to 10 | meters | ++-----------+--------+ + + + + +.. _INS_POS3_Y: + +INS\_POS3\_Y: IMU accelerometer Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Y position of the third IMU accelerometer in body frame\. Positive Y is to the right of the origin\. Attention\: The IMU should be located as close to the vehicle c\.g\. as practical so that the value of this parameter is minimised\. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise\. If the IMU cannot be moved and velocity noise is a problem\, a location closer to the IMU can be used as the body frame origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _INS_POS3_Z: + +INS\_POS3\_Z: IMU accelerometer Z position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Z position of the third IMU accelerometer in body frame\. Positive Z is down from the origin\. Attention\: The IMU should be located as close to the vehicle c\.g\. as practical so that the value of this parameter is minimised\. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise\. If the IMU cannot be moved and velocity noise is a problem\, a location closer to the IMU can be used as the body frame origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _INS_GYR_ID: + +INS\_GYR\_ID: Gyro ID +~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Gyro sensor ID\, taking into account its type\, bus and instance + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _INS_GYR2_ID: + +INS\_GYR2\_ID: Gyro2 ID +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Gyro2 sensor ID\, taking into account its type\, bus and instance + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _INS_GYR3_ID: + +INS\_GYR3\_ID: Gyro3 ID +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Gyro3 sensor ID\, taking into account its type\, bus and instance + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _INS_ACC_ID: + +INS\_ACC\_ID: Accelerometer ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer sensor ID\, taking into account its type\, bus and instance + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _INS_ACC2_ID: + +INS\_ACC2\_ID: Accelerometer2 ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer2 sensor ID\, taking into account its type\, bus and instance + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _INS_ACC3_ID: + +INS\_ACC3\_ID: Accelerometer3 ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer3 sensor ID\, taking into account its type\, bus and instance + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _INS_FAST_SAMPLE: + +INS\_FAST\_SAMPLE: Fast sampling mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Mask of IMUs to enable fast sampling on\, if available + + ++---------------------+ +| Bitmask | ++=====================+ +| +-----+-----------+ | +| | Bit | Meaning | | +| +=====+===========+ | +| | 0 | FirstIMU | | +| +-----+-----------+ | +| | 1 | SecondIMU | | +| +-----+-----------+ | +| | 2 | ThirdIMU | | +| +-----+-----------+ | +| | ++---------------------+ + + + + +.. _INS_ENABLE_MASK: + +INS\_ENABLE\_MASK: IMU enable mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bitmask of IMUs to enable\. It can be used to prevent startup of specific detected IMUs + + ++----------------------+ +| Bitmask | ++======================+ +| +-----+------------+ | +| | Bit | Meaning | | +| +=====+============+ | +| | 0 | FirstIMU | | +| +-----+------------+ | +| | 1 | SecondIMU | | +| +-----+------------+ | +| | 2 | ThirdIMU | | +| +-----+------------+ | +| | 3 | FourthIMU | | +| +-----+------------+ | +| | 4 | FifthIMU | | +| +-----+------------+ | +| | 5 | SixthIMU | | +| +-----+------------+ | +| | 6 | SeventhIMU | | +| +-----+------------+ | +| | ++----------------------+ + + + + +.. _INS_GYRO_RATE: + +INS\_GYRO\_RATE: Gyro rate for IMUs with Fast Sampling enabled +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Gyro rate for IMUs with fast sampling enabled\. The gyro rate is the sample rate at which the IMU filters operate and needs to be at least double the maximum filter frequency\. If the sensor does not support the selected rate the next highest supported rate will be used\. For IMUs which do not support fast sampling this setting is ignored and the default gyro rate of 1Khz is used\. + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 0 | 1kHz | | +| +-------+---------+ | +| | 1 | 2kHz | | +| +-------+---------+ | +| | 2 | 4kHz | | +| +-------+---------+ | +| | 3 | 8kHz | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _INS_ACC1_CALTEMP: + +INS\_ACC1\_CALTEMP: Calibration temperature for 1st accelerometer +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Temperature that the 1st accelerometer was calibrated at + + ++-------------+-----------------+ +| Calibration | Units | ++=============+=================+ +| 1 | degrees Celsius | ++-------------+-----------------+ + + + + +.. _INS_GYR1_CALTEMP: + +INS\_GYR1\_CALTEMP: Calibration temperature for 1st gyroscope +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Temperature that the 1st gyroscope was calibrated at + + ++-------------+-----------------+ +| Calibration | Units | ++=============+=================+ +| 1 | degrees Celsius | ++-------------+-----------------+ + + + + +.. _INS_ACC2_CALTEMP: + +INS\_ACC2\_CALTEMP: Calibration temperature for 2nd accelerometer +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Temperature that the 2nd accelerometer was calibrated at + + ++-------------+-----------------+ +| Calibration | Units | ++=============+=================+ +| 1 | degrees Celsius | ++-------------+-----------------+ + + + + +.. _INS_GYR2_CALTEMP: + +INS\_GYR2\_CALTEMP: Calibration temperature for 2nd gyroscope +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Temperature that the 2nd gyroscope was calibrated at + + ++-------------+-----------------+ +| Calibration | Units | ++=============+=================+ +| 1 | degrees Celsius | ++-------------+-----------------+ + + + + +.. _INS_ACC3_CALTEMP: + +INS\_ACC3\_CALTEMP: Calibration temperature for 3rd accelerometer +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Temperature that the 3rd accelerometer was calibrated at + + ++-------------+-----------------+ +| Calibration | Units | ++=============+=================+ +| 1 | degrees Celsius | ++-------------+-----------------+ + + + + +.. _INS_GYR3_CALTEMP: + +INS\_GYR3\_CALTEMP: Calibration temperature for 3rd gyroscope +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Temperature that the 3rd gyroscope was calibrated at + + ++-------------+-----------------+ +| Calibration | Units | ++=============+=================+ +| 1 | degrees Celsius | ++-------------+-----------------+ + + + + +.. _INS_TCAL_OPTIONS: + +INS\_TCAL\_OPTIONS: Options for temperature calibration +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This enables optional temperature calibration features\. Setting PersistParams will save the accelerometer and temperature calibration parameters in the bootloader sector on the next update of the bootloader\. + + ++-------------------------+ +| Bitmask | ++=========================+ +| +-----+---------------+ | +| | Bit | Meaning | | +| +=====+===============+ | +| | 0 | PersistParams | | +| +-----+---------------+ | +| | ++-------------------------+ + + + + +.. _INS_RAW_LOG_OPT: + +INS\_RAW\_LOG\_OPT: Raw logging options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Raw logging options bitmask + + ++---------------------------------+ +| Bitmask | ++=================================+ +| +-----+-----------------------+ | +| | Bit | Meaning | | +| +=====+=======================+ | +| | 0 | Log primary gyro only | | +| +-----+-----------------------+ | +| | 1 | Log all gyros | | +| +-----+-----------------------+ | +| | 2 | Post filter | | +| +-----+-----------------------+ | +| | 3 | Pre and post filter | | +| +-----+-----------------------+ | +| | ++---------------------------------+ + + + + + +.. _parameters_INS4_: + +INS4\_ Parameters +----------------- + + +.. _INS4_USE: + +INS4\_USE: Use first IMU for attitude\, velocity and position estimates +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Use first IMU for attitude\, velocity and position estimates + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _INS4_ACC_ID: + +INS4\_ACC\_ID: Accelerometer ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer sensor ID\, taking into account its type\, bus and instance + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _INS4_ACCSCAL_X: + +INS4\_ACCSCAL\_X: Accelerometer scaling of X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer scaling of X axis\. Calculated during acceleration calibration routine + + ++-------------+------------+ +| Calibration | Range | ++=============+============+ +| 1 | 0.8 to 1.2 | ++-------------+------------+ + + + + +.. _INS4_ACCSCAL_Y: + +INS4\_ACCSCAL\_Y: Accelerometer scaling of Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer scaling of Y axis Calculated during acceleration calibration routine + + ++-------------+------------+ +| Calibration | Range | ++=============+============+ +| 1 | 0.8 to 1.2 | ++-------------+------------+ + + + + +.. _INS4_ACCSCAL_Z: + +INS4\_ACCSCAL\_Z: Accelerometer scaling of Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer scaling of Z axis Calculated during acceleration calibration routine + + ++-------------+------------+ +| Calibration | Range | ++=============+============+ +| 1 | 0.8 to 1.2 | ++-------------+------------+ + + + + +.. _INS4_ACCOFFS_X: + +INS4\_ACCOFFS\_X: Accelerometer offsets of X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer offsets of X axis\. This is setup using the acceleration calibration or level operations + + ++-------------+-------------+--------------------------+ +| Calibration | Range | Units | ++=============+=============+==========================+ +| 1 | -3.5 to 3.5 | meters per square second | ++-------------+-------------+--------------------------+ + + + + +.. _INS4_ACCOFFS_Y: + +INS4\_ACCOFFS\_Y: Accelerometer offsets of Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer offsets of Y axis\. This is setup using the acceleration calibration or level operations + + ++-------------+-------------+--------------------------+ +| Calibration | Range | Units | ++=============+=============+==========================+ +| 1 | -3.5 to 3.5 | meters per square second | ++-------------+-------------+--------------------------+ + + + + +.. _INS4_ACCOFFS_Z: + +INS4\_ACCOFFS\_Z: Accelerometer offsets of Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer offsets of Z axis\. This is setup using the acceleration calibration or level operations + + ++-------------+-------------+--------------------------+ +| Calibration | Range | Units | ++=============+=============+==========================+ +| 1 | -3.5 to 3.5 | meters per square second | ++-------------+-------------+--------------------------+ + + + + +.. _INS4_POS_X: + +INS4\_POS\_X: IMU accelerometer X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +X position of the first IMU Accelerometer in body frame\. Positive X is forward of the origin\. Attention\: The IMU should be located as close to the vehicle c\.g\. as practical so that the value of this parameter is minimised\. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise\. If the IMU cannot be moved and velocity noise is a problem\, a location closer to the IMU can be used as the body frame origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _INS4_POS_Y: + +INS4\_POS\_Y: IMU accelerometer Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Y position of the first IMU accelerometer in body frame\. Positive Y is to the right of the origin\. Attention\: The IMU should be located as close to the vehicle c\.g\. as practical so that the value of this parameter is minimised\. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise\. If the IMU cannot be moved and velocity noise is a problem\, a location closer to the IMU can be used as the body frame origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _INS4_POS_Z: + +INS4\_POS\_Z: IMU accelerometer Z position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Z position of the first IMU accelerometer in body frame\. Positive Z is down from the origin\. Attention\: The IMU should be located as close to the vehicle c\.g\. as practical so that the value of this parameter is minimised\. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise\. If the IMU cannot be moved and velocity noise is a problem\, a location closer to the IMU can be used as the body frame origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _INS4_ACC_CALTEMP: + +INS4\_ACC\_CALTEMP: Calibration temperature for accelerometer +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Temperature that the accelerometer was calibrated at + + ++-------------+-----------------+ +| Calibration | Units | ++=============+=================+ +| 1 | degrees Celsius | ++-------------+-----------------+ + + + + +.. _INS4_GYR_ID: + +INS4\_GYR\_ID: Gyro ID +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Gyro sensor ID\, taking into account its type\, bus and instance + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _INS4_GYROFFS_X: + +INS4\_GYROFFS\_X: Gyro offsets of X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Gyro sensor offsets of X axis\. This is setup on each boot during gyro calibrations + + ++-------------+--------------------+ +| Calibration | Units | ++=============+====================+ +| 1 | radians per second | ++-------------+--------------------+ + + + + +.. _INS4_GYROFFS_Y: + +INS4\_GYROFFS\_Y: Gyro offsets of Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Gyro sensor offsets of Y axis\. This is setup on each boot during gyro calibrations + + ++-------------+--------------------+ +| Calibration | Units | ++=============+====================+ +| 1 | radians per second | ++-------------+--------------------+ + + + + +.. _INS4_GYROFFS_Z: + +INS4\_GYROFFS\_Z: Gyro offsets of Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Gyro sensor offsets of Z axis\. This is setup on each boot during gyro calibrations + + ++-------------+--------------------+ +| Calibration | Units | ++=============+====================+ +| 1 | radians per second | ++-------------+--------------------+ + + + + +.. _INS4_GYR_CALTEMP: + +INS4\_GYR\_CALTEMP: Calibration temperature for gyroscope +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Temperature that the gyroscope was calibrated at + + ++-------------+-----------------+ +| Calibration | Units | ++=============+=================+ +| 1 | degrees Celsius | ++-------------+-----------------+ + + + + + +.. _parameters_INS4_TCAL_: + +INS4\_TCAL\_ Parameters +----------------------- + + +.. _INS4_TCAL_ENABLE: + +INS4\_TCAL\_ENABLE: Enable temperature calibration +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Enable the use of temperature calibration parameters for this IMU\. For automatic learning set to 2 and also set the INS\_TCALn\_TMAX to the target temperature\, then reboot + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | Disabled | | +| +-------+------------------+ | +| | 1 | Enabled | | +| +-------+------------------+ | +| | 2 | LearnCalibration | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + +.. _INS4_TCAL_TMIN: + +INS4\_TCAL\_TMIN: Temperature calibration min +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The minimum temperature that the calibration is valid for + + ++-------------+-----------+-----------------+ +| Calibration | Range | Units | ++=============+===========+=================+ +| 1 | -70 to 80 | degrees Celsius | ++-------------+-----------+-----------------+ + + + + +.. _INS4_TCAL_TMAX: + +INS4\_TCAL\_TMAX: Temperature calibration max +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The maximum temperature that the calibration is valid for\. This must be at least 10 degrees above TMIN for calibration + + ++-------------+-----------+-----------------+ +| Calibration | Range | Units | ++=============+===========+=================+ +| 1 | -70 to 80 | degrees Celsius | ++-------------+-----------+-----------------+ + + + + +.. _INS4_TCAL_ACC1_X: + +INS4\_TCAL\_ACC1\_X: Accelerometer 1st order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS4_TCAL_ACC1_Y: + +INS4\_TCAL\_ACC1\_Y: Accelerometer 1st order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS4_TCAL_ACC1_Z: + +INS4\_TCAL\_ACC1\_Z: Accelerometer 1st order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS4_TCAL_ACC2_X: + +INS4\_TCAL\_ACC2\_X: Accelerometer 2nd order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS4_TCAL_ACC2_Y: + +INS4\_TCAL\_ACC2\_Y: Accelerometer 2nd order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS4_TCAL_ACC2_Z: + +INS4\_TCAL\_ACC2\_Z: Accelerometer 2nd order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS4_TCAL_ACC3_X: + +INS4\_TCAL\_ACC3\_X: Accelerometer 3rd order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS4_TCAL_ACC3_Y: + +INS4\_TCAL\_ACC3\_Y: Accelerometer 3rd order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS4_TCAL_ACC3_Z: + +INS4\_TCAL\_ACC3\_Z: Accelerometer 3rd order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS4_TCAL_GYR1_X: + +INS4\_TCAL\_GYR1\_X: Gyroscope 1st order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS4_TCAL_GYR1_Y: + +INS4\_TCAL\_GYR1\_Y: Gyroscope 1st order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS4_TCAL_GYR1_Z: + +INS4\_TCAL\_GYR1\_Z: Gyroscope 1st order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS4_TCAL_GYR2_X: + +INS4\_TCAL\_GYR2\_X: Gyroscope 2nd order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS4_TCAL_GYR2_Y: + +INS4\_TCAL\_GYR2\_Y: Gyroscope 2nd order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS4_TCAL_GYR2_Z: + +INS4\_TCAL\_GYR2\_Z: Gyroscope 2nd order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS4_TCAL_GYR3_X: + +INS4\_TCAL\_GYR3\_X: Gyroscope 3rd order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS4_TCAL_GYR3_Y: + +INS4\_TCAL\_GYR3\_Y: Gyroscope 3rd order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS4_TCAL_GYR3_Z: + +INS4\_TCAL\_GYR3\_Z: Gyroscope 3rd order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + + +.. _parameters_INS5_: + +INS5\_ Parameters +----------------- + + +.. _INS5_USE: + +INS5\_USE: Use first IMU for attitude\, velocity and position estimates +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Use first IMU for attitude\, velocity and position estimates + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _INS5_ACC_ID: + +INS5\_ACC\_ID: Accelerometer ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer sensor ID\, taking into account its type\, bus and instance + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _INS5_ACCSCAL_X: + +INS5\_ACCSCAL\_X: Accelerometer scaling of X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer scaling of X axis\. Calculated during acceleration calibration routine + + ++-------------+------------+ +| Calibration | Range | ++=============+============+ +| 1 | 0.8 to 1.2 | ++-------------+------------+ + + + + +.. _INS5_ACCSCAL_Y: + +INS5\_ACCSCAL\_Y: Accelerometer scaling of Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer scaling of Y axis Calculated during acceleration calibration routine + + ++-------------+------------+ +| Calibration | Range | ++=============+============+ +| 1 | 0.8 to 1.2 | ++-------------+------------+ + + + + +.. _INS5_ACCSCAL_Z: + +INS5\_ACCSCAL\_Z: Accelerometer scaling of Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer scaling of Z axis Calculated during acceleration calibration routine + + ++-------------+------------+ +| Calibration | Range | ++=============+============+ +| 1 | 0.8 to 1.2 | ++-------------+------------+ + + + + +.. _INS5_ACCOFFS_X: + +INS5\_ACCOFFS\_X: Accelerometer offsets of X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer offsets of X axis\. This is setup using the acceleration calibration or level operations + + ++-------------+-------------+--------------------------+ +| Calibration | Range | Units | ++=============+=============+==========================+ +| 1 | -3.5 to 3.5 | meters per square second | ++-------------+-------------+--------------------------+ + + + + +.. _INS5_ACCOFFS_Y: + +INS5\_ACCOFFS\_Y: Accelerometer offsets of Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer offsets of Y axis\. This is setup using the acceleration calibration or level operations + + ++-------------+-------------+--------------------------+ +| Calibration | Range | Units | ++=============+=============+==========================+ +| 1 | -3.5 to 3.5 | meters per square second | ++-------------+-------------+--------------------------+ + + + + +.. _INS5_ACCOFFS_Z: + +INS5\_ACCOFFS\_Z: Accelerometer offsets of Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer offsets of Z axis\. This is setup using the acceleration calibration or level operations + + ++-------------+-------------+--------------------------+ +| Calibration | Range | Units | ++=============+=============+==========================+ +| 1 | -3.5 to 3.5 | meters per square second | ++-------------+-------------+--------------------------+ + + + + +.. _INS5_POS_X: + +INS5\_POS\_X: IMU accelerometer X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +X position of the first IMU Accelerometer in body frame\. Positive X is forward of the origin\. Attention\: The IMU should be located as close to the vehicle c\.g\. as practical so that the value of this parameter is minimised\. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise\. If the IMU cannot be moved and velocity noise is a problem\, a location closer to the IMU can be used as the body frame origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _INS5_POS_Y: + +INS5\_POS\_Y: IMU accelerometer Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Y position of the first IMU accelerometer in body frame\. Positive Y is to the right of the origin\. Attention\: The IMU should be located as close to the vehicle c\.g\. as practical so that the value of this parameter is minimised\. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise\. If the IMU cannot be moved and velocity noise is a problem\, a location closer to the IMU can be used as the body frame origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _INS5_POS_Z: + +INS5\_POS\_Z: IMU accelerometer Z position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Z position of the first IMU accelerometer in body frame\. Positive Z is down from the origin\. Attention\: The IMU should be located as close to the vehicle c\.g\. as practical so that the value of this parameter is minimised\. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise\. If the IMU cannot be moved and velocity noise is a problem\, a location closer to the IMU can be used as the body frame origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _INS5_ACC_CALTEMP: + +INS5\_ACC\_CALTEMP: Calibration temperature for accelerometer +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Temperature that the accelerometer was calibrated at + + ++-------------+-----------------+ +| Calibration | Units | ++=============+=================+ +| 1 | degrees Celsius | ++-------------+-----------------+ + + + + +.. _INS5_GYR_ID: + +INS5\_GYR\_ID: Gyro ID +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Gyro sensor ID\, taking into account its type\, bus and instance + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _INS5_GYROFFS_X: + +INS5\_GYROFFS\_X: Gyro offsets of X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Gyro sensor offsets of X axis\. This is setup on each boot during gyro calibrations + + ++-------------+--------------------+ +| Calibration | Units | ++=============+====================+ +| 1 | radians per second | ++-------------+--------------------+ + + + + +.. _INS5_GYROFFS_Y: + +INS5\_GYROFFS\_Y: Gyro offsets of Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Gyro sensor offsets of Y axis\. This is setup on each boot during gyro calibrations + + ++-------------+--------------------+ +| Calibration | Units | ++=============+====================+ +| 1 | radians per second | ++-------------+--------------------+ + + + + +.. _INS5_GYROFFS_Z: + +INS5\_GYROFFS\_Z: Gyro offsets of Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Gyro sensor offsets of Z axis\. This is setup on each boot during gyro calibrations + + ++-------------+--------------------+ +| Calibration | Units | ++=============+====================+ +| 1 | radians per second | ++-------------+--------------------+ + + + + +.. _INS5_GYR_CALTEMP: + +INS5\_GYR\_CALTEMP: Calibration temperature for gyroscope +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Temperature that the gyroscope was calibrated at + + ++-------------+-----------------+ +| Calibration | Units | ++=============+=================+ +| 1 | degrees Celsius | ++-------------+-----------------+ + + + + + +.. _parameters_INS5_TCAL_: + +INS5\_TCAL\_ Parameters +----------------------- + + +.. _INS5_TCAL_ENABLE: + +INS5\_TCAL\_ENABLE: Enable temperature calibration +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Enable the use of temperature calibration parameters for this IMU\. For automatic learning set to 2 and also set the INS\_TCALn\_TMAX to the target temperature\, then reboot + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | Disabled | | +| +-------+------------------+ | +| | 1 | Enabled | | +| +-------+------------------+ | +| | 2 | LearnCalibration | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + +.. _INS5_TCAL_TMIN: + +INS5\_TCAL\_TMIN: Temperature calibration min +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The minimum temperature that the calibration is valid for + + ++-------------+-----------+-----------------+ +| Calibration | Range | Units | ++=============+===========+=================+ +| 1 | -70 to 80 | degrees Celsius | ++-------------+-----------+-----------------+ + + + + +.. _INS5_TCAL_TMAX: + +INS5\_TCAL\_TMAX: Temperature calibration max +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The maximum temperature that the calibration is valid for\. This must be at least 10 degrees above TMIN for calibration + + ++-------------+-----------+-----------------+ +| Calibration | Range | Units | ++=============+===========+=================+ +| 1 | -70 to 80 | degrees Celsius | ++-------------+-----------+-----------------+ + + + + +.. _INS5_TCAL_ACC1_X: + +INS5\_TCAL\_ACC1\_X: Accelerometer 1st order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS5_TCAL_ACC1_Y: + +INS5\_TCAL\_ACC1\_Y: Accelerometer 1st order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS5_TCAL_ACC1_Z: + +INS5\_TCAL\_ACC1\_Z: Accelerometer 1st order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS5_TCAL_ACC2_X: + +INS5\_TCAL\_ACC2\_X: Accelerometer 2nd order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS5_TCAL_ACC2_Y: + +INS5\_TCAL\_ACC2\_Y: Accelerometer 2nd order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS5_TCAL_ACC2_Z: + +INS5\_TCAL\_ACC2\_Z: Accelerometer 2nd order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS5_TCAL_ACC3_X: + +INS5\_TCAL\_ACC3\_X: Accelerometer 3rd order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS5_TCAL_ACC3_Y: + +INS5\_TCAL\_ACC3\_Y: Accelerometer 3rd order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS5_TCAL_ACC3_Z: + +INS5\_TCAL\_ACC3\_Z: Accelerometer 3rd order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS5_TCAL_GYR1_X: + +INS5\_TCAL\_GYR1\_X: Gyroscope 1st order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS5_TCAL_GYR1_Y: + +INS5\_TCAL\_GYR1\_Y: Gyroscope 1st order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS5_TCAL_GYR1_Z: + +INS5\_TCAL\_GYR1\_Z: Gyroscope 1st order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS5_TCAL_GYR2_X: + +INS5\_TCAL\_GYR2\_X: Gyroscope 2nd order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS5_TCAL_GYR2_Y: + +INS5\_TCAL\_GYR2\_Y: Gyroscope 2nd order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS5_TCAL_GYR2_Z: + +INS5\_TCAL\_GYR2\_Z: Gyroscope 2nd order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS5_TCAL_GYR3_X: + +INS5\_TCAL\_GYR3\_X: Gyroscope 3rd order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS5_TCAL_GYR3_Y: + +INS5\_TCAL\_GYR3\_Y: Gyroscope 3rd order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS5_TCAL_GYR3_Z: + +INS5\_TCAL\_GYR3\_Z: Gyroscope 3rd order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + + +.. _parameters_INS_HNTC2_: + +INS\_HNTC2\_ Parameters +----------------------- + + +.. _INS_HNTC2_ENABLE: + +INS\_HNTC2\_ENABLE: Harmonic Notch Filter enable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Harmonic Notch Filter enable + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _INS_HNTC2_FREQ: + +INS\_HNTC2\_FREQ: Harmonic Notch Filter base frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Harmonic Notch Filter base center frequency in Hz\. This is the center frequency for static notches\, the center frequency for Throttle based notches at the reference thrust value\, and the minimum limit of center frequency variation for all other notch types\. This should always be set lower than half the backend gyro rate \(which is typically 1Khz\)\. + + ++-----------+-------+ +| Range | Units | ++===========+=======+ +| 10 to 495 | hertz | ++-----------+-------+ + + + + +.. _INS_HNTC2_BW: + +INS\_HNTC2\_BW: Harmonic Notch Filter bandwidth +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Harmonic Notch Filter bandwidth in Hz\. This is typically set to half the base frequency\. The ratio of base frequency to bandwidth determines the notch quality factor and is fixed across harmonics\. + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 5 to 250 | hertz | ++----------+-------+ + + + + +.. _INS_HNTC2_ATT: + +INS\_HNTC2\_ATT: Harmonic Notch Filter attenuation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Harmonic Notch Filter attenuation in dB\. Values greater than 40dB will typically produce a hard notch rather than a modest attenuation of motor noise\. + + ++---------+---------+ +| Range | Units | ++=========+=========+ +| 5 to 50 | decibel | ++---------+---------+ + + + + +.. _INS_HNTC2_HMNCS: + +INS\_HNTC2\_HMNCS: Harmonic Notch Filter harmonics +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Bitmask of harmonic frequencies to apply Harmonic Notch Filter to\. This option takes effect on the next reboot\. A value of 0 disables this filter\. The first harmonic refers to the base frequency\. + + ++-------------------------+ +| Bitmask | ++=========================+ +| +-----+---------------+ | +| | Bit | Meaning | | +| +=====+===============+ | +| | 0 | 1st harmonic | | +| +-----+---------------+ | +| | 1 | 2nd harmonic | | +| +-----+---------------+ | +| | 2 | 3rd harmonic | | +| +-----+---------------+ | +| | 3 | 4th harmonic | | +| +-----+---------------+ | +| | 4 | 5th harmonic | | +| +-----+---------------+ | +| | 5 | 6th harmonic | | +| +-----+---------------+ | +| | 6 | 7th harmonic | | +| +-----+---------------+ | +| | 7 | 8th harmonic | | +| +-----+---------------+ | +| | 8 | 9th harmonic | | +| +-----+---------------+ | +| | 9 | 10th harmonic | | +| +-----+---------------+ | +| | 10 | 11th harmonic | | +| +-----+---------------+ | +| | 11 | 12th harmonic | | +| +-----+---------------+ | +| | 12 | 13th harmonic | | +| +-----+---------------+ | +| | 13 | 14th harmonic | | +| +-----+---------------+ | +| | 14 | 15th harmonic | | +| +-----+---------------+ | +| | 15 | 16th harmonic | | +| +-----+---------------+ | +| | ++-------------------------+ + + + + +.. _INS_HNTC2_REF: + +INS\_HNTC2\_REF: Harmonic Notch Filter reference value +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +A reference value of zero disables dynamic updates on the Harmonic Notch Filter and a positive value enables dynamic updates on the Harmonic Notch Filter\. For throttle\-based scaling\, this parameter is the reference value associated with the specified frequency to facilitate frequency scaling of the Harmonic Notch Filter\. For RPM and ESC telemetry based tracking\, this parameter is set to 1 to enable the Harmonic Notch Filter using the RPM sensor or ESC telemetry set to measure rotor speed\. The sensor data is converted to Hz automatically for use in the Harmonic Notch Filter\. This reference value may also be used to scale the sensor data\, if required\. For example\, rpm sensor data is required to measure heli motor RPM\. Therefore the reference value can be used to scale the RPM sensor to the rotor RPM\. + + ++------------+ +| Range | ++============+ +| 0.0 to 1.0 | ++------------+ + + + + +.. _INS_HNTC2_MODE: + +INS\_HNTC2\_MODE: Harmonic Notch Filter dynamic frequency tracking mode +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Harmonic Notch Filter dynamic frequency tracking mode\. Dynamic updates can be throttle\, RPM sensor\, ESC telemetry or dynamic FFT based\. Throttle\-based updates should only be used with multicopters\. + + ++--------+-------------------------------+ +| Range | Values | ++========+===============================+ +| 0 to 5 | +-------+-------------------+ | +| | | Value | Meaning | | +| | +=======+===================+ | +| | | 0 | Fixed | | +| | +-------+-------------------+ | +| | | 1 | Throttle | | +| | +-------+-------------------+ | +| | | 2 | RPM Sensor | | +| | +-------+-------------------+ | +| | | 3 | ESC Telemetry | | +| | +-------+-------------------+ | +| | | 4 | Dynamic FFT | | +| | +-------+-------------------+ | +| | | 5 | Second RPM Sensor | | +| | +-------+-------------------+ | +| | | ++--------+-------------------------------+ + + + + +.. _INS_HNTC2_OPTS: + +INS\_HNTC2\_OPTS: Harmonic Notch Filter options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Harmonic Notch Filter options\. Triple and double\-notches can provide deeper attenuation across a wider bandwidth with reduced latency than single notches and are suitable for larger aircraft\. Multi\-Source attaches a harmonic notch to each detected noise frequency instead of simply being multiples of the base frequency\, in the case of FFT it will attach notches to each of three detected noise peaks\, in the case of ESC it will attach notches to each of four motor RPM values\. Loop rate update changes the notch center frequency at the scheduler loop rate rather than at the default of 200Hz\. If both double and triple notches are specified only double notches will take effect\. + + ++-------------------------------+ +| Bitmask | ++===============================+ +| +-----+---------------------+ | +| | Bit | Meaning | | +| +=====+=====================+ | +| | 0 | Double notch | | +| +-----+---------------------+ | +| | 1 | Multi-Source | | +| +-----+---------------------+ | +| | 2 | Update at loop rate | | +| +-----+---------------------+ | +| | 3 | EnableOnAllIMUs | | +| +-----+---------------------+ | +| | 4 | Triple notch | | +| +-----+---------------------+ | +| | ++-------------------------------+ + + + + +.. _INS_HNTC2_FM_RAT: + +INS\_HNTC2\_FM\_RAT: Throttle notch min freqency ratio +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The minimum ratio below the configured frequency to take throttle based notch filters when flying at a throttle level below the reference throttle\. Note that lower frequency notch filters will have more phase lag\. If you want throttle based notch filtering to be effective at a throttle up to 30\% below the configured notch frequency then set this parameter to 0\.7\. The default of 1\.0 means the notch will not go below the frequency in the FREQ parameter\. + + ++------------+ +| Range | ++============+ +| 0.1 to 1.0 | ++------------+ + + + + + +.. _parameters_INS_HNTCH_: + +INS\_HNTCH\_ Parameters +----------------------- + + +.. _INS_HNTCH_ENABLE: + +INS\_HNTCH\_ENABLE: Harmonic Notch Filter enable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Harmonic Notch Filter enable + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _INS_HNTCH_FREQ: + +INS\_HNTCH\_FREQ: Harmonic Notch Filter base frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Harmonic Notch Filter base center frequency in Hz\. This is the center frequency for static notches\, the center frequency for Throttle based notches at the reference thrust value\, and the minimum limit of center frequency variation for all other notch types\. This should always be set lower than half the backend gyro rate \(which is typically 1Khz\)\. + + ++-----------+-------+ +| Range | Units | ++===========+=======+ +| 10 to 495 | hertz | ++-----------+-------+ + + + + +.. _INS_HNTCH_BW: + +INS\_HNTCH\_BW: Harmonic Notch Filter bandwidth +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Harmonic Notch Filter bandwidth in Hz\. This is typically set to half the base frequency\. The ratio of base frequency to bandwidth determines the notch quality factor and is fixed across harmonics\. + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 5 to 250 | hertz | ++----------+-------+ + + + + +.. _INS_HNTCH_ATT: + +INS\_HNTCH\_ATT: Harmonic Notch Filter attenuation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Harmonic Notch Filter attenuation in dB\. Values greater than 40dB will typically produce a hard notch rather than a modest attenuation of motor noise\. + + ++---------+---------+ +| Range | Units | ++=========+=========+ +| 5 to 50 | decibel | ++---------+---------+ + + + + +.. _INS_HNTCH_HMNCS: + +INS\_HNTCH\_HMNCS: Harmonic Notch Filter harmonics +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Bitmask of harmonic frequencies to apply Harmonic Notch Filter to\. This option takes effect on the next reboot\. A value of 0 disables this filter\. The first harmonic refers to the base frequency\. + + ++-------------------------+ +| Bitmask | ++=========================+ +| +-----+---------------+ | +| | Bit | Meaning | | +| +=====+===============+ | +| | 0 | 1st harmonic | | +| +-----+---------------+ | +| | 1 | 2nd harmonic | | +| +-----+---------------+ | +| | 2 | 3rd harmonic | | +| +-----+---------------+ | +| | 3 | 4th harmonic | | +| +-----+---------------+ | +| | 4 | 5th harmonic | | +| +-----+---------------+ | +| | 5 | 6th harmonic | | +| +-----+---------------+ | +| | 6 | 7th harmonic | | +| +-----+---------------+ | +| | 7 | 8th harmonic | | +| +-----+---------------+ | +| | 8 | 9th harmonic | | +| +-----+---------------+ | +| | 9 | 10th harmonic | | +| +-----+---------------+ | +| | 10 | 11th harmonic | | +| +-----+---------------+ | +| | 11 | 12th harmonic | | +| +-----+---------------+ | +| | 12 | 13th harmonic | | +| +-----+---------------+ | +| | 13 | 14th harmonic | | +| +-----+---------------+ | +| | 14 | 15th harmonic | | +| +-----+---------------+ | +| | 15 | 16th harmonic | | +| +-----+---------------+ | +| | ++-------------------------+ + + + + +.. _INS_HNTCH_REF: + +INS\_HNTCH\_REF: Harmonic Notch Filter reference value +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +A reference value of zero disables dynamic updates on the Harmonic Notch Filter and a positive value enables dynamic updates on the Harmonic Notch Filter\. For throttle\-based scaling\, this parameter is the reference value associated with the specified frequency to facilitate frequency scaling of the Harmonic Notch Filter\. For RPM and ESC telemetry based tracking\, this parameter is set to 1 to enable the Harmonic Notch Filter using the RPM sensor or ESC telemetry set to measure rotor speed\. The sensor data is converted to Hz automatically for use in the Harmonic Notch Filter\. This reference value may also be used to scale the sensor data\, if required\. For example\, rpm sensor data is required to measure heli motor RPM\. Therefore the reference value can be used to scale the RPM sensor to the rotor RPM\. + + ++------------+ +| Range | ++============+ +| 0.0 to 1.0 | ++------------+ + + + + +.. _INS_HNTCH_MODE: + +INS\_HNTCH\_MODE: Harmonic Notch Filter dynamic frequency tracking mode +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Harmonic Notch Filter dynamic frequency tracking mode\. Dynamic updates can be throttle\, RPM sensor\, ESC telemetry or dynamic FFT based\. Throttle\-based updates should only be used with multicopters\. + + ++--------+-------------------------------+ +| Range | Values | ++========+===============================+ +| 0 to 5 | +-------+-------------------+ | +| | | Value | Meaning | | +| | +=======+===================+ | +| | | 0 | Fixed | | +| | +-------+-------------------+ | +| | | 1 | Throttle | | +| | +-------+-------------------+ | +| | | 2 | RPM Sensor | | +| | +-------+-------------------+ | +| | | 3 | ESC Telemetry | | +| | +-------+-------------------+ | +| | | 4 | Dynamic FFT | | +| | +-------+-------------------+ | +| | | 5 | Second RPM Sensor | | +| | +-------+-------------------+ | +| | | ++--------+-------------------------------+ + + + + +.. _INS_HNTCH_OPTS: + +INS\_HNTCH\_OPTS: Harmonic Notch Filter options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Harmonic Notch Filter options\. Triple and double\-notches can provide deeper attenuation across a wider bandwidth with reduced latency than single notches and are suitable for larger aircraft\. Multi\-Source attaches a harmonic notch to each detected noise frequency instead of simply being multiples of the base frequency\, in the case of FFT it will attach notches to each of three detected noise peaks\, in the case of ESC it will attach notches to each of four motor RPM values\. Loop rate update changes the notch center frequency at the scheduler loop rate rather than at the default of 200Hz\. If both double and triple notches are specified only double notches will take effect\. + + ++-------------------------------+ +| Bitmask | ++===============================+ +| +-----+---------------------+ | +| | Bit | Meaning | | +| +=====+=====================+ | +| | 0 | Double notch | | +| +-----+---------------------+ | +| | 1 | Multi-Source | | +| +-----+---------------------+ | +| | 2 | Update at loop rate | | +| +-----+---------------------+ | +| | 3 | EnableOnAllIMUs | | +| +-----+---------------------+ | +| | 4 | Triple notch | | +| +-----+---------------------+ | +| | ++-------------------------------+ + + + + +.. _INS_HNTCH_FM_RAT: + +INS\_HNTCH\_FM\_RAT: Throttle notch min freqency ratio +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The minimum ratio below the configured frequency to take throttle based notch filters when flying at a throttle level below the reference throttle\. Note that lower frequency notch filters will have more phase lag\. If you want throttle based notch filtering to be effective at a throttle up to 30\% below the configured notch frequency then set this parameter to 0\.7\. The default of 1\.0 means the notch will not go below the frequency in the FREQ parameter\. + + ++------------+ +| Range | ++============+ +| 0.1 to 1.0 | ++------------+ + + + + + +.. _parameters_INS_LOG_: + +INS\_LOG\_ Parameters +--------------------- + + +.. _INS_LOG_BAT_CNT: + +INS\_LOG\_BAT\_CNT: sample count per batch +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Number of samples to take when logging streams of IMU sensor readings\. Will be rounded down to a multiple of 32\. This option takes effect on the next reboot\. + + ++-----------+ +| Increment | ++===========+ +| 32 | ++-----------+ + + + + +.. _INS_LOG_BAT_MASK: + +INS\_LOG\_BAT\_MASK: Sensor Bitmask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Bitmap of which IMUs to log batch data for\. This option takes effect on the next reboot\. + + ++-------------------+ +| Bitmask | ++===================+ +| +-----+---------+ | +| | Bit | Meaning | | +| +=====+=========+ | +| | 0 | IMU1 | | +| +-----+---------+ | +| | 1 | IMU2 | | +| +-----+---------+ | +| | 2 | IMU3 | | +| +-----+---------+ | +| | ++-------------------+ + + + + +.. _INS_LOG_BAT_OPT: + +INS\_LOG\_BAT\_OPT: Batch Logging Options Mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Options for the BatchSampler\. + + ++-----------------------------------------------------------------------+ +| Bitmask | ++=======================================================================+ +| +-----+-------------------------------------------------------------+ | +| | Bit | Meaning | | +| +=====+=============================================================+ | +| | 0 | Sensor-Rate Logging (sample at full sensor rate seen by AP) | | +| +-----+-------------------------------------------------------------+ | +| | 1 | Sample post-filtering | | +| +-----+-------------------------------------------------------------+ | +| | 2 | Sample pre- and post-filter | | +| +-----+-------------------------------------------------------------+ | +| | ++-----------------------------------------------------------------------+ + + + + +.. _INS_LOG_BAT_LGIN: + +INS\_LOG\_BAT\_LGIN: logging interval +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Interval between pushing samples to the AP\_Logger log + + ++-----------+--------------+ +| Increment | Units | ++===========+==============+ +| 10 | milliseconds | ++-----------+--------------+ + + + + +.. _INS_LOG_BAT_LGCT: + +INS\_LOG\_BAT\_LGCT: logging count +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of samples to push to count every INS\_LOG\_BAT\_LGIN + + ++-----------+ +| Increment | ++===========+ +| 1 | ++-----------+ + + + + + +.. _parameters_INS_TCAL1_: + +INS\_TCAL1\_ Parameters +----------------------- + + +.. _INS_TCAL1_ENABLE: + +INS\_TCAL1\_ENABLE: Enable temperature calibration +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Enable the use of temperature calibration parameters for this IMU\. For automatic learning set to 2 and also set the INS\_TCALn\_TMAX to the target temperature\, then reboot + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | Disabled | | +| +-------+------------------+ | +| | 1 | Enabled | | +| +-------+------------------+ | +| | 2 | LearnCalibration | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + +.. _INS_TCAL1_TMIN: + +INS\_TCAL1\_TMIN: Temperature calibration min +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The minimum temperature that the calibration is valid for + + ++-------------+-----------+-----------------+ +| Calibration | Range | Units | ++=============+===========+=================+ +| 1 | -70 to 80 | degrees Celsius | ++-------------+-----------+-----------------+ + + + + +.. _INS_TCAL1_TMAX: + +INS\_TCAL1\_TMAX: Temperature calibration max +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The maximum temperature that the calibration is valid for\. This must be at least 10 degrees above TMIN for calibration + + ++-------------+-----------+-----------------+ +| Calibration | Range | Units | ++=============+===========+=================+ +| 1 | -70 to 80 | degrees Celsius | ++-------------+-----------+-----------------+ + + + + +.. _INS_TCAL1_ACC1_X: + +INS\_TCAL1\_ACC1\_X: Accelerometer 1st order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL1_ACC1_Y: + +INS\_TCAL1\_ACC1\_Y: Accelerometer 1st order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL1_ACC1_Z: + +INS\_TCAL1\_ACC1\_Z: Accelerometer 1st order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL1_ACC2_X: + +INS\_TCAL1\_ACC2\_X: Accelerometer 2nd order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL1_ACC2_Y: + +INS\_TCAL1\_ACC2\_Y: Accelerometer 2nd order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL1_ACC2_Z: + +INS\_TCAL1\_ACC2\_Z: Accelerometer 2nd order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL1_ACC3_X: + +INS\_TCAL1\_ACC3\_X: Accelerometer 3rd order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL1_ACC3_Y: + +INS\_TCAL1\_ACC3\_Y: Accelerometer 3rd order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL1_ACC3_Z: + +INS\_TCAL1\_ACC3\_Z: Accelerometer 3rd order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL1_GYR1_X: + +INS\_TCAL1\_GYR1\_X: Gyroscope 1st order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL1_GYR1_Y: + +INS\_TCAL1\_GYR1\_Y: Gyroscope 1st order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL1_GYR1_Z: + +INS\_TCAL1\_GYR1\_Z: Gyroscope 1st order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL1_GYR2_X: + +INS\_TCAL1\_GYR2\_X: Gyroscope 2nd order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL1_GYR2_Y: + +INS\_TCAL1\_GYR2\_Y: Gyroscope 2nd order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL1_GYR2_Z: + +INS\_TCAL1\_GYR2\_Z: Gyroscope 2nd order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL1_GYR3_X: + +INS\_TCAL1\_GYR3\_X: Gyroscope 3rd order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL1_GYR3_Y: + +INS\_TCAL1\_GYR3\_Y: Gyroscope 3rd order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL1_GYR3_Z: + +INS\_TCAL1\_GYR3\_Z: Gyroscope 3rd order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + + +.. _parameters_INS_TCAL2_: + +INS\_TCAL2\_ Parameters +----------------------- + + +.. _INS_TCAL2_ENABLE: + +INS\_TCAL2\_ENABLE: Enable temperature calibration +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Enable the use of temperature calibration parameters for this IMU\. For automatic learning set to 2 and also set the INS\_TCALn\_TMAX to the target temperature\, then reboot + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | Disabled | | +| +-------+------------------+ | +| | 1 | Enabled | | +| +-------+------------------+ | +| | 2 | LearnCalibration | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + +.. _INS_TCAL2_TMIN: + +INS\_TCAL2\_TMIN: Temperature calibration min +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The minimum temperature that the calibration is valid for + + ++-------------+-----------+-----------------+ +| Calibration | Range | Units | ++=============+===========+=================+ +| 1 | -70 to 80 | degrees Celsius | ++-------------+-----------+-----------------+ + + + + +.. _INS_TCAL2_TMAX: + +INS\_TCAL2\_TMAX: Temperature calibration max +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The maximum temperature that the calibration is valid for\. This must be at least 10 degrees above TMIN for calibration + + ++-------------+-----------+-----------------+ +| Calibration | Range | Units | ++=============+===========+=================+ +| 1 | -70 to 80 | degrees Celsius | ++-------------+-----------+-----------------+ + + + + +.. _INS_TCAL2_ACC1_X: + +INS\_TCAL2\_ACC1\_X: Accelerometer 1st order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL2_ACC1_Y: + +INS\_TCAL2\_ACC1\_Y: Accelerometer 1st order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL2_ACC1_Z: + +INS\_TCAL2\_ACC1\_Z: Accelerometer 1st order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL2_ACC2_X: + +INS\_TCAL2\_ACC2\_X: Accelerometer 2nd order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL2_ACC2_Y: + +INS\_TCAL2\_ACC2\_Y: Accelerometer 2nd order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL2_ACC2_Z: + +INS\_TCAL2\_ACC2\_Z: Accelerometer 2nd order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL2_ACC3_X: + +INS\_TCAL2\_ACC3\_X: Accelerometer 3rd order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL2_ACC3_Y: + +INS\_TCAL2\_ACC3\_Y: Accelerometer 3rd order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL2_ACC3_Z: + +INS\_TCAL2\_ACC3\_Z: Accelerometer 3rd order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL2_GYR1_X: + +INS\_TCAL2\_GYR1\_X: Gyroscope 1st order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL2_GYR1_Y: + +INS\_TCAL2\_GYR1\_Y: Gyroscope 1st order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL2_GYR1_Z: + +INS\_TCAL2\_GYR1\_Z: Gyroscope 1st order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL2_GYR2_X: + +INS\_TCAL2\_GYR2\_X: Gyroscope 2nd order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL2_GYR2_Y: + +INS\_TCAL2\_GYR2\_Y: Gyroscope 2nd order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL2_GYR2_Z: + +INS\_TCAL2\_GYR2\_Z: Gyroscope 2nd order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL2_GYR3_X: + +INS\_TCAL2\_GYR3\_X: Gyroscope 3rd order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL2_GYR3_Y: + +INS\_TCAL2\_GYR3\_Y: Gyroscope 3rd order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL2_GYR3_Z: + +INS\_TCAL2\_GYR3\_Z: Gyroscope 3rd order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + + +.. _parameters_INS_TCAL3_: + +INS\_TCAL3\_ Parameters +----------------------- + + +.. _INS_TCAL3_ENABLE: + +INS\_TCAL3\_ENABLE: Enable temperature calibration +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Enable the use of temperature calibration parameters for this IMU\. For automatic learning set to 2 and also set the INS\_TCALn\_TMAX to the target temperature\, then reboot + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | Disabled | | +| +-------+------------------+ | +| | 1 | Enabled | | +| +-------+------------------+ | +| | 2 | LearnCalibration | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + +.. _INS_TCAL3_TMIN: + +INS\_TCAL3\_TMIN: Temperature calibration min +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The minimum temperature that the calibration is valid for + + ++-------------+-----------+-----------------+ +| Calibration | Range | Units | ++=============+===========+=================+ +| 1 | -70 to 80 | degrees Celsius | ++-------------+-----------+-----------------+ + + + + +.. _INS_TCAL3_TMAX: + +INS\_TCAL3\_TMAX: Temperature calibration max +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The maximum temperature that the calibration is valid for\. This must be at least 10 degrees above TMIN for calibration + + ++-------------+-----------+-----------------+ +| Calibration | Range | Units | ++=============+===========+=================+ +| 1 | -70 to 80 | degrees Celsius | ++-------------+-----------+-----------------+ + + + + +.. _INS_TCAL3_ACC1_X: + +INS\_TCAL3\_ACC1\_X: Accelerometer 1st order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL3_ACC1_Y: + +INS\_TCAL3\_ACC1\_Y: Accelerometer 1st order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL3_ACC1_Z: + +INS\_TCAL3\_ACC1\_Z: Accelerometer 1st order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL3_ACC2_X: + +INS\_TCAL3\_ACC2\_X: Accelerometer 2nd order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL3_ACC2_Y: + +INS\_TCAL3\_ACC2\_Y: Accelerometer 2nd order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL3_ACC2_Z: + +INS\_TCAL3\_ACC2\_Z: Accelerometer 2nd order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL3_ACC3_X: + +INS\_TCAL3\_ACC3\_X: Accelerometer 3rd order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL3_ACC3_Y: + +INS\_TCAL3\_ACC3\_Y: Accelerometer 3rd order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL3_ACC3_Z: + +INS\_TCAL3\_ACC3\_Z: Accelerometer 3rd order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL3_GYR1_X: + +INS\_TCAL3\_GYR1\_X: Gyroscope 1st order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL3_GYR1_Y: + +INS\_TCAL3\_GYR1\_Y: Gyroscope 1st order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL3_GYR1_Z: + +INS\_TCAL3\_GYR1\_Z: Gyroscope 1st order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL3_GYR2_X: + +INS\_TCAL3\_GYR2\_X: Gyroscope 2nd order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL3_GYR2_Y: + +INS\_TCAL3\_GYR2\_Y: Gyroscope 2nd order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL3_GYR2_Z: + +INS\_TCAL3\_GYR2\_Z: Gyroscope 2nd order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL3_GYR3_X: + +INS\_TCAL3\_GYR3\_X: Gyroscope 3rd order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL3_GYR3_Y: + +INS\_TCAL3\_GYR3\_Y: Gyroscope 3rd order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL3_GYR3_Z: + +INS\_TCAL3\_GYR3\_Z: Gyroscope 3rd order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + + +.. _parameters_KDE_: + +KDE\_ Parameters +---------------- + + +.. _KDE_NPOLE: + +KDE\_NPOLE: Number of motor poles +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sets the number of motor poles to calculate the correct RPM value + + + +.. _parameters_LOG: + +LOG Parameters +-------------- + + +.. _LOG_BACKEND_TYPE: + +LOG\_BACKEND\_TYPE: AP\_Logger Backend Storage type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Bitmap of what Logger backend types to enable\. Block\-based logging is available on SITL and boards with dataflash chips\. Multiple backends can be selected\. + + ++-------------------+ +| Bitmask | ++===================+ +| +-----+---------+ | +| | Bit | Meaning | | +| +=====+=========+ | +| | 0 | File | | +| +-----+---------+ | +| | 1 | MAVLink | | +| +-----+---------+ | +| | 2 | Block | | +| +-----+---------+ | +| | ++-------------------+ + + + + +.. _LOG_FILE_BUFSIZE: + +LOG\_FILE\_BUFSIZE: Maximum AP\_Logger File and Block Backend buffer size \(in kilobytes\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The File and Block backends use a buffer to store data before writing to the block device\. Raising this value may reduce \"gaps\" in your SD card logging\. This buffer size may be reduced depending on available memory\. PixHawk requires at least 4 kilobytes\. Maximum value available here is 64 kilobytes\. + + +.. _LOG_DISARMED: + +LOG\_DISARMED: Enable logging while disarmed +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +If LOG\_DISARMED is set to 1 then logging will be enabled at all times including when disarmed\. Logging before arming can make for very large logfiles but can help a lot when tracking down startup issues and is necessary if logging of EKF replay data is selected via the LOG\_REPLAY parameter\. If LOG\_DISARMED is set to 2\, then logging will be enabled when disarmed\, but not if a USB connection is detected\. This can be used to prevent unwanted data logs being generated when the vehicle is connected via USB for log downloading or parameter changes\. If LOG\_DISARMED is set to 3 then logging will happen while disarmed\, but if the vehicle never arms then the logs using the filesystem backend will be discarded on the next boot\. + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | 0 | Disabled | | +| +-------+--------------------------------------+ | +| | 1 | Enabled | | +| +-------+--------------------------------------+ | +| | 2 | Disabled on USB connection | | +| +-------+--------------------------------------+ | +| | 3 | Discard log on reboot if never armed | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _LOG_REPLAY: + +LOG\_REPLAY: Enable logging of information needed for Replay +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +If LOG\_REPLAY is set to 1 then the EKF2 and EKF3 state estimators will log detailed information needed for diagnosing problems with the Kalman filter\. LOG\_DISARMED must be set to 1 or 2 or else the log will not contain the pre\-flight data required for replay testing of the EKF\'s\. It is suggested that you also raise LOG\_FILE\_BUFSIZE to give more buffer space for logging and use a high quality microSD card to ensure no sensor data is lost\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _LOG_FILE_DSRMROT: + +LOG\_FILE\_DSRMROT: Stop logging to current file on disarm +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +When set\, the current log file is closed when the vehicle is disarmed\. If LOG\_DISARMED is set then a fresh log will be opened\. Applies to the File and Block logging backends\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _LOG_MAV_BUFSIZE: + +LOG\_MAV\_BUFSIZE: Maximum AP\_Logger MAVLink Backend buffer size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum amount of memory to allocate to AP\_Logger\-over\-mavlink + + ++-----------+ +| Units | ++===========+ +| kilobytes | ++-----------+ + + + + +.. _LOG_FILE_TIMEOUT: + +LOG\_FILE\_TIMEOUT: Timeout before giving up on file writes +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This controls the amount of time before failing writes to a log file cause the file to be closed and logging stopped\. + + ++---------+ +| Units | ++=========+ +| seconds | ++---------+ + + + + +.. _LOG_FILE_MB_FREE: + +LOG\_FILE\_MB\_FREE: Old logs on the SD card will be deleted to maintain this amount of free space +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Set this such that the free space is larger than your largest typical flight log + + ++------------+----------+ +| Range | Units | ++============+==========+ +| 10 to 1000 | megabyte | ++------------+----------+ + + + + +.. _LOG_FILE_RATEMAX: + +LOG\_FILE\_RATEMAX: Maximum logging rate for file backend +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the maximum rate that streaming log messages will be logged to the file backend\. A value of zero means that rate limiting is disabled\. + + ++-----------+-----------+-------+ +| Increment | Range | Units | ++===========+===========+=======+ +| 0.1 | 0 to 1000 | hertz | ++-----------+-----------+-------+ + + + + +.. _LOG_MAV_RATEMAX: + +LOG\_MAV\_RATEMAX: Maximum logging rate for mavlink backend +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the maximum rate that streaming log messages will be logged to the mavlink backend\. A value of zero means that rate limiting is disabled\. + + ++-----------+-----------+-------+ +| Increment | Range | Units | ++===========+===========+=======+ +| 0.1 | 0 to 1000 | hertz | ++-----------+-----------+-------+ + + + + +.. _LOG_BLK_RATEMAX: + +LOG\_BLK\_RATEMAX: Maximum logging rate for block backend +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the maximum rate that streaming log messages will be logged to the block backend\. A value of zero means that rate limiting is disabled\. + + ++-----------+-----------+-------+ +| Increment | Range | Units | ++===========+===========+=======+ +| 0.1 | 0 to 1000 | hertz | ++-----------+-----------+-------+ + + + + +.. _LOG_DARM_RATEMAX: + +LOG\_DARM\_RATEMAX: Maximum logging rate when disarmed +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the maximum rate that streaming log messages will be logged to any backend when disarmed\. A value of zero means that the normal backend rate limit is applied\. + + ++-----------+-----------+-------+ +| Increment | Range | Units | ++===========+===========+=======+ +| 0.1 | 0 to 1000 | hertz | ++-----------+-----------+-------+ + + + + +.. _LOG_MAX_FILES: + +LOG\_MAX\_FILES: Maximum number of log files +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +This sets the maximum number of log file that will be written on dataflash or sd card before starting to rotate log number\. Limit is capped at 500 logs\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 1 | 2 to 500 | ++-----------+----------+ + + + + + +.. _parameters_MIS_: + +MIS\_ Parameters +---------------- + + +.. _MIS_TOTAL: + +MIS\_TOTAL: Total mission commands +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The number of mission mission items that has been loaded by the ground station\. Do not change this manually\. + + ++-----------+------------+----------+ +| Increment | Range | ReadOnly | ++===========+============+==========+ +| 1 | 0 to 32766 | True | ++-----------+------------+----------+ + + + + +.. _MIS_RESTART: + +MIS\_RESTART: Mission Restart when entering Auto mode +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Controls mission starting point when entering Auto mode \(either restart from beginning of mission or resume from last command run\) + + ++-----------------------------+ +| Values | ++=============================+ +| +-------+-----------------+ | +| | Value | Meaning | | +| +=======+=================+ | +| | 0 | Resume Mission | | +| +-------+-----------------+ | +| | 1 | Restart Mission | | +| +-------+-----------------+ | +| | ++-----------------------------+ + + + + +.. _MIS_OPTIONS: + +MIS\_OPTIONS: Mission options bitmask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bitmask of what options to use in missions\. + + ++-----------------------------------+ +| Bitmask | ++===================================+ +| +-----+-------------------------+ | +| | Bit | Meaning | | +| +=====+=========================+ | +| | 0 | Clear Mission on reboot | | +| +-----+-------------------------+ | +| | ++-----------------------------------+ + + + + + +.. _parameters_MNT1: + +MNT1 Parameters +--------------- + + +.. _MNT1_TYPE: + +MNT1\_TYPE: Mount Type +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Mount Type + + ++-----------------------------+ +| Values | ++=============================+ +| +-------+-----------------+ | +| | Value | Meaning | | +| +=======+=================+ | +| | 0 | None | | +| +-------+-----------------+ | +| | 1 | Servo | | +| +-------+-----------------+ | +| | 2 | 3DR Solo | | +| +-------+-----------------+ | +| | 3 | Alexmos Serial | | +| +-------+-----------------+ | +| | 4 | SToRM32 MAVLink | | +| +-------+-----------------+ | +| | 5 | SToRM32 Serial | | +| +-------+-----------------+ | +| | 6 | Gremsy | | +| +-------+-----------------+ | +| | 7 | BrushlessPWM | | +| +-------+-----------------+ | +| | 8 | Siyi | | +| +-------+-----------------+ | +| | 9 | Scripting | | +| +-------+-----------------+ | +| | 10 | Xacti | | +| +-------+-----------------+ | +| | 11 | Viewpro | | +| +-------+-----------------+ | +| | ++-----------------------------+ + + + + +.. _MNT1_DEFLT_MODE: + +MNT1\_DEFLT\_MODE: Mount default operating mode +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount default operating mode on startup and after control is returned from autopilot + + ++-------------------------------+ +| Values | ++===============================+ +| +-------+-------------------+ | +| | Value | Meaning | | +| +=======+===================+ | +| | 0 | Retracted | | +| +-------+-------------------+ | +| | 1 | Neutral | | +| +-------+-------------------+ | +| | 2 | MavLink Targeting | | +| +-------+-------------------+ | +| | 3 | RC Targeting | | +| +-------+-------------------+ | +| | 4 | GPS Point | | +| +-------+-------------------+ | +| | 5 | SysID Target | | +| +-------+-------------------+ | +| | 6 | Home Location | | +| +-------+-------------------+ | +| | ++-------------------------------+ + + + + +.. _MNT1_RC_RATE: + +MNT1\_RC\_RATE: Mount RC Rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Pilot rate control\'s maximum rate\. Set to zero to use angle control + + ++-----------+---------+--------------------+ +| Increment | Range | Units | ++===========+=========+====================+ +| 1 | 0 to 90 | degrees per second | ++-----------+---------+--------------------+ + + + + +.. _MNT1_ROLL_MIN: + +MNT1\_ROLL\_MIN: Mount Roll angle minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount Roll angle minimum + + ++-----------+-------------+---------+ +| Increment | Range | Units | ++===========+=============+=========+ +| 1 | -180 to 180 | degrees | ++-----------+-------------+---------+ + + + + +.. _MNT1_ROLL_MAX: + +MNT1\_ROLL\_MAX: Mount Roll angle maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount Roll angle maximum + + ++-----------+-------------+---------+ +| Increment | Range | Units | ++===========+=============+=========+ +| 1 | -180 to 180 | degrees | ++-----------+-------------+---------+ + + + + +.. _MNT1_PITCH_MIN: + +MNT1\_PITCH\_MIN: Mount Pitch angle minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount Pitch angle minimum + + ++-----------+-----------+---------+ +| Increment | Range | Units | ++===========+===========+=========+ +| 1 | -90 to 90 | degrees | ++-----------+-----------+---------+ + + + + +.. _MNT1_PITCH_MAX: + +MNT1\_PITCH\_MAX: Mount Pitch angle maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount Pitch angle maximum + + ++-----------+-----------+---------+ +| Increment | Range | Units | ++===========+===========+=========+ +| 1 | -90 to 90 | degrees | ++-----------+-----------+---------+ + + + + +.. _MNT1_YAW_MIN: + +MNT1\_YAW\_MIN: Mount Yaw angle minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount Yaw angle minimum + + ++-----------+-------------+---------+ +| Increment | Range | Units | ++===========+=============+=========+ +| 1 | -180 to 180 | degrees | ++-----------+-------------+---------+ + + + + +.. _MNT1_YAW_MAX: + +MNT1\_YAW\_MAX: Mount Yaw angle maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount Yaw angle maximum + + ++-----------+-------------+---------+ +| Increment | Range | Units | ++===========+=============+=========+ +| 1 | -180 to 180 | degrees | ++-----------+-------------+---------+ + + + + +.. _MNT1_RETRACT_X: + +MNT1\_RETRACT\_X: Mount roll angle when in retracted position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount roll angle when in retracted position + + ++-----------+-----------------+---------+ +| Increment | Range | Units | ++===========+=================+=========+ +| 1 | -180.0 to 180.0 | degrees | ++-----------+-----------------+---------+ + + + + +.. _MNT1_RETRACT_Y: + +MNT1\_RETRACT\_Y: Mount pitch angle when in retracted position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount pitch angle when in retracted position + + ++-----------+-----------------+---------+ +| Increment | Range | Units | ++===========+=================+=========+ +| 1 | -180.0 to 180.0 | degrees | ++-----------+-----------------+---------+ + + + + +.. _MNT1_RETRACT_Z: + +MNT1\_RETRACT\_Z: Mount yaw angle when in retracted position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount yaw angle when in retracted position + + ++-----------+-----------------+---------+ +| Increment | Range | Units | ++===========+=================+=========+ +| 1 | -180.0 to 180.0 | degrees | ++-----------+-----------------+---------+ + + + + +.. _MNT1_NEUTRAL_X: + +MNT1\_NEUTRAL\_X: Mount roll angle when in neutral position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount roll angle when in neutral position + + ++-----------+-----------------+---------+ +| Increment | Range | Units | ++===========+=================+=========+ +| 1 | -180.0 to 180.0 | degrees | ++-----------+-----------------+---------+ + + + + +.. _MNT1_NEUTRAL_Y: + +MNT1\_NEUTRAL\_Y: Mount pitch angle when in neutral position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount pitch angle when in neutral position + + ++-----------+-----------------+---------+ +| Increment | Range | Units | ++===========+=================+=========+ +| 1 | -180.0 to 180.0 | degrees | ++-----------+-----------------+---------+ + + + + +.. _MNT1_NEUTRAL_Z: + +MNT1\_NEUTRAL\_Z: Mount yaw angle when in neutral position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount yaw angle when in neutral position + + ++-----------+-----------------+---------+ +| Increment | Range | Units | ++===========+=================+=========+ +| 1 | -180.0 to 180.0 | degrees | ++-----------+-----------------+---------+ + + + + +.. _MNT1_LEAD_RLL: + +MNT1\_LEAD\_RLL: Mount Roll stabilization lead time +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Servo mount roll angle output leads the vehicle angle by this amount of time based on current roll rate\. Increase until the servo is responsive but does not overshoot + + ++-----------+------------+---------+ +| Increment | Range | Units | ++===========+============+=========+ +| .005 | 0.0 to 0.2 | seconds | ++-----------+------------+---------+ + + + + +.. _MNT1_LEAD_PTCH: + +MNT1\_LEAD\_PTCH: Mount Pitch stabilization lead time +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Servo mount pitch angle output leads the vehicle angle by this amount of time based on current pitch rate\. Increase until the servo is responsive but does not overshoot + + ++-----------+------------+---------+ +| Increment | Range | Units | ++===========+============+=========+ +| .005 | 0.0 to 0.2 | seconds | ++-----------+------------+---------+ + + + + +.. _MNT1_SYSID_DFLT: + +MNT1\_SYSID\_DFLT: Mount Target sysID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Default Target sysID for the mount to point to + + +.. _MNT1_DEVID: + +MNT1\_DEVID: Mount Device ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Mount device ID\, taking into account its type\, bus and instance + + + +.. _parameters_MNT2: + +MNT2 Parameters +--------------- + + +.. _MNT2_TYPE: + +MNT2\_TYPE: Mount Type +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Mount Type + + ++-----------------------------+ +| Values | ++=============================+ +| +-------+-----------------+ | +| | Value | Meaning | | +| +=======+=================+ | +| | 0 | None | | +| +-------+-----------------+ | +| | 1 | Servo | | +| +-------+-----------------+ | +| | 2 | 3DR Solo | | +| +-------+-----------------+ | +| | 3 | Alexmos Serial | | +| +-------+-----------------+ | +| | 4 | SToRM32 MAVLink | | +| +-------+-----------------+ | +| | 5 | SToRM32 Serial | | +| +-------+-----------------+ | +| | 6 | Gremsy | | +| +-------+-----------------+ | +| | 7 | BrushlessPWM | | +| +-------+-----------------+ | +| | 8 | Siyi | | +| +-------+-----------------+ | +| | 9 | Scripting | | +| +-------+-----------------+ | +| | 10 | Xacti | | +| +-------+-----------------+ | +| | 11 | Viewpro | | +| +-------+-----------------+ | +| | ++-----------------------------+ + + + + +.. _MNT2_DEFLT_MODE: + +MNT2\_DEFLT\_MODE: Mount default operating mode +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount default operating mode on startup and after control is returned from autopilot + + ++-------------------------------+ +| Values | ++===============================+ +| +-------+-------------------+ | +| | Value | Meaning | | +| +=======+===================+ | +| | 0 | Retracted | | +| +-------+-------------------+ | +| | 1 | Neutral | | +| +-------+-------------------+ | +| | 2 | MavLink Targeting | | +| +-------+-------------------+ | +| | 3 | RC Targeting | | +| +-------+-------------------+ | +| | 4 | GPS Point | | +| +-------+-------------------+ | +| | 5 | SysID Target | | +| +-------+-------------------+ | +| | 6 | Home Location | | +| +-------+-------------------+ | +| | ++-------------------------------+ + + + + +.. _MNT2_RC_RATE: + +MNT2\_RC\_RATE: Mount RC Rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Pilot rate control\'s maximum rate\. Set to zero to use angle control + + ++-----------+---------+--------------------+ +| Increment | Range | Units | ++===========+=========+====================+ +| 1 | 0 to 90 | degrees per second | ++-----------+---------+--------------------+ + + + + +.. _MNT2_ROLL_MIN: + +MNT2\_ROLL\_MIN: Mount Roll angle minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount Roll angle minimum + + ++-----------+-------------+---------+ +| Increment | Range | Units | ++===========+=============+=========+ +| 1 | -180 to 180 | degrees | ++-----------+-------------+---------+ + + + + +.. _MNT2_ROLL_MAX: + +MNT2\_ROLL\_MAX: Mount Roll angle maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount Roll angle maximum + + ++-----------+-------------+---------+ +| Increment | Range | Units | ++===========+=============+=========+ +| 1 | -180 to 180 | degrees | ++-----------+-------------+---------+ + + + + +.. _MNT2_PITCH_MIN: + +MNT2\_PITCH\_MIN: Mount Pitch angle minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount Pitch angle minimum + + ++-----------+-----------+---------+ +| Increment | Range | Units | ++===========+===========+=========+ +| 1 | -90 to 90 | degrees | ++-----------+-----------+---------+ + + + + +.. _MNT2_PITCH_MAX: + +MNT2\_PITCH\_MAX: Mount Pitch angle maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount Pitch angle maximum + + ++-----------+-----------+---------+ +| Increment | Range | Units | ++===========+===========+=========+ +| 1 | -90 to 90 | degrees | ++-----------+-----------+---------+ + + + + +.. _MNT2_YAW_MIN: + +MNT2\_YAW\_MIN: Mount Yaw angle minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount Yaw angle minimum + + ++-----------+-------------+---------+ +| Increment | Range | Units | ++===========+=============+=========+ +| 1 | -180 to 180 | degrees | ++-----------+-------------+---------+ + + + + +.. _MNT2_YAW_MAX: + +MNT2\_YAW\_MAX: Mount Yaw angle maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount Yaw angle maximum + + ++-----------+-------------+---------+ +| Increment | Range | Units | ++===========+=============+=========+ +| 1 | -180 to 180 | degrees | ++-----------+-------------+---------+ + + + + +.. _MNT2_RETRACT_X: + +MNT2\_RETRACT\_X: Mount roll angle when in retracted position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount roll angle when in retracted position + + ++-----------+-----------------+---------+ +| Increment | Range | Units | ++===========+=================+=========+ +| 1 | -180.0 to 180.0 | degrees | ++-----------+-----------------+---------+ + + + + +.. _MNT2_RETRACT_Y: + +MNT2\_RETRACT\_Y: Mount pitch angle when in retracted position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount pitch angle when in retracted position + + ++-----------+-----------------+---------+ +| Increment | Range | Units | ++===========+=================+=========+ +| 1 | -180.0 to 180.0 | degrees | ++-----------+-----------------+---------+ + + + + +.. _MNT2_RETRACT_Z: + +MNT2\_RETRACT\_Z: Mount yaw angle when in retracted position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount yaw angle when in retracted position + + ++-----------+-----------------+---------+ +| Increment | Range | Units | ++===========+=================+=========+ +| 1 | -180.0 to 180.0 | degrees | ++-----------+-----------------+---------+ + + + + +.. _MNT2_NEUTRAL_X: + +MNT2\_NEUTRAL\_X: Mount roll angle when in neutral position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount roll angle when in neutral position + + ++-----------+-----------------+---------+ +| Increment | Range | Units | ++===========+=================+=========+ +| 1 | -180.0 to 180.0 | degrees | ++-----------+-----------------+---------+ + + + + +.. _MNT2_NEUTRAL_Y: + +MNT2\_NEUTRAL\_Y: Mount pitch angle when in neutral position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount pitch angle when in neutral position + + ++-----------+-----------------+---------+ +| Increment | Range | Units | ++===========+=================+=========+ +| 1 | -180.0 to 180.0 | degrees | ++-----------+-----------------+---------+ + + + + +.. _MNT2_NEUTRAL_Z: + +MNT2\_NEUTRAL\_Z: Mount yaw angle when in neutral position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount yaw angle when in neutral position + + ++-----------+-----------------+---------+ +| Increment | Range | Units | ++===========+=================+=========+ +| 1 | -180.0 to 180.0 | degrees | ++-----------+-----------------+---------+ + + + + +.. _MNT2_LEAD_RLL: + +MNT2\_LEAD\_RLL: Mount Roll stabilization lead time +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Servo mount roll angle output leads the vehicle angle by this amount of time based on current roll rate\. Increase until the servo is responsive but does not overshoot + + ++-----------+------------+---------+ +| Increment | Range | Units | ++===========+============+=========+ +| .005 | 0.0 to 0.2 | seconds | ++-----------+------------+---------+ + + + + +.. _MNT2_LEAD_PTCH: + +MNT2\_LEAD\_PTCH: Mount Pitch stabilization lead time +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Servo mount pitch angle output leads the vehicle angle by this amount of time based on current pitch rate\. Increase until the servo is responsive but does not overshoot + + ++-----------+------------+---------+ +| Increment | Range | Units | ++===========+============+=========+ +| .005 | 0.0 to 0.2 | seconds | ++-----------+------------+---------+ + + + + +.. _MNT2_SYSID_DFLT: + +MNT2\_SYSID\_DFLT: Mount Target sysID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Default Target sysID for the mount to point to + + +.. _MNT2_DEVID: + +MNT2\_DEVID: Mount Device ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Mount device ID\, taking into account its type\, bus and instance + + + +.. _parameters_MOT_: + +MOT\_ Parameters +---------------- + + +.. _MOT_PWM_TYPE: + +MOT\_PWM\_TYPE: Motor Output PWM type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +This selects the output PWM type as regular PWM\, OneShot\, Brushed motor support using PWM \(duty cycle\) with separated direction signal\, Brushed motor support with separate throttle and direction PWM \(duty cyle\) + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | Normal | | +| +-------+------------------+ | +| | 1 | OneShot | | +| +-------+------------------+ | +| | 2 | OneShot125 | | +| +-------+------------------+ | +| | 3 | BrushedWithRelay | | +| +-------+------------------+ | +| | 4 | BrushedBiPolar | | +| +-------+------------------+ | +| | 5 | DShot150 | | +| +-------+------------------+ | +| | 6 | DShot300 | | +| +-------+------------------+ | +| | 7 | DShot600 | | +| +-------+------------------+ | +| | 8 | DShot1200 | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + +.. _MOT_PWM_FREQ: + +MOT\_PWM\_FREQ: Motor Output PWM freq for brushed motors +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Motor Output PWM freq for brushed motors + + ++-----------+---------+-----------+ +| Increment | Range | Units | ++===========+=========+===========+ +| 1 | 1 to 20 | kilohertz | ++-----------+---------+-----------+ + + + + +.. _MOT_SAFE_DISARM: + +MOT\_SAFE\_DISARM: Motor PWM output disabled when disarmed +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Disables motor PWM output when disarmed + + ++-----------------------------------------+ +| Values | ++=========================================+ +| +-------+-----------------------------+ | +| | Value | Meaning | | +| +=======+=============================+ | +| | 0 | PWM enabled while disarmed | | +| +-------+-----------------------------+ | +| | 1 | PWM disabled while disarmed | | +| +-------+-----------------------------+ | +| | ++-----------------------------------------+ + + + + +.. _MOT_THR_MIN: + +MOT\_THR\_MIN: Throttle minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Throttle minimum percentage the autopilot will apply\. This is useful for handling a deadzone around low throttle and for preventing internal combustion motors cutting out during missions\. + + ++-----------+---------+---------+ +| Increment | Range | Units | ++===========+=========+=========+ +| 1 | 0 to 20 | percent | ++-----------+---------+---------+ + + + + +.. _MOT_THR_MAX: + +MOT\_THR\_MAX: Throttle maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Throttle maximum percentage the autopilot will apply\. This can be used to prevent overheating an ESC or motor on an electric rover + + ++-----------+-----------+---------+ +| Increment | Range | Units | ++===========+===========+=========+ +| 1 | 30 to 100 | percent | ++-----------+-----------+---------+ + + + + +.. _MOT_SLEWRATE: + +MOT\_SLEWRATE: Throttle slew rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Throttle slew rate as a percentage of total range per second\. A value of 100 allows the motor to change over its full range in one second\. A value of zero disables the limit\. Note some NiMH powered rovers require a lower setting of 40 to reduce current demand to avoid brownouts\. + + ++-----------+-----------+--------------------+ +| Increment | Range | Units | ++===========+===========+====================+ +| 1 | 0 to 1000 | percent per second | ++-----------+-----------+--------------------+ + + + + +.. _MOT_THST_EXPO: + +MOT\_THST\_EXPO: Thrust Curve Expo +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Thrust curve exponent \(\-1 to \+1 with 0 being linear\) + + ++-------------+ +| Range | ++=============+ +| -1.0 to 1.0 | ++-------------+ + + + + +.. _MOT_SPD_SCA_BASE: + +MOT\_SPD\_SCA\_BASE: Motor speed scaling base speed +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Speed above which steering is scaled down when using regular steering\/throttle vehicles\. zero to disable speed scaling + + ++---------+-------------------+ +| Range | Units | ++=========+===================+ +| 0 to 10 | meters per second | ++---------+-------------------+ + + + + +.. _MOT_STR_THR_MIX: + +MOT\_STR\_THR\_MIX: Motor steering vs throttle prioritisation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Steering vs Throttle priorisation\. Higher numbers prioritise steering\, lower numbers prioritise throttle\. Only valid for Skid Steering vehicles + + ++------------+ +| Range | ++============+ +| 0.2 to 1.0 | ++------------+ + + + + +.. _MOT_VEC_ANGLEMAX: + +MOT\_VEC\_ANGLEMAX: Vector thrust angle max +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The angle between steering\'s middle position and maximum position when using vectored thrust \(boats only\) + + ++---------+---------+ +| Range | Units | ++=========+=========+ +| 0 to 90 | degrees | ++---------+---------+ + + + + +.. _MOT_THST_ASYM: + +MOT\_THST\_ASYM: Motor Thrust Asymmetry +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Thrust Asymetry\. Used for skid\-steering\. 2\.0 means your motors move twice as fast forward than they do backwards\. + + ++-------------+ +| Range | ++=============+ +| 1.0 to 10.0 | ++-------------+ + + + + + +.. _parameters_MSP: + +MSP Parameters +-------------- + + +.. _MSP_OSD_NCELLS: + +MSP\_OSD\_NCELLS: Cell count override +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Used for average cell voltage calculation + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 0 | Auto | | +| +-------+---------+ | +| | 1 | 1 | | +| +-------+---------+ | +| | 2 | 2 | | +| +-------+---------+ | +| | 3 | 3 | | +| +-------+---------+ | +| | 4 | 4 | | +| +-------+---------+ | +| | 5 | 5 | | +| +-------+---------+ | +| | 6 | 6 | | +| +-------+---------+ | +| | 7 | 7 | | +| +-------+---------+ | +| | 8 | 8 | | +| +-------+---------+ | +| | 9 | 9 | | +| +-------+---------+ | +| | 10 | 10 | | +| +-------+---------+ | +| | 11 | 11 | | +| +-------+---------+ | +| | 12 | 12 | | +| +-------+---------+ | +| | 13 | 13 | | +| +-------+---------+ | +| | 14 | 14 | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _MSP_OPTIONS: + +MSP\_OPTIONS: MSP OSD Options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +A bitmask to set some MSP specific options\: EnableTelemetryMode\-allows \"push\" mode telemetry when only rx line of OSD ic connected to autopilot\, EnableBTFLFonts\-uses indexes corresponding to Betaflight fonts if OSD uses those instead of ArduPilot fonts\. + + ++-------------------------------+ +| Bitmask | ++===============================+ +| +-----+---------------------+ | +| | Bit | Meaning | | +| +=====+=====================+ | +| | 0 | EnableTelemetryMode | | +| +-----+---------------------+ | +| | 1 | unused | | +| +-----+---------------------+ | +| | 2 | EnableBTFLFonts | | +| +-----+---------------------+ | +| | ++-------------------------------+ + + + + + +.. _parameters_NET_: + +NET\_ Parameters +---------------- + + +.. _NET_ENABLED: + +NET\_ENABLED: Networking Enable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Networking Enable + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 0 | Disable | | +| +-------+---------+ | +| | 1 | Enable | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _NET_NETMASK: + +NET\_NETMASK: IP Subnet mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Allows setting static subnet mask\. The value is a count of consecutive bits\. Examples\: 24 \= 255\.255\.255\.0\, 16 \= 255\.255\.0\.0 + + ++---------+ +| Range | ++=========+ +| 0 to 32 | ++---------+ + + + + +.. _NET_DHCP: + +NET\_DHCP: DHCP client +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Enable\/Disable DHCP client + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 0 | Disable | | +| +-------+---------+ | +| | 1 | Enable | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _NET_TESTS: + +NET\_TESTS: Test enable flags +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Enable\/Disable networking tests + + ++----------------------------+ +| Bitmask | ++============================+ +| +-----+------------------+ | +| | Bit | Meaning | | +| +=====+==================+ | +| | 0 | UDP echo test | | +| +-----+------------------+ | +| | 1 | TCP echo test | | +| +-----+------------------+ | +| | 2 | TCP discard test | | +| +-----+------------------+ | +| | ++----------------------------+ + + + + +.. _NET_OPTIONS: + +NET\_OPTIONS: Networking options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Networking options + + ++--------------------------------------+ +| Bitmask | ++======================================+ +| +-----+----------------------------+ | +| | Bit | Meaning | | +| +=====+============================+ | +| | 0 | EnablePPP Ethernet gateway | | +| +-----+----------------------------+ | +| | ++--------------------------------------+ + + + + + +.. _parameters_NET_GWADDR: + +NET\_GWADDR Parameters +---------------------- + + +.. _NET_GWADDR0: + +NET\_GWADDR0: IPv4 Address 1st byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: 192\.xxx\.xxx\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_GWADDR1: + +NET\_GWADDR1: IPv4 Address 2nd byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.168\.xxx\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_GWADDR2: + +NET\_GWADDR2: IPv4 Address 3rd byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.xxx\.13\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_GWADDR3: + +NET\_GWADDR3: IPv4 Address 4th byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.xxx\.xxx\.14 + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + + +.. _parameters_NET_IPADDR: + +NET\_IPADDR Parameters +---------------------- + + +.. _NET_IPADDR0: + +NET\_IPADDR0: IPv4 Address 1st byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: 192\.xxx\.xxx\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_IPADDR1: + +NET\_IPADDR1: IPv4 Address 2nd byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.168\.xxx\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_IPADDR2: + +NET\_IPADDR2: IPv4 Address 3rd byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.xxx\.13\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_IPADDR3: + +NET\_IPADDR3: IPv4 Address 4th byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.xxx\.xxx\.14 + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + + +.. _parameters_NET_MACADDR: + +NET\_MACADDR Parameters +----------------------- + + +.. _NET_MACADDR0: + +NET\_MACADDR0: MAC Address 1st byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAC address 1st byte + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_MACADDR1: + +NET\_MACADDR1: MAC Address 2nd byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAC address 2nd byte + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_MACADDR2: + +NET\_MACADDR2: MAC Address 3rd byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAC address 3rd byte + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_MACADDR3: + +NET\_MACADDR3: MAC Address 4th byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAC address 4th byte + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_MACADDR4: + +NET\_MACADDR4: MAC Address 5th byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAC address 5th byte + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_MACADDR5: + +NET\_MACADDR5: MAC Address 6th byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAC address 6th byte + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + + +.. _parameters_NET_P1_: + +NET\_P1\_ Parameters +-------------------- + + +.. _NET_P1_TYPE: + +NET\_P1\_TYPE: Port type +~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Port type for network serial port\. For the two client types a valid destination IP address must be set\. For the two server types either 0\.0\.0\.0 or a local address can be used\. The UDP client type will use broadcast if the IP is set to 255\.255\.255\.255 and will use UDP multicast if the IP is in the multicast address range\. + + ++------------------------+ +| Values | ++========================+ +| +-------+------------+ | +| | Value | Meaning | | +| +=======+============+ | +| | 0 | Disabled | | +| +-------+------------+ | +| | 1 | UDP client | | +| +-------+------------+ | +| | 2 | UDP server | | +| +-------+------------+ | +| | 3 | TCP client | | +| +-------+------------+ | +| | 4 | TCP server | | +| +-------+------------+ | +| | ++------------------------+ + + + + +.. _NET_P1_PROTOCOL: + +NET\_P1\_PROTOCOL: Protocol +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Networked serial port protocol + + ++----------------------------------------------+ +| Values | ++==============================================+ +| +-------+----------------------------------+ | +| | Value | Meaning | | +| +=======+==================================+ | +| | -1 | None | | +| +-------+----------------------------------+ | +| | 1 | MAVLink1 | | +| +-------+----------------------------------+ | +| | 2 | MAVLink2 | | +| +-------+----------------------------------+ | +| | 3 | Frsky D | | +| +-------+----------------------------------+ | +| | 4 | Frsky SPort | | +| +-------+----------------------------------+ | +| | 5 | GPS | | +| +-------+----------------------------------+ | +| | 7 | Alexmos Gimbal Serial | | +| +-------+----------------------------------+ | +| | 8 | Gimbal | | +| +-------+----------------------------------+ | +| | 9 | Rangefinder | | +| +-------+----------------------------------+ | +| | 10 | FrSky SPort Passthrough (OpenTX) | | +| +-------+----------------------------------+ | +| | 11 | Lidar360 | | +| +-------+----------------------------------+ | +| | 13 | Beacon | | +| +-------+----------------------------------+ | +| | 14 | Volz servo out | | +| +-------+----------------------------------+ | +| | 15 | SBus servo out | | +| +-------+----------------------------------+ | +| | 16 | ESC Telemetry | | +| +-------+----------------------------------+ | +| | 17 | Devo Telemetry | | +| +-------+----------------------------------+ | +| | 18 | OpticalFlow | | +| +-------+----------------------------------+ | +| | 19 | RobotisServo | | +| +-------+----------------------------------+ | +| | 20 | NMEA Output | | +| +-------+----------------------------------+ | +| | 21 | WindVane | | +| +-------+----------------------------------+ | +| | 22 | SLCAN | | +| +-------+----------------------------------+ | +| | 23 | RCIN | | +| +-------+----------------------------------+ | +| | 24 | EFI Serial | | +| +-------+----------------------------------+ | +| | 25 | LTM | | +| +-------+----------------------------------+ | +| | 26 | RunCam | | +| +-------+----------------------------------+ | +| | 27 | HottTelem | | +| +-------+----------------------------------+ | +| | 28 | Scripting | | +| +-------+----------------------------------+ | +| | 29 | Crossfire VTX | | +| +-------+----------------------------------+ | +| | 30 | Generator | | +| +-------+----------------------------------+ | +| | 31 | Winch | | +| +-------+----------------------------------+ | +| | 32 | MSP | | +| +-------+----------------------------------+ | +| | 33 | DJI FPV | | +| +-------+----------------------------------+ | +| | 34 | AirSpeed | | +| +-------+----------------------------------+ | +| | 35 | ADSB | | +| +-------+----------------------------------+ | +| | 36 | AHRS | | +| +-------+----------------------------------+ | +| | 37 | SmartAudio | | +| +-------+----------------------------------+ | +| | 38 | FETtecOneWire | | +| +-------+----------------------------------+ | +| | 39 | Torqeedo | | +| +-------+----------------------------------+ | +| | 40 | AIS | | +| +-------+----------------------------------+ | +| | 41 | CoDevESC | | +| +-------+----------------------------------+ | +| | 42 | DisplayPort | | +| +-------+----------------------------------+ | +| | 43 | MAVLink High Latency | | +| +-------+----------------------------------+ | +| | 44 | IRC Tramp | | +| +-------+----------------------------------+ | +| | 45 | DDS XRCE | | +| +-------+----------------------------------+ | +| | 46 | IMUDATA | | +| +-------+----------------------------------+ | +| | ++----------------------------------------------+ + + + + +.. _NET_P1_PORT: + +NET\_P1\_PORT: Port number +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Port number + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + + +.. _parameters_NET_P1_IP: + +NET\_P1\_IP Parameters +---------------------- + + +.. _NET_P1_IP0: + +NET\_P1\_IP0: IPv4 Address 1st byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: 192\.xxx\.xxx\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_P1_IP1: + +NET\_P1\_IP1: IPv4 Address 2nd byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.168\.xxx\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_P1_IP2: + +NET\_P1\_IP2: IPv4 Address 3rd byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.xxx\.13\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_P1_IP3: + +NET\_P1\_IP3: IPv4 Address 4th byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.xxx\.xxx\.14 + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + + +.. _parameters_NET_P2_: + +NET\_P2\_ Parameters +-------------------- + + +.. _NET_P2_TYPE: + +NET\_P2\_TYPE: Port type +~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Port type for network serial port\. For the two client types a valid destination IP address must be set\. For the two server types either 0\.0\.0\.0 or a local address can be used\. The UDP client type will use broadcast if the IP is set to 255\.255\.255\.255 and will use UDP multicast if the IP is in the multicast address range\. + + ++------------------------+ +| Values | ++========================+ +| +-------+------------+ | +| | Value | Meaning | | +| +=======+============+ | +| | 0 | Disabled | | +| +-------+------------+ | +| | 1 | UDP client | | +| +-------+------------+ | +| | 2 | UDP server | | +| +-------+------------+ | +| | 3 | TCP client | | +| +-------+------------+ | +| | 4 | TCP server | | +| +-------+------------+ | +| | ++------------------------+ + + + + +.. _NET_P2_PROTOCOL: + +NET\_P2\_PROTOCOL: Protocol +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Networked serial port protocol + + ++----------------------------------------------+ +| Values | ++==============================================+ +| +-------+----------------------------------+ | +| | Value | Meaning | | +| +=======+==================================+ | +| | -1 | None | | +| +-------+----------------------------------+ | +| | 1 | MAVLink1 | | +| +-------+----------------------------------+ | +| | 2 | MAVLink2 | | +| +-------+----------------------------------+ | +| | 3 | Frsky D | | +| +-------+----------------------------------+ | +| | 4 | Frsky SPort | | +| +-------+----------------------------------+ | +| | 5 | GPS | | +| +-------+----------------------------------+ | +| | 7 | Alexmos Gimbal Serial | | +| +-------+----------------------------------+ | +| | 8 | Gimbal | | +| +-------+----------------------------------+ | +| | 9 | Rangefinder | | +| +-------+----------------------------------+ | +| | 10 | FrSky SPort Passthrough (OpenTX) | | +| +-------+----------------------------------+ | +| | 11 | Lidar360 | | +| +-------+----------------------------------+ | +| | 13 | Beacon | | +| +-------+----------------------------------+ | +| | 14 | Volz servo out | | +| +-------+----------------------------------+ | +| | 15 | SBus servo out | | +| +-------+----------------------------------+ | +| | 16 | ESC Telemetry | | +| +-------+----------------------------------+ | +| | 17 | Devo Telemetry | | +| +-------+----------------------------------+ | +| | 18 | OpticalFlow | | +| +-------+----------------------------------+ | +| | 19 | RobotisServo | | +| +-------+----------------------------------+ | +| | 20 | NMEA Output | | +| +-------+----------------------------------+ | +| | 21 | WindVane | | +| +-------+----------------------------------+ | +| | 22 | SLCAN | | +| +-------+----------------------------------+ | +| | 23 | RCIN | | +| +-------+----------------------------------+ | +| | 24 | EFI Serial | | +| +-------+----------------------------------+ | +| | 25 | LTM | | +| +-------+----------------------------------+ | +| | 26 | RunCam | | +| +-------+----------------------------------+ | +| | 27 | HottTelem | | +| +-------+----------------------------------+ | +| | 28 | Scripting | | +| +-------+----------------------------------+ | +| | 29 | Crossfire VTX | | +| +-------+----------------------------------+ | +| | 30 | Generator | | +| +-------+----------------------------------+ | +| | 31 | Winch | | +| +-------+----------------------------------+ | +| | 32 | MSP | | +| +-------+----------------------------------+ | +| | 33 | DJI FPV | | +| +-------+----------------------------------+ | +| | 34 | AirSpeed | | +| +-------+----------------------------------+ | +| | 35 | ADSB | | +| +-------+----------------------------------+ | +| | 36 | AHRS | | +| +-------+----------------------------------+ | +| | 37 | SmartAudio | | +| +-------+----------------------------------+ | +| | 38 | FETtecOneWire | | +| +-------+----------------------------------+ | +| | 39 | Torqeedo | | +| +-------+----------------------------------+ | +| | 40 | AIS | | +| +-------+----------------------------------+ | +| | 41 | CoDevESC | | +| +-------+----------------------------------+ | +| | 42 | DisplayPort | | +| +-------+----------------------------------+ | +| | 43 | MAVLink High Latency | | +| +-------+----------------------------------+ | +| | 44 | IRC Tramp | | +| +-------+----------------------------------+ | +| | 45 | DDS XRCE | | +| +-------+----------------------------------+ | +| | 46 | IMUDATA | | +| +-------+----------------------------------+ | +| | ++----------------------------------------------+ + + + + +.. _NET_P2_PORT: + +NET\_P2\_PORT: Port number +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Port number + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + + +.. _parameters_NET_P2_IP: + +NET\_P2\_IP Parameters +---------------------- + + +.. _NET_P2_IP0: + +NET\_P2\_IP0: IPv4 Address 1st byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: 192\.xxx\.xxx\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_P2_IP1: + +NET\_P2\_IP1: IPv4 Address 2nd byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.168\.xxx\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_P2_IP2: + +NET\_P2\_IP2: IPv4 Address 3rd byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.xxx\.13\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_P2_IP3: + +NET\_P2\_IP3: IPv4 Address 4th byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.xxx\.xxx\.14 + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + + +.. _parameters_NET_P3_: + +NET\_P3\_ Parameters +-------------------- + + +.. _NET_P3_TYPE: + +NET\_P3\_TYPE: Port type +~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Port type for network serial port\. For the two client types a valid destination IP address must be set\. For the two server types either 0\.0\.0\.0 or a local address can be used\. The UDP client type will use broadcast if the IP is set to 255\.255\.255\.255 and will use UDP multicast if the IP is in the multicast address range\. + + ++------------------------+ +| Values | ++========================+ +| +-------+------------+ | +| | Value | Meaning | | +| +=======+============+ | +| | 0 | Disabled | | +| +-------+------------+ | +| | 1 | UDP client | | +| +-------+------------+ | +| | 2 | UDP server | | +| +-------+------------+ | +| | 3 | TCP client | | +| +-------+------------+ | +| | 4 | TCP server | | +| +-------+------------+ | +| | ++------------------------+ + + + + +.. _NET_P3_PROTOCOL: + +NET\_P3\_PROTOCOL: Protocol +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Networked serial port protocol + + ++----------------------------------------------+ +| Values | ++==============================================+ +| +-------+----------------------------------+ | +| | Value | Meaning | | +| +=======+==================================+ | +| | -1 | None | | +| +-------+----------------------------------+ | +| | 1 | MAVLink1 | | +| +-------+----------------------------------+ | +| | 2 | MAVLink2 | | +| +-------+----------------------------------+ | +| | 3 | Frsky D | | +| +-------+----------------------------------+ | +| | 4 | Frsky SPort | | +| +-------+----------------------------------+ | +| | 5 | GPS | | +| +-------+----------------------------------+ | +| | 7 | Alexmos Gimbal Serial | | +| +-------+----------------------------------+ | +| | 8 | Gimbal | | +| +-------+----------------------------------+ | +| | 9 | Rangefinder | | +| +-------+----------------------------------+ | +| | 10 | FrSky SPort Passthrough (OpenTX) | | +| +-------+----------------------------------+ | +| | 11 | Lidar360 | | +| +-------+----------------------------------+ | +| | 13 | Beacon | | +| +-------+----------------------------------+ | +| | 14 | Volz servo out | | +| +-------+----------------------------------+ | +| | 15 | SBus servo out | | +| +-------+----------------------------------+ | +| | 16 | ESC Telemetry | | +| +-------+----------------------------------+ | +| | 17 | Devo Telemetry | | +| +-------+----------------------------------+ | +| | 18 | OpticalFlow | | +| +-------+----------------------------------+ | +| | 19 | RobotisServo | | +| +-------+----------------------------------+ | +| | 20 | NMEA Output | | +| +-------+----------------------------------+ | +| | 21 | WindVane | | +| +-------+----------------------------------+ | +| | 22 | SLCAN | | +| +-------+----------------------------------+ | +| | 23 | RCIN | | +| +-------+----------------------------------+ | +| | 24 | EFI Serial | | +| +-------+----------------------------------+ | +| | 25 | LTM | | +| +-------+----------------------------------+ | +| | 26 | RunCam | | +| +-------+----------------------------------+ | +| | 27 | HottTelem | | +| +-------+----------------------------------+ | +| | 28 | Scripting | | +| +-------+----------------------------------+ | +| | 29 | Crossfire VTX | | +| +-------+----------------------------------+ | +| | 30 | Generator | | +| +-------+----------------------------------+ | +| | 31 | Winch | | +| +-------+----------------------------------+ | +| | 32 | MSP | | +| +-------+----------------------------------+ | +| | 33 | DJI FPV | | +| +-------+----------------------------------+ | +| | 34 | AirSpeed | | +| +-------+----------------------------------+ | +| | 35 | ADSB | | +| +-------+----------------------------------+ | +| | 36 | AHRS | | +| +-------+----------------------------------+ | +| | 37 | SmartAudio | | +| +-------+----------------------------------+ | +| | 38 | FETtecOneWire | | +| +-------+----------------------------------+ | +| | 39 | Torqeedo | | +| +-------+----------------------------------+ | +| | 40 | AIS | | +| +-------+----------------------------------+ | +| | 41 | CoDevESC | | +| +-------+----------------------------------+ | +| | 42 | DisplayPort | | +| +-------+----------------------------------+ | +| | 43 | MAVLink High Latency | | +| +-------+----------------------------------+ | +| | 44 | IRC Tramp | | +| +-------+----------------------------------+ | +| | 45 | DDS XRCE | | +| +-------+----------------------------------+ | +| | 46 | IMUDATA | | +| +-------+----------------------------------+ | +| | ++----------------------------------------------+ + + + + +.. _NET_P3_PORT: + +NET\_P3\_PORT: Port number +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Port number + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + + +.. _parameters_NET_P3_IP: + +NET\_P3\_IP Parameters +---------------------- + + +.. _NET_P3_IP0: + +NET\_P3\_IP0: IPv4 Address 1st byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: 192\.xxx\.xxx\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_P3_IP1: + +NET\_P3\_IP1: IPv4 Address 2nd byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.168\.xxx\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_P3_IP2: + +NET\_P3\_IP2: IPv4 Address 3rd byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.xxx\.13\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_P3_IP3: + +NET\_P3\_IP3: IPv4 Address 4th byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.xxx\.xxx\.14 + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + + +.. _parameters_NET_P4_: + +NET\_P4\_ Parameters +-------------------- + + +.. _NET_P4_TYPE: + +NET\_P4\_TYPE: Port type +~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Port type for network serial port\. For the two client types a valid destination IP address must be set\. For the two server types either 0\.0\.0\.0 or a local address can be used\. The UDP client type will use broadcast if the IP is set to 255\.255\.255\.255 and will use UDP multicast if the IP is in the multicast address range\. + + ++------------------------+ +| Values | ++========================+ +| +-------+------------+ | +| | Value | Meaning | | +| +=======+============+ | +| | 0 | Disabled | | +| +-------+------------+ | +| | 1 | UDP client | | +| +-------+------------+ | +| | 2 | UDP server | | +| +-------+------------+ | +| | 3 | TCP client | | +| +-------+------------+ | +| | 4 | TCP server | | +| +-------+------------+ | +| | ++------------------------+ + + + + +.. _NET_P4_PROTOCOL: + +NET\_P4\_PROTOCOL: Protocol +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Networked serial port protocol + + ++----------------------------------------------+ +| Values | ++==============================================+ +| +-------+----------------------------------+ | +| | Value | Meaning | | +| +=======+==================================+ | +| | -1 | None | | +| +-------+----------------------------------+ | +| | 1 | MAVLink1 | | +| +-------+----------------------------------+ | +| | 2 | MAVLink2 | | +| +-------+----------------------------------+ | +| | 3 | Frsky D | | +| +-------+----------------------------------+ | +| | 4 | Frsky SPort | | +| +-------+----------------------------------+ | +| | 5 | GPS | | +| +-------+----------------------------------+ | +| | 7 | Alexmos Gimbal Serial | | +| +-------+----------------------------------+ | +| | 8 | Gimbal | | +| +-------+----------------------------------+ | +| | 9 | Rangefinder | | +| +-------+----------------------------------+ | +| | 10 | FrSky SPort Passthrough (OpenTX) | | +| +-------+----------------------------------+ | +| | 11 | Lidar360 | | +| +-------+----------------------------------+ | +| | 13 | Beacon | | +| +-------+----------------------------------+ | +| | 14 | Volz servo out | | +| +-------+----------------------------------+ | +| | 15 | SBus servo out | | +| +-------+----------------------------------+ | +| | 16 | ESC Telemetry | | +| +-------+----------------------------------+ | +| | 17 | Devo Telemetry | | +| +-------+----------------------------------+ | +| | 18 | OpticalFlow | | +| +-------+----------------------------------+ | +| | 19 | RobotisServo | | +| +-------+----------------------------------+ | +| | 20 | NMEA Output | | +| +-------+----------------------------------+ | +| | 21 | WindVane | | +| +-------+----------------------------------+ | +| | 22 | SLCAN | | +| +-------+----------------------------------+ | +| | 23 | RCIN | | +| +-------+----------------------------------+ | +| | 24 | EFI Serial | | +| +-------+----------------------------------+ | +| | 25 | LTM | | +| +-------+----------------------------------+ | +| | 26 | RunCam | | +| +-------+----------------------------------+ | +| | 27 | HottTelem | | +| +-------+----------------------------------+ | +| | 28 | Scripting | | +| +-------+----------------------------------+ | +| | 29 | Crossfire VTX | | +| +-------+----------------------------------+ | +| | 30 | Generator | | +| +-------+----------------------------------+ | +| | 31 | Winch | | +| +-------+----------------------------------+ | +| | 32 | MSP | | +| +-------+----------------------------------+ | +| | 33 | DJI FPV | | +| +-------+----------------------------------+ | +| | 34 | AirSpeed | | +| +-------+----------------------------------+ | +| | 35 | ADSB | | +| +-------+----------------------------------+ | +| | 36 | AHRS | | +| +-------+----------------------------------+ | +| | 37 | SmartAudio | | +| +-------+----------------------------------+ | +| | 38 | FETtecOneWire | | +| +-------+----------------------------------+ | +| | 39 | Torqeedo | | +| +-------+----------------------------------+ | +| | 40 | AIS | | +| +-------+----------------------------------+ | +| | 41 | CoDevESC | | +| +-------+----------------------------------+ | +| | 42 | DisplayPort | | +| +-------+----------------------------------+ | +| | 43 | MAVLink High Latency | | +| +-------+----------------------------------+ | +| | 44 | IRC Tramp | | +| +-------+----------------------------------+ | +| | 45 | DDS XRCE | | +| +-------+----------------------------------+ | +| | 46 | IMUDATA | | +| +-------+----------------------------------+ | +| | ++----------------------------------------------+ + + + + +.. _NET_P4_PORT: + +NET\_P4\_PORT: Port number +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Port number + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + + +.. _parameters_NET_P4_IP: + +NET\_P4\_IP Parameters +---------------------- + + +.. _NET_P4_IP0: + +NET\_P4\_IP0: IPv4 Address 1st byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: 192\.xxx\.xxx\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_P4_IP1: + +NET\_P4\_IP1: IPv4 Address 2nd byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.168\.xxx\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_P4_IP2: + +NET\_P4\_IP2: IPv4 Address 3rd byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.xxx\.13\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_P4_IP3: + +NET\_P4\_IP3: IPv4 Address 4th byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.xxx\.xxx\.14 + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + + +.. _parameters_NET_REMPPP_IP: + +NET\_REMPPP\_IP Parameters +-------------------------- + + +.. _NET_REMPPP_IP0: + +NET\_REMPPP\_IP0: IPv4 Address 1st byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: 192\.xxx\.xxx\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_REMPPP_IP1: + +NET\_REMPPP\_IP1: IPv4 Address 2nd byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.168\.xxx\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_REMPPP_IP2: + +NET\_REMPPP\_IP2: IPv4 Address 3rd byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.xxx\.13\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_REMPPP_IP3: + +NET\_REMPPP\_IP3: IPv4 Address 4th byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.xxx\.xxx\.14 + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + + +.. _parameters_NET_TEST_IP: + +NET\_TEST\_IP Parameters +------------------------ + + +.. _NET_TEST_IP0: + +NET\_TEST\_IP0: IPv4 Address 1st byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: 192\.xxx\.xxx\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_TEST_IP1: + +NET\_TEST\_IP1: IPv4 Address 2nd byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.168\.xxx\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_TEST_IP2: + +NET\_TEST\_IP2: IPv4 Address 3rd byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.xxx\.13\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_TEST_IP3: + +NET\_TEST\_IP3: IPv4 Address 4th byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.xxx\.xxx\.14 + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + + +.. _parameters_NMEA_: + +NMEA\_ Parameters +----------------- + + +.. _NMEA_RATE_MS: + +NMEA\_RATE\_MS: NMEA Output rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +NMEA Output rate\. This controls the interval at which all the enabled NMEA messages are sent\. Most NMEA systems expect 100ms \(10Hz\) or slower\. + + ++-----------+------------+--------------+ +| Increment | Range | Units | ++===========+============+==============+ +| 1 | 20 to 2000 | milliseconds | ++-----------+------------+--------------+ + + + + +.. _NMEA_MSG_EN: + +NMEA\_MSG\_EN: Messages Enable bitmask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This is a bitmask of enabled NMEA messages\. All messages will be sent consecutively at the same rate interval + + ++-------------------+ +| Bitmask | ++===================+ +| +-----+---------+ | +| | Bit | Meaning | | +| +=====+=========+ | +| | 0 | GPGGA | | +| +-----+---------+ | +| | 1 | GPRMC | | +| +-----+---------+ | +| | 2 | PASHR | | +| +-----+---------+ | +| | ++-------------------+ + + + + + +.. _parameters_NTF_: + +NTF\_ Parameters +---------------- + + +.. _NTF_LED_BRIGHT: + +NTF\_LED\_BRIGHT: LED Brightness +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Select the RGB LED brightness level\. When USB is connected brightness will never be higher than low regardless of the setting\. + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 0 | Off | | +| +-------+---------+ | +| | 1 | Low | | +| +-------+---------+ | +| | 2 | Medium | | +| +-------+---------+ | +| | 3 | High | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _NTF_BUZZ_TYPES: + +NTF\_BUZZ\_TYPES: Buzzer Driver Types +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Controls what types of Buzzer will be enabled + + ++---------------------------+ +| Bitmask | ++===========================+ +| +-----+-----------------+ | +| | Bit | Meaning | | +| +=====+=================+ | +| | 0 | Built-in buzzer | | +| +-----+-----------------+ | +| | 1 | DShot | | +| +-----+-----------------+ | +| | 2 | DroneCAN | | +| +-----+-----------------+ | +| | ++---------------------------+ + + + + +.. _NTF_LED_OVERRIDE: + +NTF\_LED\_OVERRIDE: Specifies colour source for the RGBLed +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Specifies the source for the colours and brightness for the LED\. OutbackChallenge conforms to the MedicalExpress \(https\:\/\/uavchallenge\.org\/medical\-express\/\) rules\, essentially \"Green\" is disarmed \(safe\-to\-approach\)\, \"Red\" is armed \(not safe\-to\-approach\)\. Traffic light is a simplified color set\, red when armed\, yellow when the safety switch is not surpressing outputs \(but disarmed\)\, and green when outputs are surpressed and disarmed\, the LED will blink faster if disarmed and failing arming checks\. + + ++-----------------------------------------+ +| Values | ++=========================================+ +| +-------+-----------------------------+ | +| | Value | Meaning | | +| +=======+=============================+ | +| | 0 | Standard | | +| +-------+-----------------------------+ | +| | 1 | MAVLink/Scripting/AP_Periph | | +| +-------+-----------------------------+ | +| | 2 | OutbackChallenge | | +| +-------+-----------------------------+ | +| | 3 | TrafficLight | | +| +-------+-----------------------------+ | +| | ++-----------------------------------------+ + + + + +.. _NTF_DISPLAY_TYPE: + +NTF\_DISPLAY\_TYPE: Type of on\-board I2C display +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets up the type of on\-board I2C display\. Disabled by default\. + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 0 | Disable | | +| +-------+---------+ | +| | 1 | ssd1306 | | +| +-------+---------+ | +| | 2 | sh1106 | | +| +-------+---------+ | +| | 10 | SITL | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _NTF_OREO_THEME: + +NTF\_OREO\_THEME: OreoLED Theme +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Enable\/Disable Solo Oreo LED driver\, 0 to disable\, 1 for Aircraft theme\, 2 for Rover theme + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Aircraft | | +| +-------+----------+ | +| | 2 | Rover | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _NTF_BUZZ_PIN: + +NTF\_BUZZ\_PIN: Buzzer pin +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Enables to connect active buzzer to arbitrary pin\. Requires 3\-pin buzzer or additional MOSFET\! Some the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | -1 | Disabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _NTF_LED_TYPES: + +NTF\_LED\_TYPES: LED Driver Types +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Controls what types of LEDs will be enabled + + ++-------------------------------+ +| Bitmask | ++===============================+ +| +-----+---------------------+ | +| | Bit | Meaning | | +| +=====+=====================+ | +| | 0 | Built-in LED | | +| +-----+---------------------+ | +| | 1 | Internal ToshibaLED | | +| +-----+---------------------+ | +| | 2 | External ToshibaLED | | +| +-----+---------------------+ | +| | 3 | External PCA9685 | | +| +-----+---------------------+ | +| | 4 | Oreo LED | | +| +-----+---------------------+ | +| | 5 | DroneCAN | | +| +-----+---------------------+ | +| | 6 | NCP5623 External | | +| +-----+---------------------+ | +| | 7 | NCP5623 Internal | | +| +-----+---------------------+ | +| | 8 | NeoPixel | | +| +-----+---------------------+ | +| | 9 | ProfiLED | | +| +-----+---------------------+ | +| | 10 | Scripting | | +| +-----+---------------------+ | +| | 11 | DShot | | +| +-----+---------------------+ | +| | 12 | ProfiLED_SPI | | +| +-----+---------------------+ | +| | 13 | LP5562 External | | +| +-----+---------------------+ | +| | 14 | LP5562 Internal | | +| +-----+---------------------+ | +| | 15 | IS31FL3195 External | | +| +-----+---------------------+ | +| | 16 | IS31FL3195 Internal | | +| +-----+---------------------+ | +| | 17 | DiscreteRGB | | +| +-----+---------------------+ | +| | 18 | NeoPixelRGB | | +| +-----+---------------------+ | +| | ++-------------------------------+ + + + + +.. _NTF_BUZZ_ON_LVL: + +NTF\_BUZZ\_ON\_LVL: Buzzer\-on pin logic level +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Specifies pin level that indicates buzzer should play + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | LowIsOn | | +| +-------+----------+ | +| | 1 | HighIsOn | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _NTF_BUZZ_VOLUME: + +NTF\_BUZZ\_VOLUME: Buzzer volume +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Control the volume of the buzzer + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 100 | percent | ++----------+---------+ + + + + +.. _NTF_LED_LEN: + +NTF\_LED\_LEN: Serial LED String Length +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +The number of Serial LED\'s to use for notifications \(NeoPixel\'s and ProfiLED\) + + ++---------+ +| Range | ++=========+ +| 1 to 32 | ++---------+ + + + + + +.. _parameters_OA_: + +OA\_ Parameters +--------------- + + +.. _OA_TYPE: + +OA\_TYPE: Object Avoidance Path Planning algorithm to use +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enabled\/disable path planning around obstacles + + ++--------------------------------------+ +| Values | ++======================================+ +| +-------+--------------------------+ | +| | Value | Meaning | | +| +=======+==========================+ | +| | 0 | Disabled | | +| +-------+--------------------------+ | +| | 1 | BendyRuler | | +| +-------+--------------------------+ | +| | 2 | Dijkstra | | +| +-------+--------------------------+ | +| | 3 | Dijkstra with BendyRuler | | +| +-------+--------------------------+ | +| | ++--------------------------------------+ + + + + +.. _OA_MARGIN_MAX: + +OA\_MARGIN\_MAX: Object Avoidance wide margin distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Object Avoidance will ignore objects more than this many meters from vehicle + + ++-----------+------------+--------+ +| Increment | Range | Units | ++===========+============+========+ +| 1 | 0.1 to 100 | meters | ++-----------+------------+--------+ + + + + +.. _OA_OPTIONS: + +OA\_OPTIONS: Options while recovering from Object Avoidance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Bitmask which will govern vehicles behaviour while recovering from Obstacle Avoidance \(i\.e Avoidance is turned off after the path ahead is clear\)\. + + ++--------------------------------------------------------------------+ +| Bitmask | ++====================================================================+ +| +-----+----------------------------------------------------------+ | +| | Bit | Meaning | | +| +=====+==========================================================+ | +| | 0 | Reset the origin of the waypoint to the present location | | +| +-----+----------------------------------------------------------+ | +| | 1 | log Dijkstra points | | +| +-----+----------------------------------------------------------+ | +| | ++--------------------------------------------------------------------+ + + + + + +.. _parameters_OA_BR_: + +OA\_BR\_ Parameters +------------------- + + +.. _OA_BR_LOOKAHEAD: + +OA\_BR\_LOOKAHEAD: Object Avoidance look ahead distance maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Object Avoidance will look this many meters ahead of vehicle + + ++-----------+----------+--------+ +| Increment | Range | Units | ++===========+==========+========+ +| 1 | 1 to 100 | meters | ++-----------+----------+--------+ + + + + +.. _OA_BR_CONT_RATIO: + +OA\_BR\_CONT\_RATIO: Obstacle Avoidance margin ratio for BendyRuler to change bearing significantly +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + + BendyRuler will avoid changing bearing unless ratio of previous margin from obstacle \(or fence\) to present calculated margin is atleast this much\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 0.1 | 1.1 to 2 | ++-----------+----------+ + + + + +.. _OA_BR_CONT_ANGLE: + +OA\_BR\_CONT\_ANGLE: BendyRuler\'s bearing change resistance threshold angle +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + + BendyRuler will resist changing current bearing if the change in bearing is over this angle + + ++-----------+-----------+ +| Increment | Range | ++===========+===========+ +| 5 | 20 to 180 | ++-----------+-----------+ + + + + + +.. _parameters_OA_DB_: + +OA\_DB\_ Parameters +------------------- + + +.. _OA_DB_SIZE: + +OA\_DB\_SIZE: OADatabase maximum number of points +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +OADatabase maximum number of points\. Set to 0 to disable the OA Database\. Larger means more points but is more cpu intensive to process + + ++------------+ +| Range | ++============+ +| 0 to 10000 | ++------------+ + + + + +.. _OA_DB_EXPIRE: + +OA\_DB\_EXPIRE: OADatabase item timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +OADatabase item timeout\. The time an item will linger without any updates before it expires\. Zero means never expires which is useful for a sent\-once static environment but terrible for dynamic ones\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 127 | seconds | ++-----------+----------+---------+ + + + + +.. _OA_DB_QUEUE_SIZE: + +OA\_DB\_QUEUE\_SIZE: OADatabase queue maximum number of points +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +OADatabase queue maximum number of points\. This in an input buffer size\. Larger means it can handle larger bursts of incoming data points to filter into the database\. No impact on cpu\, only RAM\. Recommend larger for faster datalinks or for sensors that generate a lot of data\. + + ++----------+ +| Range | ++==========+ +| 1 to 200 | ++----------+ + + + + +.. _OA_DB_OUTPUT: + +OA\_DB\_OUTPUT: OADatabase output level +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +OADatabase output level to configure which database objects are sent to the ground station\. All data is always available internally for avoidance algorithms\. + + ++---------------------------------------------------+ +| Values | ++===================================================+ +| +-------+---------------------------------------+ | +| | Value | Meaning | | +| +=======+=======================================+ | +| | 0 | Disabled | | +| +-------+---------------------------------------+ | +| | 1 | Send only HIGH importance items | | +| +-------+---------------------------------------+ | +| | 2 | Send HIGH and NORMAL importance items | | +| +-------+---------------------------------------+ | +| | 3 | Send all items | | +| +-------+---------------------------------------+ | +| | ++---------------------------------------------------+ + + + + +.. _OA_DB_BEAM_WIDTH: + +OA\_DB\_BEAM\_WIDTH: OADatabase beam width +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Beam width of incoming lidar data + + ++---------+---------+ +| Range | Units | ++=========+=========+ +| 1 to 10 | degrees | ++---------+---------+ + + + + +.. _OA_DB_RADIUS_MIN: + +OA\_DB\_RADIUS\_MIN: OADatabase Minimum radius +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Minimum radius of objects held in database + + ++---------+--------+ +| Range | Units | ++=========+========+ +| 0 to 10 | meters | ++---------+--------+ + + + + +.. _OA_DB_DIST_MAX: + +OA\_DB\_DIST\_MAX: OADatabase Distance Maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum distance of objects held in database\. Set to zero to disable the limits + + ++---------+--------+ +| Range | Units | ++=========+========+ +| 0 to 10 | meters | ++---------+--------+ + + + + + +.. _parameters_OSD: + +OSD Parameters +-------------- + + +.. _OSD_TYPE: + +OSD\_TYPE: OSD type +~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +OSD type\. TXONLY makes the OSD parameter selection available to other modules even if there is no native OSD support on the board\, for instance CRSF\. + + ++-----------------------------+ +| Values | ++=============================+ +| +-------+-----------------+ | +| | Value | Meaning | | +| +=======+=================+ | +| | 0 | None | | +| +-------+-----------------+ | +| | 1 | MAX7456 | | +| +-------+-----------------+ | +| | 2 | SITL | | +| +-------+-----------------+ | +| | 3 | MSP | | +| +-------+-----------------+ | +| | 4 | TXONLY | | +| +-------+-----------------+ | +| | 5 | MSP_DISPLAYPORT | | +| +-------+-----------------+ | +| | ++-----------------------------+ + + + + +.. _OSD_CHAN: + +OSD\_CHAN: Screen switch transmitter channel +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the channel used to switch different OSD screens\. + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 0 | Disable | | +| +-------+---------+ | +| | 5 | Chan5 | | +| +-------+---------+ | +| | 6 | Chan6 | | +| +-------+---------+ | +| | 7 | Chan7 | | +| +-------+---------+ | +| | 8 | Chan8 | | +| +-------+---------+ | +| | 9 | Chan9 | | +| +-------+---------+ | +| | 10 | Chan10 | | +| +-------+---------+ | +| | 11 | Chan11 | | +| +-------+---------+ | +| | 12 | Chan12 | | +| +-------+---------+ | +| | 13 | Chan13 | | +| +-------+---------+ | +| | 14 | Chan14 | | +| +-------+---------+ | +| | 15 | Chan15 | | +| +-------+---------+ | +| | 16 | Chan16 | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _OSD_SW_METHOD: + +OSD\_SW\_METHOD: Screen switch method +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the method used to switch different OSD screens\. + + ++---------------------------------------------------------------------------------------------------------+ +| Values | ++=========================================================================================================+ +| +-------+---------------------------------------------------------------------------------------------+ | +| | Value | Meaning | | +| +=======+=============================================================================================+ | +| | 0 | switch to next screen if channel value was changed | | +| +-------+---------------------------------------------------------------------------------------------+ | +| | 1 | select screen based on pwm ranges specified for each screen | | +| +-------+---------------------------------------------------------------------------------------------+ | +| | 2 | switch to next screen after low to high transition and every 1s while channel value is high | | +| +-------+---------------------------------------------------------------------------------------------+ | +| | ++---------------------------------------------------------------------------------------------------------+ + + + + +.. _OSD_OPTIONS: + +OSD\_OPTIONS: OSD Options +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets options that change the display + + ++--------------------------------------------------------------+ +| Bitmask | ++==============================================================+ +| +-----+----------------------------------------------------+ | +| | Bit | Meaning | | +| +=====+====================================================+ | +| | 0 | UseDecimalPack | | +| +-----+----------------------------------------------------+ | +| | 1 | InvertedWindArrow | | +| +-----+----------------------------------------------------+ | +| | 2 | InvertedAHRoll | | +| +-----+----------------------------------------------------+ | +| | 3 | Convert feet to miles at 5280ft instead of 10000ft | | +| +-----+----------------------------------------------------+ | +| | 4 | DisableCrosshair | | +| +-----+----------------------------------------------------+ | +| | 5 | TranslateArrows | | +| +-----+----------------------------------------------------+ | +| | 6 | AviationStyleAH | | +| +-----+----------------------------------------------------+ | +| | ++--------------------------------------------------------------+ + + + + +.. _OSD_FONT: + +OSD\_FONT: OSD Font +~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +This sets which OSD font to use\. It is an integer from 0 to the number of fonts available + + +.. _OSD_V_OFFSET: + +OSD\_V\_OFFSET: OSD vertical offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets vertical offset of the osd inside image + + ++---------+ +| Range | ++=========+ +| 0 to 31 | ++---------+ + + + + +.. _OSD_H_OFFSET: + +OSD\_H\_OFFSET: OSD horizontal offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets horizontal offset of the osd inside image + + ++---------+ +| Range | ++=========+ +| 0 to 63 | ++---------+ + + + + +.. _OSD_W_RSSI: + +OSD\_W\_RSSI: RSSI warn level \(in \%\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Set level at which RSSI item will flash + + ++---------+ +| Range | ++=========+ +| 0 to 99 | ++---------+ + + + + +.. _OSD_W_NSAT: + +OSD\_W\_NSAT: NSAT warn level +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Set level at which NSAT item will flash + + ++---------+ +| Range | ++=========+ +| 1 to 30 | ++---------+ + + + + +.. _OSD_W_BATVOLT: + +OSD\_W\_BATVOLT: BAT\_VOLT warn level +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Set level at which BAT\_VOLT item will flash + + ++----------+ +| Range | ++==========+ +| 0 to 100 | ++----------+ + + + + +.. _OSD_UNITS: + +OSD\_UNITS: Display Units +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sets the units to use in displaying items + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Metric | | +| +-------+----------+ | +| | 1 | Imperial | | +| +-------+----------+ | +| | 2 | SI | | +| +-------+----------+ | +| | 3 | Aviation | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD_MSG_TIME: + +OSD\_MSG\_TIME: Message display duration in seconds +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sets message duration seconds + + ++---------+ +| Range | ++=========+ +| 1 to 20 | ++---------+ + + + + +.. _OSD_ARM_SCR: + +OSD\_ARM\_SCR: Arm screen +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Screen to be shown on Arm event\. Zero to disable the feature\. + + ++--------+ +| Range | ++========+ +| 0 to 4 | ++--------+ + + + + +.. _OSD_DSARM_SCR: + +OSD\_DSARM\_SCR: Disarm screen +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Screen to be shown on disarm event\. Zero to disable the feature\. + + ++--------+ +| Range | ++========+ +| 0 to 4 | ++--------+ + + + + +.. _OSD_FS_SCR: + +OSD\_FS\_SCR: Failsafe screen +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Screen to be shown on failsafe event\. Zero to disable the feature\. + + ++--------+ +| Range | ++========+ +| 0 to 4 | ++--------+ + + + + +.. _OSD_BTN_DELAY: + +OSD\_BTN\_DELAY: Button delay +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Debounce time in ms for stick commanded parameter navigation\. + + ++-----------+ +| Range | ++===========+ +| 0 to 3000 | ++-----------+ + + + + +.. _OSD_W_TERR: + +OSD\_W\_TERR: Terrain warn level +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Set level below which TER\_HGT item will flash\. \-1 disables\. + + ++------------+--------+ +| Range | Units | ++============+========+ +| -1 to 3000 | meters | ++------------+--------+ + + + + +.. _OSD_W_AVGCELLV: + +OSD\_W\_AVGCELLV: AVGCELLV warn level +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Set level at which AVGCELLV item will flash + + ++----------+ +| Range | ++==========+ +| 0 to 100 | ++----------+ + + + + +.. _OSD_CELL_COUNT: + +OSD\_CELL\_COUNT: Battery cell count +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Used for average cell voltage display\. \-1 disables\, 0 uses cell count autodetection for well charged LIPO\/LIION batteries at connection\, other values manually select cell count used\. + + ++-----------+ +| Increment | ++===========+ +| 1 | ++-----------+ + + + + +.. _OSD_W_RESTVOLT: + +OSD\_W\_RESTVOLT: RESTVOLT warn level +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Set level at which RESTVOLT item will flash + + ++----------+ +| Range | ++==========+ +| 0 to 100 | ++----------+ + + + + +.. _OSD_W_ACRVOLT: + +OSD\_W\_ACRVOLT: Avg Cell Resting Volt warn level +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Set level at which ACRVOLT item will flash + + ++----------+ +| Range | ++==========+ +| 0 to 100 | ++----------+ + + + + +.. _OSD_TYPE2: + +OSD\_TYPE2: OSD type 2 +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +OSD type 2\. TXONLY makes the OSD parameter selection available to other modules even if there is no native OSD support on the board\, for instance CRSF\. + + ++-----------------------------+ +| Values | ++=============================+ +| +-------+-----------------+ | +| | Value | Meaning | | +| +=======+=================+ | +| | 0 | None | | +| +-------+-----------------+ | +| | 1 | MAX7456 | | +| +-------+-----------------+ | +| | 2 | SITL | | +| +-------+-----------------+ | +| | 3 | MSP | | +| +-------+-----------------+ | +| | 4 | TXONLY | | +| +-------+-----------------+ | +| | 5 | MSP_DISPLAYPORT | | +| +-------+-----------------+ | +| | ++-----------------------------+ + + + + + +.. _parameters_OSD1_: + +OSD1\_ Parameters +----------------- + + +.. _OSD1_ENABLE: + +OSD1\_ENABLE: Enable screen +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable this screen + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_CHAN_MIN: + +OSD1\_CHAN\_MIN: Transmitter switch screen minimum pwm +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the PWM lower limit for this screen + + ++-------------+ +| Range | ++=============+ +| 900 to 2100 | ++-------------+ + + + + +.. _OSD1_CHAN_MAX: + +OSD1\_CHAN\_MAX: Transmitter switch screen maximum pwm +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the PWM upper limit for this screen + + ++-------------+ +| Range | ++=============+ +| 900 to 2100 | ++-------------+ + + + + +.. _OSD1_ALTITUDE_EN: + +OSD1\_ALTITUDE\_EN: ALTITUDE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enables display of altitude AGL + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_ALTITUDE_X: + +OSD1\_ALTITUDE\_X: ALTITUDE\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_ALTITUDE_Y: + +OSD1\_ALTITUDE\_Y: ALTITUDE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_BAT_VOLT_EN: + +OSD1\_BAT\_VOLT\_EN: BATVOLT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays main battery voltage + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_BAT_VOLT_X: + +OSD1\_BAT\_VOLT\_X: BATVOLT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_BAT_VOLT_Y: + +OSD1\_BAT\_VOLT\_Y: BATVOLT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_RSSI_EN: + +OSD1\_RSSI\_EN: RSSI\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays RC signal strength + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_RSSI_X: + +OSD1\_RSSI\_X: RSSI\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_RSSI_Y: + +OSD1\_RSSI\_Y: RSSI\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_CURRENT_EN: + +OSD1\_CURRENT\_EN: CURRENT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays main battery current + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_CURRENT_X: + +OSD1\_CURRENT\_X: CURRENT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_CURRENT_Y: + +OSD1\_CURRENT\_Y: CURRENT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_BATUSED_EN: + +OSD1\_BATUSED\_EN: BATUSED\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays primary battery mAh consumed + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_BATUSED_X: + +OSD1\_BATUSED\_X: BATUSED\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_BATUSED_Y: + +OSD1\_BATUSED\_Y: BATUSED\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_SATS_EN: + +OSD1\_SATS\_EN: SATS\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays number of acquired satellites + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_SATS_X: + +OSD1\_SATS\_X: SATS\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_SATS_Y: + +OSD1\_SATS\_Y: SATS\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_FLTMODE_EN: + +OSD1\_FLTMODE\_EN: FLTMODE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays flight mode + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_FLTMODE_X: + +OSD1\_FLTMODE\_X: FLTMODE\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_FLTMODE_Y: + +OSD1\_FLTMODE\_Y: FLTMODE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_MESSAGE_EN: + +OSD1\_MESSAGE\_EN: MESSAGE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays Mavlink messages + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_MESSAGE_X: + +OSD1\_MESSAGE\_X: MESSAGE\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_MESSAGE_Y: + +OSD1\_MESSAGE\_Y: MESSAGE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_GSPEED_EN: + +OSD1\_GSPEED\_EN: GSPEED\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays GPS ground speed + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_GSPEED_X: + +OSD1\_GSPEED\_X: GSPEED\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_GSPEED_Y: + +OSD1\_GSPEED\_Y: GSPEED\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_HORIZON_EN: + +OSD1\_HORIZON\_EN: HORIZON\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays artificial horizon + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_HORIZON_X: + +OSD1\_HORIZON\_X: HORIZON\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_HORIZON_Y: + +OSD1\_HORIZON\_Y: HORIZON\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_HOME_EN: + +OSD1\_HOME\_EN: HOME\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays distance and relative direction to HOME + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_HOME_X: + +OSD1\_HOME\_X: HOME\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_HOME_Y: + +OSD1\_HOME\_Y: HOME\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_HEADING_EN: + +OSD1\_HEADING\_EN: HEADING\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays heading + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_HEADING_X: + +OSD1\_HEADING\_X: HEADING\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_HEADING_Y: + +OSD1\_HEADING\_Y: HEADING\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_THROTTLE_EN: + +OSD1\_THROTTLE\_EN: THROTTLE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays actual throttle percentage being sent to motor\(s\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_THROTTLE_X: + +OSD1\_THROTTLE\_X: THROTTLE\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_THROTTLE_Y: + +OSD1\_THROTTLE\_Y: THROTTLE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_COMPASS_EN: + +OSD1\_COMPASS\_EN: COMPASS\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enables display of compass rose + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_COMPASS_X: + +OSD1\_COMPASS\_X: COMPASS\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_COMPASS_Y: + +OSD1\_COMPASS\_Y: COMPASS\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_WIND_EN: + +OSD1\_WIND\_EN: WIND\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays wind speed and relative direction\, on Rover this is the apparent wind speed and direction from the windvane\, if fitted + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_WIND_X: + +OSD1\_WIND\_X: WIND\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_WIND_Y: + +OSD1\_WIND\_Y: WIND\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_ASPEED_EN: + +OSD1\_ASPEED\_EN: ASPEED\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays airspeed value being used by TECS \(fused value\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_ASPEED_X: + +OSD1\_ASPEED\_X: ASPEED\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_ASPEED_Y: + +OSD1\_ASPEED\_Y: ASPEED\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_VSPEED_EN: + +OSD1\_VSPEED\_EN: VSPEED\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays climb rate + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_VSPEED_X: + +OSD1\_VSPEED\_X: VSPEED\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_VSPEED_Y: + +OSD1\_VSPEED\_Y: VSPEED\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_ESCTEMP_EN: + +OSD1\_ESCTEMP\_EN: ESCTEMP\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays first esc\'s temp + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_ESCTEMP_X: + +OSD1\_ESCTEMP\_X: ESCTEMP\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_ESCTEMP_Y: + +OSD1\_ESCTEMP\_Y: ESCTEMP\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_ESCRPM_EN: + +OSD1\_ESCRPM\_EN: ESCRPM\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays first esc\'s rpm + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_ESCRPM_X: + +OSD1\_ESCRPM\_X: ESCRPM\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_ESCRPM_Y: + +OSD1\_ESCRPM\_Y: ESCRPM\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_ESCAMPS_EN: + +OSD1\_ESCAMPS\_EN: ESCAMPS\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays first esc\'s current + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_ESCAMPS_X: + +OSD1\_ESCAMPS\_X: ESCAMPS\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_ESCAMPS_Y: + +OSD1\_ESCAMPS\_Y: ESCAMPS\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_GPSLAT_EN: + +OSD1\_GPSLAT\_EN: GPSLAT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays GPS latitude + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_GPSLAT_X: + +OSD1\_GPSLAT\_X: GPSLAT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_GPSLAT_Y: + +OSD1\_GPSLAT\_Y: GPSLAT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_GPSLONG_EN: + +OSD1\_GPSLONG\_EN: GPSLONG\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays GPS longitude + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_GPSLONG_X: + +OSD1\_GPSLONG\_X: GPSLONG\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_GPSLONG_Y: + +OSD1\_GPSLONG\_Y: GPSLONG\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_ROLL_EN: + +OSD1\_ROLL\_EN: ROLL\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays degrees of roll from level + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_ROLL_X: + +OSD1\_ROLL\_X: ROLL\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_ROLL_Y: + +OSD1\_ROLL\_Y: ROLL\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_PITCH_EN: + +OSD1\_PITCH\_EN: PITCH\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays degrees of pitch from level + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_PITCH_X: + +OSD1\_PITCH\_X: PITCH\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_PITCH_Y: + +OSD1\_PITCH\_Y: PITCH\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_TEMP_EN: + +OSD1\_TEMP\_EN: TEMP\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays temperature reported by primary barometer + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_TEMP_X: + +OSD1\_TEMP\_X: TEMP\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_TEMP_Y: + +OSD1\_TEMP\_Y: TEMP\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_HDOP_EN: + +OSD1\_HDOP\_EN: HDOP\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays Horizontal Dilution Of Position + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_HDOP_X: + +OSD1\_HDOP\_X: HDOP\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_HDOP_Y: + +OSD1\_HDOP\_Y: HDOP\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_WAYPOINT_EN: + +OSD1\_WAYPOINT\_EN: WAYPOINT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays bearing and distance to next waypoint + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_WAYPOINT_X: + +OSD1\_WAYPOINT\_X: WAYPOINT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_WAYPOINT_Y: + +OSD1\_WAYPOINT\_Y: WAYPOINT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_XTRACK_EN: + +OSD1\_XTRACK\_EN: XTRACK\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays crosstrack error + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_XTRACK_X: + +OSD1\_XTRACK\_X: XTRACK\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_XTRACK_Y: + +OSD1\_XTRACK\_Y: XTRACK\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_DIST_EN: + +OSD1\_DIST\_EN: DIST\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays total distance flown + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_DIST_X: + +OSD1\_DIST\_X: DIST\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_DIST_Y: + +OSD1\_DIST\_Y: DIST\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_STATS_EN: + +OSD1\_STATS\_EN: STATS\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays flight stats + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_STATS_X: + +OSD1\_STATS\_X: STATS\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_STATS_Y: + +OSD1\_STATS\_Y: STATS\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_FLTIME_EN: + +OSD1\_FLTIME\_EN: FLTIME\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays total flight time + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_FLTIME_X: + +OSD1\_FLTIME\_X: FLTIME\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_FLTIME_Y: + +OSD1\_FLTIME\_Y: FLTIME\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_CLIMBEFF_EN: + +OSD1\_CLIMBEFF\_EN: CLIMBEFF\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays climb efficiency \(climb rate\/current\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_CLIMBEFF_X: + +OSD1\_CLIMBEFF\_X: CLIMBEFF\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_CLIMBEFF_Y: + +OSD1\_CLIMBEFF\_Y: CLIMBEFF\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_EFF_EN: + +OSD1\_EFF\_EN: EFF\_EN +~~~~~~~~~~~~~~~~~~~~~~ + + +Displays flight efficiency \(mAh\/km or \/mi\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_EFF_X: + +OSD1\_EFF\_X: EFF\_X +~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_EFF_Y: + +OSD1\_EFF\_Y: EFF\_Y +~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_BTEMP_EN: + +OSD1\_BTEMP\_EN: BTEMP\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays temperature reported by secondary barometer + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_BTEMP_X: + +OSD1\_BTEMP\_X: BTEMP\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_BTEMP_Y: + +OSD1\_BTEMP\_Y: BTEMP\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_ATEMP_EN: + +OSD1\_ATEMP\_EN: ATEMP\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays temperature reported by primary airspeed sensor + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_ATEMP_X: + +OSD1\_ATEMP\_X: ATEMP\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_ATEMP_Y: + +OSD1\_ATEMP\_Y: ATEMP\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_BAT2_VLT_EN: + +OSD1\_BAT2\_VLT\_EN: BAT2VLT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays battery2 voltage + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_BAT2_VLT_X: + +OSD1\_BAT2\_VLT\_X: BAT2VLT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_BAT2_VLT_Y: + +OSD1\_BAT2\_VLT\_Y: BAT2VLT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_BAT2USED_EN: + +OSD1\_BAT2USED\_EN: BAT2USED\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays secondary battery mAh consumed + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_BAT2USED_X: + +OSD1\_BAT2USED\_X: BAT2USED\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_BAT2USED_Y: + +OSD1\_BAT2USED\_Y: BAT2USED\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_ASPD2_EN: + +OSD1\_ASPD2\_EN: ASPD2\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays airspeed reported directly from secondary airspeed sensor + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_ASPD2_X: + +OSD1\_ASPD2\_X: ASPD2\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_ASPD2_Y: + +OSD1\_ASPD2\_Y: ASPD2\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_ASPD1_EN: + +OSD1\_ASPD1\_EN: ASPD1\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays airspeed reported directly from primary airspeed sensor + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_ASPD1_X: + +OSD1\_ASPD1\_X: ASPD1\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_ASPD1_Y: + +OSD1\_ASPD1\_Y: ASPD1\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_CLK_EN: + +OSD1\_CLK\_EN: CLK\_EN +~~~~~~~~~~~~~~~~~~~~~~ + + +Displays a clock panel based on AP\_RTC local time + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_CLK_X: + +OSD1\_CLK\_X: CLK\_X +~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_CLK_Y: + +OSD1\_CLK\_Y: CLK\_Y +~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_SIDEBARS_EN: + +OSD1\_SIDEBARS\_EN: SIDEBARS\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays artificial horizon side bars + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_SIDEBARS_X: + +OSD1\_SIDEBARS\_X: SIDEBARS\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_SIDEBARS_Y: + +OSD1\_SIDEBARS\_Y: SIDEBARS\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_CRSSHAIR_EN: + +OSD1\_CRSSHAIR\_EN: CRSSHAIR\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays artificial horizon crosshair \(MSP OSD only\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_CRSSHAIR_X: + +OSD1\_CRSSHAIR\_X: CRSSHAIR\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen \(MSP OSD only\) + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_CRSSHAIR_Y: + +OSD1\_CRSSHAIR\_Y: CRSSHAIR\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen \(MSP OSD only\) + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_HOMEDIST_EN: + +OSD1\_HOMEDIST\_EN: HOMEDIST\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays distance from HOME \(MSP OSD only\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_HOMEDIST_X: + +OSD1\_HOMEDIST\_X: HOMEDIST\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen \(MSP OSD only\) + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_HOMEDIST_Y: + +OSD1\_HOMEDIST\_Y: HOMEDIST\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen \(MSP OSD only\) + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_HOMEDIR_EN: + +OSD1\_HOMEDIR\_EN: HOMEDIR\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays relative direction to HOME \(MSP OSD only\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_HOMEDIR_X: + +OSD1\_HOMEDIR\_X: HOMEDIR\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_HOMEDIR_Y: + +OSD1\_HOMEDIR\_Y: HOMEDIR\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_POWER_EN: + +OSD1\_POWER\_EN: POWER\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays power \(MSP OSD only\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_POWER_X: + +OSD1\_POWER\_X: POWER\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_POWER_Y: + +OSD1\_POWER\_Y: POWER\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_CELLVOLT_EN: + +OSD1\_CELLVOLT\_EN: CELL\_VOLT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays average cell voltage \(MSP OSD only\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_CELLVOLT_X: + +OSD1\_CELLVOLT\_X: CELL\_VOLT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_CELLVOLT_Y: + +OSD1\_CELLVOLT\_Y: CELL\_VOLT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_BATTBAR_EN: + +OSD1\_BATTBAR\_EN: BATT\_BAR\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays battery usage bar \(MSP OSD only\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_BATTBAR_X: + +OSD1\_BATTBAR\_X: BATT\_BAR\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_BATTBAR_Y: + +OSD1\_BATTBAR\_Y: BATT\_BAR\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_ARMING_EN: + +OSD1\_ARMING\_EN: ARMING\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays arming status \(MSP OSD only\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_ARMING_X: + +OSD1\_ARMING\_X: ARMING\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_ARMING_Y: + +OSD1\_ARMING\_Y: ARMING\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_PLUSCODE_EN: + +OSD1\_PLUSCODE\_EN: PLUSCODE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays pluscode \(OLC\) element + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_PLUSCODE_X: + +OSD1\_PLUSCODE\_X: PLUSCODE\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_PLUSCODE_Y: + +OSD1\_PLUSCODE\_Y: PLUSCODE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_CALLSIGN_EN: + +OSD1\_CALLSIGN\_EN: CALLSIGN\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays callsign from callsign\.txt on microSD card + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_CALLSIGN_X: + +OSD1\_CALLSIGN\_X: CALLSIGN\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_CALLSIGN_Y: + +OSD1\_CALLSIGN\_Y: CALLSIGN\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_CURRENT2_EN: + +OSD1\_CURRENT2\_EN: CURRENT2\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays 2nd battery current + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_CURRENT2_X: + +OSD1\_CURRENT2\_X: CURRENT2\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_CURRENT2_Y: + +OSD1\_CURRENT2\_Y: CURRENT2\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_VTX_PWR_EN: + +OSD1\_VTX\_PWR\_EN: VTX\_PWR\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays VTX Power + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_VTX_PWR_X: + +OSD1\_VTX\_PWR\_X: VTX\_PWR\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_VTX_PWR_Y: + +OSD1\_VTX\_PWR\_Y: VTX\_PWR\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_TER_HGT_EN: + +OSD1\_TER\_HGT\_EN: TER\_HGT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays Height above terrain + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_TER_HGT_X: + +OSD1\_TER\_HGT\_X: TER\_HGT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_TER_HGT_Y: + +OSD1\_TER\_HGT\_Y: TER\_HGT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_AVGCELLV_EN: + +OSD1\_AVGCELLV\_EN: AVGCELLV\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays average cell voltage\. WARNING\: this can be inaccurate if the cell count is not detected or set properly\. If the the battery is far from fully charged the detected cell count might not be accurate if auto cell count detection is used \(OSD\_CELL\_COUNT\=0\)\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_AVGCELLV_X: + +OSD1\_AVGCELLV\_X: AVGCELLV\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_AVGCELLV_Y: + +OSD1\_AVGCELLV\_Y: AVGCELLV\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_RESTVOLT_EN: + +OSD1\_RESTVOLT\_EN: RESTVOLT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays main battery resting voltage + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_RESTVOLT_X: + +OSD1\_RESTVOLT\_X: RESTVOLT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_RESTVOLT_Y: + +OSD1\_RESTVOLT\_Y: RESTVOLT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_FENCE_EN: + +OSD1\_FENCE\_EN: FENCE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays indication of fence enable and breach + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_FENCE_X: + +OSD1\_FENCE\_X: FENCE\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_FENCE_Y: + +OSD1\_FENCE\_Y: FENCE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_RNGF_EN: + +OSD1\_RNGF\_EN: RNGF\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays a rangefinder\'s distance in cm + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_RNGF_X: + +OSD1\_RNGF\_X: RNGF\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_RNGF_Y: + +OSD1\_RNGF\_Y: RNGF\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_ACRVOLT_EN: + +OSD1\_ACRVOLT\_EN: ACRVOLT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays resting voltage for the average cell\. WARNING\: this can be inaccurate if the cell count is not detected or set properly\. If the the battery is far from fully charged the detected cell count might not be accurate if auto cell count detection is used \(OSD\_CELL\_COUNT\=0\)\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_ACRVOLT_X: + +OSD1\_ACRVOLT\_X: ACRVOLT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_ACRVOLT_Y: + +OSD1\_ACRVOLT\_Y: ACRVOLT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_RPM_EN: + +OSD1\_RPM\_EN: RPM\_EN +~~~~~~~~~~~~~~~~~~~~~~ + + +Displays main rotor revs\/min + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_RPM_X: + +OSD1\_RPM\_X: RPM\_X +~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 29 | ++---------+ + + + + +.. _OSD1_RPM_Y: + +OSD1\_RPM\_Y: RPM\_Y +~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _OSD1_LINK_Q_EN: + +OSD1\_LINK\_Q\_EN: LINK\_Q\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays Receiver link quality + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD1_LINK_Q_X: + +OSD1\_LINK\_Q\_X: LINK\_Q\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_LINK_Q_Y: + +OSD1\_LINK\_Q\_Y: LINK\_Q\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_TXT_RES: + +OSD1\_TXT\_RES: Sets the overlay text resolution \(MSP DisplayPort only\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sets the overlay text resolution for this screen to either LD 30x16 or HD 50x18 \(MSP DisplayPort only\) + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 0 | 30x16 | | +| +-------+---------+ | +| | 1 | 50x18 | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _OSD1_FONT: + +OSD1\_FONT: Sets the font index for this screen \(MSP DisplayPort only\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sets the font index for this screen \(MSP DisplayPort only\) + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + + +.. _parameters_OSD2_: + +OSD2\_ Parameters +----------------- + + +.. _OSD2_ENABLE: + +OSD2\_ENABLE: Enable screen +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable this screen + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_CHAN_MIN: + +OSD2\_CHAN\_MIN: Transmitter switch screen minimum pwm +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the PWM lower limit for this screen + + ++-------------+ +| Range | ++=============+ +| 900 to 2100 | ++-------------+ + + + + +.. _OSD2_CHAN_MAX: + +OSD2\_CHAN\_MAX: Transmitter switch screen maximum pwm +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the PWM upper limit for this screen + + ++-------------+ +| Range | ++=============+ +| 900 to 2100 | ++-------------+ + + + + +.. _OSD2_ALTITUDE_EN: + +OSD2\_ALTITUDE\_EN: ALTITUDE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enables display of altitude AGL + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_ALTITUDE_X: + +OSD2\_ALTITUDE\_X: ALTITUDE\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_ALTITUDE_Y: + +OSD2\_ALTITUDE\_Y: ALTITUDE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_BAT_VOLT_EN: + +OSD2\_BAT\_VOLT\_EN: BATVOLT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays main battery voltage + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_BAT_VOLT_X: + +OSD2\_BAT\_VOLT\_X: BATVOLT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_BAT_VOLT_Y: + +OSD2\_BAT\_VOLT\_Y: BATVOLT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_RSSI_EN: + +OSD2\_RSSI\_EN: RSSI\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays RC signal strength + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_RSSI_X: + +OSD2\_RSSI\_X: RSSI\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_RSSI_Y: + +OSD2\_RSSI\_Y: RSSI\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_CURRENT_EN: + +OSD2\_CURRENT\_EN: CURRENT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays main battery current + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_CURRENT_X: + +OSD2\_CURRENT\_X: CURRENT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_CURRENT_Y: + +OSD2\_CURRENT\_Y: CURRENT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_BATUSED_EN: + +OSD2\_BATUSED\_EN: BATUSED\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays primary battery mAh consumed + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_BATUSED_X: + +OSD2\_BATUSED\_X: BATUSED\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_BATUSED_Y: + +OSD2\_BATUSED\_Y: BATUSED\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_SATS_EN: + +OSD2\_SATS\_EN: SATS\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays number of acquired satellites + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_SATS_X: + +OSD2\_SATS\_X: SATS\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_SATS_Y: + +OSD2\_SATS\_Y: SATS\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_FLTMODE_EN: + +OSD2\_FLTMODE\_EN: FLTMODE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays flight mode + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_FLTMODE_X: + +OSD2\_FLTMODE\_X: FLTMODE\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_FLTMODE_Y: + +OSD2\_FLTMODE\_Y: FLTMODE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_MESSAGE_EN: + +OSD2\_MESSAGE\_EN: MESSAGE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays Mavlink messages + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_MESSAGE_X: + +OSD2\_MESSAGE\_X: MESSAGE\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_MESSAGE_Y: + +OSD2\_MESSAGE\_Y: MESSAGE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_GSPEED_EN: + +OSD2\_GSPEED\_EN: GSPEED\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays GPS ground speed + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_GSPEED_X: + +OSD2\_GSPEED\_X: GSPEED\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_GSPEED_Y: + +OSD2\_GSPEED\_Y: GSPEED\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_HORIZON_EN: + +OSD2\_HORIZON\_EN: HORIZON\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays artificial horizon + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_HORIZON_X: + +OSD2\_HORIZON\_X: HORIZON\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_HORIZON_Y: + +OSD2\_HORIZON\_Y: HORIZON\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_HOME_EN: + +OSD2\_HOME\_EN: HOME\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays distance and relative direction to HOME + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_HOME_X: + +OSD2\_HOME\_X: HOME\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_HOME_Y: + +OSD2\_HOME\_Y: HOME\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_HEADING_EN: + +OSD2\_HEADING\_EN: HEADING\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays heading + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_HEADING_X: + +OSD2\_HEADING\_X: HEADING\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_HEADING_Y: + +OSD2\_HEADING\_Y: HEADING\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_THROTTLE_EN: + +OSD2\_THROTTLE\_EN: THROTTLE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays actual throttle percentage being sent to motor\(s\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_THROTTLE_X: + +OSD2\_THROTTLE\_X: THROTTLE\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_THROTTLE_Y: + +OSD2\_THROTTLE\_Y: THROTTLE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_COMPASS_EN: + +OSD2\_COMPASS\_EN: COMPASS\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enables display of compass rose + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_COMPASS_X: + +OSD2\_COMPASS\_X: COMPASS\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_COMPASS_Y: + +OSD2\_COMPASS\_Y: COMPASS\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_WIND_EN: + +OSD2\_WIND\_EN: WIND\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays wind speed and relative direction\, on Rover this is the apparent wind speed and direction from the windvane\, if fitted + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_WIND_X: + +OSD2\_WIND\_X: WIND\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_WIND_Y: + +OSD2\_WIND\_Y: WIND\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_ASPEED_EN: + +OSD2\_ASPEED\_EN: ASPEED\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays airspeed value being used by TECS \(fused value\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_ASPEED_X: + +OSD2\_ASPEED\_X: ASPEED\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_ASPEED_Y: + +OSD2\_ASPEED\_Y: ASPEED\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_VSPEED_EN: + +OSD2\_VSPEED\_EN: VSPEED\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays climb rate + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_VSPEED_X: + +OSD2\_VSPEED\_X: VSPEED\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_VSPEED_Y: + +OSD2\_VSPEED\_Y: VSPEED\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_ESCTEMP_EN: + +OSD2\_ESCTEMP\_EN: ESCTEMP\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays first esc\'s temp + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_ESCTEMP_X: + +OSD2\_ESCTEMP\_X: ESCTEMP\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_ESCTEMP_Y: + +OSD2\_ESCTEMP\_Y: ESCTEMP\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_ESCRPM_EN: + +OSD2\_ESCRPM\_EN: ESCRPM\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays first esc\'s rpm + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_ESCRPM_X: + +OSD2\_ESCRPM\_X: ESCRPM\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_ESCRPM_Y: + +OSD2\_ESCRPM\_Y: ESCRPM\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_ESCAMPS_EN: + +OSD2\_ESCAMPS\_EN: ESCAMPS\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays first esc\'s current + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_ESCAMPS_X: + +OSD2\_ESCAMPS\_X: ESCAMPS\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_ESCAMPS_Y: + +OSD2\_ESCAMPS\_Y: ESCAMPS\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_GPSLAT_EN: + +OSD2\_GPSLAT\_EN: GPSLAT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays GPS latitude + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_GPSLAT_X: + +OSD2\_GPSLAT\_X: GPSLAT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_GPSLAT_Y: + +OSD2\_GPSLAT\_Y: GPSLAT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_GPSLONG_EN: + +OSD2\_GPSLONG\_EN: GPSLONG\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays GPS longitude + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_GPSLONG_X: + +OSD2\_GPSLONG\_X: GPSLONG\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_GPSLONG_Y: + +OSD2\_GPSLONG\_Y: GPSLONG\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_ROLL_EN: + +OSD2\_ROLL\_EN: ROLL\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays degrees of roll from level + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_ROLL_X: + +OSD2\_ROLL\_X: ROLL\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_ROLL_Y: + +OSD2\_ROLL\_Y: ROLL\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_PITCH_EN: + +OSD2\_PITCH\_EN: PITCH\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays degrees of pitch from level + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_PITCH_X: + +OSD2\_PITCH\_X: PITCH\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_PITCH_Y: + +OSD2\_PITCH\_Y: PITCH\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_TEMP_EN: + +OSD2\_TEMP\_EN: TEMP\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays temperature reported by primary barometer + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_TEMP_X: + +OSD2\_TEMP\_X: TEMP\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_TEMP_Y: + +OSD2\_TEMP\_Y: TEMP\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_HDOP_EN: + +OSD2\_HDOP\_EN: HDOP\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays Horizontal Dilution Of Position + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_HDOP_X: + +OSD2\_HDOP\_X: HDOP\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_HDOP_Y: + +OSD2\_HDOP\_Y: HDOP\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_WAYPOINT_EN: + +OSD2\_WAYPOINT\_EN: WAYPOINT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays bearing and distance to next waypoint + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_WAYPOINT_X: + +OSD2\_WAYPOINT\_X: WAYPOINT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_WAYPOINT_Y: + +OSD2\_WAYPOINT\_Y: WAYPOINT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_XTRACK_EN: + +OSD2\_XTRACK\_EN: XTRACK\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays crosstrack error + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_XTRACK_X: + +OSD2\_XTRACK\_X: XTRACK\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_XTRACK_Y: + +OSD2\_XTRACK\_Y: XTRACK\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_DIST_EN: + +OSD2\_DIST\_EN: DIST\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays total distance flown + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_DIST_X: + +OSD2\_DIST\_X: DIST\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_DIST_Y: + +OSD2\_DIST\_Y: DIST\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_STATS_EN: + +OSD2\_STATS\_EN: STATS\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays flight stats + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_STATS_X: + +OSD2\_STATS\_X: STATS\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_STATS_Y: + +OSD2\_STATS\_Y: STATS\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_FLTIME_EN: + +OSD2\_FLTIME\_EN: FLTIME\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays total flight time + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_FLTIME_X: + +OSD2\_FLTIME\_X: FLTIME\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_FLTIME_Y: + +OSD2\_FLTIME\_Y: FLTIME\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_CLIMBEFF_EN: + +OSD2\_CLIMBEFF\_EN: CLIMBEFF\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays climb efficiency \(climb rate\/current\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_CLIMBEFF_X: + +OSD2\_CLIMBEFF\_X: CLIMBEFF\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_CLIMBEFF_Y: + +OSD2\_CLIMBEFF\_Y: CLIMBEFF\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_EFF_EN: + +OSD2\_EFF\_EN: EFF\_EN +~~~~~~~~~~~~~~~~~~~~~~ + + +Displays flight efficiency \(mAh\/km or \/mi\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_EFF_X: + +OSD2\_EFF\_X: EFF\_X +~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_EFF_Y: + +OSD2\_EFF\_Y: EFF\_Y +~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_BTEMP_EN: + +OSD2\_BTEMP\_EN: BTEMP\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays temperature reported by secondary barometer + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_BTEMP_X: + +OSD2\_BTEMP\_X: BTEMP\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_BTEMP_Y: + +OSD2\_BTEMP\_Y: BTEMP\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_ATEMP_EN: + +OSD2\_ATEMP\_EN: ATEMP\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays temperature reported by primary airspeed sensor + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_ATEMP_X: + +OSD2\_ATEMP\_X: ATEMP\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_ATEMP_Y: + +OSD2\_ATEMP\_Y: ATEMP\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_BAT2_VLT_EN: + +OSD2\_BAT2\_VLT\_EN: BAT2VLT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays battery2 voltage + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_BAT2_VLT_X: + +OSD2\_BAT2\_VLT\_X: BAT2VLT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_BAT2_VLT_Y: + +OSD2\_BAT2\_VLT\_Y: BAT2VLT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_BAT2USED_EN: + +OSD2\_BAT2USED\_EN: BAT2USED\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays secondary battery mAh consumed + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_BAT2USED_X: + +OSD2\_BAT2USED\_X: BAT2USED\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_BAT2USED_Y: + +OSD2\_BAT2USED\_Y: BAT2USED\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_ASPD2_EN: + +OSD2\_ASPD2\_EN: ASPD2\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays airspeed reported directly from secondary airspeed sensor + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_ASPD2_X: + +OSD2\_ASPD2\_X: ASPD2\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_ASPD2_Y: + +OSD2\_ASPD2\_Y: ASPD2\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_ASPD1_EN: + +OSD2\_ASPD1\_EN: ASPD1\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays airspeed reported directly from primary airspeed sensor + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_ASPD1_X: + +OSD2\_ASPD1\_X: ASPD1\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_ASPD1_Y: + +OSD2\_ASPD1\_Y: ASPD1\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_CLK_EN: + +OSD2\_CLK\_EN: CLK\_EN +~~~~~~~~~~~~~~~~~~~~~~ + + +Displays a clock panel based on AP\_RTC local time + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_CLK_X: + +OSD2\_CLK\_X: CLK\_X +~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_CLK_Y: + +OSD2\_CLK\_Y: CLK\_Y +~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_SIDEBARS_EN: + +OSD2\_SIDEBARS\_EN: SIDEBARS\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays artificial horizon side bars + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_SIDEBARS_X: + +OSD2\_SIDEBARS\_X: SIDEBARS\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_SIDEBARS_Y: + +OSD2\_SIDEBARS\_Y: SIDEBARS\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_CRSSHAIR_EN: + +OSD2\_CRSSHAIR\_EN: CRSSHAIR\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays artificial horizon crosshair \(MSP OSD only\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_CRSSHAIR_X: + +OSD2\_CRSSHAIR\_X: CRSSHAIR\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen \(MSP OSD only\) + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_CRSSHAIR_Y: + +OSD2\_CRSSHAIR\_Y: CRSSHAIR\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen \(MSP OSD only\) + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_HOMEDIST_EN: + +OSD2\_HOMEDIST\_EN: HOMEDIST\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays distance from HOME \(MSP OSD only\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_HOMEDIST_X: + +OSD2\_HOMEDIST\_X: HOMEDIST\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen \(MSP OSD only\) + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_HOMEDIST_Y: + +OSD2\_HOMEDIST\_Y: HOMEDIST\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen \(MSP OSD only\) + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_HOMEDIR_EN: + +OSD2\_HOMEDIR\_EN: HOMEDIR\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays relative direction to HOME \(MSP OSD only\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_HOMEDIR_X: + +OSD2\_HOMEDIR\_X: HOMEDIR\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_HOMEDIR_Y: + +OSD2\_HOMEDIR\_Y: HOMEDIR\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_POWER_EN: + +OSD2\_POWER\_EN: POWER\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays power \(MSP OSD only\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_POWER_X: + +OSD2\_POWER\_X: POWER\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_POWER_Y: + +OSD2\_POWER\_Y: POWER\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_CELLVOLT_EN: + +OSD2\_CELLVOLT\_EN: CELL\_VOLT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays average cell voltage \(MSP OSD only\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_CELLVOLT_X: + +OSD2\_CELLVOLT\_X: CELL\_VOLT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_CELLVOLT_Y: + +OSD2\_CELLVOLT\_Y: CELL\_VOLT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_BATTBAR_EN: + +OSD2\_BATTBAR\_EN: BATT\_BAR\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays battery usage bar \(MSP OSD only\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_BATTBAR_X: + +OSD2\_BATTBAR\_X: BATT\_BAR\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_BATTBAR_Y: + +OSD2\_BATTBAR\_Y: BATT\_BAR\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_ARMING_EN: + +OSD2\_ARMING\_EN: ARMING\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays arming status \(MSP OSD only\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_ARMING_X: + +OSD2\_ARMING\_X: ARMING\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_ARMING_Y: + +OSD2\_ARMING\_Y: ARMING\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_PLUSCODE_EN: + +OSD2\_PLUSCODE\_EN: PLUSCODE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays pluscode \(OLC\) element + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_PLUSCODE_X: + +OSD2\_PLUSCODE\_X: PLUSCODE\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_PLUSCODE_Y: + +OSD2\_PLUSCODE\_Y: PLUSCODE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_CALLSIGN_EN: + +OSD2\_CALLSIGN\_EN: CALLSIGN\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays callsign from callsign\.txt on microSD card + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_CALLSIGN_X: + +OSD2\_CALLSIGN\_X: CALLSIGN\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_CALLSIGN_Y: + +OSD2\_CALLSIGN\_Y: CALLSIGN\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_CURRENT2_EN: + +OSD2\_CURRENT2\_EN: CURRENT2\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays 2nd battery current + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_CURRENT2_X: + +OSD2\_CURRENT2\_X: CURRENT2\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_CURRENT2_Y: + +OSD2\_CURRENT2\_Y: CURRENT2\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_VTX_PWR_EN: + +OSD2\_VTX\_PWR\_EN: VTX\_PWR\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays VTX Power + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_VTX_PWR_X: + +OSD2\_VTX\_PWR\_X: VTX\_PWR\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_VTX_PWR_Y: + +OSD2\_VTX\_PWR\_Y: VTX\_PWR\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_TER_HGT_EN: + +OSD2\_TER\_HGT\_EN: TER\_HGT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays Height above terrain + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_TER_HGT_X: + +OSD2\_TER\_HGT\_X: TER\_HGT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_TER_HGT_Y: + +OSD2\_TER\_HGT\_Y: TER\_HGT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_AVGCELLV_EN: + +OSD2\_AVGCELLV\_EN: AVGCELLV\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays average cell voltage\. WARNING\: this can be inaccurate if the cell count is not detected or set properly\. If the the battery is far from fully charged the detected cell count might not be accurate if auto cell count detection is used \(OSD\_CELL\_COUNT\=0\)\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_AVGCELLV_X: + +OSD2\_AVGCELLV\_X: AVGCELLV\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_AVGCELLV_Y: + +OSD2\_AVGCELLV\_Y: AVGCELLV\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_RESTVOLT_EN: + +OSD2\_RESTVOLT\_EN: RESTVOLT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays main battery resting voltage + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_RESTVOLT_X: + +OSD2\_RESTVOLT\_X: RESTVOLT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_RESTVOLT_Y: + +OSD2\_RESTVOLT\_Y: RESTVOLT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_FENCE_EN: + +OSD2\_FENCE\_EN: FENCE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays indication of fence enable and breach + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_FENCE_X: + +OSD2\_FENCE\_X: FENCE\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_FENCE_Y: + +OSD2\_FENCE\_Y: FENCE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_RNGF_EN: + +OSD2\_RNGF\_EN: RNGF\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays a rangefinder\'s distance in cm + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_RNGF_X: + +OSD2\_RNGF\_X: RNGF\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_RNGF_Y: + +OSD2\_RNGF\_Y: RNGF\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_ACRVOLT_EN: + +OSD2\_ACRVOLT\_EN: ACRVOLT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays resting voltage for the average cell\. WARNING\: this can be inaccurate if the cell count is not detected or set properly\. If the the battery is far from fully charged the detected cell count might not be accurate if auto cell count detection is used \(OSD\_CELL\_COUNT\=0\)\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_ACRVOLT_X: + +OSD2\_ACRVOLT\_X: ACRVOLT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_ACRVOLT_Y: + +OSD2\_ACRVOLT\_Y: ACRVOLT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_RPM_EN: + +OSD2\_RPM\_EN: RPM\_EN +~~~~~~~~~~~~~~~~~~~~~~ + + +Displays main rotor revs\/min + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_RPM_X: + +OSD2\_RPM\_X: RPM\_X +~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 29 | ++---------+ + + + + +.. _OSD2_RPM_Y: + +OSD2\_RPM\_Y: RPM\_Y +~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _OSD2_LINK_Q_EN: + +OSD2\_LINK\_Q\_EN: LINK\_Q\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays Receiver link quality + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD2_LINK_Q_X: + +OSD2\_LINK\_Q\_X: LINK\_Q\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_LINK_Q_Y: + +OSD2\_LINK\_Q\_Y: LINK\_Q\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_TXT_RES: + +OSD2\_TXT\_RES: Sets the overlay text resolution \(MSP DisplayPort only\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sets the overlay text resolution for this screen to either LD 30x16 or HD 50x18 \(MSP DisplayPort only\) + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 0 | 30x16 | | +| +-------+---------+ | +| | 1 | 50x18 | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _OSD2_FONT: + +OSD2\_FONT: Sets the font index for this screen \(MSP DisplayPort only\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sets the font index for this screen \(MSP DisplayPort only\) + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + + +.. _parameters_OSD3_: + +OSD3\_ Parameters +----------------- + + +.. _OSD3_ENABLE: + +OSD3\_ENABLE: Enable screen +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable this screen + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_CHAN_MIN: + +OSD3\_CHAN\_MIN: Transmitter switch screen minimum pwm +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the PWM lower limit for this screen + + ++-------------+ +| Range | ++=============+ +| 900 to 2100 | ++-------------+ + + + + +.. _OSD3_CHAN_MAX: + +OSD3\_CHAN\_MAX: Transmitter switch screen maximum pwm +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the PWM upper limit for this screen + + ++-------------+ +| Range | ++=============+ +| 900 to 2100 | ++-------------+ + + + + +.. _OSD3_ALTITUDE_EN: + +OSD3\_ALTITUDE\_EN: ALTITUDE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enables display of altitude AGL + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_ALTITUDE_X: + +OSD3\_ALTITUDE\_X: ALTITUDE\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_ALTITUDE_Y: + +OSD3\_ALTITUDE\_Y: ALTITUDE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_BAT_VOLT_EN: + +OSD3\_BAT\_VOLT\_EN: BATVOLT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays main battery voltage + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_BAT_VOLT_X: + +OSD3\_BAT\_VOLT\_X: BATVOLT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_BAT_VOLT_Y: + +OSD3\_BAT\_VOLT\_Y: BATVOLT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_RSSI_EN: + +OSD3\_RSSI\_EN: RSSI\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays RC signal strength + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_RSSI_X: + +OSD3\_RSSI\_X: RSSI\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_RSSI_Y: + +OSD3\_RSSI\_Y: RSSI\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_CURRENT_EN: + +OSD3\_CURRENT\_EN: CURRENT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays main battery current + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_CURRENT_X: + +OSD3\_CURRENT\_X: CURRENT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_CURRENT_Y: + +OSD3\_CURRENT\_Y: CURRENT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_BATUSED_EN: + +OSD3\_BATUSED\_EN: BATUSED\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays primary battery mAh consumed + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_BATUSED_X: + +OSD3\_BATUSED\_X: BATUSED\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_BATUSED_Y: + +OSD3\_BATUSED\_Y: BATUSED\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_SATS_EN: + +OSD3\_SATS\_EN: SATS\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays number of acquired satellites + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_SATS_X: + +OSD3\_SATS\_X: SATS\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_SATS_Y: + +OSD3\_SATS\_Y: SATS\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_FLTMODE_EN: + +OSD3\_FLTMODE\_EN: FLTMODE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays flight mode + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_FLTMODE_X: + +OSD3\_FLTMODE\_X: FLTMODE\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_FLTMODE_Y: + +OSD3\_FLTMODE\_Y: FLTMODE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_MESSAGE_EN: + +OSD3\_MESSAGE\_EN: MESSAGE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays Mavlink messages + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_MESSAGE_X: + +OSD3\_MESSAGE\_X: MESSAGE\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_MESSAGE_Y: + +OSD3\_MESSAGE\_Y: MESSAGE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_GSPEED_EN: + +OSD3\_GSPEED\_EN: GSPEED\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays GPS ground speed + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_GSPEED_X: + +OSD3\_GSPEED\_X: GSPEED\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_GSPEED_Y: + +OSD3\_GSPEED\_Y: GSPEED\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_HORIZON_EN: + +OSD3\_HORIZON\_EN: HORIZON\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays artificial horizon + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_HORIZON_X: + +OSD3\_HORIZON\_X: HORIZON\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_HORIZON_Y: + +OSD3\_HORIZON\_Y: HORIZON\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_HOME_EN: + +OSD3\_HOME\_EN: HOME\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays distance and relative direction to HOME + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_HOME_X: + +OSD3\_HOME\_X: HOME\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_HOME_Y: + +OSD3\_HOME\_Y: HOME\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_HEADING_EN: + +OSD3\_HEADING\_EN: HEADING\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays heading + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_HEADING_X: + +OSD3\_HEADING\_X: HEADING\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_HEADING_Y: + +OSD3\_HEADING\_Y: HEADING\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_THROTTLE_EN: + +OSD3\_THROTTLE\_EN: THROTTLE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays actual throttle percentage being sent to motor\(s\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_THROTTLE_X: + +OSD3\_THROTTLE\_X: THROTTLE\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_THROTTLE_Y: + +OSD3\_THROTTLE\_Y: THROTTLE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_COMPASS_EN: + +OSD3\_COMPASS\_EN: COMPASS\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enables display of compass rose + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_COMPASS_X: + +OSD3\_COMPASS\_X: COMPASS\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_COMPASS_Y: + +OSD3\_COMPASS\_Y: COMPASS\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_WIND_EN: + +OSD3\_WIND\_EN: WIND\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays wind speed and relative direction\, on Rover this is the apparent wind speed and direction from the windvane\, if fitted + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_WIND_X: + +OSD3\_WIND\_X: WIND\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_WIND_Y: + +OSD3\_WIND\_Y: WIND\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_ASPEED_EN: + +OSD3\_ASPEED\_EN: ASPEED\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays airspeed value being used by TECS \(fused value\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_ASPEED_X: + +OSD3\_ASPEED\_X: ASPEED\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_ASPEED_Y: + +OSD3\_ASPEED\_Y: ASPEED\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_VSPEED_EN: + +OSD3\_VSPEED\_EN: VSPEED\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays climb rate + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_VSPEED_X: + +OSD3\_VSPEED\_X: VSPEED\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_VSPEED_Y: + +OSD3\_VSPEED\_Y: VSPEED\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_ESCTEMP_EN: + +OSD3\_ESCTEMP\_EN: ESCTEMP\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays first esc\'s temp + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_ESCTEMP_X: + +OSD3\_ESCTEMP\_X: ESCTEMP\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_ESCTEMP_Y: + +OSD3\_ESCTEMP\_Y: ESCTEMP\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_ESCRPM_EN: + +OSD3\_ESCRPM\_EN: ESCRPM\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays first esc\'s rpm + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_ESCRPM_X: + +OSD3\_ESCRPM\_X: ESCRPM\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_ESCRPM_Y: + +OSD3\_ESCRPM\_Y: ESCRPM\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_ESCAMPS_EN: + +OSD3\_ESCAMPS\_EN: ESCAMPS\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays first esc\'s current + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_ESCAMPS_X: + +OSD3\_ESCAMPS\_X: ESCAMPS\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_ESCAMPS_Y: + +OSD3\_ESCAMPS\_Y: ESCAMPS\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_GPSLAT_EN: + +OSD3\_GPSLAT\_EN: GPSLAT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays GPS latitude + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_GPSLAT_X: + +OSD3\_GPSLAT\_X: GPSLAT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_GPSLAT_Y: + +OSD3\_GPSLAT\_Y: GPSLAT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_GPSLONG_EN: + +OSD3\_GPSLONG\_EN: GPSLONG\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays GPS longitude + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_GPSLONG_X: + +OSD3\_GPSLONG\_X: GPSLONG\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_GPSLONG_Y: + +OSD3\_GPSLONG\_Y: GPSLONG\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_ROLL_EN: + +OSD3\_ROLL\_EN: ROLL\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays degrees of roll from level + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_ROLL_X: + +OSD3\_ROLL\_X: ROLL\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_ROLL_Y: + +OSD3\_ROLL\_Y: ROLL\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_PITCH_EN: + +OSD3\_PITCH\_EN: PITCH\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays degrees of pitch from level + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_PITCH_X: + +OSD3\_PITCH\_X: PITCH\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_PITCH_Y: + +OSD3\_PITCH\_Y: PITCH\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_TEMP_EN: + +OSD3\_TEMP\_EN: TEMP\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays temperature reported by primary barometer + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_TEMP_X: + +OSD3\_TEMP\_X: TEMP\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_TEMP_Y: + +OSD3\_TEMP\_Y: TEMP\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_HDOP_EN: + +OSD3\_HDOP\_EN: HDOP\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays Horizontal Dilution Of Position + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_HDOP_X: + +OSD3\_HDOP\_X: HDOP\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_HDOP_Y: + +OSD3\_HDOP\_Y: HDOP\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_WAYPOINT_EN: + +OSD3\_WAYPOINT\_EN: WAYPOINT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays bearing and distance to next waypoint + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_WAYPOINT_X: + +OSD3\_WAYPOINT\_X: WAYPOINT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_WAYPOINT_Y: + +OSD3\_WAYPOINT\_Y: WAYPOINT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_XTRACK_EN: + +OSD3\_XTRACK\_EN: XTRACK\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays crosstrack error + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_XTRACK_X: + +OSD3\_XTRACK\_X: XTRACK\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_XTRACK_Y: + +OSD3\_XTRACK\_Y: XTRACK\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_DIST_EN: + +OSD3\_DIST\_EN: DIST\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays total distance flown + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_DIST_X: + +OSD3\_DIST\_X: DIST\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_DIST_Y: + +OSD3\_DIST\_Y: DIST\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_STATS_EN: + +OSD3\_STATS\_EN: STATS\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays flight stats + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_STATS_X: + +OSD3\_STATS\_X: STATS\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_STATS_Y: + +OSD3\_STATS\_Y: STATS\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_FLTIME_EN: + +OSD3\_FLTIME\_EN: FLTIME\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays total flight time + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_FLTIME_X: + +OSD3\_FLTIME\_X: FLTIME\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_FLTIME_Y: + +OSD3\_FLTIME\_Y: FLTIME\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_CLIMBEFF_EN: + +OSD3\_CLIMBEFF\_EN: CLIMBEFF\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays climb efficiency \(climb rate\/current\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_CLIMBEFF_X: + +OSD3\_CLIMBEFF\_X: CLIMBEFF\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_CLIMBEFF_Y: + +OSD3\_CLIMBEFF\_Y: CLIMBEFF\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_EFF_EN: + +OSD3\_EFF\_EN: EFF\_EN +~~~~~~~~~~~~~~~~~~~~~~ + + +Displays flight efficiency \(mAh\/km or \/mi\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_EFF_X: + +OSD3\_EFF\_X: EFF\_X +~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_EFF_Y: + +OSD3\_EFF\_Y: EFF\_Y +~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_BTEMP_EN: + +OSD3\_BTEMP\_EN: BTEMP\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays temperature reported by secondary barometer + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_BTEMP_X: + +OSD3\_BTEMP\_X: BTEMP\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_BTEMP_Y: + +OSD3\_BTEMP\_Y: BTEMP\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_ATEMP_EN: + +OSD3\_ATEMP\_EN: ATEMP\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays temperature reported by primary airspeed sensor + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_ATEMP_X: + +OSD3\_ATEMP\_X: ATEMP\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_ATEMP_Y: + +OSD3\_ATEMP\_Y: ATEMP\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_BAT2_VLT_EN: + +OSD3\_BAT2\_VLT\_EN: BAT2VLT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays battery2 voltage + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_BAT2_VLT_X: + +OSD3\_BAT2\_VLT\_X: BAT2VLT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_BAT2_VLT_Y: + +OSD3\_BAT2\_VLT\_Y: BAT2VLT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_BAT2USED_EN: + +OSD3\_BAT2USED\_EN: BAT2USED\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays secondary battery mAh consumed + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_BAT2USED_X: + +OSD3\_BAT2USED\_X: BAT2USED\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_BAT2USED_Y: + +OSD3\_BAT2USED\_Y: BAT2USED\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_ASPD2_EN: + +OSD3\_ASPD2\_EN: ASPD2\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays airspeed reported directly from secondary airspeed sensor + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_ASPD2_X: + +OSD3\_ASPD2\_X: ASPD2\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_ASPD2_Y: + +OSD3\_ASPD2\_Y: ASPD2\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_ASPD1_EN: + +OSD3\_ASPD1\_EN: ASPD1\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays airspeed reported directly from primary airspeed sensor + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_ASPD1_X: + +OSD3\_ASPD1\_X: ASPD1\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_ASPD1_Y: + +OSD3\_ASPD1\_Y: ASPD1\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_CLK_EN: + +OSD3\_CLK\_EN: CLK\_EN +~~~~~~~~~~~~~~~~~~~~~~ + + +Displays a clock panel based on AP\_RTC local time + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_CLK_X: + +OSD3\_CLK\_X: CLK\_X +~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_CLK_Y: + +OSD3\_CLK\_Y: CLK\_Y +~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_SIDEBARS_EN: + +OSD3\_SIDEBARS\_EN: SIDEBARS\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays artificial horizon side bars + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_SIDEBARS_X: + +OSD3\_SIDEBARS\_X: SIDEBARS\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_SIDEBARS_Y: + +OSD3\_SIDEBARS\_Y: SIDEBARS\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_CRSSHAIR_EN: + +OSD3\_CRSSHAIR\_EN: CRSSHAIR\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays artificial horizon crosshair \(MSP OSD only\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_CRSSHAIR_X: + +OSD3\_CRSSHAIR\_X: CRSSHAIR\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen \(MSP OSD only\) + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_CRSSHAIR_Y: + +OSD3\_CRSSHAIR\_Y: CRSSHAIR\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen \(MSP OSD only\) + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_HOMEDIST_EN: + +OSD3\_HOMEDIST\_EN: HOMEDIST\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays distance from HOME \(MSP OSD only\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_HOMEDIST_X: + +OSD3\_HOMEDIST\_X: HOMEDIST\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen \(MSP OSD only\) + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_HOMEDIST_Y: + +OSD3\_HOMEDIST\_Y: HOMEDIST\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen \(MSP OSD only\) + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_HOMEDIR_EN: + +OSD3\_HOMEDIR\_EN: HOMEDIR\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays relative direction to HOME \(MSP OSD only\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_HOMEDIR_X: + +OSD3\_HOMEDIR\_X: HOMEDIR\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_HOMEDIR_Y: + +OSD3\_HOMEDIR\_Y: HOMEDIR\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_POWER_EN: + +OSD3\_POWER\_EN: POWER\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays power \(MSP OSD only\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_POWER_X: + +OSD3\_POWER\_X: POWER\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_POWER_Y: + +OSD3\_POWER\_Y: POWER\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_CELLVOLT_EN: + +OSD3\_CELLVOLT\_EN: CELL\_VOLT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays average cell voltage \(MSP OSD only\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_CELLVOLT_X: + +OSD3\_CELLVOLT\_X: CELL\_VOLT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_CELLVOLT_Y: + +OSD3\_CELLVOLT\_Y: CELL\_VOLT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_BATTBAR_EN: + +OSD3\_BATTBAR\_EN: BATT\_BAR\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays battery usage bar \(MSP OSD only\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_BATTBAR_X: + +OSD3\_BATTBAR\_X: BATT\_BAR\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_BATTBAR_Y: + +OSD3\_BATTBAR\_Y: BATT\_BAR\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_ARMING_EN: + +OSD3\_ARMING\_EN: ARMING\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays arming status \(MSP OSD only\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_ARMING_X: + +OSD3\_ARMING\_X: ARMING\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_ARMING_Y: + +OSD3\_ARMING\_Y: ARMING\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_PLUSCODE_EN: + +OSD3\_PLUSCODE\_EN: PLUSCODE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays pluscode \(OLC\) element + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_PLUSCODE_X: + +OSD3\_PLUSCODE\_X: PLUSCODE\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_PLUSCODE_Y: + +OSD3\_PLUSCODE\_Y: PLUSCODE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_CALLSIGN_EN: + +OSD3\_CALLSIGN\_EN: CALLSIGN\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays callsign from callsign\.txt on microSD card + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_CALLSIGN_X: + +OSD3\_CALLSIGN\_X: CALLSIGN\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_CALLSIGN_Y: + +OSD3\_CALLSIGN\_Y: CALLSIGN\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_CURRENT2_EN: + +OSD3\_CURRENT2\_EN: CURRENT2\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays 2nd battery current + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_CURRENT2_X: + +OSD3\_CURRENT2\_X: CURRENT2\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_CURRENT2_Y: + +OSD3\_CURRENT2\_Y: CURRENT2\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_VTX_PWR_EN: + +OSD3\_VTX\_PWR\_EN: VTX\_PWR\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays VTX Power + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_VTX_PWR_X: + +OSD3\_VTX\_PWR\_X: VTX\_PWR\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_VTX_PWR_Y: + +OSD3\_VTX\_PWR\_Y: VTX\_PWR\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_TER_HGT_EN: + +OSD3\_TER\_HGT\_EN: TER\_HGT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays Height above terrain + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_TER_HGT_X: + +OSD3\_TER\_HGT\_X: TER\_HGT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_TER_HGT_Y: + +OSD3\_TER\_HGT\_Y: TER\_HGT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_AVGCELLV_EN: + +OSD3\_AVGCELLV\_EN: AVGCELLV\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays average cell voltage\. WARNING\: this can be inaccurate if the cell count is not detected or set properly\. If the the battery is far from fully charged the detected cell count might not be accurate if auto cell count detection is used \(OSD\_CELL\_COUNT\=0\)\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_AVGCELLV_X: + +OSD3\_AVGCELLV\_X: AVGCELLV\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_AVGCELLV_Y: + +OSD3\_AVGCELLV\_Y: AVGCELLV\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_RESTVOLT_EN: + +OSD3\_RESTVOLT\_EN: RESTVOLT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays main battery resting voltage + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_RESTVOLT_X: + +OSD3\_RESTVOLT\_X: RESTVOLT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_RESTVOLT_Y: + +OSD3\_RESTVOLT\_Y: RESTVOLT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_FENCE_EN: + +OSD3\_FENCE\_EN: FENCE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays indication of fence enable and breach + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_FENCE_X: + +OSD3\_FENCE\_X: FENCE\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_FENCE_Y: + +OSD3\_FENCE\_Y: FENCE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_RNGF_EN: + +OSD3\_RNGF\_EN: RNGF\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays a rangefinder\'s distance in cm + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_RNGF_X: + +OSD3\_RNGF\_X: RNGF\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_RNGF_Y: + +OSD3\_RNGF\_Y: RNGF\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_ACRVOLT_EN: + +OSD3\_ACRVOLT\_EN: ACRVOLT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays resting voltage for the average cell\. WARNING\: this can be inaccurate if the cell count is not detected or set properly\. If the the battery is far from fully charged the detected cell count might not be accurate if auto cell count detection is used \(OSD\_CELL\_COUNT\=0\)\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_ACRVOLT_X: + +OSD3\_ACRVOLT\_X: ACRVOLT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_ACRVOLT_Y: + +OSD3\_ACRVOLT\_Y: ACRVOLT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_RPM_EN: + +OSD3\_RPM\_EN: RPM\_EN +~~~~~~~~~~~~~~~~~~~~~~ + + +Displays main rotor revs\/min + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_RPM_X: + +OSD3\_RPM\_X: RPM\_X +~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 29 | ++---------+ + + + + +.. _OSD3_RPM_Y: + +OSD3\_RPM\_Y: RPM\_Y +~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _OSD3_LINK_Q_EN: + +OSD3\_LINK\_Q\_EN: LINK\_Q\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays Receiver link quality + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD3_LINK_Q_X: + +OSD3\_LINK\_Q\_X: LINK\_Q\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_LINK_Q_Y: + +OSD3\_LINK\_Q\_Y: LINK\_Q\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_TXT_RES: + +OSD3\_TXT\_RES: Sets the overlay text resolution \(MSP DisplayPort only\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sets the overlay text resolution for this screen to either LD 30x16 or HD 50x18 \(MSP DisplayPort only\) + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 0 | 30x16 | | +| +-------+---------+ | +| | 1 | 50x18 | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _OSD3_FONT: + +OSD3\_FONT: Sets the font index for this screen \(MSP DisplayPort only\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sets the font index for this screen \(MSP DisplayPort only\) + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + + +.. _parameters_OSD4_: + +OSD4\_ Parameters +----------------- + + +.. _OSD4_ENABLE: + +OSD4\_ENABLE: Enable screen +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable this screen + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_CHAN_MIN: + +OSD4\_CHAN\_MIN: Transmitter switch screen minimum pwm +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the PWM lower limit for this screen + + ++-------------+ +| Range | ++=============+ +| 900 to 2100 | ++-------------+ + + + + +.. _OSD4_CHAN_MAX: + +OSD4\_CHAN\_MAX: Transmitter switch screen maximum pwm +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the PWM upper limit for this screen + + ++-------------+ +| Range | ++=============+ +| 900 to 2100 | ++-------------+ + + + + +.. _OSD4_ALTITUDE_EN: + +OSD4\_ALTITUDE\_EN: ALTITUDE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enables display of altitude AGL + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_ALTITUDE_X: + +OSD4\_ALTITUDE\_X: ALTITUDE\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_ALTITUDE_Y: + +OSD4\_ALTITUDE\_Y: ALTITUDE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_BAT_VOLT_EN: + +OSD4\_BAT\_VOLT\_EN: BATVOLT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays main battery voltage + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_BAT_VOLT_X: + +OSD4\_BAT\_VOLT\_X: BATVOLT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_BAT_VOLT_Y: + +OSD4\_BAT\_VOLT\_Y: BATVOLT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_RSSI_EN: + +OSD4\_RSSI\_EN: RSSI\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays RC signal strength + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_RSSI_X: + +OSD4\_RSSI\_X: RSSI\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_RSSI_Y: + +OSD4\_RSSI\_Y: RSSI\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_CURRENT_EN: + +OSD4\_CURRENT\_EN: CURRENT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays main battery current + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_CURRENT_X: + +OSD4\_CURRENT\_X: CURRENT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_CURRENT_Y: + +OSD4\_CURRENT\_Y: CURRENT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_BATUSED_EN: + +OSD4\_BATUSED\_EN: BATUSED\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays primary battery mAh consumed + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_BATUSED_X: + +OSD4\_BATUSED\_X: BATUSED\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_BATUSED_Y: + +OSD4\_BATUSED\_Y: BATUSED\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_SATS_EN: + +OSD4\_SATS\_EN: SATS\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays number of acquired satellites + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_SATS_X: + +OSD4\_SATS\_X: SATS\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_SATS_Y: + +OSD4\_SATS\_Y: SATS\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_FLTMODE_EN: + +OSD4\_FLTMODE\_EN: FLTMODE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays flight mode + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_FLTMODE_X: + +OSD4\_FLTMODE\_X: FLTMODE\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_FLTMODE_Y: + +OSD4\_FLTMODE\_Y: FLTMODE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_MESSAGE_EN: + +OSD4\_MESSAGE\_EN: MESSAGE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays Mavlink messages + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_MESSAGE_X: + +OSD4\_MESSAGE\_X: MESSAGE\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_MESSAGE_Y: + +OSD4\_MESSAGE\_Y: MESSAGE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_GSPEED_EN: + +OSD4\_GSPEED\_EN: GSPEED\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays GPS ground speed + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_GSPEED_X: + +OSD4\_GSPEED\_X: GSPEED\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_GSPEED_Y: + +OSD4\_GSPEED\_Y: GSPEED\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_HORIZON_EN: + +OSD4\_HORIZON\_EN: HORIZON\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays artificial horizon + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_HORIZON_X: + +OSD4\_HORIZON\_X: HORIZON\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_HORIZON_Y: + +OSD4\_HORIZON\_Y: HORIZON\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_HOME_EN: + +OSD4\_HOME\_EN: HOME\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays distance and relative direction to HOME + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_HOME_X: + +OSD4\_HOME\_X: HOME\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_HOME_Y: + +OSD4\_HOME\_Y: HOME\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_HEADING_EN: + +OSD4\_HEADING\_EN: HEADING\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays heading + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_HEADING_X: + +OSD4\_HEADING\_X: HEADING\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_HEADING_Y: + +OSD4\_HEADING\_Y: HEADING\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_THROTTLE_EN: + +OSD4\_THROTTLE\_EN: THROTTLE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays actual throttle percentage being sent to motor\(s\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_THROTTLE_X: + +OSD4\_THROTTLE\_X: THROTTLE\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_THROTTLE_Y: + +OSD4\_THROTTLE\_Y: THROTTLE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_COMPASS_EN: + +OSD4\_COMPASS\_EN: COMPASS\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enables display of compass rose + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_COMPASS_X: + +OSD4\_COMPASS\_X: COMPASS\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_COMPASS_Y: + +OSD4\_COMPASS\_Y: COMPASS\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_WIND_EN: + +OSD4\_WIND\_EN: WIND\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays wind speed and relative direction\, on Rover this is the apparent wind speed and direction from the windvane\, if fitted + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_WIND_X: + +OSD4\_WIND\_X: WIND\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_WIND_Y: + +OSD4\_WIND\_Y: WIND\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_ASPEED_EN: + +OSD4\_ASPEED\_EN: ASPEED\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays airspeed value being used by TECS \(fused value\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_ASPEED_X: + +OSD4\_ASPEED\_X: ASPEED\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_ASPEED_Y: + +OSD4\_ASPEED\_Y: ASPEED\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_VSPEED_EN: + +OSD4\_VSPEED\_EN: VSPEED\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays climb rate + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_VSPEED_X: + +OSD4\_VSPEED\_X: VSPEED\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_VSPEED_Y: + +OSD4\_VSPEED\_Y: VSPEED\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_ESCTEMP_EN: + +OSD4\_ESCTEMP\_EN: ESCTEMP\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays first esc\'s temp + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_ESCTEMP_X: + +OSD4\_ESCTEMP\_X: ESCTEMP\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_ESCTEMP_Y: + +OSD4\_ESCTEMP\_Y: ESCTEMP\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_ESCRPM_EN: + +OSD4\_ESCRPM\_EN: ESCRPM\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays first esc\'s rpm + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_ESCRPM_X: + +OSD4\_ESCRPM\_X: ESCRPM\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_ESCRPM_Y: + +OSD4\_ESCRPM\_Y: ESCRPM\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_ESCAMPS_EN: + +OSD4\_ESCAMPS\_EN: ESCAMPS\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays first esc\'s current + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_ESCAMPS_X: + +OSD4\_ESCAMPS\_X: ESCAMPS\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_ESCAMPS_Y: + +OSD4\_ESCAMPS\_Y: ESCAMPS\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_GPSLAT_EN: + +OSD4\_GPSLAT\_EN: GPSLAT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays GPS latitude + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_GPSLAT_X: + +OSD4\_GPSLAT\_X: GPSLAT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_GPSLAT_Y: + +OSD4\_GPSLAT\_Y: GPSLAT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_GPSLONG_EN: + +OSD4\_GPSLONG\_EN: GPSLONG\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays GPS longitude + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_GPSLONG_X: + +OSD4\_GPSLONG\_X: GPSLONG\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_GPSLONG_Y: + +OSD4\_GPSLONG\_Y: GPSLONG\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_ROLL_EN: + +OSD4\_ROLL\_EN: ROLL\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays degrees of roll from level + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_ROLL_X: + +OSD4\_ROLL\_X: ROLL\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_ROLL_Y: + +OSD4\_ROLL\_Y: ROLL\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_PITCH_EN: + +OSD4\_PITCH\_EN: PITCH\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays degrees of pitch from level + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_PITCH_X: + +OSD4\_PITCH\_X: PITCH\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_PITCH_Y: + +OSD4\_PITCH\_Y: PITCH\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_TEMP_EN: + +OSD4\_TEMP\_EN: TEMP\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays temperature reported by primary barometer + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_TEMP_X: + +OSD4\_TEMP\_X: TEMP\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_TEMP_Y: + +OSD4\_TEMP\_Y: TEMP\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_HDOP_EN: + +OSD4\_HDOP\_EN: HDOP\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays Horizontal Dilution Of Position + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_HDOP_X: + +OSD4\_HDOP\_X: HDOP\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_HDOP_Y: + +OSD4\_HDOP\_Y: HDOP\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_WAYPOINT_EN: + +OSD4\_WAYPOINT\_EN: WAYPOINT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays bearing and distance to next waypoint + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_WAYPOINT_X: + +OSD4\_WAYPOINT\_X: WAYPOINT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_WAYPOINT_Y: + +OSD4\_WAYPOINT\_Y: WAYPOINT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_XTRACK_EN: + +OSD4\_XTRACK\_EN: XTRACK\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays crosstrack error + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_XTRACK_X: + +OSD4\_XTRACK\_X: XTRACK\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_XTRACK_Y: + +OSD4\_XTRACK\_Y: XTRACK\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_DIST_EN: + +OSD4\_DIST\_EN: DIST\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays total distance flown + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_DIST_X: + +OSD4\_DIST\_X: DIST\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_DIST_Y: + +OSD4\_DIST\_Y: DIST\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_STATS_EN: + +OSD4\_STATS\_EN: STATS\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays flight stats + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_STATS_X: + +OSD4\_STATS\_X: STATS\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_STATS_Y: + +OSD4\_STATS\_Y: STATS\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_FLTIME_EN: + +OSD4\_FLTIME\_EN: FLTIME\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays total flight time + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_FLTIME_X: + +OSD4\_FLTIME\_X: FLTIME\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_FLTIME_Y: + +OSD4\_FLTIME\_Y: FLTIME\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_CLIMBEFF_EN: + +OSD4\_CLIMBEFF\_EN: CLIMBEFF\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays climb efficiency \(climb rate\/current\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_CLIMBEFF_X: + +OSD4\_CLIMBEFF\_X: CLIMBEFF\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_CLIMBEFF_Y: + +OSD4\_CLIMBEFF\_Y: CLIMBEFF\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_EFF_EN: + +OSD4\_EFF\_EN: EFF\_EN +~~~~~~~~~~~~~~~~~~~~~~ + + +Displays flight efficiency \(mAh\/km or \/mi\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_EFF_X: + +OSD4\_EFF\_X: EFF\_X +~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_EFF_Y: + +OSD4\_EFF\_Y: EFF\_Y +~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_BTEMP_EN: + +OSD4\_BTEMP\_EN: BTEMP\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays temperature reported by secondary barometer + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_BTEMP_X: + +OSD4\_BTEMP\_X: BTEMP\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_BTEMP_Y: + +OSD4\_BTEMP\_Y: BTEMP\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_ATEMP_EN: + +OSD4\_ATEMP\_EN: ATEMP\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays temperature reported by primary airspeed sensor + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_ATEMP_X: + +OSD4\_ATEMP\_X: ATEMP\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_ATEMP_Y: + +OSD4\_ATEMP\_Y: ATEMP\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_BAT2_VLT_EN: + +OSD4\_BAT2\_VLT\_EN: BAT2VLT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays battery2 voltage + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_BAT2_VLT_X: + +OSD4\_BAT2\_VLT\_X: BAT2VLT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_BAT2_VLT_Y: + +OSD4\_BAT2\_VLT\_Y: BAT2VLT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_BAT2USED_EN: + +OSD4\_BAT2USED\_EN: BAT2USED\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays secondary battery mAh consumed + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_BAT2USED_X: + +OSD4\_BAT2USED\_X: BAT2USED\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_BAT2USED_Y: + +OSD4\_BAT2USED\_Y: BAT2USED\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_ASPD2_EN: + +OSD4\_ASPD2\_EN: ASPD2\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays airspeed reported directly from secondary airspeed sensor + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_ASPD2_X: + +OSD4\_ASPD2\_X: ASPD2\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_ASPD2_Y: + +OSD4\_ASPD2\_Y: ASPD2\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_ASPD1_EN: + +OSD4\_ASPD1\_EN: ASPD1\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays airspeed reported directly from primary airspeed sensor + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_ASPD1_X: + +OSD4\_ASPD1\_X: ASPD1\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_ASPD1_Y: + +OSD4\_ASPD1\_Y: ASPD1\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_CLK_EN: + +OSD4\_CLK\_EN: CLK\_EN +~~~~~~~~~~~~~~~~~~~~~~ + + +Displays a clock panel based on AP\_RTC local time + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_CLK_X: + +OSD4\_CLK\_X: CLK\_X +~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_CLK_Y: + +OSD4\_CLK\_Y: CLK\_Y +~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_SIDEBARS_EN: + +OSD4\_SIDEBARS\_EN: SIDEBARS\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays artificial horizon side bars + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_SIDEBARS_X: + +OSD4\_SIDEBARS\_X: SIDEBARS\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_SIDEBARS_Y: + +OSD4\_SIDEBARS\_Y: SIDEBARS\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_CRSSHAIR_EN: + +OSD4\_CRSSHAIR\_EN: CRSSHAIR\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays artificial horizon crosshair \(MSP OSD only\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_CRSSHAIR_X: + +OSD4\_CRSSHAIR\_X: CRSSHAIR\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen \(MSP OSD only\) + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_CRSSHAIR_Y: + +OSD4\_CRSSHAIR\_Y: CRSSHAIR\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen \(MSP OSD only\) + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_HOMEDIST_EN: + +OSD4\_HOMEDIST\_EN: HOMEDIST\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays distance from HOME \(MSP OSD only\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_HOMEDIST_X: + +OSD4\_HOMEDIST\_X: HOMEDIST\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen \(MSP OSD only\) + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_HOMEDIST_Y: + +OSD4\_HOMEDIST\_Y: HOMEDIST\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen \(MSP OSD only\) + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_HOMEDIR_EN: + +OSD4\_HOMEDIR\_EN: HOMEDIR\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays relative direction to HOME \(MSP OSD only\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_HOMEDIR_X: + +OSD4\_HOMEDIR\_X: HOMEDIR\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_HOMEDIR_Y: + +OSD4\_HOMEDIR\_Y: HOMEDIR\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_POWER_EN: + +OSD4\_POWER\_EN: POWER\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays power \(MSP OSD only\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_POWER_X: + +OSD4\_POWER\_X: POWER\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_POWER_Y: + +OSD4\_POWER\_Y: POWER\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_CELLVOLT_EN: + +OSD4\_CELLVOLT\_EN: CELL\_VOLT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays average cell voltage \(MSP OSD only\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_CELLVOLT_X: + +OSD4\_CELLVOLT\_X: CELL\_VOLT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_CELLVOLT_Y: + +OSD4\_CELLVOLT\_Y: CELL\_VOLT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_BATTBAR_EN: + +OSD4\_BATTBAR\_EN: BATT\_BAR\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays battery usage bar \(MSP OSD only\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_BATTBAR_X: + +OSD4\_BATTBAR\_X: BATT\_BAR\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_BATTBAR_Y: + +OSD4\_BATTBAR\_Y: BATT\_BAR\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_ARMING_EN: + +OSD4\_ARMING\_EN: ARMING\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays arming status \(MSP OSD only\) + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_ARMING_X: + +OSD4\_ARMING\_X: ARMING\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_ARMING_Y: + +OSD4\_ARMING\_Y: ARMING\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_PLUSCODE_EN: + +OSD4\_PLUSCODE\_EN: PLUSCODE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays pluscode \(OLC\) element + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_PLUSCODE_X: + +OSD4\_PLUSCODE\_X: PLUSCODE\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_PLUSCODE_Y: + +OSD4\_PLUSCODE\_Y: PLUSCODE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_CALLSIGN_EN: + +OSD4\_CALLSIGN\_EN: CALLSIGN\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays callsign from callsign\.txt on microSD card + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_CALLSIGN_X: + +OSD4\_CALLSIGN\_X: CALLSIGN\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_CALLSIGN_Y: + +OSD4\_CALLSIGN\_Y: CALLSIGN\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_CURRENT2_EN: + +OSD4\_CURRENT2\_EN: CURRENT2\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays 2nd battery current + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_CURRENT2_X: + +OSD4\_CURRENT2\_X: CURRENT2\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_CURRENT2_Y: + +OSD4\_CURRENT2\_Y: CURRENT2\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_VTX_PWR_EN: + +OSD4\_VTX\_PWR\_EN: VTX\_PWR\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays VTX Power + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_VTX_PWR_X: + +OSD4\_VTX\_PWR\_X: VTX\_PWR\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_VTX_PWR_Y: + +OSD4\_VTX\_PWR\_Y: VTX\_PWR\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_TER_HGT_EN: + +OSD4\_TER\_HGT\_EN: TER\_HGT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays Height above terrain + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_TER_HGT_X: + +OSD4\_TER\_HGT\_X: TER\_HGT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_TER_HGT_Y: + +OSD4\_TER\_HGT\_Y: TER\_HGT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_AVGCELLV_EN: + +OSD4\_AVGCELLV\_EN: AVGCELLV\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays average cell voltage\. WARNING\: this can be inaccurate if the cell count is not detected or set properly\. If the the battery is far from fully charged the detected cell count might not be accurate if auto cell count detection is used \(OSD\_CELL\_COUNT\=0\)\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_AVGCELLV_X: + +OSD4\_AVGCELLV\_X: AVGCELLV\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_AVGCELLV_Y: + +OSD4\_AVGCELLV\_Y: AVGCELLV\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_RESTVOLT_EN: + +OSD4\_RESTVOLT\_EN: RESTVOLT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays main battery resting voltage + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_RESTVOLT_X: + +OSD4\_RESTVOLT\_X: RESTVOLT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_RESTVOLT_Y: + +OSD4\_RESTVOLT\_Y: RESTVOLT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_FENCE_EN: + +OSD4\_FENCE\_EN: FENCE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays indication of fence enable and breach + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_FENCE_X: + +OSD4\_FENCE\_X: FENCE\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_FENCE_Y: + +OSD4\_FENCE\_Y: FENCE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_RNGF_EN: + +OSD4\_RNGF\_EN: RNGF\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays a rangefinder\'s distance in cm + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_RNGF_X: + +OSD4\_RNGF\_X: RNGF\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_RNGF_Y: + +OSD4\_RNGF\_Y: RNGF\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_ACRVOLT_EN: + +OSD4\_ACRVOLT\_EN: ACRVOLT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays resting voltage for the average cell\. WARNING\: this can be inaccurate if the cell count is not detected or set properly\. If the the battery is far from fully charged the detected cell count might not be accurate if auto cell count detection is used \(OSD\_CELL\_COUNT\=0\)\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_ACRVOLT_X: + +OSD4\_ACRVOLT\_X: ACRVOLT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_ACRVOLT_Y: + +OSD4\_ACRVOLT\_Y: ACRVOLT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_RPM_EN: + +OSD4\_RPM\_EN: RPM\_EN +~~~~~~~~~~~~~~~~~~~~~~ + + +Displays main rotor revs\/min + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_RPM_X: + +OSD4\_RPM\_X: RPM\_X +~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 29 | ++---------+ + + + + +.. _OSD4_RPM_Y: + +OSD4\_RPM\_Y: RPM\_Y +~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _OSD4_LINK_Q_EN: + +OSD4\_LINK\_Q\_EN: LINK\_Q\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays Receiver link quality + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD4_LINK_Q_X: + +OSD4\_LINK\_Q\_X: LINK\_Q\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_LINK_Q_Y: + +OSD4\_LINK\_Q\_Y: LINK\_Q\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_TXT_RES: + +OSD4\_TXT\_RES: Sets the overlay text resolution \(MSP DisplayPort only\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sets the overlay text resolution for this screen to either LD 30x16 or HD 50x18 \(MSP DisplayPort only\) + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 0 | 30x16 | | +| +-------+---------+ | +| | 1 | 50x18 | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _OSD4_FONT: + +OSD4\_FONT: Sets the font index for this screen \(MSP DisplayPort only\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sets the font index for this screen \(MSP DisplayPort only\) + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + + +.. _parameters_OSD5_: + +OSD5\_ Parameters +----------------- + + +.. _OSD5_ENABLE: + +OSD5\_ENABLE: Enable screen +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable this screen + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD5_CHAN_MIN: + +OSD5\_CHAN\_MIN: Transmitter switch screen minimum pwm +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the PWM lower limit for this screen + + ++-------------+ +| Range | ++=============+ +| 900 to 2100 | ++-------------+ + + + + +.. _OSD5_CHAN_MAX: + +OSD5\_CHAN\_MAX: Transmitter switch screen maximum pwm +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the PWM upper limit for this screen + + ++-------------+ +| Range | ++=============+ +| 900 to 2100 | ++-------------+ + + + + +.. _OSD5_SAVE_X: + +OSD5\_SAVE\_X: SAVE\_X +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Horizontal position of Save button on screen + + ++---------+ +| Range | ++=========+ +| 0 to 25 | ++---------+ + + + + +.. _OSD5_SAVE_Y: + +OSD5\_SAVE\_Y: SAVE\_Y +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Vertical position of Save button on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + + +.. _parameters_OSD5_PARAM1: + +OSD5\_PARAM1 Parameters +----------------------- + + +.. _OSD5_PARAM1_EN: + +OSD5\_PARAM1\_EN: Enable +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable setting + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD5_PARAM1_X: + +OSD5\_PARAM1\_X: X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 29 | ++---------+ + + + + +.. _OSD5_PARAM1_Y: + +OSD5\_PARAM1\_Y: Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _OSD5_PARAM1_KEY: + +OSD5\_PARAM1\_KEY: Parameter key +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Key of the parameter to be displayed and modified + + +.. _OSD5_PARAM1_IDX: + +OSD5\_PARAM1\_IDX: Parameter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Index of the parameter to be displayed and modified + + +.. _OSD5_PARAM1_GRP: + +OSD5\_PARAM1\_GRP: Parameter group +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Group of the parameter to be displayed and modified + + +.. _OSD5_PARAM1_MIN: + +OSD5\_PARAM1\_MIN: Parameter minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum value of the parameter to be displayed and modified + + +.. _OSD5_PARAM1_MAX: + +OSD5\_PARAM1\_MAX: Parameter maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum of the parameter to be displayed and modified + + +.. _OSD5_PARAM1_INCR: + +OSD5\_PARAM1\_INCR: Parameter increment +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Increment of the parameter to be displayed and modified + + +.. _OSD5_PARAM1_TYPE: + +OSD5\_PARAM1\_TYPE: Parameter type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of the parameter to be displayed and modified + + + +.. _parameters_OSD5_PARAM2: + +OSD5\_PARAM2 Parameters +----------------------- + + +.. _OSD5_PARAM2_EN: + +OSD5\_PARAM2\_EN: Enable +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable setting + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD5_PARAM2_X: + +OSD5\_PARAM2\_X: X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 29 | ++---------+ + + + + +.. _OSD5_PARAM2_Y: + +OSD5\_PARAM2\_Y: Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _OSD5_PARAM2_KEY: + +OSD5\_PARAM2\_KEY: Parameter key +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Key of the parameter to be displayed and modified + + +.. _OSD5_PARAM2_IDX: + +OSD5\_PARAM2\_IDX: Parameter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Index of the parameter to be displayed and modified + + +.. _OSD5_PARAM2_GRP: + +OSD5\_PARAM2\_GRP: Parameter group +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Group of the parameter to be displayed and modified + + +.. _OSD5_PARAM2_MIN: + +OSD5\_PARAM2\_MIN: Parameter minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum value of the parameter to be displayed and modified + + +.. _OSD5_PARAM2_MAX: + +OSD5\_PARAM2\_MAX: Parameter maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum of the parameter to be displayed and modified + + +.. _OSD5_PARAM2_INCR: + +OSD5\_PARAM2\_INCR: Parameter increment +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Increment of the parameter to be displayed and modified + + +.. _OSD5_PARAM2_TYPE: + +OSD5\_PARAM2\_TYPE: Parameter type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of the parameter to be displayed and modified + + + +.. _parameters_OSD5_PARAM3: + +OSD5\_PARAM3 Parameters +----------------------- + + +.. _OSD5_PARAM3_EN: + +OSD5\_PARAM3\_EN: Enable +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable setting + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD5_PARAM3_X: + +OSD5\_PARAM3\_X: X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 29 | ++---------+ + + + + +.. _OSD5_PARAM3_Y: + +OSD5\_PARAM3\_Y: Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _OSD5_PARAM3_KEY: + +OSD5\_PARAM3\_KEY: Parameter key +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Key of the parameter to be displayed and modified + + +.. _OSD5_PARAM3_IDX: + +OSD5\_PARAM3\_IDX: Parameter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Index of the parameter to be displayed and modified + + +.. _OSD5_PARAM3_GRP: + +OSD5\_PARAM3\_GRP: Parameter group +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Group of the parameter to be displayed and modified + + +.. _OSD5_PARAM3_MIN: + +OSD5\_PARAM3\_MIN: Parameter minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum value of the parameter to be displayed and modified + + +.. _OSD5_PARAM3_MAX: + +OSD5\_PARAM3\_MAX: Parameter maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum of the parameter to be displayed and modified + + +.. _OSD5_PARAM3_INCR: + +OSD5\_PARAM3\_INCR: Parameter increment +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Increment of the parameter to be displayed and modified + + +.. _OSD5_PARAM3_TYPE: + +OSD5\_PARAM3\_TYPE: Parameter type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of the parameter to be displayed and modified + + + +.. _parameters_OSD5_PARAM4: + +OSD5\_PARAM4 Parameters +----------------------- + + +.. _OSD5_PARAM4_EN: + +OSD5\_PARAM4\_EN: Enable +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable setting + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD5_PARAM4_X: + +OSD5\_PARAM4\_X: X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 29 | ++---------+ + + + + +.. _OSD5_PARAM4_Y: + +OSD5\_PARAM4\_Y: Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _OSD5_PARAM4_KEY: + +OSD5\_PARAM4\_KEY: Parameter key +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Key of the parameter to be displayed and modified + + +.. _OSD5_PARAM4_IDX: + +OSD5\_PARAM4\_IDX: Parameter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Index of the parameter to be displayed and modified + + +.. _OSD5_PARAM4_GRP: + +OSD5\_PARAM4\_GRP: Parameter group +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Group of the parameter to be displayed and modified + + +.. _OSD5_PARAM4_MIN: + +OSD5\_PARAM4\_MIN: Parameter minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum value of the parameter to be displayed and modified + + +.. _OSD5_PARAM4_MAX: + +OSD5\_PARAM4\_MAX: Parameter maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum of the parameter to be displayed and modified + + +.. _OSD5_PARAM4_INCR: + +OSD5\_PARAM4\_INCR: Parameter increment +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Increment of the parameter to be displayed and modified + + +.. _OSD5_PARAM4_TYPE: + +OSD5\_PARAM4\_TYPE: Parameter type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of the parameter to be displayed and modified + + + +.. _parameters_OSD5_PARAM5: + +OSD5\_PARAM5 Parameters +----------------------- + + +.. _OSD5_PARAM5_EN: + +OSD5\_PARAM5\_EN: Enable +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable setting + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD5_PARAM5_X: + +OSD5\_PARAM5\_X: X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 29 | ++---------+ + + + + +.. _OSD5_PARAM5_Y: + +OSD5\_PARAM5\_Y: Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _OSD5_PARAM5_KEY: + +OSD5\_PARAM5\_KEY: Parameter key +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Key of the parameter to be displayed and modified + + +.. _OSD5_PARAM5_IDX: + +OSD5\_PARAM5\_IDX: Parameter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Index of the parameter to be displayed and modified + + +.. _OSD5_PARAM5_GRP: + +OSD5\_PARAM5\_GRP: Parameter group +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Group of the parameter to be displayed and modified + + +.. _OSD5_PARAM5_MIN: + +OSD5\_PARAM5\_MIN: Parameter minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum value of the parameter to be displayed and modified + + +.. _OSD5_PARAM5_MAX: + +OSD5\_PARAM5\_MAX: Parameter maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum of the parameter to be displayed and modified + + +.. _OSD5_PARAM5_INCR: + +OSD5\_PARAM5\_INCR: Parameter increment +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Increment of the parameter to be displayed and modified + + +.. _OSD5_PARAM5_TYPE: + +OSD5\_PARAM5\_TYPE: Parameter type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of the parameter to be displayed and modified + + + +.. _parameters_OSD5_PARAM6: + +OSD5\_PARAM6 Parameters +----------------------- + + +.. _OSD5_PARAM6_EN: + +OSD5\_PARAM6\_EN: Enable +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable setting + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD5_PARAM6_X: + +OSD5\_PARAM6\_X: X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 29 | ++---------+ + + + + +.. _OSD5_PARAM6_Y: + +OSD5\_PARAM6\_Y: Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _OSD5_PARAM6_KEY: + +OSD5\_PARAM6\_KEY: Parameter key +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Key of the parameter to be displayed and modified + + +.. _OSD5_PARAM6_IDX: + +OSD5\_PARAM6\_IDX: Parameter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Index of the parameter to be displayed and modified + + +.. _OSD5_PARAM6_GRP: + +OSD5\_PARAM6\_GRP: Parameter group +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Group of the parameter to be displayed and modified + + +.. _OSD5_PARAM6_MIN: + +OSD5\_PARAM6\_MIN: Parameter minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum value of the parameter to be displayed and modified + + +.. _OSD5_PARAM6_MAX: + +OSD5\_PARAM6\_MAX: Parameter maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum of the parameter to be displayed and modified + + +.. _OSD5_PARAM6_INCR: + +OSD5\_PARAM6\_INCR: Parameter increment +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Increment of the parameter to be displayed and modified + + +.. _OSD5_PARAM6_TYPE: + +OSD5\_PARAM6\_TYPE: Parameter type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of the parameter to be displayed and modified + + + +.. _parameters_OSD5_PARAM7: + +OSD5\_PARAM7 Parameters +----------------------- + + +.. _OSD5_PARAM7_EN: + +OSD5\_PARAM7\_EN: Enable +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable setting + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD5_PARAM7_X: + +OSD5\_PARAM7\_X: X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 29 | ++---------+ + + + + +.. _OSD5_PARAM7_Y: + +OSD5\_PARAM7\_Y: Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _OSD5_PARAM7_KEY: + +OSD5\_PARAM7\_KEY: Parameter key +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Key of the parameter to be displayed and modified + + +.. _OSD5_PARAM7_IDX: + +OSD5\_PARAM7\_IDX: Parameter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Index of the parameter to be displayed and modified + + +.. _OSD5_PARAM7_GRP: + +OSD5\_PARAM7\_GRP: Parameter group +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Group of the parameter to be displayed and modified + + +.. _OSD5_PARAM7_MIN: + +OSD5\_PARAM7\_MIN: Parameter minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum value of the parameter to be displayed and modified + + +.. _OSD5_PARAM7_MAX: + +OSD5\_PARAM7\_MAX: Parameter maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum of the parameter to be displayed and modified + + +.. _OSD5_PARAM7_INCR: + +OSD5\_PARAM7\_INCR: Parameter increment +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Increment of the parameter to be displayed and modified + + +.. _OSD5_PARAM7_TYPE: + +OSD5\_PARAM7\_TYPE: Parameter type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of the parameter to be displayed and modified + + + +.. _parameters_OSD5_PARAM8: + +OSD5\_PARAM8 Parameters +----------------------- + + +.. _OSD5_PARAM8_EN: + +OSD5\_PARAM8\_EN: Enable +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable setting + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD5_PARAM8_X: + +OSD5\_PARAM8\_X: X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 29 | ++---------+ + + + + +.. _OSD5_PARAM8_Y: + +OSD5\_PARAM8\_Y: Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _OSD5_PARAM8_KEY: + +OSD5\_PARAM8\_KEY: Parameter key +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Key of the parameter to be displayed and modified + + +.. _OSD5_PARAM8_IDX: + +OSD5\_PARAM8\_IDX: Parameter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Index of the parameter to be displayed and modified + + +.. _OSD5_PARAM8_GRP: + +OSD5\_PARAM8\_GRP: Parameter group +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Group of the parameter to be displayed and modified + + +.. _OSD5_PARAM8_MIN: + +OSD5\_PARAM8\_MIN: Parameter minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum value of the parameter to be displayed and modified + + +.. _OSD5_PARAM8_MAX: + +OSD5\_PARAM8\_MAX: Parameter maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum of the parameter to be displayed and modified + + +.. _OSD5_PARAM8_INCR: + +OSD5\_PARAM8\_INCR: Parameter increment +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Increment of the parameter to be displayed and modified + + +.. _OSD5_PARAM8_TYPE: + +OSD5\_PARAM8\_TYPE: Parameter type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of the parameter to be displayed and modified + + + +.. _parameters_OSD5_PARAM9: + +OSD5\_PARAM9 Parameters +----------------------- + + +.. _OSD5_PARAM9_EN: + +OSD5\_PARAM9\_EN: Enable +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable setting + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD5_PARAM9_X: + +OSD5\_PARAM9\_X: X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 29 | ++---------+ + + + + +.. _OSD5_PARAM9_Y: + +OSD5\_PARAM9\_Y: Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _OSD5_PARAM9_KEY: + +OSD5\_PARAM9\_KEY: Parameter key +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Key of the parameter to be displayed and modified + + +.. _OSD5_PARAM9_IDX: + +OSD5\_PARAM9\_IDX: Parameter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Index of the parameter to be displayed and modified + + +.. _OSD5_PARAM9_GRP: + +OSD5\_PARAM9\_GRP: Parameter group +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Group of the parameter to be displayed and modified + + +.. _OSD5_PARAM9_MIN: + +OSD5\_PARAM9\_MIN: Parameter minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum value of the parameter to be displayed and modified + + +.. _OSD5_PARAM9_MAX: + +OSD5\_PARAM9\_MAX: Parameter maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum of the parameter to be displayed and modified + + +.. _OSD5_PARAM9_INCR: + +OSD5\_PARAM9\_INCR: Parameter increment +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Increment of the parameter to be displayed and modified + + +.. _OSD5_PARAM9_TYPE: + +OSD5\_PARAM9\_TYPE: Parameter type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of the parameter to be displayed and modified + + + +.. _parameters_OSD6_: + +OSD6\_ Parameters +----------------- + + +.. _OSD6_ENABLE: + +OSD6\_ENABLE: Enable screen +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable this screen + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD6_CHAN_MIN: + +OSD6\_CHAN\_MIN: Transmitter switch screen minimum pwm +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the PWM lower limit for this screen + + ++-------------+ +| Range | ++=============+ +| 900 to 2100 | ++-------------+ + + + + +.. _OSD6_CHAN_MAX: + +OSD6\_CHAN\_MAX: Transmitter switch screen maximum pwm +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the PWM upper limit for this screen + + ++-------------+ +| Range | ++=============+ +| 900 to 2100 | ++-------------+ + + + + +.. _OSD6_SAVE_X: + +OSD6\_SAVE\_X: SAVE\_X +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Horizontal position of Save button on screen + + ++---------+ +| Range | ++=========+ +| 0 to 25 | ++---------+ + + + + +.. _OSD6_SAVE_Y: + +OSD6\_SAVE\_Y: SAVE\_Y +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Vertical position of Save button on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + + +.. _parameters_OSD6_PARAM1: + +OSD6\_PARAM1 Parameters +----------------------- + + +.. _OSD6_PARAM1_EN: + +OSD6\_PARAM1\_EN: Enable +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable setting + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD6_PARAM1_X: + +OSD6\_PARAM1\_X: X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 29 | ++---------+ + + + + +.. _OSD6_PARAM1_Y: + +OSD6\_PARAM1\_Y: Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _OSD6_PARAM1_KEY: + +OSD6\_PARAM1\_KEY: Parameter key +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Key of the parameter to be displayed and modified + + +.. _OSD6_PARAM1_IDX: + +OSD6\_PARAM1\_IDX: Parameter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Index of the parameter to be displayed and modified + + +.. _OSD6_PARAM1_GRP: + +OSD6\_PARAM1\_GRP: Parameter group +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Group of the parameter to be displayed and modified + + +.. _OSD6_PARAM1_MIN: + +OSD6\_PARAM1\_MIN: Parameter minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum value of the parameter to be displayed and modified + + +.. _OSD6_PARAM1_MAX: + +OSD6\_PARAM1\_MAX: Parameter maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum of the parameter to be displayed and modified + + +.. _OSD6_PARAM1_INCR: + +OSD6\_PARAM1\_INCR: Parameter increment +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Increment of the parameter to be displayed and modified + + +.. _OSD6_PARAM1_TYPE: + +OSD6\_PARAM1\_TYPE: Parameter type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of the parameter to be displayed and modified + + + +.. _parameters_OSD6_PARAM2: + +OSD6\_PARAM2 Parameters +----------------------- + + +.. _OSD6_PARAM2_EN: + +OSD6\_PARAM2\_EN: Enable +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable setting + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD6_PARAM2_X: + +OSD6\_PARAM2\_X: X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 29 | ++---------+ + + + + +.. _OSD6_PARAM2_Y: + +OSD6\_PARAM2\_Y: Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _OSD6_PARAM2_KEY: + +OSD6\_PARAM2\_KEY: Parameter key +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Key of the parameter to be displayed and modified + + +.. _OSD6_PARAM2_IDX: + +OSD6\_PARAM2\_IDX: Parameter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Index of the parameter to be displayed and modified + + +.. _OSD6_PARAM2_GRP: + +OSD6\_PARAM2\_GRP: Parameter group +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Group of the parameter to be displayed and modified + + +.. _OSD6_PARAM2_MIN: + +OSD6\_PARAM2\_MIN: Parameter minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum value of the parameter to be displayed and modified + + +.. _OSD6_PARAM2_MAX: + +OSD6\_PARAM2\_MAX: Parameter maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum of the parameter to be displayed and modified + + +.. _OSD6_PARAM2_INCR: + +OSD6\_PARAM2\_INCR: Parameter increment +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Increment of the parameter to be displayed and modified + + +.. _OSD6_PARAM2_TYPE: + +OSD6\_PARAM2\_TYPE: Parameter type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of the parameter to be displayed and modified + + + +.. _parameters_OSD6_PARAM3: + +OSD6\_PARAM3 Parameters +----------------------- + + +.. _OSD6_PARAM3_EN: + +OSD6\_PARAM3\_EN: Enable +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable setting + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD6_PARAM3_X: + +OSD6\_PARAM3\_X: X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 29 | ++---------+ + + + + +.. _OSD6_PARAM3_Y: + +OSD6\_PARAM3\_Y: Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _OSD6_PARAM3_KEY: + +OSD6\_PARAM3\_KEY: Parameter key +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Key of the parameter to be displayed and modified + + +.. _OSD6_PARAM3_IDX: + +OSD6\_PARAM3\_IDX: Parameter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Index of the parameter to be displayed and modified + + +.. _OSD6_PARAM3_GRP: + +OSD6\_PARAM3\_GRP: Parameter group +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Group of the parameter to be displayed and modified + + +.. _OSD6_PARAM3_MIN: + +OSD6\_PARAM3\_MIN: Parameter minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum value of the parameter to be displayed and modified + + +.. _OSD6_PARAM3_MAX: + +OSD6\_PARAM3\_MAX: Parameter maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum of the parameter to be displayed and modified + + +.. _OSD6_PARAM3_INCR: + +OSD6\_PARAM3\_INCR: Parameter increment +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Increment of the parameter to be displayed and modified + + +.. _OSD6_PARAM3_TYPE: + +OSD6\_PARAM3\_TYPE: Parameter type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of the parameter to be displayed and modified + + + +.. _parameters_OSD6_PARAM4: + +OSD6\_PARAM4 Parameters +----------------------- + + +.. _OSD6_PARAM4_EN: + +OSD6\_PARAM4\_EN: Enable +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable setting + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD6_PARAM4_X: + +OSD6\_PARAM4\_X: X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 29 | ++---------+ + + + + +.. _OSD6_PARAM4_Y: + +OSD6\_PARAM4\_Y: Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _OSD6_PARAM4_KEY: + +OSD6\_PARAM4\_KEY: Parameter key +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Key of the parameter to be displayed and modified + + +.. _OSD6_PARAM4_IDX: + +OSD6\_PARAM4\_IDX: Parameter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Index of the parameter to be displayed and modified + + +.. _OSD6_PARAM4_GRP: + +OSD6\_PARAM4\_GRP: Parameter group +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Group of the parameter to be displayed and modified + + +.. _OSD6_PARAM4_MIN: + +OSD6\_PARAM4\_MIN: Parameter minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum value of the parameter to be displayed and modified + + +.. _OSD6_PARAM4_MAX: + +OSD6\_PARAM4\_MAX: Parameter maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum of the parameter to be displayed and modified + + +.. _OSD6_PARAM4_INCR: + +OSD6\_PARAM4\_INCR: Parameter increment +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Increment of the parameter to be displayed and modified + + +.. _OSD6_PARAM4_TYPE: + +OSD6\_PARAM4\_TYPE: Parameter type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of the parameter to be displayed and modified + + + +.. _parameters_OSD6_PARAM5: + +OSD6\_PARAM5 Parameters +----------------------- + + +.. _OSD6_PARAM5_EN: + +OSD6\_PARAM5\_EN: Enable +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable setting + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD6_PARAM5_X: + +OSD6\_PARAM5\_X: X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 29 | ++---------+ + + + + +.. _OSD6_PARAM5_Y: + +OSD6\_PARAM5\_Y: Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _OSD6_PARAM5_KEY: + +OSD6\_PARAM5\_KEY: Parameter key +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Key of the parameter to be displayed and modified + + +.. _OSD6_PARAM5_IDX: + +OSD6\_PARAM5\_IDX: Parameter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Index of the parameter to be displayed and modified + + +.. _OSD6_PARAM5_GRP: + +OSD6\_PARAM5\_GRP: Parameter group +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Group of the parameter to be displayed and modified + + +.. _OSD6_PARAM5_MIN: + +OSD6\_PARAM5\_MIN: Parameter minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum value of the parameter to be displayed and modified + + +.. _OSD6_PARAM5_MAX: + +OSD6\_PARAM5\_MAX: Parameter maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum of the parameter to be displayed and modified + + +.. _OSD6_PARAM5_INCR: + +OSD6\_PARAM5\_INCR: Parameter increment +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Increment of the parameter to be displayed and modified + + +.. _OSD6_PARAM5_TYPE: + +OSD6\_PARAM5\_TYPE: Parameter type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of the parameter to be displayed and modified + + + +.. _parameters_OSD6_PARAM6: + +OSD6\_PARAM6 Parameters +----------------------- + + +.. _OSD6_PARAM6_EN: + +OSD6\_PARAM6\_EN: Enable +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable setting + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD6_PARAM6_X: + +OSD6\_PARAM6\_X: X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 29 | ++---------+ + + + + +.. _OSD6_PARAM6_Y: + +OSD6\_PARAM6\_Y: Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _OSD6_PARAM6_KEY: + +OSD6\_PARAM6\_KEY: Parameter key +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Key of the parameter to be displayed and modified + + +.. _OSD6_PARAM6_IDX: + +OSD6\_PARAM6\_IDX: Parameter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Index of the parameter to be displayed and modified + + +.. _OSD6_PARAM6_GRP: + +OSD6\_PARAM6\_GRP: Parameter group +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Group of the parameter to be displayed and modified + + +.. _OSD6_PARAM6_MIN: + +OSD6\_PARAM6\_MIN: Parameter minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum value of the parameter to be displayed and modified + + +.. _OSD6_PARAM6_MAX: + +OSD6\_PARAM6\_MAX: Parameter maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum of the parameter to be displayed and modified + + +.. _OSD6_PARAM6_INCR: + +OSD6\_PARAM6\_INCR: Parameter increment +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Increment of the parameter to be displayed and modified + + +.. _OSD6_PARAM6_TYPE: + +OSD6\_PARAM6\_TYPE: Parameter type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of the parameter to be displayed and modified + + + +.. _parameters_OSD6_PARAM7: + +OSD6\_PARAM7 Parameters +----------------------- + + +.. _OSD6_PARAM7_EN: + +OSD6\_PARAM7\_EN: Enable +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable setting + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD6_PARAM7_X: + +OSD6\_PARAM7\_X: X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 29 | ++---------+ + + + + +.. _OSD6_PARAM7_Y: + +OSD6\_PARAM7\_Y: Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _OSD6_PARAM7_KEY: + +OSD6\_PARAM7\_KEY: Parameter key +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Key of the parameter to be displayed and modified + + +.. _OSD6_PARAM7_IDX: + +OSD6\_PARAM7\_IDX: Parameter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Index of the parameter to be displayed and modified + + +.. _OSD6_PARAM7_GRP: + +OSD6\_PARAM7\_GRP: Parameter group +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Group of the parameter to be displayed and modified + + +.. _OSD6_PARAM7_MIN: + +OSD6\_PARAM7\_MIN: Parameter minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum value of the parameter to be displayed and modified + + +.. _OSD6_PARAM7_MAX: + +OSD6\_PARAM7\_MAX: Parameter maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum of the parameter to be displayed and modified + + +.. _OSD6_PARAM7_INCR: + +OSD6\_PARAM7\_INCR: Parameter increment +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Increment of the parameter to be displayed and modified + + +.. _OSD6_PARAM7_TYPE: + +OSD6\_PARAM7\_TYPE: Parameter type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of the parameter to be displayed and modified + + + +.. _parameters_OSD6_PARAM8: + +OSD6\_PARAM8 Parameters +----------------------- + + +.. _OSD6_PARAM8_EN: + +OSD6\_PARAM8\_EN: Enable +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable setting + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD6_PARAM8_X: + +OSD6\_PARAM8\_X: X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 29 | ++---------+ + + + + +.. _OSD6_PARAM8_Y: + +OSD6\_PARAM8\_Y: Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _OSD6_PARAM8_KEY: + +OSD6\_PARAM8\_KEY: Parameter key +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Key of the parameter to be displayed and modified + + +.. _OSD6_PARAM8_IDX: + +OSD6\_PARAM8\_IDX: Parameter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Index of the parameter to be displayed and modified + + +.. _OSD6_PARAM8_GRP: + +OSD6\_PARAM8\_GRP: Parameter group +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Group of the parameter to be displayed and modified + + +.. _OSD6_PARAM8_MIN: + +OSD6\_PARAM8\_MIN: Parameter minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum value of the parameter to be displayed and modified + + +.. _OSD6_PARAM8_MAX: + +OSD6\_PARAM8\_MAX: Parameter maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum of the parameter to be displayed and modified + + +.. _OSD6_PARAM8_INCR: + +OSD6\_PARAM8\_INCR: Parameter increment +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Increment of the parameter to be displayed and modified + + +.. _OSD6_PARAM8_TYPE: + +OSD6\_PARAM8\_TYPE: Parameter type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of the parameter to be displayed and modified + + + +.. _parameters_OSD6_PARAM9: + +OSD6\_PARAM9 Parameters +----------------------- + + +.. _OSD6_PARAM9_EN: + +OSD6\_PARAM9\_EN: Enable +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable setting + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _OSD6_PARAM9_X: + +OSD6\_PARAM9\_X: X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 29 | ++---------+ + + + + +.. _OSD6_PARAM9_Y: + +OSD6\_PARAM9\_Y: Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _OSD6_PARAM9_KEY: + +OSD6\_PARAM9\_KEY: Parameter key +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Key of the parameter to be displayed and modified + + +.. _OSD6_PARAM9_IDX: + +OSD6\_PARAM9\_IDX: Parameter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Index of the parameter to be displayed and modified + + +.. _OSD6_PARAM9_GRP: + +OSD6\_PARAM9\_GRP: Parameter group +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Group of the parameter to be displayed and modified + + +.. _OSD6_PARAM9_MIN: + +OSD6\_PARAM9\_MIN: Parameter minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum value of the parameter to be displayed and modified + + +.. _OSD6_PARAM9_MAX: + +OSD6\_PARAM9\_MAX: Parameter maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum of the parameter to be displayed and modified + + +.. _OSD6_PARAM9_INCR: + +OSD6\_PARAM9\_INCR: Parameter increment +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Increment of the parameter to be displayed and modified + + +.. _OSD6_PARAM9_TYPE: + +OSD6\_PARAM9\_TYPE: Parameter type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of the parameter to be displayed and modified + + + +.. _parameters_PLND_: + +PLND\_ Parameters +----------------- + + +.. _PLND_ENABLED: + +PLND\_ENABLED: Precision Land enabled\/disabled +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Precision Land enabled\/disabled + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _PLND_TYPE: + +PLND\_TYPE: Precision Land Type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Precision Land Type + + ++-------------------------------+ +| Values | ++===============================+ +| +-------+-------------------+ | +| | Value | Meaning | | +| +=======+===================+ | +| | 0 | None | | +| +-------+-------------------+ | +| | 1 | CompanionComputer | | +| +-------+-------------------+ | +| | 2 | IRLock | | +| +-------+-------------------+ | +| | 3 | SITL_Gazebo | | +| +-------+-------------------+ | +| | 4 | SITL | | +| +-------+-------------------+ | +| | ++-------------------------------+ + + + + +.. _PLND_YAW_ALIGN: + +PLND\_YAW\_ALIGN: Sensor yaw alignment +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Yaw angle from body x\-axis to sensor x\-axis\. + + ++-----------+------------+--------------+ +| Increment | Range | Units | ++===========+============+==============+ +| 10 | 0 to 36000 | centidegrees | ++-----------+------------+--------------+ + + + + +.. _PLND_LAND_OFS_X: + +PLND\_LAND\_OFS\_X: Land offset forward +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Desired landing position of the camera forward of the target in vehicle body frame + + ++-----------+-----------+-------------+ +| Increment | Range | Units | ++===========+===========+=============+ +| 1 | -20 to 20 | centimeters | ++-----------+-----------+-------------+ + + + + +.. _PLND_LAND_OFS_Y: + +PLND\_LAND\_OFS\_Y: Land offset right +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +desired landing position of the camera right of the target in vehicle body frame + + ++-----------+-----------+-------------+ +| Increment | Range | Units | ++===========+===========+=============+ +| 1 | -20 to 20 | centimeters | ++-----------+-----------+-------------+ + + + + +.. _PLND_EST_TYPE: + +PLND\_EST\_TYPE: Precision Land Estimator Type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Specifies the estimation method to be used + + ++--------------------------+ +| Values | ++==========================+ +| +-------+--------------+ | +| | Value | Meaning | | +| +=======+==============+ | +| | 0 | RawSensor | | +| +-------+--------------+ | +| | 1 | KalmanFilter | | +| +-------+--------------+ | +| | ++--------------------------+ + + + + +.. _PLND_ACC_P_NSE: + +PLND\_ACC\_P\_NSE: Kalman Filter Accelerometer Noise +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Kalman Filter Accelerometer Noise\, higher values weight the input from the camera more\, accels less + + ++----------+ +| Range | ++==========+ +| 0.5 to 5 | ++----------+ + + + + +.. _PLND_CAM_POS_X: + +PLND\_CAM\_POS\_X: Camera X position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +X position of the camera in body frame\. Positive X is forward of the origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _PLND_CAM_POS_Y: + +PLND\_CAM\_POS\_Y: Camera Y position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Y position of the camera in body frame\. Positive Y is to the right of the origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _PLND_CAM_POS_Z: + +PLND\_CAM\_POS\_Z: Camera Z position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Z position of the camera in body frame\. Positive Z is down from the origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _PLND_BUS: + +PLND\_BUS: Sensor Bus +~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Precland sensor bus for I2C sensors\. + + ++-------------------------+ +| Values | ++=========================+ +| +-------+-------------+ | +| | Value | Meaning | | +| +=======+=============+ | +| | -1 | DefaultBus | | +| +-------+-------------+ | +| | 0 | InternalI2C | | +| +-------+-------------+ | +| | 1 | ExternalI2C | | +| +-------+-------------+ | +| | ++-------------------------+ + + + + +.. _PLND_LAG: + +PLND\_LAG: Precision Landing sensor lag +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Precision Landing sensor lag\, to cope with variable landing\_target latency + + ++-----------+---------------+---------+ +| Increment | Range | Units | ++===========+===============+=========+ +| 1 | 0.02 to 0.250 | seconds | ++-----------+---------------+---------+ + + + + +.. _PLND_XY_DIST_MAX: + +PLND\_XY\_DIST\_MAX: Precision Landing maximum distance to target before descending +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The vehicle will not start descending if the landing target is detected and it is further than this many meters away\. Set 0 to always descend\. + + ++---------+--------+ +| Range | Units | ++=========+========+ +| 0 to 10 | meters | ++---------+--------+ + + + + +.. _PLND_STRICT: + +PLND\_STRICT: PrecLand strictness +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +How strictly should the vehicle land on the target if target is lost + + ++----------------------------------------------------+ +| Values | ++====================================================+ +| +-------+----------------------------------------+ | +| | Value | Meaning | | +| +=======+========================================+ | +| | 0 | Land Vertically (Not strict) | | +| +-------+----------------------------------------+ | +| | 1 | Retry Landing(Normal Strictness) | | +| +-------+----------------------------------------+ | +| | 2 | Do not land (just Hover) (Very Strict) | | +| +-------+----------------------------------------+ | +| | ++----------------------------------------------------+ + + + + +.. _PLND_RET_MAX: + +PLND\_RET\_MAX: PrecLand Maximum number of retires for a failed landing +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +PrecLand Maximum number of retires for a failed landing\. Set to zero to disable landing retry\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 10 | ++-----------+---------+ + + + + +.. _PLND_TIMEOUT: + +PLND\_TIMEOUT: PrecLand retry timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Time for which vehicle continues descend even if target is lost\. After this time period\, vehicle will attempt a landing retry depending on PLND\_STRICT parameter\. + + ++---------+---------+ +| Range | Units | ++=========+=========+ +| 0 to 20 | seconds | ++---------+---------+ + + + + +.. _PLND_RET_BEHAVE: + +PLND\_RET\_BEHAVE: PrecLand retry behaviour +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Prec Land will do the action selected by this parameter if a retry to a landing is needed + + ++--------------------------------------------------------------------------------+ +| Values | ++================================================================================+ +| +-------+--------------------------------------------------------------------+ | +| | Value | Meaning | | +| +=======+====================================================================+ | +| | 0 | Go to the last location where landing target was detected | | +| +-------+--------------------------------------------------------------------+ | +| | 1 | Go towards the approximate location of the detected landing target | | +| +-------+--------------------------------------------------------------------+ | +| | ++--------------------------------------------------------------------------------+ + + + + +.. _PLND_ALT_MIN: + +PLND\_ALT\_MIN: PrecLand minimum alt for retry +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vehicle will continue landing vertically even if target is lost below this height\. This needs a rangefinder to work\. Set to zero to disable this\. + + ++--------+--------+ +| Range | Units | ++========+========+ +| 0 to 5 | meters | ++--------+--------+ + + + + +.. _PLND_ALT_MAX: + +PLND\_ALT\_MAX: PrecLand maximum alt for retry +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vehicle will continue landing vertically until this height if target is not found\. Below this height if landing target is not found\, landing retry\/failsafe might be attempted\. This needs a rangefinder to work\. Set to zero to disable this\. + + ++---------+--------+ +| Range | Units | ++=========+========+ +| 0 to 50 | meters | ++---------+--------+ + + + + +.. _PLND_OPTIONS: + +PLND\_OPTIONS: Precision Landing Extra Options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Precision Landing Extra Options + + ++-----------------------------------------------------------+ +| Bitmask | ++===========================================================+ +| +-----+-------------------------------------------------+ | +| | Bit | Meaning | | +| +=====+=================================================+ | +| | 0 | Moving Landing Target | | +| +-----+-------------------------------------------------+ | +| | 1 | Allow Precision Landing after manual reposition | | +| +-----+-------------------------------------------------+ | +| | 2 | Maintain high speed in final descent | | +| +-----+-------------------------------------------------+ | +| | ++-----------------------------------------------------------+ + + + + +.. _PLND_ORIENT: + +PLND\_ORIENT: Camera Orientation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Orientation of camera\/sensor on body + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 0 | Forward | | +| +-------+---------+ | +| | 4 | Back | | +| +-------+---------+ | +| | 25 | Down | | +| +-------+---------+ | +| | ++---------------------+ + + + + + +.. _parameters_PRX: + +PRX Parameters +-------------- + + +.. _PRX_LOG_RAW: + +PRX\_LOG\_RAW: Proximity raw distances log +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Set this parameter to one if logging unfiltered\(raw\) distances from sensor should be enabled + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 0 | Off | | +| +-------+---------+ | +| | 1 | On | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _PRX_FILT: + +PRX\_FILT: Proximity filter cutoff frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Cutoff frequency for low pass filter applied to each face in the proximity boundary + + ++---------+-------+ +| Range | Units | ++=========+=======+ +| 0 to 20 | hertz | ++---------+-------+ + + + + + +.. _parameters_PRX1: + +PRX1 Parameters +--------------- + + +.. _PRX1_TYPE: + +PRX1\_TYPE: Proximity type +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +What type of proximity sensor is connected + + ++--------------------------------+ +| Values | ++================================+ +| +-------+--------------------+ | +| | Value | Meaning | | +| +=======+====================+ | +| | 0 | None | | +| +-------+--------------------+ | +| | 7 | LightwareSF40c | | +| +-------+--------------------+ | +| | 2 | MAVLink | | +| +-------+--------------------+ | +| | 3 | TeraRangerTower | | +| +-------+--------------------+ | +| | 4 | RangeFinder | | +| +-------+--------------------+ | +| | 5 | RPLidarA2 | | +| +-------+--------------------+ | +| | 6 | TeraRangerTowerEvo | | +| +-------+--------------------+ | +| | 8 | LightwareSF45B | | +| +-------+--------------------+ | +| | 10 | SITL | | +| +-------+--------------------+ | +| | 12 | AirSimSITL | | +| +-------+--------------------+ | +| | 13 | CygbotD1 | | +| +-------+--------------------+ | +| | 14 | DroneCAN | | +| +-------+--------------------+ | +| | 15 | Scripting | | +| +-------+--------------------+ | +| | 16 | LD06 | | +| +-------+--------------------+ | +| | ++--------------------------------+ + + + + +.. _PRX1_ORIENT: + +PRX1\_ORIENT: Proximity sensor orientation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor orientation + + ++-------------------------+ +| Values | ++=========================+ +| +-------+-------------+ | +| | Value | Meaning | | +| +=======+=============+ | +| | 0 | Default | | +| +-------+-------------+ | +| | 1 | Upside Down | | +| +-------+-------------+ | +| | ++-------------------------+ + + + + +.. _PRX1_YAW_CORR: + +PRX1\_YAW\_CORR: Proximity sensor yaw correction +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor yaw correction + + ++-------------+---------+ +| Range | Units | ++=============+=========+ +| -180 to 180 | degrees | ++-------------+---------+ + + + + +.. _PRX1_IGN_ANG1: + +PRX1\_IGN\_ANG1: Proximity sensor ignore angle 1 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore angle 1 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 360 | degrees | ++----------+---------+ + + + + +.. _PRX1_IGN_WID1: + +PRX1\_IGN\_WID1: Proximity sensor ignore width 1 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore width 1 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 127 | degrees | ++----------+---------+ + + + + +.. _PRX1_IGN_ANG2: + +PRX1\_IGN\_ANG2: Proximity sensor ignore angle 2 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore angle 2 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 360 | degrees | ++----------+---------+ + + + + +.. _PRX1_IGN_WID2: + +PRX1\_IGN\_WID2: Proximity sensor ignore width 2 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore width 2 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 127 | degrees | ++----------+---------+ + + + + +.. _PRX1_IGN_ANG3: + +PRX1\_IGN\_ANG3: Proximity sensor ignore angle 3 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore angle 3 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 360 | degrees | ++----------+---------+ + + + + +.. _PRX1_IGN_WID3: + +PRX1\_IGN\_WID3: Proximity sensor ignore width 3 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore width 3 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 127 | degrees | ++----------+---------+ + + + + +.. _PRX1_IGN_ANG4: + +PRX1\_IGN\_ANG4: Proximity sensor ignore angle 4 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore angle 4 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 360 | degrees | ++----------+---------+ + + + + +.. _PRX1_IGN_WID4: + +PRX1\_IGN\_WID4: Proximity sensor ignore width 4 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore width 4 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 127 | degrees | ++----------+---------+ + + + + +.. _PRX1_MIN: + +PRX1\_MIN: Proximity minimum range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Minimum expected range for Proximity Sensor\. Setting this to 0 will set value to manufacturer reported range\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 0 to 500 | meters | ++----------+--------+ + + + + +.. _PRX1_MAX: + +PRX1\_MAX: Proximity maximum range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum expected range for Proximity Sensor\. Setting this to 0 will set value to manufacturer reported range\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 0 to 500 | meters | ++----------+--------+ + + + + +.. _PRX1_ADDR: + +PRX1\_ADDR: Bus address of sensor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The bus address of the sensor\, where applicable\. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 1 | 0 to 127 | ++-----------+----------+ + + + + + +.. _parameters_PRX2: + +PRX2 Parameters +--------------- + + +.. _PRX2_TYPE: + +PRX2\_TYPE: Proximity type +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +What type of proximity sensor is connected + + ++--------------------------------+ +| Values | ++================================+ +| +-------+--------------------+ | +| | Value | Meaning | | +| +=======+====================+ | +| | 0 | None | | +| +-------+--------------------+ | +| | 7 | LightwareSF40c | | +| +-------+--------------------+ | +| | 2 | MAVLink | | +| +-------+--------------------+ | +| | 3 | TeraRangerTower | | +| +-------+--------------------+ | +| | 4 | RangeFinder | | +| +-------+--------------------+ | +| | 5 | RPLidarA2 | | +| +-------+--------------------+ | +| | 6 | TeraRangerTowerEvo | | +| +-------+--------------------+ | +| | 8 | LightwareSF45B | | +| +-------+--------------------+ | +| | 10 | SITL | | +| +-------+--------------------+ | +| | 12 | AirSimSITL | | +| +-------+--------------------+ | +| | 13 | CygbotD1 | | +| +-------+--------------------+ | +| | 14 | DroneCAN | | +| +-------+--------------------+ | +| | 15 | Scripting | | +| +-------+--------------------+ | +| | 16 | LD06 | | +| +-------+--------------------+ | +| | ++--------------------------------+ + + + + +.. _PRX2_ORIENT: + +PRX2\_ORIENT: Proximity sensor orientation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor orientation + + ++-------------------------+ +| Values | ++=========================+ +| +-------+-------------+ | +| | Value | Meaning | | +| +=======+=============+ | +| | 0 | Default | | +| +-------+-------------+ | +| | 1 | Upside Down | | +| +-------+-------------+ | +| | ++-------------------------+ + + + + +.. _PRX2_YAW_CORR: + +PRX2\_YAW\_CORR: Proximity sensor yaw correction +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor yaw correction + + ++-------------+---------+ +| Range | Units | ++=============+=========+ +| -180 to 180 | degrees | ++-------------+---------+ + + + + +.. _PRX2_IGN_ANG1: + +PRX2\_IGN\_ANG1: Proximity sensor ignore angle 1 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore angle 1 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 360 | degrees | ++----------+---------+ + + + + +.. _PRX2_IGN_WID1: + +PRX2\_IGN\_WID1: Proximity sensor ignore width 1 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore width 1 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 127 | degrees | ++----------+---------+ + + + + +.. _PRX2_IGN_ANG2: + +PRX2\_IGN\_ANG2: Proximity sensor ignore angle 2 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore angle 2 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 360 | degrees | ++----------+---------+ + + + + +.. _PRX2_IGN_WID2: + +PRX2\_IGN\_WID2: Proximity sensor ignore width 2 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore width 2 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 127 | degrees | ++----------+---------+ + + + + +.. _PRX2_IGN_ANG3: + +PRX2\_IGN\_ANG3: Proximity sensor ignore angle 3 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore angle 3 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 360 | degrees | ++----------+---------+ + + + + +.. _PRX2_IGN_WID3: + +PRX2\_IGN\_WID3: Proximity sensor ignore width 3 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore width 3 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 127 | degrees | ++----------+---------+ + + + + +.. _PRX2_IGN_ANG4: + +PRX2\_IGN\_ANG4: Proximity sensor ignore angle 4 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore angle 4 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 360 | degrees | ++----------+---------+ + + + + +.. _PRX2_IGN_WID4: + +PRX2\_IGN\_WID4: Proximity sensor ignore width 4 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore width 4 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 127 | degrees | ++----------+---------+ + + + + +.. _PRX2_MIN: + +PRX2\_MIN: Proximity minimum range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Minimum expected range for Proximity Sensor\. Setting this to 0 will set value to manufacturer reported range\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 0 to 500 | meters | ++----------+--------+ + + + + +.. _PRX2_MAX: + +PRX2\_MAX: Proximity maximum range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum expected range for Proximity Sensor\. Setting this to 0 will set value to manufacturer reported range\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 0 to 500 | meters | ++----------+--------+ + + + + +.. _PRX2_ADDR: + +PRX2\_ADDR: Bus address of sensor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The bus address of the sensor\, where applicable\. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 1 | 0 to 127 | ++-----------+----------+ + + + + + +.. _parameters_PRX3: + +PRX3 Parameters +--------------- + + +.. _PRX3_TYPE: + +PRX3\_TYPE: Proximity type +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +What type of proximity sensor is connected + + ++--------------------------------+ +| Values | ++================================+ +| +-------+--------------------+ | +| | Value | Meaning | | +| +=======+====================+ | +| | 0 | None | | +| +-------+--------------------+ | +| | 7 | LightwareSF40c | | +| +-------+--------------------+ | +| | 2 | MAVLink | | +| +-------+--------------------+ | +| | 3 | TeraRangerTower | | +| +-------+--------------------+ | +| | 4 | RangeFinder | | +| +-------+--------------------+ | +| | 5 | RPLidarA2 | | +| +-------+--------------------+ | +| | 6 | TeraRangerTowerEvo | | +| +-------+--------------------+ | +| | 8 | LightwareSF45B | | +| +-------+--------------------+ | +| | 10 | SITL | | +| +-------+--------------------+ | +| | 12 | AirSimSITL | | +| +-------+--------------------+ | +| | 13 | CygbotD1 | | +| +-------+--------------------+ | +| | 14 | DroneCAN | | +| +-------+--------------------+ | +| | 15 | Scripting | | +| +-------+--------------------+ | +| | 16 | LD06 | | +| +-------+--------------------+ | +| | ++--------------------------------+ + + + + +.. _PRX3_ORIENT: + +PRX3\_ORIENT: Proximity sensor orientation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor orientation + + ++-------------------------+ +| Values | ++=========================+ +| +-------+-------------+ | +| | Value | Meaning | | +| +=======+=============+ | +| | 0 | Default | | +| +-------+-------------+ | +| | 1 | Upside Down | | +| +-------+-------------+ | +| | ++-------------------------+ + + + + +.. _PRX3_YAW_CORR: + +PRX3\_YAW\_CORR: Proximity sensor yaw correction +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor yaw correction + + ++-------------+---------+ +| Range | Units | ++=============+=========+ +| -180 to 180 | degrees | ++-------------+---------+ + + + + +.. _PRX3_IGN_ANG1: + +PRX3\_IGN\_ANG1: Proximity sensor ignore angle 1 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore angle 1 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 360 | degrees | ++----------+---------+ + + + + +.. _PRX3_IGN_WID1: + +PRX3\_IGN\_WID1: Proximity sensor ignore width 1 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore width 1 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 127 | degrees | ++----------+---------+ + + + + +.. _PRX3_IGN_ANG2: + +PRX3\_IGN\_ANG2: Proximity sensor ignore angle 2 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore angle 2 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 360 | degrees | ++----------+---------+ + + + + +.. _PRX3_IGN_WID2: + +PRX3\_IGN\_WID2: Proximity sensor ignore width 2 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore width 2 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 127 | degrees | ++----------+---------+ + + + + +.. _PRX3_IGN_ANG3: + +PRX3\_IGN\_ANG3: Proximity sensor ignore angle 3 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore angle 3 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 360 | degrees | ++----------+---------+ + + + + +.. _PRX3_IGN_WID3: + +PRX3\_IGN\_WID3: Proximity sensor ignore width 3 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore width 3 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 127 | degrees | ++----------+---------+ + + + + +.. _PRX3_IGN_ANG4: + +PRX3\_IGN\_ANG4: Proximity sensor ignore angle 4 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore angle 4 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 360 | degrees | ++----------+---------+ + + + + +.. _PRX3_IGN_WID4: + +PRX3\_IGN\_WID4: Proximity sensor ignore width 4 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore width 4 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 127 | degrees | ++----------+---------+ + + + + +.. _PRX3_MIN: + +PRX3\_MIN: Proximity minimum range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Minimum expected range for Proximity Sensor\. Setting this to 0 will set value to manufacturer reported range\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 0 to 500 | meters | ++----------+--------+ + + + + +.. _PRX3_MAX: + +PRX3\_MAX: Proximity maximum range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum expected range for Proximity Sensor\. Setting this to 0 will set value to manufacturer reported range\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 0 to 500 | meters | ++----------+--------+ + + + + +.. _PRX3_ADDR: + +PRX3\_ADDR: Bus address of sensor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The bus address of the sensor\, where applicable\. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 1 | 0 to 127 | ++-----------+----------+ + + + + + +.. _parameters_PRX4: + +PRX4 Parameters +--------------- + + +.. _PRX4_TYPE: + +PRX4\_TYPE: Proximity type +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +What type of proximity sensor is connected + + ++--------------------------------+ +| Values | ++================================+ +| +-------+--------------------+ | +| | Value | Meaning | | +| +=======+====================+ | +| | 0 | None | | +| +-------+--------------------+ | +| | 7 | LightwareSF40c | | +| +-------+--------------------+ | +| | 2 | MAVLink | | +| +-------+--------------------+ | +| | 3 | TeraRangerTower | | +| +-------+--------------------+ | +| | 4 | RangeFinder | | +| +-------+--------------------+ | +| | 5 | RPLidarA2 | | +| +-------+--------------------+ | +| | 6 | TeraRangerTowerEvo | | +| +-------+--------------------+ | +| | 8 | LightwareSF45B | | +| +-------+--------------------+ | +| | 10 | SITL | | +| +-------+--------------------+ | +| | 12 | AirSimSITL | | +| +-------+--------------------+ | +| | 13 | CygbotD1 | | +| +-------+--------------------+ | +| | 14 | DroneCAN | | +| +-------+--------------------+ | +| | 15 | Scripting | | +| +-------+--------------------+ | +| | 16 | LD06 | | +| +-------+--------------------+ | +| | ++--------------------------------+ + + + + +.. _PRX4_ORIENT: + +PRX4\_ORIENT: Proximity sensor orientation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor orientation + + ++-------------------------+ +| Values | ++=========================+ +| +-------+-------------+ | +| | Value | Meaning | | +| +=======+=============+ | +| | 0 | Default | | +| +-------+-------------+ | +| | 1 | Upside Down | | +| +-------+-------------+ | +| | ++-------------------------+ + + + + +.. _PRX4_YAW_CORR: + +PRX4\_YAW\_CORR: Proximity sensor yaw correction +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor yaw correction + + ++-------------+---------+ +| Range | Units | ++=============+=========+ +| -180 to 180 | degrees | ++-------------+---------+ + + + + +.. _PRX4_IGN_ANG1: + +PRX4\_IGN\_ANG1: Proximity sensor ignore angle 1 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore angle 1 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 360 | degrees | ++----------+---------+ + + + + +.. _PRX4_IGN_WID1: + +PRX4\_IGN\_WID1: Proximity sensor ignore width 1 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore width 1 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 127 | degrees | ++----------+---------+ + + + + +.. _PRX4_IGN_ANG2: + +PRX4\_IGN\_ANG2: Proximity sensor ignore angle 2 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore angle 2 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 360 | degrees | ++----------+---------+ + + + + +.. _PRX4_IGN_WID2: + +PRX4\_IGN\_WID2: Proximity sensor ignore width 2 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore width 2 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 127 | degrees | ++----------+---------+ + + + + +.. _PRX4_IGN_ANG3: + +PRX4\_IGN\_ANG3: Proximity sensor ignore angle 3 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore angle 3 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 360 | degrees | ++----------+---------+ + + + + +.. _PRX4_IGN_WID3: + +PRX4\_IGN\_WID3: Proximity sensor ignore width 3 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore width 3 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 127 | degrees | ++----------+---------+ + + + + +.. _PRX4_IGN_ANG4: + +PRX4\_IGN\_ANG4: Proximity sensor ignore angle 4 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore angle 4 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 360 | degrees | ++----------+---------+ + + + + +.. _PRX4_IGN_WID4: + +PRX4\_IGN\_WID4: Proximity sensor ignore width 4 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore width 4 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 127 | degrees | ++----------+---------+ + + + + +.. _PRX4_MIN: + +PRX4\_MIN: Proximity minimum range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Minimum expected range for Proximity Sensor\. Setting this to 0 will set value to manufacturer reported range\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 0 to 500 | meters | ++----------+--------+ + + + + +.. _PRX4_MAX: + +PRX4\_MAX: Proximity maximum range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum expected range for Proximity Sensor\. Setting this to 0 will set value to manufacturer reported range\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 0 to 500 | meters | ++----------+--------+ + + + + +.. _PRX4_ADDR: + +PRX4\_ADDR: Bus address of sensor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The bus address of the sensor\, where applicable\. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 1 | 0 to 127 | ++-----------+----------+ + + + + + +.. _parameters_PSC: + +PSC Parameters +-------------- + + +.. _PSC_POS_P: + +PSC\_POS\_P: Position controller P gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Position controller P gain\. Converts the distance to the target location into a desired speed which is then passed to the loiter latitude rate controller + + ++----------------+ +| Range | ++================+ +| 0.500 to 2.000 | ++----------------+ + + + + +.. _PSC_VEL_P: + +PSC\_VEL\_P: Velocity \(horizontal\) P gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Velocity \(horizontal\) P gain\. Converts the difference between desired and actual velocity to a target acceleration + + ++-----------+------------+ +| Increment | Range | ++===========+============+ +| 0.1 | 0.1 to 6.0 | ++-----------+------------+ + + + + +.. _PSC_VEL_I: + +PSC\_VEL\_I: Velocity \(horizontal\) I gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Velocity \(horizontal\) I gain\. Corrects long\-term difference between desired and actual velocity to a target acceleration + + ++-----------+--------------+ +| Increment | Range | ++===========+==============+ +| 0.01 | 0.00 to 1.00 | ++-----------+--------------+ + + + + +.. _PSC_VEL_D: + +PSC\_VEL\_D: Velocity \(horizontal\) D gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Velocity \(horizontal\) D gain\. Corrects short\-term changes in velocity + + ++-----------+--------------+ +| Increment | Range | ++===========+==============+ +| 0.001 | 0.00 to 1.00 | ++-----------+--------------+ + + + + +.. _PSC_VEL_IMAX: + +PSC\_VEL\_IMAX: Velocity \(horizontal\) integrator maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Velocity \(horizontal\) integrator maximum\. Constrains the target acceleration that the I gain will output + + ++-----------+-----------+-------------------------------+ +| Increment | Range | Units | ++===========+===========+===============================+ +| 10 | 0 to 4500 | centimeters per square second | ++-----------+-----------+-------------------------------+ + + + + +.. _PSC_VEL_FLTE: + +PSC\_VEL\_FLTE: Velocity \(horizontal\) input filter +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Velocity \(horizontal\) input filter\. This filter \(in Hz\) is applied to the input for P and I terms + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 0 to 100 | hertz | ++----------+-------+ + + + + +.. _PSC_VEL_FLTD: + +PSC\_VEL\_FLTD: Velocity \(horizontal\) input filter +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Velocity \(horizontal\) input filter\. This filter \(in Hz\) is applied to the input for D term + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 0 to 100 | hertz | ++----------+-------+ + + + + +.. _PSC_VEL_FF: + +PSC\_VEL\_FF: Velocity \(horizontal\) feed forward gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Velocity \(horizontal\) feed forward gain\. Converts the difference between desired velocity to a target acceleration + + ++-----------+--------+ +| Increment | Range | ++===========+========+ +| 0.01 | 0 to 6 | ++-----------+--------+ + + + + + +.. _parameters_RALLY_: + +RALLY\_ Parameters +------------------ + + +.. _RALLY_TOTAL: + +RALLY\_TOTAL: Rally Total +~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Number of rally points currently loaded + + +.. _RALLY_LIMIT_KM: + +RALLY\_LIMIT\_KM: Rally Limit +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum distance to rally point\. If the closest rally point is more than this number of kilometers from the current position and the home location is closer than any of the rally points from the current position then do RTL to home rather than to the closest rally point\. This prevents a leftover rally point from a different airfield being used accidentally\. If this is set to 0 then the closest rally point is always used\. + + ++-----------+------------+ +| Increment | Units | ++===========+============+ +| 0.1 | kilometers | ++-----------+------------+ + + + + +.. _RALLY_INCL_HOME: + +RALLY\_INCL\_HOME: Rally Include Home +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Controls if Home is included as a Rally point \(i\.e\. as a safe landing place\) for RTL + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | DoNotIncludeHome | | +| +-------+------------------+ | +| | 1 | IncludeHome | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + + +.. _parameters_RC: + +RC Parameters +------------- + + +.. _RC_OVERRIDE_TIME: + +RC\_OVERRIDE\_TIME: RC override timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Timeout after which RC overrides will no longer be used\, and RC input will resume\, 0 will disable RC overrides\, \-1 will never timeout\, and continue using overrides until they are disabled + + ++--------------+---------+ +| Range | Units | ++==============+=========+ +| 0.0 to 120.0 | seconds | ++--------------+---------+ + + + + +.. _RC_OPTIONS: + +RC\_OPTIONS: RC options +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC input options + + ++------------------------------------------------------------------------------+ +| Bitmask | ++==============================================================================+ +| +-----+--------------------------------------------------------------------+ | +| | Bit | Meaning | | +| +=====+====================================================================+ | +| | 0 | Ignore RC Receiver | | +| +-----+--------------------------------------------------------------------+ | +| | 1 | Ignore MAVLink Overrides | | +| +-----+--------------------------------------------------------------------+ | +| | 2 | Ignore Receiver Failsafe bit but allow other RC failsafes if setup | | +| +-----+--------------------------------------------------------------------+ | +| | 3 | FPort Pad | | +| +-----+--------------------------------------------------------------------+ | +| | 4 | Log RC input bytes | | +| +-----+--------------------------------------------------------------------+ | +| | 5 | Arming check throttle for 0 input | | +| +-----+--------------------------------------------------------------------+ | +| | 6 | Skip the arming check for neutral Roll/Pitch/Yaw sticks | | +| +-----+--------------------------------------------------------------------+ | +| | 7 | Allow Switch reverse | | +| +-----+--------------------------------------------------------------------+ | +| | 8 | Use passthrough for CRSF telemetry | | +| +-----+--------------------------------------------------------------------+ | +| | 9 | Suppress CRSF mode/rate message for ELRS systems | | +| +-----+--------------------------------------------------------------------+ | +| | 10 | Enable multiple receiver support | | +| +-----+--------------------------------------------------------------------+ | +| | 11 | Use Link Quality for RSSI with CRSF | | +| +-----+--------------------------------------------------------------------+ | +| | 12 | Annotate CRSF flight mode with * on disarm | | +| +-----+--------------------------------------------------------------------+ | +| | 13 | Use 420kbaud for ELRS protocol | | +| +-----+--------------------------------------------------------------------+ | +| | ++------------------------------------------------------------------------------+ + + + + +.. _RC_PROTOCOLS: + +RC\_PROTOCOLS: RC protocols enabled +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bitmask of enabled RC protocols\. Allows narrowing the protocol detection to only specific types of RC receivers which can avoid issues with incorrect detection\. Set to 1 to enable all protocols\. + + ++--------------------+ +| Bitmask | ++====================+ +| +-----+----------+ | +| | Bit | Meaning | | +| +=====+==========+ | +| | 0 | All | | +| +-----+----------+ | +| | 1 | PPM | | +| +-----+----------+ | +| | 2 | IBUS | | +| +-----+----------+ | +| | 3 | SBUS | | +| +-----+----------+ | +| | 4 | SBUS_NI | | +| +-----+----------+ | +| | 5 | DSM | | +| +-----+----------+ | +| | 6 | SUMD | | +| +-----+----------+ | +| | 7 | SRXL | | +| +-----+----------+ | +| | 8 | SRXL2 | | +| +-----+----------+ | +| | 9 | CRSF | | +| +-----+----------+ | +| | 10 | ST24 | | +| +-----+----------+ | +| | 11 | FPORT | | +| +-----+----------+ | +| | 12 | FPORT2 | | +| +-----+----------+ | +| | 13 | FastSBUS | | +| +-----+----------+ | +| | 14 | DroneCAN | | +| +-----+----------+ | +| | 15 | Ghost | | +| +-----+----------+ | +| | ++--------------------+ + + + + +.. _RC_FS_TIMEOUT: + +RC\_FS\_TIMEOUT: RC Failsafe timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +RC failsafe will trigger this many seconds after loss of RC + + ++-------------+---------+ +| Range | Units | ++=============+=========+ +| 0.5 to 10.0 | seconds | ++-------------+---------+ + + + + + +.. _parameters_RC10_: + +RC10\_ Parameters +----------------- + + +.. _RC10_MIN: + +RC10\_MIN: RC min PWM +~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC10_TRIM: + +RC10\_TRIM: RC trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC trim \(neutral\) PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC10_MAX: + +RC10\_MAX: RC max PWM +~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC10_REVERSED: + +RC10\_REVERSED: RC reversed +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Reverse channel input\. Set to 0 for normal operation\. Set to 1 to reverse this input channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _RC10_DZ: + +RC10\_DZ: RC dead\-zone +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +PWM dead zone in microseconds around trim or bottom + + ++----------+---------------------+ +| Range | Units | ++==========+=====================+ +| 0 to 200 | PWM in microseconds | ++----------+---------------------+ + + + + +.. _RC10_OPTION: + +RC10\_OPTION: RC input option +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Function assigned to this RC channel + + ++-------------------------------------------------------+ +| Values | ++=======================================================+ +| +-------+-------------------------------------------+ | +| | Value | Meaning | | +| +=======+===========================================+ | +| | 0 | Do Nothing | | +| +-------+-------------------------------------------+ | +| | 4 | RTL | | +| +-------+-------------------------------------------+ | +| | 5 | Save Trim (4.1 and lower) | | +| +-------+-------------------------------------------+ | +| | 7 | Save WP | | +| +-------+-------------------------------------------+ | +| | 9 | Camera Trigger | | +| +-------+-------------------------------------------+ | +| | 11 | Fence Enable | | +| +-------+-------------------------------------------+ | +| | 16 | AUTO Mode | | +| +-------+-------------------------------------------+ | +| | 19 | Gripper Release | | +| +-------+-------------------------------------------+ | +| | 24 | Auto Mission Reset | | +| +-------+-------------------------------------------+ | +| | 27 | Retract Mount1 | | +| +-------+-------------------------------------------+ | +| | 28 | Relay1 On/Off | | +| +-------+-------------------------------------------+ | +| | 30 | Lost Rover Sound | | +| +-------+-------------------------------------------+ | +| | 31 | Motor Emergency Stop | | +| +-------+-------------------------------------------+ | +| | 34 | Relay2 On/Off | | +| +-------+-------------------------------------------+ | +| | 35 | Relay3 On/Off | | +| +-------+-------------------------------------------+ | +| | 36 | Relay4 On/Off | | +| +-------+-------------------------------------------+ | +| | 40 | Proximity Avoidance Enable | | +| +-------+-------------------------------------------+ | +| | 41 | ArmDisarm (4.1 and lower) | | +| +-------+-------------------------------------------+ | +| | 42 | SMARTRTL Mode | | +| +-------+-------------------------------------------+ | +| | 46 | RC Override Enable | | +| +-------+-------------------------------------------+ | +| | 50 | LearnCruise Speed | | +| +-------+-------------------------------------------+ | +| | 51 | MANUAL Mode | | +| +-------+-------------------------------------------+ | +| | 52 | ACRO Mode | | +| +-------+-------------------------------------------+ | +| | 53 | STEERING Mode | | +| +-------+-------------------------------------------+ | +| | 54 | HOLD Mode | | +| +-------+-------------------------------------------+ | +| | 55 | GUIDED Mode | | +| +-------+-------------------------------------------+ | +| | 56 | LOITER Mode | | +| +-------+-------------------------------------------+ | +| | 57 | FOLLOW Mode | | +| +-------+-------------------------------------------+ | +| | 58 | Clear Waypoints | | +| +-------+-------------------------------------------+ | +| | 59 | Simple Mode | | +| +-------+-------------------------------------------+ | +| | 62 | Compass Learn | | +| +-------+-------------------------------------------+ | +| | 63 | Sailboat Tack | | +| +-------+-------------------------------------------+ | +| | 65 | GPS Disable | | +| +-------+-------------------------------------------+ | +| | 66 | Relay5 On/Off | | +| +-------+-------------------------------------------+ | +| | 67 | Relay6 On/Off | | +| +-------+-------------------------------------------+ | +| | 72 | CIRCLE Mode | | +| +-------+-------------------------------------------+ | +| | 74 | Sailboat motoring 3pos | | +| +-------+-------------------------------------------+ | +| | 78 | RunCam Control | | +| +-------+-------------------------------------------+ | +| | 79 | RunCam OSD Control | | +| +-------+-------------------------------------------+ | +| | 80 | VisoOdom Align | | +| +-------+-------------------------------------------+ | +| | 81 | Disarm | | +| +-------+-------------------------------------------+ | +| | 90 | EKF Pos Source | | +| +-------+-------------------------------------------+ | +| | 94 | VTX Power | | +| +-------+-------------------------------------------+ | +| | 97 | Windvane home heading direction offset | | +| +-------+-------------------------------------------+ | +| | 100 | KillIMU1 | | +| +-------+-------------------------------------------+ | +| | 101 | KillIMU2 | | +| +-------+-------------------------------------------+ | +| | 102 | Camera Mode Toggle | | +| +-------+-------------------------------------------+ | +| | 105 | GPS Disable Yaw | | +| +-------+-------------------------------------------+ | +| | 106 | Disable Airspeed Use | | +| +-------+-------------------------------------------+ | +| | 110 | KillIMU3 | | +| +-------+-------------------------------------------+ | +| | 112 | SwitchExternalAHRS | | +| +-------+-------------------------------------------+ | +| | 153 | ArmDisarm (4.2 and higher) | | +| +-------+-------------------------------------------+ | +| | 155 | Set steering trim to current servo and RC | | +| +-------+-------------------------------------------+ | +| | 156 | Torqeedo Clear Err | | +| +-------+-------------------------------------------+ | +| | 162 | FFT Tune | | +| +-------+-------------------------------------------+ | +| | 163 | Mount Lock | | +| +-------+-------------------------------------------+ | +| | 164 | Pause Stream Logging | | +| +-------+-------------------------------------------+ | +| | 165 | Arm/Emergency Motor Stop | | +| +-------+-------------------------------------------+ | +| | 166 | Camera Record Video | | +| +-------+-------------------------------------------+ | +| | 167 | Camera Zoom | | +| +-------+-------------------------------------------+ | +| | 168 | Camera Manual Focus | | +| +-------+-------------------------------------------+ | +| | 169 | Camera Auto Focus | | +| +-------+-------------------------------------------+ | +| | 171 | Calibrate Compasses | | +| +-------+-------------------------------------------+ | +| | 172 | Battery MPPT Enable | | +| +-------+-------------------------------------------+ | +| | 174 | Camera Image Tracking | | +| +-------+-------------------------------------------+ | +| | 175 | Camera Lens | | +| +-------+-------------------------------------------+ | +| | 201 | Roll | | +| +-------+-------------------------------------------+ | +| | 202 | Pitch | | +| +-------+-------------------------------------------+ | +| | 207 | MainSail | | +| +-------+-------------------------------------------+ | +| | 208 | Flap | | +| +-------+-------------------------------------------+ | +| | 211 | Walking Height | | +| +-------+-------------------------------------------+ | +| | 212 | Mount1 Roll | | +| +-------+-------------------------------------------+ | +| | 213 | Mount1 Pitch | | +| +-------+-------------------------------------------+ | +| | 214 | Mount1 Yaw | | +| +-------+-------------------------------------------+ | +| | 215 | Mount2 Roll | | +| +-------+-------------------------------------------+ | +| | 216 | Mount2 Pitch | | +| +-------+-------------------------------------------+ | +| | 217 | Mount2 Yaw | | +| +-------+-------------------------------------------+ | +| | 300 | Scripting1 | | +| +-------+-------------------------------------------+ | +| | 301 | Scripting2 | | +| +-------+-------------------------------------------+ | +| | 302 | Scripting3 | | +| +-------+-------------------------------------------+ | +| | 303 | Scripting4 | | +| +-------+-------------------------------------------+ | +| | 304 | Scripting5 | | +| +-------+-------------------------------------------+ | +| | 305 | Scripting6 | | +| +-------+-------------------------------------------+ | +| | 306 | Scripting7 | | +| +-------+-------------------------------------------+ | +| | 307 | Scripting8 | | +| +-------+-------------------------------------------+ | +| | ++-------------------------------------------------------+ + + + + + +.. _parameters_RC11_: + +RC11\_ Parameters +----------------- + + +.. _RC11_MIN: + +RC11\_MIN: RC min PWM +~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC11_TRIM: + +RC11\_TRIM: RC trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC trim \(neutral\) PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC11_MAX: + +RC11\_MAX: RC max PWM +~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC11_REVERSED: + +RC11\_REVERSED: RC reversed +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Reverse channel input\. Set to 0 for normal operation\. Set to 1 to reverse this input channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _RC11_DZ: + +RC11\_DZ: RC dead\-zone +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +PWM dead zone in microseconds around trim or bottom + + ++----------+---------------------+ +| Range | Units | ++==========+=====================+ +| 0 to 200 | PWM in microseconds | ++----------+---------------------+ + + + + +.. _RC11_OPTION: + +RC11\_OPTION: RC input option +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Function assigned to this RC channel + + ++-------------------------------------------------------+ +| Values | ++=======================================================+ +| +-------+-------------------------------------------+ | +| | Value | Meaning | | +| +=======+===========================================+ | +| | 0 | Do Nothing | | +| +-------+-------------------------------------------+ | +| | 4 | RTL | | +| +-------+-------------------------------------------+ | +| | 5 | Save Trim (4.1 and lower) | | +| +-------+-------------------------------------------+ | +| | 7 | Save WP | | +| +-------+-------------------------------------------+ | +| | 9 | Camera Trigger | | +| +-------+-------------------------------------------+ | +| | 11 | Fence Enable | | +| +-------+-------------------------------------------+ | +| | 16 | AUTO Mode | | +| +-------+-------------------------------------------+ | +| | 19 | Gripper Release | | +| +-------+-------------------------------------------+ | +| | 24 | Auto Mission Reset | | +| +-------+-------------------------------------------+ | +| | 27 | Retract Mount1 | | +| +-------+-------------------------------------------+ | +| | 28 | Relay1 On/Off | | +| +-------+-------------------------------------------+ | +| | 30 | Lost Rover Sound | | +| +-------+-------------------------------------------+ | +| | 31 | Motor Emergency Stop | | +| +-------+-------------------------------------------+ | +| | 34 | Relay2 On/Off | | +| +-------+-------------------------------------------+ | +| | 35 | Relay3 On/Off | | +| +-------+-------------------------------------------+ | +| | 36 | Relay4 On/Off | | +| +-------+-------------------------------------------+ | +| | 40 | Proximity Avoidance Enable | | +| +-------+-------------------------------------------+ | +| | 41 | ArmDisarm (4.1 and lower) | | +| +-------+-------------------------------------------+ | +| | 42 | SMARTRTL Mode | | +| +-------+-------------------------------------------+ | +| | 46 | RC Override Enable | | +| +-------+-------------------------------------------+ | +| | 50 | LearnCruise Speed | | +| +-------+-------------------------------------------+ | +| | 51 | MANUAL Mode | | +| +-------+-------------------------------------------+ | +| | 52 | ACRO Mode | | +| +-------+-------------------------------------------+ | +| | 53 | STEERING Mode | | +| +-------+-------------------------------------------+ | +| | 54 | HOLD Mode | | +| +-------+-------------------------------------------+ | +| | 55 | GUIDED Mode | | +| +-------+-------------------------------------------+ | +| | 56 | LOITER Mode | | +| +-------+-------------------------------------------+ | +| | 57 | FOLLOW Mode | | +| +-------+-------------------------------------------+ | +| | 58 | Clear Waypoints | | +| +-------+-------------------------------------------+ | +| | 59 | Simple Mode | | +| +-------+-------------------------------------------+ | +| | 62 | Compass Learn | | +| +-------+-------------------------------------------+ | +| | 63 | Sailboat Tack | | +| +-------+-------------------------------------------+ | +| | 65 | GPS Disable | | +| +-------+-------------------------------------------+ | +| | 66 | Relay5 On/Off | | +| +-------+-------------------------------------------+ | +| | 67 | Relay6 On/Off | | +| +-------+-------------------------------------------+ | +| | 72 | CIRCLE Mode | | +| +-------+-------------------------------------------+ | +| | 74 | Sailboat motoring 3pos | | +| +-------+-------------------------------------------+ | +| | 78 | RunCam Control | | +| +-------+-------------------------------------------+ | +| | 79 | RunCam OSD Control | | +| +-------+-------------------------------------------+ | +| | 80 | VisoOdom Align | | +| +-------+-------------------------------------------+ | +| | 81 | Disarm | | +| +-------+-------------------------------------------+ | +| | 90 | EKF Pos Source | | +| +-------+-------------------------------------------+ | +| | 94 | VTX Power | | +| +-------+-------------------------------------------+ | +| | 97 | Windvane home heading direction offset | | +| +-------+-------------------------------------------+ | +| | 100 | KillIMU1 | | +| +-------+-------------------------------------------+ | +| | 101 | KillIMU2 | | +| +-------+-------------------------------------------+ | +| | 102 | Camera Mode Toggle | | +| +-------+-------------------------------------------+ | +| | 105 | GPS Disable Yaw | | +| +-------+-------------------------------------------+ | +| | 106 | Disable Airspeed Use | | +| +-------+-------------------------------------------+ | +| | 110 | KillIMU3 | | +| +-------+-------------------------------------------+ | +| | 112 | SwitchExternalAHRS | | +| +-------+-------------------------------------------+ | +| | 153 | ArmDisarm (4.2 and higher) | | +| +-------+-------------------------------------------+ | +| | 155 | Set steering trim to current servo and RC | | +| +-------+-------------------------------------------+ | +| | 156 | Torqeedo Clear Err | | +| +-------+-------------------------------------------+ | +| | 162 | FFT Tune | | +| +-------+-------------------------------------------+ | +| | 163 | Mount Lock | | +| +-------+-------------------------------------------+ | +| | 164 | Pause Stream Logging | | +| +-------+-------------------------------------------+ | +| | 165 | Arm/Emergency Motor Stop | | +| +-------+-------------------------------------------+ | +| | 166 | Camera Record Video | | +| +-------+-------------------------------------------+ | +| | 167 | Camera Zoom | | +| +-------+-------------------------------------------+ | +| | 168 | Camera Manual Focus | | +| +-------+-------------------------------------------+ | +| | 169 | Camera Auto Focus | | +| +-------+-------------------------------------------+ | +| | 171 | Calibrate Compasses | | +| +-------+-------------------------------------------+ | +| | 172 | Battery MPPT Enable | | +| +-------+-------------------------------------------+ | +| | 174 | Camera Image Tracking | | +| +-------+-------------------------------------------+ | +| | 175 | Camera Lens | | +| +-------+-------------------------------------------+ | +| | 201 | Roll | | +| +-------+-------------------------------------------+ | +| | 202 | Pitch | | +| +-------+-------------------------------------------+ | +| | 207 | MainSail | | +| +-------+-------------------------------------------+ | +| | 208 | Flap | | +| +-------+-------------------------------------------+ | +| | 211 | Walking Height | | +| +-------+-------------------------------------------+ | +| | 212 | Mount1 Roll | | +| +-------+-------------------------------------------+ | +| | 213 | Mount1 Pitch | | +| +-------+-------------------------------------------+ | +| | 214 | Mount1 Yaw | | +| +-------+-------------------------------------------+ | +| | 215 | Mount2 Roll | | +| +-------+-------------------------------------------+ | +| | 216 | Mount2 Pitch | | +| +-------+-------------------------------------------+ | +| | 217 | Mount2 Yaw | | +| +-------+-------------------------------------------+ | +| | 300 | Scripting1 | | +| +-------+-------------------------------------------+ | +| | 301 | Scripting2 | | +| +-------+-------------------------------------------+ | +| | 302 | Scripting3 | | +| +-------+-------------------------------------------+ | +| | 303 | Scripting4 | | +| +-------+-------------------------------------------+ | +| | 304 | Scripting5 | | +| +-------+-------------------------------------------+ | +| | 305 | Scripting6 | | +| +-------+-------------------------------------------+ | +| | 306 | Scripting7 | | +| +-------+-------------------------------------------+ | +| | 307 | Scripting8 | | +| +-------+-------------------------------------------+ | +| | ++-------------------------------------------------------+ + + + + + +.. _parameters_RC12_: + +RC12\_ Parameters +----------------- + + +.. _RC12_MIN: + +RC12\_MIN: RC min PWM +~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC12_TRIM: + +RC12\_TRIM: RC trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC trim \(neutral\) PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC12_MAX: + +RC12\_MAX: RC max PWM +~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC12_REVERSED: + +RC12\_REVERSED: RC reversed +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Reverse channel input\. Set to 0 for normal operation\. Set to 1 to reverse this input channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _RC12_DZ: + +RC12\_DZ: RC dead\-zone +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +PWM dead zone in microseconds around trim or bottom + + ++----------+---------------------+ +| Range | Units | ++==========+=====================+ +| 0 to 200 | PWM in microseconds | ++----------+---------------------+ + + + + +.. _RC12_OPTION: + +RC12\_OPTION: RC input option +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Function assigned to this RC channel + + ++-------------------------------------------------------+ +| Values | ++=======================================================+ +| +-------+-------------------------------------------+ | +| | Value | Meaning | | +| +=======+===========================================+ | +| | 0 | Do Nothing | | +| +-------+-------------------------------------------+ | +| | 4 | RTL | | +| +-------+-------------------------------------------+ | +| | 5 | Save Trim (4.1 and lower) | | +| +-------+-------------------------------------------+ | +| | 7 | Save WP | | +| +-------+-------------------------------------------+ | +| | 9 | Camera Trigger | | +| +-------+-------------------------------------------+ | +| | 11 | Fence Enable | | +| +-------+-------------------------------------------+ | +| | 16 | AUTO Mode | | +| +-------+-------------------------------------------+ | +| | 19 | Gripper Release | | +| +-------+-------------------------------------------+ | +| | 24 | Auto Mission Reset | | +| +-------+-------------------------------------------+ | +| | 27 | Retract Mount1 | | +| +-------+-------------------------------------------+ | +| | 28 | Relay1 On/Off | | +| +-------+-------------------------------------------+ | +| | 30 | Lost Rover Sound | | +| +-------+-------------------------------------------+ | +| | 31 | Motor Emergency Stop | | +| +-------+-------------------------------------------+ | +| | 34 | Relay2 On/Off | | +| +-------+-------------------------------------------+ | +| | 35 | Relay3 On/Off | | +| +-------+-------------------------------------------+ | +| | 36 | Relay4 On/Off | | +| +-------+-------------------------------------------+ | +| | 40 | Proximity Avoidance Enable | | +| +-------+-------------------------------------------+ | +| | 41 | ArmDisarm (4.1 and lower) | | +| +-------+-------------------------------------------+ | +| | 42 | SMARTRTL Mode | | +| +-------+-------------------------------------------+ | +| | 46 | RC Override Enable | | +| +-------+-------------------------------------------+ | +| | 50 | LearnCruise Speed | | +| +-------+-------------------------------------------+ | +| | 51 | MANUAL Mode | | +| +-------+-------------------------------------------+ | +| | 52 | ACRO Mode | | +| +-------+-------------------------------------------+ | +| | 53 | STEERING Mode | | +| +-------+-------------------------------------------+ | +| | 54 | HOLD Mode | | +| +-------+-------------------------------------------+ | +| | 55 | GUIDED Mode | | +| +-------+-------------------------------------------+ | +| | 56 | LOITER Mode | | +| +-------+-------------------------------------------+ | +| | 57 | FOLLOW Mode | | +| +-------+-------------------------------------------+ | +| | 58 | Clear Waypoints | | +| +-------+-------------------------------------------+ | +| | 59 | Simple Mode | | +| +-------+-------------------------------------------+ | +| | 62 | Compass Learn | | +| +-------+-------------------------------------------+ | +| | 63 | Sailboat Tack | | +| +-------+-------------------------------------------+ | +| | 65 | GPS Disable | | +| +-------+-------------------------------------------+ | +| | 66 | Relay5 On/Off | | +| +-------+-------------------------------------------+ | +| | 67 | Relay6 On/Off | | +| +-------+-------------------------------------------+ | +| | 72 | CIRCLE Mode | | +| +-------+-------------------------------------------+ | +| | 74 | Sailboat motoring 3pos | | +| +-------+-------------------------------------------+ | +| | 78 | RunCam Control | | +| +-------+-------------------------------------------+ | +| | 79 | RunCam OSD Control | | +| +-------+-------------------------------------------+ | +| | 80 | VisoOdom Align | | +| +-------+-------------------------------------------+ | +| | 81 | Disarm | | +| +-------+-------------------------------------------+ | +| | 90 | EKF Pos Source | | +| +-------+-------------------------------------------+ | +| | 94 | VTX Power | | +| +-------+-------------------------------------------+ | +| | 97 | Windvane home heading direction offset | | +| +-------+-------------------------------------------+ | +| | 100 | KillIMU1 | | +| +-------+-------------------------------------------+ | +| | 101 | KillIMU2 | | +| +-------+-------------------------------------------+ | +| | 102 | Camera Mode Toggle | | +| +-------+-------------------------------------------+ | +| | 105 | GPS Disable Yaw | | +| +-------+-------------------------------------------+ | +| | 106 | Disable Airspeed Use | | +| +-------+-------------------------------------------+ | +| | 110 | KillIMU3 | | +| +-------+-------------------------------------------+ | +| | 112 | SwitchExternalAHRS | | +| +-------+-------------------------------------------+ | +| | 153 | ArmDisarm (4.2 and higher) | | +| +-------+-------------------------------------------+ | +| | 155 | Set steering trim to current servo and RC | | +| +-------+-------------------------------------------+ | +| | 156 | Torqeedo Clear Err | | +| +-------+-------------------------------------------+ | +| | 162 | FFT Tune | | +| +-------+-------------------------------------------+ | +| | 163 | Mount Lock | | +| +-------+-------------------------------------------+ | +| | 164 | Pause Stream Logging | | +| +-------+-------------------------------------------+ | +| | 165 | Arm/Emergency Motor Stop | | +| +-------+-------------------------------------------+ | +| | 166 | Camera Record Video | | +| +-------+-------------------------------------------+ | +| | 167 | Camera Zoom | | +| +-------+-------------------------------------------+ | +| | 168 | Camera Manual Focus | | +| +-------+-------------------------------------------+ | +| | 169 | Camera Auto Focus | | +| +-------+-------------------------------------------+ | +| | 171 | Calibrate Compasses | | +| +-------+-------------------------------------------+ | +| | 172 | Battery MPPT Enable | | +| +-------+-------------------------------------------+ | +| | 174 | Camera Image Tracking | | +| +-------+-------------------------------------------+ | +| | 175 | Camera Lens | | +| +-------+-------------------------------------------+ | +| | 201 | Roll | | +| +-------+-------------------------------------------+ | +| | 202 | Pitch | | +| +-------+-------------------------------------------+ | +| | 207 | MainSail | | +| +-------+-------------------------------------------+ | +| | 208 | Flap | | +| +-------+-------------------------------------------+ | +| | 211 | Walking Height | | +| +-------+-------------------------------------------+ | +| | 212 | Mount1 Roll | | +| +-------+-------------------------------------------+ | +| | 213 | Mount1 Pitch | | +| +-------+-------------------------------------------+ | +| | 214 | Mount1 Yaw | | +| +-------+-------------------------------------------+ | +| | 215 | Mount2 Roll | | +| +-------+-------------------------------------------+ | +| | 216 | Mount2 Pitch | | +| +-------+-------------------------------------------+ | +| | 217 | Mount2 Yaw | | +| +-------+-------------------------------------------+ | +| | 300 | Scripting1 | | +| +-------+-------------------------------------------+ | +| | 301 | Scripting2 | | +| +-------+-------------------------------------------+ | +| | 302 | Scripting3 | | +| +-------+-------------------------------------------+ | +| | 303 | Scripting4 | | +| +-------+-------------------------------------------+ | +| | 304 | Scripting5 | | +| +-------+-------------------------------------------+ | +| | 305 | Scripting6 | | +| +-------+-------------------------------------------+ | +| | 306 | Scripting7 | | +| +-------+-------------------------------------------+ | +| | 307 | Scripting8 | | +| +-------+-------------------------------------------+ | +| | ++-------------------------------------------------------+ + + + + + +.. _parameters_RC13_: + +RC13\_ Parameters +----------------- + + +.. _RC13_MIN: + +RC13\_MIN: RC min PWM +~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC13_TRIM: + +RC13\_TRIM: RC trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC trim \(neutral\) PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC13_MAX: + +RC13\_MAX: RC max PWM +~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC13_REVERSED: + +RC13\_REVERSED: RC reversed +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Reverse channel input\. Set to 0 for normal operation\. Set to 1 to reverse this input channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _RC13_DZ: + +RC13\_DZ: RC dead\-zone +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +PWM dead zone in microseconds around trim or bottom + + ++----------+---------------------+ +| Range | Units | ++==========+=====================+ +| 0 to 200 | PWM in microseconds | ++----------+---------------------+ + + + + +.. _RC13_OPTION: + +RC13\_OPTION: RC input option +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Function assigned to this RC channel + + ++-------------------------------------------------------+ +| Values | ++=======================================================+ +| +-------+-------------------------------------------+ | +| | Value | Meaning | | +| +=======+===========================================+ | +| | 0 | Do Nothing | | +| +-------+-------------------------------------------+ | +| | 4 | RTL | | +| +-------+-------------------------------------------+ | +| | 5 | Save Trim (4.1 and lower) | | +| +-------+-------------------------------------------+ | +| | 7 | Save WP | | +| +-------+-------------------------------------------+ | +| | 9 | Camera Trigger | | +| +-------+-------------------------------------------+ | +| | 11 | Fence Enable | | +| +-------+-------------------------------------------+ | +| | 16 | AUTO Mode | | +| +-------+-------------------------------------------+ | +| | 19 | Gripper Release | | +| +-------+-------------------------------------------+ | +| | 24 | Auto Mission Reset | | +| +-------+-------------------------------------------+ | +| | 27 | Retract Mount1 | | +| +-------+-------------------------------------------+ | +| | 28 | Relay1 On/Off | | +| +-------+-------------------------------------------+ | +| | 30 | Lost Rover Sound | | +| +-------+-------------------------------------------+ | +| | 31 | Motor Emergency Stop | | +| +-------+-------------------------------------------+ | +| | 34 | Relay2 On/Off | | +| +-------+-------------------------------------------+ | +| | 35 | Relay3 On/Off | | +| +-------+-------------------------------------------+ | +| | 36 | Relay4 On/Off | | +| +-------+-------------------------------------------+ | +| | 40 | Proximity Avoidance Enable | | +| +-------+-------------------------------------------+ | +| | 41 | ArmDisarm (4.1 and lower) | | +| +-------+-------------------------------------------+ | +| | 42 | SMARTRTL Mode | | +| +-------+-------------------------------------------+ | +| | 46 | RC Override Enable | | +| +-------+-------------------------------------------+ | +| | 50 | LearnCruise Speed | | +| +-------+-------------------------------------------+ | +| | 51 | MANUAL Mode | | +| +-------+-------------------------------------------+ | +| | 52 | ACRO Mode | | +| +-------+-------------------------------------------+ | +| | 53 | STEERING Mode | | +| +-------+-------------------------------------------+ | +| | 54 | HOLD Mode | | +| +-------+-------------------------------------------+ | +| | 55 | GUIDED Mode | | +| +-------+-------------------------------------------+ | +| | 56 | LOITER Mode | | +| +-------+-------------------------------------------+ | +| | 57 | FOLLOW Mode | | +| +-------+-------------------------------------------+ | +| | 58 | Clear Waypoints | | +| +-------+-------------------------------------------+ | +| | 59 | Simple Mode | | +| +-------+-------------------------------------------+ | +| | 62 | Compass Learn | | +| +-------+-------------------------------------------+ | +| | 63 | Sailboat Tack | | +| +-------+-------------------------------------------+ | +| | 65 | GPS Disable | | +| +-------+-------------------------------------------+ | +| | 66 | Relay5 On/Off | | +| +-------+-------------------------------------------+ | +| | 67 | Relay6 On/Off | | +| +-------+-------------------------------------------+ | +| | 72 | CIRCLE Mode | | +| +-------+-------------------------------------------+ | +| | 74 | Sailboat motoring 3pos | | +| +-------+-------------------------------------------+ | +| | 78 | RunCam Control | | +| +-------+-------------------------------------------+ | +| | 79 | RunCam OSD Control | | +| +-------+-------------------------------------------+ | +| | 80 | VisoOdom Align | | +| +-------+-------------------------------------------+ | +| | 81 | Disarm | | +| +-------+-------------------------------------------+ | +| | 90 | EKF Pos Source | | +| +-------+-------------------------------------------+ | +| | 94 | VTX Power | | +| +-------+-------------------------------------------+ | +| | 97 | Windvane home heading direction offset | | +| +-------+-------------------------------------------+ | +| | 100 | KillIMU1 | | +| +-------+-------------------------------------------+ | +| | 101 | KillIMU2 | | +| +-------+-------------------------------------------+ | +| | 102 | Camera Mode Toggle | | +| +-------+-------------------------------------------+ | +| | 105 | GPS Disable Yaw | | +| +-------+-------------------------------------------+ | +| | 106 | Disable Airspeed Use | | +| +-------+-------------------------------------------+ | +| | 110 | KillIMU3 | | +| +-------+-------------------------------------------+ | +| | 112 | SwitchExternalAHRS | | +| +-------+-------------------------------------------+ | +| | 153 | ArmDisarm (4.2 and higher) | | +| +-------+-------------------------------------------+ | +| | 155 | Set steering trim to current servo and RC | | +| +-------+-------------------------------------------+ | +| | 156 | Torqeedo Clear Err | | +| +-------+-------------------------------------------+ | +| | 162 | FFT Tune | | +| +-------+-------------------------------------------+ | +| | 163 | Mount Lock | | +| +-------+-------------------------------------------+ | +| | 164 | Pause Stream Logging | | +| +-------+-------------------------------------------+ | +| | 165 | Arm/Emergency Motor Stop | | +| +-------+-------------------------------------------+ | +| | 166 | Camera Record Video | | +| +-------+-------------------------------------------+ | +| | 167 | Camera Zoom | | +| +-------+-------------------------------------------+ | +| | 168 | Camera Manual Focus | | +| +-------+-------------------------------------------+ | +| | 169 | Camera Auto Focus | | +| +-------+-------------------------------------------+ | +| | 171 | Calibrate Compasses | | +| +-------+-------------------------------------------+ | +| | 172 | Battery MPPT Enable | | +| +-------+-------------------------------------------+ | +| | 174 | Camera Image Tracking | | +| +-------+-------------------------------------------+ | +| | 175 | Camera Lens | | +| +-------+-------------------------------------------+ | +| | 201 | Roll | | +| +-------+-------------------------------------------+ | +| | 202 | Pitch | | +| +-------+-------------------------------------------+ | +| | 207 | MainSail | | +| +-------+-------------------------------------------+ | +| | 208 | Flap | | +| +-------+-------------------------------------------+ | +| | 211 | Walking Height | | +| +-------+-------------------------------------------+ | +| | 212 | Mount1 Roll | | +| +-------+-------------------------------------------+ | +| | 213 | Mount1 Pitch | | +| +-------+-------------------------------------------+ | +| | 214 | Mount1 Yaw | | +| +-------+-------------------------------------------+ | +| | 215 | Mount2 Roll | | +| +-------+-------------------------------------------+ | +| | 216 | Mount2 Pitch | | +| +-------+-------------------------------------------+ | +| | 217 | Mount2 Yaw | | +| +-------+-------------------------------------------+ | +| | 300 | Scripting1 | | +| +-------+-------------------------------------------+ | +| | 301 | Scripting2 | | +| +-------+-------------------------------------------+ | +| | 302 | Scripting3 | | +| +-------+-------------------------------------------+ | +| | 303 | Scripting4 | | +| +-------+-------------------------------------------+ | +| | 304 | Scripting5 | | +| +-------+-------------------------------------------+ | +| | 305 | Scripting6 | | +| +-------+-------------------------------------------+ | +| | 306 | Scripting7 | | +| +-------+-------------------------------------------+ | +| | 307 | Scripting8 | | +| +-------+-------------------------------------------+ | +| | ++-------------------------------------------------------+ + + + + + +.. _parameters_RC14_: + +RC14\_ Parameters +----------------- + + +.. _RC14_MIN: + +RC14\_MIN: RC min PWM +~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC14_TRIM: + +RC14\_TRIM: RC trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC trim \(neutral\) PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC14_MAX: + +RC14\_MAX: RC max PWM +~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC14_REVERSED: + +RC14\_REVERSED: RC reversed +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Reverse channel input\. Set to 0 for normal operation\. Set to 1 to reverse this input channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _RC14_DZ: + +RC14\_DZ: RC dead\-zone +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +PWM dead zone in microseconds around trim or bottom + + ++----------+---------------------+ +| Range | Units | ++==========+=====================+ +| 0 to 200 | PWM in microseconds | ++----------+---------------------+ + + + + +.. _RC14_OPTION: + +RC14\_OPTION: RC input option +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Function assigned to this RC channel + + ++-------------------------------------------------------+ +| Values | ++=======================================================+ +| +-------+-------------------------------------------+ | +| | Value | Meaning | | +| +=======+===========================================+ | +| | 0 | Do Nothing | | +| +-------+-------------------------------------------+ | +| | 4 | RTL | | +| +-------+-------------------------------------------+ | +| | 5 | Save Trim (4.1 and lower) | | +| +-------+-------------------------------------------+ | +| | 7 | Save WP | | +| +-------+-------------------------------------------+ | +| | 9 | Camera Trigger | | +| +-------+-------------------------------------------+ | +| | 11 | Fence Enable | | +| +-------+-------------------------------------------+ | +| | 16 | AUTO Mode | | +| +-------+-------------------------------------------+ | +| | 19 | Gripper Release | | +| +-------+-------------------------------------------+ | +| | 24 | Auto Mission Reset | | +| +-------+-------------------------------------------+ | +| | 27 | Retract Mount1 | | +| +-------+-------------------------------------------+ | +| | 28 | Relay1 On/Off | | +| +-------+-------------------------------------------+ | +| | 30 | Lost Rover Sound | | +| +-------+-------------------------------------------+ | +| | 31 | Motor Emergency Stop | | +| +-------+-------------------------------------------+ | +| | 34 | Relay2 On/Off | | +| +-------+-------------------------------------------+ | +| | 35 | Relay3 On/Off | | +| +-------+-------------------------------------------+ | +| | 36 | Relay4 On/Off | | +| +-------+-------------------------------------------+ | +| | 40 | Proximity Avoidance Enable | | +| +-------+-------------------------------------------+ | +| | 41 | ArmDisarm (4.1 and lower) | | +| +-------+-------------------------------------------+ | +| | 42 | SMARTRTL Mode | | +| +-------+-------------------------------------------+ | +| | 46 | RC Override Enable | | +| +-------+-------------------------------------------+ | +| | 50 | LearnCruise Speed | | +| +-------+-------------------------------------------+ | +| | 51 | MANUAL Mode | | +| +-------+-------------------------------------------+ | +| | 52 | ACRO Mode | | +| +-------+-------------------------------------------+ | +| | 53 | STEERING Mode | | +| +-------+-------------------------------------------+ | +| | 54 | HOLD Mode | | +| +-------+-------------------------------------------+ | +| | 55 | GUIDED Mode | | +| +-------+-------------------------------------------+ | +| | 56 | LOITER Mode | | +| +-------+-------------------------------------------+ | +| | 57 | FOLLOW Mode | | +| +-------+-------------------------------------------+ | +| | 58 | Clear Waypoints | | +| +-------+-------------------------------------------+ | +| | 59 | Simple Mode | | +| +-------+-------------------------------------------+ | +| | 62 | Compass Learn | | +| +-------+-------------------------------------------+ | +| | 63 | Sailboat Tack | | +| +-------+-------------------------------------------+ | +| | 65 | GPS Disable | | +| +-------+-------------------------------------------+ | +| | 66 | Relay5 On/Off | | +| +-------+-------------------------------------------+ | +| | 67 | Relay6 On/Off | | +| +-------+-------------------------------------------+ | +| | 72 | CIRCLE Mode | | +| +-------+-------------------------------------------+ | +| | 74 | Sailboat motoring 3pos | | +| +-------+-------------------------------------------+ | +| | 78 | RunCam Control | | +| +-------+-------------------------------------------+ | +| | 79 | RunCam OSD Control | | +| +-------+-------------------------------------------+ | +| | 80 | VisoOdom Align | | +| +-------+-------------------------------------------+ | +| | 81 | Disarm | | +| +-------+-------------------------------------------+ | +| | 90 | EKF Pos Source | | +| +-------+-------------------------------------------+ | +| | 94 | VTX Power | | +| +-------+-------------------------------------------+ | +| | 97 | Windvane home heading direction offset | | +| +-------+-------------------------------------------+ | +| | 100 | KillIMU1 | | +| +-------+-------------------------------------------+ | +| | 101 | KillIMU2 | | +| +-------+-------------------------------------------+ | +| | 102 | Camera Mode Toggle | | +| +-------+-------------------------------------------+ | +| | 105 | GPS Disable Yaw | | +| +-------+-------------------------------------------+ | +| | 106 | Disable Airspeed Use | | +| +-------+-------------------------------------------+ | +| | 110 | KillIMU3 | | +| +-------+-------------------------------------------+ | +| | 112 | SwitchExternalAHRS | | +| +-------+-------------------------------------------+ | +| | 153 | ArmDisarm (4.2 and higher) | | +| +-------+-------------------------------------------+ | +| | 155 | Set steering trim to current servo and RC | | +| +-------+-------------------------------------------+ | +| | 156 | Torqeedo Clear Err | | +| +-------+-------------------------------------------+ | +| | 162 | FFT Tune | | +| +-------+-------------------------------------------+ | +| | 163 | Mount Lock | | +| +-------+-------------------------------------------+ | +| | 164 | Pause Stream Logging | | +| +-------+-------------------------------------------+ | +| | 165 | Arm/Emergency Motor Stop | | +| +-------+-------------------------------------------+ | +| | 166 | Camera Record Video | | +| +-------+-------------------------------------------+ | +| | 167 | Camera Zoom | | +| +-------+-------------------------------------------+ | +| | 168 | Camera Manual Focus | | +| +-------+-------------------------------------------+ | +| | 169 | Camera Auto Focus | | +| +-------+-------------------------------------------+ | +| | 171 | Calibrate Compasses | | +| +-------+-------------------------------------------+ | +| | 172 | Battery MPPT Enable | | +| +-------+-------------------------------------------+ | +| | 174 | Camera Image Tracking | | +| +-------+-------------------------------------------+ | +| | 175 | Camera Lens | | +| +-------+-------------------------------------------+ | +| | 201 | Roll | | +| +-------+-------------------------------------------+ | +| | 202 | Pitch | | +| +-------+-------------------------------------------+ | +| | 207 | MainSail | | +| +-------+-------------------------------------------+ | +| | 208 | Flap | | +| +-------+-------------------------------------------+ | +| | 211 | Walking Height | | +| +-------+-------------------------------------------+ | +| | 212 | Mount1 Roll | | +| +-------+-------------------------------------------+ | +| | 213 | Mount1 Pitch | | +| +-------+-------------------------------------------+ | +| | 214 | Mount1 Yaw | | +| +-------+-------------------------------------------+ | +| | 215 | Mount2 Roll | | +| +-------+-------------------------------------------+ | +| | 216 | Mount2 Pitch | | +| +-------+-------------------------------------------+ | +| | 217 | Mount2 Yaw | | +| +-------+-------------------------------------------+ | +| | 300 | Scripting1 | | +| +-------+-------------------------------------------+ | +| | 301 | Scripting2 | | +| +-------+-------------------------------------------+ | +| | 302 | Scripting3 | | +| +-------+-------------------------------------------+ | +| | 303 | Scripting4 | | +| +-------+-------------------------------------------+ | +| | 304 | Scripting5 | | +| +-------+-------------------------------------------+ | +| | 305 | Scripting6 | | +| +-------+-------------------------------------------+ | +| | 306 | Scripting7 | | +| +-------+-------------------------------------------+ | +| | 307 | Scripting8 | | +| +-------+-------------------------------------------+ | +| | ++-------------------------------------------------------+ + + + + + +.. _parameters_RC15_: + +RC15\_ Parameters +----------------- + + +.. _RC15_MIN: + +RC15\_MIN: RC min PWM +~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC15_TRIM: + +RC15\_TRIM: RC trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC trim \(neutral\) PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC15_MAX: + +RC15\_MAX: RC max PWM +~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC15_REVERSED: + +RC15\_REVERSED: RC reversed +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Reverse channel input\. Set to 0 for normal operation\. Set to 1 to reverse this input channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _RC15_DZ: + +RC15\_DZ: RC dead\-zone +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +PWM dead zone in microseconds around trim or bottom + + ++----------+---------------------+ +| Range | Units | ++==========+=====================+ +| 0 to 200 | PWM in microseconds | ++----------+---------------------+ + + + + +.. _RC15_OPTION: + +RC15\_OPTION: RC input option +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Function assigned to this RC channel + + ++-------------------------------------------------------+ +| Values | ++=======================================================+ +| +-------+-------------------------------------------+ | +| | Value | Meaning | | +| +=======+===========================================+ | +| | 0 | Do Nothing | | +| +-------+-------------------------------------------+ | +| | 4 | RTL | | +| +-------+-------------------------------------------+ | +| | 5 | Save Trim (4.1 and lower) | | +| +-------+-------------------------------------------+ | +| | 7 | Save WP | | +| +-------+-------------------------------------------+ | +| | 9 | Camera Trigger | | +| +-------+-------------------------------------------+ | +| | 11 | Fence Enable | | +| +-------+-------------------------------------------+ | +| | 16 | AUTO Mode | | +| +-------+-------------------------------------------+ | +| | 19 | Gripper Release | | +| +-------+-------------------------------------------+ | +| | 24 | Auto Mission Reset | | +| +-------+-------------------------------------------+ | +| | 27 | Retract Mount1 | | +| +-------+-------------------------------------------+ | +| | 28 | Relay1 On/Off | | +| +-------+-------------------------------------------+ | +| | 30 | Lost Rover Sound | | +| +-------+-------------------------------------------+ | +| | 31 | Motor Emergency Stop | | +| +-------+-------------------------------------------+ | +| | 34 | Relay2 On/Off | | +| +-------+-------------------------------------------+ | +| | 35 | Relay3 On/Off | | +| +-------+-------------------------------------------+ | +| | 36 | Relay4 On/Off | | +| +-------+-------------------------------------------+ | +| | 40 | Proximity Avoidance Enable | | +| +-------+-------------------------------------------+ | +| | 41 | ArmDisarm (4.1 and lower) | | +| +-------+-------------------------------------------+ | +| | 42 | SMARTRTL Mode | | +| +-------+-------------------------------------------+ | +| | 46 | RC Override Enable | | +| +-------+-------------------------------------------+ | +| | 50 | LearnCruise Speed | | +| +-------+-------------------------------------------+ | +| | 51 | MANUAL Mode | | +| +-------+-------------------------------------------+ | +| | 52 | ACRO Mode | | +| +-------+-------------------------------------------+ | +| | 53 | STEERING Mode | | +| +-------+-------------------------------------------+ | +| | 54 | HOLD Mode | | +| +-------+-------------------------------------------+ | +| | 55 | GUIDED Mode | | +| +-------+-------------------------------------------+ | +| | 56 | LOITER Mode | | +| +-------+-------------------------------------------+ | +| | 57 | FOLLOW Mode | | +| +-------+-------------------------------------------+ | +| | 58 | Clear Waypoints | | +| +-------+-------------------------------------------+ | +| | 59 | Simple Mode | | +| +-------+-------------------------------------------+ | +| | 62 | Compass Learn | | +| +-------+-------------------------------------------+ | +| | 63 | Sailboat Tack | | +| +-------+-------------------------------------------+ | +| | 65 | GPS Disable | | +| +-------+-------------------------------------------+ | +| | 66 | Relay5 On/Off | | +| +-------+-------------------------------------------+ | +| | 67 | Relay6 On/Off | | +| +-------+-------------------------------------------+ | +| | 72 | CIRCLE Mode | | +| +-------+-------------------------------------------+ | +| | 74 | Sailboat motoring 3pos | | +| +-------+-------------------------------------------+ | +| | 78 | RunCam Control | | +| +-------+-------------------------------------------+ | +| | 79 | RunCam OSD Control | | +| +-------+-------------------------------------------+ | +| | 80 | VisoOdom Align | | +| +-------+-------------------------------------------+ | +| | 81 | Disarm | | +| +-------+-------------------------------------------+ | +| | 90 | EKF Pos Source | | +| +-------+-------------------------------------------+ | +| | 94 | VTX Power | | +| +-------+-------------------------------------------+ | +| | 97 | Windvane home heading direction offset | | +| +-------+-------------------------------------------+ | +| | 100 | KillIMU1 | | +| +-------+-------------------------------------------+ | +| | 101 | KillIMU2 | | +| +-------+-------------------------------------------+ | +| | 102 | Camera Mode Toggle | | +| +-------+-------------------------------------------+ | +| | 105 | GPS Disable Yaw | | +| +-------+-------------------------------------------+ | +| | 106 | Disable Airspeed Use | | +| +-------+-------------------------------------------+ | +| | 110 | KillIMU3 | | +| +-------+-------------------------------------------+ | +| | 112 | SwitchExternalAHRS | | +| +-------+-------------------------------------------+ | +| | 153 | ArmDisarm (4.2 and higher) | | +| +-------+-------------------------------------------+ | +| | 155 | Set steering trim to current servo and RC | | +| +-------+-------------------------------------------+ | +| | 156 | Torqeedo Clear Err | | +| +-------+-------------------------------------------+ | +| | 162 | FFT Tune | | +| +-------+-------------------------------------------+ | +| | 163 | Mount Lock | | +| +-------+-------------------------------------------+ | +| | 164 | Pause Stream Logging | | +| +-------+-------------------------------------------+ | +| | 165 | Arm/Emergency Motor Stop | | +| +-------+-------------------------------------------+ | +| | 166 | Camera Record Video | | +| +-------+-------------------------------------------+ | +| | 167 | Camera Zoom | | +| +-------+-------------------------------------------+ | +| | 168 | Camera Manual Focus | | +| +-------+-------------------------------------------+ | +| | 169 | Camera Auto Focus | | +| +-------+-------------------------------------------+ | +| | 171 | Calibrate Compasses | | +| +-------+-------------------------------------------+ | +| | 172 | Battery MPPT Enable | | +| +-------+-------------------------------------------+ | +| | 174 | Camera Image Tracking | | +| +-------+-------------------------------------------+ | +| | 175 | Camera Lens | | +| +-------+-------------------------------------------+ | +| | 201 | Roll | | +| +-------+-------------------------------------------+ | +| | 202 | Pitch | | +| +-------+-------------------------------------------+ | +| | 207 | MainSail | | +| +-------+-------------------------------------------+ | +| | 208 | Flap | | +| +-------+-------------------------------------------+ | +| | 211 | Walking Height | | +| +-------+-------------------------------------------+ | +| | 212 | Mount1 Roll | | +| +-------+-------------------------------------------+ | +| | 213 | Mount1 Pitch | | +| +-------+-------------------------------------------+ | +| | 214 | Mount1 Yaw | | +| +-------+-------------------------------------------+ | +| | 215 | Mount2 Roll | | +| +-------+-------------------------------------------+ | +| | 216 | Mount2 Pitch | | +| +-------+-------------------------------------------+ | +| | 217 | Mount2 Yaw | | +| +-------+-------------------------------------------+ | +| | 300 | Scripting1 | | +| +-------+-------------------------------------------+ | +| | 301 | Scripting2 | | +| +-------+-------------------------------------------+ | +| | 302 | Scripting3 | | +| +-------+-------------------------------------------+ | +| | 303 | Scripting4 | | +| +-------+-------------------------------------------+ | +| | 304 | Scripting5 | | +| +-------+-------------------------------------------+ | +| | 305 | Scripting6 | | +| +-------+-------------------------------------------+ | +| | 306 | Scripting7 | | +| +-------+-------------------------------------------+ | +| | 307 | Scripting8 | | +| +-------+-------------------------------------------+ | +| | ++-------------------------------------------------------+ + + + + + +.. _parameters_RC16_: + +RC16\_ Parameters +----------------- + + +.. _RC16_MIN: + +RC16\_MIN: RC min PWM +~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC16_TRIM: + +RC16\_TRIM: RC trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC trim \(neutral\) PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC16_MAX: + +RC16\_MAX: RC max PWM +~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC16_REVERSED: + +RC16\_REVERSED: RC reversed +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Reverse channel input\. Set to 0 for normal operation\. Set to 1 to reverse this input channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _RC16_DZ: + +RC16\_DZ: RC dead\-zone +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +PWM dead zone in microseconds around trim or bottom + + ++----------+---------------------+ +| Range | Units | ++==========+=====================+ +| 0 to 200 | PWM in microseconds | ++----------+---------------------+ + + + + +.. _RC16_OPTION: + +RC16\_OPTION: RC input option +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Function assigned to this RC channel + + ++-------------------------------------------------------+ +| Values | ++=======================================================+ +| +-------+-------------------------------------------+ | +| | Value | Meaning | | +| +=======+===========================================+ | +| | 0 | Do Nothing | | +| +-------+-------------------------------------------+ | +| | 4 | RTL | | +| +-------+-------------------------------------------+ | +| | 5 | Save Trim (4.1 and lower) | | +| +-------+-------------------------------------------+ | +| | 7 | Save WP | | +| +-------+-------------------------------------------+ | +| | 9 | Camera Trigger | | +| +-------+-------------------------------------------+ | +| | 11 | Fence Enable | | +| +-------+-------------------------------------------+ | +| | 16 | AUTO Mode | | +| +-------+-------------------------------------------+ | +| | 19 | Gripper Release | | +| +-------+-------------------------------------------+ | +| | 24 | Auto Mission Reset | | +| +-------+-------------------------------------------+ | +| | 27 | Retract Mount1 | | +| +-------+-------------------------------------------+ | +| | 28 | Relay1 On/Off | | +| +-------+-------------------------------------------+ | +| | 30 | Lost Rover Sound | | +| +-------+-------------------------------------------+ | +| | 31 | Motor Emergency Stop | | +| +-------+-------------------------------------------+ | +| | 34 | Relay2 On/Off | | +| +-------+-------------------------------------------+ | +| | 35 | Relay3 On/Off | | +| +-------+-------------------------------------------+ | +| | 36 | Relay4 On/Off | | +| +-------+-------------------------------------------+ | +| | 40 | Proximity Avoidance Enable | | +| +-------+-------------------------------------------+ | +| | 41 | ArmDisarm (4.1 and lower) | | +| +-------+-------------------------------------------+ | +| | 42 | SMARTRTL Mode | | +| +-------+-------------------------------------------+ | +| | 46 | RC Override Enable | | +| +-------+-------------------------------------------+ | +| | 50 | LearnCruise Speed | | +| +-------+-------------------------------------------+ | +| | 51 | MANUAL Mode | | +| +-------+-------------------------------------------+ | +| | 52 | ACRO Mode | | +| +-------+-------------------------------------------+ | +| | 53 | STEERING Mode | | +| +-------+-------------------------------------------+ | +| | 54 | HOLD Mode | | +| +-------+-------------------------------------------+ | +| | 55 | GUIDED Mode | | +| +-------+-------------------------------------------+ | +| | 56 | LOITER Mode | | +| +-------+-------------------------------------------+ | +| | 57 | FOLLOW Mode | | +| +-------+-------------------------------------------+ | +| | 58 | Clear Waypoints | | +| +-------+-------------------------------------------+ | +| | 59 | Simple Mode | | +| +-------+-------------------------------------------+ | +| | 62 | Compass Learn | | +| +-------+-------------------------------------------+ | +| | 63 | Sailboat Tack | | +| +-------+-------------------------------------------+ | +| | 65 | GPS Disable | | +| +-------+-------------------------------------------+ | +| | 66 | Relay5 On/Off | | +| +-------+-------------------------------------------+ | +| | 67 | Relay6 On/Off | | +| +-------+-------------------------------------------+ | +| | 72 | CIRCLE Mode | | +| +-------+-------------------------------------------+ | +| | 74 | Sailboat motoring 3pos | | +| +-------+-------------------------------------------+ | +| | 78 | RunCam Control | | +| +-------+-------------------------------------------+ | +| | 79 | RunCam OSD Control | | +| +-------+-------------------------------------------+ | +| | 80 | VisoOdom Align | | +| +-------+-------------------------------------------+ | +| | 81 | Disarm | | +| +-------+-------------------------------------------+ | +| | 90 | EKF Pos Source | | +| +-------+-------------------------------------------+ | +| | 94 | VTX Power | | +| +-------+-------------------------------------------+ | +| | 97 | Windvane home heading direction offset | | +| +-------+-------------------------------------------+ | +| | 100 | KillIMU1 | | +| +-------+-------------------------------------------+ | +| | 101 | KillIMU2 | | +| +-------+-------------------------------------------+ | +| | 102 | Camera Mode Toggle | | +| +-------+-------------------------------------------+ | +| | 105 | GPS Disable Yaw | | +| +-------+-------------------------------------------+ | +| | 106 | Disable Airspeed Use | | +| +-------+-------------------------------------------+ | +| | 110 | KillIMU3 | | +| +-------+-------------------------------------------+ | +| | 112 | SwitchExternalAHRS | | +| +-------+-------------------------------------------+ | +| | 153 | ArmDisarm (4.2 and higher) | | +| +-------+-------------------------------------------+ | +| | 155 | Set steering trim to current servo and RC | | +| +-------+-------------------------------------------+ | +| | 156 | Torqeedo Clear Err | | +| +-------+-------------------------------------------+ | +| | 162 | FFT Tune | | +| +-------+-------------------------------------------+ | +| | 163 | Mount Lock | | +| +-------+-------------------------------------------+ | +| | 164 | Pause Stream Logging | | +| +-------+-------------------------------------------+ | +| | 165 | Arm/Emergency Motor Stop | | +| +-------+-------------------------------------------+ | +| | 166 | Camera Record Video | | +| +-------+-------------------------------------------+ | +| | 167 | Camera Zoom | | +| +-------+-------------------------------------------+ | +| | 168 | Camera Manual Focus | | +| +-------+-------------------------------------------+ | +| | 169 | Camera Auto Focus | | +| +-------+-------------------------------------------+ | +| | 171 | Calibrate Compasses | | +| +-------+-------------------------------------------+ | +| | 172 | Battery MPPT Enable | | +| +-------+-------------------------------------------+ | +| | 174 | Camera Image Tracking | | +| +-------+-------------------------------------------+ | +| | 175 | Camera Lens | | +| +-------+-------------------------------------------+ | +| | 201 | Roll | | +| +-------+-------------------------------------------+ | +| | 202 | Pitch | | +| +-------+-------------------------------------------+ | +| | 207 | MainSail | | +| +-------+-------------------------------------------+ | +| | 208 | Flap | | +| +-------+-------------------------------------------+ | +| | 211 | Walking Height | | +| +-------+-------------------------------------------+ | +| | 212 | Mount1 Roll | | +| +-------+-------------------------------------------+ | +| | 213 | Mount1 Pitch | | +| +-------+-------------------------------------------+ | +| | 214 | Mount1 Yaw | | +| +-------+-------------------------------------------+ | +| | 215 | Mount2 Roll | | +| +-------+-------------------------------------------+ | +| | 216 | Mount2 Pitch | | +| +-------+-------------------------------------------+ | +| | 217 | Mount2 Yaw | | +| +-------+-------------------------------------------+ | +| | 300 | Scripting1 | | +| +-------+-------------------------------------------+ | +| | 301 | Scripting2 | | +| +-------+-------------------------------------------+ | +| | 302 | Scripting3 | | +| +-------+-------------------------------------------+ | +| | 303 | Scripting4 | | +| +-------+-------------------------------------------+ | +| | 304 | Scripting5 | | +| +-------+-------------------------------------------+ | +| | 305 | Scripting6 | | +| +-------+-------------------------------------------+ | +| | 306 | Scripting7 | | +| +-------+-------------------------------------------+ | +| | 307 | Scripting8 | | +| +-------+-------------------------------------------+ | +| | ++-------------------------------------------------------+ + + + + + +.. _parameters_RC1_: + +RC1\_ Parameters +---------------- + + +.. _RC1_MIN: + +RC1\_MIN: RC min PWM +~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC1_TRIM: + +RC1\_TRIM: RC trim PWM +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC trim \(neutral\) PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC1_MAX: + +RC1\_MAX: RC max PWM +~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC1_REVERSED: + +RC1\_REVERSED: RC reversed +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Reverse channel input\. Set to 0 for normal operation\. Set to 1 to reverse this input channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _RC1_DZ: + +RC1\_DZ: RC dead\-zone +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +PWM dead zone in microseconds around trim or bottom + + ++----------+---------------------+ +| Range | Units | ++==========+=====================+ +| 0 to 200 | PWM in microseconds | ++----------+---------------------+ + + + + +.. _RC1_OPTION: + +RC1\_OPTION: RC input option +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Function assigned to this RC channel + + ++-------------------------------------------------------+ +| Values | ++=======================================================+ +| +-------+-------------------------------------------+ | +| | Value | Meaning | | +| +=======+===========================================+ | +| | 0 | Do Nothing | | +| +-------+-------------------------------------------+ | +| | 4 | RTL | | +| +-------+-------------------------------------------+ | +| | 5 | Save Trim (4.1 and lower) | | +| +-------+-------------------------------------------+ | +| | 7 | Save WP | | +| +-------+-------------------------------------------+ | +| | 9 | Camera Trigger | | +| +-------+-------------------------------------------+ | +| | 11 | Fence Enable | | +| +-------+-------------------------------------------+ | +| | 16 | AUTO Mode | | +| +-------+-------------------------------------------+ | +| | 19 | Gripper Release | | +| +-------+-------------------------------------------+ | +| | 24 | Auto Mission Reset | | +| +-------+-------------------------------------------+ | +| | 27 | Retract Mount1 | | +| +-------+-------------------------------------------+ | +| | 28 | Relay1 On/Off | | +| +-------+-------------------------------------------+ | +| | 30 | Lost Rover Sound | | +| +-------+-------------------------------------------+ | +| | 31 | Motor Emergency Stop | | +| +-------+-------------------------------------------+ | +| | 34 | Relay2 On/Off | | +| +-------+-------------------------------------------+ | +| | 35 | Relay3 On/Off | | +| +-------+-------------------------------------------+ | +| | 36 | Relay4 On/Off | | +| +-------+-------------------------------------------+ | +| | 40 | Proximity Avoidance Enable | | +| +-------+-------------------------------------------+ | +| | 41 | ArmDisarm (4.1 and lower) | | +| +-------+-------------------------------------------+ | +| | 42 | SMARTRTL Mode | | +| +-------+-------------------------------------------+ | +| | 46 | RC Override Enable | | +| +-------+-------------------------------------------+ | +| | 50 | LearnCruise Speed | | +| +-------+-------------------------------------------+ | +| | 51 | MANUAL Mode | | +| +-------+-------------------------------------------+ | +| | 52 | ACRO Mode | | +| +-------+-------------------------------------------+ | +| | 53 | STEERING Mode | | +| +-------+-------------------------------------------+ | +| | 54 | HOLD Mode | | +| +-------+-------------------------------------------+ | +| | 55 | GUIDED Mode | | +| +-------+-------------------------------------------+ | +| | 56 | LOITER Mode | | +| +-------+-------------------------------------------+ | +| | 57 | FOLLOW Mode | | +| +-------+-------------------------------------------+ | +| | 58 | Clear Waypoints | | +| +-------+-------------------------------------------+ | +| | 59 | Simple Mode | | +| +-------+-------------------------------------------+ | +| | 62 | Compass Learn | | +| +-------+-------------------------------------------+ | +| | 63 | Sailboat Tack | | +| +-------+-------------------------------------------+ | +| | 65 | GPS Disable | | +| +-------+-------------------------------------------+ | +| | 66 | Relay5 On/Off | | +| +-------+-------------------------------------------+ | +| | 67 | Relay6 On/Off | | +| +-------+-------------------------------------------+ | +| | 72 | CIRCLE Mode | | +| +-------+-------------------------------------------+ | +| | 74 | Sailboat motoring 3pos | | +| +-------+-------------------------------------------+ | +| | 78 | RunCam Control | | +| +-------+-------------------------------------------+ | +| | 79 | RunCam OSD Control | | +| +-------+-------------------------------------------+ | +| | 80 | VisoOdom Align | | +| +-------+-------------------------------------------+ | +| | 81 | Disarm | | +| +-------+-------------------------------------------+ | +| | 90 | EKF Pos Source | | +| +-------+-------------------------------------------+ | +| | 94 | VTX Power | | +| +-------+-------------------------------------------+ | +| | 97 | Windvane home heading direction offset | | +| +-------+-------------------------------------------+ | +| | 100 | KillIMU1 | | +| +-------+-------------------------------------------+ | +| | 101 | KillIMU2 | | +| +-------+-------------------------------------------+ | +| | 102 | Camera Mode Toggle | | +| +-------+-------------------------------------------+ | +| | 105 | GPS Disable Yaw | | +| +-------+-------------------------------------------+ | +| | 106 | Disable Airspeed Use | | +| +-------+-------------------------------------------+ | +| | 110 | KillIMU3 | | +| +-------+-------------------------------------------+ | +| | 112 | SwitchExternalAHRS | | +| +-------+-------------------------------------------+ | +| | 153 | ArmDisarm (4.2 and higher) | | +| +-------+-------------------------------------------+ | +| | 155 | Set steering trim to current servo and RC | | +| +-------+-------------------------------------------+ | +| | 156 | Torqeedo Clear Err | | +| +-------+-------------------------------------------+ | +| | 162 | FFT Tune | | +| +-------+-------------------------------------------+ | +| | 163 | Mount Lock | | +| +-------+-------------------------------------------+ | +| | 164 | Pause Stream Logging | | +| +-------+-------------------------------------------+ | +| | 165 | Arm/Emergency Motor Stop | | +| +-------+-------------------------------------------+ | +| | 166 | Camera Record Video | | +| +-------+-------------------------------------------+ | +| | 167 | Camera Zoom | | +| +-------+-------------------------------------------+ | +| | 168 | Camera Manual Focus | | +| +-------+-------------------------------------------+ | +| | 169 | Camera Auto Focus | | +| +-------+-------------------------------------------+ | +| | 171 | Calibrate Compasses | | +| +-------+-------------------------------------------+ | +| | 172 | Battery MPPT Enable | | +| +-------+-------------------------------------------+ | +| | 174 | Camera Image Tracking | | +| +-------+-------------------------------------------+ | +| | 175 | Camera Lens | | +| +-------+-------------------------------------------+ | +| | 201 | Roll | | +| +-------+-------------------------------------------+ | +| | 202 | Pitch | | +| +-------+-------------------------------------------+ | +| | 207 | MainSail | | +| +-------+-------------------------------------------+ | +| | 208 | Flap | | +| +-------+-------------------------------------------+ | +| | 211 | Walking Height | | +| +-------+-------------------------------------------+ | +| | 212 | Mount1 Roll | | +| +-------+-------------------------------------------+ | +| | 213 | Mount1 Pitch | | +| +-------+-------------------------------------------+ | +| | 214 | Mount1 Yaw | | +| +-------+-------------------------------------------+ | +| | 215 | Mount2 Roll | | +| +-------+-------------------------------------------+ | +| | 216 | Mount2 Pitch | | +| +-------+-------------------------------------------+ | +| | 217 | Mount2 Yaw | | +| +-------+-------------------------------------------+ | +| | 300 | Scripting1 | | +| +-------+-------------------------------------------+ | +| | 301 | Scripting2 | | +| +-------+-------------------------------------------+ | +| | 302 | Scripting3 | | +| +-------+-------------------------------------------+ | +| | 303 | Scripting4 | | +| +-------+-------------------------------------------+ | +| | 304 | Scripting5 | | +| +-------+-------------------------------------------+ | +| | 305 | Scripting6 | | +| +-------+-------------------------------------------+ | +| | 306 | Scripting7 | | +| +-------+-------------------------------------------+ | +| | 307 | Scripting8 | | +| +-------+-------------------------------------------+ | +| | ++-------------------------------------------------------+ + + + + + +.. _parameters_RC2_: + +RC2\_ Parameters +---------------- + + +.. _RC2_MIN: + +RC2\_MIN: RC min PWM +~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC2_TRIM: + +RC2\_TRIM: RC trim PWM +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC trim \(neutral\) PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC2_MAX: + +RC2\_MAX: RC max PWM +~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC2_REVERSED: + +RC2\_REVERSED: RC reversed +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Reverse channel input\. Set to 0 for normal operation\. Set to 1 to reverse this input channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _RC2_DZ: + +RC2\_DZ: RC dead\-zone +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +PWM dead zone in microseconds around trim or bottom + + ++----------+---------------------+ +| Range | Units | ++==========+=====================+ +| 0 to 200 | PWM in microseconds | ++----------+---------------------+ + + + + +.. _RC2_OPTION: + +RC2\_OPTION: RC input option +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Function assigned to this RC channel + + ++-------------------------------------------------------+ +| Values | ++=======================================================+ +| +-------+-------------------------------------------+ | +| | Value | Meaning | | +| +=======+===========================================+ | +| | 0 | Do Nothing | | +| +-------+-------------------------------------------+ | +| | 4 | RTL | | +| +-------+-------------------------------------------+ | +| | 5 | Save Trim (4.1 and lower) | | +| +-------+-------------------------------------------+ | +| | 7 | Save WP | | +| +-------+-------------------------------------------+ | +| | 9 | Camera Trigger | | +| +-------+-------------------------------------------+ | +| | 11 | Fence Enable | | +| +-------+-------------------------------------------+ | +| | 16 | AUTO Mode | | +| +-------+-------------------------------------------+ | +| | 19 | Gripper Release | | +| +-------+-------------------------------------------+ | +| | 24 | Auto Mission Reset | | +| +-------+-------------------------------------------+ | +| | 27 | Retract Mount1 | | +| +-------+-------------------------------------------+ | +| | 28 | Relay1 On/Off | | +| +-------+-------------------------------------------+ | +| | 30 | Lost Rover Sound | | +| +-------+-------------------------------------------+ | +| | 31 | Motor Emergency Stop | | +| +-------+-------------------------------------------+ | +| | 34 | Relay2 On/Off | | +| +-------+-------------------------------------------+ | +| | 35 | Relay3 On/Off | | +| +-------+-------------------------------------------+ | +| | 36 | Relay4 On/Off | | +| +-------+-------------------------------------------+ | +| | 40 | Proximity Avoidance Enable | | +| +-------+-------------------------------------------+ | +| | 41 | ArmDisarm (4.1 and lower) | | +| +-------+-------------------------------------------+ | +| | 42 | SMARTRTL Mode | | +| +-------+-------------------------------------------+ | +| | 46 | RC Override Enable | | +| +-------+-------------------------------------------+ | +| | 50 | LearnCruise Speed | | +| +-------+-------------------------------------------+ | +| | 51 | MANUAL Mode | | +| +-------+-------------------------------------------+ | +| | 52 | ACRO Mode | | +| +-------+-------------------------------------------+ | +| | 53 | STEERING Mode | | +| +-------+-------------------------------------------+ | +| | 54 | HOLD Mode | | +| +-------+-------------------------------------------+ | +| | 55 | GUIDED Mode | | +| +-------+-------------------------------------------+ | +| | 56 | LOITER Mode | | +| +-------+-------------------------------------------+ | +| | 57 | FOLLOW Mode | | +| +-------+-------------------------------------------+ | +| | 58 | Clear Waypoints | | +| +-------+-------------------------------------------+ | +| | 59 | Simple Mode | | +| +-------+-------------------------------------------+ | +| | 62 | Compass Learn | | +| +-------+-------------------------------------------+ | +| | 63 | Sailboat Tack | | +| +-------+-------------------------------------------+ | +| | 65 | GPS Disable | | +| +-------+-------------------------------------------+ | +| | 66 | Relay5 On/Off | | +| +-------+-------------------------------------------+ | +| | 67 | Relay6 On/Off | | +| +-------+-------------------------------------------+ | +| | 72 | CIRCLE Mode | | +| +-------+-------------------------------------------+ | +| | 74 | Sailboat motoring 3pos | | +| +-------+-------------------------------------------+ | +| | 78 | RunCam Control | | +| +-------+-------------------------------------------+ | +| | 79 | RunCam OSD Control | | +| +-------+-------------------------------------------+ | +| | 80 | VisoOdom Align | | +| +-------+-------------------------------------------+ | +| | 81 | Disarm | | +| +-------+-------------------------------------------+ | +| | 90 | EKF Pos Source | | +| +-------+-------------------------------------------+ | +| | 94 | VTX Power | | +| +-------+-------------------------------------------+ | +| | 97 | Windvane home heading direction offset | | +| +-------+-------------------------------------------+ | +| | 100 | KillIMU1 | | +| +-------+-------------------------------------------+ | +| | 101 | KillIMU2 | | +| +-------+-------------------------------------------+ | +| | 102 | Camera Mode Toggle | | +| +-------+-------------------------------------------+ | +| | 105 | GPS Disable Yaw | | +| +-------+-------------------------------------------+ | +| | 106 | Disable Airspeed Use | | +| +-------+-------------------------------------------+ | +| | 110 | KillIMU3 | | +| +-------+-------------------------------------------+ | +| | 112 | SwitchExternalAHRS | | +| +-------+-------------------------------------------+ | +| | 153 | ArmDisarm (4.2 and higher) | | +| +-------+-------------------------------------------+ | +| | 155 | Set steering trim to current servo and RC | | +| +-------+-------------------------------------------+ | +| | 156 | Torqeedo Clear Err | | +| +-------+-------------------------------------------+ | +| | 162 | FFT Tune | | +| +-------+-------------------------------------------+ | +| | 163 | Mount Lock | | +| +-------+-------------------------------------------+ | +| | 164 | Pause Stream Logging | | +| +-------+-------------------------------------------+ | +| | 165 | Arm/Emergency Motor Stop | | +| +-------+-------------------------------------------+ | +| | 166 | Camera Record Video | | +| +-------+-------------------------------------------+ | +| | 167 | Camera Zoom | | +| +-------+-------------------------------------------+ | +| | 168 | Camera Manual Focus | | +| +-------+-------------------------------------------+ | +| | 169 | Camera Auto Focus | | +| +-------+-------------------------------------------+ | +| | 171 | Calibrate Compasses | | +| +-------+-------------------------------------------+ | +| | 172 | Battery MPPT Enable | | +| +-------+-------------------------------------------+ | +| | 174 | Camera Image Tracking | | +| +-------+-------------------------------------------+ | +| | 175 | Camera Lens | | +| +-------+-------------------------------------------+ | +| | 201 | Roll | | +| +-------+-------------------------------------------+ | +| | 202 | Pitch | | +| +-------+-------------------------------------------+ | +| | 207 | MainSail | | +| +-------+-------------------------------------------+ | +| | 208 | Flap | | +| +-------+-------------------------------------------+ | +| | 211 | Walking Height | | +| +-------+-------------------------------------------+ | +| | 212 | Mount1 Roll | | +| +-------+-------------------------------------------+ | +| | 213 | Mount1 Pitch | | +| +-------+-------------------------------------------+ | +| | 214 | Mount1 Yaw | | +| +-------+-------------------------------------------+ | +| | 215 | Mount2 Roll | | +| +-------+-------------------------------------------+ | +| | 216 | Mount2 Pitch | | +| +-------+-------------------------------------------+ | +| | 217 | Mount2 Yaw | | +| +-------+-------------------------------------------+ | +| | 300 | Scripting1 | | +| +-------+-------------------------------------------+ | +| | 301 | Scripting2 | | +| +-------+-------------------------------------------+ | +| | 302 | Scripting3 | | +| +-------+-------------------------------------------+ | +| | 303 | Scripting4 | | +| +-------+-------------------------------------------+ | +| | 304 | Scripting5 | | +| +-------+-------------------------------------------+ | +| | 305 | Scripting6 | | +| +-------+-------------------------------------------+ | +| | 306 | Scripting7 | | +| +-------+-------------------------------------------+ | +| | 307 | Scripting8 | | +| +-------+-------------------------------------------+ | +| | ++-------------------------------------------------------+ + + + + + +.. _parameters_RC3_: + +RC3\_ Parameters +---------------- + + +.. _RC3_MIN: + +RC3\_MIN: RC min PWM +~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC3_TRIM: + +RC3\_TRIM: RC trim PWM +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC trim \(neutral\) PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC3_MAX: + +RC3\_MAX: RC max PWM +~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC3_REVERSED: + +RC3\_REVERSED: RC reversed +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Reverse channel input\. Set to 0 for normal operation\. Set to 1 to reverse this input channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _RC3_DZ: + +RC3\_DZ: RC dead\-zone +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +PWM dead zone in microseconds around trim or bottom + + ++----------+---------------------+ +| Range | Units | ++==========+=====================+ +| 0 to 200 | PWM in microseconds | ++----------+---------------------+ + + + + +.. _RC3_OPTION: + +RC3\_OPTION: RC input option +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Function assigned to this RC channel + + ++-------------------------------------------------------+ +| Values | ++=======================================================+ +| +-------+-------------------------------------------+ | +| | Value | Meaning | | +| +=======+===========================================+ | +| | 0 | Do Nothing | | +| +-------+-------------------------------------------+ | +| | 4 | RTL | | +| +-------+-------------------------------------------+ | +| | 5 | Save Trim (4.1 and lower) | | +| +-------+-------------------------------------------+ | +| | 7 | Save WP | | +| +-------+-------------------------------------------+ | +| | 9 | Camera Trigger | | +| +-------+-------------------------------------------+ | +| | 11 | Fence Enable | | +| +-------+-------------------------------------------+ | +| | 16 | AUTO Mode | | +| +-------+-------------------------------------------+ | +| | 19 | Gripper Release | | +| +-------+-------------------------------------------+ | +| | 24 | Auto Mission Reset | | +| +-------+-------------------------------------------+ | +| | 27 | Retract Mount1 | | +| +-------+-------------------------------------------+ | +| | 28 | Relay1 On/Off | | +| +-------+-------------------------------------------+ | +| | 30 | Lost Rover Sound | | +| +-------+-------------------------------------------+ | +| | 31 | Motor Emergency Stop | | +| +-------+-------------------------------------------+ | +| | 34 | Relay2 On/Off | | +| +-------+-------------------------------------------+ | +| | 35 | Relay3 On/Off | | +| +-------+-------------------------------------------+ | +| | 36 | Relay4 On/Off | | +| +-------+-------------------------------------------+ | +| | 40 | Proximity Avoidance Enable | | +| +-------+-------------------------------------------+ | +| | 41 | ArmDisarm (4.1 and lower) | | +| +-------+-------------------------------------------+ | +| | 42 | SMARTRTL Mode | | +| +-------+-------------------------------------------+ | +| | 46 | RC Override Enable | | +| +-------+-------------------------------------------+ | +| | 50 | LearnCruise Speed | | +| +-------+-------------------------------------------+ | +| | 51 | MANUAL Mode | | +| +-------+-------------------------------------------+ | +| | 52 | ACRO Mode | | +| +-------+-------------------------------------------+ | +| | 53 | STEERING Mode | | +| +-------+-------------------------------------------+ | +| | 54 | HOLD Mode | | +| +-------+-------------------------------------------+ | +| | 55 | GUIDED Mode | | +| +-------+-------------------------------------------+ | +| | 56 | LOITER Mode | | +| +-------+-------------------------------------------+ | +| | 57 | FOLLOW Mode | | +| +-------+-------------------------------------------+ | +| | 58 | Clear Waypoints | | +| +-------+-------------------------------------------+ | +| | 59 | Simple Mode | | +| +-------+-------------------------------------------+ | +| | 62 | Compass Learn | | +| +-------+-------------------------------------------+ | +| | 63 | Sailboat Tack | | +| +-------+-------------------------------------------+ | +| | 65 | GPS Disable | | +| +-------+-------------------------------------------+ | +| | 66 | Relay5 On/Off | | +| +-------+-------------------------------------------+ | +| | 67 | Relay6 On/Off | | +| +-------+-------------------------------------------+ | +| | 72 | CIRCLE Mode | | +| +-------+-------------------------------------------+ | +| | 74 | Sailboat motoring 3pos | | +| +-------+-------------------------------------------+ | +| | 78 | RunCam Control | | +| +-------+-------------------------------------------+ | +| | 79 | RunCam OSD Control | | +| +-------+-------------------------------------------+ | +| | 80 | VisoOdom Align | | +| +-------+-------------------------------------------+ | +| | 81 | Disarm | | +| +-------+-------------------------------------------+ | +| | 90 | EKF Pos Source | | +| +-------+-------------------------------------------+ | +| | 94 | VTX Power | | +| +-------+-------------------------------------------+ | +| | 97 | Windvane home heading direction offset | | +| +-------+-------------------------------------------+ | +| | 100 | KillIMU1 | | +| +-------+-------------------------------------------+ | +| | 101 | KillIMU2 | | +| +-------+-------------------------------------------+ | +| | 102 | Camera Mode Toggle | | +| +-------+-------------------------------------------+ | +| | 105 | GPS Disable Yaw | | +| +-------+-------------------------------------------+ | +| | 106 | Disable Airspeed Use | | +| +-------+-------------------------------------------+ | +| | 110 | KillIMU3 | | +| +-------+-------------------------------------------+ | +| | 112 | SwitchExternalAHRS | | +| +-------+-------------------------------------------+ | +| | 153 | ArmDisarm (4.2 and higher) | | +| +-------+-------------------------------------------+ | +| | 155 | Set steering trim to current servo and RC | | +| +-------+-------------------------------------------+ | +| | 156 | Torqeedo Clear Err | | +| +-------+-------------------------------------------+ | +| | 162 | FFT Tune | | +| +-------+-------------------------------------------+ | +| | 163 | Mount Lock | | +| +-------+-------------------------------------------+ | +| | 164 | Pause Stream Logging | | +| +-------+-------------------------------------------+ | +| | 165 | Arm/Emergency Motor Stop | | +| +-------+-------------------------------------------+ | +| | 166 | Camera Record Video | | +| +-------+-------------------------------------------+ | +| | 167 | Camera Zoom | | +| +-------+-------------------------------------------+ | +| | 168 | Camera Manual Focus | | +| +-------+-------------------------------------------+ | +| | 169 | Camera Auto Focus | | +| +-------+-------------------------------------------+ | +| | 171 | Calibrate Compasses | | +| +-------+-------------------------------------------+ | +| | 172 | Battery MPPT Enable | | +| +-------+-------------------------------------------+ | +| | 174 | Camera Image Tracking | | +| +-------+-------------------------------------------+ | +| | 175 | Camera Lens | | +| +-------+-------------------------------------------+ | +| | 201 | Roll | | +| +-------+-------------------------------------------+ | +| | 202 | Pitch | | +| +-------+-------------------------------------------+ | +| | 207 | MainSail | | +| +-------+-------------------------------------------+ | +| | 208 | Flap | | +| +-------+-------------------------------------------+ | +| | 211 | Walking Height | | +| +-------+-------------------------------------------+ | +| | 212 | Mount1 Roll | | +| +-------+-------------------------------------------+ | +| | 213 | Mount1 Pitch | | +| +-------+-------------------------------------------+ | +| | 214 | Mount1 Yaw | | +| +-------+-------------------------------------------+ | +| | 215 | Mount2 Roll | | +| +-------+-------------------------------------------+ | +| | 216 | Mount2 Pitch | | +| +-------+-------------------------------------------+ | +| | 217 | Mount2 Yaw | | +| +-------+-------------------------------------------+ | +| | 300 | Scripting1 | | +| +-------+-------------------------------------------+ | +| | 301 | Scripting2 | | +| +-------+-------------------------------------------+ | +| | 302 | Scripting3 | | +| +-------+-------------------------------------------+ | +| | 303 | Scripting4 | | +| +-------+-------------------------------------------+ | +| | 304 | Scripting5 | | +| +-------+-------------------------------------------+ | +| | 305 | Scripting6 | | +| +-------+-------------------------------------------+ | +| | 306 | Scripting7 | | +| +-------+-------------------------------------------+ | +| | 307 | Scripting8 | | +| +-------+-------------------------------------------+ | +| | ++-------------------------------------------------------+ + + + + + +.. _parameters_RC4_: + +RC4\_ Parameters +---------------- + + +.. _RC4_MIN: + +RC4\_MIN: RC min PWM +~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC4_TRIM: + +RC4\_TRIM: RC trim PWM +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC trim \(neutral\) PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC4_MAX: + +RC4\_MAX: RC max PWM +~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC4_REVERSED: + +RC4\_REVERSED: RC reversed +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Reverse channel input\. Set to 0 for normal operation\. Set to 1 to reverse this input channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _RC4_DZ: + +RC4\_DZ: RC dead\-zone +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +PWM dead zone in microseconds around trim or bottom + + ++----------+---------------------+ +| Range | Units | ++==========+=====================+ +| 0 to 200 | PWM in microseconds | ++----------+---------------------+ + + + + +.. _RC4_OPTION: + +RC4\_OPTION: RC input option +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Function assigned to this RC channel + + ++-------------------------------------------------------+ +| Values | ++=======================================================+ +| +-------+-------------------------------------------+ | +| | Value | Meaning | | +| +=======+===========================================+ | +| | 0 | Do Nothing | | +| +-------+-------------------------------------------+ | +| | 4 | RTL | | +| +-------+-------------------------------------------+ | +| | 5 | Save Trim (4.1 and lower) | | +| +-------+-------------------------------------------+ | +| | 7 | Save WP | | +| +-------+-------------------------------------------+ | +| | 9 | Camera Trigger | | +| +-------+-------------------------------------------+ | +| | 11 | Fence Enable | | +| +-------+-------------------------------------------+ | +| | 16 | AUTO Mode | | +| +-------+-------------------------------------------+ | +| | 19 | Gripper Release | | +| +-------+-------------------------------------------+ | +| | 24 | Auto Mission Reset | | +| +-------+-------------------------------------------+ | +| | 27 | Retract Mount1 | | +| +-------+-------------------------------------------+ | +| | 28 | Relay1 On/Off | | +| +-------+-------------------------------------------+ | +| | 30 | Lost Rover Sound | | +| +-------+-------------------------------------------+ | +| | 31 | Motor Emergency Stop | | +| +-------+-------------------------------------------+ | +| | 34 | Relay2 On/Off | | +| +-------+-------------------------------------------+ | +| | 35 | Relay3 On/Off | | +| +-------+-------------------------------------------+ | +| | 36 | Relay4 On/Off | | +| +-------+-------------------------------------------+ | +| | 40 | Proximity Avoidance Enable | | +| +-------+-------------------------------------------+ | +| | 41 | ArmDisarm (4.1 and lower) | | +| +-------+-------------------------------------------+ | +| | 42 | SMARTRTL Mode | | +| +-------+-------------------------------------------+ | +| | 46 | RC Override Enable | | +| +-------+-------------------------------------------+ | +| | 50 | LearnCruise Speed | | +| +-------+-------------------------------------------+ | +| | 51 | MANUAL Mode | | +| +-------+-------------------------------------------+ | +| | 52 | ACRO Mode | | +| +-------+-------------------------------------------+ | +| | 53 | STEERING Mode | | +| +-------+-------------------------------------------+ | +| | 54 | HOLD Mode | | +| +-------+-------------------------------------------+ | +| | 55 | GUIDED Mode | | +| +-------+-------------------------------------------+ | +| | 56 | LOITER Mode | | +| +-------+-------------------------------------------+ | +| | 57 | FOLLOW Mode | | +| +-------+-------------------------------------------+ | +| | 58 | Clear Waypoints | | +| +-------+-------------------------------------------+ | +| | 59 | Simple Mode | | +| +-------+-------------------------------------------+ | +| | 62 | Compass Learn | | +| +-------+-------------------------------------------+ | +| | 63 | Sailboat Tack | | +| +-------+-------------------------------------------+ | +| | 65 | GPS Disable | | +| +-------+-------------------------------------------+ | +| | 66 | Relay5 On/Off | | +| +-------+-------------------------------------------+ | +| | 67 | Relay6 On/Off | | +| +-------+-------------------------------------------+ | +| | 72 | CIRCLE Mode | | +| +-------+-------------------------------------------+ | +| | 74 | Sailboat motoring 3pos | | +| +-------+-------------------------------------------+ | +| | 78 | RunCam Control | | +| +-------+-------------------------------------------+ | +| | 79 | RunCam OSD Control | | +| +-------+-------------------------------------------+ | +| | 80 | VisoOdom Align | | +| +-------+-------------------------------------------+ | +| | 81 | Disarm | | +| +-------+-------------------------------------------+ | +| | 90 | EKF Pos Source | | +| +-------+-------------------------------------------+ | +| | 94 | VTX Power | | +| +-------+-------------------------------------------+ | +| | 97 | Windvane home heading direction offset | | +| +-------+-------------------------------------------+ | +| | 100 | KillIMU1 | | +| +-------+-------------------------------------------+ | +| | 101 | KillIMU2 | | +| +-------+-------------------------------------------+ | +| | 102 | Camera Mode Toggle | | +| +-------+-------------------------------------------+ | +| | 105 | GPS Disable Yaw | | +| +-------+-------------------------------------------+ | +| | 106 | Disable Airspeed Use | | +| +-------+-------------------------------------------+ | +| | 110 | KillIMU3 | | +| +-------+-------------------------------------------+ | +| | 112 | SwitchExternalAHRS | | +| +-------+-------------------------------------------+ | +| | 153 | ArmDisarm (4.2 and higher) | | +| +-------+-------------------------------------------+ | +| | 155 | Set steering trim to current servo and RC | | +| +-------+-------------------------------------------+ | +| | 156 | Torqeedo Clear Err | | +| +-------+-------------------------------------------+ | +| | 162 | FFT Tune | | +| +-------+-------------------------------------------+ | +| | 163 | Mount Lock | | +| +-------+-------------------------------------------+ | +| | 164 | Pause Stream Logging | | +| +-------+-------------------------------------------+ | +| | 165 | Arm/Emergency Motor Stop | | +| +-------+-------------------------------------------+ | +| | 166 | Camera Record Video | | +| +-------+-------------------------------------------+ | +| | 167 | Camera Zoom | | +| +-------+-------------------------------------------+ | +| | 168 | Camera Manual Focus | | +| +-------+-------------------------------------------+ | +| | 169 | Camera Auto Focus | | +| +-------+-------------------------------------------+ | +| | 171 | Calibrate Compasses | | +| +-------+-------------------------------------------+ | +| | 172 | Battery MPPT Enable | | +| +-------+-------------------------------------------+ | +| | 174 | Camera Image Tracking | | +| +-------+-------------------------------------------+ | +| | 175 | Camera Lens | | +| +-------+-------------------------------------------+ | +| | 201 | Roll | | +| +-------+-------------------------------------------+ | +| | 202 | Pitch | | +| +-------+-------------------------------------------+ | +| | 207 | MainSail | | +| +-------+-------------------------------------------+ | +| | 208 | Flap | | +| +-------+-------------------------------------------+ | +| | 211 | Walking Height | | +| +-------+-------------------------------------------+ | +| | 212 | Mount1 Roll | | +| +-------+-------------------------------------------+ | +| | 213 | Mount1 Pitch | | +| +-------+-------------------------------------------+ | +| | 214 | Mount1 Yaw | | +| +-------+-------------------------------------------+ | +| | 215 | Mount2 Roll | | +| +-------+-------------------------------------------+ | +| | 216 | Mount2 Pitch | | +| +-------+-------------------------------------------+ | +| | 217 | Mount2 Yaw | | +| +-------+-------------------------------------------+ | +| | 300 | Scripting1 | | +| +-------+-------------------------------------------+ | +| | 301 | Scripting2 | | +| +-------+-------------------------------------------+ | +| | 302 | Scripting3 | | +| +-------+-------------------------------------------+ | +| | 303 | Scripting4 | | +| +-------+-------------------------------------------+ | +| | 304 | Scripting5 | | +| +-------+-------------------------------------------+ | +| | 305 | Scripting6 | | +| +-------+-------------------------------------------+ | +| | 306 | Scripting7 | | +| +-------+-------------------------------------------+ | +| | 307 | Scripting8 | | +| +-------+-------------------------------------------+ | +| | ++-------------------------------------------------------+ + + + + + +.. _parameters_RC5_: + +RC5\_ Parameters +---------------- + + +.. _RC5_MIN: + +RC5\_MIN: RC min PWM +~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC5_TRIM: + +RC5\_TRIM: RC trim PWM +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC trim \(neutral\) PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC5_MAX: + +RC5\_MAX: RC max PWM +~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC5_REVERSED: + +RC5\_REVERSED: RC reversed +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Reverse channel input\. Set to 0 for normal operation\. Set to 1 to reverse this input channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _RC5_DZ: + +RC5\_DZ: RC dead\-zone +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +PWM dead zone in microseconds around trim or bottom + + ++----------+---------------------+ +| Range | Units | ++==========+=====================+ +| 0 to 200 | PWM in microseconds | ++----------+---------------------+ + + + + +.. _RC5_OPTION: + +RC5\_OPTION: RC input option +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Function assigned to this RC channel + + ++-------------------------------------------------------+ +| Values | ++=======================================================+ +| +-------+-------------------------------------------+ | +| | Value | Meaning | | +| +=======+===========================================+ | +| | 0 | Do Nothing | | +| +-------+-------------------------------------------+ | +| | 4 | RTL | | +| +-------+-------------------------------------------+ | +| | 5 | Save Trim (4.1 and lower) | | +| +-------+-------------------------------------------+ | +| | 7 | Save WP | | +| +-------+-------------------------------------------+ | +| | 9 | Camera Trigger | | +| +-------+-------------------------------------------+ | +| | 11 | Fence Enable | | +| +-------+-------------------------------------------+ | +| | 16 | AUTO Mode | | +| +-------+-------------------------------------------+ | +| | 19 | Gripper Release | | +| +-------+-------------------------------------------+ | +| | 24 | Auto Mission Reset | | +| +-------+-------------------------------------------+ | +| | 27 | Retract Mount1 | | +| +-------+-------------------------------------------+ | +| | 28 | Relay1 On/Off | | +| +-------+-------------------------------------------+ | +| | 30 | Lost Rover Sound | | +| +-------+-------------------------------------------+ | +| | 31 | Motor Emergency Stop | | +| +-------+-------------------------------------------+ | +| | 34 | Relay2 On/Off | | +| +-------+-------------------------------------------+ | +| | 35 | Relay3 On/Off | | +| +-------+-------------------------------------------+ | +| | 36 | Relay4 On/Off | | +| +-------+-------------------------------------------+ | +| | 40 | Proximity Avoidance Enable | | +| +-------+-------------------------------------------+ | +| | 41 | ArmDisarm (4.1 and lower) | | +| +-------+-------------------------------------------+ | +| | 42 | SMARTRTL Mode | | +| +-------+-------------------------------------------+ | +| | 46 | RC Override Enable | | +| +-------+-------------------------------------------+ | +| | 50 | LearnCruise Speed | | +| +-------+-------------------------------------------+ | +| | 51 | MANUAL Mode | | +| +-------+-------------------------------------------+ | +| | 52 | ACRO Mode | | +| +-------+-------------------------------------------+ | +| | 53 | STEERING Mode | | +| +-------+-------------------------------------------+ | +| | 54 | HOLD Mode | | +| +-------+-------------------------------------------+ | +| | 55 | GUIDED Mode | | +| +-------+-------------------------------------------+ | +| | 56 | LOITER Mode | | +| +-------+-------------------------------------------+ | +| | 57 | FOLLOW Mode | | +| +-------+-------------------------------------------+ | +| | 58 | Clear Waypoints | | +| +-------+-------------------------------------------+ | +| | 59 | Simple Mode | | +| +-------+-------------------------------------------+ | +| | 62 | Compass Learn | | +| +-------+-------------------------------------------+ | +| | 63 | Sailboat Tack | | +| +-------+-------------------------------------------+ | +| | 65 | GPS Disable | | +| +-------+-------------------------------------------+ | +| | 66 | Relay5 On/Off | | +| +-------+-------------------------------------------+ | +| | 67 | Relay6 On/Off | | +| +-------+-------------------------------------------+ | +| | 72 | CIRCLE Mode | | +| +-------+-------------------------------------------+ | +| | 74 | Sailboat motoring 3pos | | +| +-------+-------------------------------------------+ | +| | 78 | RunCam Control | | +| +-------+-------------------------------------------+ | +| | 79 | RunCam OSD Control | | +| +-------+-------------------------------------------+ | +| | 80 | VisoOdom Align | | +| +-------+-------------------------------------------+ | +| | 81 | Disarm | | +| +-------+-------------------------------------------+ | +| | 90 | EKF Pos Source | | +| +-------+-------------------------------------------+ | +| | 94 | VTX Power | | +| +-------+-------------------------------------------+ | +| | 97 | Windvane home heading direction offset | | +| +-------+-------------------------------------------+ | +| | 100 | KillIMU1 | | +| +-------+-------------------------------------------+ | +| | 101 | KillIMU2 | | +| +-------+-------------------------------------------+ | +| | 102 | Camera Mode Toggle | | +| +-------+-------------------------------------------+ | +| | 105 | GPS Disable Yaw | | +| +-------+-------------------------------------------+ | +| | 106 | Disable Airspeed Use | | +| +-------+-------------------------------------------+ | +| | 110 | KillIMU3 | | +| +-------+-------------------------------------------+ | +| | 112 | SwitchExternalAHRS | | +| +-------+-------------------------------------------+ | +| | 153 | ArmDisarm (4.2 and higher) | | +| +-------+-------------------------------------------+ | +| | 155 | Set steering trim to current servo and RC | | +| +-------+-------------------------------------------+ | +| | 156 | Torqeedo Clear Err | | +| +-------+-------------------------------------------+ | +| | 162 | FFT Tune | | +| +-------+-------------------------------------------+ | +| | 163 | Mount Lock | | +| +-------+-------------------------------------------+ | +| | 164 | Pause Stream Logging | | +| +-------+-------------------------------------------+ | +| | 165 | Arm/Emergency Motor Stop | | +| +-------+-------------------------------------------+ | +| | 166 | Camera Record Video | | +| +-------+-------------------------------------------+ | +| | 167 | Camera Zoom | | +| +-------+-------------------------------------------+ | +| | 168 | Camera Manual Focus | | +| +-------+-------------------------------------------+ | +| | 169 | Camera Auto Focus | | +| +-------+-------------------------------------------+ | +| | 171 | Calibrate Compasses | | +| +-------+-------------------------------------------+ | +| | 172 | Battery MPPT Enable | | +| +-------+-------------------------------------------+ | +| | 174 | Camera Image Tracking | | +| +-------+-------------------------------------------+ | +| | 175 | Camera Lens | | +| +-------+-------------------------------------------+ | +| | 201 | Roll | | +| +-------+-------------------------------------------+ | +| | 202 | Pitch | | +| +-------+-------------------------------------------+ | +| | 207 | MainSail | | +| +-------+-------------------------------------------+ | +| | 208 | Flap | | +| +-------+-------------------------------------------+ | +| | 211 | Walking Height | | +| +-------+-------------------------------------------+ | +| | 212 | Mount1 Roll | | +| +-------+-------------------------------------------+ | +| | 213 | Mount1 Pitch | | +| +-------+-------------------------------------------+ | +| | 214 | Mount1 Yaw | | +| +-------+-------------------------------------------+ | +| | 215 | Mount2 Roll | | +| +-------+-------------------------------------------+ | +| | 216 | Mount2 Pitch | | +| +-------+-------------------------------------------+ | +| | 217 | Mount2 Yaw | | +| +-------+-------------------------------------------+ | +| | 300 | Scripting1 | | +| +-------+-------------------------------------------+ | +| | 301 | Scripting2 | | +| +-------+-------------------------------------------+ | +| | 302 | Scripting3 | | +| +-------+-------------------------------------------+ | +| | 303 | Scripting4 | | +| +-------+-------------------------------------------+ | +| | 304 | Scripting5 | | +| +-------+-------------------------------------------+ | +| | 305 | Scripting6 | | +| +-------+-------------------------------------------+ | +| | 306 | Scripting7 | | +| +-------+-------------------------------------------+ | +| | 307 | Scripting8 | | +| +-------+-------------------------------------------+ | +| | ++-------------------------------------------------------+ + + + + + +.. _parameters_RC6_: + +RC6\_ Parameters +---------------- + + +.. _RC6_MIN: + +RC6\_MIN: RC min PWM +~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC6_TRIM: + +RC6\_TRIM: RC trim PWM +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC trim \(neutral\) PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC6_MAX: + +RC6\_MAX: RC max PWM +~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC6_REVERSED: + +RC6\_REVERSED: RC reversed +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Reverse channel input\. Set to 0 for normal operation\. Set to 1 to reverse this input channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _RC6_DZ: + +RC6\_DZ: RC dead\-zone +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +PWM dead zone in microseconds around trim or bottom + + ++----------+---------------------+ +| Range | Units | ++==========+=====================+ +| 0 to 200 | PWM in microseconds | ++----------+---------------------+ + + + + +.. _RC6_OPTION: + +RC6\_OPTION: RC input option +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Function assigned to this RC channel + + ++-------------------------------------------------------+ +| Values | ++=======================================================+ +| +-------+-------------------------------------------+ | +| | Value | Meaning | | +| +=======+===========================================+ | +| | 0 | Do Nothing | | +| +-------+-------------------------------------------+ | +| | 4 | RTL | | +| +-------+-------------------------------------------+ | +| | 5 | Save Trim (4.1 and lower) | | +| +-------+-------------------------------------------+ | +| | 7 | Save WP | | +| +-------+-------------------------------------------+ | +| | 9 | Camera Trigger | | +| +-------+-------------------------------------------+ | +| | 11 | Fence Enable | | +| +-------+-------------------------------------------+ | +| | 16 | AUTO Mode | | +| +-------+-------------------------------------------+ | +| | 19 | Gripper Release | | +| +-------+-------------------------------------------+ | +| | 24 | Auto Mission Reset | | +| +-------+-------------------------------------------+ | +| | 27 | Retract Mount1 | | +| +-------+-------------------------------------------+ | +| | 28 | Relay1 On/Off | | +| +-------+-------------------------------------------+ | +| | 30 | Lost Rover Sound | | +| +-------+-------------------------------------------+ | +| | 31 | Motor Emergency Stop | | +| +-------+-------------------------------------------+ | +| | 34 | Relay2 On/Off | | +| +-------+-------------------------------------------+ | +| | 35 | Relay3 On/Off | | +| +-------+-------------------------------------------+ | +| | 36 | Relay4 On/Off | | +| +-------+-------------------------------------------+ | +| | 40 | Proximity Avoidance Enable | | +| +-------+-------------------------------------------+ | +| | 41 | ArmDisarm (4.1 and lower) | | +| +-------+-------------------------------------------+ | +| | 42 | SMARTRTL Mode | | +| +-------+-------------------------------------------+ | +| | 46 | RC Override Enable | | +| +-------+-------------------------------------------+ | +| | 50 | LearnCruise Speed | | +| +-------+-------------------------------------------+ | +| | 51 | MANUAL Mode | | +| +-------+-------------------------------------------+ | +| | 52 | ACRO Mode | | +| +-------+-------------------------------------------+ | +| | 53 | STEERING Mode | | +| +-------+-------------------------------------------+ | +| | 54 | HOLD Mode | | +| +-------+-------------------------------------------+ | +| | 55 | GUIDED Mode | | +| +-------+-------------------------------------------+ | +| | 56 | LOITER Mode | | +| +-------+-------------------------------------------+ | +| | 57 | FOLLOW Mode | | +| +-------+-------------------------------------------+ | +| | 58 | Clear Waypoints | | +| +-------+-------------------------------------------+ | +| | 59 | Simple Mode | | +| +-------+-------------------------------------------+ | +| | 62 | Compass Learn | | +| +-------+-------------------------------------------+ | +| | 63 | Sailboat Tack | | +| +-------+-------------------------------------------+ | +| | 65 | GPS Disable | | +| +-------+-------------------------------------------+ | +| | 66 | Relay5 On/Off | | +| +-------+-------------------------------------------+ | +| | 67 | Relay6 On/Off | | +| +-------+-------------------------------------------+ | +| | 72 | CIRCLE Mode | | +| +-------+-------------------------------------------+ | +| | 74 | Sailboat motoring 3pos | | +| +-------+-------------------------------------------+ | +| | 78 | RunCam Control | | +| +-------+-------------------------------------------+ | +| | 79 | RunCam OSD Control | | +| +-------+-------------------------------------------+ | +| | 80 | VisoOdom Align | | +| +-------+-------------------------------------------+ | +| | 81 | Disarm | | +| +-------+-------------------------------------------+ | +| | 90 | EKF Pos Source | | +| +-------+-------------------------------------------+ | +| | 94 | VTX Power | | +| +-------+-------------------------------------------+ | +| | 97 | Windvane home heading direction offset | | +| +-------+-------------------------------------------+ | +| | 100 | KillIMU1 | | +| +-------+-------------------------------------------+ | +| | 101 | KillIMU2 | | +| +-------+-------------------------------------------+ | +| | 102 | Camera Mode Toggle | | +| +-------+-------------------------------------------+ | +| | 105 | GPS Disable Yaw | | +| +-------+-------------------------------------------+ | +| | 106 | Disable Airspeed Use | | +| +-------+-------------------------------------------+ | +| | 110 | KillIMU3 | | +| +-------+-------------------------------------------+ | +| | 112 | SwitchExternalAHRS | | +| +-------+-------------------------------------------+ | +| | 153 | ArmDisarm (4.2 and higher) | | +| +-------+-------------------------------------------+ | +| | 155 | Set steering trim to current servo and RC | | +| +-------+-------------------------------------------+ | +| | 156 | Torqeedo Clear Err | | +| +-------+-------------------------------------------+ | +| | 162 | FFT Tune | | +| +-------+-------------------------------------------+ | +| | 163 | Mount Lock | | +| +-------+-------------------------------------------+ | +| | 164 | Pause Stream Logging | | +| +-------+-------------------------------------------+ | +| | 165 | Arm/Emergency Motor Stop | | +| +-------+-------------------------------------------+ | +| | 166 | Camera Record Video | | +| +-------+-------------------------------------------+ | +| | 167 | Camera Zoom | | +| +-------+-------------------------------------------+ | +| | 168 | Camera Manual Focus | | +| +-------+-------------------------------------------+ | +| | 169 | Camera Auto Focus | | +| +-------+-------------------------------------------+ | +| | 171 | Calibrate Compasses | | +| +-------+-------------------------------------------+ | +| | 172 | Battery MPPT Enable | | +| +-------+-------------------------------------------+ | +| | 174 | Camera Image Tracking | | +| +-------+-------------------------------------------+ | +| | 175 | Camera Lens | | +| +-------+-------------------------------------------+ | +| | 201 | Roll | | +| +-------+-------------------------------------------+ | +| | 202 | Pitch | | +| +-------+-------------------------------------------+ | +| | 207 | MainSail | | +| +-------+-------------------------------------------+ | +| | 208 | Flap | | +| +-------+-------------------------------------------+ | +| | 211 | Walking Height | | +| +-------+-------------------------------------------+ | +| | 212 | Mount1 Roll | | +| +-------+-------------------------------------------+ | +| | 213 | Mount1 Pitch | | +| +-------+-------------------------------------------+ | +| | 214 | Mount1 Yaw | | +| +-------+-------------------------------------------+ | +| | 215 | Mount2 Roll | | +| +-------+-------------------------------------------+ | +| | 216 | Mount2 Pitch | | +| +-------+-------------------------------------------+ | +| | 217 | Mount2 Yaw | | +| +-------+-------------------------------------------+ | +| | 300 | Scripting1 | | +| +-------+-------------------------------------------+ | +| | 301 | Scripting2 | | +| +-------+-------------------------------------------+ | +| | 302 | Scripting3 | | +| +-------+-------------------------------------------+ | +| | 303 | Scripting4 | | +| +-------+-------------------------------------------+ | +| | 304 | Scripting5 | | +| +-------+-------------------------------------------+ | +| | 305 | Scripting6 | | +| +-------+-------------------------------------------+ | +| | 306 | Scripting7 | | +| +-------+-------------------------------------------+ | +| | 307 | Scripting8 | | +| +-------+-------------------------------------------+ | +| | ++-------------------------------------------------------+ + + + + + +.. _parameters_RC7_: + +RC7\_ Parameters +---------------- + + +.. _RC7_MIN: + +RC7\_MIN: RC min PWM +~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC7_TRIM: + +RC7\_TRIM: RC trim PWM +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC trim \(neutral\) PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC7_MAX: + +RC7\_MAX: RC max PWM +~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC7_REVERSED: + +RC7\_REVERSED: RC reversed +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Reverse channel input\. Set to 0 for normal operation\. Set to 1 to reverse this input channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _RC7_DZ: + +RC7\_DZ: RC dead\-zone +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +PWM dead zone in microseconds around trim or bottom + + ++----------+---------------------+ +| Range | Units | ++==========+=====================+ +| 0 to 200 | PWM in microseconds | ++----------+---------------------+ + + + + +.. _RC7_OPTION: + +RC7\_OPTION: RC input option +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Function assigned to this RC channel + + ++-------------------------------------------------------+ +| Values | ++=======================================================+ +| +-------+-------------------------------------------+ | +| | Value | Meaning | | +| +=======+===========================================+ | +| | 0 | Do Nothing | | +| +-------+-------------------------------------------+ | +| | 4 | RTL | | +| +-------+-------------------------------------------+ | +| | 5 | Save Trim (4.1 and lower) | | +| +-------+-------------------------------------------+ | +| | 7 | Save WP | | +| +-------+-------------------------------------------+ | +| | 9 | Camera Trigger | | +| +-------+-------------------------------------------+ | +| | 11 | Fence Enable | | +| +-------+-------------------------------------------+ | +| | 16 | AUTO Mode | | +| +-------+-------------------------------------------+ | +| | 19 | Gripper Release | | +| +-------+-------------------------------------------+ | +| | 24 | Auto Mission Reset | | +| +-------+-------------------------------------------+ | +| | 27 | Retract Mount1 | | +| +-------+-------------------------------------------+ | +| | 28 | Relay1 On/Off | | +| +-------+-------------------------------------------+ | +| | 30 | Lost Rover Sound | | +| +-------+-------------------------------------------+ | +| | 31 | Motor Emergency Stop | | +| +-------+-------------------------------------------+ | +| | 34 | Relay2 On/Off | | +| +-------+-------------------------------------------+ | +| | 35 | Relay3 On/Off | | +| +-------+-------------------------------------------+ | +| | 36 | Relay4 On/Off | | +| +-------+-------------------------------------------+ | +| | 40 | Proximity Avoidance Enable | | +| +-------+-------------------------------------------+ | +| | 41 | ArmDisarm (4.1 and lower) | | +| +-------+-------------------------------------------+ | +| | 42 | SMARTRTL Mode | | +| +-------+-------------------------------------------+ | +| | 46 | RC Override Enable | | +| +-------+-------------------------------------------+ | +| | 50 | LearnCruise Speed | | +| +-------+-------------------------------------------+ | +| | 51 | MANUAL Mode | | +| +-------+-------------------------------------------+ | +| | 52 | ACRO Mode | | +| +-------+-------------------------------------------+ | +| | 53 | STEERING Mode | | +| +-------+-------------------------------------------+ | +| | 54 | HOLD Mode | | +| +-------+-------------------------------------------+ | +| | 55 | GUIDED Mode | | +| +-------+-------------------------------------------+ | +| | 56 | LOITER Mode | | +| +-------+-------------------------------------------+ | +| | 57 | FOLLOW Mode | | +| +-------+-------------------------------------------+ | +| | 58 | Clear Waypoints | | +| +-------+-------------------------------------------+ | +| | 59 | Simple Mode | | +| +-------+-------------------------------------------+ | +| | 62 | Compass Learn | | +| +-------+-------------------------------------------+ | +| | 63 | Sailboat Tack | | +| +-------+-------------------------------------------+ | +| | 65 | GPS Disable | | +| +-------+-------------------------------------------+ | +| | 66 | Relay5 On/Off | | +| +-------+-------------------------------------------+ | +| | 67 | Relay6 On/Off | | +| +-------+-------------------------------------------+ | +| | 72 | CIRCLE Mode | | +| +-------+-------------------------------------------+ | +| | 74 | Sailboat motoring 3pos | | +| +-------+-------------------------------------------+ | +| | 78 | RunCam Control | | +| +-------+-------------------------------------------+ | +| | 79 | RunCam OSD Control | | +| +-------+-------------------------------------------+ | +| | 80 | VisoOdom Align | | +| +-------+-------------------------------------------+ | +| | 81 | Disarm | | +| +-------+-------------------------------------------+ | +| | 90 | EKF Pos Source | | +| +-------+-------------------------------------------+ | +| | 94 | VTX Power | | +| +-------+-------------------------------------------+ | +| | 97 | Windvane home heading direction offset | | +| +-------+-------------------------------------------+ | +| | 100 | KillIMU1 | | +| +-------+-------------------------------------------+ | +| | 101 | KillIMU2 | | +| +-------+-------------------------------------------+ | +| | 102 | Camera Mode Toggle | | +| +-------+-------------------------------------------+ | +| | 105 | GPS Disable Yaw | | +| +-------+-------------------------------------------+ | +| | 106 | Disable Airspeed Use | | +| +-------+-------------------------------------------+ | +| | 110 | KillIMU3 | | +| +-------+-------------------------------------------+ | +| | 112 | SwitchExternalAHRS | | +| +-------+-------------------------------------------+ | +| | 153 | ArmDisarm (4.2 and higher) | | +| +-------+-------------------------------------------+ | +| | 155 | Set steering trim to current servo and RC | | +| +-------+-------------------------------------------+ | +| | 156 | Torqeedo Clear Err | | +| +-------+-------------------------------------------+ | +| | 162 | FFT Tune | | +| +-------+-------------------------------------------+ | +| | 163 | Mount Lock | | +| +-------+-------------------------------------------+ | +| | 164 | Pause Stream Logging | | +| +-------+-------------------------------------------+ | +| | 165 | Arm/Emergency Motor Stop | | +| +-------+-------------------------------------------+ | +| | 166 | Camera Record Video | | +| +-------+-------------------------------------------+ | +| | 167 | Camera Zoom | | +| +-------+-------------------------------------------+ | +| | 168 | Camera Manual Focus | | +| +-------+-------------------------------------------+ | +| | 169 | Camera Auto Focus | | +| +-------+-------------------------------------------+ | +| | 171 | Calibrate Compasses | | +| +-------+-------------------------------------------+ | +| | 172 | Battery MPPT Enable | | +| +-------+-------------------------------------------+ | +| | 174 | Camera Image Tracking | | +| +-------+-------------------------------------------+ | +| | 175 | Camera Lens | | +| +-------+-------------------------------------------+ | +| | 201 | Roll | | +| +-------+-------------------------------------------+ | +| | 202 | Pitch | | +| +-------+-------------------------------------------+ | +| | 207 | MainSail | | +| +-------+-------------------------------------------+ | +| | 208 | Flap | | +| +-------+-------------------------------------------+ | +| | 211 | Walking Height | | +| +-------+-------------------------------------------+ | +| | 212 | Mount1 Roll | | +| +-------+-------------------------------------------+ | +| | 213 | Mount1 Pitch | | +| +-------+-------------------------------------------+ | +| | 214 | Mount1 Yaw | | +| +-------+-------------------------------------------+ | +| | 215 | Mount2 Roll | | +| +-------+-------------------------------------------+ | +| | 216 | Mount2 Pitch | | +| +-------+-------------------------------------------+ | +| | 217 | Mount2 Yaw | | +| +-------+-------------------------------------------+ | +| | 300 | Scripting1 | | +| +-------+-------------------------------------------+ | +| | 301 | Scripting2 | | +| +-------+-------------------------------------------+ | +| | 302 | Scripting3 | | +| +-------+-------------------------------------------+ | +| | 303 | Scripting4 | | +| +-------+-------------------------------------------+ | +| | 304 | Scripting5 | | +| +-------+-------------------------------------------+ | +| | 305 | Scripting6 | | +| +-------+-------------------------------------------+ | +| | 306 | Scripting7 | | +| +-------+-------------------------------------------+ | +| | 307 | Scripting8 | | +| +-------+-------------------------------------------+ | +| | ++-------------------------------------------------------+ + + + + + +.. _parameters_RC8_: + +RC8\_ Parameters +---------------- + + +.. _RC8_MIN: + +RC8\_MIN: RC min PWM +~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC8_TRIM: + +RC8\_TRIM: RC trim PWM +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC trim \(neutral\) PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC8_MAX: + +RC8\_MAX: RC max PWM +~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC8_REVERSED: + +RC8\_REVERSED: RC reversed +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Reverse channel input\. Set to 0 for normal operation\. Set to 1 to reverse this input channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _RC8_DZ: + +RC8\_DZ: RC dead\-zone +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +PWM dead zone in microseconds around trim or bottom + + ++----------+---------------------+ +| Range | Units | ++==========+=====================+ +| 0 to 200 | PWM in microseconds | ++----------+---------------------+ + + + + +.. _RC8_OPTION: + +RC8\_OPTION: RC input option +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Function assigned to this RC channel + + ++-------------------------------------------------------+ +| Values | ++=======================================================+ +| +-------+-------------------------------------------+ | +| | Value | Meaning | | +| +=======+===========================================+ | +| | 0 | Do Nothing | | +| +-------+-------------------------------------------+ | +| | 4 | RTL | | +| +-------+-------------------------------------------+ | +| | 5 | Save Trim (4.1 and lower) | | +| +-------+-------------------------------------------+ | +| | 7 | Save WP | | +| +-------+-------------------------------------------+ | +| | 9 | Camera Trigger | | +| +-------+-------------------------------------------+ | +| | 11 | Fence Enable | | +| +-------+-------------------------------------------+ | +| | 16 | AUTO Mode | | +| +-------+-------------------------------------------+ | +| | 19 | Gripper Release | | +| +-------+-------------------------------------------+ | +| | 24 | Auto Mission Reset | | +| +-------+-------------------------------------------+ | +| | 27 | Retract Mount1 | | +| +-------+-------------------------------------------+ | +| | 28 | Relay1 On/Off | | +| +-------+-------------------------------------------+ | +| | 30 | Lost Rover Sound | | +| +-------+-------------------------------------------+ | +| | 31 | Motor Emergency Stop | | +| +-------+-------------------------------------------+ | +| | 34 | Relay2 On/Off | | +| +-------+-------------------------------------------+ | +| | 35 | Relay3 On/Off | | +| +-------+-------------------------------------------+ | +| | 36 | Relay4 On/Off | | +| +-------+-------------------------------------------+ | +| | 40 | Proximity Avoidance Enable | | +| +-------+-------------------------------------------+ | +| | 41 | ArmDisarm (4.1 and lower) | | +| +-------+-------------------------------------------+ | +| | 42 | SMARTRTL Mode | | +| +-------+-------------------------------------------+ | +| | 46 | RC Override Enable | | +| +-------+-------------------------------------------+ | +| | 50 | LearnCruise Speed | | +| +-------+-------------------------------------------+ | +| | 51 | MANUAL Mode | | +| +-------+-------------------------------------------+ | +| | 52 | ACRO Mode | | +| +-------+-------------------------------------------+ | +| | 53 | STEERING Mode | | +| +-------+-------------------------------------------+ | +| | 54 | HOLD Mode | | +| +-------+-------------------------------------------+ | +| | 55 | GUIDED Mode | | +| +-------+-------------------------------------------+ | +| | 56 | LOITER Mode | | +| +-------+-------------------------------------------+ | +| | 57 | FOLLOW Mode | | +| +-------+-------------------------------------------+ | +| | 58 | Clear Waypoints | | +| +-------+-------------------------------------------+ | +| | 59 | Simple Mode | | +| +-------+-------------------------------------------+ | +| | 62 | Compass Learn | | +| +-------+-------------------------------------------+ | +| | 63 | Sailboat Tack | | +| +-------+-------------------------------------------+ | +| | 65 | GPS Disable | | +| +-------+-------------------------------------------+ | +| | 66 | Relay5 On/Off | | +| +-------+-------------------------------------------+ | +| | 67 | Relay6 On/Off | | +| +-------+-------------------------------------------+ | +| | 72 | CIRCLE Mode | | +| +-------+-------------------------------------------+ | +| | 74 | Sailboat motoring 3pos | | +| +-------+-------------------------------------------+ | +| | 78 | RunCam Control | | +| +-------+-------------------------------------------+ | +| | 79 | RunCam OSD Control | | +| +-------+-------------------------------------------+ | +| | 80 | VisoOdom Align | | +| +-------+-------------------------------------------+ | +| | 81 | Disarm | | +| +-------+-------------------------------------------+ | +| | 90 | EKF Pos Source | | +| +-------+-------------------------------------------+ | +| | 94 | VTX Power | | +| +-------+-------------------------------------------+ | +| | 97 | Windvane home heading direction offset | | +| +-------+-------------------------------------------+ | +| | 100 | KillIMU1 | | +| +-------+-------------------------------------------+ | +| | 101 | KillIMU2 | | +| +-------+-------------------------------------------+ | +| | 102 | Camera Mode Toggle | | +| +-------+-------------------------------------------+ | +| | 105 | GPS Disable Yaw | | +| +-------+-------------------------------------------+ | +| | 106 | Disable Airspeed Use | | +| +-------+-------------------------------------------+ | +| | 110 | KillIMU3 | | +| +-------+-------------------------------------------+ | +| | 112 | SwitchExternalAHRS | | +| +-------+-------------------------------------------+ | +| | 153 | ArmDisarm (4.2 and higher) | | +| +-------+-------------------------------------------+ | +| | 155 | Set steering trim to current servo and RC | | +| +-------+-------------------------------------------+ | +| | 156 | Torqeedo Clear Err | | +| +-------+-------------------------------------------+ | +| | 162 | FFT Tune | | +| +-------+-------------------------------------------+ | +| | 163 | Mount Lock | | +| +-------+-------------------------------------------+ | +| | 164 | Pause Stream Logging | | +| +-------+-------------------------------------------+ | +| | 165 | Arm/Emergency Motor Stop | | +| +-------+-------------------------------------------+ | +| | 166 | Camera Record Video | | +| +-------+-------------------------------------------+ | +| | 167 | Camera Zoom | | +| +-------+-------------------------------------------+ | +| | 168 | Camera Manual Focus | | +| +-------+-------------------------------------------+ | +| | 169 | Camera Auto Focus | | +| +-------+-------------------------------------------+ | +| | 171 | Calibrate Compasses | | +| +-------+-------------------------------------------+ | +| | 172 | Battery MPPT Enable | | +| +-------+-------------------------------------------+ | +| | 174 | Camera Image Tracking | | +| +-------+-------------------------------------------+ | +| | 175 | Camera Lens | | +| +-------+-------------------------------------------+ | +| | 201 | Roll | | +| +-------+-------------------------------------------+ | +| | 202 | Pitch | | +| +-------+-------------------------------------------+ | +| | 207 | MainSail | | +| +-------+-------------------------------------------+ | +| | 208 | Flap | | +| +-------+-------------------------------------------+ | +| | 211 | Walking Height | | +| +-------+-------------------------------------------+ | +| | 212 | Mount1 Roll | | +| +-------+-------------------------------------------+ | +| | 213 | Mount1 Pitch | | +| +-------+-------------------------------------------+ | +| | 214 | Mount1 Yaw | | +| +-------+-------------------------------------------+ | +| | 215 | Mount2 Roll | | +| +-------+-------------------------------------------+ | +| | 216 | Mount2 Pitch | | +| +-------+-------------------------------------------+ | +| | 217 | Mount2 Yaw | | +| +-------+-------------------------------------------+ | +| | 300 | Scripting1 | | +| +-------+-------------------------------------------+ | +| | 301 | Scripting2 | | +| +-------+-------------------------------------------+ | +| | 302 | Scripting3 | | +| +-------+-------------------------------------------+ | +| | 303 | Scripting4 | | +| +-------+-------------------------------------------+ | +| | 304 | Scripting5 | | +| +-------+-------------------------------------------+ | +| | 305 | Scripting6 | | +| +-------+-------------------------------------------+ | +| | 306 | Scripting7 | | +| +-------+-------------------------------------------+ | +| | 307 | Scripting8 | | +| +-------+-------------------------------------------+ | +| | ++-------------------------------------------------------+ + + + + + +.. _parameters_RC9_: + +RC9\_ Parameters +---------------- + + +.. _RC9_MIN: + +RC9\_MIN: RC min PWM +~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC9_TRIM: + +RC9\_TRIM: RC trim PWM +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC trim \(neutral\) PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC9_MAX: + +RC9\_MAX: RC max PWM +~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC9_REVERSED: + +RC9\_REVERSED: RC reversed +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Reverse channel input\. Set to 0 for normal operation\. Set to 1 to reverse this input channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _RC9_DZ: + +RC9\_DZ: RC dead\-zone +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +PWM dead zone in microseconds around trim or bottom + + ++----------+---------------------+ +| Range | Units | ++==========+=====================+ +| 0 to 200 | PWM in microseconds | ++----------+---------------------+ + + + + +.. _RC9_OPTION: + +RC9\_OPTION: RC input option +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Function assigned to this RC channel + + ++-------------------------------------------------------+ +| Values | ++=======================================================+ +| +-------+-------------------------------------------+ | +| | Value | Meaning | | +| +=======+===========================================+ | +| | 0 | Do Nothing | | +| +-------+-------------------------------------------+ | +| | 4 | RTL | | +| +-------+-------------------------------------------+ | +| | 5 | Save Trim (4.1 and lower) | | +| +-------+-------------------------------------------+ | +| | 7 | Save WP | | +| +-------+-------------------------------------------+ | +| | 9 | Camera Trigger | | +| +-------+-------------------------------------------+ | +| | 11 | Fence Enable | | +| +-------+-------------------------------------------+ | +| | 16 | AUTO Mode | | +| +-------+-------------------------------------------+ | +| | 19 | Gripper Release | | +| +-------+-------------------------------------------+ | +| | 24 | Auto Mission Reset | | +| +-------+-------------------------------------------+ | +| | 27 | Retract Mount1 | | +| +-------+-------------------------------------------+ | +| | 28 | Relay1 On/Off | | +| +-------+-------------------------------------------+ | +| | 30 | Lost Rover Sound | | +| +-------+-------------------------------------------+ | +| | 31 | Motor Emergency Stop | | +| +-------+-------------------------------------------+ | +| | 34 | Relay2 On/Off | | +| +-------+-------------------------------------------+ | +| | 35 | Relay3 On/Off | | +| +-------+-------------------------------------------+ | +| | 36 | Relay4 On/Off | | +| +-------+-------------------------------------------+ | +| | 40 | Proximity Avoidance Enable | | +| +-------+-------------------------------------------+ | +| | 41 | ArmDisarm (4.1 and lower) | | +| +-------+-------------------------------------------+ | +| | 42 | SMARTRTL Mode | | +| +-------+-------------------------------------------+ | +| | 46 | RC Override Enable | | +| +-------+-------------------------------------------+ | +| | 50 | LearnCruise Speed | | +| +-------+-------------------------------------------+ | +| | 51 | MANUAL Mode | | +| +-------+-------------------------------------------+ | +| | 52 | ACRO Mode | | +| +-------+-------------------------------------------+ | +| | 53 | STEERING Mode | | +| +-------+-------------------------------------------+ | +| | 54 | HOLD Mode | | +| +-------+-------------------------------------------+ | +| | 55 | GUIDED Mode | | +| +-------+-------------------------------------------+ | +| | 56 | LOITER Mode | | +| +-------+-------------------------------------------+ | +| | 57 | FOLLOW Mode | | +| +-------+-------------------------------------------+ | +| | 58 | Clear Waypoints | | +| +-------+-------------------------------------------+ | +| | 59 | Simple Mode | | +| +-------+-------------------------------------------+ | +| | 62 | Compass Learn | | +| +-------+-------------------------------------------+ | +| | 63 | Sailboat Tack | | +| +-------+-------------------------------------------+ | +| | 65 | GPS Disable | | +| +-------+-------------------------------------------+ | +| | 66 | Relay5 On/Off | | +| +-------+-------------------------------------------+ | +| | 67 | Relay6 On/Off | | +| +-------+-------------------------------------------+ | +| | 72 | CIRCLE Mode | | +| +-------+-------------------------------------------+ | +| | 74 | Sailboat motoring 3pos | | +| +-------+-------------------------------------------+ | +| | 78 | RunCam Control | | +| +-------+-------------------------------------------+ | +| | 79 | RunCam OSD Control | | +| +-------+-------------------------------------------+ | +| | 80 | VisoOdom Align | | +| +-------+-------------------------------------------+ | +| | 81 | Disarm | | +| +-------+-------------------------------------------+ | +| | 90 | EKF Pos Source | | +| +-------+-------------------------------------------+ | +| | 94 | VTX Power | | +| +-------+-------------------------------------------+ | +| | 97 | Windvane home heading direction offset | | +| +-------+-------------------------------------------+ | +| | 100 | KillIMU1 | | +| +-------+-------------------------------------------+ | +| | 101 | KillIMU2 | | +| +-------+-------------------------------------------+ | +| | 102 | Camera Mode Toggle | | +| +-------+-------------------------------------------+ | +| | 105 | GPS Disable Yaw | | +| +-------+-------------------------------------------+ | +| | 106 | Disable Airspeed Use | | +| +-------+-------------------------------------------+ | +| | 110 | KillIMU3 | | +| +-------+-------------------------------------------+ | +| | 112 | SwitchExternalAHRS | | +| +-------+-------------------------------------------+ | +| | 153 | ArmDisarm (4.2 and higher) | | +| +-------+-------------------------------------------+ | +| | 155 | Set steering trim to current servo and RC | | +| +-------+-------------------------------------------+ | +| | 156 | Torqeedo Clear Err | | +| +-------+-------------------------------------------+ | +| | 162 | FFT Tune | | +| +-------+-------------------------------------------+ | +| | 163 | Mount Lock | | +| +-------+-------------------------------------------+ | +| | 164 | Pause Stream Logging | | +| +-------+-------------------------------------------+ | +| | 165 | Arm/Emergency Motor Stop | | +| +-------+-------------------------------------------+ | +| | 166 | Camera Record Video | | +| +-------+-------------------------------------------+ | +| | 167 | Camera Zoom | | +| +-------+-------------------------------------------+ | +| | 168 | Camera Manual Focus | | +| +-------+-------------------------------------------+ | +| | 169 | Camera Auto Focus | | +| +-------+-------------------------------------------+ | +| | 171 | Calibrate Compasses | | +| +-------+-------------------------------------------+ | +| | 172 | Battery MPPT Enable | | +| +-------+-------------------------------------------+ | +| | 174 | Camera Image Tracking | | +| +-------+-------------------------------------------+ | +| | 175 | Camera Lens | | +| +-------+-------------------------------------------+ | +| | 201 | Roll | | +| +-------+-------------------------------------------+ | +| | 202 | Pitch | | +| +-------+-------------------------------------------+ | +| | 207 | MainSail | | +| +-------+-------------------------------------------+ | +| | 208 | Flap | | +| +-------+-------------------------------------------+ | +| | 211 | Walking Height | | +| +-------+-------------------------------------------+ | +| | 212 | Mount1 Roll | | +| +-------+-------------------------------------------+ | +| | 213 | Mount1 Pitch | | +| +-------+-------------------------------------------+ | +| | 214 | Mount1 Yaw | | +| +-------+-------------------------------------------+ | +| | 215 | Mount2 Roll | | +| +-------+-------------------------------------------+ | +| | 216 | Mount2 Pitch | | +| +-------+-------------------------------------------+ | +| | 217 | Mount2 Yaw | | +| +-------+-------------------------------------------+ | +| | 300 | Scripting1 | | +| +-------+-------------------------------------------+ | +| | 301 | Scripting2 | | +| +-------+-------------------------------------------+ | +| | 302 | Scripting3 | | +| +-------+-------------------------------------------+ | +| | 303 | Scripting4 | | +| +-------+-------------------------------------------+ | +| | 304 | Scripting5 | | +| +-------+-------------------------------------------+ | +| | 305 | Scripting6 | | +| +-------+-------------------------------------------+ | +| | 306 | Scripting7 | | +| +-------+-------------------------------------------+ | +| | 307 | Scripting8 | | +| +-------+-------------------------------------------+ | +| | ++-------------------------------------------------------+ + + + + + +.. _parameters_RCMAP_: + +RCMAP\_ Parameters +------------------ + + +.. _RCMAP_ROLL: + +RCMAP\_ROLL: Roll channel +~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Roll channel number\. This is useful when you have a RC transmitter that can\'t change the channel order easily\. Roll is normally on channel 1\, but you can move it to any channel with this parameter\. Reboot is required for changes to take effect\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 1 to 16 | ++-----------+---------+ + + + + +.. _RCMAP_PITCH: + +RCMAP\_PITCH: Pitch channel +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Pitch channel number\. This is useful when you have a RC transmitter that can\'t change the channel order easily\. Pitch is normally on channel 2\, but you can move it to any channel with this parameter\. Reboot is required for changes to take effect\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 1 to 16 | ++-----------+---------+ + + + + +.. _RCMAP_THROTTLE: + +RCMAP\_THROTTLE: Throttle channel +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Throttle channel number\. This is useful when you have a RC transmitter that can\'t change the channel order easily\. Throttle is normally on channel 3\, but you can move it to any channel with this parameter\. Reboot is required for changes to take effect\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 1 to 16 | ++-----------+---------+ + + + + +.. _RCMAP_YAW: + +RCMAP\_YAW: Yaw channel +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Yaw channel number\. This is useful when you have a RC transmitter that can\'t change the channel order easily\. Yaw \(also known as rudder\) is normally on channel 4\, but you can move it to any channel with this parameter\. Reboot is required for changes to take effect\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 1 to 16 | ++-----------+---------+ + + + + + +.. _parameters_RELAY10_: + +RELAY10\_ Parameters +-------------------- + + +.. _RELAY10_FUNCTION: + +RELAY10\_FUNCTION: Relay function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The function the relay channel is mapped to\. + + ++------------------------------------------------------------------------------+ +| Values | ++==============================================================================+ +| +-------+------------------------------------------------------------------+ | +| | Value | Meaning | | +| +=======+==================================================================+ | +| | 0 | None | | +| +-------+------------------------------------------------------------------+ | +| | 1 | Relay | | +| +-------+------------------------------------------------------------------+ | +| | 4 | Camera | | +| +-------+------------------------------------------------------------------+ | +| | 5 | Bushed motor reverse 1 throttle or throttle-left or omni motor 1 | | +| +-------+------------------------------------------------------------------+ | +| | 6 | Bushed motor reverse 2 throttle-right or omni motor 2 | | +| +-------+------------------------------------------------------------------+ | +| | 7 | Bushed motor reverse 3 omni motor 3 | | +| +-------+------------------------------------------------------------------+ | +| | 8 | Bushed motor reverse 4 omni motor 4 | | +| +-------+------------------------------------------------------------------+ | +| | ++------------------------------------------------------------------------------+ + + + + +.. _RELAY10_PIN: + +RELAY10\_PIN: Relay pin +~~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin number for relay control\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++--------------------------------------+ +| Values | ++======================================+ +| +-------+--------------------------+ | +| | Value | Meaning | | +| +=======+==========================+ | +| | -1 | Disabled | | +| +-------+--------------------------+ | +| | 49 | BB Blue GP0 pin 4 | | +| +-------+--------------------------+ | +| | 50 | AUXOUT1 | | +| +-------+--------------------------+ | +| | 51 | AUXOUT2 | | +| +-------+--------------------------+ | +| | 52 | AUXOUT3 | | +| +-------+--------------------------+ | +| | 53 | AUXOUT4 | | +| +-------+--------------------------+ | +| | 54 | AUXOUT5 | | +| +-------+--------------------------+ | +| | 55 | AUXOUT6 | | +| +-------+--------------------------+ | +| | 57 | BB Blue GP0 pin 3 | | +| +-------+--------------------------+ | +| | 113 | BB Blue GP0 pin 6 | | +| +-------+--------------------------+ | +| | 116 | BB Blue GP0 pin 5 | | +| +-------+--------------------------+ | +| | 62 | BBBMini Pin P8.13 | | +| +-------+--------------------------+ | +| | 101 | MainOut1 | | +| +-------+--------------------------+ | +| | 102 | MainOut2 | | +| +-------+--------------------------+ | +| | 103 | MainOut3 | | +| +-------+--------------------------+ | +| | 104 | MainOut4 | | +| +-------+--------------------------+ | +| | 105 | MainOut5 | | +| +-------+--------------------------+ | +| | 106 | MainOut6 | | +| +-------+--------------------------+ | +| | 107 | MainOut7 | | +| +-------+--------------------------+ | +| | 108 | MainOut8 | | +| +-------+--------------------------+ | +| | 1000 | DroneCAN Hardpoint ID 0 | | +| +-------+--------------------------+ | +| | 1001 | DroneCAN Hardpoint ID 1 | | +| +-------+--------------------------+ | +| | 1002 | DroneCAN Hardpoint ID 2 | | +| +-------+--------------------------+ | +| | 1003 | DroneCAN Hardpoint ID 3 | | +| +-------+--------------------------+ | +| | 1004 | DroneCAN Hardpoint ID 4 | | +| +-------+--------------------------+ | +| | 1005 | DroneCAN Hardpoint ID 5 | | +| +-------+--------------------------+ | +| | 1006 | DroneCAN Hardpoint ID 6 | | +| +-------+--------------------------+ | +| | 1007 | DroneCAN Hardpoint ID 7 | | +| +-------+--------------------------+ | +| | 1008 | DroneCAN Hardpoint ID 8 | | +| +-------+--------------------------+ | +| | 1009 | DroneCAN Hardpoint ID 9 | | +| +-------+--------------------------+ | +| | 1010 | DroneCAN Hardpoint ID 10 | | +| +-------+--------------------------+ | +| | 1011 | DroneCAN Hardpoint ID 11 | | +| +-------+--------------------------+ | +| | 1012 | DroneCAN Hardpoint ID 12 | | +| +-------+--------------------------+ | +| | 1013 | DroneCAN Hardpoint ID 13 | | +| +-------+--------------------------+ | +| | 1014 | DroneCAN Hardpoint ID 14 | | +| +-------+--------------------------+ | +| | 1015 | DroneCAN Hardpoint ID 15 | | +| +-------+--------------------------+ | +| | ++--------------------------------------+ + + + + +.. _RELAY10_DEFAULT: + +RELAY10\_DEFAULT: Relay default state +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Should the relay default to on or off\, this only applies to RELAYx\_FUNC \"Relay\" \(1\)\. All other uses will pick the appropriate default output state from within the controlling function\'s parameters\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Off | | +| +-------+----------+ | +| | 1 | On | | +| +-------+----------+ | +| | 2 | NoChange | | +| +-------+----------+ | +| | ++----------------------+ + + + + + +.. _parameters_RELAY11_: + +RELAY11\_ Parameters +-------------------- + + +.. _RELAY11_FUNCTION: + +RELAY11\_FUNCTION: Relay function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The function the relay channel is mapped to\. + + ++------------------------------------------------------------------------------+ +| Values | ++==============================================================================+ +| +-------+------------------------------------------------------------------+ | +| | Value | Meaning | | +| +=======+==================================================================+ | +| | 0 | None | | +| +-------+------------------------------------------------------------------+ | +| | 1 | Relay | | +| +-------+------------------------------------------------------------------+ | +| | 4 | Camera | | +| +-------+------------------------------------------------------------------+ | +| | 5 | Bushed motor reverse 1 throttle or throttle-left or omni motor 1 | | +| +-------+------------------------------------------------------------------+ | +| | 6 | Bushed motor reverse 2 throttle-right or omni motor 2 | | +| +-------+------------------------------------------------------------------+ | +| | 7 | Bushed motor reverse 3 omni motor 3 | | +| +-------+------------------------------------------------------------------+ | +| | 8 | Bushed motor reverse 4 omni motor 4 | | +| +-------+------------------------------------------------------------------+ | +| | ++------------------------------------------------------------------------------+ + + + + +.. _RELAY11_PIN: + +RELAY11\_PIN: Relay pin +~~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin number for relay control\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++--------------------------------------+ +| Values | ++======================================+ +| +-------+--------------------------+ | +| | Value | Meaning | | +| +=======+==========================+ | +| | -1 | Disabled | | +| +-------+--------------------------+ | +| | 49 | BB Blue GP0 pin 4 | | +| +-------+--------------------------+ | +| | 50 | AUXOUT1 | | +| +-------+--------------------------+ | +| | 51 | AUXOUT2 | | +| +-------+--------------------------+ | +| | 52 | AUXOUT3 | | +| +-------+--------------------------+ | +| | 53 | AUXOUT4 | | +| +-------+--------------------------+ | +| | 54 | AUXOUT5 | | +| +-------+--------------------------+ | +| | 55 | AUXOUT6 | | +| +-------+--------------------------+ | +| | 57 | BB Blue GP0 pin 3 | | +| +-------+--------------------------+ | +| | 113 | BB Blue GP0 pin 6 | | +| +-------+--------------------------+ | +| | 116 | BB Blue GP0 pin 5 | | +| +-------+--------------------------+ | +| | 62 | BBBMini Pin P8.13 | | +| +-------+--------------------------+ | +| | 101 | MainOut1 | | +| +-------+--------------------------+ | +| | 102 | MainOut2 | | +| +-------+--------------------------+ | +| | 103 | MainOut3 | | +| +-------+--------------------------+ | +| | 104 | MainOut4 | | +| +-------+--------------------------+ | +| | 105 | MainOut5 | | +| +-------+--------------------------+ | +| | 106 | MainOut6 | | +| +-------+--------------------------+ | +| | 107 | MainOut7 | | +| +-------+--------------------------+ | +| | 108 | MainOut8 | | +| +-------+--------------------------+ | +| | 1000 | DroneCAN Hardpoint ID 0 | | +| +-------+--------------------------+ | +| | 1001 | DroneCAN Hardpoint ID 1 | | +| +-------+--------------------------+ | +| | 1002 | DroneCAN Hardpoint ID 2 | | +| +-------+--------------------------+ | +| | 1003 | DroneCAN Hardpoint ID 3 | | +| +-------+--------------------------+ | +| | 1004 | DroneCAN Hardpoint ID 4 | | +| +-------+--------------------------+ | +| | 1005 | DroneCAN Hardpoint ID 5 | | +| +-------+--------------------------+ | +| | 1006 | DroneCAN Hardpoint ID 6 | | +| +-------+--------------------------+ | +| | 1007 | DroneCAN Hardpoint ID 7 | | +| +-------+--------------------------+ | +| | 1008 | DroneCAN Hardpoint ID 8 | | +| +-------+--------------------------+ | +| | 1009 | DroneCAN Hardpoint ID 9 | | +| +-------+--------------------------+ | +| | 1010 | DroneCAN Hardpoint ID 10 | | +| +-------+--------------------------+ | +| | 1011 | DroneCAN Hardpoint ID 11 | | +| +-------+--------------------------+ | +| | 1012 | DroneCAN Hardpoint ID 12 | | +| +-------+--------------------------+ | +| | 1013 | DroneCAN Hardpoint ID 13 | | +| +-------+--------------------------+ | +| | 1014 | DroneCAN Hardpoint ID 14 | | +| +-------+--------------------------+ | +| | 1015 | DroneCAN Hardpoint ID 15 | | +| +-------+--------------------------+ | +| | ++--------------------------------------+ + + + + +.. _RELAY11_DEFAULT: + +RELAY11\_DEFAULT: Relay default state +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Should the relay default to on or off\, this only applies to RELAYx\_FUNC \"Relay\" \(1\)\. All other uses will pick the appropriate default output state from within the controlling function\'s parameters\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Off | | +| +-------+----------+ | +| | 1 | On | | +| +-------+----------+ | +| | 2 | NoChange | | +| +-------+----------+ | +| | ++----------------------+ + + + + + +.. _parameters_RELAY12_: + +RELAY12\_ Parameters +-------------------- + + +.. _RELAY12_FUNCTION: + +RELAY12\_FUNCTION: Relay function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The function the relay channel is mapped to\. + + ++------------------------------------------------------------------------------+ +| Values | ++==============================================================================+ +| +-------+------------------------------------------------------------------+ | +| | Value | Meaning | | +| +=======+==================================================================+ | +| | 0 | None | | +| +-------+------------------------------------------------------------------+ | +| | 1 | Relay | | +| +-------+------------------------------------------------------------------+ | +| | 4 | Camera | | +| +-------+------------------------------------------------------------------+ | +| | 5 | Bushed motor reverse 1 throttle or throttle-left or omni motor 1 | | +| +-------+------------------------------------------------------------------+ | +| | 6 | Bushed motor reverse 2 throttle-right or omni motor 2 | | +| +-------+------------------------------------------------------------------+ | +| | 7 | Bushed motor reverse 3 omni motor 3 | | +| +-------+------------------------------------------------------------------+ | +| | 8 | Bushed motor reverse 4 omni motor 4 | | +| +-------+------------------------------------------------------------------+ | +| | ++------------------------------------------------------------------------------+ + + + + +.. _RELAY12_PIN: + +RELAY12\_PIN: Relay pin +~~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin number for relay control\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++--------------------------------------+ +| Values | ++======================================+ +| +-------+--------------------------+ | +| | Value | Meaning | | +| +=======+==========================+ | +| | -1 | Disabled | | +| +-------+--------------------------+ | +| | 49 | BB Blue GP0 pin 4 | | +| +-------+--------------------------+ | +| | 50 | AUXOUT1 | | +| +-------+--------------------------+ | +| | 51 | AUXOUT2 | | +| +-------+--------------------------+ | +| | 52 | AUXOUT3 | | +| +-------+--------------------------+ | +| | 53 | AUXOUT4 | | +| +-------+--------------------------+ | +| | 54 | AUXOUT5 | | +| +-------+--------------------------+ | +| | 55 | AUXOUT6 | | +| +-------+--------------------------+ | +| | 57 | BB Blue GP0 pin 3 | | +| +-------+--------------------------+ | +| | 113 | BB Blue GP0 pin 6 | | +| +-------+--------------------------+ | +| | 116 | BB Blue GP0 pin 5 | | +| +-------+--------------------------+ | +| | 62 | BBBMini Pin P8.13 | | +| +-------+--------------------------+ | +| | 101 | MainOut1 | | +| +-------+--------------------------+ | +| | 102 | MainOut2 | | +| +-------+--------------------------+ | +| | 103 | MainOut3 | | +| +-------+--------------------------+ | +| | 104 | MainOut4 | | +| +-------+--------------------------+ | +| | 105 | MainOut5 | | +| +-------+--------------------------+ | +| | 106 | MainOut6 | | +| +-------+--------------------------+ | +| | 107 | MainOut7 | | +| +-------+--------------------------+ | +| | 108 | MainOut8 | | +| +-------+--------------------------+ | +| | 1000 | DroneCAN Hardpoint ID 0 | | +| +-------+--------------------------+ | +| | 1001 | DroneCAN Hardpoint ID 1 | | +| +-------+--------------------------+ | +| | 1002 | DroneCAN Hardpoint ID 2 | | +| +-------+--------------------------+ | +| | 1003 | DroneCAN Hardpoint ID 3 | | +| +-------+--------------------------+ | +| | 1004 | DroneCAN Hardpoint ID 4 | | +| +-------+--------------------------+ | +| | 1005 | DroneCAN Hardpoint ID 5 | | +| +-------+--------------------------+ | +| | 1006 | DroneCAN Hardpoint ID 6 | | +| +-------+--------------------------+ | +| | 1007 | DroneCAN Hardpoint ID 7 | | +| +-------+--------------------------+ | +| | 1008 | DroneCAN Hardpoint ID 8 | | +| +-------+--------------------------+ | +| | 1009 | DroneCAN Hardpoint ID 9 | | +| +-------+--------------------------+ | +| | 1010 | DroneCAN Hardpoint ID 10 | | +| +-------+--------------------------+ | +| | 1011 | DroneCAN Hardpoint ID 11 | | +| +-------+--------------------------+ | +| | 1012 | DroneCAN Hardpoint ID 12 | | +| +-------+--------------------------+ | +| | 1013 | DroneCAN Hardpoint ID 13 | | +| +-------+--------------------------+ | +| | 1014 | DroneCAN Hardpoint ID 14 | | +| +-------+--------------------------+ | +| | 1015 | DroneCAN Hardpoint ID 15 | | +| +-------+--------------------------+ | +| | ++--------------------------------------+ + + + + +.. _RELAY12_DEFAULT: + +RELAY12\_DEFAULT: Relay default state +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Should the relay default to on or off\, this only applies to RELAYx\_FUNC \"Relay\" \(1\)\. All other uses will pick the appropriate default output state from within the controlling function\'s parameters\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Off | | +| +-------+----------+ | +| | 1 | On | | +| +-------+----------+ | +| | 2 | NoChange | | +| +-------+----------+ | +| | ++----------------------+ + + + + + +.. _parameters_RELAY13_: + +RELAY13\_ Parameters +-------------------- + + +.. _RELAY13_FUNCTION: + +RELAY13\_FUNCTION: Relay function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The function the relay channel is mapped to\. + + ++------------------------------------------------------------------------------+ +| Values | ++==============================================================================+ +| +-------+------------------------------------------------------------------+ | +| | Value | Meaning | | +| +=======+==================================================================+ | +| | 0 | None | | +| +-------+------------------------------------------------------------------+ | +| | 1 | Relay | | +| +-------+------------------------------------------------------------------+ | +| | 4 | Camera | | +| +-------+------------------------------------------------------------------+ | +| | 5 | Bushed motor reverse 1 throttle or throttle-left or omni motor 1 | | +| +-------+------------------------------------------------------------------+ | +| | 6 | Bushed motor reverse 2 throttle-right or omni motor 2 | | +| +-------+------------------------------------------------------------------+ | +| | 7 | Bushed motor reverse 3 omni motor 3 | | +| +-------+------------------------------------------------------------------+ | +| | 8 | Bushed motor reverse 4 omni motor 4 | | +| +-------+------------------------------------------------------------------+ | +| | ++------------------------------------------------------------------------------+ + + + + +.. _RELAY13_PIN: + +RELAY13\_PIN: Relay pin +~~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin number for relay control\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++--------------------------------------+ +| Values | ++======================================+ +| +-------+--------------------------+ | +| | Value | Meaning | | +| +=======+==========================+ | +| | -1 | Disabled | | +| +-------+--------------------------+ | +| | 49 | BB Blue GP0 pin 4 | | +| +-------+--------------------------+ | +| | 50 | AUXOUT1 | | +| +-------+--------------------------+ | +| | 51 | AUXOUT2 | | +| +-------+--------------------------+ | +| | 52 | AUXOUT3 | | +| +-------+--------------------------+ | +| | 53 | AUXOUT4 | | +| +-------+--------------------------+ | +| | 54 | AUXOUT5 | | +| +-------+--------------------------+ | +| | 55 | AUXOUT6 | | +| +-------+--------------------------+ | +| | 57 | BB Blue GP0 pin 3 | | +| +-------+--------------------------+ | +| | 113 | BB Blue GP0 pin 6 | | +| +-------+--------------------------+ | +| | 116 | BB Blue GP0 pin 5 | | +| +-------+--------------------------+ | +| | 62 | BBBMini Pin P8.13 | | +| +-------+--------------------------+ | +| | 101 | MainOut1 | | +| +-------+--------------------------+ | +| | 102 | MainOut2 | | +| +-------+--------------------------+ | +| | 103 | MainOut3 | | +| +-------+--------------------------+ | +| | 104 | MainOut4 | | +| +-------+--------------------------+ | +| | 105 | MainOut5 | | +| +-------+--------------------------+ | +| | 106 | MainOut6 | | +| +-------+--------------------------+ | +| | 107 | MainOut7 | | +| +-------+--------------------------+ | +| | 108 | MainOut8 | | +| +-------+--------------------------+ | +| | 1000 | DroneCAN Hardpoint ID 0 | | +| +-------+--------------------------+ | +| | 1001 | DroneCAN Hardpoint ID 1 | | +| +-------+--------------------------+ | +| | 1002 | DroneCAN Hardpoint ID 2 | | +| +-------+--------------------------+ | +| | 1003 | DroneCAN Hardpoint ID 3 | | +| +-------+--------------------------+ | +| | 1004 | DroneCAN Hardpoint ID 4 | | +| +-------+--------------------------+ | +| | 1005 | DroneCAN Hardpoint ID 5 | | +| +-------+--------------------------+ | +| | 1006 | DroneCAN Hardpoint ID 6 | | +| +-------+--------------------------+ | +| | 1007 | DroneCAN Hardpoint ID 7 | | +| +-------+--------------------------+ | +| | 1008 | DroneCAN Hardpoint ID 8 | | +| +-------+--------------------------+ | +| | 1009 | DroneCAN Hardpoint ID 9 | | +| +-------+--------------------------+ | +| | 1010 | DroneCAN Hardpoint ID 10 | | +| +-------+--------------------------+ | +| | 1011 | DroneCAN Hardpoint ID 11 | | +| +-------+--------------------------+ | +| | 1012 | DroneCAN Hardpoint ID 12 | | +| +-------+--------------------------+ | +| | 1013 | DroneCAN Hardpoint ID 13 | | +| +-------+--------------------------+ | +| | 1014 | DroneCAN Hardpoint ID 14 | | +| +-------+--------------------------+ | +| | 1015 | DroneCAN Hardpoint ID 15 | | +| +-------+--------------------------+ | +| | ++--------------------------------------+ + + + + +.. _RELAY13_DEFAULT: + +RELAY13\_DEFAULT: Relay default state +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Should the relay default to on or off\, this only applies to RELAYx\_FUNC \"Relay\" \(1\)\. All other uses will pick the appropriate default output state from within the controlling function\'s parameters\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Off | | +| +-------+----------+ | +| | 1 | On | | +| +-------+----------+ | +| | 2 | NoChange | | +| +-------+----------+ | +| | ++----------------------+ + + + + + +.. _parameters_RELAY14_: + +RELAY14\_ Parameters +-------------------- + + +.. _RELAY14_FUNCTION: + +RELAY14\_FUNCTION: Relay function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The function the relay channel is mapped to\. + + ++------------------------------------------------------------------------------+ +| Values | ++==============================================================================+ +| +-------+------------------------------------------------------------------+ | +| | Value | Meaning | | +| +=======+==================================================================+ | +| | 0 | None | | +| +-------+------------------------------------------------------------------+ | +| | 1 | Relay | | +| +-------+------------------------------------------------------------------+ | +| | 4 | Camera | | +| +-------+------------------------------------------------------------------+ | +| | 5 | Bushed motor reverse 1 throttle or throttle-left or omni motor 1 | | +| +-------+------------------------------------------------------------------+ | +| | 6 | Bushed motor reverse 2 throttle-right or omni motor 2 | | +| +-------+------------------------------------------------------------------+ | +| | 7 | Bushed motor reverse 3 omni motor 3 | | +| +-------+------------------------------------------------------------------+ | +| | 8 | Bushed motor reverse 4 omni motor 4 | | +| +-------+------------------------------------------------------------------+ | +| | ++------------------------------------------------------------------------------+ + + + + +.. _RELAY14_PIN: + +RELAY14\_PIN: Relay pin +~~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin number for relay control\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++--------------------------------------+ +| Values | ++======================================+ +| +-------+--------------------------+ | +| | Value | Meaning | | +| +=======+==========================+ | +| | -1 | Disabled | | +| +-------+--------------------------+ | +| | 49 | BB Blue GP0 pin 4 | | +| +-------+--------------------------+ | +| | 50 | AUXOUT1 | | +| +-------+--------------------------+ | +| | 51 | AUXOUT2 | | +| +-------+--------------------------+ | +| | 52 | AUXOUT3 | | +| +-------+--------------------------+ | +| | 53 | AUXOUT4 | | +| +-------+--------------------------+ | +| | 54 | AUXOUT5 | | +| +-------+--------------------------+ | +| | 55 | AUXOUT6 | | +| +-------+--------------------------+ | +| | 57 | BB Blue GP0 pin 3 | | +| +-------+--------------------------+ | +| | 113 | BB Blue GP0 pin 6 | | +| +-------+--------------------------+ | +| | 116 | BB Blue GP0 pin 5 | | +| +-------+--------------------------+ | +| | 62 | BBBMini Pin P8.13 | | +| +-------+--------------------------+ | +| | 101 | MainOut1 | | +| +-------+--------------------------+ | +| | 102 | MainOut2 | | +| +-------+--------------------------+ | +| | 103 | MainOut3 | | +| +-------+--------------------------+ | +| | 104 | MainOut4 | | +| +-------+--------------------------+ | +| | 105 | MainOut5 | | +| +-------+--------------------------+ | +| | 106 | MainOut6 | | +| +-------+--------------------------+ | +| | 107 | MainOut7 | | +| +-------+--------------------------+ | +| | 108 | MainOut8 | | +| +-------+--------------------------+ | +| | 1000 | DroneCAN Hardpoint ID 0 | | +| +-------+--------------------------+ | +| | 1001 | DroneCAN Hardpoint ID 1 | | +| +-------+--------------------------+ | +| | 1002 | DroneCAN Hardpoint ID 2 | | +| +-------+--------------------------+ | +| | 1003 | DroneCAN Hardpoint ID 3 | | +| +-------+--------------------------+ | +| | 1004 | DroneCAN Hardpoint ID 4 | | +| +-------+--------------------------+ | +| | 1005 | DroneCAN Hardpoint ID 5 | | +| +-------+--------------------------+ | +| | 1006 | DroneCAN Hardpoint ID 6 | | +| +-------+--------------------------+ | +| | 1007 | DroneCAN Hardpoint ID 7 | | +| +-------+--------------------------+ | +| | 1008 | DroneCAN Hardpoint ID 8 | | +| +-------+--------------------------+ | +| | 1009 | DroneCAN Hardpoint ID 9 | | +| +-------+--------------------------+ | +| | 1010 | DroneCAN Hardpoint ID 10 | | +| +-------+--------------------------+ | +| | 1011 | DroneCAN Hardpoint ID 11 | | +| +-------+--------------------------+ | +| | 1012 | DroneCAN Hardpoint ID 12 | | +| +-------+--------------------------+ | +| | 1013 | DroneCAN Hardpoint ID 13 | | +| +-------+--------------------------+ | +| | 1014 | DroneCAN Hardpoint ID 14 | | +| +-------+--------------------------+ | +| | 1015 | DroneCAN Hardpoint ID 15 | | +| +-------+--------------------------+ | +| | ++--------------------------------------+ + + + + +.. _RELAY14_DEFAULT: + +RELAY14\_DEFAULT: Relay default state +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Should the relay default to on or off\, this only applies to RELAYx\_FUNC \"Relay\" \(1\)\. All other uses will pick the appropriate default output state from within the controlling function\'s parameters\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Off | | +| +-------+----------+ | +| | 1 | On | | +| +-------+----------+ | +| | 2 | NoChange | | +| +-------+----------+ | +| | ++----------------------+ + + + + + +.. _parameters_RELAY15_: + +RELAY15\_ Parameters +-------------------- + + +.. _RELAY15_FUNCTION: + +RELAY15\_FUNCTION: Relay function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The function the relay channel is mapped to\. + + ++------------------------------------------------------------------------------+ +| Values | ++==============================================================================+ +| +-------+------------------------------------------------------------------+ | +| | Value | Meaning | | +| +=======+==================================================================+ | +| | 0 | None | | +| +-------+------------------------------------------------------------------+ | +| | 1 | Relay | | +| +-------+------------------------------------------------------------------+ | +| | 4 | Camera | | +| +-------+------------------------------------------------------------------+ | +| | 5 | Bushed motor reverse 1 throttle or throttle-left or omni motor 1 | | +| +-------+------------------------------------------------------------------+ | +| | 6 | Bushed motor reverse 2 throttle-right or omni motor 2 | | +| +-------+------------------------------------------------------------------+ | +| | 7 | Bushed motor reverse 3 omni motor 3 | | +| +-------+------------------------------------------------------------------+ | +| | 8 | Bushed motor reverse 4 omni motor 4 | | +| +-------+------------------------------------------------------------------+ | +| | ++------------------------------------------------------------------------------+ + + + + +.. _RELAY15_PIN: + +RELAY15\_PIN: Relay pin +~~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin number for relay control\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++--------------------------------------+ +| Values | ++======================================+ +| +-------+--------------------------+ | +| | Value | Meaning | | +| +=======+==========================+ | +| | -1 | Disabled | | +| +-------+--------------------------+ | +| | 49 | BB Blue GP0 pin 4 | | +| +-------+--------------------------+ | +| | 50 | AUXOUT1 | | +| +-------+--------------------------+ | +| | 51 | AUXOUT2 | | +| +-------+--------------------------+ | +| | 52 | AUXOUT3 | | +| +-------+--------------------------+ | +| | 53 | AUXOUT4 | | +| +-------+--------------------------+ | +| | 54 | AUXOUT5 | | +| +-------+--------------------------+ | +| | 55 | AUXOUT6 | | +| +-------+--------------------------+ | +| | 57 | BB Blue GP0 pin 3 | | +| +-------+--------------------------+ | +| | 113 | BB Blue GP0 pin 6 | | +| +-------+--------------------------+ | +| | 116 | BB Blue GP0 pin 5 | | +| +-------+--------------------------+ | +| | 62 | BBBMini Pin P8.13 | | +| +-------+--------------------------+ | +| | 101 | MainOut1 | | +| +-------+--------------------------+ | +| | 102 | MainOut2 | | +| +-------+--------------------------+ | +| | 103 | MainOut3 | | +| +-------+--------------------------+ | +| | 104 | MainOut4 | | +| +-------+--------------------------+ | +| | 105 | MainOut5 | | +| +-------+--------------------------+ | +| | 106 | MainOut6 | | +| +-------+--------------------------+ | +| | 107 | MainOut7 | | +| +-------+--------------------------+ | +| | 108 | MainOut8 | | +| +-------+--------------------------+ | +| | 1000 | DroneCAN Hardpoint ID 0 | | +| +-------+--------------------------+ | +| | 1001 | DroneCAN Hardpoint ID 1 | | +| +-------+--------------------------+ | +| | 1002 | DroneCAN Hardpoint ID 2 | | +| +-------+--------------------------+ | +| | 1003 | DroneCAN Hardpoint ID 3 | | +| +-------+--------------------------+ | +| | 1004 | DroneCAN Hardpoint ID 4 | | +| +-------+--------------------------+ | +| | 1005 | DroneCAN Hardpoint ID 5 | | +| +-------+--------------------------+ | +| | 1006 | DroneCAN Hardpoint ID 6 | | +| +-------+--------------------------+ | +| | 1007 | DroneCAN Hardpoint ID 7 | | +| +-------+--------------------------+ | +| | 1008 | DroneCAN Hardpoint ID 8 | | +| +-------+--------------------------+ | +| | 1009 | DroneCAN Hardpoint ID 9 | | +| +-------+--------------------------+ | +| | 1010 | DroneCAN Hardpoint ID 10 | | +| +-------+--------------------------+ | +| | 1011 | DroneCAN Hardpoint ID 11 | | +| +-------+--------------------------+ | +| | 1012 | DroneCAN Hardpoint ID 12 | | +| +-------+--------------------------+ | +| | 1013 | DroneCAN Hardpoint ID 13 | | +| +-------+--------------------------+ | +| | 1014 | DroneCAN Hardpoint ID 14 | | +| +-------+--------------------------+ | +| | 1015 | DroneCAN Hardpoint ID 15 | | +| +-------+--------------------------+ | +| | ++--------------------------------------+ + + + + +.. _RELAY15_DEFAULT: + +RELAY15\_DEFAULT: Relay default state +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Should the relay default to on or off\, this only applies to RELAYx\_FUNC \"Relay\" \(1\)\. All other uses will pick the appropriate default output state from within the controlling function\'s parameters\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Off | | +| +-------+----------+ | +| | 1 | On | | +| +-------+----------+ | +| | 2 | NoChange | | +| +-------+----------+ | +| | ++----------------------+ + + + + + +.. _parameters_RELAY16_: + +RELAY16\_ Parameters +-------------------- + + +.. _RELAY16_FUNCTION: + +RELAY16\_FUNCTION: Relay function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The function the relay channel is mapped to\. + + ++------------------------------------------------------------------------------+ +| Values | ++==============================================================================+ +| +-------+------------------------------------------------------------------+ | +| | Value | Meaning | | +| +=======+==================================================================+ | +| | 0 | None | | +| +-------+------------------------------------------------------------------+ | +| | 1 | Relay | | +| +-------+------------------------------------------------------------------+ | +| | 4 | Camera | | +| +-------+------------------------------------------------------------------+ | +| | 5 | Bushed motor reverse 1 throttle or throttle-left or omni motor 1 | | +| +-------+------------------------------------------------------------------+ | +| | 6 | Bushed motor reverse 2 throttle-right or omni motor 2 | | +| +-------+------------------------------------------------------------------+ | +| | 7 | Bushed motor reverse 3 omni motor 3 | | +| +-------+------------------------------------------------------------------+ | +| | 8 | Bushed motor reverse 4 omni motor 4 | | +| +-------+------------------------------------------------------------------+ | +| | ++------------------------------------------------------------------------------+ + + + + +.. _RELAY16_PIN: + +RELAY16\_PIN: Relay pin +~~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin number for relay control\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++--------------------------------------+ +| Values | ++======================================+ +| +-------+--------------------------+ | +| | Value | Meaning | | +| +=======+==========================+ | +| | -1 | Disabled | | +| +-------+--------------------------+ | +| | 49 | BB Blue GP0 pin 4 | | +| +-------+--------------------------+ | +| | 50 | AUXOUT1 | | +| +-------+--------------------------+ | +| | 51 | AUXOUT2 | | +| +-------+--------------------------+ | +| | 52 | AUXOUT3 | | +| +-------+--------------------------+ | +| | 53 | AUXOUT4 | | +| +-------+--------------------------+ | +| | 54 | AUXOUT5 | | +| +-------+--------------------------+ | +| | 55 | AUXOUT6 | | +| +-------+--------------------------+ | +| | 57 | BB Blue GP0 pin 3 | | +| +-------+--------------------------+ | +| | 113 | BB Blue GP0 pin 6 | | +| +-------+--------------------------+ | +| | 116 | BB Blue GP0 pin 5 | | +| +-------+--------------------------+ | +| | 62 | BBBMini Pin P8.13 | | +| +-------+--------------------------+ | +| | 101 | MainOut1 | | +| +-------+--------------------------+ | +| | 102 | MainOut2 | | +| +-------+--------------------------+ | +| | 103 | MainOut3 | | +| +-------+--------------------------+ | +| | 104 | MainOut4 | | +| +-------+--------------------------+ | +| | 105 | MainOut5 | | +| +-------+--------------------------+ | +| | 106 | MainOut6 | | +| +-------+--------------------------+ | +| | 107 | MainOut7 | | +| +-------+--------------------------+ | +| | 108 | MainOut8 | | +| +-------+--------------------------+ | +| | 1000 | DroneCAN Hardpoint ID 0 | | +| +-------+--------------------------+ | +| | 1001 | DroneCAN Hardpoint ID 1 | | +| +-------+--------------------------+ | +| | 1002 | DroneCAN Hardpoint ID 2 | | +| +-------+--------------------------+ | +| | 1003 | DroneCAN Hardpoint ID 3 | | +| +-------+--------------------------+ | +| | 1004 | DroneCAN Hardpoint ID 4 | | +| +-------+--------------------------+ | +| | 1005 | DroneCAN Hardpoint ID 5 | | +| +-------+--------------------------+ | +| | 1006 | DroneCAN Hardpoint ID 6 | | +| +-------+--------------------------+ | +| | 1007 | DroneCAN Hardpoint ID 7 | | +| +-------+--------------------------+ | +| | 1008 | DroneCAN Hardpoint ID 8 | | +| +-------+--------------------------+ | +| | 1009 | DroneCAN Hardpoint ID 9 | | +| +-------+--------------------------+ | +| | 1010 | DroneCAN Hardpoint ID 10 | | +| +-------+--------------------------+ | +| | 1011 | DroneCAN Hardpoint ID 11 | | +| +-------+--------------------------+ | +| | 1012 | DroneCAN Hardpoint ID 12 | | +| +-------+--------------------------+ | +| | 1013 | DroneCAN Hardpoint ID 13 | | +| +-------+--------------------------+ | +| | 1014 | DroneCAN Hardpoint ID 14 | | +| +-------+--------------------------+ | +| | 1015 | DroneCAN Hardpoint ID 15 | | +| +-------+--------------------------+ | +| | ++--------------------------------------+ + + + + +.. _RELAY16_DEFAULT: + +RELAY16\_DEFAULT: Relay default state +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Should the relay default to on or off\, this only applies to RELAYx\_FUNC \"Relay\" \(1\)\. All other uses will pick the appropriate default output state from within the controlling function\'s parameters\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Off | | +| +-------+----------+ | +| | 1 | On | | +| +-------+----------+ | +| | 2 | NoChange | | +| +-------+----------+ | +| | ++----------------------+ + + + + + +.. _parameters_RELAY1_: + +RELAY1\_ Parameters +------------------- + + +.. _RELAY1_FUNCTION: + +RELAY1\_FUNCTION: Relay function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The function the relay channel is mapped to\. + + ++------------------------------------------------------------------------------+ +| Values | ++==============================================================================+ +| +-------+------------------------------------------------------------------+ | +| | Value | Meaning | | +| +=======+==================================================================+ | +| | 0 | None | | +| +-------+------------------------------------------------------------------+ | +| | 1 | Relay | | +| +-------+------------------------------------------------------------------+ | +| | 4 | Camera | | +| +-------+------------------------------------------------------------------+ | +| | 5 | Bushed motor reverse 1 throttle or throttle-left or omni motor 1 | | +| +-------+------------------------------------------------------------------+ | +| | 6 | Bushed motor reverse 2 throttle-right or omni motor 2 | | +| +-------+------------------------------------------------------------------+ | +| | 7 | Bushed motor reverse 3 omni motor 3 | | +| +-------+------------------------------------------------------------------+ | +| | 8 | Bushed motor reverse 4 omni motor 4 | | +| +-------+------------------------------------------------------------------+ | +| | ++------------------------------------------------------------------------------+ + + + + +.. _RELAY1_PIN: + +RELAY1\_PIN: Relay pin +~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin number for relay control\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++--------------------------------------+ +| Values | ++======================================+ +| +-------+--------------------------+ | +| | Value | Meaning | | +| +=======+==========================+ | +| | -1 | Disabled | | +| +-------+--------------------------+ | +| | 49 | BB Blue GP0 pin 4 | | +| +-------+--------------------------+ | +| | 50 | AUXOUT1 | | +| +-------+--------------------------+ | +| | 51 | AUXOUT2 | | +| +-------+--------------------------+ | +| | 52 | AUXOUT3 | | +| +-------+--------------------------+ | +| | 53 | AUXOUT4 | | +| +-------+--------------------------+ | +| | 54 | AUXOUT5 | | +| +-------+--------------------------+ | +| | 55 | AUXOUT6 | | +| +-------+--------------------------+ | +| | 57 | BB Blue GP0 pin 3 | | +| +-------+--------------------------+ | +| | 113 | BB Blue GP0 pin 6 | | +| +-------+--------------------------+ | +| | 116 | BB Blue GP0 pin 5 | | +| +-------+--------------------------+ | +| | 62 | BBBMini Pin P8.13 | | +| +-------+--------------------------+ | +| | 101 | MainOut1 | | +| +-------+--------------------------+ | +| | 102 | MainOut2 | | +| +-------+--------------------------+ | +| | 103 | MainOut3 | | +| +-------+--------------------------+ | +| | 104 | MainOut4 | | +| +-------+--------------------------+ | +| | 105 | MainOut5 | | +| +-------+--------------------------+ | +| | 106 | MainOut6 | | +| +-------+--------------------------+ | +| | 107 | MainOut7 | | +| +-------+--------------------------+ | +| | 108 | MainOut8 | | +| +-------+--------------------------+ | +| | 1000 | DroneCAN Hardpoint ID 0 | | +| +-------+--------------------------+ | +| | 1001 | DroneCAN Hardpoint ID 1 | | +| +-------+--------------------------+ | +| | 1002 | DroneCAN Hardpoint ID 2 | | +| +-------+--------------------------+ | +| | 1003 | DroneCAN Hardpoint ID 3 | | +| +-------+--------------------------+ | +| | 1004 | DroneCAN Hardpoint ID 4 | | +| +-------+--------------------------+ | +| | 1005 | DroneCAN Hardpoint ID 5 | | +| +-------+--------------------------+ | +| | 1006 | DroneCAN Hardpoint ID 6 | | +| +-------+--------------------------+ | +| | 1007 | DroneCAN Hardpoint ID 7 | | +| +-------+--------------------------+ | +| | 1008 | DroneCAN Hardpoint ID 8 | | +| +-------+--------------------------+ | +| | 1009 | DroneCAN Hardpoint ID 9 | | +| +-------+--------------------------+ | +| | 1010 | DroneCAN Hardpoint ID 10 | | +| +-------+--------------------------+ | +| | 1011 | DroneCAN Hardpoint ID 11 | | +| +-------+--------------------------+ | +| | 1012 | DroneCAN Hardpoint ID 12 | | +| +-------+--------------------------+ | +| | 1013 | DroneCAN Hardpoint ID 13 | | +| +-------+--------------------------+ | +| | 1014 | DroneCAN Hardpoint ID 14 | | +| +-------+--------------------------+ | +| | 1015 | DroneCAN Hardpoint ID 15 | | +| +-------+--------------------------+ | +| | ++--------------------------------------+ + + + + +.. _RELAY1_DEFAULT: + +RELAY1\_DEFAULT: Relay default state +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Should the relay default to on or off\, this only applies to RELAYx\_FUNC \"Relay\" \(1\)\. All other uses will pick the appropriate default output state from within the controlling function\'s parameters\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Off | | +| +-------+----------+ | +| | 1 | On | | +| +-------+----------+ | +| | 2 | NoChange | | +| +-------+----------+ | +| | ++----------------------+ + + + + + +.. _parameters_RELAY2_: + +RELAY2\_ Parameters +------------------- + + +.. _RELAY2_FUNCTION: + +RELAY2\_FUNCTION: Relay function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The function the relay channel is mapped to\. + + ++------------------------------------------------------------------------------+ +| Values | ++==============================================================================+ +| +-------+------------------------------------------------------------------+ | +| | Value | Meaning | | +| +=======+==================================================================+ | +| | 0 | None | | +| +-------+------------------------------------------------------------------+ | +| | 1 | Relay | | +| +-------+------------------------------------------------------------------+ | +| | 4 | Camera | | +| +-------+------------------------------------------------------------------+ | +| | 5 | Bushed motor reverse 1 throttle or throttle-left or omni motor 1 | | +| +-------+------------------------------------------------------------------+ | +| | 6 | Bushed motor reverse 2 throttle-right or omni motor 2 | | +| +-------+------------------------------------------------------------------+ | +| | 7 | Bushed motor reverse 3 omni motor 3 | | +| +-------+------------------------------------------------------------------+ | +| | 8 | Bushed motor reverse 4 omni motor 4 | | +| +-------+------------------------------------------------------------------+ | +| | ++------------------------------------------------------------------------------+ + + + + +.. _RELAY2_PIN: + +RELAY2\_PIN: Relay pin +~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin number for relay control\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++--------------------------------------+ +| Values | ++======================================+ +| +-------+--------------------------+ | +| | Value | Meaning | | +| +=======+==========================+ | +| | -1 | Disabled | | +| +-------+--------------------------+ | +| | 49 | BB Blue GP0 pin 4 | | +| +-------+--------------------------+ | +| | 50 | AUXOUT1 | | +| +-------+--------------------------+ | +| | 51 | AUXOUT2 | | +| +-------+--------------------------+ | +| | 52 | AUXOUT3 | | +| +-------+--------------------------+ | +| | 53 | AUXOUT4 | | +| +-------+--------------------------+ | +| | 54 | AUXOUT5 | | +| +-------+--------------------------+ | +| | 55 | AUXOUT6 | | +| +-------+--------------------------+ | +| | 57 | BB Blue GP0 pin 3 | | +| +-------+--------------------------+ | +| | 113 | BB Blue GP0 pin 6 | | +| +-------+--------------------------+ | +| | 116 | BB Blue GP0 pin 5 | | +| +-------+--------------------------+ | +| | 62 | BBBMini Pin P8.13 | | +| +-------+--------------------------+ | +| | 101 | MainOut1 | | +| +-------+--------------------------+ | +| | 102 | MainOut2 | | +| +-------+--------------------------+ | +| | 103 | MainOut3 | | +| +-------+--------------------------+ | +| | 104 | MainOut4 | | +| +-------+--------------------------+ | +| | 105 | MainOut5 | | +| +-------+--------------------------+ | +| | 106 | MainOut6 | | +| +-------+--------------------------+ | +| | 107 | MainOut7 | | +| +-------+--------------------------+ | +| | 108 | MainOut8 | | +| +-------+--------------------------+ | +| | 1000 | DroneCAN Hardpoint ID 0 | | +| +-------+--------------------------+ | +| | 1001 | DroneCAN Hardpoint ID 1 | | +| +-------+--------------------------+ | +| | 1002 | DroneCAN Hardpoint ID 2 | | +| +-------+--------------------------+ | +| | 1003 | DroneCAN Hardpoint ID 3 | | +| +-------+--------------------------+ | +| | 1004 | DroneCAN Hardpoint ID 4 | | +| +-------+--------------------------+ | +| | 1005 | DroneCAN Hardpoint ID 5 | | +| +-------+--------------------------+ | +| | 1006 | DroneCAN Hardpoint ID 6 | | +| +-------+--------------------------+ | +| | 1007 | DroneCAN Hardpoint ID 7 | | +| +-------+--------------------------+ | +| | 1008 | DroneCAN Hardpoint ID 8 | | +| +-------+--------------------------+ | +| | 1009 | DroneCAN Hardpoint ID 9 | | +| +-------+--------------------------+ | +| | 1010 | DroneCAN Hardpoint ID 10 | | +| +-------+--------------------------+ | +| | 1011 | DroneCAN Hardpoint ID 11 | | +| +-------+--------------------------+ | +| | 1012 | DroneCAN Hardpoint ID 12 | | +| +-------+--------------------------+ | +| | 1013 | DroneCAN Hardpoint ID 13 | | +| +-------+--------------------------+ | +| | 1014 | DroneCAN Hardpoint ID 14 | | +| +-------+--------------------------+ | +| | 1015 | DroneCAN Hardpoint ID 15 | | +| +-------+--------------------------+ | +| | ++--------------------------------------+ + + + + +.. _RELAY2_DEFAULT: + +RELAY2\_DEFAULT: Relay default state +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Should the relay default to on or off\, this only applies to RELAYx\_FUNC \"Relay\" \(1\)\. All other uses will pick the appropriate default output state from within the controlling function\'s parameters\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Off | | +| +-------+----------+ | +| | 1 | On | | +| +-------+----------+ | +| | 2 | NoChange | | +| +-------+----------+ | +| | ++----------------------+ + + + + + +.. _parameters_RELAY3_: + +RELAY3\_ Parameters +------------------- + + +.. _RELAY3_FUNCTION: + +RELAY3\_FUNCTION: Relay function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The function the relay channel is mapped to\. + + ++------------------------------------------------------------------------------+ +| Values | ++==============================================================================+ +| +-------+------------------------------------------------------------------+ | +| | Value | Meaning | | +| +=======+==================================================================+ | +| | 0 | None | | +| +-------+------------------------------------------------------------------+ | +| | 1 | Relay | | +| +-------+------------------------------------------------------------------+ | +| | 4 | Camera | | +| +-------+------------------------------------------------------------------+ | +| | 5 | Bushed motor reverse 1 throttle or throttle-left or omni motor 1 | | +| +-------+------------------------------------------------------------------+ | +| | 6 | Bushed motor reverse 2 throttle-right or omni motor 2 | | +| +-------+------------------------------------------------------------------+ | +| | 7 | Bushed motor reverse 3 omni motor 3 | | +| +-------+------------------------------------------------------------------+ | +| | 8 | Bushed motor reverse 4 omni motor 4 | | +| +-------+------------------------------------------------------------------+ | +| | ++------------------------------------------------------------------------------+ + + + + +.. _RELAY3_PIN: + +RELAY3\_PIN: Relay pin +~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin number for relay control\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++--------------------------------------+ +| Values | ++======================================+ +| +-------+--------------------------+ | +| | Value | Meaning | | +| +=======+==========================+ | +| | -1 | Disabled | | +| +-------+--------------------------+ | +| | 49 | BB Blue GP0 pin 4 | | +| +-------+--------------------------+ | +| | 50 | AUXOUT1 | | +| +-------+--------------------------+ | +| | 51 | AUXOUT2 | | +| +-------+--------------------------+ | +| | 52 | AUXOUT3 | | +| +-------+--------------------------+ | +| | 53 | AUXOUT4 | | +| +-------+--------------------------+ | +| | 54 | AUXOUT5 | | +| +-------+--------------------------+ | +| | 55 | AUXOUT6 | | +| +-------+--------------------------+ | +| | 57 | BB Blue GP0 pin 3 | | +| +-------+--------------------------+ | +| | 113 | BB Blue GP0 pin 6 | | +| +-------+--------------------------+ | +| | 116 | BB Blue GP0 pin 5 | | +| +-------+--------------------------+ | +| | 62 | BBBMini Pin P8.13 | | +| +-------+--------------------------+ | +| | 101 | MainOut1 | | +| +-------+--------------------------+ | +| | 102 | MainOut2 | | +| +-------+--------------------------+ | +| | 103 | MainOut3 | | +| +-------+--------------------------+ | +| | 104 | MainOut4 | | +| +-------+--------------------------+ | +| | 105 | MainOut5 | | +| +-------+--------------------------+ | +| | 106 | MainOut6 | | +| +-------+--------------------------+ | +| | 107 | MainOut7 | | +| +-------+--------------------------+ | +| | 108 | MainOut8 | | +| +-------+--------------------------+ | +| | 1000 | DroneCAN Hardpoint ID 0 | | +| +-------+--------------------------+ | +| | 1001 | DroneCAN Hardpoint ID 1 | | +| +-------+--------------------------+ | +| | 1002 | DroneCAN Hardpoint ID 2 | | +| +-------+--------------------------+ | +| | 1003 | DroneCAN Hardpoint ID 3 | | +| +-------+--------------------------+ | +| | 1004 | DroneCAN Hardpoint ID 4 | | +| +-------+--------------------------+ | +| | 1005 | DroneCAN Hardpoint ID 5 | | +| +-------+--------------------------+ | +| | 1006 | DroneCAN Hardpoint ID 6 | | +| +-------+--------------------------+ | +| | 1007 | DroneCAN Hardpoint ID 7 | | +| +-------+--------------------------+ | +| | 1008 | DroneCAN Hardpoint ID 8 | | +| +-------+--------------------------+ | +| | 1009 | DroneCAN Hardpoint ID 9 | | +| +-------+--------------------------+ | +| | 1010 | DroneCAN Hardpoint ID 10 | | +| +-------+--------------------------+ | +| | 1011 | DroneCAN Hardpoint ID 11 | | +| +-------+--------------------------+ | +| | 1012 | DroneCAN Hardpoint ID 12 | | +| +-------+--------------------------+ | +| | 1013 | DroneCAN Hardpoint ID 13 | | +| +-------+--------------------------+ | +| | 1014 | DroneCAN Hardpoint ID 14 | | +| +-------+--------------------------+ | +| | 1015 | DroneCAN Hardpoint ID 15 | | +| +-------+--------------------------+ | +| | ++--------------------------------------+ + + + + +.. _RELAY3_DEFAULT: + +RELAY3\_DEFAULT: Relay default state +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Should the relay default to on or off\, this only applies to RELAYx\_FUNC \"Relay\" \(1\)\. All other uses will pick the appropriate default output state from within the controlling function\'s parameters\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Off | | +| +-------+----------+ | +| | 1 | On | | +| +-------+----------+ | +| | 2 | NoChange | | +| +-------+----------+ | +| | ++----------------------+ + + + + + +.. _parameters_RELAY4_: + +RELAY4\_ Parameters +------------------- + + +.. _RELAY4_FUNCTION: + +RELAY4\_FUNCTION: Relay function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The function the relay channel is mapped to\. + + ++------------------------------------------------------------------------------+ +| Values | ++==============================================================================+ +| +-------+------------------------------------------------------------------+ | +| | Value | Meaning | | +| +=======+==================================================================+ | +| | 0 | None | | +| +-------+------------------------------------------------------------------+ | +| | 1 | Relay | | +| +-------+------------------------------------------------------------------+ | +| | 4 | Camera | | +| +-------+------------------------------------------------------------------+ | +| | 5 | Bushed motor reverse 1 throttle or throttle-left or omni motor 1 | | +| +-------+------------------------------------------------------------------+ | +| | 6 | Bushed motor reverse 2 throttle-right or omni motor 2 | | +| +-------+------------------------------------------------------------------+ | +| | 7 | Bushed motor reverse 3 omni motor 3 | | +| +-------+------------------------------------------------------------------+ | +| | 8 | Bushed motor reverse 4 omni motor 4 | | +| +-------+------------------------------------------------------------------+ | +| | ++------------------------------------------------------------------------------+ + + + + +.. _RELAY4_PIN: + +RELAY4\_PIN: Relay pin +~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin number for relay control\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++--------------------------------------+ +| Values | ++======================================+ +| +-------+--------------------------+ | +| | Value | Meaning | | +| +=======+==========================+ | +| | -1 | Disabled | | +| +-------+--------------------------+ | +| | 49 | BB Blue GP0 pin 4 | | +| +-------+--------------------------+ | +| | 50 | AUXOUT1 | | +| +-------+--------------------------+ | +| | 51 | AUXOUT2 | | +| +-------+--------------------------+ | +| | 52 | AUXOUT3 | | +| +-------+--------------------------+ | +| | 53 | AUXOUT4 | | +| +-------+--------------------------+ | +| | 54 | AUXOUT5 | | +| +-------+--------------------------+ | +| | 55 | AUXOUT6 | | +| +-------+--------------------------+ | +| | 57 | BB Blue GP0 pin 3 | | +| +-------+--------------------------+ | +| | 113 | BB Blue GP0 pin 6 | | +| +-------+--------------------------+ | +| | 116 | BB Blue GP0 pin 5 | | +| +-------+--------------------------+ | +| | 62 | BBBMini Pin P8.13 | | +| +-------+--------------------------+ | +| | 101 | MainOut1 | | +| +-------+--------------------------+ | +| | 102 | MainOut2 | | +| +-------+--------------------------+ | +| | 103 | MainOut3 | | +| +-------+--------------------------+ | +| | 104 | MainOut4 | | +| +-------+--------------------------+ | +| | 105 | MainOut5 | | +| +-------+--------------------------+ | +| | 106 | MainOut6 | | +| +-------+--------------------------+ | +| | 107 | MainOut7 | | +| +-------+--------------------------+ | +| | 108 | MainOut8 | | +| +-------+--------------------------+ | +| | 1000 | DroneCAN Hardpoint ID 0 | | +| +-------+--------------------------+ | +| | 1001 | DroneCAN Hardpoint ID 1 | | +| +-------+--------------------------+ | +| | 1002 | DroneCAN Hardpoint ID 2 | | +| +-------+--------------------------+ | +| | 1003 | DroneCAN Hardpoint ID 3 | | +| +-------+--------------------------+ | +| | 1004 | DroneCAN Hardpoint ID 4 | | +| +-------+--------------------------+ | +| | 1005 | DroneCAN Hardpoint ID 5 | | +| +-------+--------------------------+ | +| | 1006 | DroneCAN Hardpoint ID 6 | | +| +-------+--------------------------+ | +| | 1007 | DroneCAN Hardpoint ID 7 | | +| +-------+--------------------------+ | +| | 1008 | DroneCAN Hardpoint ID 8 | | +| +-------+--------------------------+ | +| | 1009 | DroneCAN Hardpoint ID 9 | | +| +-------+--------------------------+ | +| | 1010 | DroneCAN Hardpoint ID 10 | | +| +-------+--------------------------+ | +| | 1011 | DroneCAN Hardpoint ID 11 | | +| +-------+--------------------------+ | +| | 1012 | DroneCAN Hardpoint ID 12 | | +| +-------+--------------------------+ | +| | 1013 | DroneCAN Hardpoint ID 13 | | +| +-------+--------------------------+ | +| | 1014 | DroneCAN Hardpoint ID 14 | | +| +-------+--------------------------+ | +| | 1015 | DroneCAN Hardpoint ID 15 | | +| +-------+--------------------------+ | +| | ++--------------------------------------+ + + + + +.. _RELAY4_DEFAULT: + +RELAY4\_DEFAULT: Relay default state +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Should the relay default to on or off\, this only applies to RELAYx\_FUNC \"Relay\" \(1\)\. All other uses will pick the appropriate default output state from within the controlling function\'s parameters\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Off | | +| +-------+----------+ | +| | 1 | On | | +| +-------+----------+ | +| | 2 | NoChange | | +| +-------+----------+ | +| | ++----------------------+ + + + + + +.. _parameters_RELAY5_: + +RELAY5\_ Parameters +------------------- + + +.. _RELAY5_FUNCTION: + +RELAY5\_FUNCTION: Relay function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The function the relay channel is mapped to\. + + ++------------------------------------------------------------------------------+ +| Values | ++==============================================================================+ +| +-------+------------------------------------------------------------------+ | +| | Value | Meaning | | +| +=======+==================================================================+ | +| | 0 | None | | +| +-------+------------------------------------------------------------------+ | +| | 1 | Relay | | +| +-------+------------------------------------------------------------------+ | +| | 4 | Camera | | +| +-------+------------------------------------------------------------------+ | +| | 5 | Bushed motor reverse 1 throttle or throttle-left or omni motor 1 | | +| +-------+------------------------------------------------------------------+ | +| | 6 | Bushed motor reverse 2 throttle-right or omni motor 2 | | +| +-------+------------------------------------------------------------------+ | +| | 7 | Bushed motor reverse 3 omni motor 3 | | +| +-------+------------------------------------------------------------------+ | +| | 8 | Bushed motor reverse 4 omni motor 4 | | +| +-------+------------------------------------------------------------------+ | +| | ++------------------------------------------------------------------------------+ + + + + +.. _RELAY5_PIN: + +RELAY5\_PIN: Relay pin +~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin number for relay control\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++--------------------------------------+ +| Values | ++======================================+ +| +-------+--------------------------+ | +| | Value | Meaning | | +| +=======+==========================+ | +| | -1 | Disabled | | +| +-------+--------------------------+ | +| | 49 | BB Blue GP0 pin 4 | | +| +-------+--------------------------+ | +| | 50 | AUXOUT1 | | +| +-------+--------------------------+ | +| | 51 | AUXOUT2 | | +| +-------+--------------------------+ | +| | 52 | AUXOUT3 | | +| +-------+--------------------------+ | +| | 53 | AUXOUT4 | | +| +-------+--------------------------+ | +| | 54 | AUXOUT5 | | +| +-------+--------------------------+ | +| | 55 | AUXOUT6 | | +| +-------+--------------------------+ | +| | 57 | BB Blue GP0 pin 3 | | +| +-------+--------------------------+ | +| | 113 | BB Blue GP0 pin 6 | | +| +-------+--------------------------+ | +| | 116 | BB Blue GP0 pin 5 | | +| +-------+--------------------------+ | +| | 62 | BBBMini Pin P8.13 | | +| +-------+--------------------------+ | +| | 101 | MainOut1 | | +| +-------+--------------------------+ | +| | 102 | MainOut2 | | +| +-------+--------------------------+ | +| | 103 | MainOut3 | | +| +-------+--------------------------+ | +| | 104 | MainOut4 | | +| +-------+--------------------------+ | +| | 105 | MainOut5 | | +| +-------+--------------------------+ | +| | 106 | MainOut6 | | +| +-------+--------------------------+ | +| | 107 | MainOut7 | | +| +-------+--------------------------+ | +| | 108 | MainOut8 | | +| +-------+--------------------------+ | +| | 1000 | DroneCAN Hardpoint ID 0 | | +| +-------+--------------------------+ | +| | 1001 | DroneCAN Hardpoint ID 1 | | +| +-------+--------------------------+ | +| | 1002 | DroneCAN Hardpoint ID 2 | | +| +-------+--------------------------+ | +| | 1003 | DroneCAN Hardpoint ID 3 | | +| +-------+--------------------------+ | +| | 1004 | DroneCAN Hardpoint ID 4 | | +| +-------+--------------------------+ | +| | 1005 | DroneCAN Hardpoint ID 5 | | +| +-------+--------------------------+ | +| | 1006 | DroneCAN Hardpoint ID 6 | | +| +-------+--------------------------+ | +| | 1007 | DroneCAN Hardpoint ID 7 | | +| +-------+--------------------------+ | +| | 1008 | DroneCAN Hardpoint ID 8 | | +| +-------+--------------------------+ | +| | 1009 | DroneCAN Hardpoint ID 9 | | +| +-------+--------------------------+ | +| | 1010 | DroneCAN Hardpoint ID 10 | | +| +-------+--------------------------+ | +| | 1011 | DroneCAN Hardpoint ID 11 | | +| +-------+--------------------------+ | +| | 1012 | DroneCAN Hardpoint ID 12 | | +| +-------+--------------------------+ | +| | 1013 | DroneCAN Hardpoint ID 13 | | +| +-------+--------------------------+ | +| | 1014 | DroneCAN Hardpoint ID 14 | | +| +-------+--------------------------+ | +| | 1015 | DroneCAN Hardpoint ID 15 | | +| +-------+--------------------------+ | +| | ++--------------------------------------+ + + + + +.. _RELAY5_DEFAULT: + +RELAY5\_DEFAULT: Relay default state +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Should the relay default to on or off\, this only applies to RELAYx\_FUNC \"Relay\" \(1\)\. All other uses will pick the appropriate default output state from within the controlling function\'s parameters\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Off | | +| +-------+----------+ | +| | 1 | On | | +| +-------+----------+ | +| | 2 | NoChange | | +| +-------+----------+ | +| | ++----------------------+ + + + + + +.. _parameters_RELAY6_: + +RELAY6\_ Parameters +------------------- + + +.. _RELAY6_FUNCTION: + +RELAY6\_FUNCTION: Relay function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The function the relay channel is mapped to\. + + ++------------------------------------------------------------------------------+ +| Values | ++==============================================================================+ +| +-------+------------------------------------------------------------------+ | +| | Value | Meaning | | +| +=======+==================================================================+ | +| | 0 | None | | +| +-------+------------------------------------------------------------------+ | +| | 1 | Relay | | +| +-------+------------------------------------------------------------------+ | +| | 4 | Camera | | +| +-------+------------------------------------------------------------------+ | +| | 5 | Bushed motor reverse 1 throttle or throttle-left or omni motor 1 | | +| +-------+------------------------------------------------------------------+ | +| | 6 | Bushed motor reverse 2 throttle-right or omni motor 2 | | +| +-------+------------------------------------------------------------------+ | +| | 7 | Bushed motor reverse 3 omni motor 3 | | +| +-------+------------------------------------------------------------------+ | +| | 8 | Bushed motor reverse 4 omni motor 4 | | +| +-------+------------------------------------------------------------------+ | +| | ++------------------------------------------------------------------------------+ + + + + +.. _RELAY6_PIN: + +RELAY6\_PIN: Relay pin +~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin number for relay control\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++--------------------------------------+ +| Values | ++======================================+ +| +-------+--------------------------+ | +| | Value | Meaning | | +| +=======+==========================+ | +| | -1 | Disabled | | +| +-------+--------------------------+ | +| | 49 | BB Blue GP0 pin 4 | | +| +-------+--------------------------+ | +| | 50 | AUXOUT1 | | +| +-------+--------------------------+ | +| | 51 | AUXOUT2 | | +| +-------+--------------------------+ | +| | 52 | AUXOUT3 | | +| +-------+--------------------------+ | +| | 53 | AUXOUT4 | | +| +-------+--------------------------+ | +| | 54 | AUXOUT5 | | +| +-------+--------------------------+ | +| | 55 | AUXOUT6 | | +| +-------+--------------------------+ | +| | 57 | BB Blue GP0 pin 3 | | +| +-------+--------------------------+ | +| | 113 | BB Blue GP0 pin 6 | | +| +-------+--------------------------+ | +| | 116 | BB Blue GP0 pin 5 | | +| +-------+--------------------------+ | +| | 62 | BBBMini Pin P8.13 | | +| +-------+--------------------------+ | +| | 101 | MainOut1 | | +| +-------+--------------------------+ | +| | 102 | MainOut2 | | +| +-------+--------------------------+ | +| | 103 | MainOut3 | | +| +-------+--------------------------+ | +| | 104 | MainOut4 | | +| +-------+--------------------------+ | +| | 105 | MainOut5 | | +| +-------+--------------------------+ | +| | 106 | MainOut6 | | +| +-------+--------------------------+ | +| | 107 | MainOut7 | | +| +-------+--------------------------+ | +| | 108 | MainOut8 | | +| +-------+--------------------------+ | +| | 1000 | DroneCAN Hardpoint ID 0 | | +| +-------+--------------------------+ | +| | 1001 | DroneCAN Hardpoint ID 1 | | +| +-------+--------------------------+ | +| | 1002 | DroneCAN Hardpoint ID 2 | | +| +-------+--------------------------+ | +| | 1003 | DroneCAN Hardpoint ID 3 | | +| +-------+--------------------------+ | +| | 1004 | DroneCAN Hardpoint ID 4 | | +| +-------+--------------------------+ | +| | 1005 | DroneCAN Hardpoint ID 5 | | +| +-------+--------------------------+ | +| | 1006 | DroneCAN Hardpoint ID 6 | | +| +-------+--------------------------+ | +| | 1007 | DroneCAN Hardpoint ID 7 | | +| +-------+--------------------------+ | +| | 1008 | DroneCAN Hardpoint ID 8 | | +| +-------+--------------------------+ | +| | 1009 | DroneCAN Hardpoint ID 9 | | +| +-------+--------------------------+ | +| | 1010 | DroneCAN Hardpoint ID 10 | | +| +-------+--------------------------+ | +| | 1011 | DroneCAN Hardpoint ID 11 | | +| +-------+--------------------------+ | +| | 1012 | DroneCAN Hardpoint ID 12 | | +| +-------+--------------------------+ | +| | 1013 | DroneCAN Hardpoint ID 13 | | +| +-------+--------------------------+ | +| | 1014 | DroneCAN Hardpoint ID 14 | | +| +-------+--------------------------+ | +| | 1015 | DroneCAN Hardpoint ID 15 | | +| +-------+--------------------------+ | +| | ++--------------------------------------+ + + + + +.. _RELAY6_DEFAULT: + +RELAY6\_DEFAULT: Relay default state +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Should the relay default to on or off\, this only applies to RELAYx\_FUNC \"Relay\" \(1\)\. All other uses will pick the appropriate default output state from within the controlling function\'s parameters\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Off | | +| +-------+----------+ | +| | 1 | On | | +| +-------+----------+ | +| | 2 | NoChange | | +| +-------+----------+ | +| | ++----------------------+ + + + + + +.. _parameters_RELAY7_: + +RELAY7\_ Parameters +------------------- + + +.. _RELAY7_FUNCTION: + +RELAY7\_FUNCTION: Relay function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The function the relay channel is mapped to\. + + ++------------------------------------------------------------------------------+ +| Values | ++==============================================================================+ +| +-------+------------------------------------------------------------------+ | +| | Value | Meaning | | +| +=======+==================================================================+ | +| | 0 | None | | +| +-------+------------------------------------------------------------------+ | +| | 1 | Relay | | +| +-------+------------------------------------------------------------------+ | +| | 4 | Camera | | +| +-------+------------------------------------------------------------------+ | +| | 5 | Bushed motor reverse 1 throttle or throttle-left or omni motor 1 | | +| +-------+------------------------------------------------------------------+ | +| | 6 | Bushed motor reverse 2 throttle-right or omni motor 2 | | +| +-------+------------------------------------------------------------------+ | +| | 7 | Bushed motor reverse 3 omni motor 3 | | +| +-------+------------------------------------------------------------------+ | +| | 8 | Bushed motor reverse 4 omni motor 4 | | +| +-------+------------------------------------------------------------------+ | +| | ++------------------------------------------------------------------------------+ + + + + +.. _RELAY7_PIN: + +RELAY7\_PIN: Relay pin +~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin number for relay control\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++--------------------------------------+ +| Values | ++======================================+ +| +-------+--------------------------+ | +| | Value | Meaning | | +| +=======+==========================+ | +| | -1 | Disabled | | +| +-------+--------------------------+ | +| | 49 | BB Blue GP0 pin 4 | | +| +-------+--------------------------+ | +| | 50 | AUXOUT1 | | +| +-------+--------------------------+ | +| | 51 | AUXOUT2 | | +| +-------+--------------------------+ | +| | 52 | AUXOUT3 | | +| +-------+--------------------------+ | +| | 53 | AUXOUT4 | | +| +-------+--------------------------+ | +| | 54 | AUXOUT5 | | +| +-------+--------------------------+ | +| | 55 | AUXOUT6 | | +| +-------+--------------------------+ | +| | 57 | BB Blue GP0 pin 3 | | +| +-------+--------------------------+ | +| | 113 | BB Blue GP0 pin 6 | | +| +-------+--------------------------+ | +| | 116 | BB Blue GP0 pin 5 | | +| +-------+--------------------------+ | +| | 62 | BBBMini Pin P8.13 | | +| +-------+--------------------------+ | +| | 101 | MainOut1 | | +| +-------+--------------------------+ | +| | 102 | MainOut2 | | +| +-------+--------------------------+ | +| | 103 | MainOut3 | | +| +-------+--------------------------+ | +| | 104 | MainOut4 | | +| +-------+--------------------------+ | +| | 105 | MainOut5 | | +| +-------+--------------------------+ | +| | 106 | MainOut6 | | +| +-------+--------------------------+ | +| | 107 | MainOut7 | | +| +-------+--------------------------+ | +| | 108 | MainOut8 | | +| +-------+--------------------------+ | +| | 1000 | DroneCAN Hardpoint ID 0 | | +| +-------+--------------------------+ | +| | 1001 | DroneCAN Hardpoint ID 1 | | +| +-------+--------------------------+ | +| | 1002 | DroneCAN Hardpoint ID 2 | | +| +-------+--------------------------+ | +| | 1003 | DroneCAN Hardpoint ID 3 | | +| +-------+--------------------------+ | +| | 1004 | DroneCAN Hardpoint ID 4 | | +| +-------+--------------------------+ | +| | 1005 | DroneCAN Hardpoint ID 5 | | +| +-------+--------------------------+ | +| | 1006 | DroneCAN Hardpoint ID 6 | | +| +-------+--------------------------+ | +| | 1007 | DroneCAN Hardpoint ID 7 | | +| +-------+--------------------------+ | +| | 1008 | DroneCAN Hardpoint ID 8 | | +| +-------+--------------------------+ | +| | 1009 | DroneCAN Hardpoint ID 9 | | +| +-------+--------------------------+ | +| | 1010 | DroneCAN Hardpoint ID 10 | | +| +-------+--------------------------+ | +| | 1011 | DroneCAN Hardpoint ID 11 | | +| +-------+--------------------------+ | +| | 1012 | DroneCAN Hardpoint ID 12 | | +| +-------+--------------------------+ | +| | 1013 | DroneCAN Hardpoint ID 13 | | +| +-------+--------------------------+ | +| | 1014 | DroneCAN Hardpoint ID 14 | | +| +-------+--------------------------+ | +| | 1015 | DroneCAN Hardpoint ID 15 | | +| +-------+--------------------------+ | +| | ++--------------------------------------+ + + + + +.. _RELAY7_DEFAULT: + +RELAY7\_DEFAULT: Relay default state +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Should the relay default to on or off\, this only applies to RELAYx\_FUNC \"Relay\" \(1\)\. All other uses will pick the appropriate default output state from within the controlling function\'s parameters\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Off | | +| +-------+----------+ | +| | 1 | On | | +| +-------+----------+ | +| | 2 | NoChange | | +| +-------+----------+ | +| | ++----------------------+ + + + + + +.. _parameters_RELAY8_: + +RELAY8\_ Parameters +------------------- + + +.. _RELAY8_FUNCTION: + +RELAY8\_FUNCTION: Relay function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The function the relay channel is mapped to\. + + ++------------------------------------------------------------------------------+ +| Values | ++==============================================================================+ +| +-------+------------------------------------------------------------------+ | +| | Value | Meaning | | +| +=======+==================================================================+ | +| | 0 | None | | +| +-------+------------------------------------------------------------------+ | +| | 1 | Relay | | +| +-------+------------------------------------------------------------------+ | +| | 4 | Camera | | +| +-------+------------------------------------------------------------------+ | +| | 5 | Bushed motor reverse 1 throttle or throttle-left or omni motor 1 | | +| +-------+------------------------------------------------------------------+ | +| | 6 | Bushed motor reverse 2 throttle-right or omni motor 2 | | +| +-------+------------------------------------------------------------------+ | +| | 7 | Bushed motor reverse 3 omni motor 3 | | +| +-------+------------------------------------------------------------------+ | +| | 8 | Bushed motor reverse 4 omni motor 4 | | +| +-------+------------------------------------------------------------------+ | +| | ++------------------------------------------------------------------------------+ + + + + +.. _RELAY8_PIN: + +RELAY8\_PIN: Relay pin +~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin number for relay control\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++--------------------------------------+ +| Values | ++======================================+ +| +-------+--------------------------+ | +| | Value | Meaning | | +| +=======+==========================+ | +| | -1 | Disabled | | +| +-------+--------------------------+ | +| | 49 | BB Blue GP0 pin 4 | | +| +-------+--------------------------+ | +| | 50 | AUXOUT1 | | +| +-------+--------------------------+ | +| | 51 | AUXOUT2 | | +| +-------+--------------------------+ | +| | 52 | AUXOUT3 | | +| +-------+--------------------------+ | +| | 53 | AUXOUT4 | | +| +-------+--------------------------+ | +| | 54 | AUXOUT5 | | +| +-------+--------------------------+ | +| | 55 | AUXOUT6 | | +| +-------+--------------------------+ | +| | 57 | BB Blue GP0 pin 3 | | +| +-------+--------------------------+ | +| | 113 | BB Blue GP0 pin 6 | | +| +-------+--------------------------+ | +| | 116 | BB Blue GP0 pin 5 | | +| +-------+--------------------------+ | +| | 62 | BBBMini Pin P8.13 | | +| +-------+--------------------------+ | +| | 101 | MainOut1 | | +| +-------+--------------------------+ | +| | 102 | MainOut2 | | +| +-------+--------------------------+ | +| | 103 | MainOut3 | | +| +-------+--------------------------+ | +| | 104 | MainOut4 | | +| +-------+--------------------------+ | +| | 105 | MainOut5 | | +| +-------+--------------------------+ | +| | 106 | MainOut6 | | +| +-------+--------------------------+ | +| | 107 | MainOut7 | | +| +-------+--------------------------+ | +| | 108 | MainOut8 | | +| +-------+--------------------------+ | +| | 1000 | DroneCAN Hardpoint ID 0 | | +| +-------+--------------------------+ | +| | 1001 | DroneCAN Hardpoint ID 1 | | +| +-------+--------------------------+ | +| | 1002 | DroneCAN Hardpoint ID 2 | | +| +-------+--------------------------+ | +| | 1003 | DroneCAN Hardpoint ID 3 | | +| +-------+--------------------------+ | +| | 1004 | DroneCAN Hardpoint ID 4 | | +| +-------+--------------------------+ | +| | 1005 | DroneCAN Hardpoint ID 5 | | +| +-------+--------------------------+ | +| | 1006 | DroneCAN Hardpoint ID 6 | | +| +-------+--------------------------+ | +| | 1007 | DroneCAN Hardpoint ID 7 | | +| +-------+--------------------------+ | +| | 1008 | DroneCAN Hardpoint ID 8 | | +| +-------+--------------------------+ | +| | 1009 | DroneCAN Hardpoint ID 9 | | +| +-------+--------------------------+ | +| | 1010 | DroneCAN Hardpoint ID 10 | | +| +-------+--------------------------+ | +| | 1011 | DroneCAN Hardpoint ID 11 | | +| +-------+--------------------------+ | +| | 1012 | DroneCAN Hardpoint ID 12 | | +| +-------+--------------------------+ | +| | 1013 | DroneCAN Hardpoint ID 13 | | +| +-------+--------------------------+ | +| | 1014 | DroneCAN Hardpoint ID 14 | | +| +-------+--------------------------+ | +| | 1015 | DroneCAN Hardpoint ID 15 | | +| +-------+--------------------------+ | +| | ++--------------------------------------+ + + + + +.. _RELAY8_DEFAULT: + +RELAY8\_DEFAULT: Relay default state +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Should the relay default to on or off\, this only applies to RELAYx\_FUNC \"Relay\" \(1\)\. All other uses will pick the appropriate default output state from within the controlling function\'s parameters\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Off | | +| +-------+----------+ | +| | 1 | On | | +| +-------+----------+ | +| | 2 | NoChange | | +| +-------+----------+ | +| | ++----------------------+ + + + + + +.. _parameters_RELAY9_: + +RELAY9\_ Parameters +------------------- + + +.. _RELAY9_FUNCTION: + +RELAY9\_FUNCTION: Relay function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The function the relay channel is mapped to\. + + ++------------------------------------------------------------------------------+ +| Values | ++==============================================================================+ +| +-------+------------------------------------------------------------------+ | +| | Value | Meaning | | +| +=======+==================================================================+ | +| | 0 | None | | +| +-------+------------------------------------------------------------------+ | +| | 1 | Relay | | +| +-------+------------------------------------------------------------------+ | +| | 4 | Camera | | +| +-------+------------------------------------------------------------------+ | +| | 5 | Bushed motor reverse 1 throttle or throttle-left or omni motor 1 | | +| +-------+------------------------------------------------------------------+ | +| | 6 | Bushed motor reverse 2 throttle-right or omni motor 2 | | +| +-------+------------------------------------------------------------------+ | +| | 7 | Bushed motor reverse 3 omni motor 3 | | +| +-------+------------------------------------------------------------------+ | +| | 8 | Bushed motor reverse 4 omni motor 4 | | +| +-------+------------------------------------------------------------------+ | +| | ++------------------------------------------------------------------------------+ + + + + +.. _RELAY9_PIN: + +RELAY9\_PIN: Relay pin +~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin number for relay control\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++--------------------------------------+ +| Values | ++======================================+ +| +-------+--------------------------+ | +| | Value | Meaning | | +| +=======+==========================+ | +| | -1 | Disabled | | +| +-------+--------------------------+ | +| | 49 | BB Blue GP0 pin 4 | | +| +-------+--------------------------+ | +| | 50 | AUXOUT1 | | +| +-------+--------------------------+ | +| | 51 | AUXOUT2 | | +| +-------+--------------------------+ | +| | 52 | AUXOUT3 | | +| +-------+--------------------------+ | +| | 53 | AUXOUT4 | | +| +-------+--------------------------+ | +| | 54 | AUXOUT5 | | +| +-------+--------------------------+ | +| | 55 | AUXOUT6 | | +| +-------+--------------------------+ | +| | 57 | BB Blue GP0 pin 3 | | +| +-------+--------------------------+ | +| | 113 | BB Blue GP0 pin 6 | | +| +-------+--------------------------+ | +| | 116 | BB Blue GP0 pin 5 | | +| +-------+--------------------------+ | +| | 62 | BBBMini Pin P8.13 | | +| +-------+--------------------------+ | +| | 101 | MainOut1 | | +| +-------+--------------------------+ | +| | 102 | MainOut2 | | +| +-------+--------------------------+ | +| | 103 | MainOut3 | | +| +-------+--------------------------+ | +| | 104 | MainOut4 | | +| +-------+--------------------------+ | +| | 105 | MainOut5 | | +| +-------+--------------------------+ | +| | 106 | MainOut6 | | +| +-------+--------------------------+ | +| | 107 | MainOut7 | | +| +-------+--------------------------+ | +| | 108 | MainOut8 | | +| +-------+--------------------------+ | +| | 1000 | DroneCAN Hardpoint ID 0 | | +| +-------+--------------------------+ | +| | 1001 | DroneCAN Hardpoint ID 1 | | +| +-------+--------------------------+ | +| | 1002 | DroneCAN Hardpoint ID 2 | | +| +-------+--------------------------+ | +| | 1003 | DroneCAN Hardpoint ID 3 | | +| +-------+--------------------------+ | +| | 1004 | DroneCAN Hardpoint ID 4 | | +| +-------+--------------------------+ | +| | 1005 | DroneCAN Hardpoint ID 5 | | +| +-------+--------------------------+ | +| | 1006 | DroneCAN Hardpoint ID 6 | | +| +-------+--------------------------+ | +| | 1007 | DroneCAN Hardpoint ID 7 | | +| +-------+--------------------------+ | +| | 1008 | DroneCAN Hardpoint ID 8 | | +| +-------+--------------------------+ | +| | 1009 | DroneCAN Hardpoint ID 9 | | +| +-------+--------------------------+ | +| | 1010 | DroneCAN Hardpoint ID 10 | | +| +-------+--------------------------+ | +| | 1011 | DroneCAN Hardpoint ID 11 | | +| +-------+--------------------------+ | +| | 1012 | DroneCAN Hardpoint ID 12 | | +| +-------+--------------------------+ | +| | 1013 | DroneCAN Hardpoint ID 13 | | +| +-------+--------------------------+ | +| | 1014 | DroneCAN Hardpoint ID 14 | | +| +-------+--------------------------+ | +| | 1015 | DroneCAN Hardpoint ID 15 | | +| +-------+--------------------------+ | +| | ++--------------------------------------+ + + + + +.. _RELAY9_DEFAULT: + +RELAY9\_DEFAULT: Relay default state +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Should the relay default to on or off\, this only applies to RELAYx\_FUNC \"Relay\" \(1\)\. All other uses will pick the appropriate default output state from within the controlling function\'s parameters\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Off | | +| +-------+----------+ | +| | 1 | On | | +| +-------+----------+ | +| | 2 | NoChange | | +| +-------+----------+ | +| | ++----------------------+ + + + + + +.. _parameters_RNGFND1_: + +RNGFND1\_ Parameters +-------------------- + + +.. _RNGFND1_TYPE: + +RNGFND1\_TYPE: Rangefinder type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of connected rangefinder + + ++------------------------------------+ +| Values | ++====================================+ +| +-------+------------------------+ | +| | Value | Meaning | | +| +=======+========================+ | +| | 0 | None | | +| +-------+------------------------+ | +| | 1 | Analog | | +| +-------+------------------------+ | +| | 2 | MaxbotixI2C | | +| +-------+------------------------+ | +| | 3 | LidarLite-I2C | | +| +-------+------------------------+ | +| | 5 | PWM | | +| +-------+------------------------+ | +| | 6 | BBB-PRU | | +| +-------+------------------------+ | +| | 7 | LightWareI2C | | +| +-------+------------------------+ | +| | 8 | LightWareSerial | | +| +-------+------------------------+ | +| | 9 | Bebop | | +| +-------+------------------------+ | +| | 10 | MAVLink | | +| +-------+------------------------+ | +| | 11 | USD1_Serial | | +| +-------+------------------------+ | +| | 12 | LeddarOne | | +| +-------+------------------------+ | +| | 13 | MaxbotixSerial | | +| +-------+------------------------+ | +| | 14 | TeraRangerI2C | | +| +-------+------------------------+ | +| | 15 | LidarLiteV3-I2C | | +| +-------+------------------------+ | +| | 16 | VL53L0X or VL53L1X | | +| +-------+------------------------+ | +| | 17 | NMEA | | +| +-------+------------------------+ | +| | 18 | WASP-LRF | | +| +-------+------------------------+ | +| | 19 | BenewakeTF02 | | +| +-------+------------------------+ | +| | 20 | Benewake-Serial | | +| +-------+------------------------+ | +| | 21 | LidarLightV3HP | | +| +-------+------------------------+ | +| | 22 | PWM | | +| +-------+------------------------+ | +| | 23 | BlueRoboticsPing | | +| +-------+------------------------+ | +| | 24 | DroneCAN | | +| +-------+------------------------+ | +| | 25 | BenewakeTFminiPlus-I2C | | +| +-------+------------------------+ | +| | 26 | LanbaoPSK-CM8JL65-CC5 | | +| +-------+------------------------+ | +| | 27 | BenewakeTF03 | | +| +-------+------------------------+ | +| | 28 | VL53L1X-ShortRange | | +| +-------+------------------------+ | +| | 29 | LeddarVu8-Serial | | +| +-------+------------------------+ | +| | 30 | HC-SR04 | | +| +-------+------------------------+ | +| | 31 | GYUS42v2 | | +| +-------+------------------------+ | +| | 32 | MSP | | +| +-------+------------------------+ | +| | 33 | USD1_CAN | | +| +-------+------------------------+ | +| | 34 | Benewake_CAN | | +| +-------+------------------------+ | +| | 35 | TeraRangerSerial | | +| +-------+------------------------+ | +| | 36 | Lua_Scripting | | +| +-------+------------------------+ | +| | 37 | NoopLoop_TOFSense | | +| +-------+------------------------+ | +| | 38 | NoopLoop_TOFSense_CAN | | +| +-------+------------------------+ | +| | 39 | NRA24_CAN | | +| +-------+------------------------+ | +| | 40 | NoopLoop_TOFSenseF_I2C | | +| +-------+------------------------+ | +| | 41 | JRE_Serial | | +| +-------+------------------------+ | +| | 100 | SITL | | +| +-------+------------------------+ | +| | ++------------------------------------+ + + + + +.. _RNGFND1_PIN: + +RNGFND1\_PIN: Rangefinder pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog or PWM input pin that rangefinder is connected to\. Airspeed ports can be used for Analog input\, AUXOUT can be used for PWM input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. For PWM input\, the pin must be configured as a digital GPIO\, see the Wiki\'s \"GPIOs\" section for details\. + + ++---------------------------------------+ +| Values | ++=======================================+ +| +-------+---------------------------+ | +| | Value | Meaning | | +| +=======+===========================+ | +| | -1 | Not Used | | +| +-------+---------------------------+ | +| | 11 | Pixracer | | +| +-------+---------------------------+ | +| | 13 | Pixhawk ADC4 | | +| +-------+---------------------------+ | +| | 14 | Pixhawk ADC3 | | +| +-------+---------------------------+ | +| | 15 | Pixhawk ADC6/Pixhawk2 ADC | | +| +-------+---------------------------+ | +| | 50 | AUX1 | | +| +-------+---------------------------+ | +| | 51 | AUX2 | | +| +-------+---------------------------+ | +| | 52 | AUX3 | | +| +-------+---------------------------+ | +| | 53 | AUX4 | | +| +-------+---------------------------+ | +| | 54 | AUX5 | | +| +-------+---------------------------+ | +| | 55 | AUX6 | | +| +-------+---------------------------+ | +| | 103 | Pixhawk SBUS | | +| +-------+---------------------------+ | +| | ++---------------------------------------+ + + + + +.. _RNGFND1_SCALING: + +RNGFND1\_SCALING: Rangefinder scaling +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Scaling factor between rangefinder reading and distance\. For the linear and inverted functions this is in meters per volt\. For the hyperbolic function the units are meterVolts\. For Maxbotix serial sonar this is unit conversion to meters\. + + ++-----------+-----------------+ +| Increment | Units | ++===========+=================+ +| 0.001 | meters per volt | ++-----------+-----------------+ + + + + +.. _RNGFND1_OFFSET: + +RNGFND1\_OFFSET: rangefinder offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Offset in volts for zero distance for analog rangefinders\. Offset added to distance in centimeters for PWM lidars + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.001 | volt | ++-----------+-------+ + + + + +.. _RNGFND1_FUNCTION: + +RNGFND1\_FUNCTION: Rangefinder function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +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 | Meaning | | +| +=======+============+ | +| | 0 | Linear | | +| +-------+------------+ | +| | 1 | Inverted | | +| +-------+------------+ | +| | 2 | Hyperbolic | | +| +-------+------------+ | +| | ++------------------------+ + + + + +.. _RNGFND1_MIN_CM: + +RNGFND1\_MIN\_CM: Rangefinder minimum distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum distance in centimeters that rangefinder can reliably read + + ++-----------+-------------+ +| Increment | Units | ++===========+=============+ +| 1 | centimeters | ++-----------+-------------+ + + + + +.. _RNGFND1_MAX_CM: + +RNGFND1\_MAX\_CM: Rangefinder maximum distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum distance in centimeters that rangefinder can reliably read + + ++-----------+-------------+ +| Increment | Units | ++===========+=============+ +| 1 | centimeters | ++-----------+-------------+ + + + + +.. _RNGFND1_STOP_PIN: + +RNGFND1\_STOP\_PIN: Rangefinder stop pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin that enables\/disables rangefinder measurement for the pwm rangefinder\. A value of \-1 means no pin\. If this is set\, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it\. This is used to enable powersaving when out of range\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++----------------------------+ +| Values | ++============================+ +| +-------+----------------+ | +| | Value | Meaning | | +| +=======+================+ | +| | -1 | Not Used | | +| +-------+----------------+ | +| | 50 | AUX1 | | +| +-------+----------------+ | +| | 51 | AUX2 | | +| +-------+----------------+ | +| | 52 | AUX3 | | +| +-------+----------------+ | +| | 53 | AUX4 | | +| +-------+----------------+ | +| | 54 | AUX5 | | +| +-------+----------------+ | +| | 55 | AUX6 | | +| +-------+----------------+ | +| | 111 | PX4 FMU Relay1 | | +| +-------+----------------+ | +| | 112 | PX4 FMU Relay2 | | +| +-------+----------------+ | +| | 113 | PX4IO Relay1 | | +| +-------+----------------+ | +| | 114 | PX4IO Relay2 | | +| +-------+----------------+ | +| | 115 | PX4IO ACC1 | | +| +-------+----------------+ | +| | 116 | PX4IO ACC2 | | +| +-------+----------------+ | +| | ++----------------------------+ + + + + +.. _RNGFND1_RMETRIC: + +RNGFND1\_RMETRIC: Ratiometric +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets whether an analog rangefinder is ratiometric\. Most analog rangefinders are ratiometric\, meaning that their output voltage is influenced by the supply voltage\. Some analog rangefinders \(such as the SF\/02\) have their own internal voltage regulators so they are not ratiometric\. + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 0 | No | | +| +-------+---------+ | +| | 1 | Yes | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _RNGFND1_PWRRNG: + +RNGFND1\_PWRRNG: Powersave range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode \(if available\)\. A value of zero means power saving is not enabled + + ++------------+--------+ +| Range | Units | ++============+========+ +| 0 to 32767 | meters | ++------------+--------+ + + + + +.. _RNGFND1_GNDCLEAR: + +RNGFND1\_GNDCLEAR: Distance \(in cm\) from the range finder to the ground +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets the expected range measurement\(in cm\) that the range finder should return when the vehicle is on the ground\. + + ++-----------+----------+-------------+ +| Increment | Range | Units | ++===========+==========+=============+ +| 1 | 5 to 127 | centimeters | ++-----------+----------+-------------+ + + + + +.. _RNGFND1_ADDR: + +RNGFND1\_ADDR: Bus address of sensor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the bus address of the sensor\, where applicable\. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 1 | 0 to 127 | ++-----------+----------+ + + + + +.. _RNGFND1_POS_X: + +RNGFND1\_POS\_X: X position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +X position of the rangefinder in body frame\. Positive X is forward of the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND1_POS_Y: + +RNGFND1\_POS\_Y: Y position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Y position of the rangefinder in body frame\. Positive Y is to the right of the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND1_POS_Z: + +RNGFND1\_POS\_Z: Z position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Z position of the rangefinder in body frame\. Positive Z is down from the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND1_ORIENT: + +RNGFND1\_ORIENT: Rangefinder orientation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Orientation of rangefinder + + ++---------------------------+ +| Values | ++===========================+ +| +-------+---------------+ | +| | Value | Meaning | | +| +=======+===============+ | +| | 0 | Forward | | +| +-------+---------------+ | +| | 1 | Forward-Right | | +| +-------+---------------+ | +| | 2 | Right | | +| +-------+---------------+ | +| | 3 | Back-Right | | +| +-------+---------------+ | +| | 4 | Back | | +| +-------+---------------+ | +| | 5 | Back-Left | | +| +-------+---------------+ | +| | 6 | Left | | +| +-------+---------------+ | +| | 7 | Forward-Left | | +| +-------+---------------+ | +| | 24 | Up | | +| +-------+---------------+ | +| | 25 | Down | | +| +-------+---------------+ | +| | ++---------------------------+ + + + + +.. _RNGFND1_WSP_MAVG: + +RNGFND1\_WSP\_MAVG: Moving Average Range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the number of historic range results to use for calculating the current range result\. When MAVG is greater than 1\, the current range result will be the current measured value averaged with the N\-1 previous results + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND1_WSP_MEDF: + +RNGFND1\_WSP\_MEDF: Moving Median Filter +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the window size for the real\-time median filter\. When MEDF is greater than 0 the median filter is active + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND1_WSP_FRQ: + +RNGFND1\_WSP\_FRQ: Frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the repetition frequency of the ranging operation in Hertz\. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers\. + + ++------------+ +| Range | ++============+ +| 0 to 10000 | ++------------+ + + + + +.. _RNGFND1_WSP_AVG: + +RNGFND1\_WSP\_AVG: Multi\-pulse averages +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the number of pulses to be used in multi\-pulse averaging mode\. In this mode\, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND1_WSP_THR: + +RNGFND1\_WSP\_THR: Sensitivity threshold +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the system sensitivity\. Larger values of THR represent higher sensitivity\. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory\. Set to \-1 for automatic threshold adjustments + + ++-----------+ +| Range | ++===========+ +| -1 to 255 | ++-----------+ + + + + +.. _RNGFND1_WSP_BAUD: + +RNGFND1\_WSP\_BAUD: Baud rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Desired baud rate + + ++------------------------+ +| Values | ++========================+ +| +-------+------------+ | +| | Value | Meaning | | +| +=======+============+ | +| | 0 | Low Speed | | +| +-------+------------+ | +| | 1 | High Speed | | +| +-------+------------+ | +| | ++------------------------+ + + + + +.. _RNGFND1_RECV_ID: + +RNGFND1\_RECV\_ID: RangeFinder CAN receive ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The receive ID of the CAN frames\. A value of zero means all IDs are accepted\. + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + +.. _RNGFND1_SNR_MIN: + +RNGFND1\_SNR\_MIN: RangeFinder Minimum signal strength +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RangeFinder Minimum signal strength \(SNR\) to accept distance + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + + +.. _parameters_RNGFND2_: + +RNGFND2\_ Parameters +-------------------- + + +.. _RNGFND2_TYPE: + +RNGFND2\_TYPE: Rangefinder type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of connected rangefinder + + ++------------------------------------+ +| Values | ++====================================+ +| +-------+------------------------+ | +| | Value | Meaning | | +| +=======+========================+ | +| | 0 | None | | +| +-------+------------------------+ | +| | 1 | Analog | | +| +-------+------------------------+ | +| | 2 | MaxbotixI2C | | +| +-------+------------------------+ | +| | 3 | LidarLite-I2C | | +| +-------+------------------------+ | +| | 5 | PWM | | +| +-------+------------------------+ | +| | 6 | BBB-PRU | | +| +-------+------------------------+ | +| | 7 | LightWareI2C | | +| +-------+------------------------+ | +| | 8 | LightWareSerial | | +| +-------+------------------------+ | +| | 9 | Bebop | | +| +-------+------------------------+ | +| | 10 | MAVLink | | +| +-------+------------------------+ | +| | 11 | USD1_Serial | | +| +-------+------------------------+ | +| | 12 | LeddarOne | | +| +-------+------------------------+ | +| | 13 | MaxbotixSerial | | +| +-------+------------------------+ | +| | 14 | TeraRangerI2C | | +| +-------+------------------------+ | +| | 15 | LidarLiteV3-I2C | | +| +-------+------------------------+ | +| | 16 | VL53L0X or VL53L1X | | +| +-------+------------------------+ | +| | 17 | NMEA | | +| +-------+------------------------+ | +| | 18 | WASP-LRF | | +| +-------+------------------------+ | +| | 19 | BenewakeTF02 | | +| +-------+------------------------+ | +| | 20 | Benewake-Serial | | +| +-------+------------------------+ | +| | 21 | LidarLightV3HP | | +| +-------+------------------------+ | +| | 22 | PWM | | +| +-------+------------------------+ | +| | 23 | BlueRoboticsPing | | +| +-------+------------------------+ | +| | 24 | DroneCAN | | +| +-------+------------------------+ | +| | 25 | BenewakeTFminiPlus-I2C | | +| +-------+------------------------+ | +| | 26 | LanbaoPSK-CM8JL65-CC5 | | +| +-------+------------------------+ | +| | 27 | BenewakeTF03 | | +| +-------+------------------------+ | +| | 28 | VL53L1X-ShortRange | | +| +-------+------------------------+ | +| | 29 | LeddarVu8-Serial | | +| +-------+------------------------+ | +| | 30 | HC-SR04 | | +| +-------+------------------------+ | +| | 31 | GYUS42v2 | | +| +-------+------------------------+ | +| | 32 | MSP | | +| +-------+------------------------+ | +| | 33 | USD1_CAN | | +| +-------+------------------------+ | +| | 34 | Benewake_CAN | | +| +-------+------------------------+ | +| | 35 | TeraRangerSerial | | +| +-------+------------------------+ | +| | 36 | Lua_Scripting | | +| +-------+------------------------+ | +| | 37 | NoopLoop_TOFSense | | +| +-------+------------------------+ | +| | 38 | NoopLoop_TOFSense_CAN | | +| +-------+------------------------+ | +| | 39 | NRA24_CAN | | +| +-------+------------------------+ | +| | 40 | NoopLoop_TOFSenseF_I2C | | +| +-------+------------------------+ | +| | 41 | JRE_Serial | | +| +-------+------------------------+ | +| | 100 | SITL | | +| +-------+------------------------+ | +| | ++------------------------------------+ + + + + +.. _RNGFND2_PIN: + +RNGFND2\_PIN: Rangefinder pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog or PWM input pin that rangefinder is connected to\. Airspeed ports can be used for Analog input\, AUXOUT can be used for PWM input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. For PWM input\, the pin must be configured as a digital GPIO\, see the Wiki\'s \"GPIOs\" section for details\. + + ++---------------------------------------+ +| Values | ++=======================================+ +| +-------+---------------------------+ | +| | Value | Meaning | | +| +=======+===========================+ | +| | -1 | Not Used | | +| +-------+---------------------------+ | +| | 11 | Pixracer | | +| +-------+---------------------------+ | +| | 13 | Pixhawk ADC4 | | +| +-------+---------------------------+ | +| | 14 | Pixhawk ADC3 | | +| +-------+---------------------------+ | +| | 15 | Pixhawk ADC6/Pixhawk2 ADC | | +| +-------+---------------------------+ | +| | 50 | AUX1 | | +| +-------+---------------------------+ | +| | 51 | AUX2 | | +| +-------+---------------------------+ | +| | 52 | AUX3 | | +| +-------+---------------------------+ | +| | 53 | AUX4 | | +| +-------+---------------------------+ | +| | 54 | AUX5 | | +| +-------+---------------------------+ | +| | 55 | AUX6 | | +| +-------+---------------------------+ | +| | 103 | Pixhawk SBUS | | +| +-------+---------------------------+ | +| | ++---------------------------------------+ + + + + +.. _RNGFND2_SCALING: + +RNGFND2\_SCALING: Rangefinder scaling +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Scaling factor between rangefinder reading and distance\. For the linear and inverted functions this is in meters per volt\. For the hyperbolic function the units are meterVolts\. For Maxbotix serial sonar this is unit conversion to meters\. + + ++-----------+-----------------+ +| Increment | Units | ++===========+=================+ +| 0.001 | meters per volt | ++-----------+-----------------+ + + + + +.. _RNGFND2_OFFSET: + +RNGFND2\_OFFSET: rangefinder offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Offset in volts for zero distance for analog rangefinders\. Offset added to distance in centimeters for PWM lidars + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.001 | volt | ++-----------+-------+ + + + + +.. _RNGFND2_FUNCTION: + +RNGFND2\_FUNCTION: Rangefinder function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +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 | Meaning | | +| +=======+============+ | +| | 0 | Linear | | +| +-------+------------+ | +| | 1 | Inverted | | +| +-------+------------+ | +| | 2 | Hyperbolic | | +| +-------+------------+ | +| | ++------------------------+ + + + + +.. _RNGFND2_MIN_CM: + +RNGFND2\_MIN\_CM: Rangefinder minimum distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum distance in centimeters that rangefinder can reliably read + + ++-----------+-------------+ +| Increment | Units | ++===========+=============+ +| 1 | centimeters | ++-----------+-------------+ + + + + +.. _RNGFND2_MAX_CM: + +RNGFND2\_MAX\_CM: Rangefinder maximum distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum distance in centimeters that rangefinder can reliably read + + ++-----------+-------------+ +| Increment | Units | ++===========+=============+ +| 1 | centimeters | ++-----------+-------------+ + + + + +.. _RNGFND2_STOP_PIN: + +RNGFND2\_STOP\_PIN: Rangefinder stop pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin that enables\/disables rangefinder measurement for the pwm rangefinder\. A value of \-1 means no pin\. If this is set\, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it\. This is used to enable powersaving when out of range\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++----------------------------+ +| Values | ++============================+ +| +-------+----------------+ | +| | Value | Meaning | | +| +=======+================+ | +| | -1 | Not Used | | +| +-------+----------------+ | +| | 50 | AUX1 | | +| +-------+----------------+ | +| | 51 | AUX2 | | +| +-------+----------------+ | +| | 52 | AUX3 | | +| +-------+----------------+ | +| | 53 | AUX4 | | +| +-------+----------------+ | +| | 54 | AUX5 | | +| +-------+----------------+ | +| | 55 | AUX6 | | +| +-------+----------------+ | +| | 111 | PX4 FMU Relay1 | | +| +-------+----------------+ | +| | 112 | PX4 FMU Relay2 | | +| +-------+----------------+ | +| | 113 | PX4IO Relay1 | | +| +-------+----------------+ | +| | 114 | PX4IO Relay2 | | +| +-------+----------------+ | +| | 115 | PX4IO ACC1 | | +| +-------+----------------+ | +| | 116 | PX4IO ACC2 | | +| +-------+----------------+ | +| | ++----------------------------+ + + + + +.. _RNGFND2_RMETRIC: + +RNGFND2\_RMETRIC: Ratiometric +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets whether an analog rangefinder is ratiometric\. Most analog rangefinders are ratiometric\, meaning that their output voltage is influenced by the supply voltage\. Some analog rangefinders \(such as the SF\/02\) have their own internal voltage regulators so they are not ratiometric\. + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 0 | No | | +| +-------+---------+ | +| | 1 | Yes | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _RNGFND2_PWRRNG: + +RNGFND2\_PWRRNG: Powersave range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode \(if available\)\. A value of zero means power saving is not enabled + + ++------------+--------+ +| Range | Units | ++============+========+ +| 0 to 32767 | meters | ++------------+--------+ + + + + +.. _RNGFND2_GNDCLEAR: + +RNGFND2\_GNDCLEAR: Distance \(in cm\) from the range finder to the ground +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets the expected range measurement\(in cm\) that the range finder should return when the vehicle is on the ground\. + + ++-----------+----------+-------------+ +| Increment | Range | Units | ++===========+==========+=============+ +| 1 | 5 to 127 | centimeters | ++-----------+----------+-------------+ + + + + +.. _RNGFND2_ADDR: + +RNGFND2\_ADDR: Bus address of sensor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the bus address of the sensor\, where applicable\. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 1 | 0 to 127 | ++-----------+----------+ + + + + +.. _RNGFND2_POS_X: + +RNGFND2\_POS\_X: X position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +X position of the rangefinder in body frame\. Positive X is forward of the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND2_POS_Y: + +RNGFND2\_POS\_Y: Y position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Y position of the rangefinder in body frame\. Positive Y is to the right of the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND2_POS_Z: + +RNGFND2\_POS\_Z: Z position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Z position of the rangefinder in body frame\. Positive Z is down from the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND2_ORIENT: + +RNGFND2\_ORIENT: Rangefinder orientation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Orientation of rangefinder + + ++---------------------------+ +| Values | ++===========================+ +| +-------+---------------+ | +| | Value | Meaning | | +| +=======+===============+ | +| | 0 | Forward | | +| +-------+---------------+ | +| | 1 | Forward-Right | | +| +-------+---------------+ | +| | 2 | Right | | +| +-------+---------------+ | +| | 3 | Back-Right | | +| +-------+---------------+ | +| | 4 | Back | | +| +-------+---------------+ | +| | 5 | Back-Left | | +| +-------+---------------+ | +| | 6 | Left | | +| +-------+---------------+ | +| | 7 | Forward-Left | | +| +-------+---------------+ | +| | 24 | Up | | +| +-------+---------------+ | +| | 25 | Down | | +| +-------+---------------+ | +| | ++---------------------------+ + + + + +.. _RNGFND2_WSP_MAVG: + +RNGFND2\_WSP\_MAVG: Moving Average Range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the number of historic range results to use for calculating the current range result\. When MAVG is greater than 1\, the current range result will be the current measured value averaged with the N\-1 previous results + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND2_WSP_MEDF: + +RNGFND2\_WSP\_MEDF: Moving Median Filter +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the window size for the real\-time median filter\. When MEDF is greater than 0 the median filter is active + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND2_WSP_FRQ: + +RNGFND2\_WSP\_FRQ: Frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the repetition frequency of the ranging operation in Hertz\. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers\. + + ++------------+ +| Range | ++============+ +| 0 to 10000 | ++------------+ + + + + +.. _RNGFND2_WSP_AVG: + +RNGFND2\_WSP\_AVG: Multi\-pulse averages +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the number of pulses to be used in multi\-pulse averaging mode\. In this mode\, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND2_WSP_THR: + +RNGFND2\_WSP\_THR: Sensitivity threshold +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the system sensitivity\. Larger values of THR represent higher sensitivity\. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory\. Set to \-1 for automatic threshold adjustments + + ++-----------+ +| Range | ++===========+ +| -1 to 255 | ++-----------+ + + + + +.. _RNGFND2_WSP_BAUD: + +RNGFND2\_WSP\_BAUD: Baud rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Desired baud rate + + ++------------------------+ +| Values | ++========================+ +| +-------+------------+ | +| | Value | Meaning | | +| +=======+============+ | +| | 0 | Low Speed | | +| +-------+------------+ | +| | 1 | High Speed | | +| +-------+------------+ | +| | ++------------------------+ + + + + +.. _RNGFND2_RECV_ID: + +RNGFND2\_RECV\_ID: RangeFinder CAN receive ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The receive ID of the CAN frames\. A value of zero means all IDs are accepted\. + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + +.. _RNGFND2_SNR_MIN: + +RNGFND2\_SNR\_MIN: RangeFinder Minimum signal strength +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RangeFinder Minimum signal strength \(SNR\) to accept distance + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + + +.. _parameters_RNGFND3_: + +RNGFND3\_ Parameters +-------------------- + + +.. _RNGFND3_TYPE: + +RNGFND3\_TYPE: Rangefinder type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of connected rangefinder + + ++------------------------------------+ +| Values | ++====================================+ +| +-------+------------------------+ | +| | Value | Meaning | | +| +=======+========================+ | +| | 0 | None | | +| +-------+------------------------+ | +| | 1 | Analog | | +| +-------+------------------------+ | +| | 2 | MaxbotixI2C | | +| +-------+------------------------+ | +| | 3 | LidarLite-I2C | | +| +-------+------------------------+ | +| | 5 | PWM | | +| +-------+------------------------+ | +| | 6 | BBB-PRU | | +| +-------+------------------------+ | +| | 7 | LightWareI2C | | +| +-------+------------------------+ | +| | 8 | LightWareSerial | | +| +-------+------------------------+ | +| | 9 | Bebop | | +| +-------+------------------------+ | +| | 10 | MAVLink | | +| +-------+------------------------+ | +| | 11 | USD1_Serial | | +| +-------+------------------------+ | +| | 12 | LeddarOne | | +| +-------+------------------------+ | +| | 13 | MaxbotixSerial | | +| +-------+------------------------+ | +| | 14 | TeraRangerI2C | | +| +-------+------------------------+ | +| | 15 | LidarLiteV3-I2C | | +| +-------+------------------------+ | +| | 16 | VL53L0X or VL53L1X | | +| +-------+------------------------+ | +| | 17 | NMEA | | +| +-------+------------------------+ | +| | 18 | WASP-LRF | | +| +-------+------------------------+ | +| | 19 | BenewakeTF02 | | +| +-------+------------------------+ | +| | 20 | Benewake-Serial | | +| +-------+------------------------+ | +| | 21 | LidarLightV3HP | | +| +-------+------------------------+ | +| | 22 | PWM | | +| +-------+------------------------+ | +| | 23 | BlueRoboticsPing | | +| +-------+------------------------+ | +| | 24 | DroneCAN | | +| +-------+------------------------+ | +| | 25 | BenewakeTFminiPlus-I2C | | +| +-------+------------------------+ | +| | 26 | LanbaoPSK-CM8JL65-CC5 | | +| +-------+------------------------+ | +| | 27 | BenewakeTF03 | | +| +-------+------------------------+ | +| | 28 | VL53L1X-ShortRange | | +| +-------+------------------------+ | +| | 29 | LeddarVu8-Serial | | +| +-------+------------------------+ | +| | 30 | HC-SR04 | | +| +-------+------------------------+ | +| | 31 | GYUS42v2 | | +| +-------+------------------------+ | +| | 32 | MSP | | +| +-------+------------------------+ | +| | 33 | USD1_CAN | | +| +-------+------------------------+ | +| | 34 | Benewake_CAN | | +| +-------+------------------------+ | +| | 35 | TeraRangerSerial | | +| +-------+------------------------+ | +| | 36 | Lua_Scripting | | +| +-------+------------------------+ | +| | 37 | NoopLoop_TOFSense | | +| +-------+------------------------+ | +| | 38 | NoopLoop_TOFSense_CAN | | +| +-------+------------------------+ | +| | 39 | NRA24_CAN | | +| +-------+------------------------+ | +| | 40 | NoopLoop_TOFSenseF_I2C | | +| +-------+------------------------+ | +| | 41 | JRE_Serial | | +| +-------+------------------------+ | +| | 100 | SITL | | +| +-------+------------------------+ | +| | ++------------------------------------+ + + + + +.. _RNGFND3_PIN: + +RNGFND3\_PIN: Rangefinder pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog or PWM input pin that rangefinder is connected to\. Airspeed ports can be used for Analog input\, AUXOUT can be used for PWM input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. For PWM input\, the pin must be configured as a digital GPIO\, see the Wiki\'s \"GPIOs\" section for details\. + + ++---------------------------------------+ +| Values | ++=======================================+ +| +-------+---------------------------+ | +| | Value | Meaning | | +| +=======+===========================+ | +| | -1 | Not Used | | +| +-------+---------------------------+ | +| | 11 | Pixracer | | +| +-------+---------------------------+ | +| | 13 | Pixhawk ADC4 | | +| +-------+---------------------------+ | +| | 14 | Pixhawk ADC3 | | +| +-------+---------------------------+ | +| | 15 | Pixhawk ADC6/Pixhawk2 ADC | | +| +-------+---------------------------+ | +| | 50 | AUX1 | | +| +-------+---------------------------+ | +| | 51 | AUX2 | | +| +-------+---------------------------+ | +| | 52 | AUX3 | | +| +-------+---------------------------+ | +| | 53 | AUX4 | | +| +-------+---------------------------+ | +| | 54 | AUX5 | | +| +-------+---------------------------+ | +| | 55 | AUX6 | | +| +-------+---------------------------+ | +| | 103 | Pixhawk SBUS | | +| +-------+---------------------------+ | +| | ++---------------------------------------+ + + + + +.. _RNGFND3_SCALING: + +RNGFND3\_SCALING: Rangefinder scaling +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Scaling factor between rangefinder reading and distance\. For the linear and inverted functions this is in meters per volt\. For the hyperbolic function the units are meterVolts\. For Maxbotix serial sonar this is unit conversion to meters\. + + ++-----------+-----------------+ +| Increment | Units | ++===========+=================+ +| 0.001 | meters per volt | ++-----------+-----------------+ + + + + +.. _RNGFND3_OFFSET: + +RNGFND3\_OFFSET: rangefinder offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Offset in volts for zero distance for analog rangefinders\. Offset added to distance in centimeters for PWM lidars + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.001 | volt | ++-----------+-------+ + + + + +.. _RNGFND3_FUNCTION: + +RNGFND3\_FUNCTION: Rangefinder function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +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 | Meaning | | +| +=======+============+ | +| | 0 | Linear | | +| +-------+------------+ | +| | 1 | Inverted | | +| +-------+------------+ | +| | 2 | Hyperbolic | | +| +-------+------------+ | +| | ++------------------------+ + + + + +.. _RNGFND3_MIN_CM: + +RNGFND3\_MIN\_CM: Rangefinder minimum distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum distance in centimeters that rangefinder can reliably read + + ++-----------+-------------+ +| Increment | Units | ++===========+=============+ +| 1 | centimeters | ++-----------+-------------+ + + + + +.. _RNGFND3_MAX_CM: + +RNGFND3\_MAX\_CM: Rangefinder maximum distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum distance in centimeters that rangefinder can reliably read + + ++-----------+-------------+ +| Increment | Units | ++===========+=============+ +| 1 | centimeters | ++-----------+-------------+ + + + + +.. _RNGFND3_STOP_PIN: + +RNGFND3\_STOP\_PIN: Rangefinder stop pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin that enables\/disables rangefinder measurement for the pwm rangefinder\. A value of \-1 means no pin\. If this is set\, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it\. This is used to enable powersaving when out of range\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++----------------------------+ +| Values | ++============================+ +| +-------+----------------+ | +| | Value | Meaning | | +| +=======+================+ | +| | -1 | Not Used | | +| +-------+----------------+ | +| | 50 | AUX1 | | +| +-------+----------------+ | +| | 51 | AUX2 | | +| +-------+----------------+ | +| | 52 | AUX3 | | +| +-------+----------------+ | +| | 53 | AUX4 | | +| +-------+----------------+ | +| | 54 | AUX5 | | +| +-------+----------------+ | +| | 55 | AUX6 | | +| +-------+----------------+ | +| | 111 | PX4 FMU Relay1 | | +| +-------+----------------+ | +| | 112 | PX4 FMU Relay2 | | +| +-------+----------------+ | +| | 113 | PX4IO Relay1 | | +| +-------+----------------+ | +| | 114 | PX4IO Relay2 | | +| +-------+----------------+ | +| | 115 | PX4IO ACC1 | | +| +-------+----------------+ | +| | 116 | PX4IO ACC2 | | +| +-------+----------------+ | +| | ++----------------------------+ + + + + +.. _RNGFND3_RMETRIC: + +RNGFND3\_RMETRIC: Ratiometric +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets whether an analog rangefinder is ratiometric\. Most analog rangefinders are ratiometric\, meaning that their output voltage is influenced by the supply voltage\. Some analog rangefinders \(such as the SF\/02\) have their own internal voltage regulators so they are not ratiometric\. + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 0 | No | | +| +-------+---------+ | +| | 1 | Yes | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _RNGFND3_PWRRNG: + +RNGFND3\_PWRRNG: Powersave range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode \(if available\)\. A value of zero means power saving is not enabled + + ++------------+--------+ +| Range | Units | ++============+========+ +| 0 to 32767 | meters | ++------------+--------+ + + + + +.. _RNGFND3_GNDCLEAR: + +RNGFND3\_GNDCLEAR: Distance \(in cm\) from the range finder to the ground +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets the expected range measurement\(in cm\) that the range finder should return when the vehicle is on the ground\. + + ++-----------+----------+-------------+ +| Increment | Range | Units | ++===========+==========+=============+ +| 1 | 5 to 127 | centimeters | ++-----------+----------+-------------+ + + + + +.. _RNGFND3_ADDR: + +RNGFND3\_ADDR: Bus address of sensor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the bus address of the sensor\, where applicable\. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 1 | 0 to 127 | ++-----------+----------+ + + + + +.. _RNGFND3_POS_X: + +RNGFND3\_POS\_X: X position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +X position of the rangefinder in body frame\. Positive X is forward of the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND3_POS_Y: + +RNGFND3\_POS\_Y: Y position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Y position of the rangefinder in body frame\. Positive Y is to the right of the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND3_POS_Z: + +RNGFND3\_POS\_Z: Z position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Z position of the rangefinder in body frame\. Positive Z is down from the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND3_ORIENT: + +RNGFND3\_ORIENT: Rangefinder orientation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Orientation of rangefinder + + ++---------------------------+ +| Values | ++===========================+ +| +-------+---------------+ | +| | Value | Meaning | | +| +=======+===============+ | +| | 0 | Forward | | +| +-------+---------------+ | +| | 1 | Forward-Right | | +| +-------+---------------+ | +| | 2 | Right | | +| +-------+---------------+ | +| | 3 | Back-Right | | +| +-------+---------------+ | +| | 4 | Back | | +| +-------+---------------+ | +| | 5 | Back-Left | | +| +-------+---------------+ | +| | 6 | Left | | +| +-------+---------------+ | +| | 7 | Forward-Left | | +| +-------+---------------+ | +| | 24 | Up | | +| +-------+---------------+ | +| | 25 | Down | | +| +-------+---------------+ | +| | ++---------------------------+ + + + + +.. _RNGFND3_WSP_MAVG: + +RNGFND3\_WSP\_MAVG: Moving Average Range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the number of historic range results to use for calculating the current range result\. When MAVG is greater than 1\, the current range result will be the current measured value averaged with the N\-1 previous results + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND3_WSP_MEDF: + +RNGFND3\_WSP\_MEDF: Moving Median Filter +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the window size for the real\-time median filter\. When MEDF is greater than 0 the median filter is active + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND3_WSP_FRQ: + +RNGFND3\_WSP\_FRQ: Frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the repetition frequency of the ranging operation in Hertz\. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers\. + + ++------------+ +| Range | ++============+ +| 0 to 10000 | ++------------+ + + + + +.. _RNGFND3_WSP_AVG: + +RNGFND3\_WSP\_AVG: Multi\-pulse averages +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the number of pulses to be used in multi\-pulse averaging mode\. In this mode\, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND3_WSP_THR: + +RNGFND3\_WSP\_THR: Sensitivity threshold +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the system sensitivity\. Larger values of THR represent higher sensitivity\. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory\. Set to \-1 for automatic threshold adjustments + + ++-----------+ +| Range | ++===========+ +| -1 to 255 | ++-----------+ + + + + +.. _RNGFND3_WSP_BAUD: + +RNGFND3\_WSP\_BAUD: Baud rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Desired baud rate + + ++------------------------+ +| Values | ++========================+ +| +-------+------------+ | +| | Value | Meaning | | +| +=======+============+ | +| | 0 | Low Speed | | +| +-------+------------+ | +| | 1 | High Speed | | +| +-------+------------+ | +| | ++------------------------+ + + + + +.. _RNGFND3_RECV_ID: + +RNGFND3\_RECV\_ID: RangeFinder CAN receive ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The receive ID of the CAN frames\. A value of zero means all IDs are accepted\. + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + +.. _RNGFND3_SNR_MIN: + +RNGFND3\_SNR\_MIN: RangeFinder Minimum signal strength +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RangeFinder Minimum signal strength \(SNR\) to accept distance + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + + +.. _parameters_RNGFND4_: + +RNGFND4\_ Parameters +-------------------- + + +.. _RNGFND4_TYPE: + +RNGFND4\_TYPE: Rangefinder type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of connected rangefinder + + ++------------------------------------+ +| Values | ++====================================+ +| +-------+------------------------+ | +| | Value | Meaning | | +| +=======+========================+ | +| | 0 | None | | +| +-------+------------------------+ | +| | 1 | Analog | | +| +-------+------------------------+ | +| | 2 | MaxbotixI2C | | +| +-------+------------------------+ | +| | 3 | LidarLite-I2C | | +| +-------+------------------------+ | +| | 5 | PWM | | +| +-------+------------------------+ | +| | 6 | BBB-PRU | | +| +-------+------------------------+ | +| | 7 | LightWareI2C | | +| +-------+------------------------+ | +| | 8 | LightWareSerial | | +| +-------+------------------------+ | +| | 9 | Bebop | | +| +-------+------------------------+ | +| | 10 | MAVLink | | +| +-------+------------------------+ | +| | 11 | USD1_Serial | | +| +-------+------------------------+ | +| | 12 | LeddarOne | | +| +-------+------------------------+ | +| | 13 | MaxbotixSerial | | +| +-------+------------------------+ | +| | 14 | TeraRangerI2C | | +| +-------+------------------------+ | +| | 15 | LidarLiteV3-I2C | | +| +-------+------------------------+ | +| | 16 | VL53L0X or VL53L1X | | +| +-------+------------------------+ | +| | 17 | NMEA | | +| +-------+------------------------+ | +| | 18 | WASP-LRF | | +| +-------+------------------------+ | +| | 19 | BenewakeTF02 | | +| +-------+------------------------+ | +| | 20 | Benewake-Serial | | +| +-------+------------------------+ | +| | 21 | LidarLightV3HP | | +| +-------+------------------------+ | +| | 22 | PWM | | +| +-------+------------------------+ | +| | 23 | BlueRoboticsPing | | +| +-------+------------------------+ | +| | 24 | DroneCAN | | +| +-------+------------------------+ | +| | 25 | BenewakeTFminiPlus-I2C | | +| +-------+------------------------+ | +| | 26 | LanbaoPSK-CM8JL65-CC5 | | +| +-------+------------------------+ | +| | 27 | BenewakeTF03 | | +| +-------+------------------------+ | +| | 28 | VL53L1X-ShortRange | | +| +-------+------------------------+ | +| | 29 | LeddarVu8-Serial | | +| +-------+------------------------+ | +| | 30 | HC-SR04 | | +| +-------+------------------------+ | +| | 31 | GYUS42v2 | | +| +-------+------------------------+ | +| | 32 | MSP | | +| +-------+------------------------+ | +| | 33 | USD1_CAN | | +| +-------+------------------------+ | +| | 34 | Benewake_CAN | | +| +-------+------------------------+ | +| | 35 | TeraRangerSerial | | +| +-------+------------------------+ | +| | 36 | Lua_Scripting | | +| +-------+------------------------+ | +| | 37 | NoopLoop_TOFSense | | +| +-------+------------------------+ | +| | 38 | NoopLoop_TOFSense_CAN | | +| +-------+------------------------+ | +| | 39 | NRA24_CAN | | +| +-------+------------------------+ | +| | 40 | NoopLoop_TOFSenseF_I2C | | +| +-------+------------------------+ | +| | 41 | JRE_Serial | | +| +-------+------------------------+ | +| | 100 | SITL | | +| +-------+------------------------+ | +| | ++------------------------------------+ + + + + +.. _RNGFND4_PIN: + +RNGFND4\_PIN: Rangefinder pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog or PWM input pin that rangefinder is connected to\. Airspeed ports can be used for Analog input\, AUXOUT can be used for PWM input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. For PWM input\, the pin must be configured as a digital GPIO\, see the Wiki\'s \"GPIOs\" section for details\. + + ++---------------------------------------+ +| Values | ++=======================================+ +| +-------+---------------------------+ | +| | Value | Meaning | | +| +=======+===========================+ | +| | -1 | Not Used | | +| +-------+---------------------------+ | +| | 11 | Pixracer | | +| +-------+---------------------------+ | +| | 13 | Pixhawk ADC4 | | +| +-------+---------------------------+ | +| | 14 | Pixhawk ADC3 | | +| +-------+---------------------------+ | +| | 15 | Pixhawk ADC6/Pixhawk2 ADC | | +| +-------+---------------------------+ | +| | 50 | AUX1 | | +| +-------+---------------------------+ | +| | 51 | AUX2 | | +| +-------+---------------------------+ | +| | 52 | AUX3 | | +| +-------+---------------------------+ | +| | 53 | AUX4 | | +| +-------+---------------------------+ | +| | 54 | AUX5 | | +| +-------+---------------------------+ | +| | 55 | AUX6 | | +| +-------+---------------------------+ | +| | 103 | Pixhawk SBUS | | +| +-------+---------------------------+ | +| | ++---------------------------------------+ + + + + +.. _RNGFND4_SCALING: + +RNGFND4\_SCALING: Rangefinder scaling +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Scaling factor between rangefinder reading and distance\. For the linear and inverted functions this is in meters per volt\. For the hyperbolic function the units are meterVolts\. For Maxbotix serial sonar this is unit conversion to meters\. + + ++-----------+-----------------+ +| Increment | Units | ++===========+=================+ +| 0.001 | meters per volt | ++-----------+-----------------+ + + + + +.. _RNGFND4_OFFSET: + +RNGFND4\_OFFSET: rangefinder offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Offset in volts for zero distance for analog rangefinders\. Offset added to distance in centimeters for PWM lidars + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.001 | volt | ++-----------+-------+ + + + + +.. _RNGFND4_FUNCTION: + +RNGFND4\_FUNCTION: Rangefinder function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +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 | Meaning | | +| +=======+============+ | +| | 0 | Linear | | +| +-------+------------+ | +| | 1 | Inverted | | +| +-------+------------+ | +| | 2 | Hyperbolic | | +| +-------+------------+ | +| | ++------------------------+ + + + + +.. _RNGFND4_MIN_CM: + +RNGFND4\_MIN\_CM: Rangefinder minimum distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum distance in centimeters that rangefinder can reliably read + + ++-----------+-------------+ +| Increment | Units | ++===========+=============+ +| 1 | centimeters | ++-----------+-------------+ + + + + +.. _RNGFND4_MAX_CM: + +RNGFND4\_MAX\_CM: Rangefinder maximum distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum distance in centimeters that rangefinder can reliably read + + ++-----------+-------------+ +| Increment | Units | ++===========+=============+ +| 1 | centimeters | ++-----------+-------------+ + + + + +.. _RNGFND4_STOP_PIN: + +RNGFND4\_STOP\_PIN: Rangefinder stop pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin that enables\/disables rangefinder measurement for the pwm rangefinder\. A value of \-1 means no pin\. If this is set\, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it\. This is used to enable powersaving when out of range\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++----------------------------+ +| Values | ++============================+ +| +-------+----------------+ | +| | Value | Meaning | | +| +=======+================+ | +| | -1 | Not Used | | +| +-------+----------------+ | +| | 50 | AUX1 | | +| +-------+----------------+ | +| | 51 | AUX2 | | +| +-------+----------------+ | +| | 52 | AUX3 | | +| +-------+----------------+ | +| | 53 | AUX4 | | +| +-------+----------------+ | +| | 54 | AUX5 | | +| +-------+----------------+ | +| | 55 | AUX6 | | +| +-------+----------------+ | +| | 111 | PX4 FMU Relay1 | | +| +-------+----------------+ | +| | 112 | PX4 FMU Relay2 | | +| +-------+----------------+ | +| | 113 | PX4IO Relay1 | | +| +-------+----------------+ | +| | 114 | PX4IO Relay2 | | +| +-------+----------------+ | +| | 115 | PX4IO ACC1 | | +| +-------+----------------+ | +| | 116 | PX4IO ACC2 | | +| +-------+----------------+ | +| | ++----------------------------+ + + + + +.. _RNGFND4_RMETRIC: + +RNGFND4\_RMETRIC: Ratiometric +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets whether an analog rangefinder is ratiometric\. Most analog rangefinders are ratiometric\, meaning that their output voltage is influenced by the supply voltage\. Some analog rangefinders \(such as the SF\/02\) have their own internal voltage regulators so they are not ratiometric\. + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 0 | No | | +| +-------+---------+ | +| | 1 | Yes | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _RNGFND4_PWRRNG: + +RNGFND4\_PWRRNG: Powersave range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode \(if available\)\. A value of zero means power saving is not enabled + + ++------------+--------+ +| Range | Units | ++============+========+ +| 0 to 32767 | meters | ++------------+--------+ + + + + +.. _RNGFND4_GNDCLEAR: + +RNGFND4\_GNDCLEAR: Distance \(in cm\) from the range finder to the ground +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets the expected range measurement\(in cm\) that the range finder should return when the vehicle is on the ground\. + + ++-----------+----------+-------------+ +| Increment | Range | Units | ++===========+==========+=============+ +| 1 | 5 to 127 | centimeters | ++-----------+----------+-------------+ + + + + +.. _RNGFND4_ADDR: + +RNGFND4\_ADDR: Bus address of sensor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the bus address of the sensor\, where applicable\. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 1 | 0 to 127 | ++-----------+----------+ + + + + +.. _RNGFND4_POS_X: + +RNGFND4\_POS\_X: X position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +X position of the rangefinder in body frame\. Positive X is forward of the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND4_POS_Y: + +RNGFND4\_POS\_Y: Y position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Y position of the rangefinder in body frame\. Positive Y is to the right of the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND4_POS_Z: + +RNGFND4\_POS\_Z: Z position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Z position of the rangefinder in body frame\. Positive Z is down from the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND4_ORIENT: + +RNGFND4\_ORIENT: Rangefinder orientation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Orientation of rangefinder + + ++---------------------------+ +| Values | ++===========================+ +| +-------+---------------+ | +| | Value | Meaning | | +| +=======+===============+ | +| | 0 | Forward | | +| +-------+---------------+ | +| | 1 | Forward-Right | | +| +-------+---------------+ | +| | 2 | Right | | +| +-------+---------------+ | +| | 3 | Back-Right | | +| +-------+---------------+ | +| | 4 | Back | | +| +-------+---------------+ | +| | 5 | Back-Left | | +| +-------+---------------+ | +| | 6 | Left | | +| +-------+---------------+ | +| | 7 | Forward-Left | | +| +-------+---------------+ | +| | 24 | Up | | +| +-------+---------------+ | +| | 25 | Down | | +| +-------+---------------+ | +| | ++---------------------------+ + + + + +.. _RNGFND4_WSP_MAVG: + +RNGFND4\_WSP\_MAVG: Moving Average Range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the number of historic range results to use for calculating the current range result\. When MAVG is greater than 1\, the current range result will be the current measured value averaged with the N\-1 previous results + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND4_WSP_MEDF: + +RNGFND4\_WSP\_MEDF: Moving Median Filter +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the window size for the real\-time median filter\. When MEDF is greater than 0 the median filter is active + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND4_WSP_FRQ: + +RNGFND4\_WSP\_FRQ: Frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the repetition frequency of the ranging operation in Hertz\. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers\. + + ++------------+ +| Range | ++============+ +| 0 to 10000 | ++------------+ + + + + +.. _RNGFND4_WSP_AVG: + +RNGFND4\_WSP\_AVG: Multi\-pulse averages +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the number of pulses to be used in multi\-pulse averaging mode\. In this mode\, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND4_WSP_THR: + +RNGFND4\_WSP\_THR: Sensitivity threshold +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the system sensitivity\. Larger values of THR represent higher sensitivity\. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory\. Set to \-1 for automatic threshold adjustments + + ++-----------+ +| Range | ++===========+ +| -1 to 255 | ++-----------+ + + + + +.. _RNGFND4_WSP_BAUD: + +RNGFND4\_WSP\_BAUD: Baud rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Desired baud rate + + ++------------------------+ +| Values | ++========================+ +| +-------+------------+ | +| | Value | Meaning | | +| +=======+============+ | +| | 0 | Low Speed | | +| +-------+------------+ | +| | 1 | High Speed | | +| +-------+------------+ | +| | ++------------------------+ + + + + +.. _RNGFND4_RECV_ID: + +RNGFND4\_RECV\_ID: RangeFinder CAN receive ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The receive ID of the CAN frames\. A value of zero means all IDs are accepted\. + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + +.. _RNGFND4_SNR_MIN: + +RNGFND4\_SNR\_MIN: RangeFinder Minimum signal strength +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RangeFinder Minimum signal strength \(SNR\) to accept distance + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + + +.. _parameters_RNGFND5_: + +RNGFND5\_ Parameters +-------------------- + + +.. _RNGFND5_TYPE: + +RNGFND5\_TYPE: Rangefinder type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of connected rangefinder + + ++------------------------------------+ +| Values | ++====================================+ +| +-------+------------------------+ | +| | Value | Meaning | | +| +=======+========================+ | +| | 0 | None | | +| +-------+------------------------+ | +| | 1 | Analog | | +| +-------+------------------------+ | +| | 2 | MaxbotixI2C | | +| +-------+------------------------+ | +| | 3 | LidarLite-I2C | | +| +-------+------------------------+ | +| | 5 | PWM | | +| +-------+------------------------+ | +| | 6 | BBB-PRU | | +| +-------+------------------------+ | +| | 7 | LightWareI2C | | +| +-------+------------------------+ | +| | 8 | LightWareSerial | | +| +-------+------------------------+ | +| | 9 | Bebop | | +| +-------+------------------------+ | +| | 10 | MAVLink | | +| +-------+------------------------+ | +| | 11 | USD1_Serial | | +| +-------+------------------------+ | +| | 12 | LeddarOne | | +| +-------+------------------------+ | +| | 13 | MaxbotixSerial | | +| +-------+------------------------+ | +| | 14 | TeraRangerI2C | | +| +-------+------------------------+ | +| | 15 | LidarLiteV3-I2C | | +| +-------+------------------------+ | +| | 16 | VL53L0X or VL53L1X | | +| +-------+------------------------+ | +| | 17 | NMEA | | +| +-------+------------------------+ | +| | 18 | WASP-LRF | | +| +-------+------------------------+ | +| | 19 | BenewakeTF02 | | +| +-------+------------------------+ | +| | 20 | Benewake-Serial | | +| +-------+------------------------+ | +| | 21 | LidarLightV3HP | | +| +-------+------------------------+ | +| | 22 | PWM | | +| +-------+------------------------+ | +| | 23 | BlueRoboticsPing | | +| +-------+------------------------+ | +| | 24 | DroneCAN | | +| +-------+------------------------+ | +| | 25 | BenewakeTFminiPlus-I2C | | +| +-------+------------------------+ | +| | 26 | LanbaoPSK-CM8JL65-CC5 | | +| +-------+------------------------+ | +| | 27 | BenewakeTF03 | | +| +-------+------------------------+ | +| | 28 | VL53L1X-ShortRange | | +| +-------+------------------------+ | +| | 29 | LeddarVu8-Serial | | +| +-------+------------------------+ | +| | 30 | HC-SR04 | | +| +-------+------------------------+ | +| | 31 | GYUS42v2 | | +| +-------+------------------------+ | +| | 32 | MSP | | +| +-------+------------------------+ | +| | 33 | USD1_CAN | | +| +-------+------------------------+ | +| | 34 | Benewake_CAN | | +| +-------+------------------------+ | +| | 35 | TeraRangerSerial | | +| +-------+------------------------+ | +| | 36 | Lua_Scripting | | +| +-------+------------------------+ | +| | 37 | NoopLoop_TOFSense | | +| +-------+------------------------+ | +| | 38 | NoopLoop_TOFSense_CAN | | +| +-------+------------------------+ | +| | 39 | NRA24_CAN | | +| +-------+------------------------+ | +| | 40 | NoopLoop_TOFSenseF_I2C | | +| +-------+------------------------+ | +| | 41 | JRE_Serial | | +| +-------+------------------------+ | +| | 100 | SITL | | +| +-------+------------------------+ | +| | ++------------------------------------+ + + + + +.. _RNGFND5_PIN: + +RNGFND5\_PIN: Rangefinder pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog or PWM input pin that rangefinder is connected to\. Airspeed ports can be used for Analog input\, AUXOUT can be used for PWM input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. For PWM input\, the pin must be configured as a digital GPIO\, see the Wiki\'s \"GPIOs\" section for details\. + + ++---------------------------------------+ +| Values | ++=======================================+ +| +-------+---------------------------+ | +| | Value | Meaning | | +| +=======+===========================+ | +| | -1 | Not Used | | +| +-------+---------------------------+ | +| | 11 | Pixracer | | +| +-------+---------------------------+ | +| | 13 | Pixhawk ADC4 | | +| +-------+---------------------------+ | +| | 14 | Pixhawk ADC3 | | +| +-------+---------------------------+ | +| | 15 | Pixhawk ADC6/Pixhawk2 ADC | | +| +-------+---------------------------+ | +| | 50 | AUX1 | | +| +-------+---------------------------+ | +| | 51 | AUX2 | | +| +-------+---------------------------+ | +| | 52 | AUX3 | | +| +-------+---------------------------+ | +| | 53 | AUX4 | | +| +-------+---------------------------+ | +| | 54 | AUX5 | | +| +-------+---------------------------+ | +| | 55 | AUX6 | | +| +-------+---------------------------+ | +| | 103 | Pixhawk SBUS | | +| +-------+---------------------------+ | +| | ++---------------------------------------+ + + + + +.. _RNGFND5_SCALING: + +RNGFND5\_SCALING: Rangefinder scaling +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Scaling factor between rangefinder reading and distance\. For the linear and inverted functions this is in meters per volt\. For the hyperbolic function the units are meterVolts\. For Maxbotix serial sonar this is unit conversion to meters\. + + ++-----------+-----------------+ +| Increment | Units | ++===========+=================+ +| 0.001 | meters per volt | ++-----------+-----------------+ + + + + +.. _RNGFND5_OFFSET: + +RNGFND5\_OFFSET: rangefinder offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Offset in volts for zero distance for analog rangefinders\. Offset added to distance in centimeters for PWM lidars + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.001 | volt | ++-----------+-------+ + + + + +.. _RNGFND5_FUNCTION: + +RNGFND5\_FUNCTION: Rangefinder function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +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 | Meaning | | +| +=======+============+ | +| | 0 | Linear | | +| +-------+------------+ | +| | 1 | Inverted | | +| +-------+------------+ | +| | 2 | Hyperbolic | | +| +-------+------------+ | +| | ++------------------------+ + + + + +.. _RNGFND5_MIN_CM: + +RNGFND5\_MIN\_CM: Rangefinder minimum distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum distance in centimeters that rangefinder can reliably read + + ++-----------+-------------+ +| Increment | Units | ++===========+=============+ +| 1 | centimeters | ++-----------+-------------+ + + + + +.. _RNGFND5_MAX_CM: + +RNGFND5\_MAX\_CM: Rangefinder maximum distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum distance in centimeters that rangefinder can reliably read + + ++-----------+-------------+ +| Increment | Units | ++===========+=============+ +| 1 | centimeters | ++-----------+-------------+ + + + + +.. _RNGFND5_STOP_PIN: + +RNGFND5\_STOP\_PIN: Rangefinder stop pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin that enables\/disables rangefinder measurement for the pwm rangefinder\. A value of \-1 means no pin\. If this is set\, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it\. This is used to enable powersaving when out of range\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++----------------------------+ +| Values | ++============================+ +| +-------+----------------+ | +| | Value | Meaning | | +| +=======+================+ | +| | -1 | Not Used | | +| +-------+----------------+ | +| | 50 | AUX1 | | +| +-------+----------------+ | +| | 51 | AUX2 | | +| +-------+----------------+ | +| | 52 | AUX3 | | +| +-------+----------------+ | +| | 53 | AUX4 | | +| +-------+----------------+ | +| | 54 | AUX5 | | +| +-------+----------------+ | +| | 55 | AUX6 | | +| +-------+----------------+ | +| | 111 | PX4 FMU Relay1 | | +| +-------+----------------+ | +| | 112 | PX4 FMU Relay2 | | +| +-------+----------------+ | +| | 113 | PX4IO Relay1 | | +| +-------+----------------+ | +| | 114 | PX4IO Relay2 | | +| +-------+----------------+ | +| | 115 | PX4IO ACC1 | | +| +-------+----------------+ | +| | 116 | PX4IO ACC2 | | +| +-------+----------------+ | +| | ++----------------------------+ + + + + +.. _RNGFND5_RMETRIC: + +RNGFND5\_RMETRIC: Ratiometric +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets whether an analog rangefinder is ratiometric\. Most analog rangefinders are ratiometric\, meaning that their output voltage is influenced by the supply voltage\. Some analog rangefinders \(such as the SF\/02\) have their own internal voltage regulators so they are not ratiometric\. + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 0 | No | | +| +-------+---------+ | +| | 1 | Yes | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _RNGFND5_PWRRNG: + +RNGFND5\_PWRRNG: Powersave range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode \(if available\)\. A value of zero means power saving is not enabled + + ++------------+--------+ +| Range | Units | ++============+========+ +| 0 to 32767 | meters | ++------------+--------+ + + + + +.. _RNGFND5_GNDCLEAR: + +RNGFND5\_GNDCLEAR: Distance \(in cm\) from the range finder to the ground +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets the expected range measurement\(in cm\) that the range finder should return when the vehicle is on the ground\. + + ++-----------+----------+-------------+ +| Increment | Range | Units | ++===========+==========+=============+ +| 1 | 5 to 127 | centimeters | ++-----------+----------+-------------+ + + + + +.. _RNGFND5_ADDR: + +RNGFND5\_ADDR: Bus address of sensor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the bus address of the sensor\, where applicable\. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 1 | 0 to 127 | ++-----------+----------+ + + + + +.. _RNGFND5_POS_X: + +RNGFND5\_POS\_X: X position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +X position of the rangefinder in body frame\. Positive X is forward of the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND5_POS_Y: + +RNGFND5\_POS\_Y: Y position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Y position of the rangefinder in body frame\. Positive Y is to the right of the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND5_POS_Z: + +RNGFND5\_POS\_Z: Z position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Z position of the rangefinder in body frame\. Positive Z is down from the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND5_ORIENT: + +RNGFND5\_ORIENT: Rangefinder orientation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Orientation of rangefinder + + ++---------------------------+ +| Values | ++===========================+ +| +-------+---------------+ | +| | Value | Meaning | | +| +=======+===============+ | +| | 0 | Forward | | +| +-------+---------------+ | +| | 1 | Forward-Right | | +| +-------+---------------+ | +| | 2 | Right | | +| +-------+---------------+ | +| | 3 | Back-Right | | +| +-------+---------------+ | +| | 4 | Back | | +| +-------+---------------+ | +| | 5 | Back-Left | | +| +-------+---------------+ | +| | 6 | Left | | +| +-------+---------------+ | +| | 7 | Forward-Left | | +| +-------+---------------+ | +| | 24 | Up | | +| +-------+---------------+ | +| | 25 | Down | | +| +-------+---------------+ | +| | ++---------------------------+ + + + + +.. _RNGFND5_WSP_MAVG: + +RNGFND5\_WSP\_MAVG: Moving Average Range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the number of historic range results to use for calculating the current range result\. When MAVG is greater than 1\, the current range result will be the current measured value averaged with the N\-1 previous results + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND5_WSP_MEDF: + +RNGFND5\_WSP\_MEDF: Moving Median Filter +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the window size for the real\-time median filter\. When MEDF is greater than 0 the median filter is active + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND5_WSP_FRQ: + +RNGFND5\_WSP\_FRQ: Frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the repetition frequency of the ranging operation in Hertz\. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers\. + + ++------------+ +| Range | ++============+ +| 0 to 10000 | ++------------+ + + + + +.. _RNGFND5_WSP_AVG: + +RNGFND5\_WSP\_AVG: Multi\-pulse averages +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the number of pulses to be used in multi\-pulse averaging mode\. In this mode\, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND5_WSP_THR: + +RNGFND5\_WSP\_THR: Sensitivity threshold +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the system sensitivity\. Larger values of THR represent higher sensitivity\. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory\. Set to \-1 for automatic threshold adjustments + + ++-----------+ +| Range | ++===========+ +| -1 to 255 | ++-----------+ + + + + +.. _RNGFND5_WSP_BAUD: + +RNGFND5\_WSP\_BAUD: Baud rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Desired baud rate + + ++------------------------+ +| Values | ++========================+ +| +-------+------------+ | +| | Value | Meaning | | +| +=======+============+ | +| | 0 | Low Speed | | +| +-------+------------+ | +| | 1 | High Speed | | +| +-------+------------+ | +| | ++------------------------+ + + + + +.. _RNGFND5_RECV_ID: + +RNGFND5\_RECV\_ID: RangeFinder CAN receive ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The receive ID of the CAN frames\. A value of zero means all IDs are accepted\. + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + +.. _RNGFND5_SNR_MIN: + +RNGFND5\_SNR\_MIN: RangeFinder Minimum signal strength +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RangeFinder Minimum signal strength \(SNR\) to accept distance + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + + +.. _parameters_RNGFND6_: + +RNGFND6\_ Parameters +-------------------- + + +.. _RNGFND6_TYPE: + +RNGFND6\_TYPE: Rangefinder type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of connected rangefinder + + ++------------------------------------+ +| Values | ++====================================+ +| +-------+------------------------+ | +| | Value | Meaning | | +| +=======+========================+ | +| | 0 | None | | +| +-------+------------------------+ | +| | 1 | Analog | | +| +-------+------------------------+ | +| | 2 | MaxbotixI2C | | +| +-------+------------------------+ | +| | 3 | LidarLite-I2C | | +| +-------+------------------------+ | +| | 5 | PWM | | +| +-------+------------------------+ | +| | 6 | BBB-PRU | | +| +-------+------------------------+ | +| | 7 | LightWareI2C | | +| +-------+------------------------+ | +| | 8 | LightWareSerial | | +| +-------+------------------------+ | +| | 9 | Bebop | | +| +-------+------------------------+ | +| | 10 | MAVLink | | +| +-------+------------------------+ | +| | 11 | USD1_Serial | | +| +-------+------------------------+ | +| | 12 | LeddarOne | | +| +-------+------------------------+ | +| | 13 | MaxbotixSerial | | +| +-------+------------------------+ | +| | 14 | TeraRangerI2C | | +| +-------+------------------------+ | +| | 15 | LidarLiteV3-I2C | | +| +-------+------------------------+ | +| | 16 | VL53L0X or VL53L1X | | +| +-------+------------------------+ | +| | 17 | NMEA | | +| +-------+------------------------+ | +| | 18 | WASP-LRF | | +| +-------+------------------------+ | +| | 19 | BenewakeTF02 | | +| +-------+------------------------+ | +| | 20 | Benewake-Serial | | +| +-------+------------------------+ | +| | 21 | LidarLightV3HP | | +| +-------+------------------------+ | +| | 22 | PWM | | +| +-------+------------------------+ | +| | 23 | BlueRoboticsPing | | +| +-------+------------------------+ | +| | 24 | DroneCAN | | +| +-------+------------------------+ | +| | 25 | BenewakeTFminiPlus-I2C | | +| +-------+------------------------+ | +| | 26 | LanbaoPSK-CM8JL65-CC5 | | +| +-------+------------------------+ | +| | 27 | BenewakeTF03 | | +| +-------+------------------------+ | +| | 28 | VL53L1X-ShortRange | | +| +-------+------------------------+ | +| | 29 | LeddarVu8-Serial | | +| +-------+------------------------+ | +| | 30 | HC-SR04 | | +| +-------+------------------------+ | +| | 31 | GYUS42v2 | | +| +-------+------------------------+ | +| | 32 | MSP | | +| +-------+------------------------+ | +| | 33 | USD1_CAN | | +| +-------+------------------------+ | +| | 34 | Benewake_CAN | | +| +-------+------------------------+ | +| | 35 | TeraRangerSerial | | +| +-------+------------------------+ | +| | 36 | Lua_Scripting | | +| +-------+------------------------+ | +| | 37 | NoopLoop_TOFSense | | +| +-------+------------------------+ | +| | 38 | NoopLoop_TOFSense_CAN | | +| +-------+------------------------+ | +| | 39 | NRA24_CAN | | +| +-------+------------------------+ | +| | 40 | NoopLoop_TOFSenseF_I2C | | +| +-------+------------------------+ | +| | 41 | JRE_Serial | | +| +-------+------------------------+ | +| | 100 | SITL | | +| +-------+------------------------+ | +| | ++------------------------------------+ + + + + +.. _RNGFND6_PIN: + +RNGFND6\_PIN: Rangefinder pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog or PWM input pin that rangefinder is connected to\. Airspeed ports can be used for Analog input\, AUXOUT can be used for PWM input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. For PWM input\, the pin must be configured as a digital GPIO\, see the Wiki\'s \"GPIOs\" section for details\. + + ++---------------------------------------+ +| Values | ++=======================================+ +| +-------+---------------------------+ | +| | Value | Meaning | | +| +=======+===========================+ | +| | -1 | Not Used | | +| +-------+---------------------------+ | +| | 11 | Pixracer | | +| +-------+---------------------------+ | +| | 13 | Pixhawk ADC4 | | +| +-------+---------------------------+ | +| | 14 | Pixhawk ADC3 | | +| +-------+---------------------------+ | +| | 15 | Pixhawk ADC6/Pixhawk2 ADC | | +| +-------+---------------------------+ | +| | 50 | AUX1 | | +| +-------+---------------------------+ | +| | 51 | AUX2 | | +| +-------+---------------------------+ | +| | 52 | AUX3 | | +| +-------+---------------------------+ | +| | 53 | AUX4 | | +| +-------+---------------------------+ | +| | 54 | AUX5 | | +| +-------+---------------------------+ | +| | 55 | AUX6 | | +| +-------+---------------------------+ | +| | 103 | Pixhawk SBUS | | +| +-------+---------------------------+ | +| | ++---------------------------------------+ + + + + +.. _RNGFND6_SCALING: + +RNGFND6\_SCALING: Rangefinder scaling +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Scaling factor between rangefinder reading and distance\. For the linear and inverted functions this is in meters per volt\. For the hyperbolic function the units are meterVolts\. For Maxbotix serial sonar this is unit conversion to meters\. + + ++-----------+-----------------+ +| Increment | Units | ++===========+=================+ +| 0.001 | meters per volt | ++-----------+-----------------+ + + + + +.. _RNGFND6_OFFSET: + +RNGFND6\_OFFSET: rangefinder offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Offset in volts for zero distance for analog rangefinders\. Offset added to distance in centimeters for PWM lidars + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.001 | volt | ++-----------+-------+ + + + + +.. _RNGFND6_FUNCTION: + +RNGFND6\_FUNCTION: Rangefinder function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +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 | Meaning | | +| +=======+============+ | +| | 0 | Linear | | +| +-------+------------+ | +| | 1 | Inverted | | +| +-------+------------+ | +| | 2 | Hyperbolic | | +| +-------+------------+ | +| | ++------------------------+ + + + + +.. _RNGFND6_MIN_CM: + +RNGFND6\_MIN\_CM: Rangefinder minimum distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum distance in centimeters that rangefinder can reliably read + + ++-----------+-------------+ +| Increment | Units | ++===========+=============+ +| 1 | centimeters | ++-----------+-------------+ + + + + +.. _RNGFND6_MAX_CM: + +RNGFND6\_MAX\_CM: Rangefinder maximum distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum distance in centimeters that rangefinder can reliably read + + ++-----------+-------------+ +| Increment | Units | ++===========+=============+ +| 1 | centimeters | ++-----------+-------------+ + + + + +.. _RNGFND6_STOP_PIN: + +RNGFND6\_STOP\_PIN: Rangefinder stop pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin that enables\/disables rangefinder measurement for the pwm rangefinder\. A value of \-1 means no pin\. If this is set\, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it\. This is used to enable powersaving when out of range\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++----------------------------+ +| Values | ++============================+ +| +-------+----------------+ | +| | Value | Meaning | | +| +=======+================+ | +| | -1 | Not Used | | +| +-------+----------------+ | +| | 50 | AUX1 | | +| +-------+----------------+ | +| | 51 | AUX2 | | +| +-------+----------------+ | +| | 52 | AUX3 | | +| +-------+----------------+ | +| | 53 | AUX4 | | +| +-------+----------------+ | +| | 54 | AUX5 | | +| +-------+----------------+ | +| | 55 | AUX6 | | +| +-------+----------------+ | +| | 111 | PX4 FMU Relay1 | | +| +-------+----------------+ | +| | 112 | PX4 FMU Relay2 | | +| +-------+----------------+ | +| | 113 | PX4IO Relay1 | | +| +-------+----------------+ | +| | 114 | PX4IO Relay2 | | +| +-------+----------------+ | +| | 115 | PX4IO ACC1 | | +| +-------+----------------+ | +| | 116 | PX4IO ACC2 | | +| +-------+----------------+ | +| | ++----------------------------+ + + + + +.. _RNGFND6_RMETRIC: + +RNGFND6\_RMETRIC: Ratiometric +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets whether an analog rangefinder is ratiometric\. Most analog rangefinders are ratiometric\, meaning that their output voltage is influenced by the supply voltage\. Some analog rangefinders \(such as the SF\/02\) have their own internal voltage regulators so they are not ratiometric\. + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 0 | No | | +| +-------+---------+ | +| | 1 | Yes | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _RNGFND6_PWRRNG: + +RNGFND6\_PWRRNG: Powersave range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode \(if available\)\. A value of zero means power saving is not enabled + + ++------------+--------+ +| Range | Units | ++============+========+ +| 0 to 32767 | meters | ++------------+--------+ + + + + +.. _RNGFND6_GNDCLEAR: + +RNGFND6\_GNDCLEAR: Distance \(in cm\) from the range finder to the ground +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets the expected range measurement\(in cm\) that the range finder should return when the vehicle is on the ground\. + + ++-----------+----------+-------------+ +| Increment | Range | Units | ++===========+==========+=============+ +| 1 | 5 to 127 | centimeters | ++-----------+----------+-------------+ + + + + +.. _RNGFND6_ADDR: + +RNGFND6\_ADDR: Bus address of sensor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the bus address of the sensor\, where applicable\. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 1 | 0 to 127 | ++-----------+----------+ + + + + +.. _RNGFND6_POS_X: + +RNGFND6\_POS\_X: X position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +X position of the rangefinder in body frame\. Positive X is forward of the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND6_POS_Y: + +RNGFND6\_POS\_Y: Y position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Y position of the rangefinder in body frame\. Positive Y is to the right of the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND6_POS_Z: + +RNGFND6\_POS\_Z: Z position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Z position of the rangefinder in body frame\. Positive Z is down from the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND6_ORIENT: + +RNGFND6\_ORIENT: Rangefinder orientation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Orientation of rangefinder + + ++---------------------------+ +| Values | ++===========================+ +| +-------+---------------+ | +| | Value | Meaning | | +| +=======+===============+ | +| | 0 | Forward | | +| +-------+---------------+ | +| | 1 | Forward-Right | | +| +-------+---------------+ | +| | 2 | Right | | +| +-------+---------------+ | +| | 3 | Back-Right | | +| +-------+---------------+ | +| | 4 | Back | | +| +-------+---------------+ | +| | 5 | Back-Left | | +| +-------+---------------+ | +| | 6 | Left | | +| +-------+---------------+ | +| | 7 | Forward-Left | | +| +-------+---------------+ | +| | 24 | Up | | +| +-------+---------------+ | +| | 25 | Down | | +| +-------+---------------+ | +| | ++---------------------------+ + + + + +.. _RNGFND6_WSP_MAVG: + +RNGFND6\_WSP\_MAVG: Moving Average Range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the number of historic range results to use for calculating the current range result\. When MAVG is greater than 1\, the current range result will be the current measured value averaged with the N\-1 previous results + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND6_WSP_MEDF: + +RNGFND6\_WSP\_MEDF: Moving Median Filter +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the window size for the real\-time median filter\. When MEDF is greater than 0 the median filter is active + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND6_WSP_FRQ: + +RNGFND6\_WSP\_FRQ: Frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the repetition frequency of the ranging operation in Hertz\. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers\. + + ++------------+ +| Range | ++============+ +| 0 to 10000 | ++------------+ + + + + +.. _RNGFND6_WSP_AVG: + +RNGFND6\_WSP\_AVG: Multi\-pulse averages +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the number of pulses to be used in multi\-pulse averaging mode\. In this mode\, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND6_WSP_THR: + +RNGFND6\_WSP\_THR: Sensitivity threshold +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the system sensitivity\. Larger values of THR represent higher sensitivity\. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory\. Set to \-1 for automatic threshold adjustments + + ++-----------+ +| Range | ++===========+ +| -1 to 255 | ++-----------+ + + + + +.. _RNGFND6_WSP_BAUD: + +RNGFND6\_WSP\_BAUD: Baud rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Desired baud rate + + ++------------------------+ +| Values | ++========================+ +| +-------+------------+ | +| | Value | Meaning | | +| +=======+============+ | +| | 0 | Low Speed | | +| +-------+------------+ | +| | 1 | High Speed | | +| +-------+------------+ | +| | ++------------------------+ + + + + +.. _RNGFND6_RECV_ID: + +RNGFND6\_RECV\_ID: RangeFinder CAN receive ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The receive ID of the CAN frames\. A value of zero means all IDs are accepted\. + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + +.. _RNGFND6_SNR_MIN: + +RNGFND6\_SNR\_MIN: RangeFinder Minimum signal strength +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RangeFinder Minimum signal strength \(SNR\) to accept distance + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + + +.. _parameters_RNGFND7_: + +RNGFND7\_ Parameters +-------------------- + + +.. _RNGFND7_TYPE: + +RNGFND7\_TYPE: Rangefinder type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of connected rangefinder + + ++------------------------------------+ +| Values | ++====================================+ +| +-------+------------------------+ | +| | Value | Meaning | | +| +=======+========================+ | +| | 0 | None | | +| +-------+------------------------+ | +| | 1 | Analog | | +| +-------+------------------------+ | +| | 2 | MaxbotixI2C | | +| +-------+------------------------+ | +| | 3 | LidarLite-I2C | | +| +-------+------------------------+ | +| | 5 | PWM | | +| +-------+------------------------+ | +| | 6 | BBB-PRU | | +| +-------+------------------------+ | +| | 7 | LightWareI2C | | +| +-------+------------------------+ | +| | 8 | LightWareSerial | | +| +-------+------------------------+ | +| | 9 | Bebop | | +| +-------+------------------------+ | +| | 10 | MAVLink | | +| +-------+------------------------+ | +| | 11 | USD1_Serial | | +| +-------+------------------------+ | +| | 12 | LeddarOne | | +| +-------+------------------------+ | +| | 13 | MaxbotixSerial | | +| +-------+------------------------+ | +| | 14 | TeraRangerI2C | | +| +-------+------------------------+ | +| | 15 | LidarLiteV3-I2C | | +| +-------+------------------------+ | +| | 16 | VL53L0X or VL53L1X | | +| +-------+------------------------+ | +| | 17 | NMEA | | +| +-------+------------------------+ | +| | 18 | WASP-LRF | | +| +-------+------------------------+ | +| | 19 | BenewakeTF02 | | +| +-------+------------------------+ | +| | 20 | Benewake-Serial | | +| +-------+------------------------+ | +| | 21 | LidarLightV3HP | | +| +-------+------------------------+ | +| | 22 | PWM | | +| +-------+------------------------+ | +| | 23 | BlueRoboticsPing | | +| +-------+------------------------+ | +| | 24 | DroneCAN | | +| +-------+------------------------+ | +| | 25 | BenewakeTFminiPlus-I2C | | +| +-------+------------------------+ | +| | 26 | LanbaoPSK-CM8JL65-CC5 | | +| +-------+------------------------+ | +| | 27 | BenewakeTF03 | | +| +-------+------------------------+ | +| | 28 | VL53L1X-ShortRange | | +| +-------+------------------------+ | +| | 29 | LeddarVu8-Serial | | +| +-------+------------------------+ | +| | 30 | HC-SR04 | | +| +-------+------------------------+ | +| | 31 | GYUS42v2 | | +| +-------+------------------------+ | +| | 32 | MSP | | +| +-------+------------------------+ | +| | 33 | USD1_CAN | | +| +-------+------------------------+ | +| | 34 | Benewake_CAN | | +| +-------+------------------------+ | +| | 35 | TeraRangerSerial | | +| +-------+------------------------+ | +| | 36 | Lua_Scripting | | +| +-------+------------------------+ | +| | 37 | NoopLoop_TOFSense | | +| +-------+------------------------+ | +| | 38 | NoopLoop_TOFSense_CAN | | +| +-------+------------------------+ | +| | 39 | NRA24_CAN | | +| +-------+------------------------+ | +| | 40 | NoopLoop_TOFSenseF_I2C | | +| +-------+------------------------+ | +| | 41 | JRE_Serial | | +| +-------+------------------------+ | +| | 100 | SITL | | +| +-------+------------------------+ | +| | ++------------------------------------+ + + + + +.. _RNGFND7_PIN: + +RNGFND7\_PIN: Rangefinder pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog or PWM input pin that rangefinder is connected to\. Airspeed ports can be used for Analog input\, AUXOUT can be used for PWM input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. For PWM input\, the pin must be configured as a digital GPIO\, see the Wiki\'s \"GPIOs\" section for details\. + + ++---------------------------------------+ +| Values | ++=======================================+ +| +-------+---------------------------+ | +| | Value | Meaning | | +| +=======+===========================+ | +| | -1 | Not Used | | +| +-------+---------------------------+ | +| | 11 | Pixracer | | +| +-------+---------------------------+ | +| | 13 | Pixhawk ADC4 | | +| +-------+---------------------------+ | +| | 14 | Pixhawk ADC3 | | +| +-------+---------------------------+ | +| | 15 | Pixhawk ADC6/Pixhawk2 ADC | | +| +-------+---------------------------+ | +| | 50 | AUX1 | | +| +-------+---------------------------+ | +| | 51 | AUX2 | | +| +-------+---------------------------+ | +| | 52 | AUX3 | | +| +-------+---------------------------+ | +| | 53 | AUX4 | | +| +-------+---------------------------+ | +| | 54 | AUX5 | | +| +-------+---------------------------+ | +| | 55 | AUX6 | | +| +-------+---------------------------+ | +| | 103 | Pixhawk SBUS | | +| +-------+---------------------------+ | +| | ++---------------------------------------+ + + + + +.. _RNGFND7_SCALING: + +RNGFND7\_SCALING: Rangefinder scaling +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Scaling factor between rangefinder reading and distance\. For the linear and inverted functions this is in meters per volt\. For the hyperbolic function the units are meterVolts\. For Maxbotix serial sonar this is unit conversion to meters\. + + ++-----------+-----------------+ +| Increment | Units | ++===========+=================+ +| 0.001 | meters per volt | ++-----------+-----------------+ + + + + +.. _RNGFND7_OFFSET: + +RNGFND7\_OFFSET: rangefinder offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Offset in volts for zero distance for analog rangefinders\. Offset added to distance in centimeters for PWM lidars + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.001 | volt | ++-----------+-------+ + + + + +.. _RNGFND7_FUNCTION: + +RNGFND7\_FUNCTION: Rangefinder function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +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 | Meaning | | +| +=======+============+ | +| | 0 | Linear | | +| +-------+------------+ | +| | 1 | Inverted | | +| +-------+------------+ | +| | 2 | Hyperbolic | | +| +-------+------------+ | +| | ++------------------------+ + + + + +.. _RNGFND7_MIN_CM: + +RNGFND7\_MIN\_CM: Rangefinder minimum distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum distance in centimeters that rangefinder can reliably read + + ++-----------+-------------+ +| Increment | Units | ++===========+=============+ +| 1 | centimeters | ++-----------+-------------+ + + + + +.. _RNGFND7_MAX_CM: + +RNGFND7\_MAX\_CM: Rangefinder maximum distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum distance in centimeters that rangefinder can reliably read + + ++-----------+-------------+ +| Increment | Units | ++===========+=============+ +| 1 | centimeters | ++-----------+-------------+ + + + + +.. _RNGFND7_STOP_PIN: + +RNGFND7\_STOP\_PIN: Rangefinder stop pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin that enables\/disables rangefinder measurement for the pwm rangefinder\. A value of \-1 means no pin\. If this is set\, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it\. This is used to enable powersaving when out of range\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++----------------------------+ +| Values | ++============================+ +| +-------+----------------+ | +| | Value | Meaning | | +| +=======+================+ | +| | -1 | Not Used | | +| +-------+----------------+ | +| | 50 | AUX1 | | +| +-------+----------------+ | +| | 51 | AUX2 | | +| +-------+----------------+ | +| | 52 | AUX3 | | +| +-------+----------------+ | +| | 53 | AUX4 | | +| +-------+----------------+ | +| | 54 | AUX5 | | +| +-------+----------------+ | +| | 55 | AUX6 | | +| +-------+----------------+ | +| | 111 | PX4 FMU Relay1 | | +| +-------+----------------+ | +| | 112 | PX4 FMU Relay2 | | +| +-------+----------------+ | +| | 113 | PX4IO Relay1 | | +| +-------+----------------+ | +| | 114 | PX4IO Relay2 | | +| +-------+----------------+ | +| | 115 | PX4IO ACC1 | | +| +-------+----------------+ | +| | 116 | PX4IO ACC2 | | +| +-------+----------------+ | +| | ++----------------------------+ + + + + +.. _RNGFND7_RMETRIC: + +RNGFND7\_RMETRIC: Ratiometric +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets whether an analog rangefinder is ratiometric\. Most analog rangefinders are ratiometric\, meaning that their output voltage is influenced by the supply voltage\. Some analog rangefinders \(such as the SF\/02\) have their own internal voltage regulators so they are not ratiometric\. + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 0 | No | | +| +-------+---------+ | +| | 1 | Yes | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _RNGFND7_PWRRNG: + +RNGFND7\_PWRRNG: Powersave range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode \(if available\)\. A value of zero means power saving is not enabled + + ++------------+--------+ +| Range | Units | ++============+========+ +| 0 to 32767 | meters | ++------------+--------+ + + + + +.. _RNGFND7_GNDCLEAR: + +RNGFND7\_GNDCLEAR: Distance \(in cm\) from the range finder to the ground +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets the expected range measurement\(in cm\) that the range finder should return when the vehicle is on the ground\. + + ++-----------+----------+-------------+ +| Increment | Range | Units | ++===========+==========+=============+ +| 1 | 5 to 127 | centimeters | ++-----------+----------+-------------+ + + + + +.. _RNGFND7_ADDR: + +RNGFND7\_ADDR: Bus address of sensor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the bus address of the sensor\, where applicable\. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 1 | 0 to 127 | ++-----------+----------+ + + + + +.. _RNGFND7_POS_X: + +RNGFND7\_POS\_X: X position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +X position of the rangefinder in body frame\. Positive X is forward of the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND7_POS_Y: + +RNGFND7\_POS\_Y: Y position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Y position of the rangefinder in body frame\. Positive Y is to the right of the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND7_POS_Z: + +RNGFND7\_POS\_Z: Z position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Z position of the rangefinder in body frame\. Positive Z is down from the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND7_ORIENT: + +RNGFND7\_ORIENT: Rangefinder orientation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Orientation of rangefinder + + ++---------------------------+ +| Values | ++===========================+ +| +-------+---------------+ | +| | Value | Meaning | | +| +=======+===============+ | +| | 0 | Forward | | +| +-------+---------------+ | +| | 1 | Forward-Right | | +| +-------+---------------+ | +| | 2 | Right | | +| +-------+---------------+ | +| | 3 | Back-Right | | +| +-------+---------------+ | +| | 4 | Back | | +| +-------+---------------+ | +| | 5 | Back-Left | | +| +-------+---------------+ | +| | 6 | Left | | +| +-------+---------------+ | +| | 7 | Forward-Left | | +| +-------+---------------+ | +| | 24 | Up | | +| +-------+---------------+ | +| | 25 | Down | | +| +-------+---------------+ | +| | ++---------------------------+ + + + + +.. _RNGFND7_WSP_MAVG: + +RNGFND7\_WSP\_MAVG: Moving Average Range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the number of historic range results to use for calculating the current range result\. When MAVG is greater than 1\, the current range result will be the current measured value averaged with the N\-1 previous results + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND7_WSP_MEDF: + +RNGFND7\_WSP\_MEDF: Moving Median Filter +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the window size for the real\-time median filter\. When MEDF is greater than 0 the median filter is active + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND7_WSP_FRQ: + +RNGFND7\_WSP\_FRQ: Frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the repetition frequency of the ranging operation in Hertz\. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers\. + + ++------------+ +| Range | ++============+ +| 0 to 10000 | ++------------+ + + + + +.. _RNGFND7_WSP_AVG: + +RNGFND7\_WSP\_AVG: Multi\-pulse averages +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the number of pulses to be used in multi\-pulse averaging mode\. In this mode\, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND7_WSP_THR: + +RNGFND7\_WSP\_THR: Sensitivity threshold +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the system sensitivity\. Larger values of THR represent higher sensitivity\. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory\. Set to \-1 for automatic threshold adjustments + + ++-----------+ +| Range | ++===========+ +| -1 to 255 | ++-----------+ + + + + +.. _RNGFND7_WSP_BAUD: + +RNGFND7\_WSP\_BAUD: Baud rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Desired baud rate + + ++------------------------+ +| Values | ++========================+ +| +-------+------------+ | +| | Value | Meaning | | +| +=======+============+ | +| | 0 | Low Speed | | +| +-------+------------+ | +| | 1 | High Speed | | +| +-------+------------+ | +| | ++------------------------+ + + + + +.. _RNGFND7_RECV_ID: + +RNGFND7\_RECV\_ID: RangeFinder CAN receive ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The receive ID of the CAN frames\. A value of zero means all IDs are accepted\. + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + +.. _RNGFND7_SNR_MIN: + +RNGFND7\_SNR\_MIN: RangeFinder Minimum signal strength +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RangeFinder Minimum signal strength \(SNR\) to accept distance + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + + +.. _parameters_RNGFND8_: + +RNGFND8\_ Parameters +-------------------- + + +.. _RNGFND8_TYPE: + +RNGFND8\_TYPE: Rangefinder type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of connected rangefinder + + ++------------------------------------+ +| Values | ++====================================+ +| +-------+------------------------+ | +| | Value | Meaning | | +| +=======+========================+ | +| | 0 | None | | +| +-------+------------------------+ | +| | 1 | Analog | | +| +-------+------------------------+ | +| | 2 | MaxbotixI2C | | +| +-------+------------------------+ | +| | 3 | LidarLite-I2C | | +| +-------+------------------------+ | +| | 5 | PWM | | +| +-------+------------------------+ | +| | 6 | BBB-PRU | | +| +-------+------------------------+ | +| | 7 | LightWareI2C | | +| +-------+------------------------+ | +| | 8 | LightWareSerial | | +| +-------+------------------------+ | +| | 9 | Bebop | | +| +-------+------------------------+ | +| | 10 | MAVLink | | +| +-------+------------------------+ | +| | 11 | USD1_Serial | | +| +-------+------------------------+ | +| | 12 | LeddarOne | | +| +-------+------------------------+ | +| | 13 | MaxbotixSerial | | +| +-------+------------------------+ | +| | 14 | TeraRangerI2C | | +| +-------+------------------------+ | +| | 15 | LidarLiteV3-I2C | | +| +-------+------------------------+ | +| | 16 | VL53L0X or VL53L1X | | +| +-------+------------------------+ | +| | 17 | NMEA | | +| +-------+------------------------+ | +| | 18 | WASP-LRF | | +| +-------+------------------------+ | +| | 19 | BenewakeTF02 | | +| +-------+------------------------+ | +| | 20 | Benewake-Serial | | +| +-------+------------------------+ | +| | 21 | LidarLightV3HP | | +| +-------+------------------------+ | +| | 22 | PWM | | +| +-------+------------------------+ | +| | 23 | BlueRoboticsPing | | +| +-------+------------------------+ | +| | 24 | DroneCAN | | +| +-------+------------------------+ | +| | 25 | BenewakeTFminiPlus-I2C | | +| +-------+------------------------+ | +| | 26 | LanbaoPSK-CM8JL65-CC5 | | +| +-------+------------------------+ | +| | 27 | BenewakeTF03 | | +| +-------+------------------------+ | +| | 28 | VL53L1X-ShortRange | | +| +-------+------------------------+ | +| | 29 | LeddarVu8-Serial | | +| +-------+------------------------+ | +| | 30 | HC-SR04 | | +| +-------+------------------------+ | +| | 31 | GYUS42v2 | | +| +-------+------------------------+ | +| | 32 | MSP | | +| +-------+------------------------+ | +| | 33 | USD1_CAN | | +| +-------+------------------------+ | +| | 34 | Benewake_CAN | | +| +-------+------------------------+ | +| | 35 | TeraRangerSerial | | +| +-------+------------------------+ | +| | 36 | Lua_Scripting | | +| +-------+------------------------+ | +| | 37 | NoopLoop_TOFSense | | +| +-------+------------------------+ | +| | 38 | NoopLoop_TOFSense_CAN | | +| +-------+------------------------+ | +| | 39 | NRA24_CAN | | +| +-------+------------------------+ | +| | 40 | NoopLoop_TOFSenseF_I2C | | +| +-------+------------------------+ | +| | 41 | JRE_Serial | | +| +-------+------------------------+ | +| | 100 | SITL | | +| +-------+------------------------+ | +| | ++------------------------------------+ + + + + +.. _RNGFND8_PIN: + +RNGFND8\_PIN: Rangefinder pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog or PWM input pin that rangefinder is connected to\. Airspeed ports can be used for Analog input\, AUXOUT can be used for PWM input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. For PWM input\, the pin must be configured as a digital GPIO\, see the Wiki\'s \"GPIOs\" section for details\. + + ++---------------------------------------+ +| Values | ++=======================================+ +| +-------+---------------------------+ | +| | Value | Meaning | | +| +=======+===========================+ | +| | -1 | Not Used | | +| +-------+---------------------------+ | +| | 11 | Pixracer | | +| +-------+---------------------------+ | +| | 13 | Pixhawk ADC4 | | +| +-------+---------------------------+ | +| | 14 | Pixhawk ADC3 | | +| +-------+---------------------------+ | +| | 15 | Pixhawk ADC6/Pixhawk2 ADC | | +| +-------+---------------------------+ | +| | 50 | AUX1 | | +| +-------+---------------------------+ | +| | 51 | AUX2 | | +| +-------+---------------------------+ | +| | 52 | AUX3 | | +| +-------+---------------------------+ | +| | 53 | AUX4 | | +| +-------+---------------------------+ | +| | 54 | AUX5 | | +| +-------+---------------------------+ | +| | 55 | AUX6 | | +| +-------+---------------------------+ | +| | 103 | Pixhawk SBUS | | +| +-------+---------------------------+ | +| | ++---------------------------------------+ + + + + +.. _RNGFND8_SCALING: + +RNGFND8\_SCALING: Rangefinder scaling +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Scaling factor between rangefinder reading and distance\. For the linear and inverted functions this is in meters per volt\. For the hyperbolic function the units are meterVolts\. For Maxbotix serial sonar this is unit conversion to meters\. + + ++-----------+-----------------+ +| Increment | Units | ++===========+=================+ +| 0.001 | meters per volt | ++-----------+-----------------+ + + + + +.. _RNGFND8_OFFSET: + +RNGFND8\_OFFSET: rangefinder offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Offset in volts for zero distance for analog rangefinders\. Offset added to distance in centimeters for PWM lidars + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.001 | volt | ++-----------+-------+ + + + + +.. _RNGFND8_FUNCTION: + +RNGFND8\_FUNCTION: Rangefinder function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +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 | Meaning | | +| +=======+============+ | +| | 0 | Linear | | +| +-------+------------+ | +| | 1 | Inverted | | +| +-------+------------+ | +| | 2 | Hyperbolic | | +| +-------+------------+ | +| | ++------------------------+ + + + + +.. _RNGFND8_MIN_CM: + +RNGFND8\_MIN\_CM: Rangefinder minimum distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum distance in centimeters that rangefinder can reliably read + + ++-----------+-------------+ +| Increment | Units | ++===========+=============+ +| 1 | centimeters | ++-----------+-------------+ + + + + +.. _RNGFND8_MAX_CM: + +RNGFND8\_MAX\_CM: Rangefinder maximum distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum distance in centimeters that rangefinder can reliably read + + ++-----------+-------------+ +| Increment | Units | ++===========+=============+ +| 1 | centimeters | ++-----------+-------------+ + + + + +.. _RNGFND8_STOP_PIN: + +RNGFND8\_STOP\_PIN: Rangefinder stop pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin that enables\/disables rangefinder measurement for the pwm rangefinder\. A value of \-1 means no pin\. If this is set\, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it\. This is used to enable powersaving when out of range\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++----------------------------+ +| Values | ++============================+ +| +-------+----------------+ | +| | Value | Meaning | | +| +=======+================+ | +| | -1 | Not Used | | +| +-------+----------------+ | +| | 50 | AUX1 | | +| +-------+----------------+ | +| | 51 | AUX2 | | +| +-------+----------------+ | +| | 52 | AUX3 | | +| +-------+----------------+ | +| | 53 | AUX4 | | +| +-------+----------------+ | +| | 54 | AUX5 | | +| +-------+----------------+ | +| | 55 | AUX6 | | +| +-------+----------------+ | +| | 111 | PX4 FMU Relay1 | | +| +-------+----------------+ | +| | 112 | PX4 FMU Relay2 | | +| +-------+----------------+ | +| | 113 | PX4IO Relay1 | | +| +-------+----------------+ | +| | 114 | PX4IO Relay2 | | +| +-------+----------------+ | +| | 115 | PX4IO ACC1 | | +| +-------+----------------+ | +| | 116 | PX4IO ACC2 | | +| +-------+----------------+ | +| | ++----------------------------+ + + + + +.. _RNGFND8_RMETRIC: + +RNGFND8\_RMETRIC: Ratiometric +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets whether an analog rangefinder is ratiometric\. Most analog rangefinders are ratiometric\, meaning that their output voltage is influenced by the supply voltage\. Some analog rangefinders \(such as the SF\/02\) have their own internal voltage regulators so they are not ratiometric\. + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 0 | No | | +| +-------+---------+ | +| | 1 | Yes | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _RNGFND8_PWRRNG: + +RNGFND8\_PWRRNG: Powersave range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode \(if available\)\. A value of zero means power saving is not enabled + + ++------------+--------+ +| Range | Units | ++============+========+ +| 0 to 32767 | meters | ++------------+--------+ + + + + +.. _RNGFND8_GNDCLEAR: + +RNGFND8\_GNDCLEAR: Distance \(in cm\) from the range finder to the ground +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets the expected range measurement\(in cm\) that the range finder should return when the vehicle is on the ground\. + + ++-----------+----------+-------------+ +| Increment | Range | Units | ++===========+==========+=============+ +| 1 | 5 to 127 | centimeters | ++-----------+----------+-------------+ + + + + +.. _RNGFND8_ADDR: + +RNGFND8\_ADDR: Bus address of sensor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the bus address of the sensor\, where applicable\. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 1 | 0 to 127 | ++-----------+----------+ + + + + +.. _RNGFND8_POS_X: + +RNGFND8\_POS\_X: X position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +X position of the rangefinder in body frame\. Positive X is forward of the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND8_POS_Y: + +RNGFND8\_POS\_Y: Y position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Y position of the rangefinder in body frame\. Positive Y is to the right of the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND8_POS_Z: + +RNGFND8\_POS\_Z: Z position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Z position of the rangefinder in body frame\. Positive Z is down from the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND8_ORIENT: + +RNGFND8\_ORIENT: Rangefinder orientation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Orientation of rangefinder + + ++---------------------------+ +| Values | ++===========================+ +| +-------+---------------+ | +| | Value | Meaning | | +| +=======+===============+ | +| | 0 | Forward | | +| +-------+---------------+ | +| | 1 | Forward-Right | | +| +-------+---------------+ | +| | 2 | Right | | +| +-------+---------------+ | +| | 3 | Back-Right | | +| +-------+---------------+ | +| | 4 | Back | | +| +-------+---------------+ | +| | 5 | Back-Left | | +| +-------+---------------+ | +| | 6 | Left | | +| +-------+---------------+ | +| | 7 | Forward-Left | | +| +-------+---------------+ | +| | 24 | Up | | +| +-------+---------------+ | +| | 25 | Down | | +| +-------+---------------+ | +| | ++---------------------------+ + + + + +.. _RNGFND8_WSP_MAVG: + +RNGFND8\_WSP\_MAVG: Moving Average Range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the number of historic range results to use for calculating the current range result\. When MAVG is greater than 1\, the current range result will be the current measured value averaged with the N\-1 previous results + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND8_WSP_MEDF: + +RNGFND8\_WSP\_MEDF: Moving Median Filter +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the window size for the real\-time median filter\. When MEDF is greater than 0 the median filter is active + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND8_WSP_FRQ: + +RNGFND8\_WSP\_FRQ: Frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the repetition frequency of the ranging operation in Hertz\. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers\. + + ++------------+ +| Range | ++============+ +| 0 to 10000 | ++------------+ + + + + +.. _RNGFND8_WSP_AVG: + +RNGFND8\_WSP\_AVG: Multi\-pulse averages +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the number of pulses to be used in multi\-pulse averaging mode\. In this mode\, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND8_WSP_THR: + +RNGFND8\_WSP\_THR: Sensitivity threshold +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the system sensitivity\. Larger values of THR represent higher sensitivity\. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory\. Set to \-1 for automatic threshold adjustments + + ++-----------+ +| Range | ++===========+ +| -1 to 255 | ++-----------+ + + + + +.. _RNGFND8_WSP_BAUD: + +RNGFND8\_WSP\_BAUD: Baud rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Desired baud rate + + ++------------------------+ +| Values | ++========================+ +| +-------+------------+ | +| | Value | Meaning | | +| +=======+============+ | +| | 0 | Low Speed | | +| +-------+------------+ | +| | 1 | High Speed | | +| +-------+------------+ | +| | ++------------------------+ + + + + +.. _RNGFND8_RECV_ID: + +RNGFND8\_RECV\_ID: RangeFinder CAN receive ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The receive ID of the CAN frames\. A value of zero means all IDs are accepted\. + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + +.. _RNGFND8_SNR_MIN: + +RNGFND8\_SNR\_MIN: RangeFinder Minimum signal strength +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RangeFinder Minimum signal strength \(SNR\) to accept distance + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + + +.. _parameters_RNGFND9_: + +RNGFND9\_ Parameters +-------------------- + + +.. _RNGFND9_TYPE: + +RNGFND9\_TYPE: Rangefinder type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of connected rangefinder + + ++------------------------------------+ +| Values | ++====================================+ +| +-------+------------------------+ | +| | Value | Meaning | | +| +=======+========================+ | +| | 0 | None | | +| +-------+------------------------+ | +| | 1 | Analog | | +| +-------+------------------------+ | +| | 2 | MaxbotixI2C | | +| +-------+------------------------+ | +| | 3 | LidarLite-I2C | | +| +-------+------------------------+ | +| | 5 | PWM | | +| +-------+------------------------+ | +| | 6 | BBB-PRU | | +| +-------+------------------------+ | +| | 7 | LightWareI2C | | +| +-------+------------------------+ | +| | 8 | LightWareSerial | | +| +-------+------------------------+ | +| | 9 | Bebop | | +| +-------+------------------------+ | +| | 10 | MAVLink | | +| +-------+------------------------+ | +| | 11 | USD1_Serial | | +| +-------+------------------------+ | +| | 12 | LeddarOne | | +| +-------+------------------------+ | +| | 13 | MaxbotixSerial | | +| +-------+------------------------+ | +| | 14 | TeraRangerI2C | | +| +-------+------------------------+ | +| | 15 | LidarLiteV3-I2C | | +| +-------+------------------------+ | +| | 16 | VL53L0X or VL53L1X | | +| +-------+------------------------+ | +| | 17 | NMEA | | +| +-------+------------------------+ | +| | 18 | WASP-LRF | | +| +-------+------------------------+ | +| | 19 | BenewakeTF02 | | +| +-------+------------------------+ | +| | 20 | Benewake-Serial | | +| +-------+------------------------+ | +| | 21 | LidarLightV3HP | | +| +-------+------------------------+ | +| | 22 | PWM | | +| +-------+------------------------+ | +| | 23 | BlueRoboticsPing | | +| +-------+------------------------+ | +| | 24 | DroneCAN | | +| +-------+------------------------+ | +| | 25 | BenewakeTFminiPlus-I2C | | +| +-------+------------------------+ | +| | 26 | LanbaoPSK-CM8JL65-CC5 | | +| +-------+------------------------+ | +| | 27 | BenewakeTF03 | | +| +-------+------------------------+ | +| | 28 | VL53L1X-ShortRange | | +| +-------+------------------------+ | +| | 29 | LeddarVu8-Serial | | +| +-------+------------------------+ | +| | 30 | HC-SR04 | | +| +-------+------------------------+ | +| | 31 | GYUS42v2 | | +| +-------+------------------------+ | +| | 32 | MSP | | +| +-------+------------------------+ | +| | 33 | USD1_CAN | | +| +-------+------------------------+ | +| | 34 | Benewake_CAN | | +| +-------+------------------------+ | +| | 35 | TeraRangerSerial | | +| +-------+------------------------+ | +| | 36 | Lua_Scripting | | +| +-------+------------------------+ | +| | 37 | NoopLoop_TOFSense | | +| +-------+------------------------+ | +| | 38 | NoopLoop_TOFSense_CAN | | +| +-------+------------------------+ | +| | 39 | NRA24_CAN | | +| +-------+------------------------+ | +| | 40 | NoopLoop_TOFSenseF_I2C | | +| +-------+------------------------+ | +| | 41 | JRE_Serial | | +| +-------+------------------------+ | +| | 100 | SITL | | +| +-------+------------------------+ | +| | ++------------------------------------+ + + + + +.. _RNGFND9_PIN: + +RNGFND9\_PIN: Rangefinder pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog or PWM input pin that rangefinder is connected to\. Airspeed ports can be used for Analog input\, AUXOUT can be used for PWM input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. For PWM input\, the pin must be configured as a digital GPIO\, see the Wiki\'s \"GPIOs\" section for details\. + + ++---------------------------------------+ +| Values | ++=======================================+ +| +-------+---------------------------+ | +| | Value | Meaning | | +| +=======+===========================+ | +| | -1 | Not Used | | +| +-------+---------------------------+ | +| | 11 | Pixracer | | +| +-------+---------------------------+ | +| | 13 | Pixhawk ADC4 | | +| +-------+---------------------------+ | +| | 14 | Pixhawk ADC3 | | +| +-------+---------------------------+ | +| | 15 | Pixhawk ADC6/Pixhawk2 ADC | | +| +-------+---------------------------+ | +| | 50 | AUX1 | | +| +-------+---------------------------+ | +| | 51 | AUX2 | | +| +-------+---------------------------+ | +| | 52 | AUX3 | | +| +-------+---------------------------+ | +| | 53 | AUX4 | | +| +-------+---------------------------+ | +| | 54 | AUX5 | | +| +-------+---------------------------+ | +| | 55 | AUX6 | | +| +-------+---------------------------+ | +| | 103 | Pixhawk SBUS | | +| +-------+---------------------------+ | +| | ++---------------------------------------+ + + + + +.. _RNGFND9_SCALING: + +RNGFND9\_SCALING: Rangefinder scaling +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Scaling factor between rangefinder reading and distance\. For the linear and inverted functions this is in meters per volt\. For the hyperbolic function the units are meterVolts\. For Maxbotix serial sonar this is unit conversion to meters\. + + ++-----------+-----------------+ +| Increment | Units | ++===========+=================+ +| 0.001 | meters per volt | ++-----------+-----------------+ + + + + +.. _RNGFND9_OFFSET: + +RNGFND9\_OFFSET: rangefinder offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Offset in volts for zero distance for analog rangefinders\. Offset added to distance in centimeters for PWM lidars + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.001 | volt | ++-----------+-------+ + + + + +.. _RNGFND9_FUNCTION: + +RNGFND9\_FUNCTION: Rangefinder function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +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 | Meaning | | +| +=======+============+ | +| | 0 | Linear | | +| +-------+------------+ | +| | 1 | Inverted | | +| +-------+------------+ | +| | 2 | Hyperbolic | | +| +-------+------------+ | +| | ++------------------------+ + + + + +.. _RNGFND9_MIN_CM: + +RNGFND9\_MIN\_CM: Rangefinder minimum distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum distance in centimeters that rangefinder can reliably read + + ++-----------+-------------+ +| Increment | Units | ++===========+=============+ +| 1 | centimeters | ++-----------+-------------+ + + + + +.. _RNGFND9_MAX_CM: + +RNGFND9\_MAX\_CM: Rangefinder maximum distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum distance in centimeters that rangefinder can reliably read + + ++-----------+-------------+ +| Increment | Units | ++===========+=============+ +| 1 | centimeters | ++-----------+-------------+ + + + + +.. _RNGFND9_STOP_PIN: + +RNGFND9\_STOP\_PIN: Rangefinder stop pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin that enables\/disables rangefinder measurement for the pwm rangefinder\. A value of \-1 means no pin\. If this is set\, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it\. This is used to enable powersaving when out of range\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++----------------------------+ +| Values | ++============================+ +| +-------+----------------+ | +| | Value | Meaning | | +| +=======+================+ | +| | -1 | Not Used | | +| +-------+----------------+ | +| | 50 | AUX1 | | +| +-------+----------------+ | +| | 51 | AUX2 | | +| +-------+----------------+ | +| | 52 | AUX3 | | +| +-------+----------------+ | +| | 53 | AUX4 | | +| +-------+----------------+ | +| | 54 | AUX5 | | +| +-------+----------------+ | +| | 55 | AUX6 | | +| +-------+----------------+ | +| | 111 | PX4 FMU Relay1 | | +| +-------+----------------+ | +| | 112 | PX4 FMU Relay2 | | +| +-------+----------------+ | +| | 113 | PX4IO Relay1 | | +| +-------+----------------+ | +| | 114 | PX4IO Relay2 | | +| +-------+----------------+ | +| | 115 | PX4IO ACC1 | | +| +-------+----------------+ | +| | 116 | PX4IO ACC2 | | +| +-------+----------------+ | +| | ++----------------------------+ + + + + +.. _RNGFND9_RMETRIC: + +RNGFND9\_RMETRIC: Ratiometric +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets whether an analog rangefinder is ratiometric\. Most analog rangefinders are ratiometric\, meaning that their output voltage is influenced by the supply voltage\. Some analog rangefinders \(such as the SF\/02\) have their own internal voltage regulators so they are not ratiometric\. + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 0 | No | | +| +-------+---------+ | +| | 1 | Yes | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _RNGFND9_PWRRNG: + +RNGFND9\_PWRRNG: Powersave range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode \(if available\)\. A value of zero means power saving is not enabled + + ++------------+--------+ +| Range | Units | ++============+========+ +| 0 to 32767 | meters | ++------------+--------+ + + + + +.. _RNGFND9_GNDCLEAR: + +RNGFND9\_GNDCLEAR: Distance \(in cm\) from the range finder to the ground +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets the expected range measurement\(in cm\) that the range finder should return when the vehicle is on the ground\. + + ++-----------+----------+-------------+ +| Increment | Range | Units | ++===========+==========+=============+ +| 1 | 5 to 127 | centimeters | ++-----------+----------+-------------+ + + + + +.. _RNGFND9_ADDR: + +RNGFND9\_ADDR: Bus address of sensor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the bus address of the sensor\, where applicable\. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 1 | 0 to 127 | ++-----------+----------+ + + + + +.. _RNGFND9_POS_X: + +RNGFND9\_POS\_X: X position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +X position of the rangefinder in body frame\. Positive X is forward of the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND9_POS_Y: + +RNGFND9\_POS\_Y: Y position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Y position of the rangefinder in body frame\. Positive Y is to the right of the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND9_POS_Z: + +RNGFND9\_POS\_Z: Z position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Z position of the rangefinder in body frame\. Positive Z is down from the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND9_ORIENT: + +RNGFND9\_ORIENT: Rangefinder orientation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Orientation of rangefinder + + ++---------------------------+ +| Values | ++===========================+ +| +-------+---------------+ | +| | Value | Meaning | | +| +=======+===============+ | +| | 0 | Forward | | +| +-------+---------------+ | +| | 1 | Forward-Right | | +| +-------+---------------+ | +| | 2 | Right | | +| +-------+---------------+ | +| | 3 | Back-Right | | +| +-------+---------------+ | +| | 4 | Back | | +| +-------+---------------+ | +| | 5 | Back-Left | | +| +-------+---------------+ | +| | 6 | Left | | +| +-------+---------------+ | +| | 7 | Forward-Left | | +| +-------+---------------+ | +| | 24 | Up | | +| +-------+---------------+ | +| | 25 | Down | | +| +-------+---------------+ | +| | ++---------------------------+ + + + + +.. _RNGFND9_WSP_MAVG: + +RNGFND9\_WSP\_MAVG: Moving Average Range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the number of historic range results to use for calculating the current range result\. When MAVG is greater than 1\, the current range result will be the current measured value averaged with the N\-1 previous results + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND9_WSP_MEDF: + +RNGFND9\_WSP\_MEDF: Moving Median Filter +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the window size for the real\-time median filter\. When MEDF is greater than 0 the median filter is active + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND9_WSP_FRQ: + +RNGFND9\_WSP\_FRQ: Frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the repetition frequency of the ranging operation in Hertz\. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers\. + + ++------------+ +| Range | ++============+ +| 0 to 10000 | ++------------+ + + + + +.. _RNGFND9_WSP_AVG: + +RNGFND9\_WSP\_AVG: Multi\-pulse averages +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the number of pulses to be used in multi\-pulse averaging mode\. In this mode\, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND9_WSP_THR: + +RNGFND9\_WSP\_THR: Sensitivity threshold +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the system sensitivity\. Larger values of THR represent higher sensitivity\. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory\. Set to \-1 for automatic threshold adjustments + + ++-----------+ +| Range | ++===========+ +| -1 to 255 | ++-----------+ + + + + +.. _RNGFND9_WSP_BAUD: + +RNGFND9\_WSP\_BAUD: Baud rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Desired baud rate + + ++------------------------+ +| Values | ++========================+ +| +-------+------------+ | +| | Value | Meaning | | +| +=======+============+ | +| | 0 | Low Speed | | +| +-------+------------+ | +| | 1 | High Speed | | +| +-------+------------+ | +| | ++------------------------+ + + + + +.. _RNGFND9_RECV_ID: + +RNGFND9\_RECV\_ID: RangeFinder CAN receive ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The receive ID of the CAN frames\. A value of zero means all IDs are accepted\. + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + +.. _RNGFND9_SNR_MIN: + +RNGFND9\_SNR\_MIN: RangeFinder Minimum signal strength +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RangeFinder Minimum signal strength \(SNR\) to accept distance + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + + +.. _parameters_RNGFNDA_: + +RNGFNDA\_ Parameters +-------------------- + + +.. _RNGFNDA_TYPE: + +RNGFNDA\_TYPE: Rangefinder type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of connected rangefinder + + ++------------------------------------+ +| Values | ++====================================+ +| +-------+------------------------+ | +| | Value | Meaning | | +| +=======+========================+ | +| | 0 | None | | +| +-------+------------------------+ | +| | 1 | Analog | | +| +-------+------------------------+ | +| | 2 | MaxbotixI2C | | +| +-------+------------------------+ | +| | 3 | LidarLite-I2C | | +| +-------+------------------------+ | +| | 5 | PWM | | +| +-------+------------------------+ | +| | 6 | BBB-PRU | | +| +-------+------------------------+ | +| | 7 | LightWareI2C | | +| +-------+------------------------+ | +| | 8 | LightWareSerial | | +| +-------+------------------------+ | +| | 9 | Bebop | | +| +-------+------------------------+ | +| | 10 | MAVLink | | +| +-------+------------------------+ | +| | 11 | USD1_Serial | | +| +-------+------------------------+ | +| | 12 | LeddarOne | | +| +-------+------------------------+ | +| | 13 | MaxbotixSerial | | +| +-------+------------------------+ | +| | 14 | TeraRangerI2C | | +| +-------+------------------------+ | +| | 15 | LidarLiteV3-I2C | | +| +-------+------------------------+ | +| | 16 | VL53L0X or VL53L1X | | +| +-------+------------------------+ | +| | 17 | NMEA | | +| +-------+------------------------+ | +| | 18 | WASP-LRF | | +| +-------+------------------------+ | +| | 19 | BenewakeTF02 | | +| +-------+------------------------+ | +| | 20 | Benewake-Serial | | +| +-------+------------------------+ | +| | 21 | LidarLightV3HP | | +| +-------+------------------------+ | +| | 22 | PWM | | +| +-------+------------------------+ | +| | 23 | BlueRoboticsPing | | +| +-------+------------------------+ | +| | 24 | DroneCAN | | +| +-------+------------------------+ | +| | 25 | BenewakeTFminiPlus-I2C | | +| +-------+------------------------+ | +| | 26 | LanbaoPSK-CM8JL65-CC5 | | +| +-------+------------------------+ | +| | 27 | BenewakeTF03 | | +| +-------+------------------------+ | +| | 28 | VL53L1X-ShortRange | | +| +-------+------------------------+ | +| | 29 | LeddarVu8-Serial | | +| +-------+------------------------+ | +| | 30 | HC-SR04 | | +| +-------+------------------------+ | +| | 31 | GYUS42v2 | | +| +-------+------------------------+ | +| | 32 | MSP | | +| +-------+------------------------+ | +| | 33 | USD1_CAN | | +| +-------+------------------------+ | +| | 34 | Benewake_CAN | | +| +-------+------------------------+ | +| | 35 | TeraRangerSerial | | +| +-------+------------------------+ | +| | 36 | Lua_Scripting | | +| +-------+------------------------+ | +| | 37 | NoopLoop_TOFSense | | +| +-------+------------------------+ | +| | 38 | NoopLoop_TOFSense_CAN | | +| +-------+------------------------+ | +| | 39 | NRA24_CAN | | +| +-------+------------------------+ | +| | 40 | NoopLoop_TOFSenseF_I2C | | +| +-------+------------------------+ | +| | 41 | JRE_Serial | | +| +-------+------------------------+ | +| | 100 | SITL | | +| +-------+------------------------+ | +| | ++------------------------------------+ + + + + +.. _RNGFNDA_PIN: + +RNGFNDA\_PIN: Rangefinder pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog or PWM input pin that rangefinder is connected to\. Airspeed ports can be used for Analog input\, AUXOUT can be used for PWM input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. For PWM input\, the pin must be configured as a digital GPIO\, see the Wiki\'s \"GPIOs\" section for details\. + + ++---------------------------------------+ +| Values | ++=======================================+ +| +-------+---------------------------+ | +| | Value | Meaning | | +| +=======+===========================+ | +| | -1 | Not Used | | +| +-------+---------------------------+ | +| | 11 | Pixracer | | +| +-------+---------------------------+ | +| | 13 | Pixhawk ADC4 | | +| +-------+---------------------------+ | +| | 14 | Pixhawk ADC3 | | +| +-------+---------------------------+ | +| | 15 | Pixhawk ADC6/Pixhawk2 ADC | | +| +-------+---------------------------+ | +| | 50 | AUX1 | | +| +-------+---------------------------+ | +| | 51 | AUX2 | | +| +-------+---------------------------+ | +| | 52 | AUX3 | | +| +-------+---------------------------+ | +| | 53 | AUX4 | | +| +-------+---------------------------+ | +| | 54 | AUX5 | | +| +-------+---------------------------+ | +| | 55 | AUX6 | | +| +-------+---------------------------+ | +| | 103 | Pixhawk SBUS | | +| +-------+---------------------------+ | +| | ++---------------------------------------+ + + + + +.. _RNGFNDA_SCALING: + +RNGFNDA\_SCALING: Rangefinder scaling +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Scaling factor between rangefinder reading and distance\. For the linear and inverted functions this is in meters per volt\. For the hyperbolic function the units are meterVolts\. For Maxbotix serial sonar this is unit conversion to meters\. + + ++-----------+-----------------+ +| Increment | Units | ++===========+=================+ +| 0.001 | meters per volt | ++-----------+-----------------+ + + + + +.. _RNGFNDA_OFFSET: + +RNGFNDA\_OFFSET: rangefinder offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Offset in volts for zero distance for analog rangefinders\. Offset added to distance in centimeters for PWM lidars + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.001 | volt | ++-----------+-------+ + + + + +.. _RNGFNDA_FUNCTION: + +RNGFNDA\_FUNCTION: Rangefinder function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +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 | Meaning | | +| +=======+============+ | +| | 0 | Linear | | +| +-------+------------+ | +| | 1 | Inverted | | +| +-------+------------+ | +| | 2 | Hyperbolic | | +| +-------+------------+ | +| | ++------------------------+ + + + + +.. _RNGFNDA_MIN_CM: + +RNGFNDA\_MIN\_CM: Rangefinder minimum distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum distance in centimeters that rangefinder can reliably read + + ++-----------+-------------+ +| Increment | Units | ++===========+=============+ +| 1 | centimeters | ++-----------+-------------+ + + + + +.. _RNGFNDA_MAX_CM: + +RNGFNDA\_MAX\_CM: Rangefinder maximum distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum distance in centimeters that rangefinder can reliably read + + ++-----------+-------------+ +| Increment | Units | ++===========+=============+ +| 1 | centimeters | ++-----------+-------------+ + + + + +.. _RNGFNDA_STOP_PIN: + +RNGFNDA\_STOP\_PIN: Rangefinder stop pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin that enables\/disables rangefinder measurement for the pwm rangefinder\. A value of \-1 means no pin\. If this is set\, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it\. This is used to enable powersaving when out of range\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++----------------------------+ +| Values | ++============================+ +| +-------+----------------+ | +| | Value | Meaning | | +| +=======+================+ | +| | -1 | Not Used | | +| +-------+----------------+ | +| | 50 | AUX1 | | +| +-------+----------------+ | +| | 51 | AUX2 | | +| +-------+----------------+ | +| | 52 | AUX3 | | +| +-------+----------------+ | +| | 53 | AUX4 | | +| +-------+----------------+ | +| | 54 | AUX5 | | +| +-------+----------------+ | +| | 55 | AUX6 | | +| +-------+----------------+ | +| | 111 | PX4 FMU Relay1 | | +| +-------+----------------+ | +| | 112 | PX4 FMU Relay2 | | +| +-------+----------------+ | +| | 113 | PX4IO Relay1 | | +| +-------+----------------+ | +| | 114 | PX4IO Relay2 | | +| +-------+----------------+ | +| | 115 | PX4IO ACC1 | | +| +-------+----------------+ | +| | 116 | PX4IO ACC2 | | +| +-------+----------------+ | +| | ++----------------------------+ + + + + +.. _RNGFNDA_RMETRIC: + +RNGFNDA\_RMETRIC: Ratiometric +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets whether an analog rangefinder is ratiometric\. Most analog rangefinders are ratiometric\, meaning that their output voltage is influenced by the supply voltage\. Some analog rangefinders \(such as the SF\/02\) have their own internal voltage regulators so they are not ratiometric\. + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 0 | No | | +| +-------+---------+ | +| | 1 | Yes | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _RNGFNDA_PWRRNG: + +RNGFNDA\_PWRRNG: Powersave range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode \(if available\)\. A value of zero means power saving is not enabled + + ++------------+--------+ +| Range | Units | ++============+========+ +| 0 to 32767 | meters | ++------------+--------+ + + + + +.. _RNGFNDA_GNDCLEAR: + +RNGFNDA\_GNDCLEAR: Distance \(in cm\) from the range finder to the ground +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets the expected range measurement\(in cm\) that the range finder should return when the vehicle is on the ground\. + + ++-----------+----------+-------------+ +| Increment | Range | Units | ++===========+==========+=============+ +| 1 | 5 to 127 | centimeters | ++-----------+----------+-------------+ + + + + +.. _RNGFNDA_ADDR: + +RNGFNDA\_ADDR: Bus address of sensor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the bus address of the sensor\, where applicable\. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 1 | 0 to 127 | ++-----------+----------+ + + + + +.. _RNGFNDA_POS_X: + +RNGFNDA\_POS\_X: X position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +X position of the rangefinder in body frame\. Positive X is forward of the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFNDA_POS_Y: + +RNGFNDA\_POS\_Y: Y position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Y position of the rangefinder in body frame\. Positive Y is to the right of the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFNDA_POS_Z: + +RNGFNDA\_POS\_Z: Z position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Z position of the rangefinder in body frame\. Positive Z is down from the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFNDA_ORIENT: + +RNGFNDA\_ORIENT: Rangefinder orientation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Orientation of rangefinder + + ++---------------------------+ +| Values | ++===========================+ +| +-------+---------------+ | +| | Value | Meaning | | +| +=======+===============+ | +| | 0 | Forward | | +| +-------+---------------+ | +| | 1 | Forward-Right | | +| +-------+---------------+ | +| | 2 | Right | | +| +-------+---------------+ | +| | 3 | Back-Right | | +| +-------+---------------+ | +| | 4 | Back | | +| +-------+---------------+ | +| | 5 | Back-Left | | +| +-------+---------------+ | +| | 6 | Left | | +| +-------+---------------+ | +| | 7 | Forward-Left | | +| +-------+---------------+ | +| | 24 | Up | | +| +-------+---------------+ | +| | 25 | Down | | +| +-------+---------------+ | +| | ++---------------------------+ + + + + +.. _RNGFNDA_WSP_MAVG: + +RNGFNDA\_WSP\_MAVG: Moving Average Range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the number of historic range results to use for calculating the current range result\. When MAVG is greater than 1\, the current range result will be the current measured value averaged with the N\-1 previous results + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFNDA_WSP_MEDF: + +RNGFNDA\_WSP\_MEDF: Moving Median Filter +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the window size for the real\-time median filter\. When MEDF is greater than 0 the median filter is active + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFNDA_WSP_FRQ: + +RNGFNDA\_WSP\_FRQ: Frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the repetition frequency of the ranging operation in Hertz\. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers\. + + ++------------+ +| Range | ++============+ +| 0 to 10000 | ++------------+ + + + + +.. _RNGFNDA_WSP_AVG: + +RNGFNDA\_WSP\_AVG: Multi\-pulse averages +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the number of pulses to be used in multi\-pulse averaging mode\. In this mode\, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFNDA_WSP_THR: + +RNGFNDA\_WSP\_THR: Sensitivity threshold +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the system sensitivity\. Larger values of THR represent higher sensitivity\. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory\. Set to \-1 for automatic threshold adjustments + + ++-----------+ +| Range | ++===========+ +| -1 to 255 | ++-----------+ + + + + +.. _RNGFNDA_WSP_BAUD: + +RNGFNDA\_WSP\_BAUD: Baud rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Desired baud rate + + ++------------------------+ +| Values | ++========================+ +| +-------+------------+ | +| | Value | Meaning | | +| +=======+============+ | +| | 0 | Low Speed | | +| +-------+------------+ | +| | 1 | High Speed | | +| +-------+------------+ | +| | ++------------------------+ + + + + +.. _RNGFNDA_RECV_ID: + +RNGFNDA\_RECV\_ID: RangeFinder CAN receive ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The receive ID of the CAN frames\. A value of zero means all IDs are accepted\. + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + +.. _RNGFNDA_SNR_MIN: + +RNGFNDA\_SNR\_MIN: RangeFinder Minimum signal strength +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RangeFinder Minimum signal strength \(SNR\) to accept distance + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + + +.. _parameters_RPM1_: + +RPM1\_ Parameters +----------------- + + +.. _RPM1_TYPE: + +RPM1\_TYPE: RPM type +~~~~~~~~~~~~~~~~~~~~ + + +What type of RPM sensor is connected + + ++------------------------------------------+ +| Values | ++==========================================+ +| +-------+------------------------------+ | +| | Value | Meaning | | +| +=======+==============================+ | +| | 0 | None | | +| +-------+------------------------------+ | +| | 1 | Not Used | | +| +-------+------------------------------+ | +| | 2 | GPIO | | +| +-------+------------------------------+ | +| | 3 | EFI | | +| +-------+------------------------------+ | +| | 4 | Harmonic Notch | | +| +-------+------------------------------+ | +| | 5 | ESC Telemetry Motors Bitmask | | +| +-------+------------------------------+ | +| | 6 | Generator | | +| +-------+------------------------------+ | +| | ++------------------------------------------+ + + + + +.. _RPM1_SCALING: + +RPM1\_SCALING: RPM scaling +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Scaling factor between sensor reading and RPM\. + + ++-----------+ +| Increment | ++===========+ +| 0.001 | ++-----------+ + + + + +.. _RPM1_MAX: + +RPM1\_MAX: Maximum RPM +~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum RPM to report\. Only used on type \= GPIO\. + + ++-----------+ +| Increment | ++===========+ +| 1 | ++-----------+ + + + + +.. _RPM1_MIN: + +RPM1\_MIN: Minimum RPM +~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum RPM to report\. Only used on type \= GPIO\. + + ++-----------+ +| Increment | ++===========+ +| 1 | ++-----------+ + + + + +.. _RPM1_MIN_QUAL: + +RPM1\_MIN\_QUAL: Minimum Quality +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Minimum data quality to be used + + ++-----------+ +| Increment | ++===========+ +| 0.1 | ++-----------+ + + + + +.. _RPM1_PIN: + +RPM1\_PIN: Input pin number +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Which digital GPIO pin to use\. Only used on type \= GPIO\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | -1 | Disabled | | +| +-------+----------+ | +| | 50 | AUX1 | | +| +-------+----------+ | +| | 51 | AUX2 | | +| +-------+----------+ | +| | 52 | AUX3 | | +| +-------+----------+ | +| | 53 | AUX4 | | +| +-------+----------+ | +| | 54 | AUX5 | | +| +-------+----------+ | +| | 55 | AUX6 | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _RPM1_ESC_MASK: + +RPM1\_ESC\_MASK: Bitmask of ESC telemetry channels to average +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Mask of channels which support ESC rpm telemetry\. RPM telemetry of the selected channels will be averaged + + ++---------------------+ +| Bitmask | ++=====================+ +| +-----+-----------+ | +| | Bit | Meaning | | +| +=====+===========+ | +| | 0 | Channel1 | | +| +-----+-----------+ | +| | 1 | Channel2 | | +| +-----+-----------+ | +| | 2 | Channel3 | | +| +-----+-----------+ | +| | 3 | Channel4 | | +| +-----+-----------+ | +| | 4 | Channel5 | | +| +-----+-----------+ | +| | 5 | Channel6 | | +| +-----+-----------+ | +| | 6 | Channel7 | | +| +-----+-----------+ | +| | 7 | Channel8 | | +| +-----+-----------+ | +| | 8 | Channel9 | | +| +-----+-----------+ | +| | 9 | Channel10 | | +| +-----+-----------+ | +| | 10 | Channel11 | | +| +-----+-----------+ | +| | 11 | Channel12 | | +| +-----+-----------+ | +| | 12 | Channel13 | | +| +-----+-----------+ | +| | 13 | Channel14 | | +| +-----+-----------+ | +| | 14 | Channel15 | | +| +-----+-----------+ | +| | 15 | Channel16 | | +| +-----+-----------+ | +| | ++---------------------+ + + + + +.. _RPM1_ESC_INDEX: + +RPM1\_ESC\_INDEX: ESC Telemetry Index to write RPM to +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ESC Telemetry Index to write RPM to\. Use 0 to disable\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 10 | ++-----------+---------+ + + + + + +.. _parameters_RPM2_: + +RPM2\_ Parameters +----------------- + + +.. _RPM2_TYPE: + +RPM2\_TYPE: RPM type +~~~~~~~~~~~~~~~~~~~~ + + +What type of RPM sensor is connected + + ++------------------------------------------+ +| Values | ++==========================================+ +| +-------+------------------------------+ | +| | Value | Meaning | | +| +=======+==============================+ | +| | 0 | None | | +| +-------+------------------------------+ | +| | 1 | Not Used | | +| +-------+------------------------------+ | +| | 2 | GPIO | | +| +-------+------------------------------+ | +| | 3 | EFI | | +| +-------+------------------------------+ | +| | 4 | Harmonic Notch | | +| +-------+------------------------------+ | +| | 5 | ESC Telemetry Motors Bitmask | | +| +-------+------------------------------+ | +| | 6 | Generator | | +| +-------+------------------------------+ | +| | ++------------------------------------------+ + + + + +.. _RPM2_SCALING: + +RPM2\_SCALING: RPM scaling +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Scaling factor between sensor reading and RPM\. + + ++-----------+ +| Increment | ++===========+ +| 0.001 | ++-----------+ + + + + +.. _RPM2_MAX: + +RPM2\_MAX: Maximum RPM +~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum RPM to report\. Only used on type \= GPIO\. + + ++-----------+ +| Increment | ++===========+ +| 1 | ++-----------+ + + + + +.. _RPM2_MIN: + +RPM2\_MIN: Minimum RPM +~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum RPM to report\. Only used on type \= GPIO\. + + ++-----------+ +| Increment | ++===========+ +| 1 | ++-----------+ + + + + +.. _RPM2_MIN_QUAL: + +RPM2\_MIN\_QUAL: Minimum Quality +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Minimum data quality to be used + + ++-----------+ +| Increment | ++===========+ +| 0.1 | ++-----------+ + + + + +.. _RPM2_PIN: + +RPM2\_PIN: Input pin number +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Which digital GPIO pin to use\. Only used on type \= GPIO\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | -1 | Disabled | | +| +-------+----------+ | +| | 50 | AUX1 | | +| +-------+----------+ | +| | 51 | AUX2 | | +| +-------+----------+ | +| | 52 | AUX3 | | +| +-------+----------+ | +| | 53 | AUX4 | | +| +-------+----------+ | +| | 54 | AUX5 | | +| +-------+----------+ | +| | 55 | AUX6 | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _RPM2_ESC_MASK: + +RPM2\_ESC\_MASK: Bitmask of ESC telemetry channels to average +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Mask of channels which support ESC rpm telemetry\. RPM telemetry of the selected channels will be averaged + + ++---------------------+ +| Bitmask | ++=====================+ +| +-----+-----------+ | +| | Bit | Meaning | | +| +=====+===========+ | +| | 0 | Channel1 | | +| +-----+-----------+ | +| | 1 | Channel2 | | +| +-----+-----------+ | +| | 2 | Channel3 | | +| +-----+-----------+ | +| | 3 | Channel4 | | +| +-----+-----------+ | +| | 4 | Channel5 | | +| +-----+-----------+ | +| | 5 | Channel6 | | +| +-----+-----------+ | +| | 6 | Channel7 | | +| +-----+-----------+ | +| | 7 | Channel8 | | +| +-----+-----------+ | +| | 8 | Channel9 | | +| +-----+-----------+ | +| | 9 | Channel10 | | +| +-----+-----------+ | +| | 10 | Channel11 | | +| +-----+-----------+ | +| | 11 | Channel12 | | +| +-----+-----------+ | +| | 12 | Channel13 | | +| +-----+-----------+ | +| | 13 | Channel14 | | +| +-----+-----------+ | +| | 14 | Channel15 | | +| +-----+-----------+ | +| | 15 | Channel16 | | +| +-----+-----------+ | +| | ++---------------------+ + + + + +.. _RPM2_ESC_INDEX: + +RPM2\_ESC\_INDEX: ESC Telemetry Index to write RPM to +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ESC Telemetry Index to write RPM to\. Use 0 to disable\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 10 | ++-----------+---------+ + + + + + +.. _parameters_RSSI_: + +RSSI\_ Parameters +----------------- + + +.. _RSSI_TYPE: + +RSSI\_TYPE: RSSI Type +~~~~~~~~~~~~~~~~~~~~~ + + +Radio Receiver RSSI type\. If your radio receiver supports RSSI of some kind\, set it here\, then set its associated RSSI\_XXXXX parameters\, if any\. + + ++--------------------------------+ +| Values | ++================================+ +| +-------+--------------------+ | +| | Value | Meaning | | +| +=======+====================+ | +| | 0 | Disabled | | +| +-------+--------------------+ | +| | 1 | AnalogPin | | +| +-------+--------------------+ | +| | 2 | RCChannelPwmValue | | +| +-------+--------------------+ | +| | 3 | ReceiverProtocol | | +| +-------+--------------------+ | +| | 4 | PWMInputPin | | +| +-------+--------------------+ | +| | 5 | TelemetryRadioRSSI | | +| +-------+--------------------+ | +| | ++--------------------------------+ + + + + +.. _RSSI_ANA_PIN: + +RSSI\_ANA\_PIN: Receiver RSSI sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Pin used to read the RSSI voltage or PWM value + + ++---------------------------------------+ +| Values | ++=======================================+ +| +-------+---------------------------+ | +| | Value | Meaning | | +| +=======+===========================+ | +| | 8 | V5 Nano | | +| +-------+---------------------------+ | +| | 11 | Pixracer | | +| +-------+---------------------------+ | +| | 13 | Pixhawk ADC4 | | +| +-------+---------------------------+ | +| | 14 | Pixhawk ADC3 | | +| +-------+---------------------------+ | +| | 15 | Pixhawk ADC6/Pixhawk2 ADC | | +| +-------+---------------------------+ | +| | 50 | AUX1 | | +| +-------+---------------------------+ | +| | 51 | AUX2 | | +| +-------+---------------------------+ | +| | 52 | AUX3 | | +| +-------+---------------------------+ | +| | 53 | AUX4 | | +| +-------+---------------------------+ | +| | 54 | AUX5 | | +| +-------+---------------------------+ | +| | 55 | AUX6 | | +| +-------+---------------------------+ | +| | 103 | Pixhawk SBUS | | +| +-------+---------------------------+ | +| | ++---------------------------------------+ + + + + +.. _RSSI_PIN_LOW: + +RSSI\_PIN\_LOW: RSSI pin\'s lowest voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +RSSI pin\'s voltage received on the RSSI\_ANA\_PIN when the signal strength is the weakest\. Some radio receivers put out inverted values so this value may be higher than RSSI\_PIN\_HIGH\. When using pin 103\, the maximum value of the parameter is 3\.3V\. + + ++-----------+----------+-------+ +| Increment | Range | Units | ++===========+==========+=======+ +| 0.01 | 0 to 5.0 | volt | ++-----------+----------+-------+ + + + + +.. _RSSI_PIN_HIGH: + +RSSI\_PIN\_HIGH: RSSI pin\'s highest voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +RSSI pin\'s voltage received on the RSSI\_ANA\_PIN when the signal strength is the strongest\. Some radio receivers put out inverted values so this value may be lower than RSSI\_PIN\_LOW\. When using pin 103\, the maximum value of the parameter is 3\.3V\. + + ++-----------+----------+-------+ +| Increment | Range | Units | ++===========+==========+=======+ +| 0.01 | 0 to 5.0 | volt | ++-----------+----------+-------+ + + + + +.. _RSSI_CHANNEL: + +RSSI\_CHANNEL: Receiver RSSI channel number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The channel number where RSSI will be output by the radio receiver \(5 and above\)\. + + ++---------+ +| Range | ++=========+ +| 0 to 16 | ++---------+ + + + + +.. _RSSI_CHAN_LOW: + +RSSI\_CHAN\_LOW: RSSI PWM low value +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +PWM value that the radio receiver will put on the RSSI\_CHANNEL or RSSI\_ANA\_PIN when the signal strength is the weakest\. Some radio receivers output inverted values so this value may be lower than RSSI\_CHAN\_HIGH + + ++-----------+---------------------+ +| Range | Units | ++===========+=====================+ +| 0 to 2000 | PWM in microseconds | ++-----------+---------------------+ + + + + +.. _RSSI_CHAN_HIGH: + +RSSI\_CHAN\_HIGH: Receiver RSSI PWM high value +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +PWM value that the radio receiver will put on the RSSI\_CHANNEL or RSSI\_ANA\_PIN when the signal strength is the strongest\. Some radio receivers output inverted values so this value may be higher than RSSI\_CHAN\_LOW + + ++-----------+---------------------+ +| Range | Units | ++===========+=====================+ +| 0 to 2000 | PWM in microseconds | ++-----------+---------------------+ + + + + + +.. _parameters_SAIL_: + +SAIL\_ Parameters +----------------- + + +.. _SAIL_ENABLE: + +SAIL\_ENABLE: Enable Sailboat +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +This enables Sailboat functionality + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 0 | Disable | | +| +-------+---------+ | +| | 1 | Enable | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _SAIL_ANGLE_MIN: + +SAIL\_ANGLE\_MIN: Sail min angle +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mainsheet tight\, angle between centerline and boom + + ++-----------+---------+---------+ +| Increment | Range | Units | ++===========+=========+=========+ +| 1 | 0 to 90 | degrees | ++-----------+---------+---------+ + + + + +.. _SAIL_ANGLE_MAX: + +SAIL\_ANGLE\_MAX: Sail max angle +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mainsheet loose\, angle between centerline and boom\. For direct\-control rotating masts\, the rotation angle at SERVOx\_MAX\/\_MIN\; for rotating masts\, this value can exceed 90 degrees if the linkages can physically rotate the mast past that angle\. + + ++-----------+---------+---------+ +| Increment | Range | Units | ++===========+=========+=========+ +| 1 | 0 to 90 | degrees | ++-----------+---------+---------+ + + + + +.. _SAIL_ANGLE_IDEAL: + +SAIL\_ANGLE\_IDEAL: Sail ideal angle +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Ideal angle between sail and apparent wind + + ++-----------+---------+---------+ +| Increment | Range | Units | ++===========+=========+=========+ +| 1 | 0 to 90 | degrees | ++-----------+---------+---------+ + + + + +.. _SAIL_HEEL_MAX: + +SAIL\_HEEL\_MAX: Sailing maximum heel angle +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +When in auto sail trim modes the heel will be limited to this value using PID control + + ++-----------+---------+---------+ +| Increment | Range | Units | ++===========+=========+=========+ +| 1 | 0 to 90 | degrees | ++-----------+---------+---------+ + + + + +.. _SAIL_NO_GO_ANGLE: + +SAIL\_NO\_GO\_ANGLE: Sailing no go zone angle +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The typical closest angle to the wind the vehicle will sail at\. the vehicle will sail at this angle when going upwind + + ++-----------+---------+---------+ +| Increment | Range | Units | ++===========+=========+=========+ +| 1 | 0 to 90 | degrees | ++-----------+---------+---------+ + + + + +.. _SAIL_WNDSPD_MIN: + +SAIL\_WNDSPD\_MIN: Sailboat minimum wind speed to sail in +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sailboat minimum wind speed to continue sail in\, at lower wind speeds the sailboat will motor if one is fitted + + ++-----------+--------+-------------------+ +| Increment | Range | Units | ++===========+========+===================+ +| 0.1 | 0 to 5 | meters per second | ++-----------+--------+-------------------+ + + + + +.. _SAIL_XTRACK_MAX: + +SAIL\_XTRACK\_MAX: Sailing vehicle max cross track error +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The sail boat will tack when it reaches this cross track error\, defines a corridor of 2 times this value wide\, 0 disables + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 1 | 5 to 25 | meters | ++-----------+---------+--------+ + + + + +.. _SAIL_LOIT_RADIUS: + +SAIL\_LOIT\_RADIUS: Loiter radius +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +When in sailing modes the vehicle will keep moving within this loiter radius + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 1 | 0 to 20 | meters | ++-----------+---------+--------+ + + + + + +.. _parameters_SCHED_: + +SCHED\_ Parameters +------------------ + + +.. _SCHED_DEBUG: + +SCHED\_DEBUG: Scheduler debug level +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Set to non\-zero to enable scheduler debug messages\. When set to show \"Slips\" the scheduler will display a message whenever a scheduled task is delayed due to too much CPU load\. When set to ShowOverruns the scheduled will display a message whenever a task takes longer than the limit promised in the task table\. + + ++--------------------------+ +| Values | ++==========================+ +| +-------+--------------+ | +| | Value | Meaning | | +| +=======+==============+ | +| | 0 | Disabled | | +| +-------+--------------+ | +| | 2 | ShowSlips | | +| +-------+--------------+ | +| | 3 | ShowOverruns | | +| +-------+--------------+ | +| | ++--------------------------+ + + + + +.. _SCHED_LOOP_RATE: + +SCHED\_LOOP\_RATE: Scheduling main loop rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +This controls the rate of the main control loop in Hz\. This should only be changed by developers\. This only takes effect on restart\. Values over 400 are considered highly experimental\. + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 50 | 50Hz | | +| +-------+---------+ | +| | 100 | 100Hz | | +| +-------+---------+ | +| | 200 | 200Hz | | +| +-------+---------+ | +| | 250 | 250Hz | | +| +-------+---------+ | +| | 300 | 300Hz | | +| +-------+---------+ | +| | 400 | 400Hz | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _SCHED_OPTIONS: + +SCHED\_OPTIONS: Scheduling options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls optional aspects of the scheduler\. + + ++-------------------------------------+ +| Bitmask | ++=====================================+ +| +-----+---------------------------+ | +| | Bit | Meaning | | +| +=====+===========================+ | +| | 0 | Enable per-task perf info | | +| +-----+---------------------------+ | +| | ++-------------------------------------+ + + + + + +.. _parameters_SCR_: + +SCR\_ Parameters +---------------- + + +.. _SCR_ENABLE: + +SCR\_ENABLE: Enable Scripting +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Controls if scripting is enabled + + ++-------------------------+ +| Values | ++=========================+ +| +-------+-------------+ | +| | Value | Meaning | | +| +=======+=============+ | +| | 0 | None | | +| +-------+-------------+ | +| | 1 | Lua Scripts | | +| +-------+-------------+ | +| | ++-------------------------+ + + + + +.. _SCR_VM_I_COUNT: + +SCR\_VM\_I\_COUNT: Scripting Virtual Machine Instruction Count +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The number virtual machine instructions that can be run before considering a script to have taken an excessive amount of time + + ++-----------+-----------------+ +| Increment | Range | ++===========+=================+ +| 10000 | 1000 to 1000000 | ++-----------+-----------------+ + + + + +.. _SCR_HEAP_SIZE: + +SCR\_HEAP\_SIZE: Scripting Heap Size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Amount of memory available for scripting + + ++-----------+-----------------+ +| Increment | Range | ++===========+=================+ +| 1024 | 1024 to 1048576 | ++-----------+-----------------+ + + + + +.. _SCR_DEBUG_OPTS: + +SCR\_DEBUG\_OPTS: Scripting Debug Level +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Debugging options + + ++--------------------------------------------------------------------------------------------------+ +| Bitmask | ++==================================================================================================+ +| +-----+----------------------------------------------------------------------------------------+ | +| | Bit | Meaning | | +| +=====+========================================================================================+ | +| | 0 | No Scripts to run message if all scripts have stopped | | +| +-----+----------------------------------------------------------------------------------------+ | +| | 1 | Runtime messages for memory usage and execution time | | +| +-----+----------------------------------------------------------------------------------------+ | +| | 2 | Suppress logging scripts to dataflash | | +| +-----+----------------------------------------------------------------------------------------+ | +| | 3 | log runtime memory usage and execution time | | +| +-----+----------------------------------------------------------------------------------------+ | +| | 4 | Disable pre-arm check | | +| +-----+----------------------------------------------------------------------------------------+ | +| | 5 | Save CRC of current scripts to loaded and running checksum parameters enabling pre-arm | | +| +-----+----------------------------------------------------------------------------------------+ | +| | ++--------------------------------------------------------------------------------------------------+ + + + + +.. _SCR_USER1: + +SCR\_USER1: Scripting User Parameter1 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +General purpose user variable input for scripts + + +.. _SCR_USER2: + +SCR\_USER2: Scripting User Parameter2 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +General purpose user variable input for scripts + + +.. _SCR_USER3: + +SCR\_USER3: Scripting User Parameter3 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +General purpose user variable input for scripts + + +.. _SCR_USER4: + +SCR\_USER4: Scripting User Parameter4 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +General purpose user variable input for scripts + + +.. _SCR_USER5: + +SCR\_USER5: Scripting User Parameter5 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +General purpose user variable input for scripts + + +.. _SCR_USER6: + +SCR\_USER6: Scripting User Parameter6 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +General purpose user variable input for scripts + + +.. _SCR_DIR_DISABLE: + +SCR\_DIR\_DISABLE: Directory disable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +This will stop scripts being loaded from the given locations + + ++-----------------------+ +| Bitmask | ++=======================+ +| +-----+-------------+ | +| | Bit | Meaning | | +| +=====+=============+ | +| | 0 | ROMFS | | +| +-----+-------------+ | +| | 1 | APM/scripts | | +| +-----+-------------+ | +| | ++-----------------------+ + + + + +.. _SCR_LD_CHECKSUM: + +SCR\_LD\_CHECKSUM: Loaded script checksum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Required XOR of CRC32 checksum of loaded scripts\, vehicle will not arm with incorrect scripts loaded\, \-1 disables + + +.. _SCR_RUN_CHECKSUM: + +SCR\_RUN\_CHECKSUM: Running script checksum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Required XOR of CRC32 checksum of running scripts\, vehicle will not arm with incorrect scripts running\, \-1 disables + + +.. _SCR_THD_PRIORITY: + +SCR\_THD\_PRIORITY: Scripting thread priority +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +This sets the priority of the scripting thread\. This is normally set to a low priority to prevent scripts from interfering with other parts of the system\. Advanced users can change this priority if scripting needs to be prioritised for realtime applications\. WARNING\: changing this parameter can impact the stability of your flight controller\. The scipting thread priority in this parameter is chosen based on a set of system level priorities for other subsystems\. It is strongly recommended that you use the lowest priority that is sufficient for your application\. Note that all scripts run at the same priority\, so if you raise this priority you must carefully audit all lua scripts for behaviour that does not interfere with the operation of the system\. + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | Normal | | +| +-------+------------------+ | +| | 1 | IO Priority | | +| +-------+------------------+ | +| | 2 | Storage Priority | | +| +-------+------------------+ | +| | 3 | UART Priority | | +| +-------+------------------+ | +| | 4 | I2C Priority | | +| +-------+------------------+ | +| | 5 | SPI Priority | | +| +-------+------------------+ | +| | 6 | Timer Priority | | +| +-------+------------------+ | +| | 7 | Main Priority | | +| +-------+------------------+ | +| | 8 | Boost Priority | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + + +.. _parameters_SERIAL: + +SERIAL Parameters +----------------- + + +.. _SERIAL0_BAUD: + +SERIAL0\_BAUD: Serial0 baud rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The baud rate used on the USB console\. Most stm32\-based boards can support rates of up to 1500\. If you setup a rate you cannot support and then can\'t connect to your board you should load a firmware from a different vehicle type\. That will reset all your parameters to defaults\. + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 1 | 1200 | | +| +-------+---------+ | +| | 2 | 2400 | | +| +-------+---------+ | +| | 4 | 4800 | | +| +-------+---------+ | +| | 9 | 9600 | | +| +-------+---------+ | +| | 19 | 19200 | | +| +-------+---------+ | +| | 38 | 38400 | | +| +-------+---------+ | +| | 57 | 57600 | | +| +-------+---------+ | +| | 111 | 111100 | | +| +-------+---------+ | +| | 115 | 115200 | | +| +-------+---------+ | +| | 230 | 230400 | | +| +-------+---------+ | +| | 256 | 256000 | | +| +-------+---------+ | +| | 460 | 460800 | | +| +-------+---------+ | +| | 500 | 500000 | | +| +-------+---------+ | +| | 921 | 921600 | | +| +-------+---------+ | +| | 1500 | 1500000 | | +| +-------+---------+ | +| | 2000 | 2000000 | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _SERIAL0_PROTOCOL: + +SERIAL0\_PROTOCOL: Console protocol selection +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Control what protocol to use on the console\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 1 | MAVlink1 | | +| +-------+----------+ | +| | 2 | MAVLink2 | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SERIAL1_PROTOCOL: + +SERIAL1\_PROTOCOL: Telem1 protocol selection +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Control what protocol to use on the Telem1 port\. Note that the Frsky options require external converter hardware\. See the wiki for details\. + + ++----------------------------------------------+ +| Values | ++==============================================+ +| +-------+----------------------------------+ | +| | Value | Meaning | | +| +=======+==================================+ | +| | -1 | None | | +| +-------+----------------------------------+ | +| | 1 | MAVLink1 | | +| +-------+----------------------------------+ | +| | 2 | MAVLink2 | | +| +-------+----------------------------------+ | +| | 3 | Frsky D | | +| +-------+----------------------------------+ | +| | 4 | Frsky SPort | | +| +-------+----------------------------------+ | +| | 5 | GPS | | +| +-------+----------------------------------+ | +| | 7 | Alexmos Gimbal Serial | | +| +-------+----------------------------------+ | +| | 8 | Gimbal | | +| +-------+----------------------------------+ | +| | 9 | Rangefinder | | +| +-------+----------------------------------+ | +| | 10 | FrSky SPort Passthrough (OpenTX) | | +| +-------+----------------------------------+ | +| | 11 | Lidar360 | | +| +-------+----------------------------------+ | +| | 13 | Beacon | | +| +-------+----------------------------------+ | +| | 14 | Volz servo out | | +| +-------+----------------------------------+ | +| | 15 | SBus servo out | | +| +-------+----------------------------------+ | +| | 16 | ESC Telemetry | | +| +-------+----------------------------------+ | +| | 17 | Devo Telemetry | | +| +-------+----------------------------------+ | +| | 18 | OpticalFlow | | +| +-------+----------------------------------+ | +| | 19 | RobotisServo | | +| +-------+----------------------------------+ | +| | 20 | NMEA Output | | +| +-------+----------------------------------+ | +| | 21 | WindVane | | +| +-------+----------------------------------+ | +| | 22 | SLCAN | | +| +-------+----------------------------------+ | +| | 23 | RCIN | | +| +-------+----------------------------------+ | +| | 24 | EFI Serial | | +| +-------+----------------------------------+ | +| | 25 | LTM | | +| +-------+----------------------------------+ | +| | 26 | RunCam | | +| +-------+----------------------------------+ | +| | 27 | HottTelem | | +| +-------+----------------------------------+ | +| | 28 | Scripting | | +| +-------+----------------------------------+ | +| | 29 | Crossfire VTX | | +| +-------+----------------------------------+ | +| | 30 | Generator | | +| +-------+----------------------------------+ | +| | 31 | Winch | | +| +-------+----------------------------------+ | +| | 32 | MSP | | +| +-------+----------------------------------+ | +| | 33 | DJI FPV | | +| +-------+----------------------------------+ | +| | 34 | AirSpeed | | +| +-------+----------------------------------+ | +| | 35 | ADSB | | +| +-------+----------------------------------+ | +| | 36 | AHRS | | +| +-------+----------------------------------+ | +| | 37 | SmartAudio | | +| +-------+----------------------------------+ | +| | 38 | FETtecOneWire | | +| +-------+----------------------------------+ | +| | 39 | Torqeedo | | +| +-------+----------------------------------+ | +| | 40 | AIS | | +| +-------+----------------------------------+ | +| | 41 | CoDevESC | | +| +-------+----------------------------------+ | +| | 42 | DisplayPort | | +| +-------+----------------------------------+ | +| | 43 | MAVLink High Latency | | +| +-------+----------------------------------+ | +| | 44 | IRC Tramp | | +| +-------+----------------------------------+ | +| | 45 | DDS XRCE | | +| +-------+----------------------------------+ | +| | 46 | IMUDATA | | +| +-------+----------------------------------+ | +| | ++----------------------------------------------+ + + + + +.. _SERIAL1_BAUD: + +SERIAL1\_BAUD: Telem1 Baud Rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The baud rate used on the Telem1 port\. Most stm32\-based boards can support rates of up to 1500\. If you setup a rate you cannot support and then can\'t connect to your board you should load a firmware from a different vehicle type\. That will reset all your parameters to defaults\. + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 1 | 1200 | | +| +-------+---------+ | +| | 2 | 2400 | | +| +-------+---------+ | +| | 4 | 4800 | | +| +-------+---------+ | +| | 9 | 9600 | | +| +-------+---------+ | +| | 19 | 19200 | | +| +-------+---------+ | +| | 38 | 38400 | | +| +-------+---------+ | +| | 57 | 57600 | | +| +-------+---------+ | +| | 111 | 111100 | | +| +-------+---------+ | +| | 115 | 115200 | | +| +-------+---------+ | +| | 230 | 230400 | | +| +-------+---------+ | +| | 256 | 256000 | | +| +-------+---------+ | +| | 460 | 460800 | | +| +-------+---------+ | +| | 500 | 500000 | | +| +-------+---------+ | +| | 921 | 921600 | | +| +-------+---------+ | +| | 1500 | 1500000 | | +| +-------+---------+ | +| | 2000 | 2000000 | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _SERIAL2_PROTOCOL: + +SERIAL2\_PROTOCOL: Telemetry 2 protocol selection +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Control what protocol to use on the Telem2 port\. Note that the Frsky options require external converter hardware\. See the wiki for details\. + + ++----------------------------------------------+ +| Values | ++==============================================+ +| +-------+----------------------------------+ | +| | Value | Meaning | | +| +=======+==================================+ | +| | -1 | None | | +| +-------+----------------------------------+ | +| | 1 | MAVLink1 | | +| +-------+----------------------------------+ | +| | 2 | MAVLink2 | | +| +-------+----------------------------------+ | +| | 3 | Frsky D | | +| +-------+----------------------------------+ | +| | 4 | Frsky SPort | | +| +-------+----------------------------------+ | +| | 5 | GPS | | +| +-------+----------------------------------+ | +| | 7 | Alexmos Gimbal Serial | | +| +-------+----------------------------------+ | +| | 8 | Gimbal | | +| +-------+----------------------------------+ | +| | 9 | Rangefinder | | +| +-------+----------------------------------+ | +| | 10 | FrSky SPort Passthrough (OpenTX) | | +| +-------+----------------------------------+ | +| | 11 | Lidar360 | | +| +-------+----------------------------------+ | +| | 13 | Beacon | | +| +-------+----------------------------------+ | +| | 14 | Volz servo out | | +| +-------+----------------------------------+ | +| | 15 | SBus servo out | | +| +-------+----------------------------------+ | +| | 16 | ESC Telemetry | | +| +-------+----------------------------------+ | +| | 17 | Devo Telemetry | | +| +-------+----------------------------------+ | +| | 18 | OpticalFlow | | +| +-------+----------------------------------+ | +| | 19 | RobotisServo | | +| +-------+----------------------------------+ | +| | 20 | NMEA Output | | +| +-------+----------------------------------+ | +| | 21 | WindVane | | +| +-------+----------------------------------+ | +| | 22 | SLCAN | | +| +-------+----------------------------------+ | +| | 23 | RCIN | | +| +-------+----------------------------------+ | +| | 24 | EFI Serial | | +| +-------+----------------------------------+ | +| | 25 | LTM | | +| +-------+----------------------------------+ | +| | 26 | RunCam | | +| +-------+----------------------------------+ | +| | 27 | HottTelem | | +| +-------+----------------------------------+ | +| | 28 | Scripting | | +| +-------+----------------------------------+ | +| | 29 | Crossfire VTX | | +| +-------+----------------------------------+ | +| | 30 | Generator | | +| +-------+----------------------------------+ | +| | 31 | Winch | | +| +-------+----------------------------------+ | +| | 32 | MSP | | +| +-------+----------------------------------+ | +| | 33 | DJI FPV | | +| +-------+----------------------------------+ | +| | 34 | AirSpeed | | +| +-------+----------------------------------+ | +| | 35 | ADSB | | +| +-------+----------------------------------+ | +| | 36 | AHRS | | +| +-------+----------------------------------+ | +| | 37 | SmartAudio | | +| +-------+----------------------------------+ | +| | 38 | FETtecOneWire | | +| +-------+----------------------------------+ | +| | 39 | Torqeedo | | +| +-------+----------------------------------+ | +| | 40 | AIS | | +| +-------+----------------------------------+ | +| | 41 | CoDevESC | | +| +-------+----------------------------------+ | +| | 42 | DisplayPort | | +| +-------+----------------------------------+ | +| | 43 | MAVLink High Latency | | +| +-------+----------------------------------+ | +| | 44 | IRC Tramp | | +| +-------+----------------------------------+ | +| | 45 | DDS XRCE | | +| +-------+----------------------------------+ | +| | 46 | IMUDATA | | +| +-------+----------------------------------+ | +| | ++----------------------------------------------+ + + + + +.. _SERIAL2_BAUD: + +SERIAL2\_BAUD: Telemetry 2 Baud Rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The baud rate of the Telem2 port\. Most stm32\-based boards can support rates of up to 1500\. If you setup a rate you cannot support and then can\'t connect to your board you should load a firmware from a different vehicle type\. That will reset all your parameters to defaults\. + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 1 | 1200 | | +| +-------+---------+ | +| | 2 | 2400 | | +| +-------+---------+ | +| | 4 | 4800 | | +| +-------+---------+ | +| | 9 | 9600 | | +| +-------+---------+ | +| | 19 | 19200 | | +| +-------+---------+ | +| | 38 | 38400 | | +| +-------+---------+ | +| | 57 | 57600 | | +| +-------+---------+ | +| | 111 | 111100 | | +| +-------+---------+ | +| | 115 | 115200 | | +| +-------+---------+ | +| | 230 | 230400 | | +| +-------+---------+ | +| | 256 | 256000 | | +| +-------+---------+ | +| | 460 | 460800 | | +| +-------+---------+ | +| | 500 | 500000 | | +| +-------+---------+ | +| | 921 | 921600 | | +| +-------+---------+ | +| | 1500 | 1500000 | | +| +-------+---------+ | +| | 2000 | 2000000 | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _SERIAL3_PROTOCOL: + +SERIAL3\_PROTOCOL: Serial 3 \(GPS\) protocol selection +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Control what protocol Serial 3 \(GPS\) should be used for\. Note that the Frsky options require external converter hardware\. See the wiki for details\. + + ++----------------------------------------------+ +| Values | ++==============================================+ +| +-------+----------------------------------+ | +| | Value | Meaning | | +| +=======+==================================+ | +| | -1 | None | | +| +-------+----------------------------------+ | +| | 1 | MAVLink1 | | +| +-------+----------------------------------+ | +| | 2 | MAVLink2 | | +| +-------+----------------------------------+ | +| | 3 | Frsky D | | +| +-------+----------------------------------+ | +| | 4 | Frsky SPort | | +| +-------+----------------------------------+ | +| | 5 | GPS | | +| +-------+----------------------------------+ | +| | 7 | Alexmos Gimbal Serial | | +| +-------+----------------------------------+ | +| | 8 | Gimbal | | +| +-------+----------------------------------+ | +| | 9 | Rangefinder | | +| +-------+----------------------------------+ | +| | 10 | FrSky SPort Passthrough (OpenTX) | | +| +-------+----------------------------------+ | +| | 11 | Lidar360 | | +| +-------+----------------------------------+ | +| | 13 | Beacon | | +| +-------+----------------------------------+ | +| | 14 | Volz servo out | | +| +-------+----------------------------------+ | +| | 15 | SBus servo out | | +| +-------+----------------------------------+ | +| | 16 | ESC Telemetry | | +| +-------+----------------------------------+ | +| | 17 | Devo Telemetry | | +| +-------+----------------------------------+ | +| | 18 | OpticalFlow | | +| +-------+----------------------------------+ | +| | 19 | RobotisServo | | +| +-------+----------------------------------+ | +| | 20 | NMEA Output | | +| +-------+----------------------------------+ | +| | 21 | WindVane | | +| +-------+----------------------------------+ | +| | 22 | SLCAN | | +| +-------+----------------------------------+ | +| | 23 | RCIN | | +| +-------+----------------------------------+ | +| | 24 | EFI Serial | | +| +-------+----------------------------------+ | +| | 25 | LTM | | +| +-------+----------------------------------+ | +| | 26 | RunCam | | +| +-------+----------------------------------+ | +| | 27 | HottTelem | | +| +-------+----------------------------------+ | +| | 28 | Scripting | | +| +-------+----------------------------------+ | +| | 29 | Crossfire VTX | | +| +-------+----------------------------------+ | +| | 30 | Generator | | +| +-------+----------------------------------+ | +| | 31 | Winch | | +| +-------+----------------------------------+ | +| | 32 | MSP | | +| +-------+----------------------------------+ | +| | 33 | DJI FPV | | +| +-------+----------------------------------+ | +| | 34 | AirSpeed | | +| +-------+----------------------------------+ | +| | 35 | ADSB | | +| +-------+----------------------------------+ | +| | 36 | AHRS | | +| +-------+----------------------------------+ | +| | 37 | SmartAudio | | +| +-------+----------------------------------+ | +| | 38 | FETtecOneWire | | +| +-------+----------------------------------+ | +| | 39 | Torqeedo | | +| +-------+----------------------------------+ | +| | 40 | AIS | | +| +-------+----------------------------------+ | +| | 41 | CoDevESC | | +| +-------+----------------------------------+ | +| | 42 | DisplayPort | | +| +-------+----------------------------------+ | +| | 43 | MAVLink High Latency | | +| +-------+----------------------------------+ | +| | 44 | IRC Tramp | | +| +-------+----------------------------------+ | +| | 45 | DDS XRCE | | +| +-------+----------------------------------+ | +| | 46 | IMUDATA | | +| +-------+----------------------------------+ | +| | ++----------------------------------------------+ + + + + +.. _SERIAL3_BAUD: + +SERIAL3\_BAUD: Serial 3 \(GPS\) Baud Rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The baud rate used for the Serial 3 \(GPS\)\. Most stm32\-based boards can support rates of up to 1500\. If you setup a rate you cannot support and then can\'t connect to your board you should load a firmware from a different vehicle type\. That will reset all your parameters to defaults\. + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 1 | 1200 | | +| +-------+---------+ | +| | 2 | 2400 | | +| +-------+---------+ | +| | 4 | 4800 | | +| +-------+---------+ | +| | 9 | 9600 | | +| +-------+---------+ | +| | 19 | 19200 | | +| +-------+---------+ | +| | 38 | 38400 | | +| +-------+---------+ | +| | 57 | 57600 | | +| +-------+---------+ | +| | 111 | 111100 | | +| +-------+---------+ | +| | 115 | 115200 | | +| +-------+---------+ | +| | 230 | 230400 | | +| +-------+---------+ | +| | 256 | 256000 | | +| +-------+---------+ | +| | 460 | 460800 | | +| +-------+---------+ | +| | 500 | 500000 | | +| +-------+---------+ | +| | 921 | 921600 | | +| +-------+---------+ | +| | 1500 | 1500000 | | +| +-------+---------+ | +| | 2000 | 2000000 | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _SERIAL4_PROTOCOL: + +SERIAL4\_PROTOCOL: Serial4 protocol selection +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Control what protocol Serial4 port should be used for\. Note that the Frsky options require external converter hardware\. See the wiki for details\. + + ++----------------------------------------------+ +| Values | ++==============================================+ +| +-------+----------------------------------+ | +| | Value | Meaning | | +| +=======+==================================+ | +| | -1 | None | | +| +-------+----------------------------------+ | +| | 1 | MAVLink1 | | +| +-------+----------------------------------+ | +| | 2 | MAVLink2 | | +| +-------+----------------------------------+ | +| | 3 | Frsky D | | +| +-------+----------------------------------+ | +| | 4 | Frsky SPort | | +| +-------+----------------------------------+ | +| | 5 | GPS | | +| +-------+----------------------------------+ | +| | 7 | Alexmos Gimbal Serial | | +| +-------+----------------------------------+ | +| | 8 | Gimbal | | +| +-------+----------------------------------+ | +| | 9 | Rangefinder | | +| +-------+----------------------------------+ | +| | 10 | FrSky SPort Passthrough (OpenTX) | | +| +-------+----------------------------------+ | +| | 11 | Lidar360 | | +| +-------+----------------------------------+ | +| | 13 | Beacon | | +| +-------+----------------------------------+ | +| | 14 | Volz servo out | | +| +-------+----------------------------------+ | +| | 15 | SBus servo out | | +| +-------+----------------------------------+ | +| | 16 | ESC Telemetry | | +| +-------+----------------------------------+ | +| | 17 | Devo Telemetry | | +| +-------+----------------------------------+ | +| | 18 | OpticalFlow | | +| +-------+----------------------------------+ | +| | 19 | RobotisServo | | +| +-------+----------------------------------+ | +| | 20 | NMEA Output | | +| +-------+----------------------------------+ | +| | 21 | WindVane | | +| +-------+----------------------------------+ | +| | 22 | SLCAN | | +| +-------+----------------------------------+ | +| | 23 | RCIN | | +| +-------+----------------------------------+ | +| | 24 | EFI Serial | | +| +-------+----------------------------------+ | +| | 25 | LTM | | +| +-------+----------------------------------+ | +| | 26 | RunCam | | +| +-------+----------------------------------+ | +| | 27 | HottTelem | | +| +-------+----------------------------------+ | +| | 28 | Scripting | | +| +-------+----------------------------------+ | +| | 29 | Crossfire VTX | | +| +-------+----------------------------------+ | +| | 30 | Generator | | +| +-------+----------------------------------+ | +| | 31 | Winch | | +| +-------+----------------------------------+ | +| | 32 | MSP | | +| +-------+----------------------------------+ | +| | 33 | DJI FPV | | +| +-------+----------------------------------+ | +| | 34 | AirSpeed | | +| +-------+----------------------------------+ | +| | 35 | ADSB | | +| +-------+----------------------------------+ | +| | 36 | AHRS | | +| +-------+----------------------------------+ | +| | 37 | SmartAudio | | +| +-------+----------------------------------+ | +| | 38 | FETtecOneWire | | +| +-------+----------------------------------+ | +| | 39 | Torqeedo | | +| +-------+----------------------------------+ | +| | 40 | AIS | | +| +-------+----------------------------------+ | +| | 41 | CoDevESC | | +| +-------+----------------------------------+ | +| | 42 | DisplayPort | | +| +-------+----------------------------------+ | +| | 43 | MAVLink High Latency | | +| +-------+----------------------------------+ | +| | 44 | IRC Tramp | | +| +-------+----------------------------------+ | +| | 45 | DDS XRCE | | +| +-------+----------------------------------+ | +| | 46 | IMUDATA | | +| +-------+----------------------------------+ | +| | ++----------------------------------------------+ + + + + +.. _SERIAL4_BAUD: + +SERIAL4\_BAUD: Serial 4 Baud Rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The baud rate used for Serial4\. Most stm32\-based boards can support rates of up to 1500\. If you setup a rate you cannot support and then can\'t connect to your board you should load a firmware from a different vehicle type\. That will reset all your parameters to defaults\. + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 1 | 1200 | | +| +-------+---------+ | +| | 2 | 2400 | | +| +-------+---------+ | +| | 4 | 4800 | | +| +-------+---------+ | +| | 9 | 9600 | | +| +-------+---------+ | +| | 19 | 19200 | | +| +-------+---------+ | +| | 38 | 38400 | | +| +-------+---------+ | +| | 57 | 57600 | | +| +-------+---------+ | +| | 111 | 111100 | | +| +-------+---------+ | +| | 115 | 115200 | | +| +-------+---------+ | +| | 230 | 230400 | | +| +-------+---------+ | +| | 256 | 256000 | | +| +-------+---------+ | +| | 460 | 460800 | | +| +-------+---------+ | +| | 500 | 500000 | | +| +-------+---------+ | +| | 921 | 921600 | | +| +-------+---------+ | +| | 1500 | 1500000 | | +| +-------+---------+ | +| | 2000 | 2000000 | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _SERIAL5_PROTOCOL: + +SERIAL5\_PROTOCOL: Serial5 protocol selection +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Control what protocol Serial5 port should be used for\. Note that the Frsky options require external converter hardware\. See the wiki for details\. + + ++----------------------------------------------+ +| Values | ++==============================================+ +| +-------+----------------------------------+ | +| | Value | Meaning | | +| +=======+==================================+ | +| | -1 | None | | +| +-------+----------------------------------+ | +| | 1 | MAVLink1 | | +| +-------+----------------------------------+ | +| | 2 | MAVLink2 | | +| +-------+----------------------------------+ | +| | 3 | Frsky D | | +| +-------+----------------------------------+ | +| | 4 | Frsky SPort | | +| +-------+----------------------------------+ | +| | 5 | GPS | | +| +-------+----------------------------------+ | +| | 7 | Alexmos Gimbal Serial | | +| +-------+----------------------------------+ | +| | 8 | Gimbal | | +| +-------+----------------------------------+ | +| | 9 | Rangefinder | | +| +-------+----------------------------------+ | +| | 10 | FrSky SPort Passthrough (OpenTX) | | +| +-------+----------------------------------+ | +| | 11 | Lidar360 | | +| +-------+----------------------------------+ | +| | 13 | Beacon | | +| +-------+----------------------------------+ | +| | 14 | Volz servo out | | +| +-------+----------------------------------+ | +| | 15 | SBus servo out | | +| +-------+----------------------------------+ | +| | 16 | ESC Telemetry | | +| +-------+----------------------------------+ | +| | 17 | Devo Telemetry | | +| +-------+----------------------------------+ | +| | 18 | OpticalFlow | | +| +-------+----------------------------------+ | +| | 19 | RobotisServo | | +| +-------+----------------------------------+ | +| | 20 | NMEA Output | | +| +-------+----------------------------------+ | +| | 21 | WindVane | | +| +-------+----------------------------------+ | +| | 22 | SLCAN | | +| +-------+----------------------------------+ | +| | 23 | RCIN | | +| +-------+----------------------------------+ | +| | 24 | EFI Serial | | +| +-------+----------------------------------+ | +| | 25 | LTM | | +| +-------+----------------------------------+ | +| | 26 | RunCam | | +| +-------+----------------------------------+ | +| | 27 | HottTelem | | +| +-------+----------------------------------+ | +| | 28 | Scripting | | +| +-------+----------------------------------+ | +| | 29 | Crossfire VTX | | +| +-------+----------------------------------+ | +| | 30 | Generator | | +| +-------+----------------------------------+ | +| | 31 | Winch | | +| +-------+----------------------------------+ | +| | 32 | MSP | | +| +-------+----------------------------------+ | +| | 33 | DJI FPV | | +| +-------+----------------------------------+ | +| | 34 | AirSpeed | | +| +-------+----------------------------------+ | +| | 35 | ADSB | | +| +-------+----------------------------------+ | +| | 36 | AHRS | | +| +-------+----------------------------------+ | +| | 37 | SmartAudio | | +| +-------+----------------------------------+ | +| | 38 | FETtecOneWire | | +| +-------+----------------------------------+ | +| | 39 | Torqeedo | | +| +-------+----------------------------------+ | +| | 40 | AIS | | +| +-------+----------------------------------+ | +| | 41 | CoDevESC | | +| +-------+----------------------------------+ | +| | 42 | DisplayPort | | +| +-------+----------------------------------+ | +| | 43 | MAVLink High Latency | | +| +-------+----------------------------------+ | +| | 44 | IRC Tramp | | +| +-------+----------------------------------+ | +| | 45 | DDS XRCE | | +| +-------+----------------------------------+ | +| | 46 | IMUDATA | | +| +-------+----------------------------------+ | +| | ++----------------------------------------------+ + + + + +.. _SERIAL5_BAUD: + +SERIAL5\_BAUD: Serial 5 Baud Rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The baud rate used for Serial5\. Most stm32\-based boards can support rates of up to 1500\. If you setup a rate you cannot support and then can\'t connect to your board you should load a firmware from a different vehicle type\. That will reset all your parameters to defaults\. + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 1 | 1200 | | +| +-------+---------+ | +| | 2 | 2400 | | +| +-------+---------+ | +| | 4 | 4800 | | +| +-------+---------+ | +| | 9 | 9600 | | +| +-------+---------+ | +| | 19 | 19200 | | +| +-------+---------+ | +| | 38 | 38400 | | +| +-------+---------+ | +| | 57 | 57600 | | +| +-------+---------+ | +| | 111 | 111100 | | +| +-------+---------+ | +| | 115 | 115200 | | +| +-------+---------+ | +| | 230 | 230400 | | +| +-------+---------+ | +| | 256 | 256000 | | +| +-------+---------+ | +| | 460 | 460800 | | +| +-------+---------+ | +| | 500 | 500000 | | +| +-------+---------+ | +| | 921 | 921600 | | +| +-------+---------+ | +| | 1500 | 1500000 | | +| +-------+---------+ | +| | 2000 | 2000000 | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _SERIAL6_PROTOCOL: + +SERIAL6\_PROTOCOL: Serial6 protocol selection +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Control what protocol Serial6 port should be used for\. Note that the Frsky options require external converter hardware\. See the wiki for details\. + + ++----------------------------------------------+ +| Values | ++==============================================+ +| +-------+----------------------------------+ | +| | Value | Meaning | | +| +=======+==================================+ | +| | -1 | None | | +| +-------+----------------------------------+ | +| | 1 | MAVLink1 | | +| +-------+----------------------------------+ | +| | 2 | MAVLink2 | | +| +-------+----------------------------------+ | +| | 3 | Frsky D | | +| +-------+----------------------------------+ | +| | 4 | Frsky SPort | | +| +-------+----------------------------------+ | +| | 5 | GPS | | +| +-------+----------------------------------+ | +| | 7 | Alexmos Gimbal Serial | | +| +-------+----------------------------------+ | +| | 8 | Gimbal | | +| +-------+----------------------------------+ | +| | 9 | Rangefinder | | +| +-------+----------------------------------+ | +| | 10 | FrSky SPort Passthrough (OpenTX) | | +| +-------+----------------------------------+ | +| | 11 | Lidar360 | | +| +-------+----------------------------------+ | +| | 13 | Beacon | | +| +-------+----------------------------------+ | +| | 14 | Volz servo out | | +| +-------+----------------------------------+ | +| | 15 | SBus servo out | | +| +-------+----------------------------------+ | +| | 16 | ESC Telemetry | | +| +-------+----------------------------------+ | +| | 17 | Devo Telemetry | | +| +-------+----------------------------------+ | +| | 18 | OpticalFlow | | +| +-------+----------------------------------+ | +| | 19 | RobotisServo | | +| +-------+----------------------------------+ | +| | 20 | NMEA Output | | +| +-------+----------------------------------+ | +| | 21 | WindVane | | +| +-------+----------------------------------+ | +| | 22 | SLCAN | | +| +-------+----------------------------------+ | +| | 23 | RCIN | | +| +-------+----------------------------------+ | +| | 24 | EFI Serial | | +| +-------+----------------------------------+ | +| | 25 | LTM | | +| +-------+----------------------------------+ | +| | 26 | RunCam | | +| +-------+----------------------------------+ | +| | 27 | HottTelem | | +| +-------+----------------------------------+ | +| | 28 | Scripting | | +| +-------+----------------------------------+ | +| | 29 | Crossfire VTX | | +| +-------+----------------------------------+ | +| | 30 | Generator | | +| +-------+----------------------------------+ | +| | 31 | Winch | | +| +-------+----------------------------------+ | +| | 32 | MSP | | +| +-------+----------------------------------+ | +| | 33 | DJI FPV | | +| +-------+----------------------------------+ | +| | 34 | AirSpeed | | +| +-------+----------------------------------+ | +| | 35 | ADSB | | +| +-------+----------------------------------+ | +| | 36 | AHRS | | +| +-------+----------------------------------+ | +| | 37 | SmartAudio | | +| +-------+----------------------------------+ | +| | 38 | FETtecOneWire | | +| +-------+----------------------------------+ | +| | 39 | Torqeedo | | +| +-------+----------------------------------+ | +| | 40 | AIS | | +| +-------+----------------------------------+ | +| | 41 | CoDevESC | | +| +-------+----------------------------------+ | +| | 42 | DisplayPort | | +| +-------+----------------------------------+ | +| | 43 | MAVLink High Latency | | +| +-------+----------------------------------+ | +| | 44 | IRC Tramp | | +| +-------+----------------------------------+ | +| | 45 | DDS XRCE | | +| +-------+----------------------------------+ | +| | 46 | IMUDATA | | +| +-------+----------------------------------+ | +| | ++----------------------------------------------+ + + + + +.. _SERIAL6_BAUD: + +SERIAL6\_BAUD: Serial 6 Baud Rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The baud rate used for Serial6\. Most stm32\-based boards can support rates of up to 1500\. If you setup a rate you cannot support and then can\'t connect to your board you should load a firmware from a different vehicle type\. That will reset all your parameters to defaults\. + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 1 | 1200 | | +| +-------+---------+ | +| | 2 | 2400 | | +| +-------+---------+ | +| | 4 | 4800 | | +| +-------+---------+ | +| | 9 | 9600 | | +| +-------+---------+ | +| | 19 | 19200 | | +| +-------+---------+ | +| | 38 | 38400 | | +| +-------+---------+ | +| | 57 | 57600 | | +| +-------+---------+ | +| | 111 | 111100 | | +| +-------+---------+ | +| | 115 | 115200 | | +| +-------+---------+ | +| | 230 | 230400 | | +| +-------+---------+ | +| | 256 | 256000 | | +| +-------+---------+ | +| | 460 | 460800 | | +| +-------+---------+ | +| | 500 | 500000 | | +| +-------+---------+ | +| | 921 | 921600 | | +| +-------+---------+ | +| | 1500 | 1500000 | | +| +-------+---------+ | +| | 2000 | 2000000 | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _SERIAL1_OPTIONS: + +SERIAL1\_OPTIONS: Telem1 options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Control over UART options\. The InvertRX option controls invert of the receive pin\. The InvertTX option controls invert of the transmit pin\. The HalfDuplex option controls half\-duplex \(onewire\) mode\, where both transmit and receive is done on the transmit wire\. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards\. + + ++-----------------------------------------+ +| Bitmask | ++=========================================+ +| +-----+-------------------------------+ | +| | Bit | Meaning | | +| +=====+===============================+ | +| | 0 | InvertRX | | +| +-----+-------------------------------+ | +| | 1 | InvertTX | | +| +-----+-------------------------------+ | +| | 2 | HalfDuplex | | +| +-----+-------------------------------+ | +| | 3 | SwapTXRX | | +| +-----+-------------------------------+ | +| | 4 | RX_PullDown | | +| +-----+-------------------------------+ | +| | 5 | RX_PullUp | | +| +-----+-------------------------------+ | +| | 6 | TX_PullDown | | +| +-----+-------------------------------+ | +| | 7 | TX_PullUp | | +| +-----+-------------------------------+ | +| | 8 | RX_NoDMA | | +| +-----+-------------------------------+ | +| | 9 | TX_NoDMA | | +| +-----+-------------------------------+ | +| | 10 | Don't forward mavlink to/from | | +| +-----+-------------------------------+ | +| | 11 | DisableFIFO | | +| +-----+-------------------------------+ | +| | 12 | Ignore Streamrate | | +| +-----+-------------------------------+ | +| | ++-----------------------------------------+ + + + + +.. _SERIAL2_OPTIONS: + +SERIAL2\_OPTIONS: Telem2 options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Control over UART options\. The InvertRX option controls invert of the receive pin\. The InvertTX option controls invert of the transmit pin\. The HalfDuplex option controls half\-duplex \(onewire\) mode\, where both transmit and receive is done on the transmit wire\. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards\. + + ++-----------------------------------------+ +| Bitmask | ++=========================================+ +| +-----+-------------------------------+ | +| | Bit | Meaning | | +| +=====+===============================+ | +| | 0 | InvertRX | | +| +-----+-------------------------------+ | +| | 1 | InvertTX | | +| +-----+-------------------------------+ | +| | 2 | HalfDuplex | | +| +-----+-------------------------------+ | +| | 3 | SwapTXRX | | +| +-----+-------------------------------+ | +| | 4 | RX_PullDown | | +| +-----+-------------------------------+ | +| | 5 | RX_PullUp | | +| +-----+-------------------------------+ | +| | 6 | TX_PullDown | | +| +-----+-------------------------------+ | +| | 7 | TX_PullUp | | +| +-----+-------------------------------+ | +| | 8 | RX_NoDMA | | +| +-----+-------------------------------+ | +| | 9 | TX_NoDMA | | +| +-----+-------------------------------+ | +| | 10 | Don't forward mavlink to/from | | +| +-----+-------------------------------+ | +| | 11 | DisableFIFO | | +| +-----+-------------------------------+ | +| | 12 | Ignore Streamrate | | +| +-----+-------------------------------+ | +| | ++-----------------------------------------+ + + + + +.. _SERIAL3_OPTIONS: + +SERIAL3\_OPTIONS: Serial3 options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Control over UART options\. The InvertRX option controls invert of the receive pin\. The InvertTX option controls invert of the transmit pin\. The HalfDuplex option controls half\-duplex \(onewire\) mode\, where both transmit and receive is done on the transmit wire\. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards\. + + ++-----------------------------------------+ +| Bitmask | ++=========================================+ +| +-----+-------------------------------+ | +| | Bit | Meaning | | +| +=====+===============================+ | +| | 0 | InvertRX | | +| +-----+-------------------------------+ | +| | 1 | InvertTX | | +| +-----+-------------------------------+ | +| | 2 | HalfDuplex | | +| +-----+-------------------------------+ | +| | 3 | SwapTXRX | | +| +-----+-------------------------------+ | +| | 4 | RX_PullDown | | +| +-----+-------------------------------+ | +| | 5 | RX_PullUp | | +| +-----+-------------------------------+ | +| | 6 | TX_PullDown | | +| +-----+-------------------------------+ | +| | 7 | TX_PullUp | | +| +-----+-------------------------------+ | +| | 8 | RX_NoDMA | | +| +-----+-------------------------------+ | +| | 9 | TX_NoDMA | | +| +-----+-------------------------------+ | +| | 10 | Don't forward mavlink to/from | | +| +-----+-------------------------------+ | +| | 11 | DisableFIFO | | +| +-----+-------------------------------+ | +| | 12 | Ignore Streamrate | | +| +-----+-------------------------------+ | +| | ++-----------------------------------------+ + + + + +.. _SERIAL4_OPTIONS: + +SERIAL4\_OPTIONS: Serial4 options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Control over UART options\. The InvertRX option controls invert of the receive pin\. The InvertTX option controls invert of the transmit pin\. The HalfDuplex option controls half\-duplex \(onewire\) mode\, where both transmit and receive is done on the transmit wire\. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards\. + + ++-----------------------------------------+ +| Bitmask | ++=========================================+ +| +-----+-------------------------------+ | +| | Bit | Meaning | | +| +=====+===============================+ | +| | 0 | InvertRX | | +| +-----+-------------------------------+ | +| | 1 | InvertTX | | +| +-----+-------------------------------+ | +| | 2 | HalfDuplex | | +| +-----+-------------------------------+ | +| | 3 | SwapTXRX | | +| +-----+-------------------------------+ | +| | 4 | RX_PullDown | | +| +-----+-------------------------------+ | +| | 5 | RX_PullUp | | +| +-----+-------------------------------+ | +| | 6 | TX_PullDown | | +| +-----+-------------------------------+ | +| | 7 | TX_PullUp | | +| +-----+-------------------------------+ | +| | 8 | RX_NoDMA | | +| +-----+-------------------------------+ | +| | 9 | TX_NoDMA | | +| +-----+-------------------------------+ | +| | 10 | Don't forward mavlink to/from | | +| +-----+-------------------------------+ | +| | 11 | DisableFIFO | | +| +-----+-------------------------------+ | +| | 12 | Ignore Streamrate | | +| +-----+-------------------------------+ | +| | ++-----------------------------------------+ + + + + +.. _SERIAL5_OPTIONS: + +SERIAL5\_OPTIONS: Serial5 options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Control over UART options\. The InvertRX option controls invert of the receive pin\. The InvertTX option controls invert of the transmit pin\. The HalfDuplex option controls half\-duplex \(onewire\) mode\, where both transmit and receive is done on the transmit wire\. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards\. + + ++-----------------------------------------+ +| Bitmask | ++=========================================+ +| +-----+-------------------------------+ | +| | Bit | Meaning | | +| +=====+===============================+ | +| | 0 | InvertRX | | +| +-----+-------------------------------+ | +| | 1 | InvertTX | | +| +-----+-------------------------------+ | +| | 2 | HalfDuplex | | +| +-----+-------------------------------+ | +| | 3 | SwapTXRX | | +| +-----+-------------------------------+ | +| | 4 | RX_PullDown | | +| +-----+-------------------------------+ | +| | 5 | RX_PullUp | | +| +-----+-------------------------------+ | +| | 6 | TX_PullDown | | +| +-----+-------------------------------+ | +| | 7 | TX_PullUp | | +| +-----+-------------------------------+ | +| | 8 | RX_NoDMA | | +| +-----+-------------------------------+ | +| | 9 | TX_NoDMA | | +| +-----+-------------------------------+ | +| | 10 | Don't forward mavlink to/from | | +| +-----+-------------------------------+ | +| | 11 | DisableFIFO | | +| +-----+-------------------------------+ | +| | 12 | Ignore Streamrate | | +| +-----+-------------------------------+ | +| | ++-----------------------------------------+ + + + + +.. _SERIAL6_OPTIONS: + +SERIAL6\_OPTIONS: Serial6 options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Control over UART options\. The InvertRX option controls invert of the receive pin\. The InvertTX option controls invert of the transmit pin\. The HalfDuplex option controls half\-duplex \(onewire\) mode\, where both transmit and receive is done on the transmit wire\. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards\. + + ++-----------------------------------------+ +| Bitmask | ++=========================================+ +| +-----+-------------------------------+ | +| | Bit | Meaning | | +| +=====+===============================+ | +| | 0 | InvertRX | | +| +-----+-------------------------------+ | +| | 1 | InvertTX | | +| +-----+-------------------------------+ | +| | 2 | HalfDuplex | | +| +-----+-------------------------------+ | +| | 3 | SwapTXRX | | +| +-----+-------------------------------+ | +| | 4 | RX_PullDown | | +| +-----+-------------------------------+ | +| | 5 | RX_PullUp | | +| +-----+-------------------------------+ | +| | 6 | TX_PullDown | | +| +-----+-------------------------------+ | +| | 7 | TX_PullUp | | +| +-----+-------------------------------+ | +| | 8 | RX_NoDMA | | +| +-----+-------------------------------+ | +| | 9 | TX_NoDMA | | +| +-----+-------------------------------+ | +| | 10 | Don't forward mavlink to/from | | +| +-----+-------------------------------+ | +| | 11 | DisableFIFO | | +| +-----+-------------------------------+ | +| | 12 | Ignore Streamrate | | +| +-----+-------------------------------+ | +| | ++-----------------------------------------+ + + + + +.. _SERIAL_PASS1: + +SERIAL\_PASS1: Serial passthru first port +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets one side of pass\-through between two serial ports\. Once both sides are set then all data received on either port will be passed to the other port + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | -1 | Disabled | | +| +-------+----------+ | +| | 0 | Serial0 | | +| +-------+----------+ | +| | 1 | Serial1 | | +| +-------+----------+ | +| | 2 | Serial2 | | +| +-------+----------+ | +| | 3 | Serial3 | | +| +-------+----------+ | +| | 4 | Serial4 | | +| +-------+----------+ | +| | 5 | Serial5 | | +| +-------+----------+ | +| | 6 | Serial6 | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SERIAL_PASS2: + +SERIAL\_PASS2: Serial passthru second port +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets one side of pass\-through between two serial ports\. Once both sides are set then all data received on either port will be passed to the other port + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | -1 | Disabled | | +| +-------+----------+ | +| | 0 | Serial0 | | +| +-------+----------+ | +| | 1 | Serial1 | | +| +-------+----------+ | +| | 2 | Serial2 | | +| +-------+----------+ | +| | 3 | Serial3 | | +| +-------+----------+ | +| | 4 | Serial4 | | +| +-------+----------+ | +| | 5 | Serial5 | | +| +-------+----------+ | +| | 6 | Serial6 | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SERIAL_PASSTIMO: + +SERIAL\_PASSTIMO: Serial passthru timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets a timeout for serial pass\-through in seconds\. When the pass\-through is enabled by setting the SERIAL\_PASS1 and SERIAL\_PASS2 parameters then it remains in effect until no data comes from the first port for SERIAL\_PASSTIMO seconds\. This allows the port to revent to its normal usage \(such as MAVLink connection to a GCS\) when it is no longer needed\. A value of 0 means no timeout\. + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 120 | seconds | ++----------+---------+ + + + + +.. _SERIAL7_PROTOCOL: + +SERIAL7\_PROTOCOL: Serial7 protocol selection +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Control what protocol Serial7 port should be used for\. Note that the Frsky options require external converter hardware\. See the wiki for details\. + + ++----------------------------------------------+ +| Values | ++==============================================+ +| +-------+----------------------------------+ | +| | Value | Meaning | | +| +=======+==================================+ | +| | -1 | None | | +| +-------+----------------------------------+ | +| | 1 | MAVLink1 | | +| +-------+----------------------------------+ | +| | 2 | MAVLink2 | | +| +-------+----------------------------------+ | +| | 3 | Frsky D | | +| +-------+----------------------------------+ | +| | 4 | Frsky SPort | | +| +-------+----------------------------------+ | +| | 5 | GPS | | +| +-------+----------------------------------+ | +| | 7 | Alexmos Gimbal Serial | | +| +-------+----------------------------------+ | +| | 8 | Gimbal | | +| +-------+----------------------------------+ | +| | 9 | Rangefinder | | +| +-------+----------------------------------+ | +| | 10 | FrSky SPort Passthrough (OpenTX) | | +| +-------+----------------------------------+ | +| | 11 | Lidar360 | | +| +-------+----------------------------------+ | +| | 13 | Beacon | | +| +-------+----------------------------------+ | +| | 14 | Volz servo out | | +| +-------+----------------------------------+ | +| | 15 | SBus servo out | | +| +-------+----------------------------------+ | +| | 16 | ESC Telemetry | | +| +-------+----------------------------------+ | +| | 17 | Devo Telemetry | | +| +-------+----------------------------------+ | +| | 18 | OpticalFlow | | +| +-------+----------------------------------+ | +| | 19 | RobotisServo | | +| +-------+----------------------------------+ | +| | 20 | NMEA Output | | +| +-------+----------------------------------+ | +| | 21 | WindVane | | +| +-------+----------------------------------+ | +| | 22 | SLCAN | | +| +-------+----------------------------------+ | +| | 23 | RCIN | | +| +-------+----------------------------------+ | +| | 24 | EFI Serial | | +| +-------+----------------------------------+ | +| | 25 | LTM | | +| +-------+----------------------------------+ | +| | 26 | RunCam | | +| +-------+----------------------------------+ | +| | 27 | HottTelem | | +| +-------+----------------------------------+ | +| | 28 | Scripting | | +| +-------+----------------------------------+ | +| | 29 | Crossfire VTX | | +| +-------+----------------------------------+ | +| | 30 | Generator | | +| +-------+----------------------------------+ | +| | 31 | Winch | | +| +-------+----------------------------------+ | +| | 32 | MSP | | +| +-------+----------------------------------+ | +| | 33 | DJI FPV | | +| +-------+----------------------------------+ | +| | 34 | AirSpeed | | +| +-------+----------------------------------+ | +| | 35 | ADSB | | +| +-------+----------------------------------+ | +| | 36 | AHRS | | +| +-------+----------------------------------+ | +| | 37 | SmartAudio | | +| +-------+----------------------------------+ | +| | 38 | FETtecOneWire | | +| +-------+----------------------------------+ | +| | 39 | Torqeedo | | +| +-------+----------------------------------+ | +| | 40 | AIS | | +| +-------+----------------------------------+ | +| | 41 | CoDevESC | | +| +-------+----------------------------------+ | +| | 42 | DisplayPort | | +| +-------+----------------------------------+ | +| | 43 | MAVLink High Latency | | +| +-------+----------------------------------+ | +| | 44 | IRC Tramp | | +| +-------+----------------------------------+ | +| | 45 | DDS XRCE | | +| +-------+----------------------------------+ | +| | 46 | IMUDATA | | +| +-------+----------------------------------+ | +| | ++----------------------------------------------+ + + + + +.. _SERIAL7_BAUD: + +SERIAL7\_BAUD: Serial 7 Baud Rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The baud rate used for Serial7\. Most stm32\-based boards can support rates of up to 1500\. If you setup a rate you cannot support and then can\'t connect to your board you should load a firmware from a different vehicle type\. That will reset all your parameters to defaults\. + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 1 | 1200 | | +| +-------+---------+ | +| | 2 | 2400 | | +| +-------+---------+ | +| | 4 | 4800 | | +| +-------+---------+ | +| | 9 | 9600 | | +| +-------+---------+ | +| | 19 | 19200 | | +| +-------+---------+ | +| | 38 | 38400 | | +| +-------+---------+ | +| | 57 | 57600 | | +| +-------+---------+ | +| | 111 | 111100 | | +| +-------+---------+ | +| | 115 | 115200 | | +| +-------+---------+ | +| | 230 | 230400 | | +| +-------+---------+ | +| | 256 | 256000 | | +| +-------+---------+ | +| | 460 | 460800 | | +| +-------+---------+ | +| | 500 | 500000 | | +| +-------+---------+ | +| | 921 | 921600 | | +| +-------+---------+ | +| | 1500 | 1500000 | | +| +-------+---------+ | +| | 2000 | 2000000 | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _SERIAL7_OPTIONS: + +SERIAL7\_OPTIONS: Serial7 options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Control over UART options\. The InvertRX option controls invert of the receive pin\. The InvertTX option controls invert of the transmit pin\. The HalfDuplex option controls half\-duplex \(onewire\) mode\, where both transmit and receive is done on the transmit wire\. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards\. + + ++-----------------------------------------+ +| Bitmask | ++=========================================+ +| +-----+-------------------------------+ | +| | Bit | Meaning | | +| +=====+===============================+ | +| | 0 | InvertRX | | +| +-----+-------------------------------+ | +| | 1 | InvertTX | | +| +-----+-------------------------------+ | +| | 2 | HalfDuplex | | +| +-----+-------------------------------+ | +| | 3 | SwapTXRX | | +| +-----+-------------------------------+ | +| | 4 | RX_PullDown | | +| +-----+-------------------------------+ | +| | 5 | RX_PullUp | | +| +-----+-------------------------------+ | +| | 6 | TX_PullDown | | +| +-----+-------------------------------+ | +| | 7 | TX_PullUp | | +| +-----+-------------------------------+ | +| | 8 | RX_NoDMA | | +| +-----+-------------------------------+ | +| | 9 | TX_NoDMA | | +| +-----+-------------------------------+ | +| | 10 | Don't forward mavlink to/from | | +| +-----+-------------------------------+ | +| | 11 | DisableFIFO | | +| +-----+-------------------------------+ | +| | 12 | Ignore Streamrate | | +| +-----+-------------------------------+ | +| | ++-----------------------------------------+ + + + + +.. _SERIAL8_PROTOCOL: + +SERIAL8\_PROTOCOL: Serial8 protocol selection +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Control what protocol Serial8 port should be used for\. Note that the Frsky options require external converter hardware\. See the wiki for details\. + + ++----------------------------------------------+ +| Values | ++==============================================+ +| +-------+----------------------------------+ | +| | Value | Meaning | | +| +=======+==================================+ | +| | -1 | None | | +| +-------+----------------------------------+ | +| | 1 | MAVLink1 | | +| +-------+----------------------------------+ | +| | 2 | MAVLink2 | | +| +-------+----------------------------------+ | +| | 3 | Frsky D | | +| +-------+----------------------------------+ | +| | 4 | Frsky SPort | | +| +-------+----------------------------------+ | +| | 5 | GPS | | +| +-------+----------------------------------+ | +| | 7 | Alexmos Gimbal Serial | | +| +-------+----------------------------------+ | +| | 8 | Gimbal | | +| +-------+----------------------------------+ | +| | 9 | Rangefinder | | +| +-------+----------------------------------+ | +| | 10 | FrSky SPort Passthrough (OpenTX) | | +| +-------+----------------------------------+ | +| | 11 | Lidar360 | | +| +-------+----------------------------------+ | +| | 13 | Beacon | | +| +-------+----------------------------------+ | +| | 14 | Volz servo out | | +| +-------+----------------------------------+ | +| | 15 | SBus servo out | | +| +-------+----------------------------------+ | +| | 16 | ESC Telemetry | | +| +-------+----------------------------------+ | +| | 17 | Devo Telemetry | | +| +-------+----------------------------------+ | +| | 18 | OpticalFlow | | +| +-------+----------------------------------+ | +| | 19 | RobotisServo | | +| +-------+----------------------------------+ | +| | 20 | NMEA Output | | +| +-------+----------------------------------+ | +| | 21 | WindVane | | +| +-------+----------------------------------+ | +| | 22 | SLCAN | | +| +-------+----------------------------------+ | +| | 23 | RCIN | | +| +-------+----------------------------------+ | +| | 24 | EFI Serial | | +| +-------+----------------------------------+ | +| | 25 | LTM | | +| +-------+----------------------------------+ | +| | 26 | RunCam | | +| +-------+----------------------------------+ | +| | 27 | HottTelem | | +| +-------+----------------------------------+ | +| | 28 | Scripting | | +| +-------+----------------------------------+ | +| | 29 | Crossfire VTX | | +| +-------+----------------------------------+ | +| | 30 | Generator | | +| +-------+----------------------------------+ | +| | 31 | Winch | | +| +-------+----------------------------------+ | +| | 32 | MSP | | +| +-------+----------------------------------+ | +| | 33 | DJI FPV | | +| +-------+----------------------------------+ | +| | 34 | AirSpeed | | +| +-------+----------------------------------+ | +| | 35 | ADSB | | +| +-------+----------------------------------+ | +| | 36 | AHRS | | +| +-------+----------------------------------+ | +| | 37 | SmartAudio | | +| +-------+----------------------------------+ | +| | 38 | FETtecOneWire | | +| +-------+----------------------------------+ | +| | 39 | Torqeedo | | +| +-------+----------------------------------+ | +| | 40 | AIS | | +| +-------+----------------------------------+ | +| | 41 | CoDevESC | | +| +-------+----------------------------------+ | +| | 42 | DisplayPort | | +| +-------+----------------------------------+ | +| | 43 | MAVLink High Latency | | +| +-------+----------------------------------+ | +| | 44 | IRC Tramp | | +| +-------+----------------------------------+ | +| | 45 | DDS XRCE | | +| +-------+----------------------------------+ | +| | 46 | IMUDATA | | +| +-------+----------------------------------+ | +| | ++----------------------------------------------+ + + + + +.. _SERIAL8_BAUD: + +SERIAL8\_BAUD: Serial 8 Baud Rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The baud rate used for Serial8\. Most stm32\-based boards can support rates of up to 1500\. If you setup a rate you cannot support and then can\'t connect to your board you should load a firmware from a different vehicle type\. That will reset all your parameters to defaults\. + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 1 | 1200 | | +| +-------+---------+ | +| | 2 | 2400 | | +| +-------+---------+ | +| | 4 | 4800 | | +| +-------+---------+ | +| | 9 | 9600 | | +| +-------+---------+ | +| | 19 | 19200 | | +| +-------+---------+ | +| | 38 | 38400 | | +| +-------+---------+ | +| | 57 | 57600 | | +| +-------+---------+ | +| | 111 | 111100 | | +| +-------+---------+ | +| | 115 | 115200 | | +| +-------+---------+ | +| | 230 | 230400 | | +| +-------+---------+ | +| | 256 | 256000 | | +| +-------+---------+ | +| | 460 | 460800 | | +| +-------+---------+ | +| | 500 | 500000 | | +| +-------+---------+ | +| | 921 | 921600 | | +| +-------+---------+ | +| | 1500 | 1500000 | | +| +-------+---------+ | +| | 2000 | 2000000 | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _SERIAL8_OPTIONS: + +SERIAL8\_OPTIONS: Serial8 options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Control over UART options\. The InvertRX option controls invert of the receive pin\. The InvertTX option controls invert of the transmit pin\. The HalfDuplex option controls half\-duplex \(onewire\) mode\, where both transmit and receive is done on the transmit wire\. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards\. + + ++-----------------------------------------+ +| Bitmask | ++=========================================+ +| +-----+-------------------------------+ | +| | Bit | Meaning | | +| +=====+===============================+ | +| | 0 | InvertRX | | +| +-----+-------------------------------+ | +| | 1 | InvertTX | | +| +-----+-------------------------------+ | +| | 2 | HalfDuplex | | +| +-----+-------------------------------+ | +| | 3 | SwapTXRX | | +| +-----+-------------------------------+ | +| | 4 | RX_PullDown | | +| +-----+-------------------------------+ | +| | 5 | RX_PullUp | | +| +-----+-------------------------------+ | +| | 6 | TX_PullDown | | +| +-----+-------------------------------+ | +| | 7 | TX_PullUp | | +| +-----+-------------------------------+ | +| | 8 | RX_NoDMA | | +| +-----+-------------------------------+ | +| | 9 | TX_NoDMA | | +| +-----+-------------------------------+ | +| | 10 | Don't forward mavlink to/from | | +| +-----+-------------------------------+ | +| | 11 | DisableFIFO | | +| +-----+-------------------------------+ | +| | 12 | Ignore Streamrate | | +| +-----+-------------------------------+ | +| | ++-----------------------------------------+ + + + + +.. _SERIAL9_PROTOCOL: + +SERIAL9\_PROTOCOL: Serial9 protocol selection +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Control what protocol Serial9 port should be used for\. Note that the Frsky options require external converter hardware\. See the wiki for details\. + + ++----------------------------------------------+ +| Values | ++==============================================+ +| +-------+----------------------------------+ | +| | Value | Meaning | | +| +=======+==================================+ | +| | -1 | None | | +| +-------+----------------------------------+ | +| | 1 | MAVLink1 | | +| +-------+----------------------------------+ | +| | 2 | MAVLink2 | | +| +-------+----------------------------------+ | +| | 3 | Frsky D | | +| +-------+----------------------------------+ | +| | 4 | Frsky SPort | | +| +-------+----------------------------------+ | +| | 5 | GPS | | +| +-------+----------------------------------+ | +| | 7 | Alexmos Gimbal Serial | | +| +-------+----------------------------------+ | +| | 8 | Gimbal | | +| +-------+----------------------------------+ | +| | 9 | Rangefinder | | +| +-------+----------------------------------+ | +| | 10 | FrSky SPort Passthrough (OpenTX) | | +| +-------+----------------------------------+ | +| | 11 | Lidar360 | | +| +-------+----------------------------------+ | +| | 13 | Beacon | | +| +-------+----------------------------------+ | +| | 14 | Volz servo out | | +| +-------+----------------------------------+ | +| | 15 | SBus servo out | | +| +-------+----------------------------------+ | +| | 16 | ESC Telemetry | | +| +-------+----------------------------------+ | +| | 17 | Devo Telemetry | | +| +-------+----------------------------------+ | +| | 18 | OpticalFlow | | +| +-------+----------------------------------+ | +| | 19 | RobotisServo | | +| +-------+----------------------------------+ | +| | 20 | NMEA Output | | +| +-------+----------------------------------+ | +| | 21 | WindVane | | +| +-------+----------------------------------+ | +| | 22 | SLCAN | | +| +-------+----------------------------------+ | +| | 23 | RCIN | | +| +-------+----------------------------------+ | +| | 24 | EFI Serial | | +| +-------+----------------------------------+ | +| | 25 | LTM | | +| +-------+----------------------------------+ | +| | 26 | RunCam | | +| +-------+----------------------------------+ | +| | 27 | HottTelem | | +| +-------+----------------------------------+ | +| | 28 | Scripting | | +| +-------+----------------------------------+ | +| | 29 | Crossfire VTX | | +| +-------+----------------------------------+ | +| | 30 | Generator | | +| +-------+----------------------------------+ | +| | 31 | Winch | | +| +-------+----------------------------------+ | +| | 32 | MSP | | +| +-------+----------------------------------+ | +| | 33 | DJI FPV | | +| +-------+----------------------------------+ | +| | 34 | AirSpeed | | +| +-------+----------------------------------+ | +| | 35 | ADSB | | +| +-------+----------------------------------+ | +| | 36 | AHRS | | +| +-------+----------------------------------+ | +| | 37 | SmartAudio | | +| +-------+----------------------------------+ | +| | 38 | FETtecOneWire | | +| +-------+----------------------------------+ | +| | 39 | Torqeedo | | +| +-------+----------------------------------+ | +| | 40 | AIS | | +| +-------+----------------------------------+ | +| | 41 | CoDevESC | | +| +-------+----------------------------------+ | +| | 42 | DisplayPort | | +| +-------+----------------------------------+ | +| | 43 | MAVLink High Latency | | +| +-------+----------------------------------+ | +| | 44 | IRC Tramp | | +| +-------+----------------------------------+ | +| | 45 | DDS XRCE | | +| +-------+----------------------------------+ | +| | 46 | IMUDATA | | +| +-------+----------------------------------+ | +| | ++----------------------------------------------+ + + + + +.. _SERIAL9_BAUD: + +SERIAL9\_BAUD: Serial 9 Baud Rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The baud rate used for Serial8\. Most stm32\-based boards can support rates of up to 1500\. If you setup a rate you cannot support and then can\'t connect to your board you should load a firmware from a different vehicle type\. That will reset all your parameters to defaults\. + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 1 | 1200 | | +| +-------+---------+ | +| | 2 | 2400 | | +| +-------+---------+ | +| | 4 | 4800 | | +| +-------+---------+ | +| | 9 | 9600 | | +| +-------+---------+ | +| | 19 | 19200 | | +| +-------+---------+ | +| | 38 | 38400 | | +| +-------+---------+ | +| | 57 | 57600 | | +| +-------+---------+ | +| | 111 | 111100 | | +| +-------+---------+ | +| | 115 | 115200 | | +| +-------+---------+ | +| | 230 | 230400 | | +| +-------+---------+ | +| | 256 | 256000 | | +| +-------+---------+ | +| | 460 | 460800 | | +| +-------+---------+ | +| | 500 | 500000 | | +| +-------+---------+ | +| | 921 | 921600 | | +| +-------+---------+ | +| | 1500 | 1500000 | | +| +-------+---------+ | +| | 2000 | 2000000 | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _SERIAL9_OPTIONS: + +SERIAL9\_OPTIONS: Serial9 options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Control over UART options\. The InvertRX option controls invert of the receive pin\. The InvertTX option controls invert of the transmit pin\. The HalfDuplex option controls half\-duplex \(onewire\) mode\, where both transmit and receive is done on the transmit wire\. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards\. + + ++-----------------------------------------+ +| Bitmask | ++=========================================+ +| +-----+-------------------------------+ | +| | Bit | Meaning | | +| +=====+===============================+ | +| | 0 | InvertRX | | +| +-----+-------------------------------+ | +| | 1 | InvertTX | | +| +-----+-------------------------------+ | +| | 2 | HalfDuplex | | +| +-----+-------------------------------+ | +| | 3 | SwapTXRX | | +| +-----+-------------------------------+ | +| | 4 | RX_PullDown | | +| +-----+-------------------------------+ | +| | 5 | RX_PullUp | | +| +-----+-------------------------------+ | +| | 6 | TX_PullDown | | +| +-----+-------------------------------+ | +| | 7 | TX_PullUp | | +| +-----+-------------------------------+ | +| | 8 | RX_NoDMA | | +| +-----+-------------------------------+ | +| | 9 | TX_NoDMA | | +| +-----+-------------------------------+ | +| | 10 | Don't forward mavlink to/from | | +| +-----+-------------------------------+ | +| | 11 | DisableFIFO | | +| +-----+-------------------------------+ | +| | 12 | Ignore Streamrate | | +| +-----+-------------------------------+ | +| | ++-----------------------------------------+ + + + + + +.. _parameters_SERVO: + +SERVO Parameters +---------------- + + +.. _SERVO_RATE: + +SERVO\_RATE: Servo default output rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Default output rate in Hz for all PWM outputs\. + + ++-----------+-------+ +| Range | Units | ++===========+=======+ +| 25 to 400 | hertz | ++-----------+-------+ + + + + +.. _SERVO_DSHOT_RATE: + +SERVO\_DSHOT\_RATE: Servo DShot output rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +DShot output rate for all outputs as a multiple of the loop rate\. 0 sets the output rate to be fixed at 1Khz for low loop rates\. This value should never be set below 500Hz\. + + ++---------------------------------+ +| Values | ++=================================+ +| +-------+---------------------+ | +| | Value | Meaning | | +| +=======+=====================+ | +| | 0 | 1Khz | | +| +-------+---------------------+ | +| | 1 | loop-rate | | +| +-------+---------------------+ | +| | 2 | double loop-rate | | +| +-------+---------------------+ | +| | 3 | triple loop-rate | | +| +-------+---------------------+ | +| | 4 | quadruple loop rate | | +| +-------+---------------------+ | +| | ++---------------------------------+ + + + + +.. _SERVO_DSHOT_ESC: + +SERVO\_DSHOT\_ESC: Servo DShot ESC type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +DShot ESC type for all outputs\. The ESC type affects the range of DShot commands available and the bit widths used\. None means that no dshot commands will be executed\. Some ESC types support Extended DShot Telemetry \(EDT\) which allows telemetry other than RPM data to be returned when using bi\-directional dshot\. If you enable EDT you must install EDT capable firmware for correct operation\. + + ++-------------------------------+ +| Values | ++===============================+ +| +-------+-------------------+ | +| | Value | Meaning | | +| +=======+===================+ | +| | 0 | None | | +| +-------+-------------------+ | +| | 1 | BLHeli32/Kiss | | +| +-------+-------------------+ | +| | 2 | BLHeli_S | | +| +-------+-------------------+ | +| | 3 | BLHeli32/Kiss+EDT | | +| +-------+-------------------+ | +| | 4 | BLHeli_S+EDT | | +| +-------+-------------------+ | +| | ++-------------------------------+ + + + + +.. _SERVO_GPIO_MASK: + +SERVO\_GPIO\_MASK: Servo GPIO mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Bitmask of outputs which will be available as GPIOs\. Any output with either the function set to \-1 or with the corresponding bit set in this mask will be available for use as a GPIO pin + + ++--------------------+ +| Bitmask | ++====================+ +| +-----+----------+ | +| | Bit | Meaning | | +| +=====+==========+ | +| | 0 | Servo 1 | | +| +-----+----------+ | +| | 1 | Servo 2 | | +| +-----+----------+ | +| | 2 | Servo 3 | | +| +-----+----------+ | +| | 3 | Servo 4 | | +| +-----+----------+ | +| | 4 | Servo 5 | | +| +-----+----------+ | +| | 5 | Servo 6 | | +| +-----+----------+ | +| | 6 | Servo 7 | | +| +-----+----------+ | +| | 7 | Servo 8 | | +| +-----+----------+ | +| | 8 | Servo 9 | | +| +-----+----------+ | +| | 9 | Servo 10 | | +| +-----+----------+ | +| | 10 | Servo 11 | | +| +-----+----------+ | +| | 11 | Servo 12 | | +| +-----+----------+ | +| | 12 | Servo 13 | | +| +-----+----------+ | +| | 13 | Servo 14 | | +| +-----+----------+ | +| | 14 | Servo 15 | | +| +-----+----------+ | +| | 15 | Servo 16 | | +| +-----+----------+ | +| | 16 | Servo 17 | | +| +-----+----------+ | +| | 17 | Servo 18 | | +| +-----+----------+ | +| | 18 | Servo 19 | | +| +-----+----------+ | +| | 19 | Servo 20 | | +| +-----+----------+ | +| | 20 | Servo 21 | | +| +-----+----------+ | +| | 21 | Servo 22 | | +| +-----+----------+ | +| | 22 | Servo 23 | | +| +-----+----------+ | +| | 23 | Servo 24 | | +| +-----+----------+ | +| | 24 | Servo 25 | | +| +-----+----------+ | +| | 25 | Servo 26 | | +| +-----+----------+ | +| | 26 | Servo 27 | | +| +-----+----------+ | +| | 27 | Servo 28 | | +| +-----+----------+ | +| | 28 | Servo 29 | | +| +-----+----------+ | +| | 29 | Servo 30 | | +| +-----+----------+ | +| | 30 | Servo 31 | | +| +-----+----------+ | +| | 31 | Servo 32 | | +| +-----+----------+ | +| | ++--------------------+ + + + + +.. _SERVO_RC_FS_MSK: + +SERVO\_RC\_FS\_MSK: Servo RC Failsafe Mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bitmask of scaled passthru output channels which will be set to their trim value during rc failsafe instead of holding their last position before failsafe\. + + ++-------------------------+ +| Bitmask | ++=========================+ +| +-----+---------------+ | +| | Bit | Meaning | | +| +=====+===============+ | +| | 0 | RCIN1Scaled | | +| +-----+---------------+ | +| | 1 | RCIN2Scaled | | +| +-----+---------------+ | +| | 2 | RCIN3Scaled | | +| +-----+---------------+ | +| | 3 | RCIN4Scaled | | +| +-----+---------------+ | +| | 4 | RCIN5Scaled | | +| +-----+---------------+ | +| | 5 | RCIN6Scaled | | +| +-----+---------------+ | +| | 6 | RCIN7Scaled | | +| +-----+---------------+ | +| | 7 | RCIN8Scaled | | +| +-----+---------------+ | +| | 8 | RCIN9Scaled | | +| +-----+---------------+ | +| | 9 | RCIN10Scaled | | +| +-----+---------------+ | +| | 10 | RCIN11Scaled | | +| +-----+---------------+ | +| | 11 | SRCIN12Scaled | | +| +-----+---------------+ | +| | 12 | RCIN13Scaled | | +| +-----+---------------+ | +| | 13 | RCIN14Scaled | | +| +-----+---------------+ | +| | 14 | RCIN15Scaled | | +| +-----+---------------+ | +| | 15 | RCIN16Scaled | | +| +-----+---------------+ | +| | ++-------------------------+ + + + + +.. _SERVO_32_ENABLE: + +SERVO\_32\_ENABLE: Enable outputs 17 to 31 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This allows for up to 32 outputs\, enabling parameters for outputs above 16 + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + + +.. _parameters_SERVO10_: + +SERVO10\_ Parameters +-------------------- + + +.. _SERVO10_MIN: + +SERVO10\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO10_MAX: + +SERVO10\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO10_TRIM: + +SERVO10\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO10_REVERSED: + +SERVO10\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SERVO10_FUNCTION: + +SERVO10\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++--------------------------------+ +| Values | ++================================+ +| +-------+--------------------+ | +| | Value | Meaning | | +| +=======+====================+ | +| | -1 | GPIO | | +| +-------+--------------------+ | +| | 0 | Disabled | | +| +-------+--------------------+ | +| | 1 | RCPassThru | | +| +-------+--------------------+ | +| | 6 | Mount1Yaw | | +| +-------+--------------------+ | +| | 7 | Mount1Pitch | | +| +-------+--------------------+ | +| | 8 | Mount1Roll | | +| +-------+--------------------+ | +| | 9 | Mount1Retract | | +| +-------+--------------------+ | +| | 10 | CameraTrigger | | +| +-------+--------------------+ | +| | 12 | Mount2Yaw | | +| +-------+--------------------+ | +| | 13 | Mount2Pitch | | +| +-------+--------------------+ | +| | 14 | Mount2Roll | | +| +-------+--------------------+ | +| | 15 | Mount2Retract | | +| +-------+--------------------+ | +| | 22 | SprayerPump | | +| +-------+--------------------+ | +| | 23 | SprayerSpinner | | +| +-------+--------------------+ | +| | 26 | GroundSteering | | +| +-------+--------------------+ | +| | 28 | Gripper | | +| +-------+--------------------+ | +| | 33 | Motor1 | | +| +-------+--------------------+ | +| | 34 | Motor2 | | +| +-------+--------------------+ | +| | 35 | Motor3 | | +| +-------+--------------------+ | +| | 36 | Motor4 | | +| +-------+--------------------+ | +| | 51 | RCIN1 | | +| +-------+--------------------+ | +| | 52 | RCIN2 | | +| +-------+--------------------+ | +| | 53 | RCIN3 | | +| +-------+--------------------+ | +| | 54 | RCIN4 | | +| +-------+--------------------+ | +| | 55 | RCIN5 | | +| +-------+--------------------+ | +| | 56 | RCIN6 | | +| +-------+--------------------+ | +| | 57 | RCIN7 | | +| +-------+--------------------+ | +| | 58 | RCIN8 | | +| +-------+--------------------+ | +| | 59 | RCIN9 | | +| +-------+--------------------+ | +| | 60 | RCIN10 | | +| +-------+--------------------+ | +| | 61 | RCIN11 | | +| +-------+--------------------+ | +| | 62 | RCIN12 | | +| +-------+--------------------+ | +| | 63 | RCIN13 | | +| +-------+--------------------+ | +| | 64 | RCIN14 | | +| +-------+--------------------+ | +| | 65 | RCIN15 | | +| +-------+--------------------+ | +| | 66 | RCIN16 | | +| +-------+--------------------+ | +| | 70 | Throttle | | +| +-------+--------------------+ | +| | 73 | ThrottleLeft | | +| +-------+--------------------+ | +| | 74 | ThrottleRight | | +| +-------+--------------------+ | +| | 88 | Winch | | +| +-------+--------------------+ | +| | 89 | Main Sail | | +| +-------+--------------------+ | +| | 90 | CameraISO | | +| +-------+--------------------+ | +| | 91 | CameraAperture | | +| +-------+--------------------+ | +| | 92 | CameraFocus | | +| +-------+--------------------+ | +| | 93 | CameraShutterSpeed | | +| +-------+--------------------+ | +| | 94 | Script1 | | +| +-------+--------------------+ | +| | 95 | Script2 | | +| +-------+--------------------+ | +| | 96 | Script3 | | +| +-------+--------------------+ | +| | 97 | Script4 | | +| +-------+--------------------+ | +| | 98 | Script5 | | +| +-------+--------------------+ | +| | 99 | Script6 | | +| +-------+--------------------+ | +| | 100 | Script7 | | +| +-------+--------------------+ | +| | 101 | Script8 | | +| +-------+--------------------+ | +| | 102 | Script9 | | +| +-------+--------------------+ | +| | 103 | Script10 | | +| +-------+--------------------+ | +| | 104 | Script11 | | +| +-------+--------------------+ | +| | 105 | Script12 | | +| +-------+--------------------+ | +| | 106 | Script13 | | +| +-------+--------------------+ | +| | 107 | Script14 | | +| +-------+--------------------+ | +| | 108 | Script15 | | +| +-------+--------------------+ | +| | 109 | Script16 | | +| +-------+--------------------+ | +| | 120 | NeoPixel1 | | +| +-------+--------------------+ | +| | 121 | NeoPixel2 | | +| +-------+--------------------+ | +| | 122 | NeoPixel3 | | +| +-------+--------------------+ | +| | 123 | NeoPixel4 | | +| +-------+--------------------+ | +| | 128 | WingSailElevator | | +| +-------+--------------------+ | +| | 129 | ProfiLED1 | | +| +-------+--------------------+ | +| | 130 | ProfiLED2 | | +| +-------+--------------------+ | +| | 131 | ProfiLED3 | | +| +-------+--------------------+ | +| | 132 | ProfiLEDClock | | +| +-------+--------------------+ | +| | 133 | Winch Clutch | | +| +-------+--------------------+ | +| | 134 | SERVOn_MIN | | +| +-------+--------------------+ | +| | 135 | SERVOn_TRIM | | +| +-------+--------------------+ | +| | 136 | SERVOn_MAX | | +| +-------+--------------------+ | +| | 137 | SailMastRotation | | +| +-------+--------------------+ | +| | 138 | Alarm | | +| +-------+--------------------+ | +| | 139 | Alarm Inverted | | +| +-------+--------------------+ | +| | 140 | RCIN1Scaled | | +| +-------+--------------------+ | +| | 141 | RCIN2Scaled | | +| +-------+--------------------+ | +| | 142 | RCIN3Scaled | | +| +-------+--------------------+ | +| | 143 | RCIN4Scaled | | +| +-------+--------------------+ | +| | 144 | RCIN5Scaled | | +| +-------+--------------------+ | +| | 145 | RCIN6Scaled | | +| +-------+--------------------+ | +| | 146 | RCIN7Scaled | | +| +-------+--------------------+ | +| | 147 | RCIN8Scaled | | +| +-------+--------------------+ | +| | 148 | RCIN9Scaled | | +| +-------+--------------------+ | +| | 149 | RCIN10Scaled | | +| +-------+--------------------+ | +| | 150 | RCIN11Scaled | | +| +-------+--------------------+ | +| | 151 | RCIN12Scaled | | +| +-------+--------------------+ | +| | 152 | RCIN13Scaled | | +| +-------+--------------------+ | +| | 153 | RCIN14Scaled | | +| +-------+--------------------+ | +| | 154 | RCIN15Scaled | | +| +-------+--------------------+ | +| | 155 | RCIN16Scaled | | +| +-------+--------------------+ | +| | ++--------------------------------+ + + + + + +.. _parameters_SERVO11_: + +SERVO11\_ Parameters +-------------------- + + +.. _SERVO11_MIN: + +SERVO11\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO11_MAX: + +SERVO11\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO11_TRIM: + +SERVO11\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO11_REVERSED: + +SERVO11\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SERVO11_FUNCTION: + +SERVO11\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++--------------------------------+ +| Values | ++================================+ +| +-------+--------------------+ | +| | Value | Meaning | | +| +=======+====================+ | +| | -1 | GPIO | | +| +-------+--------------------+ | +| | 0 | Disabled | | +| +-------+--------------------+ | +| | 1 | RCPassThru | | +| +-------+--------------------+ | +| | 6 | Mount1Yaw | | +| +-------+--------------------+ | +| | 7 | Mount1Pitch | | +| +-------+--------------------+ | +| | 8 | Mount1Roll | | +| +-------+--------------------+ | +| | 9 | Mount1Retract | | +| +-------+--------------------+ | +| | 10 | CameraTrigger | | +| +-------+--------------------+ | +| | 12 | Mount2Yaw | | +| +-------+--------------------+ | +| | 13 | Mount2Pitch | | +| +-------+--------------------+ | +| | 14 | Mount2Roll | | +| +-------+--------------------+ | +| | 15 | Mount2Retract | | +| +-------+--------------------+ | +| | 22 | SprayerPump | | +| +-------+--------------------+ | +| | 23 | SprayerSpinner | | +| +-------+--------------------+ | +| | 26 | GroundSteering | | +| +-------+--------------------+ | +| | 28 | Gripper | | +| +-------+--------------------+ | +| | 33 | Motor1 | | +| +-------+--------------------+ | +| | 34 | Motor2 | | +| +-------+--------------------+ | +| | 35 | Motor3 | | +| +-------+--------------------+ | +| | 36 | Motor4 | | +| +-------+--------------------+ | +| | 51 | RCIN1 | | +| +-------+--------------------+ | +| | 52 | RCIN2 | | +| +-------+--------------------+ | +| | 53 | RCIN3 | | +| +-------+--------------------+ | +| | 54 | RCIN4 | | +| +-------+--------------------+ | +| | 55 | RCIN5 | | +| +-------+--------------------+ | +| | 56 | RCIN6 | | +| +-------+--------------------+ | +| | 57 | RCIN7 | | +| +-------+--------------------+ | +| | 58 | RCIN8 | | +| +-------+--------------------+ | +| | 59 | RCIN9 | | +| +-------+--------------------+ | +| | 60 | RCIN10 | | +| +-------+--------------------+ | +| | 61 | RCIN11 | | +| +-------+--------------------+ | +| | 62 | RCIN12 | | +| +-------+--------------------+ | +| | 63 | RCIN13 | | +| +-------+--------------------+ | +| | 64 | RCIN14 | | +| +-------+--------------------+ | +| | 65 | RCIN15 | | +| +-------+--------------------+ | +| | 66 | RCIN16 | | +| +-------+--------------------+ | +| | 70 | Throttle | | +| +-------+--------------------+ | +| | 73 | ThrottleLeft | | +| +-------+--------------------+ | +| | 74 | ThrottleRight | | +| +-------+--------------------+ | +| | 88 | Winch | | +| +-------+--------------------+ | +| | 89 | Main Sail | | +| +-------+--------------------+ | +| | 90 | CameraISO | | +| +-------+--------------------+ | +| | 91 | CameraAperture | | +| +-------+--------------------+ | +| | 92 | CameraFocus | | +| +-------+--------------------+ | +| | 93 | CameraShutterSpeed | | +| +-------+--------------------+ | +| | 94 | Script1 | | +| +-------+--------------------+ | +| | 95 | Script2 | | +| +-------+--------------------+ | +| | 96 | Script3 | | +| +-------+--------------------+ | +| | 97 | Script4 | | +| +-------+--------------------+ | +| | 98 | Script5 | | +| +-------+--------------------+ | +| | 99 | Script6 | | +| +-------+--------------------+ | +| | 100 | Script7 | | +| +-------+--------------------+ | +| | 101 | Script8 | | +| +-------+--------------------+ | +| | 102 | Script9 | | +| +-------+--------------------+ | +| | 103 | Script10 | | +| +-------+--------------------+ | +| | 104 | Script11 | | +| +-------+--------------------+ | +| | 105 | Script12 | | +| +-------+--------------------+ | +| | 106 | Script13 | | +| +-------+--------------------+ | +| | 107 | Script14 | | +| +-------+--------------------+ | +| | 108 | Script15 | | +| +-------+--------------------+ | +| | 109 | Script16 | | +| +-------+--------------------+ | +| | 120 | NeoPixel1 | | +| +-------+--------------------+ | +| | 121 | NeoPixel2 | | +| +-------+--------------------+ | +| | 122 | NeoPixel3 | | +| +-------+--------------------+ | +| | 123 | NeoPixel4 | | +| +-------+--------------------+ | +| | 128 | WingSailElevator | | +| +-------+--------------------+ | +| | 129 | ProfiLED1 | | +| +-------+--------------------+ | +| | 130 | ProfiLED2 | | +| +-------+--------------------+ | +| | 131 | ProfiLED3 | | +| +-------+--------------------+ | +| | 132 | ProfiLEDClock | | +| +-------+--------------------+ | +| | 133 | Winch Clutch | | +| +-------+--------------------+ | +| | 134 | SERVOn_MIN | | +| +-------+--------------------+ | +| | 135 | SERVOn_TRIM | | +| +-------+--------------------+ | +| | 136 | SERVOn_MAX | | +| +-------+--------------------+ | +| | 137 | SailMastRotation | | +| +-------+--------------------+ | +| | 138 | Alarm | | +| +-------+--------------------+ | +| | 139 | Alarm Inverted | | +| +-------+--------------------+ | +| | 140 | RCIN1Scaled | | +| +-------+--------------------+ | +| | 141 | RCIN2Scaled | | +| +-------+--------------------+ | +| | 142 | RCIN3Scaled | | +| +-------+--------------------+ | +| | 143 | RCIN4Scaled | | +| +-------+--------------------+ | +| | 144 | RCIN5Scaled | | +| +-------+--------------------+ | +| | 145 | RCIN6Scaled | | +| +-------+--------------------+ | +| | 146 | RCIN7Scaled | | +| +-------+--------------------+ | +| | 147 | RCIN8Scaled | | +| +-------+--------------------+ | +| | 148 | RCIN9Scaled | | +| +-------+--------------------+ | +| | 149 | RCIN10Scaled | | +| +-------+--------------------+ | +| | 150 | RCIN11Scaled | | +| +-------+--------------------+ | +| | 151 | RCIN12Scaled | | +| +-------+--------------------+ | +| | 152 | RCIN13Scaled | | +| +-------+--------------------+ | +| | 153 | RCIN14Scaled | | +| +-------+--------------------+ | +| | 154 | RCIN15Scaled | | +| +-------+--------------------+ | +| | 155 | RCIN16Scaled | | +| +-------+--------------------+ | +| | ++--------------------------------+ + + + + + +.. _parameters_SERVO12_: + +SERVO12\_ Parameters +-------------------- + + +.. _SERVO12_MIN: + +SERVO12\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO12_MAX: + +SERVO12\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO12_TRIM: + +SERVO12\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO12_REVERSED: + +SERVO12\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SERVO12_FUNCTION: + +SERVO12\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++--------------------------------+ +| Values | ++================================+ +| +-------+--------------------+ | +| | Value | Meaning | | +| +=======+====================+ | +| | -1 | GPIO | | +| +-------+--------------------+ | +| | 0 | Disabled | | +| +-------+--------------------+ | +| | 1 | RCPassThru | | +| +-------+--------------------+ | +| | 6 | Mount1Yaw | | +| +-------+--------------------+ | +| | 7 | Mount1Pitch | | +| +-------+--------------------+ | +| | 8 | Mount1Roll | | +| +-------+--------------------+ | +| | 9 | Mount1Retract | | +| +-------+--------------------+ | +| | 10 | CameraTrigger | | +| +-------+--------------------+ | +| | 12 | Mount2Yaw | | +| +-------+--------------------+ | +| | 13 | Mount2Pitch | | +| +-------+--------------------+ | +| | 14 | Mount2Roll | | +| +-------+--------------------+ | +| | 15 | Mount2Retract | | +| +-------+--------------------+ | +| | 22 | SprayerPump | | +| +-------+--------------------+ | +| | 23 | SprayerSpinner | | +| +-------+--------------------+ | +| | 26 | GroundSteering | | +| +-------+--------------------+ | +| | 28 | Gripper | | +| +-------+--------------------+ | +| | 33 | Motor1 | | +| +-------+--------------------+ | +| | 34 | Motor2 | | +| +-------+--------------------+ | +| | 35 | Motor3 | | +| +-------+--------------------+ | +| | 36 | Motor4 | | +| +-------+--------------------+ | +| | 51 | RCIN1 | | +| +-------+--------------------+ | +| | 52 | RCIN2 | | +| +-------+--------------------+ | +| | 53 | RCIN3 | | +| +-------+--------------------+ | +| | 54 | RCIN4 | | +| +-------+--------------------+ | +| | 55 | RCIN5 | | +| +-------+--------------------+ | +| | 56 | RCIN6 | | +| +-------+--------------------+ | +| | 57 | RCIN7 | | +| +-------+--------------------+ | +| | 58 | RCIN8 | | +| +-------+--------------------+ | +| | 59 | RCIN9 | | +| +-------+--------------------+ | +| | 60 | RCIN10 | | +| +-------+--------------------+ | +| | 61 | RCIN11 | | +| +-------+--------------------+ | +| | 62 | RCIN12 | | +| +-------+--------------------+ | +| | 63 | RCIN13 | | +| +-------+--------------------+ | +| | 64 | RCIN14 | | +| +-------+--------------------+ | +| | 65 | RCIN15 | | +| +-------+--------------------+ | +| | 66 | RCIN16 | | +| +-------+--------------------+ | +| | 70 | Throttle | | +| +-------+--------------------+ | +| | 73 | ThrottleLeft | | +| +-------+--------------------+ | +| | 74 | ThrottleRight | | +| +-------+--------------------+ | +| | 88 | Winch | | +| +-------+--------------------+ | +| | 89 | Main Sail | | +| +-------+--------------------+ | +| | 90 | CameraISO | | +| +-------+--------------------+ | +| | 91 | CameraAperture | | +| +-------+--------------------+ | +| | 92 | CameraFocus | | +| +-------+--------------------+ | +| | 93 | CameraShutterSpeed | | +| +-------+--------------------+ | +| | 94 | Script1 | | +| +-------+--------------------+ | +| | 95 | Script2 | | +| +-------+--------------------+ | +| | 96 | Script3 | | +| +-------+--------------------+ | +| | 97 | Script4 | | +| +-------+--------------------+ | +| | 98 | Script5 | | +| +-------+--------------------+ | +| | 99 | Script6 | | +| +-------+--------------------+ | +| | 100 | Script7 | | +| +-------+--------------------+ | +| | 101 | Script8 | | +| +-------+--------------------+ | +| | 102 | Script9 | | +| +-------+--------------------+ | +| | 103 | Script10 | | +| +-------+--------------------+ | +| | 104 | Script11 | | +| +-------+--------------------+ | +| | 105 | Script12 | | +| +-------+--------------------+ | +| | 106 | Script13 | | +| +-------+--------------------+ | +| | 107 | Script14 | | +| +-------+--------------------+ | +| | 108 | Script15 | | +| +-------+--------------------+ | +| | 109 | Script16 | | +| +-------+--------------------+ | +| | 120 | NeoPixel1 | | +| +-------+--------------------+ | +| | 121 | NeoPixel2 | | +| +-------+--------------------+ | +| | 122 | NeoPixel3 | | +| +-------+--------------------+ | +| | 123 | NeoPixel4 | | +| +-------+--------------------+ | +| | 128 | WingSailElevator | | +| +-------+--------------------+ | +| | 129 | ProfiLED1 | | +| +-------+--------------------+ | +| | 130 | ProfiLED2 | | +| +-------+--------------------+ | +| | 131 | ProfiLED3 | | +| +-------+--------------------+ | +| | 132 | ProfiLEDClock | | +| +-------+--------------------+ | +| | 133 | Winch Clutch | | +| +-------+--------------------+ | +| | 134 | SERVOn_MIN | | +| +-------+--------------------+ | +| | 135 | SERVOn_TRIM | | +| +-------+--------------------+ | +| | 136 | SERVOn_MAX | | +| +-------+--------------------+ | +| | 137 | SailMastRotation | | +| +-------+--------------------+ | +| | 138 | Alarm | | +| +-------+--------------------+ | +| | 139 | Alarm Inverted | | +| +-------+--------------------+ | +| | 140 | RCIN1Scaled | | +| +-------+--------------------+ | +| | 141 | RCIN2Scaled | | +| +-------+--------------------+ | +| | 142 | RCIN3Scaled | | +| +-------+--------------------+ | +| | 143 | RCIN4Scaled | | +| +-------+--------------------+ | +| | 144 | RCIN5Scaled | | +| +-------+--------------------+ | +| | 145 | RCIN6Scaled | | +| +-------+--------------------+ | +| | 146 | RCIN7Scaled | | +| +-------+--------------------+ | +| | 147 | RCIN8Scaled | | +| +-------+--------------------+ | +| | 148 | RCIN9Scaled | | +| +-------+--------------------+ | +| | 149 | RCIN10Scaled | | +| +-------+--------------------+ | +| | 150 | RCIN11Scaled | | +| +-------+--------------------+ | +| | 151 | RCIN12Scaled | | +| +-------+--------------------+ | +| | 152 | RCIN13Scaled | | +| +-------+--------------------+ | +| | 153 | RCIN14Scaled | | +| +-------+--------------------+ | +| | 154 | RCIN15Scaled | | +| +-------+--------------------+ | +| | 155 | RCIN16Scaled | | +| +-------+--------------------+ | +| | ++--------------------------------+ + + + + + +.. _parameters_SERVO13_: + +SERVO13\_ Parameters +-------------------- + + +.. _SERVO13_MIN: + +SERVO13\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO13_MAX: + +SERVO13\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO13_TRIM: + +SERVO13\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO13_REVERSED: + +SERVO13\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SERVO13_FUNCTION: + +SERVO13\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++--------------------------------+ +| Values | ++================================+ +| +-------+--------------------+ | +| | Value | Meaning | | +| +=======+====================+ | +| | -1 | GPIO | | +| +-------+--------------------+ | +| | 0 | Disabled | | +| +-------+--------------------+ | +| | 1 | RCPassThru | | +| +-------+--------------------+ | +| | 6 | Mount1Yaw | | +| +-------+--------------------+ | +| | 7 | Mount1Pitch | | +| +-------+--------------------+ | +| | 8 | Mount1Roll | | +| +-------+--------------------+ | +| | 9 | Mount1Retract | | +| +-------+--------------------+ | +| | 10 | CameraTrigger | | +| +-------+--------------------+ | +| | 12 | Mount2Yaw | | +| +-------+--------------------+ | +| | 13 | Mount2Pitch | | +| +-------+--------------------+ | +| | 14 | Mount2Roll | | +| +-------+--------------------+ | +| | 15 | Mount2Retract | | +| +-------+--------------------+ | +| | 22 | SprayerPump | | +| +-------+--------------------+ | +| | 23 | SprayerSpinner | | +| +-------+--------------------+ | +| | 26 | GroundSteering | | +| +-------+--------------------+ | +| | 28 | Gripper | | +| +-------+--------------------+ | +| | 33 | Motor1 | | +| +-------+--------------------+ | +| | 34 | Motor2 | | +| +-------+--------------------+ | +| | 35 | Motor3 | | +| +-------+--------------------+ | +| | 36 | Motor4 | | +| +-------+--------------------+ | +| | 51 | RCIN1 | | +| +-------+--------------------+ | +| | 52 | RCIN2 | | +| +-------+--------------------+ | +| | 53 | RCIN3 | | +| +-------+--------------------+ | +| | 54 | RCIN4 | | +| +-------+--------------------+ | +| | 55 | RCIN5 | | +| +-------+--------------------+ | +| | 56 | RCIN6 | | +| +-------+--------------------+ | +| | 57 | RCIN7 | | +| +-------+--------------------+ | +| | 58 | RCIN8 | | +| +-------+--------------------+ | +| | 59 | RCIN9 | | +| +-------+--------------------+ | +| | 60 | RCIN10 | | +| +-------+--------------------+ | +| | 61 | RCIN11 | | +| +-------+--------------------+ | +| | 62 | RCIN12 | | +| +-------+--------------------+ | +| | 63 | RCIN13 | | +| +-------+--------------------+ | +| | 64 | RCIN14 | | +| +-------+--------------------+ | +| | 65 | RCIN15 | | +| +-------+--------------------+ | +| | 66 | RCIN16 | | +| +-------+--------------------+ | +| | 70 | Throttle | | +| +-------+--------------------+ | +| | 73 | ThrottleLeft | | +| +-------+--------------------+ | +| | 74 | ThrottleRight | | +| +-------+--------------------+ | +| | 88 | Winch | | +| +-------+--------------------+ | +| | 89 | Main Sail | | +| +-------+--------------------+ | +| | 90 | CameraISO | | +| +-------+--------------------+ | +| | 91 | CameraAperture | | +| +-------+--------------------+ | +| | 92 | CameraFocus | | +| +-------+--------------------+ | +| | 93 | CameraShutterSpeed | | +| +-------+--------------------+ | +| | 94 | Script1 | | +| +-------+--------------------+ | +| | 95 | Script2 | | +| +-------+--------------------+ | +| | 96 | Script3 | | +| +-------+--------------------+ | +| | 97 | Script4 | | +| +-------+--------------------+ | +| | 98 | Script5 | | +| +-------+--------------------+ | +| | 99 | Script6 | | +| +-------+--------------------+ | +| | 100 | Script7 | | +| +-------+--------------------+ | +| | 101 | Script8 | | +| +-------+--------------------+ | +| | 102 | Script9 | | +| +-------+--------------------+ | +| | 103 | Script10 | | +| +-------+--------------------+ | +| | 104 | Script11 | | +| +-------+--------------------+ | +| | 105 | Script12 | | +| +-------+--------------------+ | +| | 106 | Script13 | | +| +-------+--------------------+ | +| | 107 | Script14 | | +| +-------+--------------------+ | +| | 108 | Script15 | | +| +-------+--------------------+ | +| | 109 | Script16 | | +| +-------+--------------------+ | +| | 120 | NeoPixel1 | | +| +-------+--------------------+ | +| | 121 | NeoPixel2 | | +| +-------+--------------------+ | +| | 122 | NeoPixel3 | | +| +-------+--------------------+ | +| | 123 | NeoPixel4 | | +| +-------+--------------------+ | +| | 128 | WingSailElevator | | +| +-------+--------------------+ | +| | 129 | ProfiLED1 | | +| +-------+--------------------+ | +| | 130 | ProfiLED2 | | +| +-------+--------------------+ | +| | 131 | ProfiLED3 | | +| +-------+--------------------+ | +| | 132 | ProfiLEDClock | | +| +-------+--------------------+ | +| | 133 | Winch Clutch | | +| +-------+--------------------+ | +| | 134 | SERVOn_MIN | | +| +-------+--------------------+ | +| | 135 | SERVOn_TRIM | | +| +-------+--------------------+ | +| | 136 | SERVOn_MAX | | +| +-------+--------------------+ | +| | 137 | SailMastRotation | | +| +-------+--------------------+ | +| | 138 | Alarm | | +| +-------+--------------------+ | +| | 139 | Alarm Inverted | | +| +-------+--------------------+ | +| | 140 | RCIN1Scaled | | +| +-------+--------------------+ | +| | 141 | RCIN2Scaled | | +| +-------+--------------------+ | +| | 142 | RCIN3Scaled | | +| +-------+--------------------+ | +| | 143 | RCIN4Scaled | | +| +-------+--------------------+ | +| | 144 | RCIN5Scaled | | +| +-------+--------------------+ | +| | 145 | RCIN6Scaled | | +| +-------+--------------------+ | +| | 146 | RCIN7Scaled | | +| +-------+--------------------+ | +| | 147 | RCIN8Scaled | | +| +-------+--------------------+ | +| | 148 | RCIN9Scaled | | +| +-------+--------------------+ | +| | 149 | RCIN10Scaled | | +| +-------+--------------------+ | +| | 150 | RCIN11Scaled | | +| +-------+--------------------+ | +| | 151 | RCIN12Scaled | | +| +-------+--------------------+ | +| | 152 | RCIN13Scaled | | +| +-------+--------------------+ | +| | 153 | RCIN14Scaled | | +| +-------+--------------------+ | +| | 154 | RCIN15Scaled | | +| +-------+--------------------+ | +| | 155 | RCIN16Scaled | | +| +-------+--------------------+ | +| | ++--------------------------------+ + + + + + +.. _parameters_SERVO14_: + +SERVO14\_ Parameters +-------------------- + + +.. _SERVO14_MIN: + +SERVO14\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO14_MAX: + +SERVO14\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO14_TRIM: + +SERVO14\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO14_REVERSED: + +SERVO14\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SERVO14_FUNCTION: + +SERVO14\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++--------------------------------+ +| Values | ++================================+ +| +-------+--------------------+ | +| | Value | Meaning | | +| +=======+====================+ | +| | -1 | GPIO | | +| +-------+--------------------+ | +| | 0 | Disabled | | +| +-------+--------------------+ | +| | 1 | RCPassThru | | +| +-------+--------------------+ | +| | 6 | Mount1Yaw | | +| +-------+--------------------+ | +| | 7 | Mount1Pitch | | +| +-------+--------------------+ | +| | 8 | Mount1Roll | | +| +-------+--------------------+ | +| | 9 | Mount1Retract | | +| +-------+--------------------+ | +| | 10 | CameraTrigger | | +| +-------+--------------------+ | +| | 12 | Mount2Yaw | | +| +-------+--------------------+ | +| | 13 | Mount2Pitch | | +| +-------+--------------------+ | +| | 14 | Mount2Roll | | +| +-------+--------------------+ | +| | 15 | Mount2Retract | | +| +-------+--------------------+ | +| | 22 | SprayerPump | | +| +-------+--------------------+ | +| | 23 | SprayerSpinner | | +| +-------+--------------------+ | +| | 26 | GroundSteering | | +| +-------+--------------------+ | +| | 28 | Gripper | | +| +-------+--------------------+ | +| | 33 | Motor1 | | +| +-------+--------------------+ | +| | 34 | Motor2 | | +| +-------+--------------------+ | +| | 35 | Motor3 | | +| +-------+--------------------+ | +| | 36 | Motor4 | | +| +-------+--------------------+ | +| | 51 | RCIN1 | | +| +-------+--------------------+ | +| | 52 | RCIN2 | | +| +-------+--------------------+ | +| | 53 | RCIN3 | | +| +-------+--------------------+ | +| | 54 | RCIN4 | | +| +-------+--------------------+ | +| | 55 | RCIN5 | | +| +-------+--------------------+ | +| | 56 | RCIN6 | | +| +-------+--------------------+ | +| | 57 | RCIN7 | | +| +-------+--------------------+ | +| | 58 | RCIN8 | | +| +-------+--------------------+ | +| | 59 | RCIN9 | | +| +-------+--------------------+ | +| | 60 | RCIN10 | | +| +-------+--------------------+ | +| | 61 | RCIN11 | | +| +-------+--------------------+ | +| | 62 | RCIN12 | | +| +-------+--------------------+ | +| | 63 | RCIN13 | | +| +-------+--------------------+ | +| | 64 | RCIN14 | | +| +-------+--------------------+ | +| | 65 | RCIN15 | | +| +-------+--------------------+ | +| | 66 | RCIN16 | | +| +-------+--------------------+ | +| | 70 | Throttle | | +| +-------+--------------------+ | +| | 73 | ThrottleLeft | | +| +-------+--------------------+ | +| | 74 | ThrottleRight | | +| +-------+--------------------+ | +| | 88 | Winch | | +| +-------+--------------------+ | +| | 89 | Main Sail | | +| +-------+--------------------+ | +| | 90 | CameraISO | | +| +-------+--------------------+ | +| | 91 | CameraAperture | | +| +-------+--------------------+ | +| | 92 | CameraFocus | | +| +-------+--------------------+ | +| | 93 | CameraShutterSpeed | | +| +-------+--------------------+ | +| | 94 | Script1 | | +| +-------+--------------------+ | +| | 95 | Script2 | | +| +-------+--------------------+ | +| | 96 | Script3 | | +| +-------+--------------------+ | +| | 97 | Script4 | | +| +-------+--------------------+ | +| | 98 | Script5 | | +| +-------+--------------------+ | +| | 99 | Script6 | | +| +-------+--------------------+ | +| | 100 | Script7 | | +| +-------+--------------------+ | +| | 101 | Script8 | | +| +-------+--------------------+ | +| | 102 | Script9 | | +| +-------+--------------------+ | +| | 103 | Script10 | | +| +-------+--------------------+ | +| | 104 | Script11 | | +| +-------+--------------------+ | +| | 105 | Script12 | | +| +-------+--------------------+ | +| | 106 | Script13 | | +| +-------+--------------------+ | +| | 107 | Script14 | | +| +-------+--------------------+ | +| | 108 | Script15 | | +| +-------+--------------------+ | +| | 109 | Script16 | | +| +-------+--------------------+ | +| | 120 | NeoPixel1 | | +| +-------+--------------------+ | +| | 121 | NeoPixel2 | | +| +-------+--------------------+ | +| | 122 | NeoPixel3 | | +| +-------+--------------------+ | +| | 123 | NeoPixel4 | | +| +-------+--------------------+ | +| | 128 | WingSailElevator | | +| +-------+--------------------+ | +| | 129 | ProfiLED1 | | +| +-------+--------------------+ | +| | 130 | ProfiLED2 | | +| +-------+--------------------+ | +| | 131 | ProfiLED3 | | +| +-------+--------------------+ | +| | 132 | ProfiLEDClock | | +| +-------+--------------------+ | +| | 133 | Winch Clutch | | +| +-------+--------------------+ | +| | 134 | SERVOn_MIN | | +| +-------+--------------------+ | +| | 135 | SERVOn_TRIM | | +| +-------+--------------------+ | +| | 136 | SERVOn_MAX | | +| +-------+--------------------+ | +| | 137 | SailMastRotation | | +| +-------+--------------------+ | +| | 138 | Alarm | | +| +-------+--------------------+ | +| | 139 | Alarm Inverted | | +| +-------+--------------------+ | +| | 140 | RCIN1Scaled | | +| +-------+--------------------+ | +| | 141 | RCIN2Scaled | | +| +-------+--------------------+ | +| | 142 | RCIN3Scaled | | +| +-------+--------------------+ | +| | 143 | RCIN4Scaled | | +| +-------+--------------------+ | +| | 144 | RCIN5Scaled | | +| +-------+--------------------+ | +| | 145 | RCIN6Scaled | | +| +-------+--------------------+ | +| | 146 | RCIN7Scaled | | +| +-------+--------------------+ | +| | 147 | RCIN8Scaled | | +| +-------+--------------------+ | +| | 148 | RCIN9Scaled | | +| +-------+--------------------+ | +| | 149 | RCIN10Scaled | | +| +-------+--------------------+ | +| | 150 | RCIN11Scaled | | +| +-------+--------------------+ | +| | 151 | RCIN12Scaled | | +| +-------+--------------------+ | +| | 152 | RCIN13Scaled | | +| +-------+--------------------+ | +| | 153 | RCIN14Scaled | | +| +-------+--------------------+ | +| | 154 | RCIN15Scaled | | +| +-------+--------------------+ | +| | 155 | RCIN16Scaled | | +| +-------+--------------------+ | +| | ++--------------------------------+ + + + + + +.. _parameters_SERVO15_: + +SERVO15\_ Parameters +-------------------- + + +.. _SERVO15_MIN: + +SERVO15\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO15_MAX: + +SERVO15\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO15_TRIM: + +SERVO15\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO15_REVERSED: + +SERVO15\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SERVO15_FUNCTION: + +SERVO15\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++--------------------------------+ +| Values | ++================================+ +| +-------+--------------------+ | +| | Value | Meaning | | +| +=======+====================+ | +| | -1 | GPIO | | +| +-------+--------------------+ | +| | 0 | Disabled | | +| +-------+--------------------+ | +| | 1 | RCPassThru | | +| +-------+--------------------+ | +| | 6 | Mount1Yaw | | +| +-------+--------------------+ | +| | 7 | Mount1Pitch | | +| +-------+--------------------+ | +| | 8 | Mount1Roll | | +| +-------+--------------------+ | +| | 9 | Mount1Retract | | +| +-------+--------------------+ | +| | 10 | CameraTrigger | | +| +-------+--------------------+ | +| | 12 | Mount2Yaw | | +| +-------+--------------------+ | +| | 13 | Mount2Pitch | | +| +-------+--------------------+ | +| | 14 | Mount2Roll | | +| +-------+--------------------+ | +| | 15 | Mount2Retract | | +| +-------+--------------------+ | +| | 22 | SprayerPump | | +| +-------+--------------------+ | +| | 23 | SprayerSpinner | | +| +-------+--------------------+ | +| | 26 | GroundSteering | | +| +-------+--------------------+ | +| | 28 | Gripper | | +| +-------+--------------------+ | +| | 33 | Motor1 | | +| +-------+--------------------+ | +| | 34 | Motor2 | | +| +-------+--------------------+ | +| | 35 | Motor3 | | +| +-------+--------------------+ | +| | 36 | Motor4 | | +| +-------+--------------------+ | +| | 51 | RCIN1 | | +| +-------+--------------------+ | +| | 52 | RCIN2 | | +| +-------+--------------------+ | +| | 53 | RCIN3 | | +| +-------+--------------------+ | +| | 54 | RCIN4 | | +| +-------+--------------------+ | +| | 55 | RCIN5 | | +| +-------+--------------------+ | +| | 56 | RCIN6 | | +| +-------+--------------------+ | +| | 57 | RCIN7 | | +| +-------+--------------------+ | +| | 58 | RCIN8 | | +| +-------+--------------------+ | +| | 59 | RCIN9 | | +| +-------+--------------------+ | +| | 60 | RCIN10 | | +| +-------+--------------------+ | +| | 61 | RCIN11 | | +| +-------+--------------------+ | +| | 62 | RCIN12 | | +| +-------+--------------------+ | +| | 63 | RCIN13 | | +| +-------+--------------------+ | +| | 64 | RCIN14 | | +| +-------+--------------------+ | +| | 65 | RCIN15 | | +| +-------+--------------------+ | +| | 66 | RCIN16 | | +| +-------+--------------------+ | +| | 70 | Throttle | | +| +-------+--------------------+ | +| | 73 | ThrottleLeft | | +| +-------+--------------------+ | +| | 74 | ThrottleRight | | +| +-------+--------------------+ | +| | 88 | Winch | | +| +-------+--------------------+ | +| | 89 | Main Sail | | +| +-------+--------------------+ | +| | 90 | CameraISO | | +| +-------+--------------------+ | +| | 91 | CameraAperture | | +| +-------+--------------------+ | +| | 92 | CameraFocus | | +| +-------+--------------------+ | +| | 93 | CameraShutterSpeed | | +| +-------+--------------------+ | +| | 94 | Script1 | | +| +-------+--------------------+ | +| | 95 | Script2 | | +| +-------+--------------------+ | +| | 96 | Script3 | | +| +-------+--------------------+ | +| | 97 | Script4 | | +| +-------+--------------------+ | +| | 98 | Script5 | | +| +-------+--------------------+ | +| | 99 | Script6 | | +| +-------+--------------------+ | +| | 100 | Script7 | | +| +-------+--------------------+ | +| | 101 | Script8 | | +| +-------+--------------------+ | +| | 102 | Script9 | | +| +-------+--------------------+ | +| | 103 | Script10 | | +| +-------+--------------------+ | +| | 104 | Script11 | | +| +-------+--------------------+ | +| | 105 | Script12 | | +| +-------+--------------------+ | +| | 106 | Script13 | | +| +-------+--------------------+ | +| | 107 | Script14 | | +| +-------+--------------------+ | +| | 108 | Script15 | | +| +-------+--------------------+ | +| | 109 | Script16 | | +| +-------+--------------------+ | +| | 120 | NeoPixel1 | | +| +-------+--------------------+ | +| | 121 | NeoPixel2 | | +| +-------+--------------------+ | +| | 122 | NeoPixel3 | | +| +-------+--------------------+ | +| | 123 | NeoPixel4 | | +| +-------+--------------------+ | +| | 128 | WingSailElevator | | +| +-------+--------------------+ | +| | 129 | ProfiLED1 | | +| +-------+--------------------+ | +| | 130 | ProfiLED2 | | +| +-------+--------------------+ | +| | 131 | ProfiLED3 | | +| +-------+--------------------+ | +| | 132 | ProfiLEDClock | | +| +-------+--------------------+ | +| | 133 | Winch Clutch | | +| +-------+--------------------+ | +| | 134 | SERVOn_MIN | | +| +-------+--------------------+ | +| | 135 | SERVOn_TRIM | | +| +-------+--------------------+ | +| | 136 | SERVOn_MAX | | +| +-------+--------------------+ | +| | 137 | SailMastRotation | | +| +-------+--------------------+ | +| | 138 | Alarm | | +| +-------+--------------------+ | +| | 139 | Alarm Inverted | | +| +-------+--------------------+ | +| | 140 | RCIN1Scaled | | +| +-------+--------------------+ | +| | 141 | RCIN2Scaled | | +| +-------+--------------------+ | +| | 142 | RCIN3Scaled | | +| +-------+--------------------+ | +| | 143 | RCIN4Scaled | | +| +-------+--------------------+ | +| | 144 | RCIN5Scaled | | +| +-------+--------------------+ | +| | 145 | RCIN6Scaled | | +| +-------+--------------------+ | +| | 146 | RCIN7Scaled | | +| +-------+--------------------+ | +| | 147 | RCIN8Scaled | | +| +-------+--------------------+ | +| | 148 | RCIN9Scaled | | +| +-------+--------------------+ | +| | 149 | RCIN10Scaled | | +| +-------+--------------------+ | +| | 150 | RCIN11Scaled | | +| +-------+--------------------+ | +| | 151 | RCIN12Scaled | | +| +-------+--------------------+ | +| | 152 | RCIN13Scaled | | +| +-------+--------------------+ | +| | 153 | RCIN14Scaled | | +| +-------+--------------------+ | +| | 154 | RCIN15Scaled | | +| +-------+--------------------+ | +| | 155 | RCIN16Scaled | | +| +-------+--------------------+ | +| | ++--------------------------------+ + + + + + +.. _parameters_SERVO16_: + +SERVO16\_ Parameters +-------------------- + + +.. _SERVO16_MIN: + +SERVO16\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO16_MAX: + +SERVO16\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO16_TRIM: + +SERVO16\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO16_REVERSED: + +SERVO16\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SERVO16_FUNCTION: + +SERVO16\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++--------------------------------+ +| Values | ++================================+ +| +-------+--------------------+ | +| | Value | Meaning | | +| +=======+====================+ | +| | -1 | GPIO | | +| +-------+--------------------+ | +| | 0 | Disabled | | +| +-------+--------------------+ | +| | 1 | RCPassThru | | +| +-------+--------------------+ | +| | 6 | Mount1Yaw | | +| +-------+--------------------+ | +| | 7 | Mount1Pitch | | +| +-------+--------------------+ | +| | 8 | Mount1Roll | | +| +-------+--------------------+ | +| | 9 | Mount1Retract | | +| +-------+--------------------+ | +| | 10 | CameraTrigger | | +| +-------+--------------------+ | +| | 12 | Mount2Yaw | | +| +-------+--------------------+ | +| | 13 | Mount2Pitch | | +| +-------+--------------------+ | +| | 14 | Mount2Roll | | +| +-------+--------------------+ | +| | 15 | Mount2Retract | | +| +-------+--------------------+ | +| | 22 | SprayerPump | | +| +-------+--------------------+ | +| | 23 | SprayerSpinner | | +| +-------+--------------------+ | +| | 26 | GroundSteering | | +| +-------+--------------------+ | +| | 28 | Gripper | | +| +-------+--------------------+ | +| | 33 | Motor1 | | +| +-------+--------------------+ | +| | 34 | Motor2 | | +| +-------+--------------------+ | +| | 35 | Motor3 | | +| +-------+--------------------+ | +| | 36 | Motor4 | | +| +-------+--------------------+ | +| | 51 | RCIN1 | | +| +-------+--------------------+ | +| | 52 | RCIN2 | | +| +-------+--------------------+ | +| | 53 | RCIN3 | | +| +-------+--------------------+ | +| | 54 | RCIN4 | | +| +-------+--------------------+ | +| | 55 | RCIN5 | | +| +-------+--------------------+ | +| | 56 | RCIN6 | | +| +-------+--------------------+ | +| | 57 | RCIN7 | | +| +-------+--------------------+ | +| | 58 | RCIN8 | | +| +-------+--------------------+ | +| | 59 | RCIN9 | | +| +-------+--------------------+ | +| | 60 | RCIN10 | | +| +-------+--------------------+ | +| | 61 | RCIN11 | | +| +-------+--------------------+ | +| | 62 | RCIN12 | | +| +-------+--------------------+ | +| | 63 | RCIN13 | | +| +-------+--------------------+ | +| | 64 | RCIN14 | | +| +-------+--------------------+ | +| | 65 | RCIN15 | | +| +-------+--------------------+ | +| | 66 | RCIN16 | | +| +-------+--------------------+ | +| | 70 | Throttle | | +| +-------+--------------------+ | +| | 73 | ThrottleLeft | | +| +-------+--------------------+ | +| | 74 | ThrottleRight | | +| +-------+--------------------+ | +| | 88 | Winch | | +| +-------+--------------------+ | +| | 89 | Main Sail | | +| +-------+--------------------+ | +| | 90 | CameraISO | | +| +-------+--------------------+ | +| | 91 | CameraAperture | | +| +-------+--------------------+ | +| | 92 | CameraFocus | | +| +-------+--------------------+ | +| | 93 | CameraShutterSpeed | | +| +-------+--------------------+ | +| | 94 | Script1 | | +| +-------+--------------------+ | +| | 95 | Script2 | | +| +-------+--------------------+ | +| | 96 | Script3 | | +| +-------+--------------------+ | +| | 97 | Script4 | | +| +-------+--------------------+ | +| | 98 | Script5 | | +| +-------+--------------------+ | +| | 99 | Script6 | | +| +-------+--------------------+ | +| | 100 | Script7 | | +| +-------+--------------------+ | +| | 101 | Script8 | | +| +-------+--------------------+ | +| | 102 | Script9 | | +| +-------+--------------------+ | +| | 103 | Script10 | | +| +-------+--------------------+ | +| | 104 | Script11 | | +| +-------+--------------------+ | +| | 105 | Script12 | | +| +-------+--------------------+ | +| | 106 | Script13 | | +| +-------+--------------------+ | +| | 107 | Script14 | | +| +-------+--------------------+ | +| | 108 | Script15 | | +| +-------+--------------------+ | +| | 109 | Script16 | | +| +-------+--------------------+ | +| | 120 | NeoPixel1 | | +| +-------+--------------------+ | +| | 121 | NeoPixel2 | | +| +-------+--------------------+ | +| | 122 | NeoPixel3 | | +| +-------+--------------------+ | +| | 123 | NeoPixel4 | | +| +-------+--------------------+ | +| | 128 | WingSailElevator | | +| +-------+--------------------+ | +| | 129 | ProfiLED1 | | +| +-------+--------------------+ | +| | 130 | ProfiLED2 | | +| +-------+--------------------+ | +| | 131 | ProfiLED3 | | +| +-------+--------------------+ | +| | 132 | ProfiLEDClock | | +| +-------+--------------------+ | +| | 133 | Winch Clutch | | +| +-------+--------------------+ | +| | 134 | SERVOn_MIN | | +| +-------+--------------------+ | +| | 135 | SERVOn_TRIM | | +| +-------+--------------------+ | +| | 136 | SERVOn_MAX | | +| +-------+--------------------+ | +| | 137 | SailMastRotation | | +| +-------+--------------------+ | +| | 138 | Alarm | | +| +-------+--------------------+ | +| | 139 | Alarm Inverted | | +| +-------+--------------------+ | +| | 140 | RCIN1Scaled | | +| +-------+--------------------+ | +| | 141 | RCIN2Scaled | | +| +-------+--------------------+ | +| | 142 | RCIN3Scaled | | +| +-------+--------------------+ | +| | 143 | RCIN4Scaled | | +| +-------+--------------------+ | +| | 144 | RCIN5Scaled | | +| +-------+--------------------+ | +| | 145 | RCIN6Scaled | | +| +-------+--------------------+ | +| | 146 | RCIN7Scaled | | +| +-------+--------------------+ | +| | 147 | RCIN8Scaled | | +| +-------+--------------------+ | +| | 148 | RCIN9Scaled | | +| +-------+--------------------+ | +| | 149 | RCIN10Scaled | | +| +-------+--------------------+ | +| | 150 | RCIN11Scaled | | +| +-------+--------------------+ | +| | 151 | RCIN12Scaled | | +| +-------+--------------------+ | +| | 152 | RCIN13Scaled | | +| +-------+--------------------+ | +| | 153 | RCIN14Scaled | | +| +-------+--------------------+ | +| | 154 | RCIN15Scaled | | +| +-------+--------------------+ | +| | 155 | RCIN16Scaled | | +| +-------+--------------------+ | +| | ++--------------------------------+ + + + + + +.. _parameters_SERVO17_: + +SERVO17\_ Parameters +-------------------- + + +.. _SERVO17_MIN: + +SERVO17\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO17_MAX: + +SERVO17\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO17_TRIM: + +SERVO17\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO17_REVERSED: + +SERVO17\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SERVO17_FUNCTION: + +SERVO17\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++--------------------------------+ +| Values | ++================================+ +| +-------+--------------------+ | +| | Value | Meaning | | +| +=======+====================+ | +| | -1 | GPIO | | +| +-------+--------------------+ | +| | 0 | Disabled | | +| +-------+--------------------+ | +| | 1 | RCPassThru | | +| +-------+--------------------+ | +| | 6 | Mount1Yaw | | +| +-------+--------------------+ | +| | 7 | Mount1Pitch | | +| +-------+--------------------+ | +| | 8 | Mount1Roll | | +| +-------+--------------------+ | +| | 9 | Mount1Retract | | +| +-------+--------------------+ | +| | 10 | CameraTrigger | | +| +-------+--------------------+ | +| | 12 | Mount2Yaw | | +| +-------+--------------------+ | +| | 13 | Mount2Pitch | | +| +-------+--------------------+ | +| | 14 | Mount2Roll | | +| +-------+--------------------+ | +| | 15 | Mount2Retract | | +| +-------+--------------------+ | +| | 22 | SprayerPump | | +| +-------+--------------------+ | +| | 23 | SprayerSpinner | | +| +-------+--------------------+ | +| | 26 | GroundSteering | | +| +-------+--------------------+ | +| | 28 | Gripper | | +| +-------+--------------------+ | +| | 33 | Motor1 | | +| +-------+--------------------+ | +| | 34 | Motor2 | | +| +-------+--------------------+ | +| | 35 | Motor3 | | +| +-------+--------------------+ | +| | 36 | Motor4 | | +| +-------+--------------------+ | +| | 51 | RCIN1 | | +| +-------+--------------------+ | +| | 52 | RCIN2 | | +| +-------+--------------------+ | +| | 53 | RCIN3 | | +| +-------+--------------------+ | +| | 54 | RCIN4 | | +| +-------+--------------------+ | +| | 55 | RCIN5 | | +| +-------+--------------------+ | +| | 56 | RCIN6 | | +| +-------+--------------------+ | +| | 57 | RCIN7 | | +| +-------+--------------------+ | +| | 58 | RCIN8 | | +| +-------+--------------------+ | +| | 59 | RCIN9 | | +| +-------+--------------------+ | +| | 60 | RCIN10 | | +| +-------+--------------------+ | +| | 61 | RCIN11 | | +| +-------+--------------------+ | +| | 62 | RCIN12 | | +| +-------+--------------------+ | +| | 63 | RCIN13 | | +| +-------+--------------------+ | +| | 64 | RCIN14 | | +| +-------+--------------------+ | +| | 65 | RCIN15 | | +| +-------+--------------------+ | +| | 66 | RCIN16 | | +| +-------+--------------------+ | +| | 70 | Throttle | | +| +-------+--------------------+ | +| | 73 | ThrottleLeft | | +| +-------+--------------------+ | +| | 74 | ThrottleRight | | +| +-------+--------------------+ | +| | 88 | Winch | | +| +-------+--------------------+ | +| | 89 | Main Sail | | +| +-------+--------------------+ | +| | 90 | CameraISO | | +| +-------+--------------------+ | +| | 91 | CameraAperture | | +| +-------+--------------------+ | +| | 92 | CameraFocus | | +| +-------+--------------------+ | +| | 93 | CameraShutterSpeed | | +| +-------+--------------------+ | +| | 94 | Script1 | | +| +-------+--------------------+ | +| | 95 | Script2 | | +| +-------+--------------------+ | +| | 96 | Script3 | | +| +-------+--------------------+ | +| | 97 | Script4 | | +| +-------+--------------------+ | +| | 98 | Script5 | | +| +-------+--------------------+ | +| | 99 | Script6 | | +| +-------+--------------------+ | +| | 100 | Script7 | | +| +-------+--------------------+ | +| | 101 | Script8 | | +| +-------+--------------------+ | +| | 102 | Script9 | | +| +-------+--------------------+ | +| | 103 | Script10 | | +| +-------+--------------------+ | +| | 104 | Script11 | | +| +-------+--------------------+ | +| | 105 | Script12 | | +| +-------+--------------------+ | +| | 106 | Script13 | | +| +-------+--------------------+ | +| | 107 | Script14 | | +| +-------+--------------------+ | +| | 108 | Script15 | | +| +-------+--------------------+ | +| | 109 | Script16 | | +| +-------+--------------------+ | +| | 120 | NeoPixel1 | | +| +-------+--------------------+ | +| | 121 | NeoPixel2 | | +| +-------+--------------------+ | +| | 122 | NeoPixel3 | | +| +-------+--------------------+ | +| | 123 | NeoPixel4 | | +| +-------+--------------------+ | +| | 128 | WingSailElevator | | +| +-------+--------------------+ | +| | 129 | ProfiLED1 | | +| +-------+--------------------+ | +| | 130 | ProfiLED2 | | +| +-------+--------------------+ | +| | 131 | ProfiLED3 | | +| +-------+--------------------+ | +| | 132 | ProfiLEDClock | | +| +-------+--------------------+ | +| | 133 | Winch Clutch | | +| +-------+--------------------+ | +| | 134 | SERVOn_MIN | | +| +-------+--------------------+ | +| | 135 | SERVOn_TRIM | | +| +-------+--------------------+ | +| | 136 | SERVOn_MAX | | +| +-------+--------------------+ | +| | 137 | SailMastRotation | | +| +-------+--------------------+ | +| | 138 | Alarm | | +| +-------+--------------------+ | +| | 139 | Alarm Inverted | | +| +-------+--------------------+ | +| | 140 | RCIN1Scaled | | +| +-------+--------------------+ | +| | 141 | RCIN2Scaled | | +| +-------+--------------------+ | +| | 142 | RCIN3Scaled | | +| +-------+--------------------+ | +| | 143 | RCIN4Scaled | | +| +-------+--------------------+ | +| | 144 | RCIN5Scaled | | +| +-------+--------------------+ | +| | 145 | RCIN6Scaled | | +| +-------+--------------------+ | +| | 146 | RCIN7Scaled | | +| +-------+--------------------+ | +| | 147 | RCIN8Scaled | | +| +-------+--------------------+ | +| | 148 | RCIN9Scaled | | +| +-------+--------------------+ | +| | 149 | RCIN10Scaled | | +| +-------+--------------------+ | +| | 150 | RCIN11Scaled | | +| +-------+--------------------+ | +| | 151 | RCIN12Scaled | | +| +-------+--------------------+ | +| | 152 | RCIN13Scaled | | +| +-------+--------------------+ | +| | 153 | RCIN14Scaled | | +| +-------+--------------------+ | +| | 154 | RCIN15Scaled | | +| +-------+--------------------+ | +| | 155 | RCIN16Scaled | | +| +-------+--------------------+ | +| | ++--------------------------------+ + + + + + +.. _parameters_SERVO18_: + +SERVO18\_ Parameters +-------------------- + + +.. _SERVO18_MIN: + +SERVO18\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO18_MAX: + +SERVO18\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO18_TRIM: + +SERVO18\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO18_REVERSED: + +SERVO18\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SERVO18_FUNCTION: + +SERVO18\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++--------------------------------+ +| Values | ++================================+ +| +-------+--------------------+ | +| | Value | Meaning | | +| +=======+====================+ | +| | -1 | GPIO | | +| +-------+--------------------+ | +| | 0 | Disabled | | +| +-------+--------------------+ | +| | 1 | RCPassThru | | +| +-------+--------------------+ | +| | 6 | Mount1Yaw | | +| +-------+--------------------+ | +| | 7 | Mount1Pitch | | +| +-------+--------------------+ | +| | 8 | Mount1Roll | | +| +-------+--------------------+ | +| | 9 | Mount1Retract | | +| +-------+--------------------+ | +| | 10 | CameraTrigger | | +| +-------+--------------------+ | +| | 12 | Mount2Yaw | | +| +-------+--------------------+ | +| | 13 | Mount2Pitch | | +| +-------+--------------------+ | +| | 14 | Mount2Roll | | +| +-------+--------------------+ | +| | 15 | Mount2Retract | | +| +-------+--------------------+ | +| | 22 | SprayerPump | | +| +-------+--------------------+ | +| | 23 | SprayerSpinner | | +| +-------+--------------------+ | +| | 26 | GroundSteering | | +| +-------+--------------------+ | +| | 28 | Gripper | | +| +-------+--------------------+ | +| | 33 | Motor1 | | +| +-------+--------------------+ | +| | 34 | Motor2 | | +| +-------+--------------------+ | +| | 35 | Motor3 | | +| +-------+--------------------+ | +| | 36 | Motor4 | | +| +-------+--------------------+ | +| | 51 | RCIN1 | | +| +-------+--------------------+ | +| | 52 | RCIN2 | | +| +-------+--------------------+ | +| | 53 | RCIN3 | | +| +-------+--------------------+ | +| | 54 | RCIN4 | | +| +-------+--------------------+ | +| | 55 | RCIN5 | | +| +-------+--------------------+ | +| | 56 | RCIN6 | | +| +-------+--------------------+ | +| | 57 | RCIN7 | | +| +-------+--------------------+ | +| | 58 | RCIN8 | | +| +-------+--------------------+ | +| | 59 | RCIN9 | | +| +-------+--------------------+ | +| | 60 | RCIN10 | | +| +-------+--------------------+ | +| | 61 | RCIN11 | | +| +-------+--------------------+ | +| | 62 | RCIN12 | | +| +-------+--------------------+ | +| | 63 | RCIN13 | | +| +-------+--------------------+ | +| | 64 | RCIN14 | | +| +-------+--------------------+ | +| | 65 | RCIN15 | | +| +-------+--------------------+ | +| | 66 | RCIN16 | | +| +-------+--------------------+ | +| | 70 | Throttle | | +| +-------+--------------------+ | +| | 73 | ThrottleLeft | | +| +-------+--------------------+ | +| | 74 | ThrottleRight | | +| +-------+--------------------+ | +| | 88 | Winch | | +| +-------+--------------------+ | +| | 89 | Main Sail | | +| +-------+--------------------+ | +| | 90 | CameraISO | | +| +-------+--------------------+ | +| | 91 | CameraAperture | | +| +-------+--------------------+ | +| | 92 | CameraFocus | | +| +-------+--------------------+ | +| | 93 | CameraShutterSpeed | | +| +-------+--------------------+ | +| | 94 | Script1 | | +| +-------+--------------------+ | +| | 95 | Script2 | | +| +-------+--------------------+ | +| | 96 | Script3 | | +| +-------+--------------------+ | +| | 97 | Script4 | | +| +-------+--------------------+ | +| | 98 | Script5 | | +| +-------+--------------------+ | +| | 99 | Script6 | | +| +-------+--------------------+ | +| | 100 | Script7 | | +| +-------+--------------------+ | +| | 101 | Script8 | | +| +-------+--------------------+ | +| | 102 | Script9 | | +| +-------+--------------------+ | +| | 103 | Script10 | | +| +-------+--------------------+ | +| | 104 | Script11 | | +| +-------+--------------------+ | +| | 105 | Script12 | | +| +-------+--------------------+ | +| | 106 | Script13 | | +| +-------+--------------------+ | +| | 107 | Script14 | | +| +-------+--------------------+ | +| | 108 | Script15 | | +| +-------+--------------------+ | +| | 109 | Script16 | | +| +-------+--------------------+ | +| | 120 | NeoPixel1 | | +| +-------+--------------------+ | +| | 121 | NeoPixel2 | | +| +-------+--------------------+ | +| | 122 | NeoPixel3 | | +| +-------+--------------------+ | +| | 123 | NeoPixel4 | | +| +-------+--------------------+ | +| | 128 | WingSailElevator | | +| +-------+--------------------+ | +| | 129 | ProfiLED1 | | +| +-------+--------------------+ | +| | 130 | ProfiLED2 | | +| +-------+--------------------+ | +| | 131 | ProfiLED3 | | +| +-------+--------------------+ | +| | 132 | ProfiLEDClock | | +| +-------+--------------------+ | +| | 133 | Winch Clutch | | +| +-------+--------------------+ | +| | 134 | SERVOn_MIN | | +| +-------+--------------------+ | +| | 135 | SERVOn_TRIM | | +| +-------+--------------------+ | +| | 136 | SERVOn_MAX | | +| +-------+--------------------+ | +| | 137 | SailMastRotation | | +| +-------+--------------------+ | +| | 138 | Alarm | | +| +-------+--------------------+ | +| | 139 | Alarm Inverted | | +| +-------+--------------------+ | +| | 140 | RCIN1Scaled | | +| +-------+--------------------+ | +| | 141 | RCIN2Scaled | | +| +-------+--------------------+ | +| | 142 | RCIN3Scaled | | +| +-------+--------------------+ | +| | 143 | RCIN4Scaled | | +| +-------+--------------------+ | +| | 144 | RCIN5Scaled | | +| +-------+--------------------+ | +| | 145 | RCIN6Scaled | | +| +-------+--------------------+ | +| | 146 | RCIN7Scaled | | +| +-------+--------------------+ | +| | 147 | RCIN8Scaled | | +| +-------+--------------------+ | +| | 148 | RCIN9Scaled | | +| +-------+--------------------+ | +| | 149 | RCIN10Scaled | | +| +-------+--------------------+ | +| | 150 | RCIN11Scaled | | +| +-------+--------------------+ | +| | 151 | RCIN12Scaled | | +| +-------+--------------------+ | +| | 152 | RCIN13Scaled | | +| +-------+--------------------+ | +| | 153 | RCIN14Scaled | | +| +-------+--------------------+ | +| | 154 | RCIN15Scaled | | +| +-------+--------------------+ | +| | 155 | RCIN16Scaled | | +| +-------+--------------------+ | +| | ++--------------------------------+ + + + + + +.. _parameters_SERVO19_: + +SERVO19\_ Parameters +-------------------- + + +.. _SERVO19_MIN: + +SERVO19\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO19_MAX: + +SERVO19\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO19_TRIM: + +SERVO19\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO19_REVERSED: + +SERVO19\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SERVO19_FUNCTION: + +SERVO19\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++--------------------------------+ +| Values | ++================================+ +| +-------+--------------------+ | +| | Value | Meaning | | +| +=======+====================+ | +| | -1 | GPIO | | +| +-------+--------------------+ | +| | 0 | Disabled | | +| +-------+--------------------+ | +| | 1 | RCPassThru | | +| +-------+--------------------+ | +| | 6 | Mount1Yaw | | +| +-------+--------------------+ | +| | 7 | Mount1Pitch | | +| +-------+--------------------+ | +| | 8 | Mount1Roll | | +| +-------+--------------------+ | +| | 9 | Mount1Retract | | +| +-------+--------------------+ | +| | 10 | CameraTrigger | | +| +-------+--------------------+ | +| | 12 | Mount2Yaw | | +| +-------+--------------------+ | +| | 13 | Mount2Pitch | | +| +-------+--------------------+ | +| | 14 | Mount2Roll | | +| +-------+--------------------+ | +| | 15 | Mount2Retract | | +| +-------+--------------------+ | +| | 22 | SprayerPump | | +| +-------+--------------------+ | +| | 23 | SprayerSpinner | | +| +-------+--------------------+ | +| | 26 | GroundSteering | | +| +-------+--------------------+ | +| | 28 | Gripper | | +| +-------+--------------------+ | +| | 33 | Motor1 | | +| +-------+--------------------+ | +| | 34 | Motor2 | | +| +-------+--------------------+ | +| | 35 | Motor3 | | +| +-------+--------------------+ | +| | 36 | Motor4 | | +| +-------+--------------------+ | +| | 51 | RCIN1 | | +| +-------+--------------------+ | +| | 52 | RCIN2 | | +| +-------+--------------------+ | +| | 53 | RCIN3 | | +| +-------+--------------------+ | +| | 54 | RCIN4 | | +| +-------+--------------------+ | +| | 55 | RCIN5 | | +| +-------+--------------------+ | +| | 56 | RCIN6 | | +| +-------+--------------------+ | +| | 57 | RCIN7 | | +| +-------+--------------------+ | +| | 58 | RCIN8 | | +| +-------+--------------------+ | +| | 59 | RCIN9 | | +| +-------+--------------------+ | +| | 60 | RCIN10 | | +| +-------+--------------------+ | +| | 61 | RCIN11 | | +| +-------+--------------------+ | +| | 62 | RCIN12 | | +| +-------+--------------------+ | +| | 63 | RCIN13 | | +| +-------+--------------------+ | +| | 64 | RCIN14 | | +| +-------+--------------------+ | +| | 65 | RCIN15 | | +| +-------+--------------------+ | +| | 66 | RCIN16 | | +| +-------+--------------------+ | +| | 70 | Throttle | | +| +-------+--------------------+ | +| | 73 | ThrottleLeft | | +| +-------+--------------------+ | +| | 74 | ThrottleRight | | +| +-------+--------------------+ | +| | 88 | Winch | | +| +-------+--------------------+ | +| | 89 | Main Sail | | +| +-------+--------------------+ | +| | 90 | CameraISO | | +| +-------+--------------------+ | +| | 91 | CameraAperture | | +| +-------+--------------------+ | +| | 92 | CameraFocus | | +| +-------+--------------------+ | +| | 93 | CameraShutterSpeed | | +| +-------+--------------------+ | +| | 94 | Script1 | | +| +-------+--------------------+ | +| | 95 | Script2 | | +| +-------+--------------------+ | +| | 96 | Script3 | | +| +-------+--------------------+ | +| | 97 | Script4 | | +| +-------+--------------------+ | +| | 98 | Script5 | | +| +-------+--------------------+ | +| | 99 | Script6 | | +| +-------+--------------------+ | +| | 100 | Script7 | | +| +-------+--------------------+ | +| | 101 | Script8 | | +| +-------+--------------------+ | +| | 102 | Script9 | | +| +-------+--------------------+ | +| | 103 | Script10 | | +| +-------+--------------------+ | +| | 104 | Script11 | | +| +-------+--------------------+ | +| | 105 | Script12 | | +| +-------+--------------------+ | +| | 106 | Script13 | | +| +-------+--------------------+ | +| | 107 | Script14 | | +| +-------+--------------------+ | +| | 108 | Script15 | | +| +-------+--------------------+ | +| | 109 | Script16 | | +| +-------+--------------------+ | +| | 120 | NeoPixel1 | | +| +-------+--------------------+ | +| | 121 | NeoPixel2 | | +| +-------+--------------------+ | +| | 122 | NeoPixel3 | | +| +-------+--------------------+ | +| | 123 | NeoPixel4 | | +| +-------+--------------------+ | +| | 128 | WingSailElevator | | +| +-------+--------------------+ | +| | 129 | ProfiLED1 | | +| +-------+--------------------+ | +| | 130 | ProfiLED2 | | +| +-------+--------------------+ | +| | 131 | ProfiLED3 | | +| +-------+--------------------+ | +| | 132 | ProfiLEDClock | | +| +-------+--------------------+ | +| | 133 | Winch Clutch | | +| +-------+--------------------+ | +| | 134 | SERVOn_MIN | | +| +-------+--------------------+ | +| | 135 | SERVOn_TRIM | | +| +-------+--------------------+ | +| | 136 | SERVOn_MAX | | +| +-------+--------------------+ | +| | 137 | SailMastRotation | | +| +-------+--------------------+ | +| | 138 | Alarm | | +| +-------+--------------------+ | +| | 139 | Alarm Inverted | | +| +-------+--------------------+ | +| | 140 | RCIN1Scaled | | +| +-------+--------------------+ | +| | 141 | RCIN2Scaled | | +| +-------+--------------------+ | +| | 142 | RCIN3Scaled | | +| +-------+--------------------+ | +| | 143 | RCIN4Scaled | | +| +-------+--------------------+ | +| | 144 | RCIN5Scaled | | +| +-------+--------------------+ | +| | 145 | RCIN6Scaled | | +| +-------+--------------------+ | +| | 146 | RCIN7Scaled | | +| +-------+--------------------+ | +| | 147 | RCIN8Scaled | | +| +-------+--------------------+ | +| | 148 | RCIN9Scaled | | +| +-------+--------------------+ | +| | 149 | RCIN10Scaled | | +| +-------+--------------------+ | +| | 150 | RCIN11Scaled | | +| +-------+--------------------+ | +| | 151 | RCIN12Scaled | | +| +-------+--------------------+ | +| | 152 | RCIN13Scaled | | +| +-------+--------------------+ | +| | 153 | RCIN14Scaled | | +| +-------+--------------------+ | +| | 154 | RCIN15Scaled | | +| +-------+--------------------+ | +| | 155 | RCIN16Scaled | | +| +-------+--------------------+ | +| | ++--------------------------------+ + + + + + +.. _parameters_SERVO1_: + +SERVO1\_ Parameters +------------------- + + +.. _SERVO1_MIN: + +SERVO1\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO1_MAX: + +SERVO1\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO1_TRIM: + +SERVO1\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO1_REVERSED: + +SERVO1\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SERVO1_FUNCTION: + +SERVO1\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++--------------------------------+ +| Values | ++================================+ +| +-------+--------------------+ | +| | Value | Meaning | | +| +=======+====================+ | +| | -1 | GPIO | | +| +-------+--------------------+ | +| | 0 | Disabled | | +| +-------+--------------------+ | +| | 1 | RCPassThru | | +| +-------+--------------------+ | +| | 6 | Mount1Yaw | | +| +-------+--------------------+ | +| | 7 | Mount1Pitch | | +| +-------+--------------------+ | +| | 8 | Mount1Roll | | +| +-------+--------------------+ | +| | 9 | Mount1Retract | | +| +-------+--------------------+ | +| | 10 | CameraTrigger | | +| +-------+--------------------+ | +| | 12 | Mount2Yaw | | +| +-------+--------------------+ | +| | 13 | Mount2Pitch | | +| +-------+--------------------+ | +| | 14 | Mount2Roll | | +| +-------+--------------------+ | +| | 15 | Mount2Retract | | +| +-------+--------------------+ | +| | 22 | SprayerPump | | +| +-------+--------------------+ | +| | 23 | SprayerSpinner | | +| +-------+--------------------+ | +| | 26 | GroundSteering | | +| +-------+--------------------+ | +| | 28 | Gripper | | +| +-------+--------------------+ | +| | 33 | Motor1 | | +| +-------+--------------------+ | +| | 34 | Motor2 | | +| +-------+--------------------+ | +| | 35 | Motor3 | | +| +-------+--------------------+ | +| | 36 | Motor4 | | +| +-------+--------------------+ | +| | 51 | RCIN1 | | +| +-------+--------------------+ | +| | 52 | RCIN2 | | +| +-------+--------------------+ | +| | 53 | RCIN3 | | +| +-------+--------------------+ | +| | 54 | RCIN4 | | +| +-------+--------------------+ | +| | 55 | RCIN5 | | +| +-------+--------------------+ | +| | 56 | RCIN6 | | +| +-------+--------------------+ | +| | 57 | RCIN7 | | +| +-------+--------------------+ | +| | 58 | RCIN8 | | +| +-------+--------------------+ | +| | 59 | RCIN9 | | +| +-------+--------------------+ | +| | 60 | RCIN10 | | +| +-------+--------------------+ | +| | 61 | RCIN11 | | +| +-------+--------------------+ | +| | 62 | RCIN12 | | +| +-------+--------------------+ | +| | 63 | RCIN13 | | +| +-------+--------------------+ | +| | 64 | RCIN14 | | +| +-------+--------------------+ | +| | 65 | RCIN15 | | +| +-------+--------------------+ | +| | 66 | RCIN16 | | +| +-------+--------------------+ | +| | 70 | Throttle | | +| +-------+--------------------+ | +| | 73 | ThrottleLeft | | +| +-------+--------------------+ | +| | 74 | ThrottleRight | | +| +-------+--------------------+ | +| | 88 | Winch | | +| +-------+--------------------+ | +| | 89 | Main Sail | | +| +-------+--------------------+ | +| | 90 | CameraISO | | +| +-------+--------------------+ | +| | 91 | CameraAperture | | +| +-------+--------------------+ | +| | 92 | CameraFocus | | +| +-------+--------------------+ | +| | 93 | CameraShutterSpeed | | +| +-------+--------------------+ | +| | 94 | Script1 | | +| +-------+--------------------+ | +| | 95 | Script2 | | +| +-------+--------------------+ | +| | 96 | Script3 | | +| +-------+--------------------+ | +| | 97 | Script4 | | +| +-------+--------------------+ | +| | 98 | Script5 | | +| +-------+--------------------+ | +| | 99 | Script6 | | +| +-------+--------------------+ | +| | 100 | Script7 | | +| +-------+--------------------+ | +| | 101 | Script8 | | +| +-------+--------------------+ | +| | 102 | Script9 | | +| +-------+--------------------+ | +| | 103 | Script10 | | +| +-------+--------------------+ | +| | 104 | Script11 | | +| +-------+--------------------+ | +| | 105 | Script12 | | +| +-------+--------------------+ | +| | 106 | Script13 | | +| +-------+--------------------+ | +| | 107 | Script14 | | +| +-------+--------------------+ | +| | 108 | Script15 | | +| +-------+--------------------+ | +| | 109 | Script16 | | +| +-------+--------------------+ | +| | 120 | NeoPixel1 | | +| +-------+--------------------+ | +| | 121 | NeoPixel2 | | +| +-------+--------------------+ | +| | 122 | NeoPixel3 | | +| +-------+--------------------+ | +| | 123 | NeoPixel4 | | +| +-------+--------------------+ | +| | 128 | WingSailElevator | | +| +-------+--------------------+ | +| | 129 | ProfiLED1 | | +| +-------+--------------------+ | +| | 130 | ProfiLED2 | | +| +-------+--------------------+ | +| | 131 | ProfiLED3 | | +| +-------+--------------------+ | +| | 132 | ProfiLEDClock | | +| +-------+--------------------+ | +| | 133 | Winch Clutch | | +| +-------+--------------------+ | +| | 134 | SERVOn_MIN | | +| +-------+--------------------+ | +| | 135 | SERVOn_TRIM | | +| +-------+--------------------+ | +| | 136 | SERVOn_MAX | | +| +-------+--------------------+ | +| | 137 | SailMastRotation | | +| +-------+--------------------+ | +| | 138 | Alarm | | +| +-------+--------------------+ | +| | 139 | Alarm Inverted | | +| +-------+--------------------+ | +| | 140 | RCIN1Scaled | | +| +-------+--------------------+ | +| | 141 | RCIN2Scaled | | +| +-------+--------------------+ | +| | 142 | RCIN3Scaled | | +| +-------+--------------------+ | +| | 143 | RCIN4Scaled | | +| +-------+--------------------+ | +| | 144 | RCIN5Scaled | | +| +-------+--------------------+ | +| | 145 | RCIN6Scaled | | +| +-------+--------------------+ | +| | 146 | RCIN7Scaled | | +| +-------+--------------------+ | +| | 147 | RCIN8Scaled | | +| +-------+--------------------+ | +| | 148 | RCIN9Scaled | | +| +-------+--------------------+ | +| | 149 | RCIN10Scaled | | +| +-------+--------------------+ | +| | 150 | RCIN11Scaled | | +| +-------+--------------------+ | +| | 151 | RCIN12Scaled | | +| +-------+--------------------+ | +| | 152 | RCIN13Scaled | | +| +-------+--------------------+ | +| | 153 | RCIN14Scaled | | +| +-------+--------------------+ | +| | 154 | RCIN15Scaled | | +| +-------+--------------------+ | +| | 155 | RCIN16Scaled | | +| +-------+--------------------+ | +| | ++--------------------------------+ + + + + + +.. _parameters_SERVO20_: + +SERVO20\_ Parameters +-------------------- + + +.. _SERVO20_MIN: + +SERVO20\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO20_MAX: + +SERVO20\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO20_TRIM: + +SERVO20\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO20_REVERSED: + +SERVO20\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SERVO20_FUNCTION: + +SERVO20\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++--------------------------------+ +| Values | ++================================+ +| +-------+--------------------+ | +| | Value | Meaning | | +| +=======+====================+ | +| | -1 | GPIO | | +| +-------+--------------------+ | +| | 0 | Disabled | | +| +-------+--------------------+ | +| | 1 | RCPassThru | | +| +-------+--------------------+ | +| | 6 | Mount1Yaw | | +| +-------+--------------------+ | +| | 7 | Mount1Pitch | | +| +-------+--------------------+ | +| | 8 | Mount1Roll | | +| +-------+--------------------+ | +| | 9 | Mount1Retract | | +| +-------+--------------------+ | +| | 10 | CameraTrigger | | +| +-------+--------------------+ | +| | 12 | Mount2Yaw | | +| +-------+--------------------+ | +| | 13 | Mount2Pitch | | +| +-------+--------------------+ | +| | 14 | Mount2Roll | | +| +-------+--------------------+ | +| | 15 | Mount2Retract | | +| +-------+--------------------+ | +| | 22 | SprayerPump | | +| +-------+--------------------+ | +| | 23 | SprayerSpinner | | +| +-------+--------------------+ | +| | 26 | GroundSteering | | +| +-------+--------------------+ | +| | 28 | Gripper | | +| +-------+--------------------+ | +| | 33 | Motor1 | | +| +-------+--------------------+ | +| | 34 | Motor2 | | +| +-------+--------------------+ | +| | 35 | Motor3 | | +| +-------+--------------------+ | +| | 36 | Motor4 | | +| +-------+--------------------+ | +| | 51 | RCIN1 | | +| +-------+--------------------+ | +| | 52 | RCIN2 | | +| +-------+--------------------+ | +| | 53 | RCIN3 | | +| +-------+--------------------+ | +| | 54 | RCIN4 | | +| +-------+--------------------+ | +| | 55 | RCIN5 | | +| +-------+--------------------+ | +| | 56 | RCIN6 | | +| +-------+--------------------+ | +| | 57 | RCIN7 | | +| +-------+--------------------+ | +| | 58 | RCIN8 | | +| +-------+--------------------+ | +| | 59 | RCIN9 | | +| +-------+--------------------+ | +| | 60 | RCIN10 | | +| +-------+--------------------+ | +| | 61 | RCIN11 | | +| +-------+--------------------+ | +| | 62 | RCIN12 | | +| +-------+--------------------+ | +| | 63 | RCIN13 | | +| +-------+--------------------+ | +| | 64 | RCIN14 | | +| +-------+--------------------+ | +| | 65 | RCIN15 | | +| +-------+--------------------+ | +| | 66 | RCIN16 | | +| +-------+--------------------+ | +| | 70 | Throttle | | +| +-------+--------------------+ | +| | 73 | ThrottleLeft | | +| +-------+--------------------+ | +| | 74 | ThrottleRight | | +| +-------+--------------------+ | +| | 88 | Winch | | +| +-------+--------------------+ | +| | 89 | Main Sail | | +| +-------+--------------------+ | +| | 90 | CameraISO | | +| +-------+--------------------+ | +| | 91 | CameraAperture | | +| +-------+--------------------+ | +| | 92 | CameraFocus | | +| +-------+--------------------+ | +| | 93 | CameraShutterSpeed | | +| +-------+--------------------+ | +| | 94 | Script1 | | +| +-------+--------------------+ | +| | 95 | Script2 | | +| +-------+--------------------+ | +| | 96 | Script3 | | +| +-------+--------------------+ | +| | 97 | Script4 | | +| +-------+--------------------+ | +| | 98 | Script5 | | +| +-------+--------------------+ | +| | 99 | Script6 | | +| +-------+--------------------+ | +| | 100 | Script7 | | +| +-------+--------------------+ | +| | 101 | Script8 | | +| +-------+--------------------+ | +| | 102 | Script9 | | +| +-------+--------------------+ | +| | 103 | Script10 | | +| +-------+--------------------+ | +| | 104 | Script11 | | +| +-------+--------------------+ | +| | 105 | Script12 | | +| +-------+--------------------+ | +| | 106 | Script13 | | +| +-------+--------------------+ | +| | 107 | Script14 | | +| +-------+--------------------+ | +| | 108 | Script15 | | +| +-------+--------------------+ | +| | 109 | Script16 | | +| +-------+--------------------+ | +| | 120 | NeoPixel1 | | +| +-------+--------------------+ | +| | 121 | NeoPixel2 | | +| +-------+--------------------+ | +| | 122 | NeoPixel3 | | +| +-------+--------------------+ | +| | 123 | NeoPixel4 | | +| +-------+--------------------+ | +| | 128 | WingSailElevator | | +| +-------+--------------------+ | +| | 129 | ProfiLED1 | | +| +-------+--------------------+ | +| | 130 | ProfiLED2 | | +| +-------+--------------------+ | +| | 131 | ProfiLED3 | | +| +-------+--------------------+ | +| | 132 | ProfiLEDClock | | +| +-------+--------------------+ | +| | 133 | Winch Clutch | | +| +-------+--------------------+ | +| | 134 | SERVOn_MIN | | +| +-------+--------------------+ | +| | 135 | SERVOn_TRIM | | +| +-------+--------------------+ | +| | 136 | SERVOn_MAX | | +| +-------+--------------------+ | +| | 137 | SailMastRotation | | +| +-------+--------------------+ | +| | 138 | Alarm | | +| +-------+--------------------+ | +| | 139 | Alarm Inverted | | +| +-------+--------------------+ | +| | 140 | RCIN1Scaled | | +| +-------+--------------------+ | +| | 141 | RCIN2Scaled | | +| +-------+--------------------+ | +| | 142 | RCIN3Scaled | | +| +-------+--------------------+ | +| | 143 | RCIN4Scaled | | +| +-------+--------------------+ | +| | 144 | RCIN5Scaled | | +| +-------+--------------------+ | +| | 145 | RCIN6Scaled | | +| +-------+--------------------+ | +| | 146 | RCIN7Scaled | | +| +-------+--------------------+ | +| | 147 | RCIN8Scaled | | +| +-------+--------------------+ | +| | 148 | RCIN9Scaled | | +| +-------+--------------------+ | +| | 149 | RCIN10Scaled | | +| +-------+--------------------+ | +| | 150 | RCIN11Scaled | | +| +-------+--------------------+ | +| | 151 | RCIN12Scaled | | +| +-------+--------------------+ | +| | 152 | RCIN13Scaled | | +| +-------+--------------------+ | +| | 153 | RCIN14Scaled | | +| +-------+--------------------+ | +| | 154 | RCIN15Scaled | | +| +-------+--------------------+ | +| | 155 | RCIN16Scaled | | +| +-------+--------------------+ | +| | ++--------------------------------+ + + + + + +.. _parameters_SERVO21_: + +SERVO21\_ Parameters +-------------------- + + +.. _SERVO21_MIN: + +SERVO21\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO21_MAX: + +SERVO21\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO21_TRIM: + +SERVO21\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO21_REVERSED: + +SERVO21\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SERVO21_FUNCTION: + +SERVO21\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++--------------------------------+ +| Values | ++================================+ +| +-------+--------------------+ | +| | Value | Meaning | | +| +=======+====================+ | +| | -1 | GPIO | | +| +-------+--------------------+ | +| | 0 | Disabled | | +| +-------+--------------------+ | +| | 1 | RCPassThru | | +| +-------+--------------------+ | +| | 6 | Mount1Yaw | | +| +-------+--------------------+ | +| | 7 | Mount1Pitch | | +| +-------+--------------------+ | +| | 8 | Mount1Roll | | +| +-------+--------------------+ | +| | 9 | Mount1Retract | | +| +-------+--------------------+ | +| | 10 | CameraTrigger | | +| +-------+--------------------+ | +| | 12 | Mount2Yaw | | +| +-------+--------------------+ | +| | 13 | Mount2Pitch | | +| +-------+--------------------+ | +| | 14 | Mount2Roll | | +| +-------+--------------------+ | +| | 15 | Mount2Retract | | +| +-------+--------------------+ | +| | 22 | SprayerPump | | +| +-------+--------------------+ | +| | 23 | SprayerSpinner | | +| +-------+--------------------+ | +| | 26 | GroundSteering | | +| +-------+--------------------+ | +| | 28 | Gripper | | +| +-------+--------------------+ | +| | 33 | Motor1 | | +| +-------+--------------------+ | +| | 34 | Motor2 | | +| +-------+--------------------+ | +| | 35 | Motor3 | | +| +-------+--------------------+ | +| | 36 | Motor4 | | +| +-------+--------------------+ | +| | 51 | RCIN1 | | +| +-------+--------------------+ | +| | 52 | RCIN2 | | +| +-------+--------------------+ | +| | 53 | RCIN3 | | +| +-------+--------------------+ | +| | 54 | RCIN4 | | +| +-------+--------------------+ | +| | 55 | RCIN5 | | +| +-------+--------------------+ | +| | 56 | RCIN6 | | +| +-------+--------------------+ | +| | 57 | RCIN7 | | +| +-------+--------------------+ | +| | 58 | RCIN8 | | +| +-------+--------------------+ | +| | 59 | RCIN9 | | +| +-------+--------------------+ | +| | 60 | RCIN10 | | +| +-------+--------------------+ | +| | 61 | RCIN11 | | +| +-------+--------------------+ | +| | 62 | RCIN12 | | +| +-------+--------------------+ | +| | 63 | RCIN13 | | +| +-------+--------------------+ | +| | 64 | RCIN14 | | +| +-------+--------------------+ | +| | 65 | RCIN15 | | +| +-------+--------------------+ | +| | 66 | RCIN16 | | +| +-------+--------------------+ | +| | 70 | Throttle | | +| +-------+--------------------+ | +| | 73 | ThrottleLeft | | +| +-------+--------------------+ | +| | 74 | ThrottleRight | | +| +-------+--------------------+ | +| | 88 | Winch | | +| +-------+--------------------+ | +| | 89 | Main Sail | | +| +-------+--------------------+ | +| | 90 | CameraISO | | +| +-------+--------------------+ | +| | 91 | CameraAperture | | +| +-------+--------------------+ | +| | 92 | CameraFocus | | +| +-------+--------------------+ | +| | 93 | CameraShutterSpeed | | +| +-------+--------------------+ | +| | 94 | Script1 | | +| +-------+--------------------+ | +| | 95 | Script2 | | +| +-------+--------------------+ | +| | 96 | Script3 | | +| +-------+--------------------+ | +| | 97 | Script4 | | +| +-------+--------------------+ | +| | 98 | Script5 | | +| +-------+--------------------+ | +| | 99 | Script6 | | +| +-------+--------------------+ | +| | 100 | Script7 | | +| +-------+--------------------+ | +| | 101 | Script8 | | +| +-------+--------------------+ | +| | 102 | Script9 | | +| +-------+--------------------+ | +| | 103 | Script10 | | +| +-------+--------------------+ | +| | 104 | Script11 | | +| +-------+--------------------+ | +| | 105 | Script12 | | +| +-------+--------------------+ | +| | 106 | Script13 | | +| +-------+--------------------+ | +| | 107 | Script14 | | +| +-------+--------------------+ | +| | 108 | Script15 | | +| +-------+--------------------+ | +| | 109 | Script16 | | +| +-------+--------------------+ | +| | 120 | NeoPixel1 | | +| +-------+--------------------+ | +| | 121 | NeoPixel2 | | +| +-------+--------------------+ | +| | 122 | NeoPixel3 | | +| +-------+--------------------+ | +| | 123 | NeoPixel4 | | +| +-------+--------------------+ | +| | 128 | WingSailElevator | | +| +-------+--------------------+ | +| | 129 | ProfiLED1 | | +| +-------+--------------------+ | +| | 130 | ProfiLED2 | | +| +-------+--------------------+ | +| | 131 | ProfiLED3 | | +| +-------+--------------------+ | +| | 132 | ProfiLEDClock | | +| +-------+--------------------+ | +| | 133 | Winch Clutch | | +| +-------+--------------------+ | +| | 134 | SERVOn_MIN | | +| +-------+--------------------+ | +| | 135 | SERVOn_TRIM | | +| +-------+--------------------+ | +| | 136 | SERVOn_MAX | | +| +-------+--------------------+ | +| | 137 | SailMastRotation | | +| +-------+--------------------+ | +| | 138 | Alarm | | +| +-------+--------------------+ | +| | 139 | Alarm Inverted | | +| +-------+--------------------+ | +| | 140 | RCIN1Scaled | | +| +-------+--------------------+ | +| | 141 | RCIN2Scaled | | +| +-------+--------------------+ | +| | 142 | RCIN3Scaled | | +| +-------+--------------------+ | +| | 143 | RCIN4Scaled | | +| +-------+--------------------+ | +| | 144 | RCIN5Scaled | | +| +-------+--------------------+ | +| | 145 | RCIN6Scaled | | +| +-------+--------------------+ | +| | 146 | RCIN7Scaled | | +| +-------+--------------------+ | +| | 147 | RCIN8Scaled | | +| +-------+--------------------+ | +| | 148 | RCIN9Scaled | | +| +-------+--------------------+ | +| | 149 | RCIN10Scaled | | +| +-------+--------------------+ | +| | 150 | RCIN11Scaled | | +| +-------+--------------------+ | +| | 151 | RCIN12Scaled | | +| +-------+--------------------+ | +| | 152 | RCIN13Scaled | | +| +-------+--------------------+ | +| | 153 | RCIN14Scaled | | +| +-------+--------------------+ | +| | 154 | RCIN15Scaled | | +| +-------+--------------------+ | +| | 155 | RCIN16Scaled | | +| +-------+--------------------+ | +| | ++--------------------------------+ + + + + + +.. _parameters_SERVO22_: + +SERVO22\_ Parameters +-------------------- + + +.. _SERVO22_MIN: + +SERVO22\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO22_MAX: + +SERVO22\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO22_TRIM: + +SERVO22\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO22_REVERSED: + +SERVO22\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SERVO22_FUNCTION: + +SERVO22\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++--------------------------------+ +| Values | ++================================+ +| +-------+--------------------+ | +| | Value | Meaning | | +| +=======+====================+ | +| | -1 | GPIO | | +| +-------+--------------------+ | +| | 0 | Disabled | | +| +-------+--------------------+ | +| | 1 | RCPassThru | | +| +-------+--------------------+ | +| | 6 | Mount1Yaw | | +| +-------+--------------------+ | +| | 7 | Mount1Pitch | | +| +-------+--------------------+ | +| | 8 | Mount1Roll | | +| +-------+--------------------+ | +| | 9 | Mount1Retract | | +| +-------+--------------------+ | +| | 10 | CameraTrigger | | +| +-------+--------------------+ | +| | 12 | Mount2Yaw | | +| +-------+--------------------+ | +| | 13 | Mount2Pitch | | +| +-------+--------------------+ | +| | 14 | Mount2Roll | | +| +-------+--------------------+ | +| | 15 | Mount2Retract | | +| +-------+--------------------+ | +| | 22 | SprayerPump | | +| +-------+--------------------+ | +| | 23 | SprayerSpinner | | +| +-------+--------------------+ | +| | 26 | GroundSteering | | +| +-------+--------------------+ | +| | 28 | Gripper | | +| +-------+--------------------+ | +| | 33 | Motor1 | | +| +-------+--------------------+ | +| | 34 | Motor2 | | +| +-------+--------------------+ | +| | 35 | Motor3 | | +| +-------+--------------------+ | +| | 36 | Motor4 | | +| +-------+--------------------+ | +| | 51 | RCIN1 | | +| +-------+--------------------+ | +| | 52 | RCIN2 | | +| +-------+--------------------+ | +| | 53 | RCIN3 | | +| +-------+--------------------+ | +| | 54 | RCIN4 | | +| +-------+--------------------+ | +| | 55 | RCIN5 | | +| +-------+--------------------+ | +| | 56 | RCIN6 | | +| +-------+--------------------+ | +| | 57 | RCIN7 | | +| +-------+--------------------+ | +| | 58 | RCIN8 | | +| +-------+--------------------+ | +| | 59 | RCIN9 | | +| +-------+--------------------+ | +| | 60 | RCIN10 | | +| +-------+--------------------+ | +| | 61 | RCIN11 | | +| +-------+--------------------+ | +| | 62 | RCIN12 | | +| +-------+--------------------+ | +| | 63 | RCIN13 | | +| +-------+--------------------+ | +| | 64 | RCIN14 | | +| +-------+--------------------+ | +| | 65 | RCIN15 | | +| +-------+--------------------+ | +| | 66 | RCIN16 | | +| +-------+--------------------+ | +| | 70 | Throttle | | +| +-------+--------------------+ | +| | 73 | ThrottleLeft | | +| +-------+--------------------+ | +| | 74 | ThrottleRight | | +| +-------+--------------------+ | +| | 88 | Winch | | +| +-------+--------------------+ | +| | 89 | Main Sail | | +| +-------+--------------------+ | +| | 90 | CameraISO | | +| +-------+--------------------+ | +| | 91 | CameraAperture | | +| +-------+--------------------+ | +| | 92 | CameraFocus | | +| +-------+--------------------+ | +| | 93 | CameraShutterSpeed | | +| +-------+--------------------+ | +| | 94 | Script1 | | +| +-------+--------------------+ | +| | 95 | Script2 | | +| +-------+--------------------+ | +| | 96 | Script3 | | +| +-------+--------------------+ | +| | 97 | Script4 | | +| +-------+--------------------+ | +| | 98 | Script5 | | +| +-------+--------------------+ | +| | 99 | Script6 | | +| +-------+--------------------+ | +| | 100 | Script7 | | +| +-------+--------------------+ | +| | 101 | Script8 | | +| +-------+--------------------+ | +| | 102 | Script9 | | +| +-------+--------------------+ | +| | 103 | Script10 | | +| +-------+--------------------+ | +| | 104 | Script11 | | +| +-------+--------------------+ | +| | 105 | Script12 | | +| +-------+--------------------+ | +| | 106 | Script13 | | +| +-------+--------------------+ | +| | 107 | Script14 | | +| +-------+--------------------+ | +| | 108 | Script15 | | +| +-------+--------------------+ | +| | 109 | Script16 | | +| +-------+--------------------+ | +| | 120 | NeoPixel1 | | +| +-------+--------------------+ | +| | 121 | NeoPixel2 | | +| +-------+--------------------+ | +| | 122 | NeoPixel3 | | +| +-------+--------------------+ | +| | 123 | NeoPixel4 | | +| +-------+--------------------+ | +| | 128 | WingSailElevator | | +| +-------+--------------------+ | +| | 129 | ProfiLED1 | | +| +-------+--------------------+ | +| | 130 | ProfiLED2 | | +| +-------+--------------------+ | +| | 131 | ProfiLED3 | | +| +-------+--------------------+ | +| | 132 | ProfiLEDClock | | +| +-------+--------------------+ | +| | 133 | Winch Clutch | | +| +-------+--------------------+ | +| | 134 | SERVOn_MIN | | +| +-------+--------------------+ | +| | 135 | SERVOn_TRIM | | +| +-------+--------------------+ | +| | 136 | SERVOn_MAX | | +| +-------+--------------------+ | +| | 137 | SailMastRotation | | +| +-------+--------------------+ | +| | 138 | Alarm | | +| +-------+--------------------+ | +| | 139 | Alarm Inverted | | +| +-------+--------------------+ | +| | 140 | RCIN1Scaled | | +| +-------+--------------------+ | +| | 141 | RCIN2Scaled | | +| +-------+--------------------+ | +| | 142 | RCIN3Scaled | | +| +-------+--------------------+ | +| | 143 | RCIN4Scaled | | +| +-------+--------------------+ | +| | 144 | RCIN5Scaled | | +| +-------+--------------------+ | +| | 145 | RCIN6Scaled | | +| +-------+--------------------+ | +| | 146 | RCIN7Scaled | | +| +-------+--------------------+ | +| | 147 | RCIN8Scaled | | +| +-------+--------------------+ | +| | 148 | RCIN9Scaled | | +| +-------+--------------------+ | +| | 149 | RCIN10Scaled | | +| +-------+--------------------+ | +| | 150 | RCIN11Scaled | | +| +-------+--------------------+ | +| | 151 | RCIN12Scaled | | +| +-------+--------------------+ | +| | 152 | RCIN13Scaled | | +| +-------+--------------------+ | +| | 153 | RCIN14Scaled | | +| +-------+--------------------+ | +| | 154 | RCIN15Scaled | | +| +-------+--------------------+ | +| | 155 | RCIN16Scaled | | +| +-------+--------------------+ | +| | ++--------------------------------+ + + + + + +.. _parameters_SERVO23_: + +SERVO23\_ Parameters +-------------------- + + +.. _SERVO23_MIN: + +SERVO23\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO23_MAX: + +SERVO23\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO23_TRIM: + +SERVO23\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO23_REVERSED: + +SERVO23\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SERVO23_FUNCTION: + +SERVO23\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++--------------------------------+ +| Values | ++================================+ +| +-------+--------------------+ | +| | Value | Meaning | | +| +=======+====================+ | +| | -1 | GPIO | | +| +-------+--------------------+ | +| | 0 | Disabled | | +| +-------+--------------------+ | +| | 1 | RCPassThru | | +| +-------+--------------------+ | +| | 6 | Mount1Yaw | | +| +-------+--------------------+ | +| | 7 | Mount1Pitch | | +| +-------+--------------------+ | +| | 8 | Mount1Roll | | +| +-------+--------------------+ | +| | 9 | Mount1Retract | | +| +-------+--------------------+ | +| | 10 | CameraTrigger | | +| +-------+--------------------+ | +| | 12 | Mount2Yaw | | +| +-------+--------------------+ | +| | 13 | Mount2Pitch | | +| +-------+--------------------+ | +| | 14 | Mount2Roll | | +| +-------+--------------------+ | +| | 15 | Mount2Retract | | +| +-------+--------------------+ | +| | 22 | SprayerPump | | +| +-------+--------------------+ | +| | 23 | SprayerSpinner | | +| +-------+--------------------+ | +| | 26 | GroundSteering | | +| +-------+--------------------+ | +| | 28 | Gripper | | +| +-------+--------------------+ | +| | 33 | Motor1 | | +| +-------+--------------------+ | +| | 34 | Motor2 | | +| +-------+--------------------+ | +| | 35 | Motor3 | | +| +-------+--------------------+ | +| | 36 | Motor4 | | +| +-------+--------------------+ | +| | 51 | RCIN1 | | +| +-------+--------------------+ | +| | 52 | RCIN2 | | +| +-------+--------------------+ | +| | 53 | RCIN3 | | +| +-------+--------------------+ | +| | 54 | RCIN4 | | +| +-------+--------------------+ | +| | 55 | RCIN5 | | +| +-------+--------------------+ | +| | 56 | RCIN6 | | +| +-------+--------------------+ | +| | 57 | RCIN7 | | +| +-------+--------------------+ | +| | 58 | RCIN8 | | +| +-------+--------------------+ | +| | 59 | RCIN9 | | +| +-------+--------------------+ | +| | 60 | RCIN10 | | +| +-------+--------------------+ | +| | 61 | RCIN11 | | +| +-------+--------------------+ | +| | 62 | RCIN12 | | +| +-------+--------------------+ | +| | 63 | RCIN13 | | +| +-------+--------------------+ | +| | 64 | RCIN14 | | +| +-------+--------------------+ | +| | 65 | RCIN15 | | +| +-------+--------------------+ | +| | 66 | RCIN16 | | +| +-------+--------------------+ | +| | 70 | Throttle | | +| +-------+--------------------+ | +| | 73 | ThrottleLeft | | +| +-------+--------------------+ | +| | 74 | ThrottleRight | | +| +-------+--------------------+ | +| | 88 | Winch | | +| +-------+--------------------+ | +| | 89 | Main Sail | | +| +-------+--------------------+ | +| | 90 | CameraISO | | +| +-------+--------------------+ | +| | 91 | CameraAperture | | +| +-------+--------------------+ | +| | 92 | CameraFocus | | +| +-------+--------------------+ | +| | 93 | CameraShutterSpeed | | +| +-------+--------------------+ | +| | 94 | Script1 | | +| +-------+--------------------+ | +| | 95 | Script2 | | +| +-------+--------------------+ | +| | 96 | Script3 | | +| +-------+--------------------+ | +| | 97 | Script4 | | +| +-------+--------------------+ | +| | 98 | Script5 | | +| +-------+--------------------+ | +| | 99 | Script6 | | +| +-------+--------------------+ | +| | 100 | Script7 | | +| +-------+--------------------+ | +| | 101 | Script8 | | +| +-------+--------------------+ | +| | 102 | Script9 | | +| +-------+--------------------+ | +| | 103 | Script10 | | +| +-------+--------------------+ | +| | 104 | Script11 | | +| +-------+--------------------+ | +| | 105 | Script12 | | +| +-------+--------------------+ | +| | 106 | Script13 | | +| +-------+--------------------+ | +| | 107 | Script14 | | +| +-------+--------------------+ | +| | 108 | Script15 | | +| +-------+--------------------+ | +| | 109 | Script16 | | +| +-------+--------------------+ | +| | 120 | NeoPixel1 | | +| +-------+--------------------+ | +| | 121 | NeoPixel2 | | +| +-------+--------------------+ | +| | 122 | NeoPixel3 | | +| +-------+--------------------+ | +| | 123 | NeoPixel4 | | +| +-------+--------------------+ | +| | 128 | WingSailElevator | | +| +-------+--------------------+ | +| | 129 | ProfiLED1 | | +| +-------+--------------------+ | +| | 130 | ProfiLED2 | | +| +-------+--------------------+ | +| | 131 | ProfiLED3 | | +| +-------+--------------------+ | +| | 132 | ProfiLEDClock | | +| +-------+--------------------+ | +| | 133 | Winch Clutch | | +| +-------+--------------------+ | +| | 134 | SERVOn_MIN | | +| +-------+--------------------+ | +| | 135 | SERVOn_TRIM | | +| +-------+--------------------+ | +| | 136 | SERVOn_MAX | | +| +-------+--------------------+ | +| | 137 | SailMastRotation | | +| +-------+--------------------+ | +| | 138 | Alarm | | +| +-------+--------------------+ | +| | 139 | Alarm Inverted | | +| +-------+--------------------+ | +| | 140 | RCIN1Scaled | | +| +-------+--------------------+ | +| | 141 | RCIN2Scaled | | +| +-------+--------------------+ | +| | 142 | RCIN3Scaled | | +| +-------+--------------------+ | +| | 143 | RCIN4Scaled | | +| +-------+--------------------+ | +| | 144 | RCIN5Scaled | | +| +-------+--------------------+ | +| | 145 | RCIN6Scaled | | +| +-------+--------------------+ | +| | 146 | RCIN7Scaled | | +| +-------+--------------------+ | +| | 147 | RCIN8Scaled | | +| +-------+--------------------+ | +| | 148 | RCIN9Scaled | | +| +-------+--------------------+ | +| | 149 | RCIN10Scaled | | +| +-------+--------------------+ | +| | 150 | RCIN11Scaled | | +| +-------+--------------------+ | +| | 151 | RCIN12Scaled | | +| +-------+--------------------+ | +| | 152 | RCIN13Scaled | | +| +-------+--------------------+ | +| | 153 | RCIN14Scaled | | +| +-------+--------------------+ | +| | 154 | RCIN15Scaled | | +| +-------+--------------------+ | +| | 155 | RCIN16Scaled | | +| +-------+--------------------+ | +| | ++--------------------------------+ + + + + + +.. _parameters_SERVO24_: + +SERVO24\_ Parameters +-------------------- + + +.. _SERVO24_MIN: + +SERVO24\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO24_MAX: + +SERVO24\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO24_TRIM: + +SERVO24\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO24_REVERSED: + +SERVO24\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SERVO24_FUNCTION: + +SERVO24\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++--------------------------------+ +| Values | ++================================+ +| +-------+--------------------+ | +| | Value | Meaning | | +| +=======+====================+ | +| | -1 | GPIO | | +| +-------+--------------------+ | +| | 0 | Disabled | | +| +-------+--------------------+ | +| | 1 | RCPassThru | | +| +-------+--------------------+ | +| | 6 | Mount1Yaw | | +| +-------+--------------------+ | +| | 7 | Mount1Pitch | | +| +-------+--------------------+ | +| | 8 | Mount1Roll | | +| +-------+--------------------+ | +| | 9 | Mount1Retract | | +| +-------+--------------------+ | +| | 10 | CameraTrigger | | +| +-------+--------------------+ | +| | 12 | Mount2Yaw | | +| +-------+--------------------+ | +| | 13 | Mount2Pitch | | +| +-------+--------------------+ | +| | 14 | Mount2Roll | | +| +-------+--------------------+ | +| | 15 | Mount2Retract | | +| +-------+--------------------+ | +| | 22 | SprayerPump | | +| +-------+--------------------+ | +| | 23 | SprayerSpinner | | +| +-------+--------------------+ | +| | 26 | GroundSteering | | +| +-------+--------------------+ | +| | 28 | Gripper | | +| +-------+--------------------+ | +| | 33 | Motor1 | | +| +-------+--------------------+ | +| | 34 | Motor2 | | +| +-------+--------------------+ | +| | 35 | Motor3 | | +| +-------+--------------------+ | +| | 36 | Motor4 | | +| +-------+--------------------+ | +| | 51 | RCIN1 | | +| +-------+--------------------+ | +| | 52 | RCIN2 | | +| +-------+--------------------+ | +| | 53 | RCIN3 | | +| +-------+--------------------+ | +| | 54 | RCIN4 | | +| +-------+--------------------+ | +| | 55 | RCIN5 | | +| +-------+--------------------+ | +| | 56 | RCIN6 | | +| +-------+--------------------+ | +| | 57 | RCIN7 | | +| +-------+--------------------+ | +| | 58 | RCIN8 | | +| +-------+--------------------+ | +| | 59 | RCIN9 | | +| +-------+--------------------+ | +| | 60 | RCIN10 | | +| +-------+--------------------+ | +| | 61 | RCIN11 | | +| +-------+--------------------+ | +| | 62 | RCIN12 | | +| +-------+--------------------+ | +| | 63 | RCIN13 | | +| +-------+--------------------+ | +| | 64 | RCIN14 | | +| +-------+--------------------+ | +| | 65 | RCIN15 | | +| +-------+--------------------+ | +| | 66 | RCIN16 | | +| +-------+--------------------+ | +| | 70 | Throttle | | +| +-------+--------------------+ | +| | 73 | ThrottleLeft | | +| +-------+--------------------+ | +| | 74 | ThrottleRight | | +| +-------+--------------------+ | +| | 88 | Winch | | +| +-------+--------------------+ | +| | 89 | Main Sail | | +| +-------+--------------------+ | +| | 90 | CameraISO | | +| +-------+--------------------+ | +| | 91 | CameraAperture | | +| +-------+--------------------+ | +| | 92 | CameraFocus | | +| +-------+--------------------+ | +| | 93 | CameraShutterSpeed | | +| +-------+--------------------+ | +| | 94 | Script1 | | +| +-------+--------------------+ | +| | 95 | Script2 | | +| +-------+--------------------+ | +| | 96 | Script3 | | +| +-------+--------------------+ | +| | 97 | Script4 | | +| +-------+--------------------+ | +| | 98 | Script5 | | +| +-------+--------------------+ | +| | 99 | Script6 | | +| +-------+--------------------+ | +| | 100 | Script7 | | +| +-------+--------------------+ | +| | 101 | Script8 | | +| +-------+--------------------+ | +| | 102 | Script9 | | +| +-------+--------------------+ | +| | 103 | Script10 | | +| +-------+--------------------+ | +| | 104 | Script11 | | +| +-------+--------------------+ | +| | 105 | Script12 | | +| +-------+--------------------+ | +| | 106 | Script13 | | +| +-------+--------------------+ | +| | 107 | Script14 | | +| +-------+--------------------+ | +| | 108 | Script15 | | +| +-------+--------------------+ | +| | 109 | Script16 | | +| +-------+--------------------+ | +| | 120 | NeoPixel1 | | +| +-------+--------------------+ | +| | 121 | NeoPixel2 | | +| +-------+--------------------+ | +| | 122 | NeoPixel3 | | +| +-------+--------------------+ | +| | 123 | NeoPixel4 | | +| +-------+--------------------+ | +| | 128 | WingSailElevator | | +| +-------+--------------------+ | +| | 129 | ProfiLED1 | | +| +-------+--------------------+ | +| | 130 | ProfiLED2 | | +| +-------+--------------------+ | +| | 131 | ProfiLED3 | | +| +-------+--------------------+ | +| | 132 | ProfiLEDClock | | +| +-------+--------------------+ | +| | 133 | Winch Clutch | | +| +-------+--------------------+ | +| | 134 | SERVOn_MIN | | +| +-------+--------------------+ | +| | 135 | SERVOn_TRIM | | +| +-------+--------------------+ | +| | 136 | SERVOn_MAX | | +| +-------+--------------------+ | +| | 137 | SailMastRotation | | +| +-------+--------------------+ | +| | 138 | Alarm | | +| +-------+--------------------+ | +| | 139 | Alarm Inverted | | +| +-------+--------------------+ | +| | 140 | RCIN1Scaled | | +| +-------+--------------------+ | +| | 141 | RCIN2Scaled | | +| +-------+--------------------+ | +| | 142 | RCIN3Scaled | | +| +-------+--------------------+ | +| | 143 | RCIN4Scaled | | +| +-------+--------------------+ | +| | 144 | RCIN5Scaled | | +| +-------+--------------------+ | +| | 145 | RCIN6Scaled | | +| +-------+--------------------+ | +| | 146 | RCIN7Scaled | | +| +-------+--------------------+ | +| | 147 | RCIN8Scaled | | +| +-------+--------------------+ | +| | 148 | RCIN9Scaled | | +| +-------+--------------------+ | +| | 149 | RCIN10Scaled | | +| +-------+--------------------+ | +| | 150 | RCIN11Scaled | | +| +-------+--------------------+ | +| | 151 | RCIN12Scaled | | +| +-------+--------------------+ | +| | 152 | RCIN13Scaled | | +| +-------+--------------------+ | +| | 153 | RCIN14Scaled | | +| +-------+--------------------+ | +| | 154 | RCIN15Scaled | | +| +-------+--------------------+ | +| | 155 | RCIN16Scaled | | +| +-------+--------------------+ | +| | ++--------------------------------+ + + + + + +.. _parameters_SERVO25_: + +SERVO25\_ Parameters +-------------------- + + +.. _SERVO25_MIN: + +SERVO25\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO25_MAX: + +SERVO25\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO25_TRIM: + +SERVO25\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO25_REVERSED: + +SERVO25\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SERVO25_FUNCTION: + +SERVO25\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++--------------------------------+ +| Values | ++================================+ +| +-------+--------------------+ | +| | Value | Meaning | | +| +=======+====================+ | +| | -1 | GPIO | | +| +-------+--------------------+ | +| | 0 | Disabled | | +| +-------+--------------------+ | +| | 1 | RCPassThru | | +| +-------+--------------------+ | +| | 6 | Mount1Yaw | | +| +-------+--------------------+ | +| | 7 | Mount1Pitch | | +| +-------+--------------------+ | +| | 8 | Mount1Roll | | +| +-------+--------------------+ | +| | 9 | Mount1Retract | | +| +-------+--------------------+ | +| | 10 | CameraTrigger | | +| +-------+--------------------+ | +| | 12 | Mount2Yaw | | +| +-------+--------------------+ | +| | 13 | Mount2Pitch | | +| +-------+--------------------+ | +| | 14 | Mount2Roll | | +| +-------+--------------------+ | +| | 15 | Mount2Retract | | +| +-------+--------------------+ | +| | 22 | SprayerPump | | +| +-------+--------------------+ | +| | 23 | SprayerSpinner | | +| +-------+--------------------+ | +| | 26 | GroundSteering | | +| +-------+--------------------+ | +| | 28 | Gripper | | +| +-------+--------------------+ | +| | 33 | Motor1 | | +| +-------+--------------------+ | +| | 34 | Motor2 | | +| +-------+--------------------+ | +| | 35 | Motor3 | | +| +-------+--------------------+ | +| | 36 | Motor4 | | +| +-------+--------------------+ | +| | 51 | RCIN1 | | +| +-------+--------------------+ | +| | 52 | RCIN2 | | +| +-------+--------------------+ | +| | 53 | RCIN3 | | +| +-------+--------------------+ | +| | 54 | RCIN4 | | +| +-------+--------------------+ | +| | 55 | RCIN5 | | +| +-------+--------------------+ | +| | 56 | RCIN6 | | +| +-------+--------------------+ | +| | 57 | RCIN7 | | +| +-------+--------------------+ | +| | 58 | RCIN8 | | +| +-------+--------------------+ | +| | 59 | RCIN9 | | +| +-------+--------------------+ | +| | 60 | RCIN10 | | +| +-------+--------------------+ | +| | 61 | RCIN11 | | +| +-------+--------------------+ | +| | 62 | RCIN12 | | +| +-------+--------------------+ | +| | 63 | RCIN13 | | +| +-------+--------------------+ | +| | 64 | RCIN14 | | +| +-------+--------------------+ | +| | 65 | RCIN15 | | +| +-------+--------------------+ | +| | 66 | RCIN16 | | +| +-------+--------------------+ | +| | 70 | Throttle | | +| +-------+--------------------+ | +| | 73 | ThrottleLeft | | +| +-------+--------------------+ | +| | 74 | ThrottleRight | | +| +-------+--------------------+ | +| | 88 | Winch | | +| +-------+--------------------+ | +| | 89 | Main Sail | | +| +-------+--------------------+ | +| | 90 | CameraISO | | +| +-------+--------------------+ | +| | 91 | CameraAperture | | +| +-------+--------------------+ | +| | 92 | CameraFocus | | +| +-------+--------------------+ | +| | 93 | CameraShutterSpeed | | +| +-------+--------------------+ | +| | 94 | Script1 | | +| +-------+--------------------+ | +| | 95 | Script2 | | +| +-------+--------------------+ | +| | 96 | Script3 | | +| +-------+--------------------+ | +| | 97 | Script4 | | +| +-------+--------------------+ | +| | 98 | Script5 | | +| +-------+--------------------+ | +| | 99 | Script6 | | +| +-------+--------------------+ | +| | 100 | Script7 | | +| +-------+--------------------+ | +| | 101 | Script8 | | +| +-------+--------------------+ | +| | 102 | Script9 | | +| +-------+--------------------+ | +| | 103 | Script10 | | +| +-------+--------------------+ | +| | 104 | Script11 | | +| +-------+--------------------+ | +| | 105 | Script12 | | +| +-------+--------------------+ | +| | 106 | Script13 | | +| +-------+--------------------+ | +| | 107 | Script14 | | +| +-------+--------------------+ | +| | 108 | Script15 | | +| +-------+--------------------+ | +| | 109 | Script16 | | +| +-------+--------------------+ | +| | 120 | NeoPixel1 | | +| +-------+--------------------+ | +| | 121 | NeoPixel2 | | +| +-------+--------------------+ | +| | 122 | NeoPixel3 | | +| +-------+--------------------+ | +| | 123 | NeoPixel4 | | +| +-------+--------------------+ | +| | 128 | WingSailElevator | | +| +-------+--------------------+ | +| | 129 | ProfiLED1 | | +| +-------+--------------------+ | +| | 130 | ProfiLED2 | | +| +-------+--------------------+ | +| | 131 | ProfiLED3 | | +| +-------+--------------------+ | +| | 132 | ProfiLEDClock | | +| +-------+--------------------+ | +| | 133 | Winch Clutch | | +| +-------+--------------------+ | +| | 134 | SERVOn_MIN | | +| +-------+--------------------+ | +| | 135 | SERVOn_TRIM | | +| +-------+--------------------+ | +| | 136 | SERVOn_MAX | | +| +-------+--------------------+ | +| | 137 | SailMastRotation | | +| +-------+--------------------+ | +| | 138 | Alarm | | +| +-------+--------------------+ | +| | 139 | Alarm Inverted | | +| +-------+--------------------+ | +| | 140 | RCIN1Scaled | | +| +-------+--------------------+ | +| | 141 | RCIN2Scaled | | +| +-------+--------------------+ | +| | 142 | RCIN3Scaled | | +| +-------+--------------------+ | +| | 143 | RCIN4Scaled | | +| +-------+--------------------+ | +| | 144 | RCIN5Scaled | | +| +-------+--------------------+ | +| | 145 | RCIN6Scaled | | +| +-------+--------------------+ | +| | 146 | RCIN7Scaled | | +| +-------+--------------------+ | +| | 147 | RCIN8Scaled | | +| +-------+--------------------+ | +| | 148 | RCIN9Scaled | | +| +-------+--------------------+ | +| | 149 | RCIN10Scaled | | +| +-------+--------------------+ | +| | 150 | RCIN11Scaled | | +| +-------+--------------------+ | +| | 151 | RCIN12Scaled | | +| +-------+--------------------+ | +| | 152 | RCIN13Scaled | | +| +-------+--------------------+ | +| | 153 | RCIN14Scaled | | +| +-------+--------------------+ | +| | 154 | RCIN15Scaled | | +| +-------+--------------------+ | +| | 155 | RCIN16Scaled | | +| +-------+--------------------+ | +| | ++--------------------------------+ + + + + + +.. _parameters_SERVO26_: + +SERVO26\_ Parameters +-------------------- + + +.. _SERVO26_MIN: + +SERVO26\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO26_MAX: + +SERVO26\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO26_TRIM: + +SERVO26\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO26_REVERSED: + +SERVO26\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SERVO26_FUNCTION: + +SERVO26\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++--------------------------------+ +| Values | ++================================+ +| +-------+--------------------+ | +| | Value | Meaning | | +| +=======+====================+ | +| | -1 | GPIO | | +| +-------+--------------------+ | +| | 0 | Disabled | | +| +-------+--------------------+ | +| | 1 | RCPassThru | | +| +-------+--------------------+ | +| | 6 | Mount1Yaw | | +| +-------+--------------------+ | +| | 7 | Mount1Pitch | | +| +-------+--------------------+ | +| | 8 | Mount1Roll | | +| +-------+--------------------+ | +| | 9 | Mount1Retract | | +| +-------+--------------------+ | +| | 10 | CameraTrigger | | +| +-------+--------------------+ | +| | 12 | Mount2Yaw | | +| +-------+--------------------+ | +| | 13 | Mount2Pitch | | +| +-------+--------------------+ | +| | 14 | Mount2Roll | | +| +-------+--------------------+ | +| | 15 | Mount2Retract | | +| +-------+--------------------+ | +| | 22 | SprayerPump | | +| +-------+--------------------+ | +| | 23 | SprayerSpinner | | +| +-------+--------------------+ | +| | 26 | GroundSteering | | +| +-------+--------------------+ | +| | 28 | Gripper | | +| +-------+--------------------+ | +| | 33 | Motor1 | | +| +-------+--------------------+ | +| | 34 | Motor2 | | +| +-------+--------------------+ | +| | 35 | Motor3 | | +| +-------+--------------------+ | +| | 36 | Motor4 | | +| +-------+--------------------+ | +| | 51 | RCIN1 | | +| +-------+--------------------+ | +| | 52 | RCIN2 | | +| +-------+--------------------+ | +| | 53 | RCIN3 | | +| +-------+--------------------+ | +| | 54 | RCIN4 | | +| +-------+--------------------+ | +| | 55 | RCIN5 | | +| +-------+--------------------+ | +| | 56 | RCIN6 | | +| +-------+--------------------+ | +| | 57 | RCIN7 | | +| +-------+--------------------+ | +| | 58 | RCIN8 | | +| +-------+--------------------+ | +| | 59 | RCIN9 | | +| +-------+--------------------+ | +| | 60 | RCIN10 | | +| +-------+--------------------+ | +| | 61 | RCIN11 | | +| +-------+--------------------+ | +| | 62 | RCIN12 | | +| +-------+--------------------+ | +| | 63 | RCIN13 | | +| +-------+--------------------+ | +| | 64 | RCIN14 | | +| +-------+--------------------+ | +| | 65 | RCIN15 | | +| +-------+--------------------+ | +| | 66 | RCIN16 | | +| +-------+--------------------+ | +| | 70 | Throttle | | +| +-------+--------------------+ | +| | 73 | ThrottleLeft | | +| +-------+--------------------+ | +| | 74 | ThrottleRight | | +| +-------+--------------------+ | +| | 88 | Winch | | +| +-------+--------------------+ | +| | 89 | Main Sail | | +| +-------+--------------------+ | +| | 90 | CameraISO | | +| +-------+--------------------+ | +| | 91 | CameraAperture | | +| +-------+--------------------+ | +| | 92 | CameraFocus | | +| +-------+--------------------+ | +| | 93 | CameraShutterSpeed | | +| +-------+--------------------+ | +| | 94 | Script1 | | +| +-------+--------------------+ | +| | 95 | Script2 | | +| +-------+--------------------+ | +| | 96 | Script3 | | +| +-------+--------------------+ | +| | 97 | Script4 | | +| +-------+--------------------+ | +| | 98 | Script5 | | +| +-------+--------------------+ | +| | 99 | Script6 | | +| +-------+--------------------+ | +| | 100 | Script7 | | +| +-------+--------------------+ | +| | 101 | Script8 | | +| +-------+--------------------+ | +| | 102 | Script9 | | +| +-------+--------------------+ | +| | 103 | Script10 | | +| +-------+--------------------+ | +| | 104 | Script11 | | +| +-------+--------------------+ | +| | 105 | Script12 | | +| +-------+--------------------+ | +| | 106 | Script13 | | +| +-------+--------------------+ | +| | 107 | Script14 | | +| +-------+--------------------+ | +| | 108 | Script15 | | +| +-------+--------------------+ | +| | 109 | Script16 | | +| +-------+--------------------+ | +| | 120 | NeoPixel1 | | +| +-------+--------------------+ | +| | 121 | NeoPixel2 | | +| +-------+--------------------+ | +| | 122 | NeoPixel3 | | +| +-------+--------------------+ | +| | 123 | NeoPixel4 | | +| +-------+--------------------+ | +| | 128 | WingSailElevator | | +| +-------+--------------------+ | +| | 129 | ProfiLED1 | | +| +-------+--------------------+ | +| | 130 | ProfiLED2 | | +| +-------+--------------------+ | +| | 131 | ProfiLED3 | | +| +-------+--------------------+ | +| | 132 | ProfiLEDClock | | +| +-------+--------------------+ | +| | 133 | Winch Clutch | | +| +-------+--------------------+ | +| | 134 | SERVOn_MIN | | +| +-------+--------------------+ | +| | 135 | SERVOn_TRIM | | +| +-------+--------------------+ | +| | 136 | SERVOn_MAX | | +| +-------+--------------------+ | +| | 137 | SailMastRotation | | +| +-------+--------------------+ | +| | 138 | Alarm | | +| +-------+--------------------+ | +| | 139 | Alarm Inverted | | +| +-------+--------------------+ | +| | 140 | RCIN1Scaled | | +| +-------+--------------------+ | +| | 141 | RCIN2Scaled | | +| +-------+--------------------+ | +| | 142 | RCIN3Scaled | | +| +-------+--------------------+ | +| | 143 | RCIN4Scaled | | +| +-------+--------------------+ | +| | 144 | RCIN5Scaled | | +| +-------+--------------------+ | +| | 145 | RCIN6Scaled | | +| +-------+--------------------+ | +| | 146 | RCIN7Scaled | | +| +-------+--------------------+ | +| | 147 | RCIN8Scaled | | +| +-------+--------------------+ | +| | 148 | RCIN9Scaled | | +| +-------+--------------------+ | +| | 149 | RCIN10Scaled | | +| +-------+--------------------+ | +| | 150 | RCIN11Scaled | | +| +-------+--------------------+ | +| | 151 | RCIN12Scaled | | +| +-------+--------------------+ | +| | 152 | RCIN13Scaled | | +| +-------+--------------------+ | +| | 153 | RCIN14Scaled | | +| +-------+--------------------+ | +| | 154 | RCIN15Scaled | | +| +-------+--------------------+ | +| | 155 | RCIN16Scaled | | +| +-------+--------------------+ | +| | ++--------------------------------+ + + + + + +.. _parameters_SERVO27_: + +SERVO27\_ Parameters +-------------------- + + +.. _SERVO27_MIN: + +SERVO27\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO27_MAX: + +SERVO27\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO27_TRIM: + +SERVO27\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO27_REVERSED: + +SERVO27\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SERVO27_FUNCTION: + +SERVO27\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++--------------------------------+ +| Values | ++================================+ +| +-------+--------------------+ | +| | Value | Meaning | | +| +=======+====================+ | +| | -1 | GPIO | | +| +-------+--------------------+ | +| | 0 | Disabled | | +| +-------+--------------------+ | +| | 1 | RCPassThru | | +| +-------+--------------------+ | +| | 6 | Mount1Yaw | | +| +-------+--------------------+ | +| | 7 | Mount1Pitch | | +| +-------+--------------------+ | +| | 8 | Mount1Roll | | +| +-------+--------------------+ | +| | 9 | Mount1Retract | | +| +-------+--------------------+ | +| | 10 | CameraTrigger | | +| +-------+--------------------+ | +| | 12 | Mount2Yaw | | +| +-------+--------------------+ | +| | 13 | Mount2Pitch | | +| +-------+--------------------+ | +| | 14 | Mount2Roll | | +| +-------+--------------------+ | +| | 15 | Mount2Retract | | +| +-------+--------------------+ | +| | 22 | SprayerPump | | +| +-------+--------------------+ | +| | 23 | SprayerSpinner | | +| +-------+--------------------+ | +| | 26 | GroundSteering | | +| +-------+--------------------+ | +| | 28 | Gripper | | +| +-------+--------------------+ | +| | 33 | Motor1 | | +| +-------+--------------------+ | +| | 34 | Motor2 | | +| +-------+--------------------+ | +| | 35 | Motor3 | | +| +-------+--------------------+ | +| | 36 | Motor4 | | +| +-------+--------------------+ | +| | 51 | RCIN1 | | +| +-------+--------------------+ | +| | 52 | RCIN2 | | +| +-------+--------------------+ | +| | 53 | RCIN3 | | +| +-------+--------------------+ | +| | 54 | RCIN4 | | +| +-------+--------------------+ | +| | 55 | RCIN5 | | +| +-------+--------------------+ | +| | 56 | RCIN6 | | +| +-------+--------------------+ | +| | 57 | RCIN7 | | +| +-------+--------------------+ | +| | 58 | RCIN8 | | +| +-------+--------------------+ | +| | 59 | RCIN9 | | +| +-------+--------------------+ | +| | 60 | RCIN10 | | +| +-------+--------------------+ | +| | 61 | RCIN11 | | +| +-------+--------------------+ | +| | 62 | RCIN12 | | +| +-------+--------------------+ | +| | 63 | RCIN13 | | +| +-------+--------------------+ | +| | 64 | RCIN14 | | +| +-------+--------------------+ | +| | 65 | RCIN15 | | +| +-------+--------------------+ | +| | 66 | RCIN16 | | +| +-------+--------------------+ | +| | 70 | Throttle | | +| +-------+--------------------+ | +| | 73 | ThrottleLeft | | +| +-------+--------------------+ | +| | 74 | ThrottleRight | | +| +-------+--------------------+ | +| | 88 | Winch | | +| +-------+--------------------+ | +| | 89 | Main Sail | | +| +-------+--------------------+ | +| | 90 | CameraISO | | +| +-------+--------------------+ | +| | 91 | CameraAperture | | +| +-------+--------------------+ | +| | 92 | CameraFocus | | +| +-------+--------------------+ | +| | 93 | CameraShutterSpeed | | +| +-------+--------------------+ | +| | 94 | Script1 | | +| +-------+--------------------+ | +| | 95 | Script2 | | +| +-------+--------------------+ | +| | 96 | Script3 | | +| +-------+--------------------+ | +| | 97 | Script4 | | +| +-------+--------------------+ | +| | 98 | Script5 | | +| +-------+--------------------+ | +| | 99 | Script6 | | +| +-------+--------------------+ | +| | 100 | Script7 | | +| +-------+--------------------+ | +| | 101 | Script8 | | +| +-------+--------------------+ | +| | 102 | Script9 | | +| +-------+--------------------+ | +| | 103 | Script10 | | +| +-------+--------------------+ | +| | 104 | Script11 | | +| +-------+--------------------+ | +| | 105 | Script12 | | +| +-------+--------------------+ | +| | 106 | Script13 | | +| +-------+--------------------+ | +| | 107 | Script14 | | +| +-------+--------------------+ | +| | 108 | Script15 | | +| +-------+--------------------+ | +| | 109 | Script16 | | +| +-------+--------------------+ | +| | 120 | NeoPixel1 | | +| +-------+--------------------+ | +| | 121 | NeoPixel2 | | +| +-------+--------------------+ | +| | 122 | NeoPixel3 | | +| +-------+--------------------+ | +| | 123 | NeoPixel4 | | +| +-------+--------------------+ | +| | 128 | WingSailElevator | | +| +-------+--------------------+ | +| | 129 | ProfiLED1 | | +| +-------+--------------------+ | +| | 130 | ProfiLED2 | | +| +-------+--------------------+ | +| | 131 | ProfiLED3 | | +| +-------+--------------------+ | +| | 132 | ProfiLEDClock | | +| +-------+--------------------+ | +| | 133 | Winch Clutch | | +| +-------+--------------------+ | +| | 134 | SERVOn_MIN | | +| +-------+--------------------+ | +| | 135 | SERVOn_TRIM | | +| +-------+--------------------+ | +| | 136 | SERVOn_MAX | | +| +-------+--------------------+ | +| | 137 | SailMastRotation | | +| +-------+--------------------+ | +| | 138 | Alarm | | +| +-------+--------------------+ | +| | 139 | Alarm Inverted | | +| +-------+--------------------+ | +| | 140 | RCIN1Scaled | | +| +-------+--------------------+ | +| | 141 | RCIN2Scaled | | +| +-------+--------------------+ | +| | 142 | RCIN3Scaled | | +| +-------+--------------------+ | +| | 143 | RCIN4Scaled | | +| +-------+--------------------+ | +| | 144 | RCIN5Scaled | | +| +-------+--------------------+ | +| | 145 | RCIN6Scaled | | +| +-------+--------------------+ | +| | 146 | RCIN7Scaled | | +| +-------+--------------------+ | +| | 147 | RCIN8Scaled | | +| +-------+--------------------+ | +| | 148 | RCIN9Scaled | | +| +-------+--------------------+ | +| | 149 | RCIN10Scaled | | +| +-------+--------------------+ | +| | 150 | RCIN11Scaled | | +| +-------+--------------------+ | +| | 151 | RCIN12Scaled | | +| +-------+--------------------+ | +| | 152 | RCIN13Scaled | | +| +-------+--------------------+ | +| | 153 | RCIN14Scaled | | +| +-------+--------------------+ | +| | 154 | RCIN15Scaled | | +| +-------+--------------------+ | +| | 155 | RCIN16Scaled | | +| +-------+--------------------+ | +| | ++--------------------------------+ + + + + + +.. _parameters_SERVO28_: + +SERVO28\_ Parameters +-------------------- + + +.. _SERVO28_MIN: + +SERVO28\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO28_MAX: + +SERVO28\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO28_TRIM: + +SERVO28\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO28_REVERSED: + +SERVO28\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SERVO28_FUNCTION: + +SERVO28\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++--------------------------------+ +| Values | ++================================+ +| +-------+--------------------+ | +| | Value | Meaning | | +| +=======+====================+ | +| | -1 | GPIO | | +| +-------+--------------------+ | +| | 0 | Disabled | | +| +-------+--------------------+ | +| | 1 | RCPassThru | | +| +-------+--------------------+ | +| | 6 | Mount1Yaw | | +| +-------+--------------------+ | +| | 7 | Mount1Pitch | | +| +-------+--------------------+ | +| | 8 | Mount1Roll | | +| +-------+--------------------+ | +| | 9 | Mount1Retract | | +| +-------+--------------------+ | +| | 10 | CameraTrigger | | +| +-------+--------------------+ | +| | 12 | Mount2Yaw | | +| +-------+--------------------+ | +| | 13 | Mount2Pitch | | +| +-------+--------------------+ | +| | 14 | Mount2Roll | | +| +-------+--------------------+ | +| | 15 | Mount2Retract | | +| +-------+--------------------+ | +| | 22 | SprayerPump | | +| +-------+--------------------+ | +| | 23 | SprayerSpinner | | +| +-------+--------------------+ | +| | 26 | GroundSteering | | +| +-------+--------------------+ | +| | 28 | Gripper | | +| +-------+--------------------+ | +| | 33 | Motor1 | | +| +-------+--------------------+ | +| | 34 | Motor2 | | +| +-------+--------------------+ | +| | 35 | Motor3 | | +| +-------+--------------------+ | +| | 36 | Motor4 | | +| +-------+--------------------+ | +| | 51 | RCIN1 | | +| +-------+--------------------+ | +| | 52 | RCIN2 | | +| +-------+--------------------+ | +| | 53 | RCIN3 | | +| +-------+--------------------+ | +| | 54 | RCIN4 | | +| +-------+--------------------+ | +| | 55 | RCIN5 | | +| +-------+--------------------+ | +| | 56 | RCIN6 | | +| +-------+--------------------+ | +| | 57 | RCIN7 | | +| +-------+--------------------+ | +| | 58 | RCIN8 | | +| +-------+--------------------+ | +| | 59 | RCIN9 | | +| +-------+--------------------+ | +| | 60 | RCIN10 | | +| +-------+--------------------+ | +| | 61 | RCIN11 | | +| +-------+--------------------+ | +| | 62 | RCIN12 | | +| +-------+--------------------+ | +| | 63 | RCIN13 | | +| +-------+--------------------+ | +| | 64 | RCIN14 | | +| +-------+--------------------+ | +| | 65 | RCIN15 | | +| +-------+--------------------+ | +| | 66 | RCIN16 | | +| +-------+--------------------+ | +| | 70 | Throttle | | +| +-------+--------------------+ | +| | 73 | ThrottleLeft | | +| +-------+--------------------+ | +| | 74 | ThrottleRight | | +| +-------+--------------------+ | +| | 88 | Winch | | +| +-------+--------------------+ | +| | 89 | Main Sail | | +| +-------+--------------------+ | +| | 90 | CameraISO | | +| +-------+--------------------+ | +| | 91 | CameraAperture | | +| +-------+--------------------+ | +| | 92 | CameraFocus | | +| +-------+--------------------+ | +| | 93 | CameraShutterSpeed | | +| +-------+--------------------+ | +| | 94 | Script1 | | +| +-------+--------------------+ | +| | 95 | Script2 | | +| +-------+--------------------+ | +| | 96 | Script3 | | +| +-------+--------------------+ | +| | 97 | Script4 | | +| +-------+--------------------+ | +| | 98 | Script5 | | +| +-------+--------------------+ | +| | 99 | Script6 | | +| +-------+--------------------+ | +| | 100 | Script7 | | +| +-------+--------------------+ | +| | 101 | Script8 | | +| +-------+--------------------+ | +| | 102 | Script9 | | +| +-------+--------------------+ | +| | 103 | Script10 | | +| +-------+--------------------+ | +| | 104 | Script11 | | +| +-------+--------------------+ | +| | 105 | Script12 | | +| +-------+--------------------+ | +| | 106 | Script13 | | +| +-------+--------------------+ | +| | 107 | Script14 | | +| +-------+--------------------+ | +| | 108 | Script15 | | +| +-------+--------------------+ | +| | 109 | Script16 | | +| +-------+--------------------+ | +| | 120 | NeoPixel1 | | +| +-------+--------------------+ | +| | 121 | NeoPixel2 | | +| +-------+--------------------+ | +| | 122 | NeoPixel3 | | +| +-------+--------------------+ | +| | 123 | NeoPixel4 | | +| +-------+--------------------+ | +| | 128 | WingSailElevator | | +| +-------+--------------------+ | +| | 129 | ProfiLED1 | | +| +-------+--------------------+ | +| | 130 | ProfiLED2 | | +| +-------+--------------------+ | +| | 131 | ProfiLED3 | | +| +-------+--------------------+ | +| | 132 | ProfiLEDClock | | +| +-------+--------------------+ | +| | 133 | Winch Clutch | | +| +-------+--------------------+ | +| | 134 | SERVOn_MIN | | +| +-------+--------------------+ | +| | 135 | SERVOn_TRIM | | +| +-------+--------------------+ | +| | 136 | SERVOn_MAX | | +| +-------+--------------------+ | +| | 137 | SailMastRotation | | +| +-------+--------------------+ | +| | 138 | Alarm | | +| +-------+--------------------+ | +| | 139 | Alarm Inverted | | +| +-------+--------------------+ | +| | 140 | RCIN1Scaled | | +| +-------+--------------------+ | +| | 141 | RCIN2Scaled | | +| +-------+--------------------+ | +| | 142 | RCIN3Scaled | | +| +-------+--------------------+ | +| | 143 | RCIN4Scaled | | +| +-------+--------------------+ | +| | 144 | RCIN5Scaled | | +| +-------+--------------------+ | +| | 145 | RCIN6Scaled | | +| +-------+--------------------+ | +| | 146 | RCIN7Scaled | | +| +-------+--------------------+ | +| | 147 | RCIN8Scaled | | +| +-------+--------------------+ | +| | 148 | RCIN9Scaled | | +| +-------+--------------------+ | +| | 149 | RCIN10Scaled | | +| +-------+--------------------+ | +| | 150 | RCIN11Scaled | | +| +-------+--------------------+ | +| | 151 | RCIN12Scaled | | +| +-------+--------------------+ | +| | 152 | RCIN13Scaled | | +| +-------+--------------------+ | +| | 153 | RCIN14Scaled | | +| +-------+--------------------+ | +| | 154 | RCIN15Scaled | | +| +-------+--------------------+ | +| | 155 | RCIN16Scaled | | +| +-------+--------------------+ | +| | ++--------------------------------+ + + + + + +.. _parameters_SERVO29_: + +SERVO29\_ Parameters +-------------------- + + +.. _SERVO29_MIN: + +SERVO29\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO29_MAX: + +SERVO29\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO29_TRIM: + +SERVO29\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO29_REVERSED: + +SERVO29\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SERVO29_FUNCTION: + +SERVO29\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++--------------------------------+ +| Values | ++================================+ +| +-------+--------------------+ | +| | Value | Meaning | | +| +=======+====================+ | +| | -1 | GPIO | | +| +-------+--------------------+ | +| | 0 | Disabled | | +| +-------+--------------------+ | +| | 1 | RCPassThru | | +| +-------+--------------------+ | +| | 6 | Mount1Yaw | | +| +-------+--------------------+ | +| | 7 | Mount1Pitch | | +| +-------+--------------------+ | +| | 8 | Mount1Roll | | +| +-------+--------------------+ | +| | 9 | Mount1Retract | | +| +-------+--------------------+ | +| | 10 | CameraTrigger | | +| +-------+--------------------+ | +| | 12 | Mount2Yaw | | +| +-------+--------------------+ | +| | 13 | Mount2Pitch | | +| +-------+--------------------+ | +| | 14 | Mount2Roll | | +| +-------+--------------------+ | +| | 15 | Mount2Retract | | +| +-------+--------------------+ | +| | 22 | SprayerPump | | +| +-------+--------------------+ | +| | 23 | SprayerSpinner | | +| +-------+--------------------+ | +| | 26 | GroundSteering | | +| +-------+--------------------+ | +| | 28 | Gripper | | +| +-------+--------------------+ | +| | 33 | Motor1 | | +| +-------+--------------------+ | +| | 34 | Motor2 | | +| +-------+--------------------+ | +| | 35 | Motor3 | | +| +-------+--------------------+ | +| | 36 | Motor4 | | +| +-------+--------------------+ | +| | 51 | RCIN1 | | +| +-------+--------------------+ | +| | 52 | RCIN2 | | +| +-------+--------------------+ | +| | 53 | RCIN3 | | +| +-------+--------------------+ | +| | 54 | RCIN4 | | +| +-------+--------------------+ | +| | 55 | RCIN5 | | +| +-------+--------------------+ | +| | 56 | RCIN6 | | +| +-------+--------------------+ | +| | 57 | RCIN7 | | +| +-------+--------------------+ | +| | 58 | RCIN8 | | +| +-------+--------------------+ | +| | 59 | RCIN9 | | +| +-------+--------------------+ | +| | 60 | RCIN10 | | +| +-------+--------------------+ | +| | 61 | RCIN11 | | +| +-------+--------------------+ | +| | 62 | RCIN12 | | +| +-------+--------------------+ | +| | 63 | RCIN13 | | +| +-------+--------------------+ | +| | 64 | RCIN14 | | +| +-------+--------------------+ | +| | 65 | RCIN15 | | +| +-------+--------------------+ | +| | 66 | RCIN16 | | +| +-------+--------------------+ | +| | 70 | Throttle | | +| +-------+--------------------+ | +| | 73 | ThrottleLeft | | +| +-------+--------------------+ | +| | 74 | ThrottleRight | | +| +-------+--------------------+ | +| | 88 | Winch | | +| +-------+--------------------+ | +| | 89 | Main Sail | | +| +-------+--------------------+ | +| | 90 | CameraISO | | +| +-------+--------------------+ | +| | 91 | CameraAperture | | +| +-------+--------------------+ | +| | 92 | CameraFocus | | +| +-------+--------------------+ | +| | 93 | CameraShutterSpeed | | +| +-------+--------------------+ | +| | 94 | Script1 | | +| +-------+--------------------+ | +| | 95 | Script2 | | +| +-------+--------------------+ | +| | 96 | Script3 | | +| +-------+--------------------+ | +| | 97 | Script4 | | +| +-------+--------------------+ | +| | 98 | Script5 | | +| +-------+--------------------+ | +| | 99 | Script6 | | +| +-------+--------------------+ | +| | 100 | Script7 | | +| +-------+--------------------+ | +| | 101 | Script8 | | +| +-------+--------------------+ | +| | 102 | Script9 | | +| +-------+--------------------+ | +| | 103 | Script10 | | +| +-------+--------------------+ | +| | 104 | Script11 | | +| +-------+--------------------+ | +| | 105 | Script12 | | +| +-------+--------------------+ | +| | 106 | Script13 | | +| +-------+--------------------+ | +| | 107 | Script14 | | +| +-------+--------------------+ | +| | 108 | Script15 | | +| +-------+--------------------+ | +| | 109 | Script16 | | +| +-------+--------------------+ | +| | 120 | NeoPixel1 | | +| +-------+--------------------+ | +| | 121 | NeoPixel2 | | +| +-------+--------------------+ | +| | 122 | NeoPixel3 | | +| +-------+--------------------+ | +| | 123 | NeoPixel4 | | +| +-------+--------------------+ | +| | 128 | WingSailElevator | | +| +-------+--------------------+ | +| | 129 | ProfiLED1 | | +| +-------+--------------------+ | +| | 130 | ProfiLED2 | | +| +-------+--------------------+ | +| | 131 | ProfiLED3 | | +| +-------+--------------------+ | +| | 132 | ProfiLEDClock | | +| +-------+--------------------+ | +| | 133 | Winch Clutch | | +| +-------+--------------------+ | +| | 134 | SERVOn_MIN | | +| +-------+--------------------+ | +| | 135 | SERVOn_TRIM | | +| +-------+--------------------+ | +| | 136 | SERVOn_MAX | | +| +-------+--------------------+ | +| | 137 | SailMastRotation | | +| +-------+--------------------+ | +| | 138 | Alarm | | +| +-------+--------------------+ | +| | 139 | Alarm Inverted | | +| +-------+--------------------+ | +| | 140 | RCIN1Scaled | | +| +-------+--------------------+ | +| | 141 | RCIN2Scaled | | +| +-------+--------------------+ | +| | 142 | RCIN3Scaled | | +| +-------+--------------------+ | +| | 143 | RCIN4Scaled | | +| +-------+--------------------+ | +| | 144 | RCIN5Scaled | | +| +-------+--------------------+ | +| | 145 | RCIN6Scaled | | +| +-------+--------------------+ | +| | 146 | RCIN7Scaled | | +| +-------+--------------------+ | +| | 147 | RCIN8Scaled | | +| +-------+--------------------+ | +| | 148 | RCIN9Scaled | | +| +-------+--------------------+ | +| | 149 | RCIN10Scaled | | +| +-------+--------------------+ | +| | 150 | RCIN11Scaled | | +| +-------+--------------------+ | +| | 151 | RCIN12Scaled | | +| +-------+--------------------+ | +| | 152 | RCIN13Scaled | | +| +-------+--------------------+ | +| | 153 | RCIN14Scaled | | +| +-------+--------------------+ | +| | 154 | RCIN15Scaled | | +| +-------+--------------------+ | +| | 155 | RCIN16Scaled | | +| +-------+--------------------+ | +| | ++--------------------------------+ + + + + + +.. _parameters_SERVO2_: + +SERVO2\_ Parameters +------------------- + + +.. _SERVO2_MIN: + +SERVO2\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO2_MAX: + +SERVO2\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO2_TRIM: + +SERVO2\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO2_REVERSED: + +SERVO2\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SERVO2_FUNCTION: + +SERVO2\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++--------------------------------+ +| Values | ++================================+ +| +-------+--------------------+ | +| | Value | Meaning | | +| +=======+====================+ | +| | -1 | GPIO | | +| +-------+--------------------+ | +| | 0 | Disabled | | +| +-------+--------------------+ | +| | 1 | RCPassThru | | +| +-------+--------------------+ | +| | 6 | Mount1Yaw | | +| +-------+--------------------+ | +| | 7 | Mount1Pitch | | +| +-------+--------------------+ | +| | 8 | Mount1Roll | | +| +-------+--------------------+ | +| | 9 | Mount1Retract | | +| +-------+--------------------+ | +| | 10 | CameraTrigger | | +| +-------+--------------------+ | +| | 12 | Mount2Yaw | | +| +-------+--------------------+ | +| | 13 | Mount2Pitch | | +| +-------+--------------------+ | +| | 14 | Mount2Roll | | +| +-------+--------------------+ | +| | 15 | Mount2Retract | | +| +-------+--------------------+ | +| | 22 | SprayerPump | | +| +-------+--------------------+ | +| | 23 | SprayerSpinner | | +| +-------+--------------------+ | +| | 26 | GroundSteering | | +| +-------+--------------------+ | +| | 28 | Gripper | | +| +-------+--------------------+ | +| | 33 | Motor1 | | +| +-------+--------------------+ | +| | 34 | Motor2 | | +| +-------+--------------------+ | +| | 35 | Motor3 | | +| +-------+--------------------+ | +| | 36 | Motor4 | | +| +-------+--------------------+ | +| | 51 | RCIN1 | | +| +-------+--------------------+ | +| | 52 | RCIN2 | | +| +-------+--------------------+ | +| | 53 | RCIN3 | | +| +-------+--------------------+ | +| | 54 | RCIN4 | | +| +-------+--------------------+ | +| | 55 | RCIN5 | | +| +-------+--------------------+ | +| | 56 | RCIN6 | | +| +-------+--------------------+ | +| | 57 | RCIN7 | | +| +-------+--------------------+ | +| | 58 | RCIN8 | | +| +-------+--------------------+ | +| | 59 | RCIN9 | | +| +-------+--------------------+ | +| | 60 | RCIN10 | | +| +-------+--------------------+ | +| | 61 | RCIN11 | | +| +-------+--------------------+ | +| | 62 | RCIN12 | | +| +-------+--------------------+ | +| | 63 | RCIN13 | | +| +-------+--------------------+ | +| | 64 | RCIN14 | | +| +-------+--------------------+ | +| | 65 | RCIN15 | | +| +-------+--------------------+ | +| | 66 | RCIN16 | | +| +-------+--------------------+ | +| | 70 | Throttle | | +| +-------+--------------------+ | +| | 73 | ThrottleLeft | | +| +-------+--------------------+ | +| | 74 | ThrottleRight | | +| +-------+--------------------+ | +| | 88 | Winch | | +| +-------+--------------------+ | +| | 89 | Main Sail | | +| +-------+--------------------+ | +| | 90 | CameraISO | | +| +-------+--------------------+ | +| | 91 | CameraAperture | | +| +-------+--------------------+ | +| | 92 | CameraFocus | | +| +-------+--------------------+ | +| | 93 | CameraShutterSpeed | | +| +-------+--------------------+ | +| | 94 | Script1 | | +| +-------+--------------------+ | +| | 95 | Script2 | | +| +-------+--------------------+ | +| | 96 | Script3 | | +| +-------+--------------------+ | +| | 97 | Script4 | | +| +-------+--------------------+ | +| | 98 | Script5 | | +| +-------+--------------------+ | +| | 99 | Script6 | | +| +-------+--------------------+ | +| | 100 | Script7 | | +| +-------+--------------------+ | +| | 101 | Script8 | | +| +-------+--------------------+ | +| | 102 | Script9 | | +| +-------+--------------------+ | +| | 103 | Script10 | | +| +-------+--------------------+ | +| | 104 | Script11 | | +| +-------+--------------------+ | +| | 105 | Script12 | | +| +-------+--------------------+ | +| | 106 | Script13 | | +| +-------+--------------------+ | +| | 107 | Script14 | | +| +-------+--------------------+ | +| | 108 | Script15 | | +| +-------+--------------------+ | +| | 109 | Script16 | | +| +-------+--------------------+ | +| | 120 | NeoPixel1 | | +| +-------+--------------------+ | +| | 121 | NeoPixel2 | | +| +-------+--------------------+ | +| | 122 | NeoPixel3 | | +| +-------+--------------------+ | +| | 123 | NeoPixel4 | | +| +-------+--------------------+ | +| | 128 | WingSailElevator | | +| +-------+--------------------+ | +| | 129 | ProfiLED1 | | +| +-------+--------------------+ | +| | 130 | ProfiLED2 | | +| +-------+--------------------+ | +| | 131 | ProfiLED3 | | +| +-------+--------------------+ | +| | 132 | ProfiLEDClock | | +| +-------+--------------------+ | +| | 133 | Winch Clutch | | +| +-------+--------------------+ | +| | 134 | SERVOn_MIN | | +| +-------+--------------------+ | +| | 135 | SERVOn_TRIM | | +| +-------+--------------------+ | +| | 136 | SERVOn_MAX | | +| +-------+--------------------+ | +| | 137 | SailMastRotation | | +| +-------+--------------------+ | +| | 138 | Alarm | | +| +-------+--------------------+ | +| | 139 | Alarm Inverted | | +| +-------+--------------------+ | +| | 140 | RCIN1Scaled | | +| +-------+--------------------+ | +| | 141 | RCIN2Scaled | | +| +-------+--------------------+ | +| | 142 | RCIN3Scaled | | +| +-------+--------------------+ | +| | 143 | RCIN4Scaled | | +| +-------+--------------------+ | +| | 144 | RCIN5Scaled | | +| +-------+--------------------+ | +| | 145 | RCIN6Scaled | | +| +-------+--------------------+ | +| | 146 | RCIN7Scaled | | +| +-------+--------------------+ | +| | 147 | RCIN8Scaled | | +| +-------+--------------------+ | +| | 148 | RCIN9Scaled | | +| +-------+--------------------+ | +| | 149 | RCIN10Scaled | | +| +-------+--------------------+ | +| | 150 | RCIN11Scaled | | +| +-------+--------------------+ | +| | 151 | RCIN12Scaled | | +| +-------+--------------------+ | +| | 152 | RCIN13Scaled | | +| +-------+--------------------+ | +| | 153 | RCIN14Scaled | | +| +-------+--------------------+ | +| | 154 | RCIN15Scaled | | +| +-------+--------------------+ | +| | 155 | RCIN16Scaled | | +| +-------+--------------------+ | +| | ++--------------------------------+ + + + + + +.. _parameters_SERVO30_: + +SERVO30\_ Parameters +-------------------- + + +.. _SERVO30_MIN: + +SERVO30\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO30_MAX: + +SERVO30\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO30_TRIM: + +SERVO30\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO30_REVERSED: + +SERVO30\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SERVO30_FUNCTION: + +SERVO30\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++--------------------------------+ +| Values | ++================================+ +| +-------+--------------------+ | +| | Value | Meaning | | +| +=======+====================+ | +| | -1 | GPIO | | +| +-------+--------------------+ | +| | 0 | Disabled | | +| +-------+--------------------+ | +| | 1 | RCPassThru | | +| +-------+--------------------+ | +| | 6 | Mount1Yaw | | +| +-------+--------------------+ | +| | 7 | Mount1Pitch | | +| +-------+--------------------+ | +| | 8 | Mount1Roll | | +| +-------+--------------------+ | +| | 9 | Mount1Retract | | +| +-------+--------------------+ | +| | 10 | CameraTrigger | | +| +-------+--------------------+ | +| | 12 | Mount2Yaw | | +| +-------+--------------------+ | +| | 13 | Mount2Pitch | | +| +-------+--------------------+ | +| | 14 | Mount2Roll | | +| +-------+--------------------+ | +| | 15 | Mount2Retract | | +| +-------+--------------------+ | +| | 22 | SprayerPump | | +| +-------+--------------------+ | +| | 23 | SprayerSpinner | | +| +-------+--------------------+ | +| | 26 | GroundSteering | | +| +-------+--------------------+ | +| | 28 | Gripper | | +| +-------+--------------------+ | +| | 33 | Motor1 | | +| +-------+--------------------+ | +| | 34 | Motor2 | | +| +-------+--------------------+ | +| | 35 | Motor3 | | +| +-------+--------------------+ | +| | 36 | Motor4 | | +| +-------+--------------------+ | +| | 51 | RCIN1 | | +| +-------+--------------------+ | +| | 52 | RCIN2 | | +| +-------+--------------------+ | +| | 53 | RCIN3 | | +| +-------+--------------------+ | +| | 54 | RCIN4 | | +| +-------+--------------------+ | +| | 55 | RCIN5 | | +| +-------+--------------------+ | +| | 56 | RCIN6 | | +| +-------+--------------------+ | +| | 57 | RCIN7 | | +| +-------+--------------------+ | +| | 58 | RCIN8 | | +| +-------+--------------------+ | +| | 59 | RCIN9 | | +| +-------+--------------------+ | +| | 60 | RCIN10 | | +| +-------+--------------------+ | +| | 61 | RCIN11 | | +| +-------+--------------------+ | +| | 62 | RCIN12 | | +| +-------+--------------------+ | +| | 63 | RCIN13 | | +| +-------+--------------------+ | +| | 64 | RCIN14 | | +| +-------+--------------------+ | +| | 65 | RCIN15 | | +| +-------+--------------------+ | +| | 66 | RCIN16 | | +| +-------+--------------------+ | +| | 70 | Throttle | | +| +-------+--------------------+ | +| | 73 | ThrottleLeft | | +| +-------+--------------------+ | +| | 74 | ThrottleRight | | +| +-------+--------------------+ | +| | 88 | Winch | | +| +-------+--------------------+ | +| | 89 | Main Sail | | +| +-------+--------------------+ | +| | 90 | CameraISO | | +| +-------+--------------------+ | +| | 91 | CameraAperture | | +| +-------+--------------------+ | +| | 92 | CameraFocus | | +| +-------+--------------------+ | +| | 93 | CameraShutterSpeed | | +| +-------+--------------------+ | +| | 94 | Script1 | | +| +-------+--------------------+ | +| | 95 | Script2 | | +| +-------+--------------------+ | +| | 96 | Script3 | | +| +-------+--------------------+ | +| | 97 | Script4 | | +| +-------+--------------------+ | +| | 98 | Script5 | | +| +-------+--------------------+ | +| | 99 | Script6 | | +| +-------+--------------------+ | +| | 100 | Script7 | | +| +-------+--------------------+ | +| | 101 | Script8 | | +| +-------+--------------------+ | +| | 102 | Script9 | | +| +-------+--------------------+ | +| | 103 | Script10 | | +| +-------+--------------------+ | +| | 104 | Script11 | | +| +-------+--------------------+ | +| | 105 | Script12 | | +| +-------+--------------------+ | +| | 106 | Script13 | | +| +-------+--------------------+ | +| | 107 | Script14 | | +| +-------+--------------------+ | +| | 108 | Script15 | | +| +-------+--------------------+ | +| | 109 | Script16 | | +| +-------+--------------------+ | +| | 120 | NeoPixel1 | | +| +-------+--------------------+ | +| | 121 | NeoPixel2 | | +| +-------+--------------------+ | +| | 122 | NeoPixel3 | | +| +-------+--------------------+ | +| | 123 | NeoPixel4 | | +| +-------+--------------------+ | +| | 128 | WingSailElevator | | +| +-------+--------------------+ | +| | 129 | ProfiLED1 | | +| +-------+--------------------+ | +| | 130 | ProfiLED2 | | +| +-------+--------------------+ | +| | 131 | ProfiLED3 | | +| +-------+--------------------+ | +| | 132 | ProfiLEDClock | | +| +-------+--------------------+ | +| | 133 | Winch Clutch | | +| +-------+--------------------+ | +| | 134 | SERVOn_MIN | | +| +-------+--------------------+ | +| | 135 | SERVOn_TRIM | | +| +-------+--------------------+ | +| | 136 | SERVOn_MAX | | +| +-------+--------------------+ | +| | 137 | SailMastRotation | | +| +-------+--------------------+ | +| | 138 | Alarm | | +| +-------+--------------------+ | +| | 139 | Alarm Inverted | | +| +-------+--------------------+ | +| | 140 | RCIN1Scaled | | +| +-------+--------------------+ | +| | 141 | RCIN2Scaled | | +| +-------+--------------------+ | +| | 142 | RCIN3Scaled | | +| +-------+--------------------+ | +| | 143 | RCIN4Scaled | | +| +-------+--------------------+ | +| | 144 | RCIN5Scaled | | +| +-------+--------------------+ | +| | 145 | RCIN6Scaled | | +| +-------+--------------------+ | +| | 146 | RCIN7Scaled | | +| +-------+--------------------+ | +| | 147 | RCIN8Scaled | | +| +-------+--------------------+ | +| | 148 | RCIN9Scaled | | +| +-------+--------------------+ | +| | 149 | RCIN10Scaled | | +| +-------+--------------------+ | +| | 150 | RCIN11Scaled | | +| +-------+--------------------+ | +| | 151 | RCIN12Scaled | | +| +-------+--------------------+ | +| | 152 | RCIN13Scaled | | +| +-------+--------------------+ | +| | 153 | RCIN14Scaled | | +| +-------+--------------------+ | +| | 154 | RCIN15Scaled | | +| +-------+--------------------+ | +| | 155 | RCIN16Scaled | | +| +-------+--------------------+ | +| | ++--------------------------------+ + + + + + +.. _parameters_SERVO31_: + +SERVO31\_ Parameters +-------------------- + + +.. _SERVO31_MIN: + +SERVO31\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO31_MAX: + +SERVO31\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO31_TRIM: + +SERVO31\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO31_REVERSED: + +SERVO31\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SERVO31_FUNCTION: + +SERVO31\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++--------------------------------+ +| Values | ++================================+ +| +-------+--------------------+ | +| | Value | Meaning | | +| +=======+====================+ | +| | -1 | GPIO | | +| +-------+--------------------+ | +| | 0 | Disabled | | +| +-------+--------------------+ | +| | 1 | RCPassThru | | +| +-------+--------------------+ | +| | 6 | Mount1Yaw | | +| +-------+--------------------+ | +| | 7 | Mount1Pitch | | +| +-------+--------------------+ | +| | 8 | Mount1Roll | | +| +-------+--------------------+ | +| | 9 | Mount1Retract | | +| +-------+--------------------+ | +| | 10 | CameraTrigger | | +| +-------+--------------------+ | +| | 12 | Mount2Yaw | | +| +-------+--------------------+ | +| | 13 | Mount2Pitch | | +| +-------+--------------------+ | +| | 14 | Mount2Roll | | +| +-------+--------------------+ | +| | 15 | Mount2Retract | | +| +-------+--------------------+ | +| | 22 | SprayerPump | | +| +-------+--------------------+ | +| | 23 | SprayerSpinner | | +| +-------+--------------------+ | +| | 26 | GroundSteering | | +| +-------+--------------------+ | +| | 28 | Gripper | | +| +-------+--------------------+ | +| | 33 | Motor1 | | +| +-------+--------------------+ | +| | 34 | Motor2 | | +| +-------+--------------------+ | +| | 35 | Motor3 | | +| +-------+--------------------+ | +| | 36 | Motor4 | | +| +-------+--------------------+ | +| | 51 | RCIN1 | | +| +-------+--------------------+ | +| | 52 | RCIN2 | | +| +-------+--------------------+ | +| | 53 | RCIN3 | | +| +-------+--------------------+ | +| | 54 | RCIN4 | | +| +-------+--------------------+ | +| | 55 | RCIN5 | | +| +-------+--------------------+ | +| | 56 | RCIN6 | | +| +-------+--------------------+ | +| | 57 | RCIN7 | | +| +-------+--------------------+ | +| | 58 | RCIN8 | | +| +-------+--------------------+ | +| | 59 | RCIN9 | | +| +-------+--------------------+ | +| | 60 | RCIN10 | | +| +-------+--------------------+ | +| | 61 | RCIN11 | | +| +-------+--------------------+ | +| | 62 | RCIN12 | | +| +-------+--------------------+ | +| | 63 | RCIN13 | | +| +-------+--------------------+ | +| | 64 | RCIN14 | | +| +-------+--------------------+ | +| | 65 | RCIN15 | | +| +-------+--------------------+ | +| | 66 | RCIN16 | | +| +-------+--------------------+ | +| | 70 | Throttle | | +| +-------+--------------------+ | +| | 73 | ThrottleLeft | | +| +-------+--------------------+ | +| | 74 | ThrottleRight | | +| +-------+--------------------+ | +| | 88 | Winch | | +| +-------+--------------------+ | +| | 89 | Main Sail | | +| +-------+--------------------+ | +| | 90 | CameraISO | | +| +-------+--------------------+ | +| | 91 | CameraAperture | | +| +-------+--------------------+ | +| | 92 | CameraFocus | | +| +-------+--------------------+ | +| | 93 | CameraShutterSpeed | | +| +-------+--------------------+ | +| | 94 | Script1 | | +| +-------+--------------------+ | +| | 95 | Script2 | | +| +-------+--------------------+ | +| | 96 | Script3 | | +| +-------+--------------------+ | +| | 97 | Script4 | | +| +-------+--------------------+ | +| | 98 | Script5 | | +| +-------+--------------------+ | +| | 99 | Script6 | | +| +-------+--------------------+ | +| | 100 | Script7 | | +| +-------+--------------------+ | +| | 101 | Script8 | | +| +-------+--------------------+ | +| | 102 | Script9 | | +| +-------+--------------------+ | +| | 103 | Script10 | | +| +-------+--------------------+ | +| | 104 | Script11 | | +| +-------+--------------------+ | +| | 105 | Script12 | | +| +-------+--------------------+ | +| | 106 | Script13 | | +| +-------+--------------------+ | +| | 107 | Script14 | | +| +-------+--------------------+ | +| | 108 | Script15 | | +| +-------+--------------------+ | +| | 109 | Script16 | | +| +-------+--------------------+ | +| | 120 | NeoPixel1 | | +| +-------+--------------------+ | +| | 121 | NeoPixel2 | | +| +-------+--------------------+ | +| | 122 | NeoPixel3 | | +| +-------+--------------------+ | +| | 123 | NeoPixel4 | | +| +-------+--------------------+ | +| | 128 | WingSailElevator | | +| +-------+--------------------+ | +| | 129 | ProfiLED1 | | +| +-------+--------------------+ | +| | 130 | ProfiLED2 | | +| +-------+--------------------+ | +| | 131 | ProfiLED3 | | +| +-------+--------------------+ | +| | 132 | ProfiLEDClock | | +| +-------+--------------------+ | +| | 133 | Winch Clutch | | +| +-------+--------------------+ | +| | 134 | SERVOn_MIN | | +| +-------+--------------------+ | +| | 135 | SERVOn_TRIM | | +| +-------+--------------------+ | +| | 136 | SERVOn_MAX | | +| +-------+--------------------+ | +| | 137 | SailMastRotation | | +| +-------+--------------------+ | +| | 138 | Alarm | | +| +-------+--------------------+ | +| | 139 | Alarm Inverted | | +| +-------+--------------------+ | +| | 140 | RCIN1Scaled | | +| +-------+--------------------+ | +| | 141 | RCIN2Scaled | | +| +-------+--------------------+ | +| | 142 | RCIN3Scaled | | +| +-------+--------------------+ | +| | 143 | RCIN4Scaled | | +| +-------+--------------------+ | +| | 144 | RCIN5Scaled | | +| +-------+--------------------+ | +| | 145 | RCIN6Scaled | | +| +-------+--------------------+ | +| | 146 | RCIN7Scaled | | +| +-------+--------------------+ | +| | 147 | RCIN8Scaled | | +| +-------+--------------------+ | +| | 148 | RCIN9Scaled | | +| +-------+--------------------+ | +| | 149 | RCIN10Scaled | | +| +-------+--------------------+ | +| | 150 | RCIN11Scaled | | +| +-------+--------------------+ | +| | 151 | RCIN12Scaled | | +| +-------+--------------------+ | +| | 152 | RCIN13Scaled | | +| +-------+--------------------+ | +| | 153 | RCIN14Scaled | | +| +-------+--------------------+ | +| | 154 | RCIN15Scaled | | +| +-------+--------------------+ | +| | 155 | RCIN16Scaled | | +| +-------+--------------------+ | +| | ++--------------------------------+ + + + + + +.. _parameters_SERVO32_: + +SERVO32\_ Parameters +-------------------- + + +.. _SERVO32_MIN: + +SERVO32\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO32_MAX: + +SERVO32\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO32_TRIM: + +SERVO32\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO32_REVERSED: + +SERVO32\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SERVO32_FUNCTION: + +SERVO32\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++--------------------------------+ +| Values | ++================================+ +| +-------+--------------------+ | +| | Value | Meaning | | +| +=======+====================+ | +| | -1 | GPIO | | +| +-------+--------------------+ | +| | 0 | Disabled | | +| +-------+--------------------+ | +| | 1 | RCPassThru | | +| +-------+--------------------+ | +| | 6 | Mount1Yaw | | +| +-------+--------------------+ | +| | 7 | Mount1Pitch | | +| +-------+--------------------+ | +| | 8 | Mount1Roll | | +| +-------+--------------------+ | +| | 9 | Mount1Retract | | +| +-------+--------------------+ | +| | 10 | CameraTrigger | | +| +-------+--------------------+ | +| | 12 | Mount2Yaw | | +| +-------+--------------------+ | +| | 13 | Mount2Pitch | | +| +-------+--------------------+ | +| | 14 | Mount2Roll | | +| +-------+--------------------+ | +| | 15 | Mount2Retract | | +| +-------+--------------------+ | +| | 22 | SprayerPump | | +| +-------+--------------------+ | +| | 23 | SprayerSpinner | | +| +-------+--------------------+ | +| | 26 | GroundSteering | | +| +-------+--------------------+ | +| | 28 | Gripper | | +| +-------+--------------------+ | +| | 33 | Motor1 | | +| +-------+--------------------+ | +| | 34 | Motor2 | | +| +-------+--------------------+ | +| | 35 | Motor3 | | +| +-------+--------------------+ | +| | 36 | Motor4 | | +| +-------+--------------------+ | +| | 51 | RCIN1 | | +| +-------+--------------------+ | +| | 52 | RCIN2 | | +| +-------+--------------------+ | +| | 53 | RCIN3 | | +| +-------+--------------------+ | +| | 54 | RCIN4 | | +| +-------+--------------------+ | +| | 55 | RCIN5 | | +| +-------+--------------------+ | +| | 56 | RCIN6 | | +| +-------+--------------------+ | +| | 57 | RCIN7 | | +| +-------+--------------------+ | +| | 58 | RCIN8 | | +| +-------+--------------------+ | +| | 59 | RCIN9 | | +| +-------+--------------------+ | +| | 60 | RCIN10 | | +| +-------+--------------------+ | +| | 61 | RCIN11 | | +| +-------+--------------------+ | +| | 62 | RCIN12 | | +| +-------+--------------------+ | +| | 63 | RCIN13 | | +| +-------+--------------------+ | +| | 64 | RCIN14 | | +| +-------+--------------------+ | +| | 65 | RCIN15 | | +| +-------+--------------------+ | +| | 66 | RCIN16 | | +| +-------+--------------------+ | +| | 70 | Throttle | | +| +-------+--------------------+ | +| | 73 | ThrottleLeft | | +| +-------+--------------------+ | +| | 74 | ThrottleRight | | +| +-------+--------------------+ | +| | 88 | Winch | | +| +-------+--------------------+ | +| | 89 | Main Sail | | +| +-------+--------------------+ | +| | 90 | CameraISO | | +| +-------+--------------------+ | +| | 91 | CameraAperture | | +| +-------+--------------------+ | +| | 92 | CameraFocus | | +| +-------+--------------------+ | +| | 93 | CameraShutterSpeed | | +| +-------+--------------------+ | +| | 94 | Script1 | | +| +-------+--------------------+ | +| | 95 | Script2 | | +| +-------+--------------------+ | +| | 96 | Script3 | | +| +-------+--------------------+ | +| | 97 | Script4 | | +| +-------+--------------------+ | +| | 98 | Script5 | | +| +-------+--------------------+ | +| | 99 | Script6 | | +| +-------+--------------------+ | +| | 100 | Script7 | | +| +-------+--------------------+ | +| | 101 | Script8 | | +| +-------+--------------------+ | +| | 102 | Script9 | | +| +-------+--------------------+ | +| | 103 | Script10 | | +| +-------+--------------------+ | +| | 104 | Script11 | | +| +-------+--------------------+ | +| | 105 | Script12 | | +| +-------+--------------------+ | +| | 106 | Script13 | | +| +-------+--------------------+ | +| | 107 | Script14 | | +| +-------+--------------------+ | +| | 108 | Script15 | | +| +-------+--------------------+ | +| | 109 | Script16 | | +| +-------+--------------------+ | +| | 120 | NeoPixel1 | | +| +-------+--------------------+ | +| | 121 | NeoPixel2 | | +| +-------+--------------------+ | +| | 122 | NeoPixel3 | | +| +-------+--------------------+ | +| | 123 | NeoPixel4 | | +| +-------+--------------------+ | +| | 128 | WingSailElevator | | +| +-------+--------------------+ | +| | 129 | ProfiLED1 | | +| +-------+--------------------+ | +| | 130 | ProfiLED2 | | +| +-------+--------------------+ | +| | 131 | ProfiLED3 | | +| +-------+--------------------+ | +| | 132 | ProfiLEDClock | | +| +-------+--------------------+ | +| | 133 | Winch Clutch | | +| +-------+--------------------+ | +| | 134 | SERVOn_MIN | | +| +-------+--------------------+ | +| | 135 | SERVOn_TRIM | | +| +-------+--------------------+ | +| | 136 | SERVOn_MAX | | +| +-------+--------------------+ | +| | 137 | SailMastRotation | | +| +-------+--------------------+ | +| | 138 | Alarm | | +| +-------+--------------------+ | +| | 139 | Alarm Inverted | | +| +-------+--------------------+ | +| | 140 | RCIN1Scaled | | +| +-------+--------------------+ | +| | 141 | RCIN2Scaled | | +| +-------+--------------------+ | +| | 142 | RCIN3Scaled | | +| +-------+--------------------+ | +| | 143 | RCIN4Scaled | | +| +-------+--------------------+ | +| | 144 | RCIN5Scaled | | +| +-------+--------------------+ | +| | 145 | RCIN6Scaled | | +| +-------+--------------------+ | +| | 146 | RCIN7Scaled | | +| +-------+--------------------+ | +| | 147 | RCIN8Scaled | | +| +-------+--------------------+ | +| | 148 | RCIN9Scaled | | +| +-------+--------------------+ | +| | 149 | RCIN10Scaled | | +| +-------+--------------------+ | +| | 150 | RCIN11Scaled | | +| +-------+--------------------+ | +| | 151 | RCIN12Scaled | | +| +-------+--------------------+ | +| | 152 | RCIN13Scaled | | +| +-------+--------------------+ | +| | 153 | RCIN14Scaled | | +| +-------+--------------------+ | +| | 154 | RCIN15Scaled | | +| +-------+--------------------+ | +| | 155 | RCIN16Scaled | | +| +-------+--------------------+ | +| | ++--------------------------------+ + + + + + +.. _parameters_SERVO3_: + +SERVO3\_ Parameters +------------------- + + +.. _SERVO3_MIN: + +SERVO3\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO3_MAX: + +SERVO3\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO3_TRIM: + +SERVO3\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO3_REVERSED: + +SERVO3\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SERVO3_FUNCTION: + +SERVO3\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++--------------------------------+ +| Values | ++================================+ +| +-------+--------------------+ | +| | Value | Meaning | | +| +=======+====================+ | +| | -1 | GPIO | | +| +-------+--------------------+ | +| | 0 | Disabled | | +| +-------+--------------------+ | +| | 1 | RCPassThru | | +| +-------+--------------------+ | +| | 6 | Mount1Yaw | | +| +-------+--------------------+ | +| | 7 | Mount1Pitch | | +| +-------+--------------------+ | +| | 8 | Mount1Roll | | +| +-------+--------------------+ | +| | 9 | Mount1Retract | | +| +-------+--------------------+ | +| | 10 | CameraTrigger | | +| +-------+--------------------+ | +| | 12 | Mount2Yaw | | +| +-------+--------------------+ | +| | 13 | Mount2Pitch | | +| +-------+--------------------+ | +| | 14 | Mount2Roll | | +| +-------+--------------------+ | +| | 15 | Mount2Retract | | +| +-------+--------------------+ | +| | 22 | SprayerPump | | +| +-------+--------------------+ | +| | 23 | SprayerSpinner | | +| +-------+--------------------+ | +| | 26 | GroundSteering | | +| +-------+--------------------+ | +| | 28 | Gripper | | +| +-------+--------------------+ | +| | 33 | Motor1 | | +| +-------+--------------------+ | +| | 34 | Motor2 | | +| +-------+--------------------+ | +| | 35 | Motor3 | | +| +-------+--------------------+ | +| | 36 | Motor4 | | +| +-------+--------------------+ | +| | 51 | RCIN1 | | +| +-------+--------------------+ | +| | 52 | RCIN2 | | +| +-------+--------------------+ | +| | 53 | RCIN3 | | +| +-------+--------------------+ | +| | 54 | RCIN4 | | +| +-------+--------------------+ | +| | 55 | RCIN5 | | +| +-------+--------------------+ | +| | 56 | RCIN6 | | +| +-------+--------------------+ | +| | 57 | RCIN7 | | +| +-------+--------------------+ | +| | 58 | RCIN8 | | +| +-------+--------------------+ | +| | 59 | RCIN9 | | +| +-------+--------------------+ | +| | 60 | RCIN10 | | +| +-------+--------------------+ | +| | 61 | RCIN11 | | +| +-------+--------------------+ | +| | 62 | RCIN12 | | +| +-------+--------------------+ | +| | 63 | RCIN13 | | +| +-------+--------------------+ | +| | 64 | RCIN14 | | +| +-------+--------------------+ | +| | 65 | RCIN15 | | +| +-------+--------------------+ | +| | 66 | RCIN16 | | +| +-------+--------------------+ | +| | 70 | Throttle | | +| +-------+--------------------+ | +| | 73 | ThrottleLeft | | +| +-------+--------------------+ | +| | 74 | ThrottleRight | | +| +-------+--------------------+ | +| | 88 | Winch | | +| +-------+--------------------+ | +| | 89 | Main Sail | | +| +-------+--------------------+ | +| | 90 | CameraISO | | +| +-------+--------------------+ | +| | 91 | CameraAperture | | +| +-------+--------------------+ | +| | 92 | CameraFocus | | +| +-------+--------------------+ | +| | 93 | CameraShutterSpeed | | +| +-------+--------------------+ | +| | 94 | Script1 | | +| +-------+--------------------+ | +| | 95 | Script2 | | +| +-------+--------------------+ | +| | 96 | Script3 | | +| +-------+--------------------+ | +| | 97 | Script4 | | +| +-------+--------------------+ | +| | 98 | Script5 | | +| +-------+--------------------+ | +| | 99 | Script6 | | +| +-------+--------------------+ | +| | 100 | Script7 | | +| +-------+--------------------+ | +| | 101 | Script8 | | +| +-------+--------------------+ | +| | 102 | Script9 | | +| +-------+--------------------+ | +| | 103 | Script10 | | +| +-------+--------------------+ | +| | 104 | Script11 | | +| +-------+--------------------+ | +| | 105 | Script12 | | +| +-------+--------------------+ | +| | 106 | Script13 | | +| +-------+--------------------+ | +| | 107 | Script14 | | +| +-------+--------------------+ | +| | 108 | Script15 | | +| +-------+--------------------+ | +| | 109 | Script16 | | +| +-------+--------------------+ | +| | 120 | NeoPixel1 | | +| +-------+--------------------+ | +| | 121 | NeoPixel2 | | +| +-------+--------------------+ | +| | 122 | NeoPixel3 | | +| +-------+--------------------+ | +| | 123 | NeoPixel4 | | +| +-------+--------------------+ | +| | 128 | WingSailElevator | | +| +-------+--------------------+ | +| | 129 | ProfiLED1 | | +| +-------+--------------------+ | +| | 130 | ProfiLED2 | | +| +-------+--------------------+ | +| | 131 | ProfiLED3 | | +| +-------+--------------------+ | +| | 132 | ProfiLEDClock | | +| +-------+--------------------+ | +| | 133 | Winch Clutch | | +| +-------+--------------------+ | +| | 134 | SERVOn_MIN | | +| +-------+--------------------+ | +| | 135 | SERVOn_TRIM | | +| +-------+--------------------+ | +| | 136 | SERVOn_MAX | | +| +-------+--------------------+ | +| | 137 | SailMastRotation | | +| +-------+--------------------+ | +| | 138 | Alarm | | +| +-------+--------------------+ | +| | 139 | Alarm Inverted | | +| +-------+--------------------+ | +| | 140 | RCIN1Scaled | | +| +-------+--------------------+ | +| | 141 | RCIN2Scaled | | +| +-------+--------------------+ | +| | 142 | RCIN3Scaled | | +| +-------+--------------------+ | +| | 143 | RCIN4Scaled | | +| +-------+--------------------+ | +| | 144 | RCIN5Scaled | | +| +-------+--------------------+ | +| | 145 | RCIN6Scaled | | +| +-------+--------------------+ | +| | 146 | RCIN7Scaled | | +| +-------+--------------------+ | +| | 147 | RCIN8Scaled | | +| +-------+--------------------+ | +| | 148 | RCIN9Scaled | | +| +-------+--------------------+ | +| | 149 | RCIN10Scaled | | +| +-------+--------------------+ | +| | 150 | RCIN11Scaled | | +| +-------+--------------------+ | +| | 151 | RCIN12Scaled | | +| +-------+--------------------+ | +| | 152 | RCIN13Scaled | | +| +-------+--------------------+ | +| | 153 | RCIN14Scaled | | +| +-------+--------------------+ | +| | 154 | RCIN15Scaled | | +| +-------+--------------------+ | +| | 155 | RCIN16Scaled | | +| +-------+--------------------+ | +| | ++--------------------------------+ + + + + + +.. _parameters_SERVO4_: + +SERVO4\_ Parameters +------------------- + + +.. _SERVO4_MIN: + +SERVO4\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO4_MAX: + +SERVO4\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO4_TRIM: + +SERVO4\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO4_REVERSED: + +SERVO4\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SERVO4_FUNCTION: + +SERVO4\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++--------------------------------+ +| Values | ++================================+ +| +-------+--------------------+ | +| | Value | Meaning | | +| +=======+====================+ | +| | -1 | GPIO | | +| +-------+--------------------+ | +| | 0 | Disabled | | +| +-------+--------------------+ | +| | 1 | RCPassThru | | +| +-------+--------------------+ | +| | 6 | Mount1Yaw | | +| +-------+--------------------+ | +| | 7 | Mount1Pitch | | +| +-------+--------------------+ | +| | 8 | Mount1Roll | | +| +-------+--------------------+ | +| | 9 | Mount1Retract | | +| +-------+--------------------+ | +| | 10 | CameraTrigger | | +| +-------+--------------------+ | +| | 12 | Mount2Yaw | | +| +-------+--------------------+ | +| | 13 | Mount2Pitch | | +| +-------+--------------------+ | +| | 14 | Mount2Roll | | +| +-------+--------------------+ | +| | 15 | Mount2Retract | | +| +-------+--------------------+ | +| | 22 | SprayerPump | | +| +-------+--------------------+ | +| | 23 | SprayerSpinner | | +| +-------+--------------------+ | +| | 26 | GroundSteering | | +| +-------+--------------------+ | +| | 28 | Gripper | | +| +-------+--------------------+ | +| | 33 | Motor1 | | +| +-------+--------------------+ | +| | 34 | Motor2 | | +| +-------+--------------------+ | +| | 35 | Motor3 | | +| +-------+--------------------+ | +| | 36 | Motor4 | | +| +-------+--------------------+ | +| | 51 | RCIN1 | | +| +-------+--------------------+ | +| | 52 | RCIN2 | | +| +-------+--------------------+ | +| | 53 | RCIN3 | | +| +-------+--------------------+ | +| | 54 | RCIN4 | | +| +-------+--------------------+ | +| | 55 | RCIN5 | | +| +-------+--------------------+ | +| | 56 | RCIN6 | | +| +-------+--------------------+ | +| | 57 | RCIN7 | | +| +-------+--------------------+ | +| | 58 | RCIN8 | | +| +-------+--------------------+ | +| | 59 | RCIN9 | | +| +-------+--------------------+ | +| | 60 | RCIN10 | | +| +-------+--------------------+ | +| | 61 | RCIN11 | | +| +-------+--------------------+ | +| | 62 | RCIN12 | | +| +-------+--------------------+ | +| | 63 | RCIN13 | | +| +-------+--------------------+ | +| | 64 | RCIN14 | | +| +-------+--------------------+ | +| | 65 | RCIN15 | | +| +-------+--------------------+ | +| | 66 | RCIN16 | | +| +-------+--------------------+ | +| | 70 | Throttle | | +| +-------+--------------------+ | +| | 73 | ThrottleLeft | | +| +-------+--------------------+ | +| | 74 | ThrottleRight | | +| +-------+--------------------+ | +| | 88 | Winch | | +| +-------+--------------------+ | +| | 89 | Main Sail | | +| +-------+--------------------+ | +| | 90 | CameraISO | | +| +-------+--------------------+ | +| | 91 | CameraAperture | | +| +-------+--------------------+ | +| | 92 | CameraFocus | | +| +-------+--------------------+ | +| | 93 | CameraShutterSpeed | | +| +-------+--------------------+ | +| | 94 | Script1 | | +| +-------+--------------------+ | +| | 95 | Script2 | | +| +-------+--------------------+ | +| | 96 | Script3 | | +| +-------+--------------------+ | +| | 97 | Script4 | | +| +-------+--------------------+ | +| | 98 | Script5 | | +| +-------+--------------------+ | +| | 99 | Script6 | | +| +-------+--------------------+ | +| | 100 | Script7 | | +| +-------+--------------------+ | +| | 101 | Script8 | | +| +-------+--------------------+ | +| | 102 | Script9 | | +| +-------+--------------------+ | +| | 103 | Script10 | | +| +-------+--------------------+ | +| | 104 | Script11 | | +| +-------+--------------------+ | +| | 105 | Script12 | | +| +-------+--------------------+ | +| | 106 | Script13 | | +| +-------+--------------------+ | +| | 107 | Script14 | | +| +-------+--------------------+ | +| | 108 | Script15 | | +| +-------+--------------------+ | +| | 109 | Script16 | | +| +-------+--------------------+ | +| | 120 | NeoPixel1 | | +| +-------+--------------------+ | +| | 121 | NeoPixel2 | | +| +-------+--------------------+ | +| | 122 | NeoPixel3 | | +| +-------+--------------------+ | +| | 123 | NeoPixel4 | | +| +-------+--------------------+ | +| | 128 | WingSailElevator | | +| +-------+--------------------+ | +| | 129 | ProfiLED1 | | +| +-------+--------------------+ | +| | 130 | ProfiLED2 | | +| +-------+--------------------+ | +| | 131 | ProfiLED3 | | +| +-------+--------------------+ | +| | 132 | ProfiLEDClock | | +| +-------+--------------------+ | +| | 133 | Winch Clutch | | +| +-------+--------------------+ | +| | 134 | SERVOn_MIN | | +| +-------+--------------------+ | +| | 135 | SERVOn_TRIM | | +| +-------+--------------------+ | +| | 136 | SERVOn_MAX | | +| +-------+--------------------+ | +| | 137 | SailMastRotation | | +| +-------+--------------------+ | +| | 138 | Alarm | | +| +-------+--------------------+ | +| | 139 | Alarm Inverted | | +| +-------+--------------------+ | +| | 140 | RCIN1Scaled | | +| +-------+--------------------+ | +| | 141 | RCIN2Scaled | | +| +-------+--------------------+ | +| | 142 | RCIN3Scaled | | +| +-------+--------------------+ | +| | 143 | RCIN4Scaled | | +| +-------+--------------------+ | +| | 144 | RCIN5Scaled | | +| +-------+--------------------+ | +| | 145 | RCIN6Scaled | | +| +-------+--------------------+ | +| | 146 | RCIN7Scaled | | +| +-------+--------------------+ | +| | 147 | RCIN8Scaled | | +| +-------+--------------------+ | +| | 148 | RCIN9Scaled | | +| +-------+--------------------+ | +| | 149 | RCIN10Scaled | | +| +-------+--------------------+ | +| | 150 | RCIN11Scaled | | +| +-------+--------------------+ | +| | 151 | RCIN12Scaled | | +| +-------+--------------------+ | +| | 152 | RCIN13Scaled | | +| +-------+--------------------+ | +| | 153 | RCIN14Scaled | | +| +-------+--------------------+ | +| | 154 | RCIN15Scaled | | +| +-------+--------------------+ | +| | 155 | RCIN16Scaled | | +| +-------+--------------------+ | +| | ++--------------------------------+ + + + + + +.. _parameters_SERVO5_: + +SERVO5\_ Parameters +------------------- + + +.. _SERVO5_MIN: + +SERVO5\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO5_MAX: + +SERVO5\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO5_TRIM: + +SERVO5\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO5_REVERSED: + +SERVO5\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SERVO5_FUNCTION: + +SERVO5\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++--------------------------------+ +| Values | ++================================+ +| +-------+--------------------+ | +| | Value | Meaning | | +| +=======+====================+ | +| | -1 | GPIO | | +| +-------+--------------------+ | +| | 0 | Disabled | | +| +-------+--------------------+ | +| | 1 | RCPassThru | | +| +-------+--------------------+ | +| | 6 | Mount1Yaw | | +| +-------+--------------------+ | +| | 7 | Mount1Pitch | | +| +-------+--------------------+ | +| | 8 | Mount1Roll | | +| +-------+--------------------+ | +| | 9 | Mount1Retract | | +| +-------+--------------------+ | +| | 10 | CameraTrigger | | +| +-------+--------------------+ | +| | 12 | Mount2Yaw | | +| +-------+--------------------+ | +| | 13 | Mount2Pitch | | +| +-------+--------------------+ | +| | 14 | Mount2Roll | | +| +-------+--------------------+ | +| | 15 | Mount2Retract | | +| +-------+--------------------+ | +| | 22 | SprayerPump | | +| +-------+--------------------+ | +| | 23 | SprayerSpinner | | +| +-------+--------------------+ | +| | 26 | GroundSteering | | +| +-------+--------------------+ | +| | 28 | Gripper | | +| +-------+--------------------+ | +| | 33 | Motor1 | | +| +-------+--------------------+ | +| | 34 | Motor2 | | +| +-------+--------------------+ | +| | 35 | Motor3 | | +| +-------+--------------------+ | +| | 36 | Motor4 | | +| +-------+--------------------+ | +| | 51 | RCIN1 | | +| +-------+--------------------+ | +| | 52 | RCIN2 | | +| +-------+--------------------+ | +| | 53 | RCIN3 | | +| +-------+--------------------+ | +| | 54 | RCIN4 | | +| +-------+--------------------+ | +| | 55 | RCIN5 | | +| +-------+--------------------+ | +| | 56 | RCIN6 | | +| +-------+--------------------+ | +| | 57 | RCIN7 | | +| +-------+--------------------+ | +| | 58 | RCIN8 | | +| +-------+--------------------+ | +| | 59 | RCIN9 | | +| +-------+--------------------+ | +| | 60 | RCIN10 | | +| +-------+--------------------+ | +| | 61 | RCIN11 | | +| +-------+--------------------+ | +| | 62 | RCIN12 | | +| +-------+--------------------+ | +| | 63 | RCIN13 | | +| +-------+--------------------+ | +| | 64 | RCIN14 | | +| +-------+--------------------+ | +| | 65 | RCIN15 | | +| +-------+--------------------+ | +| | 66 | RCIN16 | | +| +-------+--------------------+ | +| | 70 | Throttle | | +| +-------+--------------------+ | +| | 73 | ThrottleLeft | | +| +-------+--------------------+ | +| | 74 | ThrottleRight | | +| +-------+--------------------+ | +| | 88 | Winch | | +| +-------+--------------------+ | +| | 89 | Main Sail | | +| +-------+--------------------+ | +| | 90 | CameraISO | | +| +-------+--------------------+ | +| | 91 | CameraAperture | | +| +-------+--------------------+ | +| | 92 | CameraFocus | | +| +-------+--------------------+ | +| | 93 | CameraShutterSpeed | | +| +-------+--------------------+ | +| | 94 | Script1 | | +| +-------+--------------------+ | +| | 95 | Script2 | | +| +-------+--------------------+ | +| | 96 | Script3 | | +| +-------+--------------------+ | +| | 97 | Script4 | | +| +-------+--------------------+ | +| | 98 | Script5 | | +| +-------+--------------------+ | +| | 99 | Script6 | | +| +-------+--------------------+ | +| | 100 | Script7 | | +| +-------+--------------------+ | +| | 101 | Script8 | | +| +-------+--------------------+ | +| | 102 | Script9 | | +| +-------+--------------------+ | +| | 103 | Script10 | | +| +-------+--------------------+ | +| | 104 | Script11 | | +| +-------+--------------------+ | +| | 105 | Script12 | | +| +-------+--------------------+ | +| | 106 | Script13 | | +| +-------+--------------------+ | +| | 107 | Script14 | | +| +-------+--------------------+ | +| | 108 | Script15 | | +| +-------+--------------------+ | +| | 109 | Script16 | | +| +-------+--------------------+ | +| | 120 | NeoPixel1 | | +| +-------+--------------------+ | +| | 121 | NeoPixel2 | | +| +-------+--------------------+ | +| | 122 | NeoPixel3 | | +| +-------+--------------------+ | +| | 123 | NeoPixel4 | | +| +-------+--------------------+ | +| | 128 | WingSailElevator | | +| +-------+--------------------+ | +| | 129 | ProfiLED1 | | +| +-------+--------------------+ | +| | 130 | ProfiLED2 | | +| +-------+--------------------+ | +| | 131 | ProfiLED3 | | +| +-------+--------------------+ | +| | 132 | ProfiLEDClock | | +| +-------+--------------------+ | +| | 133 | Winch Clutch | | +| +-------+--------------------+ | +| | 134 | SERVOn_MIN | | +| +-------+--------------------+ | +| | 135 | SERVOn_TRIM | | +| +-------+--------------------+ | +| | 136 | SERVOn_MAX | | +| +-------+--------------------+ | +| | 137 | SailMastRotation | | +| +-------+--------------------+ | +| | 138 | Alarm | | +| +-------+--------------------+ | +| | 139 | Alarm Inverted | | +| +-------+--------------------+ | +| | 140 | RCIN1Scaled | | +| +-------+--------------------+ | +| | 141 | RCIN2Scaled | | +| +-------+--------------------+ | +| | 142 | RCIN3Scaled | | +| +-------+--------------------+ | +| | 143 | RCIN4Scaled | | +| +-------+--------------------+ | +| | 144 | RCIN5Scaled | | +| +-------+--------------------+ | +| | 145 | RCIN6Scaled | | +| +-------+--------------------+ | +| | 146 | RCIN7Scaled | | +| +-------+--------------------+ | +| | 147 | RCIN8Scaled | | +| +-------+--------------------+ | +| | 148 | RCIN9Scaled | | +| +-------+--------------------+ | +| | 149 | RCIN10Scaled | | +| +-------+--------------------+ | +| | 150 | RCIN11Scaled | | +| +-------+--------------------+ | +| | 151 | RCIN12Scaled | | +| +-------+--------------------+ | +| | 152 | RCIN13Scaled | | +| +-------+--------------------+ | +| | 153 | RCIN14Scaled | | +| +-------+--------------------+ | +| | 154 | RCIN15Scaled | | +| +-------+--------------------+ | +| | 155 | RCIN16Scaled | | +| +-------+--------------------+ | +| | ++--------------------------------+ + + + + + +.. _parameters_SERVO6_: + +SERVO6\_ Parameters +------------------- + + +.. _SERVO6_MIN: + +SERVO6\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO6_MAX: + +SERVO6\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO6_TRIM: + +SERVO6\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO6_REVERSED: + +SERVO6\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SERVO6_FUNCTION: + +SERVO6\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++--------------------------------+ +| Values | ++================================+ +| +-------+--------------------+ | +| | Value | Meaning | | +| +=======+====================+ | +| | -1 | GPIO | | +| +-------+--------------------+ | +| | 0 | Disabled | | +| +-------+--------------------+ | +| | 1 | RCPassThru | | +| +-------+--------------------+ | +| | 6 | Mount1Yaw | | +| +-------+--------------------+ | +| | 7 | Mount1Pitch | | +| +-------+--------------------+ | +| | 8 | Mount1Roll | | +| +-------+--------------------+ | +| | 9 | Mount1Retract | | +| +-------+--------------------+ | +| | 10 | CameraTrigger | | +| +-------+--------------------+ | +| | 12 | Mount2Yaw | | +| +-------+--------------------+ | +| | 13 | Mount2Pitch | | +| +-------+--------------------+ | +| | 14 | Mount2Roll | | +| +-------+--------------------+ | +| | 15 | Mount2Retract | | +| +-------+--------------------+ | +| | 22 | SprayerPump | | +| +-------+--------------------+ | +| | 23 | SprayerSpinner | | +| +-------+--------------------+ | +| | 26 | GroundSteering | | +| +-------+--------------------+ | +| | 28 | Gripper | | +| +-------+--------------------+ | +| | 33 | Motor1 | | +| +-------+--------------------+ | +| | 34 | Motor2 | | +| +-------+--------------------+ | +| | 35 | Motor3 | | +| +-------+--------------------+ | +| | 36 | Motor4 | | +| +-------+--------------------+ | +| | 51 | RCIN1 | | +| +-------+--------------------+ | +| | 52 | RCIN2 | | +| +-------+--------------------+ | +| | 53 | RCIN3 | | +| +-------+--------------------+ | +| | 54 | RCIN4 | | +| +-------+--------------------+ | +| | 55 | RCIN5 | | +| +-------+--------------------+ | +| | 56 | RCIN6 | | +| +-------+--------------------+ | +| | 57 | RCIN7 | | +| +-------+--------------------+ | +| | 58 | RCIN8 | | +| +-------+--------------------+ | +| | 59 | RCIN9 | | +| +-------+--------------------+ | +| | 60 | RCIN10 | | +| +-------+--------------------+ | +| | 61 | RCIN11 | | +| +-------+--------------------+ | +| | 62 | RCIN12 | | +| +-------+--------------------+ | +| | 63 | RCIN13 | | +| +-------+--------------------+ | +| | 64 | RCIN14 | | +| +-------+--------------------+ | +| | 65 | RCIN15 | | +| +-------+--------------------+ | +| | 66 | RCIN16 | | +| +-------+--------------------+ | +| | 70 | Throttle | | +| +-------+--------------------+ | +| | 73 | ThrottleLeft | | +| +-------+--------------------+ | +| | 74 | ThrottleRight | | +| +-------+--------------------+ | +| | 88 | Winch | | +| +-------+--------------------+ | +| | 89 | Main Sail | | +| +-------+--------------------+ | +| | 90 | CameraISO | | +| +-------+--------------------+ | +| | 91 | CameraAperture | | +| +-------+--------------------+ | +| | 92 | CameraFocus | | +| +-------+--------------------+ | +| | 93 | CameraShutterSpeed | | +| +-------+--------------------+ | +| | 94 | Script1 | | +| +-------+--------------------+ | +| | 95 | Script2 | | +| +-------+--------------------+ | +| | 96 | Script3 | | +| +-------+--------------------+ | +| | 97 | Script4 | | +| +-------+--------------------+ | +| | 98 | Script5 | | +| +-------+--------------------+ | +| | 99 | Script6 | | +| +-------+--------------------+ | +| | 100 | Script7 | | +| +-------+--------------------+ | +| | 101 | Script8 | | +| +-------+--------------------+ | +| | 102 | Script9 | | +| +-------+--------------------+ | +| | 103 | Script10 | | +| +-------+--------------------+ | +| | 104 | Script11 | | +| +-------+--------------------+ | +| | 105 | Script12 | | +| +-------+--------------------+ | +| | 106 | Script13 | | +| +-------+--------------------+ | +| | 107 | Script14 | | +| +-------+--------------------+ | +| | 108 | Script15 | | +| +-------+--------------------+ | +| | 109 | Script16 | | +| +-------+--------------------+ | +| | 120 | NeoPixel1 | | +| +-------+--------------------+ | +| | 121 | NeoPixel2 | | +| +-------+--------------------+ | +| | 122 | NeoPixel3 | | +| +-------+--------------------+ | +| | 123 | NeoPixel4 | | +| +-------+--------------------+ | +| | 128 | WingSailElevator | | +| +-------+--------------------+ | +| | 129 | ProfiLED1 | | +| +-------+--------------------+ | +| | 130 | ProfiLED2 | | +| +-------+--------------------+ | +| | 131 | ProfiLED3 | | +| +-------+--------------------+ | +| | 132 | ProfiLEDClock | | +| +-------+--------------------+ | +| | 133 | Winch Clutch | | +| +-------+--------------------+ | +| | 134 | SERVOn_MIN | | +| +-------+--------------------+ | +| | 135 | SERVOn_TRIM | | +| +-------+--------------------+ | +| | 136 | SERVOn_MAX | | +| +-------+--------------------+ | +| | 137 | SailMastRotation | | +| +-------+--------------------+ | +| | 138 | Alarm | | +| +-------+--------------------+ | +| | 139 | Alarm Inverted | | +| +-------+--------------------+ | +| | 140 | RCIN1Scaled | | +| +-------+--------------------+ | +| | 141 | RCIN2Scaled | | +| +-------+--------------------+ | +| | 142 | RCIN3Scaled | | +| +-------+--------------------+ | +| | 143 | RCIN4Scaled | | +| +-------+--------------------+ | +| | 144 | RCIN5Scaled | | +| +-------+--------------------+ | +| | 145 | RCIN6Scaled | | +| +-------+--------------------+ | +| | 146 | RCIN7Scaled | | +| +-------+--------------------+ | +| | 147 | RCIN8Scaled | | +| +-------+--------------------+ | +| | 148 | RCIN9Scaled | | +| +-------+--------------------+ | +| | 149 | RCIN10Scaled | | +| +-------+--------------------+ | +| | 150 | RCIN11Scaled | | +| +-------+--------------------+ | +| | 151 | RCIN12Scaled | | +| +-------+--------------------+ | +| | 152 | RCIN13Scaled | | +| +-------+--------------------+ | +| | 153 | RCIN14Scaled | | +| +-------+--------------------+ | +| | 154 | RCIN15Scaled | | +| +-------+--------------------+ | +| | 155 | RCIN16Scaled | | +| +-------+--------------------+ | +| | ++--------------------------------+ + + + + + +.. _parameters_SERVO7_: + +SERVO7\_ Parameters +------------------- + + +.. _SERVO7_MIN: + +SERVO7\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO7_MAX: + +SERVO7\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO7_TRIM: + +SERVO7\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO7_REVERSED: + +SERVO7\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SERVO7_FUNCTION: + +SERVO7\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++--------------------------------+ +| Values | ++================================+ +| +-------+--------------------+ | +| | Value | Meaning | | +| +=======+====================+ | +| | -1 | GPIO | | +| +-------+--------------------+ | +| | 0 | Disabled | | +| +-------+--------------------+ | +| | 1 | RCPassThru | | +| +-------+--------------------+ | +| | 6 | Mount1Yaw | | +| +-------+--------------------+ | +| | 7 | Mount1Pitch | | +| +-------+--------------------+ | +| | 8 | Mount1Roll | | +| +-------+--------------------+ | +| | 9 | Mount1Retract | | +| +-------+--------------------+ | +| | 10 | CameraTrigger | | +| +-------+--------------------+ | +| | 12 | Mount2Yaw | | +| +-------+--------------------+ | +| | 13 | Mount2Pitch | | +| +-------+--------------------+ | +| | 14 | Mount2Roll | | +| +-------+--------------------+ | +| | 15 | Mount2Retract | | +| +-------+--------------------+ | +| | 22 | SprayerPump | | +| +-------+--------------------+ | +| | 23 | SprayerSpinner | | +| +-------+--------------------+ | +| | 26 | GroundSteering | | +| +-------+--------------------+ | +| | 28 | Gripper | | +| +-------+--------------------+ | +| | 33 | Motor1 | | +| +-------+--------------------+ | +| | 34 | Motor2 | | +| +-------+--------------------+ | +| | 35 | Motor3 | | +| +-------+--------------------+ | +| | 36 | Motor4 | | +| +-------+--------------------+ | +| | 51 | RCIN1 | | +| +-------+--------------------+ | +| | 52 | RCIN2 | | +| +-------+--------------------+ | +| | 53 | RCIN3 | | +| +-------+--------------------+ | +| | 54 | RCIN4 | | +| +-------+--------------------+ | +| | 55 | RCIN5 | | +| +-------+--------------------+ | +| | 56 | RCIN6 | | +| +-------+--------------------+ | +| | 57 | RCIN7 | | +| +-------+--------------------+ | +| | 58 | RCIN8 | | +| +-------+--------------------+ | +| | 59 | RCIN9 | | +| +-------+--------------------+ | +| | 60 | RCIN10 | | +| +-------+--------------------+ | +| | 61 | RCIN11 | | +| +-------+--------------------+ | +| | 62 | RCIN12 | | +| +-------+--------------------+ | +| | 63 | RCIN13 | | +| +-------+--------------------+ | +| | 64 | RCIN14 | | +| +-------+--------------------+ | +| | 65 | RCIN15 | | +| +-------+--------------------+ | +| | 66 | RCIN16 | | +| +-------+--------------------+ | +| | 70 | Throttle | | +| +-------+--------------------+ | +| | 73 | ThrottleLeft | | +| +-------+--------------------+ | +| | 74 | ThrottleRight | | +| +-------+--------------------+ | +| | 88 | Winch | | +| +-------+--------------------+ | +| | 89 | Main Sail | | +| +-------+--------------------+ | +| | 90 | CameraISO | | +| +-------+--------------------+ | +| | 91 | CameraAperture | | +| +-------+--------------------+ | +| | 92 | CameraFocus | | +| +-------+--------------------+ | +| | 93 | CameraShutterSpeed | | +| +-------+--------------------+ | +| | 94 | Script1 | | +| +-------+--------------------+ | +| | 95 | Script2 | | +| +-------+--------------------+ | +| | 96 | Script3 | | +| +-------+--------------------+ | +| | 97 | Script4 | | +| +-------+--------------------+ | +| | 98 | Script5 | | +| +-------+--------------------+ | +| | 99 | Script6 | | +| +-------+--------------------+ | +| | 100 | Script7 | | +| +-------+--------------------+ | +| | 101 | Script8 | | +| +-------+--------------------+ | +| | 102 | Script9 | | +| +-------+--------------------+ | +| | 103 | Script10 | | +| +-------+--------------------+ | +| | 104 | Script11 | | +| +-------+--------------------+ | +| | 105 | Script12 | | +| +-------+--------------------+ | +| | 106 | Script13 | | +| +-------+--------------------+ | +| | 107 | Script14 | | +| +-------+--------------------+ | +| | 108 | Script15 | | +| +-------+--------------------+ | +| | 109 | Script16 | | +| +-------+--------------------+ | +| | 120 | NeoPixel1 | | +| +-------+--------------------+ | +| | 121 | NeoPixel2 | | +| +-------+--------------------+ | +| | 122 | NeoPixel3 | | +| +-------+--------------------+ | +| | 123 | NeoPixel4 | | +| +-------+--------------------+ | +| | 128 | WingSailElevator | | +| +-------+--------------------+ | +| | 129 | ProfiLED1 | | +| +-------+--------------------+ | +| | 130 | ProfiLED2 | | +| +-------+--------------------+ | +| | 131 | ProfiLED3 | | +| +-------+--------------------+ | +| | 132 | ProfiLEDClock | | +| +-------+--------------------+ | +| | 133 | Winch Clutch | | +| +-------+--------------------+ | +| | 134 | SERVOn_MIN | | +| +-------+--------------------+ | +| | 135 | SERVOn_TRIM | | +| +-------+--------------------+ | +| | 136 | SERVOn_MAX | | +| +-------+--------------------+ | +| | 137 | SailMastRotation | | +| +-------+--------------------+ | +| | 138 | Alarm | | +| +-------+--------------------+ | +| | 139 | Alarm Inverted | | +| +-------+--------------------+ | +| | 140 | RCIN1Scaled | | +| +-------+--------------------+ | +| | 141 | RCIN2Scaled | | +| +-------+--------------------+ | +| | 142 | RCIN3Scaled | | +| +-------+--------------------+ | +| | 143 | RCIN4Scaled | | +| +-------+--------------------+ | +| | 144 | RCIN5Scaled | | +| +-------+--------------------+ | +| | 145 | RCIN6Scaled | | +| +-------+--------------------+ | +| | 146 | RCIN7Scaled | | +| +-------+--------------------+ | +| | 147 | RCIN8Scaled | | +| +-------+--------------------+ | +| | 148 | RCIN9Scaled | | +| +-------+--------------------+ | +| | 149 | RCIN10Scaled | | +| +-------+--------------------+ | +| | 150 | RCIN11Scaled | | +| +-------+--------------------+ | +| | 151 | RCIN12Scaled | | +| +-------+--------------------+ | +| | 152 | RCIN13Scaled | | +| +-------+--------------------+ | +| | 153 | RCIN14Scaled | | +| +-------+--------------------+ | +| | 154 | RCIN15Scaled | | +| +-------+--------------------+ | +| | 155 | RCIN16Scaled | | +| +-------+--------------------+ | +| | ++--------------------------------+ + + + + + +.. _parameters_SERVO8_: + +SERVO8\_ Parameters +------------------- + + +.. _SERVO8_MIN: + +SERVO8\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO8_MAX: + +SERVO8\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO8_TRIM: + +SERVO8\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO8_REVERSED: + +SERVO8\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SERVO8_FUNCTION: + +SERVO8\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++--------------------------------+ +| Values | ++================================+ +| +-------+--------------------+ | +| | Value | Meaning | | +| +=======+====================+ | +| | -1 | GPIO | | +| +-------+--------------------+ | +| | 0 | Disabled | | +| +-------+--------------------+ | +| | 1 | RCPassThru | | +| +-------+--------------------+ | +| | 6 | Mount1Yaw | | +| +-------+--------------------+ | +| | 7 | Mount1Pitch | | +| +-------+--------------------+ | +| | 8 | Mount1Roll | | +| +-------+--------------------+ | +| | 9 | Mount1Retract | | +| +-------+--------------------+ | +| | 10 | CameraTrigger | | +| +-------+--------------------+ | +| | 12 | Mount2Yaw | | +| +-------+--------------------+ | +| | 13 | Mount2Pitch | | +| +-------+--------------------+ | +| | 14 | Mount2Roll | | +| +-------+--------------------+ | +| | 15 | Mount2Retract | | +| +-------+--------------------+ | +| | 22 | SprayerPump | | +| +-------+--------------------+ | +| | 23 | SprayerSpinner | | +| +-------+--------------------+ | +| | 26 | GroundSteering | | +| +-------+--------------------+ | +| | 28 | Gripper | | +| +-------+--------------------+ | +| | 33 | Motor1 | | +| +-------+--------------------+ | +| | 34 | Motor2 | | +| +-------+--------------------+ | +| | 35 | Motor3 | | +| +-------+--------------------+ | +| | 36 | Motor4 | | +| +-------+--------------------+ | +| | 51 | RCIN1 | | +| +-------+--------------------+ | +| | 52 | RCIN2 | | +| +-------+--------------------+ | +| | 53 | RCIN3 | | +| +-------+--------------------+ | +| | 54 | RCIN4 | | +| +-------+--------------------+ | +| | 55 | RCIN5 | | +| +-------+--------------------+ | +| | 56 | RCIN6 | | +| +-------+--------------------+ | +| | 57 | RCIN7 | | +| +-------+--------------------+ | +| | 58 | RCIN8 | | +| +-------+--------------------+ | +| | 59 | RCIN9 | | +| +-------+--------------------+ | +| | 60 | RCIN10 | | +| +-------+--------------------+ | +| | 61 | RCIN11 | | +| +-------+--------------------+ | +| | 62 | RCIN12 | | +| +-------+--------------------+ | +| | 63 | RCIN13 | | +| +-------+--------------------+ | +| | 64 | RCIN14 | | +| +-------+--------------------+ | +| | 65 | RCIN15 | | +| +-------+--------------------+ | +| | 66 | RCIN16 | | +| +-------+--------------------+ | +| | 70 | Throttle | | +| +-------+--------------------+ | +| | 73 | ThrottleLeft | | +| +-------+--------------------+ | +| | 74 | ThrottleRight | | +| +-------+--------------------+ | +| | 88 | Winch | | +| +-------+--------------------+ | +| | 89 | Main Sail | | +| +-------+--------------------+ | +| | 90 | CameraISO | | +| +-------+--------------------+ | +| | 91 | CameraAperture | | +| +-------+--------------------+ | +| | 92 | CameraFocus | | +| +-------+--------------------+ | +| | 93 | CameraShutterSpeed | | +| +-------+--------------------+ | +| | 94 | Script1 | | +| +-------+--------------------+ | +| | 95 | Script2 | | +| +-------+--------------------+ | +| | 96 | Script3 | | +| +-------+--------------------+ | +| | 97 | Script4 | | +| +-------+--------------------+ | +| | 98 | Script5 | | +| +-------+--------------------+ | +| | 99 | Script6 | | +| +-------+--------------------+ | +| | 100 | Script7 | | +| +-------+--------------------+ | +| | 101 | Script8 | | +| +-------+--------------------+ | +| | 102 | Script9 | | +| +-------+--------------------+ | +| | 103 | Script10 | | +| +-------+--------------------+ | +| | 104 | Script11 | | +| +-------+--------------------+ | +| | 105 | Script12 | | +| +-------+--------------------+ | +| | 106 | Script13 | | +| +-------+--------------------+ | +| | 107 | Script14 | | +| +-------+--------------------+ | +| | 108 | Script15 | | +| +-------+--------------------+ | +| | 109 | Script16 | | +| +-------+--------------------+ | +| | 120 | NeoPixel1 | | +| +-------+--------------------+ | +| | 121 | NeoPixel2 | | +| +-------+--------------------+ | +| | 122 | NeoPixel3 | | +| +-------+--------------------+ | +| | 123 | NeoPixel4 | | +| +-------+--------------------+ | +| | 128 | WingSailElevator | | +| +-------+--------------------+ | +| | 129 | ProfiLED1 | | +| +-------+--------------------+ | +| | 130 | ProfiLED2 | | +| +-------+--------------------+ | +| | 131 | ProfiLED3 | | +| +-------+--------------------+ | +| | 132 | ProfiLEDClock | | +| +-------+--------------------+ | +| | 133 | Winch Clutch | | +| +-------+--------------------+ | +| | 134 | SERVOn_MIN | | +| +-------+--------------------+ | +| | 135 | SERVOn_TRIM | | +| +-------+--------------------+ | +| | 136 | SERVOn_MAX | | +| +-------+--------------------+ | +| | 137 | SailMastRotation | | +| +-------+--------------------+ | +| | 138 | Alarm | | +| +-------+--------------------+ | +| | 139 | Alarm Inverted | | +| +-------+--------------------+ | +| | 140 | RCIN1Scaled | | +| +-------+--------------------+ | +| | 141 | RCIN2Scaled | | +| +-------+--------------------+ | +| | 142 | RCIN3Scaled | | +| +-------+--------------------+ | +| | 143 | RCIN4Scaled | | +| +-------+--------------------+ | +| | 144 | RCIN5Scaled | | +| +-------+--------------------+ | +| | 145 | RCIN6Scaled | | +| +-------+--------------------+ | +| | 146 | RCIN7Scaled | | +| +-------+--------------------+ | +| | 147 | RCIN8Scaled | | +| +-------+--------------------+ | +| | 148 | RCIN9Scaled | | +| +-------+--------------------+ | +| | 149 | RCIN10Scaled | | +| +-------+--------------------+ | +| | 150 | RCIN11Scaled | | +| +-------+--------------------+ | +| | 151 | RCIN12Scaled | | +| +-------+--------------------+ | +| | 152 | RCIN13Scaled | | +| +-------+--------------------+ | +| | 153 | RCIN14Scaled | | +| +-------+--------------------+ | +| | 154 | RCIN15Scaled | | +| +-------+--------------------+ | +| | 155 | RCIN16Scaled | | +| +-------+--------------------+ | +| | ++--------------------------------+ + + + + + +.. _parameters_SERVO9_: + +SERVO9\_ Parameters +------------------- + + +.. _SERVO9_MIN: + +SERVO9\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO9_MAX: + +SERVO9\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO9_TRIM: + +SERVO9\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO9_REVERSED: + +SERVO9\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Normal | | +| +-------+----------+ | +| | 1 | Reversed | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SERVO9_FUNCTION: + +SERVO9\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++--------------------------------+ +| Values | ++================================+ +| +-------+--------------------+ | +| | Value | Meaning | | +| +=======+====================+ | +| | -1 | GPIO | | +| +-------+--------------------+ | +| | 0 | Disabled | | +| +-------+--------------------+ | +| | 1 | RCPassThru | | +| +-------+--------------------+ | +| | 6 | Mount1Yaw | | +| +-------+--------------------+ | +| | 7 | Mount1Pitch | | +| +-------+--------------------+ | +| | 8 | Mount1Roll | | +| +-------+--------------------+ | +| | 9 | Mount1Retract | | +| +-------+--------------------+ | +| | 10 | CameraTrigger | | +| +-------+--------------------+ | +| | 12 | Mount2Yaw | | +| +-------+--------------------+ | +| | 13 | Mount2Pitch | | +| +-------+--------------------+ | +| | 14 | Mount2Roll | | +| +-------+--------------------+ | +| | 15 | Mount2Retract | | +| +-------+--------------------+ | +| | 22 | SprayerPump | | +| +-------+--------------------+ | +| | 23 | SprayerSpinner | | +| +-------+--------------------+ | +| | 26 | GroundSteering | | +| +-------+--------------------+ | +| | 28 | Gripper | | +| +-------+--------------------+ | +| | 33 | Motor1 | | +| +-------+--------------------+ | +| | 34 | Motor2 | | +| +-------+--------------------+ | +| | 35 | Motor3 | | +| +-------+--------------------+ | +| | 36 | Motor4 | | +| +-------+--------------------+ | +| | 51 | RCIN1 | | +| +-------+--------------------+ | +| | 52 | RCIN2 | | +| +-------+--------------------+ | +| | 53 | RCIN3 | | +| +-------+--------------------+ | +| | 54 | RCIN4 | | +| +-------+--------------------+ | +| | 55 | RCIN5 | | +| +-------+--------------------+ | +| | 56 | RCIN6 | | +| +-------+--------------------+ | +| | 57 | RCIN7 | | +| +-------+--------------------+ | +| | 58 | RCIN8 | | +| +-------+--------------------+ | +| | 59 | RCIN9 | | +| +-------+--------------------+ | +| | 60 | RCIN10 | | +| +-------+--------------------+ | +| | 61 | RCIN11 | | +| +-------+--------------------+ | +| | 62 | RCIN12 | | +| +-------+--------------------+ | +| | 63 | RCIN13 | | +| +-------+--------------------+ | +| | 64 | RCIN14 | | +| +-------+--------------------+ | +| | 65 | RCIN15 | | +| +-------+--------------------+ | +| | 66 | RCIN16 | | +| +-------+--------------------+ | +| | 70 | Throttle | | +| +-------+--------------------+ | +| | 73 | ThrottleLeft | | +| +-------+--------------------+ | +| | 74 | ThrottleRight | | +| +-------+--------------------+ | +| | 88 | Winch | | +| +-------+--------------------+ | +| | 89 | Main Sail | | +| +-------+--------------------+ | +| | 90 | CameraISO | | +| +-------+--------------------+ | +| | 91 | CameraAperture | | +| +-------+--------------------+ | +| | 92 | CameraFocus | | +| +-------+--------------------+ | +| | 93 | CameraShutterSpeed | | +| +-------+--------------------+ | +| | 94 | Script1 | | +| +-------+--------------------+ | +| | 95 | Script2 | | +| +-------+--------------------+ | +| | 96 | Script3 | | +| +-------+--------------------+ | +| | 97 | Script4 | | +| +-------+--------------------+ | +| | 98 | Script5 | | +| +-------+--------------------+ | +| | 99 | Script6 | | +| +-------+--------------------+ | +| | 100 | Script7 | | +| +-------+--------------------+ | +| | 101 | Script8 | | +| +-------+--------------------+ | +| | 102 | Script9 | | +| +-------+--------------------+ | +| | 103 | Script10 | | +| +-------+--------------------+ | +| | 104 | Script11 | | +| +-------+--------------------+ | +| | 105 | Script12 | | +| +-------+--------------------+ | +| | 106 | Script13 | | +| +-------+--------------------+ | +| | 107 | Script14 | | +| +-------+--------------------+ | +| | 108 | Script15 | | +| +-------+--------------------+ | +| | 109 | Script16 | | +| +-------+--------------------+ | +| | 120 | NeoPixel1 | | +| +-------+--------------------+ | +| | 121 | NeoPixel2 | | +| +-------+--------------------+ | +| | 122 | NeoPixel3 | | +| +-------+--------------------+ | +| | 123 | NeoPixel4 | | +| +-------+--------------------+ | +| | 128 | WingSailElevator | | +| +-------+--------------------+ | +| | 129 | ProfiLED1 | | +| +-------+--------------------+ | +| | 130 | ProfiLED2 | | +| +-------+--------------------+ | +| | 131 | ProfiLED3 | | +| +-------+--------------------+ | +| | 132 | ProfiLEDClock | | +| +-------+--------------------+ | +| | 133 | Winch Clutch | | +| +-------+--------------------+ | +| | 134 | SERVOn_MIN | | +| +-------+--------------------+ | +| | 135 | SERVOn_TRIM | | +| +-------+--------------------+ | +| | 136 | SERVOn_MAX | | +| +-------+--------------------+ | +| | 137 | SailMastRotation | | +| +-------+--------------------+ | +| | 138 | Alarm | | +| +-------+--------------------+ | +| | 139 | Alarm Inverted | | +| +-------+--------------------+ | +| | 140 | RCIN1Scaled | | +| +-------+--------------------+ | +| | 141 | RCIN2Scaled | | +| +-------+--------------------+ | +| | 142 | RCIN3Scaled | | +| +-------+--------------------+ | +| | 143 | RCIN4Scaled | | +| +-------+--------------------+ | +| | 144 | RCIN5Scaled | | +| +-------+--------------------+ | +| | 145 | RCIN6Scaled | | +| +-------+--------------------+ | +| | 146 | RCIN7Scaled | | +| +-------+--------------------+ | +| | 147 | RCIN8Scaled | | +| +-------+--------------------+ | +| | 148 | RCIN9Scaled | | +| +-------+--------------------+ | +| | 149 | RCIN10Scaled | | +| +-------+--------------------+ | +| | 150 | RCIN11Scaled | | +| +-------+--------------------+ | +| | 151 | RCIN12Scaled | | +| +-------+--------------------+ | +| | 152 | RCIN13Scaled | | +| +-------+--------------------+ | +| | 153 | RCIN14Scaled | | +| +-------+--------------------+ | +| | 154 | RCIN15Scaled | | +| +-------+--------------------+ | +| | 155 | RCIN16Scaled | | +| +-------+--------------------+ | +| | ++--------------------------------+ + + + + + +.. _parameters_SERVO_BLH_: + +SERVO\_BLH\_ Parameters +----------------------- + + +.. _SERVO_BLH_MASK: + +SERVO\_BLH\_MASK: BLHeli Channel Bitmask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Enable of BLHeli pass\-thru servo protocol support to specific channels\. This mask is in addition to motors enabled using SERVO\_BLH\_AUTO \(if any\) + + ++----------------------+ +| Bitmask | ++======================+ +| +-----+------------+ | +| | Bit | Meaning | | +| +=====+============+ | +| | 0 | Channel1 | | +| +-----+------------+ | +| | 1 | Channel2 | | +| +-----+------------+ | +| | 2 | Channel3 | | +| +-----+------------+ | +| | 3 | Channel4 | | +| +-----+------------+ | +| | 4 | Channel5 | | +| +-----+------------+ | +| | 5 | Channel6 | | +| +-----+------------+ | +| | 6 | Channel7 | | +| +-----+------------+ | +| | 7 | Channel8 | | +| +-----+------------+ | +| | 8 | Channel9 | | +| +-----+------------+ | +| | 9 | Channel10 | | +| +-----+------------+ | +| | 10 | Channel11 | | +| +-----+------------+ | +| | 11 | Channel12 | | +| +-----+------------+ | +| | 12 | Channel13 | | +| +-----+------------+ | +| | 13 | Channel14 | | +| +-----+------------+ | +| | 14 | Channel15 | | +| +-----+------------+ | +| | 15 | Channel16 | | +| +-----+------------+ | +| | 16 | Channel 17 | | +| +-----+------------+ | +| | 17 | Channel 18 | | +| +-----+------------+ | +| | 18 | Channel 19 | | +| +-----+------------+ | +| | 19 | Channel 20 | | +| +-----+------------+ | +| | 20 | Channel 21 | | +| +-----+------------+ | +| | 21 | Channel 22 | | +| +-----+------------+ | +| | 22 | Channel 23 | | +| +-----+------------+ | +| | 23 | Channel 24 | | +| +-----+------------+ | +| | 24 | Channel 25 | | +| +-----+------------+ | +| | 25 | Channel 26 | | +| +-----+------------+ | +| | 26 | Channel 27 | | +| +-----+------------+ | +| | 27 | Channel 28 | | +| +-----+------------+ | +| | 28 | Channel 29 | | +| +-----+------------+ | +| | 29 | Channel 30 | | +| +-----+------------+ | +| | 30 | Channel 31 | | +| +-----+------------+ | +| | 31 | Channel 32 | | +| +-----+------------+ | +| | ++----------------------+ + + + + +.. _SERVO_BLH_AUTO: + +SERVO\_BLH\_AUTO: BLHeli pass\-thru auto\-enable for multicopter motors +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +If set to 1 this auto\-enables BLHeli pass\-thru support for all multicopter motors + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SERVO_BLH_TEST: + +SERVO\_BLH\_TEST: BLHeli internal interface test +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Setting SERVO\_BLH\_TEST to a motor number enables an internal test of the BLHeli ESC protocol to the corresponding ESC\. The debug output is displayed on the USB console\. + + ++------------------------+ +| Values | ++========================+ +| +-------+------------+ | +| | Value | Meaning | | +| +=======+============+ | +| | 0 | Disabled | | +| +-------+------------+ | +| | 1 | TestMotor1 | | +| +-------+------------+ | +| | 2 | TestMotor2 | | +| +-------+------------+ | +| | 3 | TestMotor3 | | +| +-------+------------+ | +| | 4 | TestMotor4 | | +| +-------+------------+ | +| | 5 | TestMotor5 | | +| +-------+------------+ | +| | 6 | TestMotor6 | | +| +-------+------------+ | +| | 7 | TestMotor7 | | +| +-------+------------+ | +| | 8 | TestMotor8 | | +| +-------+------------+ | +| | ++------------------------+ + + + + +.. _SERVO_BLH_TMOUT: + +SERVO\_BLH\_TMOUT: BLHeli protocol timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the inactivity timeout for the BLHeli protocol in seconds\. If no packets are received in this time normal MAVLink operations are resumed\. A value of 0 means no timeout + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 300 | seconds | ++----------+---------+ + + + + +.. _SERVO_BLH_TRATE: + +SERVO\_BLH\_TRATE: BLHeli telemetry rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the rate in Hz for requesting telemetry from ESCs\. It is the rate per ESC\. Setting to zero disables telemetry requests + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 0 to 500 | hertz | ++----------+-------+ + + + + +.. _SERVO_BLH_DEBUG: + +SERVO\_BLH\_DEBUG: BLHeli debug level +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +When set to 1 this enabled verbose debugging output over MAVLink when the blheli protocol is active\. This can be used to diagnose failures\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SERVO_BLH_OTYPE: + +SERVO\_BLH\_OTYPE: BLHeli output type override +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +When set to a non\-zero value this overrides the output type for the output channels given by SERVO\_BLH\_MASK\. This can be used to enable DShot on outputs that are not part of the multicopter motors group\. + + ++------------------------+ +| Values | ++========================+ +| +-------+------------+ | +| | Value | Meaning | | +| +=======+============+ | +| | 0 | None | | +| +-------+------------+ | +| | 1 | OneShot | | +| +-------+------------+ | +| | 2 | OneShot125 | | +| +-------+------------+ | +| | 3 | Brushed | | +| +-------+------------+ | +| | 4 | DShot150 | | +| +-------+------------+ | +| | 5 | DShot300 | | +| +-------+------------+ | +| | 6 | DShot600 | | +| +-------+------------+ | +| | 7 | DShot1200 | | +| +-------+------------+ | +| | ++------------------------+ + + + + +.. _SERVO_BLH_PORT: + +SERVO\_BLH\_PORT: Control port +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the mavlink channel to use for blheli pass\-thru\. The channel number is determined by the number of serial ports configured to use mavlink\. So 0 is always the console\, 1 is the next serial port using mavlink\, 2 the next after that and so on\. + + ++-------------------------------------+ +| Values | ++=====================================+ +| +-------+-------------------------+ | +| | Value | Meaning | | +| +=======+=========================+ | +| | 0 | Console | | +| +-------+-------------------------+ | +| | 1 | Mavlink Serial Channel1 | | +| +-------+-------------------------+ | +| | 2 | Mavlink Serial Channel2 | | +| +-------+-------------------------+ | +| | 3 | Mavlink Serial Channel3 | | +| +-------+-------------------------+ | +| | 4 | Mavlink Serial Channel4 | | +| +-------+-------------------------+ | +| | 5 | Mavlink Serial Channel5 | | +| +-------+-------------------------+ | +| | ++-------------------------------------+ + + + + +.. _SERVO_BLH_POLES: + +SERVO\_BLH\_POLES: BLHeli Motor Poles +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +This allows calculation of true RPM from ESC\'s eRPM\. The default is 14\. + + ++----------+ +| Range | ++==========+ +| 1 to 127 | ++----------+ + + + + +.. _SERVO_BLH_3DMASK: + +SERVO\_BLH\_3DMASK: BLHeli bitmask of 3D channels +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Mask of channels which are dynamically reversible\. This is used to configure ESCs in \'3D\' mode\, allowing for the motor to spin in either direction + + ++----------------------+ +| Bitmask | ++======================+ +| +-----+------------+ | +| | Bit | Meaning | | +| +=====+============+ | +| | 0 | Channel1 | | +| +-----+------------+ | +| | 1 | Channel2 | | +| +-----+------------+ | +| | 2 | Channel3 | | +| +-----+------------+ | +| | 3 | Channel4 | | +| +-----+------------+ | +| | 4 | Channel5 | | +| +-----+------------+ | +| | 5 | Channel6 | | +| +-----+------------+ | +| | 6 | Channel7 | | +| +-----+------------+ | +| | 7 | Channel8 | | +| +-----+------------+ | +| | 8 | Channel9 | | +| +-----+------------+ | +| | 9 | Channel10 | | +| +-----+------------+ | +| | 10 | Channel11 | | +| +-----+------------+ | +| | 11 | Channel12 | | +| +-----+------------+ | +| | 12 | Channel13 | | +| +-----+------------+ | +| | 13 | Channel14 | | +| +-----+------------+ | +| | 14 | Channel15 | | +| +-----+------------+ | +| | 15 | Channel16 | | +| +-----+------------+ | +| | 16 | Channel 17 | | +| +-----+------------+ | +| | 17 | Channel 18 | | +| +-----+------------+ | +| | 18 | Channel 19 | | +| +-----+------------+ | +| | 19 | Channel 20 | | +| +-----+------------+ | +| | 20 | Channel 21 | | +| +-----+------------+ | +| | 21 | Channel 22 | | +| +-----+------------+ | +| | 22 | Channel 23 | | +| +-----+------------+ | +| | 23 | Channel 24 | | +| +-----+------------+ | +| | 24 | Channel 25 | | +| +-----+------------+ | +| | 25 | Channel 26 | | +| +-----+------------+ | +| | 26 | Channel 27 | | +| +-----+------------+ | +| | 27 | Channel 28 | | +| +-----+------------+ | +| | 28 | Channel 29 | | +| +-----+------------+ | +| | 29 | Channel 30 | | +| +-----+------------+ | +| | 30 | Channel 31 | | +| +-----+------------+ | +| | 31 | Channel 32 | | +| +-----+------------+ | +| | ++----------------------+ + + + + +.. _SERVO_BLH_BDMASK: + +SERVO\_BLH\_BDMASK: BLHeli bitmask of bi\-directional dshot channels +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Mask of channels which support bi\-directional dshot\. This is used for ESCs which have firmware that supports bi\-directional dshot allowing fast rpm telemetry values to be returned for the harmonic notch\. + + ++----------------------+ +| Bitmask | ++======================+ +| +-----+------------+ | +| | Bit | Meaning | | +| +=====+============+ | +| | 0 | Channel1 | | +| +-----+------------+ | +| | 1 | Channel2 | | +| +-----+------------+ | +| | 2 | Channel3 | | +| +-----+------------+ | +| | 3 | Channel4 | | +| +-----+------------+ | +| | 4 | Channel5 | | +| +-----+------------+ | +| | 5 | Channel6 | | +| +-----+------------+ | +| | 6 | Channel7 | | +| +-----+------------+ | +| | 7 | Channel8 | | +| +-----+------------+ | +| | 8 | Channel9 | | +| +-----+------------+ | +| | 9 | Channel10 | | +| +-----+------------+ | +| | 10 | Channel11 | | +| +-----+------------+ | +| | 11 | Channel12 | | +| +-----+------------+ | +| | 12 | Channel13 | | +| +-----+------------+ | +| | 13 | Channel14 | | +| +-----+------------+ | +| | 14 | Channel15 | | +| +-----+------------+ | +| | 15 | Channel16 | | +| +-----+------------+ | +| | 16 | Channel 17 | | +| +-----+------------+ | +| | 17 | Channel 18 | | +| +-----+------------+ | +| | 18 | Channel 19 | | +| +-----+------------+ | +| | 19 | Channel 20 | | +| +-----+------------+ | +| | 20 | Channel 21 | | +| +-----+------------+ | +| | 21 | Channel 22 | | +| +-----+------------+ | +| | 22 | Channel 23 | | +| +-----+------------+ | +| | 23 | Channel 24 | | +| +-----+------------+ | +| | 24 | Channel 25 | | +| +-----+------------+ | +| | 25 | Channel 26 | | +| +-----+------------+ | +| | 26 | Channel 27 | | +| +-----+------------+ | +| | 27 | Channel 28 | | +| +-----+------------+ | +| | 28 | Channel 29 | | +| +-----+------------+ | +| | 29 | Channel 30 | | +| +-----+------------+ | +| | 30 | Channel 31 | | +| +-----+------------+ | +| | 31 | Channel 32 | | +| +-----+------------+ | +| | ++----------------------+ + + + + +.. _SERVO_BLH_RVMASK: + +SERVO\_BLH\_RVMASK: BLHeli bitmask of reversed channels +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Mask of channels which are reversed\. This is used to configure ESCs in reversed mode + + ++----------------------+ +| Bitmask | ++======================+ +| +-----+------------+ | +| | Bit | Meaning | | +| +=====+============+ | +| | 0 | Channel1 | | +| +-----+------------+ | +| | 1 | Channel2 | | +| +-----+------------+ | +| | 2 | Channel3 | | +| +-----+------------+ | +| | 3 | Channel4 | | +| +-----+------------+ | +| | 4 | Channel5 | | +| +-----+------------+ | +| | 5 | Channel6 | | +| +-----+------------+ | +| | 6 | Channel7 | | +| +-----+------------+ | +| | 7 | Channel8 | | +| +-----+------------+ | +| | 8 | Channel9 | | +| +-----+------------+ | +| | 9 | Channel10 | | +| +-----+------------+ | +| | 10 | Channel11 | | +| +-----+------------+ | +| | 11 | Channel12 | | +| +-----+------------+ | +| | 12 | Channel13 | | +| +-----+------------+ | +| | 13 | Channel14 | | +| +-----+------------+ | +| | 14 | Channel15 | | +| +-----+------------+ | +| | 15 | Channel16 | | +| +-----+------------+ | +| | 16 | Channel 17 | | +| +-----+------------+ | +| | 17 | Channel 18 | | +| +-----+------------+ | +| | 18 | Channel 19 | | +| +-----+------------+ | +| | 19 | Channel 20 | | +| +-----+------------+ | +| | 20 | Channel 21 | | +| +-----+------------+ | +| | 21 | Channel 22 | | +| +-----+------------+ | +| | 22 | Channel 23 | | +| +-----+------------+ | +| | 23 | Channel 24 | | +| +-----+------------+ | +| | 24 | Channel 25 | | +| +-----+------------+ | +| | 25 | Channel 26 | | +| +-----+------------+ | +| | 26 | Channel 27 | | +| +-----+------------+ | +| | 27 | Channel 28 | | +| +-----+------------+ | +| | 28 | Channel 29 | | +| +-----+------------+ | +| | 29 | Channel 30 | | +| +-----+------------+ | +| | 30 | Channel 31 | | +| +-----+------------+ | +| | 31 | Channel 32 | | +| +-----+------------+ | +| | ++----------------------+ + + + + + +.. _parameters_SERVO_FTW_: + +SERVO\_FTW\_ Parameters +----------------------- + + +.. _SERVO_FTW_MASK: + +SERVO\_FTW\_MASK: Servo channel output bitmask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Servo channel mask specifying FETtec ESC output\. + + ++-------------------+ +| Bitmask | ++===================+ +| +-----+---------+ | +| | Bit | Meaning | | +| +=====+=========+ | +| | 0 | SERVO1 | | +| +-----+---------+ | +| | 1 | SERVO2 | | +| +-----+---------+ | +| | 2 | SERVO3 | | +| +-----+---------+ | +| | 3 | SERVO4 | | +| +-----+---------+ | +| | 4 | SERVO5 | | +| +-----+---------+ | +| | 5 | SERVO6 | | +| +-----+---------+ | +| | 6 | SERVO7 | | +| +-----+---------+ | +| | 7 | SERVO8 | | +| +-----+---------+ | +| | 8 | SERVO9 | | +| +-----+---------+ | +| | 9 | SERVO10 | | +| +-----+---------+ | +| | 10 | SERVO11 | | +| +-----+---------+ | +| | 11 | SERVO12 | | +| +-----+---------+ | +| | ++-------------------+ + + + + +.. _SERVO_FTW_RVMASK: + +SERVO\_FTW\_RVMASK: Servo channel reverse rotation bitmask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Servo channel mask to reverse rotation of FETtec ESC outputs\. + + ++-------------------+ +| Bitmask | ++===================+ +| +-----+---------+ | +| | Bit | Meaning | | +| +=====+=========+ | +| | 0 | SERVO1 | | +| +-----+---------+ | +| | 1 | SERVO2 | | +| +-----+---------+ | +| | 2 | SERVO3 | | +| +-----+---------+ | +| | 3 | SERVO4 | | +| +-----+---------+ | +| | 4 | SERVO5 | | +| +-----+---------+ | +| | 5 | SERVO6 | | +| +-----+---------+ | +| | 6 | SERVO7 | | +| +-----+---------+ | +| | 7 | SERVO8 | | +| +-----+---------+ | +| | 8 | SERVO9 | | +| +-----+---------+ | +| | 9 | SERVO10 | | +| +-----+---------+ | +| | 10 | SERVO11 | | +| +-----+---------+ | +| | 11 | SERVO12 | | +| +-----+---------+ | +| | ++-------------------+ + + + + +.. _SERVO_FTW_POLES: + +SERVO\_FTW\_POLES: Nr\. electrical poles +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of motor electrical poles + + ++---------+ +| Range | ++=========+ +| 2 to 50 | ++---------+ + + + + + +.. _parameters_SERVO_ROB_: + +SERVO\_ROB\_ Parameters +----------------------- + + +.. _SERVO_ROB_POSMIN: + +SERVO\_ROB\_POSMIN: Robotis servo position min +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Position minimum at servo min value\. This should be within the position control range of the servos\, normally 0 to 4095 + + ++-----------+ +| Range | ++===========+ +| 0 to 4095 | ++-----------+ + + + + +.. _SERVO_ROB_POSMAX: + +SERVO\_ROB\_POSMAX: Robotis servo position max +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Position maximum at servo max value\. This should be within the position control range of the servos\, normally 0 to 4095 + + ++-----------+ +| Range | ++===========+ +| 0 to 4095 | ++-----------+ + + + + + +.. _parameters_SERVO_SBUS_: + +SERVO\_SBUS\_ Parameters +------------------------ + + +.. _SERVO_SBUS_RATE: + +SERVO\_SBUS\_RATE: SBUS default output rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the SBUS output frame rate in Hz\. + + ++-----------+-------+ +| Range | Units | ++===========+=======+ +| 25 to 250 | hertz | ++-----------+-------+ + + + + + +.. _parameters_SERVO_VOLZ_: + +SERVO\_VOLZ\_ Parameters +------------------------ + + +.. _SERVO_VOLZ_MASK: + +SERVO\_VOLZ\_MASK: Channel Bitmask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable of volz servo protocol to specific channels + + ++---------------------+ +| Bitmask | ++=====================+ +| +-----+-----------+ | +| | Bit | Meaning | | +| +=====+===========+ | +| | 0 | Channel1 | | +| +-----+-----------+ | +| | 1 | Channel2 | | +| +-----+-----------+ | +| | 2 | Channel3 | | +| +-----+-----------+ | +| | 3 | Channel4 | | +| +-----+-----------+ | +| | 4 | Channel5 | | +| +-----+-----------+ | +| | 5 | Channel6 | | +| +-----+-----------+ | +| | 6 | Channel7 | | +| +-----+-----------+ | +| | 7 | Channel8 | | +| +-----+-----------+ | +| | 8 | Channel9 | | +| +-----+-----------+ | +| | 9 | Channel10 | | +| +-----+-----------+ | +| | 10 | Channel11 | | +| +-----+-----------+ | +| | 11 | Channel12 | | +| +-----+-----------+ | +| | 12 | Channel13 | | +| +-----+-----------+ | +| | 13 | Channel14 | | +| +-----+-----------+ | +| | 14 | Channel15 | | +| +-----+-----------+ | +| | 15 | Channel16 | | +| +-----+-----------+ | +| | 16 | Channel17 | | +| +-----+-----------+ | +| | 17 | Channel18 | | +| +-----+-----------+ | +| | 18 | Channel19 | | +| +-----+-----------+ | +| | 19 | Channel20 | | +| +-----+-----------+ | +| | 20 | Channel21 | | +| +-----+-----------+ | +| | 21 | Channel22 | | +| +-----+-----------+ | +| | 22 | Channel23 | | +| +-----+-----------+ | +| | 23 | Channel24 | | +| +-----+-----------+ | +| | 24 | Channel25 | | +| +-----+-----------+ | +| | 25 | Channel26 | | +| +-----+-----------+ | +| | 26 | Channel27 | | +| +-----+-----------+ | +| | 28 | Channel29 | | +| +-----+-----------+ | +| | 29 | Channel30 | | +| +-----+-----------+ | +| | 30 | Channel31 | | +| +-----+-----------+ | +| | 31 | Channel32 | | +| +-----+-----------+ | +| | ++---------------------+ + + + + + +.. _parameters_sim: + +Simulation Parameters +--------------------- + + +.. _SIM_ACC1_BIAS_X: + +SIM\_ACC1\_BIAS\_X: Accel 1 bias +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +bias of simulated accelerometer sensor \(X\-axis\) + + +.. _SIM_ACC1_BIAS_Y: + +SIM\_ACC1\_BIAS\_Y: Accel 1 bias +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +bias of simulated accelerometer sensor \(Y\-axis\) + + +.. _SIM_ACC1_BIAS_Z: + +SIM\_ACC1\_BIAS\_Z: Accel 1 bias +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +bias of simulated accelerometer sensor \(Z\-axis\) + + +.. _SIM_ACC1_SCAL_X: + +SIM\_ACC1\_SCAL\_X: Accel 1 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated accelerometer \(X\-axis\) + + +.. _SIM_ACC1_SCAL_Y: + +SIM\_ACC1\_SCAL\_Y: Accel 1 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated accelerometer \(Y\-axis\) + + +.. _SIM_ACC1_SCAL_Z: + +SIM\_ACC1\_SCAL\_Z: Accel 1 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated accelerometer \(Z\-axis\) + + +.. _SIM_ACC2_BIAS_X: + +SIM\_ACC2\_BIAS\_X: Accel 2 bias +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +bias of simulated accelerometer sensor \(X\-axis\) + + +.. _SIM_ACC2_BIAS_Y: + +SIM\_ACC2\_BIAS\_Y: Accel 2 bias +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +bias of simulated accelerometer sensor \(Y\-axis\) + + +.. _SIM_ACC2_BIAS_Z: + +SIM\_ACC2\_BIAS\_Z: Accel 2 bias +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +bias of simulated accelerometer sensor \(Z\-axis\) + + +.. _SIM_ACC2_SCAL_X: + +SIM\_ACC2\_SCAL\_X: Accel 2 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated accelerometer \(X\-axis\) + + +.. _SIM_ACC2_SCAL_Y: + +SIM\_ACC2\_SCAL\_Y: Accel 2 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated accelerometer \(Y\-axis\) + + +.. _SIM_ACC2_SCAL_Z: + +SIM\_ACC2\_SCAL\_Z: Accel 2 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated accelerometer \(Z\-axis\) + + +.. _SIM_ACC3_BIAS_X: + +SIM\_ACC3\_BIAS\_X: Accel 3 bias +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +bias of simulated accelerometer sensor \(X\-axis\) + + +.. _SIM_ACC3_BIAS_Y: + +SIM\_ACC3\_BIAS\_Y: Accel 3 bias +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +bias of simulated accelerometer sensor \(Y\-axis\) + + +.. _SIM_ACC3_BIAS_Z: + +SIM\_ACC3\_BIAS\_Z: Accel 3 bias +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +bias of simulated accelerometer sensor \(Z\-axis\) + + +.. _SIM_ACC3_SCAL_X: + +SIM\_ACC3\_SCAL\_X: Accel 3 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated accelerometer \(X\-axis\) + + +.. _SIM_ACC3_SCAL_Y: + +SIM\_ACC3\_SCAL\_Y: Accel 3 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated accelerometer \(Y\-axis\) + + +.. _SIM_ACC3_SCAL_Z: + +SIM\_ACC3\_SCAL\_Z: Accel 3 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated accelerometer \(Z\-axis\) + + +.. _SIM_ACC4_BIAS_X: + +SIM\_ACC4\_BIAS\_X: Accel 4 bias +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +bias of simulated accelerometer sensor \(X\-axis\) + + +.. _SIM_ACC4_BIAS_Y: + +SIM\_ACC4\_BIAS\_Y: Accel 4 bias +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +bias of simulated accelerometer sensor \(Y\-axis\) + + +.. _SIM_ACC4_BIAS_Z: + +SIM\_ACC4\_BIAS\_Z: Accel 4 bias +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +bias of simulated accelerometer sensor \(Z\-axis\) + + +.. _SIM_ACC4_SCAL_X: + +SIM\_ACC4\_SCAL\_X: Accel 4 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated accelerometer \(X\-axis\) + + +.. _SIM_ACC4_SCAL_Y: + +SIM\_ACC4\_SCAL\_Y: Accel 4 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated accelerometer \(Y\-axis\) + + +.. _SIM_ACC4_SCAL_Z: + +SIM\_ACC4\_SCAL\_Z: Accel 4 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated accelerometer \(Z\-axis\) + + +.. _SIM_ACC5_BIAS_X: + +SIM\_ACC5\_BIAS\_X: Accel 5 bias +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +bias of simulated accelerometer sensor \(X\-axis\) + + +.. _SIM_ACC5_BIAS_Y: + +SIM\_ACC5\_BIAS\_Y: Accel 5 bias +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +bias of simulated accelerometer sensor \(Y\-axis\) + + +.. _SIM_ACC5_BIAS_Z: + +SIM\_ACC5\_BIAS\_Z: Accel 5 bias +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +bias of simulated accelerometer sensor \(Z\-axis\) + + +.. _SIM_ACC5_SCAL_X: + +SIM\_ACC5\_SCAL\_X: Accel 4 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated accelerometer \(X\-axis\) + + +.. _SIM_ACC5_SCAL_Y: + +SIM\_ACC5\_SCAL\_Y: Accel 4 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated accelerometer \(Y\-axis\) + + +.. _SIM_ACC5_SCAL_Z: + +SIM\_ACC5\_SCAL\_Z: Accel 4 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated accelerometer \(Z\-axis\) + + +.. _SIM_ACCEL1_FAIL: + +SIM\_ACCEL1\_FAIL: ACCEL1 Failure +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Simulated failure of ACCEL1 + + ++----------------------------+ +| Values | ++============================+ +| +-------+----------------+ | +| | Value | Meaning | | +| +=======+================+ | +| | 0 | Disabled | | +| +-------+----------------+ | +| | 1 | ACCEL1 Failure | | +| +-------+----------------+ | +| | ++----------------------------+ + + + + +.. _SIM_ACCEL2_FAIL: + +SIM\_ACCEL2\_FAIL: ACCEL2 Failure +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Simulated failure of ACCEL2 + + ++----------------------------+ +| Values | ++============================+ +| +-------+----------------+ | +| | Value | Meaning | | +| +=======+================+ | +| | 0 | Disabled | | +| +-------+----------------+ | +| | 1 | ACCEL2 Failure | | +| +-------+----------------+ | +| | ++----------------------------+ + + + + +.. _SIM_ACCEL3_FAIL: + +SIM\_ACCEL3\_FAIL: ACCEL3 Failure +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Simulated failure of ACCEL3 + + ++----------------------------+ +| Values | ++============================+ +| +-------+----------------+ | +| | Value | Meaning | | +| +=======+================+ | +| | 0 | Disabled | | +| +-------+----------------+ | +| | 1 | ACCEL3 Failure | | +| +-------+----------------+ | +| | ++----------------------------+ + + + + +.. _SIM_ACCEL4_FAIL: + +SIM\_ACCEL4\_FAIL: ACCEL4 Failure +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Simulated failure of ACCEL4 + + ++----------------------------+ +| Values | ++============================+ +| +-------+----------------+ | +| | Value | Meaning | | +| +=======+================+ | +| | 0 | Disabled | | +| +-------+----------------+ | +| | 1 | ACCEL4 Failure | | +| +-------+----------------+ | +| | ++----------------------------+ + + + + +.. _SIM_ACCEL5_FAIL: + +SIM\_ACCEL5\_FAIL: ACCEL5 Failure +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Simulated failure of ACCEL5 + + ++----------------------------+ +| Values | ++============================+ +| +-------+----------------+ | +| | Value | Meaning | | +| +=======+================+ | +| | 0 | Disabled | | +| +-------+----------------+ | +| | 1 | ACCEL5 Failure | | +| +-------+----------------+ | +| | ++----------------------------+ + + + + +.. _SIM_ACC_FAIL_MSK: + +SIM\_ACC\_FAIL\_MSK: Accelerometer Failure Mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Determines if the acclerometer reading updates are stopped when for an IMU simulated failure by ACCELx\_FAIL params + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | Disabled | | +| +-------+------------------+ | +| | 1 | Readings stopped | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + +.. _SIM_ADSB_TYPES: + +SIM\_ADSB\_TYPES: Simulated ADSB Type mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +specifies which simulated ADSB types are active + + ++-----------------------+ +| Bitmask | ++=======================+ +| +-----+-------------+ | +| | Bit | Meaning | | +| +=====+=============+ | +| | 0 | MAVLink | | +| +-----+-------------+ | +| | 3 | SageTechMXS | | +| +-----+-------------+ | +| | ++-----------------------+ + + + + +.. _SIM_ARSPD2_FAIL: + +SIM\_ARSPD2\_FAIL: Airspeed sensor failure +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Simulates Airspeed sensor 1 failure + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SIM_ARSPD2_FAILP: + +SIM\_ARSPD2\_FAILP: Airspeed sensor failure pressure +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Simulated airspeed sensor failure pressure + + ++--------+ +| Units | ++========+ +| pascal | ++--------+ + + + + +.. _SIM_ARSPD2_PITOT: + +SIM\_ARSPD2\_PITOT: Airspeed pitot tube failure pressure +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Simulated airspeed sensor pitot tube failure pressure + + ++--------+ +| Units | ++========+ +| pascal | ++--------+ + + + + +.. _SIM_ARSPD2_RATIO: + +SIM\_ARSPD2\_RATIO: Airspeed ratios +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Simulated airspeed sensor ratio + + +.. _SIM_ARSPD2_SIGN: + +SIM\_ARSPD2\_SIGN: Airspeed signflip +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Simulated airspeed sensor with reversed pitot\/static connections + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SIM_ARSPD_FAIL: + +SIM\_ARSPD\_FAIL: Airspeed sensor failure +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Simulates Airspeed sensor 1 failure + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SIM_ARSPD_FAILP: + +SIM\_ARSPD\_FAILP: Airspeed sensor failure pressure +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Simulated airspeed sensor failure pressure + + ++--------+ +| Units | ++========+ +| pascal | ++--------+ + + + + +.. _SIM_ARSPD_PITOT: + +SIM\_ARSPD\_PITOT: Airspeed pitot tube failure pressure +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Simulated airspeed sensor pitot tube failure pressure + + ++--------+ +| Units | ++========+ +| pascal | ++--------+ + + + + +.. _SIM_ARSPD_RATIO: + +SIM\_ARSPD\_RATIO: Airspeed ratios +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Simulated airspeed sensor ratio + + +.. _SIM_ARSPD_SIGN: + +SIM\_ARSPD\_SIGN: Airspeed signflip +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Simulated airspeed sensor with reversed pitot\/static connections + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SIM_BAR2_GLITCH: + +SIM\_BAR2\_GLITCH: Baro2 Glitch +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Glitch for 2nd baro + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_BAR2_RND: + +SIM\_BAR2\_RND: Baro2 Noise +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Amount of \(evenly\-distributed\) noise injected into the 2nd baro + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_BAR3_GLITCH: + +SIM\_BAR3\_GLITCH: Baro3 Glitch +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Glitch for 2nd baro + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_BAR3_RND: + +SIM\_BAR3\_RND: Baro3 Noise +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Amount of \(evenly\-distributed\) noise injected into the 3rd baro + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_BARO_GLITCH: + +SIM\_BARO\_GLITCH: Baro Glitch +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Glitch for 1st baro + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_BARO_RND: + +SIM\_BARO\_RND: Baro Noise +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Amount of \(evenly\-distributed\) noise injected into the 1st baro + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_BATT_VOLTAGE: + +SIM\_BATT\_VOLTAGE: Simulated battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Simulated battery \(constant\) voltage + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _SIM_CAN_SRV_MSK: + +SIM\_CAN\_SRV\_MSK: Mask of CAN servos\/ESCs +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The set of actuators controlled externally by CAN SITL AP\_Periph + + ++--------------------+ +| Bitmask | ++====================+ +| +-----+----------+ | +| | Bit | Meaning | | +| +=====+==========+ | +| | 0 | Servo 1 | | +| +-----+----------+ | +| | 1 | Servo 2 | | +| +-----+----------+ | +| | 2 | Servo 3 | | +| +-----+----------+ | +| | 3 | Servo 4 | | +| +-----+----------+ | +| | 4 | Servo 5 | | +| +-----+----------+ | +| | 5 | Servo 6 | | +| +-----+----------+ | +| | 6 | Servo 7 | | +| +-----+----------+ | +| | 7 | Servo 8 | | +| +-----+----------+ | +| | 8 | Servo 9 | | +| +-----+----------+ | +| | 9 | Servo 10 | | +| +-----+----------+ | +| | 10 | Servo 11 | | +| +-----+----------+ | +| | 11 | Servo 12 | | +| +-----+----------+ | +| | 12 | Servo 13 | | +| +-----+----------+ | +| | 13 | Servo 14 | | +| +-----+----------+ | +| | 14 | Servo 15 | | +| +-----+----------+ | +| | 15 | Servo 16 | | +| +-----+----------+ | +| | 16 | Servo 17 | | +| +-----+----------+ | +| | 17 | Servo 18 | | +| +-----+----------+ | +| | 18 | Servo 19 | | +| +-----+----------+ | +| | 19 | Servo 20 | | +| +-----+----------+ | +| | 20 | Servo 21 | | +| +-----+----------+ | +| | 21 | Servo 22 | | +| +-----+----------+ | +| | 22 | Servo 23 | | +| +-----+----------+ | +| | 23 | Servo 24 | | +| +-----+----------+ | +| | 24 | Servo 25 | | +| +-----+----------+ | +| | 25 | Servo 26 | | +| +-----+----------+ | +| | 26 | Servo 27 | | +| +-----+----------+ | +| | 27 | Servo 28 | | +| +-----+----------+ | +| | 28 | Servo 29 | | +| +-----+----------+ | +| | 29 | Servo 30 | | +| +-----+----------+ | +| | 30 | Servo 31 | | +| +-----+----------+ | +| | 31 | Servo 32 | | +| +-----+----------+ | +| | ++--------------------+ + + + + +.. _SIM_CAN_TYPE1: + +SIM\_CAN\_TYPE1: transport type for first CAN interface +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +transport type for first CAN interface + + ++--------------------------+ +| Values | ++==========================+ +| +-------+--------------+ | +| | Value | Meaning | | +| +=======+==============+ | +| | 0 | MulticastUDP | | +| +-------+--------------+ | +| | 1 | SocketCAN | | +| +-------+--------------+ | +| | ++--------------------------+ + + + + +.. _SIM_CAN_TYPE2: + +SIM\_CAN\_TYPE2: transport type for second CAN interface +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +transport type for second CAN interface + + ++--------------------------+ +| Values | ++==========================+ +| +-------+--------------+ | +| | Value | Meaning | | +| +=======+==============+ | +| | 0 | MulticastUDP | | +| +-------+--------------+ | +| | 1 | SocketCAN | | +| +-------+--------------+ | +| | ++--------------------------+ + + + + +.. _SIM_ESC_TELEM: + +SIM\_ESC\_TELEM: Simulated ESC Telemetry +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +enable perfect simulated ESC telemetry + + +.. _SIM_FLOAT_EXCEPT: + +SIM\_FLOAT\_EXCEPT: Generate floating point exceptions +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +If set\, if a numerical error occurs SITL will die with a floating point exception\. + + +.. _SIM_FLOW_DELAY: + +SIM\_FLOW\_DELAY: Opflow Delay +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Opflow data delay + + ++--------------+ +| Units | ++==============+ +| milliseconds | ++--------------+ + + + + +.. _SIM_FLOW_ENABLE: + +SIM\_FLOW\_ENABLE: Opflow Enable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable simulated Optical Flow sensor + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 0 | Disable | | +| +-------+---------+ | +| | 1 | Enabled | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _SIM_FLOW_POS_X: + +SIM\_FLOW\_POS\_X: Opflow Pos +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +XYZ position of the optical flow sensor focal point relative to the body frame origin \(X\-axis\) + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_FLOW_POS_Y: + +SIM\_FLOW\_POS\_Y: Opflow Pos +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +XYZ position of the optical flow sensor focal point relative to the body frame origin \(Y\-axis\) + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_FLOW_POS_Z: + +SIM\_FLOW\_POS\_Z: Opflow Pos +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +XYZ position of the optical flow sensor focal point relative to the body frame origin \(Z\-axis\) + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_FLOW_RATE: + +SIM\_FLOW\_RATE: Opflow Rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Opflow Data Rate + + ++-------+ +| Units | ++=======+ +| hertz | ++-------+ + + + + +.. _SIM_FLOW_RND: + +SIM\_FLOW\_RND: Opflow noise +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Optical Flow sensor measurement noise in rad\/sec + + +.. _SIM_GPS2_ACC: + +SIM\_GPS2\_ACC: GPS 2 Accuracy +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +GPS 2 Accuracy + + +.. _SIM_GPS2_ALT_OFS: + +SIM\_GPS2\_ALT\_OFS: GPS 2 Altitude Offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +GPS 2 Altitude Error + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_GPS2_BYTELOS: + +SIM\_GPS2\_BYTELOS: GPS 2 Byteloss +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Percent of bytes lost from GPS 2 + + ++---------+ +| Units | ++=========+ +| percent | ++---------+ + + + + +.. _SIM_GPS2_DISABLE: + +SIM\_GPS2\_DISABLE: GPS 2 disable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Disables GPS 2 + + ++--------------------------+ +| Values | ++==========================+ +| +-------+--------------+ | +| | Value | Meaning | | +| +=======+==============+ | +| | 0 | Enable | | +| +-------+--------------+ | +| | 1 | GPS Disabled | | +| +-------+--------------+ | +| | ++--------------------------+ + + + + +.. _SIM_GPS2_DRFTALT: + +SIM\_GPS2\_DRFTALT: GPS 2 Altitude Drift +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +GPS 2 altitude drift error + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_GPS2_GLTCH_X: + +SIM\_GPS2\_GLTCH\_X: GPS 2 Glitch +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Glitch offsets of simulated GPS 2 sensor \(X\-axis\) + + +.. _SIM_GPS2_GLTCH_Y: + +SIM\_GPS2\_GLTCH\_Y: GPS 2 Glitch +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Glitch offsets of simulated GPS 2 sensor \(Y\-axis\) + + +.. _SIM_GPS2_GLTCH_Z: + +SIM\_GPS2\_GLTCH\_Z: GPS 2 Glitch +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Glitch offsets of simulated GPS 2 sensor \(Z\-axis\) + + +.. _SIM_GPS2_HDG: + +SIM\_GPS2\_HDG: GPS 2 Heading +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Enable GPS2 output of NMEA heading HDT sentence or UBLOX\_RELPOSNED + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SIM_GPS2_HZ: + +SIM\_GPS2\_HZ: GPS 2 Hz +~~~~~~~~~~~~~~~~~~~~~~~ + + +GPS 2 Update rate + + ++-------+ +| Units | ++=======+ +| hertz | ++-------+ + + + + +.. _SIM_GPS2_JAM: + +SIM\_GPS2\_JAM: GPS jamming enable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Enable simulated GPS jamming + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SIM_GPS2_LAG_MS: + +SIM\_GPS2\_LAG\_MS: GPS 2 Lag +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +GPS 2 lag in ms + + ++--------------+ +| Units | ++==============+ +| milliseconds | ++--------------+ + + + + +.. _SIM_GPS2_LCKTIME: + +SIM\_GPS2\_LCKTIME: GPS 2 Lock Time +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Delay in seconds before GPS2 acquires lock + + ++---------+ +| Units | ++=========+ +| seconds | ++---------+ + + + + +.. _SIM_GPS2_NOISE: + +SIM\_GPS2\_NOISE: GPS 2 Noise +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Amplitude of the GPS2 altitude error + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_GPS2_NUMSATS: + +SIM\_GPS2\_NUMSATS: GPS 2 Num Satellites +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of satellites GPS 2 has in view + + +.. _SIM_GPS2_POS_X: + +SIM\_GPS2\_POS\_X: GPS 2 Position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +GPS 2 antenna phase center position relative to the body frame origin \(X\-axis\) + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_GPS2_POS_Y: + +SIM\_GPS2\_POS\_Y: GPS 2 Position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +GPS 2 antenna phase center position relative to the body frame origin \(Y\-axis\) + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_GPS2_POS_Z: + +SIM\_GPS2\_POS\_Z: GPS 2 Position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +GPS 2 antenna phase center position relative to the body frame origin \(Z\-axis\) + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_GPS2_TYPE: + +SIM\_GPS2\_TYPE: GPS 2 type +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the type of simulation used for GPS 2 + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 0 | None | | +| +-------+---------+ | +| | 1 | UBlox | | +| +-------+---------+ | +| | 5 | NMEA | | +| +-------+---------+ | +| | 6 | SBP | | +| +-------+---------+ | +| | 7 | File | | +| +-------+---------+ | +| | 8 | Nova | | +| +-------+---------+ | +| | 9 | SBP | | +| +-------+---------+ | +| | 10 | Trimble | | +| +-------+---------+ | +| | 19 | MSP | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _SIM_GPS2_VERR_X: + +SIM\_GPS2\_VERR\_X: GPS 2 Velocity Error +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +GPS 2 Velocity Error Offsets in NED \(X\-axis\) + + +.. _SIM_GPS2_VERR_Y: + +SIM\_GPS2\_VERR\_Y: GPS 2 Velocity Error +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +GPS 2 Velocity Error Offsets in NED \(Y\-axis\) + + +.. _SIM_GPS2_VERR_Z: + +SIM\_GPS2\_VERR\_Z: GPS 2 Velocity Error +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +GPS 2 Velocity Error Offsets in NED \(Z\-axis\) + + +.. _SIM_GPS_ACC: + +SIM\_GPS\_ACC: GPS 1 Accuracy +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +GPS 1 Accuracy + + +.. _SIM_GPS_ALT_OFS: + +SIM\_GPS\_ALT\_OFS: GPS 1 Altitude Offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +GPS 1 Altitude Error + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_GPS_BYTELOSS: + +SIM\_GPS\_BYTELOSS: GPS Byteloss +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Percent of bytes lost from GPS 1 + + ++---------+ +| Units | ++=========+ +| percent | ++---------+ + + + + +.. _SIM_GPS_DISABLE: + +SIM\_GPS\_DISABLE: GPS 1 disable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Disables GPS 1 + + ++--------------------------+ +| Values | ++==========================+ +| +-------+--------------+ | +| | Value | Meaning | | +| +=======+==============+ | +| | 0 | Enable | | +| +-------+--------------+ | +| | 1 | GPS Disabled | | +| +-------+--------------+ | +| | ++--------------------------+ + + + + +.. _SIM_GPS_DRIFTALT: + +SIM\_GPS\_DRIFTALT: GPS 1 Altitude Drift +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +GPS 1 altitude drift error + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_GPS_GLITCH_X: + +SIM\_GPS\_GLITCH\_X: GPS 1 Glitch +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Glitch offsets of simulated GPS 1 sensor \(X\-axis\) + + +.. _SIM_GPS_GLITCH_Y: + +SIM\_GPS\_GLITCH\_Y: GPS 1 Glitch +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Glitch offsets of simulated GPS 1 sensor \(Y\-axis\) + + +.. _SIM_GPS_GLITCH_Z: + +SIM\_GPS\_GLITCH\_Z: GPS 1 Glitch +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Glitch offsets of simulated GPS 1 sensor \(Z\-axis\) + + +.. _SIM_GPS_HDG: + +SIM\_GPS\_HDG: GPS 1 Heading +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Enable GPS1 output of NMEA heading HDT sentence or UBLOX\_RELPOSNED + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SIM_GPS_HZ: + +SIM\_GPS\_HZ: GPS 1 Hz +~~~~~~~~~~~~~~~~~~~~~~ + + +GPS 1 Update rate + + ++-------+ +| Units | ++=======+ +| hertz | ++-------+ + + + + +.. _SIM_GPS_JAM: + +SIM\_GPS\_JAM: GPS jamming enable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Enable simulated GPS jamming + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SIM_GPS_LAG_MS: + +SIM\_GPS\_LAG\_MS: GPS 1 Lag +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +GPS 1 lag + + ++--------------+ +| Units | ++==============+ +| milliseconds | ++--------------+ + + + + +.. _SIM_GPS_LOCKTIME: + +SIM\_GPS\_LOCKTIME: GPS 1 Lock Time +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Delay in seconds before GPS1 acquires lock + + ++---------+ +| Units | ++=========+ +| seconds | ++---------+ + + + + +.. _SIM_GPS_LOG_NUM: + +SIM\_GPS\_LOG\_NUM: GPS Log Number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Log number for GPS\:update\_file\(\) + + +.. _SIM_GPS_NOISE: + +SIM\_GPS\_NOISE: GPS 1 Noise +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Amplitude of the GPS1 altitude error + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_GPS_NUMSATS: + +SIM\_GPS\_NUMSATS: GPS 1 Num Satellites +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of satellites GPS 1 has in view + + +.. _SIM_GPS_POS_X: + +SIM\_GPS\_POS\_X: GPS 1 Position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +GPS 1 antenna phase center position relative to the body frame origin \(X\-axis\) + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_GPS_POS_Y: + +SIM\_GPS\_POS\_Y: GPS 1 Position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +GPS 1 antenna phase center position relative to the body frame origin \(Y\-axis\) + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_GPS_POS_Z: + +SIM\_GPS\_POS\_Z: GPS 1 Position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +GPS 1 antenna phase center position relative to the body frame origin \(Z\-axis\) + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_GPS_TYPE: + +SIM\_GPS\_TYPE: GPS 1 type +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the type of simulation used for GPS 1 + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 0 | None | | +| +-------+---------+ | +| | 1 | UBlox | | +| +-------+---------+ | +| | 5 | NMEA | | +| +-------+---------+ | +| | 6 | SBP | | +| +-------+---------+ | +| | 7 | File | | +| +-------+---------+ | +| | 8 | Nova | | +| +-------+---------+ | +| | 9 | SBP | | +| +-------+---------+ | +| | 10 | Trimble | | +| +-------+---------+ | +| | 19 | MSP | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _SIM_GPS_VERR_X: + +SIM\_GPS\_VERR\_X: GPS 1 Velocity Error +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +GPS 1 Velocity Error Offsets in NED \(X\-axis\) + + +.. _SIM_GPS_VERR_Y: + +SIM\_GPS\_VERR\_Y: GPS 1 Velocity Error +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +GPS 1 Velocity Error Offsets in NED \(Y\-axis\) + + +.. _SIM_GPS_VERR_Z: + +SIM\_GPS\_VERR\_Z: GPS 1 Velocity Error +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +GPS 1 Velocity Error Offsets in NED \(Z\-axis\) + + +.. _SIM_GRPE_ENABLE: + +SIM\_GRPE\_ENABLE: Gripper servo Sim enable\/disable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Allows you to enable \(1\) or disable \(0\) the gripper servo simulation + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SIM_GRPE_PIN: + +SIM\_GRPE\_PIN: Gripper emp pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The pin number that the gripper emp is connected to\. \(start at 1\) + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _SIM_GRPS_ENABLE: + +SIM\_GRPS\_ENABLE: Gripper servo Sim enable\/disable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Allows you to enable \(1\) or disable \(0\) the gripper servo simulation + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SIM_GRPS_GRAB: + +SIM\_GRPS\_GRAB: Gripper Grab PWM +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +PWM value in microseconds sent to Gripper to initiate grabbing the cargo + + ++--------------+---------------------+ +| Range | Units | ++==============+=====================+ +| 1000 to 2000 | PWM in microseconds | ++--------------+---------------------+ + + + + +.. _SIM_GRPS_PIN: + +SIM\_GRPS\_PIN: Gripper servo pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The pin number that the gripper servo is connected to\. \(start at 1\) + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _SIM_GRPS_RELEASE: + +SIM\_GRPS\_RELEASE: Gripper Release PWM +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +PWM value in microseconds sent to Gripper to release the cargo + + ++--------------+---------------------+ +| Range | Units | ++==============+=====================+ +| 1000 to 2000 | PWM in microseconds | ++--------------+---------------------+ + + + + +.. _SIM_GRPS_REVERSE: + +SIM\_GRPS\_REVERSE: Gripper close direction +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Reverse the closing direction\. + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 0 | Normal | | +| +-------+---------+ | +| | 1 | Reverse | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _SIM_GYR1_BIAS_X: + +SIM\_GYR1\_BIAS\_X: First Gyro bias on X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +First Gyro bias on X axis + + ++--------------------+ +| Units | ++====================+ +| radians per second | ++--------------------+ + + + + +.. _SIM_GYR1_BIAS_Y: + +SIM\_GYR1\_BIAS\_Y: First Gyro bias on Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +First Gyro bias on Y axis + + ++--------------------+ +| Units | ++====================+ +| radians per second | ++--------------------+ + + + + +.. _SIM_GYR1_BIAS_Z: + +SIM\_GYR1\_BIAS\_Z: First Gyro bias on Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +First Gyro bias on Z axis + + ++--------------------+ +| Units | ++====================+ +| radians per second | ++--------------------+ + + + + +.. _SIM_GYR1_SCALE_X: + +SIM\_GYR1\_SCALE\_X: Gyro 1 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated gyroscope \(X\-axis\) + + +.. _SIM_GYR1_SCALE_Y: + +SIM\_GYR1\_SCALE\_Y: Gyro 1 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated gyroscope \(Y\-axis\) + + +.. _SIM_GYR1_SCALE_Z: + +SIM\_GYR1\_SCALE\_Z: Gyro 1 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated gyroscope \(Z\-axis\) + + +.. _SIM_GYR2_BIAS_X: + +SIM\_GYR2\_BIAS\_X: Second Gyro bias on X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Second Gyro bias on X axis + + ++--------------------+ +| Units | ++====================+ +| radians per second | ++--------------------+ + + + + +.. _SIM_GYR2_BIAS_Y: + +SIM\_GYR2\_BIAS\_Y: Second Gyro bias on Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Second Gyro bias on Y axis + + ++--------------------+ +| Units | ++====================+ +| radians per second | ++--------------------+ + + + + +.. _SIM_GYR2_BIAS_Z: + +SIM\_GYR2\_BIAS\_Z: Second Gyro bias on Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Second Gyro bias on Z axis + + ++--------------------+ +| Units | ++====================+ +| radians per second | ++--------------------+ + + + + +.. _SIM_GYR2_SCALE_X: + +SIM\_GYR2\_SCALE\_X: Gyro 2 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated gyroscope \(X\-axis\) + + +.. _SIM_GYR2_SCALE_Y: + +SIM\_GYR2\_SCALE\_Y: Gyro 2 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated gyroscope \(Y\-axis\) + + +.. _SIM_GYR2_SCALE_Z: + +SIM\_GYR2\_SCALE\_Z: Gyro 2 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated gyroscope \(Z\-axis\) + + +.. _SIM_GYR3_BIAS_X: + +SIM\_GYR3\_BIAS\_X: Third Gyro bias on X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Third Gyro bias on X axis + + ++--------------------+ +| Units | ++====================+ +| radians per second | ++--------------------+ + + + + +.. _SIM_GYR3_BIAS_Y: + +SIM\_GYR3\_BIAS\_Y: Third Gyro bias on Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Third Gyro bias on Y axis + + ++--------------------+ +| Units | ++====================+ +| radians per second | ++--------------------+ + + + + +.. _SIM_GYR3_BIAS_Z: + +SIM\_GYR3\_BIAS\_Z: Third Gyro bias on Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Third Gyro bias on Z axis + + ++--------------------+ +| Units | ++====================+ +| radians per second | ++--------------------+ + + + + +.. _SIM_GYR3_SCALE_X: + +SIM\_GYR3\_SCALE\_X: Gyro 3 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated gyroscope \(X\-axis\) + + +.. _SIM_GYR3_SCALE_Y: + +SIM\_GYR3\_SCALE\_Y: Gyro 3 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated gyroscope \(Y\-axis\) + + +.. _SIM_GYR3_SCALE_Z: + +SIM\_GYR3\_SCALE\_Z: Gyro 3 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated gyroscope \(Z\-axis\) + + +.. _SIM_GYR4_BIAS_X: + +SIM\_GYR4\_BIAS\_X: Fourth Gyro bias on X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Fourth Gyro bias on X axis + + ++--------------------+ +| Units | ++====================+ +| radians per second | ++--------------------+ + + + + +.. _SIM_GYR4_BIAS_Y: + +SIM\_GYR4\_BIAS\_Y: Fourth Gyro bias on Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Fourth Gyro bias on Y axis + + ++--------------------+ +| Units | ++====================+ +| radians per second | ++--------------------+ + + + + +.. _SIM_GYR4_BIAS_Z: + +SIM\_GYR4\_BIAS\_Z: Fourth Gyro bias on Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Fourth Gyro bias on Z axis + + ++--------------------+ +| Units | ++====================+ +| radians per second | ++--------------------+ + + + + +.. _SIM_GYR4_SCALE_X: + +SIM\_GYR4\_SCALE\_X: Gyro 4 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated gyroscope \(X\-axis\) + + +.. _SIM_GYR4_SCALE_Y: + +SIM\_GYR4\_SCALE\_Y: Gyro 4 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated gyroscope \(Y\-axis\) + + +.. _SIM_GYR4_SCALE_Z: + +SIM\_GYR4\_SCALE\_Z: Gyro 4 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated gyroscope \(Z\-axis\) + + +.. _SIM_GYR5_BIAS_X: + +SIM\_GYR5\_BIAS\_X: Fifth Gyro bias on X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Fifth Gyro bias on X axis + + ++--------------------+ +| Units | ++====================+ +| radians per second | ++--------------------+ + + + + +.. _SIM_GYR5_BIAS_Y: + +SIM\_GYR5\_BIAS\_Y: Fifth Gyro bias on Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Fifth Gyro bias on Y axis + + ++--------------------+ +| Units | ++====================+ +| radians per second | ++--------------------+ + + + + +.. _SIM_GYR5_BIAS_Z: + +SIM\_GYR5\_BIAS\_Z: Fifth Gyro bias on Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Fifth Gyro bias on Z axis + + ++--------------------+ +| Units | ++====================+ +| radians per second | ++--------------------+ + + + + +.. _SIM_GYR5_SCALE_X: + +SIM\_GYR5\_SCALE\_X: Gyro 5 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated gyroscope \(X\-axis\) + + +.. _SIM_GYR5_SCALE_Y: + +SIM\_GYR5\_SCALE\_Y: Gyro 5 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated gyroscope \(Y\-axis\) + + +.. _SIM_GYR5_SCALE_Z: + +SIM\_GYR5\_SCALE\_Z: Gyro 5 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated gyroscope \(Z\-axis\) + + +.. _SIM_GYRO_FAIL_MSK: + +SIM\_GYRO\_FAIL\_MSK: Gyro Failure Mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Determines if the gyro reading updates are stopped when for an IMU simulated failure by ACCELx\_FAIL params + + ++------------------------------+ +| Values | ++==============================+ +| +-------+------------------+ | +| | Value | Meaning | | +| +=======+==================+ | +| | 0 | Disabled | | +| +-------+------------------+ | +| | 1 | Readings stopped | | +| +-------+------------------+ | +| | ++------------------------------+ + + + + +.. _SIM_IMU_COUNT: + +SIM\_IMU\_COUNT: IMU count +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of simulated IMUs to create + + +.. _SIM_IMU_POS_X: + +SIM\_IMU\_POS\_X: IMU Offsets +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +XYZ position of the IMU accelerometer relative to the body frame origin \(X\-axis\) + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_IMU_POS_Y: + +SIM\_IMU\_POS\_Y: IMU Offsets +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +XYZ position of the IMU accelerometer relative to the body frame origin \(Y\-axis\) + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_IMU_POS_Z: + +SIM\_IMU\_POS\_Z: IMU Offsets +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +XYZ position of the IMU accelerometer relative to the body frame origin \(Z\-axis\) + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_INIT_ALT_OFS: + +SIM\_INIT\_ALT\_OFS: Initial Altitude Offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +GPS initial alt offset from origin + + +.. _SIM_INIT_LAT_OFS: + +SIM\_INIT\_LAT\_OFS: Initial Latitude Offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +GPS initial lat offset from origin + + +.. _SIM_INIT_LON_OFS: + +SIM\_INIT\_LON\_OFS: Initial Longitude Offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +GPS initial lon offset from origin + + +.. _SIM_JSON_MASTER: + +SIM\_JSON\_MASTER: JSON master instance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +the instance number to take servos from + + +.. _SIM_MAG1_DEVID: + +SIM\_MAG1\_DEVID: MAG1 Device ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Device ID of simulated compass 1 + + +.. _SIM_MAG1_FAIL: + +SIM\_MAG1\_FAIL: MAG1 Failure +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Simulated failure of MAG1 + + ++--------------------------+ +| Values | ++==========================+ +| +-------+--------------+ | +| | Value | Meaning | | +| +=======+==============+ | +| | 0 | Disabled | | +| +-------+--------------+ | +| | 1 | MAG1 Failure | | +| +-------+--------------+ | +| | ++--------------------------+ + + + + +.. _SIM_MAG2_FAIL: + +SIM\_MAG2\_FAIL: MAG2 Failure +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Simulated failure of MAG2 + + ++--------------------------+ +| Values | ++==========================+ +| +-------+--------------+ | +| | Value | Meaning | | +| +=======+==============+ | +| | 0 | Disabled | | +| +-------+--------------+ | +| | 1 | MAG2 Failure | | +| +-------+--------------+ | +| | ++--------------------------+ + + + + +.. _SIM_MAG3_FAIL: + +SIM\_MAG3\_FAIL: MAG3 Failure +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Simulated failure of MAG3 + + ++--------------------------+ +| Values | ++==========================+ +| +-------+--------------+ | +| | Value | Meaning | | +| +=======+==============+ | +| | 0 | Disabled | | +| +-------+--------------+ | +| | 1 | MAG3 Failure | | +| +-------+--------------+ | +| | ++--------------------------+ + + + + +.. _SIM_MAG_SAVE_IDS: + +SIM\_MAG\_SAVE\_IDS: Save MAG devids on startup +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This forces saving of compass devids on startup so that simulated compasses start as calibrated + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SIM_OH_MASK: + +SIM\_OH\_MASK: SIM\-on\_hardware Output Enable Mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +channels which are passed through to actual hardware when running sim on actual hardware + + +.. _SIM_OH_RELAY_MSK: + +SIM\_OH\_RELAY\_MSK: SIM\-on\_hardware Relay Enable Mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Allow relay output operation when running SIM\-on\-hardware + + +.. _SIM_OPOS_ALT: + +SIM\_OPOS\_ALT: Original Position \(Altitude\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Specifies vehicle\'s startup altitude \(AMSL\) + + +.. _SIM_OPOS_HDG: + +SIM\_OPOS\_HDG: Original Position \(Heading\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Specifies vehicle\'s startup heading \(0\-360\) + + +.. _SIM_OPOS_LAT: + +SIM\_OPOS\_LAT: Original Position \(Latitude\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Specifies vehicle\'s startup latitude + + +.. _SIM_OPOS_LNG: + +SIM\_OPOS\_LNG: Original Position \(Longitude\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Specifies vehicle\'s startup longitude + + +.. _SIM_PLD_ALT_LIMIT: + +SIM\_PLD\_ALT\_LIMIT: Precland device alt range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Precland device maximum range altitude + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 0 to 100 | meters | ++----------+--------+ + + + + +.. _SIM_PLD_DIST_LIMIT: + +SIM\_PLD\_DIST\_LIMIT: Precland device lateral range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Precland device maximum lateral range + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 5 to 100 | meters | ++----------+--------+ + + + + +.. _SIM_PLD_ENABLE: + +SIM\_PLD\_ENABLE: Preland device Sim enable\/disable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Allows you to enable \(1\) or disable \(0\) the Preland simulation + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SIM_PLD_HEIGHT: + +SIM\_PLD\_HEIGHT: Precland device center\'s height above sealevel +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Precland device center\'s height above sealevel assume a 2x2m square as station base + + ++-----------+------------+-------------+ +| Increment | Range | Units | ++===========+============+=============+ +| 1 | 0 to 10000 | centimeters | ++-----------+------------+-------------+ + + + + +.. _SIM_PLD_LAT: + +SIM\_PLD\_LAT: Precland device center\'s latitude +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Precland device center\'s latitude + + ++-----------+-----------+---------+ +| Increment | Range | Units | ++===========+===========+=========+ +| 0.000001 | -90 to 90 | degrees | ++-----------+-----------+---------+ + + + + +.. _SIM_PLD_LON: + +SIM\_PLD\_LON: Precland device center\'s longitude +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Precland device center\'s longitude + + ++-----------+-------------+---------+ +| Increment | Range | Units | ++===========+=============+=========+ +| 0.000001 | -180 to 180 | degrees | ++-----------+-------------+---------+ + + + + +.. _SIM_PLD_OPTIONS: + +SIM\_PLD\_OPTIONS: SIM\_Precland extra options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +SIM\_Precland extra options + + ++----------------------------------+ +| Bitmask | ++==================================+ +| +-----+------------------------+ | +| | Bit | Meaning | | +| +=====+========================+ | +| | 0 | Enable target distance | | +| +-----+------------------------+ | +| | ++----------------------------------+ + + + + +.. _SIM_PLD_ORIENT: + +SIM\_PLD\_ORIENT: Precland device orientation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Precland device orientation vector + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 0 | Front | | +| +-------+---------+ | +| | 4 | Back | | +| +-------+---------+ | +| | 24 | Up | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _SIM_PLD_RATE: + +SIM\_PLD\_RATE: Precland device update rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Precland device rate\. e\.g led patter refresh rate\, RF message rate\, etc\. + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 0 to 200 | hertz | ++----------+-------+ + + + + +.. _SIM_PLD_TYPE: + +SIM\_PLD\_TYPE: Precland device radiance type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Precland device radiance type\: it can be a cylinder\, a cone\, or a sphere\. + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | cylinder | | +| +-------+----------+ | +| | 1 | cone | | +| +-------+----------+ | +| | 2 | sphere | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SIM_PLD_YAW: + +SIM\_PLD\_YAW: Precland device systems rotation from north +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Precland device systems rotation from north + + ++-----------+--------------+---------+ +| Increment | Range | Units | ++===========+==============+=========+ +| 1 | -180 to +180 | degrees | ++-----------+--------------+---------+ + + + + +.. _SIM_RC_FAIL: + +SIM\_RC\_FAIL: Simulated RC signal failure +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Allows you to emulate rc failures in sim + + ++-----------------------------------------------------------+ +| Values | ++===========================================================+ +| +-------+-----------------------------------------------+ | +| | Value | Meaning | | +| +=======+===============================================+ | +| | 0 | Disabled | | +| +-------+-----------------------------------------------+ | +| | 1 | No RC pusles | | +| +-------+-----------------------------------------------+ | +| | 2 | All Channels neutral except Throttle is 950us | | +| +-------+-----------------------------------------------+ | +| | ++-----------------------------------------------------------+ + + + + +.. _SIM_SAIL_TYPE: + +SIM\_SAIL\_TYPE: Sailboat simulation sail type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +0\: mainsail with sheet\, 1\: directly actuated wing + + +.. _SIM_SPEEDUP: + +SIM\_SPEEDUP: Sim Speedup +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Runs the simulation at multiples of normal speed\. Do not use if realtime physics\, like RealFlight\, is being used + + ++---------+ +| Range | ++=========+ +| 1 to 10 | ++---------+ + + + + +.. _SIM_SPR_ENABLE: + +SIM\_SPR\_ENABLE: Sprayer Sim enable\/disable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Allows you to enable \(1\) or disable \(0\) the Sprayer simulation + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SIM_SPR_PUMP: + +SIM\_SPR\_PUMP: Sprayer pump pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The pin number that the Sprayer pump is connected to\. \(start at 1\) + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _SIM_SPR_SPIN: + +SIM\_SPR\_SPIN: Sprayer spinner servo pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The pin number that the Sprayer spinner servo is connected to\. \(start at 1\) + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _SIM_UART_LOSS: + +SIM\_UART\_LOSS: UART byte loss percentage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets percentage of outgoing byte loss on UARTs + + ++---------+ +| Units | ++=========+ +| percent | ++---------+ + + + + +.. _SIM_WIND_DIR: + +SIM\_WIND\_DIR: Simulated Wind direction +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Allows you to set wind direction \(true deg\) in sim + + ++---------+ +| Units | ++=========+ +| degrees | ++---------+ + + + + +.. _SIM_WIND_SPD: + +SIM\_WIND\_SPD: Simulated Wind speed +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Allows you to emulate wind in sim + + ++-------------------+ +| Units | ++===================+ +| meters per second | ++-------------------+ + + + + +.. _SIM_WIND_TURB: + +SIM\_WIND\_TURB: Simulated Wind variation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Allows you to emulate random wind variations in sim + + ++-------------------+ +| Units | ++===================+ +| meters per second | ++-------------------+ + + + + +.. _SIM_WIND_T_: + +SIM\_WIND\_T\_: Wind Profile Type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Selects how wind varies from surface to WIND\_T\_ALT + + ++------------------------------------+ +| Values | ++====================================+ +| +-------+------------------------+ | +| | Value | Meaning | | +| +=======+========================+ | +| | 0 | square law | | +| +-------+------------------------+ | +| | 1 | none | | +| +-------+------------------------+ | +| | 2 | linear-see WIND_T_COEF | | +| +-------+------------------------+ | +| | ++------------------------------------+ + + + + +.. _SIM_WIND_T_ALT: + +SIM\_WIND\_T\_ALT: Full Wind Altitude +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Altitude at which wind reaches full strength\, decaying from full strength as altitude lowers to ground level + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_WIND_T_COEF: + +SIM\_WIND\_T\_COEF: Linear Wind Curve Coeff +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +For linear wind profile\,wind is reduced by \(Altitude\-WIND\_T\_ALT\) x this value + + +.. _SIM_WOW_PIN: + +SIM\_WOW\_PIN: Weight on Wheels Pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +SITL set this simulated pin to true if vehicle is on ground + + + +.. _parameters_SPRAY_: + +SPRAY\_ Parameters +------------------ + + +.. _SPRAY_ENABLE: + +SPRAY\_ENABLE: Sprayer enable\/disable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Allows you to enable \(1\) or disable \(0\) the sprayer + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _SPRAY_PUMP_RATE: + +SPRAY\_PUMP\_RATE: Pump speed +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Desired pump speed when travelling 1m\/s expressed as a percentage + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 100 | percent | ++----------+---------+ + + + + +.. _SPRAY_SPINNER: + +SPRAY\_SPINNER: Spinner rotation speed +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Spinner\'s rotation speed in PWM \(a higher rate will disperse the spray over a wider area horizontally\) + + ++--------------+--------------+ +| Range | Units | ++==============+==============+ +| 1000 to 2000 | milliseconds | ++--------------+--------------+ + + + + +.. _SPRAY_SPEED_MIN: + +SPRAY\_SPEED\_MIN: Speed minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Speed minimum at which we will begin spraying + + ++-----------+------------------------+ +| Range | Units | ++===========+========================+ +| 0 to 1000 | centimeters per second | ++-----------+------------------------+ + + + + +.. _SPRAY_PUMP_MIN: + +SPRAY\_PUMP\_MIN: Pump speed minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum pump speed expressed as a percentage + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 100 | percent | ++----------+---------+ + + + + + +.. _parameters_SR0_: + +SR0\_ Parameters +---------------- + + +.. _SR0_RAW_SENS: + +SR0\_RAW\_SENS: Raw sensor stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of RAW\_IMU\, SCALED\_IMU2\, SCALED\_IMU3\, SCALED\_PRESSURE\, SCALED\_PRESSURE2\, and SCALED\_PRESSURE3 + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR0_EXT_STAT: + +SR0\_EXT\_STAT: Extended status stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of SYS\_STATUS\, POWER\_STATUS\, MCU\_STATUS\, MEMINFO\, CURRENT\_WAYPOINT\, GPS\_RAW\_INT\, GPS\_RTK \(if available\)\, GPS2\_RAW\_INT \(if available\)\, GPS2\_RTK \(if available\)\, NAV\_CONTROLLER\_OUTPUT\, FENCE\_STATUS\, and GLOBAL\_TARGET\_POS\_INT + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR0_RC_CHAN: + +SR0\_RC\_CHAN: RC Channel stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of SERVO\_OUTPUT\_RAW and RC\_CHANNELS + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR0_RAW_CTRL: + +SR0\_RAW\_CTRL: Raw Control stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Raw Control stream rate of SERVO\_OUT + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR0_POSITION: + +SR0\_POSITION: Position stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of GLOBAL\_POSITION\_INT and LOCAL\_POSITION\_NED + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR0_EXTRA1: + +SR0\_EXTRA1: Extra data type 1 stream rate to ground station +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of ATTITUDE\, SIMSTATE \(SIM only\)\, AHRS2 and PID\_TUNING + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR0_EXTRA2: + +SR0\_EXTRA2: Extra data type 2 stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of VFR\_HUD + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR0_EXTRA3: + +SR0\_EXTRA3: Extra data type 3 stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of AHRS\, SYSTEM\_TIME\, WIND\, RANGEFINDER\, DISTANCE\_SENSOR\, BATTERY2\, BATTERY\_STATUS\, GIMBAL\_DEVICE\_ATTITUDE\_STATUS\, OPTICAL\_FLOW\, MAG\_CAL\_REPORT\, MAG\_CAL\_PROGRESS\, EKF\_STATUS\_REPORT\, VIBRATION\, RPM\, ESC TELEMETRY\, and WHEEL\_DISTANCE + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR0_PARAMS: + +SR0\_PARAMS: Parameter stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of PARAM\_VALUE + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR0_ADSB: + +SR0\_ADSB: ADSB stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink ADSB \(AIS\) stream rate + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + + +.. _parameters_SR1_: + +SR1\_ Parameters +---------------- + + +.. _SR1_RAW_SENS: + +SR1\_RAW\_SENS: Raw sensor stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of RAW\_IMU\, SCALED\_IMU2\, SCALED\_IMU3\, SCALED\_PRESSURE\, SCALED\_PRESSURE2\, and SCALED\_PRESSURE3 + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR1_EXT_STAT: + +SR1\_EXT\_STAT: Extended status stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of SYS\_STATUS\, POWER\_STATUS\, MCU\_STATUS\, MEMINFO\, CURRENT\_WAYPOINT\, GPS\_RAW\_INT\, GPS\_RTK \(if available\)\, GPS2\_RAW\_INT \(if available\)\, GPS2\_RTK \(if available\)\, NAV\_CONTROLLER\_OUTPUT\, FENCE\_STATUS\, and GLOBAL\_TARGET\_POS\_INT + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR1_RC_CHAN: + +SR1\_RC\_CHAN: RC Channel stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of SERVO\_OUTPUT\_RAW and RC\_CHANNELS + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR1_RAW_CTRL: + +SR1\_RAW\_CTRL: Raw Control stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Raw Control stream rate of SERVO\_OUT + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR1_POSITION: + +SR1\_POSITION: Position stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of GLOBAL\_POSITION\_INT and LOCAL\_POSITION\_NED + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR1_EXTRA1: + +SR1\_EXTRA1: Extra data type 1 stream rate to ground station +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of ATTITUDE\, SIMSTATE \(SIM only\)\, AHRS2 and PID\_TUNING + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR1_EXTRA2: + +SR1\_EXTRA2: Extra data type 2 stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of VFR\_HUD + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR1_EXTRA3: + +SR1\_EXTRA3: Extra data type 3 stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of AHRS\, SYSTEM\_TIME\, WIND\, RANGEFINDER\, DISTANCE\_SENSOR\, BATTERY2\, BATTERY\_STATUS\, GIMBAL\_DEVICE\_ATTITUDE\_STATUS\, OPTICAL\_FLOW\, MAG\_CAL\_REPORT\, MAG\_CAL\_PROGRESS\, EKF\_STATUS\_REPORT\, VIBRATION\, RPM\, ESC TELEMETRY\, and WHEEL\_DISTANCE + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR1_PARAMS: + +SR1\_PARAMS: Parameter stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of PARAM\_VALUE + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR1_ADSB: + +SR1\_ADSB: ADSB stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink ADSB \(AIS\) stream rate + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + + +.. _parameters_SR2_: + +SR2\_ Parameters +---------------- + + +.. _SR2_RAW_SENS: + +SR2\_RAW\_SENS: Raw sensor stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of RAW\_IMU\, SCALED\_IMU2\, SCALED\_IMU3\, SCALED\_PRESSURE\, SCALED\_PRESSURE2\, and SCALED\_PRESSURE3 + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR2_EXT_STAT: + +SR2\_EXT\_STAT: Extended status stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of SYS\_STATUS\, POWER\_STATUS\, MCU\_STATUS\, MEMINFO\, CURRENT\_WAYPOINT\, GPS\_RAW\_INT\, GPS\_RTK \(if available\)\, GPS2\_RAW\_INT \(if available\)\, GPS2\_RTK \(if available\)\, NAV\_CONTROLLER\_OUTPUT\, FENCE\_STATUS\, and GLOBAL\_TARGET\_POS\_INT + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR2_RC_CHAN: + +SR2\_RC\_CHAN: RC Channel stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of SERVO\_OUTPUT\_RAW and RC\_CHANNELS + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR2_RAW_CTRL: + +SR2\_RAW\_CTRL: Raw Control stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Raw Control stream rate of SERVO\_OUT + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR2_POSITION: + +SR2\_POSITION: Position stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of GLOBAL\_POSITION\_INT and LOCAL\_POSITION\_NED + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR2_EXTRA1: + +SR2\_EXTRA1: Extra data type 1 stream rate to ground station +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of ATTITUDE\, SIMSTATE \(SIM only\)\, AHRS2 and PID\_TUNING + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR2_EXTRA2: + +SR2\_EXTRA2: Extra data type 2 stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of VFR\_HUD + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR2_EXTRA3: + +SR2\_EXTRA3: Extra data type 3 stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of AHRS\, SYSTEM\_TIME\, WIND\, RANGEFINDER\, DISTANCE\_SENSOR\, BATTERY2\, BATTERY\_STATUS\, GIMBAL\_DEVICE\_ATTITUDE\_STATUS\, OPTICAL\_FLOW\, MAG\_CAL\_REPORT\, MAG\_CAL\_PROGRESS\, EKF\_STATUS\_REPORT\, VIBRATION\, RPM\, ESC TELEMETRY\, and WHEEL\_DISTANCE + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR2_PARAMS: + +SR2\_PARAMS: Parameter stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of PARAM\_VALUE + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR2_ADSB: + +SR2\_ADSB: ADSB stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink ADSB \(AIS\) stream rate + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + + +.. _parameters_SR3_: + +SR3\_ Parameters +---------------- + + +.. _SR3_RAW_SENS: + +SR3\_RAW\_SENS: Raw sensor stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of RAW\_IMU\, SCALED\_IMU2\, SCALED\_IMU3\, SCALED\_PRESSURE\, SCALED\_PRESSURE2\, and SCALED\_PRESSURE3 + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR3_EXT_STAT: + +SR3\_EXT\_STAT: Extended status stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of SYS\_STATUS\, POWER\_STATUS\, MCU\_STATUS\, MEMINFO\, CURRENT\_WAYPOINT\, GPS\_RAW\_INT\, GPS\_RTK \(if available\)\, GPS2\_RAW\_INT \(if available\)\, GPS2\_RTK \(if available\)\, NAV\_CONTROLLER\_OUTPUT\, FENCE\_STATUS\, and GLOBAL\_TARGET\_POS\_INT + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR3_RC_CHAN: + +SR3\_RC\_CHAN: RC Channel stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of SERVO\_OUTPUT\_RAW and RC\_CHANNELS + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR3_RAW_CTRL: + +SR3\_RAW\_CTRL: Raw Control stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Raw Control stream rate of SERVO\_OUT + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR3_POSITION: + +SR3\_POSITION: Position stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of GLOBAL\_POSITION\_INT and LOCAL\_POSITION\_NED + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR3_EXTRA1: + +SR3\_EXTRA1: Extra data type 1 stream rate to ground station +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of ATTITUDE\, SIMSTATE \(SIM only\)\, AHRS2 and PID\_TUNING + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR3_EXTRA2: + +SR3\_EXTRA2: Extra data type 2 stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of VFR\_HUD + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR3_EXTRA3: + +SR3\_EXTRA3: Extra data type 3 stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of AHRS\, SYSTEM\_TIME\, WIND\, RANGEFINDER\, DISTANCE\_SENSOR\, BATTERY2\, BATTERY\_STATUS\, GIMBAL\_DEVICE\_ATTITUDE\_STATUS\, OPTICAL\_FLOW\, MAG\_CAL\_REPORT\, MAG\_CAL\_PROGRESS\, EKF\_STATUS\_REPORT\, VIBRATION\, RPM\, ESC TELEMETRY\, and WHEEL\_DISTANCE + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR3_PARAMS: + +SR3\_PARAMS: Parameter stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of PARAM\_VALUE + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR3_ADSB: + +SR3\_ADSB: ADSB stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink ADSB \(AIS\) stream rate + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + + +.. _parameters_SR4_: + +SR4\_ Parameters +---------------- + + +.. _SR4_RAW_SENS: + +SR4\_RAW\_SENS: Raw sensor stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of RAW\_IMU\, SCALED\_IMU2\, SCALED\_IMU3\, SCALED\_PRESSURE\, SCALED\_PRESSURE2\, and SCALED\_PRESSURE3 + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR4_EXT_STAT: + +SR4\_EXT\_STAT: Extended status stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of SYS\_STATUS\, POWER\_STATUS\, MCU\_STATUS\, MEMINFO\, CURRENT\_WAYPOINT\, GPS\_RAW\_INT\, GPS\_RTK \(if available\)\, GPS2\_RAW\_INT \(if available\)\, GPS2\_RTK \(if available\)\, NAV\_CONTROLLER\_OUTPUT\, FENCE\_STATUS\, and GLOBAL\_TARGET\_POS\_INT + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR4_RC_CHAN: + +SR4\_RC\_CHAN: RC Channel stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of SERVO\_OUTPUT\_RAW and RC\_CHANNELS + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR4_RAW_CTRL: + +SR4\_RAW\_CTRL: Raw Control stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Raw Control stream rate of SERVO\_OUT + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR4_POSITION: + +SR4\_POSITION: Position stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of GLOBAL\_POSITION\_INT and LOCAL\_POSITION\_NED + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR4_EXTRA1: + +SR4\_EXTRA1: Extra data type 1 stream rate to ground station +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of ATTITUDE\, SIMSTATE \(SIM only\)\, AHRS2 and PID\_TUNING + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR4_EXTRA2: + +SR4\_EXTRA2: Extra data type 2 stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of VFR\_HUD + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR4_EXTRA3: + +SR4\_EXTRA3: Extra data type 3 stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of AHRS\, SYSTEM\_TIME\, WIND\, RANGEFINDER\, DISTANCE\_SENSOR\, BATTERY2\, BATTERY\_STATUS\, GIMBAL\_DEVICE\_ATTITUDE\_STATUS\, OPTICAL\_FLOW\, MAG\_CAL\_REPORT\, MAG\_CAL\_PROGRESS\, EKF\_STATUS\_REPORT\, VIBRATION\, RPM\, ESC TELEMETRY\, and WHEEL\_DISTANCE + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR4_PARAMS: + +SR4\_PARAMS: Parameter stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of PARAM\_VALUE + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR4_ADSB: + +SR4\_ADSB: ADSB stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink ADSB \(AIS\) stream rate + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + + +.. _parameters_SR5_: + +SR5\_ Parameters +---------------- + + +.. _SR5_RAW_SENS: + +SR5\_RAW\_SENS: Raw sensor stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of RAW\_IMU\, SCALED\_IMU2\, SCALED\_IMU3\, SCALED\_PRESSURE\, SCALED\_PRESSURE2\, and SCALED\_PRESSURE3 + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR5_EXT_STAT: + +SR5\_EXT\_STAT: Extended status stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of SYS\_STATUS\, POWER\_STATUS\, MCU\_STATUS\, MEMINFO\, CURRENT\_WAYPOINT\, GPS\_RAW\_INT\, GPS\_RTK \(if available\)\, GPS2\_RAW\_INT \(if available\)\, GPS2\_RTK \(if available\)\, NAV\_CONTROLLER\_OUTPUT\, FENCE\_STATUS\, and GLOBAL\_TARGET\_POS\_INT + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR5_RC_CHAN: + +SR5\_RC\_CHAN: RC Channel stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of SERVO\_OUTPUT\_RAW and RC\_CHANNELS + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR5_RAW_CTRL: + +SR5\_RAW\_CTRL: Raw Control stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Raw Control stream rate of SERVO\_OUT + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR5_POSITION: + +SR5\_POSITION: Position stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of GLOBAL\_POSITION\_INT and LOCAL\_POSITION\_NED + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR5_EXTRA1: + +SR5\_EXTRA1: Extra data type 1 stream rate to ground station +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of ATTITUDE\, SIMSTATE \(SIM only\)\, AHRS2 and PID\_TUNING + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR5_EXTRA2: + +SR5\_EXTRA2: Extra data type 2 stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of VFR\_HUD + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR5_EXTRA3: + +SR5\_EXTRA3: Extra data type 3 stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of AHRS\, SYSTEM\_TIME\, WIND\, RANGEFINDER\, DISTANCE\_SENSOR\, BATTERY2\, BATTERY\_STATUS\, GIMBAL\_DEVICE\_ATTITUDE\_STATUS\, OPTICAL\_FLOW\, MAG\_CAL\_REPORT\, MAG\_CAL\_PROGRESS\, EKF\_STATUS\_REPORT\, VIBRATION\, RPM\, ESC TELEMETRY\, and WHEEL\_DISTANCE + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR5_PARAMS: + +SR5\_PARAMS: Parameter stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of PARAM\_VALUE + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR5_ADSB: + +SR5\_ADSB: ADSB stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink ADSB \(AIS\) stream rate + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + + +.. _parameters_SR6_: + +SR6\_ Parameters +---------------- + + +.. _SR6_RAW_SENS: + +SR6\_RAW\_SENS: Raw sensor stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of RAW\_IMU\, SCALED\_IMU2\, SCALED\_IMU3\, SCALED\_PRESSURE\, SCALED\_PRESSURE2\, and SCALED\_PRESSURE3 + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR6_EXT_STAT: + +SR6\_EXT\_STAT: Extended status stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of SYS\_STATUS\, POWER\_STATUS\, MCU\_STATUS\, MEMINFO\, CURRENT\_WAYPOINT\, GPS\_RAW\_INT\, GPS\_RTK \(if available\)\, GPS2\_RAW\_INT \(if available\)\, GPS2\_RTK \(if available\)\, NAV\_CONTROLLER\_OUTPUT\, FENCE\_STATUS\, and GLOBAL\_TARGET\_POS\_INT + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR6_RC_CHAN: + +SR6\_RC\_CHAN: RC Channel stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of SERVO\_OUTPUT\_RAW and RC\_CHANNELS + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR6_RAW_CTRL: + +SR6\_RAW\_CTRL: Raw Control stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Raw Control stream rate of SERVO\_OUT + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR6_POSITION: + +SR6\_POSITION: Position stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of GLOBAL\_POSITION\_INT and LOCAL\_POSITION\_NED + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR6_EXTRA1: + +SR6\_EXTRA1: Extra data type 1 stream rate to ground station +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of ATTITUDE\, SIMSTATE \(SIM only\)\, AHRS2 and PID\_TUNING + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR6_EXTRA2: + +SR6\_EXTRA2: Extra data type 2 stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of VFR\_HUD + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR6_EXTRA3: + +SR6\_EXTRA3: Extra data type 3 stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of AHRS\, SYSTEM\_TIME\, WIND\, RANGEFINDER\, DISTANCE\_SENSOR\, BATTERY2\, BATTERY\_STATUS\, GIMBAL\_DEVICE\_ATTITUDE\_STATUS\, OPTICAL\_FLOW\, MAG\_CAL\_REPORT\, MAG\_CAL\_PROGRESS\, EKF\_STATUS\_REPORT\, VIBRATION\, RPM\, ESC TELEMETRY\, and WHEEL\_DISTANCE + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR6_PARAMS: + +SR6\_PARAMS: Parameter stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of PARAM\_VALUE + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR6_ADSB: + +SR6\_ADSB: ADSB stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink ADSB \(AIS\) stream rate + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + + +.. _parameters_SRTL_: + +SRTL\_ Parameters +----------------- + + +.. _SRTL_ACCURACY: + +SRTL\_ACCURACY: SmartRTL accuracy +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +SmartRTL accuracy\. The minimum distance between points\. + + ++---------+--------+ +| Range | Units | ++=========+========+ +| 0 to 10 | meters | ++---------+--------+ + + + + +.. _SRTL_POINTS: + +SRTL\_POINTS: SmartRTL maximum number of points on path +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +SmartRTL maximum number of points on path\. Set to 0 to disable SmartRTL\. 100 points consumes about 3k of memory\. + + ++----------+ +| Range | ++==========+ +| 0 to 500 | ++----------+ + + + + +.. _SRTL_OPTIONS: + +SRTL\_OPTIONS: SmartRTL options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Bitmask of SmartRTL options\. + + ++----------------------------+ +| Bitmask | ++============================+ +| +-----+------------------+ | +| | Bit | Meaning | | +| +=====+==================+ | +| | 2 | Ignore pilot yaw | | +| +-----+------------------+ | +| | ++----------------------------+ + + + + + +.. _parameters_STAT: + +STAT Parameters +--------------- + + +.. _STAT_BOOTCNT: + +STAT\_BOOTCNT: Boot Count +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of times board has been booted + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _STAT_FLTTIME: + +STAT\_FLTTIME: Total FlightTime +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Total FlightTime \(seconds\) + + ++----------+---------+ +| ReadOnly | Units | ++==========+=========+ +| True | seconds | ++----------+---------+ + + + + +.. _STAT_RUNTIME: + +STAT\_RUNTIME: Total RunTime +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Total time autopilot has run + + ++----------+---------+ +| ReadOnly | Units | ++==========+=========+ +| True | seconds | ++----------+---------+ + + + + +.. _STAT_RESET: + +STAT\_RESET: Statistics Reset Time +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Seconds since January 1st 2016 \(Unix epoch\+1451606400\) since statistics reset \(set to 0 to reset statistics\) + + ++----------+---------+ +| ReadOnly | Units | ++==========+=========+ +| True | seconds | ++----------+---------+ + + + + + +.. _parameters_TEMP: + +TEMP Parameters +--------------- + + +.. _TEMP_LOG: + +TEMP\_LOG: Logging +~~~~~~~~~~~~~~~~~~ + + +Enables temperature sensor logging + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + + +.. _parameters_TEMP1_: + +TEMP1\_ Parameters +------------------ + + +.. _TEMP1_TYPE: + +TEMP1\_TYPE: Temperature Sensor Type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Enables temperature sensors + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | TSYS01 | | +| +-------+----------+ | +| | 2 | MCP9600 | | +| +-------+----------+ | +| | 3 | MAX31865 | | +| +-------+----------+ | +| | 4 | TSYS03 | | +| +-------+----------+ | +| | 5 | Analog | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _TEMP1_BUS: + +TEMP1\_BUS: Temperature sensor bus +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Temperature sensor bus number\, typically used to select from multiple I2C buses + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _TEMP1_ADDR: + +TEMP1\_ADDR: Temperature sensor address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Temperature sensor address\, typically used for I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _TEMP1_SRC: + +TEMP1\_SRC: Sensor Source +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sensor Source is used to designate which device\'s temperature report will be replaced by this temperature sensor\'s data\. If 0 \(None\) then the data is only available via log\. In the future a new Motor temperature report will be created for returning data directly\. + + ++----------------------------------------+ +| Values | ++========================================+ +| +-------+----------------------------+ | +| | Value | Meaning | | +| +=======+============================+ | +| | 0 | None | | +| +-------+----------------------------+ | +| | 1 | ESC | | +| +-------+----------------------------+ | +| | 2 | Motor(not implemented yet) | | +| +-------+----------------------------+ | +| | 3 | Battery Index | | +| +-------+----------------------------+ | +| | 4 | Battery ID/SerialNumber | | +| +-------+----------------------------+ | +| | 5 | CAN based Pitot tube | | +| +-------+----------------------------+ | +| | ++----------------------------------------+ + + + + +.. _TEMP1_SRC_ID: + +TEMP1\_SRC\_ID: Sensor Source Identification +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sensor Source Identification is used to replace a specific instance of a system component\'s temperature report with the temp sensor\'s\. Examples\: TEMP\_SRC \= 1 \(ESC\)\, TEMP\_SRC\_ID \= 1 will set the temp of ESC1\. TEMP\_SRC \= 3 \(BatteryIndex\)\,TEMP\_SRC\_ID \= 2 will set the temp of BATT2\. TEMP\_SRC \= 4 \(BatteryId\/SerialNum\)\,TEMP\_SRC\_ID\=42 will set the temp of all batteries that have param BATTn\_SERIAL \= 42\. + + +.. _TEMP1_PIN: + +TEMP1\_PIN: Temperature sensor analog voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sets the analog input pin that should be used for temprature monitoring\. + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | -1 | Disabled | | +| +-------+--------------------------------------+ | +| | 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | | +| +-------+--------------------------------------+ | +| | 5 | Navigator | | +| +-------+--------------------------------------+ | +| | 13 | Pixhawk2_PM2/CubeOrange_PM2 | | +| +-------+--------------------------------------+ | +| | 14 | CubeOrange | | +| +-------+--------------------------------------+ | +| | 16 | Durandal | | +| +-------+--------------------------------------+ | +| | 100 | PX4-v1 | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _TEMP1_A0: + +TEMP1\_A0: Temperature sensor analog 0th polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a0 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP1_A1: + +TEMP1\_A1: Temperature sensor analog 1st polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a1 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP1_A2: + +TEMP1\_A2: Temperature sensor analog 2nd polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a2 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP1_A3: + +TEMP1\_A3: Temperature sensor analog 3rd polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a3 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP1_A4: + +TEMP1\_A4: Temperature sensor analog 4th polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a4 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + + +.. _parameters_TEMP2_: + +TEMP2\_ Parameters +------------------ + + +.. _TEMP2_TYPE: + +TEMP2\_TYPE: Temperature Sensor Type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Enables temperature sensors + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | TSYS01 | | +| +-------+----------+ | +| | 2 | MCP9600 | | +| +-------+----------+ | +| | 3 | MAX31865 | | +| +-------+----------+ | +| | 4 | TSYS03 | | +| +-------+----------+ | +| | 5 | Analog | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _TEMP2_BUS: + +TEMP2\_BUS: Temperature sensor bus +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Temperature sensor bus number\, typically used to select from multiple I2C buses + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _TEMP2_ADDR: + +TEMP2\_ADDR: Temperature sensor address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Temperature sensor address\, typically used for I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _TEMP2_SRC: + +TEMP2\_SRC: Sensor Source +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sensor Source is used to designate which device\'s temperature report will be replaced by this temperature sensor\'s data\. If 0 \(None\) then the data is only available via log\. In the future a new Motor temperature report will be created for returning data directly\. + + ++----------------------------------------+ +| Values | ++========================================+ +| +-------+----------------------------+ | +| | Value | Meaning | | +| +=======+============================+ | +| | 0 | None | | +| +-------+----------------------------+ | +| | 1 | ESC | | +| +-------+----------------------------+ | +| | 2 | Motor(not implemented yet) | | +| +-------+----------------------------+ | +| | 3 | Battery Index | | +| +-------+----------------------------+ | +| | 4 | Battery ID/SerialNumber | | +| +-------+----------------------------+ | +| | 5 | CAN based Pitot tube | | +| +-------+----------------------------+ | +| | ++----------------------------------------+ + + + + +.. _TEMP2_SRC_ID: + +TEMP2\_SRC\_ID: Sensor Source Identification +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sensor Source Identification is used to replace a specific instance of a system component\'s temperature report with the temp sensor\'s\. Examples\: TEMP\_SRC \= 1 \(ESC\)\, TEMP\_SRC\_ID \= 1 will set the temp of ESC1\. TEMP\_SRC \= 3 \(BatteryIndex\)\,TEMP\_SRC\_ID \= 2 will set the temp of BATT2\. TEMP\_SRC \= 4 \(BatteryId\/SerialNum\)\,TEMP\_SRC\_ID\=42 will set the temp of all batteries that have param BATTn\_SERIAL \= 42\. + + +.. _TEMP2_PIN: + +TEMP2\_PIN: Temperature sensor analog voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sets the analog input pin that should be used for temprature monitoring\. + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | -1 | Disabled | | +| +-------+--------------------------------------+ | +| | 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | | +| +-------+--------------------------------------+ | +| | 5 | Navigator | | +| +-------+--------------------------------------+ | +| | 13 | Pixhawk2_PM2/CubeOrange_PM2 | | +| +-------+--------------------------------------+ | +| | 14 | CubeOrange | | +| +-------+--------------------------------------+ | +| | 16 | Durandal | | +| +-------+--------------------------------------+ | +| | 100 | PX4-v1 | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _TEMP2_A0: + +TEMP2\_A0: Temperature sensor analog 0th polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a0 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP2_A1: + +TEMP2\_A1: Temperature sensor analog 1st polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a1 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP2_A2: + +TEMP2\_A2: Temperature sensor analog 2nd polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a2 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP2_A3: + +TEMP2\_A3: Temperature sensor analog 3rd polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a3 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP2_A4: + +TEMP2\_A4: Temperature sensor analog 4th polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a4 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + + +.. _parameters_TEMP3_: + +TEMP3\_ Parameters +------------------ + + +.. _TEMP3_TYPE: + +TEMP3\_TYPE: Temperature Sensor Type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Enables temperature sensors + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | TSYS01 | | +| +-------+----------+ | +| | 2 | MCP9600 | | +| +-------+----------+ | +| | 3 | MAX31865 | | +| +-------+----------+ | +| | 4 | TSYS03 | | +| +-------+----------+ | +| | 5 | Analog | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _TEMP3_BUS: + +TEMP3\_BUS: Temperature sensor bus +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Temperature sensor bus number\, typically used to select from multiple I2C buses + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _TEMP3_ADDR: + +TEMP3\_ADDR: Temperature sensor address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Temperature sensor address\, typically used for I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _TEMP3_SRC: + +TEMP3\_SRC: Sensor Source +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sensor Source is used to designate which device\'s temperature report will be replaced by this temperature sensor\'s data\. If 0 \(None\) then the data is only available via log\. In the future a new Motor temperature report will be created for returning data directly\. + + ++----------------------------------------+ +| Values | ++========================================+ +| +-------+----------------------------+ | +| | Value | Meaning | | +| +=======+============================+ | +| | 0 | None | | +| +-------+----------------------------+ | +| | 1 | ESC | | +| +-------+----------------------------+ | +| | 2 | Motor(not implemented yet) | | +| +-------+----------------------------+ | +| | 3 | Battery Index | | +| +-------+----------------------------+ | +| | 4 | Battery ID/SerialNumber | | +| +-------+----------------------------+ | +| | 5 | CAN based Pitot tube | | +| +-------+----------------------------+ | +| | ++----------------------------------------+ + + + + +.. _TEMP3_SRC_ID: + +TEMP3\_SRC\_ID: Sensor Source Identification +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sensor Source Identification is used to replace a specific instance of a system component\'s temperature report with the temp sensor\'s\. Examples\: TEMP\_SRC \= 1 \(ESC\)\, TEMP\_SRC\_ID \= 1 will set the temp of ESC1\. TEMP\_SRC \= 3 \(BatteryIndex\)\,TEMP\_SRC\_ID \= 2 will set the temp of BATT2\. TEMP\_SRC \= 4 \(BatteryId\/SerialNum\)\,TEMP\_SRC\_ID\=42 will set the temp of all batteries that have param BATTn\_SERIAL \= 42\. + + +.. _TEMP3_PIN: + +TEMP3\_PIN: Temperature sensor analog voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sets the analog input pin that should be used for temprature monitoring\. + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | -1 | Disabled | | +| +-------+--------------------------------------+ | +| | 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | | +| +-------+--------------------------------------+ | +| | 5 | Navigator | | +| +-------+--------------------------------------+ | +| | 13 | Pixhawk2_PM2/CubeOrange_PM2 | | +| +-------+--------------------------------------+ | +| | 14 | CubeOrange | | +| +-------+--------------------------------------+ | +| | 16 | Durandal | | +| +-------+--------------------------------------+ | +| | 100 | PX4-v1 | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _TEMP3_A0: + +TEMP3\_A0: Temperature sensor analog 0th polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a0 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP3_A1: + +TEMP3\_A1: Temperature sensor analog 1st polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a1 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP3_A2: + +TEMP3\_A2: Temperature sensor analog 2nd polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a2 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP3_A3: + +TEMP3\_A3: Temperature sensor analog 3rd polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a3 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP3_A4: + +TEMP3\_A4: Temperature sensor analog 4th polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a4 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + + +.. _parameters_TEMP4_: + +TEMP4\_ Parameters +------------------ + + +.. _TEMP4_TYPE: + +TEMP4\_TYPE: Temperature Sensor Type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Enables temperature sensors + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | TSYS01 | | +| +-------+----------+ | +| | 2 | MCP9600 | | +| +-------+----------+ | +| | 3 | MAX31865 | | +| +-------+----------+ | +| | 4 | TSYS03 | | +| +-------+----------+ | +| | 5 | Analog | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _TEMP4_BUS: + +TEMP4\_BUS: Temperature sensor bus +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Temperature sensor bus number\, typically used to select from multiple I2C buses + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _TEMP4_ADDR: + +TEMP4\_ADDR: Temperature sensor address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Temperature sensor address\, typically used for I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _TEMP4_SRC: + +TEMP4\_SRC: Sensor Source +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sensor Source is used to designate which device\'s temperature report will be replaced by this temperature sensor\'s data\. If 0 \(None\) then the data is only available via log\. In the future a new Motor temperature report will be created for returning data directly\. + + ++----------------------------------------+ +| Values | ++========================================+ +| +-------+----------------------------+ | +| | Value | Meaning | | +| +=======+============================+ | +| | 0 | None | | +| +-------+----------------------------+ | +| | 1 | ESC | | +| +-------+----------------------------+ | +| | 2 | Motor(not implemented yet) | | +| +-------+----------------------------+ | +| | 3 | Battery Index | | +| +-------+----------------------------+ | +| | 4 | Battery ID/SerialNumber | | +| +-------+----------------------------+ | +| | 5 | CAN based Pitot tube | | +| +-------+----------------------------+ | +| | ++----------------------------------------+ + + + + +.. _TEMP4_SRC_ID: + +TEMP4\_SRC\_ID: Sensor Source Identification +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sensor Source Identification is used to replace a specific instance of a system component\'s temperature report with the temp sensor\'s\. Examples\: TEMP\_SRC \= 1 \(ESC\)\, TEMP\_SRC\_ID \= 1 will set the temp of ESC1\. TEMP\_SRC \= 3 \(BatteryIndex\)\,TEMP\_SRC\_ID \= 2 will set the temp of BATT2\. TEMP\_SRC \= 4 \(BatteryId\/SerialNum\)\,TEMP\_SRC\_ID\=42 will set the temp of all batteries that have param BATTn\_SERIAL \= 42\. + + +.. _TEMP4_PIN: + +TEMP4\_PIN: Temperature sensor analog voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sets the analog input pin that should be used for temprature monitoring\. + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | -1 | Disabled | | +| +-------+--------------------------------------+ | +| | 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | | +| +-------+--------------------------------------+ | +| | 5 | Navigator | | +| +-------+--------------------------------------+ | +| | 13 | Pixhawk2_PM2/CubeOrange_PM2 | | +| +-------+--------------------------------------+ | +| | 14 | CubeOrange | | +| +-------+--------------------------------------+ | +| | 16 | Durandal | | +| +-------+--------------------------------------+ | +| | 100 | PX4-v1 | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _TEMP4_A0: + +TEMP4\_A0: Temperature sensor analog 0th polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a0 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP4_A1: + +TEMP4\_A1: Temperature sensor analog 1st polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a1 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP4_A2: + +TEMP4\_A2: Temperature sensor analog 2nd polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a2 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP4_A3: + +TEMP4\_A3: Temperature sensor analog 3rd polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a3 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP4_A4: + +TEMP4\_A4: Temperature sensor analog 4th polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a4 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + + +.. _parameters_TEMP5_: + +TEMP5\_ Parameters +------------------ + + +.. _TEMP5_TYPE: + +TEMP5\_TYPE: Temperature Sensor Type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Enables temperature sensors + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | TSYS01 | | +| +-------+----------+ | +| | 2 | MCP9600 | | +| +-------+----------+ | +| | 3 | MAX31865 | | +| +-------+----------+ | +| | 4 | TSYS03 | | +| +-------+----------+ | +| | 5 | Analog | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _TEMP5_BUS: + +TEMP5\_BUS: Temperature sensor bus +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Temperature sensor bus number\, typically used to select from multiple I2C buses + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _TEMP5_ADDR: + +TEMP5\_ADDR: Temperature sensor address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Temperature sensor address\, typically used for I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _TEMP5_SRC: + +TEMP5\_SRC: Sensor Source +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sensor Source is used to designate which device\'s temperature report will be replaced by this temperature sensor\'s data\. If 0 \(None\) then the data is only available via log\. In the future a new Motor temperature report will be created for returning data directly\. + + ++----------------------------------------+ +| Values | ++========================================+ +| +-------+----------------------------+ | +| | Value | Meaning | | +| +=======+============================+ | +| | 0 | None | | +| +-------+----------------------------+ | +| | 1 | ESC | | +| +-------+----------------------------+ | +| | 2 | Motor(not implemented yet) | | +| +-------+----------------------------+ | +| | 3 | Battery Index | | +| +-------+----------------------------+ | +| | 4 | Battery ID/SerialNumber | | +| +-------+----------------------------+ | +| | 5 | CAN based Pitot tube | | +| +-------+----------------------------+ | +| | ++----------------------------------------+ + + + + +.. _TEMP5_SRC_ID: + +TEMP5\_SRC\_ID: Sensor Source Identification +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sensor Source Identification is used to replace a specific instance of a system component\'s temperature report with the temp sensor\'s\. Examples\: TEMP\_SRC \= 1 \(ESC\)\, TEMP\_SRC\_ID \= 1 will set the temp of ESC1\. TEMP\_SRC \= 3 \(BatteryIndex\)\,TEMP\_SRC\_ID \= 2 will set the temp of BATT2\. TEMP\_SRC \= 4 \(BatteryId\/SerialNum\)\,TEMP\_SRC\_ID\=42 will set the temp of all batteries that have param BATTn\_SERIAL \= 42\. + + +.. _TEMP5_PIN: + +TEMP5\_PIN: Temperature sensor analog voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sets the analog input pin that should be used for temprature monitoring\. + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | -1 | Disabled | | +| +-------+--------------------------------------+ | +| | 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | | +| +-------+--------------------------------------+ | +| | 5 | Navigator | | +| +-------+--------------------------------------+ | +| | 13 | Pixhawk2_PM2/CubeOrange_PM2 | | +| +-------+--------------------------------------+ | +| | 14 | CubeOrange | | +| +-------+--------------------------------------+ | +| | 16 | Durandal | | +| +-------+--------------------------------------+ | +| | 100 | PX4-v1 | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _TEMP5_A0: + +TEMP5\_A0: Temperature sensor analog 0th polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a0 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP5_A1: + +TEMP5\_A1: Temperature sensor analog 1st polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a1 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP5_A2: + +TEMP5\_A2: Temperature sensor analog 2nd polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a2 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP5_A3: + +TEMP5\_A3: Temperature sensor analog 3rd polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a3 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP5_A4: + +TEMP5\_A4: Temperature sensor analog 4th polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a4 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + + +.. _parameters_TEMP6_: + +TEMP6\_ Parameters +------------------ + + +.. _TEMP6_TYPE: + +TEMP6\_TYPE: Temperature Sensor Type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Enables temperature sensors + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | TSYS01 | | +| +-------+----------+ | +| | 2 | MCP9600 | | +| +-------+----------+ | +| | 3 | MAX31865 | | +| +-------+----------+ | +| | 4 | TSYS03 | | +| +-------+----------+ | +| | 5 | Analog | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _TEMP6_BUS: + +TEMP6\_BUS: Temperature sensor bus +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Temperature sensor bus number\, typically used to select from multiple I2C buses + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _TEMP6_ADDR: + +TEMP6\_ADDR: Temperature sensor address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Temperature sensor address\, typically used for I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _TEMP6_SRC: + +TEMP6\_SRC: Sensor Source +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sensor Source is used to designate which device\'s temperature report will be replaced by this temperature sensor\'s data\. If 0 \(None\) then the data is only available via log\. In the future a new Motor temperature report will be created for returning data directly\. + + ++----------------------------------------+ +| Values | ++========================================+ +| +-------+----------------------------+ | +| | Value | Meaning | | +| +=======+============================+ | +| | 0 | None | | +| +-------+----------------------------+ | +| | 1 | ESC | | +| +-------+----------------------------+ | +| | 2 | Motor(not implemented yet) | | +| +-------+----------------------------+ | +| | 3 | Battery Index | | +| +-------+----------------------------+ | +| | 4 | Battery ID/SerialNumber | | +| +-------+----------------------------+ | +| | 5 | CAN based Pitot tube | | +| +-------+----------------------------+ | +| | ++----------------------------------------+ + + + + +.. _TEMP6_SRC_ID: + +TEMP6\_SRC\_ID: Sensor Source Identification +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sensor Source Identification is used to replace a specific instance of a system component\'s temperature report with the temp sensor\'s\. Examples\: TEMP\_SRC \= 1 \(ESC\)\, TEMP\_SRC\_ID \= 1 will set the temp of ESC1\. TEMP\_SRC \= 3 \(BatteryIndex\)\,TEMP\_SRC\_ID \= 2 will set the temp of BATT2\. TEMP\_SRC \= 4 \(BatteryId\/SerialNum\)\,TEMP\_SRC\_ID\=42 will set the temp of all batteries that have param BATTn\_SERIAL \= 42\. + + +.. _TEMP6_PIN: + +TEMP6\_PIN: Temperature sensor analog voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sets the analog input pin that should be used for temprature monitoring\. + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | -1 | Disabled | | +| +-------+--------------------------------------+ | +| | 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | | +| +-------+--------------------------------------+ | +| | 5 | Navigator | | +| +-------+--------------------------------------+ | +| | 13 | Pixhawk2_PM2/CubeOrange_PM2 | | +| +-------+--------------------------------------+ | +| | 14 | CubeOrange | | +| +-------+--------------------------------------+ | +| | 16 | Durandal | | +| +-------+--------------------------------------+ | +| | 100 | PX4-v1 | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _TEMP6_A0: + +TEMP6\_A0: Temperature sensor analog 0th polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a0 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP6_A1: + +TEMP6\_A1: Temperature sensor analog 1st polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a1 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP6_A2: + +TEMP6\_A2: Temperature sensor analog 2nd polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a2 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP6_A3: + +TEMP6\_A3: Temperature sensor analog 3rd polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a3 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP6_A4: + +TEMP6\_A4: Temperature sensor analog 4th polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a4 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + + +.. _parameters_TEMP7_: + +TEMP7\_ Parameters +------------------ + + +.. _TEMP7_TYPE: + +TEMP7\_TYPE: Temperature Sensor Type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Enables temperature sensors + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | TSYS01 | | +| +-------+----------+ | +| | 2 | MCP9600 | | +| +-------+----------+ | +| | 3 | MAX31865 | | +| +-------+----------+ | +| | 4 | TSYS03 | | +| +-------+----------+ | +| | 5 | Analog | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _TEMP7_BUS: + +TEMP7\_BUS: Temperature sensor bus +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Temperature sensor bus number\, typically used to select from multiple I2C buses + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _TEMP7_ADDR: + +TEMP7\_ADDR: Temperature sensor address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Temperature sensor address\, typically used for I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _TEMP7_SRC: + +TEMP7\_SRC: Sensor Source +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sensor Source is used to designate which device\'s temperature report will be replaced by this temperature sensor\'s data\. If 0 \(None\) then the data is only available via log\. In the future a new Motor temperature report will be created for returning data directly\. + + ++----------------------------------------+ +| Values | ++========================================+ +| +-------+----------------------------+ | +| | Value | Meaning | | +| +=======+============================+ | +| | 0 | None | | +| +-------+----------------------------+ | +| | 1 | ESC | | +| +-------+----------------------------+ | +| | 2 | Motor(not implemented yet) | | +| +-------+----------------------------+ | +| | 3 | Battery Index | | +| +-------+----------------------------+ | +| | 4 | Battery ID/SerialNumber | | +| +-------+----------------------------+ | +| | 5 | CAN based Pitot tube | | +| +-------+----------------------------+ | +| | ++----------------------------------------+ + + + + +.. _TEMP7_SRC_ID: + +TEMP7\_SRC\_ID: Sensor Source Identification +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sensor Source Identification is used to replace a specific instance of a system component\'s temperature report with the temp sensor\'s\. Examples\: TEMP\_SRC \= 1 \(ESC\)\, TEMP\_SRC\_ID \= 1 will set the temp of ESC1\. TEMP\_SRC \= 3 \(BatteryIndex\)\,TEMP\_SRC\_ID \= 2 will set the temp of BATT2\. TEMP\_SRC \= 4 \(BatteryId\/SerialNum\)\,TEMP\_SRC\_ID\=42 will set the temp of all batteries that have param BATTn\_SERIAL \= 42\. + + +.. _TEMP7_PIN: + +TEMP7\_PIN: Temperature sensor analog voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sets the analog input pin that should be used for temprature monitoring\. + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | -1 | Disabled | | +| +-------+--------------------------------------+ | +| | 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | | +| +-------+--------------------------------------+ | +| | 5 | Navigator | | +| +-------+--------------------------------------+ | +| | 13 | Pixhawk2_PM2/CubeOrange_PM2 | | +| +-------+--------------------------------------+ | +| | 14 | CubeOrange | | +| +-------+--------------------------------------+ | +| | 16 | Durandal | | +| +-------+--------------------------------------+ | +| | 100 | PX4-v1 | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _TEMP7_A0: + +TEMP7\_A0: Temperature sensor analog 0th polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a0 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP7_A1: + +TEMP7\_A1: Temperature sensor analog 1st polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a1 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP7_A2: + +TEMP7\_A2: Temperature sensor analog 2nd polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a2 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP7_A3: + +TEMP7\_A3: Temperature sensor analog 3rd polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a3 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP7_A4: + +TEMP7\_A4: Temperature sensor analog 4th polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a4 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + + +.. _parameters_TEMP8_: + +TEMP8\_ Parameters +------------------ + + +.. _TEMP8_TYPE: + +TEMP8\_TYPE: Temperature Sensor Type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Enables temperature sensors + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | TSYS01 | | +| +-------+----------+ | +| | 2 | MCP9600 | | +| +-------+----------+ | +| | 3 | MAX31865 | | +| +-------+----------+ | +| | 4 | TSYS03 | | +| +-------+----------+ | +| | 5 | Analog | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _TEMP8_BUS: + +TEMP8\_BUS: Temperature sensor bus +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Temperature sensor bus number\, typically used to select from multiple I2C buses + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _TEMP8_ADDR: + +TEMP8\_ADDR: Temperature sensor address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Temperature sensor address\, typically used for I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _TEMP8_SRC: + +TEMP8\_SRC: Sensor Source +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sensor Source is used to designate which device\'s temperature report will be replaced by this temperature sensor\'s data\. If 0 \(None\) then the data is only available via log\. In the future a new Motor temperature report will be created for returning data directly\. + + ++----------------------------------------+ +| Values | ++========================================+ +| +-------+----------------------------+ | +| | Value | Meaning | | +| +=======+============================+ | +| | 0 | None | | +| +-------+----------------------------+ | +| | 1 | ESC | | +| +-------+----------------------------+ | +| | 2 | Motor(not implemented yet) | | +| +-------+----------------------------+ | +| | 3 | Battery Index | | +| +-------+----------------------------+ | +| | 4 | Battery ID/SerialNumber | | +| +-------+----------------------------+ | +| | 5 | CAN based Pitot tube | | +| +-------+----------------------------+ | +| | ++----------------------------------------+ + + + + +.. _TEMP8_SRC_ID: + +TEMP8\_SRC\_ID: Sensor Source Identification +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sensor Source Identification is used to replace a specific instance of a system component\'s temperature report with the temp sensor\'s\. Examples\: TEMP\_SRC \= 1 \(ESC\)\, TEMP\_SRC\_ID \= 1 will set the temp of ESC1\. TEMP\_SRC \= 3 \(BatteryIndex\)\,TEMP\_SRC\_ID \= 2 will set the temp of BATT2\. TEMP\_SRC \= 4 \(BatteryId\/SerialNum\)\,TEMP\_SRC\_ID\=42 will set the temp of all batteries that have param BATTn\_SERIAL \= 42\. + + +.. _TEMP8_PIN: + +TEMP8\_PIN: Temperature sensor analog voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sets the analog input pin that should be used for temprature monitoring\. + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | -1 | Disabled | | +| +-------+--------------------------------------+ | +| | 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | | +| +-------+--------------------------------------+ | +| | 5 | Navigator | | +| +-------+--------------------------------------+ | +| | 13 | Pixhawk2_PM2/CubeOrange_PM2 | | +| +-------+--------------------------------------+ | +| | 14 | CubeOrange | | +| +-------+--------------------------------------+ | +| | 16 | Durandal | | +| +-------+--------------------------------------+ | +| | 100 | PX4-v1 | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _TEMP8_A0: + +TEMP8\_A0: Temperature sensor analog 0th polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a0 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP8_A1: + +TEMP8\_A1: Temperature sensor analog 1st polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a1 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP8_A2: + +TEMP8\_A2: Temperature sensor analog 2nd polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a2 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP8_A3: + +TEMP8\_A3: Temperature sensor analog 3rd polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a3 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP8_A4: + +TEMP8\_A4: Temperature sensor analog 4th polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a4 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + + +.. _parameters_TEMP9_: + +TEMP9\_ Parameters +------------------ + + +.. _TEMP9_TYPE: + +TEMP9\_TYPE: Temperature Sensor Type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Enables temperature sensors + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | TSYS01 | | +| +-------+----------+ | +| | 2 | MCP9600 | | +| +-------+----------+ | +| | 3 | MAX31865 | | +| +-------+----------+ | +| | 4 | TSYS03 | | +| +-------+----------+ | +| | 5 | Analog | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _TEMP9_BUS: + +TEMP9\_BUS: Temperature sensor bus +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Temperature sensor bus number\, typically used to select from multiple I2C buses + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _TEMP9_ADDR: + +TEMP9\_ADDR: Temperature sensor address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Temperature sensor address\, typically used for I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _TEMP9_SRC: + +TEMP9\_SRC: Sensor Source +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sensor Source is used to designate which device\'s temperature report will be replaced by this temperature sensor\'s data\. If 0 \(None\) then the data is only available via log\. In the future a new Motor temperature report will be created for returning data directly\. + + ++----------------------------------------+ +| Values | ++========================================+ +| +-------+----------------------------+ | +| | Value | Meaning | | +| +=======+============================+ | +| | 0 | None | | +| +-------+----------------------------+ | +| | 1 | ESC | | +| +-------+----------------------------+ | +| | 2 | Motor(not implemented yet) | | +| +-------+----------------------------+ | +| | 3 | Battery Index | | +| +-------+----------------------------+ | +| | 4 | Battery ID/SerialNumber | | +| +-------+----------------------------+ | +| | 5 | CAN based Pitot tube | | +| +-------+----------------------------+ | +| | ++----------------------------------------+ + + + + +.. _TEMP9_SRC_ID: + +TEMP9\_SRC\_ID: Sensor Source Identification +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sensor Source Identification is used to replace a specific instance of a system component\'s temperature report with the temp sensor\'s\. Examples\: TEMP\_SRC \= 1 \(ESC\)\, TEMP\_SRC\_ID \= 1 will set the temp of ESC1\. TEMP\_SRC \= 3 \(BatteryIndex\)\,TEMP\_SRC\_ID \= 2 will set the temp of BATT2\. TEMP\_SRC \= 4 \(BatteryId\/SerialNum\)\,TEMP\_SRC\_ID\=42 will set the temp of all batteries that have param BATTn\_SERIAL \= 42\. + + +.. _TEMP9_PIN: + +TEMP9\_PIN: Temperature sensor analog voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sets the analog input pin that should be used for temprature monitoring\. + + ++--------------------------------------------------+ +| Values | ++==================================================+ +| +-------+--------------------------------------+ | +| | Value | Meaning | | +| +=======+======================================+ | +| | -1 | Disabled | | +| +-------+--------------------------------------+ | +| | 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | | +| +-------+--------------------------------------+ | +| | 5 | Navigator | | +| +-------+--------------------------------------+ | +| | 13 | Pixhawk2_PM2/CubeOrange_PM2 | | +| +-------+--------------------------------------+ | +| | 14 | CubeOrange | | +| +-------+--------------------------------------+ | +| | 16 | Durandal | | +| +-------+--------------------------------------+ | +| | 100 | PX4-v1 | | +| +-------+--------------------------------------+ | +| | ++--------------------------------------------------+ + + + + +.. _TEMP9_A0: + +TEMP9\_A0: Temperature sensor analog 0th polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a0 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP9_A1: + +TEMP9\_A1: Temperature sensor analog 1st polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a1 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP9_A2: + +TEMP9\_A2: Temperature sensor analog 2nd polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a2 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP9_A3: + +TEMP9\_A3: Temperature sensor analog 3rd polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a3 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP9_A4: + +TEMP9\_A4: Temperature sensor analog 4th polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a4 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + + +.. _parameters_TRQD_: + +TRQD\_ Parameters +----------------- + + +.. _TRQD_TYPE: + +TRQD\_TYPE: Torqeedo connection type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Torqeedo connection type + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Tiller | | +| +-------+----------+ | +| | 2 | Motor | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _TRQD_ONOFF_PIN: + +TRQD\_ONOFF\_PIN: Torqeedo ON\/Off pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Pin number connected to Torqeedo\'s on\/off pin\. \-1 to use serial port\'s RTS pin if available + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | -1 | Disabled | | +| +-------+----------+ | +| | 50 | AUX1 | | +| +-------+----------+ | +| | 51 | AUX2 | | +| +-------+----------+ | +| | 52 | AUX3 | | +| +-------+----------+ | +| | 53 | AUX4 | | +| +-------+----------+ | +| | 54 | AUX5 | | +| +-------+----------+ | +| | 55 | AUX6 | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _TRQD_DE_PIN: + +TRQD\_DE\_PIN: Torqeedo DE pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Pin number connected to RS485 to Serial converter\'s DE pin\. \-1 to use serial port\'s CTS pin if available + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | -1 | Disabled | | +| +-------+----------+ | +| | 50 | AUX1 | | +| +-------+----------+ | +| | 51 | AUX2 | | +| +-------+----------+ | +| | 52 | AUX3 | | +| +-------+----------+ | +| | 53 | AUX4 | | +| +-------+----------+ | +| | 54 | AUX5 | | +| +-------+----------+ | +| | 55 | AUX6 | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _TRQD_OPTIONS: + +TRQD\_OPTIONS: Torqeedo Options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Torqeedo Options Bitmask + + ++-----------------------------+ +| Bitmask | ++=============================+ +| +-----+-------------------+ | +| | Bit | Meaning | | +| +=====+===================+ | +| | 0 | Log | | +| +-----+-------------------+ | +| | 1 | Send debug to GCS | | +| +-----+-------------------+ | +| | ++-----------------------------+ + + + + +.. _TRQD_POWER: + +TRQD\_POWER: Torqeedo Motor Power +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Torqeedo motor power\. Only applied when using motor connection type \(e\.g\. TRQD\_TYPE\=2\) + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 100 | percent | ++-----------+----------+---------+ + + + + +.. _TRQD_SLEW_TIME: + +TRQD\_SLEW\_TIME: Torqeedo Throttle Slew Time +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Torqeedo slew rate specified as the minimum number of seconds required to increase the throttle from 0 to 100\%\. Higher values cause a slower response\, lower values cause a faster response\. A value of zero disables the limit + + ++-----------+--------+---------+ +| Increment | Range | Units | ++===========+========+=========+ +| 0.1 | 0 to 5 | seconds | ++-----------+--------+---------+ + + + + +.. _TRQD_DIR_DELAY: + +TRQD\_DIR\_DELAY: Torqeedo Direction Change Delay +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Torqeedo direction change delay\. Output will remain at zero for this many seconds when transitioning between forward and backwards rotation + + ++-----------+--------+---------+ +| Increment | Range | Units | ++===========+========+=========+ +| 0.1 | 0 to 5 | seconds | ++-----------+--------+---------+ + + + + + +.. _parameters_VISO: + +VISO Parameters +--------------- + + +.. _VISO_TYPE: + +VISO\_TYPE: Visual odometry camera connection type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Visual odometry camera connection type + + ++---------------------------+ +| Values | ++===========================+ +| +-------+---------------+ | +| | Value | Meaning | | +| +=======+===============+ | +| | 0 | None | | +| +-------+---------------+ | +| | 1 | MAVLink | | +| +-------+---------------+ | +| | 2 | IntelT265 | | +| +-------+---------------+ | +| | 3 | VOXL(ModalAI) | | +| +-------+---------------+ | +| | ++---------------------------+ + + + + +.. _VISO_POS_X: + +VISO\_POS\_X: Visual odometry camera X position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +X position of the camera in body frame\. Positive X is forward of the origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _VISO_POS_Y: + +VISO\_POS\_Y: Visual odometry camera Y position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Y position of the camera in body frame\. Positive Y is to the right of the origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _VISO_POS_Z: + +VISO\_POS\_Z: Visual odometry camera Z position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Z position of the camera in body frame\. Positive Z is down from the origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _VISO_ORIENT: + +VISO\_ORIENT: Visual odometery camera orientation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Visual odometery camera orientation + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 0 | Forward | | +| +-------+---------+ | +| | 2 | Right | | +| +-------+---------+ | +| | 4 | Back | | +| +-------+---------+ | +| | 6 | Left | | +| +-------+---------+ | +| | 24 | Up | | +| +-------+---------+ | +| | 25 | Down | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _VISO_SCALE: + +VISO\_SCALE: Visual odometry scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Visual odometry scaling factor applied to position estimates from sensor + + +.. _VISO_DELAY_MS: + +VISO\_DELAY\_MS: Visual odometry sensor delay +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Visual odometry sensor delay relative to inertial measurements + + ++----------+--------------+ +| Range | Units | ++==========+==============+ +| 0 to 250 | milliseconds | ++----------+--------------+ + + + + +.. _VISO_VEL_M_NSE: + +VISO\_VEL\_M\_NSE: Visual odometry velocity measurement noise +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Visual odometry velocity measurement noise in m\/s + + ++-------------+-------------------+ +| Range | Units | ++=============+===================+ +| 0.05 to 5.0 | meters per second | ++-------------+-------------------+ + + + + +.. _VISO_POS_M_NSE: + +VISO\_POS\_M\_NSE: Visual odometry position measurement noise +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Visual odometry position measurement noise minimum \(meters\)\. This value will be used if the sensor provides a lower noise value \(or no noise value\) + + ++-------------+--------+ +| Range | Units | ++=============+========+ +| 0.1 to 10.0 | meters | ++-------------+--------+ + + + + +.. _VISO_YAW_M_NSE: + +VISO\_YAW\_M\_NSE: Visual odometry yaw measurement noise +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Visual odometry yaw measurement noise minimum \(radians\)\, This value will be used if the sensor provides a lower noise value \(or no noise value\) + + ++-------------+---------+ +| Range | Units | ++=============+=========+ +| 0.05 to 1.0 | radians | ++-------------+---------+ + + + + + +.. _parameters_VTX_: + +VTX\_ Parameters +---------------- + + +.. _VTX_ENABLE: + +VTX\_ENABLE: Is the Video Transmitter enabled or not +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Toggles the Video Transmitter on and off + + ++---------------------+ +| Values | ++=====================+ +| +-------+---------+ | +| | Value | Meaning | | +| +=======+=========+ | +| | 0 | Disable | | +| +-------+---------+ | +| | 1 | Enable | | +| +-------+---------+ | +| | ++---------------------+ + + + + +.. _VTX_POWER: + +VTX\_POWER: Video Transmitter Power Level +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Video Transmitter Power Level\. Different VTXs support different power levels\, the power level chosen will be rounded down to the nearest supported power level + + ++-----------+ +| Range | ++===========+ +| 1 to 1000 | ++-----------+ + + + + +.. _VTX_CHANNEL: + +VTX\_CHANNEL: Video Transmitter Channel +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Video Transmitter Channel + + ++--------+ +| Range | ++========+ +| 0 to 7 | ++--------+ + + + + +.. _VTX_BAND: + +VTX\_BAND: Video Transmitter Band +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Video Transmitter Band + + ++--------------------------+ +| Values | ++==========================+ +| +-------+--------------+ | +| | Value | Meaning | | +| +=======+==============+ | +| | 0 | Band A | | +| +-------+--------------+ | +| | 1 | Band B | | +| +-------+--------------+ | +| | 2 | Band E | | +| +-------+--------------+ | +| | 3 | Airwave | | +| +-------+--------------+ | +| | 4 | RaceBand | | +| +-------+--------------+ | +| | 5 | Low RaceBand | | +| +-------+--------------+ | +| | 6 | 1G3 Band A | | +| +-------+--------------+ | +| | 7 | 1G3 Band B | | +| +-------+--------------+ | +| | ++--------------------------+ + + + + +.. _VTX_FREQ: + +VTX\_FREQ: Video Transmitter Frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Video Transmitter Frequency\. The frequency is derived from the setting of BAND and CHANNEL + + ++--------------+----------+ +| Range | ReadOnly | ++==============+==========+ +| 1000 to 6000 | True | ++--------------+----------+ + + + + +.. _VTX_OPTIONS: + +VTX\_OPTIONS: Video Transmitter Options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Video Transmitter Options\. Pitmode puts the VTX in a low power state\. Unlocked enables certain restricted frequencies and power levels\. Do not enable the Unlocked option unless you have appropriate permissions in your jurisdiction to transmit at high power levels\. One stop\-bit may be required for VTXs that erroneously mimic iNav behaviour\. + + ++---------------------------------------------------------------------+ +| Bitmask | ++=====================================================================+ +| +-----+-----------------------------------------------------------+ | +| | Bit | Meaning | | +| +=====+===========================================================+ | +| | 0 | Pitmode | | +| +-----+-----------------------------------------------------------+ | +| | 1 | Pitmode until armed | | +| +-----+-----------------------------------------------------------+ | +| | 2 | Pitmode when disarmed | | +| +-----+-----------------------------------------------------------+ | +| | 3 | Unlocked | | +| +-----+-----------------------------------------------------------+ | +| | 4 | Add leading zero byte to requests | | +| +-----+-----------------------------------------------------------+ | +| | 5 | Use 1 stop-bit in SmartAudio | | +| +-----+-----------------------------------------------------------+ | +| | 6 | Ignore CRC in SmartAudio | | +| +-----+-----------------------------------------------------------+ | +| | 7 | Ignore status updates in CRSF and blindly set VTX options | | +| +-----+-----------------------------------------------------------+ | +| | ++---------------------------------------------------------------------+ + + + + +.. _VTX_MAX_POWER: + +VTX\_MAX\_POWER: Video Transmitter Max Power Level +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Video Transmitter Maximum Power Level\. Different VTXs support different power levels\, this prevents the power aux switch from requesting too high a power level\. The switch supports 6 power levels and the selected power will be a subdivision between 0 and this setting\. + + ++------------+ +| Range | ++============+ +| 25 to 1000 | ++------------+ + + + + + +.. _parameters_WENC: + +WENC Parameters +--------------- + + +.. _WENC_TYPE: + +WENC\_TYPE: WheelEncoder type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What type of WheelEncoder is connected + + ++-----------------------------+ +| Values | ++=============================+ +| +-------+-----------------+ | +| | Value | Meaning | | +| +=======+=================+ | +| | 0 | None | | +| +-------+-----------------+ | +| | 1 | Quadrature | | +| +-------+-----------------+ | +| | 10 | SITL Quadrature | | +| +-------+-----------------+ | +| | ++-----------------------------+ + + + + +.. _WENC_CPR: + +WENC\_CPR: WheelEncoder counts per revolution +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +WheelEncoder counts per full revolution of the wheel + + ++-----------+ +| Increment | ++===========+ +| 1 | ++-----------+ + + + + +.. _WENC_RADIUS: + +WENC\_RADIUS: Wheel radius +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel radius + + ++-----------+--------+ +| Increment | Units | ++===========+========+ +| 0.001 | meters | ++-----------+--------+ + + + + +.. _WENC_POS_X: + +WENC\_POS\_X: Wheel\'s X position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +X position of the center of the wheel in body frame\. Positive X is forward of the origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _WENC_POS_Y: + +WENC\_POS\_Y: Wheel\'s Y position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Y position of the center of the wheel in body frame\. Positive Y is to the right of the origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _WENC_POS_Z: + +WENC\_POS\_Z: Wheel\'s Z position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Z position of the center of the wheel in body frame\. Positive Z is down from the origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _WENC_PINA: + +WENC\_PINA: Input Pin A +~~~~~~~~~~~~~~~~~~~~~~~ + + +Input Pin A + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | -1 | Disabled | | +| +-------+----------+ | +| | 50 | AUX1 | | +| +-------+----------+ | +| | 51 | AUX2 | | +| +-------+----------+ | +| | 52 | AUX3 | | +| +-------+----------+ | +| | 53 | AUX4 | | +| +-------+----------+ | +| | 54 | AUX5 | | +| +-------+----------+ | +| | 55 | AUX6 | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _WENC_PINB: + +WENC\_PINB: Input Pin B +~~~~~~~~~~~~~~~~~~~~~~~ + + +Input Pin B + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | -1 | Disabled | | +| +-------+----------+ | +| | 50 | AUX1 | | +| +-------+----------+ | +| | 51 | AUX2 | | +| +-------+----------+ | +| | 52 | AUX3 | | +| +-------+----------+ | +| | 53 | AUX4 | | +| +-------+----------+ | +| | 54 | AUX5 | | +| +-------+----------+ | +| | 55 | AUX6 | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _WENC2_TYPE: + +WENC2\_TYPE: Second WheelEncoder type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What type of WheelEncoder sensor is connected + + ++-----------------------------+ +| Values | ++=============================+ +| +-------+-----------------+ | +| | Value | Meaning | | +| +=======+=================+ | +| | 0 | None | | +| +-------+-----------------+ | +| | 1 | Quadrature | | +| +-------+-----------------+ | +| | 10 | SITL Quadrature | | +| +-------+-----------------+ | +| | ++-----------------------------+ + + + + +.. _WENC2_CPR: + +WENC2\_CPR: WheelEncoder 2 counts per revolution +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +WheelEncoder 2 counts per full revolution of the wheel + + ++-----------+ +| Increment | ++===========+ +| 1 | ++-----------+ + + + + +.. _WENC2_RADIUS: + +WENC2\_RADIUS: Wheel2\'s radius +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel2\'s radius + + ++-----------+--------+ +| Increment | Units | ++===========+========+ +| 0.001 | meters | ++-----------+--------+ + + + + +.. _WENC2_POS_X: + +WENC2\_POS\_X: Wheel2\'s X position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +X position of the center of the second wheel in body frame\. Positive X is forward of the origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _WENC2_POS_Y: + +WENC2\_POS\_Y: Wheel2\'s Y position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Y position of the center of the second wheel in body frame\. Positive Y is to the right of the origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _WENC2_POS_Z: + +WENC2\_POS\_Z: Wheel2\'s Z position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Z position of the center of the second wheel in body frame\. Positive Z is down from the origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _WENC2_PINA: + +WENC2\_PINA: Second Encoder Input Pin A +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Second Encoder Input Pin A + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | -1 | Disabled | | +| +-------+----------+ | +| | 50 | AUX1 | | +| +-------+----------+ | +| | 51 | AUX2 | | +| +-------+----------+ | +| | 52 | AUX3 | | +| +-------+----------+ | +| | 53 | AUX4 | | +| +-------+----------+ | +| | 54 | AUX5 | | +| +-------+----------+ | +| | 55 | AUX6 | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _WENC2_PINB: + +WENC2\_PINB: Second Encoder Input Pin B +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Second Encoder Input Pin B + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | -1 | Disabled | | +| +-------+----------+ | +| | 50 | AUX1 | | +| +-------+----------+ | +| | 51 | AUX2 | | +| +-------+----------+ | +| | 52 | AUX3 | | +| +-------+----------+ | +| | 53 | AUX4 | | +| +-------+----------+ | +| | 54 | AUX5 | | +| +-------+----------+ | +| | 55 | AUX6 | | +| +-------+----------+ | +| | ++----------------------+ + + + + + +.. _parameters_WNDVN_: + +WNDVN\_ Parameters +------------------ + + +.. _WNDVN_TYPE: + +WNDVN\_TYPE: Wind Vane Type +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Wind Vane type + + ++------------------------------------------------+ +| Values | ++================================================+ +| +-------+------------------------------------+ | +| | Value | Meaning | | +| +=======+====================================+ | +| | 0 | None | | +| +-------+------------------------------------+ | +| | 1 | Heading when armed | | +| +-------+------------------------------------+ | +| | 2 | RC input offset heading when armed | | +| +-------+------------------------------------+ | +| | 3 | Analog | | +| +-------+------------------------------------+ | +| | 4 | NMEA | | +| +-------+------------------------------------+ | +| | 10 | SITL true | | +| +-------+------------------------------------+ | +| | 11 | SITL apparent | | +| +-------+------------------------------------+ | +| | ++------------------------------------------------+ + + + + +.. _WNDVN_DIR_PIN: + +WNDVN\_DIR\_PIN: Wind vane analog voltage pin for direction +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog input pin to read as wind vane direction + + ++---------------------------------------+ +| Values | ++=======================================+ +| +-------+---------------------------+ | +| | Value | Meaning | | +| +=======+===========================+ | +| | 11 | Pixracer | | +| +-------+---------------------------+ | +| | 13 | Pixhawk ADC4 | | +| +-------+---------------------------+ | +| | 14 | Pixhawk ADC3 | | +| +-------+---------------------------+ | +| | 15 | Pixhawk ADC6/Pixhawk2 ADC | | +| +-------+---------------------------+ | +| | 50 | AUX1 | | +| +-------+---------------------------+ | +| | 51 | AUX2 | | +| +-------+---------------------------+ | +| | 52 | AUX3 | | +| +-------+---------------------------+ | +| | 53 | AUX4 | | +| +-------+---------------------------+ | +| | 54 | AUX5 | | +| +-------+---------------------------+ | +| | 55 | AUX6 | | +| +-------+---------------------------+ | +| | 103 | Pixhawk SBUS | | +| +-------+---------------------------+ | +| | ++---------------------------------------+ + + + + +.. _WNDVN_DIR_V_MIN: + +WNDVN\_DIR\_V\_MIN: Wind vane voltage minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum voltage supplied by analog wind vane\. When using pin 103\, the maximum value of the parameter is 3\.3V\. + + ++-----------+----------+-------+ +| Increment | Range | Units | ++===========+==========+=======+ +| 0.01 | 0 to 5.0 | volt | ++-----------+----------+-------+ + + + + +.. _WNDVN_DIR_V_MAX: + +WNDVN\_DIR\_V\_MAX: Wind vane voltage maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum voltage supplied by analog wind vane\. When using pin 103\, the maximum value of the parameter is 3\.3V\. + + ++-----------+----------+-------+ +| Increment | Range | Units | ++===========+==========+=======+ +| 0.01 | 0 to 5.0 | volt | ++-----------+----------+-------+ + + + + +.. _WNDVN_DIR_OFS: + +WNDVN\_DIR\_OFS: Wind vane headwind offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Angle offset when analog windvane is indicating a headwind\, ie 0 degress relative to vehicle + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 360 | degrees | ++-----------+----------+---------+ + + + + +.. _WNDVN_DIR_FILT: + +WNDVN\_DIR\_FILT: apparent Wind vane direction low pass filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +apparent Wind vane direction low pass filter frequency\, a value of \-1 disables filter + + ++-------+ +| Units | ++=======+ +| hertz | ++-------+ + + + + +.. _WNDVN_CAL: + +WNDVN\_CAL: Wind vane calibration start +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Start wind vane calibration by setting this to 1 or 2 + + ++---------------------------------+ +| Values | ++=================================+ +| +-------+---------------------+ | +| | Value | Meaning | | +| +=======+=====================+ | +| | 0 | None | | +| +-------+---------------------+ | +| | 1 | Calibrate direction | | +| +-------+---------------------+ | +| | 2 | Calibrate speed | | +| +-------+---------------------+ | +| | ++---------------------------------+ + + + + +.. _WNDVN_DIR_DZ: + +WNDVN\_DIR\_DZ: Wind vane deadzone when using analog sensor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wind vane deadzone when using analog sensor + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 360 | degrees | ++-----------+----------+---------+ + + + + +.. _WNDVN_SPEED_MIN: + +WNDVN\_SPEED\_MIN: Wind vane cut off wind speed +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wind vane direction will be ignored when apparent wind speeds are below this value \(if wind speed sensor is present\)\. If the apparent wind is consistently below this value the vane will not work + + ++-----------+--------+-------------------+ +| Increment | Range | Units | ++===========+========+===================+ +| 0.1 | 0 to 5 | meters per second | ++-----------+--------+-------------------+ + + + + +.. _WNDVN_SPEED_TYPE: + +WNDVN\_SPEED\_TYPE: Wind speed sensor Type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Wind speed sensor type + + ++----------------------------------------+ +| Values | ++========================================+ +| +-------+----------------------------+ | +| | Value | Meaning | | +| +=======+============================+ | +| | 0 | None | | +| +-------+----------------------------+ | +| | 1 | Airspeed library | | +| +-------+----------------------------+ | +| | 2 | Modern Devices Wind Sensor | | +| +-------+----------------------------+ | +| | 3 | RPM library | | +| +-------+----------------------------+ | +| | 4 | NMEA | | +| +-------+----------------------------+ | +| | 10 | SITL true | | +| +-------+----------------------------+ | +| | 11 | SITL apparent | | +| +-------+----------------------------+ | +| | ++----------------------------------------+ + + + + +.. _WNDVN_SPEED_PIN: + +WNDVN\_SPEED\_PIN: Wind vane speed sensor analog pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wind speed analog speed input pin for Modern Devices Wind Sensor rev\. p + + ++---------------------------------------+ +| Values | ++=======================================+ +| +-------+---------------------------+ | +| | Value | Meaning | | +| +=======+===========================+ | +| | 11 | Pixracer | | +| +-------+---------------------------+ | +| | 13 | Pixhawk ADC4 | | +| +-------+---------------------------+ | +| | 14 | Pixhawk ADC3 | | +| +-------+---------------------------+ | +| | 15 | Pixhawk ADC6/Pixhawk2 ADC | | +| +-------+---------------------------+ | +| | 50 | AUX1 | | +| +-------+---------------------------+ | +| | 51 | AUX2 | | +| +-------+---------------------------+ | +| | 52 | AUX3 | | +| +-------+---------------------------+ | +| | 53 | AUX4 | | +| +-------+---------------------------+ | +| | 54 | AUX5 | | +| +-------+---------------------------+ | +| | 55 | AUX6 | | +| +-------+---------------------------+ | +| | 103 | Pixhawk SBUS | | +| +-------+---------------------------+ | +| | ++---------------------------------------+ + + + + +.. _WNDVN_TEMP_PIN: + +WNDVN\_TEMP\_PIN: Wind vane speed sensor analog temp pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wind speed sensor analog temp input pin for Modern Devices Wind Sensor rev\. p\, set to \-1 to diasble temp readings + + ++---------------------------------------+ +| Values | ++=======================================+ +| +-------+---------------------------+ | +| | Value | Meaning | | +| +=======+===========================+ | +| | 11 | Pixracer | | +| +-------+---------------------------+ | +| | 13 | Pixhawk ADC4 | | +| +-------+---------------------------+ | +| | 14 | Pixhawk ADC3 | | +| +-------+---------------------------+ | +| | 15 | Pixhawk ADC6/Pixhawk2 ADC | | +| +-------+---------------------------+ | +| | 50 | AUX1 | | +| +-------+---------------------------+ | +| | 51 | AUX2 | | +| +-------+---------------------------+ | +| | 52 | AUX3 | | +| +-------+---------------------------+ | +| | 53 | AUX4 | | +| +-------+---------------------------+ | +| | 54 | AUX5 | | +| +-------+---------------------------+ | +| | 55 | AUX6 | | +| +-------+---------------------------+ | +| | 103 | Pixhawk SBUS | | +| +-------+---------------------------+ | +| | ++---------------------------------------+ + + + + +.. _WNDVN_SPEED_OFS: + +WNDVN\_SPEED\_OFS: Wind speed sensor analog voltage offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wind sensor analog voltage offset at zero wind speed + + ++-----------+----------+-------+ +| Increment | Range | Units | ++===========+==========+=======+ +| 0.01 | 0 to 3.3 | volt | ++-----------+----------+-------+ + + + + +.. _WNDVN_SPEED_FILT: + +WNDVN\_SPEED\_FILT: apparent wind speed low pass filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +apparent Wind speed low pass filter frequency\, a value of \-1 disables filter + + ++-------+ +| Units | ++=======+ +| hertz | ++-------+ + + + + +.. _WNDVN_TRUE_FILT: + +WNDVN\_TRUE\_FILT: True speed and direction low pass filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +True speed and direction low pass filter frequency\, a value of \-1 disables filter + + ++-------+ +| Units | ++=======+ +| hertz | ++-------+ + + + + + +.. _parameters_WP_: + +WP\_ Parameters +--------------- + + +.. _WP_SPEED: + +WP\_SPEED: Waypoint speed default +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Waypoint speed default + + ++-----------+----------+-------------------+ +| Increment | Range | Units | ++===========+==========+===================+ +| 0.1 | 0 to 100 | meters per second | ++-----------+----------+-------------------+ + + + + +.. _WP_RADIUS: + +WP\_RADIUS: Waypoint radius +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The distance in meters from a waypoint when we consider the waypoint has been reached\. This determines when the vehicle will turn toward the next waypoint\. + + ++-----------+----------+--------+ +| Increment | Range | Units | ++===========+==========+========+ +| 0.1 | 0 to 100 | meters | ++-----------+----------+--------+ + + + + +.. _WP_ACCEL: + +WP\_ACCEL: Waypoint acceleration +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Waypoint acceleration\. If zero then ATC\_ACCEL\_MAX is used + + ++-----------+----------+--------------------------+ +| Increment | Range | Units | ++===========+==========+==========================+ +| 0.1 | 0 to 100 | meters per square second | ++-----------+----------+--------------------------+ + + + + +.. _WP_JERK: + +WP\_JERK: Waypoint jerk +~~~~~~~~~~~~~~~~~~~~~~~ + + +Waypoint jerk \(change in acceleration\)\. If zero then jerk is same as acceleration + + ++-----------+----------+-------------------------+ +| Increment | Range | Units | ++===========+==========+=========================+ +| 0.1 | 0 to 100 | meters per cubic second | ++-----------+----------+-------------------------+ + + + + + +.. _parameters_WP_PIVOT_: + +WP\_PIVOT\_ Parameters +---------------------- + + +.. _WP_PIVOT_ANGLE: + +WP\_PIVOT\_ANGLE: Pivot Angle +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Pivot when the difference between the vehicle\'s heading and its target heading is more than this many degrees\. Set to zero to disable pivot turns\. This parameter should be greater than 5 degrees for pivot turns to work\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 360 | degrees | ++-----------+----------+---------+ + + + + +.. _WP_PIVOT_RATE: + +WP\_PIVOT\_RATE: Pivot Turn Rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Turn rate during pivot turns + + ++-----------+----------+--------------------+ +| Increment | Range | Units | ++===========+==========+====================+ +| 1 | 0 to 360 | degrees per second | ++-----------+----------+--------------------+ + + + + +.. _WP_PIVOT_DELAY: + +WP\_PIVOT\_DELAY: Pivot Delay +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vehicle waits this many seconds after completing a pivot turn before proceeding + + ++-----------+---------+---------+ +| Increment | Range | Units | ++===========+=========+=========+ +| 0.1 | 0 to 60 | seconds | ++-----------+---------+---------+ + + + + + +.. _parameters_WRC: + +WRC Parameters +-------------- + + +.. _WRC_ENABLE: + +WRC\_ENABLE: Wheel rate control enable\/disable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable or disable wheel rate control + + ++----------------------+ +| Values | ++======================+ +| +-------+----------+ | +| | Value | Meaning | | +| +=======+==========+ | +| | 0 | Disabled | | +| +-------+----------+ | +| | 1 | Enabled | | +| +-------+----------+ | +| | ++----------------------+ + + + + +.. _WRC_RATE_MAX: + +WRC\_RATE\_MAX: Wheel max rotation rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel max rotation rate + + ++----------+--------------------+ +| Range | Units | ++==========+====================+ +| 0 to 200 | radians per second | ++----------+--------------------+ + + + + +.. _WRC_RATE_FF: + +WRC\_RATE\_FF: Wheel rate control feed forward gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel rate control feed forward gain\. Desired rate \(in radians\/sec\) is multiplied by this constant and output to output \(in the range \-1 to \+1\) + + ++----------------+ +| Range | ++================+ +| 0.100 to 2.000 | ++----------------+ + + + + +.. _WRC_RATE_P: + +WRC\_RATE\_P: Wheel rate control P gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel rate control P gain\. Converts rate error \(in radians\/sec\) to output \(in the range \-1 to \+1\) + + ++----------------+ +| Range | ++================+ +| 0.100 to 2.000 | ++----------------+ + + + + +.. _WRC_RATE_I: + +WRC\_RATE\_I: Wheel rate control I gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel rate control I gain\. Corrects long term error between the desired rate \(in rad\/s\) and actual + + ++----------------+ +| Range | ++================+ +| 0.000 to 2.000 | ++----------------+ + + + + +.. _WRC_RATE_IMAX: + +WRC\_RATE\_IMAX: Wheel rate control I gain maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel rate control I gain maximum\. Constrains the output \(range \-1 to \+1\) that the I term will generate + + ++----------------+ +| Range | ++================+ +| 0.000 to 1.000 | ++----------------+ + + + + +.. _WRC_RATE_D: + +WRC\_RATE\_D: Wheel rate control D gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel rate control D gain\. Compensates for short\-term change in desired rate vs actual + + ++----------------+ +| Range | ++================+ +| 0.000 to 0.400 | ++----------------+ + + + + +.. _WRC_RATE_FILT: + +WRC\_RATE\_FILT: Wheel rate control filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel rate control input filter\. Lower values reduce noise but add delay\. + + ++------------------+-------+ +| Range | Units | ++==================+=======+ +| 1.000 to 100.000 | hertz | ++------------------+-------+ + + + + +.. _WRC_RATE_FLTT: + +WRC\_RATE\_FLTT: Wheel rate control target frequency in Hz +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel rate control target frequency in Hz + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 1 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _WRC_RATE_FLTE: + +WRC\_RATE\_FLTE: Wheel rate control error frequency in Hz +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel rate control error frequency in Hz + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 1 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _WRC_RATE_FLTD: + +WRC\_RATE\_FLTD: Wheel rate control derivative frequency in Hz +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel rate control derivative frequency in Hz + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 1 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _WRC_RATE_SMAX: + +WRC\_RATE\_SMAX: Wheel rate slew rate limit +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets an upper limit on the slew rate produced by the combined P and D gains\. If the amplitude of the control action produced by the rate feedback exceeds this value\, then the D\+P gain is reduced to respect the limit\. This limits the amplitude of high frequency oscillations caused by an excessive gain\. The limit should be set to no more than 25\% of the actuators maximum slew rate to allow for load effects\. Note\: The gain will not be reduced to less than 10\% of the nominal value\. A value of zero will disable this feature\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 0.5 | 0 to 200 | ++-----------+----------+ + + + + +.. _WRC_RATE_PDMX: + +WRC\_RATE\_PDMX: Wheel rate control PD sum maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel rate control PD sum maximum\. The maximum\/minimum value that the sum of the P and D term can output + + ++----------------+ +| Range | ++================+ +| 0.000 to 1.000 | ++----------------+ + + + + +.. _WRC_RATE_D_FF: + +WRC\_RATE\_D\_FF: Wheel rate Derivative FeedForward Gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +FF D Gain which produces an output that is proportional to the rate of change of the error + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.001 | 0.000 to 0.400 | ++-----------+----------------+ + + + + +.. _WRC_RATE_NTF: + +WRC\_RATE\_NTF: Wheel rate Target notch filter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Wheel rate Target notch filter index + + ++--------+ +| Range | ++========+ +| 1 to 8 | ++--------+ + + + + +.. _WRC_RATE_NEF: + +WRC\_RATE\_NEF: Wheel rate Error notch filter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Wheel rate Error notch filter index + + ++--------+ +| Range | ++========+ +| 1 to 8 | ++--------+ + + + + +.. _WRC2_RATE_FF: + +WRC2\_RATE\_FF: Wheel rate control feed forward gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel rate control feed forward gain\. Desired rate \(in radians\/sec\) is multiplied by this constant and output to output \(in the range \-1 to \+1\) + + ++----------------+ +| Range | ++================+ +| 0.100 to 2.000 | ++----------------+ + + + + +.. _WRC2_RATE_P: + +WRC2\_RATE\_P: Wheel rate control P gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel rate control P gain\. Converts rate error \(in radians\/sec\) to output \(in the range \-1 to \+1\) + + ++----------------+ +| Range | ++================+ +| 0.100 to 2.000 | ++----------------+ + + + + +.. _WRC2_RATE_I: + +WRC2\_RATE\_I: Wheel rate control I gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel rate control I gain\. Corrects long term error between the desired rate \(in rad\/s\) and actual + + ++----------------+ +| Range | ++================+ +| 0.000 to 2.000 | ++----------------+ + + + + +.. _WRC2_RATE_IMAX: + +WRC2\_RATE\_IMAX: Wheel rate control I gain maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel rate control I gain maximum\. Constrains the output \(range \-1 to \+1\) that the I term will generate + + ++----------------+ +| Range | ++================+ +| 0.000 to 1.000 | ++----------------+ + + + + +.. _WRC2_RATE_D: + +WRC2\_RATE\_D: Wheel rate control D gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel rate control D gain\. Compensates for short\-term change in desired rate vs actual + + ++----------------+ +| Range | ++================+ +| 0.000 to 0.400 | ++----------------+ + + + + +.. _WRC2_RATE_FILT: + +WRC2\_RATE\_FILT: Wheel rate control filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel rate control input filter\. Lower values reduce noise but add delay\. + + ++------------------+-------+ +| Range | Units | ++==================+=======+ +| 1.000 to 100.000 | hertz | ++------------------+-------+ + + + + +.. _WRC2_RATE_FLTT: + +WRC2\_RATE\_FLTT: Wheel rate control target frequency in Hz +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel rate control target frequency in Hz + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 1 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _WRC2_RATE_FLTE: + +WRC2\_RATE\_FLTE: Wheel rate control error frequency in Hz +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel rate control error frequency in Hz + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 1 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _WRC2_RATE_FLTD: + +WRC2\_RATE\_FLTD: Wheel rate control derivative frequency in Hz +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel rate control derivative frequency in Hz + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 1 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _WRC2_RATE_SMAX: + +WRC2\_RATE\_SMAX: Wheel rate slew rate limit +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets an upper limit on the slew rate produced by the combined P and D gains\. If the amplitude of the control action produced by the rate feedback exceeds this value\, then the D\+P gain is reduced to respect the limit\. This limits the amplitude of high frequency oscillations caused by an excessive gain\. The limit should be set to no more than 25\% of the actuators maximum slew rate to allow for load effects\. Note\: The gain will not be reduced to less than 10\% of the nominal value\. A value of zero will disable this feature\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 0.5 | 0 to 200 | ++-----------+----------+ + + + + +.. _WRC2_RATE_PDMX: + +WRC2\_RATE\_PDMX: Wheel rate control PD sum maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel rate control PD sum maximum\. The maximum\/minimum value that the sum of the P and D term can output + + ++----------------+ +| Range | ++================+ +| 0.000 to 1.000 | ++----------------+ + + + + +.. _WRC2_RATE_D_FF: + +WRC2\_RATE\_D\_FF: Wheel rate Derivative FeedForward Gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +FF D Gain which produces an output that is proportional to the rate of change of the target + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.001 | 0.000 to 0.400 | ++-----------+----------------+ + + + + +.. _WRC2_RATE_NTF: + +WRC2\_RATE\_NTF: Wheel rate Target notch filter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Wheel rate Target notch filter index + + ++--------+ +| Range | ++========+ +| 1 to 8 | ++--------+ + + + + +.. _WRC2_RATE_NEF: + +WRC2\_RATE\_NEF: Wheel rate Error notch filter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Wheel rate Error notch filter index + + ++--------+ +| Range | ++========+ +| 1 to 8 | ++--------+ + + + diff --git a/Rover-4.5/ParametersLatex.rst b/Rover-4.5/ParametersLatex.rst new file mode 100644 index 0000000..85f1738 --- /dev/null +++ b/Rover-4.5/ParametersLatex.rst @@ -0,0 +1,99290 @@ +.. Dynamically generated list of documented parameters +.. This page was generated using Tools\/autotest\/param\_metadata\/param\_parse\.py + +.. DO NOT EDIT + + +.. _parameters: + +Complete Parameter List +======================= + +This is a complete list of the parameters which can be set \(e\.g\. via the MAVLink protocol\) to control vehicle behaviour\. They are stored in persistent storage on the vehicle\. + +This list is automatically generated from the latest ardupilot source code\, and so may contain parameters which are not yet in the stable released versions of the code\. + + + + +.. _parameters_Rover: + +Rover Parameters +---------------- + + +.. _FORMAT_VERSION: + +FORMAT\_VERSION: Eeprom format version number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This value is incremented when changes are made to the eeprom format + + +.. _LOG_BITMASK: + +LOG\_BITMASK: Log bitmask +~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bitmap of what log types to enable in on\-board logger\. This value is made up of the sum of each of the log types you want to be saved\. On boards supporting microSD cards or other large block\-storage devices it is usually best just to enable all basic log types by setting this to 65535\. + + ++-----+---------------------+ +| Bit | Meaning | ++=====+=====================+ +| 0 | Fast Attitude | ++-----+---------------------+ +| 1 | Medium Attitude | ++-----+---------------------+ +| 2 | GPS | ++-----+---------------------+ +| 3 | System Performance | ++-----+---------------------+ +| 4 | Throttle | ++-----+---------------------+ +| 5 | Navigation Tuning | ++-----+---------------------+ +| 7 | IMU | ++-----+---------------------+ +| 8 | Mission Commands | ++-----+---------------------+ +| 9 | Battery Monitor | ++-----+---------------------+ +| 10 | Rangefinder | ++-----+---------------------+ +| 11 | Compass | ++-----+---------------------+ +| 12 | Camera | ++-----+---------------------+ +| 13 | Steering | ++-----+---------------------+ +| 14 | RC Input-Output | ++-----+---------------------+ +| 19 | Raw IMU | ++-----+---------------------+ +| 20 | Video Stabilization | ++-----+---------------------+ +| 21 | Optical Flow | ++-----+---------------------+ + + + + +.. _RST_SWITCH_CH: + +RST\_SWITCH\_CH: Reset Switch Channel +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC channel to use to reset to last flight mode after geofence takeover\. + + +.. _INITIAL_MODE: + +INITIAL\_MODE: Initial driving mode +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +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\. Usually used in combination with when AUTO\_TRIGGER\_PIN or AUTO\_KICKSTART\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Manual | ++-------+----------+ +| 1 | Acro | ++-------+----------+ +| 3 | Steering | ++-------+----------+ +| 4 | Hold | ++-------+----------+ +| 5 | Loiter | ++-------+----------+ +| 6 | Follow | ++-------+----------+ +| 7 | Simple | ++-------+----------+ +| 8 | Dock | ++-------+----------+ +| 9 | Circle | ++-------+----------+ +| 10 | Auto | ++-------+----------+ +| 11 | RTL | ++-------+----------+ +| 12 | SmartRTL | ++-------+----------+ +| 15 | Guided | ++-------+----------+ + + + + +.. _SYSID_THISMAV: + +SYSID\_THISMAV: MAVLink system ID of this vehicle +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Allows setting an individual MAVLink system id for this vehicle to distinguish it from others on the same network + + ++----------+ +| Range | ++==========+ +| 1 to 255 | ++----------+ + + + + +.. _SYSID_MYGCS: + +SYSID\_MYGCS: MAVLink ground station ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The identifier of the ground station in the MAVLink protocol\. Don\'t change this unless you also modify the ground station to match\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 1 | 1 to 255 | ++-----------+----------+ + + + + +.. _TELEM_DELAY: + +TELEM\_DELAY: Telemetry startup delay +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The amount of time \(in seconds\) to delay radio telemetry to prevent an Xbee bricking on power up + + ++-----------+---------+---------+ +| Increment | Range | Units | ++===========+=========+=========+ +| 1 | 0 to 30 | seconds | ++-----------+---------+---------+ + + + + +.. _GCS_PID_MASK: + +GCS\_PID\_MASK: GCS PID tuning mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +bitmask of PIDs to send MAVLink PID\_TUNING messages for + + ++-----+----------------+ +| Bit | Meaning | ++=====+================+ +| 0 | Steering | ++-----+----------------+ +| 1 | Throttle | ++-----+----------------+ +| 2 | Pitch | ++-----+----------------+ +| 3 | Left Wheel | ++-----+----------------+ +| 4 | Right Wheel | ++-----+----------------+ +| 5 | Sailboat Heel | ++-----+----------------+ +| 6 | Velocity North | ++-----+----------------+ +| 7 | Velocity East | ++-----+----------------+ + + + + ++-------+----------------+ +| Value | Meaning | ++=======+================+ +| 0 | None | ++-------+----------------+ +| 1 | Steering | ++-------+----------------+ +| 2 | Throttle | ++-------+----------------+ +| 4 | Pitch | ++-------+----------------+ +| 8 | Left Wheel | ++-------+----------------+ +| 16 | Right Wheel | ++-------+----------------+ +| 32 | Sailboat Heel | ++-------+----------------+ +| 64 | Velocity North | ++-------+----------------+ +| 128 | Velocity East | ++-------+----------------+ + + + + +.. _AUTO_TRIGGER_PIN: + +AUTO\_TRIGGER\_PIN: Auto mode trigger pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +pin number to use to enable the throttle in 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 enable the motor to run\. If the switch is released while in AUTO then the motor will stop again\. This can be used in combination with INITIAL\_MODE to give a \'press button to start\' rover with no receiver\. + + ++-------+-----------------+ +| Value | Meaning | ++=======+=================+ +| -1 | Disabled | ++-------+-----------------+ +| 0 | APM TriggerPin0 | ++-------+-----------------+ +| 1 | APM TriggerPin1 | ++-------+-----------------+ +| 2 | APM TriggerPin2 | ++-------+-----------------+ +| 3 | APM TriggerPin3 | ++-------+-----------------+ +| 4 | APM TriggerPin4 | ++-------+-----------------+ +| 5 | APM TriggerPin5 | ++-------+-----------------+ +| 6 | APM TriggerPin6 | ++-------+-----------------+ +| 7 | APM TriggerPin7 | ++-------+-----------------+ +| 8 | APM TriggerPin8 | ++-------+-----------------+ +| 50 | AUX1 | ++-------+-----------------+ +| 51 | AUX2 | ++-------+-----------------+ +| 52 | AUX3 | ++-------+-----------------+ +| 53 | AUX4 | ++-------+-----------------+ +| 54 | AUX5 | ++-------+-----------------+ +| 55 | AUX6 | ++-------+-----------------+ + + + + +.. _AUTO_KICKSTART: + +AUTO\_KICKSTART: Auto mode trigger kickstart acceleration +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +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 + + ++-----------+---------+--------------------------+ +| Increment | Range | Units | ++===========+=========+==========================+ +| 0.1 | 0 to 20 | meters per square second | ++-----------+---------+--------------------------+ + + + + +.. _CRUISE_SPEED: + +CRUISE\_SPEED: Target cruise speed in auto modes +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The target speed in auto missions\. + + ++-----------+----------+-------------------+ +| Increment | Range | Units | ++===========+==========+===================+ +| 0.1 | 0 to 100 | meters per second | ++-----------+----------+-------------------+ + + + + +.. _CRUISE_THROTTLE: + +CRUISE\_THROTTLE: Base throttle percentage in auto +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +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\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 100 | percent | ++-----------+----------+---------+ + + + + +.. _PILOT_STEER_TYPE: + +PILOT\_STEER\_TYPE: Pilot input steering type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Pilot RC input interpretation + + ++-------+-------------------------------------+ +| Value | Meaning | ++=======+=====================================+ +| 0 | Default | ++-------+-------------------------------------+ +| 1 | Two Paddles Input | ++-------+-------------------------------------+ +| 2 | Direction reversed when backing up | ++-------+-------------------------------------+ +| 3 | Direction unchanged when backing up | ++-------+-------------------------------------+ + + + + +.. _FS_ACTION: + +FS\_ACTION: Failsafe Action +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What to do on a failsafe event + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | Nothing | ++-------+------------------+ +| 1 | RTL | ++-------+------------------+ +| 2 | Hold | ++-------+------------------+ +| 3 | SmartRTL or RTL | ++-------+------------------+ +| 4 | SmartRTL or Hold | ++-------+------------------+ + + + + +.. _FS_TIMEOUT: + +FS\_TIMEOUT: Failsafe timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The time in seconds that a failsafe condition must persist before the failsafe action is triggered + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 0.5 | 1 to 100 | seconds | ++-----------+----------+---------+ + + + + +.. _FS_THR_ENABLE: + +FS\_THR\_ENABLE: Throttle Failsafe Enable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +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\. + + ++-------+---------------------------------------+ +| Value | Meaning | ++=======+=======================================+ +| 0 | Disabled | ++-------+---------------------------------------+ +| 1 | Enabled | ++-------+---------------------------------------+ +| 2 | Enabled Continue with Mission in Auto | ++-------+---------------------------------------+ + + + + +.. _FS_THR_VALUE: + +FS\_THR\_VALUE: Throttle Failsafe Value +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The PWM level on the throttle channel below which throttle failsafe triggers\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 1 | 910 to 1100 | ++-----------+-------------+ + + + + +.. _FS_GCS_ENABLE: + +FS\_GCS\_ENABLE: GCS failsafe enable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +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\. + + ++-------+---------------------------------------+ +| Value | Meaning | ++=======+=======================================+ +| 0 | Disabled | ++-------+---------------------------------------+ +| 1 | Enabled | ++-------+---------------------------------------+ +| 2 | Enabled Continue with Mission in Auto | ++-------+---------------------------------------+ + + + + +.. _FS_CRASH_CHECK: + +FS\_CRASH\_CHECK: Crash check action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What to do on a crash event\. When enabled the rover will go to hold if a crash is detected\. + + ++-------+---------------+ +| Value | Meaning | ++=======+===============+ +| 0 | Disabled | ++-------+---------------+ +| 1 | Hold | ++-------+---------------+ +| 2 | HoldAndDisarm | ++-------+---------------+ + + + + +.. _FS_EKF_ACTION: + +FS\_EKF\_ACTION: EKF Failsafe Action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Controls the action that will be taken when an EKF failsafe is invoked + + ++-------+------------+ +| Value | Meaning | ++=======+============+ +| 0 | Disabled | ++-------+------------+ +| 1 | Hold | ++-------+------------+ +| 2 | ReportOnly | ++-------+------------+ + + + + +.. _FS_EKF_THRESH: + +FS\_EKF\_THRESH: EKF failsafe variance threshold +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Allows setting the maximum acceptable compass and velocity variance + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0.6 | Strict | ++-------+---------+ +| 0.8 | Default | ++-------+---------+ +| 1.0 | Relaxed | ++-------+---------+ + + + + +.. _MODE_CH: + +MODE\_CH: Mode channel +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC Channel to use for driving mode control + + +.. _MODE1: + +MODE1: Mode1 +~~~~~~~~~~~~ + + +Driving mode for switch position 1 \(910 to 1230 and above 2049\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Manual | ++-------+----------+ +| 1 | Acro | ++-------+----------+ +| 3 | Steering | ++-------+----------+ +| 4 | Hold | ++-------+----------+ +| 5 | Loiter | ++-------+----------+ +| 6 | Follow | ++-------+----------+ +| 7 | Simple | ++-------+----------+ +| 8 | Dock | ++-------+----------+ +| 9 | Circle | ++-------+----------+ +| 10 | Auto | ++-------+----------+ +| 11 | RTL | ++-------+----------+ +| 12 | SmartRTL | ++-------+----------+ +| 15 | Guided | ++-------+----------+ + + + + +.. _MODE2: + +MODE2: Mode2 +~~~~~~~~~~~~ + + +Driving mode for switch position 2 \(1231 to 1360\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Manual | ++-------+----------+ +| 1 | Acro | ++-------+----------+ +| 3 | Steering | ++-------+----------+ +| 4 | Hold | ++-------+----------+ +| 5 | Loiter | ++-------+----------+ +| 6 | Follow | ++-------+----------+ +| 7 | Simple | ++-------+----------+ +| 8 | Dock | ++-------+----------+ +| 9 | Circle | ++-------+----------+ +| 10 | Auto | ++-------+----------+ +| 11 | RTL | ++-------+----------+ +| 12 | SmartRTL | ++-------+----------+ +| 15 | Guided | ++-------+----------+ + + + + +.. _MODE3: + +MODE3: Mode3 +~~~~~~~~~~~~ + + +Driving mode for switch position 3 \(1361 to 1490\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Manual | ++-------+----------+ +| 1 | Acro | ++-------+----------+ +| 3 | Steering | ++-------+----------+ +| 4 | Hold | ++-------+----------+ +| 5 | Loiter | ++-------+----------+ +| 6 | Follow | ++-------+----------+ +| 7 | Simple | ++-------+----------+ +| 8 | Dock | ++-------+----------+ +| 9 | Circle | ++-------+----------+ +| 10 | Auto | ++-------+----------+ +| 11 | RTL | ++-------+----------+ +| 12 | SmartRTL | ++-------+----------+ +| 15 | Guided | ++-------+----------+ + + + + +.. _MODE4: + +MODE4: Mode4 +~~~~~~~~~~~~ + + +Driving mode for switch position 4 \(1491 to 1620\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Manual | ++-------+----------+ +| 1 | Acro | ++-------+----------+ +| 3 | Steering | ++-------+----------+ +| 4 | Hold | ++-------+----------+ +| 5 | Loiter | ++-------+----------+ +| 6 | Follow | ++-------+----------+ +| 7 | Simple | ++-------+----------+ +| 8 | Dock | ++-------+----------+ +| 9 | Circle | ++-------+----------+ +| 10 | Auto | ++-------+----------+ +| 11 | RTL | ++-------+----------+ +| 12 | SmartRTL | ++-------+----------+ +| 15 | Guided | ++-------+----------+ + + + + +.. _MODE5: + +MODE5: Mode5 +~~~~~~~~~~~~ + + +Driving mode for switch position 5 \(1621 to 1749\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Manual | ++-------+----------+ +| 1 | Acro | ++-------+----------+ +| 3 | Steering | ++-------+----------+ +| 4 | Hold | ++-------+----------+ +| 5 | Loiter | ++-------+----------+ +| 6 | Follow | ++-------+----------+ +| 7 | Simple | ++-------+----------+ +| 8 | Dock | ++-------+----------+ +| 9 | Circle | ++-------+----------+ +| 10 | Auto | ++-------+----------+ +| 11 | RTL | ++-------+----------+ +| 12 | SmartRTL | ++-------+----------+ +| 15 | Guided | ++-------+----------+ + + + + +.. _MODE6: + +MODE6: Mode6 +~~~~~~~~~~~~ + + +Driving mode for switch position 6 \(1750 to 2049\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Manual | ++-------+----------+ +| 1 | Acro | ++-------+----------+ +| 3 | Steering | ++-------+----------+ +| 4 | Hold | ++-------+----------+ +| 5 | Loiter | ++-------+----------+ +| 6 | Follow | ++-------+----------+ +| 7 | Simple | ++-------+----------+ +| 8 | Dock | ++-------+----------+ +| 9 | Circle | ++-------+----------+ +| 10 | Auto | ++-------+----------+ +| 11 | RTL | ++-------+----------+ +| 12 | SmartRTL | ++-------+----------+ +| 15 | Guided | ++-------+----------+ + + + + +.. _SYSID_ENFORCE: + +SYSID\_ENFORCE: GCS sysid enforcement +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls whether packets from other than the expected GCS system ID will be accepted + + ++-------+-------------+ +| Value | Meaning | ++=======+=============+ +| 0 | NotEnforced | ++-------+-------------+ +| 1 | Enforced | ++-------+-------------+ + + + + +.. _TURN_RADIUS: + +TURN\_RADIUS: Turn radius of vehicle +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Turn radius of vehicle in meters while at low speeds\. Lower values produce tighter turns in steering mode + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.1 | 0 to 10 | meters | ++-----------+---------+--------+ + + + + +.. _ACRO_TURN_RATE: + +ACRO\_TURN\_RATE: Acro mode turn rate maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Acro mode turn rate maximum + + ++-----------+----------+--------------------+ +| Increment | Range | Units | ++===========+==========+====================+ +| 1 | 0 to 360 | degrees per second | ++-----------+----------+--------------------+ + + + + +.. _RTL_SPEED: + +RTL\_SPEED: Return\-to\-Launch speed default +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Return\-to\-Launch speed default\. If zero use WP\_SPEED or CRUISE\_SPEED\. + + ++-----------+----------+-------------------+ +| Increment | Range | Units | ++===========+==========+===================+ +| 0.1 | 0 to 100 | meters per second | ++-----------+----------+-------------------+ + + + + +.. _FRAME_CLASS: + +FRAME\_CLASS: Frame Class +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Frame Class + + ++-------+------------+ +| Value | Meaning | ++=======+============+ +| 0 | Undefined | ++-------+------------+ +| 1 | Rover | ++-------+------------+ +| 2 | Boat | ++-------+------------+ +| 3 | BalanceBot | ++-------+------------+ + + + + +.. _BAL_PITCH_MAX: + +BAL\_PITCH\_MAX: BalanceBot Maximum Pitch +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Pitch angle in degrees at 100\% throttle + + ++-----------+---------+---------+ +| Increment | Range | Units | ++===========+=========+=========+ +| 0.1 | 0 to 15 | degrees | ++-----------+---------+---------+ + + + + +.. _CRASH_ANGLE: + +CRASH\_ANGLE: Crash Angle +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Pitch\/Roll angle limit in degrees for crash check\. Zero disables check + + ++-----------+---------+---------+ +| Increment | Range | Units | ++===========+=========+=========+ +| 1 | 0 to 60 | degrees | ++-----------+---------+---------+ + + + + +.. _FRAME_TYPE: + +FRAME\_TYPE: Frame Type +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Frame Type + + ++-------+-----------+ +| Value | Meaning | ++=======+===========+ +| 0 | Undefined | ++-------+-----------+ +| 1 | Omni3 | ++-------+-----------+ +| 2 | OmniX | ++-------+-----------+ +| 3 | OmniPlus | ++-------+-----------+ + + + + +.. _LOIT_TYPE: + +LOIT\_TYPE: Loiter type +~~~~~~~~~~~~~~~~~~~~~~~ + + +Loiter behaviour when moving to the target point + + ++-------+----------------------------------------+ +| Value | Meaning | ++=======+========================================+ +| 0 | Forward or reverse to target point | ++-------+----------------------------------------+ +| 1 | Always face bow towards target point | ++-------+----------------------------------------+ +| 2 | Always face stern towards target point | ++-------+----------------------------------------+ + + + + +.. _SIMPLE_TYPE: + +SIMPLE\_TYPE: Simple\_Type +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Simple mode types + + ++-------+--------------------+ +| Value | Meaning | ++=======+====================+ +| 0 | InitialHeading | ++-------+--------------------+ +| 1 | CardinalDirections | ++-------+--------------------+ + + + + +.. _LOIT_RADIUS: + +LOIT\_RADIUS: Loiter radius +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vehicle will drift when within this distance of the target position + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 1 | 0 to 20 | meters | ++-----------+---------+--------+ + + + + +.. _MIS_DONE_BEHAVE: + +MIS\_DONE\_BEHAVE: Mission done behave +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Behaviour after mission completes + + ++-------+---------------------+ +| Value | Meaning | ++=======+=====================+ +| 0 | Hold in Auto Mode | ++-------+---------------------+ +| 1 | Loiter in Auto Mode | ++-------+---------------------+ +| 2 | Acro Mode | ++-------+---------------------+ +| 3 | Manual Mode | ++-------+---------------------+ + + + + +.. _BAL_PITCH_TRIM: + +BAL\_PITCH\_TRIM: Balance Bot pitch trim angle +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Balance Bot pitch trim for balancing\. This offsets the tilt of the center of mass\. + + ++-----------+---------+---------+ +| Increment | Range | Units | ++===========+=========+=========+ +| 0.1 | -2 to 2 | degrees | ++-----------+---------+---------+ + + + + +.. _STICK_MIXING: + +STICK\_MIXING: Stick Mixing +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +When enabled\, this adds steering user stick input in auto modes\, allowing the user to have some degree of control without changing modes\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _SPEED_MAX: + +SPEED\_MAX: Speed maximum +~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum speed vehicle can obtain at full throttle\. If 0\, it will be estimated based on CRUISE\_SPEED and CRUISE\_THROTTLE\. + + ++-----------+---------+-------------------+ +| Increment | Range | Units | ++===========+=========+===================+ +| 0.1 | 0 to 30 | meters per second | ++-----------+---------+-------------------+ + + + + +.. _LOIT_SPEED_GAIN: + +LOIT\_SPEED\_GAIN: Loiter speed gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Determines how agressively LOITER tries to correct for drift from loiter point\. Higher is faster but default should be acceptable\. + + ++-----------+--------+ +| Increment | Range | ++===========+========+ +| 0.01 | 0 to 5 | ++-----------+--------+ + + + + +.. _FS_OPTIONS: + +FS\_OPTIONS: Failsafe Options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bitmask to enable failsafe options + + ++-----+-------------------------------+ +| Bit | Meaning | ++=====+===============================+ +| 0 | Failsafe enabled in Hold mode | ++-----+-------------------------------+ + + + + ++-------+-------------------------------+ +| Value | Meaning | ++=======+===============================+ +| 0 | None | ++-------+-------------------------------+ +| 1 | Failsafe enabled in Hold mode | ++-------+-------------------------------+ + + + + +.. _GUID_OPTIONS: + +GUID\_OPTIONS: Guided mode options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Options that can be applied to change guided mode behaviour + + ++-----+-----------------------------+ +| Bit | Meaning | ++=====+=============================+ +| 6 | SCurves used for navigation | ++-----+-----------------------------+ + + + + +.. _MANUAL_OPTIONS: + +MANUAL\_OPTIONS: Manual mode options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Manual mode specific options + + ++-----+-------------------------------+ +| Bit | Meaning | ++=====+===============================+ +| 0 | Enable steering speed scaling | ++-----+-------------------------------+ + + + + +.. _MANUAL_STR_EXPO: + +MANUAL\_STR\_EXPO: Manual Steering Expo +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Manual steering expo to allow faster steering when stick at edges + + ++-------+-----------+ +| Value | Meaning | ++=======+===========+ +| 0 | Disabled | ++-------+-----------+ +| 0.1 | Very Low | ++-------+-----------+ +| 0.2 | Low | ++-------+-----------+ +| 0.3 | Medium | ++-------+-----------+ +| 0.4 | High | ++-------+-----------+ +| 0.5 | Very High | ++-------+-----------+ + + + + ++--------------+ +| Range | ++==============+ +| -0.5 to 0.95 | ++--------------+ + + + + +.. _FS_GCS_TIMEOUT: + +FS\_GCS\_TIMEOUT: GCS failsafe timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Timeout before triggering the GCS failsafe + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 2 to 120 | seconds | ++-----------+----------+---------+ + + + + +.. _CH7_OPTION: + +CH7\_OPTION: Channel 7 option +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What to do use channel 7 for + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | Nothing | ++-------+------------------+ +| 1 | SaveWaypoint | ++-------+------------------+ +| 2 | LearnCruiseSpeed | ++-------+------------------+ +| 3 | ArmDisarm | ++-------+------------------+ +| 4 | Manual | ++-------+------------------+ +| 5 | Acro | ++-------+------------------+ +| 6 | Steering | ++-------+------------------+ +| 7 | Hold | ++-------+------------------+ +| 8 | Auto | ++-------+------------------+ +| 9 | RTL | ++-------+------------------+ +| 10 | SmartRTL | ++-------+------------------+ +| 11 | Guided | ++-------+------------------+ +| 12 | Loiter | ++-------+------------------+ + + + + +.. _AUX_CH: + +AUX\_CH: Auxiliary switch channel +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC Channel to use for auxiliary functions including saving waypoints + + +.. _PIVOT_TURN_ANGLE: + +PIVOT\_TURN\_ANGLE: Pivot turn angle +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Navigation angle threshold in degrees to switch to pivot steering\. This allows you to setup a skid steering rover to turn on the spot in auto mode when the angle it needs to turn it greater than this angle\. An angle of zero means to disable pivot turning\. Note that you will probably also want to set a low value for WP\_RADIUS to get neat turns\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 360 | degrees | ++-----------+----------+---------+ + + + + +.. _PIVOT_TURN_RATE: + +PIVOT\_TURN\_RATE: Pivot turn rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Desired pivot turn rate in deg\/s\. + + ++-----------+----------+--------------------+ +| Increment | Range | Units | ++===========+==========+====================+ +| 1 | 0 to 360 | degrees per second | ++-----------+----------+--------------------+ + + + + + +.. _parameters_VEHICLE: + +VEHICLE Parameters +------------------ + + +.. _FLTMODE_GCSBLOCK: + +FLTMODE\_GCSBLOCK: Flight mode block from GCS +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Bitmask of flight modes to disable for GCS selection\. Mode can still be accessed via RC or failsafe\. + + ++-----+----------+ +| Bit | Meaning | ++=====+==========+ +| 0 | Manual | ++-----+----------+ +| 1 | Acro | ++-----+----------+ +| 2 | Steering | ++-----+----------+ +| 3 | Loiter | ++-----+----------+ +| 4 | Follow | ++-----+----------+ +| 5 | Simple | ++-----+----------+ +| 6 | Circle | ++-----+----------+ +| 7 | Auto | ++-----+----------+ +| 8 | RTL | ++-----+----------+ +| 9 | SmartRTL | ++-----+----------+ +| 10 | Guided | ++-----+----------+ +| 11 | Dock | ++-----+----------+ + + + + + +.. _parameters_Lua Script: + +Lua Script Parameters +--------------------- + + +.. _BATT_SOC_COUNT: + +BATT\_SOC\_COUNT: Count of SOC estimators +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of battery SOC estimators + + ++--------+ +| Range | ++========+ +| 0 to 4 | ++--------+ + + + + +.. _BATT_SOC1_IDX: + +BATT\_SOC1\_IDX: Battery estimator index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery estimator index + + ++--------+ +| Range | ++========+ +| 0 to 4 | ++--------+ + + + + +.. _BATT_SOC1_NCELL: + +BATT\_SOC1\_NCELL: Battery estimator cell count +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery estimator cell count + + ++---------+ +| Range | ++=========+ +| 0 to 48 | ++---------+ + + + + +.. _BATT_SOC1_C1: + +BATT\_SOC1\_C1: Battery estimator coefficient1 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery estimator coefficient1 + + ++------------+ +| Range | ++============+ +| 100 to 200 | ++------------+ + + + + +.. _BATT_SOC1_C2: + +BATT\_SOC1\_C2: Battery estimator coefficient2 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery estimator coefficient2 + + ++--------+ +| Range | ++========+ +| 2 to 5 | ++--------+ + + + + +.. _BATT_SOC1_C3: + +BATT\_SOC1\_C3: Battery estimator coefficient3 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery estimator coefficient3 + + ++-------------+ +| Range | ++=============+ +| 0.01 to 0.5 | ++-------------+ + + + + +.. _BATT_SOC2_IDX: + +BATT\_SOC2\_IDX: Battery estimator index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery estimator index + + ++--------+ +| Range | ++========+ +| 0 to 4 | ++--------+ + + + + +.. _BATT_SOC2_NCELL: + +BATT\_SOC2\_NCELL: Battery estimator cell count +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery estimator cell count + + ++---------+ +| Range | ++=========+ +| 0 to 48 | ++---------+ + + + + +.. _BATT_SOC2_C1: + +BATT\_SOC2\_C1: Battery estimator coefficient1 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery estimator coefficient1 + + ++------------+ +| Range | ++============+ +| 100 to 200 | ++------------+ + + + + +.. _BATT_SOC2_C2: + +BATT\_SOC2\_C2: Battery estimator coefficient2 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery estimator coefficient2 + + ++--------+ +| Range | ++========+ +| 2 to 5 | ++--------+ + + + + +.. _BATT_SOC2_C3: + +BATT\_SOC2\_C3: Battery estimator coefficient3 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery estimator coefficient3 + + ++-------------+ +| Range | ++=============+ +| 0.01 to 0.5 | ++-------------+ + + + + +.. _BATT_SOC3_IDX: + +BATT\_SOC3\_IDX: Battery estimator index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery estimator index + + ++--------+ +| Range | ++========+ +| 0 to 4 | ++--------+ + + + + +.. _BATT_SOC3_NCELL: + +BATT\_SOC3\_NCELL: Battery estimator cell count +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery estimator cell count + + ++---------+ +| Range | ++=========+ +| 0 to 48 | ++---------+ + + + + +.. _BATT_SOC3_C1: + +BATT\_SOC3\_C1: Battery estimator coefficient1 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery estimator coefficient1 + + ++------------+ +| Range | ++============+ +| 100 to 200 | ++------------+ + + + + +.. _BATT_SOC3_C2: + +BATT\_SOC3\_C2: Battery estimator coefficient2 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery estimator coefficient2 + + ++--------+ +| Range | ++========+ +| 2 to 5 | ++--------+ + + + + +.. _BATT_SOC3_C3: + +BATT\_SOC3\_C3: Battery estimator coefficient3 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery estimator coefficient3 + + ++-------------+ +| Range | ++=============+ +| 0.01 to 0.5 | ++-------------+ + + + + +.. _BATT_SOC4_IDX: + +BATT\_SOC4\_IDX: Battery estimator index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery estimator index + + ++--------+ +| Range | ++========+ +| 0 to 4 | ++--------+ + + + + +.. _BATT_SOC4_NCELL: + +BATT\_SOC4\_NCELL: Battery estimator cell count +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery estimator cell count + + ++---------+ +| Range | ++=========+ +| 0 to 48 | ++---------+ + + + + +.. _BATT_SOC4_C1: + +BATT\_SOC4\_C1: Battery estimator coefficient1 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery estimator coefficient1 + + ++------------+ +| Range | ++============+ +| 100 to 200 | ++------------+ + + + + +.. _BATT_SOC4_C2: + +BATT\_SOC4\_C2: Battery estimator coefficient2 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery estimator coefficient2 + + ++--------+ +| Range | ++========+ +| 2 to 5 | ++--------+ + + + + +.. _BATT_SOC4_C3: + +BATT\_SOC4\_C3: Battery estimator coefficient3 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery estimator coefficient3 + + ++-------------+ +| Range | ++=============+ +| 0.01 to 0.5 | ++-------------+ + + + + +.. _RCK_FORCEHL: + +RCK\_FORCEHL: Force enable High Latency mode +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Automatically enables High Latency mode if not already enabled + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _RCK_PERIOD: + +RCK\_PERIOD: Update rate +~~~~~~~~~~~~~~~~~~~~~~~~ + + +When in High Latency mode\, send Rockblock updates every N seconds + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 600 | seconds | ++----------+---------+ + + + + +.. _RCK_DEBUG: + +RCK\_DEBUG: Display Rockblock debugging text +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sends Rockblock debug text to GCS via statustexts + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _RCK_ENABLE: + +RCK\_ENABLE: Enable Message transmission +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enables the Rockblock sending and recieving + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _DR_ENABLE: + +DR\_ENABLE: Deadreckoning Enable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Deadreckoning Enable + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _DR_ENABLE_DIST: + +DR\_ENABLE\_DIST: Deadreckoning Enable Distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Distance from home \(in meters\) beyond which the dead reckoning will be enabled + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _DR_GPS_SACC_MAX: + +DR\_GPS\_SACC\_MAX: Deadreckoning GPS speed accuracy maximum threshold +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +GPS speed accuracy maximum\, above which deadreckoning home will begin \(default is 0\.8\)\. Lower values trigger with good GPS quality\, higher values will allow poorer GPS before triggering\. Set to 0 to disable use of GPS speed accuracy + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _DR_GPS_SAT_MIN: + +DR\_GPS\_SAT\_MIN: Deadreckoning GPS satellite count min threshold +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +GPS satellite count threshold below which deadreckoning home will begin \(default is 6\)\. Higher values trigger with good GPS quality\, Lower values trigger with worse GPS quality\. Set to 0 to disable use of GPS satellite count + + ++---------+ +| Range | ++=========+ +| 0 to 30 | ++---------+ + + + + +.. _DR_GPS_TRIGG_SEC: + +DR\_GPS\_TRIGG\_SEC: Deadreckoning GPS check trigger seconds +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +GPS checks must fail for this many seconds before dead reckoning will be triggered + + ++---------+ +| Units | ++=========+ +| seconds | ++---------+ + + + + +.. _DR_FLY_ANGLE: + +DR\_FLY\_ANGLE: Deadreckoning Lean Angle +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +lean angle \(in degrees\) during deadreckoning + + ++---------+---------+ +| Range | Units | ++=========+=========+ +| 0 to 45 | degrees | ++---------+---------+ + + + + +.. _DR_FLY_ALT_MIN: + +DR\_FLY\_ALT\_MIN: Deadreckoning Altitude Min +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Copter will fly at at least this altitude \(in meters\) above home during deadreckoning + + ++-----------+--------+ +| Range | Units | ++===========+========+ +| 0 to 1000 | meters | ++-----------+--------+ + + + + +.. _DR_FLY_TIMEOUT: + +DR\_FLY\_TIMEOUT: Deadreckoning flight timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Copter will attempt to switch to NEXT\_MODE after this many seconds of deadreckoning\. If it cannot switch modes it will continue in Guided\_NoGPS\. Set to 0 to disable timeout + + ++---------+ +| Units | ++=========+ +| seconds | ++---------+ + + + + +.. _DR_NEXT_MODE: + +DR\_NEXT\_MODE: Deadreckoning Next Mode +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Copter switch to this mode after GPS recovers or DR\_FLY\_TIMEOUT has elapsed\. Default is 6\/RTL\. Set to \-1 to return to mode used before deadreckoning was triggered + + ++-------+--------------+ +| Value | Meaning | ++=======+==============+ +| 2 | AltHold | ++-------+--------------+ +| 3 | Auto | ++-------+--------------+ +| 4 | Guided | ++-------+--------------+ +| 5 | Loiter | ++-------+--------------+ +| 6 | RTL | ++-------+--------------+ +| 7 | Circle | ++-------+--------------+ +| 9 | Land | ++-------+--------------+ +| 16 | PosHold | ++-------+--------------+ +| 17 | Brake | ++-------+--------------+ +| 20 | Guided_NoGPS | ++-------+--------------+ +| 21 | Smart_RTL | ++-------+--------------+ +| 27 | Auto RTL | ++-------+--------------+ + + + + +.. _POI_DIST_MAX: + +POI\_DIST\_MAX: Mount POI distance max +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +POI\'s max distance \(in meters\) from the vehicle + + ++------------+ +| Range | ++============+ +| 0 to 10000 | ++------------+ + + + + +.. _WEB_ENABLE: + +WEB\_ENABLE: enable web server +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +enable web server + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _WEB_BIND_PORT: + +WEB\_BIND\_PORT: web server TCP port +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +web server TCP port + + ++------------+ +| Range | ++============+ +| 1 to 65535 | ++------------+ + + + + +.. _WEB_DEBUG: + +WEB\_DEBUG: web server debugging +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +web server debugging + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _WEB_BLOCK_SIZE: + +WEB\_BLOCK\_SIZE: web server block size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +web server block size for download + + ++------------+ +| Range | ++============+ +| 1 to 65535 | ++------------+ + + + + +.. _WEB_TIMEOUT: + +WEB\_TIMEOUT: web server timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +timeout for inactive connections + + ++-----------+---------+ +| Range | Units | ++===========+=========+ +| 0.1 to 60 | seconds | ++-----------+---------+ + + + + +.. _WEB_SENDFILE_MIN: + +WEB\_SENDFILE\_MIN: web server minimum file size for sendfile +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +sendfile is an offloading mechanism for faster file download\. If this is non\-zero and the file is larger than this size then sendfile will be used for file download + + ++---------------+ +| Range | ++===============+ +| 0 to 10000000 | ++---------------+ + + + + +.. _RTUN_ENABLE: + +RTUN\_ENABLE: Rover Quicktune enable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable quicktune system + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _RTUN_AXES: + +RTUN\_AXES: Rover Quicktune axes +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +axes to tune + + ++-----+----------+ +| Bit | Meaning | ++=====+==========+ +| 0 | Steering | ++-----+----------+ +| 1 | Speed | ++-----+----------+ + + + + +.. _RTUN_STR_FFRATIO: + +RTUN\_STR\_FFRATIO: Rover Quicktune Steering Rate FeedForward ratio +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Ratio between measured response and FF gain\. Raise this to get a higher FF gain + + ++----------+ +| Range | ++==========+ +| 0 to 1.0 | ++----------+ + + + + +.. _RTUN_STR_P_RATIO: + +RTUN\_STR\_P\_RATIO: Rover Quicktune Steering FF to P ratio +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Ratio between steering FF and P gains\. Raise this to get a higher P gain\, 0 to leave P unchanged + + ++----------+ +| Range | ++==========+ +| 0 to 2.0 | ++----------+ + + + + +.. _RTUN_STR_I_RATIO: + +RTUN\_STR\_I\_RATIO: Rover Quicktune Steering FF to I ratio +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Ratio between steering FF and I gains\. Raise this to get a higher I gain\, 0 to leave I unchanged + + ++----------+ +| Range | ++==========+ +| 0 to 2.0 | ++----------+ + + + + +.. _RTUN_SPD_FFRATIO: + +RTUN\_SPD\_FFRATIO: Rover Quicktune Speed FeedForward \(equivalent\) ratio +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Ratio between measured response and CRUISE\_THROTTLE value\. Raise this to get a higher CRUISE\_THROTTLE value + + ++----------+ +| Range | ++==========+ +| 0 to 1.0 | ++----------+ + + + + +.. _RTUN_SPD_P_RATIO: + +RTUN\_SPD\_P\_RATIO: Rover Quicktune Speed FF to P ratio +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Ratio between speed FF and P gain\. Raise this to get a higher P gain\, 0 to leave P unchanged + + ++----------+ +| Range | ++==========+ +| 0 to 2.0 | ++----------+ + + + + +.. _RTUN_SPD_I_RATIO: + +RTUN\_SPD\_I\_RATIO: Rover Quicktune Speed FF to I ratio +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Ratio between speed FF and I gain\. Raise this to get a higher I gain\, 0 to leave I unchanged + + ++----------+ +| Range | ++==========+ +| 0 to 2.0 | ++----------+ + + + + +.. _RTUN_AUTO_FILTER: + +RTUN\_AUTO\_FILTER: Rover Quicktune auto filter enable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +When enabled the PID filter settings are automatically set based on INS\_GYRO\_FILTER + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _RTUN_AUTO_SAVE: + +RTUN\_AUTO\_SAVE: Rover Quicktune auto save +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of seconds after completion of tune to auto\-save\. This is useful when using a 2 position switch for quicktune + + ++---------+ +| Units | ++=========+ +| seconds | ++---------+ + + + + +.. _RTUN_RC_FUNC: + +RTUN\_RC\_FUNC: Rover Quicktune RC function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +RCn\_OPTION number to use to control tuning stop\/start\/save + + ++-------+------------+ +| Value | Meaning | ++=======+============+ +| 300 | Scripting1 | ++-------+------------+ +| 301 | Scripting2 | ++-------+------------+ +| 302 | Scripting3 | ++-------+------------+ +| 303 | Scripting4 | ++-------+------------+ +| 304 | Scripting5 | ++-------+------------+ +| 305 | Scripting6 | ++-------+------------+ +| 306 | Scripting7 | ++-------+------------+ +| 307 | Scripting8 | ++-------+------------+ + + + + +.. _WINCH_RATE_UP: + +WINCH\_RATE\_UP: WinchControl Rate Up +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum rate when retracting line + + ++------------+ +| Range | ++============+ +| 0.1 to 5.0 | ++------------+ + + + + +.. _WINCH_RATE_DN: + +WINCH\_RATE\_DN: WinchControl Rate Down +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum rate when releasing line + + ++------------+ +| Range | ++============+ +| 0.1 to 5.0 | ++------------+ + + + + +.. _WINCH_RC_FUNC: + +WINCH\_RC\_FUNC: Winch Rate Control RC function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +RCn\_OPTION number to use to control winch rate + + ++-------+------------+ +| Value | Meaning | ++=======+============+ +| 300 | Scripting1 | ++-------+------------+ +| 301 | Scripting2 | ++-------+------------+ +| 302 | Scripting3 | ++-------+------------+ +| 303 | Scripting4 | ++-------+------------+ +| 304 | Scripting5 | ++-------+------------+ +| 305 | Scripting6 | ++-------+------------+ +| 306 | Scripting7 | ++-------+------------+ +| 307 | Scripting8 | ++-------+------------+ + + + + +.. _QUIK_ENABLE: + +QUIK\_ENABLE: Quicktune enable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable quicktune system + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _QUIK_AXES: + +QUIK\_AXES: Quicktune axes +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +axes to tune + + ++-----+---------+ +| Bit | Meaning | ++=====+=========+ +| 0 | Roll | ++-----+---------+ +| 1 | Pitch | ++-----+---------+ +| 2 | Yaw | ++-----+---------+ + + + + +.. _QUIK_DOUBLE_TIME: + +QUIK\_DOUBLE\_TIME: Quicktune doubling time +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Time to double a tuning parameter\. Raise this for a slower tune\. + + ++---------+---------+ +| Range | Units | ++=========+=========+ +| 5 to 20 | seconds | ++---------+---------+ + + + + +.. _QUIK_GAIN_MARGIN: + +QUIK\_GAIN\_MARGIN: Quicktune gain margin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reduction in gain after oscillation detected\. Raise this number to get a more conservative tune + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 20 to 80 | percent | ++----------+---------+ + + + + +.. _QUIK_OSC_SMAX: + +QUIK\_OSC\_SMAX: Quicktune oscillation rate threshold +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Threshold for oscillation detection\. A lower value will lead to a more conservative tune\. + + ++---------+ +| Range | ++=========+ +| 1 to 10 | ++---------+ + + + + +.. _QUIK_YAW_P_MAX: + +QUIK\_YAW\_P\_MAX: Quicktune Yaw P max +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum value for yaw P gain + + ++----------+ +| Range | ++==========+ +| 0.1 to 3 | ++----------+ + + + + +.. _QUIK_YAW_D_MAX: + +QUIK\_YAW\_D\_MAX: Quicktune Yaw D max +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum value for yaw D gain + + ++------------+ +| Range | ++============+ +| 0.001 to 1 | ++------------+ + + + + +.. _QUIK_RP_PI_RATIO: + +QUIK\_RP\_PI\_RATIO: Quicktune roll\/pitch PI ratio +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Ratio between P and I gains for roll and pitch\. Raise this to get a lower I gain + + ++------------+ +| Range | ++============+ +| 0.5 to 1.0 | ++------------+ + + + + +.. _QUIK_Y_PI_RATIO: + +QUIK\_Y\_PI\_RATIO: Quicktune Yaw PI ratio +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Ratio between P and I gains for yaw\. Raise this to get a lower I gain + + ++-----------+ +| Range | ++===========+ +| 0.5 to 20 | ++-----------+ + + + + +.. _QUIK_AUTO_FILTER: + +QUIK\_AUTO\_FILTER: Quicktune auto filter enable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +When enabled the PID filter settings are automatically set based on INS\_GYRO\_FILTER + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _QUIK_AUTO_SAVE: + +QUIK\_AUTO\_SAVE: Quicktune auto save +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of seconds after completion of tune to auto\-save\. This is useful when using a 2 position switch for quicktune + + ++---------+ +| Units | ++=========+ +| seconds | ++---------+ + + + + +.. _QUIK_RC_FUNC: + +QUIK\_RC\_FUNC: Quicktune RC function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +RCn\_OPTION number to use to control tuning stop\/start\/save + + +.. _QUIK_MAX_REDUCE: + +QUIK\_MAX\_REDUCE: Quicktune maximum gain reduction +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This controls how much quicktune is allowed to lower gains from the original gains\. If the vehicle already has a reasonable tune and is not oscillating then you can set this to zero to prevent gain reductions\. The default of 20\% is reasonable for most vehicles\. Using a maximum gain reduction lowers the chance of an angle P oscillation happening if quicktune gets a false positive oscillation at a low gain\, which can result in very low rate gains and a dangerous angle P oscillation\. + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 100 | percent | ++----------+---------+ + + + + +.. _QUIK_OPTIONS: + +QUIK\_OPTIONS: Quicktune options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Additional options\. When the Two Position Switch option is enabled then a high switch position will start the tune\, low will disable the tune\. you should also set a QUIK\_AUTO\_SAVE time so that you will be able to save the tune\. + + ++-----+----------------------+ +| Bit | Meaning | ++=====+======================+ +| 0 | UseTwoPositionSwitch | ++-----+----------------------+ + + + + +.. _SHIP_ENABLE: + +SHIP\_ENABLE: Ship landing enable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable ship landing system + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _SHIP_LAND_ANGLE: + +SHIP\_LAND\_ANGLE: Ship landing angle +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Angle from the stern of the ship for landing approach\. Use this to ensure that on a go\-around that ship superstructure and cables are avoided\. A value of zero means to approach from the rear of the ship\. A value of 90 means the landing will approach from the port \(left\) side of the ship\. A value of \-90 will mean approaching from the starboard \(right\) side of the ship\. A value of 180 will approach from the bow of the ship\. This parameter is combined with the sign of the RTL\_RADIUS parameter to determine the holdoff pattern\. If RTL\_RADIUS is positive then a clockwise loiter is performed\, if RTL\_RADIUS is negative then a counter\-clockwise loiter is used\. + + ++-------------+---------+ +| Range | Units | ++=============+=========+ +| -180 to 180 | degrees | ++-------------+---------+ + + + + +.. _SHIP_AUTO_OFS: + +SHIP\_AUTO\_OFS: Ship automatic offset trigger +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Settings this parameter to one triggers an automatic follow offset calculation based on current position of the vehicle and the landing target\. NOTE\: This parameter will auto\-reset to zero once the offset has been calculated\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Trigger | ++-------+----------+ + + + + +.. _PREV_ENABLE: + +PREV\_ENABLE: parameter reversion enable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable parameter reversion system + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _PREV_RC_FUNC: + +PREV\_RC\_FUNC: param reversion RC function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +RCn\_OPTION number to used to trigger parameter reversion + + +.. _AEROM_ANG_ACCEL: + +AEROM\_ANG\_ACCEL: Angular acceleration limit +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum angular acceleration in maneuvers + + ++---------------------------+ +| Units | ++===========================+ +| degrees per square second | ++---------------------------+ + + + + +.. _AEROM_ANG_TC: + +AEROM\_ANG\_TC: Roll control filtertime constant +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This is the time over which we filter the desired roll to smooth it + + ++---------+ +| Units | ++=========+ +| seconds | ++---------+ + + + + +.. _AEROM_THR_PIT_FF: + +AEROM\_THR\_PIT\_FF: Throttle feed forward from pitch +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This controls how much extra throttle to add based on pitch ange\. The value is for 90 degrees and is applied in proportion to pitch + + ++---------+ +| Units | ++=========+ +| percent | ++---------+ + + + + +.. _AEROM_SPD_P: + +AEROM\_SPD\_P: P gain for speed controller +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This controls how rapidly the throttle is raised to compensate for a speed error + + ++---------+ +| Units | ++=========+ +| percent | ++---------+ + + + + +.. _AEROM_SPD_I: + +AEROM\_SPD\_I: I gain for speed controller +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This controls how rapidly the throttle is raised to compensate for a speed error + + ++---------+ +| Units | ++=========+ +| percent | ++---------+ + + + + +.. _AEROM_ROL_COR_TC: + +AEROM\_ROL\_COR\_TC: Roll control time constant +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This is the time constant for correcting roll errors\. A smaller value leads to faster roll corrections + + ++---------+ +| Units | ++=========+ +| seconds | ++---------+ + + + + +.. _AEROM_TIME_COR_P: + +AEROM\_TIME\_COR\_P: Time constant for correction of our distance along the path +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This is the time constant for correcting path position errors + + ++---------+ +| Units | ++=========+ +| seconds | ++---------+ + + + + +.. _AEROM_ERR_COR_P: + +AEROM\_ERR\_COR\_P: P gain for path error corrections +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This controls how rapidly we correct back onto the desired path + + +.. _AEROM_ERR_COR_D: + +AEROM\_ERR\_COR\_D: D gain for path error corrections +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This controls how rapidly we correct back onto the desired path + + +.. _AEROM_ENTRY_RATE: + +AEROM\_ENTRY\_RATE: The roll rate to use when entering a roll maneuver +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This controls how rapidly we roll into a new orientation + + ++--------------------+ +| Units | ++====================+ +| degrees per second | ++--------------------+ + + + + +.. _AEROM_THR_LKAHD: + +AEROM\_THR\_LKAHD: The lookahead for throttle control +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This controls how far ahead we look in time along the path for the target throttle + + ++---------+ +| Units | ++=========+ +| seconds | ++---------+ + + + + +.. _AEROM_DEBUG: + +AEROM\_DEBUG: Debug control +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This controls the printing of extra debug information on paths + + +.. _AEROM_THR_MIN: + +AEROM\_THR\_MIN: Minimum Throttle +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Lowest throttle used during maneuvers + + ++---------+ +| Units | ++=========+ +| percent | ++---------+ + + + + +.. _AEROM_THR_BOOST: + +AEROM\_THR\_BOOST: Throttle boost +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This is the extra throttle added in schedule elements marked as needing a throttle boost + + ++---------+ +| Units | ++=========+ +| percent | ++---------+ + + + + +.. _AEROM_YAW_ACCEL: + +AEROM\_YAW\_ACCEL: Yaw acceleration +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This is maximum yaw acceleration to use + + ++---------------------------+ +| Units | ++===========================+ +| degrees per square second | ++---------------------------+ + + + + +.. _AEROM_LKAHD: + +AEROM\_LKAHD: Lookahead +~~~~~~~~~~~~~~~~~~~~~~~ + + +This is how much time to look ahead in the path for calculating path rates + + ++---------+ +| Units | ++=========+ +| seconds | ++---------+ + + + + +.. _AEROM_PATH_SCALE: + +AEROM\_PATH\_SCALE: Path Scale +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Scale factor for Path\/Box size\. 0\.5 would half the distances in maneuvers\. Radii are unaffected\. + + ++------------+ +| Range | ++============+ +| 0.1 to 100 | ++------------+ + + + + +.. _AEROM_BOX_WIDTH: + +AEROM\_BOX\_WIDTH: Box Width +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Length of aerobatic \"box\" + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _AEROM_STALL_THR: + +AEROM\_STALL\_THR: Stall turn throttle +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Amount of throttle to reduce to for a stall turn + + ++---------+ +| Units | ++=========+ +| percent | ++---------+ + + + + +.. _AEROM_STALL_PIT: + +AEROM\_STALL\_PIT: Stall turn pitch threshold +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Pitch threashold for moving to final stage of stall turn + + ++---------+ +| Units | ++=========+ +| degrees | ++---------+ + + + + +.. _AEROM_KE_RUDD: + +AEROM\_KE\_RUDD: KnifeEdge Rudder +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Percent of rudder normally uses to sustain knife\-edge at trick speed + + ++---------+ +| Units | ++=========+ +| percent | ++---------+ + + + + +.. _AEROM_KE_RUDD_LK: + +AEROM\_KE\_RUDD\_LK: KnifeEdge Rudder lookahead +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Time to look ahead in the path to calculate rudder correction for bank angle + + ++---------+ +| Units | ++=========+ +| seconds | ++---------+ + + + + +.. _AEROM_ALT_ABORT: + +AEROM\_ALT\_ABORT: Altitude Abort +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum allowable loss in altitude during a trick or sequence from its starting altitude\. + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _AEROM_TS_P: + +AEROM\_TS\_P: Timesync P gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This controls how rapidly two aircraft are brought back into time sync + + +.. _AEROM_TS_I: + +AEROM\_TS\_I: Timesync I gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This controls how rapidly two aircraft are brought back into time sync + + +.. _AEROM_TS_SPDMAX: + +AEROM\_TS\_SPDMAX: Timesync speed max +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the maximum speed adjustment for time sync between aircraft + + ++-------------------+ +| Units | ++===================+ +| meters per second | ++-------------------+ + + + + +.. _AEROM_TS_RATE: + +AEROM\_TS\_RATE: Timesync rate of send of NAMED\_VALUE\_FLOAT data +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the rate we send data for time sync between aircraft + + ++-------+ +| Units | ++=======+ +| hertz | ++-------+ + + + + +.. _AEROM_MIS_ANGLE: + +AEROM\_MIS\_ANGLE: Mission angle +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +When set to a non\-zero value\, this is the assumed direction of the mission\. Otherwise the waypoint angle is used + + ++---------+ +| Units | ++=========+ +| degrees | ++---------+ + + + + +.. _AEROM_OPTIONS: + +AEROM\_OPTIONS: Aerobatic options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Options to control aerobatic behavior + + ++-----+--------------------------+ +| Bit | Meaning | ++=====+==========================+ +| 0 | UseRTLOnAbort | ++-----+--------------------------+ +| 1 | AddAtToMessages | ++-----+--------------------------+ +| 2 | DualAircraftSynchronised | ++-----+--------------------------+ + + + + ++---------+ +| Units | ++=========+ +| degrees | ++---------+ + + + + +.. _TRIK_ENABLE: + +TRIK\_ENABLE: Tricks on Switch Enable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enables Tricks on Switch\. TRIK params hidden until enabled + + +.. _TRIK_SEL_FN: + +TRIK\_SEL\_FN: Trik Selection Scripting Function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Setting an RC channel\'s \_OPTION to this value will use it for trick selection + + ++------------+ +| Range | ++============+ +| 301 to 307 | ++------------+ + + + + +.. _TRIK_ACT_FN: + +TRIK\_ACT\_FN: Trik Action Scripting Function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Setting an RC channel\'s \_OPTION to this value will use it for trick action \(abort\,announce\,execute\) + + ++------------+ +| Range | ++============+ +| 301 to 307 | ++------------+ + + + + +.. _TRIK_COUNT: + +TRIK\_COUNT: Trik Count +~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of tricks which can be selected over the range of the trik selection RC channel + + ++---------+ +| Range | ++=========+ +| 1 to 11 | ++---------+ + + + + +.. _BATT_ANX_ENABLE: + +BATT\_ANX\_ENABLE: Enable ANX battery support +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable ANX battery support + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _BATT_ANX_CANDRV: + +BATT\_ANX\_CANDRV: Set ANX CAN driver +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Set ANX CAN driver + + ++-------+--------------+ +| Value | Meaning | ++=======+==============+ +| 0 | None | ++-------+--------------+ +| 1 | 1stCANDriver | ++-------+--------------+ +| 2 | 2ndCanDriver | ++-------+--------------+ + + + + +.. _BATT_ANX_INDEX: + +BATT\_ANX\_INDEX: ANX CAN battery index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +ANX CAN battery index + + ++---------+ +| Range | ++=========+ +| 1 to 10 | ++---------+ + + + + +.. _BATT_ANX_OPTIONS: + +BATT\_ANX\_OPTIONS: ANX CAN battery options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ANX CAN battery options + + ++-----+--------------+ +| Bit | Meaning | ++=====+==============+ +| 0 | LogAllFrames | ++-----+--------------+ + + + + +.. _EFI_DLA_ENABLE: + +EFI\_DLA\_ENABLE: EFI DLA enable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable EFI DLA driver + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _EFI_DLA_LPS: + +EFI\_DLA\_LPS: EFI DLA fuel scale +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +EFI DLA litres of fuel per second of injection time + + ++--------------+--------+ +| Range | Units | ++==============+========+ +| 0.00001 to 1 | litres | ++--------------+--------+ + + + + +.. _EFI_H6K_ENABLE: + +EFI\_H6K\_ENABLE: Enable Halo6000 EFI driver +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable Halo6000 EFI driver + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _EFI_H6K_CANDRV: + +EFI\_H6K\_CANDRV: Halo6000 CAN driver +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Halo6000 CAN driver\. Use 1 for first CAN scripting driver\, 2 for 2nd driver + + ++-------+-----------+ +| Value | Meaning | ++=======+===========+ +| 0 | Disabled | ++-------+-----------+ +| 1 | FirstCAN | ++-------+-----------+ +| 2 | SecondCAN | ++-------+-----------+ + + + + +.. _EFI_H6K_START_FN: + +EFI\_H6K\_START\_FN: Halo6000 start auxilliary function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The RC auxilliary function number for start\/stop of the generator\. Zero to disable start function + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 300 | 300 | ++-------+----------+ +| 301 | 301 | ++-------+----------+ +| 302 | 302 | ++-------+----------+ +| 303 | 303 | ++-------+----------+ +| 304 | 304 | ++-------+----------+ +| 305 | 305 | ++-------+----------+ +| 306 | 306 | ++-------+----------+ +| 307 | 307 | ++-------+----------+ + + + + +.. _EFI_H6K_TELEM_RT: + +EFI\_H6K\_TELEM\_RT: Halo6000 telemetry rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The rate that additional generator telemetry is sent + + ++-------+ +| Units | ++=======+ +| hertz | ++-------+ + + + + +.. _EFI_H6K_FUELTOT: + +EFI\_H6K\_FUELTOT: Halo6000 total fuel capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The capacity of the tank in litres + + ++--------+ +| Units | ++========+ +| litres | ++--------+ + + + + +.. _EFI_SP_ENABLE: + +EFI\_SP\_ENABLE: Enable SkyPower EFI support +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable SkyPower EFI support + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _EFI_SP_CANDRV: + +EFI\_SP\_CANDRV: Set SkyPower EFI CAN driver +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Set SkyPower EFI CAN driver + + ++-------+--------------+ +| Value | Meaning | ++=======+==============+ +| 0 | None | ++-------+--------------+ +| 1 | 1stCANDriver | ++-------+--------------+ +| 2 | 2ndCanDriver | ++-------+--------------+ + + + + +.. _EFI_SP_UPDATE_HZ: + +EFI\_SP\_UPDATE\_HZ: SkyPower EFI update rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +SkyPower EFI update rate + + ++-----------+-------+ +| Range | Units | ++===========+=======+ +| 10 to 200 | hertz | ++-----------+-------+ + + + + +.. _EFI_SP_THR_FN: + +EFI\_SP\_THR\_FN: SkyPower EFI throttle function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +SkyPower EFI throttle function\. This sets which SERVOn\_FUNCTION to use for the target throttle\. This should be 70 for fixed wing aircraft and 31 for helicopter rotor speed control + + ++-------+-----------+ +| Value | Meaning | ++=======+===========+ +| 0 | Disabled | ++-------+-----------+ +| 70 | FixedWing | ++-------+-----------+ +| 31 | HeliRSC | ++-------+-----------+ + + + + +.. _EFI_SP_THR_RATE: + +EFI\_SP\_THR\_RATE: SkyPower EFI throttle rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +SkyPower EFI throttle rate\. This sets rate at which throttle updates are sent to the engine + + ++-----------+-------+ +| Range | Units | ++===========+=======+ +| 10 to 100 | hertz | ++-----------+-------+ + + + + +.. _EFI_SP_START_FN: + +EFI\_SP\_START\_FN: SkyPower EFI start function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +SkyPower EFI start function\. This is the RCn\_OPTION value to use to find the R\/C channel used for controlling engine start + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 300 | 300 | ++-------+----------+ +| 301 | 301 | ++-------+----------+ +| 302 | 302 | ++-------+----------+ +| 303 | 303 | ++-------+----------+ +| 304 | 304 | ++-------+----------+ +| 305 | 305 | ++-------+----------+ +| 306 | 306 | ++-------+----------+ +| 307 | 307 | ++-------+----------+ + + + + +.. _EFI_SP_GEN_FN: + +EFI\_SP\_GEN\_FN: SkyPower EFI generator control function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +SkyPower EFI generator control function\. This is the RCn\_OPTION value to use to find the R\/C channel used for controlling generator start\/stop + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 300 | 300 | ++-------+----------+ +| 301 | 301 | ++-------+----------+ +| 302 | 302 | ++-------+----------+ +| 303 | 303 | ++-------+----------+ +| 304 | 304 | ++-------+----------+ +| 305 | 305 | ++-------+----------+ +| 306 | 306 | ++-------+----------+ +| 307 | 307 | ++-------+----------+ + + + + +.. _EFI_SP_MIN_RPM: + +EFI\_SP\_MIN\_RPM: SkyPower EFI minimum RPM +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +SkyPower EFI minimum RPM\. This is the RPM below which the engine is considered to be stopped + + ++-----------+ +| Range | ++===========+ +| 1 to 1000 | ++-----------+ + + + + +.. _EFI_SP_TLM_RT: + +EFI\_SP\_TLM\_RT: SkyPower EFI telemetry rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +SkyPower EFI telemetry rate\. This is the rate at which extra telemetry values are sent to the GCS + + ++---------+-------+ +| Range | Units | ++=========+=======+ +| 1 to 10 | hertz | ++---------+-------+ + + + + +.. _EFI_SP_LOG_RT: + +EFI\_SP\_LOG\_RT: SkyPower EFI log rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +SkyPower EFI log rate\. This is the rate at which extra logging of the SkyPower EFI is performed + + ++---------+-------+ +| Range | Units | ++=========+=======+ +| 1 to 50 | hertz | ++---------+-------+ + + + + +.. _EFI_SP_ST_DISARM: + +EFI\_SP\_ST\_DISARM: SkyPower EFI allow start disarmed +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +SkyPower EFI allow start disarmed\. This controls if starting the engine while disarmed is allowed + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _EFI_SP_MODEL: + +EFI\_SP\_MODEL: SkyPower EFI ECU model +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +SkyPower EFI ECU model + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0 | Default | ++-------+---------+ +| 1 | SP_275 | ++-------+---------+ + + + + +.. _EFI_SP_GEN_CTRL: + +EFI\_SP\_GEN\_CTRL: SkyPower EFI enable generator control +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +SkyPower EFI enable generator control + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _EFI_SP_RST_TIME: + +EFI\_SP\_RST\_TIME: SkyPower EFI restart time +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +SkyPower EFI restart time\. If engine should be running and it has stopped for this amount of time then auto\-restart\. To disable this feature set this value to zero\. + + ++---------+---------+ +| Range | Units | ++=========+=========+ +| 0 to 10 | seconds | ++---------+---------+ + + + + +.. _EFI_SVF_ENABLE: + +EFI\_SVF\_ENABLE: Generator SVFFI enable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable SVFFI generator support + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _EFI_SVF_ARMCHECK: + +EFI\_SVF\_ARMCHECK: Generator SVFFI arming check +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Check for Generator ARM state before arming + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _ESC_HW_ENABLE: + +ESC\_HW\_ENABLE: Hobbywing ESC Enable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable Hobbywing ESC telemetry + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _ESC_HW_POLES: + +ESC\_HW\_POLES: Hobbywing ESC motor poles +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of motor poles for eRPM scaling + + ++---------+ +| Range | ++=========+ +| 1 to 50 | ++---------+ + + + + +.. _ESC_HW_OFS: + +ESC\_HW\_OFS: Hobbywing ESC motor offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Motor number offset of first ESC + + ++---------+ +| Range | ++=========+ +| 0 to 31 | ++---------+ + + + + +.. _EFI_INF_ENABLE: + +EFI\_INF\_ENABLE: EFI INF\-Inject enable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable EFI INF\-Inject driver + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _DJIR_DEBUG: + +DJIR\_DEBUG: DJIRS2 debug +~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Enable DJIRS2 debug + + ++-------+---------------------------------+ +| Value | Meaning | ++=======+=================================+ +| 0 | Disabled | ++-------+---------------------------------+ +| 1 | Enabled | ++-------+---------------------------------+ +| 2 | Enabled with attitude reporting | ++-------+---------------------------------+ + + + + +.. _DJIR_UPSIDEDOWN: + +DJIR\_UPSIDEDOWN: DJIRS2 upside down +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +DJIRS2 upside down + + ++-------+---------------+ +| Value | Meaning | ++=======+===============+ +| 0 | Right side up | ++-------+---------------+ +| 1 | Upside down | ++-------+---------------+ + + + + +.. _VIEP_DEBUG: + +VIEP\_DEBUG: ViewPro debug +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ViewPro debug + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| 0 | Disabled | ++-------+--------------------------------------+ +| 1 | Enabled | ++-------+--------------------------------------+ +| 2 | Enabled including attitude reporting | ++-------+--------------------------------------+ + + + + +.. _VIEP_CAM_SWLOW: + +VIEP\_CAM\_SWLOW: ViewPro Camera For Switch Low +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Camera selection when switch is in low position + + ++-------+-------------------------------+ +| Value | Meaning | ++=======+===============================+ +| 0 | No change in camera selection | ++-------+-------------------------------+ +| 1 | EO1 | ++-------+-------------------------------+ +| 2 | IR thermal | ++-------+-------------------------------+ +| 3 | EO1 + IR Picture-in-picture | ++-------+-------------------------------+ +| 4 | IR + EO1 Picture-in-picture | ++-------+-------------------------------+ +| 5 | Fusion | ++-------+-------------------------------+ +| 6 | IR1 13mm | ++-------+-------------------------------+ +| 7 | IR2 52mm | ++-------+-------------------------------+ + + + + +.. _VIEP_CAM_SWMID: + +VIEP\_CAM\_SWMID: ViewPro Camera For Switch Mid +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Camera selection when switch is in middle position + + ++-------+-------------------------------+ +| Value | Meaning | ++=======+===============================+ +| 0 | No change in camera selection | ++-------+-------------------------------+ +| 1 | EO1 | ++-------+-------------------------------+ +| 2 | IR thermal | ++-------+-------------------------------+ +| 3 | EO1 + IR Picture-in-picture | ++-------+-------------------------------+ +| 4 | IR + EO1 Picture-in-picture | ++-------+-------------------------------+ +| 5 | Fusion | ++-------+-------------------------------+ +| 6 | IR1 13mm | ++-------+-------------------------------+ +| 7 | IR2 52mm | ++-------+-------------------------------+ + + + + +.. _VIEP_CAM_SWHIGH: + +VIEP\_CAM\_SWHIGH: ViewPro Camera For Switch High +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Camera selection when switch is in high position + + ++-------+-------------------------------+ +| Value | Meaning | ++=======+===============================+ +| 0 | No change in camera selection | ++-------+-------------------------------+ +| 1 | EO1 | ++-------+-------------------------------+ +| 2 | IR thermal | ++-------+-------------------------------+ +| 3 | EO1 + IR Picture-in-picture | ++-------+-------------------------------+ +| 4 | IR + EO1 Picture-in-picture | ++-------+-------------------------------+ +| 5 | Fusion | ++-------+-------------------------------+ +| 6 | IR1 13mm | ++-------+-------------------------------+ +| 7 | IR2 52mm | ++-------+-------------------------------+ + + + + +.. _VIEP_ZOOM_SPEED: + +VIEP\_ZOOM\_SPEED: ViewPro Zoom Speed +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +ViewPro Zoom Speed\. Higher numbers result in faster zooming + + ++--------+ +| Range | ++========+ +| 0 to 7 | ++--------+ + + + + +.. _VIEP_ZOOM_MAX: + +VIEP\_ZOOM\_MAX: ViewPro Zoom Times Max +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +ViewPro Zoom Times Max + + ++---------+ +| Range | ++=========+ +| 0 to 30 | ++---------+ + + + + +.. _TOFSENSE_PRX: + +TOFSENSE\_PRX: TOFSENSE\-M to be used as Proximity sensor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Set 0 if sensor is to be used as a 1\-D rangefinder \(minimum of all distances will be sent\, typically used for height detection\)\. Set 1 if it should be used as a 3\-D proximity device \(Eg\. Obstacle Avoidance\) + + ++-------+-------------------------+ +| Value | Meaning | ++=======+=========================+ +| 0 | Set as Rangefinder | ++-------+-------------------------+ +| 1 | Set as Proximity sensor | ++-------+-------------------------+ + + + + +.. _TOFSENSE_NO: + +TOFSENSE\_NO: TOFSENSE\-M Connected +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of TOFSENSE\-M CAN sensors connected + + ++--------+ +| Range | ++========+ +| 1 to 3 | ++--------+ + + + + +.. _TOFSENSE_MODE: + +TOFSENSE\_MODE: TOFSENSE\-M mode to be used +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +TOFSENSE\-M mode to be used\. 0 for 8x8 mode\. 1 for 4x4 mode + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | 8x8 mode | ++-------+----------+ +| 1 | 4x4 mode | ++-------+----------+ + + + + +.. _TOFSENSE_INST1: + +TOFSENSE\_INST1: TOFSENSE\-M First Instance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +First TOFSENSE\-M sensors backend Instance\. Setting this to 1 will pick the first backend from PRX\_ or RNG\_ Parameters \(Depending on TOFSENSE\_PRX\) + + ++--------+ +| Range | ++========+ +| 1 to 3 | ++--------+ + + + + +.. _TOFSENSE_ID1: + +TOFSENSE\_ID1: TOFSENSE\-M First ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +First TOFSENSE\-M sensor ID\. Leave this at 0 to accept all IDs and if only one sensor is present\. You can change ID of sensor from NAssistant Software + + ++----------+ +| Range | ++==========+ +| 1 to 255 | ++----------+ + + + + +.. _TOFSENSE_INST2: + +TOFSENSE\_INST2: TOFSENSE\-M Second Instance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Second TOFSENSE\-M sensors backend Instance\. Setting this to 2 will pick the second backend from PRX\_ or RNG\_ Parameters \(Depending on TOFSENSE\_PRX\) + + ++--------+ +| Range | ++========+ +| 1 to 3 | ++--------+ + + + + +.. _TOFSENSE_ID2: + +TOFSENSE\_ID2: TOFSENSE\-M Second ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Second TOFSENSE\-M sensor ID\. This cannot be 0\. You can change ID of sensor from NAssistant Software + + ++----------+ +| Range | ++==========+ +| 1 to 255 | ++----------+ + + + + +.. _TOFSENSE_INST3: + +TOFSENSE\_INST3: TOFSENSE\-M Third Instance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Third TOFSENSE\-M sensors backend Instance\. Setting this to 3 will pick the second backend from PRX\_ or RNG\_ Parameters \(Depending on TOFSENSE\_PRX\) + + ++--------+ +| Range | ++========+ +| 1 to 3 | ++--------+ + + + + +.. _TOFSENSE_ID3: + +TOFSENSE\_ID3: TOFSENSE\-M Thir ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Third TOFSENSE\-M sensor ID\. This cannot be 0\. You can change ID of sensor from NAssistant Software + + ++----------+ +| Range | ++==========+ +| 1 to 255 | ++----------+ + + + + +.. _TOFSENSE_S1_PRX: + +TOFSENSE\_S1\_PRX: TOFSENSE\-M to be used as Proximity sensor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Set 0 if sensor is to be used as a 1\-D rangefinder \(minimum of all distances will be sent\, typically used for height detection\)\. Set 1 if it should be used as a 3\-D proximity device \(Eg\. Obstacle Avoidance\) + + ++-------+-------------------------+ +| Value | Meaning | ++=======+=========================+ +| 0 | Set as Rangefinder | ++-------+-------------------------+ +| 1 | Set as Proximity sensor | ++-------+-------------------------+ + + + + +.. _TOFSENSE_S1_SP: + +TOFSENSE\_S1\_SP: TOFSENSE\-M serial port config +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +UART instance sensor is connected to\. Set 1 if sensor is connected to the port with fist SERIALx\_PROTOCOL \= 28\. + + ++--------+ +| Range | ++========+ +| 1 to 4 | ++--------+ + + + + +.. _TOFSENSE_S1_BR: + +TOFSENSE\_S1\_BR: TOFSENSE\-M serial port baudrate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Serial Port baud rate\. Sensor baud rate can be changed from Nassistant software + + + +.. _parameters_AFS_: + +AFS\_ Parameters +---------------- + + +.. _AFS_ENABLE: + +AFS\_ENABLE: Enable Advanced Failsafe +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This enables the advanced failsafe system\. If this is set to zero \(disable\) then all the other AFS options have no effect + + +.. _AFS_MAN_PIN: + +AFS\_MAN\_PIN: Manual Pin +~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets a digital output pin to set high when in manual mode\. See the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + +.. _AFS_HB_PIN: + +AFS\_HB\_PIN: Heartbeat Pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets a digital output pin which is cycled at 10Hz when termination is not activated\. Note that if a FS\_TERM\_PIN is set then the heartbeat pin will continue to cycle at 10Hz when termination is activated\, to allow the termination board to distinguish between autopilot crash and termination\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++-------+-------------------+ +| Value | Meaning | ++=======+===================+ +| -1 | Disabled | ++-------+-------------------+ +| 49 | BB Blue GP0 pin 4 | ++-------+-------------------+ +| 50 | AUXOUT1 | ++-------+-------------------+ +| 51 | AUXOUT2 | ++-------+-------------------+ +| 52 | AUXOUT3 | ++-------+-------------------+ +| 53 | AUXOUT4 | ++-------+-------------------+ +| 54 | AUXOUT5 | ++-------+-------------------+ +| 55 | AUXOUT6 | ++-------+-------------------+ +| 57 | BB Blue GP0 pin 3 | ++-------+-------------------+ +| 113 | BB Blue GP0 pin 6 | ++-------+-------------------+ +| 116 | BB Blue GP0 pin 5 | ++-------+-------------------+ + + + + +.. _AFS_WP_COMMS: + +AFS\_WP\_COMMS: Comms Waypoint +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Waypoint number to navigate to on comms loss + + +.. _AFS_WP_GPS_LOSS: + +AFS\_WP\_GPS\_LOSS: GPS Loss Waypoint +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Waypoint number to navigate to on GPS lock loss + + +.. _AFS_TERMINATE: + +AFS\_TERMINATE: Force Terminate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Can be set in flight to force termination of the heartbeat signal + + +.. _AFS_TERM_ACTION: + +AFS\_TERM\_ACTION: Terminate action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This can be used to force an action on flight termination\. Normally this is handled by an external failsafe board\, but you can setup ArduPilot to handle it here\. Please consult the wiki for more information on the possible values of the parameter + + +.. _AFS_TERM_PIN: + +AFS\_TERM\_PIN: Terminate Pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets a digital output pin to set high on flight termination\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++-------+-------------------+ +| Value | Meaning | ++=======+===================+ +| -1 | Disabled | ++-------+-------------------+ +| 49 | BB Blue GP0 pin 4 | ++-------+-------------------+ +| 50 | AUXOUT1 | ++-------+-------------------+ +| 51 | AUXOUT2 | ++-------+-------------------+ +| 52 | AUXOUT3 | ++-------+-------------------+ +| 53 | AUXOUT4 | ++-------+-------------------+ +| 54 | AUXOUT5 | ++-------+-------------------+ +| 55 | AUXOUT6 | ++-------+-------------------+ +| 57 | BB Blue GP0 pin 3 | ++-------+-------------------+ +| 113 | BB Blue GP0 pin 6 | ++-------+-------------------+ +| 116 | BB Blue GP0 pin 5 | ++-------+-------------------+ + + + + +.. _AFS_AMSL_LIMIT: + +AFS\_AMSL\_LIMIT: AMSL limit +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the AMSL \(above mean sea level\) altitude limit\. If the pressure altitude determined by QNH exceeds this limit then flight termination will be forced\. Note that this limit is in meters\, whereas pressure altitude limits are often quoted in feet\. A value of zero disables the pressure altitude limit\. + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _AFS_AMSL_ERR_GPS: + +AFS\_AMSL\_ERR\_GPS: Error margin for GPS based AMSL limit +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets margin for error in GPS derived altitude limit\. This error margin is only used if the barometer has failed\. If the barometer fails then the GPS will be used to enforce the AMSL\_LIMIT\, but this margin will be subtracted from the AMSL\_LIMIT first\, to ensure that even with the given amount of GPS altitude error the pressure altitude is not breached\. OBC users should set this to comply with their D2 safety case\. A value of \-1 will mean that barometer failure will lead to immediate termination\. + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _AFS_QNH_PRESSURE: + +AFS\_QNH\_PRESSURE: QNH pressure +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the QNH pressure in millibars to be used for pressure altitude in the altitude limit\. A value of zero disables the altitude limit\. + + ++-------------+ +| Units | ++=============+ +| hectopascal | ++-------------+ + + + + +.. _AFS_MAX_GPS_LOSS: + +AFS\_MAX\_GPS\_LOSS: Maximum number of GPS loss events +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum number of GPS loss events before the aircraft stops returning to mission on GPS recovery\. Use zero to allow for any number of GPS loss events\. + + +.. _AFS_MAX_COM_LOSS: + +AFS\_MAX\_COM\_LOSS: Maximum number of comms loss events +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum number of comms loss events before the aircraft stops returning to mission on comms recovery\. Use zero to allow for any number of comms loss events\. + + +.. _AFS_GEOFENCE: + +AFS\_GEOFENCE: Enable geofence Advanced Failsafe +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This enables the geofence part of the AFS\. Will only be in effect if AFS\_ENABLE is also 1 + + +.. _AFS_RC: + +AFS\_RC: Enable RC Advanced Failsafe +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This enables the RC part of the AFS\. Will only be in effect if AFS\_ENABLE is also 1 + + +.. _AFS_RC_MAN_ONLY: + +AFS\_RC\_MAN\_ONLY: Enable RC Termination only in manual control modes +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +If this parameter is set to 1\, then an RC loss will only cause the plane to terminate in manual control modes\. If it is 0\, then the plane will terminate in any flight mode\. + + +.. _AFS_DUAL_LOSS: + +AFS\_DUAL\_LOSS: Enable dual loss terminate due to failure of both GCS and GPS simultaneously +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This enables the dual loss termination part of the AFS system\. If this parameter is 1 and both GPS and the ground control station fail simultaneously\, this will be considered a \"dual loss\" and cause termination\. + + +.. _AFS_RC_FAIL_TIME: + +AFS\_RC\_FAIL\_TIME: RC failure time +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the time in seconds in manual mode that failsafe termination will activate if RC input is lost\. For the OBC rules this should be \(1\.5\)\. Use 0 to disable\. + + ++---------+ +| Units | ++=========+ +| seconds | ++---------+ + + + + +.. _AFS_MAX_RANGE: + +AFS\_MAX\_RANGE: Max allowed range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the maximum range of the vehicle in kilometers from first arming\. If the vehicle goes beyond this range then the TERM\_ACTION is performed\. A value of zero disables this feature\. + + ++------------+ +| Units | ++============+ +| kilometers | ++------------+ + + + + +.. _AFS_OPTIONS: + +AFS\_OPTIONS: AFS options +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +See description for each bitmask bit description + + ++-----+-------------------------------------------------------------------------------------------------------------------+ +| Bit | Meaning | ++=====+===================================================================================================================+ +| 0 | Continue the mission even after comms are recovered (does not go to the mission item at the time comms were lost) | ++-----+-------------------------------------------------------------------------------------------------------------------+ +| 1 | Enable AFS for all autonomous modes (not just AUTO) | ++-----+-------------------------------------------------------------------------------------------------------------------+ + + + + +.. _AFS_GCS_TIMEOUT: + +AFS\_GCS\_TIMEOUT: GCS timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The time \(in seconds\) of persistent data link loss before GCS failsafe occurs\. + + ++---------+ +| Units | ++=========+ +| seconds | ++---------+ + + + + + +.. _parameters_AHRS_: + +AHRS\_ Parameters +----------------- + + +.. _AHRS_GPS_GAIN: + +AHRS\_GPS\_GAIN: AHRS GPS gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls 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\. + + ++-----------+------------+ +| Increment | Range | ++===========+============+ +| .01 | 0.0 to 1.0 | ++-----------+------------+ + + + + +.. _AHRS_GPS_USE: + +AHRS\_GPS\_USE: AHRS use GPS for DCM navigation and position\-down +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +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\. Currently this affects only the DCM\-based AHRS\: the EKF uses GPS according to its own parameters\. A value of 2 means to use GPS for height as well as position \- both in DCM estimation and when determining altitude\-above\-home\. + + ++-------+-------------------------------------+ +| Value | Meaning | ++=======+=====================================+ +| 0 | Disabled | ++-------+-------------------------------------+ +| 1 | Use GPS for DCM position | ++-------+-------------------------------------+ +| 2 | Use GPS for DCM position and height | ++-------+-------------------------------------+ + + + + +.. _AHRS_YAW_P: + +AHRS\_YAW\_P: Yaw P +~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +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\. + + ++-----------+------------+ +| Increment | Range | ++===========+============+ +| .01 | 0.1 to 0.4 | ++-----------+------------+ + + + + +.. _AHRS_RP_P: + +AHRS\_RP\_P: AHRS RP\_P +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls how fast the accelerometers correct the attitude + + ++-----------+------------+ +| Increment | Range | ++===========+============+ +| .01 | 0.1 to 0.4 | ++-----------+------------+ + + + + +.. _AHRS_WIND_MAX: + +AHRS\_WIND\_MAX: Maximum wind +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the maximum allowable difference between ground speed and airspeed\. A value of zero means to use the airspeed as is\. This allows the plane to cope with a failing airspeed sensor by clipping it to groundspeed plus\/minus this limit\. See ARSPD\_OPTIONS and ARSPD\_WIND\_MAX to disable airspeed sensors\. + + ++-----------+----------+-------------------+ +| Increment | Range | Units | ++===========+==========+===================+ +| 1 | 0 to 127 | meters per second | ++-----------+----------+-------------------+ + + + + +.. _AHRS_TRIM_X: + +AHRS\_TRIM\_X: AHRS Trim Roll +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Compensates for the roll angle difference between the control board and the frame\. Positive values make the vehicle roll right\. + + ++-----------+--------------------+---------+ +| Increment | Range | Units | ++===========+====================+=========+ +| 0.01 | -0.1745 to +0.1745 | radians | ++-----------+--------------------+---------+ + + + + +.. _AHRS_TRIM_Y: + +AHRS\_TRIM\_Y: AHRS Trim Pitch +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Compensates for the pitch angle difference between the control board and the frame\. Positive values make the vehicle pitch up\/back\. + + ++-----------+--------------------+---------+ +| Increment | Range | Units | ++===========+====================+=========+ +| 0.01 | -0.1745 to +0.1745 | radians | ++-----------+--------------------+---------+ + + + + +.. _AHRS_TRIM_Z: + +AHRS\_TRIM\_Z: AHRS Trim Yaw +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Not Used + + ++-----------+--------------------+---------+ +| Increment | Range | Units | ++===========+====================+=========+ +| 0.01 | -0.1745 to +0.1745 | radians | ++-----------+--------------------+---------+ + + + + +.. _AHRS_ORIENTATION: + +AHRS\_ORIENTATION: Board Orientation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +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\. The label for each option is specified in the order of rotations for that orientation\. This option takes affect on next boot\. After changing you will need to re\-level your vehicle\. Firmware versions 4\.2 and prior can use a CUSTOM \(100\) rotation to set the AHRS\_CUSTOM\_ROLL\/PIT\/YAW angles for AHRS orientation\. Later versions provide two general custom rotations which can be used\, Custom 1 and Custom 2\, with CUST\_ROT1\_ROLL\/PIT\/YAW or CUST\_ROT2\_ROLL\/PIT\/YAW angles\. + + ++-------+----------------------+ +| Value | Meaning | ++=======+======================+ +| 0 | None | ++-------+----------------------+ +| 1 | Yaw45 | ++-------+----------------------+ +| 2 | Yaw90 | ++-------+----------------------+ +| 3 | Yaw135 | ++-------+----------------------+ +| 4 | Yaw180 | ++-------+----------------------+ +| 5 | Yaw225 | ++-------+----------------------+ +| 6 | Yaw270 | ++-------+----------------------+ +| 7 | Yaw315 | ++-------+----------------------+ +| 8 | Roll180 | ++-------+----------------------+ +| 9 | Yaw45Roll180 | ++-------+----------------------+ +| 10 | Yaw90Roll180 | ++-------+----------------------+ +| 11 | Yaw135Roll180 | ++-------+----------------------+ +| 12 | Pitch180 | ++-------+----------------------+ +| 13 | Yaw225Roll180 | ++-------+----------------------+ +| 14 | Yaw270Roll180 | ++-------+----------------------+ +| 15 | Yaw315Roll180 | ++-------+----------------------+ +| 16 | Roll90 | ++-------+----------------------+ +| 17 | Yaw45Roll90 | ++-------+----------------------+ +| 18 | Yaw90Roll90 | ++-------+----------------------+ +| 19 | Yaw135Roll90 | ++-------+----------------------+ +| 20 | Roll270 | ++-------+----------------------+ +| 21 | Yaw45Roll270 | ++-------+----------------------+ +| 22 | Yaw90Roll270 | ++-------+----------------------+ +| 23 | Yaw135Roll270 | ++-------+----------------------+ +| 24 | Pitch90 | ++-------+----------------------+ +| 25 | Pitch270 | ++-------+----------------------+ +| 26 | Yaw90Pitch180 | ++-------+----------------------+ +| 27 | Yaw270Pitch180 | ++-------+----------------------+ +| 28 | Pitch90Roll90 | ++-------+----------------------+ +| 29 | Pitch90Roll180 | ++-------+----------------------+ +| 30 | Pitch90Roll270 | ++-------+----------------------+ +| 31 | Pitch180Roll90 | ++-------+----------------------+ +| 32 | Pitch180Roll270 | ++-------+----------------------+ +| 33 | Pitch270Roll90 | ++-------+----------------------+ +| 34 | Pitch270Roll180 | ++-------+----------------------+ +| 35 | Pitch270Roll270 | ++-------+----------------------+ +| 36 | Yaw90Pitch180Roll90 | ++-------+----------------------+ +| 37 | Yaw270Roll90 | ++-------+----------------------+ +| 38 | Yaw293Pitch68Roll180 | ++-------+----------------------+ +| 39 | Pitch315 | ++-------+----------------------+ +| 40 | Pitch315Roll90 | ++-------+----------------------+ +| 42 | Roll45 | ++-------+----------------------+ +| 43 | Roll315 | ++-------+----------------------+ +| 100 | Custom 4.1 and older | ++-------+----------------------+ +| 101 | Custom 1 | ++-------+----------------------+ +| 102 | Custom 2 | ++-------+----------------------+ + + + + +.. _AHRS_COMP_BETA: + +AHRS\_COMP\_BETA: AHRS Velocity Complementary Filter Beta Coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +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\. + + ++-----------+--------------+ +| Increment | Range | ++===========+==============+ +| .01 | 0.001 to 0.5 | ++-----------+--------------+ + + + + +.. _AHRS_GPS_MINSATS: + +AHRS\_GPS\_MINSATS: AHRS GPS Minimum satellites +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +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\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 10 | ++-----------+---------+ + + + + +.. _AHRS_EKF_TYPE: + +AHRS\_EKF\_TYPE: Use NavEKF Kalman filter for attitude and position estimation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls which NavEKF Kalman filter version is used for attitude and position estimation + + ++-------+--------------+ +| Value | Meaning | ++=======+==============+ +| 0 | Disabled | ++-------+--------------+ +| 2 | Enable EKF2 | ++-------+--------------+ +| 3 | Enable EKF3 | ++-------+--------------+ +| 11 | ExternalAHRS | ++-------+--------------+ + + + + +.. _AHRS_CUSTOM_ROLL: + +AHRS\_CUSTOM\_ROLL: Board orientation roll offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Autopilot mounting position roll offset\. Positive values \= roll right\, negative values \= roll left\. This parameter is only used when AHRS\_ORIENTATION is set to CUSTOM\. + + ++-----------+-------------+---------+ +| Increment | Range | Units | ++===========+=============+=========+ +| 1 | -180 to 180 | degrees | ++-----------+-------------+---------+ + + + + +.. _AHRS_CUSTOM_PIT: + +AHRS\_CUSTOM\_PIT: Board orientation pitch offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Autopilot mounting position pitch offset\. Positive values \= pitch up\, negative values \= pitch down\. This parameter is only used when AHRS\_ORIENTATION is set to CUSTOM\. + + ++-----------+-------------+---------+ +| Increment | Range | Units | ++===========+=============+=========+ +| 1 | -180 to 180 | degrees | ++-----------+-------------+---------+ + + + + +.. _AHRS_CUSTOM_YAW: + +AHRS\_CUSTOM\_YAW: Board orientation yaw offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Autopilot mounting position yaw offset\. Positive values \= yaw right\, negative values \= yaw left\. This parameter is only used when AHRS\_ORIENTATION is set to CUSTOM\. + + ++-----------+-------------+---------+ +| Increment | Range | Units | ++===========+=============+=========+ +| 1 | -180 to 180 | degrees | ++-----------+-------------+---------+ + + + + +.. _AHRS_OPTIONS: + +AHRS\_OPTIONS: Optional AHRS behaviour +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls optional AHRS behaviour\. Setting DisableDCMFallbackFW will change the AHRS behaviour for fixed wing aircraft in fly\-forward flight to not fall back to DCM when the EKF stops navigating\. Setting DisableDCMFallbackVTOL will change the AHRS behaviour for fixed wing aircraft in non fly\-forward \(VTOL\) flight to not fall back to DCM when the EKF stops navigating\. + + ++-----+------------------------+ +| Bit | Meaning | ++=====+========================+ +| 0 | DisableDCMFallbackFW | ++-----+------------------------+ +| 1 | DisableDCMFallbackVTOL | ++-----+------------------------+ + + + + + +.. _parameters_AIS_: + +AIS\_ Parameters +---------------- + + +.. _AIS_TYPE: + +AIS\_TYPE: AIS receiver type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +AIS receiver type + + ++-------+--------------------+ +| Value | Meaning | ++=======+====================+ +| 0 | None | ++-------+--------------------+ +| 1 | NMEA AIVDM message | ++-------+--------------------+ + + + + +.. _AIS_LIST_MAX: + +AIS\_LIST\_MAX: AIS vessel list size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +AIS list size of nearest vessels\. Longer lists take longer to refresh with lower SRx\_ADSB values\. + + ++----------+ +| Range | ++==========+ +| 1 to 100 | ++----------+ + + + + +.. _AIS_TIME_OUT: + +AIS\_TIME\_OUT: AIS vessel time out +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +if no updates are received in this time a vessel will be removed from the list + + ++-----------+---------+ +| Range | Units | ++===========+=========+ +| 1 to 2000 | seconds | ++-----------+---------+ + + + + +.. _AIS_LOGGING: + +AIS\_LOGGING: AIS logging options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bitmask of AIS logging options + + ++-----+-------------------------------------+ +| Bit | Meaning | ++=====+=====================================+ +| 0 | Log all AIVDM messages | ++-----+-------------------------------------+ +| 1 | Log only unsupported AIVDM messages | ++-----+-------------------------------------+ +| 2 | Log decoded messages | ++-----+-------------------------------------+ + + + + + +.. _parameters_ARMING_: + +ARMING\_ Parameters +------------------- + + +.. _ARMING_REQUIRE: + +ARMING\_REQUIRE: Require Arming Motors +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Arming disabled until some requirements are met\. If 0\, there are no requirements \(arm immediately\)\. If 1\, sends the minimum throttle PWM value to the throttle channel when disarmed\. If 2\, send 0 PWM \(no signal\) to throttle channel when disarmed\. On planes with ICE enabled and the throttle while disarmed option set in ICE\_OPTIONS\, the motor will always get THR\_MIN when disarmed\. Arming will occur using either rudder stick arming \(if enabled\) or GCS command when all mandatory and ARMING\_CHECK items are satisfied\. Note\, when setting this parameter to 0\, a reboot is required to immediately arm the plane\. + + ++-------+---------------------------+ +| Value | Meaning | ++=======+===========================+ +| 0 | Disabled | ++-------+---------------------------+ +| 1 | minimum PWM when disarmed | ++-------+---------------------------+ +| 2 | 0 PWM when disarmed | ++-------+---------------------------+ + + + + +.. _ARMING_ACCTHRESH: + +ARMING\_ACCTHRESH: Accelerometer error threshold +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer error threshold used to determine inconsistent accelerometers\. Compares this error range to other accelerometers to detect a hardware or calibration error\. Lower value means tighter check and harder to pass arming check\. Not all accelerometers are created equal\. + + ++-------------+--------------------------+ +| Range | Units | ++=============+==========================+ +| 0.25 to 3.0 | meters per square second | ++-------------+--------------------------+ + + + + +.. _ARMING_RUDDER: + +ARMING\_RUDDER: Arming with Rudder enable\/disable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Allow arm\/disarm by rudder input\. When enabled arming can be done with right rudder\, disarming with left rudder\. Rudder arming only works with throttle at zero \+\- deadzone \(RCx\_DZ\)\. Depending on vehicle type\, arming in certain modes is prevented\. See the wiki for each vehicle\. Caution is recommended when arming if it is allowed in an auto\-throttle mode\! + + ++-------+-------------+ +| Value | Meaning | ++=======+=============+ +| 0 | Disabled | ++-------+-------------+ +| 1 | ArmingOnly | ++-------+-------------+ +| 2 | ArmOrDisarm | ++-------+-------------+ + + + + +.. _ARMING_MIS_ITEMS: + +ARMING\_MIS\_ITEMS: Required mission items +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bitmask of mission items that are required to be planned in order to arm the aircraft + + ++-----+---------------+ +| Bit | Meaning | ++=====+===============+ +| 0 | Land | ++-----+---------------+ +| 1 | VTOL Land | ++-----+---------------+ +| 2 | DO_LAND_START | ++-----+---------------+ +| 3 | Takeoff | ++-----+---------------+ +| 4 | VTOL Takeoff | ++-----+---------------+ +| 5 | Rallypoint | ++-----+---------------+ +| 6 | RTL | ++-----+---------------+ + + + + +.. _ARMING_CHECK: + +ARMING\_CHECK: Arm Checks to Perform \(bitmask\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Checks prior to arming motor\. This is a bitmask of checks that will be performed before allowing arming\. For most users it is recommended to leave this at the default of 1 \(all checks enabled\)\. You can select whatever checks you prefer by adding together the values of each check type to set this parameter\. For example\, to only allow arming when you have GPS lock and no RC failsafe you would set ARMING\_CHECK to 72\. + + ++-----+------------------------+ +| Bit | Meaning | ++=====+========================+ +| 0 | All | ++-----+------------------------+ +| 1 | Barometer | ++-----+------------------------+ +| 2 | Compass | ++-----+------------------------+ +| 3 | GPS lock | ++-----+------------------------+ +| 4 | INS | ++-----+------------------------+ +| 5 | Parameters | ++-----+------------------------+ +| 6 | RC Channels | ++-----+------------------------+ +| 7 | Board voltage | ++-----+------------------------+ +| 8 | Battery Level | ++-----+------------------------+ +| 10 | Logging Available | ++-----+------------------------+ +| 11 | Hardware safety switch | ++-----+------------------------+ +| 12 | GPS Configuration | ++-----+------------------------+ +| 13 | System | ++-----+------------------------+ +| 14 | Mission | ++-----+------------------------+ +| 15 | Rangefinder | ++-----+------------------------+ +| 16 | Camera | ++-----+------------------------+ +| 17 | AuxAuth | ++-----+------------------------+ +| 18 | VisualOdometry | ++-----+------------------------+ +| 19 | FFT | ++-----+------------------------+ + + + + +.. _ARMING_OPTIONS: + +ARMING\_OPTIONS: Arming options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Options that can be applied to change arming behaviour + + ++-------+-----------------------------------------+ +| Value | Meaning | ++=======+=========================================+ +| 0 | None | ++-------+-----------------------------------------+ +| 1 | Disable prearm display | ++-------+-----------------------------------------+ +| 2 | Do not send status text on state change | ++-------+-----------------------------------------+ + + + + +.. _ARMING_MAGTHRESH: + +ARMING\_MAGTHRESH: Compass magnetic field strength error threshold vs earth magnetic model +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Compass magnetic field strength error threshold vs earth magnetic model\. X and y axis are compared using this threhold\, Z axis uses 2x this threshold\. 0 to disable check + + ++----------+------------+ +| Range | Units | ++==========+============+ +| 0 to 500 | milligauss | ++----------+------------+ + + + + + +.. _parameters_ARSPD: + +ARSPD Parameters +---------------- + + +.. _ARSPD_ENABLE: + +ARSPD\_ENABLE: Airspeed Enable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable airspeed sensor support + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0 | Disable | ++-------+---------+ +| 1 | Enable | ++-------+---------+ + + + + +.. _ARSPD_TUBE_ORDER: + +ARSPD\_TUBE\_ORDER: Control pitot tube order +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This parameter allows you to control whether the order in which the tubes are attached to your pitot tube matters\. If you set this to 0 then the first \(often the top\) connector on the sensor needs to be the stagnation pressure \(the pressure at the tip of the pitot tube\)\. If set to 1 then the second \(often the bottom\) connector needs to be the stagnation pressure\. If set to 2 \(the default\) then the airspeed driver will accept either order\. The reason you may wish to specify the order is it will allow your airspeed sensor to detect if the aircraft is receiving excessive pressure on the static port compared to the stagnation port such as during a stall\, which would otherwise be seen as a positive airspeed\. + + ++-------+-------------+ +| Value | Meaning | ++=======+=============+ +| 0 | Normal | ++-------+-------------+ +| 1 | Swapped | ++-------+-------------+ +| 2 | Auto Detect | ++-------+-------------+ + + + + +.. _ARSPD_PRIMARY: + +ARSPD\_PRIMARY: Primary airspeed sensor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This selects which airspeed sensor will be the primary if multiple sensors are found + + ++-------+-------------+ +| Value | Meaning | ++=======+=============+ +| 0 | FirstSensor | ++-------+-------------+ +| 1 | 2ndSensor | ++-------+-------------+ + + + + +.. _ARSPD_OPTIONS: + +ARSPD\_OPTIONS: Airspeed options bitmask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This parameter and function is not used by this vehicle\. Always set to 0\. + + ++-----+----------------------------+ +| Bit | Meaning | ++=====+============================+ +| 0 | SpeedMismatchDisable | ++-----+----------------------------+ +| 1 | AllowSpeedMismatchRecovery | ++-----+----------------------------+ +| 2 | DisableVoltageCorrection | ++-----+----------------------------+ +| 3 | UseEkf3Consistency | ++-----+----------------------------+ + + + + +.. _ARSPD_WIND_MAX: + +ARSPD\_WIND\_MAX: Maximum airspeed and ground speed difference +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This parameter and function is not used by this vehicle\. Always set to 0\. + + ++-------------------+ +| Units | ++===================+ +| meters per second | ++-------------------+ + + + + +.. _ARSPD_WIND_WARN: + +ARSPD\_WIND\_WARN: Airspeed and GPS speed difference that gives a warning +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This parameter and function is not used by this vehicle\. Always set to 0\. + + ++-------------------+ +| Units | ++===================+ +| meters per second | ++-------------------+ + + + + +.. _ARSPD_WIND_GATE: + +ARSPD\_WIND\_GATE: Re\-enable Consistency Check Gate Size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This parameter and function is not used by this vehicle\. + + ++-------------+ +| Range | ++=============+ +| 0.0 to 10.0 | ++-------------+ + + + + +.. _ARSPD_OFF_PCNT: + +ARSPD\_OFF\_PCNT: Maximum offset cal speed error +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The maximum percentage speed change in airspeed reports that is allowed due to offset changes between calibrations before a warning is issued\. This potential speed error is in percent of ASPD\_FBW\_MIN\. 0 disables\. Helps warn of calibrations without pitot being covered\. + + ++-------------+---------+ +| Range | Units | ++=============+=========+ +| 0.0 to 10.0 | percent | ++-------------+---------+ + + + + + +.. _parameters_ARSPD2_: + +ARSPD2\_ Parameters +------------------- + + +.. _ARSPD2_TYPE: + +ARSPD2\_TYPE: Airspeed type +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of airspeed sensor + + ++-------+-------------------+ +| Value | Meaning | ++=======+===================+ +| 0 | None | ++-------+-------------------+ +| 1 | I2C-MS4525D0 | ++-------+-------------------+ +| 2 | Analog | ++-------+-------------------+ +| 3 | I2C-MS5525 | ++-------+-------------------+ +| 4 | I2C-MS5525 (0x76) | ++-------+-------------------+ +| 5 | I2C-MS5525 (0x77) | ++-------+-------------------+ +| 6 | I2C-SDP3X | ++-------+-------------------+ +| 7 | I2C-DLVR-5in | ++-------+-------------------+ +| 8 | DroneCAN | ++-------+-------------------+ +| 9 | I2C-DLVR-10in | ++-------+-------------------+ +| 10 | I2C-DLVR-20in | ++-------+-------------------+ +| 11 | I2C-DLVR-30in | ++-------+-------------------+ +| 12 | I2C-DLVR-60in | ++-------+-------------------+ +| 13 | NMEA water speed | ++-------+-------------------+ +| 14 | MSP | ++-------+-------------------+ +| 15 | ASP5033 | ++-------+-------------------+ +| 16 | ExternalAHRS | ++-------+-------------------+ +| 100 | SITL | ++-------+-------------------+ + + + + +.. _ARSPD2_USE: + +ARSPD2\_USE: Airspeed use +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter is not used by this vehicle\. Always set to 0\. + + ++-------+---------------------+ +| Value | Meaning | ++=======+=====================+ +| 0 | DoNotUse | ++-------+---------------------+ +| 1 | Use | ++-------+---------------------+ +| 2 | UseWhenZeroThrottle | ++-------+---------------------+ + + + + +.. _ARSPD2_OFFSET: + +ARSPD2\_OFFSET: Airspeed offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Airspeed calibration offset + + ++-----------+ +| Increment | ++===========+ +| 0.1 | ++-----------+ + + + + +.. _ARSPD2_RATIO: + +ARSPD2\_RATIO: Airspeed ratio +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Calibrates pitot tube pressure to velocity\. Increasing this value will indicate a higher airspeed at any given dynamic pressure\. + + ++-----------+ +| Increment | ++===========+ +| 0.1 | ++-----------+ + + + + +.. _ARSPD2_PIN: + +ARSPD2\_PIN: Airspeed pin +~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The pin number that the airspeed sensor is connected to for analog sensors\. Set to 15 on the Pixhawk for the analog airspeed port\. + + +.. _ARSPD2_AUTOCAL: + +ARSPD2\_AUTOCAL: This parameter and function is not used by this vehicle\. Always set to 0\. +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Enables automatic adjustment of airspeed ratio during a calibration flight based on estimation of ground speed and true airspeed\. New ratio saved every 2 minutes if change is \> 5\%\. Should not be left enabled\. + + +.. _ARSPD2_TUBE_ORDR: + +ARSPD2\_TUBE\_ORDR: Control pitot tube order +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This parameter allows you to control whether the order in which the tubes are attached to your pitot tube matters\. If you set this to 0 then the first \(often the top\) connector on the sensor needs to be the stagnation pressure \(the pressure at the tip of the pitot tube\)\. If set to 1 then the second \(often the bottom\) connector needs to be the stagnation pressure\. If set to 2 \(the default\) then the airspeed driver will accept either order\. The reason you may wish to specify the order is it will allow your airspeed sensor to detect if the aircraft is receiving excessive pressure on the static port compared to the stagnation port such as during a stall\, which would otherwise be seen as a positive airspeed\. + + ++-------+-------------+ +| Value | Meaning | ++=======+=============+ +| 0 | Normal | ++-------+-------------+ +| 1 | Swapped | ++-------+-------------+ +| 2 | Auto Detect | ++-------+-------------+ + + + + +.. _ARSPD2_SKIP_CAL: + +ARSPD2\_SKIP\_CAL: Skip airspeed offset calibration on startup +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This parameter allows you to skip airspeed offset calibration on startup\, instead using the offset from the last calibration\. This may be desirable if the offset variance between flights for your sensor is low and you want to avoid having to cover the pitot tube on each boot\. + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0 | Disable | ++-------+---------+ +| 1 | Enable | ++-------+---------+ + + + + +.. _ARSPD2_PSI_RANGE: + +ARSPD2\_PSI\_RANGE: The PSI range of the device +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This parameter allows you to set the PSI \(pounds per square inch\) range for your sensor\. You should not change this unless you examine the datasheet for your device + + +.. _ARSPD2_BUS: + +ARSPD2\_BUS: Airspeed I2C bus +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Bus number of the I2C bus where the airspeed sensor is connected\. May not correspond to board\'s I2C bus number labels\. Retry another bus and reboot if airspeed sensor fails to initialize\. + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0 | Bus0 | ++-------+---------+ +| 1 | Bus1 | ++-------+---------+ +| 2 | Bus2 | ++-------+---------+ + + + + +.. _ARSPD2_DEVID: + +ARSPD2\_DEVID: Airspeed ID +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Airspeed sensor ID\, taking into account its type\, bus and instance + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + + +.. _parameters_ARSPD_: + +ARSPD\_ Parameters +------------------ + + +.. _ARSPD_TYPE: + +ARSPD\_TYPE: Airspeed type +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of airspeed sensor + + ++-------+-------------------+ +| Value | Meaning | ++=======+===================+ +| 0 | None | ++-------+-------------------+ +| 1 | I2C-MS4525D0 | ++-------+-------------------+ +| 2 | Analog | ++-------+-------------------+ +| 3 | I2C-MS5525 | ++-------+-------------------+ +| 4 | I2C-MS5525 (0x76) | ++-------+-------------------+ +| 5 | I2C-MS5525 (0x77) | ++-------+-------------------+ +| 6 | I2C-SDP3X | ++-------+-------------------+ +| 7 | I2C-DLVR-5in | ++-------+-------------------+ +| 8 | DroneCAN | ++-------+-------------------+ +| 9 | I2C-DLVR-10in | ++-------+-------------------+ +| 10 | I2C-DLVR-20in | ++-------+-------------------+ +| 11 | I2C-DLVR-30in | ++-------+-------------------+ +| 12 | I2C-DLVR-60in | ++-------+-------------------+ +| 13 | NMEA water speed | ++-------+-------------------+ +| 14 | MSP | ++-------+-------------------+ +| 15 | ASP5033 | ++-------+-------------------+ +| 16 | ExternalAHRS | ++-------+-------------------+ +| 100 | SITL | ++-------+-------------------+ + + + + +.. _ARSPD_USE: + +ARSPD\_USE: Airspeed use +~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter is not used by this vehicle\. Always set to 0\. + + ++-------+---------------------+ +| Value | Meaning | ++=======+=====================+ +| 0 | DoNotUse | ++-------+---------------------+ +| 1 | Use | ++-------+---------------------+ +| 2 | UseWhenZeroThrottle | ++-------+---------------------+ + + + + +.. _ARSPD_OFFSET: + +ARSPD\_OFFSET: Airspeed offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Airspeed calibration offset + + ++-----------+ +| Increment | ++===========+ +| 0.1 | ++-----------+ + + + + +.. _ARSPD_RATIO: + +ARSPD\_RATIO: Airspeed ratio +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Calibrates pitot tube pressure to velocity\. Increasing this value will indicate a higher airspeed at any given dynamic pressure\. + + ++-----------+ +| Increment | ++===========+ +| 0.1 | ++-----------+ + + + + +.. _ARSPD_PIN: + +ARSPD\_PIN: Airspeed pin +~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The pin number that the airspeed sensor is connected to for analog sensors\. Set to 15 on the Pixhawk for the analog airspeed port\. + + +.. _ARSPD_AUTOCAL: + +ARSPD\_AUTOCAL: This parameter and function is not used by this vehicle\. Always set to 0\. +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Enables automatic adjustment of airspeed ratio during a calibration flight based on estimation of ground speed and true airspeed\. New ratio saved every 2 minutes if change is \> 5\%\. Should not be left enabled\. + + +.. _ARSPD_TUBE_ORDR: + +ARSPD\_TUBE\_ORDR: Control pitot tube order +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This parameter allows you to control whether the order in which the tubes are attached to your pitot tube matters\. If you set this to 0 then the first \(often the top\) connector on the sensor needs to be the stagnation pressure \(the pressure at the tip of the pitot tube\)\. If set to 1 then the second \(often the bottom\) connector needs to be the stagnation pressure\. If set to 2 \(the default\) then the airspeed driver will accept either order\. The reason you may wish to specify the order is it will allow your airspeed sensor to detect if the aircraft is receiving excessive pressure on the static port compared to the stagnation port such as during a stall\, which would otherwise be seen as a positive airspeed\. + + ++-------+-------------+ +| Value | Meaning | ++=======+=============+ +| 0 | Normal | ++-------+-------------+ +| 1 | Swapped | ++-------+-------------+ +| 2 | Auto Detect | ++-------+-------------+ + + + + +.. _ARSPD_SKIP_CAL: + +ARSPD\_SKIP\_CAL: Skip airspeed offset calibration on startup +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This parameter allows you to skip airspeed offset calibration on startup\, instead using the offset from the last calibration\. This may be desirable if the offset variance between flights for your sensor is low and you want to avoid having to cover the pitot tube on each boot\. + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0 | Disable | ++-------+---------+ +| 1 | Enable | ++-------+---------+ + + + + +.. _ARSPD_PSI_RANGE: + +ARSPD\_PSI\_RANGE: The PSI range of the device +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This parameter allows you to set the PSI \(pounds per square inch\) range for your sensor\. You should not change this unless you examine the datasheet for your device + + +.. _ARSPD_BUS: + +ARSPD\_BUS: Airspeed I2C bus +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Bus number of the I2C bus where the airspeed sensor is connected\. May not correspond to board\'s I2C bus number labels\. Retry another bus and reboot if airspeed sensor fails to initialize\. + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0 | Bus0 | ++-------+---------+ +| 1 | Bus1 | ++-------+---------+ +| 2 | Bus2 | ++-------+---------+ + + + + +.. _ARSPD_DEVID: + +ARSPD\_DEVID: Airspeed ID +~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Airspeed sensor ID\, taking into account its type\, bus and instance + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + + +.. _parameters_ATC: + +ATC Parameters +-------------- + + +.. _ATC_STR_RAT_P: + +ATC\_STR\_RAT\_P: Steering control rate P gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Steering control rate P gain\. Converts the turn rate error \(in radians\/sec\) to a steering control output \(in the range \-1 to \+1\) + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.001 | 0.000 to 2.000 | ++-----------+----------------+ + + + + +.. _ATC_STR_RAT_I: + +ATC\_STR\_RAT\_I: Steering control I gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Steering control I gain\. Corrects long term error between the desired turn rate \(in rad\/s\) and actual + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.001 | 0.000 to 2.000 | ++-----------+----------------+ + + + + +.. _ATC_STR_RAT_IMAX: + +ATC\_STR\_RAT\_IMAX: Steering control I gain maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Steering control I gain maximum\. Constrains the steering output \(range \-1 to \+1\) that the I term will generate + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.01 | 0.000 to 1.000 | ++-----------+----------------+ + + + + +.. _ATC_STR_RAT_D: + +ATC\_STR\_RAT\_D: Steering control D gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Steering control D gain\. Compensates for short\-term change in desired turn rate vs actual + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.001 | 0.000 to 0.400 | ++-----------+----------------+ + + + + +.. _ATC_STR_RAT_FF: + +ATC\_STR\_RAT\_FF: Steering control feed forward +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Steering control feed forward + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.001 | 0.000 to 3.000 | ++-----------+----------------+ + + + + +.. _ATC_STR_RAT_FILT: + +ATC\_STR\_RAT\_FILT: Steering control filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Steering control input filter\. Lower values reduce noise but add delay\. + + ++-----------+------------------+-------+ +| Increment | Range | Units | ++===========+==================+=======+ +| 0.1 | 0.000 to 100.000 | hertz | ++-----------+------------------+-------+ + + + + +.. _ATC_STR_RAT_FLTT: + +ATC\_STR\_RAT\_FLTT: Steering control Target filter frequency in Hz +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Target filter frequency in Hz + + ++-----------+------------------+-------+ +| Increment | Range | Units | ++===========+==================+=======+ +| 0.1 | 0.000 to 100.000 | hertz | ++-----------+------------------+-------+ + + + + +.. _ATC_STR_RAT_FLTE: + +ATC\_STR\_RAT\_FLTE: Steering control Error filter frequency in Hz +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Error filter frequency in Hz + + ++-----------+------------------+-------+ +| Increment | Range | Units | ++===========+==================+=======+ +| 0.1 | 0.000 to 100.000 | hertz | ++-----------+------------------+-------+ + + + + +.. _ATC_STR_RAT_FLTD: + +ATC\_STR\_RAT\_FLTD: Steering control Derivative term filter frequency in Hz +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Derivative filter frequency in Hz + + ++-----------+------------------+-------+ +| Increment | Range | Units | ++===========+==================+=======+ +| 0.1 | 0.000 to 100.000 | hertz | ++-----------+------------------+-------+ + + + + +.. _ATC_STR_RAT_SMAX: + +ATC\_STR\_RAT\_SMAX: Steering slew rate limit +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets an upper limit on the slew rate produced by the combined P and D gains\. If the amplitude of the control action produced by the rate feedback exceeds this value\, then the D\+P gain is reduced to respect the limit\. This limits the amplitude of high frequency oscillations caused by an excessive gain\. The limit should be set to no more than 25\% of the actuators maximum slew rate to allow for load effects\. Note\: The gain will not be reduced to less than 10\% of the nominal value\. A value of zero will disable this feature\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 0.5 | 0 to 200 | ++-----------+----------+ + + + + +.. _ATC_STR_RAT_PDMX: + +ATC\_STR\_RAT\_PDMX: Steering control PD sum maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Steering control PD sum maximum\. The maximum\/minimum value that the sum of the P and D term can output + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.01 | 0.000 to 1.000 | ++-----------+----------------+ + + + + +.. _ATC_STR_RAT_D_FF: + +ATC\_STR\_RAT\_D\_FF: Steering control Derivative FeedForward Gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +FF D Gain which produces an output that is proportional to the rate of change of the target + + ++-----------+-----------+ +| Increment | Range | ++===========+===========+ +| 0.001 | 0 to 0.03 | ++-----------+-----------+ + + + + +.. _ATC_STR_RAT_NTF: + +ATC\_STR\_RAT\_NTF: Steering control Target notch filter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Steering control Target notch filter index + + ++--------+ +| Range | ++========+ +| 1 to 8 | ++--------+ + + + + +.. _ATC_STR_RAT_NEF: + +ATC\_STR\_RAT\_NEF: Steering control Error notch filter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Steering control Error notch filter index + + ++--------+ +| Range | ++========+ +| 1 to 8 | ++--------+ + + + + +.. _ATC_SPEED_P: + +ATC\_SPEED\_P: Speed control P gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Speed control P gain\. Converts the error between the desired speed \(in m\/s\) and actual speed to a motor output \(in the range \-1 to \+1\) + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.01 | 0.010 to 2.000 | ++-----------+----------------+ + + + + +.. _ATC_SPEED_I: + +ATC\_SPEED\_I: Speed control I gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Speed control I gain\. Corrects long term error between the desired speed \(in m\/s\) and actual speed + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.01 | 0.000 to 2.000 | ++-----------+----------------+ + + + + +.. _ATC_SPEED_IMAX: + +ATC\_SPEED\_IMAX: Speed control I gain maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Speed control I gain maximum\. Constrains the maximum motor output \(range \-1 to \+1\) that the I term will generate + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.01 | 0.000 to 1.000 | ++-----------+----------------+ + + + + +.. _ATC_SPEED_D: + +ATC\_SPEED\_D: Speed control D gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Speed control D gain\. Compensates for short\-term change in desired speed vs actual + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.001 | 0.000 to 0.400 | ++-----------+----------------+ + + + + +.. _ATC_SPEED_FF: + +ATC\_SPEED\_FF: Speed control feed forward +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Speed control feed forward + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.001 | 0.000 to 0.500 | ++-----------+----------------+ + + + + +.. _ATC_SPEED_FILT: + +ATC\_SPEED\_FILT: Speed control filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Speed control input filter\. Lower values reduce noise but add delay\. + + ++-----------+------------------+-------+ +| Increment | Range | Units | ++===========+==================+=======+ +| 0.1 | 0.000 to 100.000 | hertz | ++-----------+------------------+-------+ + + + + +.. _ATC_SPEED_FLTT: + +ATC\_SPEED\_FLTT: Speed control Target filter frequency in Hz +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Target filter frequency in Hz + + ++-----------+------------------+-------+ +| Increment | Range | Units | ++===========+==================+=======+ +| 0.1 | 0.000 to 100.000 | hertz | ++-----------+------------------+-------+ + + + + +.. _ATC_SPEED_FLTE: + +ATC\_SPEED\_FLTE: Speed control Error filter frequency in Hz +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Error filter frequency in Hz + + ++-----------+------------------+-------+ +| Increment | Range | Units | ++===========+==================+=======+ +| 0.1 | 0.000 to 100.000 | hertz | ++-----------+------------------+-------+ + + + + +.. _ATC_SPEED_FLTD: + +ATC\_SPEED\_FLTD: Speed control Derivative term filter frequency in Hz +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Derivative filter frequency in Hz + + ++-----------+------------------+-------+ +| Increment | Range | Units | ++===========+==================+=======+ +| 0.1 | 0.000 to 100.000 | hertz | ++-----------+------------------+-------+ + + + + +.. _ATC_SPEED_SMAX: + +ATC\_SPEED\_SMAX: Speed control slew rate limit +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets an upper limit on the slew rate produced by the combined P and D gains\. If the amplitude of the control action produced by the rate feedback exceeds this value\, then the D\+P gain is reduced to respect the limit\. This limits the amplitude of high frequency oscillations caused by an excessive gain\. The limit should be set to no more than 25\% of the actuators maximum slew rate to allow for load effects\. Note\: The gain will not be reduced to less than 10\% of the nominal value\. A value of zero will disable this feature\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 0.5 | 0 to 200 | ++-----------+----------+ + + + + +.. _ATC_SPEED_PDMX: + +ATC\_SPEED\_PDMX: Speed control PD sum maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Speed control PD sum maximum\. The maximum\/minimum value that the sum of the P and D term can output + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.01 | 0.000 to 1.000 | ++-----------+----------------+ + + + + +.. _ATC_SPEED_D_FF: + +ATC\_SPEED\_D\_FF: Speed control Derivative FeedForward Gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +FF D Gain which produces an output that is proportional to the rate of change of the target + + ++-----------+-----------+ +| Increment | Range | ++===========+===========+ +| 0.001 | 0 to 0.03 | ++-----------+-----------+ + + + + +.. _ATC_SPEED_NTF: + +ATC\_SPEED\_NTF: Speed control Target notch filter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Speed control Target notch filter index + + ++--------+ +| Range | ++========+ +| 1 to 8 | ++--------+ + + + + +.. _ATC_SPEED_NEF: + +ATC\_SPEED\_NEF: Speed control Error notch filter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Speed control Error notch filter index + + ++--------+ +| Range | ++========+ +| 1 to 8 | ++--------+ + + + + +.. _ATC_ACCEL_MAX: + +ATC\_ACCEL\_MAX: Speed control acceleration \(and deceleration\) maximum in m\/s\/s +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Speed control acceleration \(and deceleration\) maximum in m\/s\/s\. 0 to disable acceleration limiting + + ++-----------+-------------+--------------------------+ +| Increment | Range | Units | ++===========+=============+==========================+ +| 0.1 | 0.0 to 10.0 | meters per square second | ++-----------+-------------+--------------------------+ + + + + +.. _ATC_BRAKE: + +ATC\_BRAKE: Speed control brake enable\/disable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Speed control brake enable\/disable\. Allows sending a reversed output to the motors to slow the vehicle\. + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0 | Disable | ++-------+---------+ +| 1 | Enable | ++-------+---------+ + + + + +.. _ATC_STOP_SPEED: + +ATC\_STOP\_SPEED: Speed control stop speed +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Speed control stop speed\. Motor outputs to zero once vehicle speed falls below this value + + ++-----------+--------------+-------------------+ +| Increment | Range | Units | ++===========+==============+===================+ +| 0.01 | 0.00 to 0.50 | meters per second | ++-----------+--------------+-------------------+ + + + + +.. _ATC_STR_ANG_P: + +ATC\_STR\_ANG\_P: Steering control angle P gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Steering control angle P gain\. Converts the error between the desired heading\/yaw \(in radians\) and actual heading\/yaw to a desired turn rate \(in rad\/sec\) + + ++-----------+-----------------+ +| Increment | Range | ++===========+=================+ +| 0.1 | 1.000 to 10.000 | ++-----------+-----------------+ + + + + +.. _ATC_STR_ACC_MAX: + +ATC\_STR\_ACC\_MAX: Steering control angular acceleration maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Steering control angular acceleration maximum \(in deg\/s\/s\)\. 0 to disable acceleration limiting + + ++-----------+-----------+---------------------------+ +| Increment | Range | Units | ++===========+===========+===========================+ +| 0.1 | 0 to 1000 | degrees per square second | ++-----------+-----------+---------------------------+ + + + + +.. _ATC_STR_RAT_MAX: + +ATC\_STR\_RAT\_MAX: Steering control rotation rate maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Steering control rotation rate maximum in deg\/s\. 0 to remove rate limiting + + ++-----------+-----------+--------------------+ +| Increment | Range | Units | ++===========+===========+====================+ +| 0.1 | 0 to 1000 | degrees per second | ++-----------+-----------+--------------------+ + + + + +.. _ATC_DECEL_MAX: + +ATC\_DECEL\_MAX: Speed control deceleration maximum in m\/s\/s +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Speed control and deceleration maximum in m\/s\/s\. 0 to use ATC\_ACCEL\_MAX for deceleration + + ++-----------+-------------+--------------------------+ +| Increment | Range | Units | ++===========+=============+==========================+ +| 0.1 | 0.0 to 10.0 | meters per square second | ++-----------+-------------+--------------------------+ + + + + +.. _ATC_BAL_P: + +ATC\_BAL\_P: Pitch control P gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Pitch control P gain for BalanceBots\. Converts the error between the desired pitch \(in radians\) and actual pitch to a motor output \(in the range \-1 to \+1\) + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.01 | 0.000 to 2.000 | ++-----------+----------------+ + + + + +.. _ATC_BAL_I: + +ATC\_BAL\_I: Pitch control I gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Pitch control I gain for BalanceBots\. Corrects long term error between the desired pitch \(in radians\) and actual pitch + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.01 | 0.000 to 2.000 | ++-----------+----------------+ + + + + +.. _ATC_BAL_IMAX: + +ATC\_BAL\_IMAX: Pitch control I gain maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Pitch control I gain maximum\. Constrains the maximum motor output \(range \-1 to \+1\) that the I term will generate + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.01 | 0.000 to 1.000 | ++-----------+----------------+ + + + + +.. _ATC_BAL_D: + +ATC\_BAL\_D: Pitch control D gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Pitch control D gain\. Compensates for short\-term change in desired pitch vs actual + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.001 | 0.000 to 0.100 | ++-----------+----------------+ + + + + +.. _ATC_BAL_FF: + +ATC\_BAL\_FF: Pitch control feed forward +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Pitch control feed forward + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.001 | 0.000 to 0.500 | ++-----------+----------------+ + + + + +.. _ATC_BAL_FILT: + +ATC\_BAL\_FILT: Pitch control filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Pitch control input filter\. Lower values reduce noise but add delay\. + + ++-----------+------------------+-------+ +| Increment | Range | Units | ++===========+==================+=======+ +| 0.1 | 0.000 to 100.000 | hertz | ++-----------+------------------+-------+ + + + + +.. _ATC_BAL_FLTT: + +ATC\_BAL\_FLTT: Pitch control Target filter frequency in Hz +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Pitch control Target filter frequency in Hz + + ++-----------+------------------+-------+ +| Increment | Range | Units | ++===========+==================+=======+ +| 0.1 | 0.000 to 100.000 | hertz | ++-----------+------------------+-------+ + + + + +.. _ATC_BAL_FLTE: + +ATC\_BAL\_FLTE: Pitch control Error filter frequency in Hz +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Pitch control Error filter frequency in Hz + + ++-----------+------------------+-------+ +| Increment | Range | Units | ++===========+==================+=======+ +| 0.1 | 0.000 to 100.000 | hertz | ++-----------+------------------+-------+ + + + + +.. _ATC_BAL_FLTD: + +ATC\_BAL\_FLTD: Pitch control Derivative term filter frequency in Hz +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Pitch control Derivative filter frequency in Hz + + ++-----------+------------------+-------+ +| Increment | Range | Units | ++===========+==================+=======+ +| 0.1 | 0.000 to 100.000 | hertz | ++-----------+------------------+-------+ + + + + +.. _ATC_BAL_SMAX: + +ATC\_BAL\_SMAX: Pitch control slew rate limit +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Pitch control upper limit on the slew rate produced by the combined P and D gains\. If the amplitude of the control action produced by the rate feedback exceeds this value\, then the D\+P gain is reduced to respect the limit\. This limits the amplitude of high frequency oscillations caused by an excessive gain\. The limit should be set to no more than 25\% of the actuators maximum slew rate to allow for load effects\. Note\: The gain will not be reduced to less than 10\% of the nominal value\. A value of zero will disable this feature\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 0.5 | 0 to 200 | ++-----------+----------+ + + + + +.. _ATC_BAL_PDMX: + +ATC\_BAL\_PDMX: Pitch control PD sum maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Pitch control PD sum maximum\. The maximum\/minimum value that the sum of the P and D term can output + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.01 | 0.000 to 1.000 | ++-----------+----------------+ + + + + +.. _ATC_BAL_D_FF: + +ATC\_BAL\_D\_FF: Pitch control Derivative FeedForward Gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +FF D Gain which produces an output that is proportional to the rate of change of the target + + ++-----------+-----------+ +| Increment | Range | ++===========+===========+ +| 0.001 | 0 to 0.03 | ++-----------+-----------+ + + + + +.. _ATC_BAL_NTF: + +ATC\_BAL\_NTF: Pitch control Target notch filter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Pitch control Target notch filter index + + ++--------+ +| Range | ++========+ +| 1 to 8 | ++--------+ + + + + +.. _ATC_BAL_NEF: + +ATC\_BAL\_NEF: Pitch control Error notch filter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Pitch control Error notch filter index + + ++--------+ +| Range | ++========+ +| 1 to 8 | ++--------+ + + + + +.. _ATC_BAL_PIT_FF: + +ATC\_BAL\_PIT\_FF: Pitch control feed forward from current pitch angle +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Pitch control feed forward from current pitch angle + + ++-----------+------------+ +| Increment | Range | ++===========+============+ +| 0.01 | 0.0 to 1.0 | ++-----------+------------+ + + + + +.. _ATC_SAIL_P: + +ATC\_SAIL\_P: Sail Heel control P gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sail Heel control P gain for sailboats\. Converts the error between the desired heel angle \(in radians\) and actual heel to a main sail output \(in the range \-1 to \+1\) + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.01 | 0.000 to 2.000 | ++-----------+----------------+ + + + + +.. _ATC_SAIL_I: + +ATC\_SAIL\_I: Sail Heel control I gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sail Heel control I gain for sailboats\. Corrects long term error between the desired heel angle \(in radians\) and actual + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.01 | 0.000 to 2.000 | ++-----------+----------------+ + + + + +.. _ATC_SAIL_IMAX: + +ATC\_SAIL\_IMAX: Sail Heel control I gain maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sail Heel control I gain maximum\. Constrains the maximum I term contribution to the main sail output \(range \-1 to \+1\) + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.01 | 0.000 to 1.000 | ++-----------+----------------+ + + + + +.. _ATC_SAIL_D: + +ATC\_SAIL\_D: Sail Heel control D gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sail Heel control D gain\. Compensates for short\-term change in desired heel angle vs actual + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.001 | 0.000 to 0.100 | ++-----------+----------------+ + + + + +.. _ATC_SAIL_FF: + +ATC\_SAIL\_FF: Sail Heel control feed forward +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sail Heel control feed forward + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.001 | 0.000 to 0.500 | ++-----------+----------------+ + + + + +.. _ATC_SAIL_FILT: + +ATC\_SAIL\_FILT: Sail Heel control filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sail Heel control input filter\. Lower values reduce noise but add delay\. + + ++-----------+------------------+-------+ +| Increment | Range | Units | ++===========+==================+=======+ +| 0.1 | 0.000 to 100.000 | hertz | ++-----------+------------------+-------+ + + + + +.. _ATC_SAIL_FLTT: + +ATC\_SAIL\_FLTT: Sail Heel Target filter frequency in Hz +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Target filter frequency in Hz + + ++-----------+------------------+-------+ +| Increment | Range | Units | ++===========+==================+=======+ +| 0.1 | 0.000 to 100.000 | hertz | ++-----------+------------------+-------+ + + + + +.. _ATC_SAIL_FLTE: + +ATC\_SAIL\_FLTE: Sail Heel Error filter frequency in Hz +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Error filter frequency in Hz + + ++-----------+------------------+-------+ +| Increment | Range | Units | ++===========+==================+=======+ +| 0.1 | 0.000 to 100.000 | hertz | ++-----------+------------------+-------+ + + + + +.. _ATC_SAIL_FLTD: + +ATC\_SAIL\_FLTD: Sail Heel Derivative term filter frequency in Hz +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Derivative filter frequency in Hz + + ++-----------+------------------+-------+ +| Increment | Range | Units | ++===========+==================+=======+ +| 0.1 | 0.000 to 100.000 | hertz | ++-----------+------------------+-------+ + + + + +.. _ATC_SAIL_SMAX: + +ATC\_SAIL\_SMAX: Sail heel slew rate limit +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets an upper limit on the slew rate produced by the combined P and D gains\. If the amplitude of the control action produced by the rate feedback exceeds this value\, then the D\+P gain is reduced to respect the limit\. This limits the amplitude of high frequency oscillations caused by an excessive gain\. The limit should be set to no more than 25\% of the actuators maximum slew rate to allow for load effects\. Note\: The gain will not be reduced to less than 10\% of the nominal value\. A value of zero will disable this feature\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 0.5 | 0 to 200 | ++-----------+----------+ + + + + +.. _ATC_SAIL_PDMX: + +ATC\_SAIL\_PDMX: Sail Heel control PD sum maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sail Heel control PD sum maximum\. The maximum\/minimum value that the sum of the P and D term can output + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.01 | 0.000 to 1.000 | ++-----------+----------------+ + + + + +.. _ATC_SAIL_D_FF: + +ATC\_SAIL\_D\_FF: Sail Heel Derivative FeedForward Gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +FF D Gain which produces an output that is proportional to the rate of change of the target + + ++-----------+-----------+ +| Increment | Range | ++===========+===========+ +| 0.001 | 0 to 0.03 | ++-----------+-----------+ + + + + +.. _ATC_SAIL_NTF: + +ATC\_SAIL\_NTF: Sail Heel Target notch filter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sail Heel Target notch filter index + + ++--------+ +| Range | ++========+ +| 1 to 8 | ++--------+ + + + + +.. _ATC_SAIL_NEF: + +ATC\_SAIL\_NEF: Sail Heel Error notch filter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sail Heel Error notch filter index + + ++--------+ +| Range | ++========+ +| 1 to 8 | ++--------+ + + + + +.. _ATC_TURN_MAX_G: + +ATC\_TURN\_MAX\_G: Turning maximum G force +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The maximum turning acceleration \(in units of gravities\) that the rover can handle while remaining stable\. The navigation code will keep the lateral acceleration below this level to avoid rolling over or slipping the wheels in turns + + ++-----------+-----------+--------------------------------------+ +| Increment | Range | Units | ++===========+===========+======================================+ +| 0.01 | 0.1 to 10 | standard acceleration due to gravity | ++-----------+-----------+--------------------------------------+ + + + + +.. _ATC_BAL_LIM_TC: + +ATC\_BAL\_LIM\_TC: Pitch control limit time constant +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Pitch control limit time constant to protect against falling\. Lower values limit pitch more quickly\, higher values limit more slowly\. Set to 0 to disable + + ++-----------+------------+ +| Increment | Range | ++===========+============+ +| 0.01 | 0.0 to 5.0 | ++-----------+------------+ + + + + +.. _ATC_BAL_LIM_THR: + +ATC\_BAL\_LIM\_THR: Pitch control limit throttle threshold +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Pitch control limit throttle threshold\. Pitch angle will be limited if throttle crosses this threshold \(from 0 to 1\) + + ++-----------+------------+ +| Increment | Range | ++===========+============+ +| 0.01 | 0.0 to 1.0 | ++-----------+------------+ + + + + + +.. _parameters_AVOID_: + +AVOID\_ Parameters +------------------ + + +.. _AVOID_ENABLE: + +AVOID\_ENABLE: Avoidance control enable\/disable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enabled\/disable avoidance input sources + + ++-----+--------------------+ +| Bit | Meaning | ++=====+====================+ +| 0 | UseFence | ++-----+--------------------+ +| 1 | UseProximitySensor | ++-----+--------------------+ +| 2 | UseBeaconFence | ++-----+--------------------+ + + + + +.. _AVOID_MARGIN: + +AVOID\_MARGIN: Avoidance distance margin in GPS modes +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vehicle will attempt to stay at least this distance \(in meters\) from objects while in GPS modes + + ++---------+--------+ +| Range | Units | ++=========+========+ +| 1 to 10 | meters | ++---------+--------+ + + + + +.. _AVOID_BEHAVE: + +AVOID\_BEHAVE: Avoidance behaviour +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Avoidance behaviour \(slide or stop\) + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0 | Slide | ++-------+---------+ +| 1 | Stop | ++-------+---------+ + + + + +.. _AVOID_BACKUP_SPD: + +AVOID\_BACKUP\_SPD: Avoidance maximum backup speed +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum speed that will be used to back away from obstacles in GPS modes \(m\/s\)\. Set zero to disable + + ++--------+-------------------+ +| Range | Units | ++========+===================+ +| 0 to 2 | meters per second | ++--------+-------------------+ + + + + +.. _AVOID_ACCEL_MAX: + +AVOID\_ACCEL\_MAX: Avoidance maximum acceleration +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum acceleration with which obstacles will be avoided with\. Set zero to disable acceleration limits + + ++--------+--------------------------+ +| Range | Units | ++========+==========================+ +| 0 to 9 | meters per square second | ++--------+--------------------------+ + + + + +.. _AVOID_BACKUP_DZ: + +AVOID\_BACKUP\_DZ: Avoidance deadzone between stopping and backing away from obstacle +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Distance beyond AVOID\_MARGIN parameter\, after which vehicle will backaway from obstacles\. Increase this parameter if you see vehicle going back and forth in front of obstacle\. + + ++--------+--------+ +| Range | Units | ++========+========+ +| 0 to 2 | meters | ++--------+--------+ + + + + + +.. _parameters_BARO: + +BARO Parameters +--------------- + + +.. _BARO1_GND_PRESS: + +BARO1\_GND\_PRESS: Ground Pressure +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +calibrated ground pressure in Pascals + + ++-----------+----------+--------+----------+ +| Increment | ReadOnly | Units | Volatile | ++===========+==========+========+==========+ +| 1 | True | pascal | True | ++-----------+----------+--------+----------+ + + + + +.. _BARO_GND_TEMP: + +BARO\_GND\_TEMP: ground temperature +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +User provided ambient ground temperature in degrees Celsius\. This is used to improve the calculation of the altitude the vehicle is at\. This parameter is not persistent and will be reset to 0 every time the vehicle is rebooted\. A value of 0 means use the internal measurement ambient temperature\. + + ++-----------+-----------------+----------+ +| Increment | Units | Volatile | ++===========+=================+==========+ +| 1 | degrees Celsius | True | ++-----------+-----------------+----------+ + + + + +.. _BARO_ALT_OFFSET: + +BARO\_ALT\_OFFSET: altitude offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +altitude offset in meters added to barometric altitude\. This is used to allow for automatic adjustment of the base barometric altitude by a ground station equipped with a barometer\. The value is added to the barometric altitude read by the aircraft\. It is automatically reset to 0 when the barometer is calibrated on each reboot or when a preflight calibration is performed\. + + ++-----------+--------+ +| Increment | Units | ++===========+========+ +| 0.1 | meters | ++-----------+--------+ + + + + +.. _BARO_PRIMARY: + +BARO\_PRIMARY: Primary barometer +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This selects which barometer will be the primary if multiple barometers are found + + ++-------+-----------+ +| Value | Meaning | ++=======+===========+ +| 0 | FirstBaro | ++-------+-----------+ +| 1 | 2ndBaro | ++-------+-----------+ +| 2 | 3rdBaro | ++-------+-----------+ + + + + +.. _BARO_EXT_BUS: + +BARO\_EXT\_BUS: External baro bus +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This selects the bus number for looking for an I2C barometer\. When set to \-1 it will probe all external i2c buses based on the BARO\_PROBE\_EXT parameter\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| -1 | Disabled | ++-------+----------+ +| 0 | Bus0 | ++-------+----------+ +| 1 | Bus1 | ++-------+----------+ +| 6 | Bus6 | ++-------+----------+ + + + + +.. _BARO2_GND_PRESS: + +BARO2\_GND\_PRESS: Ground Pressure +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +calibrated ground pressure in Pascals + + ++-----------+----------+--------+----------+ +| Increment | ReadOnly | Units | Volatile | ++===========+==========+========+==========+ +| 1 | True | pascal | True | ++-----------+----------+--------+----------+ + + + + +.. _BARO3_GND_PRESS: + +BARO3\_GND\_PRESS: Absolute Pressure +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +calibrated ground pressure in Pascals + + ++-----------+----------+--------+----------+ +| Increment | ReadOnly | Units | Volatile | ++===========+==========+========+==========+ +| 1 | True | pascal | True | ++-----------+----------+--------+----------+ + + + + +.. _BARO_FLTR_RNG: + +BARO\_FLTR\_RNG: Range in which sample is accepted +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the range around the average value that new samples must be within to be accepted\. This can help reduce the impact of noise on sensors that are on long I2C cables\. The value is a percentage from the average value\. A value of zero disables this filter\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 100 | percent | ++-----------+----------+---------+ + + + + +.. _BARO_PROBE_EXT: + +BARO\_PROBE\_EXT: External barometers to probe +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets which types of external i2c barometer to look for\. It is a bitmask of barometer types\. The I2C buses to probe is based on BARO\_EXT\_BUS\. If BARO\_EXT\_BUS is \-1 then it will probe all external buses\, otherwise it will probe just the bus number given in BARO\_EXT\_BUS\. + + ++-----+---------+ +| Bit | Meaning | ++=====+=========+ +| 0 | BMP085 | ++-----+---------+ +| 1 | BMP280 | ++-----+---------+ +| 2 | MS5611 | ++-----+---------+ +| 3 | MS5607 | ++-----+---------+ +| 4 | MS5637 | ++-----+---------+ +| 5 | FBM320 | ++-----+---------+ +| 6 | DPS280 | ++-----+---------+ +| 7 | LPS25H | ++-----+---------+ +| 8 | Keller | ++-----+---------+ +| 9 | MS5837 | ++-----+---------+ +| 10 | BMP388 | ++-----+---------+ +| 11 | SPL06 | ++-----+---------+ +| 12 | MSP | ++-----+---------+ + + + + +.. _BARO1_DEVID: + +BARO1\_DEVID: Baro ID +~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Barometer sensor ID\, taking into account its type\, bus and instance + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _BARO2_DEVID: + +BARO2\_DEVID: Baro ID2 +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Barometer2 sensor ID\, taking into account its type\, bus and instance + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _BARO3_DEVID: + +BARO3\_DEVID: Baro ID3 +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Barometer3 sensor ID\, taking into account its type\, bus and instance + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _BARO_FIELD_ELV: + +BARO\_FIELD\_ELV: field elevation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +User provided field elevation in meters\. This is used to improve the calculation of the altitude the vehicle is at\. This parameter is not persistent and will be reset to 0 every time the vehicle is rebooted\. Changes to this parameter will only be used when disarmed\. A value of 0 means the EKF origin height is used for takeoff height above sea level\. + + ++-----------+--------+----------+ +| Increment | Units | Volatile | ++===========+========+==========+ +| 0.1 | meters | True | ++-----------+--------+----------+ + + + + +.. _BARO_ALTERR_MAX: + +BARO\_ALTERR\_MAX: Altitude error maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the maximum acceptable altitude discrepancy between GPS altitude and barometric presssure altitude calculated against a standard atmosphere for arming checks to pass\. If you are getting an arming error due to this parameter then you may have a faulty or substituted barometer\. A common issue is vendors replacing a MS5611 in a \"Pixhawk\" with a MS5607\. If you have that issue then please see BARO\_OPTIONS parameter to force the MS5611 to be treated as a MS5607\. This check is disabled if the value is zero\. + + ++-----------+-----------+--------+ +| Increment | Range | Units | ++===========+===========+========+ +| 1 | 0 to 5000 | meters | ++-----------+-----------+--------+ + + + + +.. _BARO_OPTIONS: + +BARO\_OPTIONS: Barometer options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Barometer options + + ++-----+------------------------+ +| Bit | Meaning | ++=====+========================+ +| 0 | Treat MS5611 as MS5607 | ++-----+------------------------+ + + + + + +.. _parameters_BARO1_WCF_: + +BARO1\_WCF\_ Parameters +----------------------- + + +.. _BARO1_WCF_ENABLE: + +BARO1\_WCF\_ENABLE: Wind coefficient enable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This enables the use of wind coefficients for barometer compensation + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _BARO1_WCF_FWD: + +BARO1\_WCF\_FWD: Pressure error coefficient in positive X direction \(forward\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the X body axis\. If the baro height estimate rises during forwards flight\, then this will be a negative number\. Multirotors can use this feature only if using EKF3 and if the EK3\_DRAG\_BCOEF\_X and EK3\_DRAG\_BCOEF\_Y parameters have been tuned\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 0.05 | -1.0 to 1.0 | ++-----------+-------------+ + + + + +.. _BARO1_WCF_BCK: + +BARO1\_WCF\_BCK: Pressure error coefficient in negative X direction \(backwards\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the X body axis\. If the baro height estimate rises during backwards flight\, then this will be a negative number\. Multirotors can use this feature only if using EKF3 and if the EK3\_DRAG\_BCOEF\_X and EK3\_DRAG\_BCOEF\_Y parameters have been tuned\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 0.05 | -1.0 to 1.0 | ++-----------+-------------+ + + + + +.. _BARO1_WCF_RGT: + +BARO1\_WCF\_RGT: Pressure error coefficient in positive Y direction \(right\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the Y body axis\. If the baro height estimate rises during sideways flight to the right\, then this should be a negative number\. Multirotors can use this feature only if using EKF3 and if the EK3\_DRAG\_BCOEF\_X and EK3\_DRAG\_BCOEF\_Y parameters have been tuned\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 0.05 | -1.0 to 1.0 | ++-----------+-------------+ + + + + +.. _BARO1_WCF_LFT: + +BARO1\_WCF\_LFT: Pressure error coefficient in negative Y direction \(left\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the Y body axis\. If the baro height estimate rises during sideways flight to the left\, then this should be a negative number\. Multirotors can use this feature only if using EKF3 and if the EK3\_DRAG\_BCOEF\_X and EK3\_DRAG\_BCOEF\_Y parameters have been tuned\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 0.05 | -1.0 to 1.0 | ++-----------+-------------+ + + + + +.. _BARO1_WCF_UP: + +BARO1\_WCF\_UP: Pressure error coefficient in positive Z direction \(up\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the Z body axis\. If the baro height estimate rises above truth height during climbing flight \(or forward flight with a high forwards lean angle\)\, then this should be a negative number\. Multirotors can use this feature only if using EKF3 and if the EK3\_DRAG\_BCOEF\_X and EK3\_DRAG\_BCOEF\_Y parameters have been tuned\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 0.05 | -1.0 to 1.0 | ++-----------+-------------+ + + + + +.. _BARO1_WCF_DN: + +BARO1\_WCF\_DN: Pressure error coefficient in negative Z direction \(down\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the Z body axis\. If the baro height estimate rises above truth height during descending flight \(or forward flight with a high backwards lean angle\, eg braking manoeuvre\)\, then this should be a negative number\. Multirotors can use this feature only if using EKF3 and if the EK3\_DRAG\_BCOEF\_X and EK3\_DRAG\_BCOEF\_Y parameters have been tuned\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 0.05 | -1.0 to 1.0 | ++-----------+-------------+ + + + + + +.. _parameters_BARO2_WCF_: + +BARO2\_WCF\_ Parameters +----------------------- + + +.. _BARO2_WCF_ENABLE: + +BARO2\_WCF\_ENABLE: Wind coefficient enable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This enables the use of wind coefficients for barometer compensation + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _BARO2_WCF_FWD: + +BARO2\_WCF\_FWD: Pressure error coefficient in positive X direction \(forward\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the X body axis\. If the baro height estimate rises during forwards flight\, then this will be a negative number\. Multirotors can use this feature only if using EKF3 and if the EK3\_DRAG\_BCOEF\_X and EK3\_DRAG\_BCOEF\_Y parameters have been tuned\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 0.05 | -1.0 to 1.0 | ++-----------+-------------+ + + + + +.. _BARO2_WCF_BCK: + +BARO2\_WCF\_BCK: Pressure error coefficient in negative X direction \(backwards\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the X body axis\. If the baro height estimate rises during backwards flight\, then this will be a negative number\. Multirotors can use this feature only if using EKF3 and if the EK3\_DRAG\_BCOEF\_X and EK3\_DRAG\_BCOEF\_Y parameters have been tuned\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 0.05 | -1.0 to 1.0 | ++-----------+-------------+ + + + + +.. _BARO2_WCF_RGT: + +BARO2\_WCF\_RGT: Pressure error coefficient in positive Y direction \(right\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the Y body axis\. If the baro height estimate rises during sideways flight to the right\, then this should be a negative number\. Multirotors can use this feature only if using EKF3 and if the EK3\_DRAG\_BCOEF\_X and EK3\_DRAG\_BCOEF\_Y parameters have been tuned\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 0.05 | -1.0 to 1.0 | ++-----------+-------------+ + + + + +.. _BARO2_WCF_LFT: + +BARO2\_WCF\_LFT: Pressure error coefficient in negative Y direction \(left\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the Y body axis\. If the baro height estimate rises during sideways flight to the left\, then this should be a negative number\. Multirotors can use this feature only if using EKF3 and if the EK3\_DRAG\_BCOEF\_X and EK3\_DRAG\_BCOEF\_Y parameters have been tuned\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 0.05 | -1.0 to 1.0 | ++-----------+-------------+ + + + + +.. _BARO2_WCF_UP: + +BARO2\_WCF\_UP: Pressure error coefficient in positive Z direction \(up\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the Z body axis\. If the baro height estimate rises above truth height during climbing flight \(or forward flight with a high forwards lean angle\)\, then this should be a negative number\. Multirotors can use this feature only if using EKF3 and if the EK3\_DRAG\_BCOEF\_X and EK3\_DRAG\_BCOEF\_Y parameters have been tuned\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 0.05 | -1.0 to 1.0 | ++-----------+-------------+ + + + + +.. _BARO2_WCF_DN: + +BARO2\_WCF\_DN: Pressure error coefficient in negative Z direction \(down\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the Z body axis\. If the baro height estimate rises above truth height during descending flight \(or forward flight with a high backwards lean angle\, eg braking manoeuvre\)\, then this should be a negative number\. Multirotors can use this feature only if using EKF3 and if the EK3\_DRAG\_BCOEF\_X and EK3\_DRAG\_BCOEF\_Y parameters have been tuned\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 0.05 | -1.0 to 1.0 | ++-----------+-------------+ + + + + + +.. _parameters_BARO3_WCF_: + +BARO3\_WCF\_ Parameters +----------------------- + + +.. _BARO3_WCF_ENABLE: + +BARO3\_WCF\_ENABLE: Wind coefficient enable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This enables the use of wind coefficients for barometer compensation + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _BARO3_WCF_FWD: + +BARO3\_WCF\_FWD: Pressure error coefficient in positive X direction \(forward\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the X body axis\. If the baro height estimate rises during forwards flight\, then this will be a negative number\. Multirotors can use this feature only if using EKF3 and if the EK3\_DRAG\_BCOEF\_X and EK3\_DRAG\_BCOEF\_Y parameters have been tuned\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 0.05 | -1.0 to 1.0 | ++-----------+-------------+ + + + + +.. _BARO3_WCF_BCK: + +BARO3\_WCF\_BCK: Pressure error coefficient in negative X direction \(backwards\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the X body axis\. If the baro height estimate rises during backwards flight\, then this will be a negative number\. Multirotors can use this feature only if using EKF3 and if the EK3\_DRAG\_BCOEF\_X and EK3\_DRAG\_BCOEF\_Y parameters have been tuned\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 0.05 | -1.0 to 1.0 | ++-----------+-------------+ + + + + +.. _BARO3_WCF_RGT: + +BARO3\_WCF\_RGT: Pressure error coefficient in positive Y direction \(right\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the Y body axis\. If the baro height estimate rises during sideways flight to the right\, then this should be a negative number\. Multirotors can use this feature only if using EKF3 and if the EK3\_DRAG\_BCOEF\_X and EK3\_DRAG\_BCOEF\_Y parameters have been tuned\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 0.05 | -1.0 to 1.0 | ++-----------+-------------+ + + + + +.. _BARO3_WCF_LFT: + +BARO3\_WCF\_LFT: Pressure error coefficient in negative Y direction \(left\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the Y body axis\. If the baro height estimate rises during sideways flight to the left\, then this should be a negative number\. Multirotors can use this feature only if using EKF3 and if the EK3\_DRAG\_BCOEF\_X and EK3\_DRAG\_BCOEF\_Y parameters have been tuned\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 0.05 | -1.0 to 1.0 | ++-----------+-------------+ + + + + +.. _BARO3_WCF_UP: + +BARO3\_WCF\_UP: Pressure error coefficient in positive Z direction \(up\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the Z body axis\. If the baro height estimate rises above truth height during climbing flight \(or forward flight with a high forwards lean angle\)\, then this should be a negative number\. Multirotors can use this feature only if using EKF3 and if the EK3\_DRAG\_BCOEF\_X and EK3\_DRAG\_BCOEF\_Y parameters have been tuned\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 0.05 | -1.0 to 1.0 | ++-----------+-------------+ + + + + +.. _BARO3_WCF_DN: + +BARO3\_WCF\_DN: Pressure error coefficient in negative Z direction \(down\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the Z body axis\. If the baro height estimate rises above truth height during descending flight \(or forward flight with a high backwards lean angle\, eg braking manoeuvre\)\, then this should be a negative number\. Multirotors can use this feature only if using EKF3 and if the EK3\_DRAG\_BCOEF\_X and EK3\_DRAG\_BCOEF\_Y parameters have been tuned\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 0.05 | -1.0 to 1.0 | ++-----------+-------------+ + + + + + +.. _parameters_BATT2_: + +BATT2\_ Parameters +------------------ + + +.. _BATT2_MONITOR: + +BATT2\_MONITOR: Battery monitoring +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Controls enabling monitoring of the battery\'s voltage and current + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| 0 | Disabled | ++-------+--------------------------------------+ +| 3 | Analog Voltage Only | ++-------+--------------------------------------+ +| 4 | Analog Voltage and Current | ++-------+--------------------------------------+ +| 5 | Solo | ++-------+--------------------------------------+ +| 6 | Bebop | ++-------+--------------------------------------+ +| 7 | SMBus-Generic | ++-------+--------------------------------------+ +| 8 | DroneCAN-BatteryInfo | ++-------+--------------------------------------+ +| 9 | ESC | ++-------+--------------------------------------+ +| 10 | Sum Of Selected Monitors | ++-------+--------------------------------------+ +| 11 | FuelFlow | ++-------+--------------------------------------+ +| 12 | FuelLevelPWM | ++-------+--------------------------------------+ +| 13 | SMBUS-SUI3 | ++-------+--------------------------------------+ +| 14 | SMBUS-SUI6 | ++-------+--------------------------------------+ +| 15 | NeoDesign | ++-------+--------------------------------------+ +| 16 | SMBus-Maxell | ++-------+--------------------------------------+ +| 17 | Generator-Elec | ++-------+--------------------------------------+ +| 18 | Generator-Fuel | ++-------+--------------------------------------+ +| 19 | Rotoye | ++-------+--------------------------------------+ +| 20 | MPPT | ++-------+--------------------------------------+ +| 21 | INA2XX | ++-------+--------------------------------------+ +| 22 | LTC2946 | ++-------+--------------------------------------+ +| 23 | Torqeedo | ++-------+--------------------------------------+ +| 24 | FuelLevelAnalog | ++-------+--------------------------------------+ +| 25 | Synthetic Current and Analog Voltage | ++-------+--------------------------------------+ +| 26 | INA239_SPI | ++-------+--------------------------------------+ +| 27 | EFI | ++-------+--------------------------------------+ +| 28 | AD7091R5 | ++-------+--------------------------------------+ +| 29 | Scripting | ++-------+--------------------------------------+ + + + + +.. _BATT2_CAPACITY: + +BATT2\_CAPACITY: Battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Capacity of the battery in mAh when full + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT2_SERIAL_NUM: + +BATT2\_SERIAL\_NUM: Battery serial number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery serial number\, automatically filled in for SMBus batteries\, otherwise will be \-1\. With DroneCan it is the battery\_id\. + + +.. _BATT2_LOW_TIMER: + +BATT2\_LOW\_TIMER: Low voltage timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered\. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs\. A value of zero disables low voltage errors\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 120 | seconds | ++-----------+----------+---------+ + + + + +.. _BATT2_FS_VOLTSRC: + +BATT2\_FS\_VOLTSRC: Failsafe voltage source +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + + ++-------+-------------------------+ +| Value | Meaning | ++=======+=========================+ +| 0 | Raw Voltage | ++-------+-------------------------+ +| 1 | Sag Compensated Voltage | ++-------+-------------------------+ + + + + +.. _BATT2_LOW_VOLT: + +BATT2\_LOW\_VOLT: Low battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a low battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT2\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATT2\_FS\_LOW\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT2_LOW_MAH: + +BATT2\_LOW\_MAH: Low battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the low battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT2\_FS\_LOW\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT2_CRT_VOLT: + +BATT2\_CRT\_VOLT: Critical battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a critical battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT2\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATT2\_FS\_CRT\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT2_CRT_MAH: + +BATT2\_CRT\_MAH: Battery critical capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the critical battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT2\_\_FS\_CRT\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT2_FS_LOW_ACT: + +BATT2\_FS\_LOW\_ACT: Low battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a low battery failsafe + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | None | ++-------+------------------+ +| 1 | RTL | ++-------+------------------+ +| 2 | Hold | ++-------+------------------+ +| 3 | SmartRTL | ++-------+------------------+ +| 4 | SmartRTL or Hold | ++-------+------------------+ +| 5 | Terminate | ++-------+------------------+ + + + + +.. _BATT2_FS_CRT_ACT: + +BATT2\_FS\_CRT\_ACT: Critical battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a critical battery failsafe + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | None | ++-------+------------------+ +| 1 | RTL | ++-------+------------------+ +| 2 | Hold | ++-------+------------------+ +| 3 | SmartRTL | ++-------+------------------+ +| 4 | SmartRTL or Hold | ++-------+------------------+ +| 5 | Terminate | ++-------+------------------+ + + + + +.. _BATT2_ARM_VOLT: + +BATT2\_ARM\_VOLT: Required arming voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft\. Set to 0 to allow arming at any voltage\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT2_ARM_MAH: + +BATT2\_ARM\_MAH: Required arming remaining capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft\. Set to 0 to allow arming at any capacity\. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate\, which can lead to this check not providing sufficent protection\, it is recommended to always use this in conjunction with the BATT2\_\_ARM\_VOLT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT2_OPTIONS: + +BATT2\_OPTIONS: Battery monitor options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + + ++-----+--------------------------------------------------------+ +| Bit | Meaning | ++=====+========================================================+ +| 0 | Ignore DroneCAN SoC | ++-----+--------------------------------------------------------+ +| 1 | MPPT reports input voltage and current | ++-----+--------------------------------------------------------+ +| 2 | MPPT Powered off when disarmed | ++-----+--------------------------------------------------------+ +| 3 | MPPT Powered on when armed | ++-----+--------------------------------------------------------+ +| 4 | MPPT Powered off at boot | ++-----+--------------------------------------------------------+ +| 5 | MPPT Powered on at boot | ++-----+--------------------------------------------------------+ +| 6 | Send resistance compensated voltage to GCS | ++-----+--------------------------------------------------------+ +| 7 | Allow DroneCAN InfoAux to be from a different CAN node | ++-----+--------------------------------------------------------+ + + + + +.. _BATT2_ESC_INDEX: + +BATT2\_ESC\_INDEX: ESC Telemetry Index to write to +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage\, current\, consumption and temperature data to\. Use 0 to disable\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 10 | ++-----------+---------+ + + + + +.. _BATT2_VOLT_PIN: + +BATT2\_VOLT\_PIN: Battery Voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for voltage monitoring\. + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| -1 | Disabled | ++-------+--------------------------------------+ +| 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | ++-------+--------------------------------------+ +| 5 | Navigator | ++-------+--------------------------------------+ +| 13 | Pixhawk2_PM2/CubeOrange_PM2 | ++-------+--------------------------------------+ +| 14 | CubeOrange | ++-------+--------------------------------------+ +| 16 | Durandal | ++-------+--------------------------------------+ +| 100 | PX4-v1 | ++-------+--------------------------------------+ + + + + +.. _BATT2_CURR_PIN: + +BATT2\_CURR\_PIN: Battery Current sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for current monitoring\. + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| -1 | Disabled | ++-------+--------------------------------------+ +| 3 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | ++-------+--------------------------------------+ +| 4 | CubeOrange_PM2/Navigator | ++-------+--------------------------------------+ +| 14 | Pixhawk2_PM2 | ++-------+--------------------------------------+ +| 15 | CubeOrange | ++-------+--------------------------------------+ +| 17 | Durandal | ++-------+--------------------------------------+ +| 101 | PX4-v1 | ++-------+--------------------------------------+ + + + + +.. _BATT2_VOLT_MULT: + +BATT2\_VOLT\_MULT: Voltage Multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin \(BATT2\_VOLT\_PIN\) to the actual battery\'s voltage \(pin\_voltage \* VOLT\_MULT\)\. For the 3DR Power brick with a Pixhawk\, this should be set to 10\.1\. For the Pixhawk with the 3DR 4in1 ESC this should be 12\.02\. For the PX using the PX4IO power supply this should be set to 1\. + + +.. _BATT2_AMP_PERVLT: + +BATT2\_AMP\_PERVLT: Amps per volt +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of amps that a 1V reading on the current sensor corresponds to\. With a Pixhawk using the 3DR Power brick this should be set to 17\. For the Pixhawk with the 3DR 4in1 ESC this should be 17\. For Synthetic Current sensor monitors\, this is the maximum\, full throttle current draw\. + + ++-----------------+ +| Units | ++=================+ +| ampere per volt | ++-----------------+ + + + + +.. _BATT2_AMP_OFFSET: + +BATT2\_AMP\_OFFSET: AMP offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Voltage offset at zero current on current sensor for Analog Sensors\. For Synthetic Current sensor\, this offset is the zero throttle system current and is added to the calculated throttle base current\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATT2_VLT_OFFSET: + +BATT2\_VLT\_OFFSET: Voltage offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage offset on voltage pin\. This allows for an offset due to a diode\. This voltage is subtracted before the scaling is applied\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATT2_I2C_BUS__AP_BattMonitor_SMBus: + +BATT2\_I2C\_BUS \(AP\_BattMonitor\_SMBus\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATT2_I2C_ADDR__AP_BattMonitor_SMBus: + +BATT2\_I2C\_ADDR \(AP\_BattMonitor\_SMBus\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATT2_SUM_MASK: + +BATT2\_SUM\_MASK: Battery Sum mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +0\: sum of remaining battery monitors\, If none 0 sum of specified monitors\. Current will be summed and voltages averaged\. + + ++-----+-----------+ +| Bit | Meaning | ++=====+===========+ +| 0 | monitor 1 | ++-----+-----------+ +| 1 | monitor 2 | ++-----+-----------+ +| 2 | monitor 3 | ++-----+-----------+ +| 3 | monitor 4 | ++-----+-----------+ +| 4 | monitor 5 | ++-----+-----------+ +| 5 | monitor 6 | ++-----+-----------+ +| 6 | monitor 7 | ++-----+-----------+ +| 7 | monitor 8 | ++-----+-----------+ +| 8 | monitor 9 | ++-----+-----------+ + + + + +.. _BATT2_CURR_MULT: + +BATT2\_CURR\_MULT: Scales reported power monitor current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + + ++----------+ +| Range | ++==========+ +| .1 to 10 | ++----------+ + + + + +.. _BATT2_FL_VLT_MIN: + +BATT2\_FL\_VLT\_MIN: Empty fuel level voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty\. Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+-------+ +| Range | Units | ++============+=======+ +| 0.01 to 10 | volt | ++------------+-------+ + + + + +.. _BATT2_FL_V_MULT: + +BATT2\_FL\_V\_MULT: Fuel level voltage multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is\. This is calculated as 1 \/ \(Voltage\_Full \- Voltage\_Empty\) Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+ +| Range | ++============+ +| 0.01 to 10 | ++------------+ + + + + +.. _BATT2_FL_FLTR: + +BATT2\_FL\_FLTR: Fuel level filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Filter frequency in Hertz where a low pass filter is used\. This is used to filter out tank slosh from the fuel level reading\. A value of \-1 disables the filter and unfiltered voltage is used to determine the fuel level\. The suggested values at in the range of 0\.2 Hz to 0\.5 Hz\. + + ++---------+-------+ +| Range | Units | ++=========+=======+ +| -1 to 1 | hertz | ++---------+-------+ + + + + +.. _BATT2_FL_PIN: + +BATT2\_FL\_PIN: Fuel level analog pin number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog input pin that fuel level sensor is connected to\. Airspeed ports can be used for Analog input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. + + ++-------+---------------------------+ +| Value | Meaning | ++=======+===========================+ +| -1 | Not Used | ++-------+---------------------------+ +| 11 | Pixracer | ++-------+---------------------------+ +| 13 | Pixhawk ADC4 | ++-------+---------------------------+ +| 14 | Pixhawk ADC3 | ++-------+---------------------------+ +| 15 | Pixhawk ADC6/Pixhawk2 ADC | ++-------+---------------------------+ +| 103 | Pixhawk SBUS | ++-------+---------------------------+ + + + + +.. _BATT2_FL_FF: + +BATT2\_FL\_FF: First order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +First order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT2_FL_FS: + +BATT2\_FL\_FS: Second order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Second order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT2_FL_FT: + +BATT2\_FL\_FT: Third order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Third order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT2_FL_OFF: + +BATT2\_FL\_OFF: Offset term +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT2_MAX_VOLT: + +BATT2\_MAX\_VOLT: Maximum Battery Voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum voltage of battery\. Provides scaling of current versus voltage + + ++----------+ +| Range | ++==========+ +| 7 to 100 | ++----------+ + + + + +.. _BATT2_I2C_BUS__AP_BattMonitor_INA2xx: + +BATT2\_I2C\_BUS \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATT2_I2C_ADDR__AP_BattMonitor_INA2xx: + +BATT2\_I2C\_ADDR \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address\. If this is zero then probe list of supported addresses + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATT2_MAX_AMPS: + +BATT2\_MAX\_AMPS: Battery monitor max current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 1 to 400 | ampere | ++----------+--------+ + + + + +.. _BATT2_SHUNT: + +BATT2\_SHUNT: Battery monitor shunt resistor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + + ++----------------+-------+ +| Range | Units | ++================+=======+ +| 0.0001 to 0.01 | Ohm | ++----------------+-------+ + + + + + +.. _parameters_BATT3_: + +BATT3\_ Parameters +------------------ + + +.. _BATT3_MONITOR: + +BATT3\_MONITOR: Battery monitoring +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Controls enabling monitoring of the battery\'s voltage and current + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| 0 | Disabled | ++-------+--------------------------------------+ +| 3 | Analog Voltage Only | ++-------+--------------------------------------+ +| 4 | Analog Voltage and Current | ++-------+--------------------------------------+ +| 5 | Solo | ++-------+--------------------------------------+ +| 6 | Bebop | ++-------+--------------------------------------+ +| 7 | SMBus-Generic | ++-------+--------------------------------------+ +| 8 | DroneCAN-BatteryInfo | ++-------+--------------------------------------+ +| 9 | ESC | ++-------+--------------------------------------+ +| 10 | Sum Of Selected Monitors | ++-------+--------------------------------------+ +| 11 | FuelFlow | ++-------+--------------------------------------+ +| 12 | FuelLevelPWM | ++-------+--------------------------------------+ +| 13 | SMBUS-SUI3 | ++-------+--------------------------------------+ +| 14 | SMBUS-SUI6 | ++-------+--------------------------------------+ +| 15 | NeoDesign | ++-------+--------------------------------------+ +| 16 | SMBus-Maxell | ++-------+--------------------------------------+ +| 17 | Generator-Elec | ++-------+--------------------------------------+ +| 18 | Generator-Fuel | ++-------+--------------------------------------+ +| 19 | Rotoye | ++-------+--------------------------------------+ +| 20 | MPPT | ++-------+--------------------------------------+ +| 21 | INA2XX | ++-------+--------------------------------------+ +| 22 | LTC2946 | ++-------+--------------------------------------+ +| 23 | Torqeedo | ++-------+--------------------------------------+ +| 24 | FuelLevelAnalog | ++-------+--------------------------------------+ +| 25 | Synthetic Current and Analog Voltage | ++-------+--------------------------------------+ +| 26 | INA239_SPI | ++-------+--------------------------------------+ +| 27 | EFI | ++-------+--------------------------------------+ +| 28 | AD7091R5 | ++-------+--------------------------------------+ +| 29 | Scripting | ++-------+--------------------------------------+ + + + + +.. _BATT3_CAPACITY: + +BATT3\_CAPACITY: Battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Capacity of the battery in mAh when full + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT3_SERIAL_NUM: + +BATT3\_SERIAL\_NUM: Battery serial number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery serial number\, automatically filled in for SMBus batteries\, otherwise will be \-1\. With DroneCan it is the battery\_id\. + + +.. _BATT3_LOW_TIMER: + +BATT3\_LOW\_TIMER: Low voltage timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered\. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs\. A value of zero disables low voltage errors\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 120 | seconds | ++-----------+----------+---------+ + + + + +.. _BATT3_FS_VOLTSRC: + +BATT3\_FS\_VOLTSRC: Failsafe voltage source +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + + ++-------+-------------------------+ +| Value | Meaning | ++=======+=========================+ +| 0 | Raw Voltage | ++-------+-------------------------+ +| 1 | Sag Compensated Voltage | ++-------+-------------------------+ + + + + +.. _BATT3_LOW_VOLT: + +BATT3\_LOW\_VOLT: Low battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a low battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT3\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATT3\_FS\_LOW\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT3_LOW_MAH: + +BATT3\_LOW\_MAH: Low battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the low battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT3\_FS\_LOW\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT3_CRT_VOLT: + +BATT3\_CRT\_VOLT: Critical battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a critical battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT3\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATT3\_FS\_CRT\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT3_CRT_MAH: + +BATT3\_CRT\_MAH: Battery critical capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the critical battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT3\_\_FS\_CRT\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT3_FS_LOW_ACT: + +BATT3\_FS\_LOW\_ACT: Low battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a low battery failsafe + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | None | ++-------+------------------+ +| 1 | RTL | ++-------+------------------+ +| 2 | Hold | ++-------+------------------+ +| 3 | SmartRTL | ++-------+------------------+ +| 4 | SmartRTL or Hold | ++-------+------------------+ +| 5 | Terminate | ++-------+------------------+ + + + + +.. _BATT3_FS_CRT_ACT: + +BATT3\_FS\_CRT\_ACT: Critical battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a critical battery failsafe + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | None | ++-------+------------------+ +| 1 | RTL | ++-------+------------------+ +| 2 | Hold | ++-------+------------------+ +| 3 | SmartRTL | ++-------+------------------+ +| 4 | SmartRTL or Hold | ++-------+------------------+ +| 5 | Terminate | ++-------+------------------+ + + + + +.. _BATT3_ARM_VOLT: + +BATT3\_ARM\_VOLT: Required arming voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft\. Set to 0 to allow arming at any voltage\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT3_ARM_MAH: + +BATT3\_ARM\_MAH: Required arming remaining capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft\. Set to 0 to allow arming at any capacity\. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate\, which can lead to this check not providing sufficent protection\, it is recommended to always use this in conjunction with the BATT3\_\_ARM\_VOLT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT3_OPTIONS: + +BATT3\_OPTIONS: Battery monitor options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + + ++-----+--------------------------------------------------------+ +| Bit | Meaning | ++=====+========================================================+ +| 0 | Ignore DroneCAN SoC | ++-----+--------------------------------------------------------+ +| 1 | MPPT reports input voltage and current | ++-----+--------------------------------------------------------+ +| 2 | MPPT Powered off when disarmed | ++-----+--------------------------------------------------------+ +| 3 | MPPT Powered on when armed | ++-----+--------------------------------------------------------+ +| 4 | MPPT Powered off at boot | ++-----+--------------------------------------------------------+ +| 5 | MPPT Powered on at boot | ++-----+--------------------------------------------------------+ +| 6 | Send resistance compensated voltage to GCS | ++-----+--------------------------------------------------------+ +| 7 | Allow DroneCAN InfoAux to be from a different CAN node | ++-----+--------------------------------------------------------+ + + + + +.. _BATT3_ESC_INDEX: + +BATT3\_ESC\_INDEX: ESC Telemetry Index to write to +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage\, current\, consumption and temperature data to\. Use 0 to disable\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 10 | ++-----------+---------+ + + + + +.. _BATT3_VOLT_PIN: + +BATT3\_VOLT\_PIN: Battery Voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for voltage monitoring\. + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| -1 | Disabled | ++-------+--------------------------------------+ +| 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | ++-------+--------------------------------------+ +| 5 | Navigator | ++-------+--------------------------------------+ +| 13 | Pixhawk2_PM2/CubeOrange_PM2 | ++-------+--------------------------------------+ +| 14 | CubeOrange | ++-------+--------------------------------------+ +| 16 | Durandal | ++-------+--------------------------------------+ +| 100 | PX4-v1 | ++-------+--------------------------------------+ + + + + +.. _BATT3_CURR_PIN: + +BATT3\_CURR\_PIN: Battery Current sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for current monitoring\. + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| -1 | Disabled | ++-------+--------------------------------------+ +| 3 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | ++-------+--------------------------------------+ +| 4 | CubeOrange_PM2/Navigator | ++-------+--------------------------------------+ +| 14 | Pixhawk2_PM2 | ++-------+--------------------------------------+ +| 15 | CubeOrange | ++-------+--------------------------------------+ +| 17 | Durandal | ++-------+--------------------------------------+ +| 101 | PX4-v1 | ++-------+--------------------------------------+ + + + + +.. _BATT3_VOLT_MULT: + +BATT3\_VOLT\_MULT: Voltage Multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin \(BATT3\_VOLT\_PIN\) to the actual battery\'s voltage \(pin\_voltage \* VOLT\_MULT\)\. For the 3DR Power brick with a Pixhawk\, this should be set to 10\.1\. For the Pixhawk with the 3DR 4in1 ESC this should be 12\.02\. For the PX using the PX4IO power supply this should be set to 1\. + + +.. _BATT3_AMP_PERVLT: + +BATT3\_AMP\_PERVLT: Amps per volt +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of amps that a 1V reading on the current sensor corresponds to\. With a Pixhawk using the 3DR Power brick this should be set to 17\. For the Pixhawk with the 3DR 4in1 ESC this should be 17\. For Synthetic Current sensor monitors\, this is the maximum\, full throttle current draw\. + + ++-----------------+ +| Units | ++=================+ +| ampere per volt | ++-----------------+ + + + + +.. _BATT3_AMP_OFFSET: + +BATT3\_AMP\_OFFSET: AMP offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Voltage offset at zero current on current sensor for Analog Sensors\. For Synthetic Current sensor\, this offset is the zero throttle system current and is added to the calculated throttle base current\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATT3_VLT_OFFSET: + +BATT3\_VLT\_OFFSET: Voltage offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage offset on voltage pin\. This allows for an offset due to a diode\. This voltage is subtracted before the scaling is applied\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATT3_I2C_BUS__AP_BattMonitor_SMBus: + +BATT3\_I2C\_BUS \(AP\_BattMonitor\_SMBus\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATT3_I2C_ADDR__AP_BattMonitor_SMBus: + +BATT3\_I2C\_ADDR \(AP\_BattMonitor\_SMBus\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATT3_SUM_MASK: + +BATT3\_SUM\_MASK: Battery Sum mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +0\: sum of remaining battery monitors\, If none 0 sum of specified monitors\. Current will be summed and voltages averaged\. + + ++-----+-----------+ +| Bit | Meaning | ++=====+===========+ +| 0 | monitor 1 | ++-----+-----------+ +| 1 | monitor 2 | ++-----+-----------+ +| 2 | monitor 3 | ++-----+-----------+ +| 3 | monitor 4 | ++-----+-----------+ +| 4 | monitor 5 | ++-----+-----------+ +| 5 | monitor 6 | ++-----+-----------+ +| 6 | monitor 7 | ++-----+-----------+ +| 7 | monitor 8 | ++-----+-----------+ +| 8 | monitor 9 | ++-----+-----------+ + + + + +.. _BATT3_CURR_MULT: + +BATT3\_CURR\_MULT: Scales reported power monitor current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + + ++----------+ +| Range | ++==========+ +| .1 to 10 | ++----------+ + + + + +.. _BATT3_FL_VLT_MIN: + +BATT3\_FL\_VLT\_MIN: Empty fuel level voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty\. Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+-------+ +| Range | Units | ++============+=======+ +| 0.01 to 10 | volt | ++------------+-------+ + + + + +.. _BATT3_FL_V_MULT: + +BATT3\_FL\_V\_MULT: Fuel level voltage multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is\. This is calculated as 1 \/ \(Voltage\_Full \- Voltage\_Empty\) Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+ +| Range | ++============+ +| 0.01 to 10 | ++------------+ + + + + +.. _BATT3_FL_FLTR: + +BATT3\_FL\_FLTR: Fuel level filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Filter frequency in Hertz where a low pass filter is used\. This is used to filter out tank slosh from the fuel level reading\. A value of \-1 disables the filter and unfiltered voltage is used to determine the fuel level\. The suggested values at in the range of 0\.2 Hz to 0\.5 Hz\. + + ++---------+-------+ +| Range | Units | ++=========+=======+ +| -1 to 1 | hertz | ++---------+-------+ + + + + +.. _BATT3_FL_PIN: + +BATT3\_FL\_PIN: Fuel level analog pin number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog input pin that fuel level sensor is connected to\. Airspeed ports can be used for Analog input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. + + ++-------+---------------------------+ +| Value | Meaning | ++=======+===========================+ +| -1 | Not Used | ++-------+---------------------------+ +| 11 | Pixracer | ++-------+---------------------------+ +| 13 | Pixhawk ADC4 | ++-------+---------------------------+ +| 14 | Pixhawk ADC3 | ++-------+---------------------------+ +| 15 | Pixhawk ADC6/Pixhawk2 ADC | ++-------+---------------------------+ +| 103 | Pixhawk SBUS | ++-------+---------------------------+ + + + + +.. _BATT3_FL_FF: + +BATT3\_FL\_FF: First order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +First order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT3_FL_FS: + +BATT3\_FL\_FS: Second order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Second order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT3_FL_FT: + +BATT3\_FL\_FT: Third order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Third order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT3_FL_OFF: + +BATT3\_FL\_OFF: Offset term +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT3_MAX_VOLT: + +BATT3\_MAX\_VOLT: Maximum Battery Voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum voltage of battery\. Provides scaling of current versus voltage + + ++----------+ +| Range | ++==========+ +| 7 to 100 | ++----------+ + + + + +.. _BATT3_I2C_BUS__AP_BattMonitor_INA2xx: + +BATT3\_I2C\_BUS \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATT3_I2C_ADDR__AP_BattMonitor_INA2xx: + +BATT3\_I2C\_ADDR \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address\. If this is zero then probe list of supported addresses + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATT3_MAX_AMPS: + +BATT3\_MAX\_AMPS: Battery monitor max current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 1 to 400 | ampere | ++----------+--------+ + + + + +.. _BATT3_SHUNT: + +BATT3\_SHUNT: Battery monitor shunt resistor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + + ++----------------+-------+ +| Range | Units | ++================+=======+ +| 0.0001 to 0.01 | Ohm | ++----------------+-------+ + + + + + +.. _parameters_BATT4_: + +BATT4\_ Parameters +------------------ + + +.. _BATT4_MONITOR: + +BATT4\_MONITOR: Battery monitoring +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Controls enabling monitoring of the battery\'s voltage and current + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| 0 | Disabled | ++-------+--------------------------------------+ +| 3 | Analog Voltage Only | ++-------+--------------------------------------+ +| 4 | Analog Voltage and Current | ++-------+--------------------------------------+ +| 5 | Solo | ++-------+--------------------------------------+ +| 6 | Bebop | ++-------+--------------------------------------+ +| 7 | SMBus-Generic | ++-------+--------------------------------------+ +| 8 | DroneCAN-BatteryInfo | ++-------+--------------------------------------+ +| 9 | ESC | ++-------+--------------------------------------+ +| 10 | Sum Of Selected Monitors | ++-------+--------------------------------------+ +| 11 | FuelFlow | ++-------+--------------------------------------+ +| 12 | FuelLevelPWM | ++-------+--------------------------------------+ +| 13 | SMBUS-SUI3 | ++-------+--------------------------------------+ +| 14 | SMBUS-SUI6 | ++-------+--------------------------------------+ +| 15 | NeoDesign | ++-------+--------------------------------------+ +| 16 | SMBus-Maxell | ++-------+--------------------------------------+ +| 17 | Generator-Elec | ++-------+--------------------------------------+ +| 18 | Generator-Fuel | ++-------+--------------------------------------+ +| 19 | Rotoye | ++-------+--------------------------------------+ +| 20 | MPPT | ++-------+--------------------------------------+ +| 21 | INA2XX | ++-------+--------------------------------------+ +| 22 | LTC2946 | ++-------+--------------------------------------+ +| 23 | Torqeedo | ++-------+--------------------------------------+ +| 24 | FuelLevelAnalog | ++-------+--------------------------------------+ +| 25 | Synthetic Current and Analog Voltage | ++-------+--------------------------------------+ +| 26 | INA239_SPI | ++-------+--------------------------------------+ +| 27 | EFI | ++-------+--------------------------------------+ +| 28 | AD7091R5 | ++-------+--------------------------------------+ +| 29 | Scripting | ++-------+--------------------------------------+ + + + + +.. _BATT4_CAPACITY: + +BATT4\_CAPACITY: Battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Capacity of the battery in mAh when full + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT4_SERIAL_NUM: + +BATT4\_SERIAL\_NUM: Battery serial number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery serial number\, automatically filled in for SMBus batteries\, otherwise will be \-1\. With DroneCan it is the battery\_id\. + + +.. _BATT4_LOW_TIMER: + +BATT4\_LOW\_TIMER: Low voltage timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered\. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs\. A value of zero disables low voltage errors\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 120 | seconds | ++-----------+----------+---------+ + + + + +.. _BATT4_FS_VOLTSRC: + +BATT4\_FS\_VOLTSRC: Failsafe voltage source +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + + ++-------+-------------------------+ +| Value | Meaning | ++=======+=========================+ +| 0 | Raw Voltage | ++-------+-------------------------+ +| 1 | Sag Compensated Voltage | ++-------+-------------------------+ + + + + +.. _BATT4_LOW_VOLT: + +BATT4\_LOW\_VOLT: Low battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a low battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT4\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATT4\_FS\_LOW\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT4_LOW_MAH: + +BATT4\_LOW\_MAH: Low battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the low battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT4\_FS\_LOW\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT4_CRT_VOLT: + +BATT4\_CRT\_VOLT: Critical battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a critical battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT4\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATT4\_FS\_CRT\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT4_CRT_MAH: + +BATT4\_CRT\_MAH: Battery critical capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the critical battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT4\_\_FS\_CRT\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT4_FS_LOW_ACT: + +BATT4\_FS\_LOW\_ACT: Low battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a low battery failsafe + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | None | ++-------+------------------+ +| 1 | RTL | ++-------+------------------+ +| 2 | Hold | ++-------+------------------+ +| 3 | SmartRTL | ++-------+------------------+ +| 4 | SmartRTL or Hold | ++-------+------------------+ +| 5 | Terminate | ++-------+------------------+ + + + + +.. _BATT4_FS_CRT_ACT: + +BATT4\_FS\_CRT\_ACT: Critical battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a critical battery failsafe + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | None | ++-------+------------------+ +| 1 | RTL | ++-------+------------------+ +| 2 | Hold | ++-------+------------------+ +| 3 | SmartRTL | ++-------+------------------+ +| 4 | SmartRTL or Hold | ++-------+------------------+ +| 5 | Terminate | ++-------+------------------+ + + + + +.. _BATT4_ARM_VOLT: + +BATT4\_ARM\_VOLT: Required arming voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft\. Set to 0 to allow arming at any voltage\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT4_ARM_MAH: + +BATT4\_ARM\_MAH: Required arming remaining capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft\. Set to 0 to allow arming at any capacity\. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate\, which can lead to this check not providing sufficent protection\, it is recommended to always use this in conjunction with the BATT4\_\_ARM\_VOLT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT4_OPTIONS: + +BATT4\_OPTIONS: Battery monitor options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + + ++-----+--------------------------------------------------------+ +| Bit | Meaning | ++=====+========================================================+ +| 0 | Ignore DroneCAN SoC | ++-----+--------------------------------------------------------+ +| 1 | MPPT reports input voltage and current | ++-----+--------------------------------------------------------+ +| 2 | MPPT Powered off when disarmed | ++-----+--------------------------------------------------------+ +| 3 | MPPT Powered on when armed | ++-----+--------------------------------------------------------+ +| 4 | MPPT Powered off at boot | ++-----+--------------------------------------------------------+ +| 5 | MPPT Powered on at boot | ++-----+--------------------------------------------------------+ +| 6 | Send resistance compensated voltage to GCS | ++-----+--------------------------------------------------------+ +| 7 | Allow DroneCAN InfoAux to be from a different CAN node | ++-----+--------------------------------------------------------+ + + + + +.. _BATT4_ESC_INDEX: + +BATT4\_ESC\_INDEX: ESC Telemetry Index to write to +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage\, current\, consumption and temperature data to\. Use 0 to disable\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 10 | ++-----------+---------+ + + + + +.. _BATT4_VOLT_PIN: + +BATT4\_VOLT\_PIN: Battery Voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for voltage monitoring\. + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| -1 | Disabled | ++-------+--------------------------------------+ +| 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | ++-------+--------------------------------------+ +| 5 | Navigator | ++-------+--------------------------------------+ +| 13 | Pixhawk2_PM2/CubeOrange_PM2 | ++-------+--------------------------------------+ +| 14 | CubeOrange | ++-------+--------------------------------------+ +| 16 | Durandal | ++-------+--------------------------------------+ +| 100 | PX4-v1 | ++-------+--------------------------------------+ + + + + +.. _BATT4_CURR_PIN: + +BATT4\_CURR\_PIN: Battery Current sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for current monitoring\. + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| -1 | Disabled | ++-------+--------------------------------------+ +| 3 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | ++-------+--------------------------------------+ +| 4 | CubeOrange_PM2/Navigator | ++-------+--------------------------------------+ +| 14 | Pixhawk2_PM2 | ++-------+--------------------------------------+ +| 15 | CubeOrange | ++-------+--------------------------------------+ +| 17 | Durandal | ++-------+--------------------------------------+ +| 101 | PX4-v1 | ++-------+--------------------------------------+ + + + + +.. _BATT4_VOLT_MULT: + +BATT4\_VOLT\_MULT: Voltage Multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin \(BATT4\_VOLT\_PIN\) to the actual battery\'s voltage \(pin\_voltage \* VOLT\_MULT\)\. For the 3DR Power brick with a Pixhawk\, this should be set to 10\.1\. For the Pixhawk with the 3DR 4in1 ESC this should be 12\.02\. For the PX using the PX4IO power supply this should be set to 1\. + + +.. _BATT4_AMP_PERVLT: + +BATT4\_AMP\_PERVLT: Amps per volt +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of amps that a 1V reading on the current sensor corresponds to\. With a Pixhawk using the 3DR Power brick this should be set to 17\. For the Pixhawk with the 3DR 4in1 ESC this should be 17\. For Synthetic Current sensor monitors\, this is the maximum\, full throttle current draw\. + + ++-----------------+ +| Units | ++=================+ +| ampere per volt | ++-----------------+ + + + + +.. _BATT4_AMP_OFFSET: + +BATT4\_AMP\_OFFSET: AMP offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Voltage offset at zero current on current sensor for Analog Sensors\. For Synthetic Current sensor\, this offset is the zero throttle system current and is added to the calculated throttle base current\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATT4_VLT_OFFSET: + +BATT4\_VLT\_OFFSET: Voltage offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage offset on voltage pin\. This allows for an offset due to a diode\. This voltage is subtracted before the scaling is applied\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATT4_I2C_BUS__AP_BattMonitor_SMBus: + +BATT4\_I2C\_BUS \(AP\_BattMonitor\_SMBus\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATT4_I2C_ADDR__AP_BattMonitor_SMBus: + +BATT4\_I2C\_ADDR \(AP\_BattMonitor\_SMBus\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATT4_SUM_MASK: + +BATT4\_SUM\_MASK: Battery Sum mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +0\: sum of remaining battery monitors\, If none 0 sum of specified monitors\. Current will be summed and voltages averaged\. + + ++-----+-----------+ +| Bit | Meaning | ++=====+===========+ +| 0 | monitor 1 | ++-----+-----------+ +| 1 | monitor 2 | ++-----+-----------+ +| 2 | monitor 3 | ++-----+-----------+ +| 3 | monitor 4 | ++-----+-----------+ +| 4 | monitor 5 | ++-----+-----------+ +| 5 | monitor 6 | ++-----+-----------+ +| 6 | monitor 7 | ++-----+-----------+ +| 7 | monitor 8 | ++-----+-----------+ +| 8 | monitor 9 | ++-----+-----------+ + + + + +.. _BATT4_CURR_MULT: + +BATT4\_CURR\_MULT: Scales reported power monitor current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + + ++----------+ +| Range | ++==========+ +| .1 to 10 | ++----------+ + + + + +.. _BATT4_FL_VLT_MIN: + +BATT4\_FL\_VLT\_MIN: Empty fuel level voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty\. Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+-------+ +| Range | Units | ++============+=======+ +| 0.01 to 10 | volt | ++------------+-------+ + + + + +.. _BATT4_FL_V_MULT: + +BATT4\_FL\_V\_MULT: Fuel level voltage multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is\. This is calculated as 1 \/ \(Voltage\_Full \- Voltage\_Empty\) Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+ +| Range | ++============+ +| 0.01 to 10 | ++------------+ + + + + +.. _BATT4_FL_FLTR: + +BATT4\_FL\_FLTR: Fuel level filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Filter frequency in Hertz where a low pass filter is used\. This is used to filter out tank slosh from the fuel level reading\. A value of \-1 disables the filter and unfiltered voltage is used to determine the fuel level\. The suggested values at in the range of 0\.2 Hz to 0\.5 Hz\. + + ++---------+-------+ +| Range | Units | ++=========+=======+ +| -1 to 1 | hertz | ++---------+-------+ + + + + +.. _BATT4_FL_PIN: + +BATT4\_FL\_PIN: Fuel level analog pin number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog input pin that fuel level sensor is connected to\. Airspeed ports can be used for Analog input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. + + ++-------+---------------------------+ +| Value | Meaning | ++=======+===========================+ +| -1 | Not Used | ++-------+---------------------------+ +| 11 | Pixracer | ++-------+---------------------------+ +| 13 | Pixhawk ADC4 | ++-------+---------------------------+ +| 14 | Pixhawk ADC3 | ++-------+---------------------------+ +| 15 | Pixhawk ADC6/Pixhawk2 ADC | ++-------+---------------------------+ +| 103 | Pixhawk SBUS | ++-------+---------------------------+ + + + + +.. _BATT4_FL_FF: + +BATT4\_FL\_FF: First order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +First order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT4_FL_FS: + +BATT4\_FL\_FS: Second order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Second order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT4_FL_FT: + +BATT4\_FL\_FT: Third order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Third order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT4_FL_OFF: + +BATT4\_FL\_OFF: Offset term +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT4_MAX_VOLT: + +BATT4\_MAX\_VOLT: Maximum Battery Voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum voltage of battery\. Provides scaling of current versus voltage + + ++----------+ +| Range | ++==========+ +| 7 to 100 | ++----------+ + + + + +.. _BATT4_I2C_BUS__AP_BattMonitor_INA2xx: + +BATT4\_I2C\_BUS \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATT4_I2C_ADDR__AP_BattMonitor_INA2xx: + +BATT4\_I2C\_ADDR \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address\. If this is zero then probe list of supported addresses + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATT4_MAX_AMPS: + +BATT4\_MAX\_AMPS: Battery monitor max current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 1 to 400 | ampere | ++----------+--------+ + + + + +.. _BATT4_SHUNT: + +BATT4\_SHUNT: Battery monitor shunt resistor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + + ++----------------+-------+ +| Range | Units | ++================+=======+ +| 0.0001 to 0.01 | Ohm | ++----------------+-------+ + + + + + +.. _parameters_BATT5_: + +BATT5\_ Parameters +------------------ + + +.. _BATT5_MONITOR: + +BATT5\_MONITOR: Battery monitoring +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Controls enabling monitoring of the battery\'s voltage and current + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| 0 | Disabled | ++-------+--------------------------------------+ +| 3 | Analog Voltage Only | ++-------+--------------------------------------+ +| 4 | Analog Voltage and Current | ++-------+--------------------------------------+ +| 5 | Solo | ++-------+--------------------------------------+ +| 6 | Bebop | ++-------+--------------------------------------+ +| 7 | SMBus-Generic | ++-------+--------------------------------------+ +| 8 | DroneCAN-BatteryInfo | ++-------+--------------------------------------+ +| 9 | ESC | ++-------+--------------------------------------+ +| 10 | Sum Of Selected Monitors | ++-------+--------------------------------------+ +| 11 | FuelFlow | ++-------+--------------------------------------+ +| 12 | FuelLevelPWM | ++-------+--------------------------------------+ +| 13 | SMBUS-SUI3 | ++-------+--------------------------------------+ +| 14 | SMBUS-SUI6 | ++-------+--------------------------------------+ +| 15 | NeoDesign | ++-------+--------------------------------------+ +| 16 | SMBus-Maxell | ++-------+--------------------------------------+ +| 17 | Generator-Elec | ++-------+--------------------------------------+ +| 18 | Generator-Fuel | ++-------+--------------------------------------+ +| 19 | Rotoye | ++-------+--------------------------------------+ +| 20 | MPPT | ++-------+--------------------------------------+ +| 21 | INA2XX | ++-------+--------------------------------------+ +| 22 | LTC2946 | ++-------+--------------------------------------+ +| 23 | Torqeedo | ++-------+--------------------------------------+ +| 24 | FuelLevelAnalog | ++-------+--------------------------------------+ +| 25 | Synthetic Current and Analog Voltage | ++-------+--------------------------------------+ +| 26 | INA239_SPI | ++-------+--------------------------------------+ +| 27 | EFI | ++-------+--------------------------------------+ +| 28 | AD7091R5 | ++-------+--------------------------------------+ +| 29 | Scripting | ++-------+--------------------------------------+ + + + + +.. _BATT5_CAPACITY: + +BATT5\_CAPACITY: Battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Capacity of the battery in mAh when full + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT5_SERIAL_NUM: + +BATT5\_SERIAL\_NUM: Battery serial number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery serial number\, automatically filled in for SMBus batteries\, otherwise will be \-1\. With DroneCan it is the battery\_id\. + + +.. _BATT5_LOW_TIMER: + +BATT5\_LOW\_TIMER: Low voltage timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered\. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs\. A value of zero disables low voltage errors\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 120 | seconds | ++-----------+----------+---------+ + + + + +.. _BATT5_FS_VOLTSRC: + +BATT5\_FS\_VOLTSRC: Failsafe voltage source +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + + ++-------+-------------------------+ +| Value | Meaning | ++=======+=========================+ +| 0 | Raw Voltage | ++-------+-------------------------+ +| 1 | Sag Compensated Voltage | ++-------+-------------------------+ + + + + +.. _BATT5_LOW_VOLT: + +BATT5\_LOW\_VOLT: Low battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a low battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT5\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATT5\_FS\_LOW\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT5_LOW_MAH: + +BATT5\_LOW\_MAH: Low battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the low battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT5\_FS\_LOW\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT5_CRT_VOLT: + +BATT5\_CRT\_VOLT: Critical battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a critical battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT5\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATT5\_FS\_CRT\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT5_CRT_MAH: + +BATT5\_CRT\_MAH: Battery critical capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the critical battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT5\_\_FS\_CRT\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT5_FS_LOW_ACT: + +BATT5\_FS\_LOW\_ACT: Low battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a low battery failsafe + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | None | ++-------+------------------+ +| 1 | RTL | ++-------+------------------+ +| 2 | Hold | ++-------+------------------+ +| 3 | SmartRTL | ++-------+------------------+ +| 4 | SmartRTL or Hold | ++-------+------------------+ +| 5 | Terminate | ++-------+------------------+ + + + + +.. _BATT5_FS_CRT_ACT: + +BATT5\_FS\_CRT\_ACT: Critical battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a critical battery failsafe + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | None | ++-------+------------------+ +| 1 | RTL | ++-------+------------------+ +| 2 | Hold | ++-------+------------------+ +| 3 | SmartRTL | ++-------+------------------+ +| 4 | SmartRTL or Hold | ++-------+------------------+ +| 5 | Terminate | ++-------+------------------+ + + + + +.. _BATT5_ARM_VOLT: + +BATT5\_ARM\_VOLT: Required arming voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft\. Set to 0 to allow arming at any voltage\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT5_ARM_MAH: + +BATT5\_ARM\_MAH: Required arming remaining capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft\. Set to 0 to allow arming at any capacity\. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate\, which can lead to this check not providing sufficent protection\, it is recommended to always use this in conjunction with the BATT5\_\_ARM\_VOLT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT5_OPTIONS: + +BATT5\_OPTIONS: Battery monitor options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + + ++-----+--------------------------------------------------------+ +| Bit | Meaning | ++=====+========================================================+ +| 0 | Ignore DroneCAN SoC | ++-----+--------------------------------------------------------+ +| 1 | MPPT reports input voltage and current | ++-----+--------------------------------------------------------+ +| 2 | MPPT Powered off when disarmed | ++-----+--------------------------------------------------------+ +| 3 | MPPT Powered on when armed | ++-----+--------------------------------------------------------+ +| 4 | MPPT Powered off at boot | ++-----+--------------------------------------------------------+ +| 5 | MPPT Powered on at boot | ++-----+--------------------------------------------------------+ +| 6 | Send resistance compensated voltage to GCS | ++-----+--------------------------------------------------------+ +| 7 | Allow DroneCAN InfoAux to be from a different CAN node | ++-----+--------------------------------------------------------+ + + + + +.. _BATT5_ESC_INDEX: + +BATT5\_ESC\_INDEX: ESC Telemetry Index to write to +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage\, current\, consumption and temperature data to\. Use 0 to disable\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 10 | ++-----------+---------+ + + + + +.. _BATT5_VOLT_PIN: + +BATT5\_VOLT\_PIN: Battery Voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for voltage monitoring\. + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| -1 | Disabled | ++-------+--------------------------------------+ +| 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | ++-------+--------------------------------------+ +| 5 | Navigator | ++-------+--------------------------------------+ +| 13 | Pixhawk2_PM2/CubeOrange_PM2 | ++-------+--------------------------------------+ +| 14 | CubeOrange | ++-------+--------------------------------------+ +| 16 | Durandal | ++-------+--------------------------------------+ +| 100 | PX4-v1 | ++-------+--------------------------------------+ + + + + +.. _BATT5_CURR_PIN: + +BATT5\_CURR\_PIN: Battery Current sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for current monitoring\. + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| -1 | Disabled | ++-------+--------------------------------------+ +| 3 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | ++-------+--------------------------------------+ +| 4 | CubeOrange_PM2/Navigator | ++-------+--------------------------------------+ +| 14 | Pixhawk2_PM2 | ++-------+--------------------------------------+ +| 15 | CubeOrange | ++-------+--------------------------------------+ +| 17 | Durandal | ++-------+--------------------------------------+ +| 101 | PX4-v1 | ++-------+--------------------------------------+ + + + + +.. _BATT5_VOLT_MULT: + +BATT5\_VOLT\_MULT: Voltage Multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin \(BATT5\_VOLT\_PIN\) to the actual battery\'s voltage \(pin\_voltage \* VOLT\_MULT\)\. For the 3DR Power brick with a Pixhawk\, this should be set to 10\.1\. For the Pixhawk with the 3DR 4in1 ESC this should be 12\.02\. For the PX using the PX4IO power supply this should be set to 1\. + + +.. _BATT5_AMP_PERVLT: + +BATT5\_AMP\_PERVLT: Amps per volt +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of amps that a 1V reading on the current sensor corresponds to\. With a Pixhawk using the 3DR Power brick this should be set to 17\. For the Pixhawk with the 3DR 4in1 ESC this should be 17\. For Synthetic Current sensor monitors\, this is the maximum\, full throttle current draw\. + + ++-----------------+ +| Units | ++=================+ +| ampere per volt | ++-----------------+ + + + + +.. _BATT5_AMP_OFFSET: + +BATT5\_AMP\_OFFSET: AMP offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Voltage offset at zero current on current sensor for Analog Sensors\. For Synthetic Current sensor\, this offset is the zero throttle system current and is added to the calculated throttle base current\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATT5_VLT_OFFSET: + +BATT5\_VLT\_OFFSET: Voltage offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage offset on voltage pin\. This allows for an offset due to a diode\. This voltage is subtracted before the scaling is applied\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATT5_I2C_BUS__AP_BattMonitor_SMBus: + +BATT5\_I2C\_BUS \(AP\_BattMonitor\_SMBus\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATT5_I2C_ADDR__AP_BattMonitor_SMBus: + +BATT5\_I2C\_ADDR \(AP\_BattMonitor\_SMBus\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATT5_SUM_MASK: + +BATT5\_SUM\_MASK: Battery Sum mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +0\: sum of remaining battery monitors\, If none 0 sum of specified monitors\. Current will be summed and voltages averaged\. + + ++-----+-----------+ +| Bit | Meaning | ++=====+===========+ +| 0 | monitor 1 | ++-----+-----------+ +| 1 | monitor 2 | ++-----+-----------+ +| 2 | monitor 3 | ++-----+-----------+ +| 3 | monitor 4 | ++-----+-----------+ +| 4 | monitor 5 | ++-----+-----------+ +| 5 | monitor 6 | ++-----+-----------+ +| 6 | monitor 7 | ++-----+-----------+ +| 7 | monitor 8 | ++-----+-----------+ +| 8 | monitor 9 | ++-----+-----------+ + + + + +.. _BATT5_CURR_MULT: + +BATT5\_CURR\_MULT: Scales reported power monitor current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + + ++----------+ +| Range | ++==========+ +| .1 to 10 | ++----------+ + + + + +.. _BATT5_FL_VLT_MIN: + +BATT5\_FL\_VLT\_MIN: Empty fuel level voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty\. Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+-------+ +| Range | Units | ++============+=======+ +| 0.01 to 10 | volt | ++------------+-------+ + + + + +.. _BATT5_FL_V_MULT: + +BATT5\_FL\_V\_MULT: Fuel level voltage multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is\. This is calculated as 1 \/ \(Voltage\_Full \- Voltage\_Empty\) Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+ +| Range | ++============+ +| 0.01 to 10 | ++------------+ + + + + +.. _BATT5_FL_FLTR: + +BATT5\_FL\_FLTR: Fuel level filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Filter frequency in Hertz where a low pass filter is used\. This is used to filter out tank slosh from the fuel level reading\. A value of \-1 disables the filter and unfiltered voltage is used to determine the fuel level\. The suggested values at in the range of 0\.2 Hz to 0\.5 Hz\. + + ++---------+-------+ +| Range | Units | ++=========+=======+ +| -1 to 1 | hertz | ++---------+-------+ + + + + +.. _BATT5_FL_PIN: + +BATT5\_FL\_PIN: Fuel level analog pin number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog input pin that fuel level sensor is connected to\. Airspeed ports can be used for Analog input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. + + ++-------+---------------------------+ +| Value | Meaning | ++=======+===========================+ +| -1 | Not Used | ++-------+---------------------------+ +| 11 | Pixracer | ++-------+---------------------------+ +| 13 | Pixhawk ADC4 | ++-------+---------------------------+ +| 14 | Pixhawk ADC3 | ++-------+---------------------------+ +| 15 | Pixhawk ADC6/Pixhawk2 ADC | ++-------+---------------------------+ +| 103 | Pixhawk SBUS | ++-------+---------------------------+ + + + + +.. _BATT5_FL_FF: + +BATT5\_FL\_FF: First order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +First order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT5_FL_FS: + +BATT5\_FL\_FS: Second order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Second order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT5_FL_FT: + +BATT5\_FL\_FT: Third order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Third order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT5_FL_OFF: + +BATT5\_FL\_OFF: Offset term +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT5_MAX_VOLT: + +BATT5\_MAX\_VOLT: Maximum Battery Voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum voltage of battery\. Provides scaling of current versus voltage + + ++----------+ +| Range | ++==========+ +| 7 to 100 | ++----------+ + + + + +.. _BATT5_I2C_BUS__AP_BattMonitor_INA2xx: + +BATT5\_I2C\_BUS \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATT5_I2C_ADDR__AP_BattMonitor_INA2xx: + +BATT5\_I2C\_ADDR \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address\. If this is zero then probe list of supported addresses + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATT5_MAX_AMPS: + +BATT5\_MAX\_AMPS: Battery monitor max current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 1 to 400 | ampere | ++----------+--------+ + + + + +.. _BATT5_SHUNT: + +BATT5\_SHUNT: Battery monitor shunt resistor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + + ++----------------+-------+ +| Range | Units | ++================+=======+ +| 0.0001 to 0.01 | Ohm | ++----------------+-------+ + + + + + +.. _parameters_BATT6_: + +BATT6\_ Parameters +------------------ + + +.. _BATT6_MONITOR: + +BATT6\_MONITOR: Battery monitoring +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Controls enabling monitoring of the battery\'s voltage and current + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| 0 | Disabled | ++-------+--------------------------------------+ +| 3 | Analog Voltage Only | ++-------+--------------------------------------+ +| 4 | Analog Voltage and Current | ++-------+--------------------------------------+ +| 5 | Solo | ++-------+--------------------------------------+ +| 6 | Bebop | ++-------+--------------------------------------+ +| 7 | SMBus-Generic | ++-------+--------------------------------------+ +| 8 | DroneCAN-BatteryInfo | ++-------+--------------------------------------+ +| 9 | ESC | ++-------+--------------------------------------+ +| 10 | Sum Of Selected Monitors | ++-------+--------------------------------------+ +| 11 | FuelFlow | ++-------+--------------------------------------+ +| 12 | FuelLevelPWM | ++-------+--------------------------------------+ +| 13 | SMBUS-SUI3 | ++-------+--------------------------------------+ +| 14 | SMBUS-SUI6 | ++-------+--------------------------------------+ +| 15 | NeoDesign | ++-------+--------------------------------------+ +| 16 | SMBus-Maxell | ++-------+--------------------------------------+ +| 17 | Generator-Elec | ++-------+--------------------------------------+ +| 18 | Generator-Fuel | ++-------+--------------------------------------+ +| 19 | Rotoye | ++-------+--------------------------------------+ +| 20 | MPPT | ++-------+--------------------------------------+ +| 21 | INA2XX | ++-------+--------------------------------------+ +| 22 | LTC2946 | ++-------+--------------------------------------+ +| 23 | Torqeedo | ++-------+--------------------------------------+ +| 24 | FuelLevelAnalog | ++-------+--------------------------------------+ +| 25 | Synthetic Current and Analog Voltage | ++-------+--------------------------------------+ +| 26 | INA239_SPI | ++-------+--------------------------------------+ +| 27 | EFI | ++-------+--------------------------------------+ +| 28 | AD7091R5 | ++-------+--------------------------------------+ +| 29 | Scripting | ++-------+--------------------------------------+ + + + + +.. _BATT6_CAPACITY: + +BATT6\_CAPACITY: Battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Capacity of the battery in mAh when full + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT6_SERIAL_NUM: + +BATT6\_SERIAL\_NUM: Battery serial number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery serial number\, automatically filled in for SMBus batteries\, otherwise will be \-1\. With DroneCan it is the battery\_id\. + + +.. _BATT6_LOW_TIMER: + +BATT6\_LOW\_TIMER: Low voltage timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered\. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs\. A value of zero disables low voltage errors\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 120 | seconds | ++-----------+----------+---------+ + + + + +.. _BATT6_FS_VOLTSRC: + +BATT6\_FS\_VOLTSRC: Failsafe voltage source +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + + ++-------+-------------------------+ +| Value | Meaning | ++=======+=========================+ +| 0 | Raw Voltage | ++-------+-------------------------+ +| 1 | Sag Compensated Voltage | ++-------+-------------------------+ + + + + +.. _BATT6_LOW_VOLT: + +BATT6\_LOW\_VOLT: Low battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a low battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT6\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATT6\_FS\_LOW\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT6_LOW_MAH: + +BATT6\_LOW\_MAH: Low battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the low battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT6\_FS\_LOW\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT6_CRT_VOLT: + +BATT6\_CRT\_VOLT: Critical battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a critical battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT6\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATT6\_FS\_CRT\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT6_CRT_MAH: + +BATT6\_CRT\_MAH: Battery critical capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the critical battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT6\_\_FS\_CRT\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT6_FS_LOW_ACT: + +BATT6\_FS\_LOW\_ACT: Low battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a low battery failsafe + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | None | ++-------+------------------+ +| 1 | RTL | ++-------+------------------+ +| 2 | Hold | ++-------+------------------+ +| 3 | SmartRTL | ++-------+------------------+ +| 4 | SmartRTL or Hold | ++-------+------------------+ +| 5 | Terminate | ++-------+------------------+ + + + + +.. _BATT6_FS_CRT_ACT: + +BATT6\_FS\_CRT\_ACT: Critical battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a critical battery failsafe + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | None | ++-------+------------------+ +| 1 | RTL | ++-------+------------------+ +| 2 | Hold | ++-------+------------------+ +| 3 | SmartRTL | ++-------+------------------+ +| 4 | SmartRTL or Hold | ++-------+------------------+ +| 5 | Terminate | ++-------+------------------+ + + + + +.. _BATT6_ARM_VOLT: + +BATT6\_ARM\_VOLT: Required arming voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft\. Set to 0 to allow arming at any voltage\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT6_ARM_MAH: + +BATT6\_ARM\_MAH: Required arming remaining capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft\. Set to 0 to allow arming at any capacity\. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate\, which can lead to this check not providing sufficent protection\, it is recommended to always use this in conjunction with the BATT6\_\_ARM\_VOLT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT6_OPTIONS: + +BATT6\_OPTIONS: Battery monitor options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + + ++-----+--------------------------------------------------------+ +| Bit | Meaning | ++=====+========================================================+ +| 0 | Ignore DroneCAN SoC | ++-----+--------------------------------------------------------+ +| 1 | MPPT reports input voltage and current | ++-----+--------------------------------------------------------+ +| 2 | MPPT Powered off when disarmed | ++-----+--------------------------------------------------------+ +| 3 | MPPT Powered on when armed | ++-----+--------------------------------------------------------+ +| 4 | MPPT Powered off at boot | ++-----+--------------------------------------------------------+ +| 5 | MPPT Powered on at boot | ++-----+--------------------------------------------------------+ +| 6 | Send resistance compensated voltage to GCS | ++-----+--------------------------------------------------------+ +| 7 | Allow DroneCAN InfoAux to be from a different CAN node | ++-----+--------------------------------------------------------+ + + + + +.. _BATT6_ESC_INDEX: + +BATT6\_ESC\_INDEX: ESC Telemetry Index to write to +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage\, current\, consumption and temperature data to\. Use 0 to disable\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 10 | ++-----------+---------+ + + + + +.. _BATT6_VOLT_PIN: + +BATT6\_VOLT\_PIN: Battery Voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for voltage monitoring\. + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| -1 | Disabled | ++-------+--------------------------------------+ +| 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | ++-------+--------------------------------------+ +| 5 | Navigator | ++-------+--------------------------------------+ +| 13 | Pixhawk2_PM2/CubeOrange_PM2 | ++-------+--------------------------------------+ +| 14 | CubeOrange | ++-------+--------------------------------------+ +| 16 | Durandal | ++-------+--------------------------------------+ +| 100 | PX4-v1 | ++-------+--------------------------------------+ + + + + +.. _BATT6_CURR_PIN: + +BATT6\_CURR\_PIN: Battery Current sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for current monitoring\. + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| -1 | Disabled | ++-------+--------------------------------------+ +| 3 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | ++-------+--------------------------------------+ +| 4 | CubeOrange_PM2/Navigator | ++-------+--------------------------------------+ +| 14 | Pixhawk2_PM2 | ++-------+--------------------------------------+ +| 15 | CubeOrange | ++-------+--------------------------------------+ +| 17 | Durandal | ++-------+--------------------------------------+ +| 101 | PX4-v1 | ++-------+--------------------------------------+ + + + + +.. _BATT6_VOLT_MULT: + +BATT6\_VOLT\_MULT: Voltage Multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin \(BATT6\_VOLT\_PIN\) to the actual battery\'s voltage \(pin\_voltage \* VOLT\_MULT\)\. For the 3DR Power brick with a Pixhawk\, this should be set to 10\.1\. For the Pixhawk with the 3DR 4in1 ESC this should be 12\.02\. For the PX using the PX4IO power supply this should be set to 1\. + + +.. _BATT6_AMP_PERVLT: + +BATT6\_AMP\_PERVLT: Amps per volt +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of amps that a 1V reading on the current sensor corresponds to\. With a Pixhawk using the 3DR Power brick this should be set to 17\. For the Pixhawk with the 3DR 4in1 ESC this should be 17\. For Synthetic Current sensor monitors\, this is the maximum\, full throttle current draw\. + + ++-----------------+ +| Units | ++=================+ +| ampere per volt | ++-----------------+ + + + + +.. _BATT6_AMP_OFFSET: + +BATT6\_AMP\_OFFSET: AMP offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Voltage offset at zero current on current sensor for Analog Sensors\. For Synthetic Current sensor\, this offset is the zero throttle system current and is added to the calculated throttle base current\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATT6_VLT_OFFSET: + +BATT6\_VLT\_OFFSET: Voltage offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage offset on voltage pin\. This allows for an offset due to a diode\. This voltage is subtracted before the scaling is applied\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATT6_I2C_BUS__AP_BattMonitor_SMBus: + +BATT6\_I2C\_BUS \(AP\_BattMonitor\_SMBus\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATT6_I2C_ADDR__AP_BattMonitor_SMBus: + +BATT6\_I2C\_ADDR \(AP\_BattMonitor\_SMBus\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATT6_SUM_MASK: + +BATT6\_SUM\_MASK: Battery Sum mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +0\: sum of remaining battery monitors\, If none 0 sum of specified monitors\. Current will be summed and voltages averaged\. + + ++-----+-----------+ +| Bit | Meaning | ++=====+===========+ +| 0 | monitor 1 | ++-----+-----------+ +| 1 | monitor 2 | ++-----+-----------+ +| 2 | monitor 3 | ++-----+-----------+ +| 3 | monitor 4 | ++-----+-----------+ +| 4 | monitor 5 | ++-----+-----------+ +| 5 | monitor 6 | ++-----+-----------+ +| 6 | monitor 7 | ++-----+-----------+ +| 7 | monitor 8 | ++-----+-----------+ +| 8 | monitor 9 | ++-----+-----------+ + + + + +.. _BATT6_CURR_MULT: + +BATT6\_CURR\_MULT: Scales reported power monitor current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + + ++----------+ +| Range | ++==========+ +| .1 to 10 | ++----------+ + + + + +.. _BATT6_FL_VLT_MIN: + +BATT6\_FL\_VLT\_MIN: Empty fuel level voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty\. Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+-------+ +| Range | Units | ++============+=======+ +| 0.01 to 10 | volt | ++------------+-------+ + + + + +.. _BATT6_FL_V_MULT: + +BATT6\_FL\_V\_MULT: Fuel level voltage multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is\. This is calculated as 1 \/ \(Voltage\_Full \- Voltage\_Empty\) Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+ +| Range | ++============+ +| 0.01 to 10 | ++------------+ + + + + +.. _BATT6_FL_FLTR: + +BATT6\_FL\_FLTR: Fuel level filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Filter frequency in Hertz where a low pass filter is used\. This is used to filter out tank slosh from the fuel level reading\. A value of \-1 disables the filter and unfiltered voltage is used to determine the fuel level\. The suggested values at in the range of 0\.2 Hz to 0\.5 Hz\. + + ++---------+-------+ +| Range | Units | ++=========+=======+ +| -1 to 1 | hertz | ++---------+-------+ + + + + +.. _BATT6_FL_PIN: + +BATT6\_FL\_PIN: Fuel level analog pin number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog input pin that fuel level sensor is connected to\. Airspeed ports can be used for Analog input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. + + ++-------+---------------------------+ +| Value | Meaning | ++=======+===========================+ +| -1 | Not Used | ++-------+---------------------------+ +| 11 | Pixracer | ++-------+---------------------------+ +| 13 | Pixhawk ADC4 | ++-------+---------------------------+ +| 14 | Pixhawk ADC3 | ++-------+---------------------------+ +| 15 | Pixhawk ADC6/Pixhawk2 ADC | ++-------+---------------------------+ +| 103 | Pixhawk SBUS | ++-------+---------------------------+ + + + + +.. _BATT6_FL_FF: + +BATT6\_FL\_FF: First order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +First order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT6_FL_FS: + +BATT6\_FL\_FS: Second order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Second order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT6_FL_FT: + +BATT6\_FL\_FT: Third order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Third order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT6_FL_OFF: + +BATT6\_FL\_OFF: Offset term +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT6_MAX_VOLT: + +BATT6\_MAX\_VOLT: Maximum Battery Voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum voltage of battery\. Provides scaling of current versus voltage + + ++----------+ +| Range | ++==========+ +| 7 to 100 | ++----------+ + + + + +.. _BATT6_I2C_BUS__AP_BattMonitor_INA2xx: + +BATT6\_I2C\_BUS \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATT6_I2C_ADDR__AP_BattMonitor_INA2xx: + +BATT6\_I2C\_ADDR \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address\. If this is zero then probe list of supported addresses + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATT6_MAX_AMPS: + +BATT6\_MAX\_AMPS: Battery monitor max current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 1 to 400 | ampere | ++----------+--------+ + + + + +.. _BATT6_SHUNT: + +BATT6\_SHUNT: Battery monitor shunt resistor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + + ++----------------+-------+ +| Range | Units | ++================+=======+ +| 0.0001 to 0.01 | Ohm | ++----------------+-------+ + + + + + +.. _parameters_BATT7_: + +BATT7\_ Parameters +------------------ + + +.. _BATT7_MONITOR: + +BATT7\_MONITOR: Battery monitoring +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Controls enabling monitoring of the battery\'s voltage and current + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| 0 | Disabled | ++-------+--------------------------------------+ +| 3 | Analog Voltage Only | ++-------+--------------------------------------+ +| 4 | Analog Voltage and Current | ++-------+--------------------------------------+ +| 5 | Solo | ++-------+--------------------------------------+ +| 6 | Bebop | ++-------+--------------------------------------+ +| 7 | SMBus-Generic | ++-------+--------------------------------------+ +| 8 | DroneCAN-BatteryInfo | ++-------+--------------------------------------+ +| 9 | ESC | ++-------+--------------------------------------+ +| 10 | Sum Of Selected Monitors | ++-------+--------------------------------------+ +| 11 | FuelFlow | ++-------+--------------------------------------+ +| 12 | FuelLevelPWM | ++-------+--------------------------------------+ +| 13 | SMBUS-SUI3 | ++-------+--------------------------------------+ +| 14 | SMBUS-SUI6 | ++-------+--------------------------------------+ +| 15 | NeoDesign | ++-------+--------------------------------------+ +| 16 | SMBus-Maxell | ++-------+--------------------------------------+ +| 17 | Generator-Elec | ++-------+--------------------------------------+ +| 18 | Generator-Fuel | ++-------+--------------------------------------+ +| 19 | Rotoye | ++-------+--------------------------------------+ +| 20 | MPPT | ++-------+--------------------------------------+ +| 21 | INA2XX | ++-------+--------------------------------------+ +| 22 | LTC2946 | ++-------+--------------------------------------+ +| 23 | Torqeedo | ++-------+--------------------------------------+ +| 24 | FuelLevelAnalog | ++-------+--------------------------------------+ +| 25 | Synthetic Current and Analog Voltage | ++-------+--------------------------------------+ +| 26 | INA239_SPI | ++-------+--------------------------------------+ +| 27 | EFI | ++-------+--------------------------------------+ +| 28 | AD7091R5 | ++-------+--------------------------------------+ +| 29 | Scripting | ++-------+--------------------------------------+ + + + + +.. _BATT7_CAPACITY: + +BATT7\_CAPACITY: Battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Capacity of the battery in mAh when full + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT7_SERIAL_NUM: + +BATT7\_SERIAL\_NUM: Battery serial number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery serial number\, automatically filled in for SMBus batteries\, otherwise will be \-1\. With DroneCan it is the battery\_id\. + + +.. _BATT7_LOW_TIMER: + +BATT7\_LOW\_TIMER: Low voltage timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered\. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs\. A value of zero disables low voltage errors\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 120 | seconds | ++-----------+----------+---------+ + + + + +.. _BATT7_FS_VOLTSRC: + +BATT7\_FS\_VOLTSRC: Failsafe voltage source +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + + ++-------+-------------------------+ +| Value | Meaning | ++=======+=========================+ +| 0 | Raw Voltage | ++-------+-------------------------+ +| 1 | Sag Compensated Voltage | ++-------+-------------------------+ + + + + +.. _BATT7_LOW_VOLT: + +BATT7\_LOW\_VOLT: Low battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a low battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT7\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATT7\_FS\_LOW\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT7_LOW_MAH: + +BATT7\_LOW\_MAH: Low battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the low battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT7\_FS\_LOW\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT7_CRT_VOLT: + +BATT7\_CRT\_VOLT: Critical battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a critical battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT7\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATT7\_FS\_CRT\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT7_CRT_MAH: + +BATT7\_CRT\_MAH: Battery critical capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the critical battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT7\_\_FS\_CRT\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT7_FS_LOW_ACT: + +BATT7\_FS\_LOW\_ACT: Low battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a low battery failsafe + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | None | ++-------+------------------+ +| 1 | RTL | ++-------+------------------+ +| 2 | Hold | ++-------+------------------+ +| 3 | SmartRTL | ++-------+------------------+ +| 4 | SmartRTL or Hold | ++-------+------------------+ +| 5 | Terminate | ++-------+------------------+ + + + + +.. _BATT7_FS_CRT_ACT: + +BATT7\_FS\_CRT\_ACT: Critical battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a critical battery failsafe + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | None | ++-------+------------------+ +| 1 | RTL | ++-------+------------------+ +| 2 | Hold | ++-------+------------------+ +| 3 | SmartRTL | ++-------+------------------+ +| 4 | SmartRTL or Hold | ++-------+------------------+ +| 5 | Terminate | ++-------+------------------+ + + + + +.. _BATT7_ARM_VOLT: + +BATT7\_ARM\_VOLT: Required arming voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft\. Set to 0 to allow arming at any voltage\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT7_ARM_MAH: + +BATT7\_ARM\_MAH: Required arming remaining capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft\. Set to 0 to allow arming at any capacity\. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate\, which can lead to this check not providing sufficent protection\, it is recommended to always use this in conjunction with the BATT7\_\_ARM\_VOLT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT7_OPTIONS: + +BATT7\_OPTIONS: Battery monitor options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + + ++-----+--------------------------------------------------------+ +| Bit | Meaning | ++=====+========================================================+ +| 0 | Ignore DroneCAN SoC | ++-----+--------------------------------------------------------+ +| 1 | MPPT reports input voltage and current | ++-----+--------------------------------------------------------+ +| 2 | MPPT Powered off when disarmed | ++-----+--------------------------------------------------------+ +| 3 | MPPT Powered on when armed | ++-----+--------------------------------------------------------+ +| 4 | MPPT Powered off at boot | ++-----+--------------------------------------------------------+ +| 5 | MPPT Powered on at boot | ++-----+--------------------------------------------------------+ +| 6 | Send resistance compensated voltage to GCS | ++-----+--------------------------------------------------------+ +| 7 | Allow DroneCAN InfoAux to be from a different CAN node | ++-----+--------------------------------------------------------+ + + + + +.. _BATT7_ESC_INDEX: + +BATT7\_ESC\_INDEX: ESC Telemetry Index to write to +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage\, current\, consumption and temperature data to\. Use 0 to disable\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 10 | ++-----------+---------+ + + + + +.. _BATT7_VOLT_PIN: + +BATT7\_VOLT\_PIN: Battery Voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for voltage monitoring\. + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| -1 | Disabled | ++-------+--------------------------------------+ +| 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | ++-------+--------------------------------------+ +| 5 | Navigator | ++-------+--------------------------------------+ +| 13 | Pixhawk2_PM2/CubeOrange_PM2 | ++-------+--------------------------------------+ +| 14 | CubeOrange | ++-------+--------------------------------------+ +| 16 | Durandal | ++-------+--------------------------------------+ +| 100 | PX4-v1 | ++-------+--------------------------------------+ + + + + +.. _BATT7_CURR_PIN: + +BATT7\_CURR\_PIN: Battery Current sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for current monitoring\. + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| -1 | Disabled | ++-------+--------------------------------------+ +| 3 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | ++-------+--------------------------------------+ +| 4 | CubeOrange_PM2/Navigator | ++-------+--------------------------------------+ +| 14 | Pixhawk2_PM2 | ++-------+--------------------------------------+ +| 15 | CubeOrange | ++-------+--------------------------------------+ +| 17 | Durandal | ++-------+--------------------------------------+ +| 101 | PX4-v1 | ++-------+--------------------------------------+ + + + + +.. _BATT7_VOLT_MULT: + +BATT7\_VOLT\_MULT: Voltage Multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin \(BATT7\_VOLT\_PIN\) to the actual battery\'s voltage \(pin\_voltage \* VOLT\_MULT\)\. For the 3DR Power brick with a Pixhawk\, this should be set to 10\.1\. For the Pixhawk with the 3DR 4in1 ESC this should be 12\.02\. For the PX using the PX4IO power supply this should be set to 1\. + + +.. _BATT7_AMP_PERVLT: + +BATT7\_AMP\_PERVLT: Amps per volt +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of amps that a 1V reading on the current sensor corresponds to\. With a Pixhawk using the 3DR Power brick this should be set to 17\. For the Pixhawk with the 3DR 4in1 ESC this should be 17\. For Synthetic Current sensor monitors\, this is the maximum\, full throttle current draw\. + + ++-----------------+ +| Units | ++=================+ +| ampere per volt | ++-----------------+ + + + + +.. _BATT7_AMP_OFFSET: + +BATT7\_AMP\_OFFSET: AMP offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Voltage offset at zero current on current sensor for Analog Sensors\. For Synthetic Current sensor\, this offset is the zero throttle system current and is added to the calculated throttle base current\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATT7_VLT_OFFSET: + +BATT7\_VLT\_OFFSET: Voltage offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage offset on voltage pin\. This allows for an offset due to a diode\. This voltage is subtracted before the scaling is applied\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATT7_I2C_BUS__AP_BattMonitor_SMBus: + +BATT7\_I2C\_BUS \(AP\_BattMonitor\_SMBus\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATT7_I2C_ADDR__AP_BattMonitor_SMBus: + +BATT7\_I2C\_ADDR \(AP\_BattMonitor\_SMBus\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATT7_SUM_MASK: + +BATT7\_SUM\_MASK: Battery Sum mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +0\: sum of remaining battery monitors\, If none 0 sum of specified monitors\. Current will be summed and voltages averaged\. + + ++-----+-----------+ +| Bit | Meaning | ++=====+===========+ +| 0 | monitor 1 | ++-----+-----------+ +| 1 | monitor 2 | ++-----+-----------+ +| 2 | monitor 3 | ++-----+-----------+ +| 3 | monitor 4 | ++-----+-----------+ +| 4 | monitor 5 | ++-----+-----------+ +| 5 | monitor 6 | ++-----+-----------+ +| 6 | monitor 7 | ++-----+-----------+ +| 7 | monitor 8 | ++-----+-----------+ +| 8 | monitor 9 | ++-----+-----------+ + + + + +.. _BATT7_CURR_MULT: + +BATT7\_CURR\_MULT: Scales reported power monitor current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + + ++----------+ +| Range | ++==========+ +| .1 to 10 | ++----------+ + + + + +.. _BATT7_FL_VLT_MIN: + +BATT7\_FL\_VLT\_MIN: Empty fuel level voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty\. Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+-------+ +| Range | Units | ++============+=======+ +| 0.01 to 10 | volt | ++------------+-------+ + + + + +.. _BATT7_FL_V_MULT: + +BATT7\_FL\_V\_MULT: Fuel level voltage multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is\. This is calculated as 1 \/ \(Voltage\_Full \- Voltage\_Empty\) Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+ +| Range | ++============+ +| 0.01 to 10 | ++------------+ + + + + +.. _BATT7_FL_FLTR: + +BATT7\_FL\_FLTR: Fuel level filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Filter frequency in Hertz where a low pass filter is used\. This is used to filter out tank slosh from the fuel level reading\. A value of \-1 disables the filter and unfiltered voltage is used to determine the fuel level\. The suggested values at in the range of 0\.2 Hz to 0\.5 Hz\. + + ++---------+-------+ +| Range | Units | ++=========+=======+ +| -1 to 1 | hertz | ++---------+-------+ + + + + +.. _BATT7_FL_PIN: + +BATT7\_FL\_PIN: Fuel level analog pin number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog input pin that fuel level sensor is connected to\. Airspeed ports can be used for Analog input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. + + ++-------+---------------------------+ +| Value | Meaning | ++=======+===========================+ +| -1 | Not Used | ++-------+---------------------------+ +| 11 | Pixracer | ++-------+---------------------------+ +| 13 | Pixhawk ADC4 | ++-------+---------------------------+ +| 14 | Pixhawk ADC3 | ++-------+---------------------------+ +| 15 | Pixhawk ADC6/Pixhawk2 ADC | ++-------+---------------------------+ +| 103 | Pixhawk SBUS | ++-------+---------------------------+ + + + + +.. _BATT7_FL_FF: + +BATT7\_FL\_FF: First order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +First order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT7_FL_FS: + +BATT7\_FL\_FS: Second order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Second order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT7_FL_FT: + +BATT7\_FL\_FT: Third order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Third order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT7_FL_OFF: + +BATT7\_FL\_OFF: Offset term +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT7_MAX_VOLT: + +BATT7\_MAX\_VOLT: Maximum Battery Voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum voltage of battery\. Provides scaling of current versus voltage + + ++----------+ +| Range | ++==========+ +| 7 to 100 | ++----------+ + + + + +.. _BATT7_I2C_BUS__AP_BattMonitor_INA2xx: + +BATT7\_I2C\_BUS \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATT7_I2C_ADDR__AP_BattMonitor_INA2xx: + +BATT7\_I2C\_ADDR \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address\. If this is zero then probe list of supported addresses + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATT7_MAX_AMPS: + +BATT7\_MAX\_AMPS: Battery monitor max current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 1 to 400 | ampere | ++----------+--------+ + + + + +.. _BATT7_SHUNT: + +BATT7\_SHUNT: Battery monitor shunt resistor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + + ++----------------+-------+ +| Range | Units | ++================+=======+ +| 0.0001 to 0.01 | Ohm | ++----------------+-------+ + + + + + +.. _parameters_BATT8_: + +BATT8\_ Parameters +------------------ + + +.. _BATT8_MONITOR: + +BATT8\_MONITOR: Battery monitoring +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Controls enabling monitoring of the battery\'s voltage and current + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| 0 | Disabled | ++-------+--------------------------------------+ +| 3 | Analog Voltage Only | ++-------+--------------------------------------+ +| 4 | Analog Voltage and Current | ++-------+--------------------------------------+ +| 5 | Solo | ++-------+--------------------------------------+ +| 6 | Bebop | ++-------+--------------------------------------+ +| 7 | SMBus-Generic | ++-------+--------------------------------------+ +| 8 | DroneCAN-BatteryInfo | ++-------+--------------------------------------+ +| 9 | ESC | ++-------+--------------------------------------+ +| 10 | Sum Of Selected Monitors | ++-------+--------------------------------------+ +| 11 | FuelFlow | ++-------+--------------------------------------+ +| 12 | FuelLevelPWM | ++-------+--------------------------------------+ +| 13 | SMBUS-SUI3 | ++-------+--------------------------------------+ +| 14 | SMBUS-SUI6 | ++-------+--------------------------------------+ +| 15 | NeoDesign | ++-------+--------------------------------------+ +| 16 | SMBus-Maxell | ++-------+--------------------------------------+ +| 17 | Generator-Elec | ++-------+--------------------------------------+ +| 18 | Generator-Fuel | ++-------+--------------------------------------+ +| 19 | Rotoye | ++-------+--------------------------------------+ +| 20 | MPPT | ++-------+--------------------------------------+ +| 21 | INA2XX | ++-------+--------------------------------------+ +| 22 | LTC2946 | ++-------+--------------------------------------+ +| 23 | Torqeedo | ++-------+--------------------------------------+ +| 24 | FuelLevelAnalog | ++-------+--------------------------------------+ +| 25 | Synthetic Current and Analog Voltage | ++-------+--------------------------------------+ +| 26 | INA239_SPI | ++-------+--------------------------------------+ +| 27 | EFI | ++-------+--------------------------------------+ +| 28 | AD7091R5 | ++-------+--------------------------------------+ +| 29 | Scripting | ++-------+--------------------------------------+ + + + + +.. _BATT8_CAPACITY: + +BATT8\_CAPACITY: Battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Capacity of the battery in mAh when full + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT8_SERIAL_NUM: + +BATT8\_SERIAL\_NUM: Battery serial number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery serial number\, automatically filled in for SMBus batteries\, otherwise will be \-1\. With DroneCan it is the battery\_id\. + + +.. _BATT8_LOW_TIMER: + +BATT8\_LOW\_TIMER: Low voltage timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered\. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs\. A value of zero disables low voltage errors\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 120 | seconds | ++-----------+----------+---------+ + + + + +.. _BATT8_FS_VOLTSRC: + +BATT8\_FS\_VOLTSRC: Failsafe voltage source +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + + ++-------+-------------------------+ +| Value | Meaning | ++=======+=========================+ +| 0 | Raw Voltage | ++-------+-------------------------+ +| 1 | Sag Compensated Voltage | ++-------+-------------------------+ + + + + +.. _BATT8_LOW_VOLT: + +BATT8\_LOW\_VOLT: Low battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a low battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT8\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATT8\_FS\_LOW\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT8_LOW_MAH: + +BATT8\_LOW\_MAH: Low battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the low battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT8\_FS\_LOW\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT8_CRT_VOLT: + +BATT8\_CRT\_VOLT: Critical battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a critical battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT8\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATT8\_FS\_CRT\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT8_CRT_MAH: + +BATT8\_CRT\_MAH: Battery critical capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the critical battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT8\_\_FS\_CRT\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT8_FS_LOW_ACT: + +BATT8\_FS\_LOW\_ACT: Low battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a low battery failsafe + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | None | ++-------+------------------+ +| 1 | RTL | ++-------+------------------+ +| 2 | Hold | ++-------+------------------+ +| 3 | SmartRTL | ++-------+------------------+ +| 4 | SmartRTL or Hold | ++-------+------------------+ +| 5 | Terminate | ++-------+------------------+ + + + + +.. _BATT8_FS_CRT_ACT: + +BATT8\_FS\_CRT\_ACT: Critical battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a critical battery failsafe + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | None | ++-------+------------------+ +| 1 | RTL | ++-------+------------------+ +| 2 | Hold | ++-------+------------------+ +| 3 | SmartRTL | ++-------+------------------+ +| 4 | SmartRTL or Hold | ++-------+------------------+ +| 5 | Terminate | ++-------+------------------+ + + + + +.. _BATT8_ARM_VOLT: + +BATT8\_ARM\_VOLT: Required arming voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft\. Set to 0 to allow arming at any voltage\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT8_ARM_MAH: + +BATT8\_ARM\_MAH: Required arming remaining capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft\. Set to 0 to allow arming at any capacity\. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate\, which can lead to this check not providing sufficent protection\, it is recommended to always use this in conjunction with the BATT8\_\_ARM\_VOLT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT8_OPTIONS: + +BATT8\_OPTIONS: Battery monitor options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + + ++-----+--------------------------------------------------------+ +| Bit | Meaning | ++=====+========================================================+ +| 0 | Ignore DroneCAN SoC | ++-----+--------------------------------------------------------+ +| 1 | MPPT reports input voltage and current | ++-----+--------------------------------------------------------+ +| 2 | MPPT Powered off when disarmed | ++-----+--------------------------------------------------------+ +| 3 | MPPT Powered on when armed | ++-----+--------------------------------------------------------+ +| 4 | MPPT Powered off at boot | ++-----+--------------------------------------------------------+ +| 5 | MPPT Powered on at boot | ++-----+--------------------------------------------------------+ +| 6 | Send resistance compensated voltage to GCS | ++-----+--------------------------------------------------------+ +| 7 | Allow DroneCAN InfoAux to be from a different CAN node | ++-----+--------------------------------------------------------+ + + + + +.. _BATT8_ESC_INDEX: + +BATT8\_ESC\_INDEX: ESC Telemetry Index to write to +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage\, current\, consumption and temperature data to\. Use 0 to disable\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 10 | ++-----------+---------+ + + + + +.. _BATT8_VOLT_PIN: + +BATT8\_VOLT\_PIN: Battery Voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for voltage monitoring\. + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| -1 | Disabled | ++-------+--------------------------------------+ +| 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | ++-------+--------------------------------------+ +| 5 | Navigator | ++-------+--------------------------------------+ +| 13 | Pixhawk2_PM2/CubeOrange_PM2 | ++-------+--------------------------------------+ +| 14 | CubeOrange | ++-------+--------------------------------------+ +| 16 | Durandal | ++-------+--------------------------------------+ +| 100 | PX4-v1 | ++-------+--------------------------------------+ + + + + +.. _BATT8_CURR_PIN: + +BATT8\_CURR\_PIN: Battery Current sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for current monitoring\. + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| -1 | Disabled | ++-------+--------------------------------------+ +| 3 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | ++-------+--------------------------------------+ +| 4 | CubeOrange_PM2/Navigator | ++-------+--------------------------------------+ +| 14 | Pixhawk2_PM2 | ++-------+--------------------------------------+ +| 15 | CubeOrange | ++-------+--------------------------------------+ +| 17 | Durandal | ++-------+--------------------------------------+ +| 101 | PX4-v1 | ++-------+--------------------------------------+ + + + + +.. _BATT8_VOLT_MULT: + +BATT8\_VOLT\_MULT: Voltage Multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin \(BATT8\_VOLT\_PIN\) to the actual battery\'s voltage \(pin\_voltage \* VOLT\_MULT\)\. For the 3DR Power brick with a Pixhawk\, this should be set to 10\.1\. For the Pixhawk with the 3DR 4in1 ESC this should be 12\.02\. For the PX using the PX4IO power supply this should be set to 1\. + + +.. _BATT8_AMP_PERVLT: + +BATT8\_AMP\_PERVLT: Amps per volt +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of amps that a 1V reading on the current sensor corresponds to\. With a Pixhawk using the 3DR Power brick this should be set to 17\. For the Pixhawk with the 3DR 4in1 ESC this should be 17\. For Synthetic Current sensor monitors\, this is the maximum\, full throttle current draw\. + + ++-----------------+ +| Units | ++=================+ +| ampere per volt | ++-----------------+ + + + + +.. _BATT8_AMP_OFFSET: + +BATT8\_AMP\_OFFSET: AMP offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Voltage offset at zero current on current sensor for Analog Sensors\. For Synthetic Current sensor\, this offset is the zero throttle system current and is added to the calculated throttle base current\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATT8_VLT_OFFSET: + +BATT8\_VLT\_OFFSET: Voltage offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage offset on voltage pin\. This allows for an offset due to a diode\. This voltage is subtracted before the scaling is applied\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATT8_I2C_BUS__AP_BattMonitor_SMBus: + +BATT8\_I2C\_BUS \(AP\_BattMonitor\_SMBus\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATT8_I2C_ADDR__AP_BattMonitor_SMBus: + +BATT8\_I2C\_ADDR \(AP\_BattMonitor\_SMBus\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATT8_SUM_MASK: + +BATT8\_SUM\_MASK: Battery Sum mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +0\: sum of remaining battery monitors\, If none 0 sum of specified monitors\. Current will be summed and voltages averaged\. + + ++-----+-----------+ +| Bit | Meaning | ++=====+===========+ +| 0 | monitor 1 | ++-----+-----------+ +| 1 | monitor 2 | ++-----+-----------+ +| 2 | monitor 3 | ++-----+-----------+ +| 3 | monitor 4 | ++-----+-----------+ +| 4 | monitor 5 | ++-----+-----------+ +| 5 | monitor 6 | ++-----+-----------+ +| 6 | monitor 7 | ++-----+-----------+ +| 7 | monitor 8 | ++-----+-----------+ +| 8 | monitor 9 | ++-----+-----------+ + + + + +.. _BATT8_CURR_MULT: + +BATT8\_CURR\_MULT: Scales reported power monitor current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + + ++----------+ +| Range | ++==========+ +| .1 to 10 | ++----------+ + + + + +.. _BATT8_FL_VLT_MIN: + +BATT8\_FL\_VLT\_MIN: Empty fuel level voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty\. Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+-------+ +| Range | Units | ++============+=======+ +| 0.01 to 10 | volt | ++------------+-------+ + + + + +.. _BATT8_FL_V_MULT: + +BATT8\_FL\_V\_MULT: Fuel level voltage multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is\. This is calculated as 1 \/ \(Voltage\_Full \- Voltage\_Empty\) Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+ +| Range | ++============+ +| 0.01 to 10 | ++------------+ + + + + +.. _BATT8_FL_FLTR: + +BATT8\_FL\_FLTR: Fuel level filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Filter frequency in Hertz where a low pass filter is used\. This is used to filter out tank slosh from the fuel level reading\. A value of \-1 disables the filter and unfiltered voltage is used to determine the fuel level\. The suggested values at in the range of 0\.2 Hz to 0\.5 Hz\. + + ++---------+-------+ +| Range | Units | ++=========+=======+ +| -1 to 1 | hertz | ++---------+-------+ + + + + +.. _BATT8_FL_PIN: + +BATT8\_FL\_PIN: Fuel level analog pin number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog input pin that fuel level sensor is connected to\. Airspeed ports can be used for Analog input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. + + ++-------+---------------------------+ +| Value | Meaning | ++=======+===========================+ +| -1 | Not Used | ++-------+---------------------------+ +| 11 | Pixracer | ++-------+---------------------------+ +| 13 | Pixhawk ADC4 | ++-------+---------------------------+ +| 14 | Pixhawk ADC3 | ++-------+---------------------------+ +| 15 | Pixhawk ADC6/Pixhawk2 ADC | ++-------+---------------------------+ +| 103 | Pixhawk SBUS | ++-------+---------------------------+ + + + + +.. _BATT8_FL_FF: + +BATT8\_FL\_FF: First order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +First order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT8_FL_FS: + +BATT8\_FL\_FS: Second order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Second order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT8_FL_FT: + +BATT8\_FL\_FT: Third order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Third order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT8_FL_OFF: + +BATT8\_FL\_OFF: Offset term +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT8_MAX_VOLT: + +BATT8\_MAX\_VOLT: Maximum Battery Voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum voltage of battery\. Provides scaling of current versus voltage + + ++----------+ +| Range | ++==========+ +| 7 to 100 | ++----------+ + + + + +.. _BATT8_I2C_BUS__AP_BattMonitor_INA2xx: + +BATT8\_I2C\_BUS \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATT8_I2C_ADDR__AP_BattMonitor_INA2xx: + +BATT8\_I2C\_ADDR \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address\. If this is zero then probe list of supported addresses + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATT8_MAX_AMPS: + +BATT8\_MAX\_AMPS: Battery monitor max current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 1 to 400 | ampere | ++----------+--------+ + + + + +.. _BATT8_SHUNT: + +BATT8\_SHUNT: Battery monitor shunt resistor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + + ++----------------+-------+ +| Range | Units | ++================+=======+ +| 0.0001 to 0.01 | Ohm | ++----------------+-------+ + + + + + +.. _parameters_BATT9_: + +BATT9\_ Parameters +------------------ + + +.. _BATT9_MONITOR: + +BATT9\_MONITOR: Battery monitoring +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Controls enabling monitoring of the battery\'s voltage and current + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| 0 | Disabled | ++-------+--------------------------------------+ +| 3 | Analog Voltage Only | ++-------+--------------------------------------+ +| 4 | Analog Voltage and Current | ++-------+--------------------------------------+ +| 5 | Solo | ++-------+--------------------------------------+ +| 6 | Bebop | ++-------+--------------------------------------+ +| 7 | SMBus-Generic | ++-------+--------------------------------------+ +| 8 | DroneCAN-BatteryInfo | ++-------+--------------------------------------+ +| 9 | ESC | ++-------+--------------------------------------+ +| 10 | Sum Of Selected Monitors | ++-------+--------------------------------------+ +| 11 | FuelFlow | ++-------+--------------------------------------+ +| 12 | FuelLevelPWM | ++-------+--------------------------------------+ +| 13 | SMBUS-SUI3 | ++-------+--------------------------------------+ +| 14 | SMBUS-SUI6 | ++-------+--------------------------------------+ +| 15 | NeoDesign | ++-------+--------------------------------------+ +| 16 | SMBus-Maxell | ++-------+--------------------------------------+ +| 17 | Generator-Elec | ++-------+--------------------------------------+ +| 18 | Generator-Fuel | ++-------+--------------------------------------+ +| 19 | Rotoye | ++-------+--------------------------------------+ +| 20 | MPPT | ++-------+--------------------------------------+ +| 21 | INA2XX | ++-------+--------------------------------------+ +| 22 | LTC2946 | ++-------+--------------------------------------+ +| 23 | Torqeedo | ++-------+--------------------------------------+ +| 24 | FuelLevelAnalog | ++-------+--------------------------------------+ +| 25 | Synthetic Current and Analog Voltage | ++-------+--------------------------------------+ +| 26 | INA239_SPI | ++-------+--------------------------------------+ +| 27 | EFI | ++-------+--------------------------------------+ +| 28 | AD7091R5 | ++-------+--------------------------------------+ +| 29 | Scripting | ++-------+--------------------------------------+ + + + + +.. _BATT9_CAPACITY: + +BATT9\_CAPACITY: Battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Capacity of the battery in mAh when full + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT9_SERIAL_NUM: + +BATT9\_SERIAL\_NUM: Battery serial number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery serial number\, automatically filled in for SMBus batteries\, otherwise will be \-1\. With DroneCan it is the battery\_id\. + + +.. _BATT9_LOW_TIMER: + +BATT9\_LOW\_TIMER: Low voltage timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered\. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs\. A value of zero disables low voltage errors\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 120 | seconds | ++-----------+----------+---------+ + + + + +.. _BATT9_FS_VOLTSRC: + +BATT9\_FS\_VOLTSRC: Failsafe voltage source +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + + ++-------+-------------------------+ +| Value | Meaning | ++=======+=========================+ +| 0 | Raw Voltage | ++-------+-------------------------+ +| 1 | Sag Compensated Voltage | ++-------+-------------------------+ + + + + +.. _BATT9_LOW_VOLT: + +BATT9\_LOW\_VOLT: Low battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a low battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT9\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATT9\_FS\_LOW\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT9_LOW_MAH: + +BATT9\_LOW\_MAH: Low battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the low battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT9\_FS\_LOW\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT9_CRT_VOLT: + +BATT9\_CRT\_VOLT: Critical battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a critical battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT9\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATT9\_FS\_CRT\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT9_CRT_MAH: + +BATT9\_CRT\_MAH: Battery critical capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the critical battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT9\_\_FS\_CRT\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT9_FS_LOW_ACT: + +BATT9\_FS\_LOW\_ACT: Low battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a low battery failsafe + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | None | ++-------+------------------+ +| 1 | RTL | ++-------+------------------+ +| 2 | Hold | ++-------+------------------+ +| 3 | SmartRTL | ++-------+------------------+ +| 4 | SmartRTL or Hold | ++-------+------------------+ +| 5 | Terminate | ++-------+------------------+ + + + + +.. _BATT9_FS_CRT_ACT: + +BATT9\_FS\_CRT\_ACT: Critical battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a critical battery failsafe + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | None | ++-------+------------------+ +| 1 | RTL | ++-------+------------------+ +| 2 | Hold | ++-------+------------------+ +| 3 | SmartRTL | ++-------+------------------+ +| 4 | SmartRTL or Hold | ++-------+------------------+ +| 5 | Terminate | ++-------+------------------+ + + + + +.. _BATT9_ARM_VOLT: + +BATT9\_ARM\_VOLT: Required arming voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft\. Set to 0 to allow arming at any voltage\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT9_ARM_MAH: + +BATT9\_ARM\_MAH: Required arming remaining capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft\. Set to 0 to allow arming at any capacity\. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate\, which can lead to this check not providing sufficent protection\, it is recommended to always use this in conjunction with the BATT9\_\_ARM\_VOLT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT9_OPTIONS: + +BATT9\_OPTIONS: Battery monitor options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + + ++-----+--------------------------------------------------------+ +| Bit | Meaning | ++=====+========================================================+ +| 0 | Ignore DroneCAN SoC | ++-----+--------------------------------------------------------+ +| 1 | MPPT reports input voltage and current | ++-----+--------------------------------------------------------+ +| 2 | MPPT Powered off when disarmed | ++-----+--------------------------------------------------------+ +| 3 | MPPT Powered on when armed | ++-----+--------------------------------------------------------+ +| 4 | MPPT Powered off at boot | ++-----+--------------------------------------------------------+ +| 5 | MPPT Powered on at boot | ++-----+--------------------------------------------------------+ +| 6 | Send resistance compensated voltage to GCS | ++-----+--------------------------------------------------------+ +| 7 | Allow DroneCAN InfoAux to be from a different CAN node | ++-----+--------------------------------------------------------+ + + + + +.. _BATT9_ESC_INDEX: + +BATT9\_ESC\_INDEX: ESC Telemetry Index to write to +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage\, current\, consumption and temperature data to\. Use 0 to disable\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 10 | ++-----------+---------+ + + + + +.. _BATT9_VOLT_PIN: + +BATT9\_VOLT\_PIN: Battery Voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for voltage monitoring\. + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| -1 | Disabled | ++-------+--------------------------------------+ +| 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | ++-------+--------------------------------------+ +| 5 | Navigator | ++-------+--------------------------------------+ +| 13 | Pixhawk2_PM2/CubeOrange_PM2 | ++-------+--------------------------------------+ +| 14 | CubeOrange | ++-------+--------------------------------------+ +| 16 | Durandal | ++-------+--------------------------------------+ +| 100 | PX4-v1 | ++-------+--------------------------------------+ + + + + +.. _BATT9_CURR_PIN: + +BATT9\_CURR\_PIN: Battery Current sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for current monitoring\. + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| -1 | Disabled | ++-------+--------------------------------------+ +| 3 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | ++-------+--------------------------------------+ +| 4 | CubeOrange_PM2/Navigator | ++-------+--------------------------------------+ +| 14 | Pixhawk2_PM2 | ++-------+--------------------------------------+ +| 15 | CubeOrange | ++-------+--------------------------------------+ +| 17 | Durandal | ++-------+--------------------------------------+ +| 101 | PX4-v1 | ++-------+--------------------------------------+ + + + + +.. _BATT9_VOLT_MULT: + +BATT9\_VOLT\_MULT: Voltage Multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin \(BATT9\_VOLT\_PIN\) to the actual battery\'s voltage \(pin\_voltage \* VOLT\_MULT\)\. For the 3DR Power brick with a Pixhawk\, this should be set to 10\.1\. For the Pixhawk with the 3DR 4in1 ESC this should be 12\.02\. For the PX using the PX4IO power supply this should be set to 1\. + + +.. _BATT9_AMP_PERVLT: + +BATT9\_AMP\_PERVLT: Amps per volt +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of amps that a 1V reading on the current sensor corresponds to\. With a Pixhawk using the 3DR Power brick this should be set to 17\. For the Pixhawk with the 3DR 4in1 ESC this should be 17\. For Synthetic Current sensor monitors\, this is the maximum\, full throttle current draw\. + + ++-----------------+ +| Units | ++=================+ +| ampere per volt | ++-----------------+ + + + + +.. _BATT9_AMP_OFFSET: + +BATT9\_AMP\_OFFSET: AMP offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Voltage offset at zero current on current sensor for Analog Sensors\. For Synthetic Current sensor\, this offset is the zero throttle system current and is added to the calculated throttle base current\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATT9_VLT_OFFSET: + +BATT9\_VLT\_OFFSET: Voltage offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage offset on voltage pin\. This allows for an offset due to a diode\. This voltage is subtracted before the scaling is applied\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATT9_I2C_BUS__AP_BattMonitor_SMBus: + +BATT9\_I2C\_BUS \(AP\_BattMonitor\_SMBus\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATT9_I2C_ADDR__AP_BattMonitor_SMBus: + +BATT9\_I2C\_ADDR \(AP\_BattMonitor\_SMBus\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATT9_SUM_MASK: + +BATT9\_SUM\_MASK: Battery Sum mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +0\: sum of remaining battery monitors\, If none 0 sum of specified monitors\. Current will be summed and voltages averaged\. + + ++-----+-----------+ +| Bit | Meaning | ++=====+===========+ +| 0 | monitor 1 | ++-----+-----------+ +| 1 | monitor 2 | ++-----+-----------+ +| 2 | monitor 3 | ++-----+-----------+ +| 3 | monitor 4 | ++-----+-----------+ +| 4 | monitor 5 | ++-----+-----------+ +| 5 | monitor 6 | ++-----+-----------+ +| 6 | monitor 7 | ++-----+-----------+ +| 7 | monitor 8 | ++-----+-----------+ +| 8 | monitor 9 | ++-----+-----------+ + + + + +.. _BATT9_CURR_MULT: + +BATT9\_CURR\_MULT: Scales reported power monitor current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + + ++----------+ +| Range | ++==========+ +| .1 to 10 | ++----------+ + + + + +.. _BATT9_FL_VLT_MIN: + +BATT9\_FL\_VLT\_MIN: Empty fuel level voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty\. Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+-------+ +| Range | Units | ++============+=======+ +| 0.01 to 10 | volt | ++------------+-------+ + + + + +.. _BATT9_FL_V_MULT: + +BATT9\_FL\_V\_MULT: Fuel level voltage multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is\. This is calculated as 1 \/ \(Voltage\_Full \- Voltage\_Empty\) Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+ +| Range | ++============+ +| 0.01 to 10 | ++------------+ + + + + +.. _BATT9_FL_FLTR: + +BATT9\_FL\_FLTR: Fuel level filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Filter frequency in Hertz where a low pass filter is used\. This is used to filter out tank slosh from the fuel level reading\. A value of \-1 disables the filter and unfiltered voltage is used to determine the fuel level\. The suggested values at in the range of 0\.2 Hz to 0\.5 Hz\. + + ++---------+-------+ +| Range | Units | ++=========+=======+ +| -1 to 1 | hertz | ++---------+-------+ + + + + +.. _BATT9_FL_PIN: + +BATT9\_FL\_PIN: Fuel level analog pin number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog input pin that fuel level sensor is connected to\. Airspeed ports can be used for Analog input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. + + ++-------+---------------------------+ +| Value | Meaning | ++=======+===========================+ +| -1 | Not Used | ++-------+---------------------------+ +| 11 | Pixracer | ++-------+---------------------------+ +| 13 | Pixhawk ADC4 | ++-------+---------------------------+ +| 14 | Pixhawk ADC3 | ++-------+---------------------------+ +| 15 | Pixhawk ADC6/Pixhawk2 ADC | ++-------+---------------------------+ +| 103 | Pixhawk SBUS | ++-------+---------------------------+ + + + + +.. _BATT9_FL_FF: + +BATT9\_FL\_FF: First order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +First order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT9_FL_FS: + +BATT9\_FL\_FS: Second order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Second order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT9_FL_FT: + +BATT9\_FL\_FT: Third order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Third order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT9_FL_OFF: + +BATT9\_FL\_OFF: Offset term +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT9_MAX_VOLT: + +BATT9\_MAX\_VOLT: Maximum Battery Voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum voltage of battery\. Provides scaling of current versus voltage + + ++----------+ +| Range | ++==========+ +| 7 to 100 | ++----------+ + + + + +.. _BATT9_I2C_BUS__AP_BattMonitor_INA2xx: + +BATT9\_I2C\_BUS \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATT9_I2C_ADDR__AP_BattMonitor_INA2xx: + +BATT9\_I2C\_ADDR \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address\. If this is zero then probe list of supported addresses + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATT9_MAX_AMPS: + +BATT9\_MAX\_AMPS: Battery monitor max current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 1 to 400 | ampere | ++----------+--------+ + + + + +.. _BATT9_SHUNT: + +BATT9\_SHUNT: Battery monitor shunt resistor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + + ++----------------+-------+ +| Range | Units | ++================+=======+ +| 0.0001 to 0.01 | Ohm | ++----------------+-------+ + + + + + +.. _parameters_BATTA_: + +BATTA\_ Parameters +------------------ + + +.. _BATTA_MONITOR: + +BATTA\_MONITOR: Battery monitoring +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Controls enabling monitoring of the battery\'s voltage and current + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| 0 | Disabled | ++-------+--------------------------------------+ +| 3 | Analog Voltage Only | ++-------+--------------------------------------+ +| 4 | Analog Voltage and Current | ++-------+--------------------------------------+ +| 5 | Solo | ++-------+--------------------------------------+ +| 6 | Bebop | ++-------+--------------------------------------+ +| 7 | SMBus-Generic | ++-------+--------------------------------------+ +| 8 | DroneCAN-BatteryInfo | ++-------+--------------------------------------+ +| 9 | ESC | ++-------+--------------------------------------+ +| 10 | Sum Of Selected Monitors | ++-------+--------------------------------------+ +| 11 | FuelFlow | ++-------+--------------------------------------+ +| 12 | FuelLevelPWM | ++-------+--------------------------------------+ +| 13 | SMBUS-SUI3 | ++-------+--------------------------------------+ +| 14 | SMBUS-SUI6 | ++-------+--------------------------------------+ +| 15 | NeoDesign | ++-------+--------------------------------------+ +| 16 | SMBus-Maxell | ++-------+--------------------------------------+ +| 17 | Generator-Elec | ++-------+--------------------------------------+ +| 18 | Generator-Fuel | ++-------+--------------------------------------+ +| 19 | Rotoye | ++-------+--------------------------------------+ +| 20 | MPPT | ++-------+--------------------------------------+ +| 21 | INA2XX | ++-------+--------------------------------------+ +| 22 | LTC2946 | ++-------+--------------------------------------+ +| 23 | Torqeedo | ++-------+--------------------------------------+ +| 24 | FuelLevelAnalog | ++-------+--------------------------------------+ +| 25 | Synthetic Current and Analog Voltage | ++-------+--------------------------------------+ +| 26 | INA239_SPI | ++-------+--------------------------------------+ +| 27 | EFI | ++-------+--------------------------------------+ +| 28 | AD7091R5 | ++-------+--------------------------------------+ +| 29 | Scripting | ++-------+--------------------------------------+ + + + + +.. _BATTA_CAPACITY: + +BATTA\_CAPACITY: Battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Capacity of the battery in mAh when full + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTA_SERIAL_NUM: + +BATTA\_SERIAL\_NUM: Battery serial number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery serial number\, automatically filled in for SMBus batteries\, otherwise will be \-1\. With DroneCan it is the battery\_id\. + + +.. _BATTA_LOW_TIMER: + +BATTA\_LOW\_TIMER: Low voltage timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered\. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs\. A value of zero disables low voltage errors\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 120 | seconds | ++-----------+----------+---------+ + + + + +.. _BATTA_FS_VOLTSRC: + +BATTA\_FS\_VOLTSRC: Failsafe voltage source +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + + ++-------+-------------------------+ +| Value | Meaning | ++=======+=========================+ +| 0 | Raw Voltage | ++-------+-------------------------+ +| 1 | Sag Compensated Voltage | ++-------+-------------------------+ + + + + +.. _BATTA_LOW_VOLT: + +BATTA\_LOW\_VOLT: Low battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a low battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTA\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATTA\_FS\_LOW\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATTA_LOW_MAH: + +BATTA\_LOW\_MAH: Low battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the low battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTA\_FS\_LOW\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTA_CRT_VOLT: + +BATTA\_CRT\_VOLT: Critical battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a critical battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTA\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATTA\_FS\_CRT\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATTA_CRT_MAH: + +BATTA\_CRT\_MAH: Battery critical capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the critical battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTA\_\_FS\_CRT\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTA_FS_LOW_ACT: + +BATTA\_FS\_LOW\_ACT: Low battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a low battery failsafe + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | None | ++-------+------------------+ +| 1 | RTL | ++-------+------------------+ +| 2 | Hold | ++-------+------------------+ +| 3 | SmartRTL | ++-------+------------------+ +| 4 | SmartRTL or Hold | ++-------+------------------+ +| 5 | Terminate | ++-------+------------------+ + + + + +.. _BATTA_FS_CRT_ACT: + +BATTA\_FS\_CRT\_ACT: Critical battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a critical battery failsafe + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | None | ++-------+------------------+ +| 1 | RTL | ++-------+------------------+ +| 2 | Hold | ++-------+------------------+ +| 3 | SmartRTL | ++-------+------------------+ +| 4 | SmartRTL or Hold | ++-------+------------------+ +| 5 | Terminate | ++-------+------------------+ + + + + +.. _BATTA_ARM_VOLT: + +BATTA\_ARM\_VOLT: Required arming voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft\. Set to 0 to allow arming at any voltage\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATTA_ARM_MAH: + +BATTA\_ARM\_MAH: Required arming remaining capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft\. Set to 0 to allow arming at any capacity\. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate\, which can lead to this check not providing sufficent protection\, it is recommended to always use this in conjunction with the BATTA\_\_ARM\_VOLT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTA_OPTIONS: + +BATTA\_OPTIONS: Battery monitor options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + + ++-----+--------------------------------------------------------+ +| Bit | Meaning | ++=====+========================================================+ +| 0 | Ignore DroneCAN SoC | ++-----+--------------------------------------------------------+ +| 1 | MPPT reports input voltage and current | ++-----+--------------------------------------------------------+ +| 2 | MPPT Powered off when disarmed | ++-----+--------------------------------------------------------+ +| 3 | MPPT Powered on when armed | ++-----+--------------------------------------------------------+ +| 4 | MPPT Powered off at boot | ++-----+--------------------------------------------------------+ +| 5 | MPPT Powered on at boot | ++-----+--------------------------------------------------------+ +| 6 | Send resistance compensated voltage to GCS | ++-----+--------------------------------------------------------+ +| 7 | Allow DroneCAN InfoAux to be from a different CAN node | ++-----+--------------------------------------------------------+ + + + + +.. _BATTA_ESC_INDEX: + +BATTA\_ESC\_INDEX: ESC Telemetry Index to write to +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage\, current\, consumption and temperature data to\. Use 0 to disable\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 10 | ++-----------+---------+ + + + + +.. _BATTA_VOLT_PIN: + +BATTA\_VOLT\_PIN: Battery Voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for voltage monitoring\. + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| -1 | Disabled | ++-------+--------------------------------------+ +| 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | ++-------+--------------------------------------+ +| 5 | Navigator | ++-------+--------------------------------------+ +| 13 | Pixhawk2_PM2/CubeOrange_PM2 | ++-------+--------------------------------------+ +| 14 | CubeOrange | ++-------+--------------------------------------+ +| 16 | Durandal | ++-------+--------------------------------------+ +| 100 | PX4-v1 | ++-------+--------------------------------------+ + + + + +.. _BATTA_CURR_PIN: + +BATTA\_CURR\_PIN: Battery Current sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for current monitoring\. + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| -1 | Disabled | ++-------+--------------------------------------+ +| 3 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | ++-------+--------------------------------------+ +| 4 | CubeOrange_PM2/Navigator | ++-------+--------------------------------------+ +| 14 | Pixhawk2_PM2 | ++-------+--------------------------------------+ +| 15 | CubeOrange | ++-------+--------------------------------------+ +| 17 | Durandal | ++-------+--------------------------------------+ +| 101 | PX4-v1 | ++-------+--------------------------------------+ + + + + +.. _BATTA_VOLT_MULT: + +BATTA\_VOLT\_MULT: Voltage Multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin \(BATTA\_VOLT\_PIN\) to the actual battery\'s voltage \(pin\_voltage \* VOLT\_MULT\)\. For the 3DR Power brick with a Pixhawk\, this should be set to 10\.1\. For the Pixhawk with the 3DR 4in1 ESC this should be 12\.02\. For the PX using the PX4IO power supply this should be set to 1\. + + +.. _BATTA_AMP_PERVLT: + +BATTA\_AMP\_PERVLT: Amps per volt +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of amps that a 1V reading on the current sensor corresponds to\. With a Pixhawk using the 3DR Power brick this should be set to 17\. For the Pixhawk with the 3DR 4in1 ESC this should be 17\. For Synthetic Current sensor monitors\, this is the maximum\, full throttle current draw\. + + ++-----------------+ +| Units | ++=================+ +| ampere per volt | ++-----------------+ + + + + +.. _BATTA_AMP_OFFSET: + +BATTA\_AMP\_OFFSET: AMP offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Voltage offset at zero current on current sensor for Analog Sensors\. For Synthetic Current sensor\, this offset is the zero throttle system current and is added to the calculated throttle base current\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATTA_VLT_OFFSET: + +BATTA\_VLT\_OFFSET: Voltage offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage offset on voltage pin\. This allows for an offset due to a diode\. This voltage is subtracted before the scaling is applied\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATTA_I2C_BUS__AP_BattMonitor_SMBus: + +BATTA\_I2C\_BUS \(AP\_BattMonitor\_SMBus\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATTA_I2C_ADDR__AP_BattMonitor_SMBus: + +BATTA\_I2C\_ADDR \(AP\_BattMonitor\_SMBus\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATTA_SUM_MASK: + +BATTA\_SUM\_MASK: Battery Sum mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +0\: sum of remaining battery monitors\, If none 0 sum of specified monitors\. Current will be summed and voltages averaged\. + + ++-----+-----------+ +| Bit | Meaning | ++=====+===========+ +| 0 | monitor 1 | ++-----+-----------+ +| 1 | monitor 2 | ++-----+-----------+ +| 2 | monitor 3 | ++-----+-----------+ +| 3 | monitor 4 | ++-----+-----------+ +| 4 | monitor 5 | ++-----+-----------+ +| 5 | monitor 6 | ++-----+-----------+ +| 6 | monitor 7 | ++-----+-----------+ +| 7 | monitor 8 | ++-----+-----------+ +| 8 | monitor 9 | ++-----+-----------+ + + + + +.. _BATTA_CURR_MULT: + +BATTA\_CURR\_MULT: Scales reported power monitor current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + + ++----------+ +| Range | ++==========+ +| .1 to 10 | ++----------+ + + + + +.. _BATTA_FL_VLT_MIN: + +BATTA\_FL\_VLT\_MIN: Empty fuel level voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty\. Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+-------+ +| Range | Units | ++============+=======+ +| 0.01 to 10 | volt | ++------------+-------+ + + + + +.. _BATTA_FL_V_MULT: + +BATTA\_FL\_V\_MULT: Fuel level voltage multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is\. This is calculated as 1 \/ \(Voltage\_Full \- Voltage\_Empty\) Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+ +| Range | ++============+ +| 0.01 to 10 | ++------------+ + + + + +.. _BATTA_FL_FLTR: + +BATTA\_FL\_FLTR: Fuel level filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Filter frequency in Hertz where a low pass filter is used\. This is used to filter out tank slosh from the fuel level reading\. A value of \-1 disables the filter and unfiltered voltage is used to determine the fuel level\. The suggested values at in the range of 0\.2 Hz to 0\.5 Hz\. + + ++---------+-------+ +| Range | Units | ++=========+=======+ +| -1 to 1 | hertz | ++---------+-------+ + + + + +.. _BATTA_FL_PIN: + +BATTA\_FL\_PIN: Fuel level analog pin number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog input pin that fuel level sensor is connected to\. Airspeed ports can be used for Analog input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. + + ++-------+---------------------------+ +| Value | Meaning | ++=======+===========================+ +| -1 | Not Used | ++-------+---------------------------+ +| 11 | Pixracer | ++-------+---------------------------+ +| 13 | Pixhawk ADC4 | ++-------+---------------------------+ +| 14 | Pixhawk ADC3 | ++-------+---------------------------+ +| 15 | Pixhawk ADC6/Pixhawk2 ADC | ++-------+---------------------------+ +| 103 | Pixhawk SBUS | ++-------+---------------------------+ + + + + +.. _BATTA_FL_FF: + +BATTA\_FL\_FF: First order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +First order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTA_FL_FS: + +BATTA\_FL\_FS: Second order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Second order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTA_FL_FT: + +BATTA\_FL\_FT: Third order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Third order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTA_FL_OFF: + +BATTA\_FL\_OFF: Offset term +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTA_MAX_VOLT: + +BATTA\_MAX\_VOLT: Maximum Battery Voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum voltage of battery\. Provides scaling of current versus voltage + + ++----------+ +| Range | ++==========+ +| 7 to 100 | ++----------+ + + + + +.. _BATTA_I2C_BUS__AP_BattMonitor_INA2xx: + +BATTA\_I2C\_BUS \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATTA_I2C_ADDR__AP_BattMonitor_INA2xx: + +BATTA\_I2C\_ADDR \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address\. If this is zero then probe list of supported addresses + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATTA_MAX_AMPS: + +BATTA\_MAX\_AMPS: Battery monitor max current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 1 to 400 | ampere | ++----------+--------+ + + + + +.. _BATTA_SHUNT: + +BATTA\_SHUNT: Battery monitor shunt resistor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + + ++----------------+-------+ +| Range | Units | ++================+=======+ +| 0.0001 to 0.01 | Ohm | ++----------------+-------+ + + + + + +.. _parameters_BATTB_: + +BATTB\_ Parameters +------------------ + + +.. _BATTB_MONITOR: + +BATTB\_MONITOR: Battery monitoring +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Controls enabling monitoring of the battery\'s voltage and current + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| 0 | Disabled | ++-------+--------------------------------------+ +| 3 | Analog Voltage Only | ++-------+--------------------------------------+ +| 4 | Analog Voltage and Current | ++-------+--------------------------------------+ +| 5 | Solo | ++-------+--------------------------------------+ +| 6 | Bebop | ++-------+--------------------------------------+ +| 7 | SMBus-Generic | ++-------+--------------------------------------+ +| 8 | DroneCAN-BatteryInfo | ++-------+--------------------------------------+ +| 9 | ESC | ++-------+--------------------------------------+ +| 10 | Sum Of Selected Monitors | ++-------+--------------------------------------+ +| 11 | FuelFlow | ++-------+--------------------------------------+ +| 12 | FuelLevelPWM | ++-------+--------------------------------------+ +| 13 | SMBUS-SUI3 | ++-------+--------------------------------------+ +| 14 | SMBUS-SUI6 | ++-------+--------------------------------------+ +| 15 | NeoDesign | ++-------+--------------------------------------+ +| 16 | SMBus-Maxell | ++-------+--------------------------------------+ +| 17 | Generator-Elec | ++-------+--------------------------------------+ +| 18 | Generator-Fuel | ++-------+--------------------------------------+ +| 19 | Rotoye | ++-------+--------------------------------------+ +| 20 | MPPT | ++-------+--------------------------------------+ +| 21 | INA2XX | ++-------+--------------------------------------+ +| 22 | LTC2946 | ++-------+--------------------------------------+ +| 23 | Torqeedo | ++-------+--------------------------------------+ +| 24 | FuelLevelAnalog | ++-------+--------------------------------------+ +| 25 | Synthetic Current and Analog Voltage | ++-------+--------------------------------------+ +| 26 | INA239_SPI | ++-------+--------------------------------------+ +| 27 | EFI | ++-------+--------------------------------------+ +| 28 | AD7091R5 | ++-------+--------------------------------------+ +| 29 | Scripting | ++-------+--------------------------------------+ + + + + +.. _BATTB_CAPACITY: + +BATTB\_CAPACITY: Battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Capacity of the battery in mAh when full + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTB_SERIAL_NUM: + +BATTB\_SERIAL\_NUM: Battery serial number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery serial number\, automatically filled in for SMBus batteries\, otherwise will be \-1\. With DroneCan it is the battery\_id\. + + +.. _BATTB_LOW_TIMER: + +BATTB\_LOW\_TIMER: Low voltage timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered\. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs\. A value of zero disables low voltage errors\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 120 | seconds | ++-----------+----------+---------+ + + + + +.. _BATTB_FS_VOLTSRC: + +BATTB\_FS\_VOLTSRC: Failsafe voltage source +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + + ++-------+-------------------------+ +| Value | Meaning | ++=======+=========================+ +| 0 | Raw Voltage | ++-------+-------------------------+ +| 1 | Sag Compensated Voltage | ++-------+-------------------------+ + + + + +.. _BATTB_LOW_VOLT: + +BATTB\_LOW\_VOLT: Low battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a low battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTB\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATTB\_FS\_LOW\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATTB_LOW_MAH: + +BATTB\_LOW\_MAH: Low battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the low battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTB\_FS\_LOW\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTB_CRT_VOLT: + +BATTB\_CRT\_VOLT: Critical battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a critical battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTB\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATTB\_FS\_CRT\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATTB_CRT_MAH: + +BATTB\_CRT\_MAH: Battery critical capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the critical battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTB\_\_FS\_CRT\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTB_FS_LOW_ACT: + +BATTB\_FS\_LOW\_ACT: Low battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a low battery failsafe + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | None | ++-------+------------------+ +| 1 | RTL | ++-------+------------------+ +| 2 | Hold | ++-------+------------------+ +| 3 | SmartRTL | ++-------+------------------+ +| 4 | SmartRTL or Hold | ++-------+------------------+ +| 5 | Terminate | ++-------+------------------+ + + + + +.. _BATTB_FS_CRT_ACT: + +BATTB\_FS\_CRT\_ACT: Critical battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a critical battery failsafe + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | None | ++-------+------------------+ +| 1 | RTL | ++-------+------------------+ +| 2 | Hold | ++-------+------------------+ +| 3 | SmartRTL | ++-------+------------------+ +| 4 | SmartRTL or Hold | ++-------+------------------+ +| 5 | Terminate | ++-------+------------------+ + + + + +.. _BATTB_ARM_VOLT: + +BATTB\_ARM\_VOLT: Required arming voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft\. Set to 0 to allow arming at any voltage\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATTB_ARM_MAH: + +BATTB\_ARM\_MAH: Required arming remaining capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft\. Set to 0 to allow arming at any capacity\. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate\, which can lead to this check not providing sufficent protection\, it is recommended to always use this in conjunction with the BATTB\_\_ARM\_VOLT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTB_OPTIONS: + +BATTB\_OPTIONS: Battery monitor options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + + ++-----+--------------------------------------------------------+ +| Bit | Meaning | ++=====+========================================================+ +| 0 | Ignore DroneCAN SoC | ++-----+--------------------------------------------------------+ +| 1 | MPPT reports input voltage and current | ++-----+--------------------------------------------------------+ +| 2 | MPPT Powered off when disarmed | ++-----+--------------------------------------------------------+ +| 3 | MPPT Powered on when armed | ++-----+--------------------------------------------------------+ +| 4 | MPPT Powered off at boot | ++-----+--------------------------------------------------------+ +| 5 | MPPT Powered on at boot | ++-----+--------------------------------------------------------+ +| 6 | Send resistance compensated voltage to GCS | ++-----+--------------------------------------------------------+ +| 7 | Allow DroneCAN InfoAux to be from a different CAN node | ++-----+--------------------------------------------------------+ + + + + +.. _BATTB_ESC_INDEX: + +BATTB\_ESC\_INDEX: ESC Telemetry Index to write to +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage\, current\, consumption and temperature data to\. Use 0 to disable\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 10 | ++-----------+---------+ + + + + +.. _BATTB_VOLT_PIN: + +BATTB\_VOLT\_PIN: Battery Voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for voltage monitoring\. + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| -1 | Disabled | ++-------+--------------------------------------+ +| 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | ++-------+--------------------------------------+ +| 5 | Navigator | ++-------+--------------------------------------+ +| 13 | Pixhawk2_PM2/CubeOrange_PM2 | ++-------+--------------------------------------+ +| 14 | CubeOrange | ++-------+--------------------------------------+ +| 16 | Durandal | ++-------+--------------------------------------+ +| 100 | PX4-v1 | ++-------+--------------------------------------+ + + + + +.. _BATTB_CURR_PIN: + +BATTB\_CURR\_PIN: Battery Current sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for current monitoring\. + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| -1 | Disabled | ++-------+--------------------------------------+ +| 3 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | ++-------+--------------------------------------+ +| 4 | CubeOrange_PM2/Navigator | ++-------+--------------------------------------+ +| 14 | Pixhawk2_PM2 | ++-------+--------------------------------------+ +| 15 | CubeOrange | ++-------+--------------------------------------+ +| 17 | Durandal | ++-------+--------------------------------------+ +| 101 | PX4-v1 | ++-------+--------------------------------------+ + + + + +.. _BATTB_VOLT_MULT: + +BATTB\_VOLT\_MULT: Voltage Multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin \(BATTB\_VOLT\_PIN\) to the actual battery\'s voltage \(pin\_voltage \* VOLT\_MULT\)\. For the 3DR Power brick with a Pixhawk\, this should be set to 10\.1\. For the Pixhawk with the 3DR 4in1 ESC this should be 12\.02\. For the PX using the PX4IO power supply this should be set to 1\. + + +.. _BATTB_AMP_PERVLT: + +BATTB\_AMP\_PERVLT: Amps per volt +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of amps that a 1V reading on the current sensor corresponds to\. With a Pixhawk using the 3DR Power brick this should be set to 17\. For the Pixhawk with the 3DR 4in1 ESC this should be 17\. For Synthetic Current sensor monitors\, this is the maximum\, full throttle current draw\. + + ++-----------------+ +| Units | ++=================+ +| ampere per volt | ++-----------------+ + + + + +.. _BATTB_AMP_OFFSET: + +BATTB\_AMP\_OFFSET: AMP offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Voltage offset at zero current on current sensor for Analog Sensors\. For Synthetic Current sensor\, this offset is the zero throttle system current and is added to the calculated throttle base current\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATTB_VLT_OFFSET: + +BATTB\_VLT\_OFFSET: Voltage offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage offset on voltage pin\. This allows for an offset due to a diode\. This voltage is subtracted before the scaling is applied\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATTB_I2C_BUS__AP_BattMonitor_SMBus: + +BATTB\_I2C\_BUS \(AP\_BattMonitor\_SMBus\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATTB_I2C_ADDR__AP_BattMonitor_SMBus: + +BATTB\_I2C\_ADDR \(AP\_BattMonitor\_SMBus\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATTB_SUM_MASK: + +BATTB\_SUM\_MASK: Battery Sum mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +0\: sum of remaining battery monitors\, If none 0 sum of specified monitors\. Current will be summed and voltages averaged\. + + ++-----+-----------+ +| Bit | Meaning | ++=====+===========+ +| 0 | monitor 1 | ++-----+-----------+ +| 1 | monitor 2 | ++-----+-----------+ +| 2 | monitor 3 | ++-----+-----------+ +| 3 | monitor 4 | ++-----+-----------+ +| 4 | monitor 5 | ++-----+-----------+ +| 5 | monitor 6 | ++-----+-----------+ +| 6 | monitor 7 | ++-----+-----------+ +| 7 | monitor 8 | ++-----+-----------+ +| 8 | monitor 9 | ++-----+-----------+ + + + + +.. _BATTB_CURR_MULT: + +BATTB\_CURR\_MULT: Scales reported power monitor current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + + ++----------+ +| Range | ++==========+ +| .1 to 10 | ++----------+ + + + + +.. _BATTB_FL_VLT_MIN: + +BATTB\_FL\_VLT\_MIN: Empty fuel level voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty\. Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+-------+ +| Range | Units | ++============+=======+ +| 0.01 to 10 | volt | ++------------+-------+ + + + + +.. _BATTB_FL_V_MULT: + +BATTB\_FL\_V\_MULT: Fuel level voltage multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is\. This is calculated as 1 \/ \(Voltage\_Full \- Voltage\_Empty\) Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+ +| Range | ++============+ +| 0.01 to 10 | ++------------+ + + + + +.. _BATTB_FL_FLTR: + +BATTB\_FL\_FLTR: Fuel level filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Filter frequency in Hertz where a low pass filter is used\. This is used to filter out tank slosh from the fuel level reading\. A value of \-1 disables the filter and unfiltered voltage is used to determine the fuel level\. The suggested values at in the range of 0\.2 Hz to 0\.5 Hz\. + + ++---------+-------+ +| Range | Units | ++=========+=======+ +| -1 to 1 | hertz | ++---------+-------+ + + + + +.. _BATTB_FL_PIN: + +BATTB\_FL\_PIN: Fuel level analog pin number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog input pin that fuel level sensor is connected to\. Airspeed ports can be used for Analog input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. + + ++-------+---------------------------+ +| Value | Meaning | ++=======+===========================+ +| -1 | Not Used | ++-------+---------------------------+ +| 11 | Pixracer | ++-------+---------------------------+ +| 13 | Pixhawk ADC4 | ++-------+---------------------------+ +| 14 | Pixhawk ADC3 | ++-------+---------------------------+ +| 15 | Pixhawk ADC6/Pixhawk2 ADC | ++-------+---------------------------+ +| 103 | Pixhawk SBUS | ++-------+---------------------------+ + + + + +.. _BATTB_FL_FF: + +BATTB\_FL\_FF: First order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +First order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTB_FL_FS: + +BATTB\_FL\_FS: Second order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Second order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTB_FL_FT: + +BATTB\_FL\_FT: Third order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Third order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTB_FL_OFF: + +BATTB\_FL\_OFF: Offset term +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTB_MAX_VOLT: + +BATTB\_MAX\_VOLT: Maximum Battery Voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum voltage of battery\. Provides scaling of current versus voltage + + ++----------+ +| Range | ++==========+ +| 7 to 100 | ++----------+ + + + + +.. _BATTB_I2C_BUS__AP_BattMonitor_INA2xx: + +BATTB\_I2C\_BUS \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATTB_I2C_ADDR__AP_BattMonitor_INA2xx: + +BATTB\_I2C\_ADDR \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address\. If this is zero then probe list of supported addresses + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATTB_MAX_AMPS: + +BATTB\_MAX\_AMPS: Battery monitor max current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 1 to 400 | ampere | ++----------+--------+ + + + + +.. _BATTB_SHUNT: + +BATTB\_SHUNT: Battery monitor shunt resistor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + + ++----------------+-------+ +| Range | Units | ++================+=======+ +| 0.0001 to 0.01 | Ohm | ++----------------+-------+ + + + + + +.. _parameters_BATTC_: + +BATTC\_ Parameters +------------------ + + +.. _BATTC_MONITOR: + +BATTC\_MONITOR: Battery monitoring +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Controls enabling monitoring of the battery\'s voltage and current + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| 0 | Disabled | ++-------+--------------------------------------+ +| 3 | Analog Voltage Only | ++-------+--------------------------------------+ +| 4 | Analog Voltage and Current | ++-------+--------------------------------------+ +| 5 | Solo | ++-------+--------------------------------------+ +| 6 | Bebop | ++-------+--------------------------------------+ +| 7 | SMBus-Generic | ++-------+--------------------------------------+ +| 8 | DroneCAN-BatteryInfo | ++-------+--------------------------------------+ +| 9 | ESC | ++-------+--------------------------------------+ +| 10 | Sum Of Selected Monitors | ++-------+--------------------------------------+ +| 11 | FuelFlow | ++-------+--------------------------------------+ +| 12 | FuelLevelPWM | ++-------+--------------------------------------+ +| 13 | SMBUS-SUI3 | ++-------+--------------------------------------+ +| 14 | SMBUS-SUI6 | ++-------+--------------------------------------+ +| 15 | NeoDesign | ++-------+--------------------------------------+ +| 16 | SMBus-Maxell | ++-------+--------------------------------------+ +| 17 | Generator-Elec | ++-------+--------------------------------------+ +| 18 | Generator-Fuel | ++-------+--------------------------------------+ +| 19 | Rotoye | ++-------+--------------------------------------+ +| 20 | MPPT | ++-------+--------------------------------------+ +| 21 | INA2XX | ++-------+--------------------------------------+ +| 22 | LTC2946 | ++-------+--------------------------------------+ +| 23 | Torqeedo | ++-------+--------------------------------------+ +| 24 | FuelLevelAnalog | ++-------+--------------------------------------+ +| 25 | Synthetic Current and Analog Voltage | ++-------+--------------------------------------+ +| 26 | INA239_SPI | ++-------+--------------------------------------+ +| 27 | EFI | ++-------+--------------------------------------+ +| 28 | AD7091R5 | ++-------+--------------------------------------+ +| 29 | Scripting | ++-------+--------------------------------------+ + + + + +.. _BATTC_CAPACITY: + +BATTC\_CAPACITY: Battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Capacity of the battery in mAh when full + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTC_SERIAL_NUM: + +BATTC\_SERIAL\_NUM: Battery serial number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery serial number\, automatically filled in for SMBus batteries\, otherwise will be \-1\. With DroneCan it is the battery\_id\. + + +.. _BATTC_LOW_TIMER: + +BATTC\_LOW\_TIMER: Low voltage timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered\. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs\. A value of zero disables low voltage errors\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 120 | seconds | ++-----------+----------+---------+ + + + + +.. _BATTC_FS_VOLTSRC: + +BATTC\_FS\_VOLTSRC: Failsafe voltage source +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + + ++-------+-------------------------+ +| Value | Meaning | ++=======+=========================+ +| 0 | Raw Voltage | ++-------+-------------------------+ +| 1 | Sag Compensated Voltage | ++-------+-------------------------+ + + + + +.. _BATTC_LOW_VOLT: + +BATTC\_LOW\_VOLT: Low battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a low battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTC\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATTC\_FS\_LOW\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATTC_LOW_MAH: + +BATTC\_LOW\_MAH: Low battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the low battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTC\_FS\_LOW\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTC_CRT_VOLT: + +BATTC\_CRT\_VOLT: Critical battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a critical battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTC\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATTC\_FS\_CRT\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATTC_CRT_MAH: + +BATTC\_CRT\_MAH: Battery critical capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the critical battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTC\_\_FS\_CRT\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTC_FS_LOW_ACT: + +BATTC\_FS\_LOW\_ACT: Low battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a low battery failsafe + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | None | ++-------+------------------+ +| 1 | RTL | ++-------+------------------+ +| 2 | Hold | ++-------+------------------+ +| 3 | SmartRTL | ++-------+------------------+ +| 4 | SmartRTL or Hold | ++-------+------------------+ +| 5 | Terminate | ++-------+------------------+ + + + + +.. _BATTC_FS_CRT_ACT: + +BATTC\_FS\_CRT\_ACT: Critical battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a critical battery failsafe + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | None | ++-------+------------------+ +| 1 | RTL | ++-------+------------------+ +| 2 | Hold | ++-------+------------------+ +| 3 | SmartRTL | ++-------+------------------+ +| 4 | SmartRTL or Hold | ++-------+------------------+ +| 5 | Terminate | ++-------+------------------+ + + + + +.. _BATTC_ARM_VOLT: + +BATTC\_ARM\_VOLT: Required arming voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft\. Set to 0 to allow arming at any voltage\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATTC_ARM_MAH: + +BATTC\_ARM\_MAH: Required arming remaining capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft\. Set to 0 to allow arming at any capacity\. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate\, which can lead to this check not providing sufficent protection\, it is recommended to always use this in conjunction with the BATTC\_\_ARM\_VOLT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTC_OPTIONS: + +BATTC\_OPTIONS: Battery monitor options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + + ++-----+--------------------------------------------------------+ +| Bit | Meaning | ++=====+========================================================+ +| 0 | Ignore DroneCAN SoC | ++-----+--------------------------------------------------------+ +| 1 | MPPT reports input voltage and current | ++-----+--------------------------------------------------------+ +| 2 | MPPT Powered off when disarmed | ++-----+--------------------------------------------------------+ +| 3 | MPPT Powered on when armed | ++-----+--------------------------------------------------------+ +| 4 | MPPT Powered off at boot | ++-----+--------------------------------------------------------+ +| 5 | MPPT Powered on at boot | ++-----+--------------------------------------------------------+ +| 6 | Send resistance compensated voltage to GCS | ++-----+--------------------------------------------------------+ +| 7 | Allow DroneCAN InfoAux to be from a different CAN node | ++-----+--------------------------------------------------------+ + + + + +.. _BATTC_ESC_INDEX: + +BATTC\_ESC\_INDEX: ESC Telemetry Index to write to +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage\, current\, consumption and temperature data to\. Use 0 to disable\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 10 | ++-----------+---------+ + + + + +.. _BATTC_VOLT_PIN: + +BATTC\_VOLT\_PIN: Battery Voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for voltage monitoring\. + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| -1 | Disabled | ++-------+--------------------------------------+ +| 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | ++-------+--------------------------------------+ +| 5 | Navigator | ++-------+--------------------------------------+ +| 13 | Pixhawk2_PM2/CubeOrange_PM2 | ++-------+--------------------------------------+ +| 14 | CubeOrange | ++-------+--------------------------------------+ +| 16 | Durandal | ++-------+--------------------------------------+ +| 100 | PX4-v1 | ++-------+--------------------------------------+ + + + + +.. _BATTC_CURR_PIN: + +BATTC\_CURR\_PIN: Battery Current sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for current monitoring\. + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| -1 | Disabled | ++-------+--------------------------------------+ +| 3 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | ++-------+--------------------------------------+ +| 4 | CubeOrange_PM2/Navigator | ++-------+--------------------------------------+ +| 14 | Pixhawk2_PM2 | ++-------+--------------------------------------+ +| 15 | CubeOrange | ++-------+--------------------------------------+ +| 17 | Durandal | ++-------+--------------------------------------+ +| 101 | PX4-v1 | ++-------+--------------------------------------+ + + + + +.. _BATTC_VOLT_MULT: + +BATTC\_VOLT\_MULT: Voltage Multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin \(BATTC\_VOLT\_PIN\) to the actual battery\'s voltage \(pin\_voltage \* VOLT\_MULT\)\. For the 3DR Power brick with a Pixhawk\, this should be set to 10\.1\. For the Pixhawk with the 3DR 4in1 ESC this should be 12\.02\. For the PX using the PX4IO power supply this should be set to 1\. + + +.. _BATTC_AMP_PERVLT: + +BATTC\_AMP\_PERVLT: Amps per volt +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of amps that a 1V reading on the current sensor corresponds to\. With a Pixhawk using the 3DR Power brick this should be set to 17\. For the Pixhawk with the 3DR 4in1 ESC this should be 17\. For Synthetic Current sensor monitors\, this is the maximum\, full throttle current draw\. + + ++-----------------+ +| Units | ++=================+ +| ampere per volt | ++-----------------+ + + + + +.. _BATTC_AMP_OFFSET: + +BATTC\_AMP\_OFFSET: AMP offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Voltage offset at zero current on current sensor for Analog Sensors\. For Synthetic Current sensor\, this offset is the zero throttle system current and is added to the calculated throttle base current\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATTC_VLT_OFFSET: + +BATTC\_VLT\_OFFSET: Voltage offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage offset on voltage pin\. This allows for an offset due to a diode\. This voltage is subtracted before the scaling is applied\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATTC_I2C_BUS__AP_BattMonitor_SMBus: + +BATTC\_I2C\_BUS \(AP\_BattMonitor\_SMBus\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATTC_I2C_ADDR__AP_BattMonitor_SMBus: + +BATTC\_I2C\_ADDR \(AP\_BattMonitor\_SMBus\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATTC_SUM_MASK: + +BATTC\_SUM\_MASK: Battery Sum mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +0\: sum of remaining battery monitors\, If none 0 sum of specified monitors\. Current will be summed and voltages averaged\. + + ++-----+-----------+ +| Bit | Meaning | ++=====+===========+ +| 0 | monitor 1 | ++-----+-----------+ +| 1 | monitor 2 | ++-----+-----------+ +| 2 | monitor 3 | ++-----+-----------+ +| 3 | monitor 4 | ++-----+-----------+ +| 4 | monitor 5 | ++-----+-----------+ +| 5 | monitor 6 | ++-----+-----------+ +| 6 | monitor 7 | ++-----+-----------+ +| 7 | monitor 8 | ++-----+-----------+ +| 8 | monitor 9 | ++-----+-----------+ + + + + +.. _BATTC_CURR_MULT: + +BATTC\_CURR\_MULT: Scales reported power monitor current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + + ++----------+ +| Range | ++==========+ +| .1 to 10 | ++----------+ + + + + +.. _BATTC_FL_VLT_MIN: + +BATTC\_FL\_VLT\_MIN: Empty fuel level voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty\. Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+-------+ +| Range | Units | ++============+=======+ +| 0.01 to 10 | volt | ++------------+-------+ + + + + +.. _BATTC_FL_V_MULT: + +BATTC\_FL\_V\_MULT: Fuel level voltage multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is\. This is calculated as 1 \/ \(Voltage\_Full \- Voltage\_Empty\) Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+ +| Range | ++============+ +| 0.01 to 10 | ++------------+ + + + + +.. _BATTC_FL_FLTR: + +BATTC\_FL\_FLTR: Fuel level filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Filter frequency in Hertz where a low pass filter is used\. This is used to filter out tank slosh from the fuel level reading\. A value of \-1 disables the filter and unfiltered voltage is used to determine the fuel level\. The suggested values at in the range of 0\.2 Hz to 0\.5 Hz\. + + ++---------+-------+ +| Range | Units | ++=========+=======+ +| -1 to 1 | hertz | ++---------+-------+ + + + + +.. _BATTC_FL_PIN: + +BATTC\_FL\_PIN: Fuel level analog pin number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog input pin that fuel level sensor is connected to\. Airspeed ports can be used for Analog input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. + + ++-------+---------------------------+ +| Value | Meaning | ++=======+===========================+ +| -1 | Not Used | ++-------+---------------------------+ +| 11 | Pixracer | ++-------+---------------------------+ +| 13 | Pixhawk ADC4 | ++-------+---------------------------+ +| 14 | Pixhawk ADC3 | ++-------+---------------------------+ +| 15 | Pixhawk ADC6/Pixhawk2 ADC | ++-------+---------------------------+ +| 103 | Pixhawk SBUS | ++-------+---------------------------+ + + + + +.. _BATTC_FL_FF: + +BATTC\_FL\_FF: First order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +First order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTC_FL_FS: + +BATTC\_FL\_FS: Second order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Second order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTC_FL_FT: + +BATTC\_FL\_FT: Third order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Third order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTC_FL_OFF: + +BATTC\_FL\_OFF: Offset term +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTC_MAX_VOLT: + +BATTC\_MAX\_VOLT: Maximum Battery Voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum voltage of battery\. Provides scaling of current versus voltage + + ++----------+ +| Range | ++==========+ +| 7 to 100 | ++----------+ + + + + +.. _BATTC_I2C_BUS__AP_BattMonitor_INA2xx: + +BATTC\_I2C\_BUS \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATTC_I2C_ADDR__AP_BattMonitor_INA2xx: + +BATTC\_I2C\_ADDR \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address\. If this is zero then probe list of supported addresses + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATTC_MAX_AMPS: + +BATTC\_MAX\_AMPS: Battery monitor max current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 1 to 400 | ampere | ++----------+--------+ + + + + +.. _BATTC_SHUNT: + +BATTC\_SHUNT: Battery monitor shunt resistor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + + ++----------------+-------+ +| Range | Units | ++================+=======+ +| 0.0001 to 0.01 | Ohm | ++----------------+-------+ + + + + + +.. _parameters_BATTD_: + +BATTD\_ Parameters +------------------ + + +.. _BATTD_MONITOR: + +BATTD\_MONITOR: Battery monitoring +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Controls enabling monitoring of the battery\'s voltage and current + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| 0 | Disabled | ++-------+--------------------------------------+ +| 3 | Analog Voltage Only | ++-------+--------------------------------------+ +| 4 | Analog Voltage and Current | ++-------+--------------------------------------+ +| 5 | Solo | ++-------+--------------------------------------+ +| 6 | Bebop | ++-------+--------------------------------------+ +| 7 | SMBus-Generic | ++-------+--------------------------------------+ +| 8 | DroneCAN-BatteryInfo | ++-------+--------------------------------------+ +| 9 | ESC | ++-------+--------------------------------------+ +| 10 | Sum Of Selected Monitors | ++-------+--------------------------------------+ +| 11 | FuelFlow | ++-------+--------------------------------------+ +| 12 | FuelLevelPWM | ++-------+--------------------------------------+ +| 13 | SMBUS-SUI3 | ++-------+--------------------------------------+ +| 14 | SMBUS-SUI6 | ++-------+--------------------------------------+ +| 15 | NeoDesign | ++-------+--------------------------------------+ +| 16 | SMBus-Maxell | ++-------+--------------------------------------+ +| 17 | Generator-Elec | ++-------+--------------------------------------+ +| 18 | Generator-Fuel | ++-------+--------------------------------------+ +| 19 | Rotoye | ++-------+--------------------------------------+ +| 20 | MPPT | ++-------+--------------------------------------+ +| 21 | INA2XX | ++-------+--------------------------------------+ +| 22 | LTC2946 | ++-------+--------------------------------------+ +| 23 | Torqeedo | ++-------+--------------------------------------+ +| 24 | FuelLevelAnalog | ++-------+--------------------------------------+ +| 25 | Synthetic Current and Analog Voltage | ++-------+--------------------------------------+ +| 26 | INA239_SPI | ++-------+--------------------------------------+ +| 27 | EFI | ++-------+--------------------------------------+ +| 28 | AD7091R5 | ++-------+--------------------------------------+ +| 29 | Scripting | ++-------+--------------------------------------+ + + + + +.. _BATTD_CAPACITY: + +BATTD\_CAPACITY: Battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Capacity of the battery in mAh when full + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTD_SERIAL_NUM: + +BATTD\_SERIAL\_NUM: Battery serial number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery serial number\, automatically filled in for SMBus batteries\, otherwise will be \-1\. With DroneCan it is the battery\_id\. + + +.. _BATTD_LOW_TIMER: + +BATTD\_LOW\_TIMER: Low voltage timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered\. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs\. A value of zero disables low voltage errors\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 120 | seconds | ++-----------+----------+---------+ + + + + +.. _BATTD_FS_VOLTSRC: + +BATTD\_FS\_VOLTSRC: Failsafe voltage source +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + + ++-------+-------------------------+ +| Value | Meaning | ++=======+=========================+ +| 0 | Raw Voltage | ++-------+-------------------------+ +| 1 | Sag Compensated Voltage | ++-------+-------------------------+ + + + + +.. _BATTD_LOW_VOLT: + +BATTD\_LOW\_VOLT: Low battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a low battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTD\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATTD\_FS\_LOW\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATTD_LOW_MAH: + +BATTD\_LOW\_MAH: Low battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the low battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTD\_FS\_LOW\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTD_CRT_VOLT: + +BATTD\_CRT\_VOLT: Critical battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a critical battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTD\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATTD\_FS\_CRT\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATTD_CRT_MAH: + +BATTD\_CRT\_MAH: Battery critical capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the critical battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTD\_\_FS\_CRT\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTD_FS_LOW_ACT: + +BATTD\_FS\_LOW\_ACT: Low battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a low battery failsafe + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | None | ++-------+------------------+ +| 1 | RTL | ++-------+------------------+ +| 2 | Hold | ++-------+------------------+ +| 3 | SmartRTL | ++-------+------------------+ +| 4 | SmartRTL or Hold | ++-------+------------------+ +| 5 | Terminate | ++-------+------------------+ + + + + +.. _BATTD_FS_CRT_ACT: + +BATTD\_FS\_CRT\_ACT: Critical battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a critical battery failsafe + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | None | ++-------+------------------+ +| 1 | RTL | ++-------+------------------+ +| 2 | Hold | ++-------+------------------+ +| 3 | SmartRTL | ++-------+------------------+ +| 4 | SmartRTL or Hold | ++-------+------------------+ +| 5 | Terminate | ++-------+------------------+ + + + + +.. _BATTD_ARM_VOLT: + +BATTD\_ARM\_VOLT: Required arming voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft\. Set to 0 to allow arming at any voltage\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATTD_ARM_MAH: + +BATTD\_ARM\_MAH: Required arming remaining capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft\. Set to 0 to allow arming at any capacity\. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate\, which can lead to this check not providing sufficent protection\, it is recommended to always use this in conjunction with the BATTD\_\_ARM\_VOLT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTD_OPTIONS: + +BATTD\_OPTIONS: Battery monitor options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + + ++-----+--------------------------------------------------------+ +| Bit | Meaning | ++=====+========================================================+ +| 0 | Ignore DroneCAN SoC | ++-----+--------------------------------------------------------+ +| 1 | MPPT reports input voltage and current | ++-----+--------------------------------------------------------+ +| 2 | MPPT Powered off when disarmed | ++-----+--------------------------------------------------------+ +| 3 | MPPT Powered on when armed | ++-----+--------------------------------------------------------+ +| 4 | MPPT Powered off at boot | ++-----+--------------------------------------------------------+ +| 5 | MPPT Powered on at boot | ++-----+--------------------------------------------------------+ +| 6 | Send resistance compensated voltage to GCS | ++-----+--------------------------------------------------------+ +| 7 | Allow DroneCAN InfoAux to be from a different CAN node | ++-----+--------------------------------------------------------+ + + + + +.. _BATTD_ESC_INDEX: + +BATTD\_ESC\_INDEX: ESC Telemetry Index to write to +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage\, current\, consumption and temperature data to\. Use 0 to disable\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 10 | ++-----------+---------+ + + + + +.. _BATTD_VOLT_PIN: + +BATTD\_VOLT\_PIN: Battery Voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for voltage monitoring\. + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| -1 | Disabled | ++-------+--------------------------------------+ +| 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | ++-------+--------------------------------------+ +| 5 | Navigator | ++-------+--------------------------------------+ +| 13 | Pixhawk2_PM2/CubeOrange_PM2 | ++-------+--------------------------------------+ +| 14 | CubeOrange | ++-------+--------------------------------------+ +| 16 | Durandal | ++-------+--------------------------------------+ +| 100 | PX4-v1 | ++-------+--------------------------------------+ + + + + +.. _BATTD_CURR_PIN: + +BATTD\_CURR\_PIN: Battery Current sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for current monitoring\. + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| -1 | Disabled | ++-------+--------------------------------------+ +| 3 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | ++-------+--------------------------------------+ +| 4 | CubeOrange_PM2/Navigator | ++-------+--------------------------------------+ +| 14 | Pixhawk2_PM2 | ++-------+--------------------------------------+ +| 15 | CubeOrange | ++-------+--------------------------------------+ +| 17 | Durandal | ++-------+--------------------------------------+ +| 101 | PX4-v1 | ++-------+--------------------------------------+ + + + + +.. _BATTD_VOLT_MULT: + +BATTD\_VOLT\_MULT: Voltage Multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin \(BATTD\_VOLT\_PIN\) to the actual battery\'s voltage \(pin\_voltage \* VOLT\_MULT\)\. For the 3DR Power brick with a Pixhawk\, this should be set to 10\.1\. For the Pixhawk with the 3DR 4in1 ESC this should be 12\.02\. For the PX using the PX4IO power supply this should be set to 1\. + + +.. _BATTD_AMP_PERVLT: + +BATTD\_AMP\_PERVLT: Amps per volt +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of amps that a 1V reading on the current sensor corresponds to\. With a Pixhawk using the 3DR Power brick this should be set to 17\. For the Pixhawk with the 3DR 4in1 ESC this should be 17\. For Synthetic Current sensor monitors\, this is the maximum\, full throttle current draw\. + + ++-----------------+ +| Units | ++=================+ +| ampere per volt | ++-----------------+ + + + + +.. _BATTD_AMP_OFFSET: + +BATTD\_AMP\_OFFSET: AMP offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Voltage offset at zero current on current sensor for Analog Sensors\. For Synthetic Current sensor\, this offset is the zero throttle system current and is added to the calculated throttle base current\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATTD_VLT_OFFSET: + +BATTD\_VLT\_OFFSET: Voltage offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage offset on voltage pin\. This allows for an offset due to a diode\. This voltage is subtracted before the scaling is applied\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATTD_I2C_BUS__AP_BattMonitor_SMBus: + +BATTD\_I2C\_BUS \(AP\_BattMonitor\_SMBus\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATTD_I2C_ADDR__AP_BattMonitor_SMBus: + +BATTD\_I2C\_ADDR \(AP\_BattMonitor\_SMBus\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATTD_SUM_MASK: + +BATTD\_SUM\_MASK: Battery Sum mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +0\: sum of remaining battery monitors\, If none 0 sum of specified monitors\. Current will be summed and voltages averaged\. + + ++-----+-----------+ +| Bit | Meaning | ++=====+===========+ +| 0 | monitor 1 | ++-----+-----------+ +| 1 | monitor 2 | ++-----+-----------+ +| 2 | monitor 3 | ++-----+-----------+ +| 3 | monitor 4 | ++-----+-----------+ +| 4 | monitor 5 | ++-----+-----------+ +| 5 | monitor 6 | ++-----+-----------+ +| 6 | monitor 7 | ++-----+-----------+ +| 7 | monitor 8 | ++-----+-----------+ +| 8 | monitor 9 | ++-----+-----------+ + + + + +.. _BATTD_CURR_MULT: + +BATTD\_CURR\_MULT: Scales reported power monitor current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + + ++----------+ +| Range | ++==========+ +| .1 to 10 | ++----------+ + + + + +.. _BATTD_FL_VLT_MIN: + +BATTD\_FL\_VLT\_MIN: Empty fuel level voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty\. Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+-------+ +| Range | Units | ++============+=======+ +| 0.01 to 10 | volt | ++------------+-------+ + + + + +.. _BATTD_FL_V_MULT: + +BATTD\_FL\_V\_MULT: Fuel level voltage multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is\. This is calculated as 1 \/ \(Voltage\_Full \- Voltage\_Empty\) Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+ +| Range | ++============+ +| 0.01 to 10 | ++------------+ + + + + +.. _BATTD_FL_FLTR: + +BATTD\_FL\_FLTR: Fuel level filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Filter frequency in Hertz where a low pass filter is used\. This is used to filter out tank slosh from the fuel level reading\. A value of \-1 disables the filter and unfiltered voltage is used to determine the fuel level\. The suggested values at in the range of 0\.2 Hz to 0\.5 Hz\. + + ++---------+-------+ +| Range | Units | ++=========+=======+ +| -1 to 1 | hertz | ++---------+-------+ + + + + +.. _BATTD_FL_PIN: + +BATTD\_FL\_PIN: Fuel level analog pin number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog input pin that fuel level sensor is connected to\. Airspeed ports can be used for Analog input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. + + ++-------+---------------------------+ +| Value | Meaning | ++=======+===========================+ +| -1 | Not Used | ++-------+---------------------------+ +| 11 | Pixracer | ++-------+---------------------------+ +| 13 | Pixhawk ADC4 | ++-------+---------------------------+ +| 14 | Pixhawk ADC3 | ++-------+---------------------------+ +| 15 | Pixhawk ADC6/Pixhawk2 ADC | ++-------+---------------------------+ +| 103 | Pixhawk SBUS | ++-------+---------------------------+ + + + + +.. _BATTD_FL_FF: + +BATTD\_FL\_FF: First order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +First order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTD_FL_FS: + +BATTD\_FL\_FS: Second order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Second order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTD_FL_FT: + +BATTD\_FL\_FT: Third order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Third order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTD_FL_OFF: + +BATTD\_FL\_OFF: Offset term +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTD_MAX_VOLT: + +BATTD\_MAX\_VOLT: Maximum Battery Voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum voltage of battery\. Provides scaling of current versus voltage + + ++----------+ +| Range | ++==========+ +| 7 to 100 | ++----------+ + + + + +.. _BATTD_I2C_BUS__AP_BattMonitor_INA2xx: + +BATTD\_I2C\_BUS \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATTD_I2C_ADDR__AP_BattMonitor_INA2xx: + +BATTD\_I2C\_ADDR \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address\. If this is zero then probe list of supported addresses + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATTD_MAX_AMPS: + +BATTD\_MAX\_AMPS: Battery monitor max current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 1 to 400 | ampere | ++----------+--------+ + + + + +.. _BATTD_SHUNT: + +BATTD\_SHUNT: Battery monitor shunt resistor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + + ++----------------+-------+ +| Range | Units | ++================+=======+ +| 0.0001 to 0.01 | Ohm | ++----------------+-------+ + + + + + +.. _parameters_BATTE_: + +BATTE\_ Parameters +------------------ + + +.. _BATTE_MONITOR: + +BATTE\_MONITOR: Battery monitoring +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Controls enabling monitoring of the battery\'s voltage and current + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| 0 | Disabled | ++-------+--------------------------------------+ +| 3 | Analog Voltage Only | ++-------+--------------------------------------+ +| 4 | Analog Voltage and Current | ++-------+--------------------------------------+ +| 5 | Solo | ++-------+--------------------------------------+ +| 6 | Bebop | ++-------+--------------------------------------+ +| 7 | SMBus-Generic | ++-------+--------------------------------------+ +| 8 | DroneCAN-BatteryInfo | ++-------+--------------------------------------+ +| 9 | ESC | ++-------+--------------------------------------+ +| 10 | Sum Of Selected Monitors | ++-------+--------------------------------------+ +| 11 | FuelFlow | ++-------+--------------------------------------+ +| 12 | FuelLevelPWM | ++-------+--------------------------------------+ +| 13 | SMBUS-SUI3 | ++-------+--------------------------------------+ +| 14 | SMBUS-SUI6 | ++-------+--------------------------------------+ +| 15 | NeoDesign | ++-------+--------------------------------------+ +| 16 | SMBus-Maxell | ++-------+--------------------------------------+ +| 17 | Generator-Elec | ++-------+--------------------------------------+ +| 18 | Generator-Fuel | ++-------+--------------------------------------+ +| 19 | Rotoye | ++-------+--------------------------------------+ +| 20 | MPPT | ++-------+--------------------------------------+ +| 21 | INA2XX | ++-------+--------------------------------------+ +| 22 | LTC2946 | ++-------+--------------------------------------+ +| 23 | Torqeedo | ++-------+--------------------------------------+ +| 24 | FuelLevelAnalog | ++-------+--------------------------------------+ +| 25 | Synthetic Current and Analog Voltage | ++-------+--------------------------------------+ +| 26 | INA239_SPI | ++-------+--------------------------------------+ +| 27 | EFI | ++-------+--------------------------------------+ +| 28 | AD7091R5 | ++-------+--------------------------------------+ +| 29 | Scripting | ++-------+--------------------------------------+ + + + + +.. _BATTE_CAPACITY: + +BATTE\_CAPACITY: Battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Capacity of the battery in mAh when full + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTE_SERIAL_NUM: + +BATTE\_SERIAL\_NUM: Battery serial number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery serial number\, automatically filled in for SMBus batteries\, otherwise will be \-1\. With DroneCan it is the battery\_id\. + + +.. _BATTE_LOW_TIMER: + +BATTE\_LOW\_TIMER: Low voltage timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered\. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs\. A value of zero disables low voltage errors\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 120 | seconds | ++-----------+----------+---------+ + + + + +.. _BATTE_FS_VOLTSRC: + +BATTE\_FS\_VOLTSRC: Failsafe voltage source +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + + ++-------+-------------------------+ +| Value | Meaning | ++=======+=========================+ +| 0 | Raw Voltage | ++-------+-------------------------+ +| 1 | Sag Compensated Voltage | ++-------+-------------------------+ + + + + +.. _BATTE_LOW_VOLT: + +BATTE\_LOW\_VOLT: Low battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a low battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTE\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATTE\_FS\_LOW\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATTE_LOW_MAH: + +BATTE\_LOW\_MAH: Low battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the low battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTE\_FS\_LOW\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTE_CRT_VOLT: + +BATTE\_CRT\_VOLT: Critical battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a critical battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTE\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATTE\_FS\_CRT\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATTE_CRT_MAH: + +BATTE\_CRT\_MAH: Battery critical capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the critical battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTE\_\_FS\_CRT\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTE_FS_LOW_ACT: + +BATTE\_FS\_LOW\_ACT: Low battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a low battery failsafe + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | None | ++-------+------------------+ +| 1 | RTL | ++-------+------------------+ +| 2 | Hold | ++-------+------------------+ +| 3 | SmartRTL | ++-------+------------------+ +| 4 | SmartRTL or Hold | ++-------+------------------+ +| 5 | Terminate | ++-------+------------------+ + + + + +.. _BATTE_FS_CRT_ACT: + +BATTE\_FS\_CRT\_ACT: Critical battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a critical battery failsafe + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | None | ++-------+------------------+ +| 1 | RTL | ++-------+------------------+ +| 2 | Hold | ++-------+------------------+ +| 3 | SmartRTL | ++-------+------------------+ +| 4 | SmartRTL or Hold | ++-------+------------------+ +| 5 | Terminate | ++-------+------------------+ + + + + +.. _BATTE_ARM_VOLT: + +BATTE\_ARM\_VOLT: Required arming voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft\. Set to 0 to allow arming at any voltage\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATTE_ARM_MAH: + +BATTE\_ARM\_MAH: Required arming remaining capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft\. Set to 0 to allow arming at any capacity\. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate\, which can lead to this check not providing sufficent protection\, it is recommended to always use this in conjunction with the BATTE\_\_ARM\_VOLT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTE_OPTIONS: + +BATTE\_OPTIONS: Battery monitor options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + + ++-----+--------------------------------------------------------+ +| Bit | Meaning | ++=====+========================================================+ +| 0 | Ignore DroneCAN SoC | ++-----+--------------------------------------------------------+ +| 1 | MPPT reports input voltage and current | ++-----+--------------------------------------------------------+ +| 2 | MPPT Powered off when disarmed | ++-----+--------------------------------------------------------+ +| 3 | MPPT Powered on when armed | ++-----+--------------------------------------------------------+ +| 4 | MPPT Powered off at boot | ++-----+--------------------------------------------------------+ +| 5 | MPPT Powered on at boot | ++-----+--------------------------------------------------------+ +| 6 | Send resistance compensated voltage to GCS | ++-----+--------------------------------------------------------+ +| 7 | Allow DroneCAN InfoAux to be from a different CAN node | ++-----+--------------------------------------------------------+ + + + + +.. _BATTE_ESC_INDEX: + +BATTE\_ESC\_INDEX: ESC Telemetry Index to write to +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage\, current\, consumption and temperature data to\. Use 0 to disable\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 10 | ++-----------+---------+ + + + + +.. _BATTE_VOLT_PIN: + +BATTE\_VOLT\_PIN: Battery Voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for voltage monitoring\. + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| -1 | Disabled | ++-------+--------------------------------------+ +| 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | ++-------+--------------------------------------+ +| 5 | Navigator | ++-------+--------------------------------------+ +| 13 | Pixhawk2_PM2/CubeOrange_PM2 | ++-------+--------------------------------------+ +| 14 | CubeOrange | ++-------+--------------------------------------+ +| 16 | Durandal | ++-------+--------------------------------------+ +| 100 | PX4-v1 | ++-------+--------------------------------------+ + + + + +.. _BATTE_CURR_PIN: + +BATTE\_CURR\_PIN: Battery Current sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for current monitoring\. + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| -1 | Disabled | ++-------+--------------------------------------+ +| 3 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | ++-------+--------------------------------------+ +| 4 | CubeOrange_PM2/Navigator | ++-------+--------------------------------------+ +| 14 | Pixhawk2_PM2 | ++-------+--------------------------------------+ +| 15 | CubeOrange | ++-------+--------------------------------------+ +| 17 | Durandal | ++-------+--------------------------------------+ +| 101 | PX4-v1 | ++-------+--------------------------------------+ + + + + +.. _BATTE_VOLT_MULT: + +BATTE\_VOLT\_MULT: Voltage Multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin \(BATTE\_VOLT\_PIN\) to the actual battery\'s voltage \(pin\_voltage \* VOLT\_MULT\)\. For the 3DR Power brick with a Pixhawk\, this should be set to 10\.1\. For the Pixhawk with the 3DR 4in1 ESC this should be 12\.02\. For the PX using the PX4IO power supply this should be set to 1\. + + +.. _BATTE_AMP_PERVLT: + +BATTE\_AMP\_PERVLT: Amps per volt +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of amps that a 1V reading on the current sensor corresponds to\. With a Pixhawk using the 3DR Power brick this should be set to 17\. For the Pixhawk with the 3DR 4in1 ESC this should be 17\. For Synthetic Current sensor monitors\, this is the maximum\, full throttle current draw\. + + ++-----------------+ +| Units | ++=================+ +| ampere per volt | ++-----------------+ + + + + +.. _BATTE_AMP_OFFSET: + +BATTE\_AMP\_OFFSET: AMP offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Voltage offset at zero current on current sensor for Analog Sensors\. For Synthetic Current sensor\, this offset is the zero throttle system current and is added to the calculated throttle base current\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATTE_VLT_OFFSET: + +BATTE\_VLT\_OFFSET: Voltage offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage offset on voltage pin\. This allows for an offset due to a diode\. This voltage is subtracted before the scaling is applied\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATTE_I2C_BUS__AP_BattMonitor_SMBus: + +BATTE\_I2C\_BUS \(AP\_BattMonitor\_SMBus\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATTE_I2C_ADDR__AP_BattMonitor_SMBus: + +BATTE\_I2C\_ADDR \(AP\_BattMonitor\_SMBus\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATTE_SUM_MASK: + +BATTE\_SUM\_MASK: Battery Sum mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +0\: sum of remaining battery monitors\, If none 0 sum of specified monitors\. Current will be summed and voltages averaged\. + + ++-----+-----------+ +| Bit | Meaning | ++=====+===========+ +| 0 | monitor 1 | ++-----+-----------+ +| 1 | monitor 2 | ++-----+-----------+ +| 2 | monitor 3 | ++-----+-----------+ +| 3 | monitor 4 | ++-----+-----------+ +| 4 | monitor 5 | ++-----+-----------+ +| 5 | monitor 6 | ++-----+-----------+ +| 6 | monitor 7 | ++-----+-----------+ +| 7 | monitor 8 | ++-----+-----------+ +| 8 | monitor 9 | ++-----+-----------+ + + + + +.. _BATTE_CURR_MULT: + +BATTE\_CURR\_MULT: Scales reported power monitor current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + + ++----------+ +| Range | ++==========+ +| .1 to 10 | ++----------+ + + + + +.. _BATTE_FL_VLT_MIN: + +BATTE\_FL\_VLT\_MIN: Empty fuel level voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty\. Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+-------+ +| Range | Units | ++============+=======+ +| 0.01 to 10 | volt | ++------------+-------+ + + + + +.. _BATTE_FL_V_MULT: + +BATTE\_FL\_V\_MULT: Fuel level voltage multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is\. This is calculated as 1 \/ \(Voltage\_Full \- Voltage\_Empty\) Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+ +| Range | ++============+ +| 0.01 to 10 | ++------------+ + + + + +.. _BATTE_FL_FLTR: + +BATTE\_FL\_FLTR: Fuel level filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Filter frequency in Hertz where a low pass filter is used\. This is used to filter out tank slosh from the fuel level reading\. A value of \-1 disables the filter and unfiltered voltage is used to determine the fuel level\. The suggested values at in the range of 0\.2 Hz to 0\.5 Hz\. + + ++---------+-------+ +| Range | Units | ++=========+=======+ +| -1 to 1 | hertz | ++---------+-------+ + + + + +.. _BATTE_FL_PIN: + +BATTE\_FL\_PIN: Fuel level analog pin number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog input pin that fuel level sensor is connected to\. Airspeed ports can be used for Analog input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. + + ++-------+---------------------------+ +| Value | Meaning | ++=======+===========================+ +| -1 | Not Used | ++-------+---------------------------+ +| 11 | Pixracer | ++-------+---------------------------+ +| 13 | Pixhawk ADC4 | ++-------+---------------------------+ +| 14 | Pixhawk ADC3 | ++-------+---------------------------+ +| 15 | Pixhawk ADC6/Pixhawk2 ADC | ++-------+---------------------------+ +| 103 | Pixhawk SBUS | ++-------+---------------------------+ + + + + +.. _BATTE_FL_FF: + +BATTE\_FL\_FF: First order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +First order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTE_FL_FS: + +BATTE\_FL\_FS: Second order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Second order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTE_FL_FT: + +BATTE\_FL\_FT: Third order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Third order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTE_FL_OFF: + +BATTE\_FL\_OFF: Offset term +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTE_MAX_VOLT: + +BATTE\_MAX\_VOLT: Maximum Battery Voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum voltage of battery\. Provides scaling of current versus voltage + + ++----------+ +| Range | ++==========+ +| 7 to 100 | ++----------+ + + + + +.. _BATTE_I2C_BUS__AP_BattMonitor_INA2xx: + +BATTE\_I2C\_BUS \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATTE_I2C_ADDR__AP_BattMonitor_INA2xx: + +BATTE\_I2C\_ADDR \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address\. If this is zero then probe list of supported addresses + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATTE_MAX_AMPS: + +BATTE\_MAX\_AMPS: Battery monitor max current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 1 to 400 | ampere | ++----------+--------+ + + + + +.. _BATTE_SHUNT: + +BATTE\_SHUNT: Battery monitor shunt resistor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + + ++----------------+-------+ +| Range | Units | ++================+=======+ +| 0.0001 to 0.01 | Ohm | ++----------------+-------+ + + + + + +.. _parameters_BATTF_: + +BATTF\_ Parameters +------------------ + + +.. _BATTF_MONITOR: + +BATTF\_MONITOR: Battery monitoring +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Controls enabling monitoring of the battery\'s voltage and current + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| 0 | Disabled | ++-------+--------------------------------------+ +| 3 | Analog Voltage Only | ++-------+--------------------------------------+ +| 4 | Analog Voltage and Current | ++-------+--------------------------------------+ +| 5 | Solo | ++-------+--------------------------------------+ +| 6 | Bebop | ++-------+--------------------------------------+ +| 7 | SMBus-Generic | ++-------+--------------------------------------+ +| 8 | DroneCAN-BatteryInfo | ++-------+--------------------------------------+ +| 9 | ESC | ++-------+--------------------------------------+ +| 10 | Sum Of Selected Monitors | ++-------+--------------------------------------+ +| 11 | FuelFlow | ++-------+--------------------------------------+ +| 12 | FuelLevelPWM | ++-------+--------------------------------------+ +| 13 | SMBUS-SUI3 | ++-------+--------------------------------------+ +| 14 | SMBUS-SUI6 | ++-------+--------------------------------------+ +| 15 | NeoDesign | ++-------+--------------------------------------+ +| 16 | SMBus-Maxell | ++-------+--------------------------------------+ +| 17 | Generator-Elec | ++-------+--------------------------------------+ +| 18 | Generator-Fuel | ++-------+--------------------------------------+ +| 19 | Rotoye | ++-------+--------------------------------------+ +| 20 | MPPT | ++-------+--------------------------------------+ +| 21 | INA2XX | ++-------+--------------------------------------+ +| 22 | LTC2946 | ++-------+--------------------------------------+ +| 23 | Torqeedo | ++-------+--------------------------------------+ +| 24 | FuelLevelAnalog | ++-------+--------------------------------------+ +| 25 | Synthetic Current and Analog Voltage | ++-------+--------------------------------------+ +| 26 | INA239_SPI | ++-------+--------------------------------------+ +| 27 | EFI | ++-------+--------------------------------------+ +| 28 | AD7091R5 | ++-------+--------------------------------------+ +| 29 | Scripting | ++-------+--------------------------------------+ + + + + +.. _BATTF_CAPACITY: + +BATTF\_CAPACITY: Battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Capacity of the battery in mAh when full + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTF_SERIAL_NUM: + +BATTF\_SERIAL\_NUM: Battery serial number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery serial number\, automatically filled in for SMBus batteries\, otherwise will be \-1\. With DroneCan it is the battery\_id\. + + +.. _BATTF_LOW_TIMER: + +BATTF\_LOW\_TIMER: Low voltage timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered\. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs\. A value of zero disables low voltage errors\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 120 | seconds | ++-----------+----------+---------+ + + + + +.. _BATTF_FS_VOLTSRC: + +BATTF\_FS\_VOLTSRC: Failsafe voltage source +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + + ++-------+-------------------------+ +| Value | Meaning | ++=======+=========================+ +| 0 | Raw Voltage | ++-------+-------------------------+ +| 1 | Sag Compensated Voltage | ++-------+-------------------------+ + + + + +.. _BATTF_LOW_VOLT: + +BATTF\_LOW\_VOLT: Low battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a low battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTF\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATTF\_FS\_LOW\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATTF_LOW_MAH: + +BATTF\_LOW\_MAH: Low battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the low battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTF\_FS\_LOW\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTF_CRT_VOLT: + +BATTF\_CRT\_VOLT: Critical battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a critical battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTF\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATTF\_FS\_CRT\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATTF_CRT_MAH: + +BATTF\_CRT\_MAH: Battery critical capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the critical battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTF\_\_FS\_CRT\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTF_FS_LOW_ACT: + +BATTF\_FS\_LOW\_ACT: Low battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a low battery failsafe + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | None | ++-------+------------------+ +| 1 | RTL | ++-------+------------------+ +| 2 | Hold | ++-------+------------------+ +| 3 | SmartRTL | ++-------+------------------+ +| 4 | SmartRTL or Hold | ++-------+------------------+ +| 5 | Terminate | ++-------+------------------+ + + + + +.. _BATTF_FS_CRT_ACT: + +BATTF\_FS\_CRT\_ACT: Critical battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a critical battery failsafe + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | None | ++-------+------------------+ +| 1 | RTL | ++-------+------------------+ +| 2 | Hold | ++-------+------------------+ +| 3 | SmartRTL | ++-------+------------------+ +| 4 | SmartRTL or Hold | ++-------+------------------+ +| 5 | Terminate | ++-------+------------------+ + + + + +.. _BATTF_ARM_VOLT: + +BATTF\_ARM\_VOLT: Required arming voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft\. Set to 0 to allow arming at any voltage\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATTF_ARM_MAH: + +BATTF\_ARM\_MAH: Required arming remaining capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft\. Set to 0 to allow arming at any capacity\. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate\, which can lead to this check not providing sufficent protection\, it is recommended to always use this in conjunction with the BATTF\_\_ARM\_VOLT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTF_OPTIONS: + +BATTF\_OPTIONS: Battery monitor options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + + ++-----+--------------------------------------------------------+ +| Bit | Meaning | ++=====+========================================================+ +| 0 | Ignore DroneCAN SoC | ++-----+--------------------------------------------------------+ +| 1 | MPPT reports input voltage and current | ++-----+--------------------------------------------------------+ +| 2 | MPPT Powered off when disarmed | ++-----+--------------------------------------------------------+ +| 3 | MPPT Powered on when armed | ++-----+--------------------------------------------------------+ +| 4 | MPPT Powered off at boot | ++-----+--------------------------------------------------------+ +| 5 | MPPT Powered on at boot | ++-----+--------------------------------------------------------+ +| 6 | Send resistance compensated voltage to GCS | ++-----+--------------------------------------------------------+ +| 7 | Allow DroneCAN InfoAux to be from a different CAN node | ++-----+--------------------------------------------------------+ + + + + +.. _BATTF_ESC_INDEX: + +BATTF\_ESC\_INDEX: ESC Telemetry Index to write to +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage\, current\, consumption and temperature data to\. Use 0 to disable\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 10 | ++-----------+---------+ + + + + +.. _BATTF_VOLT_PIN: + +BATTF\_VOLT\_PIN: Battery Voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for voltage monitoring\. + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| -1 | Disabled | ++-------+--------------------------------------+ +| 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | ++-------+--------------------------------------+ +| 5 | Navigator | ++-------+--------------------------------------+ +| 13 | Pixhawk2_PM2/CubeOrange_PM2 | ++-------+--------------------------------------+ +| 14 | CubeOrange | ++-------+--------------------------------------+ +| 16 | Durandal | ++-------+--------------------------------------+ +| 100 | PX4-v1 | ++-------+--------------------------------------+ + + + + +.. _BATTF_CURR_PIN: + +BATTF\_CURR\_PIN: Battery Current sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for current monitoring\. + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| -1 | Disabled | ++-------+--------------------------------------+ +| 3 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | ++-------+--------------------------------------+ +| 4 | CubeOrange_PM2/Navigator | ++-------+--------------------------------------+ +| 14 | Pixhawk2_PM2 | ++-------+--------------------------------------+ +| 15 | CubeOrange | ++-------+--------------------------------------+ +| 17 | Durandal | ++-------+--------------------------------------+ +| 101 | PX4-v1 | ++-------+--------------------------------------+ + + + + +.. _BATTF_VOLT_MULT: + +BATTF\_VOLT\_MULT: Voltage Multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin \(BATTF\_VOLT\_PIN\) to the actual battery\'s voltage \(pin\_voltage \* VOLT\_MULT\)\. For the 3DR Power brick with a Pixhawk\, this should be set to 10\.1\. For the Pixhawk with the 3DR 4in1 ESC this should be 12\.02\. For the PX using the PX4IO power supply this should be set to 1\. + + +.. _BATTF_AMP_PERVLT: + +BATTF\_AMP\_PERVLT: Amps per volt +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of amps that a 1V reading on the current sensor corresponds to\. With a Pixhawk using the 3DR Power brick this should be set to 17\. For the Pixhawk with the 3DR 4in1 ESC this should be 17\. For Synthetic Current sensor monitors\, this is the maximum\, full throttle current draw\. + + ++-----------------+ +| Units | ++=================+ +| ampere per volt | ++-----------------+ + + + + +.. _BATTF_AMP_OFFSET: + +BATTF\_AMP\_OFFSET: AMP offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Voltage offset at zero current on current sensor for Analog Sensors\. For Synthetic Current sensor\, this offset is the zero throttle system current and is added to the calculated throttle base current\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATTF_VLT_OFFSET: + +BATTF\_VLT\_OFFSET: Voltage offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage offset on voltage pin\. This allows for an offset due to a diode\. This voltage is subtracted before the scaling is applied\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATTF_I2C_BUS__AP_BattMonitor_SMBus: + +BATTF\_I2C\_BUS \(AP\_BattMonitor\_SMBus\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATTF_I2C_ADDR__AP_BattMonitor_SMBus: + +BATTF\_I2C\_ADDR \(AP\_BattMonitor\_SMBus\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATTF_SUM_MASK: + +BATTF\_SUM\_MASK: Battery Sum mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +0\: sum of remaining battery monitors\, If none 0 sum of specified monitors\. Current will be summed and voltages averaged\. + + ++-----+-----------+ +| Bit | Meaning | ++=====+===========+ +| 0 | monitor 1 | ++-----+-----------+ +| 1 | monitor 2 | ++-----+-----------+ +| 2 | monitor 3 | ++-----+-----------+ +| 3 | monitor 4 | ++-----+-----------+ +| 4 | monitor 5 | ++-----+-----------+ +| 5 | monitor 6 | ++-----+-----------+ +| 6 | monitor 7 | ++-----+-----------+ +| 7 | monitor 8 | ++-----+-----------+ +| 8 | monitor 9 | ++-----+-----------+ + + + + +.. _BATTF_CURR_MULT: + +BATTF\_CURR\_MULT: Scales reported power monitor current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + + ++----------+ +| Range | ++==========+ +| .1 to 10 | ++----------+ + + + + +.. _BATTF_FL_VLT_MIN: + +BATTF\_FL\_VLT\_MIN: Empty fuel level voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty\. Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+-------+ +| Range | Units | ++============+=======+ +| 0.01 to 10 | volt | ++------------+-------+ + + + + +.. _BATTF_FL_V_MULT: + +BATTF\_FL\_V\_MULT: Fuel level voltage multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is\. This is calculated as 1 \/ \(Voltage\_Full \- Voltage\_Empty\) Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+ +| Range | ++============+ +| 0.01 to 10 | ++------------+ + + + + +.. _BATTF_FL_FLTR: + +BATTF\_FL\_FLTR: Fuel level filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Filter frequency in Hertz where a low pass filter is used\. This is used to filter out tank slosh from the fuel level reading\. A value of \-1 disables the filter and unfiltered voltage is used to determine the fuel level\. The suggested values at in the range of 0\.2 Hz to 0\.5 Hz\. + + ++---------+-------+ +| Range | Units | ++=========+=======+ +| -1 to 1 | hertz | ++---------+-------+ + + + + +.. _BATTF_FL_PIN: + +BATTF\_FL\_PIN: Fuel level analog pin number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog input pin that fuel level sensor is connected to\. Airspeed ports can be used for Analog input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. + + ++-------+---------------------------+ +| Value | Meaning | ++=======+===========================+ +| -1 | Not Used | ++-------+---------------------------+ +| 11 | Pixracer | ++-------+---------------------------+ +| 13 | Pixhawk ADC4 | ++-------+---------------------------+ +| 14 | Pixhawk ADC3 | ++-------+---------------------------+ +| 15 | Pixhawk ADC6/Pixhawk2 ADC | ++-------+---------------------------+ +| 103 | Pixhawk SBUS | ++-------+---------------------------+ + + + + +.. _BATTF_FL_FF: + +BATTF\_FL\_FF: First order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +First order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTF_FL_FS: + +BATTF\_FL\_FS: Second order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Second order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTF_FL_FT: + +BATTF\_FL\_FT: Third order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Third order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTF_FL_OFF: + +BATTF\_FL\_OFF: Offset term +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTF_MAX_VOLT: + +BATTF\_MAX\_VOLT: Maximum Battery Voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum voltage of battery\. Provides scaling of current versus voltage + + ++----------+ +| Range | ++==========+ +| 7 to 100 | ++----------+ + + + + +.. _BATTF_I2C_BUS__AP_BattMonitor_INA2xx: + +BATTF\_I2C\_BUS \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATTF_I2C_ADDR__AP_BattMonitor_INA2xx: + +BATTF\_I2C\_ADDR \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address\. If this is zero then probe list of supported addresses + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATTF_MAX_AMPS: + +BATTF\_MAX\_AMPS: Battery monitor max current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 1 to 400 | ampere | ++----------+--------+ + + + + +.. _BATTF_SHUNT: + +BATTF\_SHUNT: Battery monitor shunt resistor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + + ++----------------+-------+ +| Range | Units | ++================+=======+ +| 0.0001 to 0.01 | Ohm | ++----------------+-------+ + + + + + +.. _parameters_BATTG_: + +BATTG\_ Parameters +------------------ + + +.. _BATTG_MONITOR: + +BATTG\_MONITOR: Battery monitoring +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Controls enabling monitoring of the battery\'s voltage and current + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| 0 | Disabled | ++-------+--------------------------------------+ +| 3 | Analog Voltage Only | ++-------+--------------------------------------+ +| 4 | Analog Voltage and Current | ++-------+--------------------------------------+ +| 5 | Solo | ++-------+--------------------------------------+ +| 6 | Bebop | ++-------+--------------------------------------+ +| 7 | SMBus-Generic | ++-------+--------------------------------------+ +| 8 | DroneCAN-BatteryInfo | ++-------+--------------------------------------+ +| 9 | ESC | ++-------+--------------------------------------+ +| 10 | Sum Of Selected Monitors | ++-------+--------------------------------------+ +| 11 | FuelFlow | ++-------+--------------------------------------+ +| 12 | FuelLevelPWM | ++-------+--------------------------------------+ +| 13 | SMBUS-SUI3 | ++-------+--------------------------------------+ +| 14 | SMBUS-SUI6 | ++-------+--------------------------------------+ +| 15 | NeoDesign | ++-------+--------------------------------------+ +| 16 | SMBus-Maxell | ++-------+--------------------------------------+ +| 17 | Generator-Elec | ++-------+--------------------------------------+ +| 18 | Generator-Fuel | ++-------+--------------------------------------+ +| 19 | Rotoye | ++-------+--------------------------------------+ +| 20 | MPPT | ++-------+--------------------------------------+ +| 21 | INA2XX | ++-------+--------------------------------------+ +| 22 | LTC2946 | ++-------+--------------------------------------+ +| 23 | Torqeedo | ++-------+--------------------------------------+ +| 24 | FuelLevelAnalog | ++-------+--------------------------------------+ +| 25 | Synthetic Current and Analog Voltage | ++-------+--------------------------------------+ +| 26 | INA239_SPI | ++-------+--------------------------------------+ +| 27 | EFI | ++-------+--------------------------------------+ +| 28 | AD7091R5 | ++-------+--------------------------------------+ +| 29 | Scripting | ++-------+--------------------------------------+ + + + + +.. _BATTG_CAPACITY: + +BATTG\_CAPACITY: Battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Capacity of the battery in mAh when full + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTG_SERIAL_NUM: + +BATTG\_SERIAL\_NUM: Battery serial number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery serial number\, automatically filled in for SMBus batteries\, otherwise will be \-1\. With DroneCan it is the battery\_id\. + + +.. _BATTG_LOW_TIMER: + +BATTG\_LOW\_TIMER: Low voltage timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered\. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs\. A value of zero disables low voltage errors\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 120 | seconds | ++-----------+----------+---------+ + + + + +.. _BATTG_FS_VOLTSRC: + +BATTG\_FS\_VOLTSRC: Failsafe voltage source +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + + ++-------+-------------------------+ +| Value | Meaning | ++=======+=========================+ +| 0 | Raw Voltage | ++-------+-------------------------+ +| 1 | Sag Compensated Voltage | ++-------+-------------------------+ + + + + +.. _BATTG_LOW_VOLT: + +BATTG\_LOW\_VOLT: Low battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a low battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTG\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATTG\_FS\_LOW\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATTG_LOW_MAH: + +BATTG\_LOW\_MAH: Low battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the low battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTG\_FS\_LOW\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTG_CRT_VOLT: + +BATTG\_CRT\_VOLT: Critical battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a critical battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTG\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATTG\_FS\_CRT\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATTG_CRT_MAH: + +BATTG\_CRT\_MAH: Battery critical capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the critical battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTG\_\_FS\_CRT\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTG_FS_LOW_ACT: + +BATTG\_FS\_LOW\_ACT: Low battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a low battery failsafe + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | None | ++-------+------------------+ +| 1 | RTL | ++-------+------------------+ +| 2 | Hold | ++-------+------------------+ +| 3 | SmartRTL | ++-------+------------------+ +| 4 | SmartRTL or Hold | ++-------+------------------+ +| 5 | Terminate | ++-------+------------------+ + + + + +.. _BATTG_FS_CRT_ACT: + +BATTG\_FS\_CRT\_ACT: Critical battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a critical battery failsafe + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | None | ++-------+------------------+ +| 1 | RTL | ++-------+------------------+ +| 2 | Hold | ++-------+------------------+ +| 3 | SmartRTL | ++-------+------------------+ +| 4 | SmartRTL or Hold | ++-------+------------------+ +| 5 | Terminate | ++-------+------------------+ + + + + +.. _BATTG_ARM_VOLT: + +BATTG\_ARM\_VOLT: Required arming voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft\. Set to 0 to allow arming at any voltage\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATTG_ARM_MAH: + +BATTG\_ARM\_MAH: Required arming remaining capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft\. Set to 0 to allow arming at any capacity\. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate\, which can lead to this check not providing sufficent protection\, it is recommended to always use this in conjunction with the BATTG\_\_ARM\_VOLT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATTG_OPTIONS: + +BATTG\_OPTIONS: Battery monitor options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + + ++-----+--------------------------------------------------------+ +| Bit | Meaning | ++=====+========================================================+ +| 0 | Ignore DroneCAN SoC | ++-----+--------------------------------------------------------+ +| 1 | MPPT reports input voltage and current | ++-----+--------------------------------------------------------+ +| 2 | MPPT Powered off when disarmed | ++-----+--------------------------------------------------------+ +| 3 | MPPT Powered on when armed | ++-----+--------------------------------------------------------+ +| 4 | MPPT Powered off at boot | ++-----+--------------------------------------------------------+ +| 5 | MPPT Powered on at boot | ++-----+--------------------------------------------------------+ +| 6 | Send resistance compensated voltage to GCS | ++-----+--------------------------------------------------------+ +| 7 | Allow DroneCAN InfoAux to be from a different CAN node | ++-----+--------------------------------------------------------+ + + + + +.. _BATTG_ESC_INDEX: + +BATTG\_ESC\_INDEX: ESC Telemetry Index to write to +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage\, current\, consumption and temperature data to\. Use 0 to disable\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 10 | ++-----------+---------+ + + + + +.. _BATTG_VOLT_PIN: + +BATTG\_VOLT\_PIN: Battery Voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for voltage monitoring\. + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| -1 | Disabled | ++-------+--------------------------------------+ +| 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | ++-------+--------------------------------------+ +| 5 | Navigator | ++-------+--------------------------------------+ +| 13 | Pixhawk2_PM2/CubeOrange_PM2 | ++-------+--------------------------------------+ +| 14 | CubeOrange | ++-------+--------------------------------------+ +| 16 | Durandal | ++-------+--------------------------------------+ +| 100 | PX4-v1 | ++-------+--------------------------------------+ + + + + +.. _BATTG_CURR_PIN: + +BATTG\_CURR\_PIN: Battery Current sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for current monitoring\. + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| -1 | Disabled | ++-------+--------------------------------------+ +| 3 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | ++-------+--------------------------------------+ +| 4 | CubeOrange_PM2/Navigator | ++-------+--------------------------------------+ +| 14 | Pixhawk2_PM2 | ++-------+--------------------------------------+ +| 15 | CubeOrange | ++-------+--------------------------------------+ +| 17 | Durandal | ++-------+--------------------------------------+ +| 101 | PX4-v1 | ++-------+--------------------------------------+ + + + + +.. _BATTG_VOLT_MULT: + +BATTG\_VOLT\_MULT: Voltage Multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin \(BATTG\_VOLT\_PIN\) to the actual battery\'s voltage \(pin\_voltage \* VOLT\_MULT\)\. For the 3DR Power brick with a Pixhawk\, this should be set to 10\.1\. For the Pixhawk with the 3DR 4in1 ESC this should be 12\.02\. For the PX using the PX4IO power supply this should be set to 1\. + + +.. _BATTG_AMP_PERVLT: + +BATTG\_AMP\_PERVLT: Amps per volt +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of amps that a 1V reading on the current sensor corresponds to\. With a Pixhawk using the 3DR Power brick this should be set to 17\. For the Pixhawk with the 3DR 4in1 ESC this should be 17\. For Synthetic Current sensor monitors\, this is the maximum\, full throttle current draw\. + + ++-----------------+ +| Units | ++=================+ +| ampere per volt | ++-----------------+ + + + + +.. _BATTG_AMP_OFFSET: + +BATTG\_AMP\_OFFSET: AMP offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Voltage offset at zero current on current sensor for Analog Sensors\. For Synthetic Current sensor\, this offset is the zero throttle system current and is added to the calculated throttle base current\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATTG_VLT_OFFSET: + +BATTG\_VLT\_OFFSET: Voltage offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage offset on voltage pin\. This allows for an offset due to a diode\. This voltage is subtracted before the scaling is applied\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATTG_I2C_BUS__AP_BattMonitor_SMBus: + +BATTG\_I2C\_BUS \(AP\_BattMonitor\_SMBus\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATTG_I2C_ADDR__AP_BattMonitor_SMBus: + +BATTG\_I2C\_ADDR \(AP\_BattMonitor\_SMBus\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATTG_SUM_MASK: + +BATTG\_SUM\_MASK: Battery Sum mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +0\: sum of remaining battery monitors\, If none 0 sum of specified monitors\. Current will be summed and voltages averaged\. + + ++-----+-----------+ +| Bit | Meaning | ++=====+===========+ +| 0 | monitor 1 | ++-----+-----------+ +| 1 | monitor 2 | ++-----+-----------+ +| 2 | monitor 3 | ++-----+-----------+ +| 3 | monitor 4 | ++-----+-----------+ +| 4 | monitor 5 | ++-----+-----------+ +| 5 | monitor 6 | ++-----+-----------+ +| 6 | monitor 7 | ++-----+-----------+ +| 7 | monitor 8 | ++-----+-----------+ +| 8 | monitor 9 | ++-----+-----------+ + + + + +.. _BATTG_CURR_MULT: + +BATTG\_CURR\_MULT: Scales reported power monitor current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + + ++----------+ +| Range | ++==========+ +| .1 to 10 | ++----------+ + + + + +.. _BATTG_FL_VLT_MIN: + +BATTG\_FL\_VLT\_MIN: Empty fuel level voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty\. Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+-------+ +| Range | Units | ++============+=======+ +| 0.01 to 10 | volt | ++------------+-------+ + + + + +.. _BATTG_FL_V_MULT: + +BATTG\_FL\_V\_MULT: Fuel level voltage multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is\. This is calculated as 1 \/ \(Voltage\_Full \- Voltage\_Empty\) Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+ +| Range | ++============+ +| 0.01 to 10 | ++------------+ + + + + +.. _BATTG_FL_FLTR: + +BATTG\_FL\_FLTR: Fuel level filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Filter frequency in Hertz where a low pass filter is used\. This is used to filter out tank slosh from the fuel level reading\. A value of \-1 disables the filter and unfiltered voltage is used to determine the fuel level\. The suggested values at in the range of 0\.2 Hz to 0\.5 Hz\. + + ++---------+-------+ +| Range | Units | ++=========+=======+ +| -1 to 1 | hertz | ++---------+-------+ + + + + +.. _BATTG_FL_PIN: + +BATTG\_FL\_PIN: Fuel level analog pin number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog input pin that fuel level sensor is connected to\. Airspeed ports can be used for Analog input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. + + ++-------+---------------------------+ +| Value | Meaning | ++=======+===========================+ +| -1 | Not Used | ++-------+---------------------------+ +| 11 | Pixracer | ++-------+---------------------------+ +| 13 | Pixhawk ADC4 | ++-------+---------------------------+ +| 14 | Pixhawk ADC3 | ++-------+---------------------------+ +| 15 | Pixhawk ADC6/Pixhawk2 ADC | ++-------+---------------------------+ +| 103 | Pixhawk SBUS | ++-------+---------------------------+ + + + + +.. _BATTG_FL_FF: + +BATTG\_FL\_FF: First order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +First order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTG_FL_FS: + +BATTG\_FL\_FS: Second order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Second order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTG_FL_FT: + +BATTG\_FL\_FT: Third order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Third order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTG_FL_OFF: + +BATTG\_FL\_OFF: Offset term +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATTG_MAX_VOLT: + +BATTG\_MAX\_VOLT: Maximum Battery Voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum voltage of battery\. Provides scaling of current versus voltage + + ++----------+ +| Range | ++==========+ +| 7 to 100 | ++----------+ + + + + +.. _BATTG_I2C_BUS__AP_BattMonitor_INA2xx: + +BATTG\_I2C\_BUS \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATTG_I2C_ADDR__AP_BattMonitor_INA2xx: + +BATTG\_I2C\_ADDR \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address\. If this is zero then probe list of supported addresses + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATTG_MAX_AMPS: + +BATTG\_MAX\_AMPS: Battery monitor max current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 1 to 400 | ampere | ++----------+--------+ + + + + +.. _BATTG_SHUNT: + +BATTG\_SHUNT: Battery monitor shunt resistor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + + ++----------------+-------+ +| Range | Units | ++================+=======+ +| 0.0001 to 0.01 | Ohm | ++----------------+-------+ + + + + + +.. _parameters_BATT_: + +BATT\_ Parameters +----------------- + + +.. _BATT_MONITOR: + +BATT\_MONITOR: Battery monitoring +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Controls enabling monitoring of the battery\'s voltage and current + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| 0 | Disabled | ++-------+--------------------------------------+ +| 3 | Analog Voltage Only | ++-------+--------------------------------------+ +| 4 | Analog Voltage and Current | ++-------+--------------------------------------+ +| 5 | Solo | ++-------+--------------------------------------+ +| 6 | Bebop | ++-------+--------------------------------------+ +| 7 | SMBus-Generic | ++-------+--------------------------------------+ +| 8 | DroneCAN-BatteryInfo | ++-------+--------------------------------------+ +| 9 | ESC | ++-------+--------------------------------------+ +| 10 | Sum Of Selected Monitors | ++-------+--------------------------------------+ +| 11 | FuelFlow | ++-------+--------------------------------------+ +| 12 | FuelLevelPWM | ++-------+--------------------------------------+ +| 13 | SMBUS-SUI3 | ++-------+--------------------------------------+ +| 14 | SMBUS-SUI6 | ++-------+--------------------------------------+ +| 15 | NeoDesign | ++-------+--------------------------------------+ +| 16 | SMBus-Maxell | ++-------+--------------------------------------+ +| 17 | Generator-Elec | ++-------+--------------------------------------+ +| 18 | Generator-Fuel | ++-------+--------------------------------------+ +| 19 | Rotoye | ++-------+--------------------------------------+ +| 20 | MPPT | ++-------+--------------------------------------+ +| 21 | INA2XX | ++-------+--------------------------------------+ +| 22 | LTC2946 | ++-------+--------------------------------------+ +| 23 | Torqeedo | ++-------+--------------------------------------+ +| 24 | FuelLevelAnalog | ++-------+--------------------------------------+ +| 25 | Synthetic Current and Analog Voltage | ++-------+--------------------------------------+ +| 26 | INA239_SPI | ++-------+--------------------------------------+ +| 27 | EFI | ++-------+--------------------------------------+ +| 28 | AD7091R5 | ++-------+--------------------------------------+ +| 29 | Scripting | ++-------+--------------------------------------+ + + + + +.. _BATT_CAPACITY: + +BATT\_CAPACITY: Battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Capacity of the battery in mAh when full + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT_SERIAL_NUM: + +BATT\_SERIAL\_NUM: Battery serial number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery serial number\, automatically filled in for SMBus batteries\, otherwise will be \-1\. With DroneCan it is the battery\_id\. + + +.. _BATT_LOW_TIMER: + +BATT\_LOW\_TIMER: Low voltage timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the timeout in seconds before a low voltage event will be triggered\. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs\. A value of zero disables low voltage errors\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 120 | seconds | ++-----------+----------+---------+ + + + + +.. _BATT_FS_VOLTSRC: + +BATT\_FS\_VOLTSRC: Failsafe voltage source +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage type used for detection of low voltage event + + ++-------+-------------------------+ +| Value | Meaning | ++=======+=========================+ +| 0 | Raw Voltage | ++-------+-------------------------+ +| 1 | Sag Compensated Voltage | ++-------+-------------------------+ + + + + +.. _BATT_LOW_VOLT: + +BATT\_LOW\_VOLT: Low battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a low battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATT\_FS\_LOW\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT_LOW_MAH: + +BATT\_LOW\_MAH: Low battery capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the low battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT\_FS\_LOW\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT_CRT_VOLT: + +BATT\_CRT\_VOLT: Critical battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery voltage that triggers a critical battery failsafe\. Set to 0 to disable\. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT\_LOW\_TIMER parameter then the vehicle will perform the failsafe specified by the BATT\_FS\_CRT\_ACT parameter\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT_CRT_MAH: + +BATT\_CRT\_MAH: Battery critical capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Battery capacity at which the critical battery failsafe is triggered\. Set to 0 to disable battery remaining failsafe\. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT\_\_FS\_CRT\_ACT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT_FS_LOW_ACT: + +BATT\_FS\_LOW\_ACT: Low battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a low battery failsafe + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | None | ++-------+------------------+ +| 1 | RTL | ++-------+------------------+ +| 2 | Hold | ++-------+------------------+ +| 3 | SmartRTL | ++-------+------------------+ +| 4 | SmartRTL or Hold | ++-------+------------------+ +| 5 | Terminate | ++-------+------------------+ + + + + +.. _BATT_FS_CRT_ACT: + +BATT\_FS\_CRT\_ACT: Critical battery failsafe action +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action the vehicle should perform if it hits a critical battery failsafe + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | None | ++-------+------------------+ +| 1 | RTL | ++-------+------------------+ +| 2 | Hold | ++-------+------------------+ +| 3 | SmartRTL | ++-------+------------------+ +| 4 | SmartRTL or Hold | ++-------+------------------+ +| 5 | Terminate | ++-------+------------------+ + + + + +.. _BATT_ARM_VOLT: + +BATT\_ARM\_VOLT: Required arming voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery voltage level which is required to arm the aircraft\. Set to 0 to allow arming at any voltage\. + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.1 | volt | ++-----------+-------+ + + + + +.. _BATT_ARM_MAH: + +BATT\_ARM\_MAH: Required arming remaining capacity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Battery capacity remaining which is required to arm the aircraft\. Set to 0 to allow arming at any capacity\. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate\, which can lead to this check not providing sufficent protection\, it is recommended to always use this in conjunction with the BATT\_\_ARM\_VOLT parameter\. + + ++-----------+------------------+ +| Increment | Units | ++===========+==================+ +| 50 | milliampere hour | ++-----------+------------------+ + + + + +.. _BATT_OPTIONS: + +BATT\_OPTIONS: Battery monitor options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets options to change the behaviour of the battery monitor + + ++-----+--------------------------------------------------------+ +| Bit | Meaning | ++=====+========================================================+ +| 0 | Ignore DroneCAN SoC | ++-----+--------------------------------------------------------+ +| 1 | MPPT reports input voltage and current | ++-----+--------------------------------------------------------+ +| 2 | MPPT Powered off when disarmed | ++-----+--------------------------------------------------------+ +| 3 | MPPT Powered on when armed | ++-----+--------------------------------------------------------+ +| 4 | MPPT Powered off at boot | ++-----+--------------------------------------------------------+ +| 5 | MPPT Powered on at boot | ++-----+--------------------------------------------------------+ +| 6 | Send resistance compensated voltage to GCS | ++-----+--------------------------------------------------------+ +| 7 | Allow DroneCAN InfoAux to be from a different CAN node | ++-----+--------------------------------------------------------+ + + + + +.. _BATT_ESC_INDEX: + +BATT\_ESC\_INDEX: ESC Telemetry Index to write to +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ESC Telemetry Index to write voltage\, current\, consumption and temperature data to\. Use 0 to disable\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 10 | ++-----------+---------+ + + + + +.. _BATT_VOLT_PIN: + +BATT\_VOLT\_PIN: Battery Voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for voltage monitoring\. + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| -1 | Disabled | ++-------+--------------------------------------+ +| 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | ++-------+--------------------------------------+ +| 5 | Navigator | ++-------+--------------------------------------+ +| 13 | Pixhawk2_PM2/CubeOrange_PM2 | ++-------+--------------------------------------+ +| 14 | CubeOrange | ++-------+--------------------------------------+ +| 16 | Durandal | ++-------+--------------------------------------+ +| 100 | PX4-v1 | ++-------+--------------------------------------+ + + + + +.. _BATT_CURR_PIN: + +BATT\_CURR\_PIN: Battery Current sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets the analog input pin that should be used for current monitoring\. + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| -1 | Disabled | ++-------+--------------------------------------+ +| 3 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | ++-------+--------------------------------------+ +| 4 | CubeOrange_PM2/Navigator | ++-------+--------------------------------------+ +| 14 | Pixhawk2_PM2 | ++-------+--------------------------------------+ +| 15 | CubeOrange | ++-------+--------------------------------------+ +| 17 | Durandal | ++-------+--------------------------------------+ +| 101 | PX4-v1 | ++-------+--------------------------------------+ + + + + +.. _BATT_VOLT_MULT: + +BATT\_VOLT\_MULT: Voltage Multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Used to convert the voltage of the voltage sensing pin \(BATT\_VOLT\_PIN\) to the actual battery\'s voltage \(pin\_voltage \* VOLT\_MULT\)\. For the 3DR Power brick with a Pixhawk\, this should be set to 10\.1\. For the Pixhawk with the 3DR 4in1 ESC this should be 12\.02\. For the PX using the PX4IO power supply this should be set to 1\. + + +.. _BATT_AMP_PERVLT: + +BATT\_AMP\_PERVLT: Amps per volt +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of amps that a 1V reading on the current sensor corresponds to\. With a Pixhawk using the 3DR Power brick this should be set to 17\. For the Pixhawk with the 3DR 4in1 ESC this should be 17\. For Synthetic Current sensor monitors\, this is the maximum\, full throttle current draw\. + + ++-----------------+ +| Units | ++=================+ +| ampere per volt | ++-----------------+ + + + + +.. _BATT_AMP_OFFSET: + +BATT\_AMP\_OFFSET: AMP offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Voltage offset at zero current on current sensor for Analog Sensors\. For Synthetic Current sensor\, this offset is the zero throttle system current and is added to the calculated throttle base current\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATT_VLT_OFFSET: + +BATT\_VLT\_OFFSET: Voltage offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage offset on voltage pin\. This allows for an offset due to a diode\. This voltage is subtracted before the scaling is applied\. + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _BATT_I2C_BUS__AP_BattMonitor_SMBus: + +BATT\_I2C\_BUS \(AP\_BattMonitor\_SMBus\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATT_I2C_ADDR__AP_BattMonitor_SMBus: + +BATT\_I2C\_ADDR \(AP\_BattMonitor\_SMBus\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATT_SUM_MASK: + +BATT\_SUM\_MASK: Battery Sum mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +0\: sum of remaining battery monitors\, If none 0 sum of specified monitors\. Current will be summed and voltages averaged\. + + ++-----+-----------+ +| Bit | Meaning | ++=====+===========+ +| 0 | monitor 1 | ++-----+-----------+ +| 1 | monitor 2 | ++-----+-----------+ +| 2 | monitor 3 | ++-----+-----------+ +| 3 | monitor 4 | ++-----+-----------+ +| 4 | monitor 5 | ++-----+-----------+ +| 5 | monitor 6 | ++-----+-----------+ +| 6 | monitor 7 | ++-----+-----------+ +| 7 | monitor 8 | ++-----+-----------+ +| 8 | monitor 9 | ++-----+-----------+ + + + + +.. _BATT_CURR_MULT: + +BATT\_CURR\_MULT: Scales reported power monitor current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications + + ++----------+ +| Range | ++==========+ +| .1 to 10 | ++----------+ + + + + +.. _BATT_FL_VLT_MIN: + +BATT\_FL\_VLT\_MIN: Empty fuel level voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The voltage seen on the analog pin when the fuel tank is empty\. Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+-------+ +| Range | Units | ++============+=======+ +| 0.01 to 10 | volt | ++------------+-------+ + + + + +.. _BATT_FL_V_MULT: + +BATT\_FL\_V\_MULT: Fuel level voltage multiplier +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Voltage multiplier to determine what the full tank voltage reading is\. This is calculated as 1 \/ \(Voltage\_Full \- Voltage\_Empty\) Note\: For this type of battery monitor\, the voltage seen by the analog pin is displayed as battery voltage on a GCS\. + + ++------------+ +| Range | ++============+ +| 0.01 to 10 | ++------------+ + + + + +.. _BATT_FL_FLTR: + +BATT\_FL\_FLTR: Fuel level filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Filter frequency in Hertz where a low pass filter is used\. This is used to filter out tank slosh from the fuel level reading\. A value of \-1 disables the filter and unfiltered voltage is used to determine the fuel level\. The suggested values at in the range of 0\.2 Hz to 0\.5 Hz\. + + ++---------+-------+ +| Range | Units | ++=========+=======+ +| -1 to 1 | hertz | ++---------+-------+ + + + + +.. _BATT_FL_PIN: + +BATT\_FL\_PIN: Fuel level analog pin number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog input pin that fuel level sensor is connected to\. Airspeed ports can be used for Analog input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. + + ++-------+---------------------------+ +| Value | Meaning | ++=======+===========================+ +| -1 | Not Used | ++-------+---------------------------+ +| 11 | Pixracer | ++-------+---------------------------+ +| 13 | Pixhawk ADC4 | ++-------+---------------------------+ +| 14 | Pixhawk ADC3 | ++-------+---------------------------+ +| 15 | Pixhawk ADC6/Pixhawk2 ADC | ++-------+---------------------------+ +| 103 | Pixhawk SBUS | ++-------+---------------------------+ + + + + +.. _BATT_FL_FF: + +BATT\_FL\_FF: First order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +First order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT_FL_FS: + +BATT\_FL\_FS: Second order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Second order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT_FL_FT: + +BATT\_FL\_FT: Third order term +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Third order polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT_FL_OFF: + +BATT\_FL\_OFF: Offset term +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset polynomial fit term + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _BATT_MAX_VOLT: + +BATT\_MAX\_VOLT: Maximum Battery Voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum voltage of battery\. Provides scaling of current versus voltage + + ++----------+ +| Range | ++==========+ +| 7 to 100 | ++----------+ + + + + +.. _BATT_I2C_BUS__AP_BattMonitor_INA2xx: + +BATT\_I2C\_BUS \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C bus number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C bus number + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _BATT_I2C_ADDR__AP_BattMonitor_INA2xx: + +BATT\_I2C\_ADDR \(AP\_BattMonitor\_INA2xx\): Battery monitor I2C address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Battery monitor I2C address\. If this is zero then probe list of supported addresses + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _BATT_MAX_AMPS: + +BATT\_MAX\_AMPS: Battery monitor max current +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls the maximum current the INS2XX sensor will work with\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 1 to 400 | ampere | ++----------+--------+ + + + + +.. _BATT_SHUNT: + +BATT\_SHUNT: Battery monitor shunt resistor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the shunt resistor used in the device + + ++----------------+-------+ +| Range | Units | ++================+=======+ +| 0.0001 to 0.01 | Ohm | ++----------------+-------+ + + + + + +.. _parameters_BCN: + +BCN Parameters +-------------- + + +.. _BCN_TYPE: + +BCN\_TYPE: Beacon based position estimation device type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +What type of beacon based position estimation device is connected + + ++-------+------------+ +| Value | Meaning | ++=======+============+ +| 0 | None | ++-------+------------+ +| 1 | Pozyx | ++-------+------------+ +| 2 | Marvelmind | ++-------+------------+ +| 3 | Nooploop | ++-------+------------+ +| 10 | SITL | ++-------+------------+ + + + + +.. _BCN_LATITUDE: + +BCN\_LATITUDE: Beacon origin\'s latitude +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Beacon origin\'s latitude + + ++-----------+-----------+---------+ +| Increment | Range | Units | ++===========+===========+=========+ +| 0.000001 | -90 to 90 | degrees | ++-----------+-----------+---------+ + + + + +.. _BCN_LONGITUDE: + +BCN\_LONGITUDE: Beacon origin\'s longitude +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Beacon origin\'s longitude + + ++-----------+-------------+---------+ +| Increment | Range | Units | ++===========+=============+=========+ +| 0.000001 | -180 to 180 | degrees | ++-----------+-------------+---------+ + + + + +.. _BCN_ALT: + +BCN\_ALT: Beacon origin\'s altitude above sealevel in meters +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Beacon origin\'s altitude above sealevel in meters + + ++-----------+------------+--------+ +| Increment | Range | Units | ++===========+============+========+ +| 1 | 0 to 10000 | meters | ++-----------+------------+--------+ + + + + +.. _BCN_ORIENT_YAW: + +BCN\_ORIENT\_YAW: Beacon systems rotation from north in degrees +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Beacon systems rotation from north in degrees + + ++-----------+--------------+---------+ +| Increment | Range | Units | ++===========+==============+=========+ +| 1 | -180 to +180 | degrees | ++-----------+--------------+---------+ + + + + + +.. _parameters_BRD_: + +BRD\_ Parameters +---------------- + + +.. _BRD_SER1_RTSCTS: + +BRD\_SER1\_RTSCTS: Serial 1 flow control +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Enable flow control on serial 1 \(telemetry 1\)\. You must have the RTS and CTS pins connected to your radio\. The standard DF13 6 pin connector for a 3DR radio does have those pins connected\. If this is set to 2 then flow control will be auto\-detected by checking for the output buffer filling on startup\. Note that the PX4v1 does not have hardware flow control pins on this port\, so you should leave this disabled\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ +| 2 | Auto | ++-------+----------+ + + + + +.. _BRD_SER2_RTSCTS: + +BRD\_SER2\_RTSCTS: Serial 2 flow control +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Enable flow control on serial 2 \(telemetry 2\)\. You must have the RTS and CTS pins connected to your radio\. The standard DF13 6 pin connector for a 3DR radio does have those pins connected\. If this is set to 2 then flow control will be auto\-detected by checking for the output buffer filling on startup\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ +| 2 | Auto | ++-------+----------+ + + + + +.. _BRD_SER3_RTSCTS: + +BRD\_SER3\_RTSCTS: Serial 3 flow control +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Enable flow control on serial 3\. You must have the RTS and CTS pins connected to your radio\. The standard DF13 6 pin connector for a 3DR radio does have those pins connected\. If this is set to 2 then flow control will be auto\-detected by checking for the output buffer filling on startup\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ +| 2 | Auto | ++-------+----------+ + + + + +.. _BRD_SER4_RTSCTS: + +BRD\_SER4\_RTSCTS: Serial 4 flow control +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Enable flow control on serial 4\. You must have the RTS and CTS pins connected to your radio\. The standard DF13 6 pin connector for a 3DR radio does have those pins connected\. If this is set to 2 then flow control will be auto\-detected by checking for the output buffer filling on startup\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ +| 2 | Auto | ++-------+----------+ + + + + +.. _BRD_SER5_RTSCTS: + +BRD\_SER5\_RTSCTS: Serial 5 flow control +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Enable flow control on serial 5\. You must have the RTS and CTS pins connected to your radio\. The standard DF13 6 pin connector for a 3DR radio does have those pins connected\. If this is set to 2 then flow control will be auto\-detected by checking for the output buffer filling on startup\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ +| 2 | Auto | ++-------+----------+ + + + + +.. _BRD_SAFETY_DEFLT: + +BRD\_SAFETY\_DEFLT: Sets default state of the safety switch +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +This controls the default state of the safety switch at startup\. When set to 1 the safety switch will start in the safe state \(flashing\) at boot\. When set to zero the safety switch will start in the unsafe state \(solid\) at startup\. Note that if a safety switch is fitted the user can still control the safety state after startup using the switch\. The safety state can also be controlled in software using a MAVLink message\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _BRD_SBUS_OUT: + +BRD\_SBUS\_OUT: SBUS output rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +This sets the SBUS output frame rate in Hz + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | 50Hz | ++-------+----------+ +| 2 | 75Hz | ++-------+----------+ +| 3 | 100Hz | ++-------+----------+ +| 4 | 150Hz | ++-------+----------+ +| 5 | 200Hz | ++-------+----------+ +| 6 | 250Hz | ++-------+----------+ +| 7 | 300Hz | ++-------+----------+ + + + + +.. _BRD_SERIAL_NUM: + +BRD\_SERIAL\_NUM: User\-defined serial number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +User\-defined serial number of this vehicle\, it can be any arbitrary number you want and has no effect on the autopilot + + ++---------------------+ +| Range | ++=====================+ +| -8388608 to 8388607 | ++---------------------+ + + + + +.. _BRD_SAFETY_MASK: + +BRD\_SAFETY\_MASK: Outputs which ignore the safety switch state +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +A bitmask which controls what outputs can move while the safety switch has not been pressed + + ++-----+----------+ +| Bit | Meaning | ++=====+==========+ +| 0 | Output1 | ++-----+----------+ +| 1 | Output2 | ++-----+----------+ +| 2 | Output3 | ++-----+----------+ +| 3 | Output4 | ++-----+----------+ +| 4 | Output5 | ++-----+----------+ +| 5 | Output6 | ++-----+----------+ +| 6 | Output7 | ++-----+----------+ +| 7 | Output8 | ++-----+----------+ +| 8 | Output9 | ++-----+----------+ +| 9 | Output10 | ++-----+----------+ +| 10 | Output11 | ++-----+----------+ +| 11 | Output12 | ++-----+----------+ +| 12 | Output13 | ++-----+----------+ +| 13 | Output14 | ++-----+----------+ + + + + +.. _BRD_HEAT_TARG: + +BRD\_HEAT\_TARG: Board heater temperature target +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Board heater target temperature for boards with controllable heating units\. Set to \-1 to disable the heater\, please reboot after setting to \-1\. + + ++----------+-----------------+ +| Range | Units | ++==========+=================+ +| -1 to 80 | degrees Celsius | ++----------+-----------------+ + + + + +.. _BRD_TYPE: + +BRD\_TYPE: Board type +~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +This allows selection of a PX4 or VRBRAIN board type\. If set to zero then the board type is auto\-detected \(PX4\) + + ++-------+----------------+ +| Value | Meaning | ++=======+================+ +| 0 | AUTO | ++-------+----------------+ +| 1 | PX4V1 | ++-------+----------------+ +| 2 | Pixhawk | ++-------+----------------+ +| 3 | Cube/Pixhawk2 | ++-------+----------------+ +| 4 | Pixracer | ++-------+----------------+ +| 5 | PixhawkMini | ++-------+----------------+ +| 6 | Pixhawk2Slim | ++-------+----------------+ +| 13 | Intel Aero FC | ++-------+----------------+ +| 14 | Pixhawk Pro | ++-------+----------------+ +| 20 | AUAV2.1 | ++-------+----------------+ +| 21 | PCNC1 | ++-------+----------------+ +| 22 | MINDPXV2 | ++-------+----------------+ +| 23 | SP01 | ++-------+----------------+ +| 24 | CUAVv5/FMUV5 | ++-------+----------------+ +| 30 | VRX BRAIN51 | ++-------+----------------+ +| 32 | VRX BRAIN52 | ++-------+----------------+ +| 33 | VRX BRAIN52E | ++-------+----------------+ +| 34 | VRX UBRAIN51 | ++-------+----------------+ +| 35 | VRX UBRAIN52 | ++-------+----------------+ +| 36 | VRX CORE10 | ++-------+----------------+ +| 38 | VRX BRAIN54 | ++-------+----------------+ +| 39 | PX4 FMUV6 | ++-------+----------------+ +| 100 | PX4 OLDDRIVERS | ++-------+----------------+ + + + + +.. _BRD_IO_ENABLE: + +BRD\_IO\_ENABLE: Enable IO co\-processor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +This allows for the IO co\-processor on boards with an IOMCU to be disabled\. Setting to 2 will enable the IOMCU but not attempt to update firmware on startup + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | Disabled | ++-------+------------------+ +| 1 | Enabled | ++-------+------------------+ +| 2 | EnableNoFWUpdate | ++-------+------------------+ + + + + +.. _BRD_SAFETYOPTION: + +BRD\_SAFETYOPTION: Options for safety button behavior +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This controls the activation of the safety button\. It allows you to control if the safety button can be used for safety enable and\/or disable\, and whether the button is only active when disarmed + + ++-----+-------------------------------------------+ +| Bit | Meaning | ++=====+===========================================+ +| 0 | ActiveForSafetyDisable | ++-----+-------------------------------------------+ +| 1 | ActiveForSafetyEnable | ++-----+-------------------------------------------+ +| 2 | ActiveWhenArmed | ++-----+-------------------------------------------+ +| 3 | Force safety on when the aircraft disarms | ++-----+-------------------------------------------+ + + + + +.. _BRD_VBUS_MIN: + +BRD\_VBUS\_MIN: Autopilot board voltage requirement +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Minimum voltage on the autopilot power rail to allow the aircraft to arm\. 0 to disable the check\. + + ++-----------+------------+-------+ +| Increment | Range | Units | ++===========+============+=======+ +| 0.1 | 4.0 to 5.5 | volt | ++-----------+------------+-------+ + + + + +.. _BRD_VSERVO_MIN: + +BRD\_VSERVO\_MIN: Servo voltage requirement +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Minimum voltage on the servo rail to allow the aircraft to arm\. 0 to disable the check\. + + ++-----------+-------------+-------+ +| Increment | Range | Units | ++===========+=============+=======+ +| 0.1 | 3.3 to 12.0 | volt | ++-----------+-------------+-------+ + + + + +.. _BRD_SD_SLOWDOWN: + +BRD\_SD\_SLOWDOWN: microSD slowdown +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is a scaling factor to slow down microSD operation\. It can be used on flight board and microSD card combinations where full speed is not reliable\. For normal full speed operation a value of 0 should be used\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 32 | ++-----------+---------+ + + + + +.. _BRD_PWM_VOLT_SEL: + +BRD\_PWM\_VOLT\_SEL: Set PWM Out Voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the voltage max for PWM output pulses\. 0 for 3\.3V and 1 for 5V output\. On boards with an IOMCU that support this parameter this option only affects the 8 main outputs\, not the 6 auxiliary outputs\. Using 5V output can help to reduce the impact of ESC noise interference corrupting signals to the ESCs\. + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0 | 3.3V | ++-------+---------+ +| 1 | 5V | ++-------+---------+ + + + + +.. _BRD_OPTIONS: + +BRD\_OPTIONS: Board options +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Board specific option flags + + ++-----+-------------------------------------------------------+ +| Bit | Meaning | ++=====+=======================================================+ +| 0 | Enable hardware watchdog | ++-----+-------------------------------------------------------+ +| 1 | Disable MAVftp | ++-----+-------------------------------------------------------+ +| 2 | Enable set of internal parameters | ++-----+-------------------------------------------------------+ +| 3 | Enable Debug Pins | ++-----+-------------------------------------------------------+ +| 4 | Unlock flash on reboot | ++-----+-------------------------------------------------------+ +| 5 | Write protect firmware flash on reboot | ++-----+-------------------------------------------------------+ +| 6 | Write protect bootloader flash on reboot | ++-----+-------------------------------------------------------+ +| 7 | Skip board validation | ++-----+-------------------------------------------------------+ +| 8 | Disable board arming gpio output change on arm/disarm | ++-----+-------------------------------------------------------+ + + + + +.. _BRD_BOOT_DELAY: + +BRD\_BOOT\_DELAY: Boot delay +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This adds a delay in milliseconds to boot to ensure peripherals initialise fully + + ++------------+--------------+ +| Range | Units | ++============+==============+ +| 0 to 10000 | milliseconds | ++------------+--------------+ + + + + +.. _BRD_HEAT_P: + +BRD\_HEAT\_P: Board Heater P gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Board Heater P gain + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 1 | 1 to 500 | ++-----------+----------+ + + + + +.. _BRD_HEAT_I: + +BRD\_HEAT\_I: Board Heater I gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Board Heater integrator gain + + ++-----------+--------+ +| Increment | Range | ++===========+========+ +| 0.1 | 0 to 1 | ++-----------+--------+ + + + + +.. _BRD_HEAT_IMAX: + +BRD\_HEAT\_IMAX: Board Heater IMAX +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Board Heater integrator maximum + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 1 | 0 to 100 | ++-----------+----------+ + + + + +.. _BRD_ALT_CONFIG: + +BRD\_ALT\_CONFIG: Alternative HW config +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Select an alternative hardware configuration\. A value of zero selects the default configuration for this board\. Other values are board specific\. Please see the documentation for your board for details on any alternative configuration values that may be available\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 10 | ++-----------+---------+ + + + + +.. _BRD_HEAT_LOWMGN: + +BRD\_HEAT\_LOWMGN: Board heater temp lower margin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Arming check will fail if temp is lower than this margin below BRD\_HEAT\_TARG\. 0 disables the low temperature check + + ++---------+-----------------+ +| Range | Units | ++=========+=================+ +| 0 to 20 | degrees Celsius | ++---------+-----------------+ + + + + +.. _BRD_SD_MISSION: + +BRD\_SD\_MISSION: SDCard Mission size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +This sets the amount of storage in kilobytes reserved on the microsd card in mission\.stg for waypoint storage\. Each waypoint uses 15 bytes\. + + ++---------+ +| Range | ++=========+ +| 0 to 64 | ++---------+ + + + + +.. _BRD_IO_DSHOT: + +BRD\_IO\_DSHOT: Load DShot FW on IO +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +This loads the DShot firmware on the IO co\-processor + + ++-------+------------+ +| Value | Meaning | ++=======+============+ +| 0 | StandardFW | ++-------+------------+ +| 1 | DshotFW | ++-------+------------+ + + + + + +.. _parameters_BRD_RADIO: + +BRD\_RADIO Parameters +--------------------- + + +.. _BRD_RADIO_TYPE: + +BRD\_RADIO\_TYPE: Set type of direct attached radio +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This enables support for direct attached radio receivers + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | None | ++-------+----------+ +| 1 | CYRF6936 | ++-------+----------+ +| 2 | CC2500 | ++-------+----------+ +| 3 | BK2425 | ++-------+----------+ + + + + +.. _BRD_RADIO_PROT: + +BRD\_RADIO\_PROT: protocol +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Select air protocol + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0 | Auto | ++-------+---------+ +| 1 | DSM2 | ++-------+---------+ +| 2 | DSMX | ++-------+---------+ + + + + +.. _BRD_RADIO_DEBUG: + +BRD\_RADIO\_DEBUG: debug level +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +radio debug level + + ++--------+ +| Range | ++========+ +| 0 to 4 | ++--------+ + + + + +.. _BRD_RADIO_DISCRC: + +BRD\_RADIO\_DISCRC: disable receive CRC +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +disable receive CRC \(for debug\) + + ++-------+-------------+ +| Value | Meaning | ++=======+=============+ +| 0 | NotDisabled | ++-------+-------------+ +| 1 | Disabled | ++-------+-------------+ + + + + +.. _BRD_RADIO_SIGCH: + +BRD\_RADIO\_SIGCH: RSSI signal strength +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Channel to show receive RSSI signal strength\, or zero for disabled + + ++---------+ +| Range | ++=========+ +| 0 to 16 | ++---------+ + + + + +.. _BRD_RADIO_PPSCH: + +BRD\_RADIO\_PPSCH: Packet rate channel +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Channel to show received packet\-per\-second rate\, or zero for disabled + + ++---------+ +| Range | ++=========+ +| 0 to 16 | ++---------+ + + + + +.. _BRD_RADIO_TELEM: + +BRD\_RADIO\_TELEM: Enable telemetry +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +If this is non\-zero then telemetry packets will be sent over DSM + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _BRD_RADIO_TXPOW: + +BRD\_RADIO\_TXPOW: Telemetry Transmit power +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Set telemetry transmit power\. This is the power level \(from 1 to 8\) for telemetry packets sent from the RX to the TX + + ++--------+ +| Range | ++========+ +| 1 to 8 | ++--------+ + + + + +.. _BRD_RADIO_FCCTST: + +BRD\_RADIO\_FCCTST: Put radio into FCC test mode +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +If this is enabled then the radio will continuously transmit as required for FCC testing\. The transmit channel is set by the value of the parameter\. The radio will not work for RC input while this is enabled + + ++-------+--------------+ +| Value | Meaning | ++=======+==============+ +| 0 | Disabled | ++-------+--------------+ +| 1 | MinChannel | ++-------+--------------+ +| 2 | MidChannel | ++-------+--------------+ +| 3 | MaxChannel | ++-------+--------------+ +| 4 | MinChannelCW | ++-------+--------------+ +| 5 | MidChannelCW | ++-------+--------------+ +| 6 | MaxChannelCW | ++-------+--------------+ + + + + +.. _BRD_RADIO_STKMD: + +BRD\_RADIO\_STKMD: Stick input mode +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This selects between different stick input modes\. The default is mode2\, which has throttle on the left stick and pitch on the right stick\. You can instead set mode1\, which has throttle on the right stick and pitch on the left stick\. + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 1 | Mode1 | ++-------+---------+ +| 2 | Mode2 | ++-------+---------+ + + + + +.. _BRD_RADIO_TESTCH: + +BRD\_RADIO\_TESTCH: Set radio to factory test channel +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the radio to a fixed test channel for factory testing\. Using a fixed channel avoids the need for binding in factory testing\. + + ++-------+-----------+ +| Value | Meaning | ++=======+===========+ +| 0 | Disabled | ++-------+-----------+ +| 1 | TestChan1 | ++-------+-----------+ +| 2 | TestChan2 | ++-------+-----------+ +| 3 | TestChan3 | ++-------+-----------+ +| 4 | TestChan4 | ++-------+-----------+ +| 5 | TestChan5 | ++-------+-----------+ +| 6 | TestChan6 | ++-------+-----------+ +| 7 | TestChan7 | ++-------+-----------+ +| 8 | TestChan8 | ++-------+-----------+ + + + + +.. _BRD_RADIO_TSIGCH: + +BRD\_RADIO\_TSIGCH: RSSI value channel for telemetry data on transmitter +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Channel to show telemetry RSSI value as received by TX + + ++---------+ +| Range | ++=========+ +| 0 to 16 | ++---------+ + + + + +.. _BRD_RADIO_TPPSCH: + +BRD\_RADIO\_TPPSCH: Telemetry PPS channel +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Channel to show telemetry packets\-per\-second value\, as received at TX + + ++---------+ +| Range | ++=========+ +| 0 to 16 | ++---------+ + + + + +.. _BRD_RADIO_TXMAX: + +BRD\_RADIO\_TXMAX: Transmitter transmit power +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Set transmitter maximum transmit power \(from 1 to 8\) + + ++--------+ +| Range | ++========+ +| 1 to 8 | ++--------+ + + + + +.. _BRD_RADIO_BZOFS: + +BRD\_RADIO\_BZOFS: Transmitter buzzer adjustment +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Set transmitter buzzer note adjustment \(adjust frequency up\) + + ++---------+ +| Range | ++=========+ +| 0 to 40 | ++---------+ + + + + +.. _BRD_RADIO_ABTIME: + +BRD\_RADIO\_ABTIME: Auto\-bind time +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +When non\-zero this sets the time with no transmitter packets before we start looking for auto\-bind packets\. + + ++----------+ +| Range | ++==========+ +| 0 to 120 | ++----------+ + + + + +.. _BRD_RADIO_ABLVL: + +BRD\_RADIO\_ABLVL: Auto\-bind level +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the minimum RSSI of an auto\-bind packet for it to be accepted\. This should be set so that auto\-bind will only happen at short range to minimise the change of an auto\-bind happening accidentially + + ++---------+ +| Range | ++=========+ +| 0 to 31 | ++---------+ + + + + + +.. _parameters_BRD_RTC: + +BRD\_RTC Parameters +------------------- + + +.. _BRD_RTC_TYPES: + +BRD\_RTC\_TYPES: Allowed sources of RTC time +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Specifies which sources of UTC time will be accepted + + ++-----+---------------------+ +| Bit | Meaning | ++=====+=====================+ +| 0 | GPS | ++-----+---------------------+ +| 1 | MAVLINK_SYSTEM_TIME | ++-----+---------------------+ +| 2 | HW | ++-----+---------------------+ + + + + +.. _BRD_RTC_TZ_MIN: + +BRD\_RTC\_TZ\_MIN: Timezone offset from UTC +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Adds offset in \+\- minutes from UTC to calculate local time + + ++--------------+ +| Range | ++==============+ +| -720 to +840 | ++--------------+ + + + + + +.. _parameters_BTN_: + +BTN\_ Parameters +---------------- + + +.. _BTN_ENABLE: + +BTN\_ENABLE: Enable button reporting +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This enables the button checking module\. When this is disabled the parameters for setting button inputs are not visible + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _BTN_PIN1: + +BTN\_PIN1: First button Pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin number for first button input\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| -1 | Disabled | ++-------+----------+ +| 50 | AUXOUT1 | ++-------+----------+ +| 51 | AUXOUT2 | ++-------+----------+ +| 52 | AUXOUT3 | ++-------+----------+ +| 53 | AUXOUT4 | ++-------+----------+ +| 54 | AUXOUT5 | ++-------+----------+ +| 55 | AUXOUT6 | ++-------+----------+ + + + + +.. _BTN_PIN2: + +BTN\_PIN2: Second button Pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin number for second button input\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| -1 | Disabled | ++-------+----------+ +| 50 | AUXOUT1 | ++-------+----------+ +| 51 | AUXOUT2 | ++-------+----------+ +| 52 | AUXOUT3 | ++-------+----------+ +| 53 | AUXOUT4 | ++-------+----------+ +| 54 | AUXOUT5 | ++-------+----------+ +| 55 | AUXOUT6 | ++-------+----------+ + + + + +.. _BTN_PIN3: + +BTN\_PIN3: Third button Pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin number for third button input\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| -1 | Disabled | ++-------+----------+ +| 50 | AUXOUT1 | ++-------+----------+ +| 51 | AUXOUT2 | ++-------+----------+ +| 52 | AUXOUT3 | ++-------+----------+ +| 53 | AUXOUT4 | ++-------+----------+ +| 54 | AUXOUT5 | ++-------+----------+ +| 55 | AUXOUT6 | ++-------+----------+ + + + + +.. _BTN_PIN4: + +BTN\_PIN4: Fourth button Pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin number for fourth button input\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| -1 | Disabled | ++-------+----------+ +| 50 | AUXOUT1 | ++-------+----------+ +| 51 | AUXOUT2 | ++-------+----------+ +| 52 | AUXOUT3 | ++-------+----------+ +| 53 | AUXOUT4 | ++-------+----------+ +| 54 | AUXOUT5 | ++-------+----------+ +| 55 | AUXOUT6 | ++-------+----------+ + + + + +.. _BTN_REPORT_SEND: + +BTN\_REPORT\_SEND: Report send time +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The duration in seconds that a BUTTON\_CHANGE report is repeatedly sent to the GCS regarding a button changing state\. Note that the BUTTON\_CHANGE message is MAVLink2 only\. + + ++-----------+ +| Range | ++===========+ +| 0 to 3600 | ++-----------+ + + + + +.. _BTN_OPTIONS1: + +BTN\_OPTIONS1: Button Pin 1 Options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Options for Pin 1\. PWM input detects PWM above or below 1800\/1200us instead of logic level\. If PWM is not detected or is less than 800us or above 2200us the button will interpreted as low\. Invert changes HIGH state to be logic low voltage on pin\, or below 1200us\, if PWM input\. + + ++-----+-------------+ +| Bit | Meaning | ++=====+=============+ +| 0 | PWM Input | ++-----+-------------+ +| 1 | InvertInput | ++-----+-------------+ + + + + +.. _BTN_OPTIONS2: + +BTN\_OPTIONS2: Button Pin 2 Options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Options for Pin 2\. PWM input detects PWM above or below 1800\/1200us instead of logic level\. If PWM is not detected or is less than 800us or above 2200us the button will interpreted as low\. Invert changes HIGH state to be logic low voltage on pin\, or below 1200us\, if PWM input\. + + ++-----+-------------+ +| Bit | Meaning | ++=====+=============+ +| 0 | PWM Input | ++-----+-------------+ +| 1 | InvertInput | ++-----+-------------+ + + + + +.. _BTN_OPTIONS3: + +BTN\_OPTIONS3: Button Pin 3 Options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Options for Pin 3\. PWM input detects PWM above or below 1800\/1200us instead of logic level\. If PWM is not detected or is less than 800us or above 2200us the button will interpreted as low\. Invert changes HIGH state to be logic low voltage on pin\, or below 1200us\, if PWM input\. + + ++-----+-------------+ +| Bit | Meaning | ++=====+=============+ +| 0 | PWM Input | ++-----+-------------+ +| 1 | InvertInput | ++-----+-------------+ + + + + +.. _BTN_OPTIONS4: + +BTN\_OPTIONS4: Button Pin 4 Options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Options for Pin 4\. PWM input detects PWM above or below 1800\/1200us instead of logic level\. If PWM is not detected or is less than 800us or above 2200us the button will interpreted as low\. Invert changes HIGH state to be logic low voltage on pin\, or below 1200us\, if PWM input\. + + ++-----+-------------+ +| Bit | Meaning | ++=====+=============+ +| 0 | PWM Input | ++-----+-------------+ +| 1 | InvertInput | ++-----+-------------+ + + + + +.. _BTN_FUNC1: + +BTN\_FUNC1: Button Pin 1 RC Channel function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Auxiliary RC Options function executed on pin change + + ++-------+-------------------------------------------+ +| Value | Meaning | ++=======+===========================================+ +| 0 | Do Nothing | ++-------+-------------------------------------------+ +| 4 | RTL | ++-------+-------------------------------------------+ +| 5 | Save Trim (4.1 and lower) | ++-------+-------------------------------------------+ +| 7 | Save WP | ++-------+-------------------------------------------+ +| 9 | Camera Trigger | ++-------+-------------------------------------------+ +| 11 | Fence Enable | ++-------+-------------------------------------------+ +| 16 | AUTO Mode | ++-------+-------------------------------------------+ +| 19 | Gripper Release | ++-------+-------------------------------------------+ +| 24 | Auto Mission Reset | ++-------+-------------------------------------------+ +| 27 | Retract Mount1 | ++-------+-------------------------------------------+ +| 28 | Relay1 On/Off | ++-------+-------------------------------------------+ +| 30 | Lost Rover Sound | ++-------+-------------------------------------------+ +| 31 | Motor Emergency Stop | ++-------+-------------------------------------------+ +| 34 | Relay2 On/Off | ++-------+-------------------------------------------+ +| 35 | Relay3 On/Off | ++-------+-------------------------------------------+ +| 36 | Relay4 On/Off | ++-------+-------------------------------------------+ +| 40 | Proximity Avoidance Enable | ++-------+-------------------------------------------+ +| 41 | ArmDisarm (4.1 and lower) | ++-------+-------------------------------------------+ +| 42 | SMARTRTL Mode | ++-------+-------------------------------------------+ +| 46 | RC Override Enable | ++-------+-------------------------------------------+ +| 50 | LearnCruise Speed | ++-------+-------------------------------------------+ +| 51 | MANUAL Mode | ++-------+-------------------------------------------+ +| 52 | ACRO Mode | ++-------+-------------------------------------------+ +| 53 | STEERING Mode | ++-------+-------------------------------------------+ +| 54 | HOLD Mode | ++-------+-------------------------------------------+ +| 55 | GUIDED Mode | ++-------+-------------------------------------------+ +| 56 | LOITER Mode | ++-------+-------------------------------------------+ +| 57 | FOLLOW Mode | ++-------+-------------------------------------------+ +| 58 | Clear Waypoints | ++-------+-------------------------------------------+ +| 59 | Simple Mode | ++-------+-------------------------------------------+ +| 62 | Compass Learn | ++-------+-------------------------------------------+ +| 63 | Sailboat Tack | ++-------+-------------------------------------------+ +| 65 | GPS Disable | ++-------+-------------------------------------------+ +| 66 | Relay5 On/Off | ++-------+-------------------------------------------+ +| 67 | Relay6 On/Off | ++-------+-------------------------------------------+ +| 72 | CIRCLE Mode | ++-------+-------------------------------------------+ +| 74 | Sailboat motoring 3pos | ++-------+-------------------------------------------+ +| 78 | RunCam Control | ++-------+-------------------------------------------+ +| 79 | RunCam OSD Control | ++-------+-------------------------------------------+ +| 80 | VisoOdom Align | ++-------+-------------------------------------------+ +| 81 | Disarm | ++-------+-------------------------------------------+ +| 90 | EKF Pos Source | ++-------+-------------------------------------------+ +| 94 | VTX Power | ++-------+-------------------------------------------+ +| 97 | Windvane home heading direction offset | ++-------+-------------------------------------------+ +| 100 | KillIMU1 | ++-------+-------------------------------------------+ +| 101 | KillIMU2 | ++-------+-------------------------------------------+ +| 102 | Camera Mode Toggle | ++-------+-------------------------------------------+ +| 105 | GPS Disable Yaw | ++-------+-------------------------------------------+ +| 106 | Disable Airspeed Use | ++-------+-------------------------------------------+ +| 110 | KillIMU3 | ++-------+-------------------------------------------+ +| 112 | SwitchExternalAHRS | ++-------+-------------------------------------------+ +| 153 | ArmDisarm (4.2 and higher) | ++-------+-------------------------------------------+ +| 155 | Set steering trim to current servo and RC | ++-------+-------------------------------------------+ +| 156 | Torqeedo Clear Err | ++-------+-------------------------------------------+ +| 162 | FFT Tune | ++-------+-------------------------------------------+ +| 163 | Mount Lock | ++-------+-------------------------------------------+ +| 164 | Pause Stream Logging | ++-------+-------------------------------------------+ +| 165 | Arm/Emergency Motor Stop | ++-------+-------------------------------------------+ +| 166 | Camera Record Video | ++-------+-------------------------------------------+ +| 167 | Camera Zoom | ++-------+-------------------------------------------+ +| 168 | Camera Manual Focus | ++-------+-------------------------------------------+ +| 169 | Camera Auto Focus | ++-------+-------------------------------------------+ +| 171 | Calibrate Compasses | ++-------+-------------------------------------------+ +| 172 | Battery MPPT Enable | ++-------+-------------------------------------------+ +| 174 | Camera Image Tracking | ++-------+-------------------------------------------+ +| 175 | Camera Lens | ++-------+-------------------------------------------+ +| 201 | Roll | ++-------+-------------------------------------------+ +| 202 | Pitch | ++-------+-------------------------------------------+ +| 207 | MainSail | ++-------+-------------------------------------------+ +| 208 | Flap | ++-------+-------------------------------------------+ +| 211 | Walking Height | ++-------+-------------------------------------------+ +| 212 | Mount1 Roll | ++-------+-------------------------------------------+ +| 213 | Mount1 Pitch | ++-------+-------------------------------------------+ +| 214 | Mount1 Yaw | ++-------+-------------------------------------------+ +| 215 | Mount2 Roll | ++-------+-------------------------------------------+ +| 216 | Mount2 Pitch | ++-------+-------------------------------------------+ +| 217 | Mount2 Yaw | ++-------+-------------------------------------------+ +| 300 | Scripting1 | ++-------+-------------------------------------------+ +| 301 | Scripting2 | ++-------+-------------------------------------------+ +| 302 | Scripting3 | ++-------+-------------------------------------------+ +| 303 | Scripting4 | ++-------+-------------------------------------------+ +| 304 | Scripting5 | ++-------+-------------------------------------------+ +| 305 | Scripting6 | ++-------+-------------------------------------------+ +| 306 | Scripting7 | ++-------+-------------------------------------------+ +| 307 | Scripting8 | ++-------+-------------------------------------------+ + + + + +.. _BTN_FUNC2: + +BTN\_FUNC2: Button Pin 2 RC Channel function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Auxiliary RC Options function executed on pin change + + ++-------+-------------------------------------------+ +| Value | Meaning | ++=======+===========================================+ +| 0 | Do Nothing | ++-------+-------------------------------------------+ +| 4 | RTL | ++-------+-------------------------------------------+ +| 5 | Save Trim (4.1 and lower) | ++-------+-------------------------------------------+ +| 7 | Save WP | ++-------+-------------------------------------------+ +| 9 | Camera Trigger | ++-------+-------------------------------------------+ +| 11 | Fence Enable | ++-------+-------------------------------------------+ +| 16 | AUTO Mode | ++-------+-------------------------------------------+ +| 19 | Gripper Release | ++-------+-------------------------------------------+ +| 24 | Auto Mission Reset | ++-------+-------------------------------------------+ +| 27 | Retract Mount1 | ++-------+-------------------------------------------+ +| 28 | Relay1 On/Off | ++-------+-------------------------------------------+ +| 30 | Lost Rover Sound | ++-------+-------------------------------------------+ +| 31 | Motor Emergency Stop | ++-------+-------------------------------------------+ +| 34 | Relay2 On/Off | ++-------+-------------------------------------------+ +| 35 | Relay3 On/Off | ++-------+-------------------------------------------+ +| 36 | Relay4 On/Off | ++-------+-------------------------------------------+ +| 40 | Proximity Avoidance Enable | ++-------+-------------------------------------------+ +| 41 | ArmDisarm (4.1 and lower) | ++-------+-------------------------------------------+ +| 42 | SMARTRTL Mode | ++-------+-------------------------------------------+ +| 46 | RC Override Enable | ++-------+-------------------------------------------+ +| 50 | LearnCruise Speed | ++-------+-------------------------------------------+ +| 51 | MANUAL Mode | ++-------+-------------------------------------------+ +| 52 | ACRO Mode | ++-------+-------------------------------------------+ +| 53 | STEERING Mode | ++-------+-------------------------------------------+ +| 54 | HOLD Mode | ++-------+-------------------------------------------+ +| 55 | GUIDED Mode | ++-------+-------------------------------------------+ +| 56 | LOITER Mode | ++-------+-------------------------------------------+ +| 57 | FOLLOW Mode | ++-------+-------------------------------------------+ +| 58 | Clear Waypoints | ++-------+-------------------------------------------+ +| 59 | Simple Mode | ++-------+-------------------------------------------+ +| 62 | Compass Learn | ++-------+-------------------------------------------+ +| 63 | Sailboat Tack | ++-------+-------------------------------------------+ +| 65 | GPS Disable | ++-------+-------------------------------------------+ +| 66 | Relay5 On/Off | ++-------+-------------------------------------------+ +| 67 | Relay6 On/Off | ++-------+-------------------------------------------+ +| 72 | CIRCLE Mode | ++-------+-------------------------------------------+ +| 74 | Sailboat motoring 3pos | ++-------+-------------------------------------------+ +| 78 | RunCam Control | ++-------+-------------------------------------------+ +| 79 | RunCam OSD Control | ++-------+-------------------------------------------+ +| 80 | VisoOdom Align | ++-------+-------------------------------------------+ +| 81 | Disarm | ++-------+-------------------------------------------+ +| 90 | EKF Pos Source | ++-------+-------------------------------------------+ +| 94 | VTX Power | ++-------+-------------------------------------------+ +| 97 | Windvane home heading direction offset | ++-------+-------------------------------------------+ +| 100 | KillIMU1 | ++-------+-------------------------------------------+ +| 101 | KillIMU2 | ++-------+-------------------------------------------+ +| 102 | Camera Mode Toggle | ++-------+-------------------------------------------+ +| 105 | GPS Disable Yaw | ++-------+-------------------------------------------+ +| 106 | Disable Airspeed Use | ++-------+-------------------------------------------+ +| 110 | KillIMU3 | ++-------+-------------------------------------------+ +| 112 | SwitchExternalAHRS | ++-------+-------------------------------------------+ +| 153 | ArmDisarm (4.2 and higher) | ++-------+-------------------------------------------+ +| 155 | Set steering trim to current servo and RC | ++-------+-------------------------------------------+ +| 156 | Torqeedo Clear Err | ++-------+-------------------------------------------+ +| 162 | FFT Tune | ++-------+-------------------------------------------+ +| 163 | Mount Lock | ++-------+-------------------------------------------+ +| 164 | Pause Stream Logging | ++-------+-------------------------------------------+ +| 165 | Arm/Emergency Motor Stop | ++-------+-------------------------------------------+ +| 166 | Camera Record Video | ++-------+-------------------------------------------+ +| 167 | Camera Zoom | ++-------+-------------------------------------------+ +| 168 | Camera Manual Focus | ++-------+-------------------------------------------+ +| 169 | Camera Auto Focus | ++-------+-------------------------------------------+ +| 171 | Calibrate Compasses | ++-------+-------------------------------------------+ +| 172 | Battery MPPT Enable | ++-------+-------------------------------------------+ +| 174 | Camera Image Tracking | ++-------+-------------------------------------------+ +| 175 | Camera Lens | ++-------+-------------------------------------------+ +| 201 | Roll | ++-------+-------------------------------------------+ +| 202 | Pitch | ++-------+-------------------------------------------+ +| 207 | MainSail | ++-------+-------------------------------------------+ +| 208 | Flap | ++-------+-------------------------------------------+ +| 211 | Walking Height | ++-------+-------------------------------------------+ +| 212 | Mount1 Roll | ++-------+-------------------------------------------+ +| 213 | Mount1 Pitch | ++-------+-------------------------------------------+ +| 214 | Mount1 Yaw | ++-------+-------------------------------------------+ +| 215 | Mount2 Roll | ++-------+-------------------------------------------+ +| 216 | Mount2 Pitch | ++-------+-------------------------------------------+ +| 217 | Mount2 Yaw | ++-------+-------------------------------------------+ +| 300 | Scripting1 | ++-------+-------------------------------------------+ +| 301 | Scripting2 | ++-------+-------------------------------------------+ +| 302 | Scripting3 | ++-------+-------------------------------------------+ +| 303 | Scripting4 | ++-------+-------------------------------------------+ +| 304 | Scripting5 | ++-------+-------------------------------------------+ +| 305 | Scripting6 | ++-------+-------------------------------------------+ +| 306 | Scripting7 | ++-------+-------------------------------------------+ +| 307 | Scripting8 | ++-------+-------------------------------------------+ + + + + +.. _BTN_FUNC3: + +BTN\_FUNC3: Button Pin 3 RC Channel function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Auxiliary RC Options function executed on pin change + + ++-------+-------------------------------------------+ +| Value | Meaning | ++=======+===========================================+ +| 0 | Do Nothing | ++-------+-------------------------------------------+ +| 4 | RTL | ++-------+-------------------------------------------+ +| 5 | Save Trim (4.1 and lower) | ++-------+-------------------------------------------+ +| 7 | Save WP | ++-------+-------------------------------------------+ +| 9 | Camera Trigger | ++-------+-------------------------------------------+ +| 11 | Fence Enable | ++-------+-------------------------------------------+ +| 16 | AUTO Mode | ++-------+-------------------------------------------+ +| 19 | Gripper Release | ++-------+-------------------------------------------+ +| 24 | Auto Mission Reset | ++-------+-------------------------------------------+ +| 27 | Retract Mount1 | ++-------+-------------------------------------------+ +| 28 | Relay1 On/Off | ++-------+-------------------------------------------+ +| 30 | Lost Rover Sound | ++-------+-------------------------------------------+ +| 31 | Motor Emergency Stop | ++-------+-------------------------------------------+ +| 34 | Relay2 On/Off | ++-------+-------------------------------------------+ +| 35 | Relay3 On/Off | ++-------+-------------------------------------------+ +| 36 | Relay4 On/Off | ++-------+-------------------------------------------+ +| 40 | Proximity Avoidance Enable | ++-------+-------------------------------------------+ +| 41 | ArmDisarm (4.1 and lower) | ++-------+-------------------------------------------+ +| 42 | SMARTRTL Mode | ++-------+-------------------------------------------+ +| 46 | RC Override Enable | ++-------+-------------------------------------------+ +| 50 | LearnCruise Speed | ++-------+-------------------------------------------+ +| 51 | MANUAL Mode | ++-------+-------------------------------------------+ +| 52 | ACRO Mode | ++-------+-------------------------------------------+ +| 53 | STEERING Mode | ++-------+-------------------------------------------+ +| 54 | HOLD Mode | ++-------+-------------------------------------------+ +| 55 | GUIDED Mode | ++-------+-------------------------------------------+ +| 56 | LOITER Mode | ++-------+-------------------------------------------+ +| 57 | FOLLOW Mode | ++-------+-------------------------------------------+ +| 58 | Clear Waypoints | ++-------+-------------------------------------------+ +| 59 | Simple Mode | ++-------+-------------------------------------------+ +| 62 | Compass Learn | ++-------+-------------------------------------------+ +| 63 | Sailboat Tack | ++-------+-------------------------------------------+ +| 65 | GPS Disable | ++-------+-------------------------------------------+ +| 66 | Relay5 On/Off | ++-------+-------------------------------------------+ +| 67 | Relay6 On/Off | ++-------+-------------------------------------------+ +| 72 | CIRCLE Mode | ++-------+-------------------------------------------+ +| 74 | Sailboat motoring 3pos | ++-------+-------------------------------------------+ +| 78 | RunCam Control | ++-------+-------------------------------------------+ +| 79 | RunCam OSD Control | ++-------+-------------------------------------------+ +| 80 | VisoOdom Align | ++-------+-------------------------------------------+ +| 81 | Disarm | ++-------+-------------------------------------------+ +| 90 | EKF Pos Source | ++-------+-------------------------------------------+ +| 94 | VTX Power | ++-------+-------------------------------------------+ +| 97 | Windvane home heading direction offset | ++-------+-------------------------------------------+ +| 100 | KillIMU1 | ++-------+-------------------------------------------+ +| 101 | KillIMU2 | ++-------+-------------------------------------------+ +| 102 | Camera Mode Toggle | ++-------+-------------------------------------------+ +| 105 | GPS Disable Yaw | ++-------+-------------------------------------------+ +| 106 | Disable Airspeed Use | ++-------+-------------------------------------------+ +| 110 | KillIMU3 | ++-------+-------------------------------------------+ +| 112 | SwitchExternalAHRS | ++-------+-------------------------------------------+ +| 153 | ArmDisarm (4.2 and higher) | ++-------+-------------------------------------------+ +| 155 | Set steering trim to current servo and RC | ++-------+-------------------------------------------+ +| 156 | Torqeedo Clear Err | ++-------+-------------------------------------------+ +| 162 | FFT Tune | ++-------+-------------------------------------------+ +| 163 | Mount Lock | ++-------+-------------------------------------------+ +| 164 | Pause Stream Logging | ++-------+-------------------------------------------+ +| 165 | Arm/Emergency Motor Stop | ++-------+-------------------------------------------+ +| 166 | Camera Record Video | ++-------+-------------------------------------------+ +| 167 | Camera Zoom | ++-------+-------------------------------------------+ +| 168 | Camera Manual Focus | ++-------+-------------------------------------------+ +| 169 | Camera Auto Focus | ++-------+-------------------------------------------+ +| 171 | Calibrate Compasses | ++-------+-------------------------------------------+ +| 172 | Battery MPPT Enable | ++-------+-------------------------------------------+ +| 174 | Camera Image Tracking | ++-------+-------------------------------------------+ +| 175 | Camera Lens | ++-------+-------------------------------------------+ +| 201 | Roll | ++-------+-------------------------------------------+ +| 202 | Pitch | ++-------+-------------------------------------------+ +| 207 | MainSail | ++-------+-------------------------------------------+ +| 208 | Flap | ++-------+-------------------------------------------+ +| 211 | Walking Height | ++-------+-------------------------------------------+ +| 212 | Mount1 Roll | ++-------+-------------------------------------------+ +| 213 | Mount1 Pitch | ++-------+-------------------------------------------+ +| 214 | Mount1 Yaw | ++-------+-------------------------------------------+ +| 215 | Mount2 Roll | ++-------+-------------------------------------------+ +| 216 | Mount2 Pitch | ++-------+-------------------------------------------+ +| 217 | Mount2 Yaw | ++-------+-------------------------------------------+ +| 300 | Scripting1 | ++-------+-------------------------------------------+ +| 301 | Scripting2 | ++-------+-------------------------------------------+ +| 302 | Scripting3 | ++-------+-------------------------------------------+ +| 303 | Scripting4 | ++-------+-------------------------------------------+ +| 304 | Scripting5 | ++-------+-------------------------------------------+ +| 305 | Scripting6 | ++-------+-------------------------------------------+ +| 306 | Scripting7 | ++-------+-------------------------------------------+ +| 307 | Scripting8 | ++-------+-------------------------------------------+ + + + + +.. _BTN_FUNC4: + +BTN\_FUNC4: Button Pin 4 RC Channel function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Auxiliary RC Options function executed on pin change + + ++-------+-------------------------------------------+ +| Value | Meaning | ++=======+===========================================+ +| 0 | Do Nothing | ++-------+-------------------------------------------+ +| 4 | RTL | ++-------+-------------------------------------------+ +| 5 | Save Trim (4.1 and lower) | ++-------+-------------------------------------------+ +| 7 | Save WP | ++-------+-------------------------------------------+ +| 9 | Camera Trigger | ++-------+-------------------------------------------+ +| 11 | Fence Enable | ++-------+-------------------------------------------+ +| 16 | AUTO Mode | ++-------+-------------------------------------------+ +| 19 | Gripper Release | ++-------+-------------------------------------------+ +| 24 | Auto Mission Reset | ++-------+-------------------------------------------+ +| 27 | Retract Mount1 | ++-------+-------------------------------------------+ +| 28 | Relay1 On/Off | ++-------+-------------------------------------------+ +| 30 | Lost Rover Sound | ++-------+-------------------------------------------+ +| 31 | Motor Emergency Stop | ++-------+-------------------------------------------+ +| 34 | Relay2 On/Off | ++-------+-------------------------------------------+ +| 35 | Relay3 On/Off | ++-------+-------------------------------------------+ +| 36 | Relay4 On/Off | ++-------+-------------------------------------------+ +| 40 | Proximity Avoidance Enable | ++-------+-------------------------------------------+ +| 41 | ArmDisarm (4.1 and lower) | ++-------+-------------------------------------------+ +| 42 | SMARTRTL Mode | ++-------+-------------------------------------------+ +| 46 | RC Override Enable | ++-------+-------------------------------------------+ +| 50 | LearnCruise Speed | ++-------+-------------------------------------------+ +| 51 | MANUAL Mode | ++-------+-------------------------------------------+ +| 52 | ACRO Mode | ++-------+-------------------------------------------+ +| 53 | STEERING Mode | ++-------+-------------------------------------------+ +| 54 | HOLD Mode | ++-------+-------------------------------------------+ +| 55 | GUIDED Mode | ++-------+-------------------------------------------+ +| 56 | LOITER Mode | ++-------+-------------------------------------------+ +| 57 | FOLLOW Mode | ++-------+-------------------------------------------+ +| 58 | Clear Waypoints | ++-------+-------------------------------------------+ +| 59 | Simple Mode | ++-------+-------------------------------------------+ +| 62 | Compass Learn | ++-------+-------------------------------------------+ +| 63 | Sailboat Tack | ++-------+-------------------------------------------+ +| 65 | GPS Disable | ++-------+-------------------------------------------+ +| 66 | Relay5 On/Off | ++-------+-------------------------------------------+ +| 67 | Relay6 On/Off | ++-------+-------------------------------------------+ +| 72 | CIRCLE Mode | ++-------+-------------------------------------------+ +| 74 | Sailboat motoring 3pos | ++-------+-------------------------------------------+ +| 78 | RunCam Control | ++-------+-------------------------------------------+ +| 79 | RunCam OSD Control | ++-------+-------------------------------------------+ +| 80 | VisoOdom Align | ++-------+-------------------------------------------+ +| 81 | Disarm | ++-------+-------------------------------------------+ +| 90 | EKF Pos Source | ++-------+-------------------------------------------+ +| 94 | VTX Power | ++-------+-------------------------------------------+ +| 97 | Windvane home heading direction offset | ++-------+-------------------------------------------+ +| 100 | KillIMU1 | ++-------+-------------------------------------------+ +| 101 | KillIMU2 | ++-------+-------------------------------------------+ +| 102 | Camera Mode Toggle | ++-------+-------------------------------------------+ +| 105 | GPS Disable Yaw | ++-------+-------------------------------------------+ +| 106 | Disable Airspeed Use | ++-------+-------------------------------------------+ +| 110 | KillIMU3 | ++-------+-------------------------------------------+ +| 112 | SwitchExternalAHRS | ++-------+-------------------------------------------+ +| 153 | ArmDisarm (4.2 and higher) | ++-------+-------------------------------------------+ +| 155 | Set steering trim to current servo and RC | ++-------+-------------------------------------------+ +| 156 | Torqeedo Clear Err | ++-------+-------------------------------------------+ +| 162 | FFT Tune | ++-------+-------------------------------------------+ +| 163 | Mount Lock | ++-------+-------------------------------------------+ +| 164 | Pause Stream Logging | ++-------+-------------------------------------------+ +| 165 | Arm/Emergency Motor Stop | ++-------+-------------------------------------------+ +| 166 | Camera Record Video | ++-------+-------------------------------------------+ +| 167 | Camera Zoom | ++-------+-------------------------------------------+ +| 168 | Camera Manual Focus | ++-------+-------------------------------------------+ +| 169 | Camera Auto Focus | ++-------+-------------------------------------------+ +| 171 | Calibrate Compasses | ++-------+-------------------------------------------+ +| 172 | Battery MPPT Enable | ++-------+-------------------------------------------+ +| 174 | Camera Image Tracking | ++-------+-------------------------------------------+ +| 175 | Camera Lens | ++-------+-------------------------------------------+ +| 201 | Roll | ++-------+-------------------------------------------+ +| 202 | Pitch | ++-------+-------------------------------------------+ +| 207 | MainSail | ++-------+-------------------------------------------+ +| 208 | Flap | ++-------+-------------------------------------------+ +| 211 | Walking Height | ++-------+-------------------------------------------+ +| 212 | Mount1 Roll | ++-------+-------------------------------------------+ +| 213 | Mount1 Pitch | ++-------+-------------------------------------------+ +| 214 | Mount1 Yaw | ++-------+-------------------------------------------+ +| 215 | Mount2 Roll | ++-------+-------------------------------------------+ +| 216 | Mount2 Pitch | ++-------+-------------------------------------------+ +| 217 | Mount2 Yaw | ++-------+-------------------------------------------+ +| 300 | Scripting1 | ++-------+-------------------------------------------+ +| 301 | Scripting2 | ++-------+-------------------------------------------+ +| 302 | Scripting3 | ++-------+-------------------------------------------+ +| 303 | Scripting4 | ++-------+-------------------------------------------+ +| 304 | Scripting5 | ++-------+-------------------------------------------+ +| 305 | Scripting6 | ++-------+-------------------------------------------+ +| 306 | Scripting7 | ++-------+-------------------------------------------+ +| 307 | Scripting8 | ++-------+-------------------------------------------+ + + + + + +.. _parameters_CAM: + +CAM Parameters +-------------- + + +.. _CAM_MAX_ROLL: + +CAM\_MAX\_ROLL: Maximum photo roll angle\. +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Postpone shooting if roll is greater than limit\. \(0\=Disable\, will shoot regardless of roll\)\. + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 180 | degrees | ++----------+---------+ + + + + +.. _CAM_AUTO_ONLY: + +CAM\_AUTO\_ONLY: Distance\-trigging in AUTO mode only +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +When enabled\, trigging by distance is done in AUTO mode only\. + + ++-------+-------------------+ +| Value | Meaning | ++=======+===================+ +| 0 | Always | ++-------+-------------------+ +| 1 | Only when in AUTO | ++-------+-------------------+ + + + + + +.. _parameters_CAM1: + +CAM1 Parameters +--------------- + + +.. _CAM1_TYPE: + +CAM1\_TYPE: Camera shutter \(trigger\) type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +how to trigger the camera to take a picture + + ++-------+----------------------+ +| Value | Meaning | ++=======+======================+ +| 0 | None | ++-------+----------------------+ +| 1 | Servo | ++-------+----------------------+ +| 2 | Relay | ++-------+----------------------+ +| 3 | GoPro in Solo Gimbal | ++-------+----------------------+ +| 4 | Mount (Siyi) | ++-------+----------------------+ +| 5 | MAVLink | ++-------+----------------------+ +| 6 | MAVLinkCamV2 | ++-------+----------------------+ +| 7 | Scripting | ++-------+----------------------+ + + + + +.. _CAM1_DURATION: + +CAM1\_DURATION: Camera shutter duration held open +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Duration in seconds that the camera shutter is held open + + ++--------+---------+ +| Range | Units | ++========+=========+ +| 0 to 5 | seconds | ++--------+---------+ + + + + +.. _CAM1_SERVO_ON: + +CAM1\_SERVO\_ON: Camera servo ON PWM value +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +PWM value in microseconds to move servo to when shutter is activated + + ++--------------+---------------------+ +| Range | Units | ++==============+=====================+ +| 1000 to 2000 | PWM in microseconds | ++--------------+---------------------+ + + + + +.. _CAM1_SERVO_OFF: + +CAM1\_SERVO\_OFF: Camera servo OFF PWM value +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +PWM value in microseconds to move servo to when shutter is deactivated + + ++--------------+---------------------+ +| Range | Units | ++==============+=====================+ +| 1000 to 2000 | PWM in microseconds | ++--------------+---------------------+ + + + + +.. _CAM1_TRIGG_DIST: + +CAM1\_TRIGG\_DIST: Camera trigger distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Distance in meters between camera triggers\. If this value is non\-zero then the camera will trigger whenever the position changes by this number of meters regardless of what mode the APM is in\. Note that this parameter can also be set in an auto mission using the DO\_SET\_CAM\_TRIGG\_DIST command\, allowing you to enable\/disable the triggering of the camera during the flight\. + + ++-----------+--------+ +| Range | Units | ++===========+========+ +| 0 to 1000 | meters | ++-----------+--------+ + + + + +.. _CAM1_RELAY_ON: + +CAM1\_RELAY\_ON: Camera relay ON value +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets whether the relay goes high or low when it triggers\. Note that you should also set RELAY\_DEFAULT appropriately for your camera + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0 | Low | ++-------+---------+ +| 1 | High | ++-------+---------+ + + + + +.. _CAM1_INTRVAL_MIN: + +CAM1\_INTRVAL\_MIN: Camera minimum time interval between photos +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Postpone shooting if previous picture was taken less than this many seconds ago + + ++---------+---------+ +| Range | Units | ++=========+=========+ +| 0 to 10 | seconds | ++---------+---------+ + + + + +.. _CAM1_FEEDBAK_PIN: + +CAM1\_FEEDBAK\_PIN: Camera feedback pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +pin number to use for save accurate camera feedback messages\. If set to \-1 then don\'t use a pin flag for this\, otherwise this is a pin number which if held high after a picture trigger order\, will save camera messages when camera really takes a picture\. A universal camera hot shoe is needed\. The pin should be held high for at least 2 milliseconds for reliable trigger detection\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. See also the CAMx\_FEEDBCK\_POL option\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| -1 | Disabled | ++-------+----------+ +| 50 | AUX1 | ++-------+----------+ +| 51 | AUX2 | ++-------+----------+ +| 52 | AUX3 | ++-------+----------+ +| 53 | AUX4 | ++-------+----------+ +| 54 | AUX5 | ++-------+----------+ +| 55 | AUX6 | ++-------+----------+ + + + + +.. _CAM1_FEEDBAK_POL: + +CAM1\_FEEDBAK\_POL: Camera feedback pin polarity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Polarity for feedback pin\. If this is 1 then the feedback pin should go high on trigger\. If set to 0 then it should go low + + ++-------+-------------+ +| Value | Meaning | ++=======+=============+ +| 0 | TriggerLow | ++-------+-------------+ +| 1 | TriggerHigh | ++-------+-------------+ + + + + +.. _CAM1_OPTIONS: + +CAM1\_OPTIONS: Camera options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Camera options bitmask + + ++-----+---------------------------------------------------+ +| Bit | Meaning | ++=====+===================================================+ +| 0 | Recording Starts at arming and stops at disarming | ++-----+---------------------------------------------------+ + + + + +.. _CAM1_MNT_INST: + +CAM1\_MNT\_INST: Camera Mount instance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount instance camera is associated with\. 0 means camera and mount have identical instance numbers e\.g\. camera1 and mount1 + + +.. _CAM1_HFOV: + +CAM1\_HFOV: Camera horizontal field of view +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Camera horizontal field of view\. 0 if unknown + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 360 | degrees | ++----------+---------+ + + + + +.. _CAM1_VFOV: + +CAM1\_VFOV: Camera vertical field of view +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Camera vertical field of view\. 0 if unknown + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 180 | degrees | ++----------+---------+ + + + + + +.. _parameters_CAM2: + +CAM2 Parameters +--------------- + + +.. _CAM2_TYPE: + +CAM2\_TYPE: Camera shutter \(trigger\) type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +how to trigger the camera to take a picture + + ++-------+----------------------+ +| Value | Meaning | ++=======+======================+ +| 0 | None | ++-------+----------------------+ +| 1 | Servo | ++-------+----------------------+ +| 2 | Relay | ++-------+----------------------+ +| 3 | GoPro in Solo Gimbal | ++-------+----------------------+ +| 4 | Mount (Siyi) | ++-------+----------------------+ +| 5 | MAVLink | ++-------+----------------------+ +| 6 | MAVLinkCamV2 | ++-------+----------------------+ +| 7 | Scripting | ++-------+----------------------+ + + + + +.. _CAM2_DURATION: + +CAM2\_DURATION: Camera shutter duration held open +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Duration in seconds that the camera shutter is held open + + ++--------+---------+ +| Range | Units | ++========+=========+ +| 0 to 5 | seconds | ++--------+---------+ + + + + +.. _CAM2_SERVO_ON: + +CAM2\_SERVO\_ON: Camera servo ON PWM value +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +PWM value in microseconds to move servo to when shutter is activated + + ++--------------+---------------------+ +| Range | Units | ++==============+=====================+ +| 1000 to 2000 | PWM in microseconds | ++--------------+---------------------+ + + + + +.. _CAM2_SERVO_OFF: + +CAM2\_SERVO\_OFF: Camera servo OFF PWM value +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +PWM value in microseconds to move servo to when shutter is deactivated + + ++--------------+---------------------+ +| Range | Units | ++==============+=====================+ +| 1000 to 2000 | PWM in microseconds | ++--------------+---------------------+ + + + + +.. _CAM2_TRIGG_DIST: + +CAM2\_TRIGG\_DIST: Camera trigger distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Distance in meters between camera triggers\. If this value is non\-zero then the camera will trigger whenever the position changes by this number of meters regardless of what mode the APM is in\. Note that this parameter can also be set in an auto mission using the DO\_SET\_CAM\_TRIGG\_DIST command\, allowing you to enable\/disable the triggering of the camera during the flight\. + + ++-----------+--------+ +| Range | Units | ++===========+========+ +| 0 to 1000 | meters | ++-----------+--------+ + + + + +.. _CAM2_RELAY_ON: + +CAM2\_RELAY\_ON: Camera relay ON value +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets whether the relay goes high or low when it triggers\. Note that you should also set RELAY\_DEFAULT appropriately for your camera + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0 | Low | ++-------+---------+ +| 1 | High | ++-------+---------+ + + + + +.. _CAM2_INTRVAL_MIN: + +CAM2\_INTRVAL\_MIN: Camera minimum time interval between photos +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Postpone shooting if previous picture was taken less than this many seconds ago + + ++---------+---------+ +| Range | Units | ++=========+=========+ +| 0 to 10 | seconds | ++---------+---------+ + + + + +.. _CAM2_FEEDBAK_PIN: + +CAM2\_FEEDBAK\_PIN: Camera feedback pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +pin number to use for save accurate camera feedback messages\. If set to \-1 then don\'t use a pin flag for this\, otherwise this is a pin number which if held high after a picture trigger order\, will save camera messages when camera really takes a picture\. A universal camera hot shoe is needed\. The pin should be held high for at least 2 milliseconds for reliable trigger detection\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. See also the CAMx\_FEEDBCK\_POL option\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| -1 | Disabled | ++-------+----------+ +| 50 | AUX1 | ++-------+----------+ +| 51 | AUX2 | ++-------+----------+ +| 52 | AUX3 | ++-------+----------+ +| 53 | AUX4 | ++-------+----------+ +| 54 | AUX5 | ++-------+----------+ +| 55 | AUX6 | ++-------+----------+ + + + + +.. _CAM2_FEEDBAK_POL: + +CAM2\_FEEDBAK\_POL: Camera feedback pin polarity +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Polarity for feedback pin\. If this is 1 then the feedback pin should go high on trigger\. If set to 0 then it should go low + + ++-------+-------------+ +| Value | Meaning | ++=======+=============+ +| 0 | TriggerLow | ++-------+-------------+ +| 1 | TriggerHigh | ++-------+-------------+ + + + + +.. _CAM2_OPTIONS: + +CAM2\_OPTIONS: Camera options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Camera options bitmask + + ++-----+---------------------------------------------------+ +| Bit | Meaning | ++=====+===================================================+ +| 0 | Recording Starts at arming and stops at disarming | ++-----+---------------------------------------------------+ + + + + +.. _CAM2_MNT_INST: + +CAM2\_MNT\_INST: Camera Mount instance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount instance camera is associated with\. 0 means camera and mount have identical instance numbers e\.g\. camera1 and mount1 + + +.. _CAM2_HFOV: + +CAM2\_HFOV: Camera horizontal field of view +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Camera horizontal field of view\. 0 if unknown + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 360 | degrees | ++----------+---------+ + + + + +.. _CAM2_VFOV: + +CAM2\_VFOV: Camera vertical field of view +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Camera vertical field of view\. 0 if unknown + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 180 | degrees | ++----------+---------+ + + + + + +.. _parameters_CAM_RC_: + +CAM\_RC\_ Parameters +-------------------- + + +.. _CAM_RC_TYPE: + +CAM\_RC\_TYPE: RunCam device type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +RunCam device type used to determine OSD menu structure and shutter options\. + + ++-------+-------------------------------------+ +| Value | Meaning | ++=======+=====================================+ +| 0 | Disabled | ++-------+-------------------------------------+ +| 1 | RunCam Split Micro/RunCam with UART | ++-------+-------------------------------------+ +| 2 | RunCam Split | ++-------+-------------------------------------+ +| 3 | RunCam Split4 4k | ++-------+-------------------------------------+ +| 4 | RunCam Hybrid/RunCam Thumb Pro | ++-------+-------------------------------------+ +| 5 | Runcam 2 4k | ++-------+-------------------------------------+ + + + + +.. _CAM_RC_FEATURES: + +CAM\_RC\_FEATURES: RunCam features available +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The available features of the attached RunCam device\. If 0 then the RunCam device will be queried for the features it supports\, otherwise this setting is used\. + + ++-----+-----------------+ +| Bit | Meaning | ++=====+=================+ +| 0 | Power Button | ++-----+-----------------+ +| 1 | WiFi Button | ++-----+-----------------+ +| 2 | Change Mode | ++-----+-----------------+ +| 3 | 5-Key OSD | ++-----+-----------------+ +| 4 | Settings Access | ++-----+-----------------+ +| 5 | DisplayPort | ++-----+-----------------+ +| 6 | Start Recording | ++-----+-----------------+ +| 7 | Stop Recording | ++-----+-----------------+ + + + + +.. _CAM_RC_BT_DELAY: + +CAM\_RC\_BT\_DELAY: RunCam boot delay before allowing updates +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Time it takes for the RunCam to become fully ready in ms\. If this is too short then commands can get out of sync\. + + +.. _CAM_RC_BTN_DELAY: + +CAM\_RC\_BTN\_DELAY: RunCam button delay before allowing further button presses +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Time it takes for the a RunCam button press to be actived in ms\. If this is too short then commands can get out of sync\. + + +.. _CAM_RC_MDE_DELAY: + +CAM\_RC\_MDE\_DELAY: RunCam mode delay before allowing further button presses +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Time it takes for the a RunCam mode button press to be actived in ms\. If a mode change first requires a video recording change then double this value is used\. If this is too short then commands can get out of sync\. + + +.. _CAM_RC_CONTROL: + +CAM\_RC\_CONTROL: RunCam control option +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Specifies the allowed actions required to enter the OSD menu and other option like autorecording + + ++-----+-----------------------+ +| Bit | Meaning | ++=====+=======================+ +| 0 | Stick yaw right | ++-----+-----------------------+ +| 1 | Stick roll right | ++-----+-----------------------+ +| 2 | 3-position switch | ++-----+-----------------------+ +| 3 | 2-position switch | ++-----+-----------------------+ +| 4 | Autorecording enabled | ++-----+-----------------------+ + + + + + +.. _parameters_CAN_: + +CAN\_ Parameters +---------------- + + +.. _CAN_LOGLEVEL: + +CAN\_LOGLEVEL: Loglevel +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Loglevel for recording initialisation and debug information from CAN Interface + + ++-------+-----------------------+ +| Value | Meaning | ++=======+=======================+ +| 0 | Log None | ++-------+-----------------------+ +| 1 | Log Error | ++-------+-----------------------+ +| 2 | Log Warning and below | ++-------+-----------------------+ +| 3 | Log Info and below | ++-------+-----------------------+ +| 4 | Log Everything | ++-------+-----------------------+ + + + + ++--------+ +| Range | ++========+ +| 0 to 4 | ++--------+ + + + + + +.. _parameters_CAN_D1_: + +CAN\_D1\_ Parameters +-------------------- + + +.. _CAN_D1_PROTOCOL: + +CAN\_D1\_PROTOCOL: Enable use of specific protocol over virtual driver +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Enabling this option starts selected protocol that will use this virtual driver + + ++-------+-----------------+ +| Value | Meaning | ++=======+=================+ +| 0 | Disabled | ++-------+-----------------+ +| 1 | DroneCAN | ++-------+-----------------+ +| 4 | PiccoloCAN | ++-------+-----------------+ +| 6 | EFI_NWPMU | ++-------+-----------------+ +| 7 | USD1 | ++-------+-----------------+ +| 8 | KDECAN | ++-------+-----------------+ +| 10 | Scripting | ++-------+-----------------+ +| 11 | Benewake | ++-------+-----------------+ +| 12 | Scripting2 | ++-------+-----------------+ +| 13 | TOFSenseP | ++-------+-----------------+ +| 14 | NanoRadar_NRA24 | ++-------+-----------------+ + + + + +.. _CAN_D1_PROTOCOL2: + +CAN\_D1\_PROTOCOL2: Secondary protocol with 11 bit CAN addressing +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Secondary protocol with 11 bit CAN addressing + + ++-------+-----------------+ +| Value | Meaning | ++=======+=================+ +| 0 | Disabled | ++-------+-----------------+ +| 7 | USD1 | ++-------+-----------------+ +| 10 | Scripting | ++-------+-----------------+ +| 11 | Benewake | ++-------+-----------------+ +| 12 | Scripting2 | ++-------+-----------------+ +| 13 | TOFSenseP | ++-------+-----------------+ +| 14 | NanoRadar_NRA24 | ++-------+-----------------+ + + + + + +.. _parameters_CAN_D1_PC_: + +CAN\_D1\_PC\_ Parameters +------------------------ + + +.. _CAN_D1_PC_ESC_BM: + +CAN\_D1\_PC\_ESC\_BM: ESC channels +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bitmask defining which ESC \(motor\) channels are to be transmitted over Piccolo CAN + + ++-----+---------+ +| Bit | Meaning | ++=====+=========+ +| 0 | ESC 1 | ++-----+---------+ +| 1 | ESC 2 | ++-----+---------+ +| 2 | ESC 3 | ++-----+---------+ +| 3 | ESC 4 | ++-----+---------+ +| 4 | ESC 5 | ++-----+---------+ +| 5 | ESC 6 | ++-----+---------+ +| 6 | ESC 7 | ++-----+---------+ +| 7 | ESC 8 | ++-----+---------+ +| 8 | ESC 9 | ++-----+---------+ +| 9 | ESC 10 | ++-----+---------+ +| 10 | ESC 11 | ++-----+---------+ +| 11 | ESC 12 | ++-----+---------+ +| 12 | ESC 13 | ++-----+---------+ +| 13 | ESC 14 | ++-----+---------+ +| 14 | ESC 15 | ++-----+---------+ +| 15 | ESC 16 | ++-----+---------+ +| 16 | ESC 17 | ++-----+---------+ +| 17 | ESC 18 | ++-----+---------+ +| 18 | ESC 19 | ++-----+---------+ +| 19 | ESC 20 | ++-----+---------+ +| 20 | ESC 21 | ++-----+---------+ +| 21 | ESC 22 | ++-----+---------+ +| 22 | ESC 23 | ++-----+---------+ +| 23 | ESC 24 | ++-----+---------+ +| 24 | ESC 25 | ++-----+---------+ +| 25 | ESC 26 | ++-----+---------+ +| 26 | ESC 27 | ++-----+---------+ +| 27 | ESC 28 | ++-----+---------+ +| 28 | ESC 29 | ++-----+---------+ +| 29 | ESC 30 | ++-----+---------+ +| 30 | ESC 31 | ++-----+---------+ +| 31 | ESC 32 | ++-----+---------+ + + + + +.. _CAN_D1_PC_ESC_RT: + +CAN\_D1\_PC\_ESC\_RT: ESC output rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Output rate of ESC command messages + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 1 to 500 | hertz | ++----------+-------+ + + + + +.. _CAN_D1_PC_SRV_BM: + +CAN\_D1\_PC\_SRV\_BM: Servo channels +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bitmask defining which servo channels are to be transmitted over Piccolo CAN + + ++-----+----------+ +| Bit | Meaning | ++=====+==========+ +| 0 | Servo 1 | ++-----+----------+ +| 1 | Servo 2 | ++-----+----------+ +| 2 | Servo 3 | ++-----+----------+ +| 3 | Servo 4 | ++-----+----------+ +| 4 | Servo 5 | ++-----+----------+ +| 5 | Servo 6 | ++-----+----------+ +| 6 | Servo 7 | ++-----+----------+ +| 7 | Servo 8 | ++-----+----------+ +| 8 | Servo 9 | ++-----+----------+ +| 9 | Servo 10 | ++-----+----------+ +| 10 | Servo 11 | ++-----+----------+ +| 11 | Servo 12 | ++-----+----------+ +| 12 | Servo 13 | ++-----+----------+ +| 13 | Servo 14 | ++-----+----------+ +| 14 | Servo 15 | ++-----+----------+ +| 15 | Servo 16 | ++-----+----------+ + + + + +.. _CAN_D1_PC_SRV_RT: + +CAN\_D1\_PC\_SRV\_RT: Servo command output rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Output rate of servo command messages + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 1 to 500 | hertz | ++----------+-------+ + + + + +.. _CAN_D1_PC_ECU_ID: + +CAN\_D1\_PC\_ECU\_ID: ECU Node ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Node ID to send ECU throttle messages to\. Set to zero to disable ECU throttle messages\. Set to 255 to broadcast to all ECUs\. + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _CAN_D1_PC_ECU_RT: + +CAN\_D1\_PC\_ECU\_RT: ECU command output rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Output rate of ECU command messages + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 1 to 500 | hertz | ++----------+-------+ + + + + + +.. _parameters_CAN_D1_UC_: + +CAN\_D1\_UC\_ Parameters +------------------------ + + +.. _CAN_D1_UC_NODE: + +CAN\_D1\_UC\_NODE: DroneCAN node that is used for this network +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +DroneCAN node should be set implicitly + + ++----------+ +| Range | ++==========+ +| 1 to 250 | ++----------+ + + + + +.. _CAN_D1_UC_SRV_BM: + +CAN\_D1\_UC\_SRV\_BM: Output channels to be transmitted as servo over DroneCAN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Bitmask with one set for channel to be transmitted as a servo command over DroneCAN + + ++-----+----------+ +| Bit | Meaning | ++=====+==========+ +| 0 | Servo 1 | ++-----+----------+ +| 1 | Servo 2 | ++-----+----------+ +| 2 | Servo 3 | ++-----+----------+ +| 3 | Servo 4 | ++-----+----------+ +| 4 | Servo 5 | ++-----+----------+ +| 5 | Servo 6 | ++-----+----------+ +| 6 | Servo 7 | ++-----+----------+ +| 7 | Servo 8 | ++-----+----------+ +| 8 | Servo 9 | ++-----+----------+ +| 9 | Servo 10 | ++-----+----------+ +| 10 | Servo 11 | ++-----+----------+ +| 11 | Servo 12 | ++-----+----------+ +| 12 | Servo 13 | ++-----+----------+ +| 13 | Servo 14 | ++-----+----------+ +| 14 | Servo 15 | ++-----+----------+ +| 15 | Servo 16 | ++-----+----------+ +| 16 | Servo 17 | ++-----+----------+ +| 17 | Servo 18 | ++-----+----------+ +| 18 | Servo 19 | ++-----+----------+ +| 19 | Servo 20 | ++-----+----------+ +| 20 | Servo 21 | ++-----+----------+ +| 21 | Servo 22 | ++-----+----------+ +| 22 | Servo 23 | ++-----+----------+ +| 23 | Servo 24 | ++-----+----------+ +| 24 | Servo 25 | ++-----+----------+ +| 25 | Servo 26 | ++-----+----------+ +| 26 | Servo 27 | ++-----+----------+ +| 27 | Servo 28 | ++-----+----------+ +| 28 | Servo 29 | ++-----+----------+ +| 29 | Servo 30 | ++-----+----------+ +| 30 | Servo 31 | ++-----+----------+ +| 31 | Servo 32 | ++-----+----------+ + + + + +.. _CAN_D1_UC_ESC_BM: + +CAN\_D1\_UC\_ESC\_BM: Output channels to be transmitted as ESC over DroneCAN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bitmask with one set for channel to be transmitted as a ESC command over DroneCAN + + ++-----+---------+ +| Bit | Meaning | ++=====+=========+ +| 0 | ESC 1 | ++-----+---------+ +| 1 | ESC 2 | ++-----+---------+ +| 2 | ESC 3 | ++-----+---------+ +| 3 | ESC 4 | ++-----+---------+ +| 4 | ESC 5 | ++-----+---------+ +| 5 | ESC 6 | ++-----+---------+ +| 6 | ESC 7 | ++-----+---------+ +| 7 | ESC 8 | ++-----+---------+ +| 8 | ESC 9 | ++-----+---------+ +| 9 | ESC 10 | ++-----+---------+ +| 10 | ESC 11 | ++-----+---------+ +| 11 | ESC 12 | ++-----+---------+ +| 12 | ESC 13 | ++-----+---------+ +| 13 | ESC 14 | ++-----+---------+ +| 14 | ESC 15 | ++-----+---------+ +| 15 | ESC 16 | ++-----+---------+ +| 16 | ESC 17 | ++-----+---------+ +| 17 | ESC 18 | ++-----+---------+ +| 18 | ESC 19 | ++-----+---------+ +| 19 | ESC 20 | ++-----+---------+ +| 20 | ESC 21 | ++-----+---------+ +| 21 | ESC 22 | ++-----+---------+ +| 22 | ESC 23 | ++-----+---------+ +| 23 | ESC 24 | ++-----+---------+ +| 24 | ESC 25 | ++-----+---------+ +| 25 | ESC 26 | ++-----+---------+ +| 26 | ESC 27 | ++-----+---------+ +| 27 | ESC 28 | ++-----+---------+ +| 28 | ESC 29 | ++-----+---------+ +| 29 | ESC 30 | ++-----+---------+ +| 30 | ESC 31 | ++-----+---------+ +| 31 | ESC 32 | ++-----+---------+ + + + + +.. _CAN_D1_UC_SRV_RT: + +CAN\_D1\_UC\_SRV\_RT: Servo output rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum transmit rate for servo outputs + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 1 to 200 | hertz | ++----------+-------+ + + + + +.. _CAN_D1_UC_OPTION: + +CAN\_D1\_UC\_OPTION: DroneCAN options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Option flags + + ++-----+------------------------+ +| Bit | Meaning | ++=====+========================+ +| 0 | ClearDNADatabase | ++-----+------------------------+ +| 1 | IgnoreDNANodeConflicts | ++-----+------------------------+ +| 2 | EnableCanfd | ++-----+------------------------+ +| 3 | IgnoreDNANodeUnhealthy | ++-----+------------------------+ +| 4 | SendServoAsPWM | ++-----+------------------------+ +| 5 | SendGNSS | ++-----+------------------------+ +| 6 | UseHimarkServo | ++-----+------------------------+ +| 7 | HobbyWingESC | ++-----+------------------------+ +| 8 | EnableStats | ++-----+------------------------+ + + + + +.. _CAN_D1_UC_NTF_RT: + +CAN\_D1\_UC\_NTF\_RT: Notify State rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum transmit rate for Notify State Message + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 1 to 200 | hertz | ++----------+-------+ + + + + +.. _CAN_D1_UC_ESC_OF: + +CAN\_D1\_UC\_ESC\_OF: ESC Output channels offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset for ESC numbering in DroneCAN ESC RawCommand messages\. This allows for more efficient packing of ESC command messages\. If your ESCs are on servo functions 5 to 8 and you set this parameter to 4 then the ESC RawCommand will be sent with the first 4 slots filled\. This can be used for more efficient usage of CAN bandwidth + + ++---------+ +| Range | ++=========+ +| 0 to 18 | ++---------+ + + + + +.. _CAN_D1_UC_POOL: + +CAN\_D1\_UC\_POOL: CAN pool size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Amount of memory in bytes to allocate for the DroneCAN memory pool\. More memory is needed for higher CAN bus loads + + ++---------------+ +| Range | ++===============+ +| 1024 to 16384 | ++---------------+ + + + + +.. _CAN_D1_UC_ESC_RV: + +CAN\_D1\_UC\_ESC\_RV: Bitmask for output channels for reversible ESCs over DroneCAN\. +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bitmask with one set for each output channel that uses a reversible ESC over DroneCAN\. Reversible ESCs use both positive and negative values in RawCommands\, with positive commanding the forward direction and negative commanding the reverse direction\. + + ++-----+---------+ +| Bit | Meaning | ++=====+=========+ +| 0 | ESC 1 | ++-----+---------+ +| 1 | ESC 2 | ++-----+---------+ +| 2 | ESC 3 | ++-----+---------+ +| 3 | ESC 4 | ++-----+---------+ +| 4 | ESC 5 | ++-----+---------+ +| 5 | ESC 6 | ++-----+---------+ +| 6 | ESC 7 | ++-----+---------+ +| 7 | ESC 8 | ++-----+---------+ +| 8 | ESC 9 | ++-----+---------+ +| 9 | ESC 10 | ++-----+---------+ +| 10 | ESC 11 | ++-----+---------+ +| 11 | ESC 12 | ++-----+---------+ +| 12 | ESC 13 | ++-----+---------+ +| 13 | ESC 14 | ++-----+---------+ +| 14 | ESC 15 | ++-----+---------+ +| 15 | ESC 16 | ++-----+---------+ +| 16 | ESC 17 | ++-----+---------+ +| 17 | ESC 18 | ++-----+---------+ +| 18 | ESC 19 | ++-----+---------+ +| 19 | ESC 20 | ++-----+---------+ +| 20 | ESC 21 | ++-----+---------+ +| 21 | ESC 22 | ++-----+---------+ +| 22 | ESC 23 | ++-----+---------+ +| 23 | ESC 24 | ++-----+---------+ +| 24 | ESC 25 | ++-----+---------+ +| 25 | ESC 26 | ++-----+---------+ +| 26 | ESC 27 | ++-----+---------+ +| 27 | ESC 28 | ++-----+---------+ +| 28 | ESC 29 | ++-----+---------+ +| 29 | ESC 30 | ++-----+---------+ +| 30 | ESC 31 | ++-----+---------+ +| 31 | ESC 32 | ++-----+---------+ + + + + +.. _CAN_D1_UC_RLY_RT: + +CAN\_D1\_UC\_RLY\_RT: DroneCAN relay output rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum transmit rate for relay outputs\, note that this rate is per message each message does 1 relay\, so if with more relays will take longer to update at the same rate\, a extra message will be sent when a relay changes state + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 0 to 200 | hertz | ++----------+-------+ + + + + +.. _CAN_D1_UC_SER_EN: + +CAN\_D1\_UC\_SER\_EN: DroneCAN Serial enable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Enable DroneCAN virtual serial ports + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _CAN_D1_UC_S1_NOD: + +CAN\_D1\_UC\_S1\_NOD: Serial CAN remote node number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +CAN remote node number for serial port + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _CAN_D1_UC_S1_IDX: + +CAN\_D1\_UC\_S1\_IDX: DroneCAN Serial1 index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial port number on remote CAN node + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| -1 | Disabled | ++-------+----------+ +| 0 | Serial0 | ++-------+----------+ +| 1 | Serial1 | ++-------+----------+ +| 2 | Serial2 | ++-------+----------+ +| 3 | Serial3 | ++-------+----------+ +| 4 | Serial4 | ++-------+----------+ +| 5 | Serial5 | ++-------+----------+ +| 6 | Serial6 | ++-------+----------+ + + + + ++----------+ +| Range | ++==========+ +| 0 to 100 | ++----------+ + + + + +.. _CAN_D1_UC_S1_BD: + +CAN\_D1\_UC\_S1\_BD: DroneCAN Serial default baud rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial baud rate on remote CAN node + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 1 | 1200 | ++-------+---------+ +| 2 | 2400 | ++-------+---------+ +| 4 | 4800 | ++-------+---------+ +| 9 | 9600 | ++-------+---------+ +| 19 | 19200 | ++-------+---------+ +| 38 | 38400 | ++-------+---------+ +| 57 | 57600 | ++-------+---------+ +| 111 | 111100 | ++-------+---------+ +| 115 | 115200 | ++-------+---------+ +| 230 | 230400 | ++-------+---------+ +| 256 | 256000 | ++-------+---------+ +| 460 | 460800 | ++-------+---------+ +| 500 | 500000 | ++-------+---------+ +| 921 | 921600 | ++-------+---------+ +| 1500 | 1500000 | ++-------+---------+ +| 2000 | 2000000 | ++-------+---------+ + + + + +.. _CAN_D1_UC_S1_PRO: + +CAN\_D1\_UC\_S1\_PRO: Serial protocol of DroneCAN serial port +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial protocol of DroneCAN serial port + + ++-------+----------------------------------+ +| Value | Meaning | ++=======+==================================+ +| -1 | None | ++-------+----------------------------------+ +| 1 | MAVLink1 | ++-------+----------------------------------+ +| 2 | MAVLink2 | ++-------+----------------------------------+ +| 3 | Frsky D | ++-------+----------------------------------+ +| 4 | Frsky SPort | ++-------+----------------------------------+ +| 5 | GPS | ++-------+----------------------------------+ +| 7 | Alexmos Gimbal Serial | ++-------+----------------------------------+ +| 8 | Gimbal | ++-------+----------------------------------+ +| 9 | Rangefinder | ++-------+----------------------------------+ +| 10 | FrSky SPort Passthrough (OpenTX) | ++-------+----------------------------------+ +| 11 | Lidar360 | ++-------+----------------------------------+ +| 13 | Beacon | ++-------+----------------------------------+ +| 14 | Volz servo out | ++-------+----------------------------------+ +| 15 | SBus servo out | ++-------+----------------------------------+ +| 16 | ESC Telemetry | ++-------+----------------------------------+ +| 17 | Devo Telemetry | ++-------+----------------------------------+ +| 18 | OpticalFlow | ++-------+----------------------------------+ +| 19 | RobotisServo | ++-------+----------------------------------+ +| 20 | NMEA Output | ++-------+----------------------------------+ +| 21 | WindVane | ++-------+----------------------------------+ +| 22 | SLCAN | ++-------+----------------------------------+ +| 23 | RCIN | ++-------+----------------------------------+ +| 24 | EFI Serial | ++-------+----------------------------------+ +| 25 | LTM | ++-------+----------------------------------+ +| 26 | RunCam | ++-------+----------------------------------+ +| 27 | HottTelem | ++-------+----------------------------------+ +| 28 | Scripting | ++-------+----------------------------------+ +| 29 | Crossfire VTX | ++-------+----------------------------------+ +| 30 | Generator | ++-------+----------------------------------+ +| 31 | Winch | ++-------+----------------------------------+ +| 32 | MSP | ++-------+----------------------------------+ +| 33 | DJI FPV | ++-------+----------------------------------+ +| 34 | AirSpeed | ++-------+----------------------------------+ +| 35 | ADSB | ++-------+----------------------------------+ +| 36 | AHRS | ++-------+----------------------------------+ +| 37 | SmartAudio | ++-------+----------------------------------+ +| 38 | FETtecOneWire | ++-------+----------------------------------+ +| 39 | Torqeedo | ++-------+----------------------------------+ +| 40 | AIS | ++-------+----------------------------------+ +| 41 | CoDevESC | ++-------+----------------------------------+ +| 42 | DisplayPort | ++-------+----------------------------------+ +| 43 | MAVLink High Latency | ++-------+----------------------------------+ +| 44 | IRC Tramp | ++-------+----------------------------------+ +| 45 | DDS XRCE | ++-------+----------------------------------+ +| 46 | IMUDATA | ++-------+----------------------------------+ + + + + +.. _CAN_D1_UC_S2_NOD: + +CAN\_D1\_UC\_S2\_NOD: Serial CAN remote node number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +CAN remote node number for serial port + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _CAN_D1_UC_S2_IDX: + +CAN\_D1\_UC\_S2\_IDX: Serial port number on remote CAN node +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial port number on remote CAN node + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| -1 | Disabled | ++-------+----------+ +| 0 | Serial0 | ++-------+----------+ +| 1 | Serial1 | ++-------+----------+ +| 2 | Serial2 | ++-------+----------+ +| 3 | Serial3 | ++-------+----------+ +| 4 | Serial4 | ++-------+----------+ +| 5 | Serial5 | ++-------+----------+ +| 6 | Serial6 | ++-------+----------+ + + + + ++----------+ +| Range | ++==========+ +| 0 to 100 | ++----------+ + + + + +.. _CAN_D1_UC_S2_BD: + +CAN\_D1\_UC\_S2\_BD: DroneCAN Serial default baud rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial baud rate on remote CAN node + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 1 | 1200 | ++-------+---------+ +| 2 | 2400 | ++-------+---------+ +| 4 | 4800 | ++-------+---------+ +| 9 | 9600 | ++-------+---------+ +| 19 | 19200 | ++-------+---------+ +| 38 | 38400 | ++-------+---------+ +| 57 | 57600 | ++-------+---------+ +| 111 | 111100 | ++-------+---------+ +| 115 | 115200 | ++-------+---------+ +| 230 | 230400 | ++-------+---------+ +| 256 | 256000 | ++-------+---------+ +| 460 | 460800 | ++-------+---------+ +| 500 | 500000 | ++-------+---------+ +| 921 | 921600 | ++-------+---------+ +| 1500 | 1500000 | ++-------+---------+ +| 2000 | 2000000 | ++-------+---------+ + + + + +.. _CAN_D1_UC_S2_PRO: + +CAN\_D1\_UC\_S2\_PRO: Serial protocol of DroneCAN serial port +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial protocol of DroneCAN serial port + + ++-------+----------------------------------+ +| Value | Meaning | ++=======+==================================+ +| -1 | None | ++-------+----------------------------------+ +| 1 | MAVLink1 | ++-------+----------------------------------+ +| 2 | MAVLink2 | ++-------+----------------------------------+ +| 3 | Frsky D | ++-------+----------------------------------+ +| 4 | Frsky SPort | ++-------+----------------------------------+ +| 5 | GPS | ++-------+----------------------------------+ +| 7 | Alexmos Gimbal Serial | ++-------+----------------------------------+ +| 8 | Gimbal | ++-------+----------------------------------+ +| 9 | Rangefinder | ++-------+----------------------------------+ +| 10 | FrSky SPort Passthrough (OpenTX) | ++-------+----------------------------------+ +| 11 | Lidar360 | ++-------+----------------------------------+ +| 13 | Beacon | ++-------+----------------------------------+ +| 14 | Volz servo out | ++-------+----------------------------------+ +| 15 | SBus servo out | ++-------+----------------------------------+ +| 16 | ESC Telemetry | ++-------+----------------------------------+ +| 17 | Devo Telemetry | ++-------+----------------------------------+ +| 18 | OpticalFlow | ++-------+----------------------------------+ +| 19 | RobotisServo | ++-------+----------------------------------+ +| 20 | NMEA Output | ++-------+----------------------------------+ +| 21 | WindVane | ++-------+----------------------------------+ +| 22 | SLCAN | ++-------+----------------------------------+ +| 23 | RCIN | ++-------+----------------------------------+ +| 24 | EFI Serial | ++-------+----------------------------------+ +| 25 | LTM | ++-------+----------------------------------+ +| 26 | RunCam | ++-------+----------------------------------+ +| 27 | HottTelem | ++-------+----------------------------------+ +| 28 | Scripting | ++-------+----------------------------------+ +| 29 | Crossfire VTX | ++-------+----------------------------------+ +| 30 | Generator | ++-------+----------------------------------+ +| 31 | Winch | ++-------+----------------------------------+ +| 32 | MSP | ++-------+----------------------------------+ +| 33 | DJI FPV | ++-------+----------------------------------+ +| 34 | AirSpeed | ++-------+----------------------------------+ +| 35 | ADSB | ++-------+----------------------------------+ +| 36 | AHRS | ++-------+----------------------------------+ +| 37 | SmartAudio | ++-------+----------------------------------+ +| 38 | FETtecOneWire | ++-------+----------------------------------+ +| 39 | Torqeedo | ++-------+----------------------------------+ +| 40 | AIS | ++-------+----------------------------------+ +| 41 | CoDevESC | ++-------+----------------------------------+ +| 42 | DisplayPort | ++-------+----------------------------------+ +| 43 | MAVLink High Latency | ++-------+----------------------------------+ +| 44 | IRC Tramp | ++-------+----------------------------------+ +| 45 | DDS XRCE | ++-------+----------------------------------+ +| 46 | IMUDATA | ++-------+----------------------------------+ + + + + +.. _CAN_D1_UC_S3_NOD: + +CAN\_D1\_UC\_S3\_NOD: Serial CAN remote node number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +CAN node number for serial port + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _CAN_D1_UC_S3_IDX: + +CAN\_D1\_UC\_S3\_IDX: Serial port number on remote CAN node +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial port number on remote CAN node + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| -1 | Disabled | ++-------+----------+ +| 0 | Serial0 | ++-------+----------+ +| 1 | Serial1 | ++-------+----------+ +| 2 | Serial2 | ++-------+----------+ +| 3 | Serial3 | ++-------+----------+ +| 4 | Serial4 | ++-------+----------+ +| 5 | Serial5 | ++-------+----------+ +| 6 | Serial6 | ++-------+----------+ + + + + ++----------+ +| Range | ++==========+ +| 0 to 100 | ++----------+ + + + + +.. _CAN_D1_UC_S3_BD: + +CAN\_D1\_UC\_S3\_BD: Serial baud rate on remote CAN node +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial baud rate on remote CAN node + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 1 | 1200 | ++-------+---------+ +| 2 | 2400 | ++-------+---------+ +| 4 | 4800 | ++-------+---------+ +| 9 | 9600 | ++-------+---------+ +| 19 | 19200 | ++-------+---------+ +| 38 | 38400 | ++-------+---------+ +| 57 | 57600 | ++-------+---------+ +| 111 | 111100 | ++-------+---------+ +| 115 | 115200 | ++-------+---------+ +| 230 | 230400 | ++-------+---------+ +| 256 | 256000 | ++-------+---------+ +| 460 | 460800 | ++-------+---------+ +| 500 | 500000 | ++-------+---------+ +| 921 | 921600 | ++-------+---------+ +| 1500 | 1500000 | ++-------+---------+ +| 2000 | 2000000 | ++-------+---------+ + + + + +.. _CAN_D1_UC_S3_PRO: + +CAN\_D1\_UC\_S3\_PRO: Serial protocol of DroneCAN serial port +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial protocol of DroneCAN serial port + + ++-------+----------------------------------+ +| Value | Meaning | ++=======+==================================+ +| -1 | None | ++-------+----------------------------------+ +| 1 | MAVLink1 | ++-------+----------------------------------+ +| 2 | MAVLink2 | ++-------+----------------------------------+ +| 3 | Frsky D | ++-------+----------------------------------+ +| 4 | Frsky SPort | ++-------+----------------------------------+ +| 5 | GPS | ++-------+----------------------------------+ +| 7 | Alexmos Gimbal Serial | ++-------+----------------------------------+ +| 8 | Gimbal | ++-------+----------------------------------+ +| 9 | Rangefinder | ++-------+----------------------------------+ +| 10 | FrSky SPort Passthrough (OpenTX) | ++-------+----------------------------------+ +| 11 | Lidar360 | ++-------+----------------------------------+ +| 13 | Beacon | ++-------+----------------------------------+ +| 14 | Volz servo out | ++-------+----------------------------------+ +| 15 | SBus servo out | ++-------+----------------------------------+ +| 16 | ESC Telemetry | ++-------+----------------------------------+ +| 17 | Devo Telemetry | ++-------+----------------------------------+ +| 18 | OpticalFlow | ++-------+----------------------------------+ +| 19 | RobotisServo | ++-------+----------------------------------+ +| 20 | NMEA Output | ++-------+----------------------------------+ +| 21 | WindVane | ++-------+----------------------------------+ +| 22 | SLCAN | ++-------+----------------------------------+ +| 23 | RCIN | ++-------+----------------------------------+ +| 24 | EFI Serial | ++-------+----------------------------------+ +| 25 | LTM | ++-------+----------------------------------+ +| 26 | RunCam | ++-------+----------------------------------+ +| 27 | HottTelem | ++-------+----------------------------------+ +| 28 | Scripting | ++-------+----------------------------------+ +| 29 | Crossfire VTX | ++-------+----------------------------------+ +| 30 | Generator | ++-------+----------------------------------+ +| 31 | Winch | ++-------+----------------------------------+ +| 32 | MSP | ++-------+----------------------------------+ +| 33 | DJI FPV | ++-------+----------------------------------+ +| 34 | AirSpeed | ++-------+----------------------------------+ +| 35 | ADSB | ++-------+----------------------------------+ +| 36 | AHRS | ++-------+----------------------------------+ +| 37 | SmartAudio | ++-------+----------------------------------+ +| 38 | FETtecOneWire | ++-------+----------------------------------+ +| 39 | Torqeedo | ++-------+----------------------------------+ +| 40 | AIS | ++-------+----------------------------------+ +| 41 | CoDevESC | ++-------+----------------------------------+ +| 42 | DisplayPort | ++-------+----------------------------------+ +| 43 | MAVLink High Latency | ++-------+----------------------------------+ +| 44 | IRC Tramp | ++-------+----------------------------------+ +| 45 | DDS XRCE | ++-------+----------------------------------+ +| 46 | IMUDATA | ++-------+----------------------------------+ + + + + + +.. _parameters_CAN_D2_: + +CAN\_D2\_ Parameters +-------------------- + + +.. _CAN_D2_PROTOCOL: + +CAN\_D2\_PROTOCOL: Enable use of specific protocol over virtual driver +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Enabling this option starts selected protocol that will use this virtual driver + + ++-------+-----------------+ +| Value | Meaning | ++=======+=================+ +| 0 | Disabled | ++-------+-----------------+ +| 1 | DroneCAN | ++-------+-----------------+ +| 4 | PiccoloCAN | ++-------+-----------------+ +| 6 | EFI_NWPMU | ++-------+-----------------+ +| 7 | USD1 | ++-------+-----------------+ +| 8 | KDECAN | ++-------+-----------------+ +| 10 | Scripting | ++-------+-----------------+ +| 11 | Benewake | ++-------+-----------------+ +| 12 | Scripting2 | ++-------+-----------------+ +| 13 | TOFSenseP | ++-------+-----------------+ +| 14 | NanoRadar_NRA24 | ++-------+-----------------+ + + + + +.. _CAN_D2_PROTOCOL2: + +CAN\_D2\_PROTOCOL2: Secondary protocol with 11 bit CAN addressing +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Secondary protocol with 11 bit CAN addressing + + ++-------+-----------------+ +| Value | Meaning | ++=======+=================+ +| 0 | Disabled | ++-------+-----------------+ +| 7 | USD1 | ++-------+-----------------+ +| 10 | Scripting | ++-------+-----------------+ +| 11 | Benewake | ++-------+-----------------+ +| 12 | Scripting2 | ++-------+-----------------+ +| 13 | TOFSenseP | ++-------+-----------------+ +| 14 | NanoRadar_NRA24 | ++-------+-----------------+ + + + + + +.. _parameters_CAN_D2_PC_: + +CAN\_D2\_PC\_ Parameters +------------------------ + + +.. _CAN_D2_PC_ESC_BM: + +CAN\_D2\_PC\_ESC\_BM: ESC channels +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bitmask defining which ESC \(motor\) channels are to be transmitted over Piccolo CAN + + ++-----+---------+ +| Bit | Meaning | ++=====+=========+ +| 0 | ESC 1 | ++-----+---------+ +| 1 | ESC 2 | ++-----+---------+ +| 2 | ESC 3 | ++-----+---------+ +| 3 | ESC 4 | ++-----+---------+ +| 4 | ESC 5 | ++-----+---------+ +| 5 | ESC 6 | ++-----+---------+ +| 6 | ESC 7 | ++-----+---------+ +| 7 | ESC 8 | ++-----+---------+ +| 8 | ESC 9 | ++-----+---------+ +| 9 | ESC 10 | ++-----+---------+ +| 10 | ESC 11 | ++-----+---------+ +| 11 | ESC 12 | ++-----+---------+ +| 12 | ESC 13 | ++-----+---------+ +| 13 | ESC 14 | ++-----+---------+ +| 14 | ESC 15 | ++-----+---------+ +| 15 | ESC 16 | ++-----+---------+ +| 16 | ESC 17 | ++-----+---------+ +| 17 | ESC 18 | ++-----+---------+ +| 18 | ESC 19 | ++-----+---------+ +| 19 | ESC 20 | ++-----+---------+ +| 20 | ESC 21 | ++-----+---------+ +| 21 | ESC 22 | ++-----+---------+ +| 22 | ESC 23 | ++-----+---------+ +| 23 | ESC 24 | ++-----+---------+ +| 24 | ESC 25 | ++-----+---------+ +| 25 | ESC 26 | ++-----+---------+ +| 26 | ESC 27 | ++-----+---------+ +| 27 | ESC 28 | ++-----+---------+ +| 28 | ESC 29 | ++-----+---------+ +| 29 | ESC 30 | ++-----+---------+ +| 30 | ESC 31 | ++-----+---------+ +| 31 | ESC 32 | ++-----+---------+ + + + + +.. _CAN_D2_PC_ESC_RT: + +CAN\_D2\_PC\_ESC\_RT: ESC output rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Output rate of ESC command messages + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 1 to 500 | hertz | ++----------+-------+ + + + + +.. _CAN_D2_PC_SRV_BM: + +CAN\_D2\_PC\_SRV\_BM: Servo channels +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bitmask defining which servo channels are to be transmitted over Piccolo CAN + + ++-----+----------+ +| Bit | Meaning | ++=====+==========+ +| 0 | Servo 1 | ++-----+----------+ +| 1 | Servo 2 | ++-----+----------+ +| 2 | Servo 3 | ++-----+----------+ +| 3 | Servo 4 | ++-----+----------+ +| 4 | Servo 5 | ++-----+----------+ +| 5 | Servo 6 | ++-----+----------+ +| 6 | Servo 7 | ++-----+----------+ +| 7 | Servo 8 | ++-----+----------+ +| 8 | Servo 9 | ++-----+----------+ +| 9 | Servo 10 | ++-----+----------+ +| 10 | Servo 11 | ++-----+----------+ +| 11 | Servo 12 | ++-----+----------+ +| 12 | Servo 13 | ++-----+----------+ +| 13 | Servo 14 | ++-----+----------+ +| 14 | Servo 15 | ++-----+----------+ +| 15 | Servo 16 | ++-----+----------+ + + + + +.. _CAN_D2_PC_SRV_RT: + +CAN\_D2\_PC\_SRV\_RT: Servo command output rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Output rate of servo command messages + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 1 to 500 | hertz | ++----------+-------+ + + + + +.. _CAN_D2_PC_ECU_ID: + +CAN\_D2\_PC\_ECU\_ID: ECU Node ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Node ID to send ECU throttle messages to\. Set to zero to disable ECU throttle messages\. Set to 255 to broadcast to all ECUs\. + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _CAN_D2_PC_ECU_RT: + +CAN\_D2\_PC\_ECU\_RT: ECU command output rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Output rate of ECU command messages + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 1 to 500 | hertz | ++----------+-------+ + + + + + +.. _parameters_CAN_D2_UC_: + +CAN\_D2\_UC\_ Parameters +------------------------ + + +.. _CAN_D2_UC_NODE: + +CAN\_D2\_UC\_NODE: DroneCAN node that is used for this network +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +DroneCAN node should be set implicitly + + ++----------+ +| Range | ++==========+ +| 1 to 250 | ++----------+ + + + + +.. _CAN_D2_UC_SRV_BM: + +CAN\_D2\_UC\_SRV\_BM: Output channels to be transmitted as servo over DroneCAN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Bitmask with one set for channel to be transmitted as a servo command over DroneCAN + + ++-----+----------+ +| Bit | Meaning | ++=====+==========+ +| 0 | Servo 1 | ++-----+----------+ +| 1 | Servo 2 | ++-----+----------+ +| 2 | Servo 3 | ++-----+----------+ +| 3 | Servo 4 | ++-----+----------+ +| 4 | Servo 5 | ++-----+----------+ +| 5 | Servo 6 | ++-----+----------+ +| 6 | Servo 7 | ++-----+----------+ +| 7 | Servo 8 | ++-----+----------+ +| 8 | Servo 9 | ++-----+----------+ +| 9 | Servo 10 | ++-----+----------+ +| 10 | Servo 11 | ++-----+----------+ +| 11 | Servo 12 | ++-----+----------+ +| 12 | Servo 13 | ++-----+----------+ +| 13 | Servo 14 | ++-----+----------+ +| 14 | Servo 15 | ++-----+----------+ +| 15 | Servo 16 | ++-----+----------+ +| 16 | Servo 17 | ++-----+----------+ +| 17 | Servo 18 | ++-----+----------+ +| 18 | Servo 19 | ++-----+----------+ +| 19 | Servo 20 | ++-----+----------+ +| 20 | Servo 21 | ++-----+----------+ +| 21 | Servo 22 | ++-----+----------+ +| 22 | Servo 23 | ++-----+----------+ +| 23 | Servo 24 | ++-----+----------+ +| 24 | Servo 25 | ++-----+----------+ +| 25 | Servo 26 | ++-----+----------+ +| 26 | Servo 27 | ++-----+----------+ +| 27 | Servo 28 | ++-----+----------+ +| 28 | Servo 29 | ++-----+----------+ +| 29 | Servo 30 | ++-----+----------+ +| 30 | Servo 31 | ++-----+----------+ +| 31 | Servo 32 | ++-----+----------+ + + + + +.. _CAN_D2_UC_ESC_BM: + +CAN\_D2\_UC\_ESC\_BM: Output channels to be transmitted as ESC over DroneCAN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bitmask with one set for channel to be transmitted as a ESC command over DroneCAN + + ++-----+---------+ +| Bit | Meaning | ++=====+=========+ +| 0 | ESC 1 | ++-----+---------+ +| 1 | ESC 2 | ++-----+---------+ +| 2 | ESC 3 | ++-----+---------+ +| 3 | ESC 4 | ++-----+---------+ +| 4 | ESC 5 | ++-----+---------+ +| 5 | ESC 6 | ++-----+---------+ +| 6 | ESC 7 | ++-----+---------+ +| 7 | ESC 8 | ++-----+---------+ +| 8 | ESC 9 | ++-----+---------+ +| 9 | ESC 10 | ++-----+---------+ +| 10 | ESC 11 | ++-----+---------+ +| 11 | ESC 12 | ++-----+---------+ +| 12 | ESC 13 | ++-----+---------+ +| 13 | ESC 14 | ++-----+---------+ +| 14 | ESC 15 | ++-----+---------+ +| 15 | ESC 16 | ++-----+---------+ +| 16 | ESC 17 | ++-----+---------+ +| 17 | ESC 18 | ++-----+---------+ +| 18 | ESC 19 | ++-----+---------+ +| 19 | ESC 20 | ++-----+---------+ +| 20 | ESC 21 | ++-----+---------+ +| 21 | ESC 22 | ++-----+---------+ +| 22 | ESC 23 | ++-----+---------+ +| 23 | ESC 24 | ++-----+---------+ +| 24 | ESC 25 | ++-----+---------+ +| 25 | ESC 26 | ++-----+---------+ +| 26 | ESC 27 | ++-----+---------+ +| 27 | ESC 28 | ++-----+---------+ +| 28 | ESC 29 | ++-----+---------+ +| 29 | ESC 30 | ++-----+---------+ +| 30 | ESC 31 | ++-----+---------+ +| 31 | ESC 32 | ++-----+---------+ + + + + +.. _CAN_D2_UC_SRV_RT: + +CAN\_D2\_UC\_SRV\_RT: Servo output rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum transmit rate for servo outputs + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 1 to 200 | hertz | ++----------+-------+ + + + + +.. _CAN_D2_UC_OPTION: + +CAN\_D2\_UC\_OPTION: DroneCAN options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Option flags + + ++-----+------------------------+ +| Bit | Meaning | ++=====+========================+ +| 0 | ClearDNADatabase | ++-----+------------------------+ +| 1 | IgnoreDNANodeConflicts | ++-----+------------------------+ +| 2 | EnableCanfd | ++-----+------------------------+ +| 3 | IgnoreDNANodeUnhealthy | ++-----+------------------------+ +| 4 | SendServoAsPWM | ++-----+------------------------+ +| 5 | SendGNSS | ++-----+------------------------+ +| 6 | UseHimarkServo | ++-----+------------------------+ +| 7 | HobbyWingESC | ++-----+------------------------+ +| 8 | EnableStats | ++-----+------------------------+ + + + + +.. _CAN_D2_UC_NTF_RT: + +CAN\_D2\_UC\_NTF\_RT: Notify State rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum transmit rate for Notify State Message + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 1 to 200 | hertz | ++----------+-------+ + + + + +.. _CAN_D2_UC_ESC_OF: + +CAN\_D2\_UC\_ESC\_OF: ESC Output channels offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset for ESC numbering in DroneCAN ESC RawCommand messages\. This allows for more efficient packing of ESC command messages\. If your ESCs are on servo functions 5 to 8 and you set this parameter to 4 then the ESC RawCommand will be sent with the first 4 slots filled\. This can be used for more efficient usage of CAN bandwidth + + ++---------+ +| Range | ++=========+ +| 0 to 18 | ++---------+ + + + + +.. _CAN_D2_UC_POOL: + +CAN\_D2\_UC\_POOL: CAN pool size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Amount of memory in bytes to allocate for the DroneCAN memory pool\. More memory is needed for higher CAN bus loads + + ++---------------+ +| Range | ++===============+ +| 1024 to 16384 | ++---------------+ + + + + +.. _CAN_D2_UC_ESC_RV: + +CAN\_D2\_UC\_ESC\_RV: Bitmask for output channels for reversible ESCs over DroneCAN\. +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bitmask with one set for each output channel that uses a reversible ESC over DroneCAN\. Reversible ESCs use both positive and negative values in RawCommands\, with positive commanding the forward direction and negative commanding the reverse direction\. + + ++-----+---------+ +| Bit | Meaning | ++=====+=========+ +| 0 | ESC 1 | ++-----+---------+ +| 1 | ESC 2 | ++-----+---------+ +| 2 | ESC 3 | ++-----+---------+ +| 3 | ESC 4 | ++-----+---------+ +| 4 | ESC 5 | ++-----+---------+ +| 5 | ESC 6 | ++-----+---------+ +| 6 | ESC 7 | ++-----+---------+ +| 7 | ESC 8 | ++-----+---------+ +| 8 | ESC 9 | ++-----+---------+ +| 9 | ESC 10 | ++-----+---------+ +| 10 | ESC 11 | ++-----+---------+ +| 11 | ESC 12 | ++-----+---------+ +| 12 | ESC 13 | ++-----+---------+ +| 13 | ESC 14 | ++-----+---------+ +| 14 | ESC 15 | ++-----+---------+ +| 15 | ESC 16 | ++-----+---------+ +| 16 | ESC 17 | ++-----+---------+ +| 17 | ESC 18 | ++-----+---------+ +| 18 | ESC 19 | ++-----+---------+ +| 19 | ESC 20 | ++-----+---------+ +| 20 | ESC 21 | ++-----+---------+ +| 21 | ESC 22 | ++-----+---------+ +| 22 | ESC 23 | ++-----+---------+ +| 23 | ESC 24 | ++-----+---------+ +| 24 | ESC 25 | ++-----+---------+ +| 25 | ESC 26 | ++-----+---------+ +| 26 | ESC 27 | ++-----+---------+ +| 27 | ESC 28 | ++-----+---------+ +| 28 | ESC 29 | ++-----+---------+ +| 29 | ESC 30 | ++-----+---------+ +| 30 | ESC 31 | ++-----+---------+ +| 31 | ESC 32 | ++-----+---------+ + + + + +.. _CAN_D2_UC_RLY_RT: + +CAN\_D2\_UC\_RLY\_RT: DroneCAN relay output rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum transmit rate for relay outputs\, note that this rate is per message each message does 1 relay\, so if with more relays will take longer to update at the same rate\, a extra message will be sent when a relay changes state + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 0 to 200 | hertz | ++----------+-------+ + + + + +.. _CAN_D2_UC_SER_EN: + +CAN\_D2\_UC\_SER\_EN: DroneCAN Serial enable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Enable DroneCAN virtual serial ports + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _CAN_D2_UC_S1_NOD: + +CAN\_D2\_UC\_S1\_NOD: Serial CAN remote node number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +CAN remote node number for serial port + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _CAN_D2_UC_S1_IDX: + +CAN\_D2\_UC\_S1\_IDX: DroneCAN Serial1 index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial port number on remote CAN node + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| -1 | Disabled | ++-------+----------+ +| 0 | Serial0 | ++-------+----------+ +| 1 | Serial1 | ++-------+----------+ +| 2 | Serial2 | ++-------+----------+ +| 3 | Serial3 | ++-------+----------+ +| 4 | Serial4 | ++-------+----------+ +| 5 | Serial5 | ++-------+----------+ +| 6 | Serial6 | ++-------+----------+ + + + + ++----------+ +| Range | ++==========+ +| 0 to 100 | ++----------+ + + + + +.. _CAN_D2_UC_S1_BD: + +CAN\_D2\_UC\_S1\_BD: DroneCAN Serial default baud rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial baud rate on remote CAN node + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 1 | 1200 | ++-------+---------+ +| 2 | 2400 | ++-------+---------+ +| 4 | 4800 | ++-------+---------+ +| 9 | 9600 | ++-------+---------+ +| 19 | 19200 | ++-------+---------+ +| 38 | 38400 | ++-------+---------+ +| 57 | 57600 | ++-------+---------+ +| 111 | 111100 | ++-------+---------+ +| 115 | 115200 | ++-------+---------+ +| 230 | 230400 | ++-------+---------+ +| 256 | 256000 | ++-------+---------+ +| 460 | 460800 | ++-------+---------+ +| 500 | 500000 | ++-------+---------+ +| 921 | 921600 | ++-------+---------+ +| 1500 | 1500000 | ++-------+---------+ +| 2000 | 2000000 | ++-------+---------+ + + + + +.. _CAN_D2_UC_S1_PRO: + +CAN\_D2\_UC\_S1\_PRO: Serial protocol of DroneCAN serial port +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial protocol of DroneCAN serial port + + ++-------+----------------------------------+ +| Value | Meaning | ++=======+==================================+ +| -1 | None | ++-------+----------------------------------+ +| 1 | MAVLink1 | ++-------+----------------------------------+ +| 2 | MAVLink2 | ++-------+----------------------------------+ +| 3 | Frsky D | ++-------+----------------------------------+ +| 4 | Frsky SPort | ++-------+----------------------------------+ +| 5 | GPS | ++-------+----------------------------------+ +| 7 | Alexmos Gimbal Serial | ++-------+----------------------------------+ +| 8 | Gimbal | ++-------+----------------------------------+ +| 9 | Rangefinder | ++-------+----------------------------------+ +| 10 | FrSky SPort Passthrough (OpenTX) | ++-------+----------------------------------+ +| 11 | Lidar360 | ++-------+----------------------------------+ +| 13 | Beacon | ++-------+----------------------------------+ +| 14 | Volz servo out | ++-------+----------------------------------+ +| 15 | SBus servo out | ++-------+----------------------------------+ +| 16 | ESC Telemetry | ++-------+----------------------------------+ +| 17 | Devo Telemetry | ++-------+----------------------------------+ +| 18 | OpticalFlow | ++-------+----------------------------------+ +| 19 | RobotisServo | ++-------+----------------------------------+ +| 20 | NMEA Output | ++-------+----------------------------------+ +| 21 | WindVane | ++-------+----------------------------------+ +| 22 | SLCAN | ++-------+----------------------------------+ +| 23 | RCIN | ++-------+----------------------------------+ +| 24 | EFI Serial | ++-------+----------------------------------+ +| 25 | LTM | ++-------+----------------------------------+ +| 26 | RunCam | ++-------+----------------------------------+ +| 27 | HottTelem | ++-------+----------------------------------+ +| 28 | Scripting | ++-------+----------------------------------+ +| 29 | Crossfire VTX | ++-------+----------------------------------+ +| 30 | Generator | ++-------+----------------------------------+ +| 31 | Winch | ++-------+----------------------------------+ +| 32 | MSP | ++-------+----------------------------------+ +| 33 | DJI FPV | ++-------+----------------------------------+ +| 34 | AirSpeed | ++-------+----------------------------------+ +| 35 | ADSB | ++-------+----------------------------------+ +| 36 | AHRS | ++-------+----------------------------------+ +| 37 | SmartAudio | ++-------+----------------------------------+ +| 38 | FETtecOneWire | ++-------+----------------------------------+ +| 39 | Torqeedo | ++-------+----------------------------------+ +| 40 | AIS | ++-------+----------------------------------+ +| 41 | CoDevESC | ++-------+----------------------------------+ +| 42 | DisplayPort | ++-------+----------------------------------+ +| 43 | MAVLink High Latency | ++-------+----------------------------------+ +| 44 | IRC Tramp | ++-------+----------------------------------+ +| 45 | DDS XRCE | ++-------+----------------------------------+ +| 46 | IMUDATA | ++-------+----------------------------------+ + + + + +.. _CAN_D2_UC_S2_NOD: + +CAN\_D2\_UC\_S2\_NOD: Serial CAN remote node number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +CAN remote node number for serial port + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _CAN_D2_UC_S2_IDX: + +CAN\_D2\_UC\_S2\_IDX: Serial port number on remote CAN node +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial port number on remote CAN node + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| -1 | Disabled | ++-------+----------+ +| 0 | Serial0 | ++-------+----------+ +| 1 | Serial1 | ++-------+----------+ +| 2 | Serial2 | ++-------+----------+ +| 3 | Serial3 | ++-------+----------+ +| 4 | Serial4 | ++-------+----------+ +| 5 | Serial5 | ++-------+----------+ +| 6 | Serial6 | ++-------+----------+ + + + + ++----------+ +| Range | ++==========+ +| 0 to 100 | ++----------+ + + + + +.. _CAN_D2_UC_S2_BD: + +CAN\_D2\_UC\_S2\_BD: DroneCAN Serial default baud rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial baud rate on remote CAN node + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 1 | 1200 | ++-------+---------+ +| 2 | 2400 | ++-------+---------+ +| 4 | 4800 | ++-------+---------+ +| 9 | 9600 | ++-------+---------+ +| 19 | 19200 | ++-------+---------+ +| 38 | 38400 | ++-------+---------+ +| 57 | 57600 | ++-------+---------+ +| 111 | 111100 | ++-------+---------+ +| 115 | 115200 | ++-------+---------+ +| 230 | 230400 | ++-------+---------+ +| 256 | 256000 | ++-------+---------+ +| 460 | 460800 | ++-------+---------+ +| 500 | 500000 | ++-------+---------+ +| 921 | 921600 | ++-------+---------+ +| 1500 | 1500000 | ++-------+---------+ +| 2000 | 2000000 | ++-------+---------+ + + + + +.. _CAN_D2_UC_S2_PRO: + +CAN\_D2\_UC\_S2\_PRO: Serial protocol of DroneCAN serial port +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial protocol of DroneCAN serial port + + ++-------+----------------------------------+ +| Value | Meaning | ++=======+==================================+ +| -1 | None | ++-------+----------------------------------+ +| 1 | MAVLink1 | ++-------+----------------------------------+ +| 2 | MAVLink2 | ++-------+----------------------------------+ +| 3 | Frsky D | ++-------+----------------------------------+ +| 4 | Frsky SPort | ++-------+----------------------------------+ +| 5 | GPS | ++-------+----------------------------------+ +| 7 | Alexmos Gimbal Serial | ++-------+----------------------------------+ +| 8 | Gimbal | ++-------+----------------------------------+ +| 9 | Rangefinder | ++-------+----------------------------------+ +| 10 | FrSky SPort Passthrough (OpenTX) | ++-------+----------------------------------+ +| 11 | Lidar360 | ++-------+----------------------------------+ +| 13 | Beacon | ++-------+----------------------------------+ +| 14 | Volz servo out | ++-------+----------------------------------+ +| 15 | SBus servo out | ++-------+----------------------------------+ +| 16 | ESC Telemetry | ++-------+----------------------------------+ +| 17 | Devo Telemetry | ++-------+----------------------------------+ +| 18 | OpticalFlow | ++-------+----------------------------------+ +| 19 | RobotisServo | ++-------+----------------------------------+ +| 20 | NMEA Output | ++-------+----------------------------------+ +| 21 | WindVane | ++-------+----------------------------------+ +| 22 | SLCAN | ++-------+----------------------------------+ +| 23 | RCIN | ++-------+----------------------------------+ +| 24 | EFI Serial | ++-------+----------------------------------+ +| 25 | LTM | ++-------+----------------------------------+ +| 26 | RunCam | ++-------+----------------------------------+ +| 27 | HottTelem | ++-------+----------------------------------+ +| 28 | Scripting | ++-------+----------------------------------+ +| 29 | Crossfire VTX | ++-------+----------------------------------+ +| 30 | Generator | ++-------+----------------------------------+ +| 31 | Winch | ++-------+----------------------------------+ +| 32 | MSP | ++-------+----------------------------------+ +| 33 | DJI FPV | ++-------+----------------------------------+ +| 34 | AirSpeed | ++-------+----------------------------------+ +| 35 | ADSB | ++-------+----------------------------------+ +| 36 | AHRS | ++-------+----------------------------------+ +| 37 | SmartAudio | ++-------+----------------------------------+ +| 38 | FETtecOneWire | ++-------+----------------------------------+ +| 39 | Torqeedo | ++-------+----------------------------------+ +| 40 | AIS | ++-------+----------------------------------+ +| 41 | CoDevESC | ++-------+----------------------------------+ +| 42 | DisplayPort | ++-------+----------------------------------+ +| 43 | MAVLink High Latency | ++-------+----------------------------------+ +| 44 | IRC Tramp | ++-------+----------------------------------+ +| 45 | DDS XRCE | ++-------+----------------------------------+ +| 46 | IMUDATA | ++-------+----------------------------------+ + + + + +.. _CAN_D2_UC_S3_NOD: + +CAN\_D2\_UC\_S3\_NOD: Serial CAN remote node number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +CAN node number for serial port + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _CAN_D2_UC_S3_IDX: + +CAN\_D2\_UC\_S3\_IDX: Serial port number on remote CAN node +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial port number on remote CAN node + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| -1 | Disabled | ++-------+----------+ +| 0 | Serial0 | ++-------+----------+ +| 1 | Serial1 | ++-------+----------+ +| 2 | Serial2 | ++-------+----------+ +| 3 | Serial3 | ++-------+----------+ +| 4 | Serial4 | ++-------+----------+ +| 5 | Serial5 | ++-------+----------+ +| 6 | Serial6 | ++-------+----------+ + + + + ++----------+ +| Range | ++==========+ +| 0 to 100 | ++----------+ + + + + +.. _CAN_D2_UC_S3_BD: + +CAN\_D2\_UC\_S3\_BD: Serial baud rate on remote CAN node +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial baud rate on remote CAN node + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 1 | 1200 | ++-------+---------+ +| 2 | 2400 | ++-------+---------+ +| 4 | 4800 | ++-------+---------+ +| 9 | 9600 | ++-------+---------+ +| 19 | 19200 | ++-------+---------+ +| 38 | 38400 | ++-------+---------+ +| 57 | 57600 | ++-------+---------+ +| 111 | 111100 | ++-------+---------+ +| 115 | 115200 | ++-------+---------+ +| 230 | 230400 | ++-------+---------+ +| 256 | 256000 | ++-------+---------+ +| 460 | 460800 | ++-------+---------+ +| 500 | 500000 | ++-------+---------+ +| 921 | 921600 | ++-------+---------+ +| 1500 | 1500000 | ++-------+---------+ +| 2000 | 2000000 | ++-------+---------+ + + + + +.. _CAN_D2_UC_S3_PRO: + +CAN\_D2\_UC\_S3\_PRO: Serial protocol of DroneCAN serial port +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial protocol of DroneCAN serial port + + ++-------+----------------------------------+ +| Value | Meaning | ++=======+==================================+ +| -1 | None | ++-------+----------------------------------+ +| 1 | MAVLink1 | ++-------+----------------------------------+ +| 2 | MAVLink2 | ++-------+----------------------------------+ +| 3 | Frsky D | ++-------+----------------------------------+ +| 4 | Frsky SPort | ++-------+----------------------------------+ +| 5 | GPS | ++-------+----------------------------------+ +| 7 | Alexmos Gimbal Serial | ++-------+----------------------------------+ +| 8 | Gimbal | ++-------+----------------------------------+ +| 9 | Rangefinder | ++-------+----------------------------------+ +| 10 | FrSky SPort Passthrough (OpenTX) | ++-------+----------------------------------+ +| 11 | Lidar360 | ++-------+----------------------------------+ +| 13 | Beacon | ++-------+----------------------------------+ +| 14 | Volz servo out | ++-------+----------------------------------+ +| 15 | SBus servo out | ++-------+----------------------------------+ +| 16 | ESC Telemetry | ++-------+----------------------------------+ +| 17 | Devo Telemetry | ++-------+----------------------------------+ +| 18 | OpticalFlow | ++-------+----------------------------------+ +| 19 | RobotisServo | ++-------+----------------------------------+ +| 20 | NMEA Output | ++-------+----------------------------------+ +| 21 | WindVane | ++-------+----------------------------------+ +| 22 | SLCAN | ++-------+----------------------------------+ +| 23 | RCIN | ++-------+----------------------------------+ +| 24 | EFI Serial | ++-------+----------------------------------+ +| 25 | LTM | ++-------+----------------------------------+ +| 26 | RunCam | ++-------+----------------------------------+ +| 27 | HottTelem | ++-------+----------------------------------+ +| 28 | Scripting | ++-------+----------------------------------+ +| 29 | Crossfire VTX | ++-------+----------------------------------+ +| 30 | Generator | ++-------+----------------------------------+ +| 31 | Winch | ++-------+----------------------------------+ +| 32 | MSP | ++-------+----------------------------------+ +| 33 | DJI FPV | ++-------+----------------------------------+ +| 34 | AirSpeed | ++-------+----------------------------------+ +| 35 | ADSB | ++-------+----------------------------------+ +| 36 | AHRS | ++-------+----------------------------------+ +| 37 | SmartAudio | ++-------+----------------------------------+ +| 38 | FETtecOneWire | ++-------+----------------------------------+ +| 39 | Torqeedo | ++-------+----------------------------------+ +| 40 | AIS | ++-------+----------------------------------+ +| 41 | CoDevESC | ++-------+----------------------------------+ +| 42 | DisplayPort | ++-------+----------------------------------+ +| 43 | MAVLink High Latency | ++-------+----------------------------------+ +| 44 | IRC Tramp | ++-------+----------------------------------+ +| 45 | DDS XRCE | ++-------+----------------------------------+ +| 46 | IMUDATA | ++-------+----------------------------------+ + + + + + +.. _parameters_CAN_D3_: + +CAN\_D3\_ Parameters +-------------------- + + +.. _CAN_D3_PROTOCOL: + +CAN\_D3\_PROTOCOL: Enable use of specific protocol over virtual driver +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Enabling this option starts selected protocol that will use this virtual driver + + ++-------+-----------------+ +| Value | Meaning | ++=======+=================+ +| 0 | Disabled | ++-------+-----------------+ +| 1 | DroneCAN | ++-------+-----------------+ +| 4 | PiccoloCAN | ++-------+-----------------+ +| 6 | EFI_NWPMU | ++-------+-----------------+ +| 7 | USD1 | ++-------+-----------------+ +| 8 | KDECAN | ++-------+-----------------+ +| 10 | Scripting | ++-------+-----------------+ +| 11 | Benewake | ++-------+-----------------+ +| 12 | Scripting2 | ++-------+-----------------+ +| 13 | TOFSenseP | ++-------+-----------------+ +| 14 | NanoRadar_NRA24 | ++-------+-----------------+ + + + + +.. _CAN_D3_PROTOCOL2: + +CAN\_D3\_PROTOCOL2: Secondary protocol with 11 bit CAN addressing +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Secondary protocol with 11 bit CAN addressing + + ++-------+-----------------+ +| Value | Meaning | ++=======+=================+ +| 0 | Disabled | ++-------+-----------------+ +| 7 | USD1 | ++-------+-----------------+ +| 10 | Scripting | ++-------+-----------------+ +| 11 | Benewake | ++-------+-----------------+ +| 12 | Scripting2 | ++-------+-----------------+ +| 13 | TOFSenseP | ++-------+-----------------+ +| 14 | NanoRadar_NRA24 | ++-------+-----------------+ + + + + + +.. _parameters_CAN_D3_PC_: + +CAN\_D3\_PC\_ Parameters +------------------------ + + +.. _CAN_D3_PC_ESC_BM: + +CAN\_D3\_PC\_ESC\_BM: ESC channels +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bitmask defining which ESC \(motor\) channels are to be transmitted over Piccolo CAN + + ++-----+---------+ +| Bit | Meaning | ++=====+=========+ +| 0 | ESC 1 | ++-----+---------+ +| 1 | ESC 2 | ++-----+---------+ +| 2 | ESC 3 | ++-----+---------+ +| 3 | ESC 4 | ++-----+---------+ +| 4 | ESC 5 | ++-----+---------+ +| 5 | ESC 6 | ++-----+---------+ +| 6 | ESC 7 | ++-----+---------+ +| 7 | ESC 8 | ++-----+---------+ +| 8 | ESC 9 | ++-----+---------+ +| 9 | ESC 10 | ++-----+---------+ +| 10 | ESC 11 | ++-----+---------+ +| 11 | ESC 12 | ++-----+---------+ +| 12 | ESC 13 | ++-----+---------+ +| 13 | ESC 14 | ++-----+---------+ +| 14 | ESC 15 | ++-----+---------+ +| 15 | ESC 16 | ++-----+---------+ +| 16 | ESC 17 | ++-----+---------+ +| 17 | ESC 18 | ++-----+---------+ +| 18 | ESC 19 | ++-----+---------+ +| 19 | ESC 20 | ++-----+---------+ +| 20 | ESC 21 | ++-----+---------+ +| 21 | ESC 22 | ++-----+---------+ +| 22 | ESC 23 | ++-----+---------+ +| 23 | ESC 24 | ++-----+---------+ +| 24 | ESC 25 | ++-----+---------+ +| 25 | ESC 26 | ++-----+---------+ +| 26 | ESC 27 | ++-----+---------+ +| 27 | ESC 28 | ++-----+---------+ +| 28 | ESC 29 | ++-----+---------+ +| 29 | ESC 30 | ++-----+---------+ +| 30 | ESC 31 | ++-----+---------+ +| 31 | ESC 32 | ++-----+---------+ + + + + +.. _CAN_D3_PC_ESC_RT: + +CAN\_D3\_PC\_ESC\_RT: ESC output rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Output rate of ESC command messages + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 1 to 500 | hertz | ++----------+-------+ + + + + +.. _CAN_D3_PC_SRV_BM: + +CAN\_D3\_PC\_SRV\_BM: Servo channels +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bitmask defining which servo channels are to be transmitted over Piccolo CAN + + ++-----+----------+ +| Bit | Meaning | ++=====+==========+ +| 0 | Servo 1 | ++-----+----------+ +| 1 | Servo 2 | ++-----+----------+ +| 2 | Servo 3 | ++-----+----------+ +| 3 | Servo 4 | ++-----+----------+ +| 4 | Servo 5 | ++-----+----------+ +| 5 | Servo 6 | ++-----+----------+ +| 6 | Servo 7 | ++-----+----------+ +| 7 | Servo 8 | ++-----+----------+ +| 8 | Servo 9 | ++-----+----------+ +| 9 | Servo 10 | ++-----+----------+ +| 10 | Servo 11 | ++-----+----------+ +| 11 | Servo 12 | ++-----+----------+ +| 12 | Servo 13 | ++-----+----------+ +| 13 | Servo 14 | ++-----+----------+ +| 14 | Servo 15 | ++-----+----------+ +| 15 | Servo 16 | ++-----+----------+ + + + + +.. _CAN_D3_PC_SRV_RT: + +CAN\_D3\_PC\_SRV\_RT: Servo command output rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Output rate of servo command messages + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 1 to 500 | hertz | ++----------+-------+ + + + + +.. _CAN_D3_PC_ECU_ID: + +CAN\_D3\_PC\_ECU\_ID: ECU Node ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Node ID to send ECU throttle messages to\. Set to zero to disable ECU throttle messages\. Set to 255 to broadcast to all ECUs\. + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _CAN_D3_PC_ECU_RT: + +CAN\_D3\_PC\_ECU\_RT: ECU command output rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Output rate of ECU command messages + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 1 to 500 | hertz | ++----------+-------+ + + + + + +.. _parameters_CAN_D3_UC_: + +CAN\_D3\_UC\_ Parameters +------------------------ + + +.. _CAN_D3_UC_NODE: + +CAN\_D3\_UC\_NODE: DroneCAN node that is used for this network +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +DroneCAN node should be set implicitly + + ++----------+ +| Range | ++==========+ +| 1 to 250 | ++----------+ + + + + +.. _CAN_D3_UC_SRV_BM: + +CAN\_D3\_UC\_SRV\_BM: Output channels to be transmitted as servo over DroneCAN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Bitmask with one set for channel to be transmitted as a servo command over DroneCAN + + ++-----+----------+ +| Bit | Meaning | ++=====+==========+ +| 0 | Servo 1 | ++-----+----------+ +| 1 | Servo 2 | ++-----+----------+ +| 2 | Servo 3 | ++-----+----------+ +| 3 | Servo 4 | ++-----+----------+ +| 4 | Servo 5 | ++-----+----------+ +| 5 | Servo 6 | ++-----+----------+ +| 6 | Servo 7 | ++-----+----------+ +| 7 | Servo 8 | ++-----+----------+ +| 8 | Servo 9 | ++-----+----------+ +| 9 | Servo 10 | ++-----+----------+ +| 10 | Servo 11 | ++-----+----------+ +| 11 | Servo 12 | ++-----+----------+ +| 12 | Servo 13 | ++-----+----------+ +| 13 | Servo 14 | ++-----+----------+ +| 14 | Servo 15 | ++-----+----------+ +| 15 | Servo 16 | ++-----+----------+ +| 16 | Servo 17 | ++-----+----------+ +| 17 | Servo 18 | ++-----+----------+ +| 18 | Servo 19 | ++-----+----------+ +| 19 | Servo 20 | ++-----+----------+ +| 20 | Servo 21 | ++-----+----------+ +| 21 | Servo 22 | ++-----+----------+ +| 22 | Servo 23 | ++-----+----------+ +| 23 | Servo 24 | ++-----+----------+ +| 24 | Servo 25 | ++-----+----------+ +| 25 | Servo 26 | ++-----+----------+ +| 26 | Servo 27 | ++-----+----------+ +| 27 | Servo 28 | ++-----+----------+ +| 28 | Servo 29 | ++-----+----------+ +| 29 | Servo 30 | ++-----+----------+ +| 30 | Servo 31 | ++-----+----------+ +| 31 | Servo 32 | ++-----+----------+ + + + + +.. _CAN_D3_UC_ESC_BM: + +CAN\_D3\_UC\_ESC\_BM: Output channels to be transmitted as ESC over DroneCAN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bitmask with one set for channel to be transmitted as a ESC command over DroneCAN + + ++-----+---------+ +| Bit | Meaning | ++=====+=========+ +| 0 | ESC 1 | ++-----+---------+ +| 1 | ESC 2 | ++-----+---------+ +| 2 | ESC 3 | ++-----+---------+ +| 3 | ESC 4 | ++-----+---------+ +| 4 | ESC 5 | ++-----+---------+ +| 5 | ESC 6 | ++-----+---------+ +| 6 | ESC 7 | ++-----+---------+ +| 7 | ESC 8 | ++-----+---------+ +| 8 | ESC 9 | ++-----+---------+ +| 9 | ESC 10 | ++-----+---------+ +| 10 | ESC 11 | ++-----+---------+ +| 11 | ESC 12 | ++-----+---------+ +| 12 | ESC 13 | ++-----+---------+ +| 13 | ESC 14 | ++-----+---------+ +| 14 | ESC 15 | ++-----+---------+ +| 15 | ESC 16 | ++-----+---------+ +| 16 | ESC 17 | ++-----+---------+ +| 17 | ESC 18 | ++-----+---------+ +| 18 | ESC 19 | ++-----+---------+ +| 19 | ESC 20 | ++-----+---------+ +| 20 | ESC 21 | ++-----+---------+ +| 21 | ESC 22 | ++-----+---------+ +| 22 | ESC 23 | ++-----+---------+ +| 23 | ESC 24 | ++-----+---------+ +| 24 | ESC 25 | ++-----+---------+ +| 25 | ESC 26 | ++-----+---------+ +| 26 | ESC 27 | ++-----+---------+ +| 27 | ESC 28 | ++-----+---------+ +| 28 | ESC 29 | ++-----+---------+ +| 29 | ESC 30 | ++-----+---------+ +| 30 | ESC 31 | ++-----+---------+ +| 31 | ESC 32 | ++-----+---------+ + + + + +.. _CAN_D3_UC_SRV_RT: + +CAN\_D3\_UC\_SRV\_RT: Servo output rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum transmit rate for servo outputs + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 1 to 200 | hertz | ++----------+-------+ + + + + +.. _CAN_D3_UC_OPTION: + +CAN\_D3\_UC\_OPTION: DroneCAN options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Option flags + + ++-----+------------------------+ +| Bit | Meaning | ++=====+========================+ +| 0 | ClearDNADatabase | ++-----+------------------------+ +| 1 | IgnoreDNANodeConflicts | ++-----+------------------------+ +| 2 | EnableCanfd | ++-----+------------------------+ +| 3 | IgnoreDNANodeUnhealthy | ++-----+------------------------+ +| 4 | SendServoAsPWM | ++-----+------------------------+ +| 5 | SendGNSS | ++-----+------------------------+ +| 6 | UseHimarkServo | ++-----+------------------------+ +| 7 | HobbyWingESC | ++-----+------------------------+ +| 8 | EnableStats | ++-----+------------------------+ + + + + +.. _CAN_D3_UC_NTF_RT: + +CAN\_D3\_UC\_NTF\_RT: Notify State rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum transmit rate for Notify State Message + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 1 to 200 | hertz | ++----------+-------+ + + + + +.. _CAN_D3_UC_ESC_OF: + +CAN\_D3\_UC\_ESC\_OF: ESC Output channels offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset for ESC numbering in DroneCAN ESC RawCommand messages\. This allows for more efficient packing of ESC command messages\. If your ESCs are on servo functions 5 to 8 and you set this parameter to 4 then the ESC RawCommand will be sent with the first 4 slots filled\. This can be used for more efficient usage of CAN bandwidth + + ++---------+ +| Range | ++=========+ +| 0 to 18 | ++---------+ + + + + +.. _CAN_D3_UC_POOL: + +CAN\_D3\_UC\_POOL: CAN pool size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Amount of memory in bytes to allocate for the DroneCAN memory pool\. More memory is needed for higher CAN bus loads + + ++---------------+ +| Range | ++===============+ +| 1024 to 16384 | ++---------------+ + + + + +.. _CAN_D3_UC_ESC_RV: + +CAN\_D3\_UC\_ESC\_RV: Bitmask for output channels for reversible ESCs over DroneCAN\. +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bitmask with one set for each output channel that uses a reversible ESC over DroneCAN\. Reversible ESCs use both positive and negative values in RawCommands\, with positive commanding the forward direction and negative commanding the reverse direction\. + + ++-----+---------+ +| Bit | Meaning | ++=====+=========+ +| 0 | ESC 1 | ++-----+---------+ +| 1 | ESC 2 | ++-----+---------+ +| 2 | ESC 3 | ++-----+---------+ +| 3 | ESC 4 | ++-----+---------+ +| 4 | ESC 5 | ++-----+---------+ +| 5 | ESC 6 | ++-----+---------+ +| 6 | ESC 7 | ++-----+---------+ +| 7 | ESC 8 | ++-----+---------+ +| 8 | ESC 9 | ++-----+---------+ +| 9 | ESC 10 | ++-----+---------+ +| 10 | ESC 11 | ++-----+---------+ +| 11 | ESC 12 | ++-----+---------+ +| 12 | ESC 13 | ++-----+---------+ +| 13 | ESC 14 | ++-----+---------+ +| 14 | ESC 15 | ++-----+---------+ +| 15 | ESC 16 | ++-----+---------+ +| 16 | ESC 17 | ++-----+---------+ +| 17 | ESC 18 | ++-----+---------+ +| 18 | ESC 19 | ++-----+---------+ +| 19 | ESC 20 | ++-----+---------+ +| 20 | ESC 21 | ++-----+---------+ +| 21 | ESC 22 | ++-----+---------+ +| 22 | ESC 23 | ++-----+---------+ +| 23 | ESC 24 | ++-----+---------+ +| 24 | ESC 25 | ++-----+---------+ +| 25 | ESC 26 | ++-----+---------+ +| 26 | ESC 27 | ++-----+---------+ +| 27 | ESC 28 | ++-----+---------+ +| 28 | ESC 29 | ++-----+---------+ +| 29 | ESC 30 | ++-----+---------+ +| 30 | ESC 31 | ++-----+---------+ +| 31 | ESC 32 | ++-----+---------+ + + + + +.. _CAN_D3_UC_RLY_RT: + +CAN\_D3\_UC\_RLY\_RT: DroneCAN relay output rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum transmit rate for relay outputs\, note that this rate is per message each message does 1 relay\, so if with more relays will take longer to update at the same rate\, a extra message will be sent when a relay changes state + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 0 to 200 | hertz | ++----------+-------+ + + + + +.. _CAN_D3_UC_SER_EN: + +CAN\_D3\_UC\_SER\_EN: DroneCAN Serial enable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Enable DroneCAN virtual serial ports + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _CAN_D3_UC_S1_NOD: + +CAN\_D3\_UC\_S1\_NOD: Serial CAN remote node number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +CAN remote node number for serial port + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _CAN_D3_UC_S1_IDX: + +CAN\_D3\_UC\_S1\_IDX: DroneCAN Serial1 index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial port number on remote CAN node + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| -1 | Disabled | ++-------+----------+ +| 0 | Serial0 | ++-------+----------+ +| 1 | Serial1 | ++-------+----------+ +| 2 | Serial2 | ++-------+----------+ +| 3 | Serial3 | ++-------+----------+ +| 4 | Serial4 | ++-------+----------+ +| 5 | Serial5 | ++-------+----------+ +| 6 | Serial6 | ++-------+----------+ + + + + ++----------+ +| Range | ++==========+ +| 0 to 100 | ++----------+ + + + + +.. _CAN_D3_UC_S1_BD: + +CAN\_D3\_UC\_S1\_BD: DroneCAN Serial default baud rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial baud rate on remote CAN node + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 1 | 1200 | ++-------+---------+ +| 2 | 2400 | ++-------+---------+ +| 4 | 4800 | ++-------+---------+ +| 9 | 9600 | ++-------+---------+ +| 19 | 19200 | ++-------+---------+ +| 38 | 38400 | ++-------+---------+ +| 57 | 57600 | ++-------+---------+ +| 111 | 111100 | ++-------+---------+ +| 115 | 115200 | ++-------+---------+ +| 230 | 230400 | ++-------+---------+ +| 256 | 256000 | ++-------+---------+ +| 460 | 460800 | ++-------+---------+ +| 500 | 500000 | ++-------+---------+ +| 921 | 921600 | ++-------+---------+ +| 1500 | 1500000 | ++-------+---------+ +| 2000 | 2000000 | ++-------+---------+ + + + + +.. _CAN_D3_UC_S1_PRO: + +CAN\_D3\_UC\_S1\_PRO: Serial protocol of DroneCAN serial port +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial protocol of DroneCAN serial port + + ++-------+----------------------------------+ +| Value | Meaning | ++=======+==================================+ +| -1 | None | ++-------+----------------------------------+ +| 1 | MAVLink1 | ++-------+----------------------------------+ +| 2 | MAVLink2 | ++-------+----------------------------------+ +| 3 | Frsky D | ++-------+----------------------------------+ +| 4 | Frsky SPort | ++-------+----------------------------------+ +| 5 | GPS | ++-------+----------------------------------+ +| 7 | Alexmos Gimbal Serial | ++-------+----------------------------------+ +| 8 | Gimbal | ++-------+----------------------------------+ +| 9 | Rangefinder | ++-------+----------------------------------+ +| 10 | FrSky SPort Passthrough (OpenTX) | ++-------+----------------------------------+ +| 11 | Lidar360 | ++-------+----------------------------------+ +| 13 | Beacon | ++-------+----------------------------------+ +| 14 | Volz servo out | ++-------+----------------------------------+ +| 15 | SBus servo out | ++-------+----------------------------------+ +| 16 | ESC Telemetry | ++-------+----------------------------------+ +| 17 | Devo Telemetry | ++-------+----------------------------------+ +| 18 | OpticalFlow | ++-------+----------------------------------+ +| 19 | RobotisServo | ++-------+----------------------------------+ +| 20 | NMEA Output | ++-------+----------------------------------+ +| 21 | WindVane | ++-------+----------------------------------+ +| 22 | SLCAN | ++-------+----------------------------------+ +| 23 | RCIN | ++-------+----------------------------------+ +| 24 | EFI Serial | ++-------+----------------------------------+ +| 25 | LTM | ++-------+----------------------------------+ +| 26 | RunCam | ++-------+----------------------------------+ +| 27 | HottTelem | ++-------+----------------------------------+ +| 28 | Scripting | ++-------+----------------------------------+ +| 29 | Crossfire VTX | ++-------+----------------------------------+ +| 30 | Generator | ++-------+----------------------------------+ +| 31 | Winch | ++-------+----------------------------------+ +| 32 | MSP | ++-------+----------------------------------+ +| 33 | DJI FPV | ++-------+----------------------------------+ +| 34 | AirSpeed | ++-------+----------------------------------+ +| 35 | ADSB | ++-------+----------------------------------+ +| 36 | AHRS | ++-------+----------------------------------+ +| 37 | SmartAudio | ++-------+----------------------------------+ +| 38 | FETtecOneWire | ++-------+----------------------------------+ +| 39 | Torqeedo | ++-------+----------------------------------+ +| 40 | AIS | ++-------+----------------------------------+ +| 41 | CoDevESC | ++-------+----------------------------------+ +| 42 | DisplayPort | ++-------+----------------------------------+ +| 43 | MAVLink High Latency | ++-------+----------------------------------+ +| 44 | IRC Tramp | ++-------+----------------------------------+ +| 45 | DDS XRCE | ++-------+----------------------------------+ +| 46 | IMUDATA | ++-------+----------------------------------+ + + + + +.. _CAN_D3_UC_S2_NOD: + +CAN\_D3\_UC\_S2\_NOD: Serial CAN remote node number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +CAN remote node number for serial port + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _CAN_D3_UC_S2_IDX: + +CAN\_D3\_UC\_S2\_IDX: Serial port number on remote CAN node +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial port number on remote CAN node + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| -1 | Disabled | ++-------+----------+ +| 0 | Serial0 | ++-------+----------+ +| 1 | Serial1 | ++-------+----------+ +| 2 | Serial2 | ++-------+----------+ +| 3 | Serial3 | ++-------+----------+ +| 4 | Serial4 | ++-------+----------+ +| 5 | Serial5 | ++-------+----------+ +| 6 | Serial6 | ++-------+----------+ + + + + ++----------+ +| Range | ++==========+ +| 0 to 100 | ++----------+ + + + + +.. _CAN_D3_UC_S2_BD: + +CAN\_D3\_UC\_S2\_BD: DroneCAN Serial default baud rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial baud rate on remote CAN node + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 1 | 1200 | ++-------+---------+ +| 2 | 2400 | ++-------+---------+ +| 4 | 4800 | ++-------+---------+ +| 9 | 9600 | ++-------+---------+ +| 19 | 19200 | ++-------+---------+ +| 38 | 38400 | ++-------+---------+ +| 57 | 57600 | ++-------+---------+ +| 111 | 111100 | ++-------+---------+ +| 115 | 115200 | ++-------+---------+ +| 230 | 230400 | ++-------+---------+ +| 256 | 256000 | ++-------+---------+ +| 460 | 460800 | ++-------+---------+ +| 500 | 500000 | ++-------+---------+ +| 921 | 921600 | ++-------+---------+ +| 1500 | 1500000 | ++-------+---------+ +| 2000 | 2000000 | ++-------+---------+ + + + + +.. _CAN_D3_UC_S2_PRO: + +CAN\_D3\_UC\_S2\_PRO: Serial protocol of DroneCAN serial port +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial protocol of DroneCAN serial port + + ++-------+----------------------------------+ +| Value | Meaning | ++=======+==================================+ +| -1 | None | ++-------+----------------------------------+ +| 1 | MAVLink1 | ++-------+----------------------------------+ +| 2 | MAVLink2 | ++-------+----------------------------------+ +| 3 | Frsky D | ++-------+----------------------------------+ +| 4 | Frsky SPort | ++-------+----------------------------------+ +| 5 | GPS | ++-------+----------------------------------+ +| 7 | Alexmos Gimbal Serial | ++-------+----------------------------------+ +| 8 | Gimbal | ++-------+----------------------------------+ +| 9 | Rangefinder | ++-------+----------------------------------+ +| 10 | FrSky SPort Passthrough (OpenTX) | ++-------+----------------------------------+ +| 11 | Lidar360 | ++-------+----------------------------------+ +| 13 | Beacon | ++-------+----------------------------------+ +| 14 | Volz servo out | ++-------+----------------------------------+ +| 15 | SBus servo out | ++-------+----------------------------------+ +| 16 | ESC Telemetry | ++-------+----------------------------------+ +| 17 | Devo Telemetry | ++-------+----------------------------------+ +| 18 | OpticalFlow | ++-------+----------------------------------+ +| 19 | RobotisServo | ++-------+----------------------------------+ +| 20 | NMEA Output | ++-------+----------------------------------+ +| 21 | WindVane | ++-------+----------------------------------+ +| 22 | SLCAN | ++-------+----------------------------------+ +| 23 | RCIN | ++-------+----------------------------------+ +| 24 | EFI Serial | ++-------+----------------------------------+ +| 25 | LTM | ++-------+----------------------------------+ +| 26 | RunCam | ++-------+----------------------------------+ +| 27 | HottTelem | ++-------+----------------------------------+ +| 28 | Scripting | ++-------+----------------------------------+ +| 29 | Crossfire VTX | ++-------+----------------------------------+ +| 30 | Generator | ++-------+----------------------------------+ +| 31 | Winch | ++-------+----------------------------------+ +| 32 | MSP | ++-------+----------------------------------+ +| 33 | DJI FPV | ++-------+----------------------------------+ +| 34 | AirSpeed | ++-------+----------------------------------+ +| 35 | ADSB | ++-------+----------------------------------+ +| 36 | AHRS | ++-------+----------------------------------+ +| 37 | SmartAudio | ++-------+----------------------------------+ +| 38 | FETtecOneWire | ++-------+----------------------------------+ +| 39 | Torqeedo | ++-------+----------------------------------+ +| 40 | AIS | ++-------+----------------------------------+ +| 41 | CoDevESC | ++-------+----------------------------------+ +| 42 | DisplayPort | ++-------+----------------------------------+ +| 43 | MAVLink High Latency | ++-------+----------------------------------+ +| 44 | IRC Tramp | ++-------+----------------------------------+ +| 45 | DDS XRCE | ++-------+----------------------------------+ +| 46 | IMUDATA | ++-------+----------------------------------+ + + + + +.. _CAN_D3_UC_S3_NOD: + +CAN\_D3\_UC\_S3\_NOD: Serial CAN remote node number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +CAN node number for serial port + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _CAN_D3_UC_S3_IDX: + +CAN\_D3\_UC\_S3\_IDX: Serial port number on remote CAN node +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial port number on remote CAN node + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| -1 | Disabled | ++-------+----------+ +| 0 | Serial0 | ++-------+----------+ +| 1 | Serial1 | ++-------+----------+ +| 2 | Serial2 | ++-------+----------+ +| 3 | Serial3 | ++-------+----------+ +| 4 | Serial4 | ++-------+----------+ +| 5 | Serial5 | ++-------+----------+ +| 6 | Serial6 | ++-------+----------+ + + + + ++----------+ +| Range | ++==========+ +| 0 to 100 | ++----------+ + + + + +.. _CAN_D3_UC_S3_BD: + +CAN\_D3\_UC\_S3\_BD: Serial baud rate on remote CAN node +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial baud rate on remote CAN node + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 1 | 1200 | ++-------+---------+ +| 2 | 2400 | ++-------+---------+ +| 4 | 4800 | ++-------+---------+ +| 9 | 9600 | ++-------+---------+ +| 19 | 19200 | ++-------+---------+ +| 38 | 38400 | ++-------+---------+ +| 57 | 57600 | ++-------+---------+ +| 111 | 111100 | ++-------+---------+ +| 115 | 115200 | ++-------+---------+ +| 230 | 230400 | ++-------+---------+ +| 256 | 256000 | ++-------+---------+ +| 460 | 460800 | ++-------+---------+ +| 500 | 500000 | ++-------+---------+ +| 921 | 921600 | ++-------+---------+ +| 1500 | 1500000 | ++-------+---------+ +| 2000 | 2000000 | ++-------+---------+ + + + + +.. _CAN_D3_UC_S3_PRO: + +CAN\_D3\_UC\_S3\_PRO: Serial protocol of DroneCAN serial port +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Serial protocol of DroneCAN serial port + + ++-------+----------------------------------+ +| Value | Meaning | ++=======+==================================+ +| -1 | None | ++-------+----------------------------------+ +| 1 | MAVLink1 | ++-------+----------------------------------+ +| 2 | MAVLink2 | ++-------+----------------------------------+ +| 3 | Frsky D | ++-------+----------------------------------+ +| 4 | Frsky SPort | ++-------+----------------------------------+ +| 5 | GPS | ++-------+----------------------------------+ +| 7 | Alexmos Gimbal Serial | ++-------+----------------------------------+ +| 8 | Gimbal | ++-------+----------------------------------+ +| 9 | Rangefinder | ++-------+----------------------------------+ +| 10 | FrSky SPort Passthrough (OpenTX) | ++-------+----------------------------------+ +| 11 | Lidar360 | ++-------+----------------------------------+ +| 13 | Beacon | ++-------+----------------------------------+ +| 14 | Volz servo out | ++-------+----------------------------------+ +| 15 | SBus servo out | ++-------+----------------------------------+ +| 16 | ESC Telemetry | ++-------+----------------------------------+ +| 17 | Devo Telemetry | ++-------+----------------------------------+ +| 18 | OpticalFlow | ++-------+----------------------------------+ +| 19 | RobotisServo | ++-------+----------------------------------+ +| 20 | NMEA Output | ++-------+----------------------------------+ +| 21 | WindVane | ++-------+----------------------------------+ +| 22 | SLCAN | ++-------+----------------------------------+ +| 23 | RCIN | ++-------+----------------------------------+ +| 24 | EFI Serial | ++-------+----------------------------------+ +| 25 | LTM | ++-------+----------------------------------+ +| 26 | RunCam | ++-------+----------------------------------+ +| 27 | HottTelem | ++-------+----------------------------------+ +| 28 | Scripting | ++-------+----------------------------------+ +| 29 | Crossfire VTX | ++-------+----------------------------------+ +| 30 | Generator | ++-------+----------------------------------+ +| 31 | Winch | ++-------+----------------------------------+ +| 32 | MSP | ++-------+----------------------------------+ +| 33 | DJI FPV | ++-------+----------------------------------+ +| 34 | AirSpeed | ++-------+----------------------------------+ +| 35 | ADSB | ++-------+----------------------------------+ +| 36 | AHRS | ++-------+----------------------------------+ +| 37 | SmartAudio | ++-------+----------------------------------+ +| 38 | FETtecOneWire | ++-------+----------------------------------+ +| 39 | Torqeedo | ++-------+----------------------------------+ +| 40 | AIS | ++-------+----------------------------------+ +| 41 | CoDevESC | ++-------+----------------------------------+ +| 42 | DisplayPort | ++-------+----------------------------------+ +| 43 | MAVLink High Latency | ++-------+----------------------------------+ +| 44 | IRC Tramp | ++-------+----------------------------------+ +| 45 | DDS XRCE | ++-------+----------------------------------+ +| 46 | IMUDATA | ++-------+----------------------------------+ + + + + + +.. _parameters_CAN_P1_: + +CAN\_P1\_ Parameters +-------------------- + + +.. _CAN_P1_DRIVER: + +CAN\_P1\_DRIVER: Index of virtual driver to be used with physical CAN interface +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Enabling this option enables use of CAN buses\. + + ++-------+---------------+ +| Value | Meaning | ++=======+===============+ +| 0 | Disabled | ++-------+---------------+ +| 1 | First driver | ++-------+---------------+ +| 2 | Second driver | ++-------+---------------+ +| 3 | Third driver | ++-------+---------------+ + + + + +.. _CAN_P1_BITRATE: + +CAN\_P1\_BITRATE: Bitrate of CAN interface +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bit rate can be set up to from 10000 to 1000000 + + ++------------------+ +| Range | ++==================+ +| 10000 to 1000000 | ++------------------+ + + + + +.. _CAN_P1_FDBITRATE: + +CAN\_P1\_FDBITRATE: Bitrate of CANFD interface +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bit rate can be set up to from 1000000 to 8000000 + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 1 | 1M | ++-------+---------+ +| 2 | 2M | ++-------+---------+ +| 4 | 4M | ++-------+---------+ +| 5 | 5M | ++-------+---------+ +| 8 | 8M | ++-------+---------+ + + + + + +.. _parameters_CAN_P2_: + +CAN\_P2\_ Parameters +-------------------- + + +.. _CAN_P2_DRIVER: + +CAN\_P2\_DRIVER: Index of virtual driver to be used with physical CAN interface +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Enabling this option enables use of CAN buses\. + + ++-------+---------------+ +| Value | Meaning | ++=======+===============+ +| 0 | Disabled | ++-------+---------------+ +| 1 | First driver | ++-------+---------------+ +| 2 | Second driver | ++-------+---------------+ +| 3 | Third driver | ++-------+---------------+ + + + + +.. _CAN_P2_BITRATE: + +CAN\_P2\_BITRATE: Bitrate of CAN interface +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bit rate can be set up to from 10000 to 1000000 + + ++------------------+ +| Range | ++==================+ +| 10000 to 1000000 | ++------------------+ + + + + +.. _CAN_P2_FDBITRATE: + +CAN\_P2\_FDBITRATE: Bitrate of CANFD interface +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bit rate can be set up to from 1000000 to 8000000 + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 1 | 1M | ++-------+---------+ +| 2 | 2M | ++-------+---------+ +| 4 | 4M | ++-------+---------+ +| 5 | 5M | ++-------+---------+ +| 8 | 8M | ++-------+---------+ + + + + + +.. _parameters_CAN_P3_: + +CAN\_P3\_ Parameters +-------------------- + + +.. _CAN_P3_DRIVER: + +CAN\_P3\_DRIVER: Index of virtual driver to be used with physical CAN interface +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Enabling this option enables use of CAN buses\. + + ++-------+---------------+ +| Value | Meaning | ++=======+===============+ +| 0 | Disabled | ++-------+---------------+ +| 1 | First driver | ++-------+---------------+ +| 2 | Second driver | ++-------+---------------+ +| 3 | Third driver | ++-------+---------------+ + + + + +.. _CAN_P3_BITRATE: + +CAN\_P3\_BITRATE: Bitrate of CAN interface +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bit rate can be set up to from 10000 to 1000000 + + ++------------------+ +| Range | ++==================+ +| 10000 to 1000000 | ++------------------+ + + + + +.. _CAN_P3_FDBITRATE: + +CAN\_P3\_FDBITRATE: Bitrate of CANFD interface +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bit rate can be set up to from 1000000 to 8000000 + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 1 | 1M | ++-------+---------+ +| 2 | 2M | ++-------+---------+ +| 4 | 4M | ++-------+---------+ +| 5 | 5M | ++-------+---------+ +| 8 | 8M | ++-------+---------+ + + + + + +.. _parameters_CAN_SLCAN_: + +CAN\_SLCAN\_ Parameters +----------------------- + + +.. _CAN_SLCAN_CPORT: + +CAN\_SLCAN\_CPORT: SLCAN Route +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +CAN Interface ID to be routed to SLCAN\, 0 means no routing + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | Disabled | ++-------+------------------+ +| 1 | First interface | ++-------+------------------+ +| 2 | Second interface | ++-------+------------------+ + + + + +.. _CAN_SLCAN_SERNUM: + +CAN\_SLCAN\_SERNUM: SLCAN Serial Port +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Serial Port ID to be used for temporary SLCAN iface\, \-1 means no temporary serial\. This parameter is automatically reset on reboot or on timeout\. See CAN\_SLCAN\_TIMOUT for timeout details + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| -1 | Disabled | ++-------+----------+ +| 0 | Serial0 | ++-------+----------+ +| 1 | Serial1 | ++-------+----------+ +| 2 | Serial2 | ++-------+----------+ +| 3 | Serial3 | ++-------+----------+ +| 4 | Serial4 | ++-------+----------+ +| 5 | Serial5 | ++-------+----------+ +| 6 | Serial6 | ++-------+----------+ + + + + +.. _CAN_SLCAN_TIMOUT: + +CAN\_SLCAN\_TIMOUT: SLCAN Timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Duration of inactivity after which SLCAN is switched back to original driver in seconds\. + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _CAN_SLCAN_SDELAY: + +CAN\_SLCAN\_SDELAY: SLCAN Start Delay +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Duration after which slcan starts after setting SERNUM in seconds\. + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + + +.. _parameters_CIRC: + +CIRC Parameters +--------------- + + +.. _CIRC_RADIUS: + +CIRC\_RADIUS: Circle Radius +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vehicle will circle the center at this distance + + ++-----------+----------+--------+ +| Increment | Range | Units | ++===========+==========+========+ +| 1 | 0 to 100 | meters | ++-----------+----------+--------+ + + + + +.. _CIRC_SPEED: + +CIRC\_SPEED: Circle Speed +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vehicle will move at this speed around the circle\. If set to zero WP\_SPEED will be used + + ++-----------+---------+-------------------+ +| Increment | Range | Units | ++===========+=========+===================+ +| 0.1 | 0 to 10 | meters per second | ++-----------+---------+-------------------+ + + + + +.. _CIRC_DIR: + +CIRC\_DIR: Circle Direction +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Circle Direction + + ++-------+-------------------+ +| Value | Meaning | ++=======+===================+ +| 0 | Clockwise | ++-------+-------------------+ +| 1 | Counter-Clockwise | ++-------+-------------------+ + + + + + +.. _parameters_COMPASS_: + +COMPASS\_ Parameters +-------------------- + + +.. _COMPASS_OFS_X: + +COMPASS\_OFS\_X: Compass offsets in milligauss on the X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset to be added to the compass x\-axis values to compensate for metal in the frame + + ++-------------+-----------+-------------+------------+ +| Calibration | Increment | Range | Units | ++=============+===========+=============+============+ +| 1 | 1 | -400 to 400 | milligauss | ++-------------+-----------+-------------+------------+ + + + + +.. _COMPASS_OFS_Y: + +COMPASS\_OFS\_Y: Compass offsets in milligauss on the Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset to be added to the compass y\-axis values to compensate for metal in the frame + + ++-------------+-----------+-------------+------------+ +| Calibration | Increment | Range | Units | ++=============+===========+=============+============+ +| 1 | 1 | -400 to 400 | milligauss | ++-------------+-----------+-------------+------------+ + + + + +.. _COMPASS_OFS_Z: + +COMPASS\_OFS\_Z: Compass offsets in milligauss on the Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset to be added to the compass z\-axis values to compensate for metal in the frame + + ++-----------+-------------+------------+ +| Increment | Range | Units | ++===========+=============+============+ +| 1 | -400 to 400 | milligauss | ++-----------+-------------+------------+ + + + + +.. _COMPASS_DEC: + +COMPASS\_DEC: Compass declination +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +An angle to compensate between the true north and magnetic north + + ++-----------+-----------------+---------+ +| Increment | Range | Units | ++===========+=================+=========+ +| 0.01 | -3.142 to 3.142 | radians | ++-----------+-----------------+---------+ + + + + +.. _COMPASS_LEARN: + +COMPASS\_LEARN: Learn compass offsets automatically +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Enable or disable the automatic learning of compass offsets\. You can enable learning either using a compass\-only method that is suitable only for fixed wing aircraft or using the offsets learnt by the active EKF state estimator\. If this option is enabled then the learnt offsets are saved when you disarm the vehicle\. If InFlight learning is enabled then the compass with automatically start learning once a flight starts \(must be armed\)\. While InFlight learning is running you cannot use position control modes\. + + ++-------+-------------------+ +| Value | Meaning | ++=======+===================+ +| 0 | Disabled | ++-------+-------------------+ +| 1 | Internal-Learning | ++-------+-------------------+ +| 2 | EKF-Learning | ++-------+-------------------+ +| 3 | InFlight-Learning | ++-------+-------------------+ + + + + +.. _COMPASS_USE: + +COMPASS\_USE: Use compass for yaw +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Enable or disable the use of the compass \(instead of the GPS\) for determining heading + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _COMPASS_AUTODEC: + +COMPASS\_AUTODEC: Auto Declination +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Enable or disable the automatic calculation of the declination based on gps location + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _COMPASS_MOTCT: + +COMPASS\_MOTCT: Motor interference compensation type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Set motor interference compensation type to disabled\, throttle or current\. Do not change manually\. + + ++-------+--------------+ +| Value | Meaning | ++=======+==============+ +| 0 | Disabled | ++-------+--------------+ +| 1 | Use Throttle | ++-------+--------------+ +| 2 | Use Current | ++-------+--------------+ + + + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _COMPASS_MOT_X: + +COMPASS\_MOT\_X: Motor interference compensation for body frame X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplied by the current throttle and added to the compass\'s x\-axis values to compensate for motor interference \(Offset per Amp or at Full Throttle\) + + ++-------------+-----------+---------------+-----------------------+ +| Calibration | Increment | Range | Units | ++=============+===========+===============+=======================+ +| 1 | 1 | -1000 to 1000 | milligauss per ampere | ++-------------+-----------+---------------+-----------------------+ + + + + +.. _COMPASS_MOT_Y: + +COMPASS\_MOT\_Y: Motor interference compensation for body frame Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplied by the current throttle and added to the compass\'s y\-axis values to compensate for motor interference \(Offset per Amp or at Full Throttle\) + + ++-------------+-----------+---------------+-----------------------+ +| Calibration | Increment | Range | Units | ++=============+===========+===============+=======================+ +| 1 | 1 | -1000 to 1000 | milligauss per ampere | ++-------------+-----------+---------------+-----------------------+ + + + + +.. _COMPASS_MOT_Z: + +COMPASS\_MOT\_Z: Motor interference compensation for body frame Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplied by the current throttle and added to the compass\'s z\-axis values to compensate for motor interference \(Offset per Amp or at Full Throttle\) + + ++-----------+---------------+-----------------------+ +| Increment | Range | Units | ++===========+===============+=======================+ +| 1 | -1000 to 1000 | milligauss per ampere | ++-----------+---------------+-----------------------+ + + + + +.. _COMPASS_ORIENT: + +COMPASS\_ORIENT: Compass orientation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The orientation of the first external compass relative to the vehicle frame\. This value will be ignored unless this compass is set as an external compass\. When set correctly in the northern hemisphere\, pointing the nose and right side down should increase the MagX and MagY values respectively\. Rolling the vehicle upside down should decrease the MagZ value\. For southern hemisphere\, switch increase and decrease\. NOTE\: For internal compasses\, AHRS\_ORIENT is used\. The label for each option is specified in the order of rotations for that orientation\. Firmware versions 4\.2 and prior can use a CUSTOM \(100\) rotation to set the COMPASS\_CUS\_ROLL\/PIT\/YAW angles for Compass orientation\. Later versions provide two general custom rotations which can be used\, Custom 1 and Custom 2\, with CUST\_1\_ROLL\/PIT\/YAW or CUST\_2\_ROLL\/PIT\/YAW angles\. + + ++-------+----------------------+ +| Value | Meaning | ++=======+======================+ +| 0 | None | ++-------+----------------------+ +| 1 | Yaw45 | ++-------+----------------------+ +| 2 | Yaw90 | ++-------+----------------------+ +| 3 | Yaw135 | ++-------+----------------------+ +| 4 | Yaw180 | ++-------+----------------------+ +| 5 | Yaw225 | ++-------+----------------------+ +| 6 | Yaw270 | ++-------+----------------------+ +| 7 | Yaw315 | ++-------+----------------------+ +| 8 | Roll180 | ++-------+----------------------+ +| 9 | Yaw45Roll180 | ++-------+----------------------+ +| 10 | Yaw90Roll180 | ++-------+----------------------+ +| 11 | Yaw135Roll180 | ++-------+----------------------+ +| 12 | Pitch180 | ++-------+----------------------+ +| 13 | Yaw225Roll180 | ++-------+----------------------+ +| 14 | Yaw270Roll180 | ++-------+----------------------+ +| 15 | Yaw315Roll180 | ++-------+----------------------+ +| 16 | Roll90 | ++-------+----------------------+ +| 17 | Yaw45Roll90 | ++-------+----------------------+ +| 18 | Yaw90Roll90 | ++-------+----------------------+ +| 19 | Yaw135Roll90 | ++-------+----------------------+ +| 20 | Roll270 | ++-------+----------------------+ +| 21 | Yaw45Roll270 | ++-------+----------------------+ +| 22 | Yaw90Roll270 | ++-------+----------------------+ +| 23 | Yaw135Roll270 | ++-------+----------------------+ +| 24 | Pitch90 | ++-------+----------------------+ +| 25 | Pitch270 | ++-------+----------------------+ +| 26 | Yaw90Pitch180 | ++-------+----------------------+ +| 27 | Yaw270Pitch180 | ++-------+----------------------+ +| 28 | Pitch90Roll90 | ++-------+----------------------+ +| 29 | Pitch90Roll180 | ++-------+----------------------+ +| 30 | Pitch90Roll270 | ++-------+----------------------+ +| 31 | Pitch180Roll90 | ++-------+----------------------+ +| 32 | Pitch180Roll270 | ++-------+----------------------+ +| 33 | Pitch270Roll90 | ++-------+----------------------+ +| 34 | Pitch270Roll180 | ++-------+----------------------+ +| 35 | Pitch270Roll270 | ++-------+----------------------+ +| 36 | Yaw90Pitch180Roll90 | ++-------+----------------------+ +| 37 | Yaw270Roll90 | ++-------+----------------------+ +| 38 | Yaw293Pitch68Roll180 | ++-------+----------------------+ +| 39 | Pitch315 | ++-------+----------------------+ +| 40 | Pitch315Roll90 | ++-------+----------------------+ +| 42 | Roll45 | ++-------+----------------------+ +| 43 | Roll315 | ++-------+----------------------+ +| 100 | Custom 4.1 and older | ++-------+----------------------+ +| 101 | Custom 1 | ++-------+----------------------+ +| 102 | Custom 2 | ++-------+----------------------+ + + + + +.. _COMPASS_EXTERNAL: + +COMPASS\_EXTERNAL: Compass is attached via an external cable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Configure compass so it is attached externally\. This is auto\-detected on most boards\. Set to 1 if the compass is externally connected\. When externally connected the COMPASS\_ORIENT option operates independently of the AHRS\_ORIENTATION board orientation option\. If set to 0 or 1 then auto\-detection by bus connection can override the value\. If set to 2 then auto\-detection will be disabled\. + + ++-------+----------------+ +| Value | Meaning | ++=======+================+ +| 0 | Internal | ++-------+----------------+ +| 1 | External | ++-------+----------------+ +| 2 | ForcedExternal | ++-------+----------------+ + + + + +.. _COMPASS_OFS2_X: + +COMPASS\_OFS2\_X: Compass2 offsets in milligauss on the X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset to be added to compass2\'s x\-axis values to compensate for metal in the frame + + ++-------------+-----------+-------------+------------+ +| Calibration | Increment | Range | Units | ++=============+===========+=============+============+ +| 1 | 1 | -400 to 400 | milligauss | ++-------------+-----------+-------------+------------+ + + + + +.. _COMPASS_OFS2_Y: + +COMPASS\_OFS2\_Y: Compass2 offsets in milligauss on the Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset to be added to compass2\'s y\-axis values to compensate for metal in the frame + + ++-------------+-----------+-------------+------------+ +| Calibration | Increment | Range | Units | ++=============+===========+=============+============+ +| 1 | 1 | -400 to 400 | milligauss | ++-------------+-----------+-------------+------------+ + + + + +.. _COMPASS_OFS2_Z: + +COMPASS\_OFS2\_Z: Compass2 offsets in milligauss on the Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset to be added to compass2\'s z\-axis values to compensate for metal in the frame + + ++-----------+-------------+------------+ +| Increment | Range | Units | ++===========+=============+============+ +| 1 | -400 to 400 | milligauss | ++-----------+-------------+------------+ + + + + +.. _COMPASS_MOT2_X: + +COMPASS\_MOT2\_X: Motor interference compensation to compass2 for body frame X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplied by the current throttle and added to compass2\'s x\-axis values to compensate for motor interference \(Offset per Amp or at Full Throttle\) + + ++-------------+-----------+---------------+-----------------------+ +| Calibration | Increment | Range | Units | ++=============+===========+===============+=======================+ +| 1 | 1 | -1000 to 1000 | milligauss per ampere | ++-------------+-----------+---------------+-----------------------+ + + + + +.. _COMPASS_MOT2_Y: + +COMPASS\_MOT2\_Y: Motor interference compensation to compass2 for body frame Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplied by the current throttle and added to compass2\'s y\-axis values to compensate for motor interference \(Offset per Amp or at Full Throttle\) + + ++-------------+-----------+---------------+-----------------------+ +| Calibration | Increment | Range | Units | ++=============+===========+===============+=======================+ +| 1 | 1 | -1000 to 1000 | milligauss per ampere | ++-------------+-----------+---------------+-----------------------+ + + + + +.. _COMPASS_MOT2_Z: + +COMPASS\_MOT2\_Z: Motor interference compensation to compass2 for body frame Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplied by the current throttle and added to compass2\'s z\-axis values to compensate for motor interference \(Offset per Amp or at Full Throttle\) + + ++-----------+---------------+-----------------------+ +| Increment | Range | Units | ++===========+===============+=======================+ +| 1 | -1000 to 1000 | milligauss per ampere | ++-----------+---------------+-----------------------+ + + + + +.. _COMPASS_OFS3_X: + +COMPASS\_OFS3\_X: Compass3 offsets in milligauss on the X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset to be added to compass3\'s x\-axis values to compensate for metal in the frame + + ++-------------+-----------+-------------+------------+ +| Calibration | Increment | Range | Units | ++=============+===========+=============+============+ +| 1 | 1 | -400 to 400 | milligauss | ++-------------+-----------+-------------+------------+ + + + + +.. _COMPASS_OFS3_Y: + +COMPASS\_OFS3\_Y: Compass3 offsets in milligauss on the Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset to be added to compass3\'s y\-axis values to compensate for metal in the frame + + ++-------------+-----------+-------------+------------+ +| Calibration | Increment | Range | Units | ++=============+===========+=============+============+ +| 1 | 1 | -400 to 400 | milligauss | ++-------------+-----------+-------------+------------+ + + + + +.. _COMPASS_OFS3_Z: + +COMPASS\_OFS3\_Z: Compass3 offsets in milligauss on the Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Offset to be added to compass3\'s z\-axis values to compensate for metal in the frame + + ++-----------+-------------+------------+ +| Increment | Range | Units | ++===========+=============+============+ +| 1 | -400 to 400 | milligauss | ++-----------+-------------+------------+ + + + + +.. _COMPASS_MOT3_X: + +COMPASS\_MOT3\_X: Motor interference compensation to compass3 for body frame X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplied by the current throttle and added to compass3\'s x\-axis values to compensate for motor interference \(Offset per Amp or at Full Throttle\) + + ++-------------+-----------+---------------+-----------------------+ +| Calibration | Increment | Range | Units | ++=============+===========+===============+=======================+ +| 1 | 1 | -1000 to 1000 | milligauss per ampere | ++-------------+-----------+---------------+-----------------------+ + + + + +.. _COMPASS_MOT3_Y: + +COMPASS\_MOT3\_Y: Motor interference compensation to compass3 for body frame Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplied by the current throttle and added to compass3\'s y\-axis values to compensate for motor interference \(Offset per Amp or at Full Throttle\) + + ++-------------+-----------+---------------+-----------------------+ +| Calibration | Increment | Range | Units | ++=============+===========+===============+=======================+ +| 1 | 1 | -1000 to 1000 | milligauss per ampere | ++-------------+-----------+---------------+-----------------------+ + + + + +.. _COMPASS_MOT3_Z: + +COMPASS\_MOT3\_Z: Motor interference compensation to compass3 for body frame Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Multiplied by the current throttle and added to compass3\'s z\-axis values to compensate for motor interference \(Offset per Amp or at Full Throttle\) + + ++-----------+---------------+-----------------------+ +| Increment | Range | Units | ++===========+===============+=======================+ +| 1 | -1000 to 1000 | milligauss per ampere | ++-----------+---------------+-----------------------+ + + + + +.. _COMPASS_DEV_ID: + +COMPASS\_DEV\_ID: Compass device id +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Compass device id\. Automatically detected\, do not set manually + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _COMPASS_DEV_ID2: + +COMPASS\_DEV\_ID2: Compass2 device id +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Second compass\'s device id\. Automatically detected\, do not set manually + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _COMPASS_DEV_ID3: + +COMPASS\_DEV\_ID3: Compass3 device id +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Third compass\'s device id\. Automatically detected\, do not set manually + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _COMPASS_USE2: + +COMPASS\_USE2: Compass2 used for yaw +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Enable or disable the secondary compass for determining heading\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _COMPASS_ORIENT2: + +COMPASS\_ORIENT2: Compass2 orientation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The orientation of a second external compass relative to the vehicle frame\. This value will be ignored unless this compass is set as an external compass\. When set correctly in the northern hemisphere\, pointing the nose and right side down should increase the MagX and MagY values respectively\. Rolling the vehicle upside down should decrease the MagZ value\. For southern hemisphere\, switch increase and decrease\. NOTE\: For internal compasses\, AHRS\_ORIENT is used\. The label for each option is specified in the order of rotations for that orientation\. Firmware versions 4\.2 and prior can use a CUSTOM \(100\) rotation to set the COMPASS\_CUS\_ROLL\/PIT\/YAW angles for Compass orientation\. Later versions provide two general custom rotations which can be used\, Custom 1 and Custom 2\, with CUST\_1\_ROLL\/PIT\/YAW or CUST\_2\_ROLL\/PIT\/YAW angles\. + + ++-------+----------------------+ +| Value | Meaning | ++=======+======================+ +| 0 | None | ++-------+----------------------+ +| 1 | Yaw45 | ++-------+----------------------+ +| 2 | Yaw90 | ++-------+----------------------+ +| 3 | Yaw135 | ++-------+----------------------+ +| 4 | Yaw180 | ++-------+----------------------+ +| 5 | Yaw225 | ++-------+----------------------+ +| 6 | Yaw270 | ++-------+----------------------+ +| 7 | Yaw315 | ++-------+----------------------+ +| 8 | Roll180 | ++-------+----------------------+ +| 9 | Yaw45Roll180 | ++-------+----------------------+ +| 10 | Yaw90Roll180 | ++-------+----------------------+ +| 11 | Yaw135Roll180 | ++-------+----------------------+ +| 12 | Pitch180 | ++-------+----------------------+ +| 13 | Yaw225Roll180 | ++-------+----------------------+ +| 14 | Yaw270Roll180 | ++-------+----------------------+ +| 15 | Yaw315Roll180 | ++-------+----------------------+ +| 16 | Roll90 | ++-------+----------------------+ +| 17 | Yaw45Roll90 | ++-------+----------------------+ +| 18 | Yaw90Roll90 | ++-------+----------------------+ +| 19 | Yaw135Roll90 | ++-------+----------------------+ +| 20 | Roll270 | ++-------+----------------------+ +| 21 | Yaw45Roll270 | ++-------+----------------------+ +| 22 | Yaw90Roll270 | ++-------+----------------------+ +| 23 | Yaw135Roll270 | ++-------+----------------------+ +| 24 | Pitch90 | ++-------+----------------------+ +| 25 | Pitch270 | ++-------+----------------------+ +| 26 | Yaw90Pitch180 | ++-------+----------------------+ +| 27 | Yaw270Pitch180 | ++-------+----------------------+ +| 28 | Pitch90Roll90 | ++-------+----------------------+ +| 29 | Pitch90Roll180 | ++-------+----------------------+ +| 30 | Pitch90Roll270 | ++-------+----------------------+ +| 31 | Pitch180Roll90 | ++-------+----------------------+ +| 32 | Pitch180Roll270 | ++-------+----------------------+ +| 33 | Pitch270Roll90 | ++-------+----------------------+ +| 34 | Pitch270Roll180 | ++-------+----------------------+ +| 35 | Pitch270Roll270 | ++-------+----------------------+ +| 36 | Yaw90Pitch180Roll90 | ++-------+----------------------+ +| 37 | Yaw270Roll90 | ++-------+----------------------+ +| 38 | Yaw293Pitch68Roll180 | ++-------+----------------------+ +| 39 | Pitch315 | ++-------+----------------------+ +| 40 | Pitch315Roll90 | ++-------+----------------------+ +| 42 | Roll45 | ++-------+----------------------+ +| 43 | Roll315 | ++-------+----------------------+ +| 100 | Custom 4.1 and older | ++-------+----------------------+ +| 101 | Custom 1 | ++-------+----------------------+ +| 102 | Custom 2 | ++-------+----------------------+ + + + + +.. _COMPASS_EXTERN2: + +COMPASS\_EXTERN2: Compass2 is attached via an external cable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Configure second compass so it is attached externally\. This is auto\-detected on most boards\. If set to 0 or 1 then auto\-detection by bus connection can override the value\. If set to 2 then auto\-detection will be disabled\. + + ++-------+----------------+ +| Value | Meaning | ++=======+================+ +| 0 | Internal | ++-------+----------------+ +| 1 | External | ++-------+----------------+ +| 2 | ForcedExternal | ++-------+----------------+ + + + + +.. _COMPASS_USE3: + +COMPASS\_USE3: Compass3 used for yaw +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Enable or disable the tertiary compass for determining heading\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _COMPASS_ORIENT3: + +COMPASS\_ORIENT3: Compass3 orientation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The orientation of a third external compass relative to the vehicle frame\. This value will be ignored unless this compass is set as an external compass\. When set correctly in the northern hemisphere\, pointing the nose and right side down should increase the MagX and MagY values respectively\. Rolling the vehicle upside down should decrease the MagZ value\. For southern hemisphere\, switch increase and decrease\. NOTE\: For internal compasses\, AHRS\_ORIENT is used\. The label for each option is specified in the order of rotations for that orientation\. Firmware versions 4\.2 and prior can use a CUSTOM \(100\) rotation to set the COMPASS\_CUS\_ROLL\/PIT\/YAW angles for Compass orientation\. Later versions provide two general custom rotations which can be used\, Custom 1 and Custom 2\, with CUST\_1\_ROLL\/PIT\/YAW or CUST\_2\_ROLL\/PIT\/YAW angles\. + + ++-------+----------------------+ +| Value | Meaning | ++=======+======================+ +| 0 | None | ++-------+----------------------+ +| 1 | Yaw45 | ++-------+----------------------+ +| 2 | Yaw90 | ++-------+----------------------+ +| 3 | Yaw135 | ++-------+----------------------+ +| 4 | Yaw180 | ++-------+----------------------+ +| 5 | Yaw225 | ++-------+----------------------+ +| 6 | Yaw270 | ++-------+----------------------+ +| 7 | Yaw315 | ++-------+----------------------+ +| 8 | Roll180 | ++-------+----------------------+ +| 9 | Yaw45Roll180 | ++-------+----------------------+ +| 10 | Yaw90Roll180 | ++-------+----------------------+ +| 11 | Yaw135Roll180 | ++-------+----------------------+ +| 12 | Pitch180 | ++-------+----------------------+ +| 13 | Yaw225Roll180 | ++-------+----------------------+ +| 14 | Yaw270Roll180 | ++-------+----------------------+ +| 15 | Yaw315Roll180 | ++-------+----------------------+ +| 16 | Roll90 | ++-------+----------------------+ +| 17 | Yaw45Roll90 | ++-------+----------------------+ +| 18 | Yaw90Roll90 | ++-------+----------------------+ +| 19 | Yaw135Roll90 | ++-------+----------------------+ +| 20 | Roll270 | ++-------+----------------------+ +| 21 | Yaw45Roll270 | ++-------+----------------------+ +| 22 | Yaw90Roll270 | ++-------+----------------------+ +| 23 | Yaw135Roll270 | ++-------+----------------------+ +| 24 | Pitch90 | ++-------+----------------------+ +| 25 | Pitch270 | ++-------+----------------------+ +| 26 | Yaw90Pitch180 | ++-------+----------------------+ +| 27 | Yaw270Pitch180 | ++-------+----------------------+ +| 28 | Pitch90Roll90 | ++-------+----------------------+ +| 29 | Pitch90Roll180 | ++-------+----------------------+ +| 30 | Pitch90Roll270 | ++-------+----------------------+ +| 31 | Pitch180Roll90 | ++-------+----------------------+ +| 32 | Pitch180Roll270 | ++-------+----------------------+ +| 33 | Pitch270Roll90 | ++-------+----------------------+ +| 34 | Pitch270Roll180 | ++-------+----------------------+ +| 35 | Pitch270Roll270 | ++-------+----------------------+ +| 36 | Yaw90Pitch180Roll90 | ++-------+----------------------+ +| 37 | Yaw270Roll90 | ++-------+----------------------+ +| 38 | Yaw293Pitch68Roll180 | ++-------+----------------------+ +| 39 | Pitch315 | ++-------+----------------------+ +| 40 | Pitch315Roll90 | ++-------+----------------------+ +| 42 | Roll45 | ++-------+----------------------+ +| 43 | Roll315 | ++-------+----------------------+ +| 100 | Custom 4.1 and older | ++-------+----------------------+ +| 101 | Custom 1 | ++-------+----------------------+ +| 102 | Custom 2 | ++-------+----------------------+ + + + + +.. _COMPASS_EXTERN3: + +COMPASS\_EXTERN3: Compass3 is attached via an external cable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Configure third compass so it is attached externally\. This is auto\-detected on most boards\. If set to 0 or 1 then auto\-detection by bus connection can override the value\. If set to 2 then auto\-detection will be disabled\. + + ++-------+----------------+ +| Value | Meaning | ++=======+================+ +| 0 | Internal | ++-------+----------------+ +| 1 | External | ++-------+----------------+ +| 2 | ForcedExternal | ++-------+----------------+ + + + + +.. _COMPASS_DIA_X: + +COMPASS\_DIA\_X: Compass soft\-iron diagonal X component +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +DIA\_X in the compass soft\-iron calibration matrix\: \[\[DIA\_X\, ODI\_X\, ODI\_Y\]\, \[ODI\_X\, DIA\_Y\, ODI\_Z\]\, \[ODI\_Y\, ODI\_Z\, DIA\_Z\]\] + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _COMPASS_DIA_Y: + +COMPASS\_DIA\_Y: Compass soft\-iron diagonal Y component +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +DIA\_Y in the compass soft\-iron calibration matrix\: \[\[DIA\_X\, ODI\_X\, ODI\_Y\]\, \[ODI\_X\, DIA\_Y\, ODI\_Z\]\, \[ODI\_Y\, ODI\_Z\, DIA\_Z\]\] + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _COMPASS_DIA_Z: + +COMPASS\_DIA\_Z: Compass soft\-iron diagonal Z component +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +DIA\_Z in the compass soft\-iron calibration matrix\: \[\[DIA\_X\, ODI\_X\, ODI\_Y\]\, \[ODI\_X\, DIA\_Y\, ODI\_Z\]\, \[ODI\_Y\, ODI\_Z\, DIA\_Z\]\] + + +.. _COMPASS_ODI_X: + +COMPASS\_ODI\_X: Compass soft\-iron off\-diagonal X component +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ODI\_X in the compass soft\-iron calibration matrix\: \[\[DIA\_X\, ODI\_X\, ODI\_Y\]\, \[ODI\_X\, DIA\_Y\, ODI\_Z\]\, \[ODI\_Y\, ODI\_Z\, DIA\_Z\]\] + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _COMPASS_ODI_Y: + +COMPASS\_ODI\_Y: Compass soft\-iron off\-diagonal Y component +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ODI\_Y in the compass soft\-iron calibration matrix\: \[\[DIA\_X\, ODI\_X\, ODI\_Y\]\, \[ODI\_X\, DIA\_Y\, ODI\_Z\]\, \[ODI\_Y\, ODI\_Z\, DIA\_Z\]\] + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _COMPASS_ODI_Z: + +COMPASS\_ODI\_Z: Compass soft\-iron off\-diagonal Z component +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ODI\_Z in the compass soft\-iron calibration matrix\: \[\[DIA\_X\, ODI\_X\, ODI\_Y\]\, \[ODI\_X\, DIA\_Y\, ODI\_Z\]\, \[ODI\_Y\, ODI\_Z\, DIA\_Z\]\] + + +.. _COMPASS_DIA2_X: + +COMPASS\_DIA2\_X: Compass2 soft\-iron diagonal X component +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +DIA\_X in the compass2 soft\-iron calibration matrix\: \[\[DIA\_X\, ODI\_X\, ODI\_Y\]\, \[ODI\_X\, DIA\_Y\, ODI\_Z\]\, \[ODI\_Y\, ODI\_Z\, DIA\_Z\]\] + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _COMPASS_DIA2_Y: + +COMPASS\_DIA2\_Y: Compass2 soft\-iron diagonal Y component +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +DIA\_Y in the compass2 soft\-iron calibration matrix\: \[\[DIA\_X\, ODI\_X\, ODI\_Y\]\, \[ODI\_X\, DIA\_Y\, ODI\_Z\]\, \[ODI\_Y\, ODI\_Z\, DIA\_Z\]\] + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _COMPASS_DIA2_Z: + +COMPASS\_DIA2\_Z: Compass2 soft\-iron diagonal Z component +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +DIA\_Z in the compass2 soft\-iron calibration matrix\: \[\[DIA\_X\, ODI\_X\, ODI\_Y\]\, \[ODI\_X\, DIA\_Y\, ODI\_Z\]\, \[ODI\_Y\, ODI\_Z\, DIA\_Z\]\] + + +.. _COMPASS_ODI2_X: + +COMPASS\_ODI2\_X: Compass2 soft\-iron off\-diagonal X component +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ODI\_X in the compass2 soft\-iron calibration matrix\: \[\[DIA\_X\, ODI\_X\, ODI\_Y\]\, \[ODI\_X\, DIA\_Y\, ODI\_Z\]\, \[ODI\_Y\, ODI\_Z\, DIA\_Z\]\] + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _COMPASS_ODI2_Y: + +COMPASS\_ODI2\_Y: Compass2 soft\-iron off\-diagonal Y component +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ODI\_Y in the compass2 soft\-iron calibration matrix\: \[\[DIA\_X\, ODI\_X\, ODI\_Y\]\, \[ODI\_X\, DIA\_Y\, ODI\_Z\]\, \[ODI\_Y\, ODI\_Z\, DIA\_Z\]\] + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _COMPASS_ODI2_Z: + +COMPASS\_ODI2\_Z: Compass2 soft\-iron off\-diagonal Z component +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ODI\_Z in the compass2 soft\-iron calibration matrix\: \[\[DIA\_X\, ODI\_X\, ODI\_Y\]\, \[ODI\_X\, DIA\_Y\, ODI\_Z\]\, \[ODI\_Y\, ODI\_Z\, DIA\_Z\]\] + + +.. _COMPASS_DIA3_X: + +COMPASS\_DIA3\_X: Compass3 soft\-iron diagonal X component +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +DIA\_X in the compass3 soft\-iron calibration matrix\: \[\[DIA\_X\, ODI\_X\, ODI\_Y\]\, \[ODI\_X\, DIA\_Y\, ODI\_Z\]\, \[ODI\_Y\, ODI\_Z\, DIA\_Z\]\] + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _COMPASS_DIA3_Y: + +COMPASS\_DIA3\_Y: Compass3 soft\-iron diagonal Y component +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +DIA\_Y in the compass3 soft\-iron calibration matrix\: \[\[DIA\_X\, ODI\_X\, ODI\_Y\]\, \[ODI\_X\, DIA\_Y\, ODI\_Z\]\, \[ODI\_Y\, ODI\_Z\, DIA\_Z\]\] + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _COMPASS_DIA3_Z: + +COMPASS\_DIA3\_Z: Compass3 soft\-iron diagonal Z component +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +DIA\_Z in the compass3 soft\-iron calibration matrix\: \[\[DIA\_X\, ODI\_X\, ODI\_Y\]\, \[ODI\_X\, DIA\_Y\, ODI\_Z\]\, \[ODI\_Y\, ODI\_Z\, DIA\_Z\]\] + + +.. _COMPASS_ODI3_X: + +COMPASS\_ODI3\_X: Compass3 soft\-iron off\-diagonal X component +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ODI\_X in the compass3 soft\-iron calibration matrix\: \[\[DIA\_X\, ODI\_X\, ODI\_Y\]\, \[ODI\_X\, DIA\_Y\, ODI\_Z\]\, \[ODI\_Y\, ODI\_Z\, DIA\_Z\]\] + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _COMPASS_ODI3_Y: + +COMPASS\_ODI3\_Y: Compass3 soft\-iron off\-diagonal Y component +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ODI\_Y in the compass3 soft\-iron calibration matrix\: \[\[DIA\_X\, ODI\_X\, ODI\_Y\]\, \[ODI\_X\, DIA\_Y\, ODI\_Z\]\, \[ODI\_Y\, ODI\_Z\, DIA\_Z\]\] + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _COMPASS_ODI3_Z: + +COMPASS\_ODI3\_Z: Compass3 soft\-iron off\-diagonal Z component +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ODI\_Z in the compass3 soft\-iron calibration matrix\: \[\[DIA\_X\, ODI\_X\, ODI\_Y\]\, \[ODI\_X\, DIA\_Y\, ODI\_Z\]\, \[ODI\_Y\, ODI\_Z\, DIA\_Z\]\] + + +.. _COMPASS_CAL_FIT: + +COMPASS\_CAL\_FIT: Compass calibration fitness +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls the fitness level required for a successful compass calibration\. A lower value makes for a stricter fit \(less likely to pass\)\. This is the value used for the primary magnetometer\. Other magnetometers get double the value\. + + ++-------+-------------+ +| Value | Meaning | ++=======+=============+ +| 4 | Very Strict | ++-------+-------------+ +| 8 | Strict | ++-------+-------------+ +| 16 | Default | ++-------+-------------+ +| 32 | Relaxed | ++-------+-------------+ + + + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 0.1 | 4 to 32 | ++-----------+---------+ + + + + +.. _COMPASS_OFFS_MAX: + +COMPASS\_OFFS\_MAX: Compass maximum offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the maximum allowed compass offset in calibration and arming checks + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 1 | 500 to 3000 | ++-----------+-------------+ + + + + +.. _COMPASS_DISBLMSK: + +COMPASS\_DISBLMSK: Compass disable driver type mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is a bitmask of driver types to disable\. If a driver type is set in this mask then that driver will not try to find a sensor at startup + + ++-----+--------------+ +| Bit | Meaning | ++=====+==============+ +| 0 | HMC5883 | ++-----+--------------+ +| 1 | LSM303D | ++-----+--------------+ +| 2 | AK8963 | ++-----+--------------+ +| 3 | BMM150 | ++-----+--------------+ +| 4 | LSM9DS1 | ++-----+--------------+ +| 5 | LIS3MDL | ++-----+--------------+ +| 6 | AK09916 | ++-----+--------------+ +| 7 | IST8310 | ++-----+--------------+ +| 8 | ICM20948 | ++-----+--------------+ +| 9 | MMC3416 | ++-----+--------------+ +| 11 | DroneCAN | ++-----+--------------+ +| 12 | QMC5883 | ++-----+--------------+ +| 14 | MAG3110 | ++-----+--------------+ +| 15 | IST8308 | ++-----+--------------+ +| 16 | RM3100 | ++-----+--------------+ +| 17 | MSP | ++-----+--------------+ +| 18 | ExternalAHRS | ++-----+--------------+ + + + + +.. _COMPASS_FLTR_RNG: + +COMPASS\_FLTR\_RNG: Range in which sample is accepted +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the range around the average value that new samples must be within to be accepted\. This can help reduce the impact of noise on sensors that are on long I2C cables\. The value is a percentage from the average value\. A value of zero disables this filter\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 100 | percent | ++-----------+----------+---------+ + + + + +.. _COMPASS_AUTO_ROT: + +COMPASS\_AUTO\_ROT: Automatically check orientation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +When enabled this will automatically check the orientation of compasses on successful completion of compass calibration\. If set to 2 then external compasses will have their orientation automatically corrected\. + + ++-------+----------------------------------------------------+ +| Value | Meaning | ++=======+====================================================+ +| 0 | Disabled | ++-------+----------------------------------------------------+ +| 1 | CheckOnly | ++-------+----------------------------------------------------+ +| 2 | CheckAndFix | ++-------+----------------------------------------------------+ +| 3 | use same tolerance to auto rotate 45 deg rotations | ++-------+----------------------------------------------------+ + + + + +.. _COMPASS_PRIO1_ID: + +COMPASS\_PRIO1\_ID: Compass device id with 1st order priority +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Compass device id with 1st order priority\, set automatically if 0\. Reboot required after change\. + + +.. _COMPASS_PRIO2_ID: + +COMPASS\_PRIO2\_ID: Compass device id with 2nd order priority +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Compass device id with 2nd order priority\, set automatically if 0\. Reboot required after change\. + + +.. _COMPASS_PRIO3_ID: + +COMPASS\_PRIO3\_ID: Compass device id with 3rd order priority +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Compass device id with 3rd order priority\, set automatically if 0\. Reboot required after change\. + + +.. _COMPASS_ENABLE: + +COMPASS\_ENABLE: Enable Compass +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +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\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _COMPASS_SCALE: + +COMPASS\_SCALE: Compass1 scale factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Scaling factor for first compass to compensate for sensor scaling errors\. If this is 0 then no scaling is done + + ++----------+ +| Range | ++==========+ +| 0 to 1.3 | ++----------+ + + + + +.. _COMPASS_SCALE2: + +COMPASS\_SCALE2: Compass2 scale factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Scaling factor for 2nd compass to compensate for sensor scaling errors\. If this is 0 then no scaling is done + + ++----------+ +| Range | ++==========+ +| 0 to 1.3 | ++----------+ + + + + +.. _COMPASS_SCALE3: + +COMPASS\_SCALE3: Compass3 scale factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Scaling factor for 3rd compass to compensate for sensor scaling errors\. If this is 0 then no scaling is done + + ++----------+ +| Range | ++==========+ +| 0 to 1.3 | ++----------+ + + + + +.. _COMPASS_OPTIONS: + +COMPASS\_OPTIONS: Compass options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets options to change the behaviour of the compass + + ++-----+-------------------------------------------------------------------------------------------+ +| Bit | Meaning | ++=====+===========================================================================================+ +| 0 | CalRequireGPS | ++-----+-------------------------------------------------------------------------------------------+ +| 1 | Allow missing DroneCAN compasses to be automaticaly replaced (calibration still required) | ++-----+-------------------------------------------------------------------------------------------+ + + + + +.. _COMPASS_DEV_ID4: + +COMPASS\_DEV\_ID4: Compass4 device id +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Extra 4th compass\'s device id\. Automatically detected\, do not set manually + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _COMPASS_DEV_ID5: + +COMPASS\_DEV\_ID5: Compass5 device id +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Extra 5th compass\'s device id\. Automatically detected\, do not set manually + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _COMPASS_DEV_ID6: + +COMPASS\_DEV\_ID6: Compass6 device id +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Extra 6th compass\'s device id\. Automatically detected\, do not set manually + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _COMPASS_DEV_ID7: + +COMPASS\_DEV\_ID7: Compass7 device id +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Extra 7th compass\'s device id\. Automatically detected\, do not set manually + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _COMPASS_DEV_ID8: + +COMPASS\_DEV\_ID8: Compass8 device id +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Extra 8th compass\'s device id\. Automatically detected\, do not set manually + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _COMPASS_CUS_ROLL: + +COMPASS\_CUS\_ROLL: Custom orientation roll offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Compass mounting position roll offset\. Positive values \= roll right\, negative values \= roll left\. This parameter is only used when COMPASS\_ORIENT\/2\/3 is set to CUSTOM\. + + ++-----------+-------------+---------+ +| Increment | Range | Units | ++===========+=============+=========+ +| 1 | -180 to 180 | degrees | ++-----------+-------------+---------+ + + + + +.. _COMPASS_CUS_PIT: + +COMPASS\_CUS\_PIT: Custom orientation pitch offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Compass mounting position pitch offset\. Positive values \= pitch up\, negative values \= pitch down\. This parameter is only used when COMPASS\_ORIENT\/2\/3 is set to CUSTOM\. + + ++-----------+-------------+---------+ +| Increment | Range | Units | ++===========+=============+=========+ +| 1 | -180 to 180 | degrees | ++-----------+-------------+---------+ + + + + +.. _COMPASS_CUS_YAW: + +COMPASS\_CUS\_YAW: Custom orientation yaw offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Compass mounting position yaw offset\. Positive values \= yaw right\, negative values \= yaw left\. This parameter is only used when COMPASS\_ORIENT\/2\/3 is set to CUSTOM\. + + ++-----------+-------------+---------+ +| Increment | Range | Units | ++===========+=============+=========+ +| 1 | -180 to 180 | degrees | ++-----------+-------------+---------+ + + + + + +.. _parameters_COMPASS_PMOT: + +COMPASS\_PMOT Parameters +------------------------ + + +.. _COMPASS_PMOT_EN: + +COMPASS\_PMOT\_EN: per\-motor compass correction enable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This enables per\-motor compass corrections + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _COMPASS_PMOT_EXP: + +COMPASS\_PMOT\_EXP: per\-motor exponential correction +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the exponential correction for the power output of the motor for per\-motor compass correction + + ++-----------+--------+ +| Increment | Range | ++===========+========+ +| 0.01 | 0 to 2 | ++-----------+--------+ + + + + +.. _COMPASS_PMOT1_X: + +COMPASS\_PMOT1\_X: Compass per\-motor1 X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Compensation for X axis of motor1 + + +.. _COMPASS_PMOT1_Y: + +COMPASS\_PMOT1\_Y: Compass per\-motor1 Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Compensation for Y axis of motor1 + + +.. _COMPASS_PMOT1_Z: + +COMPASS\_PMOT1\_Z: Compass per\-motor1 Z +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Compensation for Z axis of motor1 + + +.. _COMPASS_PMOT2_X: + +COMPASS\_PMOT2\_X: Compass per\-motor2 X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Compensation for X axis of motor2 + + +.. _COMPASS_PMOT2_Y: + +COMPASS\_PMOT2\_Y: Compass per\-motor2 Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Compensation for Y axis of motor2 + + +.. _COMPASS_PMOT2_Z: + +COMPASS\_PMOT2\_Z: Compass per\-motor2 Z +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Compensation for Z axis of motor2 + + +.. _COMPASS_PMOT3_X: + +COMPASS\_PMOT3\_X: Compass per\-motor3 X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Compensation for X axis of motor3 + + +.. _COMPASS_PMOT3_Y: + +COMPASS\_PMOT3\_Y: Compass per\-motor3 Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Compensation for Y axis of motor3 + + +.. _COMPASS_PMOT3_Z: + +COMPASS\_PMOT3\_Z: Compass per\-motor3 Z +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Compensation for Z axis of motor3 + + +.. _COMPASS_PMOT4_X: + +COMPASS\_PMOT4\_X: Compass per\-motor4 X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Compensation for X axis of motor4 + + +.. _COMPASS_PMOT4_Y: + +COMPASS\_PMOT4\_Y: Compass per\-motor4 Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Compensation for Y axis of motor4 + + +.. _COMPASS_PMOT4_Z: + +COMPASS\_PMOT4\_Z: Compass per\-motor4 Z +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Compensation for Z axis of motor4 + + + +.. _parameters_CUST_ROT: + +CUST\_ROT Parameters +-------------------- + + +.. _CUST_ROT_ENABLE: + +CUST\_ROT\_ENABLE: Enable Custom rotations +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +This enables custom rotations + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0 | Disable | ++-------+---------+ +| 1 | Enable | ++-------+---------+ + + + + + +.. _parameters_CUST_ROT1_: + +CUST\_ROT1\_ Parameters +----------------------- + + +.. _CUST_ROT1_ROLL: + +CUST\_ROT1\_ROLL: Custom roll +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Custom euler roll\, euler 321 \(yaw\, pitch\, roll\) ordering + + ++---------+ +| Units | ++=========+ +| degrees | ++---------+ + + + + +.. _CUST_ROT1_PITCH: + +CUST\_ROT1\_PITCH: Custom pitch +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Custom euler pitch\, euler 321 \(yaw\, pitch\, roll\) ordering + + ++---------+ +| Units | ++=========+ +| degrees | ++---------+ + + + + +.. _CUST_ROT1_YAW: + +CUST\_ROT1\_YAW: Custom yaw +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Custom euler yaw\, euler 321 \(yaw\, pitch\, roll\) ordering + + ++---------+ +| Units | ++=========+ +| degrees | ++---------+ + + + + + +.. _parameters_CUST_ROT2_: + +CUST\_ROT2\_ Parameters +----------------------- + + +.. _CUST_ROT2_ROLL: + +CUST\_ROT2\_ROLL: Custom roll +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Custom euler roll\, euler 321 \(yaw\, pitch\, roll\) ordering + + ++---------+ +| Units | ++=========+ +| degrees | ++---------+ + + + + +.. _CUST_ROT2_PITCH: + +CUST\_ROT2\_PITCH: Custom pitch +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Custom euler pitch\, euler 321 \(yaw\, pitch\, roll\) ordering + + ++---------+ +| Units | ++=========+ +| degrees | ++---------+ + + + + +.. _CUST_ROT2_YAW: + +CUST\_ROT2\_YAW: Custom yaw +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Custom euler yaw\, euler 321 \(yaw\, pitch\, roll\) ordering + + ++---------+ +| Units | ++=========+ +| degrees | ++---------+ + + + + + +.. _parameters_DDS: + +DDS Parameters +-------------- + + +.. _DDS_ENABLE: + +DDS\_ENABLE: DDS enable +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Enable DDS subsystem + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _DDS_UDP_PORT: + +DDS\_UDP\_PORT: DDS UDP port +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +UDP port number for DDS + + ++------------+ +| Range | ++============+ +| 1 to 65535 | ++------------+ + + + + + +.. _parameters_DDS_IP: + +DDS\_IP Parameters +------------------ + + +.. _DDS_IP0: + +DDS\_IP0: IPv4 Address 1st byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: 192\.xxx\.xxx\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _DDS_IP1: + +DDS\_IP1: IPv4 Address 2nd byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.168\.xxx\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _DDS_IP2: + +DDS\_IP2: IPv4 Address 3rd byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.xxx\.13\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _DDS_IP3: + +DDS\_IP3: IPv4 Address 4th byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.xxx\.xxx\.14 + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + + +.. _parameters_DID_: + +DID\_ Parameters +---------------- + + +.. _DID_ENABLE: + +DID\_ENABLE: Enable ODID subsystem +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable ODID subsystem + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _DID_MAVPORT: + +DID\_MAVPORT: MAVLink serial port +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Serial port number to send OpenDroneID MAVLink messages to\. Can be \-1 if using DroneCAN\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| -1 | Disabled | ++-------+----------+ +| 0 | Serial0 | ++-------+----------+ +| 1 | Serial1 | ++-------+----------+ +| 2 | Serial2 | ++-------+----------+ +| 3 | Serial3 | ++-------+----------+ +| 4 | Serial4 | ++-------+----------+ +| 5 | Serial5 | ++-------+----------+ +| 6 | Serial6 | ++-------+----------+ + + + + +.. _DID_CANDRIVER: + +DID\_CANDRIVER: DroneCAN driver number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +DroneCAN driver index\, 0 to disable DroneCAN + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Driver1 | ++-------+----------+ +| 2 | Driver2 | ++-------+----------+ + + + + +.. _DID_OPTIONS: + +DID\_OPTIONS: OpenDroneID options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Options for OpenDroneID subsystem + + ++-----+---------------------------+ +| Bit | Meaning | ++=====+===========================+ +| 0 | EnforceArming | ++-----+---------------------------+ +| 1 | AllowNonGPSPosition | ++-----+---------------------------+ +| 2 | LockUASIDOnFirstBasicIDRx | ++-----+---------------------------+ + + + + +.. _DID_BARO_ACC: + +DID\_BARO\_ACC: Barometer vertical accuraacy +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Barometer Vertical Accuracy when installed in the vehicle\. Note this is dependent upon installation conditions and thus disabled by default + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + + +.. _parameters_DOCK: + +DOCK Parameters +--------------- + + +.. _DOCK_SPEED: + +DOCK\_SPEED: Dock mode speed +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vehicle speed limit in dock mode + + ++-----------+----------+-------------------+ +| Increment | Range | Units | ++===========+==========+===================+ +| 0.1 | 0 to 100 | meters per second | ++-----------+----------+-------------------+ + + + + +.. _DOCK_DIR: + +DOCK\_DIR: Dock mode direction of approach +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Compass direction in which vehicle should approach towards dock\. \-1 value represents unset parameter + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 360 | degrees | ++-----------+----------+---------+ + + + + +.. _DOCK_HDG_CORR_EN: + +DOCK\_HDG\_CORR\_EN: Dock mode heading correction enable\/disable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +When enabled\, the autopilot modifies the path to approach the target head\-on along desired line of approch in dock mode + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _DOCK_HDG_CORR_WT: + +DOCK\_HDG\_CORR\_WT: Dock mode heading correction weight +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This value describes how aggressively vehicle tries to correct its heading to be on desired line of approach + + ++-----------+--------------+ +| Increment | Range | ++===========+==============+ +| 0.05 | 0.00 to 0.90 | ++-----------+--------------+ + + + + +.. _DOCK_STOP_DIST: + +DOCK\_STOP\_DIST: Distance from docking target when we should stop +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The vehicle starts stopping when it is this distance away from docking target + + ++-----------+--------+--------+ +| Increment | Range | Units | ++===========+========+========+ +| 0.01 | 0 to 2 | meters | ++-----------+--------+--------+ + + + + + +.. _parameters_EAHRS: + +EAHRS Parameters +---------------- + + +.. _EAHRS_TYPE: + +EAHRS\_TYPE: AHRS type +~~~~~~~~~~~~~~~~~~~~~~ + + +Type of AHRS device + + ++-------+--------------+ +| Value | Meaning | ++=======+==============+ +| 0 | None | ++-------+--------------+ +| 1 | VectorNav | ++-------+--------------+ +| 2 | MicroStrain5 | ++-------+--------------+ +| 5 | InertialLabs | ++-------+--------------+ +| 7 | MicroStrain7 | ++-------+--------------+ + + + + +.. _EAHRS_RATE: + +EAHRS\_RATE: AHRS data rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Requested rate for AHRS device + + ++-------+ +| Units | ++=======+ +| hertz | ++-------+ + + + + +.. _EAHRS_OPTIONS: + +EAHRS\_OPTIONS: External AHRS options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +External AHRS options bitmask + + ++-----+-------------------------------------------------------------+ +| Bit | Meaning | ++=====+=============================================================+ +| 0 | Vector Nav use uncompensated values for accel gyro and mag. | ++-----+-------------------------------------------------------------+ + + + + +.. _EAHRS_SENSORS: + +EAHRS\_SENSORS: External AHRS sensors +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +External AHRS sensors bitmask + + ++-----+---------+ +| Bit | Meaning | ++=====+=========+ +| 0 | GPS | ++-----+---------+ +| 1 | IMU | ++-----+---------+ +| 2 | Baro | ++-----+---------+ +| 3 | Compass | ++-----+---------+ + + + + + +.. _parameters_EFI: + +EFI Parameters +-------------- + + +.. _EFI_TYPE: + +EFI\_TYPE: EFI communication type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +What method of communication is used for EFI \#1 + + ++-------+---------------+ +| Value | Meaning | ++=======+===============+ +| 0 | None | ++-------+---------------+ +| 1 | Serial-MS | ++-------+---------------+ +| 2 | NWPMU | ++-------+---------------+ +| 3 | Serial-Lutan | ++-------+---------------+ +| 5 | DroneCAN | ++-------+---------------+ +| 6 | Currawong-ECU | ++-------+---------------+ +| 7 | Scripting | ++-------+---------------+ +| 8 | Hirth | ++-------+---------------+ +| 9 | MAV | ++-------+---------------+ + + + + +.. _EFI_COEF1: + +EFI\_COEF1: EFI Calibration Coefficient 1 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Used to calibrate fuel flow for MS protocol \(Slope\)\. This should be calculated from a log at constant fuel usage rate\. Plot \(ECYL\[0\]\.InjT\*EFI\.Rpm\)\/600\.0 to get the duty\_cycle\. Measure actual fuel usage in cm\^3\/min\, and set EFI\_COEF1 \= fuel\_usage\_cm3permin \/ duty\_cycle + + ++--------+ +| Range | ++========+ +| 0 to 1 | ++--------+ + + + + +.. _EFI_COEF2: + +EFI\_COEF2: EFI Calibration Coefficient 2 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Used to calibrate fuel flow for MS protocol \(Offset\)\. This can be used to correct for a non\-zero offset in the fuel consumption calculation of EFI\_COEF1 + + ++---------+ +| Range | ++=========+ +| 0 to 10 | ++---------+ + + + + +.. _EFI_FUEL_DENS: + +EFI\_FUEL\_DENS: ECU Fuel Density +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Used to calculate fuel consumption + + ++------------+---------------------------+ +| Range | Units | ++============+===========================+ +| 0 to 10000 | kilograms per cubic meter | ++------------+---------------------------+ + + + + + +.. _parameters_EFI_THRLIN: + +EFI\_THRLIN Parameters +---------------------- + + +.. _EFI_THRLIN_EN: + +EFI\_THRLIN\_EN: Enable throttle linearisation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Enable EFI throttle linearisation + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _EFI_THRLIN_COEF1: + +EFI\_THRLIN\_COEF1: Throttle linearisation \- First Order +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +First Order Polynomial Coefficient\. \(\=1\, if throttle is first order polynomial trendline\) + + ++---------+ +| Range | ++=========+ +| -1 to 1 | ++---------+ + + + + +.. _EFI_THRLIN_COEF2: + +EFI\_THRLIN\_COEF2: Throttle linearisation \- Second Order +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Second Order Polynomial Coefficient \(\=0\, if throttle is second order polynomial trendline\) + + ++---------+ +| Range | ++=========+ +| -1 to 1 | ++---------+ + + + + +.. _EFI_THRLIN_COEF3: + +EFI\_THRLIN\_COEF3: Throttle linearisation \- Third Order +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Third Order Polynomial Coefficient\. \(\=0\, if throttle is third order polynomial trendline\) + + ++---------+ +| Range | ++=========+ +| -1 to 1 | ++---------+ + + + + +.. _EFI_THRLIN_OFS: + +EFI\_THRLIN\_OFS: throttle linearization offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Offset for throttle linearization + + ++----------+ +| Range | ++==========+ +| 0 to 100 | ++----------+ + + + + + +.. _parameters_EK2_: + +EK2\_ Parameters +---------------- + + +.. _EK2_ENABLE: + +EK2\_ENABLE: Enable EKF2 +~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +This enables EKF2\. Enabling EKF2 only makes the maths run\, it does not mean it will be used for flight control\. To use it for flight control set AHRS\_EKF\_TYPE\=2\. A reboot or restart will need to be performed after changing the value of EK2\_ENABLE for it to take effect\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _EK2_GPS_TYPE: + +EK2\_GPS\_TYPE: GPS mode control +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls use of GPS measurements \: 0 \= use 3D velocity \& 2D position\, 1 \= use 2D velocity and 2D position\, 2 \= use 2D position\, 3 \= Inhibit GPS use \- this can be useful when flying with an optical flow sensor in an environment where GPS quality is poor and subject to large multipath errors\. + + ++-------+-----------------------+ +| Value | Meaning | ++=======+=======================+ +| 0 | GPS 3D Vel and 2D Pos | ++-------+-----------------------+ +| 1 | GPS 2D vel and 2D pos | ++-------+-----------------------+ +| 2 | GPS 2D pos | ++-------+-----------------------+ +| 3 | No GPS | ++-------+-----------------------+ + + + + +.. _EK2_VELNE_M_NSE: + +EK2\_VELNE\_M\_NSE: GPS horizontal velocity measurement noise \(m\/s\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets a lower limit on the speed accuracy reported by the GPS receiver that is used to set horizontal velocity observation noise\. If the model of receiver used does not provide a speed accurcy estimate\, then the parameter value will be used\. Increasing it reduces the weighting of the GPS horizontal velocity measurements\. + + ++-----------+-------------+-------------------+ +| Increment | Range | Units | ++===========+=============+===================+ +| 0.05 | 0.05 to 5.0 | meters per second | ++-----------+-------------+-------------------+ + + + + +.. _EK2_VELD_M_NSE: + +EK2\_VELD\_M\_NSE: GPS vertical velocity measurement noise \(m\/s\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets a lower limit on the speed accuracy reported by the GPS receiver that is used to set vertical velocity observation noise\. If the model of receiver used does not provide a speed accurcy estimate\, then the parameter value will be used\. Increasing it reduces the weighting of the GPS vertical velocity measurements\. + + ++-----------+-------------+-------------------+ +| Increment | Range | Units | ++===========+=============+===================+ +| 0.05 | 0.05 to 5.0 | meters per second | ++-----------+-------------+-------------------+ + + + + +.. _EK2_VEL_I_GATE: + +EK2\_VEL\_I\_GATE: GPS velocity innovation gate size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the GPS velocity measurement innovation consistency check\. Decreasing it makes it more likely that good measurements will be rejected\. Increasing it makes it more likely that bad measurements will be accepted\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 25 | 100 to 1000 | ++-----------+-------------+ + + + + +.. _EK2_POSNE_M_NSE: + +EK2\_POSNE\_M\_NSE: GPS horizontal position measurement noise \(m\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the GPS horizontal position observation noise\. Increasing it reduces the weighting of GPS horizontal position measurements\. + + ++-----------+-------------+--------+ +| Increment | Range | Units | ++===========+=============+========+ +| 0.1 | 0.1 to 10.0 | meters | ++-----------+-------------+--------+ + + + + +.. _EK2_POS_I_GATE: + +EK2\_POS\_I\_GATE: GPS position measurement gate size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the GPS position measurement innovation consistency check\. Decreasing it makes it more likely that good measurements will be rejected\. Increasing it makes it more likely that bad measurements will be accepted\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 25 | 100 to 1000 | ++-----------+-------------+ + + + + +.. _EK2_GLITCH_RAD: + +EK2\_GLITCH\_RAD: GPS glitch radius gate size \(m\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls the maximum radial uncertainty in position between the value predicted by the filter and the value measured by the GPS before the filter position and velocity states are reset to the GPS\. Making this value larger allows the filter to ignore larger GPS glitches but also means that non\-GPS errors such as IMU and compass can create a larger error in position before the filter is forced back to the GPS position\. + + ++-----------+-----------+--------+ +| Increment | Range | Units | ++===========+===========+========+ +| 5 | 10 to 100 | meters | ++-----------+-----------+--------+ + + + + +.. _EK2_ALT_SOURCE: + +EK2\_ALT\_SOURCE: Primary altitude sensor source +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Primary height sensor used by the EKF\. If a sensor other than Baro is selected and becomes unavailable\, then the Baro sensor will be used as a fallback\. NOTE\: The EK2\_RNG\_USE\_HGT parameter can be used to switch to range\-finder when close to the ground in conjunction with EK2\_ALT\_SOURCE \= 0 or 2 \(Baro or GPS\)\. + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | Use Baro | ++-------+------------------+ +| 1 | Use Range Finder | ++-------+------------------+ +| 2 | Use GPS | ++-------+------------------+ +| 3 | Use Range Beacon | ++-------+------------------+ + + + + +.. _EK2_ALT_M_NSE: + +EK2\_ALT\_M\_NSE: Altitude measurement noise \(m\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the RMS value of noise in the altitude measurement\. Increasing it reduces the weighting of the baro measurement and will make the filter respond more slowly to baro measurement errors\, but will make it more sensitive to GPS and accelerometer errors\. + + ++-----------+-------------+--------+ +| Increment | Range | Units | ++===========+=============+========+ +| 0.1 | 0.1 to 10.0 | meters | ++-----------+-------------+--------+ + + + + +.. _EK2_HGT_I_GATE: + +EK2\_HGT\_I\_GATE: Height measurement gate size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the height measurement innovation consistency check\. Decreasing it makes it more likely that good measurements will be rejected\. Increasing it makes it more likely that bad measurements will be accepted\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 25 | 100 to 1000 | ++-----------+-------------+ + + + + +.. _EK2_HGT_DELAY: + +EK2\_HGT\_DELAY: Height measurement delay \(msec\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +This is the number of msec that the Height measurements lag behind the inertial measurements\. + + ++-----------+----------+--------------+ +| Increment | Range | Units | ++===========+==========+==============+ +| 10 | 0 to 250 | milliseconds | ++-----------+----------+--------------+ + + + + +.. _EK2_MAG_M_NSE: + +EK2\_MAG\_M\_NSE: Magnetometer measurement noise \(Gauss\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the RMS value of noise in magnetometer measurements\. Increasing it reduces the weighting on these measurements\. + + ++-----------+-------------+-------+ +| Increment | Range | Units | ++===========+=============+=======+ +| 0.01 | 0.01 to 0.5 | gauss | ++-----------+-------------+-------+ + + + + +.. _EK2_MAG_CAL: + +EK2\_MAG\_CAL: Magnetometer default fusion mode +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This determines when the filter will use the 3\-axis magnetometer fusion model that estimates both earth and body fixed magnetic field states\, when it will use a simpler magnetic heading fusion model that does not use magnetic field states and when it will use an alternative method of yaw determination to the magnetometer\. The 3\-axis magnetometer fusion is only suitable for use when the external magnetic field environment is stable\. EK2\_MAG\_CAL \= 0 uses heading fusion on ground\, 3\-axis fusion in\-flight\, and is the default setting for Plane users\. EK2\_MAG\_CAL \= 1 uses 3\-axis fusion only when manoeuvring\. EK2\_MAG\_CAL \= 2 uses heading fusion at all times\, is recommended if the external magnetic field is varying and is the default for rovers\. EK2\_MAG\_CAL \= 3 uses heading fusion on the ground and 3\-axis fusion after the first in\-air field and yaw reset has completed\, and is the default for copters\. EK2\_MAG\_CAL \= 4 uses 3\-axis fusion at all times\. NOTE\: The fusion mode can be forced to 2 for specific EKF cores using the EK2\_MAG\_MASK parameter\. NOTE\: limited operation without a magnetometer or any other yaw sensor is possible by setting all COMPASS\_USE\, COMPASS\_USE2\, COMPASS\_USE3\, etc parameters to 0 with COMPASS\_ENABLE set to 1\. If this is done\, the EK2\_GSF\_RUN and EK2\_GSF\_USE masks must be set to the same as EK2\_IMU\_MASK\. + + ++-------+-----------------------------+ +| Value | Meaning | ++=======+=============================+ +| 0 | When flying | ++-------+-----------------------------+ +| 1 | When manoeuvring | ++-------+-----------------------------+ +| 2 | Never | ++-------+-----------------------------+ +| 3 | After first climb yaw reset | ++-------+-----------------------------+ +| 4 | Always | ++-------+-----------------------------+ + + + + +.. _EK2_MAG_I_GATE: + +EK2\_MAG\_I\_GATE: Magnetometer measurement gate size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the magnetometer measurement innovation consistency check\. Decreasing it makes it more likely that good measurements will be rejected\. Increasing it makes it more likely that bad measurements will be accepted\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 25 | 100 to 1000 | ++-----------+-------------+ + + + + +.. _EK2_EAS_M_NSE: + +EK2\_EAS\_M\_NSE: Equivalent airspeed measurement noise \(m\/s\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the RMS value of noise in equivalent airspeed measurements used by planes\. Increasing it reduces the weighting of airspeed measurements and will make wind speed estimates less noisy and slower to converge\. Increasing also increases navigation errors when dead\-reckoning without GPS measurements\. + + ++-----------+------------+-------------------+ +| Increment | Range | Units | ++===========+============+===================+ +| 0.1 | 0.5 to 5.0 | meters per second | ++-----------+------------+-------------------+ + + + + +.. _EK2_EAS_I_GATE: + +EK2\_EAS\_I\_GATE: Airspeed measurement gate size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the airspeed measurement innovation consistency check\. Decreasing it makes it more likely that good measurements will be rejected\. Increasing it makes it more likely that bad measurements will be accepted\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 25 | 100 to 1000 | ++-----------+-------------+ + + + + +.. _EK2_RNG_M_NSE: + +EK2\_RNG\_M\_NSE: Range finder measurement noise \(m\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the RMS value of noise in the range finder measurement\. Increasing it reduces the weighting on this measurement\. + + ++-----------+-------------+--------+ +| Increment | Range | Units | ++===========+=============+========+ +| 0.1 | 0.1 to 10.0 | meters | ++-----------+-------------+--------+ + + + + +.. _EK2_RNG_I_GATE: + +EK2\_RNG\_I\_GATE: Range finder measurement gate size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the range finder innovation consistency check\. Decreasing it makes it more likely that good measurements will be rejected\. Increasing it makes it more likely that bad measurements will be accepted\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 25 | 100 to 1000 | ++-----------+-------------+ + + + + +.. _EK2_MAX_FLOW: + +EK2\_MAX\_FLOW: Maximum valid optical flow rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the magnitude maximum optical flow rate in rad\/sec that will be accepted by the filter + + ++-----------+------------+--------------------+ +| Increment | Range | Units | ++===========+============+====================+ +| 0.1 | 1.0 to 4.0 | radians per second | ++-----------+------------+--------------------+ + + + + +.. _EK2_FLOW_M_NSE: + +EK2\_FLOW\_M\_NSE: Optical flow measurement noise \(rad\/s\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the RMS value of noise and errors in optical flow measurements\. Increasing it reduces the weighting on these measurements\. + + ++-----------+-------------+--------------------+ +| Increment | Range | Units | ++===========+=============+====================+ +| 0.05 | 0.05 to 1.0 | radians per second | ++-----------+-------------+--------------------+ + + + + +.. _EK2_FLOW_I_GATE: + +EK2\_FLOW\_I\_GATE: Optical Flow measurement gate size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the optical flow innovation consistency check\. Decreasing it makes it more likely that good measurements will be rejected\. Increasing it makes it more likely that bad measurements will be accepted\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 25 | 100 to 1000 | ++-----------+-------------+ + + + + +.. _EK2_FLOW_DELAY: + +EK2\_FLOW\_DELAY: Optical Flow measurement delay \(msec\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +This is the number of msec that the optical flow measurements lag behind the inertial measurements\. It is the time from the end of the optical flow averaging period and does not include the time delay due to the 100msec of averaging within the flow sensor\. + + ++-----------+----------+--------------+ +| Increment | Range | Units | ++===========+==========+==============+ +| 10 | 0 to 127 | milliseconds | ++-----------+----------+--------------+ + + + + +.. _EK2_GYRO_P_NSE: + +EK2\_GYRO\_P\_NSE: Rate gyro noise \(rad\/s\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This control disturbance noise controls the growth of estimated error due to gyro measurement errors excluding bias\. Increasing it makes the flter trust the gyro measurements less and other measurements more\. + + ++-----------+---------------+--------------------+ +| Increment | Range | Units | ++===========+===============+====================+ +| 0.0001 | 0.0001 to 0.1 | radians per second | ++-----------+---------------+--------------------+ + + + + +.. _EK2_ACC_P_NSE: + +EK2\_ACC\_P\_NSE: Accelerometer noise \(m\/s\^2\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This control disturbance noise controls the growth of estimated error due to accelerometer measurement errors excluding bias\. Increasing it makes the flter trust the accelerometer measurements less and other measurements more\. + + ++-----------+-------------+--------------------------+ +| Increment | Range | Units | ++===========+=============+==========================+ +| 0.01 | 0.01 to 1.0 | meters per square second | ++-----------+-------------+--------------------------+ + + + + +.. _EK2_GBIAS_P_NSE: + +EK2\_GBIAS\_P\_NSE: Rate gyro bias stability \(rad\/s\/s\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This state process noise controls growth of the gyro delta angle bias state error estimate\. Increasing it makes rate gyro bias estimation faster and noisier\. + + ++------------------+---------------------------+ +| Range | Units | ++==================+===========================+ +| 0.00001 to 0.001 | radians per square second | ++------------------+---------------------------+ + + + + +.. _EK2_GSCL_P_NSE: + +EK2\_GSCL\_P\_NSE: Rate gyro scale factor stability \(1\/s\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This noise controls the rate of gyro scale factor learning\. Increasing it makes rate gyro scale factor estimation faster and noisier\. + + ++-------------------+-------+ +| Range | Units | ++===================+=======+ +| 0.000001 to 0.001 | hertz | ++-------------------+-------+ + + + + +.. _EK2_ABIAS_P_NSE: + +EK2\_ABIAS\_P\_NSE: Accelerometer bias stability \(m\/s\^3\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This noise controls the growth of the vertical accelerometer delta velocity bias state error estimate\. Increasing it makes accelerometer bias estimation faster and noisier\. + + ++------------------+-------------------------+ +| Range | Units | ++==================+=========================+ +| 0.00001 to 0.005 | meters per cubic second | ++------------------+-------------------------+ + + + + +.. _EK2_WIND_P_NSE: + +EK2\_WIND\_P\_NSE: Wind velocity process noise \(m\/s\^2\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This state process noise controls the growth of wind state error estimates\. Increasing it makes wind estimation faster and noisier\. + + ++-----------+-------------+--------------------------+ +| Increment | Range | Units | ++===========+=============+==========================+ +| 0.1 | 0.01 to 1.0 | meters per square second | ++-----------+-------------+--------------------------+ + + + + +.. _EK2_WIND_PSCALE: + +EK2\_WIND\_PSCALE: Height rate to wind process noise scaler +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls how much the process noise on the wind states is increased when gaining or losing altitude to take into account changes in wind speed and direction with altitude\. Increasing this parameter increases how rapidly the wind states adapt when changing altitude\, but does make wind velocity estimation noiser\. + + ++-----------+------------+ +| Increment | Range | ++===========+============+ +| 0.1 | 0.0 to 1.0 | ++-----------+------------+ + + + + +.. _EK2_GPS_CHECK: + +EK2\_GPS\_CHECK: GPS preflight check +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is a 1 byte bitmap controlling which GPS preflight checks are performed\. Set to 0 to bypass all checks\. Set to 255 perform all checks\. Set to 3 to check just the number of satellites and HDoP\. Set to 31 for the most rigorous checks that will still allow checks to pass when the copter is moving\, eg launch from a boat\. + + ++-----+----------------+ +| Bit | Meaning | ++=====+================+ +| 0 | NSats | ++-----+----------------+ +| 1 | HDoP | ++-----+----------------+ +| 2 | speed error | ++-----+----------------+ +| 3 | position error | ++-----+----------------+ +| 4 | yaw error | ++-----+----------------+ +| 5 | pos drift | ++-----+----------------+ +| 6 | vert speed | ++-----+----------------+ +| 7 | horiz speed | ++-----+----------------+ + + + + +.. _EK2_IMU_MASK: + +EK2\_IMU\_MASK: Bitmask of active IMUs +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +1 byte bitmap of IMUs to use in EKF2\. A separate instance of EKF2 will be started for each IMU selected\. Set to 1 to use the first IMU only \(default\)\, set to 2 to use the second IMU only\, set to 3 to use the first and second IMU\. Additional IMU\'s can be used up to a maximum of 6 if memory and processing resources permit\. There may be insufficient memory and processing resources to run multiple instances\. If this occurs EKF2 will fail to start\. + + ++-----+-----------+ +| Bit | Meaning | ++=====+===========+ +| 0 | FirstIMU | ++-----+-----------+ +| 1 | SecondIMU | ++-----+-----------+ +| 2 | ThirdIMU | ++-----+-----------+ +| 3 | FourthIMU | ++-----+-----------+ +| 4 | FifthIMU | ++-----+-----------+ +| 5 | SixthIMU | ++-----+-----------+ + + + + +.. _EK2_CHECK_SCALE: + +EK2\_CHECK\_SCALE: GPS accuracy check scaler \(\%\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This scales the thresholds that are used to check GPS accuracy before it is used by the EKF\. A value of 100 is the default\. Values greater than 100 increase and values less than 100 reduce the maximum GPS error the EKF will accept\. A value of 200 will double the allowable GPS error\. + + ++-----------+---------+ +| Range | Units | ++===========+=========+ +| 50 to 200 | percent | ++-----------+---------+ + + + + +.. _EK2_NOAID_M_NSE: + +EK2\_NOAID\_M\_NSE: Non\-GPS operation position uncertainty \(m\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the amount of position variation that the EKF allows for when operating without external measurements \(eg GPS or optical flow\)\. Increasing this parameter makes the EKF attitude estimate less sensitive to vehicle manoeuvres but more sensitive to IMU errors\. + + ++-------------+--------+ +| Range | Units | ++=============+========+ +| 0.5 to 50.0 | meters | ++-------------+--------+ + + + + +.. _EK2_YAW_M_NSE: + +EK2\_YAW\_M\_NSE: Yaw measurement noise \(rad\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the RMS value of noise in yaw measurements from the magnetometer\. Increasing it reduces the weighting on these measurements\. + + ++-----------+-------------+---------+ +| Increment | Range | Units | ++===========+=============+=========+ +| 0.05 | 0.05 to 1.0 | radians | ++-----------+-------------+---------+ + + + + +.. _EK2_YAW_I_GATE: + +EK2\_YAW\_I\_GATE: Yaw measurement gate size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the magnetometer yaw measurement innovation consistency check\. Decreasing it makes it more likely that good measurements will be rejected\. Increasing it makes it more likely that bad measurements will be accepted\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 25 | 100 to 1000 | ++-----------+-------------+ + + + + +.. _EK2_TAU_OUTPUT: + +EK2\_TAU\_OUTPUT: Output complementary filter time constant \(centi\-sec\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the time constant of the output complementary filter\/predictor in centi\-seconds\. + + ++-----------+----------+--------------+ +| Increment | Range | Units | ++===========+==========+==============+ +| 5 | 10 to 50 | centiseconds | ++-----------+----------+--------------+ + + + + +.. _EK2_MAGE_P_NSE: + +EK2\_MAGE\_P\_NSE: Earth magnetic field process noise \(gauss\/s\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This state process noise controls the growth of earth magnetic field state error estimates\. Increasing it makes earth magnetic field estimation faster and noisier\. + + ++-----------------+------------------+ +| Range | Units | ++=================+==================+ +| 0.00001 to 0.01 | gauss per second | ++-----------------+------------------+ + + + + +.. _EK2_MAGB_P_NSE: + +EK2\_MAGB\_P\_NSE: Body magnetic field process noise \(gauss\/s\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This state process noise controls the growth of body magnetic field state error estimates\. Increasing it makes magnetometer bias error estimation faster and noisier\. + + ++-----------------+------------------+ +| Range | Units | ++=================+==================+ +| 0.00001 to 0.01 | gauss per second | ++-----------------+------------------+ + + + + +.. _EK2_RNG_USE_HGT: + +EK2\_RNG\_USE\_HGT: Range finder switch height percentage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Range finder can be used as the primary height source when below this percentage of its maximum range \(see RNGFND\_MAX\_CM\)\. This will not work unless Baro or GPS height is selected as the primary height source vis EK2\_ALT\_SOURCE \= 0 or 2 respectively\. This feature should not be used for terrain following as it is designed for vertical takeoff and landing with climb above the range finder use height before commencing the mission\, and with horizontal position changes below that height being limited to a flat region around the takeoff and landing point\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | -1 to 70 | percent | ++-----------+----------+---------+ + + + + +.. _EK2_TERR_GRAD: + +EK2\_TERR\_GRAD: Maximum terrain gradient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Specifies the maximum gradient of the terrain below the vehicle assumed when it is fusing range finder or optical flow to estimate terrain height\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 0.01 | 0 to 0.2 | ++-----------+----------+ + + + + +.. _EK2_BCN_M_NSE: + +EK2\_BCN\_M\_NSE: Range beacon measurement noise \(m\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the RMS value of noise in the range beacon measurement\. Increasing it reduces the weighting on this measurement\. + + ++-----------+-------------+--------+ +| Increment | Range | Units | ++===========+=============+========+ +| 0.1 | 0.1 to 10.0 | meters | ++-----------+-------------+--------+ + + + + +.. _EK2_BCN_I_GTE: + +EK2\_BCN\_I\_GTE: Range beacon measurement gate size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the range beacon measurement innovation consistency check\. Decreasing it makes it more likely that good measurements will be rejected\. Increasing it makes it more likely that bad measurements will be accepted\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 25 | 100 to 1000 | ++-----------+-------------+ + + + + +.. _EK2_BCN_DELAY: + +EK2\_BCN\_DELAY: Range beacon measurement delay \(msec\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +This is the number of msec that the range beacon measurements lag behind the inertial measurements\. It is the time from the end of the optical flow averaging period and does not include the time delay due to the 100msec of averaging within the flow sensor\. + + ++-----------+----------+--------------+ +| Increment | Range | Units | ++===========+==========+==============+ +| 10 | 0 to 127 | milliseconds | ++-----------+----------+--------------+ + + + + +.. _EK2_RNG_USE_SPD: + +EK2\_RNG\_USE\_SPD: Range finder max ground speed +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The range finder will not be used as the primary height source when the horizontal ground speed is greater than this value\. + + ++-----------+------------+-------------------+ +| Increment | Range | Units | ++===========+============+===================+ +| 0.5 | 2.0 to 6.0 | meters per second | ++-----------+------------+-------------------+ + + + + +.. _EK2_MAG_MASK: + +EK2\_MAG\_MASK: Bitmask of active EKF cores that will always use heading fusion +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +1 byte bitmap of EKF cores that will disable magnetic field states and use simple magnetic heading fusion at all times\. This parameter enables specified cores to be used as a backup for flight into an environment with high levels of external magnetic interference which may degrade the EKF attitude estimate when using 3\-axis magnetometer fusion\. NOTE \: Use of a different magnetometer fusion algorithm on different cores makes unwanted EKF core switches due to magnetometer errors more likely\. + + ++-----+-----------+ +| Bit | Meaning | ++=====+===========+ +| 0 | FirstEKF | ++-----+-----------+ +| 1 | SecondEKF | ++-----+-----------+ +| 2 | ThirdEKF | ++-----+-----------+ +| 3 | FourthEKF | ++-----+-----------+ +| 4 | FifthEKF | ++-----+-----------+ +| 5 | SixthEKF | ++-----+-----------+ + + + + +.. _EK2_OGN_HGT_MASK: + +EK2\_OGN\_HGT\_MASK: Bitmask control of EKF reference height correction +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +When a height sensor other than GPS is used as the primary height source by the EKF\, the position of the zero height datum is defined by that sensor and its frame of reference\. If a GPS height measurement is also available\, then the height of the WGS\-84 height datum used by the EKF can be corrected so that the height returned by the getLLH\(\) function is compensated for primary height sensor drift and change in datum over time\. The first two bit positions control when the height datum will be corrected\. Correction is performed using a Bayes filter and only operates when GPS quality permits\. The third bit position controls where the corrections to the GPS reference datum are applied\. Corrections can be applied to the local vertical position or to the reported EKF origin height \(default\)\. + + ++-----+----------------------------------------+ +| Bit | Meaning | ++=====+========================================+ +| 0 | Correct when using Baro height | ++-----+----------------------------------------+ +| 1 | Correct when using range finder height | ++-----+----------------------------------------+ +| 2 | Apply corrections to local position | ++-----+----------------------------------------+ + + + + +.. _EK2_FLOW_USE: + +EK2\_FLOW\_USE: Optical flow use bitmask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Controls if the optical flow data is fused into the 24\-state navigation estimator OR the 1\-state terrain height estimator\. + + ++-------+------------+ +| Value | Meaning | ++=======+============+ +| 0 | None | ++-------+------------+ +| 1 | Navigation | ++-------+------------+ +| 2 | Terrain | ++-------+------------+ + + + + +.. _EK2_MAG_EF_LIM: + +EK2\_MAG\_EF\_LIM: EarthField error limit +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This limits the difference between the learned earth magnetic field and the earth field from the world magnetic model tables\. A value of zero means to disable the use of the WMM tables\. + + ++----------+------------+ +| Range | Units | ++==========+============+ +| 0 to 500 | milligauss | ++----------+------------+ + + + + +.. _EK2_HRT_FILT: + +EK2\_HRT\_FILT: Height rate filter crossover frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Specifies the crossover frequency of the complementary filter used to calculate the output predictor height rate derivative\. + + ++-------------+-------+ +| Range | Units | ++=============+=======+ +| 0.1 to 30.0 | hertz | ++-------------+-------+ + + + + +.. _EK2_GSF_RUN_MASK: + +EK2\_GSF\_RUN\_MASK: Bitmask of which EKF\-GSF yaw estimators run +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +A bitmask of which EKF2 instances run an independant EKF\-GSF yaw estimator to provide a backup yaw estimate that doesn\'t rely on magnetometer data\. This estimator uses IMU\, GPS and\, if available\, airspeed data\. EKF\-GSF yaw estimator data for the primary EKF2 instance will be logged as GSF0 and GSF1 messages\. Use of the yaw estimate generated by this algorithm is controlled by the EK2\_GSF\_USE\_MASK and EK2\_GSF\_RST\_MAX parameters\. To run the EKF\-GSF yaw estimator in ride\-along and logging only\, set EK2\_GSF\_USE\_MASK to 0\. + + ++-----+-----------+ +| Bit | Meaning | ++=====+===========+ +| 0 | FirstEKF | ++-----+-----------+ +| 1 | SecondEKF | ++-----+-----------+ +| 2 | ThirdEKF | ++-----+-----------+ +| 3 | FourthEKF | ++-----+-----------+ +| 4 | FifthEKF | ++-----+-----------+ +| 5 | SixthEKF | ++-----+-----------+ + + + + +.. _EK2_GSF_USE_MASK: + +EK2\_GSF\_USE\_MASK: Bitmask of which EKF\-GSF yaw estimators are used +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +1 byte bitmap of which EKF2 instances will use the output from the EKF\-GSF yaw estimator that has been turned on by the EK2\_GSF\_RUN\_MASK parameter\. If the inertial navigation calculation stops following the GPS\, then the vehicle code can request EKF2 to attempt to resolve the issue\, either by performing a yaw reset if enabled by this parameter by switching to another EKF2 instance\. + + ++-----+-----------+ +| Bit | Meaning | ++=====+===========+ +| 0 | FirstEKF | ++-----+-----------+ +| 1 | SecondEKF | ++-----+-----------+ +| 2 | ThirdEKF | ++-----+-----------+ +| 3 | FourthEKF | ++-----+-----------+ +| 4 | FifthEKF | ++-----+-----------+ +| 5 | SixthEKF | ++-----+-----------+ + + + + +.. _EK2_GSF_RST_MAX: + +EK2\_GSF\_RST\_MAX: Maximum number of resets to the EKF\-GSF yaw estimate allowed +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Sets the maximum number of times the EKF2 will be allowed to reset its yaw to the estimate from the EKF\-GSF yaw estimator\. No resets will be allowed unless the use of the EKF\-GSF yaw estimate is enabled via the EK2\_GSF\_USE\_MASK parameter\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 1 to 10 | ++-----------+---------+ + + + + + +.. _parameters_EK3_: + +EK3\_ Parameters +---------------- + + +.. _EK3_ENABLE: + +EK3\_ENABLE: Enable EKF3 +~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +This enables EKF3\. Enabling EKF3 only makes the maths run\, it does not mean it will be used for flight control\. To use it for flight control set AHRS\_EKF\_TYPE\=3\. A reboot or restart will need to be performed after changing the value of EK3\_ENABLE for it to take effect\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _EK3_VELNE_M_NSE: + +EK3\_VELNE\_M\_NSE: GPS horizontal velocity measurement noise \(m\/s\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets a lower limit on the speed accuracy reported by the GPS receiver that is used to set horizontal velocity observation noise\. If the model of receiver used does not provide a speed accurcy estimate\, then the parameter value will be used\. Increasing it reduces the weighting of the GPS horizontal velocity measurements\. + + ++-----------+-------------+-------------------+ +| Increment | Range | Units | ++===========+=============+===================+ +| 0.05 | 0.05 to 5.0 | meters per second | ++-----------+-------------+-------------------+ + + + + +.. _EK3_VELD_M_NSE: + +EK3\_VELD\_M\_NSE: GPS vertical velocity measurement noise \(m\/s\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets a lower limit on the speed accuracy reported by the GPS receiver that is used to set vertical velocity observation noise\. If the model of receiver used does not provide a speed accurcy estimate\, then the parameter value will be used\. Increasing it reduces the weighting of the GPS vertical velocity measurements\. + + ++-----------+-------------+-------------------+ +| Increment | Range | Units | ++===========+=============+===================+ +| 0.05 | 0.05 to 5.0 | meters per second | ++-----------+-------------+-------------------+ + + + + +.. _EK3_VEL_I_GATE: + +EK3\_VEL\_I\_GATE: GPS velocity innovation gate size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the GPS velocity measurement innovation consistency check\. Decreasing it makes it more likely that good measurements will be rejected\. Increasing it makes it more likely that bad measurements will be accepted\. If EK3\_GLITCH\_RAD set to 0 the velocity innovations will be clipped instead of rejected if they exceed the gate size and a smaller value of EK3\_VEL\_I\_GATE not exceeding 300 is recommended to limit the effect of GPS transient errors\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 25 | 100 to 1000 | ++-----------+-------------+ + + + + +.. _EK3_POSNE_M_NSE: + +EK3\_POSNE\_M\_NSE: GPS horizontal position measurement noise \(m\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the GPS horizontal position observation noise\. Increasing it reduces the weighting of GPS horizontal position measurements\. + + ++-----------+-------------+--------+ +| Increment | Range | Units | ++===========+=============+========+ +| 0.1 | 0.1 to 10.0 | meters | ++-----------+-------------+--------+ + + + + +.. _EK3_POS_I_GATE: + +EK3\_POS\_I\_GATE: GPS position measurement gate size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the GPS position measurement innovation consistency check\. Decreasing it makes it more likely that good measurements will be rejected\. Increasing it makes it more likely that bad measurements will be accepted\. If EK3\_GLITCH\_RAD has been set to 0 the horizontal position innovations will be clipped instead of rejected if they exceed the gate size so a smaller value of EK3\_POS\_I\_GATE not exceeding 300 is recommended to limit the effect of GPS transient errors\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 25 | 100 to 1000 | ++-----------+-------------+ + + + + +.. _EK3_GLITCH_RAD: + +EK3\_GLITCH\_RAD: GPS glitch radius gate size \(m\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls the maximum radial uncertainty in position between the value predicted by the filter and the value measured by the GPS before the filter position and velocity states are reset to the GPS\. Making this value larger allows the filter to ignore larger GPS glitches but also means that non\-GPS errors such as IMU and compass can create a larger error in position before the filter is forced back to the GPS position\. If EK3\_GLITCH\_RAD set to 0 the GPS innovations will be clipped instead of rejected if they exceed the gate size set by EK3\_VEL\_I\_GATE and EK3\_POS\_I\_GATE which can be useful if poor quality sensor data is causing GPS rejection and loss of navigation but does make the EKF more susceptible to GPS glitches\. If setting EK3\_GLITCH\_RAD to 0 it is recommended to reduce EK3\_VEL\_I\_GATE and EK3\_POS\_I\_GATE to 300\. + + ++-----------+-----------+--------+ +| Increment | Range | Units | ++===========+===========+========+ +| 5 | 10 to 100 | meters | ++-----------+-----------+--------+ + + + + +.. _EK3_ALT_M_NSE: + +EK3\_ALT\_M\_NSE: Altitude measurement noise \(m\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the RMS value of noise in the altitude measurement\. Increasing it reduces the weighting of the baro measurement and will make the filter respond more slowly to baro measurement errors\, but will make it more sensitive to GPS and accelerometer errors\. A larger value for EK3\_ALT\_M\_NSE may be required when operating with EK3\_SRCx\_POSZ \= 0\. This parameter also sets the noise for the \'synthetic\' zero height measurement that is used when EK3\_SRCx\_POSZ \= 0\. + + ++-----------+--------------+--------+ +| Increment | Range | Units | ++===========+==============+========+ +| 0.1 | 0.1 to 100.0 | meters | ++-----------+--------------+--------+ + + + + +.. _EK3_HGT_I_GATE: + +EK3\_HGT\_I\_GATE: Height measurement gate size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the height measurement innovation consistency check\. Decreasing it makes it more likely that good measurements will be rejected\. Increasing it makes it more likely that bad measurements will be accepted\. If EK3\_GLITCH\_RAD set to 0 the vertical position innovations will be clipped instead of rejected if they exceed the gate size and a smaller value of EK3\_HGT\_I\_GATE not exceeding 300 is recommended to limit the effect of height sensor transient errors\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 25 | 100 to 1000 | ++-----------+-------------+ + + + + +.. _EK3_HGT_DELAY: + +EK3\_HGT\_DELAY: Height measurement delay \(msec\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +This is the number of msec that the Height measurements lag behind the inertial measurements\. + + ++-----------+----------+--------------+ +| Increment | Range | Units | ++===========+==========+==============+ +| 10 | 0 to 250 | milliseconds | ++-----------+----------+--------------+ + + + + +.. _EK3_MAG_M_NSE: + +EK3\_MAG\_M\_NSE: Magnetometer measurement noise \(Gauss\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the RMS value of noise in magnetometer measurements\. Increasing it reduces the weighting on these measurements\. + + ++-----------+-------------+-------+ +| Increment | Range | Units | ++===========+=============+=======+ +| 0.01 | 0.01 to 0.5 | gauss | ++-----------+-------------+-------+ + + + + +.. _EK3_MAG_CAL: + +EK3\_MAG\_CAL: Magnetometer default fusion mode +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +This determines when the filter will use the 3\-axis magnetometer fusion model that estimates both earth and body fixed magnetic field states and when it will use a simpler magnetic heading fusion model that does not use magnetic field states\. The 3\-axis magnetometer fusion is only suitable for use when the external magnetic field environment is stable\. EK3\_MAG\_CAL \= 0 uses heading fusion on ground\, 3\-axis fusion in\-flight\, and is the default setting for Plane users\. EK3\_MAG\_CAL \= 1 uses 3\-axis fusion only when manoeuvring\. EK3\_MAG\_CAL \= 2 uses heading fusion at all times\, is recommended if the external magnetic field is varying and is the default for rovers\. EK3\_MAG\_CAL \= 3 uses heading fusion on the ground and 3\-axis fusion after the first in\-air field and yaw reset has completed\, and is the default for copters\. EK3\_MAG\_CAL \= 4 uses 3\-axis fusion at all times\. EK3\_MAG\_CAL \= 5 uses an external yaw sensor with simple heading fusion\. NOTE \: Use of simple heading magnetometer fusion makes vehicle compass calibration and alignment errors harder for the EKF to detect which reduces the sensitivity of the Copter EKF failsafe algorithm\. NOTE\: The fusion mode can be forced to 2 for specific EKF cores using the EK3\_MAG\_MASK parameter\. EK3\_MAG\_CAL \= 6 uses an external yaw sensor with fallback to compass when the external sensor is not available if we are flying\. NOTE\: The fusion mode can be forced to 2 for specific EKF cores using the EK3\_MAG\_MASK parameter\. NOTE\: limited operation without a magnetometer or any other yaw sensor is possible by setting all COMPASS\_USE\, COMPASS\_USE2\, COMPASS\_USE3\, etc parameters to 0 and setting COMPASS\_ENABLE to 0\. If this is done\, the EK3\_GSF\_RUN and EK3\_GSF\_USE masks must be set to the same as EK3\_IMU\_MASK\. A yaw angle derived from IMU and GPS velocity data using a Gaussian Sum Filter \(GSF\) will then be used to align the yaw when flight commences and there is sufficient movement\. + + ++-------+---------------------------------------------------------------------------------+ +| Value | Meaning | ++=======+=================================================================================+ +| 0 | When flying | ++-------+---------------------------------------------------------------------------------+ +| 1 | When manoeuvring | ++-------+---------------------------------------------------------------------------------+ +| 2 | Never | ++-------+---------------------------------------------------------------------------------+ +| 3 | After first climb yaw reset | ++-------+---------------------------------------------------------------------------------+ +| 4 | Always | ++-------+---------------------------------------------------------------------------------+ +| 5 | Use external yaw sensor (Deprecated in 4.1+ see EK3_SRCn_YAW) | ++-------+---------------------------------------------------------------------------------+ +| 6 | External yaw sensor with compass fallback (Deprecated in 4.1+ see EK3_SRCn_YAW) | ++-------+---------------------------------------------------------------------------------+ + + + + +.. _EK3_MAG_I_GATE: + +EK3\_MAG\_I\_GATE: Magnetometer measurement gate size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the magnetometer measurement innovation consistency check\. Decreasing it makes it more likely that good measurements will be rejected\. Increasing it makes it more likely that bad measurements will be accepted\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 25 | 100 to 1000 | ++-----------+-------------+ + + + + +.. _EK3_EAS_M_NSE: + +EK3\_EAS\_M\_NSE: Equivalent airspeed measurement noise \(m\/s\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the RMS value of noise in equivalent airspeed measurements used by planes\. Increasing it reduces the weighting of airspeed measurements and will make wind speed estimates less noisy and slower to converge\. Increasing also increases navigation errors when dead\-reckoning without GPS measurements\. + + ++-----------+------------+-------------------+ +| Increment | Range | Units | ++===========+============+===================+ +| 0.1 | 0.5 to 5.0 | meters per second | ++-----------+------------+-------------------+ + + + + +.. _EK3_EAS_I_GATE: + +EK3\_EAS\_I\_GATE: Airspeed measurement gate size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the airspeed measurement innovation consistency check\. Decreasing it makes it more likely that good measurements will be rejected\. Increasing it makes it more likely that bad measurements will be accepted\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 25 | 100 to 1000 | ++-----------+-------------+ + + + + +.. _EK3_RNG_M_NSE: + +EK3\_RNG\_M\_NSE: Range finder measurement noise \(m\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the RMS value of noise in the range finder measurement\. Increasing it reduces the weighting on this measurement\. + + ++-----------+-------------+--------+ +| Increment | Range | Units | ++===========+=============+========+ +| 0.1 | 0.1 to 10.0 | meters | ++-----------+-------------+--------+ + + + + +.. _EK3_RNG_I_GATE: + +EK3\_RNG\_I\_GATE: Range finder measurement gate size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the range finder innovation consistency check\. Decreasing it makes it more likely that good measurements will be rejected\. Increasing it makes it more likely that bad measurements will be accepted\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 25 | 100 to 1000 | ++-----------+-------------+ + + + + +.. _EK3_MAX_FLOW: + +EK3\_MAX\_FLOW: Maximum valid optical flow rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the magnitude maximum optical flow rate in rad\/sec that will be accepted by the filter + + ++-----------+------------+--------------------+ +| Increment | Range | Units | ++===========+============+====================+ +| 0.1 | 1.0 to 4.0 | radians per second | ++-----------+------------+--------------------+ + + + + +.. _EK3_FLOW_M_NSE: + +EK3\_FLOW\_M\_NSE: Optical flow measurement noise \(rad\/s\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the RMS value of noise and errors in optical flow measurements\. Increasing it reduces the weighting on these measurements\. + + ++-----------+-------------+--------------------+ +| Increment | Range | Units | ++===========+=============+====================+ +| 0.05 | 0.05 to 1.0 | radians per second | ++-----------+-------------+--------------------+ + + + + +.. _EK3_FLOW_I_GATE: + +EK3\_FLOW\_I\_GATE: Optical Flow measurement gate size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the optical flow innovation consistency check\. Decreasing it makes it more likely that good measurements will be rejected\. Increasing it makes it more likely that bad measurements will be accepted\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 25 | 100 to 1000 | ++-----------+-------------+ + + + + +.. _EK3_FLOW_DELAY: + +EK3\_FLOW\_DELAY: Optical Flow measurement delay \(msec\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +This is the number of msec that the optical flow measurements lag behind the inertial measurements\. It is the time from the end of the optical flow averaging period and does not include the time delay due to the 100msec of averaging within the flow sensor\. + + ++-----------+----------+--------------+ +| Increment | Range | Units | ++===========+==========+==============+ +| 10 | 0 to 250 | milliseconds | ++-----------+----------+--------------+ + + + + +.. _EK3_GYRO_P_NSE: + +EK3\_GYRO\_P\_NSE: Rate gyro noise \(rad\/s\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This control disturbance noise controls the growth of estimated error due to gyro measurement errors excluding bias\. Increasing it makes the flter trust the gyro measurements less and other measurements more\. + + ++-----------+---------------+--------------------+ +| Increment | Range | Units | ++===========+===============+====================+ +| 0.0001 | 0.0001 to 0.1 | radians per second | ++-----------+---------------+--------------------+ + + + + +.. _EK3_ACC_P_NSE: + +EK3\_ACC\_P\_NSE: Accelerometer noise \(m\/s\^2\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This control disturbance noise controls the growth of estimated error due to accelerometer measurement errors excluding bias\. Increasing it makes the flter trust the accelerometer measurements less and other measurements more\. + + ++-----------+-------------+--------------------------+ +| Increment | Range | Units | ++===========+=============+==========================+ +| 0.01 | 0.01 to 1.0 | meters per square second | ++-----------+-------------+--------------------------+ + + + + +.. _EK3_GBIAS_P_NSE: + +EK3\_GBIAS\_P\_NSE: Rate gyro bias stability \(rad\/s\/s\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This state process noise controls growth of the gyro delta angle bias state error estimate\. Increasing it makes rate gyro bias estimation faster and noisier\. + + ++------------------+---------------------------+ +| Range | Units | ++==================+===========================+ +| 0.00001 to 0.001 | radians per square second | ++------------------+---------------------------+ + + + + +.. _EK3_ABIAS_P_NSE: + +EK3\_ABIAS\_P\_NSE: Accelerometer bias stability \(m\/s\^3\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This noise controls the growth of the vertical accelerometer delta velocity bias state error estimate\. Increasing it makes accelerometer bias estimation faster and noisier\. + + ++-----------------+-------------------------+ +| Range | Units | ++=================+=========================+ +| 0.00001 to 0.02 | meters per cubic second | ++-----------------+-------------------------+ + + + + +.. _EK3_WIND_P_NSE: + +EK3\_WIND\_P\_NSE: Wind velocity process noise \(m\/s\^2\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This state process noise controls the growth of wind state error estimates\. Increasing it makes wind estimation faster and noisier\. + + ++-----------+-------------+--------------------------+ +| Increment | Range | Units | ++===========+=============+==========================+ +| 0.1 | 0.01 to 2.0 | meters per square second | ++-----------+-------------+--------------------------+ + + + + +.. _EK3_WIND_PSCALE: + +EK3\_WIND\_PSCALE: Height rate to wind process noise scaler +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls how much the process noise on the wind states is increased when gaining or losing altitude to take into account changes in wind speed and direction with altitude\. Increasing this parameter increases how rapidly the wind states adapt when changing altitude\, but does make wind velocity estimation noiser\. + + ++-----------+------------+ +| Increment | Range | ++===========+============+ +| 0.1 | 0.0 to 2.0 | ++-----------+------------+ + + + + +.. _EK3_GPS_CHECK: + +EK3\_GPS\_CHECK: GPS preflight check +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is a 1 byte bitmap controlling which GPS preflight checks are performed\. Set to 0 to bypass all checks\. Set to 255 perform all checks\. Set to 3 to check just the number of satellites and HDoP\. Set to 31 for the most rigorous checks that will still allow checks to pass when the copter is moving\, eg launch from a boat\. + + ++-----+----------------+ +| Bit | Meaning | ++=====+================+ +| 0 | NSats | ++-----+----------------+ +| 1 | HDoP | ++-----+----------------+ +| 2 | speed error | ++-----+----------------+ +| 3 | position error | ++-----+----------------+ +| 4 | yaw error | ++-----+----------------+ +| 5 | pos drift | ++-----+----------------+ +| 6 | vert speed | ++-----+----------------+ +| 7 | horiz speed | ++-----+----------------+ + + + + +.. _EK3_IMU_MASK: + +EK3\_IMU\_MASK: Bitmask of active IMUs +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +1 byte bitmap of IMUs to use in EKF3\. A separate instance of EKF3 will be started for each IMU selected\. Set to 1 to use the first IMU only \(default\)\, set to 2 to use the second IMU only\, set to 3 to use the first and second IMU\. Additional IMU\'s can be used up to a maximum of 6 if memory and processing resources permit\. There may be insufficient memory and processing resources to run multiple instances\. If this occurs EKF3 will fail to start\. + + ++-----+-----------+ +| Bit | Meaning | ++=====+===========+ +| 0 | FirstIMU | ++-----+-----------+ +| 1 | SecondIMU | ++-----+-----------+ +| 2 | ThirdIMU | ++-----+-----------+ +| 3 | FourthIMU | ++-----+-----------+ +| 4 | FifthIMU | ++-----+-----------+ +| 5 | SixthIMU | ++-----+-----------+ + + + + +.. _EK3_CHECK_SCALE: + +EK3\_CHECK\_SCALE: GPS accuracy check scaler \(\%\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This scales the thresholds that are used to check GPS accuracy before it is used by the EKF\. A value of 100 is the default\. Values greater than 100 increase and values less than 100 reduce the maximum GPS error the EKF will accept\. A value of 200 will double the allowable GPS error\. + + ++-----------+---------+ +| Range | Units | ++===========+=========+ +| 50 to 200 | percent | ++-----------+---------+ + + + + +.. _EK3_NOAID_M_NSE: + +EK3\_NOAID\_M\_NSE: Non\-GPS operation position uncertainty \(m\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the amount of position variation that the EKF allows for when operating without external measurements \(eg GPS or optical flow\)\. Increasing this parameter makes the EKF attitude estimate less sensitive to vehicle manoeuvres but more sensitive to IMU errors\. + + ++-------------+--------+ +| Range | Units | ++=============+========+ +| 0.5 to 50.0 | meters | ++-------------+--------+ + + + + +.. _EK3_BETA_MASK: + +EK3\_BETA\_MASK: Bitmask controlling sidelip angle fusion +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +1 byte bitmap controlling use of sideslip angle fusion for estimation of non wind states during operation of \'fly forward\' vehicle types such as fixed wing planes\. By assuming that the angle of sideslip is small\, the wind velocity state estimates are corrected whenever the EKF is not dead reckoning \(e\.g\. has an independent velocity or position sensor such as GPS\)\. This behaviour is on by default and cannot be disabled\. When the EKF is dead reckoning\, the wind states are used as a reference\, enabling use of the small angle of sideslip assumption to correct non wind velocity states \(eg attitude\, velocity\, position\, etc\) and improve navigation accuracy\. This behaviour is on by default and cannot be disabled\. The behaviour controlled by this parameter is the use of the small angle of sideslip assumption to correct non wind velocity states when the EKF is NOT dead reckoning\. This is primarily of benefit to reduce the buildup of yaw angle errors during straight and level flight without a yaw sensor \(e\.g\. magnetometer or dual antenna GPS yaw\) provided aerobatic flight maneuvers with large sideslip angles are not performed\. The \'always\' option might be used where the yaw sensor is intentionally not fitted or disabled\. The \'WhenNoYawSensor\' option might be used if a yaw sensor is fitted\, but protection against in\-flight failure and continual rejection by the EKF is desired\. For vehicles operated within visual range of the operator performing frequent turning maneuvers\, setting this parameter is unnecessary\. + + ++-----+-----------------+ +| Bit | Meaning | ++=====+=================+ +| 0 | Always | ++-----+-----------------+ +| 1 | WhenNoYawSensor | ++-----+-----------------+ + + + + +.. _EK3_YAW_M_NSE: + +EK3\_YAW\_M\_NSE: Yaw measurement noise \(rad\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the RMS value of noise in yaw measurements from the magnetometer\. Increasing it reduces the weighting on these measurements\. + + ++-----------+-------------+---------+ +| Increment | Range | Units | ++===========+=============+=========+ +| 0.05 | 0.05 to 1.0 | radians | ++-----------+-------------+---------+ + + + + +.. _EK3_YAW_I_GATE: + +EK3\_YAW\_I\_GATE: Yaw measurement gate size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the magnetometer yaw measurement innovation consistency check\. Decreasing it makes it more likely that good measurements will be rejected\. Increasing it makes it more likely that bad measurements will be accepted\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 25 | 100 to 1000 | ++-----------+-------------+ + + + + +.. _EK3_TAU_OUTPUT: + +EK3\_TAU\_OUTPUT: Output complementary filter time constant \(centi\-sec\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the time constant of the output complementary filter\/predictor in centi\-seconds\. + + ++-----------+----------+--------------+ +| Increment | Range | Units | ++===========+==========+==============+ +| 5 | 10 to 50 | centiseconds | ++-----------+----------+--------------+ + + + + +.. _EK3_MAGE_P_NSE: + +EK3\_MAGE\_P\_NSE: Earth magnetic field process noise \(gauss\/s\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This state process noise controls the growth of earth magnetic field state error estimates\. Increasing it makes earth magnetic field estimation faster and noisier\. + + ++-----------------+------------------+ +| Range | Units | ++=================+==================+ +| 0.00001 to 0.01 | gauss per second | ++-----------------+------------------+ + + + + +.. _EK3_MAGB_P_NSE: + +EK3\_MAGB\_P\_NSE: Body magnetic field process noise \(gauss\/s\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This state process noise controls the growth of body magnetic field state error estimates\. Increasing it makes magnetometer bias error estimation faster and noisier\. + + ++-----------------+------------------+ +| Range | Units | ++=================+==================+ +| 0.00001 to 0.01 | gauss per second | ++-----------------+------------------+ + + + + +.. _EK3_RNG_USE_HGT: + +EK3\_RNG\_USE\_HGT: Range finder switch height percentage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Range finder can be used as the primary height source when below this percentage of its maximum range \(see RNGFNDx\_MAX\_CM\) and the primary height source is Baro or GPS \(see EK3\_SRCx\_POSZ\)\. This feature should not be used for terrain following as it is designed for vertical takeoff and landing with climb above the range finder use height before commencing the mission\, and with horizontal position changes below that height being limited to a flat region around the takeoff and landing point\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | -1 to 70 | percent | ++-----------+----------+---------+ + + + + +.. _EK3_TERR_GRAD: + +EK3\_TERR\_GRAD: Maximum terrain gradient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Specifies the maximum gradient of the terrain below the vehicle when it is using range finder as a height reference + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 0.01 | 0 to 0.2 | ++-----------+----------+ + + + + +.. _EK3_BCN_M_NSE: + +EK3\_BCN\_M\_NSE: Range beacon measurement noise \(m\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the RMS value of noise in the range beacon measurement\. Increasing it reduces the weighting on this measurement\. + + ++-----------+-------------+--------+ +| Increment | Range | Units | ++===========+=============+========+ +| 0.1 | 0.1 to 10.0 | meters | ++-----------+-------------+--------+ + + + + +.. _EK3_BCN_I_GTE: + +EK3\_BCN\_I\_GTE: Range beacon measurement gate size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the percentage number of standard deviations applied to the range beacon measurement innovation consistency check\. Decreasing it makes it more likely that good measurements will be rejected\. Increasing it makes it more likely that bad measurements will be accepted\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 25 | 100 to 1000 | ++-----------+-------------+ + + + + +.. _EK3_BCN_DELAY: + +EK3\_BCN\_DELAY: Range beacon measurement delay \(msec\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +This is the number of msec that the range beacon measurements lag behind the inertial measurements\. + + ++-----------+----------+--------------+ +| Increment | Range | Units | ++===========+==========+==============+ +| 10 | 0 to 250 | milliseconds | ++-----------+----------+--------------+ + + + + +.. _EK3_RNG_USE_SPD: + +EK3\_RNG\_USE\_SPD: Range finder max ground speed +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The range finder will not be used as the primary height source when the horizontal ground speed is greater than this value\. + + ++-----------+------------+-------------------+ +| Increment | Range | Units | ++===========+============+===================+ +| 0.5 | 2.0 to 6.0 | meters per second | ++-----------+------------+-------------------+ + + + + +.. _EK3_ACC_BIAS_LIM: + +EK3\_ACC\_BIAS\_LIM: Accelerometer bias limit +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The accelerometer bias state will be limited to \+\- this value + + ++-----------+------------+--------------------------+ +| Increment | Range | Units | ++===========+============+==========================+ +| 0.1 | 0.5 to 2.5 | meters per square second | ++-----------+------------+--------------------------+ + + + + +.. _EK3_MAG_MASK: + +EK3\_MAG\_MASK: Bitmask of active EKF cores that will always use heading fusion +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +1 byte bitmap of EKF cores that will disable magnetic field states and use simple magnetic heading fusion at all times\. This parameter enables specified cores to be used as a backup for flight into an environment with high levels of external magnetic interference which may degrade the EKF attitude estimate when using 3\-axis magnetometer fusion\. NOTE \: Use of a different magnetometer fusion algorithm on different cores makes unwanted EKF core switches due to magnetometer errors more likely\. + + ++-----+-----------+ +| Bit | Meaning | ++=====+===========+ +| 0 | FirstEKF | ++-----+-----------+ +| 1 | SecondEKF | ++-----+-----------+ +| 2 | ThirdEKF | ++-----+-----------+ +| 3 | FourthEKF | ++-----+-----------+ +| 4 | FifthEKF | ++-----+-----------+ +| 5 | SixthEKF | ++-----+-----------+ + + + + +.. _EK3_OGN_HGT_MASK: + +EK3\_OGN\_HGT\_MASK: Bitmask control of EKF reference height correction +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +When a height sensor other than GPS is used as the primary height source by the EKF\, the position of the zero height datum is defined by that sensor and its frame of reference\. If a GPS height measurement is also available\, then the height of the WGS\-84 height datum used by the EKF can be corrected so that the height returned by the getLLH\(\) function is compensated for primary height sensor drift and change in datum over time\. The first two bit positions control when the height datum will be corrected\. Correction is performed using a Bayes filter and only operates when GPS quality permits\. The third bit position controls where the corrections to the GPS reference datum are applied\. Corrections can be applied to the local vertical position or to the reported EKF origin height \(default\)\. + + ++-----+----------------------------------------+ +| Bit | Meaning | ++=====+========================================+ +| 0 | Correct when using Baro height | ++-----+----------------------------------------+ +| 1 | Correct when using range finder height | ++-----+----------------------------------------+ +| 2 | Apply corrections to local position | ++-----+----------------------------------------+ + + + + +.. _EK3_VIS_VERR_MIN: + +EK3\_VIS\_VERR\_MIN: Visual odometry minimum velocity error +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1\-STD odometry velocity observation error that will be assumed when maximum quality is reported by the sensor\. When quality is between max and min\, the error will be calculated using linear interpolation between VIS\_VERR\_MIN and VIS\_VERR\_MAX\. + + ++-----------+-------------+-------------------+ +| Increment | Range | Units | ++===========+=============+===================+ +| 0.05 | 0.05 to 0.5 | meters per second | ++-----------+-------------+-------------------+ + + + + +.. _EK3_VIS_VERR_MAX: + +EK3\_VIS\_VERR\_MAX: Visual odometry maximum velocity error +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1\-STD odometry velocity observation error that will be assumed when minimum quality is reported by the sensor\. When quality is between max and min\, the error will be calculated using linear interpolation between VIS\_VERR\_MIN and VIS\_VERR\_MAX\. + + ++-----------+------------+-------------------+ +| Increment | Range | Units | ++===========+============+===================+ +| 0.1 | 0.5 to 5.0 | meters per second | ++-----------+------------+-------------------+ + + + + +.. _EK3_WENC_VERR: + +EK3\_WENC\_VERR: Wheel odometry velocity error +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1\-STD odometry velocity observation error that will be assumed when wheel encoder data is being fused\. + + ++-----------+-------------+-------------------+ +| Increment | Range | Units | ++===========+=============+===================+ +| 0.1 | 0.01 to 1.0 | meters per second | ++-----------+-------------+-------------------+ + + + + +.. _EK3_FLOW_USE: + +EK3\_FLOW\_USE: Optical flow use bitmask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Controls if the optical flow data is fused into the 24\-state navigation estimator OR the 1\-state terrain height estimator\. + + ++-------+------------+ +| Value | Meaning | ++=======+============+ +| 0 | None | ++-------+------------+ +| 1 | Navigation | ++-------+------------+ +| 2 | Terrain | ++-------+------------+ + + + + +.. _EK3_HRT_FILT: + +EK3\_HRT\_FILT: Height rate filter crossover frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Specifies the crossover frequency of the complementary filter used to calculate the output predictor height rate derivative\. + + ++-------------+-------+ +| Range | Units | ++=============+=======+ +| 0.1 to 30.0 | hertz | ++-------------+-------+ + + + + +.. _EK3_MAG_EF_LIM: + +EK3\_MAG\_EF\_LIM: EarthField error limit +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This limits the difference between the learned earth magnetic field and the earth field from the world magnetic model tables\. A value of zero means to disable the use of the WMM tables\. + + ++----------+------------+ +| Range | Units | ++==========+============+ +| 0 to 500 | milligauss | ++----------+------------+ + + + + +.. _EK3_GSF_RUN_MASK: + +EK3\_GSF\_RUN\_MASK: Bitmask of which EKF\-GSF yaw estimators run +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +1 byte bitmap of which EKF3 instances run an independant EKF\-GSF yaw estimator to provide a backup yaw estimate that doesn\'t rely on magnetometer data\. This estimator uses IMU\, GPS and\, if available\, airspeed data\. EKF\-GSF yaw estimator data for the primary EKF3 instance will be logged as GSF0 and GSF1 messages\. Use of the yaw estimate generated by this algorithm is controlled by the EK3\_GSF\_USE\_MASK and EK3\_GSF\_RST\_MAX parameters\. To run the EKF\-GSF yaw estimator in ride\-along and logging only\, set EK3\_GSF\_USE to 0\. + + ++-----+-----------+ +| Bit | Meaning | ++=====+===========+ +| 0 | FirstEKF | ++-----+-----------+ +| 1 | SecondEKF | ++-----+-----------+ +| 2 | ThirdEKF | ++-----+-----------+ +| 3 | FourthEKF | ++-----+-----------+ +| 4 | FifthEKF | ++-----+-----------+ +| 5 | SixthEKF | ++-----+-----------+ + + + + +.. _EK3_GSF_USE_MASK: + +EK3\_GSF\_USE\_MASK: Bitmask of which EKF\-GSF yaw estimators are used +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +A bitmask of which EKF3 instances will use the output from the EKF\-GSF yaw estimator that has been turned on by the EK3\_GSF\_RUN\_MASK parameter\. If the inertial navigation calculation stops following the GPS\, then the vehicle code can request EKF3 to attempt to resolve the issue\, either by performing a yaw reset if enabled by this parameter by switching to another EKF3 instance\. + + ++-----+-----------+ +| Bit | Meaning | ++=====+===========+ +| 0 | FirstEKF | ++-----+-----------+ +| 1 | SecondEKF | ++-----+-----------+ +| 2 | ThirdEKF | ++-----+-----------+ +| 3 | FourthEKF | ++-----+-----------+ +| 4 | FifthEKF | ++-----+-----------+ +| 5 | SixthEKF | ++-----+-----------+ + + + + +.. _EK3_GSF_RST_MAX: + +EK3\_GSF\_RST\_MAX: Maximum number of resets to the EKF\-GSF yaw estimate allowed +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Sets the maximum number of times the EKF3 will be allowed to reset its yaw to the estimate from the EKF\-GSF yaw estimator\. No resets will be allowed unless the use of the EKF\-GSF yaw estimate is enabled via the EK3\_GSF\_USE\_MASK parameter\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 1 to 10 | ++-----------+---------+ + + + + +.. _EK3_ERR_THRESH: + +EK3\_ERR\_THRESH: EKF3 Lane Relative Error Sensitivity Threshold +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +lanes have to be consistently better than the primary by at least this threshold to reduce their overall relativeCoreError\, lowering this makes lane switching more sensitive to smaller error differences + + ++-----------+-----------+ +| Increment | Range | ++===========+===========+ +| 0.05 | 0.05 to 1 | ++-----------+-----------+ + + + + +.. _EK3_AFFINITY: + +EK3\_AFFINITY: EKF3 Sensor Affinity Options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +These options control the affinity between sensor instances and EKF cores + + ++-----+------------------------+ +| Bit | Meaning | ++=====+========================+ +| 0 | EnableGPSAffinity | ++-----+------------------------+ +| 1 | EnableBaroAffinity | ++-----+------------------------+ +| 2 | EnableCompassAffinity | ++-----+------------------------+ +| 3 | EnableAirspeedAffinity | ++-----+------------------------+ + + + + +.. _EK3_DRAG_BCOEF_X: + +EK3\_DRAG\_BCOEF\_X: Ballistic coefficient for X axis drag +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Ratio of mass to drag coefficient measured along the X body axis\. This parameter enables estimation of wind drift for vehicles with bluff bodies and without propulsion forces in the X and Y direction \(eg multicopters\)\. The drag produced by this effect scales with speed squared\. Set to a postive value \> 1\.0 to enable\. A starting value is the mass in Kg divided by the frontal area\. The predicted drag from the rotors is specified separately by the EK3\_DRAG\_MCOEF parameter\. + + ++---------------+----------------------------+ +| Range | Units | ++===============+============================+ +| 0.0 to 1000.0 | kilograms per square meter | ++---------------+----------------------------+ + + + + +.. _EK3_DRAG_BCOEF_Y: + +EK3\_DRAG\_BCOEF\_Y: Ballistic coefficient for Y axis drag +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Ratio of mass to drag coefficient measured along the Y body axis\. This parameter enables estimation of wind drift for vehicles with bluff bodies and without propulsion forces in the X and Y direction \(eg multicopters\)\. The drag produced by this effect scales with speed squared\. Set to a postive value \> 1\.0 to enable\. A starting value is the mass in Kg divided by the side area\. The predicted drag from the rotors is specified separately by the EK3\_DRAG\_MCOEF parameter\. + + ++----------------+----------------------------+ +| Range | Units | ++================+============================+ +| 50.0 to 1000.0 | kilograms per square meter | ++----------------+----------------------------+ + + + + +.. _EK3_DRAG_M_NSE: + +EK3\_DRAG\_M\_NSE: Observation noise for drag acceleration +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the amount of noise used when fusing X and Y acceleration as an observation that enables esitmation of wind velocity for multi\-rotor vehicles\. This feature is enabled by the EK3\_DRAG\_BCOEF\_X and EK3\_DRAG\_BCOEF\_Y parameters + + ++-----------+------------+--------------------------+ +| Increment | Range | Units | ++===========+============+==========================+ +| 0.1 | 0.1 to 2.0 | meters per square second | ++-----------+------------+--------------------------+ + + + + +.. _EK3_DRAG_MCOEF: + +EK3\_DRAG\_MCOEF: Momentum coefficient for propeller drag +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This parameter is used to predict the drag produced by the rotors when flying a multi\-copter\, enabling estimation of wind drift\. The drag produced by this effect scales with speed not speed squared and is produced because some of the air velocity normal to the rotors axis of rotation is lost when passing through the rotor disc which changes the momentum of the airflow causing drag\. For unducted rotors the effect is roughly proportional to the area of the propeller blades when viewed side on and changes with different propellers\. It is higher for ducted rotors\. For example if flying at 15 m\/s at sea level conditions produces a rotor induced drag acceleration of 1\.5 m\/s\/s\, then EK3\_DRAG\_MCOEF would be set to 0\.1 \= \(1\.5\/15\.0\)\. Set EK3\_MCOEF to a postive value to enable wind estimation using this drag effect\. To account for the drag produced by the body which scales with speed squared\, see documentation for the EK3\_DRAG\_BCOEF\_X and EK3\_DRAG\_BCOEF\_Y parameters\. + + ++-----------+------------+------------+ +| Increment | Range | Units | ++===========+============+============+ +| 0.01 | 0.0 to 1.0 | per second | ++-----------+------------+------------+ + + + + +.. _EK3_OGNM_TEST_SF: + +EK3\_OGNM\_TEST\_SF: On ground not moving test scale factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This parameter is adjust the sensitivity of the on ground not moving test which is used to assist with learning the yaw gyro bias and stopping yaw drift before flight when operating without a yaw sensor\. Bigger values allow the detection of a not moving condition with noiser IMU data\. Check the XKFM data logged when the vehicle is on ground not moving and adjust the value of OGNM\_TEST\_SF to be slightly higher than the maximum value of the XKFM\.ADR\, XKFM\.ALR\, XKFM\.GDR and XKFM\.GLR test levels\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 0.5 | 1.0 to 10.0 | ++-----------+-------------+ + + + + +.. _EK3_GND_EFF_DZ: + +EK3\_GND\_EFF\_DZ: Baro height ground effect dead zone +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This parameter sets the size of the dead zone that is applied to negative baro height spikes that can occur when taking off or landing when a vehicle with lift rotors is operating in ground effect ground effect\. Set to about 0\.5m less than the amount of negative offset in baro height that occurs just prior to takeoff when lift motors are spooling up\. Set to 0 if no ground effect is present\. + + ++-----------+-------------+ +| Increment | Range | ++===========+=============+ +| 0.5 | 0.0 to 10.0 | ++-----------+-------------+ + + + + +.. _EK3_PRIMARY: + +EK3\_PRIMARY: Primary core number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The core number \(index in IMU mask\) that will be used as the primary EKF core on startup\. While disarmed the EKF will force the use of this core\. A value of 0 corresponds to the first IMU in EK3\_IMU\_MASK\. + + ++-----------+--------+ +| Increment | Range | ++===========+========+ +| 1 | 0 to 2 | ++-----------+--------+ + + + + +.. _EK3_LOG_LEVEL: + +EK3\_LOG\_LEVEL: Logging Level +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Determines how verbose the EKF3 streaming logging is\. A value of 0 provides full logging\(default\)\, a value of 1 only XKF4 scaled innovations are logged\, a value of 2 both XKF4 and GSF are logged\, and a value of 3 disables all streaming logging of EKF3\. + + ++-----------+--------+ +| Increment | Range | ++===========+========+ +| 1 | 0 to 3 | ++-----------+--------+ + + + + +.. _EK3_GPS_VACC_MAX: + +EK3\_GPS\_VACC\_MAX: GPS vertical accuracy threshold +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Vertical accuracy threshold for GPS as the altitude source\. The GPS will not be used as an altitude source if the reported vertical accuracy of the GPS is larger than this threshold\, falling back to baro instead\. Set to zero to deactivate the threshold check\. + + ++-----------+-------------+--------+ +| Increment | Range | Units | ++===========+=============+========+ +| 0.1 | 0.0 to 10.0 | meters | ++-----------+-------------+--------+ + + + + + +.. _parameters_EK3_SRC: + +EK3\_SRC Parameters +------------------- + + +.. _EK3_SRC1_POSXY: + +EK3\_SRC1\_POSXY: Position Horizontal Source \(Primary\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Position Horizontal Source \(Primary\) + + ++-------+-------------+ +| Value | Meaning | ++=======+=============+ +| 0 | None | ++-------+-------------+ +| 3 | GPS | ++-------+-------------+ +| 4 | Beacon | ++-------+-------------+ +| 6 | ExternalNav | ++-------+-------------+ + + + + +.. _EK3_SRC1_VELXY: + +EK3\_SRC1\_VELXY: Velocity Horizontal Source +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Velocity Horizontal Source + + ++-------+--------------+ +| Value | Meaning | ++=======+==============+ +| 0 | None | ++-------+--------------+ +| 3 | GPS | ++-------+--------------+ +| 4 | Beacon | ++-------+--------------+ +| 5 | OpticalFlow | ++-------+--------------+ +| 6 | ExternalNav | ++-------+--------------+ +| 7 | WheelEncoder | ++-------+--------------+ + + + + +.. _EK3_SRC1_POSZ: + +EK3\_SRC1\_POSZ: Position Vertical Source +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Position Vertical Source + + ++-------+-------------+ +| Value | Meaning | ++=======+=============+ +| 0 | None | ++-------+-------------+ +| 1 | Baro | ++-------+-------------+ +| 2 | RangeFinder | ++-------+-------------+ +| 3 | GPS | ++-------+-------------+ +| 4 | Beacon | ++-------+-------------+ +| 6 | ExternalNav | ++-------+-------------+ + + + + +.. _EK3_SRC1_VELZ: + +EK3\_SRC1\_VELZ: Velocity Vertical Source +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Velocity Vertical Source + + ++-------+-------------+ +| Value | Meaning | ++=======+=============+ +| 0 | None | ++-------+-------------+ +| 3 | GPS | ++-------+-------------+ +| 4 | Beacon | ++-------+-------------+ +| 6 | ExternalNav | ++-------+-------------+ + + + + +.. _EK3_SRC1_YAW: + +EK3\_SRC1\_YAW: Yaw Source +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Yaw Source + + ++-------+---------------------------+ +| Value | Meaning | ++=======+===========================+ +| 0 | None | ++-------+---------------------------+ +| 1 | Compass | ++-------+---------------------------+ +| 2 | GPS | ++-------+---------------------------+ +| 3 | GPS with Compass Fallback | ++-------+---------------------------+ +| 6 | ExternalNav | ++-------+---------------------------+ +| 8 | GSF | ++-------+---------------------------+ + + + + +.. _EK3_SRC2_POSXY: + +EK3\_SRC2\_POSXY: Position Horizontal Source \(Secondary\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Position Horizontal Source \(Secondary\) + + ++-------+-------------+ +| Value | Meaning | ++=======+=============+ +| 0 | None | ++-------+-------------+ +| 3 | GPS | ++-------+-------------+ +| 4 | Beacon | ++-------+-------------+ +| 6 | ExternalNav | ++-------+-------------+ + + + + +.. _EK3_SRC2_VELXY: + +EK3\_SRC2\_VELXY: Velocity Horizontal Source \(Secondary\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Velocity Horizontal Source \(Secondary\) + + ++-------+--------------+ +| Value | Meaning | ++=======+==============+ +| 0 | None | ++-------+--------------+ +| 3 | GPS | ++-------+--------------+ +| 4 | Beacon | ++-------+--------------+ +| 5 | OpticalFlow | ++-------+--------------+ +| 6 | ExternalNav | ++-------+--------------+ +| 7 | WheelEncoder | ++-------+--------------+ + + + + +.. _EK3_SRC2_POSZ: + +EK3\_SRC2\_POSZ: Position Vertical Source \(Secondary\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Position Vertical Source \(Secondary\) + + ++-------+-------------+ +| Value | Meaning | ++=======+=============+ +| 0 | None | ++-------+-------------+ +| 1 | Baro | ++-------+-------------+ +| 2 | RangeFinder | ++-------+-------------+ +| 3 | GPS | ++-------+-------------+ +| 4 | Beacon | ++-------+-------------+ +| 6 | ExternalNav | ++-------+-------------+ + + + + +.. _EK3_SRC2_VELZ: + +EK3\_SRC2\_VELZ: Velocity Vertical Source \(Secondary\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Velocity Vertical Source \(Secondary\) + + ++-------+-------------+ +| Value | Meaning | ++=======+=============+ +| 0 | None | ++-------+-------------+ +| 3 | GPS | ++-------+-------------+ +| 4 | Beacon | ++-------+-------------+ +| 6 | ExternalNav | ++-------+-------------+ + + + + +.. _EK3_SRC2_YAW: + +EK3\_SRC2\_YAW: Yaw Source \(Secondary\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Yaw Source \(Secondary\) + + ++-------+---------------------------+ +| Value | Meaning | ++=======+===========================+ +| 0 | None | ++-------+---------------------------+ +| 1 | Compass | ++-------+---------------------------+ +| 2 | GPS | ++-------+---------------------------+ +| 3 | GPS with Compass Fallback | ++-------+---------------------------+ +| 6 | ExternalNav | ++-------+---------------------------+ +| 8 | GSF | ++-------+---------------------------+ + + + + +.. _EK3_SRC3_POSXY: + +EK3\_SRC3\_POSXY: Position Horizontal Source \(Tertiary\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Position Horizontal Source \(Tertiary\) + + ++-------+-------------+ +| Value | Meaning | ++=======+=============+ +| 0 | None | ++-------+-------------+ +| 3 | GPS | ++-------+-------------+ +| 4 | Beacon | ++-------+-------------+ +| 6 | ExternalNav | ++-------+-------------+ + + + + +.. _EK3_SRC3_VELXY: + +EK3\_SRC3\_VELXY: Velocity Horizontal Source \(Tertiary\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Velocity Horizontal Source \(Tertiary\) + + ++-------+--------------+ +| Value | Meaning | ++=======+==============+ +| 0 | None | ++-------+--------------+ +| 3 | GPS | ++-------+--------------+ +| 4 | Beacon | ++-------+--------------+ +| 5 | OpticalFlow | ++-------+--------------+ +| 6 | ExternalNav | ++-------+--------------+ +| 7 | WheelEncoder | ++-------+--------------+ + + + + +.. _EK3_SRC3_POSZ: + +EK3\_SRC3\_POSZ: Position Vertical Source \(Tertiary\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Position Vertical Source \(Tertiary\) + + ++-------+-------------+ +| Value | Meaning | ++=======+=============+ +| 0 | None | ++-------+-------------+ +| 1 | Baro | ++-------+-------------+ +| 2 | RangeFinder | ++-------+-------------+ +| 3 | GPS | ++-------+-------------+ +| 4 | Beacon | ++-------+-------------+ +| 6 | ExternalNav | ++-------+-------------+ + + + + +.. _EK3_SRC3_VELZ: + +EK3\_SRC3\_VELZ: Velocity Vertical Source \(Tertiary\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Velocity Vertical Source \(Tertiary\) + + ++-------+-------------+ +| Value | Meaning | ++=======+=============+ +| 0 | None | ++-------+-------------+ +| 3 | GPS | ++-------+-------------+ +| 4 | Beacon | ++-------+-------------+ +| 6 | ExternalNav | ++-------+-------------+ + + + + +.. _EK3_SRC3_YAW: + +EK3\_SRC3\_YAW: Yaw Source \(Tertiary\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Yaw Source \(Tertiary\) + + ++-------+---------------------------+ +| Value | Meaning | ++=======+===========================+ +| 0 | None | ++-------+---------------------------+ +| 1 | Compass | ++-------+---------------------------+ +| 2 | GPS | ++-------+---------------------------+ +| 3 | GPS with Compass Fallback | ++-------+---------------------------+ +| 6 | ExternalNav | ++-------+---------------------------+ +| 8 | GSF | ++-------+---------------------------+ + + + + +.. _EK3_SRC_OPTIONS: + +EK3\_SRC\_OPTIONS: EKF Source Options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +EKF Source Options + + ++-----+-------------------+ +| Bit | Meaning | ++=====+===================+ +| 0 | FuseAllVelocities | ++-----+-------------------+ + + + + + +.. _parameters_ESC_TLM: + +ESC\_TLM Parameters +------------------- + + +.. _ESC_TLM_MAV_OFS: + +ESC\_TLM\_MAV\_OFS: ESC Telemetry mavlink offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Offset to apply to ESC numbers when reporting as ESC\_TELEMETRY packets over MAVLink\. This allows high numbered motors to be displayed as low numbered ESCs for convenience on GCS displays\. A value of 4 would send ESC on output 5 as ESC number 1 in ESC\_TELEMETRY packets + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 31 | ++-----------+---------+ + + + + + +.. _parameters_FENCE_: + +FENCE\_ Parameters +------------------ + + +.. _FENCE_ENABLE: + +FENCE\_ENABLE: Fence enable\/disable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Allows you to enable \(1\) or disable \(0\) the fence functionality + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _FENCE_TYPE: + +FENCE\_TYPE: Fence Type +~~~~~~~~~~~~~~~~~~~~~~~ + + +Enabled fence types held as bitmask + + ++-----+--------------------------------------+ +| Bit | Meaning | ++=====+======================================+ +| 1 | Circle Centered on Home | ++-----+--------------------------------------+ +| 2 | Inclusion/Exclusion Circles+Polygons | ++-----+--------------------------------------+ + + + + +.. _FENCE_ACTION: + +FENCE\_ACTION: Fence Action +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What action should be taken when fence is breached + + ++-------+-------------------------+ +| Value | Meaning | ++=======+=========================+ +| 0 | Report Only | ++-------+-------------------------+ +| 1 | RTL or Hold | ++-------+-------------------------+ +| 2 | Hold | ++-------+-------------------------+ +| 3 | SmartRTL or RTL or Hold | ++-------+-------------------------+ +| 4 | SmartRTL or Hold | ++-------+-------------------------+ + + + + +.. _FENCE_RADIUS: + +FENCE\_RADIUS: Circular Fence Radius +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Circle fence radius which when breached will cause an RTL + + ++-------------+--------+ +| Range | Units | ++=============+========+ +| 30 to 10000 | meters | ++-------------+--------+ + + + + +.. _FENCE_MARGIN: + +FENCE\_MARGIN: Fence Margin +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Distance that autopilot\'s should maintain from the fence to avoid a breach + + ++---------+--------+ +| Range | Units | ++=========+========+ +| 1 to 10 | meters | ++---------+--------+ + + + + +.. _FENCE_TOTAL: + +FENCE\_TOTAL: Fence polygon point total +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of polygon points saved in eeprom \(do not update manually\) + + ++---------+ +| Range | ++=========+ +| 1 to 20 | ++---------+ + + + + + +.. _parameters_FFT_: + +FFT\_ Parameters +---------------- + + +.. _FFT_ENABLE: + +FFT\_ENABLE: Enable +~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Enable Gyro FFT analyser + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _FFT_MINHZ: + +FFT\_MINHZ: Minimum Frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Lower bound of FFT frequency detection in Hz\. On larger vehicles the minimum motor frequency is likely to be significantly lower than for smaller vehicles\. + + ++-----------+-------+ +| Range | Units | ++===========+=======+ +| 20 to 400 | hertz | ++-----------+-------+ + + + + +.. _FFT_MAXHZ: + +FFT\_MAXHZ: Maximum Frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Upper bound of FFT frequency detection in Hz\. On smaller vehicles the maximum motor frequency is likely to be significantly higher than for larger vehicles\. + + ++-----------+-------+ +| Range | Units | ++===========+=======+ +| 20 to 495 | hertz | ++-----------+-------+ + + + + +.. _FFT_SAMPLE_MODE: + +FFT\_SAMPLE\_MODE: Sample Mode +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Sampling mode \(and therefore rate\)\. 0\: Gyro rate sampling\, 1\: Fast loop rate sampling\, 2\: Fast loop rate \/ 2 sampling\, 3\: Fast loop rate \/ 3 sampling\. Takes effect on reboot\. + + ++--------+ +| Range | ++========+ +| 0 to 4 | ++--------+ + + + + +.. _FFT_WINDOW_SIZE: + +FFT\_WINDOW\_SIZE: FFT window size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Size of window to be used in FFT calculations\. Takes effect on reboot\. Must be a power of 2 and between 32 and 512\. Larger windows give greater frequency resolution but poorer time resolution\, consume more CPU time and may not be appropriate for all vehicles\. Time and frequency resolution are given by the sample\-rate \/ window\-size\. Windows of 256 are only really recommended for F7 class boards\, windows of 512 or more H7 class\. + + ++------------+ +| Range | ++============+ +| 32 to 1024 | ++------------+ + + + + +.. _FFT_WINDOW_OLAP: + +FFT\_WINDOW\_OLAP: FFT window overlap +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Percentage of window to be overlapped before another frame is process\. Takes effect on reboot\. A good default is 50\% overlap\. Higher overlap results in more processed frames but not necessarily more temporal resolution\. Lower overlap results in lost information at the frame edges\. + + ++----------+ +| Range | ++==========+ +| 0 to 0.9 | ++----------+ + + + + +.. _FFT_FREQ_HOVER: + +FFT\_FREQ\_HOVER: FFT learned hover frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The learned hover noise frequency + + ++----------+ +| Range | ++==========+ +| 0 to 250 | ++----------+ + + + + +.. _FFT_THR_REF: + +FFT\_THR\_REF: FFT learned thrust reference +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +FFT learned thrust reference for the hover frequency and FFT minimum frequency\. + + ++-------------+ +| Range | ++=============+ +| 0.01 to 0.9 | ++-------------+ + + + + +.. _FFT_SNR_REF: + +FFT\_SNR\_REF: FFT SNR reference threshold +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +FFT SNR reference threshold in dB at which a signal is determined to be present\. + + ++--------------+ +| Range | ++==============+ +| 0.0 to 100.0 | ++--------------+ + + + + +.. _FFT_ATT_REF: + +FFT\_ATT\_REF: FFT attenuation for bandwidth calculation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +FFT attenuation level in dB for bandwidth calculation and peak detection\. The bandwidth is calculated by comparing peak power output with the attenuated version\. The default of 15 has shown to be a good compromise in both simulations and real flight\. + + ++----------+ +| Range | ++==========+ +| 0 to 100 | ++----------+ + + + + +.. _FFT_BW_HOVER: + +FFT\_BW\_HOVER: FFT learned bandwidth at hover +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +FFT learned bandwidth at hover for the attenuation frequencies\. + + ++----------+ +| Range | ++==========+ +| 0 to 200 | ++----------+ + + + + +.. _FFT_HMNC_FIT: + +FFT\_HMNC\_FIT: FFT harmonic fit frequency threshold +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +FFT harmonic fit frequency threshold percentage at which a signal of the appropriate frequency is determined to be the harmonic of another\. Signals that have a harmonic relationship that varies at most by this percentage are considered harmonics of each other for the purpose of selecting the harmonic notch frequency\. If a match is found then the lower frequency harmonic is always used as the basis for the dynamic harmonic notch\. A value of zero completely disables harmonic matching\. + + ++----------+ +| Range | ++==========+ +| 0 to 100 | ++----------+ + + + + +.. _FFT_HMNC_PEAK: + +FFT\_HMNC\_PEAK: FFT harmonic peak target +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The FFT harmonic peak target that should be returned by FTN1\.PkAvg\. The resulting value will be used by the harmonic notch if configured to track the FFT frequency\. By default the appropriate peak is auto\-detected based on the harmonic fit between peaks and the energy\-weighted average frequency on roll on pitch is used\. Setting this to 1 will always target the highest energy peak\. Setting this to 2 will target the highest energy peak that is lower in frequency than the highest energy peak\. Setting this to 3 will target the highest energy peak that is higher in frequency than the highest energy peak\. Setting this to 4 will target the highest energy peak on the roll axis only and only the roll frequency will be used \(some vehicles have a much more pronounced peak on roll\)\. Setting this to 5 will target the highest energy peak on the pitch axis only and only the pitch frequency will be used \(some vehicles have a much more pronounced peak on roll\)\. + + ++-------+--------------------------+ +| Value | Meaning | ++=======+==========================+ +| 0 | Auto | ++-------+--------------------------+ +| 1 | Center Frequency | ++-------+--------------------------+ +| 2 | Lower-Shoulder Frequency | ++-------+--------------------------+ +| 3 | Upper-Shoulder Frequency | ++-------+--------------------------+ +| 4 | Roll-Axis | ++-------+--------------------------+ +| 5 | Pitch-Axis | ++-------+--------------------------+ + + + + +.. _FFT_NUM_FRAMES: + +FFT\_NUM\_FRAMES: FFT output frames to retain and average +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Number of output frequency frames to retain and average in order to calculate final frequencies\. Averaging output frames can drastically reduce noise and jitter at the cost of latency as long as the input is stable\. The default is to perform no averaging\. For rapidly changing frequencies \(e\.g\. smaller aircraft\) fewer frames should be averaged\. + + ++--------+ +| Range | ++========+ +| 0 to 8 | ++--------+ + + + + +.. _FFT_OPTIONS: + +FFT\_OPTIONS: FFT options +~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +FFT configuration options\. Values\: 1\:Apply the FFT \*after\* the filter bank\,2\:Check noise at the motor frequencies using ESC data as a reference + + ++-----+------------------------+ +| Bit | Meaning | ++=====+========================+ +| 0 | Enable post-filter FFT | ++-----+------------------------+ +| 1 | Check motor noise | ++-----+------------------------+ + + + + + +.. _parameters_FILT1_: + +FILT1\_ Parameters +------------------ + + +.. _FILT1_TYPE: + +FILT1\_TYPE: Filter Type +~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Filter Type + + ++-------+--------------+ +| Value | Meaning | ++=======+==============+ +| 0 | Disable | ++-------+--------------+ +| 1 | Notch Filter | ++-------+--------------+ + + + + +.. _FILT1_NOTCH_FREQ: + +FILT1\_NOTCH\_FREQ: Notch Filter center frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter center frequency in Hz\. + + ++-----------+-------+ +| Range | Units | ++===========+=======+ +| 10 to 495 | hertz | ++-----------+-------+ + + + + +.. _FILT1_NOTCH_Q: + +FILT1\_NOTCH\_Q: Notch Filter quality factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter quality factor given by the notch centre frequency divided by its bandwidth\. + + ++---------+ +| Range | ++=========+ +| 1 to 10 | ++---------+ + + + + +.. _FILT1_NOTCH_ATT: + +FILT1\_NOTCH\_ATT: Notch Filter attenuation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter attenuation in dB\. + + ++---------+---------+ +| Range | Units | ++=========+=========+ +| 5 to 50 | decibel | ++---------+---------+ + + + + + +.. _parameters_FILT2_: + +FILT2\_ Parameters +------------------ + + +.. _FILT2_TYPE: + +FILT2\_TYPE: Filter Type +~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Filter Type + + ++-------+--------------+ +| Value | Meaning | ++=======+==============+ +| 0 | Disable | ++-------+--------------+ +| 1 | Notch Filter | ++-------+--------------+ + + + + +.. _FILT2_NOTCH_FREQ: + +FILT2\_NOTCH\_FREQ: Notch Filter center frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter center frequency in Hz\. + + ++-----------+-------+ +| Range | Units | ++===========+=======+ +| 10 to 495 | hertz | ++-----------+-------+ + + + + +.. _FILT2_NOTCH_Q: + +FILT2\_NOTCH\_Q: Notch Filter quality factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter quality factor given by the notch centre frequency divided by its bandwidth\. + + ++---------+ +| Range | ++=========+ +| 1 to 10 | ++---------+ + + + + +.. _FILT2_NOTCH_ATT: + +FILT2\_NOTCH\_ATT: Notch Filter attenuation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter attenuation in dB\. + + ++---------+---------+ +| Range | Units | ++=========+=========+ +| 5 to 50 | decibel | ++---------+---------+ + + + + + +.. _parameters_FILT3_: + +FILT3\_ Parameters +------------------ + + +.. _FILT3_TYPE: + +FILT3\_TYPE: Filter Type +~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Filter Type + + ++-------+--------------+ +| Value | Meaning | ++=======+==============+ +| 0 | Disable | ++-------+--------------+ +| 1 | Notch Filter | ++-------+--------------+ + + + + +.. _FILT3_NOTCH_FREQ: + +FILT3\_NOTCH\_FREQ: Notch Filter center frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter center frequency in Hz\. + + ++-----------+-------+ +| Range | Units | ++===========+=======+ +| 10 to 495 | hertz | ++-----------+-------+ + + + + +.. _FILT3_NOTCH_Q: + +FILT3\_NOTCH\_Q: Notch Filter quality factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter quality factor given by the notch centre frequency divided by its bandwidth\. + + ++---------+ +| Range | ++=========+ +| 1 to 10 | ++---------+ + + + + +.. _FILT3_NOTCH_ATT: + +FILT3\_NOTCH\_ATT: Notch Filter attenuation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter attenuation in dB\. + + ++---------+---------+ +| Range | Units | ++=========+=========+ +| 5 to 50 | decibel | ++---------+---------+ + + + + + +.. _parameters_FILT4_: + +FILT4\_ Parameters +------------------ + + +.. _FILT4_TYPE: + +FILT4\_TYPE: Filter Type +~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Filter Type + + ++-------+--------------+ +| Value | Meaning | ++=======+==============+ +| 0 | Disable | ++-------+--------------+ +| 1 | Notch Filter | ++-------+--------------+ + + + + +.. _FILT4_NOTCH_FREQ: + +FILT4\_NOTCH\_FREQ: Notch Filter center frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter center frequency in Hz\. + + ++-----------+-------+ +| Range | Units | ++===========+=======+ +| 10 to 495 | hertz | ++-----------+-------+ + + + + +.. _FILT4_NOTCH_Q: + +FILT4\_NOTCH\_Q: Notch Filter quality factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter quality factor given by the notch centre frequency divided by its bandwidth\. + + ++---------+ +| Range | ++=========+ +| 1 to 10 | ++---------+ + + + + +.. _FILT4_NOTCH_ATT: + +FILT4\_NOTCH\_ATT: Notch Filter attenuation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter attenuation in dB\. + + ++---------+---------+ +| Range | Units | ++=========+=========+ +| 5 to 50 | decibel | ++---------+---------+ + + + + + +.. _parameters_FILT5_: + +FILT5\_ Parameters +------------------ + + +.. _FILT5_TYPE: + +FILT5\_TYPE: Filter Type +~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Filter Type + + ++-------+--------------+ +| Value | Meaning | ++=======+==============+ +| 0 | Disable | ++-------+--------------+ +| 1 | Notch Filter | ++-------+--------------+ + + + + +.. _FILT5_NOTCH_FREQ: + +FILT5\_NOTCH\_FREQ: Notch Filter center frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter center frequency in Hz\. + + ++-----------+-------+ +| Range | Units | ++===========+=======+ +| 10 to 495 | hertz | ++-----------+-------+ + + + + +.. _FILT5_NOTCH_Q: + +FILT5\_NOTCH\_Q: Notch Filter quality factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter quality factor given by the notch centre frequency divided by its bandwidth\. + + ++---------+ +| Range | ++=========+ +| 1 to 10 | ++---------+ + + + + +.. _FILT5_NOTCH_ATT: + +FILT5\_NOTCH\_ATT: Notch Filter attenuation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter attenuation in dB\. + + ++---------+---------+ +| Range | Units | ++=========+=========+ +| 5 to 50 | decibel | ++---------+---------+ + + + + + +.. _parameters_FILT6_: + +FILT6\_ Parameters +------------------ + + +.. _FILT6_TYPE: + +FILT6\_TYPE: Filter Type +~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Filter Type + + ++-------+--------------+ +| Value | Meaning | ++=======+==============+ +| 0 | Disable | ++-------+--------------+ +| 1 | Notch Filter | ++-------+--------------+ + + + + +.. _FILT6_NOTCH_FREQ: + +FILT6\_NOTCH\_FREQ: Notch Filter center frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter center frequency in Hz\. + + ++-----------+-------+ +| Range | Units | ++===========+=======+ +| 10 to 495 | hertz | ++-----------+-------+ + + + + +.. _FILT6_NOTCH_Q: + +FILT6\_NOTCH\_Q: Notch Filter quality factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter quality factor given by the notch centre frequency divided by its bandwidth\. + + ++---------+ +| Range | ++=========+ +| 1 to 10 | ++---------+ + + + + +.. _FILT6_NOTCH_ATT: + +FILT6\_NOTCH\_ATT: Notch Filter attenuation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter attenuation in dB\. + + ++---------+---------+ +| Range | Units | ++=========+=========+ +| 5 to 50 | decibel | ++---------+---------+ + + + + + +.. _parameters_FILT7_: + +FILT7\_ Parameters +------------------ + + +.. _FILT7_TYPE: + +FILT7\_TYPE: Filter Type +~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Filter Type + + ++-------+--------------+ +| Value | Meaning | ++=======+==============+ +| 0 | Disable | ++-------+--------------+ +| 1 | Notch Filter | ++-------+--------------+ + + + + +.. _FILT7_NOTCH_FREQ: + +FILT7\_NOTCH\_FREQ: Notch Filter center frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter center frequency in Hz\. + + ++-----------+-------+ +| Range | Units | ++===========+=======+ +| 10 to 495 | hertz | ++-----------+-------+ + + + + +.. _FILT7_NOTCH_Q: + +FILT7\_NOTCH\_Q: Notch Filter quality factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter quality factor given by the notch centre frequency divided by its bandwidth\. + + ++---------+ +| Range | ++=========+ +| 1 to 10 | ++---------+ + + + + +.. _FILT7_NOTCH_ATT: + +FILT7\_NOTCH\_ATT: Notch Filter attenuation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter attenuation in dB\. + + ++---------+---------+ +| Range | Units | ++=========+=========+ +| 5 to 50 | decibel | ++---------+---------+ + + + + + +.. _parameters_FILT8_: + +FILT8\_ Parameters +------------------ + + +.. _FILT8_TYPE: + +FILT8\_TYPE: Filter Type +~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Filter Type + + ++-------+--------------+ +| Value | Meaning | ++=======+==============+ +| 0 | Disable | ++-------+--------------+ +| 1 | Notch Filter | ++-------+--------------+ + + + + +.. _FILT8_NOTCH_FREQ: + +FILT8\_NOTCH\_FREQ: Notch Filter center frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter center frequency in Hz\. + + ++-----------+-------+ +| Range | Units | ++===========+=======+ +| 10 to 495 | hertz | ++-----------+-------+ + + + + +.. _FILT8_NOTCH_Q: + +FILT8\_NOTCH\_Q: Notch Filter quality factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter quality factor given by the notch centre frequency divided by its bandwidth\. + + ++---------+ +| Range | ++=========+ +| 1 to 10 | ++---------+ + + + + +.. _FILT8_NOTCH_ATT: + +FILT8\_NOTCH\_ATT: Notch Filter attenuation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Notch Filter attenuation in dB\. + + ++---------+---------+ +| Range | Units | ++=========+=========+ +| 5 to 50 | decibel | ++---------+---------+ + + + + + +.. _parameters_FLOW: + +FLOW Parameters +--------------- + + +.. _FLOW_TYPE: + +FLOW\_TYPE: Optical flow sensor type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Optical flow sensor type + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | None | ++-------+----------+ +| 1 | PX4Flow | ++-------+----------+ +| 2 | Pixart | ++-------+----------+ +| 3 | Bebop | ++-------+----------+ +| 4 | CXOF | ++-------+----------+ +| 5 | MAVLink | ++-------+----------+ +| 6 | DroneCAN | ++-------+----------+ +| 7 | MSP | ++-------+----------+ +| 8 | UPFLOW | ++-------+----------+ + + + + +.. _FLOW_FXSCALER: + +FLOW\_FXSCALER: X axis optical flow scale factor correction +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the parts per thousand scale factor correction applied to the flow sensor X axis optical rate\. It can be used to correct for variations in effective focal length\. Each positive increment of 1 increases the scale factor applied to the X axis optical flow reading by 0\.1\%\. Negative values reduce the scale factor\. + + ++-----------+--------------+ +| Increment | Range | ++===========+==============+ +| 1 | -800 to +800 | ++-----------+--------------+ + + + + +.. _FLOW_FYSCALER: + +FLOW\_FYSCALER: Y axis optical flow scale factor correction +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the parts per thousand scale factor correction applied to the flow sensor Y axis optical rate\. It can be used to correct for variations in effective focal length\. Each positive increment of 1 increases the scale factor applied to the Y axis optical flow reading by 0\.1\%\. Negative values reduce the scale factor\. + + ++-----------+--------------+ +| Increment | Range | ++===========+==============+ +| 1 | -800 to +800 | ++-----------+--------------+ + + + + +.. _FLOW_ORIENT_YAW: + +FLOW\_ORIENT\_YAW: Flow sensor yaw alignment +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Specifies the number of centi\-degrees that the flow sensor is yawed relative to the vehicle\. A sensor with its X\-axis pointing to the right of the vehicle X axis has a positive yaw angle\. + + ++-----------+------------------+--------------+ +| Increment | Range | Units | ++===========+==================+==============+ +| 10 | -17999 to +18000 | centidegrees | ++-----------+------------------+--------------+ + + + + +.. _FLOW_POS_X: + +FLOW\_POS\_X: X position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +X position of the optical flow sensor focal point in body frame\. Positive X is forward of the origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _FLOW_POS_Y: + +FLOW\_POS\_Y: Y position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Y position of the optical flow sensor focal point in body frame\. Positive Y is to the right of the origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _FLOW_POS_Z: + +FLOW\_POS\_Z: Z position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Z position of the optical flow sensor focal point in body frame\. Positive Z is down from the origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _FLOW_ADDR: + +FLOW\_ADDR: Address on the bus +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is used to select between multiple possible I2C addresses for some sensor types\. For PX4Flow you can choose 0 to 7 for the 8 possible addresses on the I2C bus\. + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _FLOW_HGT_OVR: + +FLOW\_HGT\_OVR: Height override of sensor above ground +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is used in rover vehicles\, where the sensor is a fixed height above the ground + + ++-----------+--------+--------+ +| Increment | Range | Units | ++===========+========+========+ +| 0.01 | 0 to 2 | meters | ++-----------+--------+--------+ + + + + + +.. _parameters_FOLL: + +FOLL Parameters +--------------- + + +.. _FOLL_ENABLE: + +FOLL\_ENABLE: Follow enable\/disable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enabled\/disable following a target + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _FOLL_SYSID: + +FOLL\_SYSID: Follow target\'s mavlink system id +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Follow target\'s mavlink system id + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _FOLL_DIST_MAX: + +FOLL\_DIST\_MAX: Follow distance maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Follow distance maximum\. targets further than this will be ignored + + ++-----------+--------+ +| Range | Units | ++===========+========+ +| 1 to 1000 | meters | ++-----------+--------+ + + + + +.. _FOLL_OFS_TYPE: + +FOLL\_OFS\_TYPE: Follow offset type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Follow offset type + + ++-------+----------------------------------+ +| Value | Meaning | ++=======+==================================+ +| 0 | North-East-Down | ++-------+----------------------------------+ +| 1 | Relative to lead vehicle heading | ++-------+----------------------------------+ + + + + +.. _FOLL_OFS_X: + +FOLL\_OFS\_X: Follow offsets in meters north\/forward +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Follow offsets in meters north\/forward\. If positive\, this vehicle fly ahead or north of lead vehicle\. Depends on FOLL\_OFS\_TYPE + + ++-----------+-------------+--------+ +| Increment | Range | Units | ++===========+=============+========+ +| 1 | -100 to 100 | meters | ++-----------+-------------+--------+ + + + + +.. _FOLL_OFS_Y: + +FOLL\_OFS\_Y: Follow offsets in meters east\/right +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Follow offsets in meters east\/right\. If positive\, this vehicle will fly to the right or east of lead vehicle\. Depends on FOLL\_OFS\_TYPE + + ++-----------+-------------+--------+ +| Increment | Range | Units | ++===========+=============+========+ +| 1 | -100 to 100 | meters | ++-----------+-------------+--------+ + + + + +.. _FOLL_OFS_Z: + +FOLL\_OFS\_Z: Follow offsets in meters down +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Follow offsets in meters down\. If positive\, this vehicle will fly below the lead vehicle + + ++-----------+-------------+--------+ +| Increment | Range | Units | ++===========+=============+========+ +| 1 | -100 to 100 | meters | ++-----------+-------------+--------+ + + + + +.. _FOLL_YAW_BEHAVE: + +FOLL\_YAW\_BEHAVE: Follow yaw behaviour +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Follow yaw behaviour + + ++-------+----------------------+ +| Value | Meaning | ++=======+======================+ +| 0 | None | ++-------+----------------------+ +| 1 | Face Lead Vehicle | ++-------+----------------------+ +| 2 | Same as Lead vehicle | ++-------+----------------------+ +| 3 | Direction of Flight | ++-------+----------------------+ + + + + +.. _FOLL_POS_P: + +FOLL\_POS\_P: Follow position error P gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Follow position error P gain\. Converts the difference between desired vertical speed and actual speed into a desired acceleration that is passed to the throttle acceleration controller + + ++-----------+--------------+ +| Increment | Range | ++===========+==============+ +| 0.01 | 0.01 to 1.00 | ++-----------+--------------+ + + + + +.. _FOLL_ALT_TYPE: + +FOLL\_ALT\_TYPE: Follow altitude type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Follow altitude type + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | absolute | ++-------+----------+ +| 1 | relative | ++-------+----------+ + + + + +.. _FOLL_OPTIONS: + +FOLL\_OPTIONS: Follow options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Follow options bitmask + + ++-------+------------------------------------------+ +| Value | Meaning | ++=======+==========================================+ +| 0 | None | ++-------+------------------------------------------+ +| 1 | Mount Follows lead vehicle on mode enter | ++-------+------------------------------------------+ + + + + + +.. _parameters_FRSKY_: + +FRSKY\_ Parameters +------------------ + + +.. _FRSKY_UPLINK_ID: + +FRSKY\_UPLINK\_ID: Uplink sensor id +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Change the uplink sensor id \(SPort only\) + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| -1 | Disable | ++-------+---------+ +| 7 | 7 | ++-------+---------+ +| 8 | 8 | ++-------+---------+ +| 9 | 9 | ++-------+---------+ +| 10 | 10 | ++-------+---------+ +| 11 | 11 | ++-------+---------+ +| 12 | 12 | ++-------+---------+ +| 13 | 13 | ++-------+---------+ +| 14 | 14 | ++-------+---------+ +| 15 | 15 | ++-------+---------+ +| 16 | 16 | ++-------+---------+ +| 17 | 17 | ++-------+---------+ +| 18 | 18 | ++-------+---------+ +| 19 | 19 | ++-------+---------+ +| 20 | 20 | ++-------+---------+ +| 21 | 21 | ++-------+---------+ +| 22 | 22 | ++-------+---------+ +| 23 | 23 | ++-------+---------+ +| 24 | 24 | ++-------+---------+ +| 25 | 25 | ++-------+---------+ +| 26 | 26 | ++-------+---------+ + + + + +.. _FRSKY_DNLINK1_ID: + +FRSKY\_DNLINK1\_ID: First downlink sensor id +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Change the first extra downlink sensor id \(SPort only\) + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| -1 | Disable | ++-------+---------+ +| 7 | 7 | ++-------+---------+ +| 8 | 8 | ++-------+---------+ +| 9 | 9 | ++-------+---------+ +| 10 | 10 | ++-------+---------+ +| 11 | 11 | ++-------+---------+ +| 12 | 12 | ++-------+---------+ +| 13 | 13 | ++-------+---------+ +| 14 | 14 | ++-------+---------+ +| 15 | 15 | ++-------+---------+ +| 16 | 16 | ++-------+---------+ +| 17 | 17 | ++-------+---------+ +| 18 | 18 | ++-------+---------+ +| 19 | 19 | ++-------+---------+ +| 20 | 20 | ++-------+---------+ +| 21 | 21 | ++-------+---------+ +| 22 | 22 | ++-------+---------+ +| 23 | 23 | ++-------+---------+ +| 24 | 24 | ++-------+---------+ +| 25 | 25 | ++-------+---------+ +| 26 | 26 | ++-------+---------+ + + + + +.. _FRSKY_DNLINK2_ID: + +FRSKY\_DNLINK2\_ID: Second downlink sensor id +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Change the second extra downlink sensor id \(SPort only\) + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| -1 | Disable | ++-------+---------+ +| 7 | 7 | ++-------+---------+ +| 8 | 8 | ++-------+---------+ +| 9 | 9 | ++-------+---------+ +| 10 | 10 | ++-------+---------+ +| 11 | 11 | ++-------+---------+ +| 12 | 12 | ++-------+---------+ +| 13 | 13 | ++-------+---------+ +| 14 | 14 | ++-------+---------+ +| 15 | 15 | ++-------+---------+ +| 16 | 16 | ++-------+---------+ +| 17 | 17 | ++-------+---------+ +| 18 | 18 | ++-------+---------+ +| 19 | 19 | ++-------+---------+ +| 20 | 20 | ++-------+---------+ +| 21 | 21 | ++-------+---------+ +| 22 | 22 | ++-------+---------+ +| 23 | 23 | ++-------+---------+ +| 24 | 24 | ++-------+---------+ +| 25 | 25 | ++-------+---------+ +| 26 | 26 | ++-------+---------+ + + + + +.. _FRSKY_DNLINK_ID: + +FRSKY\_DNLINK\_ID: Default downlink sensor id +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Change the default downlink sensor id \(SPort only\) + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| -1 | Disable | ++-------+---------+ +| 7 | 7 | ++-------+---------+ +| 8 | 8 | ++-------+---------+ +| 9 | 9 | ++-------+---------+ +| 10 | 10 | ++-------+---------+ +| 11 | 11 | ++-------+---------+ +| 12 | 12 | ++-------+---------+ +| 13 | 13 | ++-------+---------+ +| 14 | 14 | ++-------+---------+ +| 15 | 15 | ++-------+---------+ +| 16 | 16 | ++-------+---------+ +| 17 | 17 | ++-------+---------+ +| 18 | 18 | ++-------+---------+ +| 19 | 19 | ++-------+---------+ +| 20 | 20 | ++-------+---------+ +| 21 | 21 | ++-------+---------+ +| 22 | 22 | ++-------+---------+ +| 23 | 23 | ++-------+---------+ +| 24 | 24 | ++-------+---------+ +| 25 | 25 | ++-------+---------+ +| 26 | 26 | ++-------+---------+ +| 27 | 27 | ++-------+---------+ + + + + +.. _FRSKY_OPTIONS: + +FRSKY\_OPTIONS: FRSky Telemetry Options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +A bitmask to set some FRSky Telemetry specific options + + ++-----+------------------------------+ +| Bit | Meaning | ++=====+==============================+ +| 0 | EnableAirspeedAndGroundspeed | ++-----+------------------------------+ + + + + + +.. _parameters_GEN_: + +GEN\_ Parameters +---------------- + + +.. _GEN_TYPE: + +GEN\_TYPE: Generator type +~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Generator type + + ++-------+------------------------+ +| Value | Meaning | ++=======+========================+ +| 0 | Disabled | ++-------+------------------------+ +| 1 | IE 650w 800w Fuel Cell | ++-------+------------------------+ +| 2 | IE 2.4kW Fuel Cell | ++-------+------------------------+ +| 3 | Richenpower | ++-------+------------------------+ + + + + +.. _GEN_OPTIONS: + +GEN\_OPTIONS: Generator Options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Bitmask of options for generators + + ++-----+----------------------------------------+ +| Bit | Meaning | ++=====+========================================+ +| 0 | Suppress Maintenance-Required Warnings | ++-----+----------------------------------------+ + + + + + +.. _parameters_GPS: + +GPS Parameters +-------------- + + +.. _GPS_TYPE: + +GPS\_TYPE: 1st GPS type +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +GPS type of 1st GPS + + ++-------+-------------------------------+ +| Value | Meaning | ++=======+===============================+ +| 0 | None | ++-------+-------------------------------+ +| 1 | AUTO | ++-------+-------------------------------+ +| 2 | uBlox | ++-------+-------------------------------+ +| 5 | NMEA | ++-------+-------------------------------+ +| 6 | SiRF | ++-------+-------------------------------+ +| 7 | HIL | ++-------+-------------------------------+ +| 8 | SwiftNav | ++-------+-------------------------------+ +| 9 | DroneCAN | ++-------+-------------------------------+ +| 10 | SBF | ++-------+-------------------------------+ +| 11 | GSOF | ++-------+-------------------------------+ +| 13 | ERB | ++-------+-------------------------------+ +| 14 | MAV | ++-------+-------------------------------+ +| 15 | NOVA | ++-------+-------------------------------+ +| 16 | HemisphereNMEA | ++-------+-------------------------------+ +| 17 | uBlox-MovingBaseline-Base | ++-------+-------------------------------+ +| 18 | uBlox-MovingBaseline-Rover | ++-------+-------------------------------+ +| 19 | MSP | ++-------+-------------------------------+ +| 20 | AllyStar | ++-------+-------------------------------+ +| 21 | ExternalAHRS | ++-------+-------------------------------+ +| 22 | DroneCAN-MovingBaseline-Base | ++-------+-------------------------------+ +| 23 | DroneCAN-MovingBaseline-Rover | ++-------+-------------------------------+ +| 24 | UnicoreNMEA | ++-------+-------------------------------+ +| 25 | UnicoreMovingBaselineNMEA | ++-------+-------------------------------+ +| 26 | SBF-DualAntenna | ++-------+-------------------------------+ + + + + +.. _GPS_TYPE2: + +GPS\_TYPE2: 2nd GPS type +~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +GPS type of 2nd GPS + + ++-------+-------------------------------+ +| Value | Meaning | ++=======+===============================+ +| 0 | None | ++-------+-------------------------------+ +| 1 | AUTO | ++-------+-------------------------------+ +| 2 | uBlox | ++-------+-------------------------------+ +| 5 | NMEA | ++-------+-------------------------------+ +| 6 | SiRF | ++-------+-------------------------------+ +| 7 | HIL | ++-------+-------------------------------+ +| 8 | SwiftNav | ++-------+-------------------------------+ +| 9 | DroneCAN | ++-------+-------------------------------+ +| 10 | SBF | ++-------+-------------------------------+ +| 11 | GSOF | ++-------+-------------------------------+ +| 13 | ERB | ++-------+-------------------------------+ +| 14 | MAV | ++-------+-------------------------------+ +| 15 | NOVA | ++-------+-------------------------------+ +| 16 | HemisphereNMEA | ++-------+-------------------------------+ +| 17 | uBlox-MovingBaseline-Base | ++-------+-------------------------------+ +| 18 | uBlox-MovingBaseline-Rover | ++-------+-------------------------------+ +| 19 | MSP | ++-------+-------------------------------+ +| 20 | AllyStar | ++-------+-------------------------------+ +| 21 | ExternalAHRS | ++-------+-------------------------------+ +| 22 | DroneCAN-MovingBaseline-Base | ++-------+-------------------------------+ +| 23 | DroneCAN-MovingBaseline-Rover | ++-------+-------------------------------+ +| 24 | UnicoreNMEA | ++-------+-------------------------------+ +| 25 | UnicoreMovingBaselineNMEA | ++-------+-------------------------------+ +| 26 | SBF-DualAntenna | ++-------+-------------------------------+ + + + + +.. _GPS_NAVFILTER: + +GPS\_NAVFILTER: Navigation filter setting +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Navigation filter engine setting + + ++-------+------------+ +| Value | Meaning | ++=======+============+ +| 0 | Portable | ++-------+------------+ +| 2 | Stationary | ++-------+------------+ +| 3 | Pedestrian | ++-------+------------+ +| 4 | Automotive | ++-------+------------+ +| 5 | Sea | ++-------+------------+ +| 6 | Airborne1G | ++-------+------------+ +| 7 | Airborne2G | ++-------+------------+ +| 8 | Airborne4G | ++-------+------------+ + + + + +.. _GPS_AUTO_SWITCH: + +GPS\_AUTO\_SWITCH: Automatic Switchover Setting +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Automatic switchover to GPS reporting best lock\, 1\:UseBest selects the GPS with highest status\, if both are equal the GPS with highest satellite count is used 4\:Use primary if 3D fix or better\, will revert to \'UseBest\' behaviour if 3D fix is lost on primary + + ++-------+---------------------------------+ +| Value | Meaning | ++=======+=================================+ +| 0 | Use primary | ++-------+---------------------------------+ +| 1 | UseBest | ++-------+---------------------------------+ +| 2 | Blend | ++-------+---------------------------------+ +| 4 | Use primary if 3D fix or better | ++-------+---------------------------------+ + + + + +.. _GPS_MIN_DGPS: + +GPS\_MIN\_DGPS: Minimum Lock Type Accepted for DGPS +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Sets the minimum type of differential GPS corrections required before allowing to switch into DGPS mode\. + + ++-------+------------+ +| Value | Meaning | ++=======+============+ +| 0 | Any | ++-------+------------+ +| 50 | FloatRTK | ++-------+------------+ +| 100 | IntegerRTK | ++-------+------------+ + + + + +.. _GPS_SBAS_MODE: + +GPS\_SBAS\_MODE: SBAS Mode +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the SBAS \(satellite based augmentation system\) mode if available on this GPS\. If set to 2 then the SBAS mode is not changed in the GPS\. Otherwise the GPS will be reconfigured to enable\/disable SBAS\. Disabling SBAS may be worthwhile in some parts of the world where an SBAS signal is available but the baseline is too long to be useful\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ +| 2 | NoChange | ++-------+----------+ + + + + +.. _GPS_MIN_ELEV: + +GPS\_MIN\_ELEV: Minimum elevation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the minimum elevation of satellites above the horizon for them to be used for navigation\. Setting this to \-100 leaves the minimum elevation set to the GPS modules default\. + + ++------------+---------+ +| Range | Units | ++============+=========+ +| -100 to 90 | degrees | ++------------+---------+ + + + + +.. _GPS_INJECT_TO: + +GPS\_INJECT\_TO: Destination for GPS\_INJECT\_DATA MAVLink packets +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The GGS can send raw serial packets to inject data to multiple GPSes\. + + ++-------+-------------------+ +| Value | Meaning | ++=======+===================+ +| 0 | send to first GPS | ++-------+-------------------+ +| 1 | send to 2nd GPS | ++-------+-------------------+ +| 127 | send to all | ++-------+-------------------+ + + + + +.. _GPS_SBP_LOGMASK: + +GPS\_SBP\_LOGMASK: Swift Binary Protocol Logging Mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Masked with the SBP msg\_type field to determine whether SBR1\/SBR2 data is logged + + ++-------+------------------------+ +| Value | Meaning | ++=======+========================+ +| 0 | None (0x0000) | ++-------+------------------------+ +| -1 | All (0xFFFF) | ++-------+------------------------+ +| -256 | External only (0xFF00) | ++-------+------------------------+ + + + + +.. _GPS_RAW_DATA: + +GPS\_RAW\_DATA: Raw data logging +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Handles logging raw data\; on uBlox chips that support raw data this will log RXM messages into logger\; on Septentrio this will log on the equipment\'s SD card and when set to 2\, the autopilot will try to stop logging after disarming and restart after arming + + ++-------+------------------------------------------+ +| Value | Meaning | ++=======+==========================================+ +| 0 | Ignore | ++-------+------------------------------------------+ +| 1 | Always log | ++-------+------------------------------------------+ +| 2 | Stop logging when disarmed (SBF only) | ++-------+------------------------------------------+ +| 5 | Only log every five samples (uBlox only) | ++-------+------------------------------------------+ + + + + +.. _GPS_GNSS_MODE: + +GPS\_GNSS\_MODE: GNSS system configuration +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bitmask for what GNSS system to use on the first GPS \(all unchecked or zero to leave GPS as configured\) + + ++-----+---------+ +| Bit | Meaning | ++=====+=========+ +| 0 | GPS | ++-----+---------+ +| 1 | SBAS | ++-----+---------+ +| 2 | Galileo | ++-----+---------+ +| 3 | Beidou | ++-----+---------+ +| 4 | IMES | ++-----+---------+ +| 5 | QZSS | ++-----+---------+ +| 6 | GLONASS | ++-----+---------+ + + + + +.. _GPS_SAVE_CFG: + +GPS\_SAVE\_CFG: Save GPS configuration +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Determines whether the configuration for this GPS should be written to non\-volatile memory on the GPS\. Currently working for UBlox 6 series and above\. + + ++-------+-----------------------+ +| Value | Meaning | ++=======+=======================+ +| 0 | Do not save config | ++-------+-----------------------+ +| 1 | Save config | ++-------+-----------------------+ +| 2 | Save only when needed | ++-------+-----------------------+ + + + + +.. _GPS_GNSS_MODE2: + +GPS\_GNSS\_MODE2: GNSS system configuration +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bitmask for what GNSS system to use on the second GPS \(all unchecked or zero to leave GPS as configured\) + + ++-----+---------+ +| Bit | Meaning | ++=====+=========+ +| 0 | GPS | ++-----+---------+ +| 1 | SBAS | ++-----+---------+ +| 2 | Galileo | ++-----+---------+ +| 3 | Beidou | ++-----+---------+ +| 4 | IMES | ++-----+---------+ +| 5 | QZSS | ++-----+---------+ +| 6 | GLONASS | ++-----+---------+ + + + + +.. _GPS_AUTO_CONFIG: + +GPS\_AUTO\_CONFIG: Automatic GPS configuration +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Controls if the autopilot should automatically configure the GPS based on the parameters and default settings + + ++-------+------------------------------------------------------+ +| Value | Meaning | ++=======+======================================================+ +| 0 | Disables automatic configuration | ++-------+------------------------------------------------------+ +| 1 | Enable automatic configuration for Serial GPSes only | ++-------+------------------------------------------------------+ +| 2 | Enable automatic configuration for DroneCAN as well | ++-------+------------------------------------------------------+ + + + + +.. _GPS_RATE_MS: + +GPS\_RATE\_MS: GPS update rate in milliseconds +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Controls how often the GPS should provide a position update\. Lowering below 5Hz\(default\) is not allowed\. Raising the rate above 5Hz usually provides little benefit and for some GPS \(eg Ublox M9N\) can severely impact performance\. + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 100 | 10Hz | ++-------+---------+ +| 125 | 8Hz | ++-------+---------+ +| 200 | 5Hz | ++-------+---------+ + + + + ++-----------+--------------+ +| Range | Units | ++===========+==============+ +| 50 to 200 | milliseconds | ++-----------+--------------+ + + + + +.. _GPS_RATE_MS2: + +GPS\_RATE\_MS2: GPS 2 update rate in milliseconds +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Controls how often the GPS should provide a position update\. Lowering below 5Hz\(default\) is not allowed\. Raising the rate above 5Hz usually provides little benefit and for some GPS \(eg Ublox M9N\) can severely impact performance\. + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 100 | 10Hz | ++-------+---------+ +| 125 | 8Hz | ++-------+---------+ +| 200 | 5Hz | ++-------+---------+ + + + + ++-----------+--------------+ +| Range | Units | ++===========+==============+ +| 50 to 200 | milliseconds | ++-----------+--------------+ + + + + +.. _GPS_POS1_X: + +GPS\_POS1\_X: Antenna X position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +X position of the first GPS antenna in body frame\. Positive X is forward of the origin\. Use antenna phase centroid location if provided by the manufacturer\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _GPS_POS1_Y: + +GPS\_POS1\_Y: Antenna Y position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Y position of the first GPS antenna in body frame\. Positive Y is to the right of the origin\. Use antenna phase centroid location if provided by the manufacturer\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _GPS_POS1_Z: + +GPS\_POS1\_Z: Antenna Z position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Z position of the first GPS antenna in body frame\. Positive Z is down from the origin\. Use antenna phase centroid location if provided by the manufacturer\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _GPS_POS2_X: + +GPS\_POS2\_X: Antenna X position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +X position of the second GPS antenna in body frame\. Positive X is forward of the origin\. Use antenna phase centroid location if provided by the manufacturer\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _GPS_POS2_Y: + +GPS\_POS2\_Y: Antenna Y position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Y position of the second GPS antenna in body frame\. Positive Y is to the right of the origin\. Use antenna phase centroid location if provided by the manufacturer\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _GPS_POS2_Z: + +GPS\_POS2\_Z: Antenna Z position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Z position of the second GPS antenna in body frame\. Positive Z is down from the origin\. Use antenna phase centroid location if provided by the manufacturer\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _GPS_DELAY_MS: + +GPS\_DELAY\_MS: GPS delay in milliseconds +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Controls the amount of GPS measurement delay that the autopilot compensates for\. Set to zero to use the default delay for the detected GPS type\. + + ++----------+--------------+ +| Range | Units | ++==========+==============+ +| 0 to 250 | milliseconds | ++----------+--------------+ + + + + +.. _GPS_DELAY_MS2: + +GPS\_DELAY\_MS2: GPS 2 delay in milliseconds +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Controls the amount of GPS measurement delay that the autopilot compensates for\. Set to zero to use the default delay for the detected GPS type\. + + ++----------+--------------+ +| Range | Units | ++==========+==============+ +| 0 to 250 | milliseconds | ++----------+--------------+ + + + + +.. _GPS_BLEND_MASK: + +GPS\_BLEND\_MASK: Multi GPS Blending Mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Determines which of the accuracy measures Horizontal position\, Vertical Position and Speed are used to calculate the weighting on each GPS receiver when soft switching has been selected by setting GPS\_AUTO\_SWITCH to 2\(Blend\) + + ++-----+-----------+ +| Bit | Meaning | ++=====+===========+ +| 0 | Horiz Pos | ++-----+-----------+ +| 1 | Vert Pos | ++-----+-----------+ +| 2 | Speed | ++-----+-----------+ + + + + +.. _GPS_DRV_OPTIONS: + +GPS\_DRV\_OPTIONS: driver options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Additional backend specific options + + ++-----+---------------------------------------------------------+ +| Bit | Meaning | ++=====+=========================================================+ +| 0 | Use UART2 for moving baseline on ublox | ++-----+---------------------------------------------------------+ +| 1 | Use base station for GPS yaw on SBF | ++-----+---------------------------------------------------------+ +| 2 | Use baudrate 115200 | ++-----+---------------------------------------------------------+ +| 3 | Use dedicated CAN port b/w GPSes for moving baseline | ++-----+---------------------------------------------------------+ +| 4 | Use ellipsoid height instead of AMSL | ++-----+---------------------------------------------------------+ +| 5 | Override GPS satellite health of L5 band from L1 health | ++-----+---------------------------------------------------------+ + + + + +.. _GPS_COM_PORT: + +GPS\_COM\_PORT: GPS physical COM port +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +The physical COM port on the connected device\, currently only applies to SBF and GSOF GPS + + ++-------+---------------------+ +| Value | Meaning | ++=======+=====================+ +| 0 | COM1(RS232) on GSOF | ++-------+---------------------+ +| 1 | COM2(TTL) on GSOF | ++-------+---------------------+ + + + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 10 | ++-----------+---------+ + + + + +.. _GPS_COM_PORT2: + +GPS\_COM\_PORT2: GPS physical COM port +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +The physical COM port on the connected device\, currently only applies to SBF and GSOF GPS + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 10 | ++-----------+---------+ + + + + +.. _GPS_PRIMARY: + +GPS\_PRIMARY: Primary GPS +~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This GPS will be used when GPS\_AUTO\_SWITCH is 0 and used preferentially with GPS\_AUTO\_SWITCH \= 4\. + + ++-------+-----------+ +| Value | Meaning | ++=======+===========+ +| 0 | FirstGPS | ++-------+-----------+ +| 1 | SecondGPS | ++-------+-----------+ + + + + ++-----------+ +| Increment | ++===========+ +| 1 | ++-----------+ + + + + +.. _GPS_CAN_NODEID1: + +GPS\_CAN\_NODEID1: GPS Node ID 1 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +GPS Node id for first\-discovered GPS\. + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _GPS_CAN_NODEID2: + +GPS\_CAN\_NODEID2: GPS Node ID 2 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +GPS Node id for second\-discovered GPS\. + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _GPS1_CAN_OVRIDE: + +GPS1\_CAN\_OVRIDE: First DroneCAN GPS NODE ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +GPS Node id for first GPS\. If 0 the gps will be automatically selected on a first\-come\-first\-GPS basis\. + + +.. _GPS2_CAN_OVRIDE: + +GPS2\_CAN\_OVRIDE: Second DroneCAN GPS NODE ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +GPS Node id for second GPS\. If 0 the gps will be automatically selected on a second\-come\-second\-GPS basis\. + + + +.. _parameters_GPS_MB1_: + +GPS\_MB1\_ Parameters +--------------------- + + +.. _GPS_MB1_TYPE: + +GPS\_MB1\_TYPE: Moving base type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Controls the type of moving base used if using moving base\. + + ++-------+------------------------------------+ +| Value | Meaning | ++=======+====================================+ +| 0 | Relative to alternate GPS instance | ++-------+------------------------------------+ +| 1 | RelativeToCustomBase | ++-------+------------------------------------+ + + + + +.. _GPS_MB1_OFS_X: + +GPS\_MB1\_OFS\_X: Base antenna X position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +X position of the base \(primary\) GPS antenna in body frame from the position of the 2nd antenna\. Positive X is forward of the 2nd antenna\. Use antenna phase centroid location if provided by the manufacturer\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _GPS_MB1_OFS_Y: + +GPS\_MB1\_OFS\_Y: Base antenna Y position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Y position of the base \(primary\) GPS antenna in body frame from the position of the 2nd antenna\. Positive Y is to the right of the 2nd antenna\. Use antenna phase centroid location if provided by the manufacturer\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _GPS_MB1_OFS_Z: + +GPS\_MB1\_OFS\_Z: Base antenna Z position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Z position of the base \(primary\) GPS antenna in body frame from the position of the 2nd antenna\. Positive Z is down from the 2nd antenna\. Use antenna phase centroid location if provided by the manufacturer\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + + +.. _parameters_GPS_MB2_: + +GPS\_MB2\_ Parameters +--------------------- + + +.. _GPS_MB2_TYPE: + +GPS\_MB2\_TYPE: Moving base type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Controls the type of moving base used if using moving base\. + + ++-------+------------------------------------+ +| Value | Meaning | ++=======+====================================+ +| 0 | Relative to alternate GPS instance | ++-------+------------------------------------+ +| 1 | RelativeToCustomBase | ++-------+------------------------------------+ + + + + +.. _GPS_MB2_OFS_X: + +GPS\_MB2\_OFS\_X: Base antenna X position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +X position of the base \(primary\) GPS antenna in body frame from the position of the 2nd antenna\. Positive X is forward of the 2nd antenna\. Use antenna phase centroid location if provided by the manufacturer\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _GPS_MB2_OFS_Y: + +GPS\_MB2\_OFS\_Y: Base antenna Y position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Y position of the base \(primary\) GPS antenna in body frame from the position of the 2nd antenna\. Positive Y is to the right of the 2nd antenna\. Use antenna phase centroid location if provided by the manufacturer\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _GPS_MB2_OFS_Z: + +GPS\_MB2\_OFS\_Z: Base antenna Z position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Z position of the base \(primary\) GPS antenna in body frame from the position of the 2nd antenna\. Positive Z is down from the 2nd antenna\. Use antenna phase centroid location if provided by the manufacturer\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + + +.. _parameters_GRIP_: + +GRIP\_ Parameters +----------------- + + +.. _GRIP_ENABLE: + +GRIP\_ENABLE: Gripper Enable\/Disable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Gripper enable\/disable + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _GRIP_TYPE: + +GRIP\_TYPE: Gripper Type +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Gripper enable\/disable + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0 | None | ++-------+---------+ +| 1 | Servo | ++-------+---------+ +| 2 | EPM | ++-------+---------+ + + + + +.. _GRIP_GRAB: + +GRIP\_GRAB: Gripper Grab PWM +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +PWM value in microseconds sent to Gripper to initiate grabbing the cargo + + ++--------------+---------------------+ +| Range | Units | ++==============+=====================+ +| 1000 to 2000 | PWM in microseconds | ++--------------+---------------------+ + + + + +.. _GRIP_RELEASE: + +GRIP\_RELEASE: Gripper Release PWM +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +PWM value in microseconds sent to Gripper to release the cargo + + ++--------------+---------------------+ +| Range | Units | ++==============+=====================+ +| 1000 to 2000 | PWM in microseconds | ++--------------+---------------------+ + + + + +.. _GRIP_NEUTRAL: + +GRIP\_NEUTRAL: Neutral PWM +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +PWM value in microseconds sent to grabber when not grabbing or releasing + + ++--------------+---------------------+ +| Range | Units | ++==============+=====================+ +| 1000 to 2000 | PWM in microseconds | ++--------------+---------------------+ + + + + +.. _GRIP_REGRAB: + +GRIP\_REGRAB: EPM Gripper Regrab interval +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Time in seconds that EPM gripper will regrab the cargo to ensure grip has not weakened\; 0 to disable + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 255 | seconds | ++----------+---------+ + + + + +.. _GRIP_CAN_ID: + +GRIP\_CAN\_ID: EPM UAVCAN Hardpoint ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Refer to https\:\/\/docs\.zubax\.com\/opengrab\_epm\_v3\#UAVCAN\_interface + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _GRIP_AUTOCLOSE: + +GRIP\_AUTOCLOSE: Gripper Autoclose time +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Time in seconds that gripper close the gripper after opening\; 0 to disable + + ++-------------+---------+ +| Range | Units | ++=============+=========+ +| 0.25 to 255 | seconds | ++-------------+---------+ + + + + + +.. _parameters_INS: + +INS Parameters +-------------- + + +.. _INS_GYROFFS_X: + +INS\_GYROFFS\_X: Gyro offsets of X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Gyro sensor offsets of X axis\. This is setup on each boot during gyro calibrations + + ++-------------+--------------------+ +| Calibration | Units | ++=============+====================+ +| 1 | radians per second | ++-------------+--------------------+ + + + + +.. _INS_GYROFFS_Y: + +INS\_GYROFFS\_Y: Gyro offsets of Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Gyro sensor offsets of Y axis\. This is setup on each boot during gyro calibrations + + ++-------------+--------------------+ +| Calibration | Units | ++=============+====================+ +| 1 | radians per second | ++-------------+--------------------+ + + + + +.. _INS_GYROFFS_Z: + +INS\_GYROFFS\_Z: Gyro offsets of Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Gyro sensor offsets of Z axis\. This is setup on each boot during gyro calibrations + + ++-------------+--------------------+ +| Calibration | Units | ++=============+====================+ +| 1 | radians per second | ++-------------+--------------------+ + + + + +.. _INS_GYR2OFFS_X: + +INS\_GYR2OFFS\_X: Gyro2 offsets of X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Gyro2 sensor offsets of X axis\. This is setup on each boot during gyro calibrations + + ++-------------+--------------------+ +| Calibration | Units | ++=============+====================+ +| 1 | radians per second | ++-------------+--------------------+ + + + + +.. _INS_GYR2OFFS_Y: + +INS\_GYR2OFFS\_Y: Gyro2 offsets of Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Gyro2 sensor offsets of Y axis\. This is setup on each boot during gyro calibrations + + ++-------------+--------------------+ +| Calibration | Units | ++=============+====================+ +| 1 | radians per second | ++-------------+--------------------+ + + + + +.. _INS_GYR2OFFS_Z: + +INS\_GYR2OFFS\_Z: Gyro2 offsets of Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Gyro2 sensor offsets of Z axis\. This is setup on each boot during gyro calibrations + + ++-------------+--------------------+ +| Calibration | Units | ++=============+====================+ +| 1 | radians per second | ++-------------+--------------------+ + + + + +.. _INS_GYR3OFFS_X: + +INS\_GYR3OFFS\_X: Gyro3 offsets of X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Gyro3 sensor offsets of X axis\. This is setup on each boot during gyro calibrations + + ++-------------+--------------------+ +| Calibration | Units | ++=============+====================+ +| 1 | radians per second | ++-------------+--------------------+ + + + + +.. _INS_GYR3OFFS_Y: + +INS\_GYR3OFFS\_Y: Gyro3 offsets of Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Gyro3 sensor offsets of Y axis\. This is setup on each boot during gyro calibrations + + ++-------------+--------------------+ +| Calibration | Units | ++=============+====================+ +| 1 | radians per second | ++-------------+--------------------+ + + + + +.. _INS_GYR3OFFS_Z: + +INS\_GYR3OFFS\_Z: Gyro3 offsets of Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Gyro3 sensor offsets of Z axis\. This is setup on each boot during gyro calibrations + + ++-------------+--------------------+ +| Calibration | Units | ++=============+====================+ +| 1 | radians per second | ++-------------+--------------------+ + + + + +.. _INS_ACCSCAL_X: + +INS\_ACCSCAL\_X: Accelerometer scaling of X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer scaling of X axis\. Calculated during acceleration calibration routine + + ++-------------+------------+ +| Calibration | Range | ++=============+============+ +| 1 | 0.8 to 1.2 | ++-------------+------------+ + + + + +.. _INS_ACCSCAL_Y: + +INS\_ACCSCAL\_Y: Accelerometer scaling of Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer scaling of Y axis Calculated during acceleration calibration routine + + ++-------------+------------+ +| Calibration | Range | ++=============+============+ +| 1 | 0.8 to 1.2 | ++-------------+------------+ + + + + +.. _INS_ACCSCAL_Z: + +INS\_ACCSCAL\_Z: Accelerometer scaling of Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer scaling of Z axis Calculated during acceleration calibration routine + + ++-------------+------------+ +| Calibration | Range | ++=============+============+ +| 1 | 0.8 to 1.2 | ++-------------+------------+ + + + + +.. _INS_ACCOFFS_X: + +INS\_ACCOFFS\_X: Accelerometer offsets of X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer offsets of X axis\. This is setup using the acceleration calibration or level operations + + ++-------------+-------------+--------------------------+ +| Calibration | Range | Units | ++=============+=============+==========================+ +| 1 | -3.5 to 3.5 | meters per square second | ++-------------+-------------+--------------------------+ + + + + +.. _INS_ACCOFFS_Y: + +INS\_ACCOFFS\_Y: Accelerometer offsets of Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer offsets of Y axis\. This is setup using the acceleration calibration or level operations + + ++-------------+-------------+--------------------------+ +| Calibration | Range | Units | ++=============+=============+==========================+ +| 1 | -3.5 to 3.5 | meters per square second | ++-------------+-------------+--------------------------+ + + + + +.. _INS_ACCOFFS_Z: + +INS\_ACCOFFS\_Z: Accelerometer offsets of Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer offsets of Z axis\. This is setup using the acceleration calibration or level operations + + ++-------------+-------------+--------------------------+ +| Calibration | Range | Units | ++=============+=============+==========================+ +| 1 | -3.5 to 3.5 | meters per square second | ++-------------+-------------+--------------------------+ + + + + +.. _INS_ACC2SCAL_X: + +INS\_ACC2SCAL\_X: Accelerometer2 scaling of X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer2 scaling of X axis\. Calculated during acceleration calibration routine + + ++-------------+------------+ +| Calibration | Range | ++=============+============+ +| 1 | 0.8 to 1.2 | ++-------------+------------+ + + + + +.. _INS_ACC2SCAL_Y: + +INS\_ACC2SCAL\_Y: Accelerometer2 scaling of Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer2 scaling of Y axis Calculated during acceleration calibration routine + + ++-------------+------------+ +| Calibration | Range | ++=============+============+ +| 1 | 0.8 to 1.2 | ++-------------+------------+ + + + + +.. _INS_ACC2SCAL_Z: + +INS\_ACC2SCAL\_Z: Accelerometer2 scaling of Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer2 scaling of Z axis Calculated during acceleration calibration routine + + ++-------------+------------+ +| Calibration | Range | ++=============+============+ +| 1 | 0.8 to 1.2 | ++-------------+------------+ + + + + +.. _INS_ACC2OFFS_X: + +INS\_ACC2OFFS\_X: Accelerometer2 offsets of X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer2 offsets of X axis\. This is setup using the acceleration calibration or level operations + + ++-------------+-------------+--------------------------+ +| Calibration | Range | Units | ++=============+=============+==========================+ +| 1 | -3.5 to 3.5 | meters per square second | ++-------------+-------------+--------------------------+ + + + + +.. _INS_ACC2OFFS_Y: + +INS\_ACC2OFFS\_Y: Accelerometer2 offsets of Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer2 offsets of Y axis\. This is setup using the acceleration calibration or level operations + + ++-------------+-------------+--------------------------+ +| Calibration | Range | Units | ++=============+=============+==========================+ +| 1 | -3.5 to 3.5 | meters per square second | ++-------------+-------------+--------------------------+ + + + + +.. _INS_ACC2OFFS_Z: + +INS\_ACC2OFFS\_Z: Accelerometer2 offsets of Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer2 offsets of Z axis\. This is setup using the acceleration calibration or level operations + + ++-------------+-------------+--------------------------+ +| Calibration | Range | Units | ++=============+=============+==========================+ +| 1 | -3.5 to 3.5 | meters per square second | ++-------------+-------------+--------------------------+ + + + + +.. _INS_ACC3SCAL_X: + +INS\_ACC3SCAL\_X: Accelerometer3 scaling of X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer3 scaling of X axis\. Calculated during acceleration calibration routine + + ++-------------+------------+ +| Calibration | Range | ++=============+============+ +| 1 | 0.8 to 1.2 | ++-------------+------------+ + + + + +.. _INS_ACC3SCAL_Y: + +INS\_ACC3SCAL\_Y: Accelerometer3 scaling of Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer3 scaling of Y axis Calculated during acceleration calibration routine + + ++-------------+------------+ +| Calibration | Range | ++=============+============+ +| 1 | 0.8 to 1.2 | ++-------------+------------+ + + + + +.. _INS_ACC3SCAL_Z: + +INS\_ACC3SCAL\_Z: Accelerometer3 scaling of Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer3 scaling of Z axis Calculated during acceleration calibration routine + + ++-------------+------------+ +| Calibration | Range | ++=============+============+ +| 1 | 0.8 to 1.2 | ++-------------+------------+ + + + + +.. _INS_ACC3OFFS_X: + +INS\_ACC3OFFS\_X: Accelerometer3 offsets of X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer3 offsets of X axis\. This is setup using the acceleration calibration or level operations + + ++-------------+-------------+--------------------------+ +| Calibration | Range | Units | ++=============+=============+==========================+ +| 1 | -3.5 to 3.5 | meters per square second | ++-------------+-------------+--------------------------+ + + + + +.. _INS_ACC3OFFS_Y: + +INS\_ACC3OFFS\_Y: Accelerometer3 offsets of Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer3 offsets of Y axis\. This is setup using the acceleration calibration or level operations + + ++-------------+-------------+--------------------------+ +| Calibration | Range | Units | ++=============+=============+==========================+ +| 1 | -3.5 to 3.5 | meters per square second | ++-------------+-------------+--------------------------+ + + + + +.. _INS_ACC3OFFS_Z: + +INS\_ACC3OFFS\_Z: Accelerometer3 offsets of Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer3 offsets of Z axis\. This is setup using the acceleration calibration or level operations + + ++-------------+-------------+--------------------------+ +| Calibration | Range | Units | ++=============+=============+==========================+ +| 1 | -3.5 to 3.5 | meters per square second | ++-------------+-------------+--------------------------+ + + + + +.. _INS_GYRO_FILTER: + +INS\_GYRO\_FILTER: Gyro filter cutoff frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Filter cutoff frequency for gyroscopes\. This can be set to a lower value to try to cope with very high vibration levels in aircraft\. A value of zero means no filtering \(not recommended\!\) + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 0 to 256 | hertz | ++----------+-------+ + + + + +.. _INS_ACCEL_FILTER: + +INS\_ACCEL\_FILTER: Accel filter cutoff frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Filter cutoff frequency for accelerometers\. This can be set to a lower value to try to cope with very high vibration levels in aircraft\. A value of zero means no filtering \(not recommended\!\) + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 0 to 256 | hertz | ++----------+-------+ + + + + +.. _INS_USE: + +INS\_USE: Use first IMU for attitude\, velocity and position estimates +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Use first IMU for attitude\, velocity and position estimates + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _INS_USE2: + +INS\_USE2: Use second IMU for attitude\, velocity and position estimates +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Use second IMU for attitude\, velocity and position estimates + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _INS_USE3: + +INS\_USE3: Use third IMU for attitude\, velocity and position estimates +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Use third IMU for attitude\, velocity and position estimates + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _INS_STILL_THRESH: + +INS\_STILL\_THRESH: Stillness threshold for detecting if we are moving +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Threshold to tolerate vibration to determine if vehicle is motionless\. This depends on the frame type and if there is a constant vibration due to motors before launch or after landing\. Total motionless is about 0\.05\. Suggested values\: Planes\/rover use 0\.1\, multirotors use 1\, tradHeli uses 5 + + ++------------+ +| Range | ++============+ +| 0.05 to 50 | ++------------+ + + + + +.. _INS_GYR_CAL: + +INS\_GYR\_CAL: Gyro Calibration scheme +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Conrols when automatic gyro calibration is performed + + ++-------+---------------+ +| Value | Meaning | ++=======+===============+ +| 0 | Never | ++-------+---------------+ +| 1 | Start-up only | ++-------+---------------+ + + + + +.. _INS_TRIM_OPTION: + +INS\_TRIM\_OPTION: Accel cal trim option +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Specifies how the accel cal routine determines the trims + + ++-------+--------------------------------------------------------+ +| Value | Meaning | ++=======+========================================================+ +| 0 | Don't adjust the trims | ++-------+--------------------------------------------------------+ +| 1 | Assume first orientation was level | ++-------+--------------------------------------------------------+ +| 2 | Assume ACC_BODYFIX is perfectly aligned to the vehicle | ++-------+--------------------------------------------------------+ + + + + +.. _INS_ACC_BODYFIX: + +INS\_ACC\_BODYFIX: Body\-fixed accelerometer +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The body\-fixed accelerometer to be used for trim calculation + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 1 | IMU 1 | ++-------+---------+ +| 2 | IMU 2 | ++-------+---------+ +| 3 | IMU 3 | ++-------+---------+ + + + + +.. _INS_POS1_X: + +INS\_POS1\_X: IMU accelerometer X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +X position of the first IMU Accelerometer in body frame\. Positive X is forward of the origin\. Attention\: The IMU should be located as close to the vehicle c\.g\. as practical so that the value of this parameter is minimised\. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise\. If the IMU cannot be moved and velocity noise is a problem\, a location closer to the IMU can be used as the body frame origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _INS_POS1_Y: + +INS\_POS1\_Y: IMU accelerometer Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Y position of the first IMU accelerometer in body frame\. Positive Y is to the right of the origin\. Attention\: The IMU should be located as close to the vehicle c\.g\. as practical so that the value of this parameter is minimised\. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise\. If the IMU cannot be moved and velocity noise is a problem\, a location closer to the IMU can be used as the body frame origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _INS_POS1_Z: + +INS\_POS1\_Z: IMU accelerometer Z position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Z position of the first IMU accelerometer in body frame\. Positive Z is down from the origin\. Attention\: The IMU should be located as close to the vehicle c\.g\. as practical so that the value of this parameter is minimised\. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise\. If the IMU cannot be moved and velocity noise is a problem\, a location closer to the IMU can be used as the body frame origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _INS_POS2_X: + +INS\_POS2\_X: IMU accelerometer X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +X position of the second IMU accelerometer in body frame\. Positive X is forward of the origin\. Attention\: The IMU should be located as close to the vehicle c\.g\. as practical so that the value of this parameter is minimised\. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise\. If the IMU cannot be moved and velocity noise is a problem\, a location closer to the IMU can be used as the body frame origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _INS_POS2_Y: + +INS\_POS2\_Y: IMU accelerometer Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Y position of the second IMU accelerometer in body frame\. Positive Y is to the right of the origin\. Attention\: The IMU should be located as close to the vehicle c\.g\. as practical so that the value of this parameter is minimised\. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise\. If the IMU cannot be moved and velocity noise is a problem\, a location closer to the IMU can be used as the body frame origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _INS_POS2_Z: + +INS\_POS2\_Z: IMU accelerometer Z position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Z position of the second IMU accelerometer in body frame\. Positive Z is down from the origin\. Attention\: The IMU should be located as close to the vehicle c\.g\. as practical so that the value of this parameter is minimised\. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise\. If the IMU cannot be moved and velocity noise is a problem\, a location closer to the IMU can be used as the body frame origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _INS_POS3_X: + +INS\_POS3\_X: IMU accelerometer X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +X position of the third IMU accelerometer in body frame\. Positive X is forward of the origin\. Attention\: The IMU should be located as close to the vehicle c\.g\. as practical so that the value of this parameter is minimised\. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise\. If the IMU cannot be moved and velocity noise is a problem\, a location closer to the IMU can be used as the body frame origin\. + + ++-----------+--------+ +| Range | Units | ++===========+========+ +| -10 to 10 | meters | ++-----------+--------+ + + + + +.. _INS_POS3_Y: + +INS\_POS3\_Y: IMU accelerometer Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Y position of the third IMU accelerometer in body frame\. Positive Y is to the right of the origin\. Attention\: The IMU should be located as close to the vehicle c\.g\. as practical so that the value of this parameter is minimised\. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise\. If the IMU cannot be moved and velocity noise is a problem\, a location closer to the IMU can be used as the body frame origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _INS_POS3_Z: + +INS\_POS3\_Z: IMU accelerometer Z position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Z position of the third IMU accelerometer in body frame\. Positive Z is down from the origin\. Attention\: The IMU should be located as close to the vehicle c\.g\. as practical so that the value of this parameter is minimised\. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise\. If the IMU cannot be moved and velocity noise is a problem\, a location closer to the IMU can be used as the body frame origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _INS_GYR_ID: + +INS\_GYR\_ID: Gyro ID +~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Gyro sensor ID\, taking into account its type\, bus and instance + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _INS_GYR2_ID: + +INS\_GYR2\_ID: Gyro2 ID +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Gyro2 sensor ID\, taking into account its type\, bus and instance + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _INS_GYR3_ID: + +INS\_GYR3\_ID: Gyro3 ID +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Gyro3 sensor ID\, taking into account its type\, bus and instance + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _INS_ACC_ID: + +INS\_ACC\_ID: Accelerometer ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer sensor ID\, taking into account its type\, bus and instance + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _INS_ACC2_ID: + +INS\_ACC2\_ID: Accelerometer2 ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer2 sensor ID\, taking into account its type\, bus and instance + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _INS_ACC3_ID: + +INS\_ACC3\_ID: Accelerometer3 ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer3 sensor ID\, taking into account its type\, bus and instance + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _INS_FAST_SAMPLE: + +INS\_FAST\_SAMPLE: Fast sampling mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Mask of IMUs to enable fast sampling on\, if available + + ++-----+-----------+ +| Bit | Meaning | ++=====+===========+ +| 0 | FirstIMU | ++-----+-----------+ +| 1 | SecondIMU | ++-----+-----------+ +| 2 | ThirdIMU | ++-----+-----------+ + + + + +.. _INS_ENABLE_MASK: + +INS\_ENABLE\_MASK: IMU enable mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bitmask of IMUs to enable\. It can be used to prevent startup of specific detected IMUs + + ++-----+------------+ +| Bit | Meaning | ++=====+============+ +| 0 | FirstIMU | ++-----+------------+ +| 1 | SecondIMU | ++-----+------------+ +| 2 | ThirdIMU | ++-----+------------+ +| 3 | FourthIMU | ++-----+------------+ +| 4 | FifthIMU | ++-----+------------+ +| 5 | SixthIMU | ++-----+------------+ +| 6 | SeventhIMU | ++-----+------------+ + + + + +.. _INS_GYRO_RATE: + +INS\_GYRO\_RATE: Gyro rate for IMUs with Fast Sampling enabled +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Gyro rate for IMUs with fast sampling enabled\. The gyro rate is the sample rate at which the IMU filters operate and needs to be at least double the maximum filter frequency\. If the sensor does not support the selected rate the next highest supported rate will be used\. For IMUs which do not support fast sampling this setting is ignored and the default gyro rate of 1Khz is used\. + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0 | 1kHz | ++-------+---------+ +| 1 | 2kHz | ++-------+---------+ +| 2 | 4kHz | ++-------+---------+ +| 3 | 8kHz | ++-------+---------+ + + + + +.. _INS_ACC1_CALTEMP: + +INS\_ACC1\_CALTEMP: Calibration temperature for 1st accelerometer +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Temperature that the 1st accelerometer was calibrated at + + ++-------------+-----------------+ +| Calibration | Units | ++=============+=================+ +| 1 | degrees Celsius | ++-------------+-----------------+ + + + + +.. _INS_GYR1_CALTEMP: + +INS\_GYR1\_CALTEMP: Calibration temperature for 1st gyroscope +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Temperature that the 1st gyroscope was calibrated at + + ++-------------+-----------------+ +| Calibration | Units | ++=============+=================+ +| 1 | degrees Celsius | ++-------------+-----------------+ + + + + +.. _INS_ACC2_CALTEMP: + +INS\_ACC2\_CALTEMP: Calibration temperature for 2nd accelerometer +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Temperature that the 2nd accelerometer was calibrated at + + ++-------------+-----------------+ +| Calibration | Units | ++=============+=================+ +| 1 | degrees Celsius | ++-------------+-----------------+ + + + + +.. _INS_GYR2_CALTEMP: + +INS\_GYR2\_CALTEMP: Calibration temperature for 2nd gyroscope +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Temperature that the 2nd gyroscope was calibrated at + + ++-------------+-----------------+ +| Calibration | Units | ++=============+=================+ +| 1 | degrees Celsius | ++-------------+-----------------+ + + + + +.. _INS_ACC3_CALTEMP: + +INS\_ACC3\_CALTEMP: Calibration temperature for 3rd accelerometer +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Temperature that the 3rd accelerometer was calibrated at + + ++-------------+-----------------+ +| Calibration | Units | ++=============+=================+ +| 1 | degrees Celsius | ++-------------+-----------------+ + + + + +.. _INS_GYR3_CALTEMP: + +INS\_GYR3\_CALTEMP: Calibration temperature for 3rd gyroscope +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Temperature that the 3rd gyroscope was calibrated at + + ++-------------+-----------------+ +| Calibration | Units | ++=============+=================+ +| 1 | degrees Celsius | ++-------------+-----------------+ + + + + +.. _INS_TCAL_OPTIONS: + +INS\_TCAL\_OPTIONS: Options for temperature calibration +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This enables optional temperature calibration features\. Setting PersistParams will save the accelerometer and temperature calibration parameters in the bootloader sector on the next update of the bootloader\. + + ++-----+---------------+ +| Bit | Meaning | ++=====+===============+ +| 0 | PersistParams | ++-----+---------------+ + + + + +.. _INS_RAW_LOG_OPT: + +INS\_RAW\_LOG\_OPT: Raw logging options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Raw logging options bitmask + + ++-----+-----------------------+ +| Bit | Meaning | ++=====+=======================+ +| 0 | Log primary gyro only | ++-----+-----------------------+ +| 1 | Log all gyros | ++-----+-----------------------+ +| 2 | Post filter | ++-----+-----------------------+ +| 3 | Pre and post filter | ++-----+-----------------------+ + + + + + +.. _parameters_INS4_: + +INS4\_ Parameters +----------------- + + +.. _INS4_USE: + +INS4\_USE: Use first IMU for attitude\, velocity and position estimates +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Use first IMU for attitude\, velocity and position estimates + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _INS4_ACC_ID: + +INS4\_ACC\_ID: Accelerometer ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer sensor ID\, taking into account its type\, bus and instance + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _INS4_ACCSCAL_X: + +INS4\_ACCSCAL\_X: Accelerometer scaling of X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer scaling of X axis\. Calculated during acceleration calibration routine + + ++-------------+------------+ +| Calibration | Range | ++=============+============+ +| 1 | 0.8 to 1.2 | ++-------------+------------+ + + + + +.. _INS4_ACCSCAL_Y: + +INS4\_ACCSCAL\_Y: Accelerometer scaling of Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer scaling of Y axis Calculated during acceleration calibration routine + + ++-------------+------------+ +| Calibration | Range | ++=============+============+ +| 1 | 0.8 to 1.2 | ++-------------+------------+ + + + + +.. _INS4_ACCSCAL_Z: + +INS4\_ACCSCAL\_Z: Accelerometer scaling of Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer scaling of Z axis Calculated during acceleration calibration routine + + ++-------------+------------+ +| Calibration | Range | ++=============+============+ +| 1 | 0.8 to 1.2 | ++-------------+------------+ + + + + +.. _INS4_ACCOFFS_X: + +INS4\_ACCOFFS\_X: Accelerometer offsets of X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer offsets of X axis\. This is setup using the acceleration calibration or level operations + + ++-------------+-------------+--------------------------+ +| Calibration | Range | Units | ++=============+=============+==========================+ +| 1 | -3.5 to 3.5 | meters per square second | ++-------------+-------------+--------------------------+ + + + + +.. _INS4_ACCOFFS_Y: + +INS4\_ACCOFFS\_Y: Accelerometer offsets of Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer offsets of Y axis\. This is setup using the acceleration calibration or level operations + + ++-------------+-------------+--------------------------+ +| Calibration | Range | Units | ++=============+=============+==========================+ +| 1 | -3.5 to 3.5 | meters per square second | ++-------------+-------------+--------------------------+ + + + + +.. _INS4_ACCOFFS_Z: + +INS4\_ACCOFFS\_Z: Accelerometer offsets of Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer offsets of Z axis\. This is setup using the acceleration calibration or level operations + + ++-------------+-------------+--------------------------+ +| Calibration | Range | Units | ++=============+=============+==========================+ +| 1 | -3.5 to 3.5 | meters per square second | ++-------------+-------------+--------------------------+ + + + + +.. _INS4_POS_X: + +INS4\_POS\_X: IMU accelerometer X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +X position of the first IMU Accelerometer in body frame\. Positive X is forward of the origin\. Attention\: The IMU should be located as close to the vehicle c\.g\. as practical so that the value of this parameter is minimised\. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise\. If the IMU cannot be moved and velocity noise is a problem\, a location closer to the IMU can be used as the body frame origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _INS4_POS_Y: + +INS4\_POS\_Y: IMU accelerometer Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Y position of the first IMU accelerometer in body frame\. Positive Y is to the right of the origin\. Attention\: The IMU should be located as close to the vehicle c\.g\. as practical so that the value of this parameter is minimised\. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise\. If the IMU cannot be moved and velocity noise is a problem\, a location closer to the IMU can be used as the body frame origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _INS4_POS_Z: + +INS4\_POS\_Z: IMU accelerometer Z position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Z position of the first IMU accelerometer in body frame\. Positive Z is down from the origin\. Attention\: The IMU should be located as close to the vehicle c\.g\. as practical so that the value of this parameter is minimised\. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise\. If the IMU cannot be moved and velocity noise is a problem\, a location closer to the IMU can be used as the body frame origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _INS4_ACC_CALTEMP: + +INS4\_ACC\_CALTEMP: Calibration temperature for accelerometer +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Temperature that the accelerometer was calibrated at + + ++-------------+-----------------+ +| Calibration | Units | ++=============+=================+ +| 1 | degrees Celsius | ++-------------+-----------------+ + + + + +.. _INS4_GYR_ID: + +INS4\_GYR\_ID: Gyro ID +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Gyro sensor ID\, taking into account its type\, bus and instance + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _INS4_GYROFFS_X: + +INS4\_GYROFFS\_X: Gyro offsets of X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Gyro sensor offsets of X axis\. This is setup on each boot during gyro calibrations + + ++-------------+--------------------+ +| Calibration | Units | ++=============+====================+ +| 1 | radians per second | ++-------------+--------------------+ + + + + +.. _INS4_GYROFFS_Y: + +INS4\_GYROFFS\_Y: Gyro offsets of Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Gyro sensor offsets of Y axis\. This is setup on each boot during gyro calibrations + + ++-------------+--------------------+ +| Calibration | Units | ++=============+====================+ +| 1 | radians per second | ++-------------+--------------------+ + + + + +.. _INS4_GYROFFS_Z: + +INS4\_GYROFFS\_Z: Gyro offsets of Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Gyro sensor offsets of Z axis\. This is setup on each boot during gyro calibrations + + ++-------------+--------------------+ +| Calibration | Units | ++=============+====================+ +| 1 | radians per second | ++-------------+--------------------+ + + + + +.. _INS4_GYR_CALTEMP: + +INS4\_GYR\_CALTEMP: Calibration temperature for gyroscope +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Temperature that the gyroscope was calibrated at + + ++-------------+-----------------+ +| Calibration | Units | ++=============+=================+ +| 1 | degrees Celsius | ++-------------+-----------------+ + + + + + +.. _parameters_INS4_TCAL_: + +INS4\_TCAL\_ Parameters +----------------------- + + +.. _INS4_TCAL_ENABLE: + +INS4\_TCAL\_ENABLE: Enable temperature calibration +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Enable the use of temperature calibration parameters for this IMU\. For automatic learning set to 2 and also set the INS\_TCALn\_TMAX to the target temperature\, then reboot + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | Disabled | ++-------+------------------+ +| 1 | Enabled | ++-------+------------------+ +| 2 | LearnCalibration | ++-------+------------------+ + + + + +.. _INS4_TCAL_TMIN: + +INS4\_TCAL\_TMIN: Temperature calibration min +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The minimum temperature that the calibration is valid for + + ++-------------+-----------+-----------------+ +| Calibration | Range | Units | ++=============+===========+=================+ +| 1 | -70 to 80 | degrees Celsius | ++-------------+-----------+-----------------+ + + + + +.. _INS4_TCAL_TMAX: + +INS4\_TCAL\_TMAX: Temperature calibration max +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The maximum temperature that the calibration is valid for\. This must be at least 10 degrees above TMIN for calibration + + ++-------------+-----------+-----------------+ +| Calibration | Range | Units | ++=============+===========+=================+ +| 1 | -70 to 80 | degrees Celsius | ++-------------+-----------+-----------------+ + + + + +.. _INS4_TCAL_ACC1_X: + +INS4\_TCAL\_ACC1\_X: Accelerometer 1st order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS4_TCAL_ACC1_Y: + +INS4\_TCAL\_ACC1\_Y: Accelerometer 1st order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS4_TCAL_ACC1_Z: + +INS4\_TCAL\_ACC1\_Z: Accelerometer 1st order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS4_TCAL_ACC2_X: + +INS4\_TCAL\_ACC2\_X: Accelerometer 2nd order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS4_TCAL_ACC2_Y: + +INS4\_TCAL\_ACC2\_Y: Accelerometer 2nd order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS4_TCAL_ACC2_Z: + +INS4\_TCAL\_ACC2\_Z: Accelerometer 2nd order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS4_TCAL_ACC3_X: + +INS4\_TCAL\_ACC3\_X: Accelerometer 3rd order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS4_TCAL_ACC3_Y: + +INS4\_TCAL\_ACC3\_Y: Accelerometer 3rd order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS4_TCAL_ACC3_Z: + +INS4\_TCAL\_ACC3\_Z: Accelerometer 3rd order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS4_TCAL_GYR1_X: + +INS4\_TCAL\_GYR1\_X: Gyroscope 1st order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS4_TCAL_GYR1_Y: + +INS4\_TCAL\_GYR1\_Y: Gyroscope 1st order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS4_TCAL_GYR1_Z: + +INS4\_TCAL\_GYR1\_Z: Gyroscope 1st order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS4_TCAL_GYR2_X: + +INS4\_TCAL\_GYR2\_X: Gyroscope 2nd order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS4_TCAL_GYR2_Y: + +INS4\_TCAL\_GYR2\_Y: Gyroscope 2nd order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS4_TCAL_GYR2_Z: + +INS4\_TCAL\_GYR2\_Z: Gyroscope 2nd order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS4_TCAL_GYR3_X: + +INS4\_TCAL\_GYR3\_X: Gyroscope 3rd order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS4_TCAL_GYR3_Y: + +INS4\_TCAL\_GYR3\_Y: Gyroscope 3rd order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS4_TCAL_GYR3_Z: + +INS4\_TCAL\_GYR3\_Z: Gyroscope 3rd order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + + +.. _parameters_INS5_: + +INS5\_ Parameters +----------------- + + +.. _INS5_USE: + +INS5\_USE: Use first IMU for attitude\, velocity and position estimates +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Use first IMU for attitude\, velocity and position estimates + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _INS5_ACC_ID: + +INS5\_ACC\_ID: Accelerometer ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer sensor ID\, taking into account its type\, bus and instance + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _INS5_ACCSCAL_X: + +INS5\_ACCSCAL\_X: Accelerometer scaling of X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer scaling of X axis\. Calculated during acceleration calibration routine + + ++-------------+------------+ +| Calibration | Range | ++=============+============+ +| 1 | 0.8 to 1.2 | ++-------------+------------+ + + + + +.. _INS5_ACCSCAL_Y: + +INS5\_ACCSCAL\_Y: Accelerometer scaling of Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer scaling of Y axis Calculated during acceleration calibration routine + + ++-------------+------------+ +| Calibration | Range | ++=============+============+ +| 1 | 0.8 to 1.2 | ++-------------+------------+ + + + + +.. _INS5_ACCSCAL_Z: + +INS5\_ACCSCAL\_Z: Accelerometer scaling of Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer scaling of Z axis Calculated during acceleration calibration routine + + ++-------------+------------+ +| Calibration | Range | ++=============+============+ +| 1 | 0.8 to 1.2 | ++-------------+------------+ + + + + +.. _INS5_ACCOFFS_X: + +INS5\_ACCOFFS\_X: Accelerometer offsets of X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer offsets of X axis\. This is setup using the acceleration calibration or level operations + + ++-------------+-------------+--------------------------+ +| Calibration | Range | Units | ++=============+=============+==========================+ +| 1 | -3.5 to 3.5 | meters per square second | ++-------------+-------------+--------------------------+ + + + + +.. _INS5_ACCOFFS_Y: + +INS5\_ACCOFFS\_Y: Accelerometer offsets of Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer offsets of Y axis\. This is setup using the acceleration calibration or level operations + + ++-------------+-------------+--------------------------+ +| Calibration | Range | Units | ++=============+=============+==========================+ +| 1 | -3.5 to 3.5 | meters per square second | ++-------------+-------------+--------------------------+ + + + + +.. _INS5_ACCOFFS_Z: + +INS5\_ACCOFFS\_Z: Accelerometer offsets of Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Accelerometer offsets of Z axis\. This is setup using the acceleration calibration or level operations + + ++-------------+-------------+--------------------------+ +| Calibration | Range | Units | ++=============+=============+==========================+ +| 1 | -3.5 to 3.5 | meters per square second | ++-------------+-------------+--------------------------+ + + + + +.. _INS5_POS_X: + +INS5\_POS\_X: IMU accelerometer X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +X position of the first IMU Accelerometer in body frame\. Positive X is forward of the origin\. Attention\: The IMU should be located as close to the vehicle c\.g\. as practical so that the value of this parameter is minimised\. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise\. If the IMU cannot be moved and velocity noise is a problem\, a location closer to the IMU can be used as the body frame origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _INS5_POS_Y: + +INS5\_POS\_Y: IMU accelerometer Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Y position of the first IMU accelerometer in body frame\. Positive Y is to the right of the origin\. Attention\: The IMU should be located as close to the vehicle c\.g\. as practical so that the value of this parameter is minimised\. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise\. If the IMU cannot be moved and velocity noise is a problem\, a location closer to the IMU can be used as the body frame origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _INS5_POS_Z: + +INS5\_POS\_Z: IMU accelerometer Z position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Z position of the first IMU accelerometer in body frame\. Positive Z is down from the origin\. Attention\: The IMU should be located as close to the vehicle c\.g\. as practical so that the value of this parameter is minimised\. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise\. If the IMU cannot be moved and velocity noise is a problem\, a location closer to the IMU can be used as the body frame origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _INS5_ACC_CALTEMP: + +INS5\_ACC\_CALTEMP: Calibration temperature for accelerometer +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Temperature that the accelerometer was calibrated at + + ++-------------+-----------------+ +| Calibration | Units | ++=============+=================+ +| 1 | degrees Celsius | ++-------------+-----------------+ + + + + +.. _INS5_GYR_ID: + +INS5\_GYR\_ID: Gyro ID +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Gyro sensor ID\, taking into account its type\, bus and instance + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _INS5_GYROFFS_X: + +INS5\_GYROFFS\_X: Gyro offsets of X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Gyro sensor offsets of X axis\. This is setup on each boot during gyro calibrations + + ++-------------+--------------------+ +| Calibration | Units | ++=============+====================+ +| 1 | radians per second | ++-------------+--------------------+ + + + + +.. _INS5_GYROFFS_Y: + +INS5\_GYROFFS\_Y: Gyro offsets of Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Gyro sensor offsets of Y axis\. This is setup on each boot during gyro calibrations + + ++-------------+--------------------+ +| Calibration | Units | ++=============+====================+ +| 1 | radians per second | ++-------------+--------------------+ + + + + +.. _INS5_GYROFFS_Z: + +INS5\_GYROFFS\_Z: Gyro offsets of Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Gyro sensor offsets of Z axis\. This is setup on each boot during gyro calibrations + + ++-------------+--------------------+ +| Calibration | Units | ++=============+====================+ +| 1 | radians per second | ++-------------+--------------------+ + + + + +.. _INS5_GYR_CALTEMP: + +INS5\_GYR\_CALTEMP: Calibration temperature for gyroscope +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Temperature that the gyroscope was calibrated at + + ++-------------+-----------------+ +| Calibration | Units | ++=============+=================+ +| 1 | degrees Celsius | ++-------------+-----------------+ + + + + + +.. _parameters_INS5_TCAL_: + +INS5\_TCAL\_ Parameters +----------------------- + + +.. _INS5_TCAL_ENABLE: + +INS5\_TCAL\_ENABLE: Enable temperature calibration +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Enable the use of temperature calibration parameters for this IMU\. For automatic learning set to 2 and also set the INS\_TCALn\_TMAX to the target temperature\, then reboot + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | Disabled | ++-------+------------------+ +| 1 | Enabled | ++-------+------------------+ +| 2 | LearnCalibration | ++-------+------------------+ + + + + +.. _INS5_TCAL_TMIN: + +INS5\_TCAL\_TMIN: Temperature calibration min +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The minimum temperature that the calibration is valid for + + ++-------------+-----------+-----------------+ +| Calibration | Range | Units | ++=============+===========+=================+ +| 1 | -70 to 80 | degrees Celsius | ++-------------+-----------+-----------------+ + + + + +.. _INS5_TCAL_TMAX: + +INS5\_TCAL\_TMAX: Temperature calibration max +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The maximum temperature that the calibration is valid for\. This must be at least 10 degrees above TMIN for calibration + + ++-------------+-----------+-----------------+ +| Calibration | Range | Units | ++=============+===========+=================+ +| 1 | -70 to 80 | degrees Celsius | ++-------------+-----------+-----------------+ + + + + +.. _INS5_TCAL_ACC1_X: + +INS5\_TCAL\_ACC1\_X: Accelerometer 1st order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS5_TCAL_ACC1_Y: + +INS5\_TCAL\_ACC1\_Y: Accelerometer 1st order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS5_TCAL_ACC1_Z: + +INS5\_TCAL\_ACC1\_Z: Accelerometer 1st order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS5_TCAL_ACC2_X: + +INS5\_TCAL\_ACC2\_X: Accelerometer 2nd order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS5_TCAL_ACC2_Y: + +INS5\_TCAL\_ACC2\_Y: Accelerometer 2nd order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS5_TCAL_ACC2_Z: + +INS5\_TCAL\_ACC2\_Z: Accelerometer 2nd order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS5_TCAL_ACC3_X: + +INS5\_TCAL\_ACC3\_X: Accelerometer 3rd order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS5_TCAL_ACC3_Y: + +INS5\_TCAL\_ACC3\_Y: Accelerometer 3rd order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS5_TCAL_ACC3_Z: + +INS5\_TCAL\_ACC3\_Z: Accelerometer 3rd order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS5_TCAL_GYR1_X: + +INS5\_TCAL\_GYR1\_X: Gyroscope 1st order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS5_TCAL_GYR1_Y: + +INS5\_TCAL\_GYR1\_Y: Gyroscope 1st order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS5_TCAL_GYR1_Z: + +INS5\_TCAL\_GYR1\_Z: Gyroscope 1st order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS5_TCAL_GYR2_X: + +INS5\_TCAL\_GYR2\_X: Gyroscope 2nd order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS5_TCAL_GYR2_Y: + +INS5\_TCAL\_GYR2\_Y: Gyroscope 2nd order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS5_TCAL_GYR2_Z: + +INS5\_TCAL\_GYR2\_Z: Gyroscope 2nd order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS5_TCAL_GYR3_X: + +INS5\_TCAL\_GYR3\_X: Gyroscope 3rd order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS5_TCAL_GYR3_Y: + +INS5\_TCAL\_GYR3\_Y: Gyroscope 3rd order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS5_TCAL_GYR3_Z: + +INS5\_TCAL\_GYR3\_Z: Gyroscope 3rd order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + + +.. _parameters_INS_HNTC2_: + +INS\_HNTC2\_ Parameters +----------------------- + + +.. _INS_HNTC2_ENABLE: + +INS\_HNTC2\_ENABLE: Harmonic Notch Filter enable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Harmonic Notch Filter enable + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _INS_HNTC2_FREQ: + +INS\_HNTC2\_FREQ: Harmonic Notch Filter base frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Harmonic Notch Filter base center frequency in Hz\. This is the center frequency for static notches\, the center frequency for Throttle based notches at the reference thrust value\, and the minimum limit of center frequency variation for all other notch types\. This should always be set lower than half the backend gyro rate \(which is typically 1Khz\)\. + + ++-----------+-------+ +| Range | Units | ++===========+=======+ +| 10 to 495 | hertz | ++-----------+-------+ + + + + +.. _INS_HNTC2_BW: + +INS\_HNTC2\_BW: Harmonic Notch Filter bandwidth +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Harmonic Notch Filter bandwidth in Hz\. This is typically set to half the base frequency\. The ratio of base frequency to bandwidth determines the notch quality factor and is fixed across harmonics\. + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 5 to 250 | hertz | ++----------+-------+ + + + + +.. _INS_HNTC2_ATT: + +INS\_HNTC2\_ATT: Harmonic Notch Filter attenuation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Harmonic Notch Filter attenuation in dB\. Values greater than 40dB will typically produce a hard notch rather than a modest attenuation of motor noise\. + + ++---------+---------+ +| Range | Units | ++=========+=========+ +| 5 to 50 | decibel | ++---------+---------+ + + + + +.. _INS_HNTC2_HMNCS: + +INS\_HNTC2\_HMNCS: Harmonic Notch Filter harmonics +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Bitmask of harmonic frequencies to apply Harmonic Notch Filter to\. This option takes effect on the next reboot\. A value of 0 disables this filter\. The first harmonic refers to the base frequency\. + + ++-----+---------------+ +| Bit | Meaning | ++=====+===============+ +| 0 | 1st harmonic | ++-----+---------------+ +| 1 | 2nd harmonic | ++-----+---------------+ +| 2 | 3rd harmonic | ++-----+---------------+ +| 3 | 4th harmonic | ++-----+---------------+ +| 4 | 5th harmonic | ++-----+---------------+ +| 5 | 6th harmonic | ++-----+---------------+ +| 6 | 7th harmonic | ++-----+---------------+ +| 7 | 8th harmonic | ++-----+---------------+ +| 8 | 9th harmonic | ++-----+---------------+ +| 9 | 10th harmonic | ++-----+---------------+ +| 10 | 11th harmonic | ++-----+---------------+ +| 11 | 12th harmonic | ++-----+---------------+ +| 12 | 13th harmonic | ++-----+---------------+ +| 13 | 14th harmonic | ++-----+---------------+ +| 14 | 15th harmonic | ++-----+---------------+ +| 15 | 16th harmonic | ++-----+---------------+ + + + + +.. _INS_HNTC2_REF: + +INS\_HNTC2\_REF: Harmonic Notch Filter reference value +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +A reference value of zero disables dynamic updates on the Harmonic Notch Filter and a positive value enables dynamic updates on the Harmonic Notch Filter\. For throttle\-based scaling\, this parameter is the reference value associated with the specified frequency to facilitate frequency scaling of the Harmonic Notch Filter\. For RPM and ESC telemetry based tracking\, this parameter is set to 1 to enable the Harmonic Notch Filter using the RPM sensor or ESC telemetry set to measure rotor speed\. The sensor data is converted to Hz automatically for use in the Harmonic Notch Filter\. This reference value may also be used to scale the sensor data\, if required\. For example\, rpm sensor data is required to measure heli motor RPM\. Therefore the reference value can be used to scale the RPM sensor to the rotor RPM\. + + ++------------+ +| Range | ++============+ +| 0.0 to 1.0 | ++------------+ + + + + +.. _INS_HNTC2_MODE: + +INS\_HNTC2\_MODE: Harmonic Notch Filter dynamic frequency tracking mode +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Harmonic Notch Filter dynamic frequency tracking mode\. Dynamic updates can be throttle\, RPM sensor\, ESC telemetry or dynamic FFT based\. Throttle\-based updates should only be used with multicopters\. + + ++-------+-------------------+ +| Value | Meaning | ++=======+===================+ +| 0 | Fixed | ++-------+-------------------+ +| 1 | Throttle | ++-------+-------------------+ +| 2 | RPM Sensor | ++-------+-------------------+ +| 3 | ESC Telemetry | ++-------+-------------------+ +| 4 | Dynamic FFT | ++-------+-------------------+ +| 5 | Second RPM Sensor | ++-------+-------------------+ + + + + ++--------+ +| Range | ++========+ +| 0 to 5 | ++--------+ + + + + +.. _INS_HNTC2_OPTS: + +INS\_HNTC2\_OPTS: Harmonic Notch Filter options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Harmonic Notch Filter options\. Triple and double\-notches can provide deeper attenuation across a wider bandwidth with reduced latency than single notches and are suitable for larger aircraft\. Multi\-Source attaches a harmonic notch to each detected noise frequency instead of simply being multiples of the base frequency\, in the case of FFT it will attach notches to each of three detected noise peaks\, in the case of ESC it will attach notches to each of four motor RPM values\. Loop rate update changes the notch center frequency at the scheduler loop rate rather than at the default of 200Hz\. If both double and triple notches are specified only double notches will take effect\. + + ++-----+---------------------+ +| Bit | Meaning | ++=====+=====================+ +| 0 | Double notch | ++-----+---------------------+ +| 1 | Multi-Source | ++-----+---------------------+ +| 2 | Update at loop rate | ++-----+---------------------+ +| 3 | EnableOnAllIMUs | ++-----+---------------------+ +| 4 | Triple notch | ++-----+---------------------+ + + + + +.. _INS_HNTC2_FM_RAT: + +INS\_HNTC2\_FM\_RAT: Throttle notch min freqency ratio +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The minimum ratio below the configured frequency to take throttle based notch filters when flying at a throttle level below the reference throttle\. Note that lower frequency notch filters will have more phase lag\. If you want throttle based notch filtering to be effective at a throttle up to 30\% below the configured notch frequency then set this parameter to 0\.7\. The default of 1\.0 means the notch will not go below the frequency in the FREQ parameter\. + + ++------------+ +| Range | ++============+ +| 0.1 to 1.0 | ++------------+ + + + + + +.. _parameters_INS_HNTCH_: + +INS\_HNTCH\_ Parameters +----------------------- + + +.. _INS_HNTCH_ENABLE: + +INS\_HNTCH\_ENABLE: Harmonic Notch Filter enable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Harmonic Notch Filter enable + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _INS_HNTCH_FREQ: + +INS\_HNTCH\_FREQ: Harmonic Notch Filter base frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Harmonic Notch Filter base center frequency in Hz\. This is the center frequency for static notches\, the center frequency for Throttle based notches at the reference thrust value\, and the minimum limit of center frequency variation for all other notch types\. This should always be set lower than half the backend gyro rate \(which is typically 1Khz\)\. + + ++-----------+-------+ +| Range | Units | ++===========+=======+ +| 10 to 495 | hertz | ++-----------+-------+ + + + + +.. _INS_HNTCH_BW: + +INS\_HNTCH\_BW: Harmonic Notch Filter bandwidth +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Harmonic Notch Filter bandwidth in Hz\. This is typically set to half the base frequency\. The ratio of base frequency to bandwidth determines the notch quality factor and is fixed across harmonics\. + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 5 to 250 | hertz | ++----------+-------+ + + + + +.. _INS_HNTCH_ATT: + +INS\_HNTCH\_ATT: Harmonic Notch Filter attenuation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Harmonic Notch Filter attenuation in dB\. Values greater than 40dB will typically produce a hard notch rather than a modest attenuation of motor noise\. + + ++---------+---------+ +| Range | Units | ++=========+=========+ +| 5 to 50 | decibel | ++---------+---------+ + + + + +.. _INS_HNTCH_HMNCS: + +INS\_HNTCH\_HMNCS: Harmonic Notch Filter harmonics +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Bitmask of harmonic frequencies to apply Harmonic Notch Filter to\. This option takes effect on the next reboot\. A value of 0 disables this filter\. The first harmonic refers to the base frequency\. + + ++-----+---------------+ +| Bit | Meaning | ++=====+===============+ +| 0 | 1st harmonic | ++-----+---------------+ +| 1 | 2nd harmonic | ++-----+---------------+ +| 2 | 3rd harmonic | ++-----+---------------+ +| 3 | 4th harmonic | ++-----+---------------+ +| 4 | 5th harmonic | ++-----+---------------+ +| 5 | 6th harmonic | ++-----+---------------+ +| 6 | 7th harmonic | ++-----+---------------+ +| 7 | 8th harmonic | ++-----+---------------+ +| 8 | 9th harmonic | ++-----+---------------+ +| 9 | 10th harmonic | ++-----+---------------+ +| 10 | 11th harmonic | ++-----+---------------+ +| 11 | 12th harmonic | ++-----+---------------+ +| 12 | 13th harmonic | ++-----+---------------+ +| 13 | 14th harmonic | ++-----+---------------+ +| 14 | 15th harmonic | ++-----+---------------+ +| 15 | 16th harmonic | ++-----+---------------+ + + + + +.. _INS_HNTCH_REF: + +INS\_HNTCH\_REF: Harmonic Notch Filter reference value +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +A reference value of zero disables dynamic updates on the Harmonic Notch Filter and a positive value enables dynamic updates on the Harmonic Notch Filter\. For throttle\-based scaling\, this parameter is the reference value associated with the specified frequency to facilitate frequency scaling of the Harmonic Notch Filter\. For RPM and ESC telemetry based tracking\, this parameter is set to 1 to enable the Harmonic Notch Filter using the RPM sensor or ESC telemetry set to measure rotor speed\. The sensor data is converted to Hz automatically for use in the Harmonic Notch Filter\. This reference value may also be used to scale the sensor data\, if required\. For example\, rpm sensor data is required to measure heli motor RPM\. Therefore the reference value can be used to scale the RPM sensor to the rotor RPM\. + + ++------------+ +| Range | ++============+ +| 0.0 to 1.0 | ++------------+ + + + + +.. _INS_HNTCH_MODE: + +INS\_HNTCH\_MODE: Harmonic Notch Filter dynamic frequency tracking mode +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Harmonic Notch Filter dynamic frequency tracking mode\. Dynamic updates can be throttle\, RPM sensor\, ESC telemetry or dynamic FFT based\. Throttle\-based updates should only be used with multicopters\. + + ++-------+-------------------+ +| Value | Meaning | ++=======+===================+ +| 0 | Fixed | ++-------+-------------------+ +| 1 | Throttle | ++-------+-------------------+ +| 2 | RPM Sensor | ++-------+-------------------+ +| 3 | ESC Telemetry | ++-------+-------------------+ +| 4 | Dynamic FFT | ++-------+-------------------+ +| 5 | Second RPM Sensor | ++-------+-------------------+ + + + + ++--------+ +| Range | ++========+ +| 0 to 5 | ++--------+ + + + + +.. _INS_HNTCH_OPTS: + +INS\_HNTCH\_OPTS: Harmonic Notch Filter options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Harmonic Notch Filter options\. Triple and double\-notches can provide deeper attenuation across a wider bandwidth with reduced latency than single notches and are suitable for larger aircraft\. Multi\-Source attaches a harmonic notch to each detected noise frequency instead of simply being multiples of the base frequency\, in the case of FFT it will attach notches to each of three detected noise peaks\, in the case of ESC it will attach notches to each of four motor RPM values\. Loop rate update changes the notch center frequency at the scheduler loop rate rather than at the default of 200Hz\. If both double and triple notches are specified only double notches will take effect\. + + ++-----+---------------------+ +| Bit | Meaning | ++=====+=====================+ +| 0 | Double notch | ++-----+---------------------+ +| 1 | Multi-Source | ++-----+---------------------+ +| 2 | Update at loop rate | ++-----+---------------------+ +| 3 | EnableOnAllIMUs | ++-----+---------------------+ +| 4 | Triple notch | ++-----+---------------------+ + + + + +.. _INS_HNTCH_FM_RAT: + +INS\_HNTCH\_FM\_RAT: Throttle notch min freqency ratio +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The minimum ratio below the configured frequency to take throttle based notch filters when flying at a throttle level below the reference throttle\. Note that lower frequency notch filters will have more phase lag\. If you want throttle based notch filtering to be effective at a throttle up to 30\% below the configured notch frequency then set this parameter to 0\.7\. The default of 1\.0 means the notch will not go below the frequency in the FREQ parameter\. + + ++------------+ +| Range | ++============+ +| 0.1 to 1.0 | ++------------+ + + + + + +.. _parameters_INS_LOG_: + +INS\_LOG\_ Parameters +--------------------- + + +.. _INS_LOG_BAT_CNT: + +INS\_LOG\_BAT\_CNT: sample count per batch +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Number of samples to take when logging streams of IMU sensor readings\. Will be rounded down to a multiple of 32\. This option takes effect on the next reboot\. + + ++-----------+ +| Increment | ++===========+ +| 32 | ++-----------+ + + + + +.. _INS_LOG_BAT_MASK: + +INS\_LOG\_BAT\_MASK: Sensor Bitmask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Bitmap of which IMUs to log batch data for\. This option takes effect on the next reboot\. + + ++-----+---------+ +| Bit | Meaning | ++=====+=========+ +| 0 | IMU1 | ++-----+---------+ +| 1 | IMU2 | ++-----+---------+ +| 2 | IMU3 | ++-----+---------+ + + + + +.. _INS_LOG_BAT_OPT: + +INS\_LOG\_BAT\_OPT: Batch Logging Options Mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Options for the BatchSampler\. + + ++-----+-------------------------------------------------------------+ +| Bit | Meaning | ++=====+=============================================================+ +| 0 | Sensor-Rate Logging (sample at full sensor rate seen by AP) | ++-----+-------------------------------------------------------------+ +| 1 | Sample post-filtering | ++-----+-------------------------------------------------------------+ +| 2 | Sample pre- and post-filter | ++-----+-------------------------------------------------------------+ + + + + +.. _INS_LOG_BAT_LGIN: + +INS\_LOG\_BAT\_LGIN: logging interval +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Interval between pushing samples to the AP\_Logger log + + ++-----------+--------------+ +| Increment | Units | ++===========+==============+ +| 10 | milliseconds | ++-----------+--------------+ + + + + +.. _INS_LOG_BAT_LGCT: + +INS\_LOG\_BAT\_LGCT: logging count +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of samples to push to count every INS\_LOG\_BAT\_LGIN + + ++-----------+ +| Increment | ++===========+ +| 1 | ++-----------+ + + + + + +.. _parameters_INS_TCAL1_: + +INS\_TCAL1\_ Parameters +----------------------- + + +.. _INS_TCAL1_ENABLE: + +INS\_TCAL1\_ENABLE: Enable temperature calibration +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Enable the use of temperature calibration parameters for this IMU\. For automatic learning set to 2 and also set the INS\_TCALn\_TMAX to the target temperature\, then reboot + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | Disabled | ++-------+------------------+ +| 1 | Enabled | ++-------+------------------+ +| 2 | LearnCalibration | ++-------+------------------+ + + + + +.. _INS_TCAL1_TMIN: + +INS\_TCAL1\_TMIN: Temperature calibration min +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The minimum temperature that the calibration is valid for + + ++-------------+-----------+-----------------+ +| Calibration | Range | Units | ++=============+===========+=================+ +| 1 | -70 to 80 | degrees Celsius | ++-------------+-----------+-----------------+ + + + + +.. _INS_TCAL1_TMAX: + +INS\_TCAL1\_TMAX: Temperature calibration max +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The maximum temperature that the calibration is valid for\. This must be at least 10 degrees above TMIN for calibration + + ++-------------+-----------+-----------------+ +| Calibration | Range | Units | ++=============+===========+=================+ +| 1 | -70 to 80 | degrees Celsius | ++-------------+-----------+-----------------+ + + + + +.. _INS_TCAL1_ACC1_X: + +INS\_TCAL1\_ACC1\_X: Accelerometer 1st order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL1_ACC1_Y: + +INS\_TCAL1\_ACC1\_Y: Accelerometer 1st order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL1_ACC1_Z: + +INS\_TCAL1\_ACC1\_Z: Accelerometer 1st order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL1_ACC2_X: + +INS\_TCAL1\_ACC2\_X: Accelerometer 2nd order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL1_ACC2_Y: + +INS\_TCAL1\_ACC2\_Y: Accelerometer 2nd order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL1_ACC2_Z: + +INS\_TCAL1\_ACC2\_Z: Accelerometer 2nd order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL1_ACC3_X: + +INS\_TCAL1\_ACC3\_X: Accelerometer 3rd order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL1_ACC3_Y: + +INS\_TCAL1\_ACC3\_Y: Accelerometer 3rd order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL1_ACC3_Z: + +INS\_TCAL1\_ACC3\_Z: Accelerometer 3rd order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL1_GYR1_X: + +INS\_TCAL1\_GYR1\_X: Gyroscope 1st order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL1_GYR1_Y: + +INS\_TCAL1\_GYR1\_Y: Gyroscope 1st order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL1_GYR1_Z: + +INS\_TCAL1\_GYR1\_Z: Gyroscope 1st order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL1_GYR2_X: + +INS\_TCAL1\_GYR2\_X: Gyroscope 2nd order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL1_GYR2_Y: + +INS\_TCAL1\_GYR2\_Y: Gyroscope 2nd order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL1_GYR2_Z: + +INS\_TCAL1\_GYR2\_Z: Gyroscope 2nd order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL1_GYR3_X: + +INS\_TCAL1\_GYR3\_X: Gyroscope 3rd order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL1_GYR3_Y: + +INS\_TCAL1\_GYR3\_Y: Gyroscope 3rd order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL1_GYR3_Z: + +INS\_TCAL1\_GYR3\_Z: Gyroscope 3rd order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + + +.. _parameters_INS_TCAL2_: + +INS\_TCAL2\_ Parameters +----------------------- + + +.. _INS_TCAL2_ENABLE: + +INS\_TCAL2\_ENABLE: Enable temperature calibration +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Enable the use of temperature calibration parameters for this IMU\. For automatic learning set to 2 and also set the INS\_TCALn\_TMAX to the target temperature\, then reboot + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | Disabled | ++-------+------------------+ +| 1 | Enabled | ++-------+------------------+ +| 2 | LearnCalibration | ++-------+------------------+ + + + + +.. _INS_TCAL2_TMIN: + +INS\_TCAL2\_TMIN: Temperature calibration min +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The minimum temperature that the calibration is valid for + + ++-------------+-----------+-----------------+ +| Calibration | Range | Units | ++=============+===========+=================+ +| 1 | -70 to 80 | degrees Celsius | ++-------------+-----------+-----------------+ + + + + +.. _INS_TCAL2_TMAX: + +INS\_TCAL2\_TMAX: Temperature calibration max +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The maximum temperature that the calibration is valid for\. This must be at least 10 degrees above TMIN for calibration + + ++-------------+-----------+-----------------+ +| Calibration | Range | Units | ++=============+===========+=================+ +| 1 | -70 to 80 | degrees Celsius | ++-------------+-----------+-----------------+ + + + + +.. _INS_TCAL2_ACC1_X: + +INS\_TCAL2\_ACC1\_X: Accelerometer 1st order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL2_ACC1_Y: + +INS\_TCAL2\_ACC1\_Y: Accelerometer 1st order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL2_ACC1_Z: + +INS\_TCAL2\_ACC1\_Z: Accelerometer 1st order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL2_ACC2_X: + +INS\_TCAL2\_ACC2\_X: Accelerometer 2nd order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL2_ACC2_Y: + +INS\_TCAL2\_ACC2\_Y: Accelerometer 2nd order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL2_ACC2_Z: + +INS\_TCAL2\_ACC2\_Z: Accelerometer 2nd order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL2_ACC3_X: + +INS\_TCAL2\_ACC3\_X: Accelerometer 3rd order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL2_ACC3_Y: + +INS\_TCAL2\_ACC3\_Y: Accelerometer 3rd order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL2_ACC3_Z: + +INS\_TCAL2\_ACC3\_Z: Accelerometer 3rd order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL2_GYR1_X: + +INS\_TCAL2\_GYR1\_X: Gyroscope 1st order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL2_GYR1_Y: + +INS\_TCAL2\_GYR1\_Y: Gyroscope 1st order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL2_GYR1_Z: + +INS\_TCAL2\_GYR1\_Z: Gyroscope 1st order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL2_GYR2_X: + +INS\_TCAL2\_GYR2\_X: Gyroscope 2nd order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL2_GYR2_Y: + +INS\_TCAL2\_GYR2\_Y: Gyroscope 2nd order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL2_GYR2_Z: + +INS\_TCAL2\_GYR2\_Z: Gyroscope 2nd order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL2_GYR3_X: + +INS\_TCAL2\_GYR3\_X: Gyroscope 3rd order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL2_GYR3_Y: + +INS\_TCAL2\_GYR3\_Y: Gyroscope 3rd order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL2_GYR3_Z: + +INS\_TCAL2\_GYR3\_Z: Gyroscope 3rd order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + + +.. _parameters_INS_TCAL3_: + +INS\_TCAL3\_ Parameters +----------------------- + + +.. _INS_TCAL3_ENABLE: + +INS\_TCAL3\_ENABLE: Enable temperature calibration +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Enable the use of temperature calibration parameters for this IMU\. For automatic learning set to 2 and also set the INS\_TCALn\_TMAX to the target temperature\, then reboot + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | Disabled | ++-------+------------------+ +| 1 | Enabled | ++-------+------------------+ +| 2 | LearnCalibration | ++-------+------------------+ + + + + +.. _INS_TCAL3_TMIN: + +INS\_TCAL3\_TMIN: Temperature calibration min +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The minimum temperature that the calibration is valid for + + ++-------------+-----------+-----------------+ +| Calibration | Range | Units | ++=============+===========+=================+ +| 1 | -70 to 80 | degrees Celsius | ++-------------+-----------+-----------------+ + + + + +.. _INS_TCAL3_TMAX: + +INS\_TCAL3\_TMAX: Temperature calibration max +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The maximum temperature that the calibration is valid for\. This must be at least 10 degrees above TMIN for calibration + + ++-------------+-----------+-----------------+ +| Calibration | Range | Units | ++=============+===========+=================+ +| 1 | -70 to 80 | degrees Celsius | ++-------------+-----------+-----------------+ + + + + +.. _INS_TCAL3_ACC1_X: + +INS\_TCAL3\_ACC1\_X: Accelerometer 1st order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL3_ACC1_Y: + +INS\_TCAL3\_ACC1\_Y: Accelerometer 1st order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL3_ACC1_Z: + +INS\_TCAL3\_ACC1\_Z: Accelerometer 1st order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL3_ACC2_X: + +INS\_TCAL3\_ACC2\_X: Accelerometer 2nd order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL3_ACC2_Y: + +INS\_TCAL3\_ACC2\_Y: Accelerometer 2nd order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL3_ACC2_Z: + +INS\_TCAL3\_ACC2\_Z: Accelerometer 2nd order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL3_ACC3_X: + +INS\_TCAL3\_ACC3\_X: Accelerometer 3rd order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL3_ACC3_Y: + +INS\_TCAL3\_ACC3\_Y: Accelerometer 3rd order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL3_ACC3_Z: + +INS\_TCAL3\_ACC3\_Z: Accelerometer 3rd order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL3_GYR1_X: + +INS\_TCAL3\_GYR1\_X: Gyroscope 1st order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL3_GYR1_Y: + +INS\_TCAL3\_GYR1\_Y: Gyroscope 1st order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL3_GYR1_Z: + +INS\_TCAL3\_GYR1\_Z: Gyroscope 1st order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 1st order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL3_GYR2_X: + +INS\_TCAL3\_GYR2\_X: Gyroscope 2nd order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL3_GYR2_Y: + +INS\_TCAL3\_GYR2\_Y: Gyroscope 2nd order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL3_GYR2_Z: + +INS\_TCAL3\_GYR2\_Z: Gyroscope 2nd order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 2nd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL3_GYR3_X: + +INS\_TCAL3\_GYR3\_X: Gyroscope 3rd order temperature coefficient X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL3_GYR3_Y: + +INS\_TCAL3\_GYR3\_Y: Gyroscope 3rd order temperature coefficient Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + +.. _INS_TCAL3_GYR3_Z: + +INS\_TCAL3\_GYR3\_Z: Gyroscope 3rd order temperature coefficient Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This is the 3rd order temperature coefficient from a temperature calibration + + ++-------------+ +| Calibration | ++=============+ +| 1 | ++-------------+ + + + + + +.. _parameters_KDE_: + +KDE\_ Parameters +---------------- + + +.. _KDE_NPOLE: + +KDE\_NPOLE: Number of motor poles +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sets the number of motor poles to calculate the correct RPM value + + + +.. _parameters_LOG: + +LOG Parameters +-------------- + + +.. _LOG_BACKEND_TYPE: + +LOG\_BACKEND\_TYPE: AP\_Logger Backend Storage type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Bitmap of what Logger backend types to enable\. Block\-based logging is available on SITL and boards with dataflash chips\. Multiple backends can be selected\. + + ++-----+---------+ +| Bit | Meaning | ++=====+=========+ +| 0 | File | ++-----+---------+ +| 1 | MAVLink | ++-----+---------+ +| 2 | Block | ++-----+---------+ + + + + +.. _LOG_FILE_BUFSIZE: + +LOG\_FILE\_BUFSIZE: Maximum AP\_Logger File and Block Backend buffer size \(in kilobytes\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The File and Block backends use a buffer to store data before writing to the block device\. Raising this value may reduce \"gaps\" in your SD card logging\. This buffer size may be reduced depending on available memory\. PixHawk requires at least 4 kilobytes\. Maximum value available here is 64 kilobytes\. + + +.. _LOG_DISARMED: + +LOG\_DISARMED: Enable logging while disarmed +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +If LOG\_DISARMED is set to 1 then logging will be enabled at all times including when disarmed\. Logging before arming can make for very large logfiles but can help a lot when tracking down startup issues and is necessary if logging of EKF replay data is selected via the LOG\_REPLAY parameter\. If LOG\_DISARMED is set to 2\, then logging will be enabled when disarmed\, but not if a USB connection is detected\. This can be used to prevent unwanted data logs being generated when the vehicle is connected via USB for log downloading or parameter changes\. If LOG\_DISARMED is set to 3 then logging will happen while disarmed\, but if the vehicle never arms then the logs using the filesystem backend will be discarded on the next boot\. + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| 0 | Disabled | ++-------+--------------------------------------+ +| 1 | Enabled | ++-------+--------------------------------------+ +| 2 | Disabled on USB connection | ++-------+--------------------------------------+ +| 3 | Discard log on reboot if never armed | ++-------+--------------------------------------+ + + + + +.. _LOG_REPLAY: + +LOG\_REPLAY: Enable logging of information needed for Replay +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +If LOG\_REPLAY is set to 1 then the EKF2 and EKF3 state estimators will log detailed information needed for diagnosing problems with the Kalman filter\. LOG\_DISARMED must be set to 1 or 2 or else the log will not contain the pre\-flight data required for replay testing of the EKF\'s\. It is suggested that you also raise LOG\_FILE\_BUFSIZE to give more buffer space for logging and use a high quality microSD card to ensure no sensor data is lost\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _LOG_FILE_DSRMROT: + +LOG\_FILE\_DSRMROT: Stop logging to current file on disarm +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +When set\, the current log file is closed when the vehicle is disarmed\. If LOG\_DISARMED is set then a fresh log will be opened\. Applies to the File and Block logging backends\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _LOG_MAV_BUFSIZE: + +LOG\_MAV\_BUFSIZE: Maximum AP\_Logger MAVLink Backend buffer size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum amount of memory to allocate to AP\_Logger\-over\-mavlink + + ++-----------+ +| Units | ++===========+ +| kilobytes | ++-----------+ + + + + +.. _LOG_FILE_TIMEOUT: + +LOG\_FILE\_TIMEOUT: Timeout before giving up on file writes +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This controls the amount of time before failing writes to a log file cause the file to be closed and logging stopped\. + + ++---------+ +| Units | ++=========+ +| seconds | ++---------+ + + + + +.. _LOG_FILE_MB_FREE: + +LOG\_FILE\_MB\_FREE: Old logs on the SD card will be deleted to maintain this amount of free space +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Set this such that the free space is larger than your largest typical flight log + + ++------------+----------+ +| Range | Units | ++============+==========+ +| 10 to 1000 | megabyte | ++------------+----------+ + + + + +.. _LOG_FILE_RATEMAX: + +LOG\_FILE\_RATEMAX: Maximum logging rate for file backend +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the maximum rate that streaming log messages will be logged to the file backend\. A value of zero means that rate limiting is disabled\. + + ++-----------+-----------+-------+ +| Increment | Range | Units | ++===========+===========+=======+ +| 0.1 | 0 to 1000 | hertz | ++-----------+-----------+-------+ + + + + +.. _LOG_MAV_RATEMAX: + +LOG\_MAV\_RATEMAX: Maximum logging rate for mavlink backend +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the maximum rate that streaming log messages will be logged to the mavlink backend\. A value of zero means that rate limiting is disabled\. + + ++-----------+-----------+-------+ +| Increment | Range | Units | ++===========+===========+=======+ +| 0.1 | 0 to 1000 | hertz | ++-----------+-----------+-------+ + + + + +.. _LOG_BLK_RATEMAX: + +LOG\_BLK\_RATEMAX: Maximum logging rate for block backend +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the maximum rate that streaming log messages will be logged to the block backend\. A value of zero means that rate limiting is disabled\. + + ++-----------+-----------+-------+ +| Increment | Range | Units | ++===========+===========+=======+ +| 0.1 | 0 to 1000 | hertz | ++-----------+-----------+-------+ + + + + +.. _LOG_DARM_RATEMAX: + +LOG\_DARM\_RATEMAX: Maximum logging rate when disarmed +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the maximum rate that streaming log messages will be logged to any backend when disarmed\. A value of zero means that the normal backend rate limit is applied\. + + ++-----------+-----------+-------+ +| Increment | Range | Units | ++===========+===========+=======+ +| 0.1 | 0 to 1000 | hertz | ++-----------+-----------+-------+ + + + + +.. _LOG_MAX_FILES: + +LOG\_MAX\_FILES: Maximum number of log files +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +This sets the maximum number of log file that will be written on dataflash or sd card before starting to rotate log number\. Limit is capped at 500 logs\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 1 | 2 to 500 | ++-----------+----------+ + + + + + +.. _parameters_MIS_: + +MIS\_ Parameters +---------------- + + +.. _MIS_TOTAL: + +MIS\_TOTAL: Total mission commands +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The number of mission mission items that has been loaded by the ground station\. Do not change this manually\. + + ++-----------+------------+----------+ +| Increment | Range | ReadOnly | ++===========+============+==========+ +| 1 | 0 to 32766 | True | ++-----------+------------+----------+ + + + + +.. _MIS_RESTART: + +MIS\_RESTART: Mission Restart when entering Auto mode +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Controls mission starting point when entering Auto mode \(either restart from beginning of mission or resume from last command run\) + + ++-------+-----------------+ +| Value | Meaning | ++=======+=================+ +| 0 | Resume Mission | ++-------+-----------------+ +| 1 | Restart Mission | ++-------+-----------------+ + + + + +.. _MIS_OPTIONS: + +MIS\_OPTIONS: Mission options bitmask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bitmask of what options to use in missions\. + + ++-----+-------------------------+ +| Bit | Meaning | ++=====+=========================+ +| 0 | Clear Mission on reboot | ++-----+-------------------------+ + + + + + +.. _parameters_MNT1: + +MNT1 Parameters +--------------- + + +.. _MNT1_TYPE: + +MNT1\_TYPE: Mount Type +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Mount Type + + ++-------+-----------------+ +| Value | Meaning | ++=======+=================+ +| 0 | None | ++-------+-----------------+ +| 1 | Servo | ++-------+-----------------+ +| 2 | 3DR Solo | ++-------+-----------------+ +| 3 | Alexmos Serial | ++-------+-----------------+ +| 4 | SToRM32 MAVLink | ++-------+-----------------+ +| 5 | SToRM32 Serial | ++-------+-----------------+ +| 6 | Gremsy | ++-------+-----------------+ +| 7 | BrushlessPWM | ++-------+-----------------+ +| 8 | Siyi | ++-------+-----------------+ +| 9 | Scripting | ++-------+-----------------+ +| 10 | Xacti | ++-------+-----------------+ +| 11 | Viewpro | ++-------+-----------------+ + + + + +.. _MNT1_DEFLT_MODE: + +MNT1\_DEFLT\_MODE: Mount default operating mode +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount default operating mode on startup and after control is returned from autopilot + + ++-------+-------------------+ +| Value | Meaning | ++=======+===================+ +| 0 | Retracted | ++-------+-------------------+ +| 1 | Neutral | ++-------+-------------------+ +| 2 | MavLink Targeting | ++-------+-------------------+ +| 3 | RC Targeting | ++-------+-------------------+ +| 4 | GPS Point | ++-------+-------------------+ +| 5 | SysID Target | ++-------+-------------------+ +| 6 | Home Location | ++-------+-------------------+ + + + + +.. _MNT1_RC_RATE: + +MNT1\_RC\_RATE: Mount RC Rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Pilot rate control\'s maximum rate\. Set to zero to use angle control + + ++-----------+---------+--------------------+ +| Increment | Range | Units | ++===========+=========+====================+ +| 1 | 0 to 90 | degrees per second | ++-----------+---------+--------------------+ + + + + +.. _MNT1_ROLL_MIN: + +MNT1\_ROLL\_MIN: Mount Roll angle minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount Roll angle minimum + + ++-----------+-------------+---------+ +| Increment | Range | Units | ++===========+=============+=========+ +| 1 | -180 to 180 | degrees | ++-----------+-------------+---------+ + + + + +.. _MNT1_ROLL_MAX: + +MNT1\_ROLL\_MAX: Mount Roll angle maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount Roll angle maximum + + ++-----------+-------------+---------+ +| Increment | Range | Units | ++===========+=============+=========+ +| 1 | -180 to 180 | degrees | ++-----------+-------------+---------+ + + + + +.. _MNT1_PITCH_MIN: + +MNT1\_PITCH\_MIN: Mount Pitch angle minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount Pitch angle minimum + + ++-----------+-----------+---------+ +| Increment | Range | Units | ++===========+===========+=========+ +| 1 | -90 to 90 | degrees | ++-----------+-----------+---------+ + + + + +.. _MNT1_PITCH_MAX: + +MNT1\_PITCH\_MAX: Mount Pitch angle maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount Pitch angle maximum + + ++-----------+-----------+---------+ +| Increment | Range | Units | ++===========+===========+=========+ +| 1 | -90 to 90 | degrees | ++-----------+-----------+---------+ + + + + +.. _MNT1_YAW_MIN: + +MNT1\_YAW\_MIN: Mount Yaw angle minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount Yaw angle minimum + + ++-----------+-------------+---------+ +| Increment | Range | Units | ++===========+=============+=========+ +| 1 | -180 to 180 | degrees | ++-----------+-------------+---------+ + + + + +.. _MNT1_YAW_MAX: + +MNT1\_YAW\_MAX: Mount Yaw angle maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount Yaw angle maximum + + ++-----------+-------------+---------+ +| Increment | Range | Units | ++===========+=============+=========+ +| 1 | -180 to 180 | degrees | ++-----------+-------------+---------+ + + + + +.. _MNT1_RETRACT_X: + +MNT1\_RETRACT\_X: Mount roll angle when in retracted position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount roll angle when in retracted position + + ++-----------+-----------------+---------+ +| Increment | Range | Units | ++===========+=================+=========+ +| 1 | -180.0 to 180.0 | degrees | ++-----------+-----------------+---------+ + + + + +.. _MNT1_RETRACT_Y: + +MNT1\_RETRACT\_Y: Mount pitch angle when in retracted position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount pitch angle when in retracted position + + ++-----------+-----------------+---------+ +| Increment | Range | Units | ++===========+=================+=========+ +| 1 | -180.0 to 180.0 | degrees | ++-----------+-----------------+---------+ + + + + +.. _MNT1_RETRACT_Z: + +MNT1\_RETRACT\_Z: Mount yaw angle when in retracted position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount yaw angle when in retracted position + + ++-----------+-----------------+---------+ +| Increment | Range | Units | ++===========+=================+=========+ +| 1 | -180.0 to 180.0 | degrees | ++-----------+-----------------+---------+ + + + + +.. _MNT1_NEUTRAL_X: + +MNT1\_NEUTRAL\_X: Mount roll angle when in neutral position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount roll angle when in neutral position + + ++-----------+-----------------+---------+ +| Increment | Range | Units | ++===========+=================+=========+ +| 1 | -180.0 to 180.0 | degrees | ++-----------+-----------------+---------+ + + + + +.. _MNT1_NEUTRAL_Y: + +MNT1\_NEUTRAL\_Y: Mount pitch angle when in neutral position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount pitch angle when in neutral position + + ++-----------+-----------------+---------+ +| Increment | Range | Units | ++===========+=================+=========+ +| 1 | -180.0 to 180.0 | degrees | ++-----------+-----------------+---------+ + + + + +.. _MNT1_NEUTRAL_Z: + +MNT1\_NEUTRAL\_Z: Mount yaw angle when in neutral position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount yaw angle when in neutral position + + ++-----------+-----------------+---------+ +| Increment | Range | Units | ++===========+=================+=========+ +| 1 | -180.0 to 180.0 | degrees | ++-----------+-----------------+---------+ + + + + +.. _MNT1_LEAD_RLL: + +MNT1\_LEAD\_RLL: Mount Roll stabilization lead time +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Servo mount roll angle output leads the vehicle angle by this amount of time based on current roll rate\. Increase until the servo is responsive but does not overshoot + + ++-----------+------------+---------+ +| Increment | Range | Units | ++===========+============+=========+ +| .005 | 0.0 to 0.2 | seconds | ++-----------+------------+---------+ + + + + +.. _MNT1_LEAD_PTCH: + +MNT1\_LEAD\_PTCH: Mount Pitch stabilization lead time +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Servo mount pitch angle output leads the vehicle angle by this amount of time based on current pitch rate\. Increase until the servo is responsive but does not overshoot + + ++-----------+------------+---------+ +| Increment | Range | Units | ++===========+============+=========+ +| .005 | 0.0 to 0.2 | seconds | ++-----------+------------+---------+ + + + + +.. _MNT1_SYSID_DFLT: + +MNT1\_SYSID\_DFLT: Mount Target sysID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Default Target sysID for the mount to point to + + +.. _MNT1_DEVID: + +MNT1\_DEVID: Mount Device ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Mount device ID\, taking into account its type\, bus and instance + + + +.. _parameters_MNT2: + +MNT2 Parameters +--------------- + + +.. _MNT2_TYPE: + +MNT2\_TYPE: Mount Type +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Mount Type + + ++-------+-----------------+ +| Value | Meaning | ++=======+=================+ +| 0 | None | ++-------+-----------------+ +| 1 | Servo | ++-------+-----------------+ +| 2 | 3DR Solo | ++-------+-----------------+ +| 3 | Alexmos Serial | ++-------+-----------------+ +| 4 | SToRM32 MAVLink | ++-------+-----------------+ +| 5 | SToRM32 Serial | ++-------+-----------------+ +| 6 | Gremsy | ++-------+-----------------+ +| 7 | BrushlessPWM | ++-------+-----------------+ +| 8 | Siyi | ++-------+-----------------+ +| 9 | Scripting | ++-------+-----------------+ +| 10 | Xacti | ++-------+-----------------+ +| 11 | Viewpro | ++-------+-----------------+ + + + + +.. _MNT2_DEFLT_MODE: + +MNT2\_DEFLT\_MODE: Mount default operating mode +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount default operating mode on startup and after control is returned from autopilot + + ++-------+-------------------+ +| Value | Meaning | ++=======+===================+ +| 0 | Retracted | ++-------+-------------------+ +| 1 | Neutral | ++-------+-------------------+ +| 2 | MavLink Targeting | ++-------+-------------------+ +| 3 | RC Targeting | ++-------+-------------------+ +| 4 | GPS Point | ++-------+-------------------+ +| 5 | SysID Target | ++-------+-------------------+ +| 6 | Home Location | ++-------+-------------------+ + + + + +.. _MNT2_RC_RATE: + +MNT2\_RC\_RATE: Mount RC Rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Pilot rate control\'s maximum rate\. Set to zero to use angle control + + ++-----------+---------+--------------------+ +| Increment | Range | Units | ++===========+=========+====================+ +| 1 | 0 to 90 | degrees per second | ++-----------+---------+--------------------+ + + + + +.. _MNT2_ROLL_MIN: + +MNT2\_ROLL\_MIN: Mount Roll angle minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount Roll angle minimum + + ++-----------+-------------+---------+ +| Increment | Range | Units | ++===========+=============+=========+ +| 1 | -180 to 180 | degrees | ++-----------+-------------+---------+ + + + + +.. _MNT2_ROLL_MAX: + +MNT2\_ROLL\_MAX: Mount Roll angle maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount Roll angle maximum + + ++-----------+-------------+---------+ +| Increment | Range | Units | ++===========+=============+=========+ +| 1 | -180 to 180 | degrees | ++-----------+-------------+---------+ + + + + +.. _MNT2_PITCH_MIN: + +MNT2\_PITCH\_MIN: Mount Pitch angle minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount Pitch angle minimum + + ++-----------+-----------+---------+ +| Increment | Range | Units | ++===========+===========+=========+ +| 1 | -90 to 90 | degrees | ++-----------+-----------+---------+ + + + + +.. _MNT2_PITCH_MAX: + +MNT2\_PITCH\_MAX: Mount Pitch angle maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount Pitch angle maximum + + ++-----------+-----------+---------+ +| Increment | Range | Units | ++===========+===========+=========+ +| 1 | -90 to 90 | degrees | ++-----------+-----------+---------+ + + + + +.. _MNT2_YAW_MIN: + +MNT2\_YAW\_MIN: Mount Yaw angle minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount Yaw angle minimum + + ++-----------+-------------+---------+ +| Increment | Range | Units | ++===========+=============+=========+ +| 1 | -180 to 180 | degrees | ++-----------+-------------+---------+ + + + + +.. _MNT2_YAW_MAX: + +MNT2\_YAW\_MAX: Mount Yaw angle maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount Yaw angle maximum + + ++-----------+-------------+---------+ +| Increment | Range | Units | ++===========+=============+=========+ +| 1 | -180 to 180 | degrees | ++-----------+-------------+---------+ + + + + +.. _MNT2_RETRACT_X: + +MNT2\_RETRACT\_X: Mount roll angle when in retracted position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount roll angle when in retracted position + + ++-----------+-----------------+---------+ +| Increment | Range | Units | ++===========+=================+=========+ +| 1 | -180.0 to 180.0 | degrees | ++-----------+-----------------+---------+ + + + + +.. _MNT2_RETRACT_Y: + +MNT2\_RETRACT\_Y: Mount pitch angle when in retracted position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount pitch angle when in retracted position + + ++-----------+-----------------+---------+ +| Increment | Range | Units | ++===========+=================+=========+ +| 1 | -180.0 to 180.0 | degrees | ++-----------+-----------------+---------+ + + + + +.. _MNT2_RETRACT_Z: + +MNT2\_RETRACT\_Z: Mount yaw angle when in retracted position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount yaw angle when in retracted position + + ++-----------+-----------------+---------+ +| Increment | Range | Units | ++===========+=================+=========+ +| 1 | -180.0 to 180.0 | degrees | ++-----------+-----------------+---------+ + + + + +.. _MNT2_NEUTRAL_X: + +MNT2\_NEUTRAL\_X: Mount roll angle when in neutral position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount roll angle when in neutral position + + ++-----------+-----------------+---------+ +| Increment | Range | Units | ++===========+=================+=========+ +| 1 | -180.0 to 180.0 | degrees | ++-----------+-----------------+---------+ + + + + +.. _MNT2_NEUTRAL_Y: + +MNT2\_NEUTRAL\_Y: Mount pitch angle when in neutral position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount pitch angle when in neutral position + + ++-----------+-----------------+---------+ +| Increment | Range | Units | ++===========+=================+=========+ +| 1 | -180.0 to 180.0 | degrees | ++-----------+-----------------+---------+ + + + + +.. _MNT2_NEUTRAL_Z: + +MNT2\_NEUTRAL\_Z: Mount yaw angle when in neutral position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mount yaw angle when in neutral position + + ++-----------+-----------------+---------+ +| Increment | Range | Units | ++===========+=================+=========+ +| 1 | -180.0 to 180.0 | degrees | ++-----------+-----------------+---------+ + + + + +.. _MNT2_LEAD_RLL: + +MNT2\_LEAD\_RLL: Mount Roll stabilization lead time +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Servo mount roll angle output leads the vehicle angle by this amount of time based on current roll rate\. Increase until the servo is responsive but does not overshoot + + ++-----------+------------+---------+ +| Increment | Range | Units | ++===========+============+=========+ +| .005 | 0.0 to 0.2 | seconds | ++-----------+------------+---------+ + + + + +.. _MNT2_LEAD_PTCH: + +MNT2\_LEAD\_PTCH: Mount Pitch stabilization lead time +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Servo mount pitch angle output leads the vehicle angle by this amount of time based on current pitch rate\. Increase until the servo is responsive but does not overshoot + + ++-----------+------------+---------+ +| Increment | Range | Units | ++===========+============+=========+ +| .005 | 0.0 to 0.2 | seconds | ++-----------+------------+---------+ + + + + +.. _MNT2_SYSID_DFLT: + +MNT2\_SYSID\_DFLT: Mount Target sysID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Default Target sysID for the mount to point to + + +.. _MNT2_DEVID: + +MNT2\_DEVID: Mount Device ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Mount device ID\, taking into account its type\, bus and instance + + + +.. _parameters_MOT_: + +MOT\_ Parameters +---------------- + + +.. _MOT_PWM_TYPE: + +MOT\_PWM\_TYPE: Motor Output PWM type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +This selects the output PWM type as regular PWM\, OneShot\, Brushed motor support using PWM \(duty cycle\) with separated direction signal\, Brushed motor support with separate throttle and direction PWM \(duty cyle\) + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | Normal | ++-------+------------------+ +| 1 | OneShot | ++-------+------------------+ +| 2 | OneShot125 | ++-------+------------------+ +| 3 | BrushedWithRelay | ++-------+------------------+ +| 4 | BrushedBiPolar | ++-------+------------------+ +| 5 | DShot150 | ++-------+------------------+ +| 6 | DShot300 | ++-------+------------------+ +| 7 | DShot600 | ++-------+------------------+ +| 8 | DShot1200 | ++-------+------------------+ + + + + +.. _MOT_PWM_FREQ: + +MOT\_PWM\_FREQ: Motor Output PWM freq for brushed motors +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Motor Output PWM freq for brushed motors + + ++-----------+---------+-----------+ +| Increment | Range | Units | ++===========+=========+===========+ +| 1 | 1 to 20 | kilohertz | ++-----------+---------+-----------+ + + + + +.. _MOT_SAFE_DISARM: + +MOT\_SAFE\_DISARM: Motor PWM output disabled when disarmed +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Disables motor PWM output when disarmed + + ++-------+-----------------------------+ +| Value | Meaning | ++=======+=============================+ +| 0 | PWM enabled while disarmed | ++-------+-----------------------------+ +| 1 | PWM disabled while disarmed | ++-------+-----------------------------+ + + + + +.. _MOT_THR_MIN: + +MOT\_THR\_MIN: Throttle minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Throttle minimum percentage the autopilot will apply\. This is useful for handling a deadzone around low throttle and for preventing internal combustion motors cutting out during missions\. + + ++-----------+---------+---------+ +| Increment | Range | Units | ++===========+=========+=========+ +| 1 | 0 to 20 | percent | ++-----------+---------+---------+ + + + + +.. _MOT_THR_MAX: + +MOT\_THR\_MAX: Throttle maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Throttle maximum percentage the autopilot will apply\. This can be used to prevent overheating an ESC or motor on an electric rover + + ++-----------+-----------+---------+ +| Increment | Range | Units | ++===========+===========+=========+ +| 1 | 30 to 100 | percent | ++-----------+-----------+---------+ + + + + +.. _MOT_SLEWRATE: + +MOT\_SLEWRATE: Throttle slew rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Throttle slew rate as a percentage of total range per second\. A value of 100 allows the motor to change over its full range in one second\. A value of zero disables the limit\. Note some NiMH powered rovers require a lower setting of 40 to reduce current demand to avoid brownouts\. + + ++-----------+-----------+--------------------+ +| Increment | Range | Units | ++===========+===========+====================+ +| 1 | 0 to 1000 | percent per second | ++-----------+-----------+--------------------+ + + + + +.. _MOT_THST_EXPO: + +MOT\_THST\_EXPO: Thrust Curve Expo +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Thrust curve exponent \(\-1 to \+1 with 0 being linear\) + + ++-------------+ +| Range | ++=============+ +| -1.0 to 1.0 | ++-------------+ + + + + +.. _MOT_SPD_SCA_BASE: + +MOT\_SPD\_SCA\_BASE: Motor speed scaling base speed +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Speed above which steering is scaled down when using regular steering\/throttle vehicles\. zero to disable speed scaling + + ++---------+-------------------+ +| Range | Units | ++=========+===================+ +| 0 to 10 | meters per second | ++---------+-------------------+ + + + + +.. _MOT_STR_THR_MIX: + +MOT\_STR\_THR\_MIX: Motor steering vs throttle prioritisation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Steering vs Throttle priorisation\. Higher numbers prioritise steering\, lower numbers prioritise throttle\. Only valid for Skid Steering vehicles + + ++------------+ +| Range | ++============+ +| 0.2 to 1.0 | ++------------+ + + + + +.. _MOT_VEC_ANGLEMAX: + +MOT\_VEC\_ANGLEMAX: Vector thrust angle max +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The angle between steering\'s middle position and maximum position when using vectored thrust \(boats only\) + + ++---------+---------+ +| Range | Units | ++=========+=========+ +| 0 to 90 | degrees | ++---------+---------+ + + + + +.. _MOT_THST_ASYM: + +MOT\_THST\_ASYM: Motor Thrust Asymmetry +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Thrust Asymetry\. Used for skid\-steering\. 2\.0 means your motors move twice as fast forward than they do backwards\. + + ++-------------+ +| Range | ++=============+ +| 1.0 to 10.0 | ++-------------+ + + + + + +.. _parameters_MSP: + +MSP Parameters +-------------- + + +.. _MSP_OSD_NCELLS: + +MSP\_OSD\_NCELLS: Cell count override +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Used for average cell voltage calculation + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0 | Auto | ++-------+---------+ +| 1 | 1 | ++-------+---------+ +| 2 | 2 | ++-------+---------+ +| 3 | 3 | ++-------+---------+ +| 4 | 4 | ++-------+---------+ +| 5 | 5 | ++-------+---------+ +| 6 | 6 | ++-------+---------+ +| 7 | 7 | ++-------+---------+ +| 8 | 8 | ++-------+---------+ +| 9 | 9 | ++-------+---------+ +| 10 | 10 | ++-------+---------+ +| 11 | 11 | ++-------+---------+ +| 12 | 12 | ++-------+---------+ +| 13 | 13 | ++-------+---------+ +| 14 | 14 | ++-------+---------+ + + + + +.. _MSP_OPTIONS: + +MSP\_OPTIONS: MSP OSD Options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +A bitmask to set some MSP specific options\: EnableTelemetryMode\-allows \"push\" mode telemetry when only rx line of OSD ic connected to autopilot\, EnableBTFLFonts\-uses indexes corresponding to Betaflight fonts if OSD uses those instead of ArduPilot fonts\. + + ++-----+---------------------+ +| Bit | Meaning | ++=====+=====================+ +| 0 | EnableTelemetryMode | ++-----+---------------------+ +| 1 | unused | ++-----+---------------------+ +| 2 | EnableBTFLFonts | ++-----+---------------------+ + + + + + +.. _parameters_NET_: + +NET\_ Parameters +---------------- + + +.. _NET_ENABLED: + +NET\_ENABLED: Networking Enable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Networking Enable + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0 | Disable | ++-------+---------+ +| 1 | Enable | ++-------+---------+ + + + + +.. _NET_NETMASK: + +NET\_NETMASK: IP Subnet mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Allows setting static subnet mask\. The value is a count of consecutive bits\. Examples\: 24 \= 255\.255\.255\.0\, 16 \= 255\.255\.0\.0 + + ++---------+ +| Range | ++=========+ +| 0 to 32 | ++---------+ + + + + +.. _NET_DHCP: + +NET\_DHCP: DHCP client +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Enable\/Disable DHCP client + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0 | Disable | ++-------+---------+ +| 1 | Enable | ++-------+---------+ + + + + +.. _NET_TESTS: + +NET\_TESTS: Test enable flags +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Enable\/Disable networking tests + + ++-----+------------------+ +| Bit | Meaning | ++=====+==================+ +| 0 | UDP echo test | ++-----+------------------+ +| 1 | TCP echo test | ++-----+------------------+ +| 2 | TCP discard test | ++-----+------------------+ + + + + +.. _NET_OPTIONS: + +NET\_OPTIONS: Networking options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Networking options + + ++-----+----------------------------+ +| Bit | Meaning | ++=====+============================+ +| 0 | EnablePPP Ethernet gateway | ++-----+----------------------------+ + + + + + +.. _parameters_NET_GWADDR: + +NET\_GWADDR Parameters +---------------------- + + +.. _NET_GWADDR0: + +NET\_GWADDR0: IPv4 Address 1st byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: 192\.xxx\.xxx\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_GWADDR1: + +NET\_GWADDR1: IPv4 Address 2nd byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.168\.xxx\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_GWADDR2: + +NET\_GWADDR2: IPv4 Address 3rd byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.xxx\.13\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_GWADDR3: + +NET\_GWADDR3: IPv4 Address 4th byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.xxx\.xxx\.14 + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + + +.. _parameters_NET_IPADDR: + +NET\_IPADDR Parameters +---------------------- + + +.. _NET_IPADDR0: + +NET\_IPADDR0: IPv4 Address 1st byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: 192\.xxx\.xxx\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_IPADDR1: + +NET\_IPADDR1: IPv4 Address 2nd byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.168\.xxx\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_IPADDR2: + +NET\_IPADDR2: IPv4 Address 3rd byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.xxx\.13\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_IPADDR3: + +NET\_IPADDR3: IPv4 Address 4th byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.xxx\.xxx\.14 + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + + +.. _parameters_NET_MACADDR: + +NET\_MACADDR Parameters +----------------------- + + +.. _NET_MACADDR0: + +NET\_MACADDR0: MAC Address 1st byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAC address 1st byte + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_MACADDR1: + +NET\_MACADDR1: MAC Address 2nd byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAC address 2nd byte + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_MACADDR2: + +NET\_MACADDR2: MAC Address 3rd byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAC address 3rd byte + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_MACADDR3: + +NET\_MACADDR3: MAC Address 4th byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAC address 4th byte + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_MACADDR4: + +NET\_MACADDR4: MAC Address 5th byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAC address 5th byte + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_MACADDR5: + +NET\_MACADDR5: MAC Address 6th byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAC address 6th byte + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + + +.. _parameters_NET_P1_: + +NET\_P1\_ Parameters +-------------------- + + +.. _NET_P1_TYPE: + +NET\_P1\_TYPE: Port type +~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Port type for network serial port\. For the two client types a valid destination IP address must be set\. For the two server types either 0\.0\.0\.0 or a local address can be used\. The UDP client type will use broadcast if the IP is set to 255\.255\.255\.255 and will use UDP multicast if the IP is in the multicast address range\. + + ++-------+------------+ +| Value | Meaning | ++=======+============+ +| 0 | Disabled | ++-------+------------+ +| 1 | UDP client | ++-------+------------+ +| 2 | UDP server | ++-------+------------+ +| 3 | TCP client | ++-------+------------+ +| 4 | TCP server | ++-------+------------+ + + + + +.. _NET_P1_PROTOCOL: + +NET\_P1\_PROTOCOL: Protocol +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Networked serial port protocol + + ++-------+----------------------------------+ +| Value | Meaning | ++=======+==================================+ +| -1 | None | ++-------+----------------------------------+ +| 1 | MAVLink1 | ++-------+----------------------------------+ +| 2 | MAVLink2 | ++-------+----------------------------------+ +| 3 | Frsky D | ++-------+----------------------------------+ +| 4 | Frsky SPort | ++-------+----------------------------------+ +| 5 | GPS | ++-------+----------------------------------+ +| 7 | Alexmos Gimbal Serial | ++-------+----------------------------------+ +| 8 | Gimbal | ++-------+----------------------------------+ +| 9 | Rangefinder | ++-------+----------------------------------+ +| 10 | FrSky SPort Passthrough (OpenTX) | ++-------+----------------------------------+ +| 11 | Lidar360 | ++-------+----------------------------------+ +| 13 | Beacon | ++-------+----------------------------------+ +| 14 | Volz servo out | ++-------+----------------------------------+ +| 15 | SBus servo out | ++-------+----------------------------------+ +| 16 | ESC Telemetry | ++-------+----------------------------------+ +| 17 | Devo Telemetry | ++-------+----------------------------------+ +| 18 | OpticalFlow | ++-------+----------------------------------+ +| 19 | RobotisServo | ++-------+----------------------------------+ +| 20 | NMEA Output | ++-------+----------------------------------+ +| 21 | WindVane | ++-------+----------------------------------+ +| 22 | SLCAN | ++-------+----------------------------------+ +| 23 | RCIN | ++-------+----------------------------------+ +| 24 | EFI Serial | ++-------+----------------------------------+ +| 25 | LTM | ++-------+----------------------------------+ +| 26 | RunCam | ++-------+----------------------------------+ +| 27 | HottTelem | ++-------+----------------------------------+ +| 28 | Scripting | ++-------+----------------------------------+ +| 29 | Crossfire VTX | ++-------+----------------------------------+ +| 30 | Generator | ++-------+----------------------------------+ +| 31 | Winch | ++-------+----------------------------------+ +| 32 | MSP | ++-------+----------------------------------+ +| 33 | DJI FPV | ++-------+----------------------------------+ +| 34 | AirSpeed | ++-------+----------------------------------+ +| 35 | ADSB | ++-------+----------------------------------+ +| 36 | AHRS | ++-------+----------------------------------+ +| 37 | SmartAudio | ++-------+----------------------------------+ +| 38 | FETtecOneWire | ++-------+----------------------------------+ +| 39 | Torqeedo | ++-------+----------------------------------+ +| 40 | AIS | ++-------+----------------------------------+ +| 41 | CoDevESC | ++-------+----------------------------------+ +| 42 | DisplayPort | ++-------+----------------------------------+ +| 43 | MAVLink High Latency | ++-------+----------------------------------+ +| 44 | IRC Tramp | ++-------+----------------------------------+ +| 45 | DDS XRCE | ++-------+----------------------------------+ +| 46 | IMUDATA | ++-------+----------------------------------+ + + + + +.. _NET_P1_PORT: + +NET\_P1\_PORT: Port number +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Port number + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + + +.. _parameters_NET_P1_IP: + +NET\_P1\_IP Parameters +---------------------- + + +.. _NET_P1_IP0: + +NET\_P1\_IP0: IPv4 Address 1st byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: 192\.xxx\.xxx\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_P1_IP1: + +NET\_P1\_IP1: IPv4 Address 2nd byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.168\.xxx\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_P1_IP2: + +NET\_P1\_IP2: IPv4 Address 3rd byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.xxx\.13\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_P1_IP3: + +NET\_P1\_IP3: IPv4 Address 4th byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.xxx\.xxx\.14 + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + + +.. _parameters_NET_P2_: + +NET\_P2\_ Parameters +-------------------- + + +.. _NET_P2_TYPE: + +NET\_P2\_TYPE: Port type +~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Port type for network serial port\. For the two client types a valid destination IP address must be set\. For the two server types either 0\.0\.0\.0 or a local address can be used\. The UDP client type will use broadcast if the IP is set to 255\.255\.255\.255 and will use UDP multicast if the IP is in the multicast address range\. + + ++-------+------------+ +| Value | Meaning | ++=======+============+ +| 0 | Disabled | ++-------+------------+ +| 1 | UDP client | ++-------+------------+ +| 2 | UDP server | ++-------+------------+ +| 3 | TCP client | ++-------+------------+ +| 4 | TCP server | ++-------+------------+ + + + + +.. _NET_P2_PROTOCOL: + +NET\_P2\_PROTOCOL: Protocol +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Networked serial port protocol + + ++-------+----------------------------------+ +| Value | Meaning | ++=======+==================================+ +| -1 | None | ++-------+----------------------------------+ +| 1 | MAVLink1 | ++-------+----------------------------------+ +| 2 | MAVLink2 | ++-------+----------------------------------+ +| 3 | Frsky D | ++-------+----------------------------------+ +| 4 | Frsky SPort | ++-------+----------------------------------+ +| 5 | GPS | ++-------+----------------------------------+ +| 7 | Alexmos Gimbal Serial | ++-------+----------------------------------+ +| 8 | Gimbal | ++-------+----------------------------------+ +| 9 | Rangefinder | ++-------+----------------------------------+ +| 10 | FrSky SPort Passthrough (OpenTX) | ++-------+----------------------------------+ +| 11 | Lidar360 | ++-------+----------------------------------+ +| 13 | Beacon | ++-------+----------------------------------+ +| 14 | Volz servo out | ++-------+----------------------------------+ +| 15 | SBus servo out | ++-------+----------------------------------+ +| 16 | ESC Telemetry | ++-------+----------------------------------+ +| 17 | Devo Telemetry | ++-------+----------------------------------+ +| 18 | OpticalFlow | ++-------+----------------------------------+ +| 19 | RobotisServo | ++-------+----------------------------------+ +| 20 | NMEA Output | ++-------+----------------------------------+ +| 21 | WindVane | ++-------+----------------------------------+ +| 22 | SLCAN | ++-------+----------------------------------+ +| 23 | RCIN | ++-------+----------------------------------+ +| 24 | EFI Serial | ++-------+----------------------------------+ +| 25 | LTM | ++-------+----------------------------------+ +| 26 | RunCam | ++-------+----------------------------------+ +| 27 | HottTelem | ++-------+----------------------------------+ +| 28 | Scripting | ++-------+----------------------------------+ +| 29 | Crossfire VTX | ++-------+----------------------------------+ +| 30 | Generator | ++-------+----------------------------------+ +| 31 | Winch | ++-------+----------------------------------+ +| 32 | MSP | ++-------+----------------------------------+ +| 33 | DJI FPV | ++-------+----------------------------------+ +| 34 | AirSpeed | ++-------+----------------------------------+ +| 35 | ADSB | ++-------+----------------------------------+ +| 36 | AHRS | ++-------+----------------------------------+ +| 37 | SmartAudio | ++-------+----------------------------------+ +| 38 | FETtecOneWire | ++-------+----------------------------------+ +| 39 | Torqeedo | ++-------+----------------------------------+ +| 40 | AIS | ++-------+----------------------------------+ +| 41 | CoDevESC | ++-------+----------------------------------+ +| 42 | DisplayPort | ++-------+----------------------------------+ +| 43 | MAVLink High Latency | ++-------+----------------------------------+ +| 44 | IRC Tramp | ++-------+----------------------------------+ +| 45 | DDS XRCE | ++-------+----------------------------------+ +| 46 | IMUDATA | ++-------+----------------------------------+ + + + + +.. _NET_P2_PORT: + +NET\_P2\_PORT: Port number +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Port number + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + + +.. _parameters_NET_P2_IP: + +NET\_P2\_IP Parameters +---------------------- + + +.. _NET_P2_IP0: + +NET\_P2\_IP0: IPv4 Address 1st byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: 192\.xxx\.xxx\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_P2_IP1: + +NET\_P2\_IP1: IPv4 Address 2nd byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.168\.xxx\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_P2_IP2: + +NET\_P2\_IP2: IPv4 Address 3rd byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.xxx\.13\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_P2_IP3: + +NET\_P2\_IP3: IPv4 Address 4th byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.xxx\.xxx\.14 + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + + +.. _parameters_NET_P3_: + +NET\_P3\_ Parameters +-------------------- + + +.. _NET_P3_TYPE: + +NET\_P3\_TYPE: Port type +~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Port type for network serial port\. For the two client types a valid destination IP address must be set\. For the two server types either 0\.0\.0\.0 or a local address can be used\. The UDP client type will use broadcast if the IP is set to 255\.255\.255\.255 and will use UDP multicast if the IP is in the multicast address range\. + + ++-------+------------+ +| Value | Meaning | ++=======+============+ +| 0 | Disabled | ++-------+------------+ +| 1 | UDP client | ++-------+------------+ +| 2 | UDP server | ++-------+------------+ +| 3 | TCP client | ++-------+------------+ +| 4 | TCP server | ++-------+------------+ + + + + +.. _NET_P3_PROTOCOL: + +NET\_P3\_PROTOCOL: Protocol +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Networked serial port protocol + + ++-------+----------------------------------+ +| Value | Meaning | ++=======+==================================+ +| -1 | None | ++-------+----------------------------------+ +| 1 | MAVLink1 | ++-------+----------------------------------+ +| 2 | MAVLink2 | ++-------+----------------------------------+ +| 3 | Frsky D | ++-------+----------------------------------+ +| 4 | Frsky SPort | ++-------+----------------------------------+ +| 5 | GPS | ++-------+----------------------------------+ +| 7 | Alexmos Gimbal Serial | ++-------+----------------------------------+ +| 8 | Gimbal | ++-------+----------------------------------+ +| 9 | Rangefinder | ++-------+----------------------------------+ +| 10 | FrSky SPort Passthrough (OpenTX) | ++-------+----------------------------------+ +| 11 | Lidar360 | ++-------+----------------------------------+ +| 13 | Beacon | ++-------+----------------------------------+ +| 14 | Volz servo out | ++-------+----------------------------------+ +| 15 | SBus servo out | ++-------+----------------------------------+ +| 16 | ESC Telemetry | ++-------+----------------------------------+ +| 17 | Devo Telemetry | ++-------+----------------------------------+ +| 18 | OpticalFlow | ++-------+----------------------------------+ +| 19 | RobotisServo | ++-------+----------------------------------+ +| 20 | NMEA Output | ++-------+----------------------------------+ +| 21 | WindVane | ++-------+----------------------------------+ +| 22 | SLCAN | ++-------+----------------------------------+ +| 23 | RCIN | ++-------+----------------------------------+ +| 24 | EFI Serial | ++-------+----------------------------------+ +| 25 | LTM | ++-------+----------------------------------+ +| 26 | RunCam | ++-------+----------------------------------+ +| 27 | HottTelem | ++-------+----------------------------------+ +| 28 | Scripting | ++-------+----------------------------------+ +| 29 | Crossfire VTX | ++-------+----------------------------------+ +| 30 | Generator | ++-------+----------------------------------+ +| 31 | Winch | ++-------+----------------------------------+ +| 32 | MSP | ++-------+----------------------------------+ +| 33 | DJI FPV | ++-------+----------------------------------+ +| 34 | AirSpeed | ++-------+----------------------------------+ +| 35 | ADSB | ++-------+----------------------------------+ +| 36 | AHRS | ++-------+----------------------------------+ +| 37 | SmartAudio | ++-------+----------------------------------+ +| 38 | FETtecOneWire | ++-------+----------------------------------+ +| 39 | Torqeedo | ++-------+----------------------------------+ +| 40 | AIS | ++-------+----------------------------------+ +| 41 | CoDevESC | ++-------+----------------------------------+ +| 42 | DisplayPort | ++-------+----------------------------------+ +| 43 | MAVLink High Latency | ++-------+----------------------------------+ +| 44 | IRC Tramp | ++-------+----------------------------------+ +| 45 | DDS XRCE | ++-------+----------------------------------+ +| 46 | IMUDATA | ++-------+----------------------------------+ + + + + +.. _NET_P3_PORT: + +NET\_P3\_PORT: Port number +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Port number + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + + +.. _parameters_NET_P3_IP: + +NET\_P3\_IP Parameters +---------------------- + + +.. _NET_P3_IP0: + +NET\_P3\_IP0: IPv4 Address 1st byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: 192\.xxx\.xxx\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_P3_IP1: + +NET\_P3\_IP1: IPv4 Address 2nd byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.168\.xxx\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_P3_IP2: + +NET\_P3\_IP2: IPv4 Address 3rd byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.xxx\.13\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_P3_IP3: + +NET\_P3\_IP3: IPv4 Address 4th byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.xxx\.xxx\.14 + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + + +.. _parameters_NET_P4_: + +NET\_P4\_ Parameters +-------------------- + + +.. _NET_P4_TYPE: + +NET\_P4\_TYPE: Port type +~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Port type for network serial port\. For the two client types a valid destination IP address must be set\. For the two server types either 0\.0\.0\.0 or a local address can be used\. The UDP client type will use broadcast if the IP is set to 255\.255\.255\.255 and will use UDP multicast if the IP is in the multicast address range\. + + ++-------+------------+ +| Value | Meaning | ++=======+============+ +| 0 | Disabled | ++-------+------------+ +| 1 | UDP client | ++-------+------------+ +| 2 | UDP server | ++-------+------------+ +| 3 | TCP client | ++-------+------------+ +| 4 | TCP server | ++-------+------------+ + + + + +.. _NET_P4_PROTOCOL: + +NET\_P4\_PROTOCOL: Protocol +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Networked serial port protocol + + ++-------+----------------------------------+ +| Value | Meaning | ++=======+==================================+ +| -1 | None | ++-------+----------------------------------+ +| 1 | MAVLink1 | ++-------+----------------------------------+ +| 2 | MAVLink2 | ++-------+----------------------------------+ +| 3 | Frsky D | ++-------+----------------------------------+ +| 4 | Frsky SPort | ++-------+----------------------------------+ +| 5 | GPS | ++-------+----------------------------------+ +| 7 | Alexmos Gimbal Serial | ++-------+----------------------------------+ +| 8 | Gimbal | ++-------+----------------------------------+ +| 9 | Rangefinder | ++-------+----------------------------------+ +| 10 | FrSky SPort Passthrough (OpenTX) | ++-------+----------------------------------+ +| 11 | Lidar360 | ++-------+----------------------------------+ +| 13 | Beacon | ++-------+----------------------------------+ +| 14 | Volz servo out | ++-------+----------------------------------+ +| 15 | SBus servo out | ++-------+----------------------------------+ +| 16 | ESC Telemetry | ++-------+----------------------------------+ +| 17 | Devo Telemetry | ++-------+----------------------------------+ +| 18 | OpticalFlow | ++-------+----------------------------------+ +| 19 | RobotisServo | ++-------+----------------------------------+ +| 20 | NMEA Output | ++-------+----------------------------------+ +| 21 | WindVane | ++-------+----------------------------------+ +| 22 | SLCAN | ++-------+----------------------------------+ +| 23 | RCIN | ++-------+----------------------------------+ +| 24 | EFI Serial | ++-------+----------------------------------+ +| 25 | LTM | ++-------+----------------------------------+ +| 26 | RunCam | ++-------+----------------------------------+ +| 27 | HottTelem | ++-------+----------------------------------+ +| 28 | Scripting | ++-------+----------------------------------+ +| 29 | Crossfire VTX | ++-------+----------------------------------+ +| 30 | Generator | ++-------+----------------------------------+ +| 31 | Winch | ++-------+----------------------------------+ +| 32 | MSP | ++-------+----------------------------------+ +| 33 | DJI FPV | ++-------+----------------------------------+ +| 34 | AirSpeed | ++-------+----------------------------------+ +| 35 | ADSB | ++-------+----------------------------------+ +| 36 | AHRS | ++-------+----------------------------------+ +| 37 | SmartAudio | ++-------+----------------------------------+ +| 38 | FETtecOneWire | ++-------+----------------------------------+ +| 39 | Torqeedo | ++-------+----------------------------------+ +| 40 | AIS | ++-------+----------------------------------+ +| 41 | CoDevESC | ++-------+----------------------------------+ +| 42 | DisplayPort | ++-------+----------------------------------+ +| 43 | MAVLink High Latency | ++-------+----------------------------------+ +| 44 | IRC Tramp | ++-------+----------------------------------+ +| 45 | DDS XRCE | ++-------+----------------------------------+ +| 46 | IMUDATA | ++-------+----------------------------------+ + + + + +.. _NET_P4_PORT: + +NET\_P4\_PORT: Port number +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Port number + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + + +.. _parameters_NET_P4_IP: + +NET\_P4\_IP Parameters +---------------------- + + +.. _NET_P4_IP0: + +NET\_P4\_IP0: IPv4 Address 1st byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: 192\.xxx\.xxx\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_P4_IP1: + +NET\_P4\_IP1: IPv4 Address 2nd byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.168\.xxx\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_P4_IP2: + +NET\_P4\_IP2: IPv4 Address 3rd byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.xxx\.13\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_P4_IP3: + +NET\_P4\_IP3: IPv4 Address 4th byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.xxx\.xxx\.14 + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + + +.. _parameters_NET_REMPPP_IP: + +NET\_REMPPP\_IP Parameters +-------------------------- + + +.. _NET_REMPPP_IP0: + +NET\_REMPPP\_IP0: IPv4 Address 1st byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: 192\.xxx\.xxx\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_REMPPP_IP1: + +NET\_REMPPP\_IP1: IPv4 Address 2nd byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.168\.xxx\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_REMPPP_IP2: + +NET\_REMPPP\_IP2: IPv4 Address 3rd byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.xxx\.13\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_REMPPP_IP3: + +NET\_REMPPP\_IP3: IPv4 Address 4th byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.xxx\.xxx\.14 + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + + +.. _parameters_NET_TEST_IP: + +NET\_TEST\_IP Parameters +------------------------ + + +.. _NET_TEST_IP0: + +NET\_TEST\_IP0: IPv4 Address 1st byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: 192\.xxx\.xxx\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_TEST_IP1: + +NET\_TEST\_IP1: IPv4 Address 2nd byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.168\.xxx\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_TEST_IP2: + +NET\_TEST\_IP2: IPv4 Address 3rd byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.xxx\.13\.xxx + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _NET_TEST_IP3: + +NET\_TEST\_IP3: IPv4 Address 4th byte +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +IPv4 address\. Example\: xxx\.xxx\.xxx\.14 + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + + +.. _parameters_NMEA_: + +NMEA\_ Parameters +----------------- + + +.. _NMEA_RATE_MS: + +NMEA\_RATE\_MS: NMEA Output rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +NMEA Output rate\. This controls the interval at which all the enabled NMEA messages are sent\. Most NMEA systems expect 100ms \(10Hz\) or slower\. + + ++-----------+------------+--------------+ +| Increment | Range | Units | ++===========+============+==============+ +| 1 | 20 to 2000 | milliseconds | ++-----------+------------+--------------+ + + + + +.. _NMEA_MSG_EN: + +NMEA\_MSG\_EN: Messages Enable bitmask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This is a bitmask of enabled NMEA messages\. All messages will be sent consecutively at the same rate interval + + ++-----+---------+ +| Bit | Meaning | ++=====+=========+ +| 0 | GPGGA | ++-----+---------+ +| 1 | GPRMC | ++-----+---------+ +| 2 | PASHR | ++-----+---------+ + + + + + +.. _parameters_NTF_: + +NTF\_ Parameters +---------------- + + +.. _NTF_LED_BRIGHT: + +NTF\_LED\_BRIGHT: LED Brightness +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Select the RGB LED brightness level\. When USB is connected brightness will never be higher than low regardless of the setting\. + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0 | Off | ++-------+---------+ +| 1 | Low | ++-------+---------+ +| 2 | Medium | ++-------+---------+ +| 3 | High | ++-------+---------+ + + + + +.. _NTF_BUZZ_TYPES: + +NTF\_BUZZ\_TYPES: Buzzer Driver Types +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Controls what types of Buzzer will be enabled + + ++-----+-----------------+ +| Bit | Meaning | ++=====+=================+ +| 0 | Built-in buzzer | ++-----+-----------------+ +| 1 | DShot | ++-----+-----------------+ +| 2 | DroneCAN | ++-----+-----------------+ + + + + +.. _NTF_LED_OVERRIDE: + +NTF\_LED\_OVERRIDE: Specifies colour source for the RGBLed +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Specifies the source for the colours and brightness for the LED\. OutbackChallenge conforms to the MedicalExpress \(https\:\/\/uavchallenge\.org\/medical\-express\/\) rules\, essentially \"Green\" is disarmed \(safe\-to\-approach\)\, \"Red\" is armed \(not safe\-to\-approach\)\. Traffic light is a simplified color set\, red when armed\, yellow when the safety switch is not surpressing outputs \(but disarmed\)\, and green when outputs are surpressed and disarmed\, the LED will blink faster if disarmed and failing arming checks\. + + ++-------+-----------------------------+ +| Value | Meaning | ++=======+=============================+ +| 0 | Standard | ++-------+-----------------------------+ +| 1 | MAVLink/Scripting/AP_Periph | ++-------+-----------------------------+ +| 2 | OutbackChallenge | ++-------+-----------------------------+ +| 3 | TrafficLight | ++-------+-----------------------------+ + + + + +.. _NTF_DISPLAY_TYPE: + +NTF\_DISPLAY\_TYPE: Type of on\-board I2C display +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets up the type of on\-board I2C display\. Disabled by default\. + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0 | Disable | ++-------+---------+ +| 1 | ssd1306 | ++-------+---------+ +| 2 | sh1106 | ++-------+---------+ +| 10 | SITL | ++-------+---------+ + + + + +.. _NTF_OREO_THEME: + +NTF\_OREO\_THEME: OreoLED Theme +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Enable\/Disable Solo Oreo LED driver\, 0 to disable\, 1 for Aircraft theme\, 2 for Rover theme + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Aircraft | ++-------+----------+ +| 2 | Rover | ++-------+----------+ + + + + +.. _NTF_BUZZ_PIN: + +NTF\_BUZZ\_PIN: Buzzer pin +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Enables to connect active buzzer to arbitrary pin\. Requires 3\-pin buzzer or additional MOSFET\! Some the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| -1 | Disabled | ++-------+----------+ + + + + +.. _NTF_LED_TYPES: + +NTF\_LED\_TYPES: LED Driver Types +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Controls what types of LEDs will be enabled + + ++-----+---------------------+ +| Bit | Meaning | ++=====+=====================+ +| 0 | Built-in LED | ++-----+---------------------+ +| 1 | Internal ToshibaLED | ++-----+---------------------+ +| 2 | External ToshibaLED | ++-----+---------------------+ +| 3 | External PCA9685 | ++-----+---------------------+ +| 4 | Oreo LED | ++-----+---------------------+ +| 5 | DroneCAN | ++-----+---------------------+ +| 6 | NCP5623 External | ++-----+---------------------+ +| 7 | NCP5623 Internal | ++-----+---------------------+ +| 8 | NeoPixel | ++-----+---------------------+ +| 9 | ProfiLED | ++-----+---------------------+ +| 10 | Scripting | ++-----+---------------------+ +| 11 | DShot | ++-----+---------------------+ +| 12 | ProfiLED_SPI | ++-----+---------------------+ +| 13 | LP5562 External | ++-----+---------------------+ +| 14 | LP5562 Internal | ++-----+---------------------+ +| 15 | IS31FL3195 External | ++-----+---------------------+ +| 16 | IS31FL3195 Internal | ++-----+---------------------+ +| 17 | DiscreteRGB | ++-----+---------------------+ +| 18 | NeoPixelRGB | ++-----+---------------------+ + + + + +.. _NTF_BUZZ_ON_LVL: + +NTF\_BUZZ\_ON\_LVL: Buzzer\-on pin logic level +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Specifies pin level that indicates buzzer should play + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | LowIsOn | ++-------+----------+ +| 1 | HighIsOn | ++-------+----------+ + + + + +.. _NTF_BUZZ_VOLUME: + +NTF\_BUZZ\_VOLUME: Buzzer volume +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Control the volume of the buzzer + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 100 | percent | ++----------+---------+ + + + + +.. _NTF_LED_LEN: + +NTF\_LED\_LEN: Serial LED String Length +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +The number of Serial LED\'s to use for notifications \(NeoPixel\'s and ProfiLED\) + + ++---------+ +| Range | ++=========+ +| 1 to 32 | ++---------+ + + + + + +.. _parameters_OA_: + +OA\_ Parameters +--------------- + + +.. _OA_TYPE: + +OA\_TYPE: Object Avoidance Path Planning algorithm to use +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enabled\/disable path planning around obstacles + + ++-------+--------------------------+ +| Value | Meaning | ++=======+==========================+ +| 0 | Disabled | ++-------+--------------------------+ +| 1 | BendyRuler | ++-------+--------------------------+ +| 2 | Dijkstra | ++-------+--------------------------+ +| 3 | Dijkstra with BendyRuler | ++-------+--------------------------+ + + + + +.. _OA_MARGIN_MAX: + +OA\_MARGIN\_MAX: Object Avoidance wide margin distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Object Avoidance will ignore objects more than this many meters from vehicle + + ++-----------+------------+--------+ +| Increment | Range | Units | ++===========+============+========+ +| 1 | 0.1 to 100 | meters | ++-----------+------------+--------+ + + + + +.. _OA_OPTIONS: + +OA\_OPTIONS: Options while recovering from Object Avoidance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Bitmask which will govern vehicles behaviour while recovering from Obstacle Avoidance \(i\.e Avoidance is turned off after the path ahead is clear\)\. + + ++-----+----------------------------------------------------------+ +| Bit | Meaning | ++=====+==========================================================+ +| 0 | Reset the origin of the waypoint to the present location | ++-----+----------------------------------------------------------+ +| 1 | log Dijkstra points | ++-----+----------------------------------------------------------+ + + + + + +.. _parameters_OA_BR_: + +OA\_BR\_ Parameters +------------------- + + +.. _OA_BR_LOOKAHEAD: + +OA\_BR\_LOOKAHEAD: Object Avoidance look ahead distance maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Object Avoidance will look this many meters ahead of vehicle + + ++-----------+----------+--------+ +| Increment | Range | Units | ++===========+==========+========+ +| 1 | 1 to 100 | meters | ++-----------+----------+--------+ + + + + +.. _OA_BR_CONT_RATIO: + +OA\_BR\_CONT\_RATIO: Obstacle Avoidance margin ratio for BendyRuler to change bearing significantly +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + + BendyRuler will avoid changing bearing unless ratio of previous margin from obstacle \(or fence\) to present calculated margin is atleast this much\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 0.1 | 1.1 to 2 | ++-----------+----------+ + + + + +.. _OA_BR_CONT_ANGLE: + +OA\_BR\_CONT\_ANGLE: BendyRuler\'s bearing change resistance threshold angle +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + + BendyRuler will resist changing current bearing if the change in bearing is over this angle + + ++-----------+-----------+ +| Increment | Range | ++===========+===========+ +| 5 | 20 to 180 | ++-----------+-----------+ + + + + + +.. _parameters_OA_DB_: + +OA\_DB\_ Parameters +------------------- + + +.. _OA_DB_SIZE: + +OA\_DB\_SIZE: OADatabase maximum number of points +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +OADatabase maximum number of points\. Set to 0 to disable the OA Database\. Larger means more points but is more cpu intensive to process + + ++------------+ +| Range | ++============+ +| 0 to 10000 | ++------------+ + + + + +.. _OA_DB_EXPIRE: + +OA\_DB\_EXPIRE: OADatabase item timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +OADatabase item timeout\. The time an item will linger without any updates before it expires\. Zero means never expires which is useful for a sent\-once static environment but terrible for dynamic ones\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 127 | seconds | ++-----------+----------+---------+ + + + + +.. _OA_DB_QUEUE_SIZE: + +OA\_DB\_QUEUE\_SIZE: OADatabase queue maximum number of points +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +OADatabase queue maximum number of points\. This in an input buffer size\. Larger means it can handle larger bursts of incoming data points to filter into the database\. No impact on cpu\, only RAM\. Recommend larger for faster datalinks or for sensors that generate a lot of data\. + + ++----------+ +| Range | ++==========+ +| 1 to 200 | ++----------+ + + + + +.. _OA_DB_OUTPUT: + +OA\_DB\_OUTPUT: OADatabase output level +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +OADatabase output level to configure which database objects are sent to the ground station\. All data is always available internally for avoidance algorithms\. + + ++-------+---------------------------------------+ +| Value | Meaning | ++=======+=======================================+ +| 0 | Disabled | ++-------+---------------------------------------+ +| 1 | Send only HIGH importance items | ++-------+---------------------------------------+ +| 2 | Send HIGH and NORMAL importance items | ++-------+---------------------------------------+ +| 3 | Send all items | ++-------+---------------------------------------+ + + + + +.. _OA_DB_BEAM_WIDTH: + +OA\_DB\_BEAM\_WIDTH: OADatabase beam width +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Beam width of incoming lidar data + + ++---------+---------+ +| Range | Units | ++=========+=========+ +| 1 to 10 | degrees | ++---------+---------+ + + + + +.. _OA_DB_RADIUS_MIN: + +OA\_DB\_RADIUS\_MIN: OADatabase Minimum radius +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Minimum radius of objects held in database + + ++---------+--------+ +| Range | Units | ++=========+========+ +| 0 to 10 | meters | ++---------+--------+ + + + + +.. _OA_DB_DIST_MAX: + +OA\_DB\_DIST\_MAX: OADatabase Distance Maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum distance of objects held in database\. Set to zero to disable the limits + + ++---------+--------+ +| Range | Units | ++=========+========+ +| 0 to 10 | meters | ++---------+--------+ + + + + + +.. _parameters_OSD: + +OSD Parameters +-------------- + + +.. _OSD_TYPE: + +OSD\_TYPE: OSD type +~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +OSD type\. TXONLY makes the OSD parameter selection available to other modules even if there is no native OSD support on the board\, for instance CRSF\. + + ++-------+-----------------+ +| Value | Meaning | ++=======+=================+ +| 0 | None | ++-------+-----------------+ +| 1 | MAX7456 | ++-------+-----------------+ +| 2 | SITL | ++-------+-----------------+ +| 3 | MSP | ++-------+-----------------+ +| 4 | TXONLY | ++-------+-----------------+ +| 5 | MSP_DISPLAYPORT | ++-------+-----------------+ + + + + +.. _OSD_CHAN: + +OSD\_CHAN: Screen switch transmitter channel +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the channel used to switch different OSD screens\. + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0 | Disable | ++-------+---------+ +| 5 | Chan5 | ++-------+---------+ +| 6 | Chan6 | ++-------+---------+ +| 7 | Chan7 | ++-------+---------+ +| 8 | Chan8 | ++-------+---------+ +| 9 | Chan9 | ++-------+---------+ +| 10 | Chan10 | ++-------+---------+ +| 11 | Chan11 | ++-------+---------+ +| 12 | Chan12 | ++-------+---------+ +| 13 | Chan13 | ++-------+---------+ +| 14 | Chan14 | ++-------+---------+ +| 15 | Chan15 | ++-------+---------+ +| 16 | Chan16 | ++-------+---------+ + + + + +.. _OSD_SW_METHOD: + +OSD\_SW\_METHOD: Screen switch method +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the method used to switch different OSD screens\. + + ++-------+---------------------------------------------------------------------------------------------+ +| Value | Meaning | ++=======+=============================================================================================+ +| 0 | switch to next screen if channel value was changed | ++-------+---------------------------------------------------------------------------------------------+ +| 1 | select screen based on pwm ranges specified for each screen | ++-------+---------------------------------------------------------------------------------------------+ +| 2 | switch to next screen after low to high transition and every 1s while channel value is high | ++-------+---------------------------------------------------------------------------------------------+ + + + + +.. _OSD_OPTIONS: + +OSD\_OPTIONS: OSD Options +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets options that change the display + + ++-----+----------------------------------------------------+ +| Bit | Meaning | ++=====+====================================================+ +| 0 | UseDecimalPack | ++-----+----------------------------------------------------+ +| 1 | InvertedWindArrow | ++-----+----------------------------------------------------+ +| 2 | InvertedAHRoll | ++-----+----------------------------------------------------+ +| 3 | Convert feet to miles at 5280ft instead of 10000ft | ++-----+----------------------------------------------------+ +| 4 | DisableCrosshair | ++-----+----------------------------------------------------+ +| 5 | TranslateArrows | ++-----+----------------------------------------------------+ +| 6 | AviationStyleAH | ++-----+----------------------------------------------------+ + + + + +.. _OSD_FONT: + +OSD\_FONT: OSD Font +~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +This sets which OSD font to use\. It is an integer from 0 to the number of fonts available + + +.. _OSD_V_OFFSET: + +OSD\_V\_OFFSET: OSD vertical offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets vertical offset of the osd inside image + + ++---------+ +| Range | ++=========+ +| 0 to 31 | ++---------+ + + + + +.. _OSD_H_OFFSET: + +OSD\_H\_OFFSET: OSD horizontal offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Sets horizontal offset of the osd inside image + + ++---------+ +| Range | ++=========+ +| 0 to 63 | ++---------+ + + + + +.. _OSD_W_RSSI: + +OSD\_W\_RSSI: RSSI warn level \(in \%\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Set level at which RSSI item will flash + + ++---------+ +| Range | ++=========+ +| 0 to 99 | ++---------+ + + + + +.. _OSD_W_NSAT: + +OSD\_W\_NSAT: NSAT warn level +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Set level at which NSAT item will flash + + ++---------+ +| Range | ++=========+ +| 1 to 30 | ++---------+ + + + + +.. _OSD_W_BATVOLT: + +OSD\_W\_BATVOLT: BAT\_VOLT warn level +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Set level at which BAT\_VOLT item will flash + + ++----------+ +| Range | ++==========+ +| 0 to 100 | ++----------+ + + + + +.. _OSD_UNITS: + +OSD\_UNITS: Display Units +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sets the units to use in displaying items + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Metric | ++-------+----------+ +| 1 | Imperial | ++-------+----------+ +| 2 | SI | ++-------+----------+ +| 3 | Aviation | ++-------+----------+ + + + + +.. _OSD_MSG_TIME: + +OSD\_MSG\_TIME: Message display duration in seconds +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sets message duration seconds + + ++---------+ +| Range | ++=========+ +| 1 to 20 | ++---------+ + + + + +.. _OSD_ARM_SCR: + +OSD\_ARM\_SCR: Arm screen +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Screen to be shown on Arm event\. Zero to disable the feature\. + + ++--------+ +| Range | ++========+ +| 0 to 4 | ++--------+ + + + + +.. _OSD_DSARM_SCR: + +OSD\_DSARM\_SCR: Disarm screen +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Screen to be shown on disarm event\. Zero to disable the feature\. + + ++--------+ +| Range | ++========+ +| 0 to 4 | ++--------+ + + + + +.. _OSD_FS_SCR: + +OSD\_FS\_SCR: Failsafe screen +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Screen to be shown on failsafe event\. Zero to disable the feature\. + + ++--------+ +| Range | ++========+ +| 0 to 4 | ++--------+ + + + + +.. _OSD_BTN_DELAY: + +OSD\_BTN\_DELAY: Button delay +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Debounce time in ms for stick commanded parameter navigation\. + + ++-----------+ +| Range | ++===========+ +| 0 to 3000 | ++-----------+ + + + + +.. _OSD_W_TERR: + +OSD\_W\_TERR: Terrain warn level +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Set level below which TER\_HGT item will flash\. \-1 disables\. + + ++------------+--------+ +| Range | Units | ++============+========+ +| -1 to 3000 | meters | ++------------+--------+ + + + + +.. _OSD_W_AVGCELLV: + +OSD\_W\_AVGCELLV: AVGCELLV warn level +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Set level at which AVGCELLV item will flash + + ++----------+ +| Range | ++==========+ +| 0 to 100 | ++----------+ + + + + +.. _OSD_CELL_COUNT: + +OSD\_CELL\_COUNT: Battery cell count +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Used for average cell voltage display\. \-1 disables\, 0 uses cell count autodetection for well charged LIPO\/LIION batteries at connection\, other values manually select cell count used\. + + ++-----------+ +| Increment | ++===========+ +| 1 | ++-----------+ + + + + +.. _OSD_W_RESTVOLT: + +OSD\_W\_RESTVOLT: RESTVOLT warn level +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Set level at which RESTVOLT item will flash + + ++----------+ +| Range | ++==========+ +| 0 to 100 | ++----------+ + + + + +.. _OSD_W_ACRVOLT: + +OSD\_W\_ACRVOLT: Avg Cell Resting Volt warn level +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Set level at which ACRVOLT item will flash + + ++----------+ +| Range | ++==========+ +| 0 to 100 | ++----------+ + + + + +.. _OSD_TYPE2: + +OSD\_TYPE2: OSD type 2 +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +OSD type 2\. TXONLY makes the OSD parameter selection available to other modules even if there is no native OSD support on the board\, for instance CRSF\. + + ++-------+-----------------+ +| Value | Meaning | ++=======+=================+ +| 0 | None | ++-------+-----------------+ +| 1 | MAX7456 | ++-------+-----------------+ +| 2 | SITL | ++-------+-----------------+ +| 3 | MSP | ++-------+-----------------+ +| 4 | TXONLY | ++-------+-----------------+ +| 5 | MSP_DISPLAYPORT | ++-------+-----------------+ + + + + + +.. _parameters_OSD1_: + +OSD1\_ Parameters +----------------- + + +.. _OSD1_ENABLE: + +OSD1\_ENABLE: Enable screen +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable this screen + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_CHAN_MIN: + +OSD1\_CHAN\_MIN: Transmitter switch screen minimum pwm +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the PWM lower limit for this screen + + ++-------------+ +| Range | ++=============+ +| 900 to 2100 | ++-------------+ + + + + +.. _OSD1_CHAN_MAX: + +OSD1\_CHAN\_MAX: Transmitter switch screen maximum pwm +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the PWM upper limit for this screen + + ++-------------+ +| Range | ++=============+ +| 900 to 2100 | ++-------------+ + + + + +.. _OSD1_ALTITUDE_EN: + +OSD1\_ALTITUDE\_EN: ALTITUDE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enables display of altitude AGL + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_ALTITUDE_X: + +OSD1\_ALTITUDE\_X: ALTITUDE\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_ALTITUDE_Y: + +OSD1\_ALTITUDE\_Y: ALTITUDE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_BAT_VOLT_EN: + +OSD1\_BAT\_VOLT\_EN: BATVOLT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays main battery voltage + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_BAT_VOLT_X: + +OSD1\_BAT\_VOLT\_X: BATVOLT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_BAT_VOLT_Y: + +OSD1\_BAT\_VOLT\_Y: BATVOLT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_RSSI_EN: + +OSD1\_RSSI\_EN: RSSI\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays RC signal strength + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_RSSI_X: + +OSD1\_RSSI\_X: RSSI\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_RSSI_Y: + +OSD1\_RSSI\_Y: RSSI\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_CURRENT_EN: + +OSD1\_CURRENT\_EN: CURRENT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays main battery current + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_CURRENT_X: + +OSD1\_CURRENT\_X: CURRENT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_CURRENT_Y: + +OSD1\_CURRENT\_Y: CURRENT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_BATUSED_EN: + +OSD1\_BATUSED\_EN: BATUSED\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays primary battery mAh consumed + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_BATUSED_X: + +OSD1\_BATUSED\_X: BATUSED\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_BATUSED_Y: + +OSD1\_BATUSED\_Y: BATUSED\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_SATS_EN: + +OSD1\_SATS\_EN: SATS\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays number of acquired satellites + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_SATS_X: + +OSD1\_SATS\_X: SATS\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_SATS_Y: + +OSD1\_SATS\_Y: SATS\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_FLTMODE_EN: + +OSD1\_FLTMODE\_EN: FLTMODE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays flight mode + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_FLTMODE_X: + +OSD1\_FLTMODE\_X: FLTMODE\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_FLTMODE_Y: + +OSD1\_FLTMODE\_Y: FLTMODE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_MESSAGE_EN: + +OSD1\_MESSAGE\_EN: MESSAGE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays Mavlink messages + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_MESSAGE_X: + +OSD1\_MESSAGE\_X: MESSAGE\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_MESSAGE_Y: + +OSD1\_MESSAGE\_Y: MESSAGE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_GSPEED_EN: + +OSD1\_GSPEED\_EN: GSPEED\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays GPS ground speed + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_GSPEED_X: + +OSD1\_GSPEED\_X: GSPEED\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_GSPEED_Y: + +OSD1\_GSPEED\_Y: GSPEED\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_HORIZON_EN: + +OSD1\_HORIZON\_EN: HORIZON\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays artificial horizon + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_HORIZON_X: + +OSD1\_HORIZON\_X: HORIZON\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_HORIZON_Y: + +OSD1\_HORIZON\_Y: HORIZON\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_HOME_EN: + +OSD1\_HOME\_EN: HOME\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays distance and relative direction to HOME + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_HOME_X: + +OSD1\_HOME\_X: HOME\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_HOME_Y: + +OSD1\_HOME\_Y: HOME\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_HEADING_EN: + +OSD1\_HEADING\_EN: HEADING\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays heading + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_HEADING_X: + +OSD1\_HEADING\_X: HEADING\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_HEADING_Y: + +OSD1\_HEADING\_Y: HEADING\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_THROTTLE_EN: + +OSD1\_THROTTLE\_EN: THROTTLE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays actual throttle percentage being sent to motor\(s\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_THROTTLE_X: + +OSD1\_THROTTLE\_X: THROTTLE\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_THROTTLE_Y: + +OSD1\_THROTTLE\_Y: THROTTLE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_COMPASS_EN: + +OSD1\_COMPASS\_EN: COMPASS\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enables display of compass rose + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_COMPASS_X: + +OSD1\_COMPASS\_X: COMPASS\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_COMPASS_Y: + +OSD1\_COMPASS\_Y: COMPASS\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_WIND_EN: + +OSD1\_WIND\_EN: WIND\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays wind speed and relative direction\, on Rover this is the apparent wind speed and direction from the windvane\, if fitted + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_WIND_X: + +OSD1\_WIND\_X: WIND\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_WIND_Y: + +OSD1\_WIND\_Y: WIND\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_ASPEED_EN: + +OSD1\_ASPEED\_EN: ASPEED\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays airspeed value being used by TECS \(fused value\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_ASPEED_X: + +OSD1\_ASPEED\_X: ASPEED\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_ASPEED_Y: + +OSD1\_ASPEED\_Y: ASPEED\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_VSPEED_EN: + +OSD1\_VSPEED\_EN: VSPEED\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays climb rate + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_VSPEED_X: + +OSD1\_VSPEED\_X: VSPEED\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_VSPEED_Y: + +OSD1\_VSPEED\_Y: VSPEED\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_ESCTEMP_EN: + +OSD1\_ESCTEMP\_EN: ESCTEMP\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays first esc\'s temp + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_ESCTEMP_X: + +OSD1\_ESCTEMP\_X: ESCTEMP\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_ESCTEMP_Y: + +OSD1\_ESCTEMP\_Y: ESCTEMP\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_ESCRPM_EN: + +OSD1\_ESCRPM\_EN: ESCRPM\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays first esc\'s rpm + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_ESCRPM_X: + +OSD1\_ESCRPM\_X: ESCRPM\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_ESCRPM_Y: + +OSD1\_ESCRPM\_Y: ESCRPM\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_ESCAMPS_EN: + +OSD1\_ESCAMPS\_EN: ESCAMPS\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays first esc\'s current + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_ESCAMPS_X: + +OSD1\_ESCAMPS\_X: ESCAMPS\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_ESCAMPS_Y: + +OSD1\_ESCAMPS\_Y: ESCAMPS\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_GPSLAT_EN: + +OSD1\_GPSLAT\_EN: GPSLAT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays GPS latitude + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_GPSLAT_X: + +OSD1\_GPSLAT\_X: GPSLAT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_GPSLAT_Y: + +OSD1\_GPSLAT\_Y: GPSLAT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_GPSLONG_EN: + +OSD1\_GPSLONG\_EN: GPSLONG\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays GPS longitude + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_GPSLONG_X: + +OSD1\_GPSLONG\_X: GPSLONG\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_GPSLONG_Y: + +OSD1\_GPSLONG\_Y: GPSLONG\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_ROLL_EN: + +OSD1\_ROLL\_EN: ROLL\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays degrees of roll from level + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_ROLL_X: + +OSD1\_ROLL\_X: ROLL\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_ROLL_Y: + +OSD1\_ROLL\_Y: ROLL\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_PITCH_EN: + +OSD1\_PITCH\_EN: PITCH\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays degrees of pitch from level + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_PITCH_X: + +OSD1\_PITCH\_X: PITCH\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_PITCH_Y: + +OSD1\_PITCH\_Y: PITCH\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_TEMP_EN: + +OSD1\_TEMP\_EN: TEMP\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays temperature reported by primary barometer + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_TEMP_X: + +OSD1\_TEMP\_X: TEMP\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_TEMP_Y: + +OSD1\_TEMP\_Y: TEMP\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_HDOP_EN: + +OSD1\_HDOP\_EN: HDOP\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays Horizontal Dilution Of Position + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_HDOP_X: + +OSD1\_HDOP\_X: HDOP\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_HDOP_Y: + +OSD1\_HDOP\_Y: HDOP\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_WAYPOINT_EN: + +OSD1\_WAYPOINT\_EN: WAYPOINT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays bearing and distance to next waypoint + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_WAYPOINT_X: + +OSD1\_WAYPOINT\_X: WAYPOINT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_WAYPOINT_Y: + +OSD1\_WAYPOINT\_Y: WAYPOINT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_XTRACK_EN: + +OSD1\_XTRACK\_EN: XTRACK\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays crosstrack error + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_XTRACK_X: + +OSD1\_XTRACK\_X: XTRACK\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_XTRACK_Y: + +OSD1\_XTRACK\_Y: XTRACK\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_DIST_EN: + +OSD1\_DIST\_EN: DIST\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays total distance flown + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_DIST_X: + +OSD1\_DIST\_X: DIST\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_DIST_Y: + +OSD1\_DIST\_Y: DIST\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_STATS_EN: + +OSD1\_STATS\_EN: STATS\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays flight stats + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_STATS_X: + +OSD1\_STATS\_X: STATS\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_STATS_Y: + +OSD1\_STATS\_Y: STATS\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_FLTIME_EN: + +OSD1\_FLTIME\_EN: FLTIME\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays total flight time + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_FLTIME_X: + +OSD1\_FLTIME\_X: FLTIME\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_FLTIME_Y: + +OSD1\_FLTIME\_Y: FLTIME\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_CLIMBEFF_EN: + +OSD1\_CLIMBEFF\_EN: CLIMBEFF\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays climb efficiency \(climb rate\/current\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_CLIMBEFF_X: + +OSD1\_CLIMBEFF\_X: CLIMBEFF\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_CLIMBEFF_Y: + +OSD1\_CLIMBEFF\_Y: CLIMBEFF\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_EFF_EN: + +OSD1\_EFF\_EN: EFF\_EN +~~~~~~~~~~~~~~~~~~~~~~ + + +Displays flight efficiency \(mAh\/km or \/mi\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_EFF_X: + +OSD1\_EFF\_X: EFF\_X +~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_EFF_Y: + +OSD1\_EFF\_Y: EFF\_Y +~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_BTEMP_EN: + +OSD1\_BTEMP\_EN: BTEMP\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays temperature reported by secondary barometer + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_BTEMP_X: + +OSD1\_BTEMP\_X: BTEMP\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_BTEMP_Y: + +OSD1\_BTEMP\_Y: BTEMP\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_ATEMP_EN: + +OSD1\_ATEMP\_EN: ATEMP\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays temperature reported by primary airspeed sensor + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_ATEMP_X: + +OSD1\_ATEMP\_X: ATEMP\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_ATEMP_Y: + +OSD1\_ATEMP\_Y: ATEMP\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_BAT2_VLT_EN: + +OSD1\_BAT2\_VLT\_EN: BAT2VLT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays battery2 voltage + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_BAT2_VLT_X: + +OSD1\_BAT2\_VLT\_X: BAT2VLT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_BAT2_VLT_Y: + +OSD1\_BAT2\_VLT\_Y: BAT2VLT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_BAT2USED_EN: + +OSD1\_BAT2USED\_EN: BAT2USED\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays secondary battery mAh consumed + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_BAT2USED_X: + +OSD1\_BAT2USED\_X: BAT2USED\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_BAT2USED_Y: + +OSD1\_BAT2USED\_Y: BAT2USED\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_ASPD2_EN: + +OSD1\_ASPD2\_EN: ASPD2\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays airspeed reported directly from secondary airspeed sensor + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_ASPD2_X: + +OSD1\_ASPD2\_X: ASPD2\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_ASPD2_Y: + +OSD1\_ASPD2\_Y: ASPD2\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_ASPD1_EN: + +OSD1\_ASPD1\_EN: ASPD1\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays airspeed reported directly from primary airspeed sensor + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_ASPD1_X: + +OSD1\_ASPD1\_X: ASPD1\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_ASPD1_Y: + +OSD1\_ASPD1\_Y: ASPD1\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_CLK_EN: + +OSD1\_CLK\_EN: CLK\_EN +~~~~~~~~~~~~~~~~~~~~~~ + + +Displays a clock panel based on AP\_RTC local time + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_CLK_X: + +OSD1\_CLK\_X: CLK\_X +~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_CLK_Y: + +OSD1\_CLK\_Y: CLK\_Y +~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_SIDEBARS_EN: + +OSD1\_SIDEBARS\_EN: SIDEBARS\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays artificial horizon side bars + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_SIDEBARS_X: + +OSD1\_SIDEBARS\_X: SIDEBARS\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_SIDEBARS_Y: + +OSD1\_SIDEBARS\_Y: SIDEBARS\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_CRSSHAIR_EN: + +OSD1\_CRSSHAIR\_EN: CRSSHAIR\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays artificial horizon crosshair \(MSP OSD only\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_CRSSHAIR_X: + +OSD1\_CRSSHAIR\_X: CRSSHAIR\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen \(MSP OSD only\) + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_CRSSHAIR_Y: + +OSD1\_CRSSHAIR\_Y: CRSSHAIR\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen \(MSP OSD only\) + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_HOMEDIST_EN: + +OSD1\_HOMEDIST\_EN: HOMEDIST\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays distance from HOME \(MSP OSD only\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_HOMEDIST_X: + +OSD1\_HOMEDIST\_X: HOMEDIST\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen \(MSP OSD only\) + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_HOMEDIST_Y: + +OSD1\_HOMEDIST\_Y: HOMEDIST\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen \(MSP OSD only\) + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_HOMEDIR_EN: + +OSD1\_HOMEDIR\_EN: HOMEDIR\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays relative direction to HOME \(MSP OSD only\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_HOMEDIR_X: + +OSD1\_HOMEDIR\_X: HOMEDIR\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_HOMEDIR_Y: + +OSD1\_HOMEDIR\_Y: HOMEDIR\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_POWER_EN: + +OSD1\_POWER\_EN: POWER\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays power \(MSP OSD only\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_POWER_X: + +OSD1\_POWER\_X: POWER\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_POWER_Y: + +OSD1\_POWER\_Y: POWER\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_CELLVOLT_EN: + +OSD1\_CELLVOLT\_EN: CELL\_VOLT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays average cell voltage \(MSP OSD only\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_CELLVOLT_X: + +OSD1\_CELLVOLT\_X: CELL\_VOLT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_CELLVOLT_Y: + +OSD1\_CELLVOLT\_Y: CELL\_VOLT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_BATTBAR_EN: + +OSD1\_BATTBAR\_EN: BATT\_BAR\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays battery usage bar \(MSP OSD only\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_BATTBAR_X: + +OSD1\_BATTBAR\_X: BATT\_BAR\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_BATTBAR_Y: + +OSD1\_BATTBAR\_Y: BATT\_BAR\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_ARMING_EN: + +OSD1\_ARMING\_EN: ARMING\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays arming status \(MSP OSD only\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_ARMING_X: + +OSD1\_ARMING\_X: ARMING\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_ARMING_Y: + +OSD1\_ARMING\_Y: ARMING\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_PLUSCODE_EN: + +OSD1\_PLUSCODE\_EN: PLUSCODE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays pluscode \(OLC\) element + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_PLUSCODE_X: + +OSD1\_PLUSCODE\_X: PLUSCODE\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_PLUSCODE_Y: + +OSD1\_PLUSCODE\_Y: PLUSCODE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_CALLSIGN_EN: + +OSD1\_CALLSIGN\_EN: CALLSIGN\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays callsign from callsign\.txt on microSD card + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_CALLSIGN_X: + +OSD1\_CALLSIGN\_X: CALLSIGN\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_CALLSIGN_Y: + +OSD1\_CALLSIGN\_Y: CALLSIGN\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_CURRENT2_EN: + +OSD1\_CURRENT2\_EN: CURRENT2\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays 2nd battery current + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_CURRENT2_X: + +OSD1\_CURRENT2\_X: CURRENT2\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_CURRENT2_Y: + +OSD1\_CURRENT2\_Y: CURRENT2\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_VTX_PWR_EN: + +OSD1\_VTX\_PWR\_EN: VTX\_PWR\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays VTX Power + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_VTX_PWR_X: + +OSD1\_VTX\_PWR\_X: VTX\_PWR\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_VTX_PWR_Y: + +OSD1\_VTX\_PWR\_Y: VTX\_PWR\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_TER_HGT_EN: + +OSD1\_TER\_HGT\_EN: TER\_HGT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays Height above terrain + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_TER_HGT_X: + +OSD1\_TER\_HGT\_X: TER\_HGT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_TER_HGT_Y: + +OSD1\_TER\_HGT\_Y: TER\_HGT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_AVGCELLV_EN: + +OSD1\_AVGCELLV\_EN: AVGCELLV\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays average cell voltage\. WARNING\: this can be inaccurate if the cell count is not detected or set properly\. If the the battery is far from fully charged the detected cell count might not be accurate if auto cell count detection is used \(OSD\_CELL\_COUNT\=0\)\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_AVGCELLV_X: + +OSD1\_AVGCELLV\_X: AVGCELLV\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_AVGCELLV_Y: + +OSD1\_AVGCELLV\_Y: AVGCELLV\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_RESTVOLT_EN: + +OSD1\_RESTVOLT\_EN: RESTVOLT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays main battery resting voltage + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_RESTVOLT_X: + +OSD1\_RESTVOLT\_X: RESTVOLT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_RESTVOLT_Y: + +OSD1\_RESTVOLT\_Y: RESTVOLT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_FENCE_EN: + +OSD1\_FENCE\_EN: FENCE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays indication of fence enable and breach + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_FENCE_X: + +OSD1\_FENCE\_X: FENCE\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_FENCE_Y: + +OSD1\_FENCE\_Y: FENCE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_RNGF_EN: + +OSD1\_RNGF\_EN: RNGF\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays a rangefinder\'s distance in cm + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_RNGF_X: + +OSD1\_RNGF\_X: RNGF\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_RNGF_Y: + +OSD1\_RNGF\_Y: RNGF\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_ACRVOLT_EN: + +OSD1\_ACRVOLT\_EN: ACRVOLT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays resting voltage for the average cell\. WARNING\: this can be inaccurate if the cell count is not detected or set properly\. If the the battery is far from fully charged the detected cell count might not be accurate if auto cell count detection is used \(OSD\_CELL\_COUNT\=0\)\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_ACRVOLT_X: + +OSD1\_ACRVOLT\_X: ACRVOLT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_ACRVOLT_Y: + +OSD1\_ACRVOLT\_Y: ACRVOLT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_RPM_EN: + +OSD1\_RPM\_EN: RPM\_EN +~~~~~~~~~~~~~~~~~~~~~~ + + +Displays main rotor revs\/min + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_RPM_X: + +OSD1\_RPM\_X: RPM\_X +~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 29 | ++---------+ + + + + +.. _OSD1_RPM_Y: + +OSD1\_RPM\_Y: RPM\_Y +~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _OSD1_LINK_Q_EN: + +OSD1\_LINK\_Q\_EN: LINK\_Q\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays Receiver link quality + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD1_LINK_Q_X: + +OSD1\_LINK\_Q\_X: LINK\_Q\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD1_LINK_Q_Y: + +OSD1\_LINK\_Q\_Y: LINK\_Q\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD1_TXT_RES: + +OSD1\_TXT\_RES: Sets the overlay text resolution \(MSP DisplayPort only\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sets the overlay text resolution for this screen to either LD 30x16 or HD 50x18 \(MSP DisplayPort only\) + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0 | 30x16 | ++-------+---------+ +| 1 | 50x18 | ++-------+---------+ + + + + +.. _OSD1_FONT: + +OSD1\_FONT: Sets the font index for this screen \(MSP DisplayPort only\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sets the font index for this screen \(MSP DisplayPort only\) + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + + +.. _parameters_OSD2_: + +OSD2\_ Parameters +----------------- + + +.. _OSD2_ENABLE: + +OSD2\_ENABLE: Enable screen +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable this screen + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_CHAN_MIN: + +OSD2\_CHAN\_MIN: Transmitter switch screen minimum pwm +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the PWM lower limit for this screen + + ++-------------+ +| Range | ++=============+ +| 900 to 2100 | ++-------------+ + + + + +.. _OSD2_CHAN_MAX: + +OSD2\_CHAN\_MAX: Transmitter switch screen maximum pwm +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the PWM upper limit for this screen + + ++-------------+ +| Range | ++=============+ +| 900 to 2100 | ++-------------+ + + + + +.. _OSD2_ALTITUDE_EN: + +OSD2\_ALTITUDE\_EN: ALTITUDE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enables display of altitude AGL + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_ALTITUDE_X: + +OSD2\_ALTITUDE\_X: ALTITUDE\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_ALTITUDE_Y: + +OSD2\_ALTITUDE\_Y: ALTITUDE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_BAT_VOLT_EN: + +OSD2\_BAT\_VOLT\_EN: BATVOLT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays main battery voltage + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_BAT_VOLT_X: + +OSD2\_BAT\_VOLT\_X: BATVOLT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_BAT_VOLT_Y: + +OSD2\_BAT\_VOLT\_Y: BATVOLT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_RSSI_EN: + +OSD2\_RSSI\_EN: RSSI\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays RC signal strength + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_RSSI_X: + +OSD2\_RSSI\_X: RSSI\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_RSSI_Y: + +OSD2\_RSSI\_Y: RSSI\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_CURRENT_EN: + +OSD2\_CURRENT\_EN: CURRENT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays main battery current + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_CURRENT_X: + +OSD2\_CURRENT\_X: CURRENT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_CURRENT_Y: + +OSD2\_CURRENT\_Y: CURRENT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_BATUSED_EN: + +OSD2\_BATUSED\_EN: BATUSED\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays primary battery mAh consumed + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_BATUSED_X: + +OSD2\_BATUSED\_X: BATUSED\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_BATUSED_Y: + +OSD2\_BATUSED\_Y: BATUSED\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_SATS_EN: + +OSD2\_SATS\_EN: SATS\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays number of acquired satellites + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_SATS_X: + +OSD2\_SATS\_X: SATS\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_SATS_Y: + +OSD2\_SATS\_Y: SATS\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_FLTMODE_EN: + +OSD2\_FLTMODE\_EN: FLTMODE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays flight mode + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_FLTMODE_X: + +OSD2\_FLTMODE\_X: FLTMODE\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_FLTMODE_Y: + +OSD2\_FLTMODE\_Y: FLTMODE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_MESSAGE_EN: + +OSD2\_MESSAGE\_EN: MESSAGE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays Mavlink messages + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_MESSAGE_X: + +OSD2\_MESSAGE\_X: MESSAGE\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_MESSAGE_Y: + +OSD2\_MESSAGE\_Y: MESSAGE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_GSPEED_EN: + +OSD2\_GSPEED\_EN: GSPEED\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays GPS ground speed + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_GSPEED_X: + +OSD2\_GSPEED\_X: GSPEED\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_GSPEED_Y: + +OSD2\_GSPEED\_Y: GSPEED\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_HORIZON_EN: + +OSD2\_HORIZON\_EN: HORIZON\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays artificial horizon + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_HORIZON_X: + +OSD2\_HORIZON\_X: HORIZON\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_HORIZON_Y: + +OSD2\_HORIZON\_Y: HORIZON\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_HOME_EN: + +OSD2\_HOME\_EN: HOME\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays distance and relative direction to HOME + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_HOME_X: + +OSD2\_HOME\_X: HOME\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_HOME_Y: + +OSD2\_HOME\_Y: HOME\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_HEADING_EN: + +OSD2\_HEADING\_EN: HEADING\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays heading + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_HEADING_X: + +OSD2\_HEADING\_X: HEADING\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_HEADING_Y: + +OSD2\_HEADING\_Y: HEADING\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_THROTTLE_EN: + +OSD2\_THROTTLE\_EN: THROTTLE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays actual throttle percentage being sent to motor\(s\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_THROTTLE_X: + +OSD2\_THROTTLE\_X: THROTTLE\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_THROTTLE_Y: + +OSD2\_THROTTLE\_Y: THROTTLE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_COMPASS_EN: + +OSD2\_COMPASS\_EN: COMPASS\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enables display of compass rose + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_COMPASS_X: + +OSD2\_COMPASS\_X: COMPASS\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_COMPASS_Y: + +OSD2\_COMPASS\_Y: COMPASS\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_WIND_EN: + +OSD2\_WIND\_EN: WIND\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays wind speed and relative direction\, on Rover this is the apparent wind speed and direction from the windvane\, if fitted + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_WIND_X: + +OSD2\_WIND\_X: WIND\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_WIND_Y: + +OSD2\_WIND\_Y: WIND\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_ASPEED_EN: + +OSD2\_ASPEED\_EN: ASPEED\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays airspeed value being used by TECS \(fused value\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_ASPEED_X: + +OSD2\_ASPEED\_X: ASPEED\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_ASPEED_Y: + +OSD2\_ASPEED\_Y: ASPEED\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_VSPEED_EN: + +OSD2\_VSPEED\_EN: VSPEED\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays climb rate + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_VSPEED_X: + +OSD2\_VSPEED\_X: VSPEED\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_VSPEED_Y: + +OSD2\_VSPEED\_Y: VSPEED\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_ESCTEMP_EN: + +OSD2\_ESCTEMP\_EN: ESCTEMP\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays first esc\'s temp + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_ESCTEMP_X: + +OSD2\_ESCTEMP\_X: ESCTEMP\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_ESCTEMP_Y: + +OSD2\_ESCTEMP\_Y: ESCTEMP\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_ESCRPM_EN: + +OSD2\_ESCRPM\_EN: ESCRPM\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays first esc\'s rpm + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_ESCRPM_X: + +OSD2\_ESCRPM\_X: ESCRPM\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_ESCRPM_Y: + +OSD2\_ESCRPM\_Y: ESCRPM\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_ESCAMPS_EN: + +OSD2\_ESCAMPS\_EN: ESCAMPS\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays first esc\'s current + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_ESCAMPS_X: + +OSD2\_ESCAMPS\_X: ESCAMPS\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_ESCAMPS_Y: + +OSD2\_ESCAMPS\_Y: ESCAMPS\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_GPSLAT_EN: + +OSD2\_GPSLAT\_EN: GPSLAT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays GPS latitude + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_GPSLAT_X: + +OSD2\_GPSLAT\_X: GPSLAT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_GPSLAT_Y: + +OSD2\_GPSLAT\_Y: GPSLAT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_GPSLONG_EN: + +OSD2\_GPSLONG\_EN: GPSLONG\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays GPS longitude + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_GPSLONG_X: + +OSD2\_GPSLONG\_X: GPSLONG\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_GPSLONG_Y: + +OSD2\_GPSLONG\_Y: GPSLONG\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_ROLL_EN: + +OSD2\_ROLL\_EN: ROLL\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays degrees of roll from level + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_ROLL_X: + +OSD2\_ROLL\_X: ROLL\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_ROLL_Y: + +OSD2\_ROLL\_Y: ROLL\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_PITCH_EN: + +OSD2\_PITCH\_EN: PITCH\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays degrees of pitch from level + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_PITCH_X: + +OSD2\_PITCH\_X: PITCH\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_PITCH_Y: + +OSD2\_PITCH\_Y: PITCH\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_TEMP_EN: + +OSD2\_TEMP\_EN: TEMP\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays temperature reported by primary barometer + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_TEMP_X: + +OSD2\_TEMP\_X: TEMP\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_TEMP_Y: + +OSD2\_TEMP\_Y: TEMP\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_HDOP_EN: + +OSD2\_HDOP\_EN: HDOP\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays Horizontal Dilution Of Position + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_HDOP_X: + +OSD2\_HDOP\_X: HDOP\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_HDOP_Y: + +OSD2\_HDOP\_Y: HDOP\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_WAYPOINT_EN: + +OSD2\_WAYPOINT\_EN: WAYPOINT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays bearing and distance to next waypoint + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_WAYPOINT_X: + +OSD2\_WAYPOINT\_X: WAYPOINT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_WAYPOINT_Y: + +OSD2\_WAYPOINT\_Y: WAYPOINT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_XTRACK_EN: + +OSD2\_XTRACK\_EN: XTRACK\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays crosstrack error + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_XTRACK_X: + +OSD2\_XTRACK\_X: XTRACK\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_XTRACK_Y: + +OSD2\_XTRACK\_Y: XTRACK\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_DIST_EN: + +OSD2\_DIST\_EN: DIST\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays total distance flown + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_DIST_X: + +OSD2\_DIST\_X: DIST\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_DIST_Y: + +OSD2\_DIST\_Y: DIST\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_STATS_EN: + +OSD2\_STATS\_EN: STATS\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays flight stats + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_STATS_X: + +OSD2\_STATS\_X: STATS\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_STATS_Y: + +OSD2\_STATS\_Y: STATS\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_FLTIME_EN: + +OSD2\_FLTIME\_EN: FLTIME\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays total flight time + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_FLTIME_X: + +OSD2\_FLTIME\_X: FLTIME\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_FLTIME_Y: + +OSD2\_FLTIME\_Y: FLTIME\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_CLIMBEFF_EN: + +OSD2\_CLIMBEFF\_EN: CLIMBEFF\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays climb efficiency \(climb rate\/current\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_CLIMBEFF_X: + +OSD2\_CLIMBEFF\_X: CLIMBEFF\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_CLIMBEFF_Y: + +OSD2\_CLIMBEFF\_Y: CLIMBEFF\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_EFF_EN: + +OSD2\_EFF\_EN: EFF\_EN +~~~~~~~~~~~~~~~~~~~~~~ + + +Displays flight efficiency \(mAh\/km or \/mi\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_EFF_X: + +OSD2\_EFF\_X: EFF\_X +~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_EFF_Y: + +OSD2\_EFF\_Y: EFF\_Y +~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_BTEMP_EN: + +OSD2\_BTEMP\_EN: BTEMP\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays temperature reported by secondary barometer + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_BTEMP_X: + +OSD2\_BTEMP\_X: BTEMP\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_BTEMP_Y: + +OSD2\_BTEMP\_Y: BTEMP\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_ATEMP_EN: + +OSD2\_ATEMP\_EN: ATEMP\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays temperature reported by primary airspeed sensor + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_ATEMP_X: + +OSD2\_ATEMP\_X: ATEMP\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_ATEMP_Y: + +OSD2\_ATEMP\_Y: ATEMP\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_BAT2_VLT_EN: + +OSD2\_BAT2\_VLT\_EN: BAT2VLT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays battery2 voltage + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_BAT2_VLT_X: + +OSD2\_BAT2\_VLT\_X: BAT2VLT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_BAT2_VLT_Y: + +OSD2\_BAT2\_VLT\_Y: BAT2VLT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_BAT2USED_EN: + +OSD2\_BAT2USED\_EN: BAT2USED\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays secondary battery mAh consumed + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_BAT2USED_X: + +OSD2\_BAT2USED\_X: BAT2USED\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_BAT2USED_Y: + +OSD2\_BAT2USED\_Y: BAT2USED\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_ASPD2_EN: + +OSD2\_ASPD2\_EN: ASPD2\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays airspeed reported directly from secondary airspeed sensor + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_ASPD2_X: + +OSD2\_ASPD2\_X: ASPD2\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_ASPD2_Y: + +OSD2\_ASPD2\_Y: ASPD2\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_ASPD1_EN: + +OSD2\_ASPD1\_EN: ASPD1\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays airspeed reported directly from primary airspeed sensor + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_ASPD1_X: + +OSD2\_ASPD1\_X: ASPD1\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_ASPD1_Y: + +OSD2\_ASPD1\_Y: ASPD1\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_CLK_EN: + +OSD2\_CLK\_EN: CLK\_EN +~~~~~~~~~~~~~~~~~~~~~~ + + +Displays a clock panel based on AP\_RTC local time + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_CLK_X: + +OSD2\_CLK\_X: CLK\_X +~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_CLK_Y: + +OSD2\_CLK\_Y: CLK\_Y +~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_SIDEBARS_EN: + +OSD2\_SIDEBARS\_EN: SIDEBARS\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays artificial horizon side bars + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_SIDEBARS_X: + +OSD2\_SIDEBARS\_X: SIDEBARS\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_SIDEBARS_Y: + +OSD2\_SIDEBARS\_Y: SIDEBARS\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_CRSSHAIR_EN: + +OSD2\_CRSSHAIR\_EN: CRSSHAIR\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays artificial horizon crosshair \(MSP OSD only\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_CRSSHAIR_X: + +OSD2\_CRSSHAIR\_X: CRSSHAIR\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen \(MSP OSD only\) + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_CRSSHAIR_Y: + +OSD2\_CRSSHAIR\_Y: CRSSHAIR\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen \(MSP OSD only\) + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_HOMEDIST_EN: + +OSD2\_HOMEDIST\_EN: HOMEDIST\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays distance from HOME \(MSP OSD only\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_HOMEDIST_X: + +OSD2\_HOMEDIST\_X: HOMEDIST\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen \(MSP OSD only\) + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_HOMEDIST_Y: + +OSD2\_HOMEDIST\_Y: HOMEDIST\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen \(MSP OSD only\) + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_HOMEDIR_EN: + +OSD2\_HOMEDIR\_EN: HOMEDIR\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays relative direction to HOME \(MSP OSD only\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_HOMEDIR_X: + +OSD2\_HOMEDIR\_X: HOMEDIR\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_HOMEDIR_Y: + +OSD2\_HOMEDIR\_Y: HOMEDIR\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_POWER_EN: + +OSD2\_POWER\_EN: POWER\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays power \(MSP OSD only\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_POWER_X: + +OSD2\_POWER\_X: POWER\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_POWER_Y: + +OSD2\_POWER\_Y: POWER\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_CELLVOLT_EN: + +OSD2\_CELLVOLT\_EN: CELL\_VOLT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays average cell voltage \(MSP OSD only\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_CELLVOLT_X: + +OSD2\_CELLVOLT\_X: CELL\_VOLT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_CELLVOLT_Y: + +OSD2\_CELLVOLT\_Y: CELL\_VOLT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_BATTBAR_EN: + +OSD2\_BATTBAR\_EN: BATT\_BAR\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays battery usage bar \(MSP OSD only\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_BATTBAR_X: + +OSD2\_BATTBAR\_X: BATT\_BAR\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_BATTBAR_Y: + +OSD2\_BATTBAR\_Y: BATT\_BAR\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_ARMING_EN: + +OSD2\_ARMING\_EN: ARMING\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays arming status \(MSP OSD only\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_ARMING_X: + +OSD2\_ARMING\_X: ARMING\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_ARMING_Y: + +OSD2\_ARMING\_Y: ARMING\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_PLUSCODE_EN: + +OSD2\_PLUSCODE\_EN: PLUSCODE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays pluscode \(OLC\) element + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_PLUSCODE_X: + +OSD2\_PLUSCODE\_X: PLUSCODE\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_PLUSCODE_Y: + +OSD2\_PLUSCODE\_Y: PLUSCODE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_CALLSIGN_EN: + +OSD2\_CALLSIGN\_EN: CALLSIGN\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays callsign from callsign\.txt on microSD card + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_CALLSIGN_X: + +OSD2\_CALLSIGN\_X: CALLSIGN\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_CALLSIGN_Y: + +OSD2\_CALLSIGN\_Y: CALLSIGN\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_CURRENT2_EN: + +OSD2\_CURRENT2\_EN: CURRENT2\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays 2nd battery current + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_CURRENT2_X: + +OSD2\_CURRENT2\_X: CURRENT2\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_CURRENT2_Y: + +OSD2\_CURRENT2\_Y: CURRENT2\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_VTX_PWR_EN: + +OSD2\_VTX\_PWR\_EN: VTX\_PWR\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays VTX Power + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_VTX_PWR_X: + +OSD2\_VTX\_PWR\_X: VTX\_PWR\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_VTX_PWR_Y: + +OSD2\_VTX\_PWR\_Y: VTX\_PWR\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_TER_HGT_EN: + +OSD2\_TER\_HGT\_EN: TER\_HGT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays Height above terrain + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_TER_HGT_X: + +OSD2\_TER\_HGT\_X: TER\_HGT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_TER_HGT_Y: + +OSD2\_TER\_HGT\_Y: TER\_HGT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_AVGCELLV_EN: + +OSD2\_AVGCELLV\_EN: AVGCELLV\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays average cell voltage\. WARNING\: this can be inaccurate if the cell count is not detected or set properly\. If the the battery is far from fully charged the detected cell count might not be accurate if auto cell count detection is used \(OSD\_CELL\_COUNT\=0\)\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_AVGCELLV_X: + +OSD2\_AVGCELLV\_X: AVGCELLV\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_AVGCELLV_Y: + +OSD2\_AVGCELLV\_Y: AVGCELLV\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_RESTVOLT_EN: + +OSD2\_RESTVOLT\_EN: RESTVOLT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays main battery resting voltage + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_RESTVOLT_X: + +OSD2\_RESTVOLT\_X: RESTVOLT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_RESTVOLT_Y: + +OSD2\_RESTVOLT\_Y: RESTVOLT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_FENCE_EN: + +OSD2\_FENCE\_EN: FENCE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays indication of fence enable and breach + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_FENCE_X: + +OSD2\_FENCE\_X: FENCE\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_FENCE_Y: + +OSD2\_FENCE\_Y: FENCE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_RNGF_EN: + +OSD2\_RNGF\_EN: RNGF\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays a rangefinder\'s distance in cm + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_RNGF_X: + +OSD2\_RNGF\_X: RNGF\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_RNGF_Y: + +OSD2\_RNGF\_Y: RNGF\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_ACRVOLT_EN: + +OSD2\_ACRVOLT\_EN: ACRVOLT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays resting voltage for the average cell\. WARNING\: this can be inaccurate if the cell count is not detected or set properly\. If the the battery is far from fully charged the detected cell count might not be accurate if auto cell count detection is used \(OSD\_CELL\_COUNT\=0\)\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_ACRVOLT_X: + +OSD2\_ACRVOLT\_X: ACRVOLT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_ACRVOLT_Y: + +OSD2\_ACRVOLT\_Y: ACRVOLT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_RPM_EN: + +OSD2\_RPM\_EN: RPM\_EN +~~~~~~~~~~~~~~~~~~~~~~ + + +Displays main rotor revs\/min + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_RPM_X: + +OSD2\_RPM\_X: RPM\_X +~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 29 | ++---------+ + + + + +.. _OSD2_RPM_Y: + +OSD2\_RPM\_Y: RPM\_Y +~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _OSD2_LINK_Q_EN: + +OSD2\_LINK\_Q\_EN: LINK\_Q\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays Receiver link quality + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD2_LINK_Q_X: + +OSD2\_LINK\_Q\_X: LINK\_Q\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD2_LINK_Q_Y: + +OSD2\_LINK\_Q\_Y: LINK\_Q\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD2_TXT_RES: + +OSD2\_TXT\_RES: Sets the overlay text resolution \(MSP DisplayPort only\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sets the overlay text resolution for this screen to either LD 30x16 or HD 50x18 \(MSP DisplayPort only\) + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0 | 30x16 | ++-------+---------+ +| 1 | 50x18 | ++-------+---------+ + + + + +.. _OSD2_FONT: + +OSD2\_FONT: Sets the font index for this screen \(MSP DisplayPort only\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sets the font index for this screen \(MSP DisplayPort only\) + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + + +.. _parameters_OSD3_: + +OSD3\_ Parameters +----------------- + + +.. _OSD3_ENABLE: + +OSD3\_ENABLE: Enable screen +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable this screen + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_CHAN_MIN: + +OSD3\_CHAN\_MIN: Transmitter switch screen minimum pwm +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the PWM lower limit for this screen + + ++-------------+ +| Range | ++=============+ +| 900 to 2100 | ++-------------+ + + + + +.. _OSD3_CHAN_MAX: + +OSD3\_CHAN\_MAX: Transmitter switch screen maximum pwm +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the PWM upper limit for this screen + + ++-------------+ +| Range | ++=============+ +| 900 to 2100 | ++-------------+ + + + + +.. _OSD3_ALTITUDE_EN: + +OSD3\_ALTITUDE\_EN: ALTITUDE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enables display of altitude AGL + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_ALTITUDE_X: + +OSD3\_ALTITUDE\_X: ALTITUDE\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_ALTITUDE_Y: + +OSD3\_ALTITUDE\_Y: ALTITUDE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_BAT_VOLT_EN: + +OSD3\_BAT\_VOLT\_EN: BATVOLT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays main battery voltage + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_BAT_VOLT_X: + +OSD3\_BAT\_VOLT\_X: BATVOLT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_BAT_VOLT_Y: + +OSD3\_BAT\_VOLT\_Y: BATVOLT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_RSSI_EN: + +OSD3\_RSSI\_EN: RSSI\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays RC signal strength + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_RSSI_X: + +OSD3\_RSSI\_X: RSSI\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_RSSI_Y: + +OSD3\_RSSI\_Y: RSSI\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_CURRENT_EN: + +OSD3\_CURRENT\_EN: CURRENT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays main battery current + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_CURRENT_X: + +OSD3\_CURRENT\_X: CURRENT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_CURRENT_Y: + +OSD3\_CURRENT\_Y: CURRENT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_BATUSED_EN: + +OSD3\_BATUSED\_EN: BATUSED\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays primary battery mAh consumed + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_BATUSED_X: + +OSD3\_BATUSED\_X: BATUSED\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_BATUSED_Y: + +OSD3\_BATUSED\_Y: BATUSED\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_SATS_EN: + +OSD3\_SATS\_EN: SATS\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays number of acquired satellites + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_SATS_X: + +OSD3\_SATS\_X: SATS\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_SATS_Y: + +OSD3\_SATS\_Y: SATS\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_FLTMODE_EN: + +OSD3\_FLTMODE\_EN: FLTMODE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays flight mode + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_FLTMODE_X: + +OSD3\_FLTMODE\_X: FLTMODE\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_FLTMODE_Y: + +OSD3\_FLTMODE\_Y: FLTMODE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_MESSAGE_EN: + +OSD3\_MESSAGE\_EN: MESSAGE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays Mavlink messages + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_MESSAGE_X: + +OSD3\_MESSAGE\_X: MESSAGE\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_MESSAGE_Y: + +OSD3\_MESSAGE\_Y: MESSAGE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_GSPEED_EN: + +OSD3\_GSPEED\_EN: GSPEED\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays GPS ground speed + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_GSPEED_X: + +OSD3\_GSPEED\_X: GSPEED\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_GSPEED_Y: + +OSD3\_GSPEED\_Y: GSPEED\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_HORIZON_EN: + +OSD3\_HORIZON\_EN: HORIZON\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays artificial horizon + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_HORIZON_X: + +OSD3\_HORIZON\_X: HORIZON\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_HORIZON_Y: + +OSD3\_HORIZON\_Y: HORIZON\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_HOME_EN: + +OSD3\_HOME\_EN: HOME\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays distance and relative direction to HOME + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_HOME_X: + +OSD3\_HOME\_X: HOME\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_HOME_Y: + +OSD3\_HOME\_Y: HOME\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_HEADING_EN: + +OSD3\_HEADING\_EN: HEADING\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays heading + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_HEADING_X: + +OSD3\_HEADING\_X: HEADING\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_HEADING_Y: + +OSD3\_HEADING\_Y: HEADING\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_THROTTLE_EN: + +OSD3\_THROTTLE\_EN: THROTTLE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays actual throttle percentage being sent to motor\(s\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_THROTTLE_X: + +OSD3\_THROTTLE\_X: THROTTLE\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_THROTTLE_Y: + +OSD3\_THROTTLE\_Y: THROTTLE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_COMPASS_EN: + +OSD3\_COMPASS\_EN: COMPASS\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enables display of compass rose + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_COMPASS_X: + +OSD3\_COMPASS\_X: COMPASS\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_COMPASS_Y: + +OSD3\_COMPASS\_Y: COMPASS\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_WIND_EN: + +OSD3\_WIND\_EN: WIND\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays wind speed and relative direction\, on Rover this is the apparent wind speed and direction from the windvane\, if fitted + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_WIND_X: + +OSD3\_WIND\_X: WIND\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_WIND_Y: + +OSD3\_WIND\_Y: WIND\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_ASPEED_EN: + +OSD3\_ASPEED\_EN: ASPEED\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays airspeed value being used by TECS \(fused value\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_ASPEED_X: + +OSD3\_ASPEED\_X: ASPEED\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_ASPEED_Y: + +OSD3\_ASPEED\_Y: ASPEED\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_VSPEED_EN: + +OSD3\_VSPEED\_EN: VSPEED\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays climb rate + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_VSPEED_X: + +OSD3\_VSPEED\_X: VSPEED\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_VSPEED_Y: + +OSD3\_VSPEED\_Y: VSPEED\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_ESCTEMP_EN: + +OSD3\_ESCTEMP\_EN: ESCTEMP\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays first esc\'s temp + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_ESCTEMP_X: + +OSD3\_ESCTEMP\_X: ESCTEMP\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_ESCTEMP_Y: + +OSD3\_ESCTEMP\_Y: ESCTEMP\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_ESCRPM_EN: + +OSD3\_ESCRPM\_EN: ESCRPM\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays first esc\'s rpm + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_ESCRPM_X: + +OSD3\_ESCRPM\_X: ESCRPM\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_ESCRPM_Y: + +OSD3\_ESCRPM\_Y: ESCRPM\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_ESCAMPS_EN: + +OSD3\_ESCAMPS\_EN: ESCAMPS\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays first esc\'s current + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_ESCAMPS_X: + +OSD3\_ESCAMPS\_X: ESCAMPS\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_ESCAMPS_Y: + +OSD3\_ESCAMPS\_Y: ESCAMPS\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_GPSLAT_EN: + +OSD3\_GPSLAT\_EN: GPSLAT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays GPS latitude + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_GPSLAT_X: + +OSD3\_GPSLAT\_X: GPSLAT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_GPSLAT_Y: + +OSD3\_GPSLAT\_Y: GPSLAT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_GPSLONG_EN: + +OSD3\_GPSLONG\_EN: GPSLONG\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays GPS longitude + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_GPSLONG_X: + +OSD3\_GPSLONG\_X: GPSLONG\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_GPSLONG_Y: + +OSD3\_GPSLONG\_Y: GPSLONG\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_ROLL_EN: + +OSD3\_ROLL\_EN: ROLL\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays degrees of roll from level + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_ROLL_X: + +OSD3\_ROLL\_X: ROLL\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_ROLL_Y: + +OSD3\_ROLL\_Y: ROLL\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_PITCH_EN: + +OSD3\_PITCH\_EN: PITCH\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays degrees of pitch from level + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_PITCH_X: + +OSD3\_PITCH\_X: PITCH\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_PITCH_Y: + +OSD3\_PITCH\_Y: PITCH\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_TEMP_EN: + +OSD3\_TEMP\_EN: TEMP\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays temperature reported by primary barometer + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_TEMP_X: + +OSD3\_TEMP\_X: TEMP\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_TEMP_Y: + +OSD3\_TEMP\_Y: TEMP\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_HDOP_EN: + +OSD3\_HDOP\_EN: HDOP\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays Horizontal Dilution Of Position + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_HDOP_X: + +OSD3\_HDOP\_X: HDOP\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_HDOP_Y: + +OSD3\_HDOP\_Y: HDOP\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_WAYPOINT_EN: + +OSD3\_WAYPOINT\_EN: WAYPOINT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays bearing and distance to next waypoint + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_WAYPOINT_X: + +OSD3\_WAYPOINT\_X: WAYPOINT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_WAYPOINT_Y: + +OSD3\_WAYPOINT\_Y: WAYPOINT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_XTRACK_EN: + +OSD3\_XTRACK\_EN: XTRACK\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays crosstrack error + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_XTRACK_X: + +OSD3\_XTRACK\_X: XTRACK\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_XTRACK_Y: + +OSD3\_XTRACK\_Y: XTRACK\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_DIST_EN: + +OSD3\_DIST\_EN: DIST\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays total distance flown + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_DIST_X: + +OSD3\_DIST\_X: DIST\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_DIST_Y: + +OSD3\_DIST\_Y: DIST\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_STATS_EN: + +OSD3\_STATS\_EN: STATS\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays flight stats + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_STATS_X: + +OSD3\_STATS\_X: STATS\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_STATS_Y: + +OSD3\_STATS\_Y: STATS\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_FLTIME_EN: + +OSD3\_FLTIME\_EN: FLTIME\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays total flight time + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_FLTIME_X: + +OSD3\_FLTIME\_X: FLTIME\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_FLTIME_Y: + +OSD3\_FLTIME\_Y: FLTIME\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_CLIMBEFF_EN: + +OSD3\_CLIMBEFF\_EN: CLIMBEFF\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays climb efficiency \(climb rate\/current\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_CLIMBEFF_X: + +OSD3\_CLIMBEFF\_X: CLIMBEFF\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_CLIMBEFF_Y: + +OSD3\_CLIMBEFF\_Y: CLIMBEFF\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_EFF_EN: + +OSD3\_EFF\_EN: EFF\_EN +~~~~~~~~~~~~~~~~~~~~~~ + + +Displays flight efficiency \(mAh\/km or \/mi\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_EFF_X: + +OSD3\_EFF\_X: EFF\_X +~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_EFF_Y: + +OSD3\_EFF\_Y: EFF\_Y +~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_BTEMP_EN: + +OSD3\_BTEMP\_EN: BTEMP\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays temperature reported by secondary barometer + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_BTEMP_X: + +OSD3\_BTEMP\_X: BTEMP\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_BTEMP_Y: + +OSD3\_BTEMP\_Y: BTEMP\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_ATEMP_EN: + +OSD3\_ATEMP\_EN: ATEMP\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays temperature reported by primary airspeed sensor + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_ATEMP_X: + +OSD3\_ATEMP\_X: ATEMP\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_ATEMP_Y: + +OSD3\_ATEMP\_Y: ATEMP\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_BAT2_VLT_EN: + +OSD3\_BAT2\_VLT\_EN: BAT2VLT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays battery2 voltage + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_BAT2_VLT_X: + +OSD3\_BAT2\_VLT\_X: BAT2VLT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_BAT2_VLT_Y: + +OSD3\_BAT2\_VLT\_Y: BAT2VLT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_BAT2USED_EN: + +OSD3\_BAT2USED\_EN: BAT2USED\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays secondary battery mAh consumed + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_BAT2USED_X: + +OSD3\_BAT2USED\_X: BAT2USED\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_BAT2USED_Y: + +OSD3\_BAT2USED\_Y: BAT2USED\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_ASPD2_EN: + +OSD3\_ASPD2\_EN: ASPD2\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays airspeed reported directly from secondary airspeed sensor + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_ASPD2_X: + +OSD3\_ASPD2\_X: ASPD2\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_ASPD2_Y: + +OSD3\_ASPD2\_Y: ASPD2\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_ASPD1_EN: + +OSD3\_ASPD1\_EN: ASPD1\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays airspeed reported directly from primary airspeed sensor + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_ASPD1_X: + +OSD3\_ASPD1\_X: ASPD1\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_ASPD1_Y: + +OSD3\_ASPD1\_Y: ASPD1\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_CLK_EN: + +OSD3\_CLK\_EN: CLK\_EN +~~~~~~~~~~~~~~~~~~~~~~ + + +Displays a clock panel based on AP\_RTC local time + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_CLK_X: + +OSD3\_CLK\_X: CLK\_X +~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_CLK_Y: + +OSD3\_CLK\_Y: CLK\_Y +~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_SIDEBARS_EN: + +OSD3\_SIDEBARS\_EN: SIDEBARS\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays artificial horizon side bars + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_SIDEBARS_X: + +OSD3\_SIDEBARS\_X: SIDEBARS\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_SIDEBARS_Y: + +OSD3\_SIDEBARS\_Y: SIDEBARS\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_CRSSHAIR_EN: + +OSD3\_CRSSHAIR\_EN: CRSSHAIR\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays artificial horizon crosshair \(MSP OSD only\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_CRSSHAIR_X: + +OSD3\_CRSSHAIR\_X: CRSSHAIR\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen \(MSP OSD only\) + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_CRSSHAIR_Y: + +OSD3\_CRSSHAIR\_Y: CRSSHAIR\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen \(MSP OSD only\) + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_HOMEDIST_EN: + +OSD3\_HOMEDIST\_EN: HOMEDIST\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays distance from HOME \(MSP OSD only\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_HOMEDIST_X: + +OSD3\_HOMEDIST\_X: HOMEDIST\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen \(MSP OSD only\) + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_HOMEDIST_Y: + +OSD3\_HOMEDIST\_Y: HOMEDIST\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen \(MSP OSD only\) + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_HOMEDIR_EN: + +OSD3\_HOMEDIR\_EN: HOMEDIR\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays relative direction to HOME \(MSP OSD only\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_HOMEDIR_X: + +OSD3\_HOMEDIR\_X: HOMEDIR\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_HOMEDIR_Y: + +OSD3\_HOMEDIR\_Y: HOMEDIR\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_POWER_EN: + +OSD3\_POWER\_EN: POWER\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays power \(MSP OSD only\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_POWER_X: + +OSD3\_POWER\_X: POWER\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_POWER_Y: + +OSD3\_POWER\_Y: POWER\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_CELLVOLT_EN: + +OSD3\_CELLVOLT\_EN: CELL\_VOLT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays average cell voltage \(MSP OSD only\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_CELLVOLT_X: + +OSD3\_CELLVOLT\_X: CELL\_VOLT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_CELLVOLT_Y: + +OSD3\_CELLVOLT\_Y: CELL\_VOLT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_BATTBAR_EN: + +OSD3\_BATTBAR\_EN: BATT\_BAR\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays battery usage bar \(MSP OSD only\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_BATTBAR_X: + +OSD3\_BATTBAR\_X: BATT\_BAR\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_BATTBAR_Y: + +OSD3\_BATTBAR\_Y: BATT\_BAR\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_ARMING_EN: + +OSD3\_ARMING\_EN: ARMING\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays arming status \(MSP OSD only\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_ARMING_X: + +OSD3\_ARMING\_X: ARMING\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_ARMING_Y: + +OSD3\_ARMING\_Y: ARMING\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_PLUSCODE_EN: + +OSD3\_PLUSCODE\_EN: PLUSCODE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays pluscode \(OLC\) element + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_PLUSCODE_X: + +OSD3\_PLUSCODE\_X: PLUSCODE\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_PLUSCODE_Y: + +OSD3\_PLUSCODE\_Y: PLUSCODE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_CALLSIGN_EN: + +OSD3\_CALLSIGN\_EN: CALLSIGN\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays callsign from callsign\.txt on microSD card + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_CALLSIGN_X: + +OSD3\_CALLSIGN\_X: CALLSIGN\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_CALLSIGN_Y: + +OSD3\_CALLSIGN\_Y: CALLSIGN\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_CURRENT2_EN: + +OSD3\_CURRENT2\_EN: CURRENT2\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays 2nd battery current + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_CURRENT2_X: + +OSD3\_CURRENT2\_X: CURRENT2\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_CURRENT2_Y: + +OSD3\_CURRENT2\_Y: CURRENT2\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_VTX_PWR_EN: + +OSD3\_VTX\_PWR\_EN: VTX\_PWR\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays VTX Power + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_VTX_PWR_X: + +OSD3\_VTX\_PWR\_X: VTX\_PWR\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_VTX_PWR_Y: + +OSD3\_VTX\_PWR\_Y: VTX\_PWR\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_TER_HGT_EN: + +OSD3\_TER\_HGT\_EN: TER\_HGT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays Height above terrain + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_TER_HGT_X: + +OSD3\_TER\_HGT\_X: TER\_HGT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_TER_HGT_Y: + +OSD3\_TER\_HGT\_Y: TER\_HGT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_AVGCELLV_EN: + +OSD3\_AVGCELLV\_EN: AVGCELLV\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays average cell voltage\. WARNING\: this can be inaccurate if the cell count is not detected or set properly\. If the the battery is far from fully charged the detected cell count might not be accurate if auto cell count detection is used \(OSD\_CELL\_COUNT\=0\)\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_AVGCELLV_X: + +OSD3\_AVGCELLV\_X: AVGCELLV\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_AVGCELLV_Y: + +OSD3\_AVGCELLV\_Y: AVGCELLV\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_RESTVOLT_EN: + +OSD3\_RESTVOLT\_EN: RESTVOLT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays main battery resting voltage + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_RESTVOLT_X: + +OSD3\_RESTVOLT\_X: RESTVOLT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_RESTVOLT_Y: + +OSD3\_RESTVOLT\_Y: RESTVOLT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_FENCE_EN: + +OSD3\_FENCE\_EN: FENCE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays indication of fence enable and breach + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_FENCE_X: + +OSD3\_FENCE\_X: FENCE\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_FENCE_Y: + +OSD3\_FENCE\_Y: FENCE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_RNGF_EN: + +OSD3\_RNGF\_EN: RNGF\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays a rangefinder\'s distance in cm + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_RNGF_X: + +OSD3\_RNGF\_X: RNGF\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_RNGF_Y: + +OSD3\_RNGF\_Y: RNGF\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_ACRVOLT_EN: + +OSD3\_ACRVOLT\_EN: ACRVOLT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays resting voltage for the average cell\. WARNING\: this can be inaccurate if the cell count is not detected or set properly\. If the the battery is far from fully charged the detected cell count might not be accurate if auto cell count detection is used \(OSD\_CELL\_COUNT\=0\)\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_ACRVOLT_X: + +OSD3\_ACRVOLT\_X: ACRVOLT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_ACRVOLT_Y: + +OSD3\_ACRVOLT\_Y: ACRVOLT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_RPM_EN: + +OSD3\_RPM\_EN: RPM\_EN +~~~~~~~~~~~~~~~~~~~~~~ + + +Displays main rotor revs\/min + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_RPM_X: + +OSD3\_RPM\_X: RPM\_X +~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 29 | ++---------+ + + + + +.. _OSD3_RPM_Y: + +OSD3\_RPM\_Y: RPM\_Y +~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _OSD3_LINK_Q_EN: + +OSD3\_LINK\_Q\_EN: LINK\_Q\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays Receiver link quality + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD3_LINK_Q_X: + +OSD3\_LINK\_Q\_X: LINK\_Q\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD3_LINK_Q_Y: + +OSD3\_LINK\_Q\_Y: LINK\_Q\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD3_TXT_RES: + +OSD3\_TXT\_RES: Sets the overlay text resolution \(MSP DisplayPort only\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sets the overlay text resolution for this screen to either LD 30x16 or HD 50x18 \(MSP DisplayPort only\) + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0 | 30x16 | ++-------+---------+ +| 1 | 50x18 | ++-------+---------+ + + + + +.. _OSD3_FONT: + +OSD3\_FONT: Sets the font index for this screen \(MSP DisplayPort only\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sets the font index for this screen \(MSP DisplayPort only\) + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + + +.. _parameters_OSD4_: + +OSD4\_ Parameters +----------------- + + +.. _OSD4_ENABLE: + +OSD4\_ENABLE: Enable screen +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable this screen + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_CHAN_MIN: + +OSD4\_CHAN\_MIN: Transmitter switch screen minimum pwm +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the PWM lower limit for this screen + + ++-------------+ +| Range | ++=============+ +| 900 to 2100 | ++-------------+ + + + + +.. _OSD4_CHAN_MAX: + +OSD4\_CHAN\_MAX: Transmitter switch screen maximum pwm +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the PWM upper limit for this screen + + ++-------------+ +| Range | ++=============+ +| 900 to 2100 | ++-------------+ + + + + +.. _OSD4_ALTITUDE_EN: + +OSD4\_ALTITUDE\_EN: ALTITUDE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enables display of altitude AGL + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_ALTITUDE_X: + +OSD4\_ALTITUDE\_X: ALTITUDE\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_ALTITUDE_Y: + +OSD4\_ALTITUDE\_Y: ALTITUDE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_BAT_VOLT_EN: + +OSD4\_BAT\_VOLT\_EN: BATVOLT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays main battery voltage + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_BAT_VOLT_X: + +OSD4\_BAT\_VOLT\_X: BATVOLT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_BAT_VOLT_Y: + +OSD4\_BAT\_VOLT\_Y: BATVOLT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_RSSI_EN: + +OSD4\_RSSI\_EN: RSSI\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays RC signal strength + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_RSSI_X: + +OSD4\_RSSI\_X: RSSI\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_RSSI_Y: + +OSD4\_RSSI\_Y: RSSI\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_CURRENT_EN: + +OSD4\_CURRENT\_EN: CURRENT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays main battery current + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_CURRENT_X: + +OSD4\_CURRENT\_X: CURRENT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_CURRENT_Y: + +OSD4\_CURRENT\_Y: CURRENT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_BATUSED_EN: + +OSD4\_BATUSED\_EN: BATUSED\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays primary battery mAh consumed + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_BATUSED_X: + +OSD4\_BATUSED\_X: BATUSED\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_BATUSED_Y: + +OSD4\_BATUSED\_Y: BATUSED\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_SATS_EN: + +OSD4\_SATS\_EN: SATS\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays number of acquired satellites + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_SATS_X: + +OSD4\_SATS\_X: SATS\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_SATS_Y: + +OSD4\_SATS\_Y: SATS\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_FLTMODE_EN: + +OSD4\_FLTMODE\_EN: FLTMODE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays flight mode + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_FLTMODE_X: + +OSD4\_FLTMODE\_X: FLTMODE\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_FLTMODE_Y: + +OSD4\_FLTMODE\_Y: FLTMODE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_MESSAGE_EN: + +OSD4\_MESSAGE\_EN: MESSAGE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays Mavlink messages + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_MESSAGE_X: + +OSD4\_MESSAGE\_X: MESSAGE\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_MESSAGE_Y: + +OSD4\_MESSAGE\_Y: MESSAGE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_GSPEED_EN: + +OSD4\_GSPEED\_EN: GSPEED\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays GPS ground speed + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_GSPEED_X: + +OSD4\_GSPEED\_X: GSPEED\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_GSPEED_Y: + +OSD4\_GSPEED\_Y: GSPEED\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_HORIZON_EN: + +OSD4\_HORIZON\_EN: HORIZON\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays artificial horizon + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_HORIZON_X: + +OSD4\_HORIZON\_X: HORIZON\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_HORIZON_Y: + +OSD4\_HORIZON\_Y: HORIZON\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_HOME_EN: + +OSD4\_HOME\_EN: HOME\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays distance and relative direction to HOME + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_HOME_X: + +OSD4\_HOME\_X: HOME\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_HOME_Y: + +OSD4\_HOME\_Y: HOME\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_HEADING_EN: + +OSD4\_HEADING\_EN: HEADING\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays heading + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_HEADING_X: + +OSD4\_HEADING\_X: HEADING\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_HEADING_Y: + +OSD4\_HEADING\_Y: HEADING\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_THROTTLE_EN: + +OSD4\_THROTTLE\_EN: THROTTLE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays actual throttle percentage being sent to motor\(s\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_THROTTLE_X: + +OSD4\_THROTTLE\_X: THROTTLE\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_THROTTLE_Y: + +OSD4\_THROTTLE\_Y: THROTTLE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_COMPASS_EN: + +OSD4\_COMPASS\_EN: COMPASS\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enables display of compass rose + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_COMPASS_X: + +OSD4\_COMPASS\_X: COMPASS\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_COMPASS_Y: + +OSD4\_COMPASS\_Y: COMPASS\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_WIND_EN: + +OSD4\_WIND\_EN: WIND\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays wind speed and relative direction\, on Rover this is the apparent wind speed and direction from the windvane\, if fitted + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_WIND_X: + +OSD4\_WIND\_X: WIND\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_WIND_Y: + +OSD4\_WIND\_Y: WIND\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_ASPEED_EN: + +OSD4\_ASPEED\_EN: ASPEED\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays airspeed value being used by TECS \(fused value\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_ASPEED_X: + +OSD4\_ASPEED\_X: ASPEED\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_ASPEED_Y: + +OSD4\_ASPEED\_Y: ASPEED\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_VSPEED_EN: + +OSD4\_VSPEED\_EN: VSPEED\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays climb rate + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_VSPEED_X: + +OSD4\_VSPEED\_X: VSPEED\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_VSPEED_Y: + +OSD4\_VSPEED\_Y: VSPEED\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_ESCTEMP_EN: + +OSD4\_ESCTEMP\_EN: ESCTEMP\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays first esc\'s temp + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_ESCTEMP_X: + +OSD4\_ESCTEMP\_X: ESCTEMP\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_ESCTEMP_Y: + +OSD4\_ESCTEMP\_Y: ESCTEMP\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_ESCRPM_EN: + +OSD4\_ESCRPM\_EN: ESCRPM\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays first esc\'s rpm + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_ESCRPM_X: + +OSD4\_ESCRPM\_X: ESCRPM\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_ESCRPM_Y: + +OSD4\_ESCRPM\_Y: ESCRPM\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_ESCAMPS_EN: + +OSD4\_ESCAMPS\_EN: ESCAMPS\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays first esc\'s current + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_ESCAMPS_X: + +OSD4\_ESCAMPS\_X: ESCAMPS\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_ESCAMPS_Y: + +OSD4\_ESCAMPS\_Y: ESCAMPS\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_GPSLAT_EN: + +OSD4\_GPSLAT\_EN: GPSLAT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays GPS latitude + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_GPSLAT_X: + +OSD4\_GPSLAT\_X: GPSLAT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_GPSLAT_Y: + +OSD4\_GPSLAT\_Y: GPSLAT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_GPSLONG_EN: + +OSD4\_GPSLONG\_EN: GPSLONG\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays GPS longitude + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_GPSLONG_X: + +OSD4\_GPSLONG\_X: GPSLONG\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_GPSLONG_Y: + +OSD4\_GPSLONG\_Y: GPSLONG\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_ROLL_EN: + +OSD4\_ROLL\_EN: ROLL\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays degrees of roll from level + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_ROLL_X: + +OSD4\_ROLL\_X: ROLL\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_ROLL_Y: + +OSD4\_ROLL\_Y: ROLL\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_PITCH_EN: + +OSD4\_PITCH\_EN: PITCH\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays degrees of pitch from level + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_PITCH_X: + +OSD4\_PITCH\_X: PITCH\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_PITCH_Y: + +OSD4\_PITCH\_Y: PITCH\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_TEMP_EN: + +OSD4\_TEMP\_EN: TEMP\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays temperature reported by primary barometer + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_TEMP_X: + +OSD4\_TEMP\_X: TEMP\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_TEMP_Y: + +OSD4\_TEMP\_Y: TEMP\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_HDOP_EN: + +OSD4\_HDOP\_EN: HDOP\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays Horizontal Dilution Of Position + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_HDOP_X: + +OSD4\_HDOP\_X: HDOP\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_HDOP_Y: + +OSD4\_HDOP\_Y: HDOP\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_WAYPOINT_EN: + +OSD4\_WAYPOINT\_EN: WAYPOINT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays bearing and distance to next waypoint + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_WAYPOINT_X: + +OSD4\_WAYPOINT\_X: WAYPOINT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_WAYPOINT_Y: + +OSD4\_WAYPOINT\_Y: WAYPOINT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_XTRACK_EN: + +OSD4\_XTRACK\_EN: XTRACK\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays crosstrack error + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_XTRACK_X: + +OSD4\_XTRACK\_X: XTRACK\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_XTRACK_Y: + +OSD4\_XTRACK\_Y: XTRACK\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_DIST_EN: + +OSD4\_DIST\_EN: DIST\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays total distance flown + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_DIST_X: + +OSD4\_DIST\_X: DIST\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_DIST_Y: + +OSD4\_DIST\_Y: DIST\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_STATS_EN: + +OSD4\_STATS\_EN: STATS\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays flight stats + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_STATS_X: + +OSD4\_STATS\_X: STATS\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_STATS_Y: + +OSD4\_STATS\_Y: STATS\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_FLTIME_EN: + +OSD4\_FLTIME\_EN: FLTIME\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays total flight time + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_FLTIME_X: + +OSD4\_FLTIME\_X: FLTIME\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_FLTIME_Y: + +OSD4\_FLTIME\_Y: FLTIME\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_CLIMBEFF_EN: + +OSD4\_CLIMBEFF\_EN: CLIMBEFF\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays climb efficiency \(climb rate\/current\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_CLIMBEFF_X: + +OSD4\_CLIMBEFF\_X: CLIMBEFF\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_CLIMBEFF_Y: + +OSD4\_CLIMBEFF\_Y: CLIMBEFF\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_EFF_EN: + +OSD4\_EFF\_EN: EFF\_EN +~~~~~~~~~~~~~~~~~~~~~~ + + +Displays flight efficiency \(mAh\/km or \/mi\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_EFF_X: + +OSD4\_EFF\_X: EFF\_X +~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_EFF_Y: + +OSD4\_EFF\_Y: EFF\_Y +~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_BTEMP_EN: + +OSD4\_BTEMP\_EN: BTEMP\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays temperature reported by secondary barometer + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_BTEMP_X: + +OSD4\_BTEMP\_X: BTEMP\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_BTEMP_Y: + +OSD4\_BTEMP\_Y: BTEMP\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_ATEMP_EN: + +OSD4\_ATEMP\_EN: ATEMP\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays temperature reported by primary airspeed sensor + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_ATEMP_X: + +OSD4\_ATEMP\_X: ATEMP\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_ATEMP_Y: + +OSD4\_ATEMP\_Y: ATEMP\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_BAT2_VLT_EN: + +OSD4\_BAT2\_VLT\_EN: BAT2VLT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays battery2 voltage + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_BAT2_VLT_X: + +OSD4\_BAT2\_VLT\_X: BAT2VLT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_BAT2_VLT_Y: + +OSD4\_BAT2\_VLT\_Y: BAT2VLT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_BAT2USED_EN: + +OSD4\_BAT2USED\_EN: BAT2USED\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays secondary battery mAh consumed + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_BAT2USED_X: + +OSD4\_BAT2USED\_X: BAT2USED\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_BAT2USED_Y: + +OSD4\_BAT2USED\_Y: BAT2USED\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_ASPD2_EN: + +OSD4\_ASPD2\_EN: ASPD2\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays airspeed reported directly from secondary airspeed sensor + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_ASPD2_X: + +OSD4\_ASPD2\_X: ASPD2\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_ASPD2_Y: + +OSD4\_ASPD2\_Y: ASPD2\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_ASPD1_EN: + +OSD4\_ASPD1\_EN: ASPD1\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays airspeed reported directly from primary airspeed sensor + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_ASPD1_X: + +OSD4\_ASPD1\_X: ASPD1\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_ASPD1_Y: + +OSD4\_ASPD1\_Y: ASPD1\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_CLK_EN: + +OSD4\_CLK\_EN: CLK\_EN +~~~~~~~~~~~~~~~~~~~~~~ + + +Displays a clock panel based on AP\_RTC local time + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_CLK_X: + +OSD4\_CLK\_X: CLK\_X +~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_CLK_Y: + +OSD4\_CLK\_Y: CLK\_Y +~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_SIDEBARS_EN: + +OSD4\_SIDEBARS\_EN: SIDEBARS\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays artificial horizon side bars + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_SIDEBARS_X: + +OSD4\_SIDEBARS\_X: SIDEBARS\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_SIDEBARS_Y: + +OSD4\_SIDEBARS\_Y: SIDEBARS\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_CRSSHAIR_EN: + +OSD4\_CRSSHAIR\_EN: CRSSHAIR\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays artificial horizon crosshair \(MSP OSD only\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_CRSSHAIR_X: + +OSD4\_CRSSHAIR\_X: CRSSHAIR\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen \(MSP OSD only\) + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_CRSSHAIR_Y: + +OSD4\_CRSSHAIR\_Y: CRSSHAIR\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen \(MSP OSD only\) + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_HOMEDIST_EN: + +OSD4\_HOMEDIST\_EN: HOMEDIST\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays distance from HOME \(MSP OSD only\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_HOMEDIST_X: + +OSD4\_HOMEDIST\_X: HOMEDIST\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen \(MSP OSD only\) + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_HOMEDIST_Y: + +OSD4\_HOMEDIST\_Y: HOMEDIST\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen \(MSP OSD only\) + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_HOMEDIR_EN: + +OSD4\_HOMEDIR\_EN: HOMEDIR\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays relative direction to HOME \(MSP OSD only\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_HOMEDIR_X: + +OSD4\_HOMEDIR\_X: HOMEDIR\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_HOMEDIR_Y: + +OSD4\_HOMEDIR\_Y: HOMEDIR\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_POWER_EN: + +OSD4\_POWER\_EN: POWER\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays power \(MSP OSD only\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_POWER_X: + +OSD4\_POWER\_X: POWER\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_POWER_Y: + +OSD4\_POWER\_Y: POWER\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_CELLVOLT_EN: + +OSD4\_CELLVOLT\_EN: CELL\_VOLT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays average cell voltage \(MSP OSD only\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_CELLVOLT_X: + +OSD4\_CELLVOLT\_X: CELL\_VOLT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_CELLVOLT_Y: + +OSD4\_CELLVOLT\_Y: CELL\_VOLT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_BATTBAR_EN: + +OSD4\_BATTBAR\_EN: BATT\_BAR\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays battery usage bar \(MSP OSD only\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_BATTBAR_X: + +OSD4\_BATTBAR\_X: BATT\_BAR\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_BATTBAR_Y: + +OSD4\_BATTBAR\_Y: BATT\_BAR\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_ARMING_EN: + +OSD4\_ARMING\_EN: ARMING\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays arming status \(MSP OSD only\) + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_ARMING_X: + +OSD4\_ARMING\_X: ARMING\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_ARMING_Y: + +OSD4\_ARMING\_Y: ARMING\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_PLUSCODE_EN: + +OSD4\_PLUSCODE\_EN: PLUSCODE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays pluscode \(OLC\) element + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_PLUSCODE_X: + +OSD4\_PLUSCODE\_X: PLUSCODE\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_PLUSCODE_Y: + +OSD4\_PLUSCODE\_Y: PLUSCODE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_CALLSIGN_EN: + +OSD4\_CALLSIGN\_EN: CALLSIGN\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays callsign from callsign\.txt on microSD card + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_CALLSIGN_X: + +OSD4\_CALLSIGN\_X: CALLSIGN\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_CALLSIGN_Y: + +OSD4\_CALLSIGN\_Y: CALLSIGN\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_CURRENT2_EN: + +OSD4\_CURRENT2\_EN: CURRENT2\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays 2nd battery current + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_CURRENT2_X: + +OSD4\_CURRENT2\_X: CURRENT2\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_CURRENT2_Y: + +OSD4\_CURRENT2\_Y: CURRENT2\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_VTX_PWR_EN: + +OSD4\_VTX\_PWR\_EN: VTX\_PWR\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays VTX Power + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_VTX_PWR_X: + +OSD4\_VTX\_PWR\_X: VTX\_PWR\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_VTX_PWR_Y: + +OSD4\_VTX\_PWR\_Y: VTX\_PWR\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_TER_HGT_EN: + +OSD4\_TER\_HGT\_EN: TER\_HGT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays Height above terrain + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_TER_HGT_X: + +OSD4\_TER\_HGT\_X: TER\_HGT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_TER_HGT_Y: + +OSD4\_TER\_HGT\_Y: TER\_HGT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_AVGCELLV_EN: + +OSD4\_AVGCELLV\_EN: AVGCELLV\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays average cell voltage\. WARNING\: this can be inaccurate if the cell count is not detected or set properly\. If the the battery is far from fully charged the detected cell count might not be accurate if auto cell count detection is used \(OSD\_CELL\_COUNT\=0\)\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_AVGCELLV_X: + +OSD4\_AVGCELLV\_X: AVGCELLV\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_AVGCELLV_Y: + +OSD4\_AVGCELLV\_Y: AVGCELLV\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_RESTVOLT_EN: + +OSD4\_RESTVOLT\_EN: RESTVOLT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays main battery resting voltage + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_RESTVOLT_X: + +OSD4\_RESTVOLT\_X: RESTVOLT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_RESTVOLT_Y: + +OSD4\_RESTVOLT\_Y: RESTVOLT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_FENCE_EN: + +OSD4\_FENCE\_EN: FENCE\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays indication of fence enable and breach + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_FENCE_X: + +OSD4\_FENCE\_X: FENCE\_X +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_FENCE_Y: + +OSD4\_FENCE\_Y: FENCE\_Y +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_RNGF_EN: + +OSD4\_RNGF\_EN: RNGF\_EN +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays a rangefinder\'s distance in cm + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_RNGF_X: + +OSD4\_RNGF\_X: RNGF\_X +~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_RNGF_Y: + +OSD4\_RNGF\_Y: RNGF\_Y +~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_ACRVOLT_EN: + +OSD4\_ACRVOLT\_EN: ACRVOLT\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays resting voltage for the average cell\. WARNING\: this can be inaccurate if the cell count is not detected or set properly\. If the the battery is far from fully charged the detected cell count might not be accurate if auto cell count detection is used \(OSD\_CELL\_COUNT\=0\)\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_ACRVOLT_X: + +OSD4\_ACRVOLT\_X: ACRVOLT\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_ACRVOLT_Y: + +OSD4\_ACRVOLT\_Y: ACRVOLT\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_RPM_EN: + +OSD4\_RPM\_EN: RPM\_EN +~~~~~~~~~~~~~~~~~~~~~~ + + +Displays main rotor revs\/min + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_RPM_X: + +OSD4\_RPM\_X: RPM\_X +~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 29 | ++---------+ + + + + +.. _OSD4_RPM_Y: + +OSD4\_RPM\_Y: RPM\_Y +~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _OSD4_LINK_Q_EN: + +OSD4\_LINK\_Q\_EN: LINK\_Q\_EN +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Displays Receiver link quality + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD4_LINK_Q_X: + +OSD4\_LINK\_Q\_X: LINK\_Q\_X +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 59 | ++---------+ + + + + +.. _OSD4_LINK_Q_Y: + +OSD4\_LINK\_Q\_Y: LINK\_Q\_Y +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + +.. _OSD4_TXT_RES: + +OSD4\_TXT\_RES: Sets the overlay text resolution \(MSP DisplayPort only\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sets the overlay text resolution for this screen to either LD 30x16 or HD 50x18 \(MSP DisplayPort only\) + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0 | 30x16 | ++-------+---------+ +| 1 | 50x18 | ++-------+---------+ + + + + +.. _OSD4_FONT: + +OSD4\_FONT: Sets the font index for this screen \(MSP DisplayPort only\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sets the font index for this screen \(MSP DisplayPort only\) + + ++---------+ +| Range | ++=========+ +| 0 to 21 | ++---------+ + + + + + +.. _parameters_OSD5_: + +OSD5\_ Parameters +----------------- + + +.. _OSD5_ENABLE: + +OSD5\_ENABLE: Enable screen +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable this screen + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD5_CHAN_MIN: + +OSD5\_CHAN\_MIN: Transmitter switch screen minimum pwm +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the PWM lower limit for this screen + + ++-------------+ +| Range | ++=============+ +| 900 to 2100 | ++-------------+ + + + + +.. _OSD5_CHAN_MAX: + +OSD5\_CHAN\_MAX: Transmitter switch screen maximum pwm +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the PWM upper limit for this screen + + ++-------------+ +| Range | ++=============+ +| 900 to 2100 | ++-------------+ + + + + +.. _OSD5_SAVE_X: + +OSD5\_SAVE\_X: SAVE\_X +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Horizontal position of Save button on screen + + ++---------+ +| Range | ++=========+ +| 0 to 25 | ++---------+ + + + + +.. _OSD5_SAVE_Y: + +OSD5\_SAVE\_Y: SAVE\_Y +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Vertical position of Save button on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + + +.. _parameters_OSD5_PARAM1: + +OSD5\_PARAM1 Parameters +----------------------- + + +.. _OSD5_PARAM1_EN: + +OSD5\_PARAM1\_EN: Enable +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable setting + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD5_PARAM1_X: + +OSD5\_PARAM1\_X: X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 29 | ++---------+ + + + + +.. _OSD5_PARAM1_Y: + +OSD5\_PARAM1\_Y: Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _OSD5_PARAM1_KEY: + +OSD5\_PARAM1\_KEY: Parameter key +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Key of the parameter to be displayed and modified + + +.. _OSD5_PARAM1_IDX: + +OSD5\_PARAM1\_IDX: Parameter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Index of the parameter to be displayed and modified + + +.. _OSD5_PARAM1_GRP: + +OSD5\_PARAM1\_GRP: Parameter group +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Group of the parameter to be displayed and modified + + +.. _OSD5_PARAM1_MIN: + +OSD5\_PARAM1\_MIN: Parameter minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum value of the parameter to be displayed and modified + + +.. _OSD5_PARAM1_MAX: + +OSD5\_PARAM1\_MAX: Parameter maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum of the parameter to be displayed and modified + + +.. _OSD5_PARAM1_INCR: + +OSD5\_PARAM1\_INCR: Parameter increment +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Increment of the parameter to be displayed and modified + + +.. _OSD5_PARAM1_TYPE: + +OSD5\_PARAM1\_TYPE: Parameter type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of the parameter to be displayed and modified + + + +.. _parameters_OSD5_PARAM2: + +OSD5\_PARAM2 Parameters +----------------------- + + +.. _OSD5_PARAM2_EN: + +OSD5\_PARAM2\_EN: Enable +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable setting + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD5_PARAM2_X: + +OSD5\_PARAM2\_X: X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 29 | ++---------+ + + + + +.. _OSD5_PARAM2_Y: + +OSD5\_PARAM2\_Y: Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _OSD5_PARAM2_KEY: + +OSD5\_PARAM2\_KEY: Parameter key +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Key of the parameter to be displayed and modified + + +.. _OSD5_PARAM2_IDX: + +OSD5\_PARAM2\_IDX: Parameter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Index of the parameter to be displayed and modified + + +.. _OSD5_PARAM2_GRP: + +OSD5\_PARAM2\_GRP: Parameter group +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Group of the parameter to be displayed and modified + + +.. _OSD5_PARAM2_MIN: + +OSD5\_PARAM2\_MIN: Parameter minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum value of the parameter to be displayed and modified + + +.. _OSD5_PARAM2_MAX: + +OSD5\_PARAM2\_MAX: Parameter maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum of the parameter to be displayed and modified + + +.. _OSD5_PARAM2_INCR: + +OSD5\_PARAM2\_INCR: Parameter increment +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Increment of the parameter to be displayed and modified + + +.. _OSD5_PARAM2_TYPE: + +OSD5\_PARAM2\_TYPE: Parameter type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of the parameter to be displayed and modified + + + +.. _parameters_OSD5_PARAM3: + +OSD5\_PARAM3 Parameters +----------------------- + + +.. _OSD5_PARAM3_EN: + +OSD5\_PARAM3\_EN: Enable +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable setting + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD5_PARAM3_X: + +OSD5\_PARAM3\_X: X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 29 | ++---------+ + + + + +.. _OSD5_PARAM3_Y: + +OSD5\_PARAM3\_Y: Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _OSD5_PARAM3_KEY: + +OSD5\_PARAM3\_KEY: Parameter key +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Key of the parameter to be displayed and modified + + +.. _OSD5_PARAM3_IDX: + +OSD5\_PARAM3\_IDX: Parameter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Index of the parameter to be displayed and modified + + +.. _OSD5_PARAM3_GRP: + +OSD5\_PARAM3\_GRP: Parameter group +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Group of the parameter to be displayed and modified + + +.. _OSD5_PARAM3_MIN: + +OSD5\_PARAM3\_MIN: Parameter minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum value of the parameter to be displayed and modified + + +.. _OSD5_PARAM3_MAX: + +OSD5\_PARAM3\_MAX: Parameter maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum of the parameter to be displayed and modified + + +.. _OSD5_PARAM3_INCR: + +OSD5\_PARAM3\_INCR: Parameter increment +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Increment of the parameter to be displayed and modified + + +.. _OSD5_PARAM3_TYPE: + +OSD5\_PARAM3\_TYPE: Parameter type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of the parameter to be displayed and modified + + + +.. _parameters_OSD5_PARAM4: + +OSD5\_PARAM4 Parameters +----------------------- + + +.. _OSD5_PARAM4_EN: + +OSD5\_PARAM4\_EN: Enable +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable setting + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD5_PARAM4_X: + +OSD5\_PARAM4\_X: X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 29 | ++---------+ + + + + +.. _OSD5_PARAM4_Y: + +OSD5\_PARAM4\_Y: Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _OSD5_PARAM4_KEY: + +OSD5\_PARAM4\_KEY: Parameter key +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Key of the parameter to be displayed and modified + + +.. _OSD5_PARAM4_IDX: + +OSD5\_PARAM4\_IDX: Parameter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Index of the parameter to be displayed and modified + + +.. _OSD5_PARAM4_GRP: + +OSD5\_PARAM4\_GRP: Parameter group +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Group of the parameter to be displayed and modified + + +.. _OSD5_PARAM4_MIN: + +OSD5\_PARAM4\_MIN: Parameter minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum value of the parameter to be displayed and modified + + +.. _OSD5_PARAM4_MAX: + +OSD5\_PARAM4\_MAX: Parameter maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum of the parameter to be displayed and modified + + +.. _OSD5_PARAM4_INCR: + +OSD5\_PARAM4\_INCR: Parameter increment +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Increment of the parameter to be displayed and modified + + +.. _OSD5_PARAM4_TYPE: + +OSD5\_PARAM4\_TYPE: Parameter type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of the parameter to be displayed and modified + + + +.. _parameters_OSD5_PARAM5: + +OSD5\_PARAM5 Parameters +----------------------- + + +.. _OSD5_PARAM5_EN: + +OSD5\_PARAM5\_EN: Enable +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable setting + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD5_PARAM5_X: + +OSD5\_PARAM5\_X: X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 29 | ++---------+ + + + + +.. _OSD5_PARAM5_Y: + +OSD5\_PARAM5\_Y: Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _OSD5_PARAM5_KEY: + +OSD5\_PARAM5\_KEY: Parameter key +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Key of the parameter to be displayed and modified + + +.. _OSD5_PARAM5_IDX: + +OSD5\_PARAM5\_IDX: Parameter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Index of the parameter to be displayed and modified + + +.. _OSD5_PARAM5_GRP: + +OSD5\_PARAM5\_GRP: Parameter group +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Group of the parameter to be displayed and modified + + +.. _OSD5_PARAM5_MIN: + +OSD5\_PARAM5\_MIN: Parameter minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum value of the parameter to be displayed and modified + + +.. _OSD5_PARAM5_MAX: + +OSD5\_PARAM5\_MAX: Parameter maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum of the parameter to be displayed and modified + + +.. _OSD5_PARAM5_INCR: + +OSD5\_PARAM5\_INCR: Parameter increment +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Increment of the parameter to be displayed and modified + + +.. _OSD5_PARAM5_TYPE: + +OSD5\_PARAM5\_TYPE: Parameter type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of the parameter to be displayed and modified + + + +.. _parameters_OSD5_PARAM6: + +OSD5\_PARAM6 Parameters +----------------------- + + +.. _OSD5_PARAM6_EN: + +OSD5\_PARAM6\_EN: Enable +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable setting + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD5_PARAM6_X: + +OSD5\_PARAM6\_X: X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 29 | ++---------+ + + + + +.. _OSD5_PARAM6_Y: + +OSD5\_PARAM6\_Y: Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _OSD5_PARAM6_KEY: + +OSD5\_PARAM6\_KEY: Parameter key +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Key of the parameter to be displayed and modified + + +.. _OSD5_PARAM6_IDX: + +OSD5\_PARAM6\_IDX: Parameter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Index of the parameter to be displayed and modified + + +.. _OSD5_PARAM6_GRP: + +OSD5\_PARAM6\_GRP: Parameter group +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Group of the parameter to be displayed and modified + + +.. _OSD5_PARAM6_MIN: + +OSD5\_PARAM6\_MIN: Parameter minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum value of the parameter to be displayed and modified + + +.. _OSD5_PARAM6_MAX: + +OSD5\_PARAM6\_MAX: Parameter maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum of the parameter to be displayed and modified + + +.. _OSD5_PARAM6_INCR: + +OSD5\_PARAM6\_INCR: Parameter increment +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Increment of the parameter to be displayed and modified + + +.. _OSD5_PARAM6_TYPE: + +OSD5\_PARAM6\_TYPE: Parameter type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of the parameter to be displayed and modified + + + +.. _parameters_OSD5_PARAM7: + +OSD5\_PARAM7 Parameters +----------------------- + + +.. _OSD5_PARAM7_EN: + +OSD5\_PARAM7\_EN: Enable +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable setting + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD5_PARAM7_X: + +OSD5\_PARAM7\_X: X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 29 | ++---------+ + + + + +.. _OSD5_PARAM7_Y: + +OSD5\_PARAM7\_Y: Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _OSD5_PARAM7_KEY: + +OSD5\_PARAM7\_KEY: Parameter key +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Key of the parameter to be displayed and modified + + +.. _OSD5_PARAM7_IDX: + +OSD5\_PARAM7\_IDX: Parameter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Index of the parameter to be displayed and modified + + +.. _OSD5_PARAM7_GRP: + +OSD5\_PARAM7\_GRP: Parameter group +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Group of the parameter to be displayed and modified + + +.. _OSD5_PARAM7_MIN: + +OSD5\_PARAM7\_MIN: Parameter minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum value of the parameter to be displayed and modified + + +.. _OSD5_PARAM7_MAX: + +OSD5\_PARAM7\_MAX: Parameter maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum of the parameter to be displayed and modified + + +.. _OSD5_PARAM7_INCR: + +OSD5\_PARAM7\_INCR: Parameter increment +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Increment of the parameter to be displayed and modified + + +.. _OSD5_PARAM7_TYPE: + +OSD5\_PARAM7\_TYPE: Parameter type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of the parameter to be displayed and modified + + + +.. _parameters_OSD5_PARAM8: + +OSD5\_PARAM8 Parameters +----------------------- + + +.. _OSD5_PARAM8_EN: + +OSD5\_PARAM8\_EN: Enable +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable setting + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD5_PARAM8_X: + +OSD5\_PARAM8\_X: X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 29 | ++---------+ + + + + +.. _OSD5_PARAM8_Y: + +OSD5\_PARAM8\_Y: Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _OSD5_PARAM8_KEY: + +OSD5\_PARAM8\_KEY: Parameter key +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Key of the parameter to be displayed and modified + + +.. _OSD5_PARAM8_IDX: + +OSD5\_PARAM8\_IDX: Parameter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Index of the parameter to be displayed and modified + + +.. _OSD5_PARAM8_GRP: + +OSD5\_PARAM8\_GRP: Parameter group +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Group of the parameter to be displayed and modified + + +.. _OSD5_PARAM8_MIN: + +OSD5\_PARAM8\_MIN: Parameter minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum value of the parameter to be displayed and modified + + +.. _OSD5_PARAM8_MAX: + +OSD5\_PARAM8\_MAX: Parameter maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum of the parameter to be displayed and modified + + +.. _OSD5_PARAM8_INCR: + +OSD5\_PARAM8\_INCR: Parameter increment +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Increment of the parameter to be displayed and modified + + +.. _OSD5_PARAM8_TYPE: + +OSD5\_PARAM8\_TYPE: Parameter type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of the parameter to be displayed and modified + + + +.. _parameters_OSD5_PARAM9: + +OSD5\_PARAM9 Parameters +----------------------- + + +.. _OSD5_PARAM9_EN: + +OSD5\_PARAM9\_EN: Enable +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable setting + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD5_PARAM9_X: + +OSD5\_PARAM9\_X: X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 29 | ++---------+ + + + + +.. _OSD5_PARAM9_Y: + +OSD5\_PARAM9\_Y: Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _OSD5_PARAM9_KEY: + +OSD5\_PARAM9\_KEY: Parameter key +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Key of the parameter to be displayed and modified + + +.. _OSD5_PARAM9_IDX: + +OSD5\_PARAM9\_IDX: Parameter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Index of the parameter to be displayed and modified + + +.. _OSD5_PARAM9_GRP: + +OSD5\_PARAM9\_GRP: Parameter group +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Group of the parameter to be displayed and modified + + +.. _OSD5_PARAM9_MIN: + +OSD5\_PARAM9\_MIN: Parameter minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum value of the parameter to be displayed and modified + + +.. _OSD5_PARAM9_MAX: + +OSD5\_PARAM9\_MAX: Parameter maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum of the parameter to be displayed and modified + + +.. _OSD5_PARAM9_INCR: + +OSD5\_PARAM9\_INCR: Parameter increment +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Increment of the parameter to be displayed and modified + + +.. _OSD5_PARAM9_TYPE: + +OSD5\_PARAM9\_TYPE: Parameter type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of the parameter to be displayed and modified + + + +.. _parameters_OSD6_: + +OSD6\_ Parameters +----------------- + + +.. _OSD6_ENABLE: + +OSD6\_ENABLE: Enable screen +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable this screen + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD6_CHAN_MIN: + +OSD6\_CHAN\_MIN: Transmitter switch screen minimum pwm +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the PWM lower limit for this screen + + ++-------------+ +| Range | ++=============+ +| 900 to 2100 | ++-------------+ + + + + +.. _OSD6_CHAN_MAX: + +OSD6\_CHAN\_MAX: Transmitter switch screen maximum pwm +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the PWM upper limit for this screen + + ++-------------+ +| Range | ++=============+ +| 900 to 2100 | ++-------------+ + + + + +.. _OSD6_SAVE_X: + +OSD6\_SAVE\_X: SAVE\_X +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Horizontal position of Save button on screen + + ++---------+ +| Range | ++=========+ +| 0 to 25 | ++---------+ + + + + +.. _OSD6_SAVE_Y: + +OSD6\_SAVE\_Y: SAVE\_Y +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Vertical position of Save button on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + + +.. _parameters_OSD6_PARAM1: + +OSD6\_PARAM1 Parameters +----------------------- + + +.. _OSD6_PARAM1_EN: + +OSD6\_PARAM1\_EN: Enable +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable setting + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD6_PARAM1_X: + +OSD6\_PARAM1\_X: X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 29 | ++---------+ + + + + +.. _OSD6_PARAM1_Y: + +OSD6\_PARAM1\_Y: Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _OSD6_PARAM1_KEY: + +OSD6\_PARAM1\_KEY: Parameter key +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Key of the parameter to be displayed and modified + + +.. _OSD6_PARAM1_IDX: + +OSD6\_PARAM1\_IDX: Parameter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Index of the parameter to be displayed and modified + + +.. _OSD6_PARAM1_GRP: + +OSD6\_PARAM1\_GRP: Parameter group +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Group of the parameter to be displayed and modified + + +.. _OSD6_PARAM1_MIN: + +OSD6\_PARAM1\_MIN: Parameter minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum value of the parameter to be displayed and modified + + +.. _OSD6_PARAM1_MAX: + +OSD6\_PARAM1\_MAX: Parameter maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum of the parameter to be displayed and modified + + +.. _OSD6_PARAM1_INCR: + +OSD6\_PARAM1\_INCR: Parameter increment +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Increment of the parameter to be displayed and modified + + +.. _OSD6_PARAM1_TYPE: + +OSD6\_PARAM1\_TYPE: Parameter type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of the parameter to be displayed and modified + + + +.. _parameters_OSD6_PARAM2: + +OSD6\_PARAM2 Parameters +----------------------- + + +.. _OSD6_PARAM2_EN: + +OSD6\_PARAM2\_EN: Enable +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable setting + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD6_PARAM2_X: + +OSD6\_PARAM2\_X: X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 29 | ++---------+ + + + + +.. _OSD6_PARAM2_Y: + +OSD6\_PARAM2\_Y: Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _OSD6_PARAM2_KEY: + +OSD6\_PARAM2\_KEY: Parameter key +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Key of the parameter to be displayed and modified + + +.. _OSD6_PARAM2_IDX: + +OSD6\_PARAM2\_IDX: Parameter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Index of the parameter to be displayed and modified + + +.. _OSD6_PARAM2_GRP: + +OSD6\_PARAM2\_GRP: Parameter group +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Group of the parameter to be displayed and modified + + +.. _OSD6_PARAM2_MIN: + +OSD6\_PARAM2\_MIN: Parameter minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum value of the parameter to be displayed and modified + + +.. _OSD6_PARAM2_MAX: + +OSD6\_PARAM2\_MAX: Parameter maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum of the parameter to be displayed and modified + + +.. _OSD6_PARAM2_INCR: + +OSD6\_PARAM2\_INCR: Parameter increment +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Increment of the parameter to be displayed and modified + + +.. _OSD6_PARAM2_TYPE: + +OSD6\_PARAM2\_TYPE: Parameter type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of the parameter to be displayed and modified + + + +.. _parameters_OSD6_PARAM3: + +OSD6\_PARAM3 Parameters +----------------------- + + +.. _OSD6_PARAM3_EN: + +OSD6\_PARAM3\_EN: Enable +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable setting + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD6_PARAM3_X: + +OSD6\_PARAM3\_X: X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 29 | ++---------+ + + + + +.. _OSD6_PARAM3_Y: + +OSD6\_PARAM3\_Y: Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _OSD6_PARAM3_KEY: + +OSD6\_PARAM3\_KEY: Parameter key +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Key of the parameter to be displayed and modified + + +.. _OSD6_PARAM3_IDX: + +OSD6\_PARAM3\_IDX: Parameter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Index of the parameter to be displayed and modified + + +.. _OSD6_PARAM3_GRP: + +OSD6\_PARAM3\_GRP: Parameter group +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Group of the parameter to be displayed and modified + + +.. _OSD6_PARAM3_MIN: + +OSD6\_PARAM3\_MIN: Parameter minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum value of the parameter to be displayed and modified + + +.. _OSD6_PARAM3_MAX: + +OSD6\_PARAM3\_MAX: Parameter maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum of the parameter to be displayed and modified + + +.. _OSD6_PARAM3_INCR: + +OSD6\_PARAM3\_INCR: Parameter increment +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Increment of the parameter to be displayed and modified + + +.. _OSD6_PARAM3_TYPE: + +OSD6\_PARAM3\_TYPE: Parameter type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of the parameter to be displayed and modified + + + +.. _parameters_OSD6_PARAM4: + +OSD6\_PARAM4 Parameters +----------------------- + + +.. _OSD6_PARAM4_EN: + +OSD6\_PARAM4\_EN: Enable +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable setting + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD6_PARAM4_X: + +OSD6\_PARAM4\_X: X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 29 | ++---------+ + + + + +.. _OSD6_PARAM4_Y: + +OSD6\_PARAM4\_Y: Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _OSD6_PARAM4_KEY: + +OSD6\_PARAM4\_KEY: Parameter key +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Key of the parameter to be displayed and modified + + +.. _OSD6_PARAM4_IDX: + +OSD6\_PARAM4\_IDX: Parameter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Index of the parameter to be displayed and modified + + +.. _OSD6_PARAM4_GRP: + +OSD6\_PARAM4\_GRP: Parameter group +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Group of the parameter to be displayed and modified + + +.. _OSD6_PARAM4_MIN: + +OSD6\_PARAM4\_MIN: Parameter minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum value of the parameter to be displayed and modified + + +.. _OSD6_PARAM4_MAX: + +OSD6\_PARAM4\_MAX: Parameter maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum of the parameter to be displayed and modified + + +.. _OSD6_PARAM4_INCR: + +OSD6\_PARAM4\_INCR: Parameter increment +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Increment of the parameter to be displayed and modified + + +.. _OSD6_PARAM4_TYPE: + +OSD6\_PARAM4\_TYPE: Parameter type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of the parameter to be displayed and modified + + + +.. _parameters_OSD6_PARAM5: + +OSD6\_PARAM5 Parameters +----------------------- + + +.. _OSD6_PARAM5_EN: + +OSD6\_PARAM5\_EN: Enable +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable setting + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD6_PARAM5_X: + +OSD6\_PARAM5\_X: X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 29 | ++---------+ + + + + +.. _OSD6_PARAM5_Y: + +OSD6\_PARAM5\_Y: Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _OSD6_PARAM5_KEY: + +OSD6\_PARAM5\_KEY: Parameter key +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Key of the parameter to be displayed and modified + + +.. _OSD6_PARAM5_IDX: + +OSD6\_PARAM5\_IDX: Parameter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Index of the parameter to be displayed and modified + + +.. _OSD6_PARAM5_GRP: + +OSD6\_PARAM5\_GRP: Parameter group +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Group of the parameter to be displayed and modified + + +.. _OSD6_PARAM5_MIN: + +OSD6\_PARAM5\_MIN: Parameter minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum value of the parameter to be displayed and modified + + +.. _OSD6_PARAM5_MAX: + +OSD6\_PARAM5\_MAX: Parameter maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum of the parameter to be displayed and modified + + +.. _OSD6_PARAM5_INCR: + +OSD6\_PARAM5\_INCR: Parameter increment +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Increment of the parameter to be displayed and modified + + +.. _OSD6_PARAM5_TYPE: + +OSD6\_PARAM5\_TYPE: Parameter type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of the parameter to be displayed and modified + + + +.. _parameters_OSD6_PARAM6: + +OSD6\_PARAM6 Parameters +----------------------- + + +.. _OSD6_PARAM6_EN: + +OSD6\_PARAM6\_EN: Enable +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable setting + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD6_PARAM6_X: + +OSD6\_PARAM6\_X: X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 29 | ++---------+ + + + + +.. _OSD6_PARAM6_Y: + +OSD6\_PARAM6\_Y: Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _OSD6_PARAM6_KEY: + +OSD6\_PARAM6\_KEY: Parameter key +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Key of the parameter to be displayed and modified + + +.. _OSD6_PARAM6_IDX: + +OSD6\_PARAM6\_IDX: Parameter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Index of the parameter to be displayed and modified + + +.. _OSD6_PARAM6_GRP: + +OSD6\_PARAM6\_GRP: Parameter group +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Group of the parameter to be displayed and modified + + +.. _OSD6_PARAM6_MIN: + +OSD6\_PARAM6\_MIN: Parameter minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum value of the parameter to be displayed and modified + + +.. _OSD6_PARAM6_MAX: + +OSD6\_PARAM6\_MAX: Parameter maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum of the parameter to be displayed and modified + + +.. _OSD6_PARAM6_INCR: + +OSD6\_PARAM6\_INCR: Parameter increment +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Increment of the parameter to be displayed and modified + + +.. _OSD6_PARAM6_TYPE: + +OSD6\_PARAM6\_TYPE: Parameter type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of the parameter to be displayed and modified + + + +.. _parameters_OSD6_PARAM7: + +OSD6\_PARAM7 Parameters +----------------------- + + +.. _OSD6_PARAM7_EN: + +OSD6\_PARAM7\_EN: Enable +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable setting + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD6_PARAM7_X: + +OSD6\_PARAM7\_X: X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 29 | ++---------+ + + + + +.. _OSD6_PARAM7_Y: + +OSD6\_PARAM7\_Y: Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _OSD6_PARAM7_KEY: + +OSD6\_PARAM7\_KEY: Parameter key +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Key of the parameter to be displayed and modified + + +.. _OSD6_PARAM7_IDX: + +OSD6\_PARAM7\_IDX: Parameter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Index of the parameter to be displayed and modified + + +.. _OSD6_PARAM7_GRP: + +OSD6\_PARAM7\_GRP: Parameter group +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Group of the parameter to be displayed and modified + + +.. _OSD6_PARAM7_MIN: + +OSD6\_PARAM7\_MIN: Parameter minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum value of the parameter to be displayed and modified + + +.. _OSD6_PARAM7_MAX: + +OSD6\_PARAM7\_MAX: Parameter maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum of the parameter to be displayed and modified + + +.. _OSD6_PARAM7_INCR: + +OSD6\_PARAM7\_INCR: Parameter increment +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Increment of the parameter to be displayed and modified + + +.. _OSD6_PARAM7_TYPE: + +OSD6\_PARAM7\_TYPE: Parameter type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of the parameter to be displayed and modified + + + +.. _parameters_OSD6_PARAM8: + +OSD6\_PARAM8 Parameters +----------------------- + + +.. _OSD6_PARAM8_EN: + +OSD6\_PARAM8\_EN: Enable +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable setting + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD6_PARAM8_X: + +OSD6\_PARAM8\_X: X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 29 | ++---------+ + + + + +.. _OSD6_PARAM8_Y: + +OSD6\_PARAM8\_Y: Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _OSD6_PARAM8_KEY: + +OSD6\_PARAM8\_KEY: Parameter key +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Key of the parameter to be displayed and modified + + +.. _OSD6_PARAM8_IDX: + +OSD6\_PARAM8\_IDX: Parameter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Index of the parameter to be displayed and modified + + +.. _OSD6_PARAM8_GRP: + +OSD6\_PARAM8\_GRP: Parameter group +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Group of the parameter to be displayed and modified + + +.. _OSD6_PARAM8_MIN: + +OSD6\_PARAM8\_MIN: Parameter minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum value of the parameter to be displayed and modified + + +.. _OSD6_PARAM8_MAX: + +OSD6\_PARAM8\_MAX: Parameter maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum of the parameter to be displayed and modified + + +.. _OSD6_PARAM8_INCR: + +OSD6\_PARAM8\_INCR: Parameter increment +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Increment of the parameter to be displayed and modified + + +.. _OSD6_PARAM8_TYPE: + +OSD6\_PARAM8\_TYPE: Parameter type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of the parameter to be displayed and modified + + + +.. _parameters_OSD6_PARAM9: + +OSD6\_PARAM9 Parameters +----------------------- + + +.. _OSD6_PARAM9_EN: + +OSD6\_PARAM9\_EN: Enable +~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable setting + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _OSD6_PARAM9_X: + +OSD6\_PARAM9\_X: X position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Horizontal position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 29 | ++---------+ + + + + +.. _OSD6_PARAM9_Y: + +OSD6\_PARAM9\_Y: Y position +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vertical position on screen + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _OSD6_PARAM9_KEY: + +OSD6\_PARAM9\_KEY: Parameter key +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Key of the parameter to be displayed and modified + + +.. _OSD6_PARAM9_IDX: + +OSD6\_PARAM9\_IDX: Parameter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Index of the parameter to be displayed and modified + + +.. _OSD6_PARAM9_GRP: + +OSD6\_PARAM9\_GRP: Parameter group +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Group of the parameter to be displayed and modified + + +.. _OSD6_PARAM9_MIN: + +OSD6\_PARAM9\_MIN: Parameter minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum value of the parameter to be displayed and modified + + +.. _OSD6_PARAM9_MAX: + +OSD6\_PARAM9\_MAX: Parameter maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum of the parameter to be displayed and modified + + +.. _OSD6_PARAM9_INCR: + +OSD6\_PARAM9\_INCR: Parameter increment +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Increment of the parameter to be displayed and modified + + +.. _OSD6_PARAM9_TYPE: + +OSD6\_PARAM9\_TYPE: Parameter type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of the parameter to be displayed and modified + + + +.. _parameters_PLND_: + +PLND\_ Parameters +----------------- + + +.. _PLND_ENABLED: + +PLND\_ENABLED: Precision Land enabled\/disabled +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Precision Land enabled\/disabled + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _PLND_TYPE: + +PLND\_TYPE: Precision Land Type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Precision Land Type + + ++-------+-------------------+ +| Value | Meaning | ++=======+===================+ +| 0 | None | ++-------+-------------------+ +| 1 | CompanionComputer | ++-------+-------------------+ +| 2 | IRLock | ++-------+-------------------+ +| 3 | SITL_Gazebo | ++-------+-------------------+ +| 4 | SITL | ++-------+-------------------+ + + + + +.. _PLND_YAW_ALIGN: + +PLND\_YAW\_ALIGN: Sensor yaw alignment +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Yaw angle from body x\-axis to sensor x\-axis\. + + ++-----------+------------+--------------+ +| Increment | Range | Units | ++===========+============+==============+ +| 10 | 0 to 36000 | centidegrees | ++-----------+------------+--------------+ + + + + +.. _PLND_LAND_OFS_X: + +PLND\_LAND\_OFS\_X: Land offset forward +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Desired landing position of the camera forward of the target in vehicle body frame + + ++-----------+-----------+-------------+ +| Increment | Range | Units | ++===========+===========+=============+ +| 1 | -20 to 20 | centimeters | ++-----------+-----------+-------------+ + + + + +.. _PLND_LAND_OFS_Y: + +PLND\_LAND\_OFS\_Y: Land offset right +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +desired landing position of the camera right of the target in vehicle body frame + + ++-----------+-----------+-------------+ +| Increment | Range | Units | ++===========+===========+=============+ +| 1 | -20 to 20 | centimeters | ++-----------+-----------+-------------+ + + + + +.. _PLND_EST_TYPE: + +PLND\_EST\_TYPE: Precision Land Estimator Type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Specifies the estimation method to be used + + ++-------+--------------+ +| Value | Meaning | ++=======+==============+ +| 0 | RawSensor | ++-------+--------------+ +| 1 | KalmanFilter | ++-------+--------------+ + + + + +.. _PLND_ACC_P_NSE: + +PLND\_ACC\_P\_NSE: Kalman Filter Accelerometer Noise +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Kalman Filter Accelerometer Noise\, higher values weight the input from the camera more\, accels less + + ++----------+ +| Range | ++==========+ +| 0.5 to 5 | ++----------+ + + + + +.. _PLND_CAM_POS_X: + +PLND\_CAM\_POS\_X: Camera X position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +X position of the camera in body frame\. Positive X is forward of the origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _PLND_CAM_POS_Y: + +PLND\_CAM\_POS\_Y: Camera Y position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Y position of the camera in body frame\. Positive Y is to the right of the origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _PLND_CAM_POS_Z: + +PLND\_CAM\_POS\_Z: Camera Z position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Z position of the camera in body frame\. Positive Z is down from the origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _PLND_BUS: + +PLND\_BUS: Sensor Bus +~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Precland sensor bus for I2C sensors\. + + ++-------+-------------+ +| Value | Meaning | ++=======+=============+ +| -1 | DefaultBus | ++-------+-------------+ +| 0 | InternalI2C | ++-------+-------------+ +| 1 | ExternalI2C | ++-------+-------------+ + + + + +.. _PLND_LAG: + +PLND\_LAG: Precision Landing sensor lag +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Precision Landing sensor lag\, to cope with variable landing\_target latency + + ++-----------+---------------+---------+ +| Increment | Range | Units | ++===========+===============+=========+ +| 1 | 0.02 to 0.250 | seconds | ++-----------+---------------+---------+ + + + + +.. _PLND_XY_DIST_MAX: + +PLND\_XY\_DIST\_MAX: Precision Landing maximum distance to target before descending +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The vehicle will not start descending if the landing target is detected and it is further than this many meters away\. Set 0 to always descend\. + + ++---------+--------+ +| Range | Units | ++=========+========+ +| 0 to 10 | meters | ++---------+--------+ + + + + +.. _PLND_STRICT: + +PLND\_STRICT: PrecLand strictness +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +How strictly should the vehicle land on the target if target is lost + + ++-------+----------------------------------------+ +| Value | Meaning | ++=======+========================================+ +| 0 | Land Vertically (Not strict) | ++-------+----------------------------------------+ +| 1 | Retry Landing(Normal Strictness) | ++-------+----------------------------------------+ +| 2 | Do not land (just Hover) (Very Strict) | ++-------+----------------------------------------+ + + + + +.. _PLND_RET_MAX: + +PLND\_RET\_MAX: PrecLand Maximum number of retires for a failed landing +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +PrecLand Maximum number of retires for a failed landing\. Set to zero to disable landing retry\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 10 | ++-----------+---------+ + + + + +.. _PLND_TIMEOUT: + +PLND\_TIMEOUT: PrecLand retry timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Time for which vehicle continues descend even if target is lost\. After this time period\, vehicle will attempt a landing retry depending on PLND\_STRICT parameter\. + + ++---------+---------+ +| Range | Units | ++=========+=========+ +| 0 to 20 | seconds | ++---------+---------+ + + + + +.. _PLND_RET_BEHAVE: + +PLND\_RET\_BEHAVE: PrecLand retry behaviour +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Prec Land will do the action selected by this parameter if a retry to a landing is needed + + ++-------+--------------------------------------------------------------------+ +| Value | Meaning | ++=======+====================================================================+ +| 0 | Go to the last location where landing target was detected | ++-------+--------------------------------------------------------------------+ +| 1 | Go towards the approximate location of the detected landing target | ++-------+--------------------------------------------------------------------+ + + + + +.. _PLND_ALT_MIN: + +PLND\_ALT\_MIN: PrecLand minimum alt for retry +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vehicle will continue landing vertically even if target is lost below this height\. This needs a rangefinder to work\. Set to zero to disable this\. + + ++--------+--------+ +| Range | Units | ++========+========+ +| 0 to 5 | meters | ++--------+--------+ + + + + +.. _PLND_ALT_MAX: + +PLND\_ALT\_MAX: PrecLand maximum alt for retry +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vehicle will continue landing vertically until this height if target is not found\. Below this height if landing target is not found\, landing retry\/failsafe might be attempted\. This needs a rangefinder to work\. Set to zero to disable this\. + + ++---------+--------+ +| Range | Units | ++=========+========+ +| 0 to 50 | meters | ++---------+--------+ + + + + +.. _PLND_OPTIONS: + +PLND\_OPTIONS: Precision Landing Extra Options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Precision Landing Extra Options + + ++-----+-------------------------------------------------+ +| Bit | Meaning | ++=====+=================================================+ +| 0 | Moving Landing Target | ++-----+-------------------------------------------------+ +| 1 | Allow Precision Landing after manual reposition | ++-----+-------------------------------------------------+ +| 2 | Maintain high speed in final descent | ++-----+-------------------------------------------------+ + + + + +.. _PLND_ORIENT: + +PLND\_ORIENT: Camera Orientation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Orientation of camera\/sensor on body + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0 | Forward | ++-------+---------+ +| 4 | Back | ++-------+---------+ +| 25 | Down | ++-------+---------+ + + + + + +.. _parameters_PRX: + +PRX Parameters +-------------- + + +.. _PRX_LOG_RAW: + +PRX\_LOG\_RAW: Proximity raw distances log +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Set this parameter to one if logging unfiltered\(raw\) distances from sensor should be enabled + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0 | Off | ++-------+---------+ +| 1 | On | ++-------+---------+ + + + + +.. _PRX_FILT: + +PRX\_FILT: Proximity filter cutoff frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Cutoff frequency for low pass filter applied to each face in the proximity boundary + + ++---------+-------+ +| Range | Units | ++=========+=======+ +| 0 to 20 | hertz | ++---------+-------+ + + + + + +.. _parameters_PRX1: + +PRX1 Parameters +--------------- + + +.. _PRX1_TYPE: + +PRX1\_TYPE: Proximity type +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +What type of proximity sensor is connected + + ++-------+--------------------+ +| Value | Meaning | ++=======+====================+ +| 0 | None | ++-------+--------------------+ +| 7 | LightwareSF40c | ++-------+--------------------+ +| 2 | MAVLink | ++-------+--------------------+ +| 3 | TeraRangerTower | ++-------+--------------------+ +| 4 | RangeFinder | ++-------+--------------------+ +| 5 | RPLidarA2 | ++-------+--------------------+ +| 6 | TeraRangerTowerEvo | ++-------+--------------------+ +| 8 | LightwareSF45B | ++-------+--------------------+ +| 10 | SITL | ++-------+--------------------+ +| 12 | AirSimSITL | ++-------+--------------------+ +| 13 | CygbotD1 | ++-------+--------------------+ +| 14 | DroneCAN | ++-------+--------------------+ +| 15 | Scripting | ++-------+--------------------+ +| 16 | LD06 | ++-------+--------------------+ + + + + +.. _PRX1_ORIENT: + +PRX1\_ORIENT: Proximity sensor orientation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor orientation + + ++-------+-------------+ +| Value | Meaning | ++=======+=============+ +| 0 | Default | ++-------+-------------+ +| 1 | Upside Down | ++-------+-------------+ + + + + +.. _PRX1_YAW_CORR: + +PRX1\_YAW\_CORR: Proximity sensor yaw correction +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor yaw correction + + ++-------------+---------+ +| Range | Units | ++=============+=========+ +| -180 to 180 | degrees | ++-------------+---------+ + + + + +.. _PRX1_IGN_ANG1: + +PRX1\_IGN\_ANG1: Proximity sensor ignore angle 1 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore angle 1 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 360 | degrees | ++----------+---------+ + + + + +.. _PRX1_IGN_WID1: + +PRX1\_IGN\_WID1: Proximity sensor ignore width 1 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore width 1 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 127 | degrees | ++----------+---------+ + + + + +.. _PRX1_IGN_ANG2: + +PRX1\_IGN\_ANG2: Proximity sensor ignore angle 2 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore angle 2 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 360 | degrees | ++----------+---------+ + + + + +.. _PRX1_IGN_WID2: + +PRX1\_IGN\_WID2: Proximity sensor ignore width 2 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore width 2 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 127 | degrees | ++----------+---------+ + + + + +.. _PRX1_IGN_ANG3: + +PRX1\_IGN\_ANG3: Proximity sensor ignore angle 3 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore angle 3 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 360 | degrees | ++----------+---------+ + + + + +.. _PRX1_IGN_WID3: + +PRX1\_IGN\_WID3: Proximity sensor ignore width 3 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore width 3 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 127 | degrees | ++----------+---------+ + + + + +.. _PRX1_IGN_ANG4: + +PRX1\_IGN\_ANG4: Proximity sensor ignore angle 4 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore angle 4 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 360 | degrees | ++----------+---------+ + + + + +.. _PRX1_IGN_WID4: + +PRX1\_IGN\_WID4: Proximity sensor ignore width 4 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore width 4 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 127 | degrees | ++----------+---------+ + + + + +.. _PRX1_MIN: + +PRX1\_MIN: Proximity minimum range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Minimum expected range for Proximity Sensor\. Setting this to 0 will set value to manufacturer reported range\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 0 to 500 | meters | ++----------+--------+ + + + + +.. _PRX1_MAX: + +PRX1\_MAX: Proximity maximum range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum expected range for Proximity Sensor\. Setting this to 0 will set value to manufacturer reported range\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 0 to 500 | meters | ++----------+--------+ + + + + +.. _PRX1_ADDR: + +PRX1\_ADDR: Bus address of sensor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The bus address of the sensor\, where applicable\. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 1 | 0 to 127 | ++-----------+----------+ + + + + + +.. _parameters_PRX2: + +PRX2 Parameters +--------------- + + +.. _PRX2_TYPE: + +PRX2\_TYPE: Proximity type +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +What type of proximity sensor is connected + + ++-------+--------------------+ +| Value | Meaning | ++=======+====================+ +| 0 | None | ++-------+--------------------+ +| 7 | LightwareSF40c | ++-------+--------------------+ +| 2 | MAVLink | ++-------+--------------------+ +| 3 | TeraRangerTower | ++-------+--------------------+ +| 4 | RangeFinder | ++-------+--------------------+ +| 5 | RPLidarA2 | ++-------+--------------------+ +| 6 | TeraRangerTowerEvo | ++-------+--------------------+ +| 8 | LightwareSF45B | ++-------+--------------------+ +| 10 | SITL | ++-------+--------------------+ +| 12 | AirSimSITL | ++-------+--------------------+ +| 13 | CygbotD1 | ++-------+--------------------+ +| 14 | DroneCAN | ++-------+--------------------+ +| 15 | Scripting | ++-------+--------------------+ +| 16 | LD06 | ++-------+--------------------+ + + + + +.. _PRX2_ORIENT: + +PRX2\_ORIENT: Proximity sensor orientation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor orientation + + ++-------+-------------+ +| Value | Meaning | ++=======+=============+ +| 0 | Default | ++-------+-------------+ +| 1 | Upside Down | ++-------+-------------+ + + + + +.. _PRX2_YAW_CORR: + +PRX2\_YAW\_CORR: Proximity sensor yaw correction +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor yaw correction + + ++-------------+---------+ +| Range | Units | ++=============+=========+ +| -180 to 180 | degrees | ++-------------+---------+ + + + + +.. _PRX2_IGN_ANG1: + +PRX2\_IGN\_ANG1: Proximity sensor ignore angle 1 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore angle 1 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 360 | degrees | ++----------+---------+ + + + + +.. _PRX2_IGN_WID1: + +PRX2\_IGN\_WID1: Proximity sensor ignore width 1 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore width 1 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 127 | degrees | ++----------+---------+ + + + + +.. _PRX2_IGN_ANG2: + +PRX2\_IGN\_ANG2: Proximity sensor ignore angle 2 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore angle 2 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 360 | degrees | ++----------+---------+ + + + + +.. _PRX2_IGN_WID2: + +PRX2\_IGN\_WID2: Proximity sensor ignore width 2 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore width 2 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 127 | degrees | ++----------+---------+ + + + + +.. _PRX2_IGN_ANG3: + +PRX2\_IGN\_ANG3: Proximity sensor ignore angle 3 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore angle 3 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 360 | degrees | ++----------+---------+ + + + + +.. _PRX2_IGN_WID3: + +PRX2\_IGN\_WID3: Proximity sensor ignore width 3 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore width 3 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 127 | degrees | ++----------+---------+ + + + + +.. _PRX2_IGN_ANG4: + +PRX2\_IGN\_ANG4: Proximity sensor ignore angle 4 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore angle 4 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 360 | degrees | ++----------+---------+ + + + + +.. _PRX2_IGN_WID4: + +PRX2\_IGN\_WID4: Proximity sensor ignore width 4 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore width 4 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 127 | degrees | ++----------+---------+ + + + + +.. _PRX2_MIN: + +PRX2\_MIN: Proximity minimum range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Minimum expected range for Proximity Sensor\. Setting this to 0 will set value to manufacturer reported range\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 0 to 500 | meters | ++----------+--------+ + + + + +.. _PRX2_MAX: + +PRX2\_MAX: Proximity maximum range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum expected range for Proximity Sensor\. Setting this to 0 will set value to manufacturer reported range\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 0 to 500 | meters | ++----------+--------+ + + + + +.. _PRX2_ADDR: + +PRX2\_ADDR: Bus address of sensor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The bus address of the sensor\, where applicable\. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 1 | 0 to 127 | ++-----------+----------+ + + + + + +.. _parameters_PRX3: + +PRX3 Parameters +--------------- + + +.. _PRX3_TYPE: + +PRX3\_TYPE: Proximity type +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +What type of proximity sensor is connected + + ++-------+--------------------+ +| Value | Meaning | ++=======+====================+ +| 0 | None | ++-------+--------------------+ +| 7 | LightwareSF40c | ++-------+--------------------+ +| 2 | MAVLink | ++-------+--------------------+ +| 3 | TeraRangerTower | ++-------+--------------------+ +| 4 | RangeFinder | ++-------+--------------------+ +| 5 | RPLidarA2 | ++-------+--------------------+ +| 6 | TeraRangerTowerEvo | ++-------+--------------------+ +| 8 | LightwareSF45B | ++-------+--------------------+ +| 10 | SITL | ++-------+--------------------+ +| 12 | AirSimSITL | ++-------+--------------------+ +| 13 | CygbotD1 | ++-------+--------------------+ +| 14 | DroneCAN | ++-------+--------------------+ +| 15 | Scripting | ++-------+--------------------+ +| 16 | LD06 | ++-------+--------------------+ + + + + +.. _PRX3_ORIENT: + +PRX3\_ORIENT: Proximity sensor orientation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor orientation + + ++-------+-------------+ +| Value | Meaning | ++=======+=============+ +| 0 | Default | ++-------+-------------+ +| 1 | Upside Down | ++-------+-------------+ + + + + +.. _PRX3_YAW_CORR: + +PRX3\_YAW\_CORR: Proximity sensor yaw correction +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor yaw correction + + ++-------------+---------+ +| Range | Units | ++=============+=========+ +| -180 to 180 | degrees | ++-------------+---------+ + + + + +.. _PRX3_IGN_ANG1: + +PRX3\_IGN\_ANG1: Proximity sensor ignore angle 1 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore angle 1 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 360 | degrees | ++----------+---------+ + + + + +.. _PRX3_IGN_WID1: + +PRX3\_IGN\_WID1: Proximity sensor ignore width 1 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore width 1 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 127 | degrees | ++----------+---------+ + + + + +.. _PRX3_IGN_ANG2: + +PRX3\_IGN\_ANG2: Proximity sensor ignore angle 2 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore angle 2 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 360 | degrees | ++----------+---------+ + + + + +.. _PRX3_IGN_WID2: + +PRX3\_IGN\_WID2: Proximity sensor ignore width 2 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore width 2 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 127 | degrees | ++----------+---------+ + + + + +.. _PRX3_IGN_ANG3: + +PRX3\_IGN\_ANG3: Proximity sensor ignore angle 3 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore angle 3 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 360 | degrees | ++----------+---------+ + + + + +.. _PRX3_IGN_WID3: + +PRX3\_IGN\_WID3: Proximity sensor ignore width 3 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore width 3 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 127 | degrees | ++----------+---------+ + + + + +.. _PRX3_IGN_ANG4: + +PRX3\_IGN\_ANG4: Proximity sensor ignore angle 4 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore angle 4 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 360 | degrees | ++----------+---------+ + + + + +.. _PRX3_IGN_WID4: + +PRX3\_IGN\_WID4: Proximity sensor ignore width 4 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore width 4 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 127 | degrees | ++----------+---------+ + + + + +.. _PRX3_MIN: + +PRX3\_MIN: Proximity minimum range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Minimum expected range for Proximity Sensor\. Setting this to 0 will set value to manufacturer reported range\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 0 to 500 | meters | ++----------+--------+ + + + + +.. _PRX3_MAX: + +PRX3\_MAX: Proximity maximum range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum expected range for Proximity Sensor\. Setting this to 0 will set value to manufacturer reported range\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 0 to 500 | meters | ++----------+--------+ + + + + +.. _PRX3_ADDR: + +PRX3\_ADDR: Bus address of sensor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The bus address of the sensor\, where applicable\. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 1 | 0 to 127 | ++-----------+----------+ + + + + + +.. _parameters_PRX4: + +PRX4 Parameters +--------------- + + +.. _PRX4_TYPE: + +PRX4\_TYPE: Proximity type +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +What type of proximity sensor is connected + + ++-------+--------------------+ +| Value | Meaning | ++=======+====================+ +| 0 | None | ++-------+--------------------+ +| 7 | LightwareSF40c | ++-------+--------------------+ +| 2 | MAVLink | ++-------+--------------------+ +| 3 | TeraRangerTower | ++-------+--------------------+ +| 4 | RangeFinder | ++-------+--------------------+ +| 5 | RPLidarA2 | ++-------+--------------------+ +| 6 | TeraRangerTowerEvo | ++-------+--------------------+ +| 8 | LightwareSF45B | ++-------+--------------------+ +| 10 | SITL | ++-------+--------------------+ +| 12 | AirSimSITL | ++-------+--------------------+ +| 13 | CygbotD1 | ++-------+--------------------+ +| 14 | DroneCAN | ++-------+--------------------+ +| 15 | Scripting | ++-------+--------------------+ +| 16 | LD06 | ++-------+--------------------+ + + + + +.. _PRX4_ORIENT: + +PRX4\_ORIENT: Proximity sensor orientation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor orientation + + ++-------+-------------+ +| Value | Meaning | ++=======+=============+ +| 0 | Default | ++-------+-------------+ +| 1 | Upside Down | ++-------+-------------+ + + + + +.. _PRX4_YAW_CORR: + +PRX4\_YAW\_CORR: Proximity sensor yaw correction +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor yaw correction + + ++-------------+---------+ +| Range | Units | ++=============+=========+ +| -180 to 180 | degrees | ++-------------+---------+ + + + + +.. _PRX4_IGN_ANG1: + +PRX4\_IGN\_ANG1: Proximity sensor ignore angle 1 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore angle 1 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 360 | degrees | ++----------+---------+ + + + + +.. _PRX4_IGN_WID1: + +PRX4\_IGN\_WID1: Proximity sensor ignore width 1 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore width 1 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 127 | degrees | ++----------+---------+ + + + + +.. _PRX4_IGN_ANG2: + +PRX4\_IGN\_ANG2: Proximity sensor ignore angle 2 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore angle 2 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 360 | degrees | ++----------+---------+ + + + + +.. _PRX4_IGN_WID2: + +PRX4\_IGN\_WID2: Proximity sensor ignore width 2 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore width 2 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 127 | degrees | ++----------+---------+ + + + + +.. _PRX4_IGN_ANG3: + +PRX4\_IGN\_ANG3: Proximity sensor ignore angle 3 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore angle 3 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 360 | degrees | ++----------+---------+ + + + + +.. _PRX4_IGN_WID3: + +PRX4\_IGN\_WID3: Proximity sensor ignore width 3 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore width 3 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 127 | degrees | ++----------+---------+ + + + + +.. _PRX4_IGN_ANG4: + +PRX4\_IGN\_ANG4: Proximity sensor ignore angle 4 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore angle 4 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 360 | degrees | ++----------+---------+ + + + + +.. _PRX4_IGN_WID4: + +PRX4\_IGN\_WID4: Proximity sensor ignore width 4 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Proximity sensor ignore width 4 + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 127 | degrees | ++----------+---------+ + + + + +.. _PRX4_MIN: + +PRX4\_MIN: Proximity minimum range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Minimum expected range for Proximity Sensor\. Setting this to 0 will set value to manufacturer reported range\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 0 to 500 | meters | ++----------+--------+ + + + + +.. _PRX4_MAX: + +PRX4\_MAX: Proximity maximum range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum expected range for Proximity Sensor\. Setting this to 0 will set value to manufacturer reported range\. + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 0 to 500 | meters | ++----------+--------+ + + + + +.. _PRX4_ADDR: + +PRX4\_ADDR: Bus address of sensor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The bus address of the sensor\, where applicable\. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 1 | 0 to 127 | ++-----------+----------+ + + + + + +.. _parameters_PSC: + +PSC Parameters +-------------- + + +.. _PSC_POS_P: + +PSC\_POS\_P: Position controller P gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Position controller P gain\. Converts the distance to the target location into a desired speed which is then passed to the loiter latitude rate controller + + ++----------------+ +| Range | ++================+ +| 0.500 to 2.000 | ++----------------+ + + + + +.. _PSC_VEL_P: + +PSC\_VEL\_P: Velocity \(horizontal\) P gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Velocity \(horizontal\) P gain\. Converts the difference between desired and actual velocity to a target acceleration + + ++-----------+------------+ +| Increment | Range | ++===========+============+ +| 0.1 | 0.1 to 6.0 | ++-----------+------------+ + + + + +.. _PSC_VEL_I: + +PSC\_VEL\_I: Velocity \(horizontal\) I gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Velocity \(horizontal\) I gain\. Corrects long\-term difference between desired and actual velocity to a target acceleration + + ++-----------+--------------+ +| Increment | Range | ++===========+==============+ +| 0.01 | 0.00 to 1.00 | ++-----------+--------------+ + + + + +.. _PSC_VEL_D: + +PSC\_VEL\_D: Velocity \(horizontal\) D gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Velocity \(horizontal\) D gain\. Corrects short\-term changes in velocity + + ++-----------+--------------+ +| Increment | Range | ++===========+==============+ +| 0.001 | 0.00 to 1.00 | ++-----------+--------------+ + + + + +.. _PSC_VEL_IMAX: + +PSC\_VEL\_IMAX: Velocity \(horizontal\) integrator maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Velocity \(horizontal\) integrator maximum\. Constrains the target acceleration that the I gain will output + + ++-----------+-----------+-------------------------------+ +| Increment | Range | Units | ++===========+===========+===============================+ +| 10 | 0 to 4500 | centimeters per square second | ++-----------+-----------+-------------------------------+ + + + + +.. _PSC_VEL_FLTE: + +PSC\_VEL\_FLTE: Velocity \(horizontal\) input filter +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Velocity \(horizontal\) input filter\. This filter \(in Hz\) is applied to the input for P and I terms + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 0 to 100 | hertz | ++----------+-------+ + + + + +.. _PSC_VEL_FLTD: + +PSC\_VEL\_FLTD: Velocity \(horizontal\) input filter +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Velocity \(horizontal\) input filter\. This filter \(in Hz\) is applied to the input for D term + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 0 to 100 | hertz | ++----------+-------+ + + + + +.. _PSC_VEL_FF: + +PSC\_VEL\_FF: Velocity \(horizontal\) feed forward gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Velocity \(horizontal\) feed forward gain\. Converts the difference between desired velocity to a target acceleration + + ++-----------+--------+ +| Increment | Range | ++===========+========+ +| 0.01 | 0 to 6 | ++-----------+--------+ + + + + + +.. _parameters_RALLY_: + +RALLY\_ Parameters +------------------ + + +.. _RALLY_TOTAL: + +RALLY\_TOTAL: Rally Total +~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Number of rally points currently loaded + + +.. _RALLY_LIMIT_KM: + +RALLY\_LIMIT\_KM: Rally Limit +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Maximum distance to rally point\. If the closest rally point is more than this number of kilometers from the current position and the home location is closer than any of the rally points from the current position then do RTL to home rather than to the closest rally point\. This prevents a leftover rally point from a different airfield being used accidentally\. If this is set to 0 then the closest rally point is always used\. + + ++-----------+------------+ +| Increment | Units | ++===========+============+ +| 0.1 | kilometers | ++-----------+------------+ + + + + +.. _RALLY_INCL_HOME: + +RALLY\_INCL\_HOME: Rally Include Home +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Controls if Home is included as a Rally point \(i\.e\. as a safe landing place\) for RTL + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | DoNotIncludeHome | ++-------+------------------+ +| 1 | IncludeHome | ++-------+------------------+ + + + + + +.. _parameters_RC: + +RC Parameters +------------- + + +.. _RC_OVERRIDE_TIME: + +RC\_OVERRIDE\_TIME: RC override timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Timeout after which RC overrides will no longer be used\, and RC input will resume\, 0 will disable RC overrides\, \-1 will never timeout\, and continue using overrides until they are disabled + + ++--------------+---------+ +| Range | Units | ++==============+=========+ +| 0.0 to 120.0 | seconds | ++--------------+---------+ + + + + +.. _RC_OPTIONS: + +RC\_OPTIONS: RC options +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC input options + + ++-----+--------------------------------------------------------------------+ +| Bit | Meaning | ++=====+====================================================================+ +| 0 | Ignore RC Receiver | ++-----+--------------------------------------------------------------------+ +| 1 | Ignore MAVLink Overrides | ++-----+--------------------------------------------------------------------+ +| 2 | Ignore Receiver Failsafe bit but allow other RC failsafes if setup | ++-----+--------------------------------------------------------------------+ +| 3 | FPort Pad | ++-----+--------------------------------------------------------------------+ +| 4 | Log RC input bytes | ++-----+--------------------------------------------------------------------+ +| 5 | Arming check throttle for 0 input | ++-----+--------------------------------------------------------------------+ +| 6 | Skip the arming check for neutral Roll/Pitch/Yaw sticks | ++-----+--------------------------------------------------------------------+ +| 7 | Allow Switch reverse | ++-----+--------------------------------------------------------------------+ +| 8 | Use passthrough for CRSF telemetry | ++-----+--------------------------------------------------------------------+ +| 9 | Suppress CRSF mode/rate message for ELRS systems | ++-----+--------------------------------------------------------------------+ +| 10 | Enable multiple receiver support | ++-----+--------------------------------------------------------------------+ +| 11 | Use Link Quality for RSSI with CRSF | ++-----+--------------------------------------------------------------------+ +| 12 | Annotate CRSF flight mode with * on disarm | ++-----+--------------------------------------------------------------------+ +| 13 | Use 420kbaud for ELRS protocol | ++-----+--------------------------------------------------------------------+ + + + + +.. _RC_PROTOCOLS: + +RC\_PROTOCOLS: RC protocols enabled +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bitmask of enabled RC protocols\. Allows narrowing the protocol detection to only specific types of RC receivers which can avoid issues with incorrect detection\. Set to 1 to enable all protocols\. + + ++-----+----------+ +| Bit | Meaning | ++=====+==========+ +| 0 | All | ++-----+----------+ +| 1 | PPM | ++-----+----------+ +| 2 | IBUS | ++-----+----------+ +| 3 | SBUS | ++-----+----------+ +| 4 | SBUS_NI | ++-----+----------+ +| 5 | DSM | ++-----+----------+ +| 6 | SUMD | ++-----+----------+ +| 7 | SRXL | ++-----+----------+ +| 8 | SRXL2 | ++-----+----------+ +| 9 | CRSF | ++-----+----------+ +| 10 | ST24 | ++-----+----------+ +| 11 | FPORT | ++-----+----------+ +| 12 | FPORT2 | ++-----+----------+ +| 13 | FastSBUS | ++-----+----------+ +| 14 | DroneCAN | ++-----+----------+ +| 15 | Ghost | ++-----+----------+ + + + + +.. _RC_FS_TIMEOUT: + +RC\_FS\_TIMEOUT: RC Failsafe timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +RC failsafe will trigger this many seconds after loss of RC + + ++-------------+---------+ +| Range | Units | ++=============+=========+ +| 0.5 to 10.0 | seconds | ++-------------+---------+ + + + + + +.. _parameters_RC10_: + +RC10\_ Parameters +----------------- + + +.. _RC10_MIN: + +RC10\_MIN: RC min PWM +~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC10_TRIM: + +RC10\_TRIM: RC trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC trim \(neutral\) PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC10_MAX: + +RC10\_MAX: RC max PWM +~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC10_REVERSED: + +RC10\_REVERSED: RC reversed +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Reverse channel input\. Set to 0 for normal operation\. Set to 1 to reverse this input channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _RC10_DZ: + +RC10\_DZ: RC dead\-zone +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +PWM dead zone in microseconds around trim or bottom + + ++----------+---------------------+ +| Range | Units | ++==========+=====================+ +| 0 to 200 | PWM in microseconds | ++----------+---------------------+ + + + + +.. _RC10_OPTION: + +RC10\_OPTION: RC input option +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Function assigned to this RC channel + + ++-------+-------------------------------------------+ +| Value | Meaning | ++=======+===========================================+ +| 0 | Do Nothing | ++-------+-------------------------------------------+ +| 4 | RTL | ++-------+-------------------------------------------+ +| 5 | Save Trim (4.1 and lower) | ++-------+-------------------------------------------+ +| 7 | Save WP | ++-------+-------------------------------------------+ +| 9 | Camera Trigger | ++-------+-------------------------------------------+ +| 11 | Fence Enable | ++-------+-------------------------------------------+ +| 16 | AUTO Mode | ++-------+-------------------------------------------+ +| 19 | Gripper Release | ++-------+-------------------------------------------+ +| 24 | Auto Mission Reset | ++-------+-------------------------------------------+ +| 27 | Retract Mount1 | ++-------+-------------------------------------------+ +| 28 | Relay1 On/Off | ++-------+-------------------------------------------+ +| 30 | Lost Rover Sound | ++-------+-------------------------------------------+ +| 31 | Motor Emergency Stop | ++-------+-------------------------------------------+ +| 34 | Relay2 On/Off | ++-------+-------------------------------------------+ +| 35 | Relay3 On/Off | ++-------+-------------------------------------------+ +| 36 | Relay4 On/Off | ++-------+-------------------------------------------+ +| 40 | Proximity Avoidance Enable | ++-------+-------------------------------------------+ +| 41 | ArmDisarm (4.1 and lower) | ++-------+-------------------------------------------+ +| 42 | SMARTRTL Mode | ++-------+-------------------------------------------+ +| 46 | RC Override Enable | ++-------+-------------------------------------------+ +| 50 | LearnCruise Speed | ++-------+-------------------------------------------+ +| 51 | MANUAL Mode | ++-------+-------------------------------------------+ +| 52 | ACRO Mode | ++-------+-------------------------------------------+ +| 53 | STEERING Mode | ++-------+-------------------------------------------+ +| 54 | HOLD Mode | ++-------+-------------------------------------------+ +| 55 | GUIDED Mode | ++-------+-------------------------------------------+ +| 56 | LOITER Mode | ++-------+-------------------------------------------+ +| 57 | FOLLOW Mode | ++-------+-------------------------------------------+ +| 58 | Clear Waypoints | ++-------+-------------------------------------------+ +| 59 | Simple Mode | ++-------+-------------------------------------------+ +| 62 | Compass Learn | ++-------+-------------------------------------------+ +| 63 | Sailboat Tack | ++-------+-------------------------------------------+ +| 65 | GPS Disable | ++-------+-------------------------------------------+ +| 66 | Relay5 On/Off | ++-------+-------------------------------------------+ +| 67 | Relay6 On/Off | ++-------+-------------------------------------------+ +| 72 | CIRCLE Mode | ++-------+-------------------------------------------+ +| 74 | Sailboat motoring 3pos | ++-------+-------------------------------------------+ +| 78 | RunCam Control | ++-------+-------------------------------------------+ +| 79 | RunCam OSD Control | ++-------+-------------------------------------------+ +| 80 | VisoOdom Align | ++-------+-------------------------------------------+ +| 81 | Disarm | ++-------+-------------------------------------------+ +| 90 | EKF Pos Source | ++-------+-------------------------------------------+ +| 94 | VTX Power | ++-------+-------------------------------------------+ +| 97 | Windvane home heading direction offset | ++-------+-------------------------------------------+ +| 100 | KillIMU1 | ++-------+-------------------------------------------+ +| 101 | KillIMU2 | ++-------+-------------------------------------------+ +| 102 | Camera Mode Toggle | ++-------+-------------------------------------------+ +| 105 | GPS Disable Yaw | ++-------+-------------------------------------------+ +| 106 | Disable Airspeed Use | ++-------+-------------------------------------------+ +| 110 | KillIMU3 | ++-------+-------------------------------------------+ +| 112 | SwitchExternalAHRS | ++-------+-------------------------------------------+ +| 153 | ArmDisarm (4.2 and higher) | ++-------+-------------------------------------------+ +| 155 | Set steering trim to current servo and RC | ++-------+-------------------------------------------+ +| 156 | Torqeedo Clear Err | ++-------+-------------------------------------------+ +| 162 | FFT Tune | ++-------+-------------------------------------------+ +| 163 | Mount Lock | ++-------+-------------------------------------------+ +| 164 | Pause Stream Logging | ++-------+-------------------------------------------+ +| 165 | Arm/Emergency Motor Stop | ++-------+-------------------------------------------+ +| 166 | Camera Record Video | ++-------+-------------------------------------------+ +| 167 | Camera Zoom | ++-------+-------------------------------------------+ +| 168 | Camera Manual Focus | ++-------+-------------------------------------------+ +| 169 | Camera Auto Focus | ++-------+-------------------------------------------+ +| 171 | Calibrate Compasses | ++-------+-------------------------------------------+ +| 172 | Battery MPPT Enable | ++-------+-------------------------------------------+ +| 174 | Camera Image Tracking | ++-------+-------------------------------------------+ +| 175 | Camera Lens | ++-------+-------------------------------------------+ +| 201 | Roll | ++-------+-------------------------------------------+ +| 202 | Pitch | ++-------+-------------------------------------------+ +| 207 | MainSail | ++-------+-------------------------------------------+ +| 208 | Flap | ++-------+-------------------------------------------+ +| 211 | Walking Height | ++-------+-------------------------------------------+ +| 212 | Mount1 Roll | ++-------+-------------------------------------------+ +| 213 | Mount1 Pitch | ++-------+-------------------------------------------+ +| 214 | Mount1 Yaw | ++-------+-------------------------------------------+ +| 215 | Mount2 Roll | ++-------+-------------------------------------------+ +| 216 | Mount2 Pitch | ++-------+-------------------------------------------+ +| 217 | Mount2 Yaw | ++-------+-------------------------------------------+ +| 300 | Scripting1 | ++-------+-------------------------------------------+ +| 301 | Scripting2 | ++-------+-------------------------------------------+ +| 302 | Scripting3 | ++-------+-------------------------------------------+ +| 303 | Scripting4 | ++-------+-------------------------------------------+ +| 304 | Scripting5 | ++-------+-------------------------------------------+ +| 305 | Scripting6 | ++-------+-------------------------------------------+ +| 306 | Scripting7 | ++-------+-------------------------------------------+ +| 307 | Scripting8 | ++-------+-------------------------------------------+ + + + + + +.. _parameters_RC11_: + +RC11\_ Parameters +----------------- + + +.. _RC11_MIN: + +RC11\_MIN: RC min PWM +~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC11_TRIM: + +RC11\_TRIM: RC trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC trim \(neutral\) PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC11_MAX: + +RC11\_MAX: RC max PWM +~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC11_REVERSED: + +RC11\_REVERSED: RC reversed +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Reverse channel input\. Set to 0 for normal operation\. Set to 1 to reverse this input channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _RC11_DZ: + +RC11\_DZ: RC dead\-zone +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +PWM dead zone in microseconds around trim or bottom + + ++----------+---------------------+ +| Range | Units | ++==========+=====================+ +| 0 to 200 | PWM in microseconds | ++----------+---------------------+ + + + + +.. _RC11_OPTION: + +RC11\_OPTION: RC input option +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Function assigned to this RC channel + + ++-------+-------------------------------------------+ +| Value | Meaning | ++=======+===========================================+ +| 0 | Do Nothing | ++-------+-------------------------------------------+ +| 4 | RTL | ++-------+-------------------------------------------+ +| 5 | Save Trim (4.1 and lower) | ++-------+-------------------------------------------+ +| 7 | Save WP | ++-------+-------------------------------------------+ +| 9 | Camera Trigger | ++-------+-------------------------------------------+ +| 11 | Fence Enable | ++-------+-------------------------------------------+ +| 16 | AUTO Mode | ++-------+-------------------------------------------+ +| 19 | Gripper Release | ++-------+-------------------------------------------+ +| 24 | Auto Mission Reset | ++-------+-------------------------------------------+ +| 27 | Retract Mount1 | ++-------+-------------------------------------------+ +| 28 | Relay1 On/Off | ++-------+-------------------------------------------+ +| 30 | Lost Rover Sound | ++-------+-------------------------------------------+ +| 31 | Motor Emergency Stop | ++-------+-------------------------------------------+ +| 34 | Relay2 On/Off | ++-------+-------------------------------------------+ +| 35 | Relay3 On/Off | ++-------+-------------------------------------------+ +| 36 | Relay4 On/Off | ++-------+-------------------------------------------+ +| 40 | Proximity Avoidance Enable | ++-------+-------------------------------------------+ +| 41 | ArmDisarm (4.1 and lower) | ++-------+-------------------------------------------+ +| 42 | SMARTRTL Mode | ++-------+-------------------------------------------+ +| 46 | RC Override Enable | ++-------+-------------------------------------------+ +| 50 | LearnCruise Speed | ++-------+-------------------------------------------+ +| 51 | MANUAL Mode | ++-------+-------------------------------------------+ +| 52 | ACRO Mode | ++-------+-------------------------------------------+ +| 53 | STEERING Mode | ++-------+-------------------------------------------+ +| 54 | HOLD Mode | ++-------+-------------------------------------------+ +| 55 | GUIDED Mode | ++-------+-------------------------------------------+ +| 56 | LOITER Mode | ++-------+-------------------------------------------+ +| 57 | FOLLOW Mode | ++-------+-------------------------------------------+ +| 58 | Clear Waypoints | ++-------+-------------------------------------------+ +| 59 | Simple Mode | ++-------+-------------------------------------------+ +| 62 | Compass Learn | ++-------+-------------------------------------------+ +| 63 | Sailboat Tack | ++-------+-------------------------------------------+ +| 65 | GPS Disable | ++-------+-------------------------------------------+ +| 66 | Relay5 On/Off | ++-------+-------------------------------------------+ +| 67 | Relay6 On/Off | ++-------+-------------------------------------------+ +| 72 | CIRCLE Mode | ++-------+-------------------------------------------+ +| 74 | Sailboat motoring 3pos | ++-------+-------------------------------------------+ +| 78 | RunCam Control | ++-------+-------------------------------------------+ +| 79 | RunCam OSD Control | ++-------+-------------------------------------------+ +| 80 | VisoOdom Align | ++-------+-------------------------------------------+ +| 81 | Disarm | ++-------+-------------------------------------------+ +| 90 | EKF Pos Source | ++-------+-------------------------------------------+ +| 94 | VTX Power | ++-------+-------------------------------------------+ +| 97 | Windvane home heading direction offset | ++-------+-------------------------------------------+ +| 100 | KillIMU1 | ++-------+-------------------------------------------+ +| 101 | KillIMU2 | ++-------+-------------------------------------------+ +| 102 | Camera Mode Toggle | ++-------+-------------------------------------------+ +| 105 | GPS Disable Yaw | ++-------+-------------------------------------------+ +| 106 | Disable Airspeed Use | ++-------+-------------------------------------------+ +| 110 | KillIMU3 | ++-------+-------------------------------------------+ +| 112 | SwitchExternalAHRS | ++-------+-------------------------------------------+ +| 153 | ArmDisarm (4.2 and higher) | ++-------+-------------------------------------------+ +| 155 | Set steering trim to current servo and RC | ++-------+-------------------------------------------+ +| 156 | Torqeedo Clear Err | ++-------+-------------------------------------------+ +| 162 | FFT Tune | ++-------+-------------------------------------------+ +| 163 | Mount Lock | ++-------+-------------------------------------------+ +| 164 | Pause Stream Logging | ++-------+-------------------------------------------+ +| 165 | Arm/Emergency Motor Stop | ++-------+-------------------------------------------+ +| 166 | Camera Record Video | ++-------+-------------------------------------------+ +| 167 | Camera Zoom | ++-------+-------------------------------------------+ +| 168 | Camera Manual Focus | ++-------+-------------------------------------------+ +| 169 | Camera Auto Focus | ++-------+-------------------------------------------+ +| 171 | Calibrate Compasses | ++-------+-------------------------------------------+ +| 172 | Battery MPPT Enable | ++-------+-------------------------------------------+ +| 174 | Camera Image Tracking | ++-------+-------------------------------------------+ +| 175 | Camera Lens | ++-------+-------------------------------------------+ +| 201 | Roll | ++-------+-------------------------------------------+ +| 202 | Pitch | ++-------+-------------------------------------------+ +| 207 | MainSail | ++-------+-------------------------------------------+ +| 208 | Flap | ++-------+-------------------------------------------+ +| 211 | Walking Height | ++-------+-------------------------------------------+ +| 212 | Mount1 Roll | ++-------+-------------------------------------------+ +| 213 | Mount1 Pitch | ++-------+-------------------------------------------+ +| 214 | Mount1 Yaw | ++-------+-------------------------------------------+ +| 215 | Mount2 Roll | ++-------+-------------------------------------------+ +| 216 | Mount2 Pitch | ++-------+-------------------------------------------+ +| 217 | Mount2 Yaw | ++-------+-------------------------------------------+ +| 300 | Scripting1 | ++-------+-------------------------------------------+ +| 301 | Scripting2 | ++-------+-------------------------------------------+ +| 302 | Scripting3 | ++-------+-------------------------------------------+ +| 303 | Scripting4 | ++-------+-------------------------------------------+ +| 304 | Scripting5 | ++-------+-------------------------------------------+ +| 305 | Scripting6 | ++-------+-------------------------------------------+ +| 306 | Scripting7 | ++-------+-------------------------------------------+ +| 307 | Scripting8 | ++-------+-------------------------------------------+ + + + + + +.. _parameters_RC12_: + +RC12\_ Parameters +----------------- + + +.. _RC12_MIN: + +RC12\_MIN: RC min PWM +~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC12_TRIM: + +RC12\_TRIM: RC trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC trim \(neutral\) PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC12_MAX: + +RC12\_MAX: RC max PWM +~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC12_REVERSED: + +RC12\_REVERSED: RC reversed +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Reverse channel input\. Set to 0 for normal operation\. Set to 1 to reverse this input channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _RC12_DZ: + +RC12\_DZ: RC dead\-zone +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +PWM dead zone in microseconds around trim or bottom + + ++----------+---------------------+ +| Range | Units | ++==========+=====================+ +| 0 to 200 | PWM in microseconds | ++----------+---------------------+ + + + + +.. _RC12_OPTION: + +RC12\_OPTION: RC input option +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Function assigned to this RC channel + + ++-------+-------------------------------------------+ +| Value | Meaning | ++=======+===========================================+ +| 0 | Do Nothing | ++-------+-------------------------------------------+ +| 4 | RTL | ++-------+-------------------------------------------+ +| 5 | Save Trim (4.1 and lower) | ++-------+-------------------------------------------+ +| 7 | Save WP | ++-------+-------------------------------------------+ +| 9 | Camera Trigger | ++-------+-------------------------------------------+ +| 11 | Fence Enable | ++-------+-------------------------------------------+ +| 16 | AUTO Mode | ++-------+-------------------------------------------+ +| 19 | Gripper Release | ++-------+-------------------------------------------+ +| 24 | Auto Mission Reset | ++-------+-------------------------------------------+ +| 27 | Retract Mount1 | ++-------+-------------------------------------------+ +| 28 | Relay1 On/Off | ++-------+-------------------------------------------+ +| 30 | Lost Rover Sound | ++-------+-------------------------------------------+ +| 31 | Motor Emergency Stop | ++-------+-------------------------------------------+ +| 34 | Relay2 On/Off | ++-------+-------------------------------------------+ +| 35 | Relay3 On/Off | ++-------+-------------------------------------------+ +| 36 | Relay4 On/Off | ++-------+-------------------------------------------+ +| 40 | Proximity Avoidance Enable | ++-------+-------------------------------------------+ +| 41 | ArmDisarm (4.1 and lower) | ++-------+-------------------------------------------+ +| 42 | SMARTRTL Mode | ++-------+-------------------------------------------+ +| 46 | RC Override Enable | ++-------+-------------------------------------------+ +| 50 | LearnCruise Speed | ++-------+-------------------------------------------+ +| 51 | MANUAL Mode | ++-------+-------------------------------------------+ +| 52 | ACRO Mode | ++-------+-------------------------------------------+ +| 53 | STEERING Mode | ++-------+-------------------------------------------+ +| 54 | HOLD Mode | ++-------+-------------------------------------------+ +| 55 | GUIDED Mode | ++-------+-------------------------------------------+ +| 56 | LOITER Mode | ++-------+-------------------------------------------+ +| 57 | FOLLOW Mode | ++-------+-------------------------------------------+ +| 58 | Clear Waypoints | ++-------+-------------------------------------------+ +| 59 | Simple Mode | ++-------+-------------------------------------------+ +| 62 | Compass Learn | ++-------+-------------------------------------------+ +| 63 | Sailboat Tack | ++-------+-------------------------------------------+ +| 65 | GPS Disable | ++-------+-------------------------------------------+ +| 66 | Relay5 On/Off | ++-------+-------------------------------------------+ +| 67 | Relay6 On/Off | ++-------+-------------------------------------------+ +| 72 | CIRCLE Mode | ++-------+-------------------------------------------+ +| 74 | Sailboat motoring 3pos | ++-------+-------------------------------------------+ +| 78 | RunCam Control | ++-------+-------------------------------------------+ +| 79 | RunCam OSD Control | ++-------+-------------------------------------------+ +| 80 | VisoOdom Align | ++-------+-------------------------------------------+ +| 81 | Disarm | ++-------+-------------------------------------------+ +| 90 | EKF Pos Source | ++-------+-------------------------------------------+ +| 94 | VTX Power | ++-------+-------------------------------------------+ +| 97 | Windvane home heading direction offset | ++-------+-------------------------------------------+ +| 100 | KillIMU1 | ++-------+-------------------------------------------+ +| 101 | KillIMU2 | ++-------+-------------------------------------------+ +| 102 | Camera Mode Toggle | ++-------+-------------------------------------------+ +| 105 | GPS Disable Yaw | ++-------+-------------------------------------------+ +| 106 | Disable Airspeed Use | ++-------+-------------------------------------------+ +| 110 | KillIMU3 | ++-------+-------------------------------------------+ +| 112 | SwitchExternalAHRS | ++-------+-------------------------------------------+ +| 153 | ArmDisarm (4.2 and higher) | ++-------+-------------------------------------------+ +| 155 | Set steering trim to current servo and RC | ++-------+-------------------------------------------+ +| 156 | Torqeedo Clear Err | ++-------+-------------------------------------------+ +| 162 | FFT Tune | ++-------+-------------------------------------------+ +| 163 | Mount Lock | ++-------+-------------------------------------------+ +| 164 | Pause Stream Logging | ++-------+-------------------------------------------+ +| 165 | Arm/Emergency Motor Stop | ++-------+-------------------------------------------+ +| 166 | Camera Record Video | ++-------+-------------------------------------------+ +| 167 | Camera Zoom | ++-------+-------------------------------------------+ +| 168 | Camera Manual Focus | ++-------+-------------------------------------------+ +| 169 | Camera Auto Focus | ++-------+-------------------------------------------+ +| 171 | Calibrate Compasses | ++-------+-------------------------------------------+ +| 172 | Battery MPPT Enable | ++-------+-------------------------------------------+ +| 174 | Camera Image Tracking | ++-------+-------------------------------------------+ +| 175 | Camera Lens | ++-------+-------------------------------------------+ +| 201 | Roll | ++-------+-------------------------------------------+ +| 202 | Pitch | ++-------+-------------------------------------------+ +| 207 | MainSail | ++-------+-------------------------------------------+ +| 208 | Flap | ++-------+-------------------------------------------+ +| 211 | Walking Height | ++-------+-------------------------------------------+ +| 212 | Mount1 Roll | ++-------+-------------------------------------------+ +| 213 | Mount1 Pitch | ++-------+-------------------------------------------+ +| 214 | Mount1 Yaw | ++-------+-------------------------------------------+ +| 215 | Mount2 Roll | ++-------+-------------------------------------------+ +| 216 | Mount2 Pitch | ++-------+-------------------------------------------+ +| 217 | Mount2 Yaw | ++-------+-------------------------------------------+ +| 300 | Scripting1 | ++-------+-------------------------------------------+ +| 301 | Scripting2 | ++-------+-------------------------------------------+ +| 302 | Scripting3 | ++-------+-------------------------------------------+ +| 303 | Scripting4 | ++-------+-------------------------------------------+ +| 304 | Scripting5 | ++-------+-------------------------------------------+ +| 305 | Scripting6 | ++-------+-------------------------------------------+ +| 306 | Scripting7 | ++-------+-------------------------------------------+ +| 307 | Scripting8 | ++-------+-------------------------------------------+ + + + + + +.. _parameters_RC13_: + +RC13\_ Parameters +----------------- + + +.. _RC13_MIN: + +RC13\_MIN: RC min PWM +~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC13_TRIM: + +RC13\_TRIM: RC trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC trim \(neutral\) PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC13_MAX: + +RC13\_MAX: RC max PWM +~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC13_REVERSED: + +RC13\_REVERSED: RC reversed +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Reverse channel input\. Set to 0 for normal operation\. Set to 1 to reverse this input channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _RC13_DZ: + +RC13\_DZ: RC dead\-zone +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +PWM dead zone in microseconds around trim or bottom + + ++----------+---------------------+ +| Range | Units | ++==========+=====================+ +| 0 to 200 | PWM in microseconds | ++----------+---------------------+ + + + + +.. _RC13_OPTION: + +RC13\_OPTION: RC input option +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Function assigned to this RC channel + + ++-------+-------------------------------------------+ +| Value | Meaning | ++=======+===========================================+ +| 0 | Do Nothing | ++-------+-------------------------------------------+ +| 4 | RTL | ++-------+-------------------------------------------+ +| 5 | Save Trim (4.1 and lower) | ++-------+-------------------------------------------+ +| 7 | Save WP | ++-------+-------------------------------------------+ +| 9 | Camera Trigger | ++-------+-------------------------------------------+ +| 11 | Fence Enable | ++-------+-------------------------------------------+ +| 16 | AUTO Mode | ++-------+-------------------------------------------+ +| 19 | Gripper Release | ++-------+-------------------------------------------+ +| 24 | Auto Mission Reset | ++-------+-------------------------------------------+ +| 27 | Retract Mount1 | ++-------+-------------------------------------------+ +| 28 | Relay1 On/Off | ++-------+-------------------------------------------+ +| 30 | Lost Rover Sound | ++-------+-------------------------------------------+ +| 31 | Motor Emergency Stop | ++-------+-------------------------------------------+ +| 34 | Relay2 On/Off | ++-------+-------------------------------------------+ +| 35 | Relay3 On/Off | ++-------+-------------------------------------------+ +| 36 | Relay4 On/Off | ++-------+-------------------------------------------+ +| 40 | Proximity Avoidance Enable | ++-------+-------------------------------------------+ +| 41 | ArmDisarm (4.1 and lower) | ++-------+-------------------------------------------+ +| 42 | SMARTRTL Mode | ++-------+-------------------------------------------+ +| 46 | RC Override Enable | ++-------+-------------------------------------------+ +| 50 | LearnCruise Speed | ++-------+-------------------------------------------+ +| 51 | MANUAL Mode | ++-------+-------------------------------------------+ +| 52 | ACRO Mode | ++-------+-------------------------------------------+ +| 53 | STEERING Mode | ++-------+-------------------------------------------+ +| 54 | HOLD Mode | ++-------+-------------------------------------------+ +| 55 | GUIDED Mode | ++-------+-------------------------------------------+ +| 56 | LOITER Mode | ++-------+-------------------------------------------+ +| 57 | FOLLOW Mode | ++-------+-------------------------------------------+ +| 58 | Clear Waypoints | ++-------+-------------------------------------------+ +| 59 | Simple Mode | ++-------+-------------------------------------------+ +| 62 | Compass Learn | ++-------+-------------------------------------------+ +| 63 | Sailboat Tack | ++-------+-------------------------------------------+ +| 65 | GPS Disable | ++-------+-------------------------------------------+ +| 66 | Relay5 On/Off | ++-------+-------------------------------------------+ +| 67 | Relay6 On/Off | ++-------+-------------------------------------------+ +| 72 | CIRCLE Mode | ++-------+-------------------------------------------+ +| 74 | Sailboat motoring 3pos | ++-------+-------------------------------------------+ +| 78 | RunCam Control | ++-------+-------------------------------------------+ +| 79 | RunCam OSD Control | ++-------+-------------------------------------------+ +| 80 | VisoOdom Align | ++-------+-------------------------------------------+ +| 81 | Disarm | ++-------+-------------------------------------------+ +| 90 | EKF Pos Source | ++-------+-------------------------------------------+ +| 94 | VTX Power | ++-------+-------------------------------------------+ +| 97 | Windvane home heading direction offset | ++-------+-------------------------------------------+ +| 100 | KillIMU1 | ++-------+-------------------------------------------+ +| 101 | KillIMU2 | ++-------+-------------------------------------------+ +| 102 | Camera Mode Toggle | ++-------+-------------------------------------------+ +| 105 | GPS Disable Yaw | ++-------+-------------------------------------------+ +| 106 | Disable Airspeed Use | ++-------+-------------------------------------------+ +| 110 | KillIMU3 | ++-------+-------------------------------------------+ +| 112 | SwitchExternalAHRS | ++-------+-------------------------------------------+ +| 153 | ArmDisarm (4.2 and higher) | ++-------+-------------------------------------------+ +| 155 | Set steering trim to current servo and RC | ++-------+-------------------------------------------+ +| 156 | Torqeedo Clear Err | ++-------+-------------------------------------------+ +| 162 | FFT Tune | ++-------+-------------------------------------------+ +| 163 | Mount Lock | ++-------+-------------------------------------------+ +| 164 | Pause Stream Logging | ++-------+-------------------------------------------+ +| 165 | Arm/Emergency Motor Stop | ++-------+-------------------------------------------+ +| 166 | Camera Record Video | ++-------+-------------------------------------------+ +| 167 | Camera Zoom | ++-------+-------------------------------------------+ +| 168 | Camera Manual Focus | ++-------+-------------------------------------------+ +| 169 | Camera Auto Focus | ++-------+-------------------------------------------+ +| 171 | Calibrate Compasses | ++-------+-------------------------------------------+ +| 172 | Battery MPPT Enable | ++-------+-------------------------------------------+ +| 174 | Camera Image Tracking | ++-------+-------------------------------------------+ +| 175 | Camera Lens | ++-------+-------------------------------------------+ +| 201 | Roll | ++-------+-------------------------------------------+ +| 202 | Pitch | ++-------+-------------------------------------------+ +| 207 | MainSail | ++-------+-------------------------------------------+ +| 208 | Flap | ++-------+-------------------------------------------+ +| 211 | Walking Height | ++-------+-------------------------------------------+ +| 212 | Mount1 Roll | ++-------+-------------------------------------------+ +| 213 | Mount1 Pitch | ++-------+-------------------------------------------+ +| 214 | Mount1 Yaw | ++-------+-------------------------------------------+ +| 215 | Mount2 Roll | ++-------+-------------------------------------------+ +| 216 | Mount2 Pitch | ++-------+-------------------------------------------+ +| 217 | Mount2 Yaw | ++-------+-------------------------------------------+ +| 300 | Scripting1 | ++-------+-------------------------------------------+ +| 301 | Scripting2 | ++-------+-------------------------------------------+ +| 302 | Scripting3 | ++-------+-------------------------------------------+ +| 303 | Scripting4 | ++-------+-------------------------------------------+ +| 304 | Scripting5 | ++-------+-------------------------------------------+ +| 305 | Scripting6 | ++-------+-------------------------------------------+ +| 306 | Scripting7 | ++-------+-------------------------------------------+ +| 307 | Scripting8 | ++-------+-------------------------------------------+ + + + + + +.. _parameters_RC14_: + +RC14\_ Parameters +----------------- + + +.. _RC14_MIN: + +RC14\_MIN: RC min PWM +~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC14_TRIM: + +RC14\_TRIM: RC trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC trim \(neutral\) PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC14_MAX: + +RC14\_MAX: RC max PWM +~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC14_REVERSED: + +RC14\_REVERSED: RC reversed +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Reverse channel input\. Set to 0 for normal operation\. Set to 1 to reverse this input channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _RC14_DZ: + +RC14\_DZ: RC dead\-zone +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +PWM dead zone in microseconds around trim or bottom + + ++----------+---------------------+ +| Range | Units | ++==========+=====================+ +| 0 to 200 | PWM in microseconds | ++----------+---------------------+ + + + + +.. _RC14_OPTION: + +RC14\_OPTION: RC input option +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Function assigned to this RC channel + + ++-------+-------------------------------------------+ +| Value | Meaning | ++=======+===========================================+ +| 0 | Do Nothing | ++-------+-------------------------------------------+ +| 4 | RTL | ++-------+-------------------------------------------+ +| 5 | Save Trim (4.1 and lower) | ++-------+-------------------------------------------+ +| 7 | Save WP | ++-------+-------------------------------------------+ +| 9 | Camera Trigger | ++-------+-------------------------------------------+ +| 11 | Fence Enable | ++-------+-------------------------------------------+ +| 16 | AUTO Mode | ++-------+-------------------------------------------+ +| 19 | Gripper Release | ++-------+-------------------------------------------+ +| 24 | Auto Mission Reset | ++-------+-------------------------------------------+ +| 27 | Retract Mount1 | ++-------+-------------------------------------------+ +| 28 | Relay1 On/Off | ++-------+-------------------------------------------+ +| 30 | Lost Rover Sound | ++-------+-------------------------------------------+ +| 31 | Motor Emergency Stop | ++-------+-------------------------------------------+ +| 34 | Relay2 On/Off | ++-------+-------------------------------------------+ +| 35 | Relay3 On/Off | ++-------+-------------------------------------------+ +| 36 | Relay4 On/Off | ++-------+-------------------------------------------+ +| 40 | Proximity Avoidance Enable | ++-------+-------------------------------------------+ +| 41 | ArmDisarm (4.1 and lower) | ++-------+-------------------------------------------+ +| 42 | SMARTRTL Mode | ++-------+-------------------------------------------+ +| 46 | RC Override Enable | ++-------+-------------------------------------------+ +| 50 | LearnCruise Speed | ++-------+-------------------------------------------+ +| 51 | MANUAL Mode | ++-------+-------------------------------------------+ +| 52 | ACRO Mode | ++-------+-------------------------------------------+ +| 53 | STEERING Mode | ++-------+-------------------------------------------+ +| 54 | HOLD Mode | ++-------+-------------------------------------------+ +| 55 | GUIDED Mode | ++-------+-------------------------------------------+ +| 56 | LOITER Mode | ++-------+-------------------------------------------+ +| 57 | FOLLOW Mode | ++-------+-------------------------------------------+ +| 58 | Clear Waypoints | ++-------+-------------------------------------------+ +| 59 | Simple Mode | ++-------+-------------------------------------------+ +| 62 | Compass Learn | ++-------+-------------------------------------------+ +| 63 | Sailboat Tack | ++-------+-------------------------------------------+ +| 65 | GPS Disable | ++-------+-------------------------------------------+ +| 66 | Relay5 On/Off | ++-------+-------------------------------------------+ +| 67 | Relay6 On/Off | ++-------+-------------------------------------------+ +| 72 | CIRCLE Mode | ++-------+-------------------------------------------+ +| 74 | Sailboat motoring 3pos | ++-------+-------------------------------------------+ +| 78 | RunCam Control | ++-------+-------------------------------------------+ +| 79 | RunCam OSD Control | ++-------+-------------------------------------------+ +| 80 | VisoOdom Align | ++-------+-------------------------------------------+ +| 81 | Disarm | ++-------+-------------------------------------------+ +| 90 | EKF Pos Source | ++-------+-------------------------------------------+ +| 94 | VTX Power | ++-------+-------------------------------------------+ +| 97 | Windvane home heading direction offset | ++-------+-------------------------------------------+ +| 100 | KillIMU1 | ++-------+-------------------------------------------+ +| 101 | KillIMU2 | ++-------+-------------------------------------------+ +| 102 | Camera Mode Toggle | ++-------+-------------------------------------------+ +| 105 | GPS Disable Yaw | ++-------+-------------------------------------------+ +| 106 | Disable Airspeed Use | ++-------+-------------------------------------------+ +| 110 | KillIMU3 | ++-------+-------------------------------------------+ +| 112 | SwitchExternalAHRS | ++-------+-------------------------------------------+ +| 153 | ArmDisarm (4.2 and higher) | ++-------+-------------------------------------------+ +| 155 | Set steering trim to current servo and RC | ++-------+-------------------------------------------+ +| 156 | Torqeedo Clear Err | ++-------+-------------------------------------------+ +| 162 | FFT Tune | ++-------+-------------------------------------------+ +| 163 | Mount Lock | ++-------+-------------------------------------------+ +| 164 | Pause Stream Logging | ++-------+-------------------------------------------+ +| 165 | Arm/Emergency Motor Stop | ++-------+-------------------------------------------+ +| 166 | Camera Record Video | ++-------+-------------------------------------------+ +| 167 | Camera Zoom | ++-------+-------------------------------------------+ +| 168 | Camera Manual Focus | ++-------+-------------------------------------------+ +| 169 | Camera Auto Focus | ++-------+-------------------------------------------+ +| 171 | Calibrate Compasses | ++-------+-------------------------------------------+ +| 172 | Battery MPPT Enable | ++-------+-------------------------------------------+ +| 174 | Camera Image Tracking | ++-------+-------------------------------------------+ +| 175 | Camera Lens | ++-------+-------------------------------------------+ +| 201 | Roll | ++-------+-------------------------------------------+ +| 202 | Pitch | ++-------+-------------------------------------------+ +| 207 | MainSail | ++-------+-------------------------------------------+ +| 208 | Flap | ++-------+-------------------------------------------+ +| 211 | Walking Height | ++-------+-------------------------------------------+ +| 212 | Mount1 Roll | ++-------+-------------------------------------------+ +| 213 | Mount1 Pitch | ++-------+-------------------------------------------+ +| 214 | Mount1 Yaw | ++-------+-------------------------------------------+ +| 215 | Mount2 Roll | ++-------+-------------------------------------------+ +| 216 | Mount2 Pitch | ++-------+-------------------------------------------+ +| 217 | Mount2 Yaw | ++-------+-------------------------------------------+ +| 300 | Scripting1 | ++-------+-------------------------------------------+ +| 301 | Scripting2 | ++-------+-------------------------------------------+ +| 302 | Scripting3 | ++-------+-------------------------------------------+ +| 303 | Scripting4 | ++-------+-------------------------------------------+ +| 304 | Scripting5 | ++-------+-------------------------------------------+ +| 305 | Scripting6 | ++-------+-------------------------------------------+ +| 306 | Scripting7 | ++-------+-------------------------------------------+ +| 307 | Scripting8 | ++-------+-------------------------------------------+ + + + + + +.. _parameters_RC15_: + +RC15\_ Parameters +----------------- + + +.. _RC15_MIN: + +RC15\_MIN: RC min PWM +~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC15_TRIM: + +RC15\_TRIM: RC trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC trim \(neutral\) PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC15_MAX: + +RC15\_MAX: RC max PWM +~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC15_REVERSED: + +RC15\_REVERSED: RC reversed +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Reverse channel input\. Set to 0 for normal operation\. Set to 1 to reverse this input channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _RC15_DZ: + +RC15\_DZ: RC dead\-zone +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +PWM dead zone in microseconds around trim or bottom + + ++----------+---------------------+ +| Range | Units | ++==========+=====================+ +| 0 to 200 | PWM in microseconds | ++----------+---------------------+ + + + + +.. _RC15_OPTION: + +RC15\_OPTION: RC input option +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Function assigned to this RC channel + + ++-------+-------------------------------------------+ +| Value | Meaning | ++=======+===========================================+ +| 0 | Do Nothing | ++-------+-------------------------------------------+ +| 4 | RTL | ++-------+-------------------------------------------+ +| 5 | Save Trim (4.1 and lower) | ++-------+-------------------------------------------+ +| 7 | Save WP | ++-------+-------------------------------------------+ +| 9 | Camera Trigger | ++-------+-------------------------------------------+ +| 11 | Fence Enable | ++-------+-------------------------------------------+ +| 16 | AUTO Mode | ++-------+-------------------------------------------+ +| 19 | Gripper Release | ++-------+-------------------------------------------+ +| 24 | Auto Mission Reset | ++-------+-------------------------------------------+ +| 27 | Retract Mount1 | ++-------+-------------------------------------------+ +| 28 | Relay1 On/Off | ++-------+-------------------------------------------+ +| 30 | Lost Rover Sound | ++-------+-------------------------------------------+ +| 31 | Motor Emergency Stop | ++-------+-------------------------------------------+ +| 34 | Relay2 On/Off | ++-------+-------------------------------------------+ +| 35 | Relay3 On/Off | ++-------+-------------------------------------------+ +| 36 | Relay4 On/Off | ++-------+-------------------------------------------+ +| 40 | Proximity Avoidance Enable | ++-------+-------------------------------------------+ +| 41 | ArmDisarm (4.1 and lower) | ++-------+-------------------------------------------+ +| 42 | SMARTRTL Mode | ++-------+-------------------------------------------+ +| 46 | RC Override Enable | ++-------+-------------------------------------------+ +| 50 | LearnCruise Speed | ++-------+-------------------------------------------+ +| 51 | MANUAL Mode | ++-------+-------------------------------------------+ +| 52 | ACRO Mode | ++-------+-------------------------------------------+ +| 53 | STEERING Mode | ++-------+-------------------------------------------+ +| 54 | HOLD Mode | ++-------+-------------------------------------------+ +| 55 | GUIDED Mode | ++-------+-------------------------------------------+ +| 56 | LOITER Mode | ++-------+-------------------------------------------+ +| 57 | FOLLOW Mode | ++-------+-------------------------------------------+ +| 58 | Clear Waypoints | ++-------+-------------------------------------------+ +| 59 | Simple Mode | ++-------+-------------------------------------------+ +| 62 | Compass Learn | ++-------+-------------------------------------------+ +| 63 | Sailboat Tack | ++-------+-------------------------------------------+ +| 65 | GPS Disable | ++-------+-------------------------------------------+ +| 66 | Relay5 On/Off | ++-------+-------------------------------------------+ +| 67 | Relay6 On/Off | ++-------+-------------------------------------------+ +| 72 | CIRCLE Mode | ++-------+-------------------------------------------+ +| 74 | Sailboat motoring 3pos | ++-------+-------------------------------------------+ +| 78 | RunCam Control | ++-------+-------------------------------------------+ +| 79 | RunCam OSD Control | ++-------+-------------------------------------------+ +| 80 | VisoOdom Align | ++-------+-------------------------------------------+ +| 81 | Disarm | ++-------+-------------------------------------------+ +| 90 | EKF Pos Source | ++-------+-------------------------------------------+ +| 94 | VTX Power | ++-------+-------------------------------------------+ +| 97 | Windvane home heading direction offset | ++-------+-------------------------------------------+ +| 100 | KillIMU1 | ++-------+-------------------------------------------+ +| 101 | KillIMU2 | ++-------+-------------------------------------------+ +| 102 | Camera Mode Toggle | ++-------+-------------------------------------------+ +| 105 | GPS Disable Yaw | ++-------+-------------------------------------------+ +| 106 | Disable Airspeed Use | ++-------+-------------------------------------------+ +| 110 | KillIMU3 | ++-------+-------------------------------------------+ +| 112 | SwitchExternalAHRS | ++-------+-------------------------------------------+ +| 153 | ArmDisarm (4.2 and higher) | ++-------+-------------------------------------------+ +| 155 | Set steering trim to current servo and RC | ++-------+-------------------------------------------+ +| 156 | Torqeedo Clear Err | ++-------+-------------------------------------------+ +| 162 | FFT Tune | ++-------+-------------------------------------------+ +| 163 | Mount Lock | ++-------+-------------------------------------------+ +| 164 | Pause Stream Logging | ++-------+-------------------------------------------+ +| 165 | Arm/Emergency Motor Stop | ++-------+-------------------------------------------+ +| 166 | Camera Record Video | ++-------+-------------------------------------------+ +| 167 | Camera Zoom | ++-------+-------------------------------------------+ +| 168 | Camera Manual Focus | ++-------+-------------------------------------------+ +| 169 | Camera Auto Focus | ++-------+-------------------------------------------+ +| 171 | Calibrate Compasses | ++-------+-------------------------------------------+ +| 172 | Battery MPPT Enable | ++-------+-------------------------------------------+ +| 174 | Camera Image Tracking | ++-------+-------------------------------------------+ +| 175 | Camera Lens | ++-------+-------------------------------------------+ +| 201 | Roll | ++-------+-------------------------------------------+ +| 202 | Pitch | ++-------+-------------------------------------------+ +| 207 | MainSail | ++-------+-------------------------------------------+ +| 208 | Flap | ++-------+-------------------------------------------+ +| 211 | Walking Height | ++-------+-------------------------------------------+ +| 212 | Mount1 Roll | ++-------+-------------------------------------------+ +| 213 | Mount1 Pitch | ++-------+-------------------------------------------+ +| 214 | Mount1 Yaw | ++-------+-------------------------------------------+ +| 215 | Mount2 Roll | ++-------+-------------------------------------------+ +| 216 | Mount2 Pitch | ++-------+-------------------------------------------+ +| 217 | Mount2 Yaw | ++-------+-------------------------------------------+ +| 300 | Scripting1 | ++-------+-------------------------------------------+ +| 301 | Scripting2 | ++-------+-------------------------------------------+ +| 302 | Scripting3 | ++-------+-------------------------------------------+ +| 303 | Scripting4 | ++-------+-------------------------------------------+ +| 304 | Scripting5 | ++-------+-------------------------------------------+ +| 305 | Scripting6 | ++-------+-------------------------------------------+ +| 306 | Scripting7 | ++-------+-------------------------------------------+ +| 307 | Scripting8 | ++-------+-------------------------------------------+ + + + + + +.. _parameters_RC16_: + +RC16\_ Parameters +----------------- + + +.. _RC16_MIN: + +RC16\_MIN: RC min PWM +~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC16_TRIM: + +RC16\_TRIM: RC trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC trim \(neutral\) PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC16_MAX: + +RC16\_MAX: RC max PWM +~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC16_REVERSED: + +RC16\_REVERSED: RC reversed +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Reverse channel input\. Set to 0 for normal operation\. Set to 1 to reverse this input channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _RC16_DZ: + +RC16\_DZ: RC dead\-zone +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +PWM dead zone in microseconds around trim or bottom + + ++----------+---------------------+ +| Range | Units | ++==========+=====================+ +| 0 to 200 | PWM in microseconds | ++----------+---------------------+ + + + + +.. _RC16_OPTION: + +RC16\_OPTION: RC input option +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Function assigned to this RC channel + + ++-------+-------------------------------------------+ +| Value | Meaning | ++=======+===========================================+ +| 0 | Do Nothing | ++-------+-------------------------------------------+ +| 4 | RTL | ++-------+-------------------------------------------+ +| 5 | Save Trim (4.1 and lower) | ++-------+-------------------------------------------+ +| 7 | Save WP | ++-------+-------------------------------------------+ +| 9 | Camera Trigger | ++-------+-------------------------------------------+ +| 11 | Fence Enable | ++-------+-------------------------------------------+ +| 16 | AUTO Mode | ++-------+-------------------------------------------+ +| 19 | Gripper Release | ++-------+-------------------------------------------+ +| 24 | Auto Mission Reset | ++-------+-------------------------------------------+ +| 27 | Retract Mount1 | ++-------+-------------------------------------------+ +| 28 | Relay1 On/Off | ++-------+-------------------------------------------+ +| 30 | Lost Rover Sound | ++-------+-------------------------------------------+ +| 31 | Motor Emergency Stop | ++-------+-------------------------------------------+ +| 34 | Relay2 On/Off | ++-------+-------------------------------------------+ +| 35 | Relay3 On/Off | ++-------+-------------------------------------------+ +| 36 | Relay4 On/Off | ++-------+-------------------------------------------+ +| 40 | Proximity Avoidance Enable | ++-------+-------------------------------------------+ +| 41 | ArmDisarm (4.1 and lower) | ++-------+-------------------------------------------+ +| 42 | SMARTRTL Mode | ++-------+-------------------------------------------+ +| 46 | RC Override Enable | ++-------+-------------------------------------------+ +| 50 | LearnCruise Speed | ++-------+-------------------------------------------+ +| 51 | MANUAL Mode | ++-------+-------------------------------------------+ +| 52 | ACRO Mode | ++-------+-------------------------------------------+ +| 53 | STEERING Mode | ++-------+-------------------------------------------+ +| 54 | HOLD Mode | ++-------+-------------------------------------------+ +| 55 | GUIDED Mode | ++-------+-------------------------------------------+ +| 56 | LOITER Mode | ++-------+-------------------------------------------+ +| 57 | FOLLOW Mode | ++-------+-------------------------------------------+ +| 58 | Clear Waypoints | ++-------+-------------------------------------------+ +| 59 | Simple Mode | ++-------+-------------------------------------------+ +| 62 | Compass Learn | ++-------+-------------------------------------------+ +| 63 | Sailboat Tack | ++-------+-------------------------------------------+ +| 65 | GPS Disable | ++-------+-------------------------------------------+ +| 66 | Relay5 On/Off | ++-------+-------------------------------------------+ +| 67 | Relay6 On/Off | ++-------+-------------------------------------------+ +| 72 | CIRCLE Mode | ++-------+-------------------------------------------+ +| 74 | Sailboat motoring 3pos | ++-------+-------------------------------------------+ +| 78 | RunCam Control | ++-------+-------------------------------------------+ +| 79 | RunCam OSD Control | ++-------+-------------------------------------------+ +| 80 | VisoOdom Align | ++-------+-------------------------------------------+ +| 81 | Disarm | ++-------+-------------------------------------------+ +| 90 | EKF Pos Source | ++-------+-------------------------------------------+ +| 94 | VTX Power | ++-------+-------------------------------------------+ +| 97 | Windvane home heading direction offset | ++-------+-------------------------------------------+ +| 100 | KillIMU1 | ++-------+-------------------------------------------+ +| 101 | KillIMU2 | ++-------+-------------------------------------------+ +| 102 | Camera Mode Toggle | ++-------+-------------------------------------------+ +| 105 | GPS Disable Yaw | ++-------+-------------------------------------------+ +| 106 | Disable Airspeed Use | ++-------+-------------------------------------------+ +| 110 | KillIMU3 | ++-------+-------------------------------------------+ +| 112 | SwitchExternalAHRS | ++-------+-------------------------------------------+ +| 153 | ArmDisarm (4.2 and higher) | ++-------+-------------------------------------------+ +| 155 | Set steering trim to current servo and RC | ++-------+-------------------------------------------+ +| 156 | Torqeedo Clear Err | ++-------+-------------------------------------------+ +| 162 | FFT Tune | ++-------+-------------------------------------------+ +| 163 | Mount Lock | ++-------+-------------------------------------------+ +| 164 | Pause Stream Logging | ++-------+-------------------------------------------+ +| 165 | Arm/Emergency Motor Stop | ++-------+-------------------------------------------+ +| 166 | Camera Record Video | ++-------+-------------------------------------------+ +| 167 | Camera Zoom | ++-------+-------------------------------------------+ +| 168 | Camera Manual Focus | ++-------+-------------------------------------------+ +| 169 | Camera Auto Focus | ++-------+-------------------------------------------+ +| 171 | Calibrate Compasses | ++-------+-------------------------------------------+ +| 172 | Battery MPPT Enable | ++-------+-------------------------------------------+ +| 174 | Camera Image Tracking | ++-------+-------------------------------------------+ +| 175 | Camera Lens | ++-------+-------------------------------------------+ +| 201 | Roll | ++-------+-------------------------------------------+ +| 202 | Pitch | ++-------+-------------------------------------------+ +| 207 | MainSail | ++-------+-------------------------------------------+ +| 208 | Flap | ++-------+-------------------------------------------+ +| 211 | Walking Height | ++-------+-------------------------------------------+ +| 212 | Mount1 Roll | ++-------+-------------------------------------------+ +| 213 | Mount1 Pitch | ++-------+-------------------------------------------+ +| 214 | Mount1 Yaw | ++-------+-------------------------------------------+ +| 215 | Mount2 Roll | ++-------+-------------------------------------------+ +| 216 | Mount2 Pitch | ++-------+-------------------------------------------+ +| 217 | Mount2 Yaw | ++-------+-------------------------------------------+ +| 300 | Scripting1 | ++-------+-------------------------------------------+ +| 301 | Scripting2 | ++-------+-------------------------------------------+ +| 302 | Scripting3 | ++-------+-------------------------------------------+ +| 303 | Scripting4 | ++-------+-------------------------------------------+ +| 304 | Scripting5 | ++-------+-------------------------------------------+ +| 305 | Scripting6 | ++-------+-------------------------------------------+ +| 306 | Scripting7 | ++-------+-------------------------------------------+ +| 307 | Scripting8 | ++-------+-------------------------------------------+ + + + + + +.. _parameters_RC1_: + +RC1\_ Parameters +---------------- + + +.. _RC1_MIN: + +RC1\_MIN: RC min PWM +~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC1_TRIM: + +RC1\_TRIM: RC trim PWM +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC trim \(neutral\) PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC1_MAX: + +RC1\_MAX: RC max PWM +~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC1_REVERSED: + +RC1\_REVERSED: RC reversed +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Reverse channel input\. Set to 0 for normal operation\. Set to 1 to reverse this input channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _RC1_DZ: + +RC1\_DZ: RC dead\-zone +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +PWM dead zone in microseconds around trim or bottom + + ++----------+---------------------+ +| Range | Units | ++==========+=====================+ +| 0 to 200 | PWM in microseconds | ++----------+---------------------+ + + + + +.. _RC1_OPTION: + +RC1\_OPTION: RC input option +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Function assigned to this RC channel + + ++-------+-------------------------------------------+ +| Value | Meaning | ++=======+===========================================+ +| 0 | Do Nothing | ++-------+-------------------------------------------+ +| 4 | RTL | ++-------+-------------------------------------------+ +| 5 | Save Trim (4.1 and lower) | ++-------+-------------------------------------------+ +| 7 | Save WP | ++-------+-------------------------------------------+ +| 9 | Camera Trigger | ++-------+-------------------------------------------+ +| 11 | Fence Enable | ++-------+-------------------------------------------+ +| 16 | AUTO Mode | ++-------+-------------------------------------------+ +| 19 | Gripper Release | ++-------+-------------------------------------------+ +| 24 | Auto Mission Reset | ++-------+-------------------------------------------+ +| 27 | Retract Mount1 | ++-------+-------------------------------------------+ +| 28 | Relay1 On/Off | ++-------+-------------------------------------------+ +| 30 | Lost Rover Sound | ++-------+-------------------------------------------+ +| 31 | Motor Emergency Stop | ++-------+-------------------------------------------+ +| 34 | Relay2 On/Off | ++-------+-------------------------------------------+ +| 35 | Relay3 On/Off | ++-------+-------------------------------------------+ +| 36 | Relay4 On/Off | ++-------+-------------------------------------------+ +| 40 | Proximity Avoidance Enable | ++-------+-------------------------------------------+ +| 41 | ArmDisarm (4.1 and lower) | ++-------+-------------------------------------------+ +| 42 | SMARTRTL Mode | ++-------+-------------------------------------------+ +| 46 | RC Override Enable | ++-------+-------------------------------------------+ +| 50 | LearnCruise Speed | ++-------+-------------------------------------------+ +| 51 | MANUAL Mode | ++-------+-------------------------------------------+ +| 52 | ACRO Mode | ++-------+-------------------------------------------+ +| 53 | STEERING Mode | ++-------+-------------------------------------------+ +| 54 | HOLD Mode | ++-------+-------------------------------------------+ +| 55 | GUIDED Mode | ++-------+-------------------------------------------+ +| 56 | LOITER Mode | ++-------+-------------------------------------------+ +| 57 | FOLLOW Mode | ++-------+-------------------------------------------+ +| 58 | Clear Waypoints | ++-------+-------------------------------------------+ +| 59 | Simple Mode | ++-------+-------------------------------------------+ +| 62 | Compass Learn | ++-------+-------------------------------------------+ +| 63 | Sailboat Tack | ++-------+-------------------------------------------+ +| 65 | GPS Disable | ++-------+-------------------------------------------+ +| 66 | Relay5 On/Off | ++-------+-------------------------------------------+ +| 67 | Relay6 On/Off | ++-------+-------------------------------------------+ +| 72 | CIRCLE Mode | ++-------+-------------------------------------------+ +| 74 | Sailboat motoring 3pos | ++-------+-------------------------------------------+ +| 78 | RunCam Control | ++-------+-------------------------------------------+ +| 79 | RunCam OSD Control | ++-------+-------------------------------------------+ +| 80 | VisoOdom Align | ++-------+-------------------------------------------+ +| 81 | Disarm | ++-------+-------------------------------------------+ +| 90 | EKF Pos Source | ++-------+-------------------------------------------+ +| 94 | VTX Power | ++-------+-------------------------------------------+ +| 97 | Windvane home heading direction offset | ++-------+-------------------------------------------+ +| 100 | KillIMU1 | ++-------+-------------------------------------------+ +| 101 | KillIMU2 | ++-------+-------------------------------------------+ +| 102 | Camera Mode Toggle | ++-------+-------------------------------------------+ +| 105 | GPS Disable Yaw | ++-------+-------------------------------------------+ +| 106 | Disable Airspeed Use | ++-------+-------------------------------------------+ +| 110 | KillIMU3 | ++-------+-------------------------------------------+ +| 112 | SwitchExternalAHRS | ++-------+-------------------------------------------+ +| 153 | ArmDisarm (4.2 and higher) | ++-------+-------------------------------------------+ +| 155 | Set steering trim to current servo and RC | ++-------+-------------------------------------------+ +| 156 | Torqeedo Clear Err | ++-------+-------------------------------------------+ +| 162 | FFT Tune | ++-------+-------------------------------------------+ +| 163 | Mount Lock | ++-------+-------------------------------------------+ +| 164 | Pause Stream Logging | ++-------+-------------------------------------------+ +| 165 | Arm/Emergency Motor Stop | ++-------+-------------------------------------------+ +| 166 | Camera Record Video | ++-------+-------------------------------------------+ +| 167 | Camera Zoom | ++-------+-------------------------------------------+ +| 168 | Camera Manual Focus | ++-------+-------------------------------------------+ +| 169 | Camera Auto Focus | ++-------+-------------------------------------------+ +| 171 | Calibrate Compasses | ++-------+-------------------------------------------+ +| 172 | Battery MPPT Enable | ++-------+-------------------------------------------+ +| 174 | Camera Image Tracking | ++-------+-------------------------------------------+ +| 175 | Camera Lens | ++-------+-------------------------------------------+ +| 201 | Roll | ++-------+-------------------------------------------+ +| 202 | Pitch | ++-------+-------------------------------------------+ +| 207 | MainSail | ++-------+-------------------------------------------+ +| 208 | Flap | ++-------+-------------------------------------------+ +| 211 | Walking Height | ++-------+-------------------------------------------+ +| 212 | Mount1 Roll | ++-------+-------------------------------------------+ +| 213 | Mount1 Pitch | ++-------+-------------------------------------------+ +| 214 | Mount1 Yaw | ++-------+-------------------------------------------+ +| 215 | Mount2 Roll | ++-------+-------------------------------------------+ +| 216 | Mount2 Pitch | ++-------+-------------------------------------------+ +| 217 | Mount2 Yaw | ++-------+-------------------------------------------+ +| 300 | Scripting1 | ++-------+-------------------------------------------+ +| 301 | Scripting2 | ++-------+-------------------------------------------+ +| 302 | Scripting3 | ++-------+-------------------------------------------+ +| 303 | Scripting4 | ++-------+-------------------------------------------+ +| 304 | Scripting5 | ++-------+-------------------------------------------+ +| 305 | Scripting6 | ++-------+-------------------------------------------+ +| 306 | Scripting7 | ++-------+-------------------------------------------+ +| 307 | Scripting8 | ++-------+-------------------------------------------+ + + + + + +.. _parameters_RC2_: + +RC2\_ Parameters +---------------- + + +.. _RC2_MIN: + +RC2\_MIN: RC min PWM +~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC2_TRIM: + +RC2\_TRIM: RC trim PWM +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC trim \(neutral\) PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC2_MAX: + +RC2\_MAX: RC max PWM +~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC2_REVERSED: + +RC2\_REVERSED: RC reversed +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Reverse channel input\. Set to 0 for normal operation\. Set to 1 to reverse this input channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _RC2_DZ: + +RC2\_DZ: RC dead\-zone +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +PWM dead zone in microseconds around trim or bottom + + ++----------+---------------------+ +| Range | Units | ++==========+=====================+ +| 0 to 200 | PWM in microseconds | ++----------+---------------------+ + + + + +.. _RC2_OPTION: + +RC2\_OPTION: RC input option +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Function assigned to this RC channel + + ++-------+-------------------------------------------+ +| Value | Meaning | ++=======+===========================================+ +| 0 | Do Nothing | ++-------+-------------------------------------------+ +| 4 | RTL | ++-------+-------------------------------------------+ +| 5 | Save Trim (4.1 and lower) | ++-------+-------------------------------------------+ +| 7 | Save WP | ++-------+-------------------------------------------+ +| 9 | Camera Trigger | ++-------+-------------------------------------------+ +| 11 | Fence Enable | ++-------+-------------------------------------------+ +| 16 | AUTO Mode | ++-------+-------------------------------------------+ +| 19 | Gripper Release | ++-------+-------------------------------------------+ +| 24 | Auto Mission Reset | ++-------+-------------------------------------------+ +| 27 | Retract Mount1 | ++-------+-------------------------------------------+ +| 28 | Relay1 On/Off | ++-------+-------------------------------------------+ +| 30 | Lost Rover Sound | ++-------+-------------------------------------------+ +| 31 | Motor Emergency Stop | ++-------+-------------------------------------------+ +| 34 | Relay2 On/Off | ++-------+-------------------------------------------+ +| 35 | Relay3 On/Off | ++-------+-------------------------------------------+ +| 36 | Relay4 On/Off | ++-------+-------------------------------------------+ +| 40 | Proximity Avoidance Enable | ++-------+-------------------------------------------+ +| 41 | ArmDisarm (4.1 and lower) | ++-------+-------------------------------------------+ +| 42 | SMARTRTL Mode | ++-------+-------------------------------------------+ +| 46 | RC Override Enable | ++-------+-------------------------------------------+ +| 50 | LearnCruise Speed | ++-------+-------------------------------------------+ +| 51 | MANUAL Mode | ++-------+-------------------------------------------+ +| 52 | ACRO Mode | ++-------+-------------------------------------------+ +| 53 | STEERING Mode | ++-------+-------------------------------------------+ +| 54 | HOLD Mode | ++-------+-------------------------------------------+ +| 55 | GUIDED Mode | ++-------+-------------------------------------------+ +| 56 | LOITER Mode | ++-------+-------------------------------------------+ +| 57 | FOLLOW Mode | ++-------+-------------------------------------------+ +| 58 | Clear Waypoints | ++-------+-------------------------------------------+ +| 59 | Simple Mode | ++-------+-------------------------------------------+ +| 62 | Compass Learn | ++-------+-------------------------------------------+ +| 63 | Sailboat Tack | ++-------+-------------------------------------------+ +| 65 | GPS Disable | ++-------+-------------------------------------------+ +| 66 | Relay5 On/Off | ++-------+-------------------------------------------+ +| 67 | Relay6 On/Off | ++-------+-------------------------------------------+ +| 72 | CIRCLE Mode | ++-------+-------------------------------------------+ +| 74 | Sailboat motoring 3pos | ++-------+-------------------------------------------+ +| 78 | RunCam Control | ++-------+-------------------------------------------+ +| 79 | RunCam OSD Control | ++-------+-------------------------------------------+ +| 80 | VisoOdom Align | ++-------+-------------------------------------------+ +| 81 | Disarm | ++-------+-------------------------------------------+ +| 90 | EKF Pos Source | ++-------+-------------------------------------------+ +| 94 | VTX Power | ++-------+-------------------------------------------+ +| 97 | Windvane home heading direction offset | ++-------+-------------------------------------------+ +| 100 | KillIMU1 | ++-------+-------------------------------------------+ +| 101 | KillIMU2 | ++-------+-------------------------------------------+ +| 102 | Camera Mode Toggle | ++-------+-------------------------------------------+ +| 105 | GPS Disable Yaw | ++-------+-------------------------------------------+ +| 106 | Disable Airspeed Use | ++-------+-------------------------------------------+ +| 110 | KillIMU3 | ++-------+-------------------------------------------+ +| 112 | SwitchExternalAHRS | ++-------+-------------------------------------------+ +| 153 | ArmDisarm (4.2 and higher) | ++-------+-------------------------------------------+ +| 155 | Set steering trim to current servo and RC | ++-------+-------------------------------------------+ +| 156 | Torqeedo Clear Err | ++-------+-------------------------------------------+ +| 162 | FFT Tune | ++-------+-------------------------------------------+ +| 163 | Mount Lock | ++-------+-------------------------------------------+ +| 164 | Pause Stream Logging | ++-------+-------------------------------------------+ +| 165 | Arm/Emergency Motor Stop | ++-------+-------------------------------------------+ +| 166 | Camera Record Video | ++-------+-------------------------------------------+ +| 167 | Camera Zoom | ++-------+-------------------------------------------+ +| 168 | Camera Manual Focus | ++-------+-------------------------------------------+ +| 169 | Camera Auto Focus | ++-------+-------------------------------------------+ +| 171 | Calibrate Compasses | ++-------+-------------------------------------------+ +| 172 | Battery MPPT Enable | ++-------+-------------------------------------------+ +| 174 | Camera Image Tracking | ++-------+-------------------------------------------+ +| 175 | Camera Lens | ++-------+-------------------------------------------+ +| 201 | Roll | ++-------+-------------------------------------------+ +| 202 | Pitch | ++-------+-------------------------------------------+ +| 207 | MainSail | ++-------+-------------------------------------------+ +| 208 | Flap | ++-------+-------------------------------------------+ +| 211 | Walking Height | ++-------+-------------------------------------------+ +| 212 | Mount1 Roll | ++-------+-------------------------------------------+ +| 213 | Mount1 Pitch | ++-------+-------------------------------------------+ +| 214 | Mount1 Yaw | ++-------+-------------------------------------------+ +| 215 | Mount2 Roll | ++-------+-------------------------------------------+ +| 216 | Mount2 Pitch | ++-------+-------------------------------------------+ +| 217 | Mount2 Yaw | ++-------+-------------------------------------------+ +| 300 | Scripting1 | ++-------+-------------------------------------------+ +| 301 | Scripting2 | ++-------+-------------------------------------------+ +| 302 | Scripting3 | ++-------+-------------------------------------------+ +| 303 | Scripting4 | ++-------+-------------------------------------------+ +| 304 | Scripting5 | ++-------+-------------------------------------------+ +| 305 | Scripting6 | ++-------+-------------------------------------------+ +| 306 | Scripting7 | ++-------+-------------------------------------------+ +| 307 | Scripting8 | ++-------+-------------------------------------------+ + + + + + +.. _parameters_RC3_: + +RC3\_ Parameters +---------------- + + +.. _RC3_MIN: + +RC3\_MIN: RC min PWM +~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC3_TRIM: + +RC3\_TRIM: RC trim PWM +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC trim \(neutral\) PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC3_MAX: + +RC3\_MAX: RC max PWM +~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC3_REVERSED: + +RC3\_REVERSED: RC reversed +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Reverse channel input\. Set to 0 for normal operation\. Set to 1 to reverse this input channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _RC3_DZ: + +RC3\_DZ: RC dead\-zone +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +PWM dead zone in microseconds around trim or bottom + + ++----------+---------------------+ +| Range | Units | ++==========+=====================+ +| 0 to 200 | PWM in microseconds | ++----------+---------------------+ + + + + +.. _RC3_OPTION: + +RC3\_OPTION: RC input option +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Function assigned to this RC channel + + ++-------+-------------------------------------------+ +| Value | Meaning | ++=======+===========================================+ +| 0 | Do Nothing | ++-------+-------------------------------------------+ +| 4 | RTL | ++-------+-------------------------------------------+ +| 5 | Save Trim (4.1 and lower) | ++-------+-------------------------------------------+ +| 7 | Save WP | ++-------+-------------------------------------------+ +| 9 | Camera Trigger | ++-------+-------------------------------------------+ +| 11 | Fence Enable | ++-------+-------------------------------------------+ +| 16 | AUTO Mode | ++-------+-------------------------------------------+ +| 19 | Gripper Release | ++-------+-------------------------------------------+ +| 24 | Auto Mission Reset | ++-------+-------------------------------------------+ +| 27 | Retract Mount1 | ++-------+-------------------------------------------+ +| 28 | Relay1 On/Off | ++-------+-------------------------------------------+ +| 30 | Lost Rover Sound | ++-------+-------------------------------------------+ +| 31 | Motor Emergency Stop | ++-------+-------------------------------------------+ +| 34 | Relay2 On/Off | ++-------+-------------------------------------------+ +| 35 | Relay3 On/Off | ++-------+-------------------------------------------+ +| 36 | Relay4 On/Off | ++-------+-------------------------------------------+ +| 40 | Proximity Avoidance Enable | ++-------+-------------------------------------------+ +| 41 | ArmDisarm (4.1 and lower) | ++-------+-------------------------------------------+ +| 42 | SMARTRTL Mode | ++-------+-------------------------------------------+ +| 46 | RC Override Enable | ++-------+-------------------------------------------+ +| 50 | LearnCruise Speed | ++-------+-------------------------------------------+ +| 51 | MANUAL Mode | ++-------+-------------------------------------------+ +| 52 | ACRO Mode | ++-------+-------------------------------------------+ +| 53 | STEERING Mode | ++-------+-------------------------------------------+ +| 54 | HOLD Mode | ++-------+-------------------------------------------+ +| 55 | GUIDED Mode | ++-------+-------------------------------------------+ +| 56 | LOITER Mode | ++-------+-------------------------------------------+ +| 57 | FOLLOW Mode | ++-------+-------------------------------------------+ +| 58 | Clear Waypoints | ++-------+-------------------------------------------+ +| 59 | Simple Mode | ++-------+-------------------------------------------+ +| 62 | Compass Learn | ++-------+-------------------------------------------+ +| 63 | Sailboat Tack | ++-------+-------------------------------------------+ +| 65 | GPS Disable | ++-------+-------------------------------------------+ +| 66 | Relay5 On/Off | ++-------+-------------------------------------------+ +| 67 | Relay6 On/Off | ++-------+-------------------------------------------+ +| 72 | CIRCLE Mode | ++-------+-------------------------------------------+ +| 74 | Sailboat motoring 3pos | ++-------+-------------------------------------------+ +| 78 | RunCam Control | ++-------+-------------------------------------------+ +| 79 | RunCam OSD Control | ++-------+-------------------------------------------+ +| 80 | VisoOdom Align | ++-------+-------------------------------------------+ +| 81 | Disarm | ++-------+-------------------------------------------+ +| 90 | EKF Pos Source | ++-------+-------------------------------------------+ +| 94 | VTX Power | ++-------+-------------------------------------------+ +| 97 | Windvane home heading direction offset | ++-------+-------------------------------------------+ +| 100 | KillIMU1 | ++-------+-------------------------------------------+ +| 101 | KillIMU2 | ++-------+-------------------------------------------+ +| 102 | Camera Mode Toggle | ++-------+-------------------------------------------+ +| 105 | GPS Disable Yaw | ++-------+-------------------------------------------+ +| 106 | Disable Airspeed Use | ++-------+-------------------------------------------+ +| 110 | KillIMU3 | ++-------+-------------------------------------------+ +| 112 | SwitchExternalAHRS | ++-------+-------------------------------------------+ +| 153 | ArmDisarm (4.2 and higher) | ++-------+-------------------------------------------+ +| 155 | Set steering trim to current servo and RC | ++-------+-------------------------------------------+ +| 156 | Torqeedo Clear Err | ++-------+-------------------------------------------+ +| 162 | FFT Tune | ++-------+-------------------------------------------+ +| 163 | Mount Lock | ++-------+-------------------------------------------+ +| 164 | Pause Stream Logging | ++-------+-------------------------------------------+ +| 165 | Arm/Emergency Motor Stop | ++-------+-------------------------------------------+ +| 166 | Camera Record Video | ++-------+-------------------------------------------+ +| 167 | Camera Zoom | ++-------+-------------------------------------------+ +| 168 | Camera Manual Focus | ++-------+-------------------------------------------+ +| 169 | Camera Auto Focus | ++-------+-------------------------------------------+ +| 171 | Calibrate Compasses | ++-------+-------------------------------------------+ +| 172 | Battery MPPT Enable | ++-------+-------------------------------------------+ +| 174 | Camera Image Tracking | ++-------+-------------------------------------------+ +| 175 | Camera Lens | ++-------+-------------------------------------------+ +| 201 | Roll | ++-------+-------------------------------------------+ +| 202 | Pitch | ++-------+-------------------------------------------+ +| 207 | MainSail | ++-------+-------------------------------------------+ +| 208 | Flap | ++-------+-------------------------------------------+ +| 211 | Walking Height | ++-------+-------------------------------------------+ +| 212 | Mount1 Roll | ++-------+-------------------------------------------+ +| 213 | Mount1 Pitch | ++-------+-------------------------------------------+ +| 214 | Mount1 Yaw | ++-------+-------------------------------------------+ +| 215 | Mount2 Roll | ++-------+-------------------------------------------+ +| 216 | Mount2 Pitch | ++-------+-------------------------------------------+ +| 217 | Mount2 Yaw | ++-------+-------------------------------------------+ +| 300 | Scripting1 | ++-------+-------------------------------------------+ +| 301 | Scripting2 | ++-------+-------------------------------------------+ +| 302 | Scripting3 | ++-------+-------------------------------------------+ +| 303 | Scripting4 | ++-------+-------------------------------------------+ +| 304 | Scripting5 | ++-------+-------------------------------------------+ +| 305 | Scripting6 | ++-------+-------------------------------------------+ +| 306 | Scripting7 | ++-------+-------------------------------------------+ +| 307 | Scripting8 | ++-------+-------------------------------------------+ + + + + + +.. _parameters_RC4_: + +RC4\_ Parameters +---------------- + + +.. _RC4_MIN: + +RC4\_MIN: RC min PWM +~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC4_TRIM: + +RC4\_TRIM: RC trim PWM +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC trim \(neutral\) PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC4_MAX: + +RC4\_MAX: RC max PWM +~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC4_REVERSED: + +RC4\_REVERSED: RC reversed +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Reverse channel input\. Set to 0 for normal operation\. Set to 1 to reverse this input channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _RC4_DZ: + +RC4\_DZ: RC dead\-zone +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +PWM dead zone in microseconds around trim or bottom + + ++----------+---------------------+ +| Range | Units | ++==========+=====================+ +| 0 to 200 | PWM in microseconds | ++----------+---------------------+ + + + + +.. _RC4_OPTION: + +RC4\_OPTION: RC input option +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Function assigned to this RC channel + + ++-------+-------------------------------------------+ +| Value | Meaning | ++=======+===========================================+ +| 0 | Do Nothing | ++-------+-------------------------------------------+ +| 4 | RTL | ++-------+-------------------------------------------+ +| 5 | Save Trim (4.1 and lower) | ++-------+-------------------------------------------+ +| 7 | Save WP | ++-------+-------------------------------------------+ +| 9 | Camera Trigger | ++-------+-------------------------------------------+ +| 11 | Fence Enable | ++-------+-------------------------------------------+ +| 16 | AUTO Mode | ++-------+-------------------------------------------+ +| 19 | Gripper Release | ++-------+-------------------------------------------+ +| 24 | Auto Mission Reset | ++-------+-------------------------------------------+ +| 27 | Retract Mount1 | ++-------+-------------------------------------------+ +| 28 | Relay1 On/Off | ++-------+-------------------------------------------+ +| 30 | Lost Rover Sound | ++-------+-------------------------------------------+ +| 31 | Motor Emergency Stop | ++-------+-------------------------------------------+ +| 34 | Relay2 On/Off | ++-------+-------------------------------------------+ +| 35 | Relay3 On/Off | ++-------+-------------------------------------------+ +| 36 | Relay4 On/Off | ++-------+-------------------------------------------+ +| 40 | Proximity Avoidance Enable | ++-------+-------------------------------------------+ +| 41 | ArmDisarm (4.1 and lower) | ++-------+-------------------------------------------+ +| 42 | SMARTRTL Mode | ++-------+-------------------------------------------+ +| 46 | RC Override Enable | ++-------+-------------------------------------------+ +| 50 | LearnCruise Speed | ++-------+-------------------------------------------+ +| 51 | MANUAL Mode | ++-------+-------------------------------------------+ +| 52 | ACRO Mode | ++-------+-------------------------------------------+ +| 53 | STEERING Mode | ++-------+-------------------------------------------+ +| 54 | HOLD Mode | ++-------+-------------------------------------------+ +| 55 | GUIDED Mode | ++-------+-------------------------------------------+ +| 56 | LOITER Mode | ++-------+-------------------------------------------+ +| 57 | FOLLOW Mode | ++-------+-------------------------------------------+ +| 58 | Clear Waypoints | ++-------+-------------------------------------------+ +| 59 | Simple Mode | ++-------+-------------------------------------------+ +| 62 | Compass Learn | ++-------+-------------------------------------------+ +| 63 | Sailboat Tack | ++-------+-------------------------------------------+ +| 65 | GPS Disable | ++-------+-------------------------------------------+ +| 66 | Relay5 On/Off | ++-------+-------------------------------------------+ +| 67 | Relay6 On/Off | ++-------+-------------------------------------------+ +| 72 | CIRCLE Mode | ++-------+-------------------------------------------+ +| 74 | Sailboat motoring 3pos | ++-------+-------------------------------------------+ +| 78 | RunCam Control | ++-------+-------------------------------------------+ +| 79 | RunCam OSD Control | ++-------+-------------------------------------------+ +| 80 | VisoOdom Align | ++-------+-------------------------------------------+ +| 81 | Disarm | ++-------+-------------------------------------------+ +| 90 | EKF Pos Source | ++-------+-------------------------------------------+ +| 94 | VTX Power | ++-------+-------------------------------------------+ +| 97 | Windvane home heading direction offset | ++-------+-------------------------------------------+ +| 100 | KillIMU1 | ++-------+-------------------------------------------+ +| 101 | KillIMU2 | ++-------+-------------------------------------------+ +| 102 | Camera Mode Toggle | ++-------+-------------------------------------------+ +| 105 | GPS Disable Yaw | ++-------+-------------------------------------------+ +| 106 | Disable Airspeed Use | ++-------+-------------------------------------------+ +| 110 | KillIMU3 | ++-------+-------------------------------------------+ +| 112 | SwitchExternalAHRS | ++-------+-------------------------------------------+ +| 153 | ArmDisarm (4.2 and higher) | ++-------+-------------------------------------------+ +| 155 | Set steering trim to current servo and RC | ++-------+-------------------------------------------+ +| 156 | Torqeedo Clear Err | ++-------+-------------------------------------------+ +| 162 | FFT Tune | ++-------+-------------------------------------------+ +| 163 | Mount Lock | ++-------+-------------------------------------------+ +| 164 | Pause Stream Logging | ++-------+-------------------------------------------+ +| 165 | Arm/Emergency Motor Stop | ++-------+-------------------------------------------+ +| 166 | Camera Record Video | ++-------+-------------------------------------------+ +| 167 | Camera Zoom | ++-------+-------------------------------------------+ +| 168 | Camera Manual Focus | ++-------+-------------------------------------------+ +| 169 | Camera Auto Focus | ++-------+-------------------------------------------+ +| 171 | Calibrate Compasses | ++-------+-------------------------------------------+ +| 172 | Battery MPPT Enable | ++-------+-------------------------------------------+ +| 174 | Camera Image Tracking | ++-------+-------------------------------------------+ +| 175 | Camera Lens | ++-------+-------------------------------------------+ +| 201 | Roll | ++-------+-------------------------------------------+ +| 202 | Pitch | ++-------+-------------------------------------------+ +| 207 | MainSail | ++-------+-------------------------------------------+ +| 208 | Flap | ++-------+-------------------------------------------+ +| 211 | Walking Height | ++-------+-------------------------------------------+ +| 212 | Mount1 Roll | ++-------+-------------------------------------------+ +| 213 | Mount1 Pitch | ++-------+-------------------------------------------+ +| 214 | Mount1 Yaw | ++-------+-------------------------------------------+ +| 215 | Mount2 Roll | ++-------+-------------------------------------------+ +| 216 | Mount2 Pitch | ++-------+-------------------------------------------+ +| 217 | Mount2 Yaw | ++-------+-------------------------------------------+ +| 300 | Scripting1 | ++-------+-------------------------------------------+ +| 301 | Scripting2 | ++-------+-------------------------------------------+ +| 302 | Scripting3 | ++-------+-------------------------------------------+ +| 303 | Scripting4 | ++-------+-------------------------------------------+ +| 304 | Scripting5 | ++-------+-------------------------------------------+ +| 305 | Scripting6 | ++-------+-------------------------------------------+ +| 306 | Scripting7 | ++-------+-------------------------------------------+ +| 307 | Scripting8 | ++-------+-------------------------------------------+ + + + + + +.. _parameters_RC5_: + +RC5\_ Parameters +---------------- + + +.. _RC5_MIN: + +RC5\_MIN: RC min PWM +~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC5_TRIM: + +RC5\_TRIM: RC trim PWM +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC trim \(neutral\) PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC5_MAX: + +RC5\_MAX: RC max PWM +~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC5_REVERSED: + +RC5\_REVERSED: RC reversed +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Reverse channel input\. Set to 0 for normal operation\. Set to 1 to reverse this input channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _RC5_DZ: + +RC5\_DZ: RC dead\-zone +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +PWM dead zone in microseconds around trim or bottom + + ++----------+---------------------+ +| Range | Units | ++==========+=====================+ +| 0 to 200 | PWM in microseconds | ++----------+---------------------+ + + + + +.. _RC5_OPTION: + +RC5\_OPTION: RC input option +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Function assigned to this RC channel + + ++-------+-------------------------------------------+ +| Value | Meaning | ++=======+===========================================+ +| 0 | Do Nothing | ++-------+-------------------------------------------+ +| 4 | RTL | ++-------+-------------------------------------------+ +| 5 | Save Trim (4.1 and lower) | ++-------+-------------------------------------------+ +| 7 | Save WP | ++-------+-------------------------------------------+ +| 9 | Camera Trigger | ++-------+-------------------------------------------+ +| 11 | Fence Enable | ++-------+-------------------------------------------+ +| 16 | AUTO Mode | ++-------+-------------------------------------------+ +| 19 | Gripper Release | ++-------+-------------------------------------------+ +| 24 | Auto Mission Reset | ++-------+-------------------------------------------+ +| 27 | Retract Mount1 | ++-------+-------------------------------------------+ +| 28 | Relay1 On/Off | ++-------+-------------------------------------------+ +| 30 | Lost Rover Sound | ++-------+-------------------------------------------+ +| 31 | Motor Emergency Stop | ++-------+-------------------------------------------+ +| 34 | Relay2 On/Off | ++-------+-------------------------------------------+ +| 35 | Relay3 On/Off | ++-------+-------------------------------------------+ +| 36 | Relay4 On/Off | ++-------+-------------------------------------------+ +| 40 | Proximity Avoidance Enable | ++-------+-------------------------------------------+ +| 41 | ArmDisarm (4.1 and lower) | ++-------+-------------------------------------------+ +| 42 | SMARTRTL Mode | ++-------+-------------------------------------------+ +| 46 | RC Override Enable | ++-------+-------------------------------------------+ +| 50 | LearnCruise Speed | ++-------+-------------------------------------------+ +| 51 | MANUAL Mode | ++-------+-------------------------------------------+ +| 52 | ACRO Mode | ++-------+-------------------------------------------+ +| 53 | STEERING Mode | ++-------+-------------------------------------------+ +| 54 | HOLD Mode | ++-------+-------------------------------------------+ +| 55 | GUIDED Mode | ++-------+-------------------------------------------+ +| 56 | LOITER Mode | ++-------+-------------------------------------------+ +| 57 | FOLLOW Mode | ++-------+-------------------------------------------+ +| 58 | Clear Waypoints | ++-------+-------------------------------------------+ +| 59 | Simple Mode | ++-------+-------------------------------------------+ +| 62 | Compass Learn | ++-------+-------------------------------------------+ +| 63 | Sailboat Tack | ++-------+-------------------------------------------+ +| 65 | GPS Disable | ++-------+-------------------------------------------+ +| 66 | Relay5 On/Off | ++-------+-------------------------------------------+ +| 67 | Relay6 On/Off | ++-------+-------------------------------------------+ +| 72 | CIRCLE Mode | ++-------+-------------------------------------------+ +| 74 | Sailboat motoring 3pos | ++-------+-------------------------------------------+ +| 78 | RunCam Control | ++-------+-------------------------------------------+ +| 79 | RunCam OSD Control | ++-------+-------------------------------------------+ +| 80 | VisoOdom Align | ++-------+-------------------------------------------+ +| 81 | Disarm | ++-------+-------------------------------------------+ +| 90 | EKF Pos Source | ++-------+-------------------------------------------+ +| 94 | VTX Power | ++-------+-------------------------------------------+ +| 97 | Windvane home heading direction offset | ++-------+-------------------------------------------+ +| 100 | KillIMU1 | ++-------+-------------------------------------------+ +| 101 | KillIMU2 | ++-------+-------------------------------------------+ +| 102 | Camera Mode Toggle | ++-------+-------------------------------------------+ +| 105 | GPS Disable Yaw | ++-------+-------------------------------------------+ +| 106 | Disable Airspeed Use | ++-------+-------------------------------------------+ +| 110 | KillIMU3 | ++-------+-------------------------------------------+ +| 112 | SwitchExternalAHRS | ++-------+-------------------------------------------+ +| 153 | ArmDisarm (4.2 and higher) | ++-------+-------------------------------------------+ +| 155 | Set steering trim to current servo and RC | ++-------+-------------------------------------------+ +| 156 | Torqeedo Clear Err | ++-------+-------------------------------------------+ +| 162 | FFT Tune | ++-------+-------------------------------------------+ +| 163 | Mount Lock | ++-------+-------------------------------------------+ +| 164 | Pause Stream Logging | ++-------+-------------------------------------------+ +| 165 | Arm/Emergency Motor Stop | ++-------+-------------------------------------------+ +| 166 | Camera Record Video | ++-------+-------------------------------------------+ +| 167 | Camera Zoom | ++-------+-------------------------------------------+ +| 168 | Camera Manual Focus | ++-------+-------------------------------------------+ +| 169 | Camera Auto Focus | ++-------+-------------------------------------------+ +| 171 | Calibrate Compasses | ++-------+-------------------------------------------+ +| 172 | Battery MPPT Enable | ++-------+-------------------------------------------+ +| 174 | Camera Image Tracking | ++-------+-------------------------------------------+ +| 175 | Camera Lens | ++-------+-------------------------------------------+ +| 201 | Roll | ++-------+-------------------------------------------+ +| 202 | Pitch | ++-------+-------------------------------------------+ +| 207 | MainSail | ++-------+-------------------------------------------+ +| 208 | Flap | ++-------+-------------------------------------------+ +| 211 | Walking Height | ++-------+-------------------------------------------+ +| 212 | Mount1 Roll | ++-------+-------------------------------------------+ +| 213 | Mount1 Pitch | ++-------+-------------------------------------------+ +| 214 | Mount1 Yaw | ++-------+-------------------------------------------+ +| 215 | Mount2 Roll | ++-------+-------------------------------------------+ +| 216 | Mount2 Pitch | ++-------+-------------------------------------------+ +| 217 | Mount2 Yaw | ++-------+-------------------------------------------+ +| 300 | Scripting1 | ++-------+-------------------------------------------+ +| 301 | Scripting2 | ++-------+-------------------------------------------+ +| 302 | Scripting3 | ++-------+-------------------------------------------+ +| 303 | Scripting4 | ++-------+-------------------------------------------+ +| 304 | Scripting5 | ++-------+-------------------------------------------+ +| 305 | Scripting6 | ++-------+-------------------------------------------+ +| 306 | Scripting7 | ++-------+-------------------------------------------+ +| 307 | Scripting8 | ++-------+-------------------------------------------+ + + + + + +.. _parameters_RC6_: + +RC6\_ Parameters +---------------- + + +.. _RC6_MIN: + +RC6\_MIN: RC min PWM +~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC6_TRIM: + +RC6\_TRIM: RC trim PWM +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC trim \(neutral\) PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC6_MAX: + +RC6\_MAX: RC max PWM +~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC6_REVERSED: + +RC6\_REVERSED: RC reversed +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Reverse channel input\. Set to 0 for normal operation\. Set to 1 to reverse this input channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _RC6_DZ: + +RC6\_DZ: RC dead\-zone +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +PWM dead zone in microseconds around trim or bottom + + ++----------+---------------------+ +| Range | Units | ++==========+=====================+ +| 0 to 200 | PWM in microseconds | ++----------+---------------------+ + + + + +.. _RC6_OPTION: + +RC6\_OPTION: RC input option +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Function assigned to this RC channel + + ++-------+-------------------------------------------+ +| Value | Meaning | ++=======+===========================================+ +| 0 | Do Nothing | ++-------+-------------------------------------------+ +| 4 | RTL | ++-------+-------------------------------------------+ +| 5 | Save Trim (4.1 and lower) | ++-------+-------------------------------------------+ +| 7 | Save WP | ++-------+-------------------------------------------+ +| 9 | Camera Trigger | ++-------+-------------------------------------------+ +| 11 | Fence Enable | ++-------+-------------------------------------------+ +| 16 | AUTO Mode | ++-------+-------------------------------------------+ +| 19 | Gripper Release | ++-------+-------------------------------------------+ +| 24 | Auto Mission Reset | ++-------+-------------------------------------------+ +| 27 | Retract Mount1 | ++-------+-------------------------------------------+ +| 28 | Relay1 On/Off | ++-------+-------------------------------------------+ +| 30 | Lost Rover Sound | ++-------+-------------------------------------------+ +| 31 | Motor Emergency Stop | ++-------+-------------------------------------------+ +| 34 | Relay2 On/Off | ++-------+-------------------------------------------+ +| 35 | Relay3 On/Off | ++-------+-------------------------------------------+ +| 36 | Relay4 On/Off | ++-------+-------------------------------------------+ +| 40 | Proximity Avoidance Enable | ++-------+-------------------------------------------+ +| 41 | ArmDisarm (4.1 and lower) | ++-------+-------------------------------------------+ +| 42 | SMARTRTL Mode | ++-------+-------------------------------------------+ +| 46 | RC Override Enable | ++-------+-------------------------------------------+ +| 50 | LearnCruise Speed | ++-------+-------------------------------------------+ +| 51 | MANUAL Mode | ++-------+-------------------------------------------+ +| 52 | ACRO Mode | ++-------+-------------------------------------------+ +| 53 | STEERING Mode | ++-------+-------------------------------------------+ +| 54 | HOLD Mode | ++-------+-------------------------------------------+ +| 55 | GUIDED Mode | ++-------+-------------------------------------------+ +| 56 | LOITER Mode | ++-------+-------------------------------------------+ +| 57 | FOLLOW Mode | ++-------+-------------------------------------------+ +| 58 | Clear Waypoints | ++-------+-------------------------------------------+ +| 59 | Simple Mode | ++-------+-------------------------------------------+ +| 62 | Compass Learn | ++-------+-------------------------------------------+ +| 63 | Sailboat Tack | ++-------+-------------------------------------------+ +| 65 | GPS Disable | ++-------+-------------------------------------------+ +| 66 | Relay5 On/Off | ++-------+-------------------------------------------+ +| 67 | Relay6 On/Off | ++-------+-------------------------------------------+ +| 72 | CIRCLE Mode | ++-------+-------------------------------------------+ +| 74 | Sailboat motoring 3pos | ++-------+-------------------------------------------+ +| 78 | RunCam Control | ++-------+-------------------------------------------+ +| 79 | RunCam OSD Control | ++-------+-------------------------------------------+ +| 80 | VisoOdom Align | ++-------+-------------------------------------------+ +| 81 | Disarm | ++-------+-------------------------------------------+ +| 90 | EKF Pos Source | ++-------+-------------------------------------------+ +| 94 | VTX Power | ++-------+-------------------------------------------+ +| 97 | Windvane home heading direction offset | ++-------+-------------------------------------------+ +| 100 | KillIMU1 | ++-------+-------------------------------------------+ +| 101 | KillIMU2 | ++-------+-------------------------------------------+ +| 102 | Camera Mode Toggle | ++-------+-------------------------------------------+ +| 105 | GPS Disable Yaw | ++-------+-------------------------------------------+ +| 106 | Disable Airspeed Use | ++-------+-------------------------------------------+ +| 110 | KillIMU3 | ++-------+-------------------------------------------+ +| 112 | SwitchExternalAHRS | ++-------+-------------------------------------------+ +| 153 | ArmDisarm (4.2 and higher) | ++-------+-------------------------------------------+ +| 155 | Set steering trim to current servo and RC | ++-------+-------------------------------------------+ +| 156 | Torqeedo Clear Err | ++-------+-------------------------------------------+ +| 162 | FFT Tune | ++-------+-------------------------------------------+ +| 163 | Mount Lock | ++-------+-------------------------------------------+ +| 164 | Pause Stream Logging | ++-------+-------------------------------------------+ +| 165 | Arm/Emergency Motor Stop | ++-------+-------------------------------------------+ +| 166 | Camera Record Video | ++-------+-------------------------------------------+ +| 167 | Camera Zoom | ++-------+-------------------------------------------+ +| 168 | Camera Manual Focus | ++-------+-------------------------------------------+ +| 169 | Camera Auto Focus | ++-------+-------------------------------------------+ +| 171 | Calibrate Compasses | ++-------+-------------------------------------------+ +| 172 | Battery MPPT Enable | ++-------+-------------------------------------------+ +| 174 | Camera Image Tracking | ++-------+-------------------------------------------+ +| 175 | Camera Lens | ++-------+-------------------------------------------+ +| 201 | Roll | ++-------+-------------------------------------------+ +| 202 | Pitch | ++-------+-------------------------------------------+ +| 207 | MainSail | ++-------+-------------------------------------------+ +| 208 | Flap | ++-------+-------------------------------------------+ +| 211 | Walking Height | ++-------+-------------------------------------------+ +| 212 | Mount1 Roll | ++-------+-------------------------------------------+ +| 213 | Mount1 Pitch | ++-------+-------------------------------------------+ +| 214 | Mount1 Yaw | ++-------+-------------------------------------------+ +| 215 | Mount2 Roll | ++-------+-------------------------------------------+ +| 216 | Mount2 Pitch | ++-------+-------------------------------------------+ +| 217 | Mount2 Yaw | ++-------+-------------------------------------------+ +| 300 | Scripting1 | ++-------+-------------------------------------------+ +| 301 | Scripting2 | ++-------+-------------------------------------------+ +| 302 | Scripting3 | ++-------+-------------------------------------------+ +| 303 | Scripting4 | ++-------+-------------------------------------------+ +| 304 | Scripting5 | ++-------+-------------------------------------------+ +| 305 | Scripting6 | ++-------+-------------------------------------------+ +| 306 | Scripting7 | ++-------+-------------------------------------------+ +| 307 | Scripting8 | ++-------+-------------------------------------------+ + + + + + +.. _parameters_RC7_: + +RC7\_ Parameters +---------------- + + +.. _RC7_MIN: + +RC7\_MIN: RC min PWM +~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC7_TRIM: + +RC7\_TRIM: RC trim PWM +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC trim \(neutral\) PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC7_MAX: + +RC7\_MAX: RC max PWM +~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC7_REVERSED: + +RC7\_REVERSED: RC reversed +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Reverse channel input\. Set to 0 for normal operation\. Set to 1 to reverse this input channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _RC7_DZ: + +RC7\_DZ: RC dead\-zone +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +PWM dead zone in microseconds around trim or bottom + + ++----------+---------------------+ +| Range | Units | ++==========+=====================+ +| 0 to 200 | PWM in microseconds | ++----------+---------------------+ + + + + +.. _RC7_OPTION: + +RC7\_OPTION: RC input option +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Function assigned to this RC channel + + ++-------+-------------------------------------------+ +| Value | Meaning | ++=======+===========================================+ +| 0 | Do Nothing | ++-------+-------------------------------------------+ +| 4 | RTL | ++-------+-------------------------------------------+ +| 5 | Save Trim (4.1 and lower) | ++-------+-------------------------------------------+ +| 7 | Save WP | ++-------+-------------------------------------------+ +| 9 | Camera Trigger | ++-------+-------------------------------------------+ +| 11 | Fence Enable | ++-------+-------------------------------------------+ +| 16 | AUTO Mode | ++-------+-------------------------------------------+ +| 19 | Gripper Release | ++-------+-------------------------------------------+ +| 24 | Auto Mission Reset | ++-------+-------------------------------------------+ +| 27 | Retract Mount1 | ++-------+-------------------------------------------+ +| 28 | Relay1 On/Off | ++-------+-------------------------------------------+ +| 30 | Lost Rover Sound | ++-------+-------------------------------------------+ +| 31 | Motor Emergency Stop | ++-------+-------------------------------------------+ +| 34 | Relay2 On/Off | ++-------+-------------------------------------------+ +| 35 | Relay3 On/Off | ++-------+-------------------------------------------+ +| 36 | Relay4 On/Off | ++-------+-------------------------------------------+ +| 40 | Proximity Avoidance Enable | ++-------+-------------------------------------------+ +| 41 | ArmDisarm (4.1 and lower) | ++-------+-------------------------------------------+ +| 42 | SMARTRTL Mode | ++-------+-------------------------------------------+ +| 46 | RC Override Enable | ++-------+-------------------------------------------+ +| 50 | LearnCruise Speed | ++-------+-------------------------------------------+ +| 51 | MANUAL Mode | ++-------+-------------------------------------------+ +| 52 | ACRO Mode | ++-------+-------------------------------------------+ +| 53 | STEERING Mode | ++-------+-------------------------------------------+ +| 54 | HOLD Mode | ++-------+-------------------------------------------+ +| 55 | GUIDED Mode | ++-------+-------------------------------------------+ +| 56 | LOITER Mode | ++-------+-------------------------------------------+ +| 57 | FOLLOW Mode | ++-------+-------------------------------------------+ +| 58 | Clear Waypoints | ++-------+-------------------------------------------+ +| 59 | Simple Mode | ++-------+-------------------------------------------+ +| 62 | Compass Learn | ++-------+-------------------------------------------+ +| 63 | Sailboat Tack | ++-------+-------------------------------------------+ +| 65 | GPS Disable | ++-------+-------------------------------------------+ +| 66 | Relay5 On/Off | ++-------+-------------------------------------------+ +| 67 | Relay6 On/Off | ++-------+-------------------------------------------+ +| 72 | CIRCLE Mode | ++-------+-------------------------------------------+ +| 74 | Sailboat motoring 3pos | ++-------+-------------------------------------------+ +| 78 | RunCam Control | ++-------+-------------------------------------------+ +| 79 | RunCam OSD Control | ++-------+-------------------------------------------+ +| 80 | VisoOdom Align | ++-------+-------------------------------------------+ +| 81 | Disarm | ++-------+-------------------------------------------+ +| 90 | EKF Pos Source | ++-------+-------------------------------------------+ +| 94 | VTX Power | ++-------+-------------------------------------------+ +| 97 | Windvane home heading direction offset | ++-------+-------------------------------------------+ +| 100 | KillIMU1 | ++-------+-------------------------------------------+ +| 101 | KillIMU2 | ++-------+-------------------------------------------+ +| 102 | Camera Mode Toggle | ++-------+-------------------------------------------+ +| 105 | GPS Disable Yaw | ++-------+-------------------------------------------+ +| 106 | Disable Airspeed Use | ++-------+-------------------------------------------+ +| 110 | KillIMU3 | ++-------+-------------------------------------------+ +| 112 | SwitchExternalAHRS | ++-------+-------------------------------------------+ +| 153 | ArmDisarm (4.2 and higher) | ++-------+-------------------------------------------+ +| 155 | Set steering trim to current servo and RC | ++-------+-------------------------------------------+ +| 156 | Torqeedo Clear Err | ++-------+-------------------------------------------+ +| 162 | FFT Tune | ++-------+-------------------------------------------+ +| 163 | Mount Lock | ++-------+-------------------------------------------+ +| 164 | Pause Stream Logging | ++-------+-------------------------------------------+ +| 165 | Arm/Emergency Motor Stop | ++-------+-------------------------------------------+ +| 166 | Camera Record Video | ++-------+-------------------------------------------+ +| 167 | Camera Zoom | ++-------+-------------------------------------------+ +| 168 | Camera Manual Focus | ++-------+-------------------------------------------+ +| 169 | Camera Auto Focus | ++-------+-------------------------------------------+ +| 171 | Calibrate Compasses | ++-------+-------------------------------------------+ +| 172 | Battery MPPT Enable | ++-------+-------------------------------------------+ +| 174 | Camera Image Tracking | ++-------+-------------------------------------------+ +| 175 | Camera Lens | ++-------+-------------------------------------------+ +| 201 | Roll | ++-------+-------------------------------------------+ +| 202 | Pitch | ++-------+-------------------------------------------+ +| 207 | MainSail | ++-------+-------------------------------------------+ +| 208 | Flap | ++-------+-------------------------------------------+ +| 211 | Walking Height | ++-------+-------------------------------------------+ +| 212 | Mount1 Roll | ++-------+-------------------------------------------+ +| 213 | Mount1 Pitch | ++-------+-------------------------------------------+ +| 214 | Mount1 Yaw | ++-------+-------------------------------------------+ +| 215 | Mount2 Roll | ++-------+-------------------------------------------+ +| 216 | Mount2 Pitch | ++-------+-------------------------------------------+ +| 217 | Mount2 Yaw | ++-------+-------------------------------------------+ +| 300 | Scripting1 | ++-------+-------------------------------------------+ +| 301 | Scripting2 | ++-------+-------------------------------------------+ +| 302 | Scripting3 | ++-------+-------------------------------------------+ +| 303 | Scripting4 | ++-------+-------------------------------------------+ +| 304 | Scripting5 | ++-------+-------------------------------------------+ +| 305 | Scripting6 | ++-------+-------------------------------------------+ +| 306 | Scripting7 | ++-------+-------------------------------------------+ +| 307 | Scripting8 | ++-------+-------------------------------------------+ + + + + + +.. _parameters_RC8_: + +RC8\_ Parameters +---------------- + + +.. _RC8_MIN: + +RC8\_MIN: RC min PWM +~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC8_TRIM: + +RC8\_TRIM: RC trim PWM +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC trim \(neutral\) PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC8_MAX: + +RC8\_MAX: RC max PWM +~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC8_REVERSED: + +RC8\_REVERSED: RC reversed +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Reverse channel input\. Set to 0 for normal operation\. Set to 1 to reverse this input channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _RC8_DZ: + +RC8\_DZ: RC dead\-zone +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +PWM dead zone in microseconds around trim or bottom + + ++----------+---------------------+ +| Range | Units | ++==========+=====================+ +| 0 to 200 | PWM in microseconds | ++----------+---------------------+ + + + + +.. _RC8_OPTION: + +RC8\_OPTION: RC input option +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Function assigned to this RC channel + + ++-------+-------------------------------------------+ +| Value | Meaning | ++=======+===========================================+ +| 0 | Do Nothing | ++-------+-------------------------------------------+ +| 4 | RTL | ++-------+-------------------------------------------+ +| 5 | Save Trim (4.1 and lower) | ++-------+-------------------------------------------+ +| 7 | Save WP | ++-------+-------------------------------------------+ +| 9 | Camera Trigger | ++-------+-------------------------------------------+ +| 11 | Fence Enable | ++-------+-------------------------------------------+ +| 16 | AUTO Mode | ++-------+-------------------------------------------+ +| 19 | Gripper Release | ++-------+-------------------------------------------+ +| 24 | Auto Mission Reset | ++-------+-------------------------------------------+ +| 27 | Retract Mount1 | ++-------+-------------------------------------------+ +| 28 | Relay1 On/Off | ++-------+-------------------------------------------+ +| 30 | Lost Rover Sound | ++-------+-------------------------------------------+ +| 31 | Motor Emergency Stop | ++-------+-------------------------------------------+ +| 34 | Relay2 On/Off | ++-------+-------------------------------------------+ +| 35 | Relay3 On/Off | ++-------+-------------------------------------------+ +| 36 | Relay4 On/Off | ++-------+-------------------------------------------+ +| 40 | Proximity Avoidance Enable | ++-------+-------------------------------------------+ +| 41 | ArmDisarm (4.1 and lower) | ++-------+-------------------------------------------+ +| 42 | SMARTRTL Mode | ++-------+-------------------------------------------+ +| 46 | RC Override Enable | ++-------+-------------------------------------------+ +| 50 | LearnCruise Speed | ++-------+-------------------------------------------+ +| 51 | MANUAL Mode | ++-------+-------------------------------------------+ +| 52 | ACRO Mode | ++-------+-------------------------------------------+ +| 53 | STEERING Mode | ++-------+-------------------------------------------+ +| 54 | HOLD Mode | ++-------+-------------------------------------------+ +| 55 | GUIDED Mode | ++-------+-------------------------------------------+ +| 56 | LOITER Mode | ++-------+-------------------------------------------+ +| 57 | FOLLOW Mode | ++-------+-------------------------------------------+ +| 58 | Clear Waypoints | ++-------+-------------------------------------------+ +| 59 | Simple Mode | ++-------+-------------------------------------------+ +| 62 | Compass Learn | ++-------+-------------------------------------------+ +| 63 | Sailboat Tack | ++-------+-------------------------------------------+ +| 65 | GPS Disable | ++-------+-------------------------------------------+ +| 66 | Relay5 On/Off | ++-------+-------------------------------------------+ +| 67 | Relay6 On/Off | ++-------+-------------------------------------------+ +| 72 | CIRCLE Mode | ++-------+-------------------------------------------+ +| 74 | Sailboat motoring 3pos | ++-------+-------------------------------------------+ +| 78 | RunCam Control | ++-------+-------------------------------------------+ +| 79 | RunCam OSD Control | ++-------+-------------------------------------------+ +| 80 | VisoOdom Align | ++-------+-------------------------------------------+ +| 81 | Disarm | ++-------+-------------------------------------------+ +| 90 | EKF Pos Source | ++-------+-------------------------------------------+ +| 94 | VTX Power | ++-------+-------------------------------------------+ +| 97 | Windvane home heading direction offset | ++-------+-------------------------------------------+ +| 100 | KillIMU1 | ++-------+-------------------------------------------+ +| 101 | KillIMU2 | ++-------+-------------------------------------------+ +| 102 | Camera Mode Toggle | ++-------+-------------------------------------------+ +| 105 | GPS Disable Yaw | ++-------+-------------------------------------------+ +| 106 | Disable Airspeed Use | ++-------+-------------------------------------------+ +| 110 | KillIMU3 | ++-------+-------------------------------------------+ +| 112 | SwitchExternalAHRS | ++-------+-------------------------------------------+ +| 153 | ArmDisarm (4.2 and higher) | ++-------+-------------------------------------------+ +| 155 | Set steering trim to current servo and RC | ++-------+-------------------------------------------+ +| 156 | Torqeedo Clear Err | ++-------+-------------------------------------------+ +| 162 | FFT Tune | ++-------+-------------------------------------------+ +| 163 | Mount Lock | ++-------+-------------------------------------------+ +| 164 | Pause Stream Logging | ++-------+-------------------------------------------+ +| 165 | Arm/Emergency Motor Stop | ++-------+-------------------------------------------+ +| 166 | Camera Record Video | ++-------+-------------------------------------------+ +| 167 | Camera Zoom | ++-------+-------------------------------------------+ +| 168 | Camera Manual Focus | ++-------+-------------------------------------------+ +| 169 | Camera Auto Focus | ++-------+-------------------------------------------+ +| 171 | Calibrate Compasses | ++-------+-------------------------------------------+ +| 172 | Battery MPPT Enable | ++-------+-------------------------------------------+ +| 174 | Camera Image Tracking | ++-------+-------------------------------------------+ +| 175 | Camera Lens | ++-------+-------------------------------------------+ +| 201 | Roll | ++-------+-------------------------------------------+ +| 202 | Pitch | ++-------+-------------------------------------------+ +| 207 | MainSail | ++-------+-------------------------------------------+ +| 208 | Flap | ++-------+-------------------------------------------+ +| 211 | Walking Height | ++-------+-------------------------------------------+ +| 212 | Mount1 Roll | ++-------+-------------------------------------------+ +| 213 | Mount1 Pitch | ++-------+-------------------------------------------+ +| 214 | Mount1 Yaw | ++-------+-------------------------------------------+ +| 215 | Mount2 Roll | ++-------+-------------------------------------------+ +| 216 | Mount2 Pitch | ++-------+-------------------------------------------+ +| 217 | Mount2 Yaw | ++-------+-------------------------------------------+ +| 300 | Scripting1 | ++-------+-------------------------------------------+ +| 301 | Scripting2 | ++-------+-------------------------------------------+ +| 302 | Scripting3 | ++-------+-------------------------------------------+ +| 303 | Scripting4 | ++-------+-------------------------------------------+ +| 304 | Scripting5 | ++-------+-------------------------------------------+ +| 305 | Scripting6 | ++-------+-------------------------------------------+ +| 306 | Scripting7 | ++-------+-------------------------------------------+ +| 307 | Scripting8 | ++-------+-------------------------------------------+ + + + + + +.. _parameters_RC9_: + +RC9\_ Parameters +---------------- + + +.. _RC9_MIN: + +RC9\_MIN: RC min PWM +~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC9_TRIM: + +RC9\_TRIM: RC trim PWM +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC trim \(neutral\) PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC9_MAX: + +RC9\_MAX: RC max PWM +~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RC maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _RC9_REVERSED: + +RC9\_REVERSED: RC reversed +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Reverse channel input\. Set to 0 for normal operation\. Set to 1 to reverse this input channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _RC9_DZ: + +RC9\_DZ: RC dead\-zone +~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +PWM dead zone in microseconds around trim or bottom + + ++----------+---------------------+ +| Range | Units | ++==========+=====================+ +| 0 to 200 | PWM in microseconds | ++----------+---------------------+ + + + + +.. _RC9_OPTION: + +RC9\_OPTION: RC input option +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Function assigned to this RC channel + + ++-------+-------------------------------------------+ +| Value | Meaning | ++=======+===========================================+ +| 0 | Do Nothing | ++-------+-------------------------------------------+ +| 4 | RTL | ++-------+-------------------------------------------+ +| 5 | Save Trim (4.1 and lower) | ++-------+-------------------------------------------+ +| 7 | Save WP | ++-------+-------------------------------------------+ +| 9 | Camera Trigger | ++-------+-------------------------------------------+ +| 11 | Fence Enable | ++-------+-------------------------------------------+ +| 16 | AUTO Mode | ++-------+-------------------------------------------+ +| 19 | Gripper Release | ++-------+-------------------------------------------+ +| 24 | Auto Mission Reset | ++-------+-------------------------------------------+ +| 27 | Retract Mount1 | ++-------+-------------------------------------------+ +| 28 | Relay1 On/Off | ++-------+-------------------------------------------+ +| 30 | Lost Rover Sound | ++-------+-------------------------------------------+ +| 31 | Motor Emergency Stop | ++-------+-------------------------------------------+ +| 34 | Relay2 On/Off | ++-------+-------------------------------------------+ +| 35 | Relay3 On/Off | ++-------+-------------------------------------------+ +| 36 | Relay4 On/Off | ++-------+-------------------------------------------+ +| 40 | Proximity Avoidance Enable | ++-------+-------------------------------------------+ +| 41 | ArmDisarm (4.1 and lower) | ++-------+-------------------------------------------+ +| 42 | SMARTRTL Mode | ++-------+-------------------------------------------+ +| 46 | RC Override Enable | ++-------+-------------------------------------------+ +| 50 | LearnCruise Speed | ++-------+-------------------------------------------+ +| 51 | MANUAL Mode | ++-------+-------------------------------------------+ +| 52 | ACRO Mode | ++-------+-------------------------------------------+ +| 53 | STEERING Mode | ++-------+-------------------------------------------+ +| 54 | HOLD Mode | ++-------+-------------------------------------------+ +| 55 | GUIDED Mode | ++-------+-------------------------------------------+ +| 56 | LOITER Mode | ++-------+-------------------------------------------+ +| 57 | FOLLOW Mode | ++-------+-------------------------------------------+ +| 58 | Clear Waypoints | ++-------+-------------------------------------------+ +| 59 | Simple Mode | ++-------+-------------------------------------------+ +| 62 | Compass Learn | ++-------+-------------------------------------------+ +| 63 | Sailboat Tack | ++-------+-------------------------------------------+ +| 65 | GPS Disable | ++-------+-------------------------------------------+ +| 66 | Relay5 On/Off | ++-------+-------------------------------------------+ +| 67 | Relay6 On/Off | ++-------+-------------------------------------------+ +| 72 | CIRCLE Mode | ++-------+-------------------------------------------+ +| 74 | Sailboat motoring 3pos | ++-------+-------------------------------------------+ +| 78 | RunCam Control | ++-------+-------------------------------------------+ +| 79 | RunCam OSD Control | ++-------+-------------------------------------------+ +| 80 | VisoOdom Align | ++-------+-------------------------------------------+ +| 81 | Disarm | ++-------+-------------------------------------------+ +| 90 | EKF Pos Source | ++-------+-------------------------------------------+ +| 94 | VTX Power | ++-------+-------------------------------------------+ +| 97 | Windvane home heading direction offset | ++-------+-------------------------------------------+ +| 100 | KillIMU1 | ++-------+-------------------------------------------+ +| 101 | KillIMU2 | ++-------+-------------------------------------------+ +| 102 | Camera Mode Toggle | ++-------+-------------------------------------------+ +| 105 | GPS Disable Yaw | ++-------+-------------------------------------------+ +| 106 | Disable Airspeed Use | ++-------+-------------------------------------------+ +| 110 | KillIMU3 | ++-------+-------------------------------------------+ +| 112 | SwitchExternalAHRS | ++-------+-------------------------------------------+ +| 153 | ArmDisarm (4.2 and higher) | ++-------+-------------------------------------------+ +| 155 | Set steering trim to current servo and RC | ++-------+-------------------------------------------+ +| 156 | Torqeedo Clear Err | ++-------+-------------------------------------------+ +| 162 | FFT Tune | ++-------+-------------------------------------------+ +| 163 | Mount Lock | ++-------+-------------------------------------------+ +| 164 | Pause Stream Logging | ++-------+-------------------------------------------+ +| 165 | Arm/Emergency Motor Stop | ++-------+-------------------------------------------+ +| 166 | Camera Record Video | ++-------+-------------------------------------------+ +| 167 | Camera Zoom | ++-------+-------------------------------------------+ +| 168 | Camera Manual Focus | ++-------+-------------------------------------------+ +| 169 | Camera Auto Focus | ++-------+-------------------------------------------+ +| 171 | Calibrate Compasses | ++-------+-------------------------------------------+ +| 172 | Battery MPPT Enable | ++-------+-------------------------------------------+ +| 174 | Camera Image Tracking | ++-------+-------------------------------------------+ +| 175 | Camera Lens | ++-------+-------------------------------------------+ +| 201 | Roll | ++-------+-------------------------------------------+ +| 202 | Pitch | ++-------+-------------------------------------------+ +| 207 | MainSail | ++-------+-------------------------------------------+ +| 208 | Flap | ++-------+-------------------------------------------+ +| 211 | Walking Height | ++-------+-------------------------------------------+ +| 212 | Mount1 Roll | ++-------+-------------------------------------------+ +| 213 | Mount1 Pitch | ++-------+-------------------------------------------+ +| 214 | Mount1 Yaw | ++-------+-------------------------------------------+ +| 215 | Mount2 Roll | ++-------+-------------------------------------------+ +| 216 | Mount2 Pitch | ++-------+-------------------------------------------+ +| 217 | Mount2 Yaw | ++-------+-------------------------------------------+ +| 300 | Scripting1 | ++-------+-------------------------------------------+ +| 301 | Scripting2 | ++-------+-------------------------------------------+ +| 302 | Scripting3 | ++-------+-------------------------------------------+ +| 303 | Scripting4 | ++-------+-------------------------------------------+ +| 304 | Scripting5 | ++-------+-------------------------------------------+ +| 305 | Scripting6 | ++-------+-------------------------------------------+ +| 306 | Scripting7 | ++-------+-------------------------------------------+ +| 307 | Scripting8 | ++-------+-------------------------------------------+ + + + + + +.. _parameters_RCMAP_: + +RCMAP\_ Parameters +------------------ + + +.. _RCMAP_ROLL: + +RCMAP\_ROLL: Roll channel +~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Roll channel number\. This is useful when you have a RC transmitter that can\'t change the channel order easily\. Roll is normally on channel 1\, but you can move it to any channel with this parameter\. Reboot is required for changes to take effect\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 1 to 16 | ++-----------+---------+ + + + + +.. _RCMAP_PITCH: + +RCMAP\_PITCH: Pitch channel +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Pitch channel number\. This is useful when you have a RC transmitter that can\'t change the channel order easily\. Pitch is normally on channel 2\, but you can move it to any channel with this parameter\. Reboot is required for changes to take effect\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 1 to 16 | ++-----------+---------+ + + + + +.. _RCMAP_THROTTLE: + +RCMAP\_THROTTLE: Throttle channel +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Throttle channel number\. This is useful when you have a RC transmitter that can\'t change the channel order easily\. Throttle is normally on channel 3\, but you can move it to any channel with this parameter\. Reboot is required for changes to take effect\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 1 to 16 | ++-----------+---------+ + + + + +.. _RCMAP_YAW: + +RCMAP\_YAW: Yaw channel +~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Yaw channel number\. This is useful when you have a RC transmitter that can\'t change the channel order easily\. Yaw \(also known as rudder\) is normally on channel 4\, but you can move it to any channel with this parameter\. Reboot is required for changes to take effect\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 1 to 16 | ++-----------+---------+ + + + + + +.. _parameters_RELAY10_: + +RELAY10\_ Parameters +-------------------- + + +.. _RELAY10_FUNCTION: + +RELAY10\_FUNCTION: Relay function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The function the relay channel is mapped to\. + + ++-------+------------------------------------------------------------------+ +| Value | Meaning | ++=======+==================================================================+ +| 0 | None | ++-------+------------------------------------------------------------------+ +| 1 | Relay | ++-------+------------------------------------------------------------------+ +| 4 | Camera | ++-------+------------------------------------------------------------------+ +| 5 | Bushed motor reverse 1 throttle or throttle-left or omni motor 1 | ++-------+------------------------------------------------------------------+ +| 6 | Bushed motor reverse 2 throttle-right or omni motor 2 | ++-------+------------------------------------------------------------------+ +| 7 | Bushed motor reverse 3 omni motor 3 | ++-------+------------------------------------------------------------------+ +| 8 | Bushed motor reverse 4 omni motor 4 | ++-------+------------------------------------------------------------------+ + + + + +.. _RELAY10_PIN: + +RELAY10\_PIN: Relay pin +~~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin number for relay control\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++-------+--------------------------+ +| Value | Meaning | ++=======+==========================+ +| -1 | Disabled | ++-------+--------------------------+ +| 49 | BB Blue GP0 pin 4 | ++-------+--------------------------+ +| 50 | AUXOUT1 | ++-------+--------------------------+ +| 51 | AUXOUT2 | ++-------+--------------------------+ +| 52 | AUXOUT3 | ++-------+--------------------------+ +| 53 | AUXOUT4 | ++-------+--------------------------+ +| 54 | AUXOUT5 | ++-------+--------------------------+ +| 55 | AUXOUT6 | ++-------+--------------------------+ +| 57 | BB Blue GP0 pin 3 | ++-------+--------------------------+ +| 113 | BB Blue GP0 pin 6 | ++-------+--------------------------+ +| 116 | BB Blue GP0 pin 5 | ++-------+--------------------------+ +| 62 | BBBMini Pin P8.13 | ++-------+--------------------------+ +| 101 | MainOut1 | ++-------+--------------------------+ +| 102 | MainOut2 | ++-------+--------------------------+ +| 103 | MainOut3 | ++-------+--------------------------+ +| 104 | MainOut4 | ++-------+--------------------------+ +| 105 | MainOut5 | ++-------+--------------------------+ +| 106 | MainOut6 | ++-------+--------------------------+ +| 107 | MainOut7 | ++-------+--------------------------+ +| 108 | MainOut8 | ++-------+--------------------------+ +| 1000 | DroneCAN Hardpoint ID 0 | ++-------+--------------------------+ +| 1001 | DroneCAN Hardpoint ID 1 | ++-------+--------------------------+ +| 1002 | DroneCAN Hardpoint ID 2 | ++-------+--------------------------+ +| 1003 | DroneCAN Hardpoint ID 3 | ++-------+--------------------------+ +| 1004 | DroneCAN Hardpoint ID 4 | ++-------+--------------------------+ +| 1005 | DroneCAN Hardpoint ID 5 | ++-------+--------------------------+ +| 1006 | DroneCAN Hardpoint ID 6 | ++-------+--------------------------+ +| 1007 | DroneCAN Hardpoint ID 7 | ++-------+--------------------------+ +| 1008 | DroneCAN Hardpoint ID 8 | ++-------+--------------------------+ +| 1009 | DroneCAN Hardpoint ID 9 | ++-------+--------------------------+ +| 1010 | DroneCAN Hardpoint ID 10 | ++-------+--------------------------+ +| 1011 | DroneCAN Hardpoint ID 11 | ++-------+--------------------------+ +| 1012 | DroneCAN Hardpoint ID 12 | ++-------+--------------------------+ +| 1013 | DroneCAN Hardpoint ID 13 | ++-------+--------------------------+ +| 1014 | DroneCAN Hardpoint ID 14 | ++-------+--------------------------+ +| 1015 | DroneCAN Hardpoint ID 15 | ++-------+--------------------------+ + + + + +.. _RELAY10_DEFAULT: + +RELAY10\_DEFAULT: Relay default state +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Should the relay default to on or off\, this only applies to RELAYx\_FUNC \"Relay\" \(1\)\. All other uses will pick the appropriate default output state from within the controlling function\'s parameters\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Off | ++-------+----------+ +| 1 | On | ++-------+----------+ +| 2 | NoChange | ++-------+----------+ + + + + + +.. _parameters_RELAY11_: + +RELAY11\_ Parameters +-------------------- + + +.. _RELAY11_FUNCTION: + +RELAY11\_FUNCTION: Relay function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The function the relay channel is mapped to\. + + ++-------+------------------------------------------------------------------+ +| Value | Meaning | ++=======+==================================================================+ +| 0 | None | ++-------+------------------------------------------------------------------+ +| 1 | Relay | ++-------+------------------------------------------------------------------+ +| 4 | Camera | ++-------+------------------------------------------------------------------+ +| 5 | Bushed motor reverse 1 throttle or throttle-left or omni motor 1 | ++-------+------------------------------------------------------------------+ +| 6 | Bushed motor reverse 2 throttle-right or omni motor 2 | ++-------+------------------------------------------------------------------+ +| 7 | Bushed motor reverse 3 omni motor 3 | ++-------+------------------------------------------------------------------+ +| 8 | Bushed motor reverse 4 omni motor 4 | ++-------+------------------------------------------------------------------+ + + + + +.. _RELAY11_PIN: + +RELAY11\_PIN: Relay pin +~~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin number for relay control\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++-------+--------------------------+ +| Value | Meaning | ++=======+==========================+ +| -1 | Disabled | ++-------+--------------------------+ +| 49 | BB Blue GP0 pin 4 | ++-------+--------------------------+ +| 50 | AUXOUT1 | ++-------+--------------------------+ +| 51 | AUXOUT2 | ++-------+--------------------------+ +| 52 | AUXOUT3 | ++-------+--------------------------+ +| 53 | AUXOUT4 | ++-------+--------------------------+ +| 54 | AUXOUT5 | ++-------+--------------------------+ +| 55 | AUXOUT6 | ++-------+--------------------------+ +| 57 | BB Blue GP0 pin 3 | ++-------+--------------------------+ +| 113 | BB Blue GP0 pin 6 | ++-------+--------------------------+ +| 116 | BB Blue GP0 pin 5 | ++-------+--------------------------+ +| 62 | BBBMini Pin P8.13 | ++-------+--------------------------+ +| 101 | MainOut1 | ++-------+--------------------------+ +| 102 | MainOut2 | ++-------+--------------------------+ +| 103 | MainOut3 | ++-------+--------------------------+ +| 104 | MainOut4 | ++-------+--------------------------+ +| 105 | MainOut5 | ++-------+--------------------------+ +| 106 | MainOut6 | ++-------+--------------------------+ +| 107 | MainOut7 | ++-------+--------------------------+ +| 108 | MainOut8 | ++-------+--------------------------+ +| 1000 | DroneCAN Hardpoint ID 0 | ++-------+--------------------------+ +| 1001 | DroneCAN Hardpoint ID 1 | ++-------+--------------------------+ +| 1002 | DroneCAN Hardpoint ID 2 | ++-------+--------------------------+ +| 1003 | DroneCAN Hardpoint ID 3 | ++-------+--------------------------+ +| 1004 | DroneCAN Hardpoint ID 4 | ++-------+--------------------------+ +| 1005 | DroneCAN Hardpoint ID 5 | ++-------+--------------------------+ +| 1006 | DroneCAN Hardpoint ID 6 | ++-------+--------------------------+ +| 1007 | DroneCAN Hardpoint ID 7 | ++-------+--------------------------+ +| 1008 | DroneCAN Hardpoint ID 8 | ++-------+--------------------------+ +| 1009 | DroneCAN Hardpoint ID 9 | ++-------+--------------------------+ +| 1010 | DroneCAN Hardpoint ID 10 | ++-------+--------------------------+ +| 1011 | DroneCAN Hardpoint ID 11 | ++-------+--------------------------+ +| 1012 | DroneCAN Hardpoint ID 12 | ++-------+--------------------------+ +| 1013 | DroneCAN Hardpoint ID 13 | ++-------+--------------------------+ +| 1014 | DroneCAN Hardpoint ID 14 | ++-------+--------------------------+ +| 1015 | DroneCAN Hardpoint ID 15 | ++-------+--------------------------+ + + + + +.. _RELAY11_DEFAULT: + +RELAY11\_DEFAULT: Relay default state +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Should the relay default to on or off\, this only applies to RELAYx\_FUNC \"Relay\" \(1\)\. All other uses will pick the appropriate default output state from within the controlling function\'s parameters\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Off | ++-------+----------+ +| 1 | On | ++-------+----------+ +| 2 | NoChange | ++-------+----------+ + + + + + +.. _parameters_RELAY12_: + +RELAY12\_ Parameters +-------------------- + + +.. _RELAY12_FUNCTION: + +RELAY12\_FUNCTION: Relay function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The function the relay channel is mapped to\. + + ++-------+------------------------------------------------------------------+ +| Value | Meaning | ++=======+==================================================================+ +| 0 | None | ++-------+------------------------------------------------------------------+ +| 1 | Relay | ++-------+------------------------------------------------------------------+ +| 4 | Camera | ++-------+------------------------------------------------------------------+ +| 5 | Bushed motor reverse 1 throttle or throttle-left or omni motor 1 | ++-------+------------------------------------------------------------------+ +| 6 | Bushed motor reverse 2 throttle-right or omni motor 2 | ++-------+------------------------------------------------------------------+ +| 7 | Bushed motor reverse 3 omni motor 3 | ++-------+------------------------------------------------------------------+ +| 8 | Bushed motor reverse 4 omni motor 4 | ++-------+------------------------------------------------------------------+ + + + + +.. _RELAY12_PIN: + +RELAY12\_PIN: Relay pin +~~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin number for relay control\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++-------+--------------------------+ +| Value | Meaning | ++=======+==========================+ +| -1 | Disabled | ++-------+--------------------------+ +| 49 | BB Blue GP0 pin 4 | ++-------+--------------------------+ +| 50 | AUXOUT1 | ++-------+--------------------------+ +| 51 | AUXOUT2 | ++-------+--------------------------+ +| 52 | AUXOUT3 | ++-------+--------------------------+ +| 53 | AUXOUT4 | ++-------+--------------------------+ +| 54 | AUXOUT5 | ++-------+--------------------------+ +| 55 | AUXOUT6 | ++-------+--------------------------+ +| 57 | BB Blue GP0 pin 3 | ++-------+--------------------------+ +| 113 | BB Blue GP0 pin 6 | ++-------+--------------------------+ +| 116 | BB Blue GP0 pin 5 | ++-------+--------------------------+ +| 62 | BBBMini Pin P8.13 | ++-------+--------------------------+ +| 101 | MainOut1 | ++-------+--------------------------+ +| 102 | MainOut2 | ++-------+--------------------------+ +| 103 | MainOut3 | ++-------+--------------------------+ +| 104 | MainOut4 | ++-------+--------------------------+ +| 105 | MainOut5 | ++-------+--------------------------+ +| 106 | MainOut6 | ++-------+--------------------------+ +| 107 | MainOut7 | ++-------+--------------------------+ +| 108 | MainOut8 | ++-------+--------------------------+ +| 1000 | DroneCAN Hardpoint ID 0 | ++-------+--------------------------+ +| 1001 | DroneCAN Hardpoint ID 1 | ++-------+--------------------------+ +| 1002 | DroneCAN Hardpoint ID 2 | ++-------+--------------------------+ +| 1003 | DroneCAN Hardpoint ID 3 | ++-------+--------------------------+ +| 1004 | DroneCAN Hardpoint ID 4 | ++-------+--------------------------+ +| 1005 | DroneCAN Hardpoint ID 5 | ++-------+--------------------------+ +| 1006 | DroneCAN Hardpoint ID 6 | ++-------+--------------------------+ +| 1007 | DroneCAN Hardpoint ID 7 | ++-------+--------------------------+ +| 1008 | DroneCAN Hardpoint ID 8 | ++-------+--------------------------+ +| 1009 | DroneCAN Hardpoint ID 9 | ++-------+--------------------------+ +| 1010 | DroneCAN Hardpoint ID 10 | ++-------+--------------------------+ +| 1011 | DroneCAN Hardpoint ID 11 | ++-------+--------------------------+ +| 1012 | DroneCAN Hardpoint ID 12 | ++-------+--------------------------+ +| 1013 | DroneCAN Hardpoint ID 13 | ++-------+--------------------------+ +| 1014 | DroneCAN Hardpoint ID 14 | ++-------+--------------------------+ +| 1015 | DroneCAN Hardpoint ID 15 | ++-------+--------------------------+ + + + + +.. _RELAY12_DEFAULT: + +RELAY12\_DEFAULT: Relay default state +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Should the relay default to on or off\, this only applies to RELAYx\_FUNC \"Relay\" \(1\)\. All other uses will pick the appropriate default output state from within the controlling function\'s parameters\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Off | ++-------+----------+ +| 1 | On | ++-------+----------+ +| 2 | NoChange | ++-------+----------+ + + + + + +.. _parameters_RELAY13_: + +RELAY13\_ Parameters +-------------------- + + +.. _RELAY13_FUNCTION: + +RELAY13\_FUNCTION: Relay function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The function the relay channel is mapped to\. + + ++-------+------------------------------------------------------------------+ +| Value | Meaning | ++=======+==================================================================+ +| 0 | None | ++-------+------------------------------------------------------------------+ +| 1 | Relay | ++-------+------------------------------------------------------------------+ +| 4 | Camera | ++-------+------------------------------------------------------------------+ +| 5 | Bushed motor reverse 1 throttle or throttle-left or omni motor 1 | ++-------+------------------------------------------------------------------+ +| 6 | Bushed motor reverse 2 throttle-right or omni motor 2 | ++-------+------------------------------------------------------------------+ +| 7 | Bushed motor reverse 3 omni motor 3 | ++-------+------------------------------------------------------------------+ +| 8 | Bushed motor reverse 4 omni motor 4 | ++-------+------------------------------------------------------------------+ + + + + +.. _RELAY13_PIN: + +RELAY13\_PIN: Relay pin +~~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin number for relay control\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++-------+--------------------------+ +| Value | Meaning | ++=======+==========================+ +| -1 | Disabled | ++-------+--------------------------+ +| 49 | BB Blue GP0 pin 4 | ++-------+--------------------------+ +| 50 | AUXOUT1 | ++-------+--------------------------+ +| 51 | AUXOUT2 | ++-------+--------------------------+ +| 52 | AUXOUT3 | ++-------+--------------------------+ +| 53 | AUXOUT4 | ++-------+--------------------------+ +| 54 | AUXOUT5 | ++-------+--------------------------+ +| 55 | AUXOUT6 | ++-------+--------------------------+ +| 57 | BB Blue GP0 pin 3 | ++-------+--------------------------+ +| 113 | BB Blue GP0 pin 6 | ++-------+--------------------------+ +| 116 | BB Blue GP0 pin 5 | ++-------+--------------------------+ +| 62 | BBBMini Pin P8.13 | ++-------+--------------------------+ +| 101 | MainOut1 | ++-------+--------------------------+ +| 102 | MainOut2 | ++-------+--------------------------+ +| 103 | MainOut3 | ++-------+--------------------------+ +| 104 | MainOut4 | ++-------+--------------------------+ +| 105 | MainOut5 | ++-------+--------------------------+ +| 106 | MainOut6 | ++-------+--------------------------+ +| 107 | MainOut7 | ++-------+--------------------------+ +| 108 | MainOut8 | ++-------+--------------------------+ +| 1000 | DroneCAN Hardpoint ID 0 | ++-------+--------------------------+ +| 1001 | DroneCAN Hardpoint ID 1 | ++-------+--------------------------+ +| 1002 | DroneCAN Hardpoint ID 2 | ++-------+--------------------------+ +| 1003 | DroneCAN Hardpoint ID 3 | ++-------+--------------------------+ +| 1004 | DroneCAN Hardpoint ID 4 | ++-------+--------------------------+ +| 1005 | DroneCAN Hardpoint ID 5 | ++-------+--------------------------+ +| 1006 | DroneCAN Hardpoint ID 6 | ++-------+--------------------------+ +| 1007 | DroneCAN Hardpoint ID 7 | ++-------+--------------------------+ +| 1008 | DroneCAN Hardpoint ID 8 | ++-------+--------------------------+ +| 1009 | DroneCAN Hardpoint ID 9 | ++-------+--------------------------+ +| 1010 | DroneCAN Hardpoint ID 10 | ++-------+--------------------------+ +| 1011 | DroneCAN Hardpoint ID 11 | ++-------+--------------------------+ +| 1012 | DroneCAN Hardpoint ID 12 | ++-------+--------------------------+ +| 1013 | DroneCAN Hardpoint ID 13 | ++-------+--------------------------+ +| 1014 | DroneCAN Hardpoint ID 14 | ++-------+--------------------------+ +| 1015 | DroneCAN Hardpoint ID 15 | ++-------+--------------------------+ + + + + +.. _RELAY13_DEFAULT: + +RELAY13\_DEFAULT: Relay default state +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Should the relay default to on or off\, this only applies to RELAYx\_FUNC \"Relay\" \(1\)\. All other uses will pick the appropriate default output state from within the controlling function\'s parameters\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Off | ++-------+----------+ +| 1 | On | ++-------+----------+ +| 2 | NoChange | ++-------+----------+ + + + + + +.. _parameters_RELAY14_: + +RELAY14\_ Parameters +-------------------- + + +.. _RELAY14_FUNCTION: + +RELAY14\_FUNCTION: Relay function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The function the relay channel is mapped to\. + + ++-------+------------------------------------------------------------------+ +| Value | Meaning | ++=======+==================================================================+ +| 0 | None | ++-------+------------------------------------------------------------------+ +| 1 | Relay | ++-------+------------------------------------------------------------------+ +| 4 | Camera | ++-------+------------------------------------------------------------------+ +| 5 | Bushed motor reverse 1 throttle or throttle-left or omni motor 1 | ++-------+------------------------------------------------------------------+ +| 6 | Bushed motor reverse 2 throttle-right or omni motor 2 | ++-------+------------------------------------------------------------------+ +| 7 | Bushed motor reverse 3 omni motor 3 | ++-------+------------------------------------------------------------------+ +| 8 | Bushed motor reverse 4 omni motor 4 | ++-------+------------------------------------------------------------------+ + + + + +.. _RELAY14_PIN: + +RELAY14\_PIN: Relay pin +~~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin number for relay control\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++-------+--------------------------+ +| Value | Meaning | ++=======+==========================+ +| -1 | Disabled | ++-------+--------------------------+ +| 49 | BB Blue GP0 pin 4 | ++-------+--------------------------+ +| 50 | AUXOUT1 | ++-------+--------------------------+ +| 51 | AUXOUT2 | ++-------+--------------------------+ +| 52 | AUXOUT3 | ++-------+--------------------------+ +| 53 | AUXOUT4 | ++-------+--------------------------+ +| 54 | AUXOUT5 | ++-------+--------------------------+ +| 55 | AUXOUT6 | ++-------+--------------------------+ +| 57 | BB Blue GP0 pin 3 | ++-------+--------------------------+ +| 113 | BB Blue GP0 pin 6 | ++-------+--------------------------+ +| 116 | BB Blue GP0 pin 5 | ++-------+--------------------------+ +| 62 | BBBMini Pin P8.13 | ++-------+--------------------------+ +| 101 | MainOut1 | ++-------+--------------------------+ +| 102 | MainOut2 | ++-------+--------------------------+ +| 103 | MainOut3 | ++-------+--------------------------+ +| 104 | MainOut4 | ++-------+--------------------------+ +| 105 | MainOut5 | ++-------+--------------------------+ +| 106 | MainOut6 | ++-------+--------------------------+ +| 107 | MainOut7 | ++-------+--------------------------+ +| 108 | MainOut8 | ++-------+--------------------------+ +| 1000 | DroneCAN Hardpoint ID 0 | ++-------+--------------------------+ +| 1001 | DroneCAN Hardpoint ID 1 | ++-------+--------------------------+ +| 1002 | DroneCAN Hardpoint ID 2 | ++-------+--------------------------+ +| 1003 | DroneCAN Hardpoint ID 3 | ++-------+--------------------------+ +| 1004 | DroneCAN Hardpoint ID 4 | ++-------+--------------------------+ +| 1005 | DroneCAN Hardpoint ID 5 | ++-------+--------------------------+ +| 1006 | DroneCAN Hardpoint ID 6 | ++-------+--------------------------+ +| 1007 | DroneCAN Hardpoint ID 7 | ++-------+--------------------------+ +| 1008 | DroneCAN Hardpoint ID 8 | ++-------+--------------------------+ +| 1009 | DroneCAN Hardpoint ID 9 | ++-------+--------------------------+ +| 1010 | DroneCAN Hardpoint ID 10 | ++-------+--------------------------+ +| 1011 | DroneCAN Hardpoint ID 11 | ++-------+--------------------------+ +| 1012 | DroneCAN Hardpoint ID 12 | ++-------+--------------------------+ +| 1013 | DroneCAN Hardpoint ID 13 | ++-------+--------------------------+ +| 1014 | DroneCAN Hardpoint ID 14 | ++-------+--------------------------+ +| 1015 | DroneCAN Hardpoint ID 15 | ++-------+--------------------------+ + + + + +.. _RELAY14_DEFAULT: + +RELAY14\_DEFAULT: Relay default state +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Should the relay default to on or off\, this only applies to RELAYx\_FUNC \"Relay\" \(1\)\. All other uses will pick the appropriate default output state from within the controlling function\'s parameters\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Off | ++-------+----------+ +| 1 | On | ++-------+----------+ +| 2 | NoChange | ++-------+----------+ + + + + + +.. _parameters_RELAY15_: + +RELAY15\_ Parameters +-------------------- + + +.. _RELAY15_FUNCTION: + +RELAY15\_FUNCTION: Relay function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The function the relay channel is mapped to\. + + ++-------+------------------------------------------------------------------+ +| Value | Meaning | ++=======+==================================================================+ +| 0 | None | ++-------+------------------------------------------------------------------+ +| 1 | Relay | ++-------+------------------------------------------------------------------+ +| 4 | Camera | ++-------+------------------------------------------------------------------+ +| 5 | Bushed motor reverse 1 throttle or throttle-left or omni motor 1 | ++-------+------------------------------------------------------------------+ +| 6 | Bushed motor reverse 2 throttle-right or omni motor 2 | ++-------+------------------------------------------------------------------+ +| 7 | Bushed motor reverse 3 omni motor 3 | ++-------+------------------------------------------------------------------+ +| 8 | Bushed motor reverse 4 omni motor 4 | ++-------+------------------------------------------------------------------+ + + + + +.. _RELAY15_PIN: + +RELAY15\_PIN: Relay pin +~~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin number for relay control\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++-------+--------------------------+ +| Value | Meaning | ++=======+==========================+ +| -1 | Disabled | ++-------+--------------------------+ +| 49 | BB Blue GP0 pin 4 | ++-------+--------------------------+ +| 50 | AUXOUT1 | ++-------+--------------------------+ +| 51 | AUXOUT2 | ++-------+--------------------------+ +| 52 | AUXOUT3 | ++-------+--------------------------+ +| 53 | AUXOUT4 | ++-------+--------------------------+ +| 54 | AUXOUT5 | ++-------+--------------------------+ +| 55 | AUXOUT6 | ++-------+--------------------------+ +| 57 | BB Blue GP0 pin 3 | ++-------+--------------------------+ +| 113 | BB Blue GP0 pin 6 | ++-------+--------------------------+ +| 116 | BB Blue GP0 pin 5 | ++-------+--------------------------+ +| 62 | BBBMini Pin P8.13 | ++-------+--------------------------+ +| 101 | MainOut1 | ++-------+--------------------------+ +| 102 | MainOut2 | ++-------+--------------------------+ +| 103 | MainOut3 | ++-------+--------------------------+ +| 104 | MainOut4 | ++-------+--------------------------+ +| 105 | MainOut5 | ++-------+--------------------------+ +| 106 | MainOut6 | ++-------+--------------------------+ +| 107 | MainOut7 | ++-------+--------------------------+ +| 108 | MainOut8 | ++-------+--------------------------+ +| 1000 | DroneCAN Hardpoint ID 0 | ++-------+--------------------------+ +| 1001 | DroneCAN Hardpoint ID 1 | ++-------+--------------------------+ +| 1002 | DroneCAN Hardpoint ID 2 | ++-------+--------------------------+ +| 1003 | DroneCAN Hardpoint ID 3 | ++-------+--------------------------+ +| 1004 | DroneCAN Hardpoint ID 4 | ++-------+--------------------------+ +| 1005 | DroneCAN Hardpoint ID 5 | ++-------+--------------------------+ +| 1006 | DroneCAN Hardpoint ID 6 | ++-------+--------------------------+ +| 1007 | DroneCAN Hardpoint ID 7 | ++-------+--------------------------+ +| 1008 | DroneCAN Hardpoint ID 8 | ++-------+--------------------------+ +| 1009 | DroneCAN Hardpoint ID 9 | ++-------+--------------------------+ +| 1010 | DroneCAN Hardpoint ID 10 | ++-------+--------------------------+ +| 1011 | DroneCAN Hardpoint ID 11 | ++-------+--------------------------+ +| 1012 | DroneCAN Hardpoint ID 12 | ++-------+--------------------------+ +| 1013 | DroneCAN Hardpoint ID 13 | ++-------+--------------------------+ +| 1014 | DroneCAN Hardpoint ID 14 | ++-------+--------------------------+ +| 1015 | DroneCAN Hardpoint ID 15 | ++-------+--------------------------+ + + + + +.. _RELAY15_DEFAULT: + +RELAY15\_DEFAULT: Relay default state +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Should the relay default to on or off\, this only applies to RELAYx\_FUNC \"Relay\" \(1\)\. All other uses will pick the appropriate default output state from within the controlling function\'s parameters\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Off | ++-------+----------+ +| 1 | On | ++-------+----------+ +| 2 | NoChange | ++-------+----------+ + + + + + +.. _parameters_RELAY16_: + +RELAY16\_ Parameters +-------------------- + + +.. _RELAY16_FUNCTION: + +RELAY16\_FUNCTION: Relay function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The function the relay channel is mapped to\. + + ++-------+------------------------------------------------------------------+ +| Value | Meaning | ++=======+==================================================================+ +| 0 | None | ++-------+------------------------------------------------------------------+ +| 1 | Relay | ++-------+------------------------------------------------------------------+ +| 4 | Camera | ++-------+------------------------------------------------------------------+ +| 5 | Bushed motor reverse 1 throttle or throttle-left or omni motor 1 | ++-------+------------------------------------------------------------------+ +| 6 | Bushed motor reverse 2 throttle-right or omni motor 2 | ++-------+------------------------------------------------------------------+ +| 7 | Bushed motor reverse 3 omni motor 3 | ++-------+------------------------------------------------------------------+ +| 8 | Bushed motor reverse 4 omni motor 4 | ++-------+------------------------------------------------------------------+ + + + + +.. _RELAY16_PIN: + +RELAY16\_PIN: Relay pin +~~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin number for relay control\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++-------+--------------------------+ +| Value | Meaning | ++=======+==========================+ +| -1 | Disabled | ++-------+--------------------------+ +| 49 | BB Blue GP0 pin 4 | ++-------+--------------------------+ +| 50 | AUXOUT1 | ++-------+--------------------------+ +| 51 | AUXOUT2 | ++-------+--------------------------+ +| 52 | AUXOUT3 | ++-------+--------------------------+ +| 53 | AUXOUT4 | ++-------+--------------------------+ +| 54 | AUXOUT5 | ++-------+--------------------------+ +| 55 | AUXOUT6 | ++-------+--------------------------+ +| 57 | BB Blue GP0 pin 3 | ++-------+--------------------------+ +| 113 | BB Blue GP0 pin 6 | ++-------+--------------------------+ +| 116 | BB Blue GP0 pin 5 | ++-------+--------------------------+ +| 62 | BBBMini Pin P8.13 | ++-------+--------------------------+ +| 101 | MainOut1 | ++-------+--------------------------+ +| 102 | MainOut2 | ++-------+--------------------------+ +| 103 | MainOut3 | ++-------+--------------------------+ +| 104 | MainOut4 | ++-------+--------------------------+ +| 105 | MainOut5 | ++-------+--------------------------+ +| 106 | MainOut6 | ++-------+--------------------------+ +| 107 | MainOut7 | ++-------+--------------------------+ +| 108 | MainOut8 | ++-------+--------------------------+ +| 1000 | DroneCAN Hardpoint ID 0 | ++-------+--------------------------+ +| 1001 | DroneCAN Hardpoint ID 1 | ++-------+--------------------------+ +| 1002 | DroneCAN Hardpoint ID 2 | ++-------+--------------------------+ +| 1003 | DroneCAN Hardpoint ID 3 | ++-------+--------------------------+ +| 1004 | DroneCAN Hardpoint ID 4 | ++-------+--------------------------+ +| 1005 | DroneCAN Hardpoint ID 5 | ++-------+--------------------------+ +| 1006 | DroneCAN Hardpoint ID 6 | ++-------+--------------------------+ +| 1007 | DroneCAN Hardpoint ID 7 | ++-------+--------------------------+ +| 1008 | DroneCAN Hardpoint ID 8 | ++-------+--------------------------+ +| 1009 | DroneCAN Hardpoint ID 9 | ++-------+--------------------------+ +| 1010 | DroneCAN Hardpoint ID 10 | ++-------+--------------------------+ +| 1011 | DroneCAN Hardpoint ID 11 | ++-------+--------------------------+ +| 1012 | DroneCAN Hardpoint ID 12 | ++-------+--------------------------+ +| 1013 | DroneCAN Hardpoint ID 13 | ++-------+--------------------------+ +| 1014 | DroneCAN Hardpoint ID 14 | ++-------+--------------------------+ +| 1015 | DroneCAN Hardpoint ID 15 | ++-------+--------------------------+ + + + + +.. _RELAY16_DEFAULT: + +RELAY16\_DEFAULT: Relay default state +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Should the relay default to on or off\, this only applies to RELAYx\_FUNC \"Relay\" \(1\)\. All other uses will pick the appropriate default output state from within the controlling function\'s parameters\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Off | ++-------+----------+ +| 1 | On | ++-------+----------+ +| 2 | NoChange | ++-------+----------+ + + + + + +.. _parameters_RELAY1_: + +RELAY1\_ Parameters +------------------- + + +.. _RELAY1_FUNCTION: + +RELAY1\_FUNCTION: Relay function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The function the relay channel is mapped to\. + + ++-------+------------------------------------------------------------------+ +| Value | Meaning | ++=======+==================================================================+ +| 0 | None | ++-------+------------------------------------------------------------------+ +| 1 | Relay | ++-------+------------------------------------------------------------------+ +| 4 | Camera | ++-------+------------------------------------------------------------------+ +| 5 | Bushed motor reverse 1 throttle or throttle-left or omni motor 1 | ++-------+------------------------------------------------------------------+ +| 6 | Bushed motor reverse 2 throttle-right or omni motor 2 | ++-------+------------------------------------------------------------------+ +| 7 | Bushed motor reverse 3 omni motor 3 | ++-------+------------------------------------------------------------------+ +| 8 | Bushed motor reverse 4 omni motor 4 | ++-------+------------------------------------------------------------------+ + + + + +.. _RELAY1_PIN: + +RELAY1\_PIN: Relay pin +~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin number for relay control\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++-------+--------------------------+ +| Value | Meaning | ++=======+==========================+ +| -1 | Disabled | ++-------+--------------------------+ +| 49 | BB Blue GP0 pin 4 | ++-------+--------------------------+ +| 50 | AUXOUT1 | ++-------+--------------------------+ +| 51 | AUXOUT2 | ++-------+--------------------------+ +| 52 | AUXOUT3 | ++-------+--------------------------+ +| 53 | AUXOUT4 | ++-------+--------------------------+ +| 54 | AUXOUT5 | ++-------+--------------------------+ +| 55 | AUXOUT6 | ++-------+--------------------------+ +| 57 | BB Blue GP0 pin 3 | ++-------+--------------------------+ +| 113 | BB Blue GP0 pin 6 | ++-------+--------------------------+ +| 116 | BB Blue GP0 pin 5 | ++-------+--------------------------+ +| 62 | BBBMini Pin P8.13 | ++-------+--------------------------+ +| 101 | MainOut1 | ++-------+--------------------------+ +| 102 | MainOut2 | ++-------+--------------------------+ +| 103 | MainOut3 | ++-------+--------------------------+ +| 104 | MainOut4 | ++-------+--------------------------+ +| 105 | MainOut5 | ++-------+--------------------------+ +| 106 | MainOut6 | ++-------+--------------------------+ +| 107 | MainOut7 | ++-------+--------------------------+ +| 108 | MainOut8 | ++-------+--------------------------+ +| 1000 | DroneCAN Hardpoint ID 0 | ++-------+--------------------------+ +| 1001 | DroneCAN Hardpoint ID 1 | ++-------+--------------------------+ +| 1002 | DroneCAN Hardpoint ID 2 | ++-------+--------------------------+ +| 1003 | DroneCAN Hardpoint ID 3 | ++-------+--------------------------+ +| 1004 | DroneCAN Hardpoint ID 4 | ++-------+--------------------------+ +| 1005 | DroneCAN Hardpoint ID 5 | ++-------+--------------------------+ +| 1006 | DroneCAN Hardpoint ID 6 | ++-------+--------------------------+ +| 1007 | DroneCAN Hardpoint ID 7 | ++-------+--------------------------+ +| 1008 | DroneCAN Hardpoint ID 8 | ++-------+--------------------------+ +| 1009 | DroneCAN Hardpoint ID 9 | ++-------+--------------------------+ +| 1010 | DroneCAN Hardpoint ID 10 | ++-------+--------------------------+ +| 1011 | DroneCAN Hardpoint ID 11 | ++-------+--------------------------+ +| 1012 | DroneCAN Hardpoint ID 12 | ++-------+--------------------------+ +| 1013 | DroneCAN Hardpoint ID 13 | ++-------+--------------------------+ +| 1014 | DroneCAN Hardpoint ID 14 | ++-------+--------------------------+ +| 1015 | DroneCAN Hardpoint ID 15 | ++-------+--------------------------+ + + + + +.. _RELAY1_DEFAULT: + +RELAY1\_DEFAULT: Relay default state +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Should the relay default to on or off\, this only applies to RELAYx\_FUNC \"Relay\" \(1\)\. All other uses will pick the appropriate default output state from within the controlling function\'s parameters\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Off | ++-------+----------+ +| 1 | On | ++-------+----------+ +| 2 | NoChange | ++-------+----------+ + + + + + +.. _parameters_RELAY2_: + +RELAY2\_ Parameters +------------------- + + +.. _RELAY2_FUNCTION: + +RELAY2\_FUNCTION: Relay function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The function the relay channel is mapped to\. + + ++-------+------------------------------------------------------------------+ +| Value | Meaning | ++=======+==================================================================+ +| 0 | None | ++-------+------------------------------------------------------------------+ +| 1 | Relay | ++-------+------------------------------------------------------------------+ +| 4 | Camera | ++-------+------------------------------------------------------------------+ +| 5 | Bushed motor reverse 1 throttle or throttle-left or omni motor 1 | ++-------+------------------------------------------------------------------+ +| 6 | Bushed motor reverse 2 throttle-right or omni motor 2 | ++-------+------------------------------------------------------------------+ +| 7 | Bushed motor reverse 3 omni motor 3 | ++-------+------------------------------------------------------------------+ +| 8 | Bushed motor reverse 4 omni motor 4 | ++-------+------------------------------------------------------------------+ + + + + +.. _RELAY2_PIN: + +RELAY2\_PIN: Relay pin +~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin number for relay control\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++-------+--------------------------+ +| Value | Meaning | ++=======+==========================+ +| -1 | Disabled | ++-------+--------------------------+ +| 49 | BB Blue GP0 pin 4 | ++-------+--------------------------+ +| 50 | AUXOUT1 | ++-------+--------------------------+ +| 51 | AUXOUT2 | ++-------+--------------------------+ +| 52 | AUXOUT3 | ++-------+--------------------------+ +| 53 | AUXOUT4 | ++-------+--------------------------+ +| 54 | AUXOUT5 | ++-------+--------------------------+ +| 55 | AUXOUT6 | ++-------+--------------------------+ +| 57 | BB Blue GP0 pin 3 | ++-------+--------------------------+ +| 113 | BB Blue GP0 pin 6 | ++-------+--------------------------+ +| 116 | BB Blue GP0 pin 5 | ++-------+--------------------------+ +| 62 | BBBMini Pin P8.13 | ++-------+--------------------------+ +| 101 | MainOut1 | ++-------+--------------------------+ +| 102 | MainOut2 | ++-------+--------------------------+ +| 103 | MainOut3 | ++-------+--------------------------+ +| 104 | MainOut4 | ++-------+--------------------------+ +| 105 | MainOut5 | ++-------+--------------------------+ +| 106 | MainOut6 | ++-------+--------------------------+ +| 107 | MainOut7 | ++-------+--------------------------+ +| 108 | MainOut8 | ++-------+--------------------------+ +| 1000 | DroneCAN Hardpoint ID 0 | ++-------+--------------------------+ +| 1001 | DroneCAN Hardpoint ID 1 | ++-------+--------------------------+ +| 1002 | DroneCAN Hardpoint ID 2 | ++-------+--------------------------+ +| 1003 | DroneCAN Hardpoint ID 3 | ++-------+--------------------------+ +| 1004 | DroneCAN Hardpoint ID 4 | ++-------+--------------------------+ +| 1005 | DroneCAN Hardpoint ID 5 | ++-------+--------------------------+ +| 1006 | DroneCAN Hardpoint ID 6 | ++-------+--------------------------+ +| 1007 | DroneCAN Hardpoint ID 7 | ++-------+--------------------------+ +| 1008 | DroneCAN Hardpoint ID 8 | ++-------+--------------------------+ +| 1009 | DroneCAN Hardpoint ID 9 | ++-------+--------------------------+ +| 1010 | DroneCAN Hardpoint ID 10 | ++-------+--------------------------+ +| 1011 | DroneCAN Hardpoint ID 11 | ++-------+--------------------------+ +| 1012 | DroneCAN Hardpoint ID 12 | ++-------+--------------------------+ +| 1013 | DroneCAN Hardpoint ID 13 | ++-------+--------------------------+ +| 1014 | DroneCAN Hardpoint ID 14 | ++-------+--------------------------+ +| 1015 | DroneCAN Hardpoint ID 15 | ++-------+--------------------------+ + + + + +.. _RELAY2_DEFAULT: + +RELAY2\_DEFAULT: Relay default state +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Should the relay default to on or off\, this only applies to RELAYx\_FUNC \"Relay\" \(1\)\. All other uses will pick the appropriate default output state from within the controlling function\'s parameters\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Off | ++-------+----------+ +| 1 | On | ++-------+----------+ +| 2 | NoChange | ++-------+----------+ + + + + + +.. _parameters_RELAY3_: + +RELAY3\_ Parameters +------------------- + + +.. _RELAY3_FUNCTION: + +RELAY3\_FUNCTION: Relay function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The function the relay channel is mapped to\. + + ++-------+------------------------------------------------------------------+ +| Value | Meaning | ++=======+==================================================================+ +| 0 | None | ++-------+------------------------------------------------------------------+ +| 1 | Relay | ++-------+------------------------------------------------------------------+ +| 4 | Camera | ++-------+------------------------------------------------------------------+ +| 5 | Bushed motor reverse 1 throttle or throttle-left or omni motor 1 | ++-------+------------------------------------------------------------------+ +| 6 | Bushed motor reverse 2 throttle-right or omni motor 2 | ++-------+------------------------------------------------------------------+ +| 7 | Bushed motor reverse 3 omni motor 3 | ++-------+------------------------------------------------------------------+ +| 8 | Bushed motor reverse 4 omni motor 4 | ++-------+------------------------------------------------------------------+ + + + + +.. _RELAY3_PIN: + +RELAY3\_PIN: Relay pin +~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin number for relay control\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++-------+--------------------------+ +| Value | Meaning | ++=======+==========================+ +| -1 | Disabled | ++-------+--------------------------+ +| 49 | BB Blue GP0 pin 4 | ++-------+--------------------------+ +| 50 | AUXOUT1 | ++-------+--------------------------+ +| 51 | AUXOUT2 | ++-------+--------------------------+ +| 52 | AUXOUT3 | ++-------+--------------------------+ +| 53 | AUXOUT4 | ++-------+--------------------------+ +| 54 | AUXOUT5 | ++-------+--------------------------+ +| 55 | AUXOUT6 | ++-------+--------------------------+ +| 57 | BB Blue GP0 pin 3 | ++-------+--------------------------+ +| 113 | BB Blue GP0 pin 6 | ++-------+--------------------------+ +| 116 | BB Blue GP0 pin 5 | ++-------+--------------------------+ +| 62 | BBBMini Pin P8.13 | ++-------+--------------------------+ +| 101 | MainOut1 | ++-------+--------------------------+ +| 102 | MainOut2 | ++-------+--------------------------+ +| 103 | MainOut3 | ++-------+--------------------------+ +| 104 | MainOut4 | ++-------+--------------------------+ +| 105 | MainOut5 | ++-------+--------------------------+ +| 106 | MainOut6 | ++-------+--------------------------+ +| 107 | MainOut7 | ++-------+--------------------------+ +| 108 | MainOut8 | ++-------+--------------------------+ +| 1000 | DroneCAN Hardpoint ID 0 | ++-------+--------------------------+ +| 1001 | DroneCAN Hardpoint ID 1 | ++-------+--------------------------+ +| 1002 | DroneCAN Hardpoint ID 2 | ++-------+--------------------------+ +| 1003 | DroneCAN Hardpoint ID 3 | ++-------+--------------------------+ +| 1004 | DroneCAN Hardpoint ID 4 | ++-------+--------------------------+ +| 1005 | DroneCAN Hardpoint ID 5 | ++-------+--------------------------+ +| 1006 | DroneCAN Hardpoint ID 6 | ++-------+--------------------------+ +| 1007 | DroneCAN Hardpoint ID 7 | ++-------+--------------------------+ +| 1008 | DroneCAN Hardpoint ID 8 | ++-------+--------------------------+ +| 1009 | DroneCAN Hardpoint ID 9 | ++-------+--------------------------+ +| 1010 | DroneCAN Hardpoint ID 10 | ++-------+--------------------------+ +| 1011 | DroneCAN Hardpoint ID 11 | ++-------+--------------------------+ +| 1012 | DroneCAN Hardpoint ID 12 | ++-------+--------------------------+ +| 1013 | DroneCAN Hardpoint ID 13 | ++-------+--------------------------+ +| 1014 | DroneCAN Hardpoint ID 14 | ++-------+--------------------------+ +| 1015 | DroneCAN Hardpoint ID 15 | ++-------+--------------------------+ + + + + +.. _RELAY3_DEFAULT: + +RELAY3\_DEFAULT: Relay default state +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Should the relay default to on or off\, this only applies to RELAYx\_FUNC \"Relay\" \(1\)\. All other uses will pick the appropriate default output state from within the controlling function\'s parameters\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Off | ++-------+----------+ +| 1 | On | ++-------+----------+ +| 2 | NoChange | ++-------+----------+ + + + + + +.. _parameters_RELAY4_: + +RELAY4\_ Parameters +------------------- + + +.. _RELAY4_FUNCTION: + +RELAY4\_FUNCTION: Relay function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The function the relay channel is mapped to\. + + ++-------+------------------------------------------------------------------+ +| Value | Meaning | ++=======+==================================================================+ +| 0 | None | ++-------+------------------------------------------------------------------+ +| 1 | Relay | ++-------+------------------------------------------------------------------+ +| 4 | Camera | ++-------+------------------------------------------------------------------+ +| 5 | Bushed motor reverse 1 throttle or throttle-left or omni motor 1 | ++-------+------------------------------------------------------------------+ +| 6 | Bushed motor reverse 2 throttle-right or omni motor 2 | ++-------+------------------------------------------------------------------+ +| 7 | Bushed motor reverse 3 omni motor 3 | ++-------+------------------------------------------------------------------+ +| 8 | Bushed motor reverse 4 omni motor 4 | ++-------+------------------------------------------------------------------+ + + + + +.. _RELAY4_PIN: + +RELAY4\_PIN: Relay pin +~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin number for relay control\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++-------+--------------------------+ +| Value | Meaning | ++=======+==========================+ +| -1 | Disabled | ++-------+--------------------------+ +| 49 | BB Blue GP0 pin 4 | ++-------+--------------------------+ +| 50 | AUXOUT1 | ++-------+--------------------------+ +| 51 | AUXOUT2 | ++-------+--------------------------+ +| 52 | AUXOUT3 | ++-------+--------------------------+ +| 53 | AUXOUT4 | ++-------+--------------------------+ +| 54 | AUXOUT5 | ++-------+--------------------------+ +| 55 | AUXOUT6 | ++-------+--------------------------+ +| 57 | BB Blue GP0 pin 3 | ++-------+--------------------------+ +| 113 | BB Blue GP0 pin 6 | ++-------+--------------------------+ +| 116 | BB Blue GP0 pin 5 | ++-------+--------------------------+ +| 62 | BBBMini Pin P8.13 | ++-------+--------------------------+ +| 101 | MainOut1 | ++-------+--------------------------+ +| 102 | MainOut2 | ++-------+--------------------------+ +| 103 | MainOut3 | ++-------+--------------------------+ +| 104 | MainOut4 | ++-------+--------------------------+ +| 105 | MainOut5 | ++-------+--------------------------+ +| 106 | MainOut6 | ++-------+--------------------------+ +| 107 | MainOut7 | ++-------+--------------------------+ +| 108 | MainOut8 | ++-------+--------------------------+ +| 1000 | DroneCAN Hardpoint ID 0 | ++-------+--------------------------+ +| 1001 | DroneCAN Hardpoint ID 1 | ++-------+--------------------------+ +| 1002 | DroneCAN Hardpoint ID 2 | ++-------+--------------------------+ +| 1003 | DroneCAN Hardpoint ID 3 | ++-------+--------------------------+ +| 1004 | DroneCAN Hardpoint ID 4 | ++-------+--------------------------+ +| 1005 | DroneCAN Hardpoint ID 5 | ++-------+--------------------------+ +| 1006 | DroneCAN Hardpoint ID 6 | ++-------+--------------------------+ +| 1007 | DroneCAN Hardpoint ID 7 | ++-------+--------------------------+ +| 1008 | DroneCAN Hardpoint ID 8 | ++-------+--------------------------+ +| 1009 | DroneCAN Hardpoint ID 9 | ++-------+--------------------------+ +| 1010 | DroneCAN Hardpoint ID 10 | ++-------+--------------------------+ +| 1011 | DroneCAN Hardpoint ID 11 | ++-------+--------------------------+ +| 1012 | DroneCAN Hardpoint ID 12 | ++-------+--------------------------+ +| 1013 | DroneCAN Hardpoint ID 13 | ++-------+--------------------------+ +| 1014 | DroneCAN Hardpoint ID 14 | ++-------+--------------------------+ +| 1015 | DroneCAN Hardpoint ID 15 | ++-------+--------------------------+ + + + + +.. _RELAY4_DEFAULT: + +RELAY4\_DEFAULT: Relay default state +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Should the relay default to on or off\, this only applies to RELAYx\_FUNC \"Relay\" \(1\)\. All other uses will pick the appropriate default output state from within the controlling function\'s parameters\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Off | ++-------+----------+ +| 1 | On | ++-------+----------+ +| 2 | NoChange | ++-------+----------+ + + + + + +.. _parameters_RELAY5_: + +RELAY5\_ Parameters +------------------- + + +.. _RELAY5_FUNCTION: + +RELAY5\_FUNCTION: Relay function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The function the relay channel is mapped to\. + + ++-------+------------------------------------------------------------------+ +| Value | Meaning | ++=======+==================================================================+ +| 0 | None | ++-------+------------------------------------------------------------------+ +| 1 | Relay | ++-------+------------------------------------------------------------------+ +| 4 | Camera | ++-------+------------------------------------------------------------------+ +| 5 | Bushed motor reverse 1 throttle or throttle-left or omni motor 1 | ++-------+------------------------------------------------------------------+ +| 6 | Bushed motor reverse 2 throttle-right or omni motor 2 | ++-------+------------------------------------------------------------------+ +| 7 | Bushed motor reverse 3 omni motor 3 | ++-------+------------------------------------------------------------------+ +| 8 | Bushed motor reverse 4 omni motor 4 | ++-------+------------------------------------------------------------------+ + + + + +.. _RELAY5_PIN: + +RELAY5\_PIN: Relay pin +~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin number for relay control\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++-------+--------------------------+ +| Value | Meaning | ++=======+==========================+ +| -1 | Disabled | ++-------+--------------------------+ +| 49 | BB Blue GP0 pin 4 | ++-------+--------------------------+ +| 50 | AUXOUT1 | ++-------+--------------------------+ +| 51 | AUXOUT2 | ++-------+--------------------------+ +| 52 | AUXOUT3 | ++-------+--------------------------+ +| 53 | AUXOUT4 | ++-------+--------------------------+ +| 54 | AUXOUT5 | ++-------+--------------------------+ +| 55 | AUXOUT6 | ++-------+--------------------------+ +| 57 | BB Blue GP0 pin 3 | ++-------+--------------------------+ +| 113 | BB Blue GP0 pin 6 | ++-------+--------------------------+ +| 116 | BB Blue GP0 pin 5 | ++-------+--------------------------+ +| 62 | BBBMini Pin P8.13 | ++-------+--------------------------+ +| 101 | MainOut1 | ++-------+--------------------------+ +| 102 | MainOut2 | ++-------+--------------------------+ +| 103 | MainOut3 | ++-------+--------------------------+ +| 104 | MainOut4 | ++-------+--------------------------+ +| 105 | MainOut5 | ++-------+--------------------------+ +| 106 | MainOut6 | ++-------+--------------------------+ +| 107 | MainOut7 | ++-------+--------------------------+ +| 108 | MainOut8 | ++-------+--------------------------+ +| 1000 | DroneCAN Hardpoint ID 0 | ++-------+--------------------------+ +| 1001 | DroneCAN Hardpoint ID 1 | ++-------+--------------------------+ +| 1002 | DroneCAN Hardpoint ID 2 | ++-------+--------------------------+ +| 1003 | DroneCAN Hardpoint ID 3 | ++-------+--------------------------+ +| 1004 | DroneCAN Hardpoint ID 4 | ++-------+--------------------------+ +| 1005 | DroneCAN Hardpoint ID 5 | ++-------+--------------------------+ +| 1006 | DroneCAN Hardpoint ID 6 | ++-------+--------------------------+ +| 1007 | DroneCAN Hardpoint ID 7 | ++-------+--------------------------+ +| 1008 | DroneCAN Hardpoint ID 8 | ++-------+--------------------------+ +| 1009 | DroneCAN Hardpoint ID 9 | ++-------+--------------------------+ +| 1010 | DroneCAN Hardpoint ID 10 | ++-------+--------------------------+ +| 1011 | DroneCAN Hardpoint ID 11 | ++-------+--------------------------+ +| 1012 | DroneCAN Hardpoint ID 12 | ++-------+--------------------------+ +| 1013 | DroneCAN Hardpoint ID 13 | ++-------+--------------------------+ +| 1014 | DroneCAN Hardpoint ID 14 | ++-------+--------------------------+ +| 1015 | DroneCAN Hardpoint ID 15 | ++-------+--------------------------+ + + + + +.. _RELAY5_DEFAULT: + +RELAY5\_DEFAULT: Relay default state +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Should the relay default to on or off\, this only applies to RELAYx\_FUNC \"Relay\" \(1\)\. All other uses will pick the appropriate default output state from within the controlling function\'s parameters\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Off | ++-------+----------+ +| 1 | On | ++-------+----------+ +| 2 | NoChange | ++-------+----------+ + + + + + +.. _parameters_RELAY6_: + +RELAY6\_ Parameters +------------------- + + +.. _RELAY6_FUNCTION: + +RELAY6\_FUNCTION: Relay function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The function the relay channel is mapped to\. + + ++-------+------------------------------------------------------------------+ +| Value | Meaning | ++=======+==================================================================+ +| 0 | None | ++-------+------------------------------------------------------------------+ +| 1 | Relay | ++-------+------------------------------------------------------------------+ +| 4 | Camera | ++-------+------------------------------------------------------------------+ +| 5 | Bushed motor reverse 1 throttle or throttle-left or omni motor 1 | ++-------+------------------------------------------------------------------+ +| 6 | Bushed motor reverse 2 throttle-right or omni motor 2 | ++-------+------------------------------------------------------------------+ +| 7 | Bushed motor reverse 3 omni motor 3 | ++-------+------------------------------------------------------------------+ +| 8 | Bushed motor reverse 4 omni motor 4 | ++-------+------------------------------------------------------------------+ + + + + +.. _RELAY6_PIN: + +RELAY6\_PIN: Relay pin +~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin number for relay control\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++-------+--------------------------+ +| Value | Meaning | ++=======+==========================+ +| -1 | Disabled | ++-------+--------------------------+ +| 49 | BB Blue GP0 pin 4 | ++-------+--------------------------+ +| 50 | AUXOUT1 | ++-------+--------------------------+ +| 51 | AUXOUT2 | ++-------+--------------------------+ +| 52 | AUXOUT3 | ++-------+--------------------------+ +| 53 | AUXOUT4 | ++-------+--------------------------+ +| 54 | AUXOUT5 | ++-------+--------------------------+ +| 55 | AUXOUT6 | ++-------+--------------------------+ +| 57 | BB Blue GP0 pin 3 | ++-------+--------------------------+ +| 113 | BB Blue GP0 pin 6 | ++-------+--------------------------+ +| 116 | BB Blue GP0 pin 5 | ++-------+--------------------------+ +| 62 | BBBMini Pin P8.13 | ++-------+--------------------------+ +| 101 | MainOut1 | ++-------+--------------------------+ +| 102 | MainOut2 | ++-------+--------------------------+ +| 103 | MainOut3 | ++-------+--------------------------+ +| 104 | MainOut4 | ++-------+--------------------------+ +| 105 | MainOut5 | ++-------+--------------------------+ +| 106 | MainOut6 | ++-------+--------------------------+ +| 107 | MainOut7 | ++-------+--------------------------+ +| 108 | MainOut8 | ++-------+--------------------------+ +| 1000 | DroneCAN Hardpoint ID 0 | ++-------+--------------------------+ +| 1001 | DroneCAN Hardpoint ID 1 | ++-------+--------------------------+ +| 1002 | DroneCAN Hardpoint ID 2 | ++-------+--------------------------+ +| 1003 | DroneCAN Hardpoint ID 3 | ++-------+--------------------------+ +| 1004 | DroneCAN Hardpoint ID 4 | ++-------+--------------------------+ +| 1005 | DroneCAN Hardpoint ID 5 | ++-------+--------------------------+ +| 1006 | DroneCAN Hardpoint ID 6 | ++-------+--------------------------+ +| 1007 | DroneCAN Hardpoint ID 7 | ++-------+--------------------------+ +| 1008 | DroneCAN Hardpoint ID 8 | ++-------+--------------------------+ +| 1009 | DroneCAN Hardpoint ID 9 | ++-------+--------------------------+ +| 1010 | DroneCAN Hardpoint ID 10 | ++-------+--------------------------+ +| 1011 | DroneCAN Hardpoint ID 11 | ++-------+--------------------------+ +| 1012 | DroneCAN Hardpoint ID 12 | ++-------+--------------------------+ +| 1013 | DroneCAN Hardpoint ID 13 | ++-------+--------------------------+ +| 1014 | DroneCAN Hardpoint ID 14 | ++-------+--------------------------+ +| 1015 | DroneCAN Hardpoint ID 15 | ++-------+--------------------------+ + + + + +.. _RELAY6_DEFAULT: + +RELAY6\_DEFAULT: Relay default state +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Should the relay default to on or off\, this only applies to RELAYx\_FUNC \"Relay\" \(1\)\. All other uses will pick the appropriate default output state from within the controlling function\'s parameters\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Off | ++-------+----------+ +| 1 | On | ++-------+----------+ +| 2 | NoChange | ++-------+----------+ + + + + + +.. _parameters_RELAY7_: + +RELAY7\_ Parameters +------------------- + + +.. _RELAY7_FUNCTION: + +RELAY7\_FUNCTION: Relay function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The function the relay channel is mapped to\. + + ++-------+------------------------------------------------------------------+ +| Value | Meaning | ++=======+==================================================================+ +| 0 | None | ++-------+------------------------------------------------------------------+ +| 1 | Relay | ++-------+------------------------------------------------------------------+ +| 4 | Camera | ++-------+------------------------------------------------------------------+ +| 5 | Bushed motor reverse 1 throttle or throttle-left or omni motor 1 | ++-------+------------------------------------------------------------------+ +| 6 | Bushed motor reverse 2 throttle-right or omni motor 2 | ++-------+------------------------------------------------------------------+ +| 7 | Bushed motor reverse 3 omni motor 3 | ++-------+------------------------------------------------------------------+ +| 8 | Bushed motor reverse 4 omni motor 4 | ++-------+------------------------------------------------------------------+ + + + + +.. _RELAY7_PIN: + +RELAY7\_PIN: Relay pin +~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin number for relay control\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++-------+--------------------------+ +| Value | Meaning | ++=======+==========================+ +| -1 | Disabled | ++-------+--------------------------+ +| 49 | BB Blue GP0 pin 4 | ++-------+--------------------------+ +| 50 | AUXOUT1 | ++-------+--------------------------+ +| 51 | AUXOUT2 | ++-------+--------------------------+ +| 52 | AUXOUT3 | ++-------+--------------------------+ +| 53 | AUXOUT4 | ++-------+--------------------------+ +| 54 | AUXOUT5 | ++-------+--------------------------+ +| 55 | AUXOUT6 | ++-------+--------------------------+ +| 57 | BB Blue GP0 pin 3 | ++-------+--------------------------+ +| 113 | BB Blue GP0 pin 6 | ++-------+--------------------------+ +| 116 | BB Blue GP0 pin 5 | ++-------+--------------------------+ +| 62 | BBBMini Pin P8.13 | ++-------+--------------------------+ +| 101 | MainOut1 | ++-------+--------------------------+ +| 102 | MainOut2 | ++-------+--------------------------+ +| 103 | MainOut3 | ++-------+--------------------------+ +| 104 | MainOut4 | ++-------+--------------------------+ +| 105 | MainOut5 | ++-------+--------------------------+ +| 106 | MainOut6 | ++-------+--------------------------+ +| 107 | MainOut7 | ++-------+--------------------------+ +| 108 | MainOut8 | ++-------+--------------------------+ +| 1000 | DroneCAN Hardpoint ID 0 | ++-------+--------------------------+ +| 1001 | DroneCAN Hardpoint ID 1 | ++-------+--------------------------+ +| 1002 | DroneCAN Hardpoint ID 2 | ++-------+--------------------------+ +| 1003 | DroneCAN Hardpoint ID 3 | ++-------+--------------------------+ +| 1004 | DroneCAN Hardpoint ID 4 | ++-------+--------------------------+ +| 1005 | DroneCAN Hardpoint ID 5 | ++-------+--------------------------+ +| 1006 | DroneCAN Hardpoint ID 6 | ++-------+--------------------------+ +| 1007 | DroneCAN Hardpoint ID 7 | ++-------+--------------------------+ +| 1008 | DroneCAN Hardpoint ID 8 | ++-------+--------------------------+ +| 1009 | DroneCAN Hardpoint ID 9 | ++-------+--------------------------+ +| 1010 | DroneCAN Hardpoint ID 10 | ++-------+--------------------------+ +| 1011 | DroneCAN Hardpoint ID 11 | ++-------+--------------------------+ +| 1012 | DroneCAN Hardpoint ID 12 | ++-------+--------------------------+ +| 1013 | DroneCAN Hardpoint ID 13 | ++-------+--------------------------+ +| 1014 | DroneCAN Hardpoint ID 14 | ++-------+--------------------------+ +| 1015 | DroneCAN Hardpoint ID 15 | ++-------+--------------------------+ + + + + +.. _RELAY7_DEFAULT: + +RELAY7\_DEFAULT: Relay default state +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Should the relay default to on or off\, this only applies to RELAYx\_FUNC \"Relay\" \(1\)\. All other uses will pick the appropriate default output state from within the controlling function\'s parameters\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Off | ++-------+----------+ +| 1 | On | ++-------+----------+ +| 2 | NoChange | ++-------+----------+ + + + + + +.. _parameters_RELAY8_: + +RELAY8\_ Parameters +------------------- + + +.. _RELAY8_FUNCTION: + +RELAY8\_FUNCTION: Relay function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The function the relay channel is mapped to\. + + ++-------+------------------------------------------------------------------+ +| Value | Meaning | ++=======+==================================================================+ +| 0 | None | ++-------+------------------------------------------------------------------+ +| 1 | Relay | ++-------+------------------------------------------------------------------+ +| 4 | Camera | ++-------+------------------------------------------------------------------+ +| 5 | Bushed motor reverse 1 throttle or throttle-left or omni motor 1 | ++-------+------------------------------------------------------------------+ +| 6 | Bushed motor reverse 2 throttle-right or omni motor 2 | ++-------+------------------------------------------------------------------+ +| 7 | Bushed motor reverse 3 omni motor 3 | ++-------+------------------------------------------------------------------+ +| 8 | Bushed motor reverse 4 omni motor 4 | ++-------+------------------------------------------------------------------+ + + + + +.. _RELAY8_PIN: + +RELAY8\_PIN: Relay pin +~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin number for relay control\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++-------+--------------------------+ +| Value | Meaning | ++=======+==========================+ +| -1 | Disabled | ++-------+--------------------------+ +| 49 | BB Blue GP0 pin 4 | ++-------+--------------------------+ +| 50 | AUXOUT1 | ++-------+--------------------------+ +| 51 | AUXOUT2 | ++-------+--------------------------+ +| 52 | AUXOUT3 | ++-------+--------------------------+ +| 53 | AUXOUT4 | ++-------+--------------------------+ +| 54 | AUXOUT5 | ++-------+--------------------------+ +| 55 | AUXOUT6 | ++-------+--------------------------+ +| 57 | BB Blue GP0 pin 3 | ++-------+--------------------------+ +| 113 | BB Blue GP0 pin 6 | ++-------+--------------------------+ +| 116 | BB Blue GP0 pin 5 | ++-------+--------------------------+ +| 62 | BBBMini Pin P8.13 | ++-------+--------------------------+ +| 101 | MainOut1 | ++-------+--------------------------+ +| 102 | MainOut2 | ++-------+--------------------------+ +| 103 | MainOut3 | ++-------+--------------------------+ +| 104 | MainOut4 | ++-------+--------------------------+ +| 105 | MainOut5 | ++-------+--------------------------+ +| 106 | MainOut6 | ++-------+--------------------------+ +| 107 | MainOut7 | ++-------+--------------------------+ +| 108 | MainOut8 | ++-------+--------------------------+ +| 1000 | DroneCAN Hardpoint ID 0 | ++-------+--------------------------+ +| 1001 | DroneCAN Hardpoint ID 1 | ++-------+--------------------------+ +| 1002 | DroneCAN Hardpoint ID 2 | ++-------+--------------------------+ +| 1003 | DroneCAN Hardpoint ID 3 | ++-------+--------------------------+ +| 1004 | DroneCAN Hardpoint ID 4 | ++-------+--------------------------+ +| 1005 | DroneCAN Hardpoint ID 5 | ++-------+--------------------------+ +| 1006 | DroneCAN Hardpoint ID 6 | ++-------+--------------------------+ +| 1007 | DroneCAN Hardpoint ID 7 | ++-------+--------------------------+ +| 1008 | DroneCAN Hardpoint ID 8 | ++-------+--------------------------+ +| 1009 | DroneCAN Hardpoint ID 9 | ++-------+--------------------------+ +| 1010 | DroneCAN Hardpoint ID 10 | ++-------+--------------------------+ +| 1011 | DroneCAN Hardpoint ID 11 | ++-------+--------------------------+ +| 1012 | DroneCAN Hardpoint ID 12 | ++-------+--------------------------+ +| 1013 | DroneCAN Hardpoint ID 13 | ++-------+--------------------------+ +| 1014 | DroneCAN Hardpoint ID 14 | ++-------+--------------------------+ +| 1015 | DroneCAN Hardpoint ID 15 | ++-------+--------------------------+ + + + + +.. _RELAY8_DEFAULT: + +RELAY8\_DEFAULT: Relay default state +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Should the relay default to on or off\, this only applies to RELAYx\_FUNC \"Relay\" \(1\)\. All other uses will pick the appropriate default output state from within the controlling function\'s parameters\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Off | ++-------+----------+ +| 1 | On | ++-------+----------+ +| 2 | NoChange | ++-------+----------+ + + + + + +.. _parameters_RELAY9_: + +RELAY9\_ Parameters +------------------- + + +.. _RELAY9_FUNCTION: + +RELAY9\_FUNCTION: Relay function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The function the relay channel is mapped to\. + + ++-------+------------------------------------------------------------------+ +| Value | Meaning | ++=======+==================================================================+ +| 0 | None | ++-------+------------------------------------------------------------------+ +| 1 | Relay | ++-------+------------------------------------------------------------------+ +| 4 | Camera | ++-------+------------------------------------------------------------------+ +| 5 | Bushed motor reverse 1 throttle or throttle-left or omni motor 1 | ++-------+------------------------------------------------------------------+ +| 6 | Bushed motor reverse 2 throttle-right or omni motor 2 | ++-------+------------------------------------------------------------------+ +| 7 | Bushed motor reverse 3 omni motor 3 | ++-------+------------------------------------------------------------------+ +| 8 | Bushed motor reverse 4 omni motor 4 | ++-------+------------------------------------------------------------------+ + + + + +.. _RELAY9_PIN: + +RELAY9\_PIN: Relay pin +~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin number for relay control\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++-------+--------------------------+ +| Value | Meaning | ++=======+==========================+ +| -1 | Disabled | ++-------+--------------------------+ +| 49 | BB Blue GP0 pin 4 | ++-------+--------------------------+ +| 50 | AUXOUT1 | ++-------+--------------------------+ +| 51 | AUXOUT2 | ++-------+--------------------------+ +| 52 | AUXOUT3 | ++-------+--------------------------+ +| 53 | AUXOUT4 | ++-------+--------------------------+ +| 54 | AUXOUT5 | ++-------+--------------------------+ +| 55 | AUXOUT6 | ++-------+--------------------------+ +| 57 | BB Blue GP0 pin 3 | ++-------+--------------------------+ +| 113 | BB Blue GP0 pin 6 | ++-------+--------------------------+ +| 116 | BB Blue GP0 pin 5 | ++-------+--------------------------+ +| 62 | BBBMini Pin P8.13 | ++-------+--------------------------+ +| 101 | MainOut1 | ++-------+--------------------------+ +| 102 | MainOut2 | ++-------+--------------------------+ +| 103 | MainOut3 | ++-------+--------------------------+ +| 104 | MainOut4 | ++-------+--------------------------+ +| 105 | MainOut5 | ++-------+--------------------------+ +| 106 | MainOut6 | ++-------+--------------------------+ +| 107 | MainOut7 | ++-------+--------------------------+ +| 108 | MainOut8 | ++-------+--------------------------+ +| 1000 | DroneCAN Hardpoint ID 0 | ++-------+--------------------------+ +| 1001 | DroneCAN Hardpoint ID 1 | ++-------+--------------------------+ +| 1002 | DroneCAN Hardpoint ID 2 | ++-------+--------------------------+ +| 1003 | DroneCAN Hardpoint ID 3 | ++-------+--------------------------+ +| 1004 | DroneCAN Hardpoint ID 4 | ++-------+--------------------------+ +| 1005 | DroneCAN Hardpoint ID 5 | ++-------+--------------------------+ +| 1006 | DroneCAN Hardpoint ID 6 | ++-------+--------------------------+ +| 1007 | DroneCAN Hardpoint ID 7 | ++-------+--------------------------+ +| 1008 | DroneCAN Hardpoint ID 8 | ++-------+--------------------------+ +| 1009 | DroneCAN Hardpoint ID 9 | ++-------+--------------------------+ +| 1010 | DroneCAN Hardpoint ID 10 | ++-------+--------------------------+ +| 1011 | DroneCAN Hardpoint ID 11 | ++-------+--------------------------+ +| 1012 | DroneCAN Hardpoint ID 12 | ++-------+--------------------------+ +| 1013 | DroneCAN Hardpoint ID 13 | ++-------+--------------------------+ +| 1014 | DroneCAN Hardpoint ID 14 | ++-------+--------------------------+ +| 1015 | DroneCAN Hardpoint ID 15 | ++-------+--------------------------+ + + + + +.. _RELAY9_DEFAULT: + +RELAY9\_DEFAULT: Relay default state +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Should the relay default to on or off\, this only applies to RELAYx\_FUNC \"Relay\" \(1\)\. All other uses will pick the appropriate default output state from within the controlling function\'s parameters\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Off | ++-------+----------+ +| 1 | On | ++-------+----------+ +| 2 | NoChange | ++-------+----------+ + + + + + +.. _parameters_RNGFND1_: + +RNGFND1\_ Parameters +-------------------- + + +.. _RNGFND1_TYPE: + +RNGFND1\_TYPE: Rangefinder type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of connected rangefinder + + ++-------+------------------------+ +| Value | Meaning | ++=======+========================+ +| 0 | None | ++-------+------------------------+ +| 1 | Analog | ++-------+------------------------+ +| 2 | MaxbotixI2C | ++-------+------------------------+ +| 3 | LidarLite-I2C | ++-------+------------------------+ +| 5 | PWM | ++-------+------------------------+ +| 6 | BBB-PRU | ++-------+------------------------+ +| 7 | LightWareI2C | ++-------+------------------------+ +| 8 | LightWareSerial | ++-------+------------------------+ +| 9 | Bebop | ++-------+------------------------+ +| 10 | MAVLink | ++-------+------------------------+ +| 11 | USD1_Serial | ++-------+------------------------+ +| 12 | LeddarOne | ++-------+------------------------+ +| 13 | MaxbotixSerial | ++-------+------------------------+ +| 14 | TeraRangerI2C | ++-------+------------------------+ +| 15 | LidarLiteV3-I2C | ++-------+------------------------+ +| 16 | VL53L0X or VL53L1X | ++-------+------------------------+ +| 17 | NMEA | ++-------+------------------------+ +| 18 | WASP-LRF | ++-------+------------------------+ +| 19 | BenewakeTF02 | ++-------+------------------------+ +| 20 | Benewake-Serial | ++-------+------------------------+ +| 21 | LidarLightV3HP | ++-------+------------------------+ +| 22 | PWM | ++-------+------------------------+ +| 23 | BlueRoboticsPing | ++-------+------------------------+ +| 24 | DroneCAN | ++-------+------------------------+ +| 25 | BenewakeTFminiPlus-I2C | ++-------+------------------------+ +| 26 | LanbaoPSK-CM8JL65-CC5 | ++-------+------------------------+ +| 27 | BenewakeTF03 | ++-------+------------------------+ +| 28 | VL53L1X-ShortRange | ++-------+------------------------+ +| 29 | LeddarVu8-Serial | ++-------+------------------------+ +| 30 | HC-SR04 | ++-------+------------------------+ +| 31 | GYUS42v2 | ++-------+------------------------+ +| 32 | MSP | ++-------+------------------------+ +| 33 | USD1_CAN | ++-------+------------------------+ +| 34 | Benewake_CAN | ++-------+------------------------+ +| 35 | TeraRangerSerial | ++-------+------------------------+ +| 36 | Lua_Scripting | ++-------+------------------------+ +| 37 | NoopLoop_TOFSense | ++-------+------------------------+ +| 38 | NoopLoop_TOFSense_CAN | ++-------+------------------------+ +| 39 | NRA24_CAN | ++-------+------------------------+ +| 40 | NoopLoop_TOFSenseF_I2C | ++-------+------------------------+ +| 41 | JRE_Serial | ++-------+------------------------+ +| 100 | SITL | ++-------+------------------------+ + + + + +.. _RNGFND1_PIN: + +RNGFND1\_PIN: Rangefinder pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog or PWM input pin that rangefinder is connected to\. Airspeed ports can be used for Analog input\, AUXOUT can be used for PWM input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. For PWM input\, the pin must be configured as a digital GPIO\, see the Wiki\'s \"GPIOs\" section for details\. + + ++-------+---------------------------+ +| Value | Meaning | ++=======+===========================+ +| -1 | Not Used | ++-------+---------------------------+ +| 11 | Pixracer | ++-------+---------------------------+ +| 13 | Pixhawk ADC4 | ++-------+---------------------------+ +| 14 | Pixhawk ADC3 | ++-------+---------------------------+ +| 15 | Pixhawk ADC6/Pixhawk2 ADC | ++-------+---------------------------+ +| 50 | AUX1 | ++-------+---------------------------+ +| 51 | AUX2 | ++-------+---------------------------+ +| 52 | AUX3 | ++-------+---------------------------+ +| 53 | AUX4 | ++-------+---------------------------+ +| 54 | AUX5 | ++-------+---------------------------+ +| 55 | AUX6 | ++-------+---------------------------+ +| 103 | Pixhawk SBUS | ++-------+---------------------------+ + + + + +.. _RNGFND1_SCALING: + +RNGFND1\_SCALING: Rangefinder scaling +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Scaling factor between rangefinder reading and distance\. For the linear and inverted functions this is in meters per volt\. For the hyperbolic function the units are meterVolts\. For Maxbotix serial sonar this is unit conversion to meters\. + + ++-----------+-----------------+ +| Increment | Units | ++===========+=================+ +| 0.001 | meters per volt | ++-----------+-----------------+ + + + + +.. _RNGFND1_OFFSET: + +RNGFND1\_OFFSET: rangefinder offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Offset in volts for zero distance for analog rangefinders\. Offset added to distance in centimeters for PWM lidars + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.001 | volt | ++-----------+-------+ + + + + +.. _RNGFND1_FUNCTION: + +RNGFND1\_FUNCTION: Rangefinder function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +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\. + + ++-------+------------+ +| Value | Meaning | ++=======+============+ +| 0 | Linear | ++-------+------------+ +| 1 | Inverted | ++-------+------------+ +| 2 | Hyperbolic | ++-------+------------+ + + + + +.. _RNGFND1_MIN_CM: + +RNGFND1\_MIN\_CM: Rangefinder minimum distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum distance in centimeters that rangefinder can reliably read + + ++-----------+-------------+ +| Increment | Units | ++===========+=============+ +| 1 | centimeters | ++-----------+-------------+ + + + + +.. _RNGFND1_MAX_CM: + +RNGFND1\_MAX\_CM: Rangefinder maximum distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum distance in centimeters that rangefinder can reliably read + + ++-----------+-------------+ +| Increment | Units | ++===========+=============+ +| 1 | centimeters | ++-----------+-------------+ + + + + +.. _RNGFND1_STOP_PIN: + +RNGFND1\_STOP\_PIN: Rangefinder stop pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin that enables\/disables rangefinder measurement for the pwm rangefinder\. A value of \-1 means no pin\. If this is set\, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it\. This is used to enable powersaving when out of range\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++-------+----------------+ +| Value | Meaning | ++=======+================+ +| -1 | Not Used | ++-------+----------------+ +| 50 | AUX1 | ++-------+----------------+ +| 51 | AUX2 | ++-------+----------------+ +| 52 | AUX3 | ++-------+----------------+ +| 53 | AUX4 | ++-------+----------------+ +| 54 | AUX5 | ++-------+----------------+ +| 55 | AUX6 | ++-------+----------------+ +| 111 | PX4 FMU Relay1 | ++-------+----------------+ +| 112 | PX4 FMU Relay2 | ++-------+----------------+ +| 113 | PX4IO Relay1 | ++-------+----------------+ +| 114 | PX4IO Relay2 | ++-------+----------------+ +| 115 | PX4IO ACC1 | ++-------+----------------+ +| 116 | PX4IO ACC2 | ++-------+----------------+ + + + + +.. _RNGFND1_RMETRIC: + +RNGFND1\_RMETRIC: Ratiometric +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets whether an analog rangefinder is ratiometric\. Most analog rangefinders are ratiometric\, meaning that their output voltage is influenced by the supply voltage\. Some analog rangefinders \(such as the SF\/02\) have their own internal voltage regulators so they are not ratiometric\. + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0 | No | ++-------+---------+ +| 1 | Yes | ++-------+---------+ + + + + +.. _RNGFND1_PWRRNG: + +RNGFND1\_PWRRNG: Powersave range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode \(if available\)\. A value of zero means power saving is not enabled + + ++------------+--------+ +| Range | Units | ++============+========+ +| 0 to 32767 | meters | ++------------+--------+ + + + + +.. _RNGFND1_GNDCLEAR: + +RNGFND1\_GNDCLEAR: Distance \(in cm\) from the range finder to the ground +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets the expected range measurement\(in cm\) that the range finder should return when the vehicle is on the ground\. + + ++-----------+----------+-------------+ +| Increment | Range | Units | ++===========+==========+=============+ +| 1 | 5 to 127 | centimeters | ++-----------+----------+-------------+ + + + + +.. _RNGFND1_ADDR: + +RNGFND1\_ADDR: Bus address of sensor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the bus address of the sensor\, where applicable\. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 1 | 0 to 127 | ++-----------+----------+ + + + + +.. _RNGFND1_POS_X: + +RNGFND1\_POS\_X: X position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +X position of the rangefinder in body frame\. Positive X is forward of the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND1_POS_Y: + +RNGFND1\_POS\_Y: Y position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Y position of the rangefinder in body frame\. Positive Y is to the right of the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND1_POS_Z: + +RNGFND1\_POS\_Z: Z position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Z position of the rangefinder in body frame\. Positive Z is down from the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND1_ORIENT: + +RNGFND1\_ORIENT: Rangefinder orientation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Orientation of rangefinder + + ++-------+---------------+ +| Value | Meaning | ++=======+===============+ +| 0 | Forward | ++-------+---------------+ +| 1 | Forward-Right | ++-------+---------------+ +| 2 | Right | ++-------+---------------+ +| 3 | Back-Right | ++-------+---------------+ +| 4 | Back | ++-------+---------------+ +| 5 | Back-Left | ++-------+---------------+ +| 6 | Left | ++-------+---------------+ +| 7 | Forward-Left | ++-------+---------------+ +| 24 | Up | ++-------+---------------+ +| 25 | Down | ++-------+---------------+ + + + + +.. _RNGFND1_WSP_MAVG: + +RNGFND1\_WSP\_MAVG: Moving Average Range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the number of historic range results to use for calculating the current range result\. When MAVG is greater than 1\, the current range result will be the current measured value averaged with the N\-1 previous results + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND1_WSP_MEDF: + +RNGFND1\_WSP\_MEDF: Moving Median Filter +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the window size for the real\-time median filter\. When MEDF is greater than 0 the median filter is active + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND1_WSP_FRQ: + +RNGFND1\_WSP\_FRQ: Frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the repetition frequency of the ranging operation in Hertz\. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers\. + + ++------------+ +| Range | ++============+ +| 0 to 10000 | ++------------+ + + + + +.. _RNGFND1_WSP_AVG: + +RNGFND1\_WSP\_AVG: Multi\-pulse averages +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the number of pulses to be used in multi\-pulse averaging mode\. In this mode\, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND1_WSP_THR: + +RNGFND1\_WSP\_THR: Sensitivity threshold +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the system sensitivity\. Larger values of THR represent higher sensitivity\. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory\. Set to \-1 for automatic threshold adjustments + + ++-----------+ +| Range | ++===========+ +| -1 to 255 | ++-----------+ + + + + +.. _RNGFND1_WSP_BAUD: + +RNGFND1\_WSP\_BAUD: Baud rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Desired baud rate + + ++-------+------------+ +| Value | Meaning | ++=======+============+ +| 0 | Low Speed | ++-------+------------+ +| 1 | High Speed | ++-------+------------+ + + + + +.. _RNGFND1_RECV_ID: + +RNGFND1\_RECV\_ID: RangeFinder CAN receive ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The receive ID of the CAN frames\. A value of zero means all IDs are accepted\. + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + +.. _RNGFND1_SNR_MIN: + +RNGFND1\_SNR\_MIN: RangeFinder Minimum signal strength +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RangeFinder Minimum signal strength \(SNR\) to accept distance + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + + +.. _parameters_RNGFND2_: + +RNGFND2\_ Parameters +-------------------- + + +.. _RNGFND2_TYPE: + +RNGFND2\_TYPE: Rangefinder type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of connected rangefinder + + ++-------+------------------------+ +| Value | Meaning | ++=======+========================+ +| 0 | None | ++-------+------------------------+ +| 1 | Analog | ++-------+------------------------+ +| 2 | MaxbotixI2C | ++-------+------------------------+ +| 3 | LidarLite-I2C | ++-------+------------------------+ +| 5 | PWM | ++-------+------------------------+ +| 6 | BBB-PRU | ++-------+------------------------+ +| 7 | LightWareI2C | ++-------+------------------------+ +| 8 | LightWareSerial | ++-------+------------------------+ +| 9 | Bebop | ++-------+------------------------+ +| 10 | MAVLink | ++-------+------------------------+ +| 11 | USD1_Serial | ++-------+------------------------+ +| 12 | LeddarOne | ++-------+------------------------+ +| 13 | MaxbotixSerial | ++-------+------------------------+ +| 14 | TeraRangerI2C | ++-------+------------------------+ +| 15 | LidarLiteV3-I2C | ++-------+------------------------+ +| 16 | VL53L0X or VL53L1X | ++-------+------------------------+ +| 17 | NMEA | ++-------+------------------------+ +| 18 | WASP-LRF | ++-------+------------------------+ +| 19 | BenewakeTF02 | ++-------+------------------------+ +| 20 | Benewake-Serial | ++-------+------------------------+ +| 21 | LidarLightV3HP | ++-------+------------------------+ +| 22 | PWM | ++-------+------------------------+ +| 23 | BlueRoboticsPing | ++-------+------------------------+ +| 24 | DroneCAN | ++-------+------------------------+ +| 25 | BenewakeTFminiPlus-I2C | ++-------+------------------------+ +| 26 | LanbaoPSK-CM8JL65-CC5 | ++-------+------------------------+ +| 27 | BenewakeTF03 | ++-------+------------------------+ +| 28 | VL53L1X-ShortRange | ++-------+------------------------+ +| 29 | LeddarVu8-Serial | ++-------+------------------------+ +| 30 | HC-SR04 | ++-------+------------------------+ +| 31 | GYUS42v2 | ++-------+------------------------+ +| 32 | MSP | ++-------+------------------------+ +| 33 | USD1_CAN | ++-------+------------------------+ +| 34 | Benewake_CAN | ++-------+------------------------+ +| 35 | TeraRangerSerial | ++-------+------------------------+ +| 36 | Lua_Scripting | ++-------+------------------------+ +| 37 | NoopLoop_TOFSense | ++-------+------------------------+ +| 38 | NoopLoop_TOFSense_CAN | ++-------+------------------------+ +| 39 | NRA24_CAN | ++-------+------------------------+ +| 40 | NoopLoop_TOFSenseF_I2C | ++-------+------------------------+ +| 41 | JRE_Serial | ++-------+------------------------+ +| 100 | SITL | ++-------+------------------------+ + + + + +.. _RNGFND2_PIN: + +RNGFND2\_PIN: Rangefinder pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog or PWM input pin that rangefinder is connected to\. Airspeed ports can be used for Analog input\, AUXOUT can be used for PWM input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. For PWM input\, the pin must be configured as a digital GPIO\, see the Wiki\'s \"GPIOs\" section for details\. + + ++-------+---------------------------+ +| Value | Meaning | ++=======+===========================+ +| -1 | Not Used | ++-------+---------------------------+ +| 11 | Pixracer | ++-------+---------------------------+ +| 13 | Pixhawk ADC4 | ++-------+---------------------------+ +| 14 | Pixhawk ADC3 | ++-------+---------------------------+ +| 15 | Pixhawk ADC6/Pixhawk2 ADC | ++-------+---------------------------+ +| 50 | AUX1 | ++-------+---------------------------+ +| 51 | AUX2 | ++-------+---------------------------+ +| 52 | AUX3 | ++-------+---------------------------+ +| 53 | AUX4 | ++-------+---------------------------+ +| 54 | AUX5 | ++-------+---------------------------+ +| 55 | AUX6 | ++-------+---------------------------+ +| 103 | Pixhawk SBUS | ++-------+---------------------------+ + + + + +.. _RNGFND2_SCALING: + +RNGFND2\_SCALING: Rangefinder scaling +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Scaling factor between rangefinder reading and distance\. For the linear and inverted functions this is in meters per volt\. For the hyperbolic function the units are meterVolts\. For Maxbotix serial sonar this is unit conversion to meters\. + + ++-----------+-----------------+ +| Increment | Units | ++===========+=================+ +| 0.001 | meters per volt | ++-----------+-----------------+ + + + + +.. _RNGFND2_OFFSET: + +RNGFND2\_OFFSET: rangefinder offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Offset in volts for zero distance for analog rangefinders\. Offset added to distance in centimeters for PWM lidars + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.001 | volt | ++-----------+-------+ + + + + +.. _RNGFND2_FUNCTION: + +RNGFND2\_FUNCTION: Rangefinder function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +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\. + + ++-------+------------+ +| Value | Meaning | ++=======+============+ +| 0 | Linear | ++-------+------------+ +| 1 | Inverted | ++-------+------------+ +| 2 | Hyperbolic | ++-------+------------+ + + + + +.. _RNGFND2_MIN_CM: + +RNGFND2\_MIN\_CM: Rangefinder minimum distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum distance in centimeters that rangefinder can reliably read + + ++-----------+-------------+ +| Increment | Units | ++===========+=============+ +| 1 | centimeters | ++-----------+-------------+ + + + + +.. _RNGFND2_MAX_CM: + +RNGFND2\_MAX\_CM: Rangefinder maximum distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum distance in centimeters that rangefinder can reliably read + + ++-----------+-------------+ +| Increment | Units | ++===========+=============+ +| 1 | centimeters | ++-----------+-------------+ + + + + +.. _RNGFND2_STOP_PIN: + +RNGFND2\_STOP\_PIN: Rangefinder stop pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin that enables\/disables rangefinder measurement for the pwm rangefinder\. A value of \-1 means no pin\. If this is set\, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it\. This is used to enable powersaving when out of range\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++-------+----------------+ +| Value | Meaning | ++=======+================+ +| -1 | Not Used | ++-------+----------------+ +| 50 | AUX1 | ++-------+----------------+ +| 51 | AUX2 | ++-------+----------------+ +| 52 | AUX3 | ++-------+----------------+ +| 53 | AUX4 | ++-------+----------------+ +| 54 | AUX5 | ++-------+----------------+ +| 55 | AUX6 | ++-------+----------------+ +| 111 | PX4 FMU Relay1 | ++-------+----------------+ +| 112 | PX4 FMU Relay2 | ++-------+----------------+ +| 113 | PX4IO Relay1 | ++-------+----------------+ +| 114 | PX4IO Relay2 | ++-------+----------------+ +| 115 | PX4IO ACC1 | ++-------+----------------+ +| 116 | PX4IO ACC2 | ++-------+----------------+ + + + + +.. _RNGFND2_RMETRIC: + +RNGFND2\_RMETRIC: Ratiometric +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets whether an analog rangefinder is ratiometric\. Most analog rangefinders are ratiometric\, meaning that their output voltage is influenced by the supply voltage\. Some analog rangefinders \(such as the SF\/02\) have their own internal voltage regulators so they are not ratiometric\. + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0 | No | ++-------+---------+ +| 1 | Yes | ++-------+---------+ + + + + +.. _RNGFND2_PWRRNG: + +RNGFND2\_PWRRNG: Powersave range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode \(if available\)\. A value of zero means power saving is not enabled + + ++------------+--------+ +| Range | Units | ++============+========+ +| 0 to 32767 | meters | ++------------+--------+ + + + + +.. _RNGFND2_GNDCLEAR: + +RNGFND2\_GNDCLEAR: Distance \(in cm\) from the range finder to the ground +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets the expected range measurement\(in cm\) that the range finder should return when the vehicle is on the ground\. + + ++-----------+----------+-------------+ +| Increment | Range | Units | ++===========+==========+=============+ +| 1 | 5 to 127 | centimeters | ++-----------+----------+-------------+ + + + + +.. _RNGFND2_ADDR: + +RNGFND2\_ADDR: Bus address of sensor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the bus address of the sensor\, where applicable\. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 1 | 0 to 127 | ++-----------+----------+ + + + + +.. _RNGFND2_POS_X: + +RNGFND2\_POS\_X: X position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +X position of the rangefinder in body frame\. Positive X is forward of the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND2_POS_Y: + +RNGFND2\_POS\_Y: Y position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Y position of the rangefinder in body frame\. Positive Y is to the right of the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND2_POS_Z: + +RNGFND2\_POS\_Z: Z position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Z position of the rangefinder in body frame\. Positive Z is down from the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND2_ORIENT: + +RNGFND2\_ORIENT: Rangefinder orientation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Orientation of rangefinder + + ++-------+---------------+ +| Value | Meaning | ++=======+===============+ +| 0 | Forward | ++-------+---------------+ +| 1 | Forward-Right | ++-------+---------------+ +| 2 | Right | ++-------+---------------+ +| 3 | Back-Right | ++-------+---------------+ +| 4 | Back | ++-------+---------------+ +| 5 | Back-Left | ++-------+---------------+ +| 6 | Left | ++-------+---------------+ +| 7 | Forward-Left | ++-------+---------------+ +| 24 | Up | ++-------+---------------+ +| 25 | Down | ++-------+---------------+ + + + + +.. _RNGFND2_WSP_MAVG: + +RNGFND2\_WSP\_MAVG: Moving Average Range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the number of historic range results to use for calculating the current range result\. When MAVG is greater than 1\, the current range result will be the current measured value averaged with the N\-1 previous results + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND2_WSP_MEDF: + +RNGFND2\_WSP\_MEDF: Moving Median Filter +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the window size for the real\-time median filter\. When MEDF is greater than 0 the median filter is active + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND2_WSP_FRQ: + +RNGFND2\_WSP\_FRQ: Frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the repetition frequency of the ranging operation in Hertz\. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers\. + + ++------------+ +| Range | ++============+ +| 0 to 10000 | ++------------+ + + + + +.. _RNGFND2_WSP_AVG: + +RNGFND2\_WSP\_AVG: Multi\-pulse averages +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the number of pulses to be used in multi\-pulse averaging mode\. In this mode\, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND2_WSP_THR: + +RNGFND2\_WSP\_THR: Sensitivity threshold +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the system sensitivity\. Larger values of THR represent higher sensitivity\. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory\. Set to \-1 for automatic threshold adjustments + + ++-----------+ +| Range | ++===========+ +| -1 to 255 | ++-----------+ + + + + +.. _RNGFND2_WSP_BAUD: + +RNGFND2\_WSP\_BAUD: Baud rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Desired baud rate + + ++-------+------------+ +| Value | Meaning | ++=======+============+ +| 0 | Low Speed | ++-------+------------+ +| 1 | High Speed | ++-------+------------+ + + + + +.. _RNGFND2_RECV_ID: + +RNGFND2\_RECV\_ID: RangeFinder CAN receive ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The receive ID of the CAN frames\. A value of zero means all IDs are accepted\. + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + +.. _RNGFND2_SNR_MIN: + +RNGFND2\_SNR\_MIN: RangeFinder Minimum signal strength +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RangeFinder Minimum signal strength \(SNR\) to accept distance + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + + +.. _parameters_RNGFND3_: + +RNGFND3\_ Parameters +-------------------- + + +.. _RNGFND3_TYPE: + +RNGFND3\_TYPE: Rangefinder type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of connected rangefinder + + ++-------+------------------------+ +| Value | Meaning | ++=======+========================+ +| 0 | None | ++-------+------------------------+ +| 1 | Analog | ++-------+------------------------+ +| 2 | MaxbotixI2C | ++-------+------------------------+ +| 3 | LidarLite-I2C | ++-------+------------------------+ +| 5 | PWM | ++-------+------------------------+ +| 6 | BBB-PRU | ++-------+------------------------+ +| 7 | LightWareI2C | ++-------+------------------------+ +| 8 | LightWareSerial | ++-------+------------------------+ +| 9 | Bebop | ++-------+------------------------+ +| 10 | MAVLink | ++-------+------------------------+ +| 11 | USD1_Serial | ++-------+------------------------+ +| 12 | LeddarOne | ++-------+------------------------+ +| 13 | MaxbotixSerial | ++-------+------------------------+ +| 14 | TeraRangerI2C | ++-------+------------------------+ +| 15 | LidarLiteV3-I2C | ++-------+------------------------+ +| 16 | VL53L0X or VL53L1X | ++-------+------------------------+ +| 17 | NMEA | ++-------+------------------------+ +| 18 | WASP-LRF | ++-------+------------------------+ +| 19 | BenewakeTF02 | ++-------+------------------------+ +| 20 | Benewake-Serial | ++-------+------------------------+ +| 21 | LidarLightV3HP | ++-------+------------------------+ +| 22 | PWM | ++-------+------------------------+ +| 23 | BlueRoboticsPing | ++-------+------------------------+ +| 24 | DroneCAN | ++-------+------------------------+ +| 25 | BenewakeTFminiPlus-I2C | ++-------+------------------------+ +| 26 | LanbaoPSK-CM8JL65-CC5 | ++-------+------------------------+ +| 27 | BenewakeTF03 | ++-------+------------------------+ +| 28 | VL53L1X-ShortRange | ++-------+------------------------+ +| 29 | LeddarVu8-Serial | ++-------+------------------------+ +| 30 | HC-SR04 | ++-------+------------------------+ +| 31 | GYUS42v2 | ++-------+------------------------+ +| 32 | MSP | ++-------+------------------------+ +| 33 | USD1_CAN | ++-------+------------------------+ +| 34 | Benewake_CAN | ++-------+------------------------+ +| 35 | TeraRangerSerial | ++-------+------------------------+ +| 36 | Lua_Scripting | ++-------+------------------------+ +| 37 | NoopLoop_TOFSense | ++-------+------------------------+ +| 38 | NoopLoop_TOFSense_CAN | ++-------+------------------------+ +| 39 | NRA24_CAN | ++-------+------------------------+ +| 40 | NoopLoop_TOFSenseF_I2C | ++-------+------------------------+ +| 41 | JRE_Serial | ++-------+------------------------+ +| 100 | SITL | ++-------+------------------------+ + + + + +.. _RNGFND3_PIN: + +RNGFND3\_PIN: Rangefinder pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog or PWM input pin that rangefinder is connected to\. Airspeed ports can be used for Analog input\, AUXOUT can be used for PWM input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. For PWM input\, the pin must be configured as a digital GPIO\, see the Wiki\'s \"GPIOs\" section for details\. + + ++-------+---------------------------+ +| Value | Meaning | ++=======+===========================+ +| -1 | Not Used | ++-------+---------------------------+ +| 11 | Pixracer | ++-------+---------------------------+ +| 13 | Pixhawk ADC4 | ++-------+---------------------------+ +| 14 | Pixhawk ADC3 | ++-------+---------------------------+ +| 15 | Pixhawk ADC6/Pixhawk2 ADC | ++-------+---------------------------+ +| 50 | AUX1 | ++-------+---------------------------+ +| 51 | AUX2 | ++-------+---------------------------+ +| 52 | AUX3 | ++-------+---------------------------+ +| 53 | AUX4 | ++-------+---------------------------+ +| 54 | AUX5 | ++-------+---------------------------+ +| 55 | AUX6 | ++-------+---------------------------+ +| 103 | Pixhawk SBUS | ++-------+---------------------------+ + + + + +.. _RNGFND3_SCALING: + +RNGFND3\_SCALING: Rangefinder scaling +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Scaling factor between rangefinder reading and distance\. For the linear and inverted functions this is in meters per volt\. For the hyperbolic function the units are meterVolts\. For Maxbotix serial sonar this is unit conversion to meters\. + + ++-----------+-----------------+ +| Increment | Units | ++===========+=================+ +| 0.001 | meters per volt | ++-----------+-----------------+ + + + + +.. _RNGFND3_OFFSET: + +RNGFND3\_OFFSET: rangefinder offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Offset in volts for zero distance for analog rangefinders\. Offset added to distance in centimeters for PWM lidars + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.001 | volt | ++-----------+-------+ + + + + +.. _RNGFND3_FUNCTION: + +RNGFND3\_FUNCTION: Rangefinder function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +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\. + + ++-------+------------+ +| Value | Meaning | ++=======+============+ +| 0 | Linear | ++-------+------------+ +| 1 | Inverted | ++-------+------------+ +| 2 | Hyperbolic | ++-------+------------+ + + + + +.. _RNGFND3_MIN_CM: + +RNGFND3\_MIN\_CM: Rangefinder minimum distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum distance in centimeters that rangefinder can reliably read + + ++-----------+-------------+ +| Increment | Units | ++===========+=============+ +| 1 | centimeters | ++-----------+-------------+ + + + + +.. _RNGFND3_MAX_CM: + +RNGFND3\_MAX\_CM: Rangefinder maximum distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum distance in centimeters that rangefinder can reliably read + + ++-----------+-------------+ +| Increment | Units | ++===========+=============+ +| 1 | centimeters | ++-----------+-------------+ + + + + +.. _RNGFND3_STOP_PIN: + +RNGFND3\_STOP\_PIN: Rangefinder stop pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin that enables\/disables rangefinder measurement for the pwm rangefinder\. A value of \-1 means no pin\. If this is set\, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it\. This is used to enable powersaving when out of range\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++-------+----------------+ +| Value | Meaning | ++=======+================+ +| -1 | Not Used | ++-------+----------------+ +| 50 | AUX1 | ++-------+----------------+ +| 51 | AUX2 | ++-------+----------------+ +| 52 | AUX3 | ++-------+----------------+ +| 53 | AUX4 | ++-------+----------------+ +| 54 | AUX5 | ++-------+----------------+ +| 55 | AUX6 | ++-------+----------------+ +| 111 | PX4 FMU Relay1 | ++-------+----------------+ +| 112 | PX4 FMU Relay2 | ++-------+----------------+ +| 113 | PX4IO Relay1 | ++-------+----------------+ +| 114 | PX4IO Relay2 | ++-------+----------------+ +| 115 | PX4IO ACC1 | ++-------+----------------+ +| 116 | PX4IO ACC2 | ++-------+----------------+ + + + + +.. _RNGFND3_RMETRIC: + +RNGFND3\_RMETRIC: Ratiometric +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets whether an analog rangefinder is ratiometric\. Most analog rangefinders are ratiometric\, meaning that their output voltage is influenced by the supply voltage\. Some analog rangefinders \(such as the SF\/02\) have their own internal voltage regulators so they are not ratiometric\. + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0 | No | ++-------+---------+ +| 1 | Yes | ++-------+---------+ + + + + +.. _RNGFND3_PWRRNG: + +RNGFND3\_PWRRNG: Powersave range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode \(if available\)\. A value of zero means power saving is not enabled + + ++------------+--------+ +| Range | Units | ++============+========+ +| 0 to 32767 | meters | ++------------+--------+ + + + + +.. _RNGFND3_GNDCLEAR: + +RNGFND3\_GNDCLEAR: Distance \(in cm\) from the range finder to the ground +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets the expected range measurement\(in cm\) that the range finder should return when the vehicle is on the ground\. + + ++-----------+----------+-------------+ +| Increment | Range | Units | ++===========+==========+=============+ +| 1 | 5 to 127 | centimeters | ++-----------+----------+-------------+ + + + + +.. _RNGFND3_ADDR: + +RNGFND3\_ADDR: Bus address of sensor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the bus address of the sensor\, where applicable\. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 1 | 0 to 127 | ++-----------+----------+ + + + + +.. _RNGFND3_POS_X: + +RNGFND3\_POS\_X: X position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +X position of the rangefinder in body frame\. Positive X is forward of the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND3_POS_Y: + +RNGFND3\_POS\_Y: Y position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Y position of the rangefinder in body frame\. Positive Y is to the right of the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND3_POS_Z: + +RNGFND3\_POS\_Z: Z position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Z position of the rangefinder in body frame\. Positive Z is down from the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND3_ORIENT: + +RNGFND3\_ORIENT: Rangefinder orientation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Orientation of rangefinder + + ++-------+---------------+ +| Value | Meaning | ++=======+===============+ +| 0 | Forward | ++-------+---------------+ +| 1 | Forward-Right | ++-------+---------------+ +| 2 | Right | ++-------+---------------+ +| 3 | Back-Right | ++-------+---------------+ +| 4 | Back | ++-------+---------------+ +| 5 | Back-Left | ++-------+---------------+ +| 6 | Left | ++-------+---------------+ +| 7 | Forward-Left | ++-------+---------------+ +| 24 | Up | ++-------+---------------+ +| 25 | Down | ++-------+---------------+ + + + + +.. _RNGFND3_WSP_MAVG: + +RNGFND3\_WSP\_MAVG: Moving Average Range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the number of historic range results to use for calculating the current range result\. When MAVG is greater than 1\, the current range result will be the current measured value averaged with the N\-1 previous results + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND3_WSP_MEDF: + +RNGFND3\_WSP\_MEDF: Moving Median Filter +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the window size for the real\-time median filter\. When MEDF is greater than 0 the median filter is active + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND3_WSP_FRQ: + +RNGFND3\_WSP\_FRQ: Frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the repetition frequency of the ranging operation in Hertz\. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers\. + + ++------------+ +| Range | ++============+ +| 0 to 10000 | ++------------+ + + + + +.. _RNGFND3_WSP_AVG: + +RNGFND3\_WSP\_AVG: Multi\-pulse averages +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the number of pulses to be used in multi\-pulse averaging mode\. In this mode\, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND3_WSP_THR: + +RNGFND3\_WSP\_THR: Sensitivity threshold +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the system sensitivity\. Larger values of THR represent higher sensitivity\. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory\. Set to \-1 for automatic threshold adjustments + + ++-----------+ +| Range | ++===========+ +| -1 to 255 | ++-----------+ + + + + +.. _RNGFND3_WSP_BAUD: + +RNGFND3\_WSP\_BAUD: Baud rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Desired baud rate + + ++-------+------------+ +| Value | Meaning | ++=======+============+ +| 0 | Low Speed | ++-------+------------+ +| 1 | High Speed | ++-------+------------+ + + + + +.. _RNGFND3_RECV_ID: + +RNGFND3\_RECV\_ID: RangeFinder CAN receive ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The receive ID of the CAN frames\. A value of zero means all IDs are accepted\. + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + +.. _RNGFND3_SNR_MIN: + +RNGFND3\_SNR\_MIN: RangeFinder Minimum signal strength +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RangeFinder Minimum signal strength \(SNR\) to accept distance + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + + +.. _parameters_RNGFND4_: + +RNGFND4\_ Parameters +-------------------- + + +.. _RNGFND4_TYPE: + +RNGFND4\_TYPE: Rangefinder type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of connected rangefinder + + ++-------+------------------------+ +| Value | Meaning | ++=======+========================+ +| 0 | None | ++-------+------------------------+ +| 1 | Analog | ++-------+------------------------+ +| 2 | MaxbotixI2C | ++-------+------------------------+ +| 3 | LidarLite-I2C | ++-------+------------------------+ +| 5 | PWM | ++-------+------------------------+ +| 6 | BBB-PRU | ++-------+------------------------+ +| 7 | LightWareI2C | ++-------+------------------------+ +| 8 | LightWareSerial | ++-------+------------------------+ +| 9 | Bebop | ++-------+------------------------+ +| 10 | MAVLink | ++-------+------------------------+ +| 11 | USD1_Serial | ++-------+------------------------+ +| 12 | LeddarOne | ++-------+------------------------+ +| 13 | MaxbotixSerial | ++-------+------------------------+ +| 14 | TeraRangerI2C | ++-------+------------------------+ +| 15 | LidarLiteV3-I2C | ++-------+------------------------+ +| 16 | VL53L0X or VL53L1X | ++-------+------------------------+ +| 17 | NMEA | ++-------+------------------------+ +| 18 | WASP-LRF | ++-------+------------------------+ +| 19 | BenewakeTF02 | ++-------+------------------------+ +| 20 | Benewake-Serial | ++-------+------------------------+ +| 21 | LidarLightV3HP | ++-------+------------------------+ +| 22 | PWM | ++-------+------------------------+ +| 23 | BlueRoboticsPing | ++-------+------------------------+ +| 24 | DroneCAN | ++-------+------------------------+ +| 25 | BenewakeTFminiPlus-I2C | ++-------+------------------------+ +| 26 | LanbaoPSK-CM8JL65-CC5 | ++-------+------------------------+ +| 27 | BenewakeTF03 | ++-------+------------------------+ +| 28 | VL53L1X-ShortRange | ++-------+------------------------+ +| 29 | LeddarVu8-Serial | ++-------+------------------------+ +| 30 | HC-SR04 | ++-------+------------------------+ +| 31 | GYUS42v2 | ++-------+------------------------+ +| 32 | MSP | ++-------+------------------------+ +| 33 | USD1_CAN | ++-------+------------------------+ +| 34 | Benewake_CAN | ++-------+------------------------+ +| 35 | TeraRangerSerial | ++-------+------------------------+ +| 36 | Lua_Scripting | ++-------+------------------------+ +| 37 | NoopLoop_TOFSense | ++-------+------------------------+ +| 38 | NoopLoop_TOFSense_CAN | ++-------+------------------------+ +| 39 | NRA24_CAN | ++-------+------------------------+ +| 40 | NoopLoop_TOFSenseF_I2C | ++-------+------------------------+ +| 41 | JRE_Serial | ++-------+------------------------+ +| 100 | SITL | ++-------+------------------------+ + + + + +.. _RNGFND4_PIN: + +RNGFND4\_PIN: Rangefinder pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog or PWM input pin that rangefinder is connected to\. Airspeed ports can be used for Analog input\, AUXOUT can be used for PWM input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. For PWM input\, the pin must be configured as a digital GPIO\, see the Wiki\'s \"GPIOs\" section for details\. + + ++-------+---------------------------+ +| Value | Meaning | ++=======+===========================+ +| -1 | Not Used | ++-------+---------------------------+ +| 11 | Pixracer | ++-------+---------------------------+ +| 13 | Pixhawk ADC4 | ++-------+---------------------------+ +| 14 | Pixhawk ADC3 | ++-------+---------------------------+ +| 15 | Pixhawk ADC6/Pixhawk2 ADC | ++-------+---------------------------+ +| 50 | AUX1 | ++-------+---------------------------+ +| 51 | AUX2 | ++-------+---------------------------+ +| 52 | AUX3 | ++-------+---------------------------+ +| 53 | AUX4 | ++-------+---------------------------+ +| 54 | AUX5 | ++-------+---------------------------+ +| 55 | AUX6 | ++-------+---------------------------+ +| 103 | Pixhawk SBUS | ++-------+---------------------------+ + + + + +.. _RNGFND4_SCALING: + +RNGFND4\_SCALING: Rangefinder scaling +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Scaling factor between rangefinder reading and distance\. For the linear and inverted functions this is in meters per volt\. For the hyperbolic function the units are meterVolts\. For Maxbotix serial sonar this is unit conversion to meters\. + + ++-----------+-----------------+ +| Increment | Units | ++===========+=================+ +| 0.001 | meters per volt | ++-----------+-----------------+ + + + + +.. _RNGFND4_OFFSET: + +RNGFND4\_OFFSET: rangefinder offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Offset in volts for zero distance for analog rangefinders\. Offset added to distance in centimeters for PWM lidars + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.001 | volt | ++-----------+-------+ + + + + +.. _RNGFND4_FUNCTION: + +RNGFND4\_FUNCTION: Rangefinder function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +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\. + + ++-------+------------+ +| Value | Meaning | ++=======+============+ +| 0 | Linear | ++-------+------------+ +| 1 | Inverted | ++-------+------------+ +| 2 | Hyperbolic | ++-------+------------+ + + + + +.. _RNGFND4_MIN_CM: + +RNGFND4\_MIN\_CM: Rangefinder minimum distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum distance in centimeters that rangefinder can reliably read + + ++-----------+-------------+ +| Increment | Units | ++===========+=============+ +| 1 | centimeters | ++-----------+-------------+ + + + + +.. _RNGFND4_MAX_CM: + +RNGFND4\_MAX\_CM: Rangefinder maximum distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum distance in centimeters that rangefinder can reliably read + + ++-----------+-------------+ +| Increment | Units | ++===========+=============+ +| 1 | centimeters | ++-----------+-------------+ + + + + +.. _RNGFND4_STOP_PIN: + +RNGFND4\_STOP\_PIN: Rangefinder stop pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin that enables\/disables rangefinder measurement for the pwm rangefinder\. A value of \-1 means no pin\. If this is set\, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it\. This is used to enable powersaving when out of range\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++-------+----------------+ +| Value | Meaning | ++=======+================+ +| -1 | Not Used | ++-------+----------------+ +| 50 | AUX1 | ++-------+----------------+ +| 51 | AUX2 | ++-------+----------------+ +| 52 | AUX3 | ++-------+----------------+ +| 53 | AUX4 | ++-------+----------------+ +| 54 | AUX5 | ++-------+----------------+ +| 55 | AUX6 | ++-------+----------------+ +| 111 | PX4 FMU Relay1 | ++-------+----------------+ +| 112 | PX4 FMU Relay2 | ++-------+----------------+ +| 113 | PX4IO Relay1 | ++-------+----------------+ +| 114 | PX4IO Relay2 | ++-------+----------------+ +| 115 | PX4IO ACC1 | ++-------+----------------+ +| 116 | PX4IO ACC2 | ++-------+----------------+ + + + + +.. _RNGFND4_RMETRIC: + +RNGFND4\_RMETRIC: Ratiometric +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets whether an analog rangefinder is ratiometric\. Most analog rangefinders are ratiometric\, meaning that their output voltage is influenced by the supply voltage\. Some analog rangefinders \(such as the SF\/02\) have their own internal voltage regulators so they are not ratiometric\. + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0 | No | ++-------+---------+ +| 1 | Yes | ++-------+---------+ + + + + +.. _RNGFND4_PWRRNG: + +RNGFND4\_PWRRNG: Powersave range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode \(if available\)\. A value of zero means power saving is not enabled + + ++------------+--------+ +| Range | Units | ++============+========+ +| 0 to 32767 | meters | ++------------+--------+ + + + + +.. _RNGFND4_GNDCLEAR: + +RNGFND4\_GNDCLEAR: Distance \(in cm\) from the range finder to the ground +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets the expected range measurement\(in cm\) that the range finder should return when the vehicle is on the ground\. + + ++-----------+----------+-------------+ +| Increment | Range | Units | ++===========+==========+=============+ +| 1 | 5 to 127 | centimeters | ++-----------+----------+-------------+ + + + + +.. _RNGFND4_ADDR: + +RNGFND4\_ADDR: Bus address of sensor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the bus address of the sensor\, where applicable\. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 1 | 0 to 127 | ++-----------+----------+ + + + + +.. _RNGFND4_POS_X: + +RNGFND4\_POS\_X: X position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +X position of the rangefinder in body frame\. Positive X is forward of the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND4_POS_Y: + +RNGFND4\_POS\_Y: Y position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Y position of the rangefinder in body frame\. Positive Y is to the right of the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND4_POS_Z: + +RNGFND4\_POS\_Z: Z position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Z position of the rangefinder in body frame\. Positive Z is down from the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND4_ORIENT: + +RNGFND4\_ORIENT: Rangefinder orientation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Orientation of rangefinder + + ++-------+---------------+ +| Value | Meaning | ++=======+===============+ +| 0 | Forward | ++-------+---------------+ +| 1 | Forward-Right | ++-------+---------------+ +| 2 | Right | ++-------+---------------+ +| 3 | Back-Right | ++-------+---------------+ +| 4 | Back | ++-------+---------------+ +| 5 | Back-Left | ++-------+---------------+ +| 6 | Left | ++-------+---------------+ +| 7 | Forward-Left | ++-------+---------------+ +| 24 | Up | ++-------+---------------+ +| 25 | Down | ++-------+---------------+ + + + + +.. _RNGFND4_WSP_MAVG: + +RNGFND4\_WSP\_MAVG: Moving Average Range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the number of historic range results to use for calculating the current range result\. When MAVG is greater than 1\, the current range result will be the current measured value averaged with the N\-1 previous results + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND4_WSP_MEDF: + +RNGFND4\_WSP\_MEDF: Moving Median Filter +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the window size for the real\-time median filter\. When MEDF is greater than 0 the median filter is active + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND4_WSP_FRQ: + +RNGFND4\_WSP\_FRQ: Frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the repetition frequency of the ranging operation in Hertz\. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers\. + + ++------------+ +| Range | ++============+ +| 0 to 10000 | ++------------+ + + + + +.. _RNGFND4_WSP_AVG: + +RNGFND4\_WSP\_AVG: Multi\-pulse averages +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the number of pulses to be used in multi\-pulse averaging mode\. In this mode\, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND4_WSP_THR: + +RNGFND4\_WSP\_THR: Sensitivity threshold +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the system sensitivity\. Larger values of THR represent higher sensitivity\. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory\. Set to \-1 for automatic threshold adjustments + + ++-----------+ +| Range | ++===========+ +| -1 to 255 | ++-----------+ + + + + +.. _RNGFND4_WSP_BAUD: + +RNGFND4\_WSP\_BAUD: Baud rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Desired baud rate + + ++-------+------------+ +| Value | Meaning | ++=======+============+ +| 0 | Low Speed | ++-------+------------+ +| 1 | High Speed | ++-------+------------+ + + + + +.. _RNGFND4_RECV_ID: + +RNGFND4\_RECV\_ID: RangeFinder CAN receive ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The receive ID of the CAN frames\. A value of zero means all IDs are accepted\. + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + +.. _RNGFND4_SNR_MIN: + +RNGFND4\_SNR\_MIN: RangeFinder Minimum signal strength +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RangeFinder Minimum signal strength \(SNR\) to accept distance + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + + +.. _parameters_RNGFND5_: + +RNGFND5\_ Parameters +-------------------- + + +.. _RNGFND5_TYPE: + +RNGFND5\_TYPE: Rangefinder type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of connected rangefinder + + ++-------+------------------------+ +| Value | Meaning | ++=======+========================+ +| 0 | None | ++-------+------------------------+ +| 1 | Analog | ++-------+------------------------+ +| 2 | MaxbotixI2C | ++-------+------------------------+ +| 3 | LidarLite-I2C | ++-------+------------------------+ +| 5 | PWM | ++-------+------------------------+ +| 6 | BBB-PRU | ++-------+------------------------+ +| 7 | LightWareI2C | ++-------+------------------------+ +| 8 | LightWareSerial | ++-------+------------------------+ +| 9 | Bebop | ++-------+------------------------+ +| 10 | MAVLink | ++-------+------------------------+ +| 11 | USD1_Serial | ++-------+------------------------+ +| 12 | LeddarOne | ++-------+------------------------+ +| 13 | MaxbotixSerial | ++-------+------------------------+ +| 14 | TeraRangerI2C | ++-------+------------------------+ +| 15 | LidarLiteV3-I2C | ++-------+------------------------+ +| 16 | VL53L0X or VL53L1X | ++-------+------------------------+ +| 17 | NMEA | ++-------+------------------------+ +| 18 | WASP-LRF | ++-------+------------------------+ +| 19 | BenewakeTF02 | ++-------+------------------------+ +| 20 | Benewake-Serial | ++-------+------------------------+ +| 21 | LidarLightV3HP | ++-------+------------------------+ +| 22 | PWM | ++-------+------------------------+ +| 23 | BlueRoboticsPing | ++-------+------------------------+ +| 24 | DroneCAN | ++-------+------------------------+ +| 25 | BenewakeTFminiPlus-I2C | ++-------+------------------------+ +| 26 | LanbaoPSK-CM8JL65-CC5 | ++-------+------------------------+ +| 27 | BenewakeTF03 | ++-------+------------------------+ +| 28 | VL53L1X-ShortRange | ++-------+------------------------+ +| 29 | LeddarVu8-Serial | ++-------+------------------------+ +| 30 | HC-SR04 | ++-------+------------------------+ +| 31 | GYUS42v2 | ++-------+------------------------+ +| 32 | MSP | ++-------+------------------------+ +| 33 | USD1_CAN | ++-------+------------------------+ +| 34 | Benewake_CAN | ++-------+------------------------+ +| 35 | TeraRangerSerial | ++-------+------------------------+ +| 36 | Lua_Scripting | ++-------+------------------------+ +| 37 | NoopLoop_TOFSense | ++-------+------------------------+ +| 38 | NoopLoop_TOFSense_CAN | ++-------+------------------------+ +| 39 | NRA24_CAN | ++-------+------------------------+ +| 40 | NoopLoop_TOFSenseF_I2C | ++-------+------------------------+ +| 41 | JRE_Serial | ++-------+------------------------+ +| 100 | SITL | ++-------+------------------------+ + + + + +.. _RNGFND5_PIN: + +RNGFND5\_PIN: Rangefinder pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog or PWM input pin that rangefinder is connected to\. Airspeed ports can be used for Analog input\, AUXOUT can be used for PWM input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. For PWM input\, the pin must be configured as a digital GPIO\, see the Wiki\'s \"GPIOs\" section for details\. + + ++-------+---------------------------+ +| Value | Meaning | ++=======+===========================+ +| -1 | Not Used | ++-------+---------------------------+ +| 11 | Pixracer | ++-------+---------------------------+ +| 13 | Pixhawk ADC4 | ++-------+---------------------------+ +| 14 | Pixhawk ADC3 | ++-------+---------------------------+ +| 15 | Pixhawk ADC6/Pixhawk2 ADC | ++-------+---------------------------+ +| 50 | AUX1 | ++-------+---------------------------+ +| 51 | AUX2 | ++-------+---------------------------+ +| 52 | AUX3 | ++-------+---------------------------+ +| 53 | AUX4 | ++-------+---------------------------+ +| 54 | AUX5 | ++-------+---------------------------+ +| 55 | AUX6 | ++-------+---------------------------+ +| 103 | Pixhawk SBUS | ++-------+---------------------------+ + + + + +.. _RNGFND5_SCALING: + +RNGFND5\_SCALING: Rangefinder scaling +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Scaling factor between rangefinder reading and distance\. For the linear and inverted functions this is in meters per volt\. For the hyperbolic function the units are meterVolts\. For Maxbotix serial sonar this is unit conversion to meters\. + + ++-----------+-----------------+ +| Increment | Units | ++===========+=================+ +| 0.001 | meters per volt | ++-----------+-----------------+ + + + + +.. _RNGFND5_OFFSET: + +RNGFND5\_OFFSET: rangefinder offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Offset in volts for zero distance for analog rangefinders\. Offset added to distance in centimeters for PWM lidars + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.001 | volt | ++-----------+-------+ + + + + +.. _RNGFND5_FUNCTION: + +RNGFND5\_FUNCTION: Rangefinder function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +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\. + + ++-------+------------+ +| Value | Meaning | ++=======+============+ +| 0 | Linear | ++-------+------------+ +| 1 | Inverted | ++-------+------------+ +| 2 | Hyperbolic | ++-------+------------+ + + + + +.. _RNGFND5_MIN_CM: + +RNGFND5\_MIN\_CM: Rangefinder minimum distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum distance in centimeters that rangefinder can reliably read + + ++-----------+-------------+ +| Increment | Units | ++===========+=============+ +| 1 | centimeters | ++-----------+-------------+ + + + + +.. _RNGFND5_MAX_CM: + +RNGFND5\_MAX\_CM: Rangefinder maximum distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum distance in centimeters that rangefinder can reliably read + + ++-----------+-------------+ +| Increment | Units | ++===========+=============+ +| 1 | centimeters | ++-----------+-------------+ + + + + +.. _RNGFND5_STOP_PIN: + +RNGFND5\_STOP\_PIN: Rangefinder stop pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin that enables\/disables rangefinder measurement for the pwm rangefinder\. A value of \-1 means no pin\. If this is set\, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it\. This is used to enable powersaving when out of range\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++-------+----------------+ +| Value | Meaning | ++=======+================+ +| -1 | Not Used | ++-------+----------------+ +| 50 | AUX1 | ++-------+----------------+ +| 51 | AUX2 | ++-------+----------------+ +| 52 | AUX3 | ++-------+----------------+ +| 53 | AUX4 | ++-------+----------------+ +| 54 | AUX5 | ++-------+----------------+ +| 55 | AUX6 | ++-------+----------------+ +| 111 | PX4 FMU Relay1 | ++-------+----------------+ +| 112 | PX4 FMU Relay2 | ++-------+----------------+ +| 113 | PX4IO Relay1 | ++-------+----------------+ +| 114 | PX4IO Relay2 | ++-------+----------------+ +| 115 | PX4IO ACC1 | ++-------+----------------+ +| 116 | PX4IO ACC2 | ++-------+----------------+ + + + + +.. _RNGFND5_RMETRIC: + +RNGFND5\_RMETRIC: Ratiometric +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets whether an analog rangefinder is ratiometric\. Most analog rangefinders are ratiometric\, meaning that their output voltage is influenced by the supply voltage\. Some analog rangefinders \(such as the SF\/02\) have their own internal voltage regulators so they are not ratiometric\. + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0 | No | ++-------+---------+ +| 1 | Yes | ++-------+---------+ + + + + +.. _RNGFND5_PWRRNG: + +RNGFND5\_PWRRNG: Powersave range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode \(if available\)\. A value of zero means power saving is not enabled + + ++------------+--------+ +| Range | Units | ++============+========+ +| 0 to 32767 | meters | ++------------+--------+ + + + + +.. _RNGFND5_GNDCLEAR: + +RNGFND5\_GNDCLEAR: Distance \(in cm\) from the range finder to the ground +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets the expected range measurement\(in cm\) that the range finder should return when the vehicle is on the ground\. + + ++-----------+----------+-------------+ +| Increment | Range | Units | ++===========+==========+=============+ +| 1 | 5 to 127 | centimeters | ++-----------+----------+-------------+ + + + + +.. _RNGFND5_ADDR: + +RNGFND5\_ADDR: Bus address of sensor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the bus address of the sensor\, where applicable\. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 1 | 0 to 127 | ++-----------+----------+ + + + + +.. _RNGFND5_POS_X: + +RNGFND5\_POS\_X: X position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +X position of the rangefinder in body frame\. Positive X is forward of the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND5_POS_Y: + +RNGFND5\_POS\_Y: Y position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Y position of the rangefinder in body frame\. Positive Y is to the right of the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND5_POS_Z: + +RNGFND5\_POS\_Z: Z position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Z position of the rangefinder in body frame\. Positive Z is down from the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND5_ORIENT: + +RNGFND5\_ORIENT: Rangefinder orientation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Orientation of rangefinder + + ++-------+---------------+ +| Value | Meaning | ++=======+===============+ +| 0 | Forward | ++-------+---------------+ +| 1 | Forward-Right | ++-------+---------------+ +| 2 | Right | ++-------+---------------+ +| 3 | Back-Right | ++-------+---------------+ +| 4 | Back | ++-------+---------------+ +| 5 | Back-Left | ++-------+---------------+ +| 6 | Left | ++-------+---------------+ +| 7 | Forward-Left | ++-------+---------------+ +| 24 | Up | ++-------+---------------+ +| 25 | Down | ++-------+---------------+ + + + + +.. _RNGFND5_WSP_MAVG: + +RNGFND5\_WSP\_MAVG: Moving Average Range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the number of historic range results to use for calculating the current range result\. When MAVG is greater than 1\, the current range result will be the current measured value averaged with the N\-1 previous results + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND5_WSP_MEDF: + +RNGFND5\_WSP\_MEDF: Moving Median Filter +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the window size for the real\-time median filter\. When MEDF is greater than 0 the median filter is active + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND5_WSP_FRQ: + +RNGFND5\_WSP\_FRQ: Frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the repetition frequency of the ranging operation in Hertz\. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers\. + + ++------------+ +| Range | ++============+ +| 0 to 10000 | ++------------+ + + + + +.. _RNGFND5_WSP_AVG: + +RNGFND5\_WSP\_AVG: Multi\-pulse averages +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the number of pulses to be used in multi\-pulse averaging mode\. In this mode\, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND5_WSP_THR: + +RNGFND5\_WSP\_THR: Sensitivity threshold +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the system sensitivity\. Larger values of THR represent higher sensitivity\. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory\. Set to \-1 for automatic threshold adjustments + + ++-----------+ +| Range | ++===========+ +| -1 to 255 | ++-----------+ + + + + +.. _RNGFND5_WSP_BAUD: + +RNGFND5\_WSP\_BAUD: Baud rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Desired baud rate + + ++-------+------------+ +| Value | Meaning | ++=======+============+ +| 0 | Low Speed | ++-------+------------+ +| 1 | High Speed | ++-------+------------+ + + + + +.. _RNGFND5_RECV_ID: + +RNGFND5\_RECV\_ID: RangeFinder CAN receive ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The receive ID of the CAN frames\. A value of zero means all IDs are accepted\. + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + +.. _RNGFND5_SNR_MIN: + +RNGFND5\_SNR\_MIN: RangeFinder Minimum signal strength +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RangeFinder Minimum signal strength \(SNR\) to accept distance + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + + +.. _parameters_RNGFND6_: + +RNGFND6\_ Parameters +-------------------- + + +.. _RNGFND6_TYPE: + +RNGFND6\_TYPE: Rangefinder type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of connected rangefinder + + ++-------+------------------------+ +| Value | Meaning | ++=======+========================+ +| 0 | None | ++-------+------------------------+ +| 1 | Analog | ++-------+------------------------+ +| 2 | MaxbotixI2C | ++-------+------------------------+ +| 3 | LidarLite-I2C | ++-------+------------------------+ +| 5 | PWM | ++-------+------------------------+ +| 6 | BBB-PRU | ++-------+------------------------+ +| 7 | LightWareI2C | ++-------+------------------------+ +| 8 | LightWareSerial | ++-------+------------------------+ +| 9 | Bebop | ++-------+------------------------+ +| 10 | MAVLink | ++-------+------------------------+ +| 11 | USD1_Serial | ++-------+------------------------+ +| 12 | LeddarOne | ++-------+------------------------+ +| 13 | MaxbotixSerial | ++-------+------------------------+ +| 14 | TeraRangerI2C | ++-------+------------------------+ +| 15 | LidarLiteV3-I2C | ++-------+------------------------+ +| 16 | VL53L0X or VL53L1X | ++-------+------------------------+ +| 17 | NMEA | ++-------+------------------------+ +| 18 | WASP-LRF | ++-------+------------------------+ +| 19 | BenewakeTF02 | ++-------+------------------------+ +| 20 | Benewake-Serial | ++-------+------------------------+ +| 21 | LidarLightV3HP | ++-------+------------------------+ +| 22 | PWM | ++-------+------------------------+ +| 23 | BlueRoboticsPing | ++-------+------------------------+ +| 24 | DroneCAN | ++-------+------------------------+ +| 25 | BenewakeTFminiPlus-I2C | ++-------+------------------------+ +| 26 | LanbaoPSK-CM8JL65-CC5 | ++-------+------------------------+ +| 27 | BenewakeTF03 | ++-------+------------------------+ +| 28 | VL53L1X-ShortRange | ++-------+------------------------+ +| 29 | LeddarVu8-Serial | ++-------+------------------------+ +| 30 | HC-SR04 | ++-------+------------------------+ +| 31 | GYUS42v2 | ++-------+------------------------+ +| 32 | MSP | ++-------+------------------------+ +| 33 | USD1_CAN | ++-------+------------------------+ +| 34 | Benewake_CAN | ++-------+------------------------+ +| 35 | TeraRangerSerial | ++-------+------------------------+ +| 36 | Lua_Scripting | ++-------+------------------------+ +| 37 | NoopLoop_TOFSense | ++-------+------------------------+ +| 38 | NoopLoop_TOFSense_CAN | ++-------+------------------------+ +| 39 | NRA24_CAN | ++-------+------------------------+ +| 40 | NoopLoop_TOFSenseF_I2C | ++-------+------------------------+ +| 41 | JRE_Serial | ++-------+------------------------+ +| 100 | SITL | ++-------+------------------------+ + + + + +.. _RNGFND6_PIN: + +RNGFND6\_PIN: Rangefinder pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog or PWM input pin that rangefinder is connected to\. Airspeed ports can be used for Analog input\, AUXOUT can be used for PWM input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. For PWM input\, the pin must be configured as a digital GPIO\, see the Wiki\'s \"GPIOs\" section for details\. + + ++-------+---------------------------+ +| Value | Meaning | ++=======+===========================+ +| -1 | Not Used | ++-------+---------------------------+ +| 11 | Pixracer | ++-------+---------------------------+ +| 13 | Pixhawk ADC4 | ++-------+---------------------------+ +| 14 | Pixhawk ADC3 | ++-------+---------------------------+ +| 15 | Pixhawk ADC6/Pixhawk2 ADC | ++-------+---------------------------+ +| 50 | AUX1 | ++-------+---------------------------+ +| 51 | AUX2 | ++-------+---------------------------+ +| 52 | AUX3 | ++-------+---------------------------+ +| 53 | AUX4 | ++-------+---------------------------+ +| 54 | AUX5 | ++-------+---------------------------+ +| 55 | AUX6 | ++-------+---------------------------+ +| 103 | Pixhawk SBUS | ++-------+---------------------------+ + + + + +.. _RNGFND6_SCALING: + +RNGFND6\_SCALING: Rangefinder scaling +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Scaling factor between rangefinder reading and distance\. For the linear and inverted functions this is in meters per volt\. For the hyperbolic function the units are meterVolts\. For Maxbotix serial sonar this is unit conversion to meters\. + + ++-----------+-----------------+ +| Increment | Units | ++===========+=================+ +| 0.001 | meters per volt | ++-----------+-----------------+ + + + + +.. _RNGFND6_OFFSET: + +RNGFND6\_OFFSET: rangefinder offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Offset in volts for zero distance for analog rangefinders\. Offset added to distance in centimeters for PWM lidars + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.001 | volt | ++-----------+-------+ + + + + +.. _RNGFND6_FUNCTION: + +RNGFND6\_FUNCTION: Rangefinder function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +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\. + + ++-------+------------+ +| Value | Meaning | ++=======+============+ +| 0 | Linear | ++-------+------------+ +| 1 | Inverted | ++-------+------------+ +| 2 | Hyperbolic | ++-------+------------+ + + + + +.. _RNGFND6_MIN_CM: + +RNGFND6\_MIN\_CM: Rangefinder minimum distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum distance in centimeters that rangefinder can reliably read + + ++-----------+-------------+ +| Increment | Units | ++===========+=============+ +| 1 | centimeters | ++-----------+-------------+ + + + + +.. _RNGFND6_MAX_CM: + +RNGFND6\_MAX\_CM: Rangefinder maximum distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum distance in centimeters that rangefinder can reliably read + + ++-----------+-------------+ +| Increment | Units | ++===========+=============+ +| 1 | centimeters | ++-----------+-------------+ + + + + +.. _RNGFND6_STOP_PIN: + +RNGFND6\_STOP\_PIN: Rangefinder stop pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin that enables\/disables rangefinder measurement for the pwm rangefinder\. A value of \-1 means no pin\. If this is set\, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it\. This is used to enable powersaving when out of range\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++-------+----------------+ +| Value | Meaning | ++=======+================+ +| -1 | Not Used | ++-------+----------------+ +| 50 | AUX1 | ++-------+----------------+ +| 51 | AUX2 | ++-------+----------------+ +| 52 | AUX3 | ++-------+----------------+ +| 53 | AUX4 | ++-------+----------------+ +| 54 | AUX5 | ++-------+----------------+ +| 55 | AUX6 | ++-------+----------------+ +| 111 | PX4 FMU Relay1 | ++-------+----------------+ +| 112 | PX4 FMU Relay2 | ++-------+----------------+ +| 113 | PX4IO Relay1 | ++-------+----------------+ +| 114 | PX4IO Relay2 | ++-------+----------------+ +| 115 | PX4IO ACC1 | ++-------+----------------+ +| 116 | PX4IO ACC2 | ++-------+----------------+ + + + + +.. _RNGFND6_RMETRIC: + +RNGFND6\_RMETRIC: Ratiometric +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets whether an analog rangefinder is ratiometric\. Most analog rangefinders are ratiometric\, meaning that their output voltage is influenced by the supply voltage\. Some analog rangefinders \(such as the SF\/02\) have their own internal voltage regulators so they are not ratiometric\. + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0 | No | ++-------+---------+ +| 1 | Yes | ++-------+---------+ + + + + +.. _RNGFND6_PWRRNG: + +RNGFND6\_PWRRNG: Powersave range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode \(if available\)\. A value of zero means power saving is not enabled + + ++------------+--------+ +| Range | Units | ++============+========+ +| 0 to 32767 | meters | ++------------+--------+ + + + + +.. _RNGFND6_GNDCLEAR: + +RNGFND6\_GNDCLEAR: Distance \(in cm\) from the range finder to the ground +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets the expected range measurement\(in cm\) that the range finder should return when the vehicle is on the ground\. + + ++-----------+----------+-------------+ +| Increment | Range | Units | ++===========+==========+=============+ +| 1 | 5 to 127 | centimeters | ++-----------+----------+-------------+ + + + + +.. _RNGFND6_ADDR: + +RNGFND6\_ADDR: Bus address of sensor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the bus address of the sensor\, where applicable\. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 1 | 0 to 127 | ++-----------+----------+ + + + + +.. _RNGFND6_POS_X: + +RNGFND6\_POS\_X: X position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +X position of the rangefinder in body frame\. Positive X is forward of the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND6_POS_Y: + +RNGFND6\_POS\_Y: Y position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Y position of the rangefinder in body frame\. Positive Y is to the right of the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND6_POS_Z: + +RNGFND6\_POS\_Z: Z position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Z position of the rangefinder in body frame\. Positive Z is down from the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND6_ORIENT: + +RNGFND6\_ORIENT: Rangefinder orientation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Orientation of rangefinder + + ++-------+---------------+ +| Value | Meaning | ++=======+===============+ +| 0 | Forward | ++-------+---------------+ +| 1 | Forward-Right | ++-------+---------------+ +| 2 | Right | ++-------+---------------+ +| 3 | Back-Right | ++-------+---------------+ +| 4 | Back | ++-------+---------------+ +| 5 | Back-Left | ++-------+---------------+ +| 6 | Left | ++-------+---------------+ +| 7 | Forward-Left | ++-------+---------------+ +| 24 | Up | ++-------+---------------+ +| 25 | Down | ++-------+---------------+ + + + + +.. _RNGFND6_WSP_MAVG: + +RNGFND6\_WSP\_MAVG: Moving Average Range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the number of historic range results to use for calculating the current range result\. When MAVG is greater than 1\, the current range result will be the current measured value averaged with the N\-1 previous results + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND6_WSP_MEDF: + +RNGFND6\_WSP\_MEDF: Moving Median Filter +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the window size for the real\-time median filter\. When MEDF is greater than 0 the median filter is active + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND6_WSP_FRQ: + +RNGFND6\_WSP\_FRQ: Frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the repetition frequency of the ranging operation in Hertz\. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers\. + + ++------------+ +| Range | ++============+ +| 0 to 10000 | ++------------+ + + + + +.. _RNGFND6_WSP_AVG: + +RNGFND6\_WSP\_AVG: Multi\-pulse averages +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the number of pulses to be used in multi\-pulse averaging mode\. In this mode\, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND6_WSP_THR: + +RNGFND6\_WSP\_THR: Sensitivity threshold +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the system sensitivity\. Larger values of THR represent higher sensitivity\. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory\. Set to \-1 for automatic threshold adjustments + + ++-----------+ +| Range | ++===========+ +| -1 to 255 | ++-----------+ + + + + +.. _RNGFND6_WSP_BAUD: + +RNGFND6\_WSP\_BAUD: Baud rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Desired baud rate + + ++-------+------------+ +| Value | Meaning | ++=======+============+ +| 0 | Low Speed | ++-------+------------+ +| 1 | High Speed | ++-------+------------+ + + + + +.. _RNGFND6_RECV_ID: + +RNGFND6\_RECV\_ID: RangeFinder CAN receive ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The receive ID of the CAN frames\. A value of zero means all IDs are accepted\. + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + +.. _RNGFND6_SNR_MIN: + +RNGFND6\_SNR\_MIN: RangeFinder Minimum signal strength +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RangeFinder Minimum signal strength \(SNR\) to accept distance + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + + +.. _parameters_RNGFND7_: + +RNGFND7\_ Parameters +-------------------- + + +.. _RNGFND7_TYPE: + +RNGFND7\_TYPE: Rangefinder type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of connected rangefinder + + ++-------+------------------------+ +| Value | Meaning | ++=======+========================+ +| 0 | None | ++-------+------------------------+ +| 1 | Analog | ++-------+------------------------+ +| 2 | MaxbotixI2C | ++-------+------------------------+ +| 3 | LidarLite-I2C | ++-------+------------------------+ +| 5 | PWM | ++-------+------------------------+ +| 6 | BBB-PRU | ++-------+------------------------+ +| 7 | LightWareI2C | ++-------+------------------------+ +| 8 | LightWareSerial | ++-------+------------------------+ +| 9 | Bebop | ++-------+------------------------+ +| 10 | MAVLink | ++-------+------------------------+ +| 11 | USD1_Serial | ++-------+------------------------+ +| 12 | LeddarOne | ++-------+------------------------+ +| 13 | MaxbotixSerial | ++-------+------------------------+ +| 14 | TeraRangerI2C | ++-------+------------------------+ +| 15 | LidarLiteV3-I2C | ++-------+------------------------+ +| 16 | VL53L0X or VL53L1X | ++-------+------------------------+ +| 17 | NMEA | ++-------+------------------------+ +| 18 | WASP-LRF | ++-------+------------------------+ +| 19 | BenewakeTF02 | ++-------+------------------------+ +| 20 | Benewake-Serial | ++-------+------------------------+ +| 21 | LidarLightV3HP | ++-------+------------------------+ +| 22 | PWM | ++-------+------------------------+ +| 23 | BlueRoboticsPing | ++-------+------------------------+ +| 24 | DroneCAN | ++-------+------------------------+ +| 25 | BenewakeTFminiPlus-I2C | ++-------+------------------------+ +| 26 | LanbaoPSK-CM8JL65-CC5 | ++-------+------------------------+ +| 27 | BenewakeTF03 | ++-------+------------------------+ +| 28 | VL53L1X-ShortRange | ++-------+------------------------+ +| 29 | LeddarVu8-Serial | ++-------+------------------------+ +| 30 | HC-SR04 | ++-------+------------------------+ +| 31 | GYUS42v2 | ++-------+------------------------+ +| 32 | MSP | ++-------+------------------------+ +| 33 | USD1_CAN | ++-------+------------------------+ +| 34 | Benewake_CAN | ++-------+------------------------+ +| 35 | TeraRangerSerial | ++-------+------------------------+ +| 36 | Lua_Scripting | ++-------+------------------------+ +| 37 | NoopLoop_TOFSense | ++-------+------------------------+ +| 38 | NoopLoop_TOFSense_CAN | ++-------+------------------------+ +| 39 | NRA24_CAN | ++-------+------------------------+ +| 40 | NoopLoop_TOFSenseF_I2C | ++-------+------------------------+ +| 41 | JRE_Serial | ++-------+------------------------+ +| 100 | SITL | ++-------+------------------------+ + + + + +.. _RNGFND7_PIN: + +RNGFND7\_PIN: Rangefinder pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog or PWM input pin that rangefinder is connected to\. Airspeed ports can be used for Analog input\, AUXOUT can be used for PWM input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. For PWM input\, the pin must be configured as a digital GPIO\, see the Wiki\'s \"GPIOs\" section for details\. + + ++-------+---------------------------+ +| Value | Meaning | ++=======+===========================+ +| -1 | Not Used | ++-------+---------------------------+ +| 11 | Pixracer | ++-------+---------------------------+ +| 13 | Pixhawk ADC4 | ++-------+---------------------------+ +| 14 | Pixhawk ADC3 | ++-------+---------------------------+ +| 15 | Pixhawk ADC6/Pixhawk2 ADC | ++-------+---------------------------+ +| 50 | AUX1 | ++-------+---------------------------+ +| 51 | AUX2 | ++-------+---------------------------+ +| 52 | AUX3 | ++-------+---------------------------+ +| 53 | AUX4 | ++-------+---------------------------+ +| 54 | AUX5 | ++-------+---------------------------+ +| 55 | AUX6 | ++-------+---------------------------+ +| 103 | Pixhawk SBUS | ++-------+---------------------------+ + + + + +.. _RNGFND7_SCALING: + +RNGFND7\_SCALING: Rangefinder scaling +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Scaling factor between rangefinder reading and distance\. For the linear and inverted functions this is in meters per volt\. For the hyperbolic function the units are meterVolts\. For Maxbotix serial sonar this is unit conversion to meters\. + + ++-----------+-----------------+ +| Increment | Units | ++===========+=================+ +| 0.001 | meters per volt | ++-----------+-----------------+ + + + + +.. _RNGFND7_OFFSET: + +RNGFND7\_OFFSET: rangefinder offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Offset in volts for zero distance for analog rangefinders\. Offset added to distance in centimeters for PWM lidars + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.001 | volt | ++-----------+-------+ + + + + +.. _RNGFND7_FUNCTION: + +RNGFND7\_FUNCTION: Rangefinder function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +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\. + + ++-------+------------+ +| Value | Meaning | ++=======+============+ +| 0 | Linear | ++-------+------------+ +| 1 | Inverted | ++-------+------------+ +| 2 | Hyperbolic | ++-------+------------+ + + + + +.. _RNGFND7_MIN_CM: + +RNGFND7\_MIN\_CM: Rangefinder minimum distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum distance in centimeters that rangefinder can reliably read + + ++-----------+-------------+ +| Increment | Units | ++===========+=============+ +| 1 | centimeters | ++-----------+-------------+ + + + + +.. _RNGFND7_MAX_CM: + +RNGFND7\_MAX\_CM: Rangefinder maximum distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum distance in centimeters that rangefinder can reliably read + + ++-----------+-------------+ +| Increment | Units | ++===========+=============+ +| 1 | centimeters | ++-----------+-------------+ + + + + +.. _RNGFND7_STOP_PIN: + +RNGFND7\_STOP\_PIN: Rangefinder stop pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin that enables\/disables rangefinder measurement for the pwm rangefinder\. A value of \-1 means no pin\. If this is set\, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it\. This is used to enable powersaving when out of range\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++-------+----------------+ +| Value | Meaning | ++=======+================+ +| -1 | Not Used | ++-------+----------------+ +| 50 | AUX1 | ++-------+----------------+ +| 51 | AUX2 | ++-------+----------------+ +| 52 | AUX3 | ++-------+----------------+ +| 53 | AUX4 | ++-------+----------------+ +| 54 | AUX5 | ++-------+----------------+ +| 55 | AUX6 | ++-------+----------------+ +| 111 | PX4 FMU Relay1 | ++-------+----------------+ +| 112 | PX4 FMU Relay2 | ++-------+----------------+ +| 113 | PX4IO Relay1 | ++-------+----------------+ +| 114 | PX4IO Relay2 | ++-------+----------------+ +| 115 | PX4IO ACC1 | ++-------+----------------+ +| 116 | PX4IO ACC2 | ++-------+----------------+ + + + + +.. _RNGFND7_RMETRIC: + +RNGFND7\_RMETRIC: Ratiometric +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets whether an analog rangefinder is ratiometric\. Most analog rangefinders are ratiometric\, meaning that their output voltage is influenced by the supply voltage\. Some analog rangefinders \(such as the SF\/02\) have their own internal voltage regulators so they are not ratiometric\. + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0 | No | ++-------+---------+ +| 1 | Yes | ++-------+---------+ + + + + +.. _RNGFND7_PWRRNG: + +RNGFND7\_PWRRNG: Powersave range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode \(if available\)\. A value of zero means power saving is not enabled + + ++------------+--------+ +| Range | Units | ++============+========+ +| 0 to 32767 | meters | ++------------+--------+ + + + + +.. _RNGFND7_GNDCLEAR: + +RNGFND7\_GNDCLEAR: Distance \(in cm\) from the range finder to the ground +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets the expected range measurement\(in cm\) that the range finder should return when the vehicle is on the ground\. + + ++-----------+----------+-------------+ +| Increment | Range | Units | ++===========+==========+=============+ +| 1 | 5 to 127 | centimeters | ++-----------+----------+-------------+ + + + + +.. _RNGFND7_ADDR: + +RNGFND7\_ADDR: Bus address of sensor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the bus address of the sensor\, where applicable\. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 1 | 0 to 127 | ++-----------+----------+ + + + + +.. _RNGFND7_POS_X: + +RNGFND7\_POS\_X: X position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +X position of the rangefinder in body frame\. Positive X is forward of the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND7_POS_Y: + +RNGFND7\_POS\_Y: Y position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Y position of the rangefinder in body frame\. Positive Y is to the right of the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND7_POS_Z: + +RNGFND7\_POS\_Z: Z position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Z position of the rangefinder in body frame\. Positive Z is down from the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND7_ORIENT: + +RNGFND7\_ORIENT: Rangefinder orientation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Orientation of rangefinder + + ++-------+---------------+ +| Value | Meaning | ++=======+===============+ +| 0 | Forward | ++-------+---------------+ +| 1 | Forward-Right | ++-------+---------------+ +| 2 | Right | ++-------+---------------+ +| 3 | Back-Right | ++-------+---------------+ +| 4 | Back | ++-------+---------------+ +| 5 | Back-Left | ++-------+---------------+ +| 6 | Left | ++-------+---------------+ +| 7 | Forward-Left | ++-------+---------------+ +| 24 | Up | ++-------+---------------+ +| 25 | Down | ++-------+---------------+ + + + + +.. _RNGFND7_WSP_MAVG: + +RNGFND7\_WSP\_MAVG: Moving Average Range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the number of historic range results to use for calculating the current range result\. When MAVG is greater than 1\, the current range result will be the current measured value averaged with the N\-1 previous results + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND7_WSP_MEDF: + +RNGFND7\_WSP\_MEDF: Moving Median Filter +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the window size for the real\-time median filter\. When MEDF is greater than 0 the median filter is active + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND7_WSP_FRQ: + +RNGFND7\_WSP\_FRQ: Frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the repetition frequency of the ranging operation in Hertz\. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers\. + + ++------------+ +| Range | ++============+ +| 0 to 10000 | ++------------+ + + + + +.. _RNGFND7_WSP_AVG: + +RNGFND7\_WSP\_AVG: Multi\-pulse averages +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the number of pulses to be used in multi\-pulse averaging mode\. In this mode\, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND7_WSP_THR: + +RNGFND7\_WSP\_THR: Sensitivity threshold +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the system sensitivity\. Larger values of THR represent higher sensitivity\. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory\. Set to \-1 for automatic threshold adjustments + + ++-----------+ +| Range | ++===========+ +| -1 to 255 | ++-----------+ + + + + +.. _RNGFND7_WSP_BAUD: + +RNGFND7\_WSP\_BAUD: Baud rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Desired baud rate + + ++-------+------------+ +| Value | Meaning | ++=======+============+ +| 0 | Low Speed | ++-------+------------+ +| 1 | High Speed | ++-------+------------+ + + + + +.. _RNGFND7_RECV_ID: + +RNGFND7\_RECV\_ID: RangeFinder CAN receive ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The receive ID of the CAN frames\. A value of zero means all IDs are accepted\. + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + +.. _RNGFND7_SNR_MIN: + +RNGFND7\_SNR\_MIN: RangeFinder Minimum signal strength +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RangeFinder Minimum signal strength \(SNR\) to accept distance + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + + +.. _parameters_RNGFND8_: + +RNGFND8\_ Parameters +-------------------- + + +.. _RNGFND8_TYPE: + +RNGFND8\_TYPE: Rangefinder type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of connected rangefinder + + ++-------+------------------------+ +| Value | Meaning | ++=======+========================+ +| 0 | None | ++-------+------------------------+ +| 1 | Analog | ++-------+------------------------+ +| 2 | MaxbotixI2C | ++-------+------------------------+ +| 3 | LidarLite-I2C | ++-------+------------------------+ +| 5 | PWM | ++-------+------------------------+ +| 6 | BBB-PRU | ++-------+------------------------+ +| 7 | LightWareI2C | ++-------+------------------------+ +| 8 | LightWareSerial | ++-------+------------------------+ +| 9 | Bebop | ++-------+------------------------+ +| 10 | MAVLink | ++-------+------------------------+ +| 11 | USD1_Serial | ++-------+------------------------+ +| 12 | LeddarOne | ++-------+------------------------+ +| 13 | MaxbotixSerial | ++-------+------------------------+ +| 14 | TeraRangerI2C | ++-------+------------------------+ +| 15 | LidarLiteV3-I2C | ++-------+------------------------+ +| 16 | VL53L0X or VL53L1X | ++-------+------------------------+ +| 17 | NMEA | ++-------+------------------------+ +| 18 | WASP-LRF | ++-------+------------------------+ +| 19 | BenewakeTF02 | ++-------+------------------------+ +| 20 | Benewake-Serial | ++-------+------------------------+ +| 21 | LidarLightV3HP | ++-------+------------------------+ +| 22 | PWM | ++-------+------------------------+ +| 23 | BlueRoboticsPing | ++-------+------------------------+ +| 24 | DroneCAN | ++-------+------------------------+ +| 25 | BenewakeTFminiPlus-I2C | ++-------+------------------------+ +| 26 | LanbaoPSK-CM8JL65-CC5 | ++-------+------------------------+ +| 27 | BenewakeTF03 | ++-------+------------------------+ +| 28 | VL53L1X-ShortRange | ++-------+------------------------+ +| 29 | LeddarVu8-Serial | ++-------+------------------------+ +| 30 | HC-SR04 | ++-------+------------------------+ +| 31 | GYUS42v2 | ++-------+------------------------+ +| 32 | MSP | ++-------+------------------------+ +| 33 | USD1_CAN | ++-------+------------------------+ +| 34 | Benewake_CAN | ++-------+------------------------+ +| 35 | TeraRangerSerial | ++-------+------------------------+ +| 36 | Lua_Scripting | ++-------+------------------------+ +| 37 | NoopLoop_TOFSense | ++-------+------------------------+ +| 38 | NoopLoop_TOFSense_CAN | ++-------+------------------------+ +| 39 | NRA24_CAN | ++-------+------------------------+ +| 40 | NoopLoop_TOFSenseF_I2C | ++-------+------------------------+ +| 41 | JRE_Serial | ++-------+------------------------+ +| 100 | SITL | ++-------+------------------------+ + + + + +.. _RNGFND8_PIN: + +RNGFND8\_PIN: Rangefinder pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog or PWM input pin that rangefinder is connected to\. Airspeed ports can be used for Analog input\, AUXOUT can be used for PWM input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. For PWM input\, the pin must be configured as a digital GPIO\, see the Wiki\'s \"GPIOs\" section for details\. + + ++-------+---------------------------+ +| Value | Meaning | ++=======+===========================+ +| -1 | Not Used | ++-------+---------------------------+ +| 11 | Pixracer | ++-------+---------------------------+ +| 13 | Pixhawk ADC4 | ++-------+---------------------------+ +| 14 | Pixhawk ADC3 | ++-------+---------------------------+ +| 15 | Pixhawk ADC6/Pixhawk2 ADC | ++-------+---------------------------+ +| 50 | AUX1 | ++-------+---------------------------+ +| 51 | AUX2 | ++-------+---------------------------+ +| 52 | AUX3 | ++-------+---------------------------+ +| 53 | AUX4 | ++-------+---------------------------+ +| 54 | AUX5 | ++-------+---------------------------+ +| 55 | AUX6 | ++-------+---------------------------+ +| 103 | Pixhawk SBUS | ++-------+---------------------------+ + + + + +.. _RNGFND8_SCALING: + +RNGFND8\_SCALING: Rangefinder scaling +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Scaling factor between rangefinder reading and distance\. For the linear and inverted functions this is in meters per volt\. For the hyperbolic function the units are meterVolts\. For Maxbotix serial sonar this is unit conversion to meters\. + + ++-----------+-----------------+ +| Increment | Units | ++===========+=================+ +| 0.001 | meters per volt | ++-----------+-----------------+ + + + + +.. _RNGFND8_OFFSET: + +RNGFND8\_OFFSET: rangefinder offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Offset in volts for zero distance for analog rangefinders\. Offset added to distance in centimeters for PWM lidars + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.001 | volt | ++-----------+-------+ + + + + +.. _RNGFND8_FUNCTION: + +RNGFND8\_FUNCTION: Rangefinder function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +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\. + + ++-------+------------+ +| Value | Meaning | ++=======+============+ +| 0 | Linear | ++-------+------------+ +| 1 | Inverted | ++-------+------------+ +| 2 | Hyperbolic | ++-------+------------+ + + + + +.. _RNGFND8_MIN_CM: + +RNGFND8\_MIN\_CM: Rangefinder minimum distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum distance in centimeters that rangefinder can reliably read + + ++-----------+-------------+ +| Increment | Units | ++===========+=============+ +| 1 | centimeters | ++-----------+-------------+ + + + + +.. _RNGFND8_MAX_CM: + +RNGFND8\_MAX\_CM: Rangefinder maximum distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum distance in centimeters that rangefinder can reliably read + + ++-----------+-------------+ +| Increment | Units | ++===========+=============+ +| 1 | centimeters | ++-----------+-------------+ + + + + +.. _RNGFND8_STOP_PIN: + +RNGFND8\_STOP\_PIN: Rangefinder stop pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin that enables\/disables rangefinder measurement for the pwm rangefinder\. A value of \-1 means no pin\. If this is set\, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it\. This is used to enable powersaving when out of range\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++-------+----------------+ +| Value | Meaning | ++=======+================+ +| -1 | Not Used | ++-------+----------------+ +| 50 | AUX1 | ++-------+----------------+ +| 51 | AUX2 | ++-------+----------------+ +| 52 | AUX3 | ++-------+----------------+ +| 53 | AUX4 | ++-------+----------------+ +| 54 | AUX5 | ++-------+----------------+ +| 55 | AUX6 | ++-------+----------------+ +| 111 | PX4 FMU Relay1 | ++-------+----------------+ +| 112 | PX4 FMU Relay2 | ++-------+----------------+ +| 113 | PX4IO Relay1 | ++-------+----------------+ +| 114 | PX4IO Relay2 | ++-------+----------------+ +| 115 | PX4IO ACC1 | ++-------+----------------+ +| 116 | PX4IO ACC2 | ++-------+----------------+ + + + + +.. _RNGFND8_RMETRIC: + +RNGFND8\_RMETRIC: Ratiometric +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets whether an analog rangefinder is ratiometric\. Most analog rangefinders are ratiometric\, meaning that their output voltage is influenced by the supply voltage\. Some analog rangefinders \(such as the SF\/02\) have their own internal voltage regulators so they are not ratiometric\. + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0 | No | ++-------+---------+ +| 1 | Yes | ++-------+---------+ + + + + +.. _RNGFND8_PWRRNG: + +RNGFND8\_PWRRNG: Powersave range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode \(if available\)\. A value of zero means power saving is not enabled + + ++------------+--------+ +| Range | Units | ++============+========+ +| 0 to 32767 | meters | ++------------+--------+ + + + + +.. _RNGFND8_GNDCLEAR: + +RNGFND8\_GNDCLEAR: Distance \(in cm\) from the range finder to the ground +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets the expected range measurement\(in cm\) that the range finder should return when the vehicle is on the ground\. + + ++-----------+----------+-------------+ +| Increment | Range | Units | ++===========+==========+=============+ +| 1 | 5 to 127 | centimeters | ++-----------+----------+-------------+ + + + + +.. _RNGFND8_ADDR: + +RNGFND8\_ADDR: Bus address of sensor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the bus address of the sensor\, where applicable\. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 1 | 0 to 127 | ++-----------+----------+ + + + + +.. _RNGFND8_POS_X: + +RNGFND8\_POS\_X: X position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +X position of the rangefinder in body frame\. Positive X is forward of the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND8_POS_Y: + +RNGFND8\_POS\_Y: Y position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Y position of the rangefinder in body frame\. Positive Y is to the right of the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND8_POS_Z: + +RNGFND8\_POS\_Z: Z position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Z position of the rangefinder in body frame\. Positive Z is down from the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND8_ORIENT: + +RNGFND8\_ORIENT: Rangefinder orientation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Orientation of rangefinder + + ++-------+---------------+ +| Value | Meaning | ++=======+===============+ +| 0 | Forward | ++-------+---------------+ +| 1 | Forward-Right | ++-------+---------------+ +| 2 | Right | ++-------+---------------+ +| 3 | Back-Right | ++-------+---------------+ +| 4 | Back | ++-------+---------------+ +| 5 | Back-Left | ++-------+---------------+ +| 6 | Left | ++-------+---------------+ +| 7 | Forward-Left | ++-------+---------------+ +| 24 | Up | ++-------+---------------+ +| 25 | Down | ++-------+---------------+ + + + + +.. _RNGFND8_WSP_MAVG: + +RNGFND8\_WSP\_MAVG: Moving Average Range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the number of historic range results to use for calculating the current range result\. When MAVG is greater than 1\, the current range result will be the current measured value averaged with the N\-1 previous results + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND8_WSP_MEDF: + +RNGFND8\_WSP\_MEDF: Moving Median Filter +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the window size for the real\-time median filter\. When MEDF is greater than 0 the median filter is active + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND8_WSP_FRQ: + +RNGFND8\_WSP\_FRQ: Frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the repetition frequency of the ranging operation in Hertz\. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers\. + + ++------------+ +| Range | ++============+ +| 0 to 10000 | ++------------+ + + + + +.. _RNGFND8_WSP_AVG: + +RNGFND8\_WSP\_AVG: Multi\-pulse averages +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the number of pulses to be used in multi\-pulse averaging mode\. In this mode\, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND8_WSP_THR: + +RNGFND8\_WSP\_THR: Sensitivity threshold +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the system sensitivity\. Larger values of THR represent higher sensitivity\. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory\. Set to \-1 for automatic threshold adjustments + + ++-----------+ +| Range | ++===========+ +| -1 to 255 | ++-----------+ + + + + +.. _RNGFND8_WSP_BAUD: + +RNGFND8\_WSP\_BAUD: Baud rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Desired baud rate + + ++-------+------------+ +| Value | Meaning | ++=======+============+ +| 0 | Low Speed | ++-------+------------+ +| 1 | High Speed | ++-------+------------+ + + + + +.. _RNGFND8_RECV_ID: + +RNGFND8\_RECV\_ID: RangeFinder CAN receive ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The receive ID of the CAN frames\. A value of zero means all IDs are accepted\. + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + +.. _RNGFND8_SNR_MIN: + +RNGFND8\_SNR\_MIN: RangeFinder Minimum signal strength +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RangeFinder Minimum signal strength \(SNR\) to accept distance + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + + +.. _parameters_RNGFND9_: + +RNGFND9\_ Parameters +-------------------- + + +.. _RNGFND9_TYPE: + +RNGFND9\_TYPE: Rangefinder type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of connected rangefinder + + ++-------+------------------------+ +| Value | Meaning | ++=======+========================+ +| 0 | None | ++-------+------------------------+ +| 1 | Analog | ++-------+------------------------+ +| 2 | MaxbotixI2C | ++-------+------------------------+ +| 3 | LidarLite-I2C | ++-------+------------------------+ +| 5 | PWM | ++-------+------------------------+ +| 6 | BBB-PRU | ++-------+------------------------+ +| 7 | LightWareI2C | ++-------+------------------------+ +| 8 | LightWareSerial | ++-------+------------------------+ +| 9 | Bebop | ++-------+------------------------+ +| 10 | MAVLink | ++-------+------------------------+ +| 11 | USD1_Serial | ++-------+------------------------+ +| 12 | LeddarOne | ++-------+------------------------+ +| 13 | MaxbotixSerial | ++-------+------------------------+ +| 14 | TeraRangerI2C | ++-------+------------------------+ +| 15 | LidarLiteV3-I2C | ++-------+------------------------+ +| 16 | VL53L0X or VL53L1X | ++-------+------------------------+ +| 17 | NMEA | ++-------+------------------------+ +| 18 | WASP-LRF | ++-------+------------------------+ +| 19 | BenewakeTF02 | ++-------+------------------------+ +| 20 | Benewake-Serial | ++-------+------------------------+ +| 21 | LidarLightV3HP | ++-------+------------------------+ +| 22 | PWM | ++-------+------------------------+ +| 23 | BlueRoboticsPing | ++-------+------------------------+ +| 24 | DroneCAN | ++-------+------------------------+ +| 25 | BenewakeTFminiPlus-I2C | ++-------+------------------------+ +| 26 | LanbaoPSK-CM8JL65-CC5 | ++-------+------------------------+ +| 27 | BenewakeTF03 | ++-------+------------------------+ +| 28 | VL53L1X-ShortRange | ++-------+------------------------+ +| 29 | LeddarVu8-Serial | ++-------+------------------------+ +| 30 | HC-SR04 | ++-------+------------------------+ +| 31 | GYUS42v2 | ++-------+------------------------+ +| 32 | MSP | ++-------+------------------------+ +| 33 | USD1_CAN | ++-------+------------------------+ +| 34 | Benewake_CAN | ++-------+------------------------+ +| 35 | TeraRangerSerial | ++-------+------------------------+ +| 36 | Lua_Scripting | ++-------+------------------------+ +| 37 | NoopLoop_TOFSense | ++-------+------------------------+ +| 38 | NoopLoop_TOFSense_CAN | ++-------+------------------------+ +| 39 | NRA24_CAN | ++-------+------------------------+ +| 40 | NoopLoop_TOFSenseF_I2C | ++-------+------------------------+ +| 41 | JRE_Serial | ++-------+------------------------+ +| 100 | SITL | ++-------+------------------------+ + + + + +.. _RNGFND9_PIN: + +RNGFND9\_PIN: Rangefinder pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog or PWM input pin that rangefinder is connected to\. Airspeed ports can be used for Analog input\, AUXOUT can be used for PWM input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. For PWM input\, the pin must be configured as a digital GPIO\, see the Wiki\'s \"GPIOs\" section for details\. + + ++-------+---------------------------+ +| Value | Meaning | ++=======+===========================+ +| -1 | Not Used | ++-------+---------------------------+ +| 11 | Pixracer | ++-------+---------------------------+ +| 13 | Pixhawk ADC4 | ++-------+---------------------------+ +| 14 | Pixhawk ADC3 | ++-------+---------------------------+ +| 15 | Pixhawk ADC6/Pixhawk2 ADC | ++-------+---------------------------+ +| 50 | AUX1 | ++-------+---------------------------+ +| 51 | AUX2 | ++-------+---------------------------+ +| 52 | AUX3 | ++-------+---------------------------+ +| 53 | AUX4 | ++-------+---------------------------+ +| 54 | AUX5 | ++-------+---------------------------+ +| 55 | AUX6 | ++-------+---------------------------+ +| 103 | Pixhawk SBUS | ++-------+---------------------------+ + + + + +.. _RNGFND9_SCALING: + +RNGFND9\_SCALING: Rangefinder scaling +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Scaling factor between rangefinder reading and distance\. For the linear and inverted functions this is in meters per volt\. For the hyperbolic function the units are meterVolts\. For Maxbotix serial sonar this is unit conversion to meters\. + + ++-----------+-----------------+ +| Increment | Units | ++===========+=================+ +| 0.001 | meters per volt | ++-----------+-----------------+ + + + + +.. _RNGFND9_OFFSET: + +RNGFND9\_OFFSET: rangefinder offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Offset in volts for zero distance for analog rangefinders\. Offset added to distance in centimeters for PWM lidars + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.001 | volt | ++-----------+-------+ + + + + +.. _RNGFND9_FUNCTION: + +RNGFND9\_FUNCTION: Rangefinder function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +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\. + + ++-------+------------+ +| Value | Meaning | ++=======+============+ +| 0 | Linear | ++-------+------------+ +| 1 | Inverted | ++-------+------------+ +| 2 | Hyperbolic | ++-------+------------+ + + + + +.. _RNGFND9_MIN_CM: + +RNGFND9\_MIN\_CM: Rangefinder minimum distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum distance in centimeters that rangefinder can reliably read + + ++-----------+-------------+ +| Increment | Units | ++===========+=============+ +| 1 | centimeters | ++-----------+-------------+ + + + + +.. _RNGFND9_MAX_CM: + +RNGFND9\_MAX\_CM: Rangefinder maximum distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum distance in centimeters that rangefinder can reliably read + + ++-----------+-------------+ +| Increment | Units | ++===========+=============+ +| 1 | centimeters | ++-----------+-------------+ + + + + +.. _RNGFND9_STOP_PIN: + +RNGFND9\_STOP\_PIN: Rangefinder stop pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin that enables\/disables rangefinder measurement for the pwm rangefinder\. A value of \-1 means no pin\. If this is set\, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it\. This is used to enable powersaving when out of range\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++-------+----------------+ +| Value | Meaning | ++=======+================+ +| -1 | Not Used | ++-------+----------------+ +| 50 | AUX1 | ++-------+----------------+ +| 51 | AUX2 | ++-------+----------------+ +| 52 | AUX3 | ++-------+----------------+ +| 53 | AUX4 | ++-------+----------------+ +| 54 | AUX5 | ++-------+----------------+ +| 55 | AUX6 | ++-------+----------------+ +| 111 | PX4 FMU Relay1 | ++-------+----------------+ +| 112 | PX4 FMU Relay2 | ++-------+----------------+ +| 113 | PX4IO Relay1 | ++-------+----------------+ +| 114 | PX4IO Relay2 | ++-------+----------------+ +| 115 | PX4IO ACC1 | ++-------+----------------+ +| 116 | PX4IO ACC2 | ++-------+----------------+ + + + + +.. _RNGFND9_RMETRIC: + +RNGFND9\_RMETRIC: Ratiometric +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets whether an analog rangefinder is ratiometric\. Most analog rangefinders are ratiometric\, meaning that their output voltage is influenced by the supply voltage\. Some analog rangefinders \(such as the SF\/02\) have their own internal voltage regulators so they are not ratiometric\. + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0 | No | ++-------+---------+ +| 1 | Yes | ++-------+---------+ + + + + +.. _RNGFND9_PWRRNG: + +RNGFND9\_PWRRNG: Powersave range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode \(if available\)\. A value of zero means power saving is not enabled + + ++------------+--------+ +| Range | Units | ++============+========+ +| 0 to 32767 | meters | ++------------+--------+ + + + + +.. _RNGFND9_GNDCLEAR: + +RNGFND9\_GNDCLEAR: Distance \(in cm\) from the range finder to the ground +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets the expected range measurement\(in cm\) that the range finder should return when the vehicle is on the ground\. + + ++-----------+----------+-------------+ +| Increment | Range | Units | ++===========+==========+=============+ +| 1 | 5 to 127 | centimeters | ++-----------+----------+-------------+ + + + + +.. _RNGFND9_ADDR: + +RNGFND9\_ADDR: Bus address of sensor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the bus address of the sensor\, where applicable\. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 1 | 0 to 127 | ++-----------+----------+ + + + + +.. _RNGFND9_POS_X: + +RNGFND9\_POS\_X: X position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +X position of the rangefinder in body frame\. Positive X is forward of the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND9_POS_Y: + +RNGFND9\_POS\_Y: Y position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Y position of the rangefinder in body frame\. Positive Y is to the right of the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND9_POS_Z: + +RNGFND9\_POS\_Z: Z position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Z position of the rangefinder in body frame\. Positive Z is down from the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFND9_ORIENT: + +RNGFND9\_ORIENT: Rangefinder orientation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Orientation of rangefinder + + ++-------+---------------+ +| Value | Meaning | ++=======+===============+ +| 0 | Forward | ++-------+---------------+ +| 1 | Forward-Right | ++-------+---------------+ +| 2 | Right | ++-------+---------------+ +| 3 | Back-Right | ++-------+---------------+ +| 4 | Back | ++-------+---------------+ +| 5 | Back-Left | ++-------+---------------+ +| 6 | Left | ++-------+---------------+ +| 7 | Forward-Left | ++-------+---------------+ +| 24 | Up | ++-------+---------------+ +| 25 | Down | ++-------+---------------+ + + + + +.. _RNGFND9_WSP_MAVG: + +RNGFND9\_WSP\_MAVG: Moving Average Range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the number of historic range results to use for calculating the current range result\. When MAVG is greater than 1\, the current range result will be the current measured value averaged with the N\-1 previous results + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND9_WSP_MEDF: + +RNGFND9\_WSP\_MEDF: Moving Median Filter +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the window size for the real\-time median filter\. When MEDF is greater than 0 the median filter is active + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND9_WSP_FRQ: + +RNGFND9\_WSP\_FRQ: Frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the repetition frequency of the ranging operation in Hertz\. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers\. + + ++------------+ +| Range | ++============+ +| 0 to 10000 | ++------------+ + + + + +.. _RNGFND9_WSP_AVG: + +RNGFND9\_WSP\_AVG: Multi\-pulse averages +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the number of pulses to be used in multi\-pulse averaging mode\. In this mode\, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFND9_WSP_THR: + +RNGFND9\_WSP\_THR: Sensitivity threshold +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the system sensitivity\. Larger values of THR represent higher sensitivity\. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory\. Set to \-1 for automatic threshold adjustments + + ++-----------+ +| Range | ++===========+ +| -1 to 255 | ++-----------+ + + + + +.. _RNGFND9_WSP_BAUD: + +RNGFND9\_WSP\_BAUD: Baud rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Desired baud rate + + ++-------+------------+ +| Value | Meaning | ++=======+============+ +| 0 | Low Speed | ++-------+------------+ +| 1 | High Speed | ++-------+------------+ + + + + +.. _RNGFND9_RECV_ID: + +RNGFND9\_RECV\_ID: RangeFinder CAN receive ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The receive ID of the CAN frames\. A value of zero means all IDs are accepted\. + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + +.. _RNGFND9_SNR_MIN: + +RNGFND9\_SNR\_MIN: RangeFinder Minimum signal strength +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RangeFinder Minimum signal strength \(SNR\) to accept distance + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + + +.. _parameters_RNGFNDA_: + +RNGFNDA\_ Parameters +-------------------- + + +.. _RNGFNDA_TYPE: + +RNGFNDA\_TYPE: Rangefinder type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Type of connected rangefinder + + ++-------+------------------------+ +| Value | Meaning | ++=======+========================+ +| 0 | None | ++-------+------------------------+ +| 1 | Analog | ++-------+------------------------+ +| 2 | MaxbotixI2C | ++-------+------------------------+ +| 3 | LidarLite-I2C | ++-------+------------------------+ +| 5 | PWM | ++-------+------------------------+ +| 6 | BBB-PRU | ++-------+------------------------+ +| 7 | LightWareI2C | ++-------+------------------------+ +| 8 | LightWareSerial | ++-------+------------------------+ +| 9 | Bebop | ++-------+------------------------+ +| 10 | MAVLink | ++-------+------------------------+ +| 11 | USD1_Serial | ++-------+------------------------+ +| 12 | LeddarOne | ++-------+------------------------+ +| 13 | MaxbotixSerial | ++-------+------------------------+ +| 14 | TeraRangerI2C | ++-------+------------------------+ +| 15 | LidarLiteV3-I2C | ++-------+------------------------+ +| 16 | VL53L0X or VL53L1X | ++-------+------------------------+ +| 17 | NMEA | ++-------+------------------------+ +| 18 | WASP-LRF | ++-------+------------------------+ +| 19 | BenewakeTF02 | ++-------+------------------------+ +| 20 | Benewake-Serial | ++-------+------------------------+ +| 21 | LidarLightV3HP | ++-------+------------------------+ +| 22 | PWM | ++-------+------------------------+ +| 23 | BlueRoboticsPing | ++-------+------------------------+ +| 24 | DroneCAN | ++-------+------------------------+ +| 25 | BenewakeTFminiPlus-I2C | ++-------+------------------------+ +| 26 | LanbaoPSK-CM8JL65-CC5 | ++-------+------------------------+ +| 27 | BenewakeTF03 | ++-------+------------------------+ +| 28 | VL53L1X-ShortRange | ++-------+------------------------+ +| 29 | LeddarVu8-Serial | ++-------+------------------------+ +| 30 | HC-SR04 | ++-------+------------------------+ +| 31 | GYUS42v2 | ++-------+------------------------+ +| 32 | MSP | ++-------+------------------------+ +| 33 | USD1_CAN | ++-------+------------------------+ +| 34 | Benewake_CAN | ++-------+------------------------+ +| 35 | TeraRangerSerial | ++-------+------------------------+ +| 36 | Lua_Scripting | ++-------+------------------------+ +| 37 | NoopLoop_TOFSense | ++-------+------------------------+ +| 38 | NoopLoop_TOFSense_CAN | ++-------+------------------------+ +| 39 | NRA24_CAN | ++-------+------------------------+ +| 40 | NoopLoop_TOFSenseF_I2C | ++-------+------------------------+ +| 41 | JRE_Serial | ++-------+------------------------+ +| 100 | SITL | ++-------+------------------------+ + + + + +.. _RNGFNDA_PIN: + +RNGFNDA\_PIN: Rangefinder pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog or PWM input pin that rangefinder is connected to\. Airspeed ports can be used for Analog input\, AUXOUT can be used for PWM input\. When using analog pin 103\, the maximum value of the input in 3\.3V\. For PWM input\, the pin must be configured as a digital GPIO\, see the Wiki\'s \"GPIOs\" section for details\. + + ++-------+---------------------------+ +| Value | Meaning | ++=======+===========================+ +| -1 | Not Used | ++-------+---------------------------+ +| 11 | Pixracer | ++-------+---------------------------+ +| 13 | Pixhawk ADC4 | ++-------+---------------------------+ +| 14 | Pixhawk ADC3 | ++-------+---------------------------+ +| 15 | Pixhawk ADC6/Pixhawk2 ADC | ++-------+---------------------------+ +| 50 | AUX1 | ++-------+---------------------------+ +| 51 | AUX2 | ++-------+---------------------------+ +| 52 | AUX3 | ++-------+---------------------------+ +| 53 | AUX4 | ++-------+---------------------------+ +| 54 | AUX5 | ++-------+---------------------------+ +| 55 | AUX6 | ++-------+---------------------------+ +| 103 | Pixhawk SBUS | ++-------+---------------------------+ + + + + +.. _RNGFNDA_SCALING: + +RNGFNDA\_SCALING: Rangefinder scaling +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Scaling factor between rangefinder reading and distance\. For the linear and inverted functions this is in meters per volt\. For the hyperbolic function the units are meterVolts\. For Maxbotix serial sonar this is unit conversion to meters\. + + ++-----------+-----------------+ +| Increment | Units | ++===========+=================+ +| 0.001 | meters per volt | ++-----------+-----------------+ + + + + +.. _RNGFNDA_OFFSET: + +RNGFNDA\_OFFSET: rangefinder offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Offset in volts for zero distance for analog rangefinders\. Offset added to distance in centimeters for PWM lidars + + ++-----------+-------+ +| Increment | Units | ++===========+=======+ +| 0.001 | volt | ++-----------+-------+ + + + + +.. _RNGFNDA_FUNCTION: + +RNGFNDA\_FUNCTION: Rangefinder function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +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\. + + ++-------+------------+ +| Value | Meaning | ++=======+============+ +| 0 | Linear | ++-------+------------+ +| 1 | Inverted | ++-------+------------+ +| 2 | Hyperbolic | ++-------+------------+ + + + + +.. _RNGFNDA_MIN_CM: + +RNGFNDA\_MIN\_CM: Rangefinder minimum distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum distance in centimeters that rangefinder can reliably read + + ++-----------+-------------+ +| Increment | Units | ++===========+=============+ +| 1 | centimeters | ++-----------+-------------+ + + + + +.. _RNGFNDA_MAX_CM: + +RNGFNDA\_MAX\_CM: Rangefinder maximum distance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum distance in centimeters that rangefinder can reliably read + + ++-----------+-------------+ +| Increment | Units | ++===========+=============+ +| 1 | centimeters | ++-----------+-------------+ + + + + +.. _RNGFNDA_STOP_PIN: + +RNGFNDA\_STOP\_PIN: Rangefinder stop pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Digital pin that enables\/disables rangefinder measurement for the pwm rangefinder\. A value of \-1 means no pin\. If this is set\, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it\. This is used to enable powersaving when out of range\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++-------+----------------+ +| Value | Meaning | ++=======+================+ +| -1 | Not Used | ++-------+----------------+ +| 50 | AUX1 | ++-------+----------------+ +| 51 | AUX2 | ++-------+----------------+ +| 52 | AUX3 | ++-------+----------------+ +| 53 | AUX4 | ++-------+----------------+ +| 54 | AUX5 | ++-------+----------------+ +| 55 | AUX6 | ++-------+----------------+ +| 111 | PX4 FMU Relay1 | ++-------+----------------+ +| 112 | PX4 FMU Relay2 | ++-------+----------------+ +| 113 | PX4IO Relay1 | ++-------+----------------+ +| 114 | PX4IO Relay2 | ++-------+----------------+ +| 115 | PX4IO ACC1 | ++-------+----------------+ +| 116 | PX4IO ACC2 | ++-------+----------------+ + + + + +.. _RNGFNDA_RMETRIC: + +RNGFNDA\_RMETRIC: Ratiometric +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets whether an analog rangefinder is ratiometric\. Most analog rangefinders are ratiometric\, meaning that their output voltage is influenced by the supply voltage\. Some analog rangefinders \(such as the SF\/02\) have their own internal voltage regulators so they are not ratiometric\. + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0 | No | ++-------+---------+ +| 1 | Yes | ++-------+---------+ + + + + +.. _RNGFNDA_PWRRNG: + +RNGFNDA\_PWRRNG: Powersave range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode \(if available\)\. A value of zero means power saving is not enabled + + ++------------+--------+ +| Range | Units | ++============+========+ +| 0 to 32767 | meters | ++------------+--------+ + + + + +.. _RNGFNDA_GNDCLEAR: + +RNGFNDA\_GNDCLEAR: Distance \(in cm\) from the range finder to the ground +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This parameter sets the expected range measurement\(in cm\) that the range finder should return when the vehicle is on the ground\. + + ++-----------+----------+-------------+ +| Increment | Range | Units | ++===========+==========+=============+ +| 1 | 5 to 127 | centimeters | ++-----------+----------+-------------+ + + + + +.. _RNGFNDA_ADDR: + +RNGFNDA\_ADDR: Bus address of sensor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the bus address of the sensor\, where applicable\. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 1 | 0 to 127 | ++-----------+----------+ + + + + +.. _RNGFNDA_POS_X: + +RNGFNDA\_POS\_X: X position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +X position of the rangefinder in body frame\. Positive X is forward of the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFNDA_POS_Y: + +RNGFNDA\_POS\_Y: Y position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Y position of the rangefinder in body frame\. Positive Y is to the right of the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFNDA_POS_Z: + +RNGFNDA\_POS\_Z: Z position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Z position of the rangefinder in body frame\. Positive Z is down from the origin\. Use the zero range datum point if supplied\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _RNGFNDA_ORIENT: + +RNGFNDA\_ORIENT: Rangefinder orientation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Orientation of rangefinder + + ++-------+---------------+ +| Value | Meaning | ++=======+===============+ +| 0 | Forward | ++-------+---------------+ +| 1 | Forward-Right | ++-------+---------------+ +| 2 | Right | ++-------+---------------+ +| 3 | Back-Right | ++-------+---------------+ +| 4 | Back | ++-------+---------------+ +| 5 | Back-Left | ++-------+---------------+ +| 6 | Left | ++-------+---------------+ +| 7 | Forward-Left | ++-------+---------------+ +| 24 | Up | ++-------+---------------+ +| 25 | Down | ++-------+---------------+ + + + + +.. _RNGFNDA_WSP_MAVG: + +RNGFNDA\_WSP\_MAVG: Moving Average Range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the number of historic range results to use for calculating the current range result\. When MAVG is greater than 1\, the current range result will be the current measured value averaged with the N\-1 previous results + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFNDA_WSP_MEDF: + +RNGFNDA\_WSP\_MEDF: Moving Median Filter +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the window size for the real\-time median filter\. When MEDF is greater than 0 the median filter is active + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFNDA_WSP_FRQ: + +RNGFNDA\_WSP\_FRQ: Frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the repetition frequency of the ranging operation in Hertz\. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers\. + + ++------------+ +| Range | ++============+ +| 0 to 10000 | ++------------+ + + + + +.. _RNGFNDA_WSP_AVG: + +RNGFNDA\_WSP\_AVG: Multi\-pulse averages +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the number of pulses to be used in multi\-pulse averaging mode\. In this mode\, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement + + ++----------+ +| Range | ++==========+ +| 0 to 255 | ++----------+ + + + + +.. _RNGFNDA_WSP_THR: + +RNGFNDA\_WSP\_THR: Sensitivity threshold +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the system sensitivity\. Larger values of THR represent higher sensitivity\. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory\. Set to \-1 for automatic threshold adjustments + + ++-----------+ +| Range | ++===========+ +| -1 to 255 | ++-----------+ + + + + +.. _RNGFNDA_WSP_BAUD: + +RNGFNDA\_WSP\_BAUD: Baud rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Desired baud rate + + ++-------+------------+ +| Value | Meaning | ++=======+============+ +| 0 | Low Speed | ++-------+------------+ +| 1 | High Speed | ++-------+------------+ + + + + +.. _RNGFNDA_RECV_ID: + +RNGFNDA\_RECV\_ID: RangeFinder CAN receive ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The receive ID of the CAN frames\. A value of zero means all IDs are accepted\. + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + +.. _RNGFNDA_SNR_MIN: + +RNGFNDA\_SNR\_MIN: RangeFinder Minimum signal strength +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +RangeFinder Minimum signal strength \(SNR\) to accept distance + + ++------------+ +| Range | ++============+ +| 0 to 65535 | ++------------+ + + + + + +.. _parameters_RPM1_: + +RPM1\_ Parameters +----------------- + + +.. _RPM1_TYPE: + +RPM1\_TYPE: RPM type +~~~~~~~~~~~~~~~~~~~~ + + +What type of RPM sensor is connected + + ++-------+------------------------------+ +| Value | Meaning | ++=======+==============================+ +| 0 | None | ++-------+------------------------------+ +| 1 | Not Used | ++-------+------------------------------+ +| 2 | GPIO | ++-------+------------------------------+ +| 3 | EFI | ++-------+------------------------------+ +| 4 | Harmonic Notch | ++-------+------------------------------+ +| 5 | ESC Telemetry Motors Bitmask | ++-------+------------------------------+ +| 6 | Generator | ++-------+------------------------------+ + + + + +.. _RPM1_SCALING: + +RPM1\_SCALING: RPM scaling +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Scaling factor between sensor reading and RPM\. + + ++-----------+ +| Increment | ++===========+ +| 0.001 | ++-----------+ + + + + +.. _RPM1_MAX: + +RPM1\_MAX: Maximum RPM +~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum RPM to report\. Only used on type \= GPIO\. + + ++-----------+ +| Increment | ++===========+ +| 1 | ++-----------+ + + + + +.. _RPM1_MIN: + +RPM1\_MIN: Minimum RPM +~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum RPM to report\. Only used on type \= GPIO\. + + ++-----------+ +| Increment | ++===========+ +| 1 | ++-----------+ + + + + +.. _RPM1_MIN_QUAL: + +RPM1\_MIN\_QUAL: Minimum Quality +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Minimum data quality to be used + + ++-----------+ +| Increment | ++===========+ +| 0.1 | ++-----------+ + + + + +.. _RPM1_PIN: + +RPM1\_PIN: Input pin number +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Which digital GPIO pin to use\. Only used on type \= GPIO\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| -1 | Disabled | ++-------+----------+ +| 50 | AUX1 | ++-------+----------+ +| 51 | AUX2 | ++-------+----------+ +| 52 | AUX3 | ++-------+----------+ +| 53 | AUX4 | ++-------+----------+ +| 54 | AUX5 | ++-------+----------+ +| 55 | AUX6 | ++-------+----------+ + + + + +.. _RPM1_ESC_MASK: + +RPM1\_ESC\_MASK: Bitmask of ESC telemetry channels to average +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Mask of channels which support ESC rpm telemetry\. RPM telemetry of the selected channels will be averaged + + ++-----+-----------+ +| Bit | Meaning | ++=====+===========+ +| 0 | Channel1 | ++-----+-----------+ +| 1 | Channel2 | ++-----+-----------+ +| 2 | Channel3 | ++-----+-----------+ +| 3 | Channel4 | ++-----+-----------+ +| 4 | Channel5 | ++-----+-----------+ +| 5 | Channel6 | ++-----+-----------+ +| 6 | Channel7 | ++-----+-----------+ +| 7 | Channel8 | ++-----+-----------+ +| 8 | Channel9 | ++-----+-----------+ +| 9 | Channel10 | ++-----+-----------+ +| 10 | Channel11 | ++-----+-----------+ +| 11 | Channel12 | ++-----+-----------+ +| 12 | Channel13 | ++-----+-----------+ +| 13 | Channel14 | ++-----+-----------+ +| 14 | Channel15 | ++-----+-----------+ +| 15 | Channel16 | ++-----+-----------+ + + + + +.. _RPM1_ESC_INDEX: + +RPM1\_ESC\_INDEX: ESC Telemetry Index to write RPM to +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ESC Telemetry Index to write RPM to\. Use 0 to disable\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 10 | ++-----------+---------+ + + + + + +.. _parameters_RPM2_: + +RPM2\_ Parameters +----------------- + + +.. _RPM2_TYPE: + +RPM2\_TYPE: RPM type +~~~~~~~~~~~~~~~~~~~~ + + +What type of RPM sensor is connected + + ++-------+------------------------------+ +| Value | Meaning | ++=======+==============================+ +| 0 | None | ++-------+------------------------------+ +| 1 | Not Used | ++-------+------------------------------+ +| 2 | GPIO | ++-------+------------------------------+ +| 3 | EFI | ++-------+------------------------------+ +| 4 | Harmonic Notch | ++-------+------------------------------+ +| 5 | ESC Telemetry Motors Bitmask | ++-------+------------------------------+ +| 6 | Generator | ++-------+------------------------------+ + + + + +.. _RPM2_SCALING: + +RPM2\_SCALING: RPM scaling +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Scaling factor between sensor reading and RPM\. + + ++-----------+ +| Increment | ++===========+ +| 0.001 | ++-----------+ + + + + +.. _RPM2_MAX: + +RPM2\_MAX: Maximum RPM +~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum RPM to report\. Only used on type \= GPIO\. + + ++-----------+ +| Increment | ++===========+ +| 1 | ++-----------+ + + + + +.. _RPM2_MIN: + +RPM2\_MIN: Minimum RPM +~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum RPM to report\. Only used on type \= GPIO\. + + ++-----------+ +| Increment | ++===========+ +| 1 | ++-----------+ + + + + +.. _RPM2_MIN_QUAL: + +RPM2\_MIN\_QUAL: Minimum Quality +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Minimum data quality to be used + + ++-----------+ +| Increment | ++===========+ +| 0.1 | ++-----------+ + + + + +.. _RPM2_PIN: + +RPM2\_PIN: Input pin number +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Which digital GPIO pin to use\. Only used on type \= GPIO\. Some common values are given\, but see the Wiki\'s \"GPIOs\" page for how to determine the pin number for a given autopilot\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| -1 | Disabled | ++-------+----------+ +| 50 | AUX1 | ++-------+----------+ +| 51 | AUX2 | ++-------+----------+ +| 52 | AUX3 | ++-------+----------+ +| 53 | AUX4 | ++-------+----------+ +| 54 | AUX5 | ++-------+----------+ +| 55 | AUX6 | ++-------+----------+ + + + + +.. _RPM2_ESC_MASK: + +RPM2\_ESC\_MASK: Bitmask of ESC telemetry channels to average +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Mask of channels which support ESC rpm telemetry\. RPM telemetry of the selected channels will be averaged + + ++-----+-----------+ +| Bit | Meaning | ++=====+===========+ +| 0 | Channel1 | ++-----+-----------+ +| 1 | Channel2 | ++-----+-----------+ +| 2 | Channel3 | ++-----+-----------+ +| 3 | Channel4 | ++-----+-----------+ +| 4 | Channel5 | ++-----+-----------+ +| 5 | Channel6 | ++-----+-----------+ +| 6 | Channel7 | ++-----+-----------+ +| 7 | Channel8 | ++-----+-----------+ +| 8 | Channel9 | ++-----+-----------+ +| 9 | Channel10 | ++-----+-----------+ +| 10 | Channel11 | ++-----+-----------+ +| 11 | Channel12 | ++-----+-----------+ +| 12 | Channel13 | ++-----+-----------+ +| 13 | Channel14 | ++-----+-----------+ +| 14 | Channel15 | ++-----+-----------+ +| 15 | Channel16 | ++-----+-----------+ + + + + +.. _RPM2_ESC_INDEX: + +RPM2\_ESC\_INDEX: ESC Telemetry Index to write RPM to +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +ESC Telemetry Index to write RPM to\. Use 0 to disable\. + + ++-----------+---------+ +| Increment | Range | ++===========+=========+ +| 1 | 0 to 10 | ++-----------+---------+ + + + + + +.. _parameters_RSSI_: + +RSSI\_ Parameters +----------------- + + +.. _RSSI_TYPE: + +RSSI\_TYPE: RSSI Type +~~~~~~~~~~~~~~~~~~~~~ + + +Radio Receiver RSSI type\. If your radio receiver supports RSSI of some kind\, set it here\, then set its associated RSSI\_XXXXX parameters\, if any\. + + ++-------+--------------------+ +| Value | Meaning | ++=======+====================+ +| 0 | Disabled | ++-------+--------------------+ +| 1 | AnalogPin | ++-------+--------------------+ +| 2 | RCChannelPwmValue | ++-------+--------------------+ +| 3 | ReceiverProtocol | ++-------+--------------------+ +| 4 | PWMInputPin | ++-------+--------------------+ +| 5 | TelemetryRadioRSSI | ++-------+--------------------+ + + + + +.. _RSSI_ANA_PIN: + +RSSI\_ANA\_PIN: Receiver RSSI sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Pin used to read the RSSI voltage or PWM value + + ++-------+---------------------------+ +| Value | Meaning | ++=======+===========================+ +| 8 | V5 Nano | ++-------+---------------------------+ +| 11 | Pixracer | ++-------+---------------------------+ +| 13 | Pixhawk ADC4 | ++-------+---------------------------+ +| 14 | Pixhawk ADC3 | ++-------+---------------------------+ +| 15 | Pixhawk ADC6/Pixhawk2 ADC | ++-------+---------------------------+ +| 50 | AUX1 | ++-------+---------------------------+ +| 51 | AUX2 | ++-------+---------------------------+ +| 52 | AUX3 | ++-------+---------------------------+ +| 53 | AUX4 | ++-------+---------------------------+ +| 54 | AUX5 | ++-------+---------------------------+ +| 55 | AUX6 | ++-------+---------------------------+ +| 103 | Pixhawk SBUS | ++-------+---------------------------+ + + + + +.. _RSSI_PIN_LOW: + +RSSI\_PIN\_LOW: RSSI pin\'s lowest voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +RSSI pin\'s voltage received on the RSSI\_ANA\_PIN when the signal strength is the weakest\. Some radio receivers put out inverted values so this value may be higher than RSSI\_PIN\_HIGH\. When using pin 103\, the maximum value of the parameter is 3\.3V\. + + ++-----------+----------+-------+ +| Increment | Range | Units | ++===========+==========+=======+ +| 0.01 | 0 to 5.0 | volt | ++-----------+----------+-------+ + + + + +.. _RSSI_PIN_HIGH: + +RSSI\_PIN\_HIGH: RSSI pin\'s highest voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +RSSI pin\'s voltage received on the RSSI\_ANA\_PIN when the signal strength is the strongest\. Some radio receivers put out inverted values so this value may be lower than RSSI\_PIN\_LOW\. When using pin 103\, the maximum value of the parameter is 3\.3V\. + + ++-----------+----------+-------+ +| Increment | Range | Units | ++===========+==========+=======+ +| 0.01 | 0 to 5.0 | volt | ++-----------+----------+-------+ + + + + +.. _RSSI_CHANNEL: + +RSSI\_CHANNEL: Receiver RSSI channel number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The channel number where RSSI will be output by the radio receiver \(5 and above\)\. + + ++---------+ +| Range | ++=========+ +| 0 to 16 | ++---------+ + + + + +.. _RSSI_CHAN_LOW: + +RSSI\_CHAN\_LOW: RSSI PWM low value +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +PWM value that the radio receiver will put on the RSSI\_CHANNEL or RSSI\_ANA\_PIN when the signal strength is the weakest\. Some radio receivers output inverted values so this value may be lower than RSSI\_CHAN\_HIGH + + ++-----------+---------------------+ +| Range | Units | ++===========+=====================+ +| 0 to 2000 | PWM in microseconds | ++-----------+---------------------+ + + + + +.. _RSSI_CHAN_HIGH: + +RSSI\_CHAN\_HIGH: Receiver RSSI PWM high value +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +PWM value that the radio receiver will put on the RSSI\_CHANNEL or RSSI\_ANA\_PIN when the signal strength is the strongest\. Some radio receivers output inverted values so this value may be higher than RSSI\_CHAN\_LOW + + ++-----------+---------------------+ +| Range | Units | ++===========+=====================+ +| 0 to 2000 | PWM in microseconds | ++-----------+---------------------+ + + + + + +.. _parameters_SAIL_: + +SAIL\_ Parameters +----------------- + + +.. _SAIL_ENABLE: + +SAIL\_ENABLE: Enable Sailboat +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +This enables Sailboat functionality + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0 | Disable | ++-------+---------+ +| 1 | Enable | ++-------+---------+ + + + + +.. _SAIL_ANGLE_MIN: + +SAIL\_ANGLE\_MIN: Sail min angle +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mainsheet tight\, angle between centerline and boom + + ++-----------+---------+---------+ +| Increment | Range | Units | ++===========+=========+=========+ +| 1 | 0 to 90 | degrees | ++-----------+---------+---------+ + + + + +.. _SAIL_ANGLE_MAX: + +SAIL\_ANGLE\_MAX: Sail max angle +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Mainsheet loose\, angle between centerline and boom\. For direct\-control rotating masts\, the rotation angle at SERVOx\_MAX\/\_MIN\; for rotating masts\, this value can exceed 90 degrees if the linkages can physically rotate the mast past that angle\. + + ++-----------+---------+---------+ +| Increment | Range | Units | ++===========+=========+=========+ +| 1 | 0 to 90 | degrees | ++-----------+---------+---------+ + + + + +.. _SAIL_ANGLE_IDEAL: + +SAIL\_ANGLE\_IDEAL: Sail ideal angle +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Ideal angle between sail and apparent wind + + ++-----------+---------+---------+ +| Increment | Range | Units | ++===========+=========+=========+ +| 1 | 0 to 90 | degrees | ++-----------+---------+---------+ + + + + +.. _SAIL_HEEL_MAX: + +SAIL\_HEEL\_MAX: Sailing maximum heel angle +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +When in auto sail trim modes the heel will be limited to this value using PID control + + ++-----------+---------+---------+ +| Increment | Range | Units | ++===========+=========+=========+ +| 1 | 0 to 90 | degrees | ++-----------+---------+---------+ + + + + +.. _SAIL_NO_GO_ANGLE: + +SAIL\_NO\_GO\_ANGLE: Sailing no go zone angle +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The typical closest angle to the wind the vehicle will sail at\. the vehicle will sail at this angle when going upwind + + ++-----------+---------+---------+ +| Increment | Range | Units | ++===========+=========+=========+ +| 1 | 0 to 90 | degrees | ++-----------+---------+---------+ + + + + +.. _SAIL_WNDSPD_MIN: + +SAIL\_WNDSPD\_MIN: Sailboat minimum wind speed to sail in +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sailboat minimum wind speed to continue sail in\, at lower wind speeds the sailboat will motor if one is fitted + + ++-----------+--------+-------------------+ +| Increment | Range | Units | ++===========+========+===================+ +| 0.1 | 0 to 5 | meters per second | ++-----------+--------+-------------------+ + + + + +.. _SAIL_XTRACK_MAX: + +SAIL\_XTRACK\_MAX: Sailing vehicle max cross track error +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The sail boat will tack when it reaches this cross track error\, defines a corridor of 2 times this value wide\, 0 disables + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 1 | 5 to 25 | meters | ++-----------+---------+--------+ + + + + +.. _SAIL_LOIT_RADIUS: + +SAIL\_LOIT\_RADIUS: Loiter radius +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +When in sailing modes the vehicle will keep moving within this loiter radius + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 1 | 0 to 20 | meters | ++-----------+---------+--------+ + + + + + +.. _parameters_SCHED_: + +SCHED\_ Parameters +------------------ + + +.. _SCHED_DEBUG: + +SCHED\_DEBUG: Scheduler debug level +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Set to non\-zero to enable scheduler debug messages\. When set to show \"Slips\" the scheduler will display a message whenever a scheduled task is delayed due to too much CPU load\. When set to ShowOverruns the scheduled will display a message whenever a task takes longer than the limit promised in the task table\. + + ++-------+--------------+ +| Value | Meaning | ++=======+==============+ +| 0 | Disabled | ++-------+--------------+ +| 2 | ShowSlips | ++-------+--------------+ +| 3 | ShowOverruns | ++-------+--------------+ + + + + +.. _SCHED_LOOP_RATE: + +SCHED\_LOOP\_RATE: Scheduling main loop rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +This controls the rate of the main control loop in Hz\. This should only be changed by developers\. This only takes effect on restart\. Values over 400 are considered highly experimental\. + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 50 | 50Hz | ++-------+---------+ +| 100 | 100Hz | ++-------+---------+ +| 200 | 200Hz | ++-------+---------+ +| 250 | 250Hz | ++-------+---------+ +| 300 | 300Hz | ++-------+---------+ +| 400 | 400Hz | ++-------+---------+ + + + + +.. _SCHED_OPTIONS: + +SCHED\_OPTIONS: Scheduling options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This controls optional aspects of the scheduler\. + + ++-----+---------------------------+ +| Bit | Meaning | ++=====+===========================+ +| 0 | Enable per-task perf info | ++-----+---------------------------+ + + + + + +.. _parameters_SCR_: + +SCR\_ Parameters +---------------- + + +.. _SCR_ENABLE: + +SCR\_ENABLE: Enable Scripting +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Controls if scripting is enabled + + ++-------+-------------+ +| Value | Meaning | ++=======+=============+ +| 0 | None | ++-------+-------------+ +| 1 | Lua Scripts | ++-------+-------------+ + + + + +.. _SCR_VM_I_COUNT: + +SCR\_VM\_I\_COUNT: Scripting Virtual Machine Instruction Count +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The number virtual machine instructions that can be run before considering a script to have taken an excessive amount of time + + ++-----------+-----------------+ +| Increment | Range | ++===========+=================+ +| 10000 | 1000 to 1000000 | ++-----------+-----------------+ + + + + +.. _SCR_HEAP_SIZE: + +SCR\_HEAP\_SIZE: Scripting Heap Size +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Amount of memory available for scripting + + ++-----------+-----------------+ +| Increment | Range | ++===========+=================+ +| 1024 | 1024 to 1048576 | ++-----------+-----------------+ + + + + +.. _SCR_DEBUG_OPTS: + +SCR\_DEBUG\_OPTS: Scripting Debug Level +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Debugging options + + ++-----+----------------------------------------------------------------------------------------+ +| Bit | Meaning | ++=====+========================================================================================+ +| 0 | No Scripts to run message if all scripts have stopped | ++-----+----------------------------------------------------------------------------------------+ +| 1 | Runtime messages for memory usage and execution time | ++-----+----------------------------------------------------------------------------------------+ +| 2 | Suppress logging scripts to dataflash | ++-----+----------------------------------------------------------------------------------------+ +| 3 | log runtime memory usage and execution time | ++-----+----------------------------------------------------------------------------------------+ +| 4 | Disable pre-arm check | ++-----+----------------------------------------------------------------------------------------+ +| 5 | Save CRC of current scripts to loaded and running checksum parameters enabling pre-arm | ++-----+----------------------------------------------------------------------------------------+ + + + + +.. _SCR_USER1: + +SCR\_USER1: Scripting User Parameter1 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +General purpose user variable input for scripts + + +.. _SCR_USER2: + +SCR\_USER2: Scripting User Parameter2 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +General purpose user variable input for scripts + + +.. _SCR_USER3: + +SCR\_USER3: Scripting User Parameter3 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +General purpose user variable input for scripts + + +.. _SCR_USER4: + +SCR\_USER4: Scripting User Parameter4 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +General purpose user variable input for scripts + + +.. _SCR_USER5: + +SCR\_USER5: Scripting User Parameter5 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +General purpose user variable input for scripts + + +.. _SCR_USER6: + +SCR\_USER6: Scripting User Parameter6 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +General purpose user variable input for scripts + + +.. _SCR_DIR_DISABLE: + +SCR\_DIR\_DISABLE: Directory disable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +This will stop scripts being loaded from the given locations + + ++-----+-------------+ +| Bit | Meaning | ++=====+=============+ +| 0 | ROMFS | ++-----+-------------+ +| 1 | APM/scripts | ++-----+-------------+ + + + + +.. _SCR_LD_CHECKSUM: + +SCR\_LD\_CHECKSUM: Loaded script checksum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Required XOR of CRC32 checksum of loaded scripts\, vehicle will not arm with incorrect scripts loaded\, \-1 disables + + +.. _SCR_RUN_CHECKSUM: + +SCR\_RUN\_CHECKSUM: Running script checksum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Required XOR of CRC32 checksum of running scripts\, vehicle will not arm with incorrect scripts running\, \-1 disables + + +.. _SCR_THD_PRIORITY: + +SCR\_THD\_PRIORITY: Scripting thread priority +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +This sets the priority of the scripting thread\. This is normally set to a low priority to prevent scripts from interfering with other parts of the system\. Advanced users can change this priority if scripting needs to be prioritised for realtime applications\. WARNING\: changing this parameter can impact the stability of your flight controller\. The scipting thread priority in this parameter is chosen based on a set of system level priorities for other subsystems\. It is strongly recommended that you use the lowest priority that is sufficient for your application\. Note that all scripts run at the same priority\, so if you raise this priority you must carefully audit all lua scripts for behaviour that does not interfere with the operation of the system\. + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | Normal | ++-------+------------------+ +| 1 | IO Priority | ++-------+------------------+ +| 2 | Storage Priority | ++-------+------------------+ +| 3 | UART Priority | ++-------+------------------+ +| 4 | I2C Priority | ++-------+------------------+ +| 5 | SPI Priority | ++-------+------------------+ +| 6 | Timer Priority | ++-------+------------------+ +| 7 | Main Priority | ++-------+------------------+ +| 8 | Boost Priority | ++-------+------------------+ + + + + + +.. _parameters_SERIAL: + +SERIAL Parameters +----------------- + + +.. _SERIAL0_BAUD: + +SERIAL0\_BAUD: Serial0 baud rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The baud rate used on the USB console\. Most stm32\-based boards can support rates of up to 1500\. If you setup a rate you cannot support and then can\'t connect to your board you should load a firmware from a different vehicle type\. That will reset all your parameters to defaults\. + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 1 | 1200 | ++-------+---------+ +| 2 | 2400 | ++-------+---------+ +| 4 | 4800 | ++-------+---------+ +| 9 | 9600 | ++-------+---------+ +| 19 | 19200 | ++-------+---------+ +| 38 | 38400 | ++-------+---------+ +| 57 | 57600 | ++-------+---------+ +| 111 | 111100 | ++-------+---------+ +| 115 | 115200 | ++-------+---------+ +| 230 | 230400 | ++-------+---------+ +| 256 | 256000 | ++-------+---------+ +| 460 | 460800 | ++-------+---------+ +| 500 | 500000 | ++-------+---------+ +| 921 | 921600 | ++-------+---------+ +| 1500 | 1500000 | ++-------+---------+ +| 2000 | 2000000 | ++-------+---------+ + + + + +.. _SERIAL0_PROTOCOL: + +SERIAL0\_PROTOCOL: Console protocol selection +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Control what protocol to use on the console\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 1 | MAVlink1 | ++-------+----------+ +| 2 | MAVLink2 | ++-------+----------+ + + + + +.. _SERIAL1_PROTOCOL: + +SERIAL1\_PROTOCOL: Telem1 protocol selection +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Control what protocol to use on the Telem1 port\. Note that the Frsky options require external converter hardware\. See the wiki for details\. + + ++-------+----------------------------------+ +| Value | Meaning | ++=======+==================================+ +| -1 | None | ++-------+----------------------------------+ +| 1 | MAVLink1 | ++-------+----------------------------------+ +| 2 | MAVLink2 | ++-------+----------------------------------+ +| 3 | Frsky D | ++-------+----------------------------------+ +| 4 | Frsky SPort | ++-------+----------------------------------+ +| 5 | GPS | ++-------+----------------------------------+ +| 7 | Alexmos Gimbal Serial | ++-------+----------------------------------+ +| 8 | Gimbal | ++-------+----------------------------------+ +| 9 | Rangefinder | ++-------+----------------------------------+ +| 10 | FrSky SPort Passthrough (OpenTX) | ++-------+----------------------------------+ +| 11 | Lidar360 | ++-------+----------------------------------+ +| 13 | Beacon | ++-------+----------------------------------+ +| 14 | Volz servo out | ++-------+----------------------------------+ +| 15 | SBus servo out | ++-------+----------------------------------+ +| 16 | ESC Telemetry | ++-------+----------------------------------+ +| 17 | Devo Telemetry | ++-------+----------------------------------+ +| 18 | OpticalFlow | ++-------+----------------------------------+ +| 19 | RobotisServo | ++-------+----------------------------------+ +| 20 | NMEA Output | ++-------+----------------------------------+ +| 21 | WindVane | ++-------+----------------------------------+ +| 22 | SLCAN | ++-------+----------------------------------+ +| 23 | RCIN | ++-------+----------------------------------+ +| 24 | EFI Serial | ++-------+----------------------------------+ +| 25 | LTM | ++-------+----------------------------------+ +| 26 | RunCam | ++-------+----------------------------------+ +| 27 | HottTelem | ++-------+----------------------------------+ +| 28 | Scripting | ++-------+----------------------------------+ +| 29 | Crossfire VTX | ++-------+----------------------------------+ +| 30 | Generator | ++-------+----------------------------------+ +| 31 | Winch | ++-------+----------------------------------+ +| 32 | MSP | ++-------+----------------------------------+ +| 33 | DJI FPV | ++-------+----------------------------------+ +| 34 | AirSpeed | ++-------+----------------------------------+ +| 35 | ADSB | ++-------+----------------------------------+ +| 36 | AHRS | ++-------+----------------------------------+ +| 37 | SmartAudio | ++-------+----------------------------------+ +| 38 | FETtecOneWire | ++-------+----------------------------------+ +| 39 | Torqeedo | ++-------+----------------------------------+ +| 40 | AIS | ++-------+----------------------------------+ +| 41 | CoDevESC | ++-------+----------------------------------+ +| 42 | DisplayPort | ++-------+----------------------------------+ +| 43 | MAVLink High Latency | ++-------+----------------------------------+ +| 44 | IRC Tramp | ++-------+----------------------------------+ +| 45 | DDS XRCE | ++-------+----------------------------------+ +| 46 | IMUDATA | ++-------+----------------------------------+ + + + + +.. _SERIAL1_BAUD: + +SERIAL1\_BAUD: Telem1 Baud Rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The baud rate used on the Telem1 port\. Most stm32\-based boards can support rates of up to 1500\. If you setup a rate you cannot support and then can\'t connect to your board you should load a firmware from a different vehicle type\. That will reset all your parameters to defaults\. + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 1 | 1200 | ++-------+---------+ +| 2 | 2400 | ++-------+---------+ +| 4 | 4800 | ++-------+---------+ +| 9 | 9600 | ++-------+---------+ +| 19 | 19200 | ++-------+---------+ +| 38 | 38400 | ++-------+---------+ +| 57 | 57600 | ++-------+---------+ +| 111 | 111100 | ++-------+---------+ +| 115 | 115200 | ++-------+---------+ +| 230 | 230400 | ++-------+---------+ +| 256 | 256000 | ++-------+---------+ +| 460 | 460800 | ++-------+---------+ +| 500 | 500000 | ++-------+---------+ +| 921 | 921600 | ++-------+---------+ +| 1500 | 1500000 | ++-------+---------+ +| 2000 | 2000000 | ++-------+---------+ + + + + +.. _SERIAL2_PROTOCOL: + +SERIAL2\_PROTOCOL: Telemetry 2 protocol selection +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Control what protocol to use on the Telem2 port\. Note that the Frsky options require external converter hardware\. See the wiki for details\. + + ++-------+----------------------------------+ +| Value | Meaning | ++=======+==================================+ +| -1 | None | ++-------+----------------------------------+ +| 1 | MAVLink1 | ++-------+----------------------------------+ +| 2 | MAVLink2 | ++-------+----------------------------------+ +| 3 | Frsky D | ++-------+----------------------------------+ +| 4 | Frsky SPort | ++-------+----------------------------------+ +| 5 | GPS | ++-------+----------------------------------+ +| 7 | Alexmos Gimbal Serial | ++-------+----------------------------------+ +| 8 | Gimbal | ++-------+----------------------------------+ +| 9 | Rangefinder | ++-------+----------------------------------+ +| 10 | FrSky SPort Passthrough (OpenTX) | ++-------+----------------------------------+ +| 11 | Lidar360 | ++-------+----------------------------------+ +| 13 | Beacon | ++-------+----------------------------------+ +| 14 | Volz servo out | ++-------+----------------------------------+ +| 15 | SBus servo out | ++-------+----------------------------------+ +| 16 | ESC Telemetry | ++-------+----------------------------------+ +| 17 | Devo Telemetry | ++-------+----------------------------------+ +| 18 | OpticalFlow | ++-------+----------------------------------+ +| 19 | RobotisServo | ++-------+----------------------------------+ +| 20 | NMEA Output | ++-------+----------------------------------+ +| 21 | WindVane | ++-------+----------------------------------+ +| 22 | SLCAN | ++-------+----------------------------------+ +| 23 | RCIN | ++-------+----------------------------------+ +| 24 | EFI Serial | ++-------+----------------------------------+ +| 25 | LTM | ++-------+----------------------------------+ +| 26 | RunCam | ++-------+----------------------------------+ +| 27 | HottTelem | ++-------+----------------------------------+ +| 28 | Scripting | ++-------+----------------------------------+ +| 29 | Crossfire VTX | ++-------+----------------------------------+ +| 30 | Generator | ++-------+----------------------------------+ +| 31 | Winch | ++-------+----------------------------------+ +| 32 | MSP | ++-------+----------------------------------+ +| 33 | DJI FPV | ++-------+----------------------------------+ +| 34 | AirSpeed | ++-------+----------------------------------+ +| 35 | ADSB | ++-------+----------------------------------+ +| 36 | AHRS | ++-------+----------------------------------+ +| 37 | SmartAudio | ++-------+----------------------------------+ +| 38 | FETtecOneWire | ++-------+----------------------------------+ +| 39 | Torqeedo | ++-------+----------------------------------+ +| 40 | AIS | ++-------+----------------------------------+ +| 41 | CoDevESC | ++-------+----------------------------------+ +| 42 | DisplayPort | ++-------+----------------------------------+ +| 43 | MAVLink High Latency | ++-------+----------------------------------+ +| 44 | IRC Tramp | ++-------+----------------------------------+ +| 45 | DDS XRCE | ++-------+----------------------------------+ +| 46 | IMUDATA | ++-------+----------------------------------+ + + + + +.. _SERIAL2_BAUD: + +SERIAL2\_BAUD: Telemetry 2 Baud Rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The baud rate of the Telem2 port\. Most stm32\-based boards can support rates of up to 1500\. If you setup a rate you cannot support and then can\'t connect to your board you should load a firmware from a different vehicle type\. That will reset all your parameters to defaults\. + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 1 | 1200 | ++-------+---------+ +| 2 | 2400 | ++-------+---------+ +| 4 | 4800 | ++-------+---------+ +| 9 | 9600 | ++-------+---------+ +| 19 | 19200 | ++-------+---------+ +| 38 | 38400 | ++-------+---------+ +| 57 | 57600 | ++-------+---------+ +| 111 | 111100 | ++-------+---------+ +| 115 | 115200 | ++-------+---------+ +| 230 | 230400 | ++-------+---------+ +| 256 | 256000 | ++-------+---------+ +| 460 | 460800 | ++-------+---------+ +| 500 | 500000 | ++-------+---------+ +| 921 | 921600 | ++-------+---------+ +| 1500 | 1500000 | ++-------+---------+ +| 2000 | 2000000 | ++-------+---------+ + + + + +.. _SERIAL3_PROTOCOL: + +SERIAL3\_PROTOCOL: Serial 3 \(GPS\) protocol selection +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Control what protocol Serial 3 \(GPS\) should be used for\. Note that the Frsky options require external converter hardware\. See the wiki for details\. + + ++-------+----------------------------------+ +| Value | Meaning | ++=======+==================================+ +| -1 | None | ++-------+----------------------------------+ +| 1 | MAVLink1 | ++-------+----------------------------------+ +| 2 | MAVLink2 | ++-------+----------------------------------+ +| 3 | Frsky D | ++-------+----------------------------------+ +| 4 | Frsky SPort | ++-------+----------------------------------+ +| 5 | GPS | ++-------+----------------------------------+ +| 7 | Alexmos Gimbal Serial | ++-------+----------------------------------+ +| 8 | Gimbal | ++-------+----------------------------------+ +| 9 | Rangefinder | ++-------+----------------------------------+ +| 10 | FrSky SPort Passthrough (OpenTX) | ++-------+----------------------------------+ +| 11 | Lidar360 | ++-------+----------------------------------+ +| 13 | Beacon | ++-------+----------------------------------+ +| 14 | Volz servo out | ++-------+----------------------------------+ +| 15 | SBus servo out | ++-------+----------------------------------+ +| 16 | ESC Telemetry | ++-------+----------------------------------+ +| 17 | Devo Telemetry | ++-------+----------------------------------+ +| 18 | OpticalFlow | ++-------+----------------------------------+ +| 19 | RobotisServo | ++-------+----------------------------------+ +| 20 | NMEA Output | ++-------+----------------------------------+ +| 21 | WindVane | ++-------+----------------------------------+ +| 22 | SLCAN | ++-------+----------------------------------+ +| 23 | RCIN | ++-------+----------------------------------+ +| 24 | EFI Serial | ++-------+----------------------------------+ +| 25 | LTM | ++-------+----------------------------------+ +| 26 | RunCam | ++-------+----------------------------------+ +| 27 | HottTelem | ++-------+----------------------------------+ +| 28 | Scripting | ++-------+----------------------------------+ +| 29 | Crossfire VTX | ++-------+----------------------------------+ +| 30 | Generator | ++-------+----------------------------------+ +| 31 | Winch | ++-------+----------------------------------+ +| 32 | MSP | ++-------+----------------------------------+ +| 33 | DJI FPV | ++-------+----------------------------------+ +| 34 | AirSpeed | ++-------+----------------------------------+ +| 35 | ADSB | ++-------+----------------------------------+ +| 36 | AHRS | ++-------+----------------------------------+ +| 37 | SmartAudio | ++-------+----------------------------------+ +| 38 | FETtecOneWire | ++-------+----------------------------------+ +| 39 | Torqeedo | ++-------+----------------------------------+ +| 40 | AIS | ++-------+----------------------------------+ +| 41 | CoDevESC | ++-------+----------------------------------+ +| 42 | DisplayPort | ++-------+----------------------------------+ +| 43 | MAVLink High Latency | ++-------+----------------------------------+ +| 44 | IRC Tramp | ++-------+----------------------------------+ +| 45 | DDS XRCE | ++-------+----------------------------------+ +| 46 | IMUDATA | ++-------+----------------------------------+ + + + + +.. _SERIAL3_BAUD: + +SERIAL3\_BAUD: Serial 3 \(GPS\) Baud Rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The baud rate used for the Serial 3 \(GPS\)\. Most stm32\-based boards can support rates of up to 1500\. If you setup a rate you cannot support and then can\'t connect to your board you should load a firmware from a different vehicle type\. That will reset all your parameters to defaults\. + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 1 | 1200 | ++-------+---------+ +| 2 | 2400 | ++-------+---------+ +| 4 | 4800 | ++-------+---------+ +| 9 | 9600 | ++-------+---------+ +| 19 | 19200 | ++-------+---------+ +| 38 | 38400 | ++-------+---------+ +| 57 | 57600 | ++-------+---------+ +| 111 | 111100 | ++-------+---------+ +| 115 | 115200 | ++-------+---------+ +| 230 | 230400 | ++-------+---------+ +| 256 | 256000 | ++-------+---------+ +| 460 | 460800 | ++-------+---------+ +| 500 | 500000 | ++-------+---------+ +| 921 | 921600 | ++-------+---------+ +| 1500 | 1500000 | ++-------+---------+ +| 2000 | 2000000 | ++-------+---------+ + + + + +.. _SERIAL4_PROTOCOL: + +SERIAL4\_PROTOCOL: Serial4 protocol selection +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Control what protocol Serial4 port should be used for\. Note that the Frsky options require external converter hardware\. See the wiki for details\. + + ++-------+----------------------------------+ +| Value | Meaning | ++=======+==================================+ +| -1 | None | ++-------+----------------------------------+ +| 1 | MAVLink1 | ++-------+----------------------------------+ +| 2 | MAVLink2 | ++-------+----------------------------------+ +| 3 | Frsky D | ++-------+----------------------------------+ +| 4 | Frsky SPort | ++-------+----------------------------------+ +| 5 | GPS | ++-------+----------------------------------+ +| 7 | Alexmos Gimbal Serial | ++-------+----------------------------------+ +| 8 | Gimbal | ++-------+----------------------------------+ +| 9 | Rangefinder | ++-------+----------------------------------+ +| 10 | FrSky SPort Passthrough (OpenTX) | ++-------+----------------------------------+ +| 11 | Lidar360 | ++-------+----------------------------------+ +| 13 | Beacon | ++-------+----------------------------------+ +| 14 | Volz servo out | ++-------+----------------------------------+ +| 15 | SBus servo out | ++-------+----------------------------------+ +| 16 | ESC Telemetry | ++-------+----------------------------------+ +| 17 | Devo Telemetry | ++-------+----------------------------------+ +| 18 | OpticalFlow | ++-------+----------------------------------+ +| 19 | RobotisServo | ++-------+----------------------------------+ +| 20 | NMEA Output | ++-------+----------------------------------+ +| 21 | WindVane | ++-------+----------------------------------+ +| 22 | SLCAN | ++-------+----------------------------------+ +| 23 | RCIN | ++-------+----------------------------------+ +| 24 | EFI Serial | ++-------+----------------------------------+ +| 25 | LTM | ++-------+----------------------------------+ +| 26 | RunCam | ++-------+----------------------------------+ +| 27 | HottTelem | ++-------+----------------------------------+ +| 28 | Scripting | ++-------+----------------------------------+ +| 29 | Crossfire VTX | ++-------+----------------------------------+ +| 30 | Generator | ++-------+----------------------------------+ +| 31 | Winch | ++-------+----------------------------------+ +| 32 | MSP | ++-------+----------------------------------+ +| 33 | DJI FPV | ++-------+----------------------------------+ +| 34 | AirSpeed | ++-------+----------------------------------+ +| 35 | ADSB | ++-------+----------------------------------+ +| 36 | AHRS | ++-------+----------------------------------+ +| 37 | SmartAudio | ++-------+----------------------------------+ +| 38 | FETtecOneWire | ++-------+----------------------------------+ +| 39 | Torqeedo | ++-------+----------------------------------+ +| 40 | AIS | ++-------+----------------------------------+ +| 41 | CoDevESC | ++-------+----------------------------------+ +| 42 | DisplayPort | ++-------+----------------------------------+ +| 43 | MAVLink High Latency | ++-------+----------------------------------+ +| 44 | IRC Tramp | ++-------+----------------------------------+ +| 45 | DDS XRCE | ++-------+----------------------------------+ +| 46 | IMUDATA | ++-------+----------------------------------+ + + + + +.. _SERIAL4_BAUD: + +SERIAL4\_BAUD: Serial 4 Baud Rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The baud rate used for Serial4\. Most stm32\-based boards can support rates of up to 1500\. If you setup a rate you cannot support and then can\'t connect to your board you should load a firmware from a different vehicle type\. That will reset all your parameters to defaults\. + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 1 | 1200 | ++-------+---------+ +| 2 | 2400 | ++-------+---------+ +| 4 | 4800 | ++-------+---------+ +| 9 | 9600 | ++-------+---------+ +| 19 | 19200 | ++-------+---------+ +| 38 | 38400 | ++-------+---------+ +| 57 | 57600 | ++-------+---------+ +| 111 | 111100 | ++-------+---------+ +| 115 | 115200 | ++-------+---------+ +| 230 | 230400 | ++-------+---------+ +| 256 | 256000 | ++-------+---------+ +| 460 | 460800 | ++-------+---------+ +| 500 | 500000 | ++-------+---------+ +| 921 | 921600 | ++-------+---------+ +| 1500 | 1500000 | ++-------+---------+ +| 2000 | 2000000 | ++-------+---------+ + + + + +.. _SERIAL5_PROTOCOL: + +SERIAL5\_PROTOCOL: Serial5 protocol selection +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Control what protocol Serial5 port should be used for\. Note that the Frsky options require external converter hardware\. See the wiki for details\. + + ++-------+----------------------------------+ +| Value | Meaning | ++=======+==================================+ +| -1 | None | ++-------+----------------------------------+ +| 1 | MAVLink1 | ++-------+----------------------------------+ +| 2 | MAVLink2 | ++-------+----------------------------------+ +| 3 | Frsky D | ++-------+----------------------------------+ +| 4 | Frsky SPort | ++-------+----------------------------------+ +| 5 | GPS | ++-------+----------------------------------+ +| 7 | Alexmos Gimbal Serial | ++-------+----------------------------------+ +| 8 | Gimbal | ++-------+----------------------------------+ +| 9 | Rangefinder | ++-------+----------------------------------+ +| 10 | FrSky SPort Passthrough (OpenTX) | ++-------+----------------------------------+ +| 11 | Lidar360 | ++-------+----------------------------------+ +| 13 | Beacon | ++-------+----------------------------------+ +| 14 | Volz servo out | ++-------+----------------------------------+ +| 15 | SBus servo out | ++-------+----------------------------------+ +| 16 | ESC Telemetry | ++-------+----------------------------------+ +| 17 | Devo Telemetry | ++-------+----------------------------------+ +| 18 | OpticalFlow | ++-------+----------------------------------+ +| 19 | RobotisServo | ++-------+----------------------------------+ +| 20 | NMEA Output | ++-------+----------------------------------+ +| 21 | WindVane | ++-------+----------------------------------+ +| 22 | SLCAN | ++-------+----------------------------------+ +| 23 | RCIN | ++-------+----------------------------------+ +| 24 | EFI Serial | ++-------+----------------------------------+ +| 25 | LTM | ++-------+----------------------------------+ +| 26 | RunCam | ++-------+----------------------------------+ +| 27 | HottTelem | ++-------+----------------------------------+ +| 28 | Scripting | ++-------+----------------------------------+ +| 29 | Crossfire VTX | ++-------+----------------------------------+ +| 30 | Generator | ++-------+----------------------------------+ +| 31 | Winch | ++-------+----------------------------------+ +| 32 | MSP | ++-------+----------------------------------+ +| 33 | DJI FPV | ++-------+----------------------------------+ +| 34 | AirSpeed | ++-------+----------------------------------+ +| 35 | ADSB | ++-------+----------------------------------+ +| 36 | AHRS | ++-------+----------------------------------+ +| 37 | SmartAudio | ++-------+----------------------------------+ +| 38 | FETtecOneWire | ++-------+----------------------------------+ +| 39 | Torqeedo | ++-------+----------------------------------+ +| 40 | AIS | ++-------+----------------------------------+ +| 41 | CoDevESC | ++-------+----------------------------------+ +| 42 | DisplayPort | ++-------+----------------------------------+ +| 43 | MAVLink High Latency | ++-------+----------------------------------+ +| 44 | IRC Tramp | ++-------+----------------------------------+ +| 45 | DDS XRCE | ++-------+----------------------------------+ +| 46 | IMUDATA | ++-------+----------------------------------+ + + + + +.. _SERIAL5_BAUD: + +SERIAL5\_BAUD: Serial 5 Baud Rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The baud rate used for Serial5\. Most stm32\-based boards can support rates of up to 1500\. If you setup a rate you cannot support and then can\'t connect to your board you should load a firmware from a different vehicle type\. That will reset all your parameters to defaults\. + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 1 | 1200 | ++-------+---------+ +| 2 | 2400 | ++-------+---------+ +| 4 | 4800 | ++-------+---------+ +| 9 | 9600 | ++-------+---------+ +| 19 | 19200 | ++-------+---------+ +| 38 | 38400 | ++-------+---------+ +| 57 | 57600 | ++-------+---------+ +| 111 | 111100 | ++-------+---------+ +| 115 | 115200 | ++-------+---------+ +| 230 | 230400 | ++-------+---------+ +| 256 | 256000 | ++-------+---------+ +| 460 | 460800 | ++-------+---------+ +| 500 | 500000 | ++-------+---------+ +| 921 | 921600 | ++-------+---------+ +| 1500 | 1500000 | ++-------+---------+ +| 2000 | 2000000 | ++-------+---------+ + + + + +.. _SERIAL6_PROTOCOL: + +SERIAL6\_PROTOCOL: Serial6 protocol selection +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Control what protocol Serial6 port should be used for\. Note that the Frsky options require external converter hardware\. See the wiki for details\. + + ++-------+----------------------------------+ +| Value | Meaning | ++=======+==================================+ +| -1 | None | ++-------+----------------------------------+ +| 1 | MAVLink1 | ++-------+----------------------------------+ +| 2 | MAVLink2 | ++-------+----------------------------------+ +| 3 | Frsky D | ++-------+----------------------------------+ +| 4 | Frsky SPort | ++-------+----------------------------------+ +| 5 | GPS | ++-------+----------------------------------+ +| 7 | Alexmos Gimbal Serial | ++-------+----------------------------------+ +| 8 | Gimbal | ++-------+----------------------------------+ +| 9 | Rangefinder | ++-------+----------------------------------+ +| 10 | FrSky SPort Passthrough (OpenTX) | ++-------+----------------------------------+ +| 11 | Lidar360 | ++-------+----------------------------------+ +| 13 | Beacon | ++-------+----------------------------------+ +| 14 | Volz servo out | ++-------+----------------------------------+ +| 15 | SBus servo out | ++-------+----------------------------------+ +| 16 | ESC Telemetry | ++-------+----------------------------------+ +| 17 | Devo Telemetry | ++-------+----------------------------------+ +| 18 | OpticalFlow | ++-------+----------------------------------+ +| 19 | RobotisServo | ++-------+----------------------------------+ +| 20 | NMEA Output | ++-------+----------------------------------+ +| 21 | WindVane | ++-------+----------------------------------+ +| 22 | SLCAN | ++-------+----------------------------------+ +| 23 | RCIN | ++-------+----------------------------------+ +| 24 | EFI Serial | ++-------+----------------------------------+ +| 25 | LTM | ++-------+----------------------------------+ +| 26 | RunCam | ++-------+----------------------------------+ +| 27 | HottTelem | ++-------+----------------------------------+ +| 28 | Scripting | ++-------+----------------------------------+ +| 29 | Crossfire VTX | ++-------+----------------------------------+ +| 30 | Generator | ++-------+----------------------------------+ +| 31 | Winch | ++-------+----------------------------------+ +| 32 | MSP | ++-------+----------------------------------+ +| 33 | DJI FPV | ++-------+----------------------------------+ +| 34 | AirSpeed | ++-------+----------------------------------+ +| 35 | ADSB | ++-------+----------------------------------+ +| 36 | AHRS | ++-------+----------------------------------+ +| 37 | SmartAudio | ++-------+----------------------------------+ +| 38 | FETtecOneWire | ++-------+----------------------------------+ +| 39 | Torqeedo | ++-------+----------------------------------+ +| 40 | AIS | ++-------+----------------------------------+ +| 41 | CoDevESC | ++-------+----------------------------------+ +| 42 | DisplayPort | ++-------+----------------------------------+ +| 43 | MAVLink High Latency | ++-------+----------------------------------+ +| 44 | IRC Tramp | ++-------+----------------------------------+ +| 45 | DDS XRCE | ++-------+----------------------------------+ +| 46 | IMUDATA | ++-------+----------------------------------+ + + + + +.. _SERIAL6_BAUD: + +SERIAL6\_BAUD: Serial 6 Baud Rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The baud rate used for Serial6\. Most stm32\-based boards can support rates of up to 1500\. If you setup a rate you cannot support and then can\'t connect to your board you should load a firmware from a different vehicle type\. That will reset all your parameters to defaults\. + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 1 | 1200 | ++-------+---------+ +| 2 | 2400 | ++-------+---------+ +| 4 | 4800 | ++-------+---------+ +| 9 | 9600 | ++-------+---------+ +| 19 | 19200 | ++-------+---------+ +| 38 | 38400 | ++-------+---------+ +| 57 | 57600 | ++-------+---------+ +| 111 | 111100 | ++-------+---------+ +| 115 | 115200 | ++-------+---------+ +| 230 | 230400 | ++-------+---------+ +| 256 | 256000 | ++-------+---------+ +| 460 | 460800 | ++-------+---------+ +| 500 | 500000 | ++-------+---------+ +| 921 | 921600 | ++-------+---------+ +| 1500 | 1500000 | ++-------+---------+ +| 2000 | 2000000 | ++-------+---------+ + + + + +.. _SERIAL1_OPTIONS: + +SERIAL1\_OPTIONS: Telem1 options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Control over UART options\. The InvertRX option controls invert of the receive pin\. The InvertTX option controls invert of the transmit pin\. The HalfDuplex option controls half\-duplex \(onewire\) mode\, where both transmit and receive is done on the transmit wire\. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards\. + + ++-----+-------------------------------+ +| Bit | Meaning | ++=====+===============================+ +| 0 | InvertRX | ++-----+-------------------------------+ +| 1 | InvertTX | ++-----+-------------------------------+ +| 2 | HalfDuplex | ++-----+-------------------------------+ +| 3 | SwapTXRX | ++-----+-------------------------------+ +| 4 | RX_PullDown | ++-----+-------------------------------+ +| 5 | RX_PullUp | ++-----+-------------------------------+ +| 6 | TX_PullDown | ++-----+-------------------------------+ +| 7 | TX_PullUp | ++-----+-------------------------------+ +| 8 | RX_NoDMA | ++-----+-------------------------------+ +| 9 | TX_NoDMA | ++-----+-------------------------------+ +| 10 | Don't forward mavlink to/from | ++-----+-------------------------------+ +| 11 | DisableFIFO | ++-----+-------------------------------+ +| 12 | Ignore Streamrate | ++-----+-------------------------------+ + + + + +.. _SERIAL2_OPTIONS: + +SERIAL2\_OPTIONS: Telem2 options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Control over UART options\. The InvertRX option controls invert of the receive pin\. The InvertTX option controls invert of the transmit pin\. The HalfDuplex option controls half\-duplex \(onewire\) mode\, where both transmit and receive is done on the transmit wire\. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards\. + + ++-----+-------------------------------+ +| Bit | Meaning | ++=====+===============================+ +| 0 | InvertRX | ++-----+-------------------------------+ +| 1 | InvertTX | ++-----+-------------------------------+ +| 2 | HalfDuplex | ++-----+-------------------------------+ +| 3 | SwapTXRX | ++-----+-------------------------------+ +| 4 | RX_PullDown | ++-----+-------------------------------+ +| 5 | RX_PullUp | ++-----+-------------------------------+ +| 6 | TX_PullDown | ++-----+-------------------------------+ +| 7 | TX_PullUp | ++-----+-------------------------------+ +| 8 | RX_NoDMA | ++-----+-------------------------------+ +| 9 | TX_NoDMA | ++-----+-------------------------------+ +| 10 | Don't forward mavlink to/from | ++-----+-------------------------------+ +| 11 | DisableFIFO | ++-----+-------------------------------+ +| 12 | Ignore Streamrate | ++-----+-------------------------------+ + + + + +.. _SERIAL3_OPTIONS: + +SERIAL3\_OPTIONS: Serial3 options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Control over UART options\. The InvertRX option controls invert of the receive pin\. The InvertTX option controls invert of the transmit pin\. The HalfDuplex option controls half\-duplex \(onewire\) mode\, where both transmit and receive is done on the transmit wire\. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards\. + + ++-----+-------------------------------+ +| Bit | Meaning | ++=====+===============================+ +| 0 | InvertRX | ++-----+-------------------------------+ +| 1 | InvertTX | ++-----+-------------------------------+ +| 2 | HalfDuplex | ++-----+-------------------------------+ +| 3 | SwapTXRX | ++-----+-------------------------------+ +| 4 | RX_PullDown | ++-----+-------------------------------+ +| 5 | RX_PullUp | ++-----+-------------------------------+ +| 6 | TX_PullDown | ++-----+-------------------------------+ +| 7 | TX_PullUp | ++-----+-------------------------------+ +| 8 | RX_NoDMA | ++-----+-------------------------------+ +| 9 | TX_NoDMA | ++-----+-------------------------------+ +| 10 | Don't forward mavlink to/from | ++-----+-------------------------------+ +| 11 | DisableFIFO | ++-----+-------------------------------+ +| 12 | Ignore Streamrate | ++-----+-------------------------------+ + + + + +.. _SERIAL4_OPTIONS: + +SERIAL4\_OPTIONS: Serial4 options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Control over UART options\. The InvertRX option controls invert of the receive pin\. The InvertTX option controls invert of the transmit pin\. The HalfDuplex option controls half\-duplex \(onewire\) mode\, where both transmit and receive is done on the transmit wire\. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards\. + + ++-----+-------------------------------+ +| Bit | Meaning | ++=====+===============================+ +| 0 | InvertRX | ++-----+-------------------------------+ +| 1 | InvertTX | ++-----+-------------------------------+ +| 2 | HalfDuplex | ++-----+-------------------------------+ +| 3 | SwapTXRX | ++-----+-------------------------------+ +| 4 | RX_PullDown | ++-----+-------------------------------+ +| 5 | RX_PullUp | ++-----+-------------------------------+ +| 6 | TX_PullDown | ++-----+-------------------------------+ +| 7 | TX_PullUp | ++-----+-------------------------------+ +| 8 | RX_NoDMA | ++-----+-------------------------------+ +| 9 | TX_NoDMA | ++-----+-------------------------------+ +| 10 | Don't forward mavlink to/from | ++-----+-------------------------------+ +| 11 | DisableFIFO | ++-----+-------------------------------+ +| 12 | Ignore Streamrate | ++-----+-------------------------------+ + + + + +.. _SERIAL5_OPTIONS: + +SERIAL5\_OPTIONS: Serial5 options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Control over UART options\. The InvertRX option controls invert of the receive pin\. The InvertTX option controls invert of the transmit pin\. The HalfDuplex option controls half\-duplex \(onewire\) mode\, where both transmit and receive is done on the transmit wire\. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards\. + + ++-----+-------------------------------+ +| Bit | Meaning | ++=====+===============================+ +| 0 | InvertRX | ++-----+-------------------------------+ +| 1 | InvertTX | ++-----+-------------------------------+ +| 2 | HalfDuplex | ++-----+-------------------------------+ +| 3 | SwapTXRX | ++-----+-------------------------------+ +| 4 | RX_PullDown | ++-----+-------------------------------+ +| 5 | RX_PullUp | ++-----+-------------------------------+ +| 6 | TX_PullDown | ++-----+-------------------------------+ +| 7 | TX_PullUp | ++-----+-------------------------------+ +| 8 | RX_NoDMA | ++-----+-------------------------------+ +| 9 | TX_NoDMA | ++-----+-------------------------------+ +| 10 | Don't forward mavlink to/from | ++-----+-------------------------------+ +| 11 | DisableFIFO | ++-----+-------------------------------+ +| 12 | Ignore Streamrate | ++-----+-------------------------------+ + + + + +.. _SERIAL6_OPTIONS: + +SERIAL6\_OPTIONS: Serial6 options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Control over UART options\. The InvertRX option controls invert of the receive pin\. The InvertTX option controls invert of the transmit pin\. The HalfDuplex option controls half\-duplex \(onewire\) mode\, where both transmit and receive is done on the transmit wire\. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards\. + + ++-----+-------------------------------+ +| Bit | Meaning | ++=====+===============================+ +| 0 | InvertRX | ++-----+-------------------------------+ +| 1 | InvertTX | ++-----+-------------------------------+ +| 2 | HalfDuplex | ++-----+-------------------------------+ +| 3 | SwapTXRX | ++-----+-------------------------------+ +| 4 | RX_PullDown | ++-----+-------------------------------+ +| 5 | RX_PullUp | ++-----+-------------------------------+ +| 6 | TX_PullDown | ++-----+-------------------------------+ +| 7 | TX_PullUp | ++-----+-------------------------------+ +| 8 | RX_NoDMA | ++-----+-------------------------------+ +| 9 | TX_NoDMA | ++-----+-------------------------------+ +| 10 | Don't forward mavlink to/from | ++-----+-------------------------------+ +| 11 | DisableFIFO | ++-----+-------------------------------+ +| 12 | Ignore Streamrate | ++-----+-------------------------------+ + + + + +.. _SERIAL_PASS1: + +SERIAL\_PASS1: Serial passthru first port +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets one side of pass\-through between two serial ports\. Once both sides are set then all data received on either port will be passed to the other port + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| -1 | Disabled | ++-------+----------+ +| 0 | Serial0 | ++-------+----------+ +| 1 | Serial1 | ++-------+----------+ +| 2 | Serial2 | ++-------+----------+ +| 3 | Serial3 | ++-------+----------+ +| 4 | Serial4 | ++-------+----------+ +| 5 | Serial5 | ++-------+----------+ +| 6 | Serial6 | ++-------+----------+ + + + + +.. _SERIAL_PASS2: + +SERIAL\_PASS2: Serial passthru second port +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets one side of pass\-through between two serial ports\. Once both sides are set then all data received on either port will be passed to the other port + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| -1 | Disabled | ++-------+----------+ +| 0 | Serial0 | ++-------+----------+ +| 1 | Serial1 | ++-------+----------+ +| 2 | Serial2 | ++-------+----------+ +| 3 | Serial3 | ++-------+----------+ +| 4 | Serial4 | ++-------+----------+ +| 5 | Serial5 | ++-------+----------+ +| 6 | Serial6 | ++-------+----------+ + + + + +.. _SERIAL_PASSTIMO: + +SERIAL\_PASSTIMO: Serial passthru timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets a timeout for serial pass\-through in seconds\. When the pass\-through is enabled by setting the SERIAL\_PASS1 and SERIAL\_PASS2 parameters then it remains in effect until no data comes from the first port for SERIAL\_PASSTIMO seconds\. This allows the port to revent to its normal usage \(such as MAVLink connection to a GCS\) when it is no longer needed\. A value of 0 means no timeout\. + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 120 | seconds | ++----------+---------+ + + + + +.. _SERIAL7_PROTOCOL: + +SERIAL7\_PROTOCOL: Serial7 protocol selection +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Control what protocol Serial7 port should be used for\. Note that the Frsky options require external converter hardware\. See the wiki for details\. + + ++-------+----------------------------------+ +| Value | Meaning | ++=======+==================================+ +| -1 | None | ++-------+----------------------------------+ +| 1 | MAVLink1 | ++-------+----------------------------------+ +| 2 | MAVLink2 | ++-------+----------------------------------+ +| 3 | Frsky D | ++-------+----------------------------------+ +| 4 | Frsky SPort | ++-------+----------------------------------+ +| 5 | GPS | ++-------+----------------------------------+ +| 7 | Alexmos Gimbal Serial | ++-------+----------------------------------+ +| 8 | Gimbal | ++-------+----------------------------------+ +| 9 | Rangefinder | ++-------+----------------------------------+ +| 10 | FrSky SPort Passthrough (OpenTX) | ++-------+----------------------------------+ +| 11 | Lidar360 | ++-------+----------------------------------+ +| 13 | Beacon | ++-------+----------------------------------+ +| 14 | Volz servo out | ++-------+----------------------------------+ +| 15 | SBus servo out | ++-------+----------------------------------+ +| 16 | ESC Telemetry | ++-------+----------------------------------+ +| 17 | Devo Telemetry | ++-------+----------------------------------+ +| 18 | OpticalFlow | ++-------+----------------------------------+ +| 19 | RobotisServo | ++-------+----------------------------------+ +| 20 | NMEA Output | ++-------+----------------------------------+ +| 21 | WindVane | ++-------+----------------------------------+ +| 22 | SLCAN | ++-------+----------------------------------+ +| 23 | RCIN | ++-------+----------------------------------+ +| 24 | EFI Serial | ++-------+----------------------------------+ +| 25 | LTM | ++-------+----------------------------------+ +| 26 | RunCam | ++-------+----------------------------------+ +| 27 | HottTelem | ++-------+----------------------------------+ +| 28 | Scripting | ++-------+----------------------------------+ +| 29 | Crossfire VTX | ++-------+----------------------------------+ +| 30 | Generator | ++-------+----------------------------------+ +| 31 | Winch | ++-------+----------------------------------+ +| 32 | MSP | ++-------+----------------------------------+ +| 33 | DJI FPV | ++-------+----------------------------------+ +| 34 | AirSpeed | ++-------+----------------------------------+ +| 35 | ADSB | ++-------+----------------------------------+ +| 36 | AHRS | ++-------+----------------------------------+ +| 37 | SmartAudio | ++-------+----------------------------------+ +| 38 | FETtecOneWire | ++-------+----------------------------------+ +| 39 | Torqeedo | ++-------+----------------------------------+ +| 40 | AIS | ++-------+----------------------------------+ +| 41 | CoDevESC | ++-------+----------------------------------+ +| 42 | DisplayPort | ++-------+----------------------------------+ +| 43 | MAVLink High Latency | ++-------+----------------------------------+ +| 44 | IRC Tramp | ++-------+----------------------------------+ +| 45 | DDS XRCE | ++-------+----------------------------------+ +| 46 | IMUDATA | ++-------+----------------------------------+ + + + + +.. _SERIAL7_BAUD: + +SERIAL7\_BAUD: Serial 7 Baud Rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The baud rate used for Serial7\. Most stm32\-based boards can support rates of up to 1500\. If you setup a rate you cannot support and then can\'t connect to your board you should load a firmware from a different vehicle type\. That will reset all your parameters to defaults\. + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 1 | 1200 | ++-------+---------+ +| 2 | 2400 | ++-------+---------+ +| 4 | 4800 | ++-------+---------+ +| 9 | 9600 | ++-------+---------+ +| 19 | 19200 | ++-------+---------+ +| 38 | 38400 | ++-------+---------+ +| 57 | 57600 | ++-------+---------+ +| 111 | 111100 | ++-------+---------+ +| 115 | 115200 | ++-------+---------+ +| 230 | 230400 | ++-------+---------+ +| 256 | 256000 | ++-------+---------+ +| 460 | 460800 | ++-------+---------+ +| 500 | 500000 | ++-------+---------+ +| 921 | 921600 | ++-------+---------+ +| 1500 | 1500000 | ++-------+---------+ +| 2000 | 2000000 | ++-------+---------+ + + + + +.. _SERIAL7_OPTIONS: + +SERIAL7\_OPTIONS: Serial7 options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Control over UART options\. The InvertRX option controls invert of the receive pin\. The InvertTX option controls invert of the transmit pin\. The HalfDuplex option controls half\-duplex \(onewire\) mode\, where both transmit and receive is done on the transmit wire\. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards\. + + ++-----+-------------------------------+ +| Bit | Meaning | ++=====+===============================+ +| 0 | InvertRX | ++-----+-------------------------------+ +| 1 | InvertTX | ++-----+-------------------------------+ +| 2 | HalfDuplex | ++-----+-------------------------------+ +| 3 | SwapTXRX | ++-----+-------------------------------+ +| 4 | RX_PullDown | ++-----+-------------------------------+ +| 5 | RX_PullUp | ++-----+-------------------------------+ +| 6 | TX_PullDown | ++-----+-------------------------------+ +| 7 | TX_PullUp | ++-----+-------------------------------+ +| 8 | RX_NoDMA | ++-----+-------------------------------+ +| 9 | TX_NoDMA | ++-----+-------------------------------+ +| 10 | Don't forward mavlink to/from | ++-----+-------------------------------+ +| 11 | DisableFIFO | ++-----+-------------------------------+ +| 12 | Ignore Streamrate | ++-----+-------------------------------+ + + + + +.. _SERIAL8_PROTOCOL: + +SERIAL8\_PROTOCOL: Serial8 protocol selection +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Control what protocol Serial8 port should be used for\. Note that the Frsky options require external converter hardware\. See the wiki for details\. + + ++-------+----------------------------------+ +| Value | Meaning | ++=======+==================================+ +| -1 | None | ++-------+----------------------------------+ +| 1 | MAVLink1 | ++-------+----------------------------------+ +| 2 | MAVLink2 | ++-------+----------------------------------+ +| 3 | Frsky D | ++-------+----------------------------------+ +| 4 | Frsky SPort | ++-------+----------------------------------+ +| 5 | GPS | ++-------+----------------------------------+ +| 7 | Alexmos Gimbal Serial | ++-------+----------------------------------+ +| 8 | Gimbal | ++-------+----------------------------------+ +| 9 | Rangefinder | ++-------+----------------------------------+ +| 10 | FrSky SPort Passthrough (OpenTX) | ++-------+----------------------------------+ +| 11 | Lidar360 | ++-------+----------------------------------+ +| 13 | Beacon | ++-------+----------------------------------+ +| 14 | Volz servo out | ++-------+----------------------------------+ +| 15 | SBus servo out | ++-------+----------------------------------+ +| 16 | ESC Telemetry | ++-------+----------------------------------+ +| 17 | Devo Telemetry | ++-------+----------------------------------+ +| 18 | OpticalFlow | ++-------+----------------------------------+ +| 19 | RobotisServo | ++-------+----------------------------------+ +| 20 | NMEA Output | ++-------+----------------------------------+ +| 21 | WindVane | ++-------+----------------------------------+ +| 22 | SLCAN | ++-------+----------------------------------+ +| 23 | RCIN | ++-------+----------------------------------+ +| 24 | EFI Serial | ++-------+----------------------------------+ +| 25 | LTM | ++-------+----------------------------------+ +| 26 | RunCam | ++-------+----------------------------------+ +| 27 | HottTelem | ++-------+----------------------------------+ +| 28 | Scripting | ++-------+----------------------------------+ +| 29 | Crossfire VTX | ++-------+----------------------------------+ +| 30 | Generator | ++-------+----------------------------------+ +| 31 | Winch | ++-------+----------------------------------+ +| 32 | MSP | ++-------+----------------------------------+ +| 33 | DJI FPV | ++-------+----------------------------------+ +| 34 | AirSpeed | ++-------+----------------------------------+ +| 35 | ADSB | ++-------+----------------------------------+ +| 36 | AHRS | ++-------+----------------------------------+ +| 37 | SmartAudio | ++-------+----------------------------------+ +| 38 | FETtecOneWire | ++-------+----------------------------------+ +| 39 | Torqeedo | ++-------+----------------------------------+ +| 40 | AIS | ++-------+----------------------------------+ +| 41 | CoDevESC | ++-------+----------------------------------+ +| 42 | DisplayPort | ++-------+----------------------------------+ +| 43 | MAVLink High Latency | ++-------+----------------------------------+ +| 44 | IRC Tramp | ++-------+----------------------------------+ +| 45 | DDS XRCE | ++-------+----------------------------------+ +| 46 | IMUDATA | ++-------+----------------------------------+ + + + + +.. _SERIAL8_BAUD: + +SERIAL8\_BAUD: Serial 8 Baud Rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The baud rate used for Serial8\. Most stm32\-based boards can support rates of up to 1500\. If you setup a rate you cannot support and then can\'t connect to your board you should load a firmware from a different vehicle type\. That will reset all your parameters to defaults\. + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 1 | 1200 | ++-------+---------+ +| 2 | 2400 | ++-------+---------+ +| 4 | 4800 | ++-------+---------+ +| 9 | 9600 | ++-------+---------+ +| 19 | 19200 | ++-------+---------+ +| 38 | 38400 | ++-------+---------+ +| 57 | 57600 | ++-------+---------+ +| 111 | 111100 | ++-------+---------+ +| 115 | 115200 | ++-------+---------+ +| 230 | 230400 | ++-------+---------+ +| 256 | 256000 | ++-------+---------+ +| 460 | 460800 | ++-------+---------+ +| 500 | 500000 | ++-------+---------+ +| 921 | 921600 | ++-------+---------+ +| 1500 | 1500000 | ++-------+---------+ +| 2000 | 2000000 | ++-------+---------+ + + + + +.. _SERIAL8_OPTIONS: + +SERIAL8\_OPTIONS: Serial8 options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Control over UART options\. The InvertRX option controls invert of the receive pin\. The InvertTX option controls invert of the transmit pin\. The HalfDuplex option controls half\-duplex \(onewire\) mode\, where both transmit and receive is done on the transmit wire\. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards\. + + ++-----+-------------------------------+ +| Bit | Meaning | ++=====+===============================+ +| 0 | InvertRX | ++-----+-------------------------------+ +| 1 | InvertTX | ++-----+-------------------------------+ +| 2 | HalfDuplex | ++-----+-------------------------------+ +| 3 | SwapTXRX | ++-----+-------------------------------+ +| 4 | RX_PullDown | ++-----+-------------------------------+ +| 5 | RX_PullUp | ++-----+-------------------------------+ +| 6 | TX_PullDown | ++-----+-------------------------------+ +| 7 | TX_PullUp | ++-----+-------------------------------+ +| 8 | RX_NoDMA | ++-----+-------------------------------+ +| 9 | TX_NoDMA | ++-----+-------------------------------+ +| 10 | Don't forward mavlink to/from | ++-----+-------------------------------+ +| 11 | DisableFIFO | ++-----+-------------------------------+ +| 12 | Ignore Streamrate | ++-----+-------------------------------+ + + + + +.. _SERIAL9_PROTOCOL: + +SERIAL9\_PROTOCOL: Serial9 protocol selection +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Control what protocol Serial9 port should be used for\. Note that the Frsky options require external converter hardware\. See the wiki for details\. + + ++-------+----------------------------------+ +| Value | Meaning | ++=======+==================================+ +| -1 | None | ++-------+----------------------------------+ +| 1 | MAVLink1 | ++-------+----------------------------------+ +| 2 | MAVLink2 | ++-------+----------------------------------+ +| 3 | Frsky D | ++-------+----------------------------------+ +| 4 | Frsky SPort | ++-------+----------------------------------+ +| 5 | GPS | ++-------+----------------------------------+ +| 7 | Alexmos Gimbal Serial | ++-------+----------------------------------+ +| 8 | Gimbal | ++-------+----------------------------------+ +| 9 | Rangefinder | ++-------+----------------------------------+ +| 10 | FrSky SPort Passthrough (OpenTX) | ++-------+----------------------------------+ +| 11 | Lidar360 | ++-------+----------------------------------+ +| 13 | Beacon | ++-------+----------------------------------+ +| 14 | Volz servo out | ++-------+----------------------------------+ +| 15 | SBus servo out | ++-------+----------------------------------+ +| 16 | ESC Telemetry | ++-------+----------------------------------+ +| 17 | Devo Telemetry | ++-------+----------------------------------+ +| 18 | OpticalFlow | ++-------+----------------------------------+ +| 19 | RobotisServo | ++-------+----------------------------------+ +| 20 | NMEA Output | ++-------+----------------------------------+ +| 21 | WindVane | ++-------+----------------------------------+ +| 22 | SLCAN | ++-------+----------------------------------+ +| 23 | RCIN | ++-------+----------------------------------+ +| 24 | EFI Serial | ++-------+----------------------------------+ +| 25 | LTM | ++-------+----------------------------------+ +| 26 | RunCam | ++-------+----------------------------------+ +| 27 | HottTelem | ++-------+----------------------------------+ +| 28 | Scripting | ++-------+----------------------------------+ +| 29 | Crossfire VTX | ++-------+----------------------------------+ +| 30 | Generator | ++-------+----------------------------------+ +| 31 | Winch | ++-------+----------------------------------+ +| 32 | MSP | ++-------+----------------------------------+ +| 33 | DJI FPV | ++-------+----------------------------------+ +| 34 | AirSpeed | ++-------+----------------------------------+ +| 35 | ADSB | ++-------+----------------------------------+ +| 36 | AHRS | ++-------+----------------------------------+ +| 37 | SmartAudio | ++-------+----------------------------------+ +| 38 | FETtecOneWire | ++-------+----------------------------------+ +| 39 | Torqeedo | ++-------+----------------------------------+ +| 40 | AIS | ++-------+----------------------------------+ +| 41 | CoDevESC | ++-------+----------------------------------+ +| 42 | DisplayPort | ++-------+----------------------------------+ +| 43 | MAVLink High Latency | ++-------+----------------------------------+ +| 44 | IRC Tramp | ++-------+----------------------------------+ +| 45 | DDS XRCE | ++-------+----------------------------------+ +| 46 | IMUDATA | ++-------+----------------------------------+ + + + + +.. _SERIAL9_BAUD: + +SERIAL9\_BAUD: Serial 9 Baud Rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The baud rate used for Serial8\. Most stm32\-based boards can support rates of up to 1500\. If you setup a rate you cannot support and then can\'t connect to your board you should load a firmware from a different vehicle type\. That will reset all your parameters to defaults\. + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 1 | 1200 | ++-------+---------+ +| 2 | 2400 | ++-------+---------+ +| 4 | 4800 | ++-------+---------+ +| 9 | 9600 | ++-------+---------+ +| 19 | 19200 | ++-------+---------+ +| 38 | 38400 | ++-------+---------+ +| 57 | 57600 | ++-------+---------+ +| 111 | 111100 | ++-------+---------+ +| 115 | 115200 | ++-------+---------+ +| 230 | 230400 | ++-------+---------+ +| 256 | 256000 | ++-------+---------+ +| 460 | 460800 | ++-------+---------+ +| 500 | 500000 | ++-------+---------+ +| 921 | 921600 | ++-------+---------+ +| 1500 | 1500000 | ++-------+---------+ +| 2000 | 2000000 | ++-------+---------+ + + + + +.. _SERIAL9_OPTIONS: + +SERIAL9\_OPTIONS: Serial9 options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Control over UART options\. The InvertRX option controls invert of the receive pin\. The InvertTX option controls invert of the transmit pin\. The HalfDuplex option controls half\-duplex \(onewire\) mode\, where both transmit and receive is done on the transmit wire\. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards\. + + ++-----+-------------------------------+ +| Bit | Meaning | ++=====+===============================+ +| 0 | InvertRX | ++-----+-------------------------------+ +| 1 | InvertTX | ++-----+-------------------------------+ +| 2 | HalfDuplex | ++-----+-------------------------------+ +| 3 | SwapTXRX | ++-----+-------------------------------+ +| 4 | RX_PullDown | ++-----+-------------------------------+ +| 5 | RX_PullUp | ++-----+-------------------------------+ +| 6 | TX_PullDown | ++-----+-------------------------------+ +| 7 | TX_PullUp | ++-----+-------------------------------+ +| 8 | RX_NoDMA | ++-----+-------------------------------+ +| 9 | TX_NoDMA | ++-----+-------------------------------+ +| 10 | Don't forward mavlink to/from | ++-----+-------------------------------+ +| 11 | DisableFIFO | ++-----+-------------------------------+ +| 12 | Ignore Streamrate | ++-----+-------------------------------+ + + + + + +.. _parameters_SERVO: + +SERVO Parameters +---------------- + + +.. _SERVO_RATE: + +SERVO\_RATE: Servo default output rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Default output rate in Hz for all PWM outputs\. + + ++-----------+-------+ +| Range | Units | ++===========+=======+ +| 25 to 400 | hertz | ++-----------+-------+ + + + + +.. _SERVO_DSHOT_RATE: + +SERVO\_DSHOT\_RATE: Servo DShot output rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +DShot output rate for all outputs as a multiple of the loop rate\. 0 sets the output rate to be fixed at 1Khz for low loop rates\. This value should never be set below 500Hz\. + + ++-------+---------------------+ +| Value | Meaning | ++=======+=====================+ +| 0 | 1Khz | ++-------+---------------------+ +| 1 | loop-rate | ++-------+---------------------+ +| 2 | double loop-rate | ++-------+---------------------+ +| 3 | triple loop-rate | ++-------+---------------------+ +| 4 | quadruple loop rate | ++-------+---------------------+ + + + + +.. _SERVO_DSHOT_ESC: + +SERVO\_DSHOT\_ESC: Servo DShot ESC type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +DShot ESC type for all outputs\. The ESC type affects the range of DShot commands available and the bit widths used\. None means that no dshot commands will be executed\. Some ESC types support Extended DShot Telemetry \(EDT\) which allows telemetry other than RPM data to be returned when using bi\-directional dshot\. If you enable EDT you must install EDT capable firmware for correct operation\. + + ++-------+-------------------+ +| Value | Meaning | ++=======+===================+ +| 0 | None | ++-------+-------------------+ +| 1 | BLHeli32/Kiss | ++-------+-------------------+ +| 2 | BLHeli_S | ++-------+-------------------+ +| 3 | BLHeli32/Kiss+EDT | ++-------+-------------------+ +| 4 | BLHeli_S+EDT | ++-------+-------------------+ + + + + +.. _SERVO_GPIO_MASK: + +SERVO\_GPIO\_MASK: Servo GPIO mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Bitmask of outputs which will be available as GPIOs\. Any output with either the function set to \-1 or with the corresponding bit set in this mask will be available for use as a GPIO pin + + ++-----+----------+ +| Bit | Meaning | ++=====+==========+ +| 0 | Servo 1 | ++-----+----------+ +| 1 | Servo 2 | ++-----+----------+ +| 2 | Servo 3 | ++-----+----------+ +| 3 | Servo 4 | ++-----+----------+ +| 4 | Servo 5 | ++-----+----------+ +| 5 | Servo 6 | ++-----+----------+ +| 6 | Servo 7 | ++-----+----------+ +| 7 | Servo 8 | ++-----+----------+ +| 8 | Servo 9 | ++-----+----------+ +| 9 | Servo 10 | ++-----+----------+ +| 10 | Servo 11 | ++-----+----------+ +| 11 | Servo 12 | ++-----+----------+ +| 12 | Servo 13 | ++-----+----------+ +| 13 | Servo 14 | ++-----+----------+ +| 14 | Servo 15 | ++-----+----------+ +| 15 | Servo 16 | ++-----+----------+ +| 16 | Servo 17 | ++-----+----------+ +| 17 | Servo 18 | ++-----+----------+ +| 18 | Servo 19 | ++-----+----------+ +| 19 | Servo 20 | ++-----+----------+ +| 20 | Servo 21 | ++-----+----------+ +| 21 | Servo 22 | ++-----+----------+ +| 22 | Servo 23 | ++-----+----------+ +| 23 | Servo 24 | ++-----+----------+ +| 24 | Servo 25 | ++-----+----------+ +| 25 | Servo 26 | ++-----+----------+ +| 26 | Servo 27 | ++-----+----------+ +| 27 | Servo 28 | ++-----+----------+ +| 28 | Servo 29 | ++-----+----------+ +| 29 | Servo 30 | ++-----+----------+ +| 30 | Servo 31 | ++-----+----------+ +| 31 | Servo 32 | ++-----+----------+ + + + + +.. _SERVO_RC_FS_MSK: + +SERVO\_RC\_FS\_MSK: Servo RC Failsafe Mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Bitmask of scaled passthru output channels which will be set to their trim value during rc failsafe instead of holding their last position before failsafe\. + + ++-----+---------------+ +| Bit | Meaning | ++=====+===============+ +| 0 | RCIN1Scaled | ++-----+---------------+ +| 1 | RCIN2Scaled | ++-----+---------------+ +| 2 | RCIN3Scaled | ++-----+---------------+ +| 3 | RCIN4Scaled | ++-----+---------------+ +| 4 | RCIN5Scaled | ++-----+---------------+ +| 5 | RCIN6Scaled | ++-----+---------------+ +| 6 | RCIN7Scaled | ++-----+---------------+ +| 7 | RCIN8Scaled | ++-----+---------------+ +| 8 | RCIN9Scaled | ++-----+---------------+ +| 9 | RCIN10Scaled | ++-----+---------------+ +| 10 | RCIN11Scaled | ++-----+---------------+ +| 11 | SRCIN12Scaled | ++-----+---------------+ +| 12 | RCIN13Scaled | ++-----+---------------+ +| 13 | RCIN14Scaled | ++-----+---------------+ +| 14 | RCIN15Scaled | ++-----+---------------+ +| 15 | RCIN16Scaled | ++-----+---------------+ + + + + +.. _SERVO_32_ENABLE: + +SERVO\_32\_ENABLE: Enable outputs 17 to 31 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This allows for up to 32 outputs\, enabling parameters for outputs above 16 + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + + +.. _parameters_SERVO10_: + +SERVO10\_ Parameters +-------------------- + + +.. _SERVO10_MIN: + +SERVO10\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO10_MAX: + +SERVO10\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO10_TRIM: + +SERVO10\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO10_REVERSED: + +SERVO10\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _SERVO10_FUNCTION: + +SERVO10\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++-------+--------------------+ +| Value | Meaning | ++=======+====================+ +| -1 | GPIO | ++-------+--------------------+ +| 0 | Disabled | ++-------+--------------------+ +| 1 | RCPassThru | ++-------+--------------------+ +| 6 | Mount1Yaw | ++-------+--------------------+ +| 7 | Mount1Pitch | ++-------+--------------------+ +| 8 | Mount1Roll | ++-------+--------------------+ +| 9 | Mount1Retract | ++-------+--------------------+ +| 10 | CameraTrigger | ++-------+--------------------+ +| 12 | Mount2Yaw | ++-------+--------------------+ +| 13 | Mount2Pitch | ++-------+--------------------+ +| 14 | Mount2Roll | ++-------+--------------------+ +| 15 | Mount2Retract | ++-------+--------------------+ +| 22 | SprayerPump | ++-------+--------------------+ +| 23 | SprayerSpinner | ++-------+--------------------+ +| 26 | GroundSteering | ++-------+--------------------+ +| 28 | Gripper | ++-------+--------------------+ +| 33 | Motor1 | ++-------+--------------------+ +| 34 | Motor2 | ++-------+--------------------+ +| 35 | Motor3 | ++-------+--------------------+ +| 36 | Motor4 | ++-------+--------------------+ +| 51 | RCIN1 | ++-------+--------------------+ +| 52 | RCIN2 | ++-------+--------------------+ +| 53 | RCIN3 | ++-------+--------------------+ +| 54 | RCIN4 | ++-------+--------------------+ +| 55 | RCIN5 | ++-------+--------------------+ +| 56 | RCIN6 | ++-------+--------------------+ +| 57 | RCIN7 | ++-------+--------------------+ +| 58 | RCIN8 | ++-------+--------------------+ +| 59 | RCIN9 | ++-------+--------------------+ +| 60 | RCIN10 | ++-------+--------------------+ +| 61 | RCIN11 | ++-------+--------------------+ +| 62 | RCIN12 | ++-------+--------------------+ +| 63 | RCIN13 | ++-------+--------------------+ +| 64 | RCIN14 | ++-------+--------------------+ +| 65 | RCIN15 | ++-------+--------------------+ +| 66 | RCIN16 | ++-------+--------------------+ +| 70 | Throttle | ++-------+--------------------+ +| 73 | ThrottleLeft | ++-------+--------------------+ +| 74 | ThrottleRight | ++-------+--------------------+ +| 88 | Winch | ++-------+--------------------+ +| 89 | Main Sail | ++-------+--------------------+ +| 90 | CameraISO | ++-------+--------------------+ +| 91 | CameraAperture | ++-------+--------------------+ +| 92 | CameraFocus | ++-------+--------------------+ +| 93 | CameraShutterSpeed | ++-------+--------------------+ +| 94 | Script1 | ++-------+--------------------+ +| 95 | Script2 | ++-------+--------------------+ +| 96 | Script3 | ++-------+--------------------+ +| 97 | Script4 | ++-------+--------------------+ +| 98 | Script5 | ++-------+--------------------+ +| 99 | Script6 | ++-------+--------------------+ +| 100 | Script7 | ++-------+--------------------+ +| 101 | Script8 | ++-------+--------------------+ +| 102 | Script9 | ++-------+--------------------+ +| 103 | Script10 | ++-------+--------------------+ +| 104 | Script11 | ++-------+--------------------+ +| 105 | Script12 | ++-------+--------------------+ +| 106 | Script13 | ++-------+--------------------+ +| 107 | Script14 | ++-------+--------------------+ +| 108 | Script15 | ++-------+--------------------+ +| 109 | Script16 | ++-------+--------------------+ +| 120 | NeoPixel1 | ++-------+--------------------+ +| 121 | NeoPixel2 | ++-------+--------------------+ +| 122 | NeoPixel3 | ++-------+--------------------+ +| 123 | NeoPixel4 | ++-------+--------------------+ +| 128 | WingSailElevator | ++-------+--------------------+ +| 129 | ProfiLED1 | ++-------+--------------------+ +| 130 | ProfiLED2 | ++-------+--------------------+ +| 131 | ProfiLED3 | ++-------+--------------------+ +| 132 | ProfiLEDClock | ++-------+--------------------+ +| 133 | Winch Clutch | ++-------+--------------------+ +| 134 | SERVOn_MIN | ++-------+--------------------+ +| 135 | SERVOn_TRIM | ++-------+--------------------+ +| 136 | SERVOn_MAX | ++-------+--------------------+ +| 137 | SailMastRotation | ++-------+--------------------+ +| 138 | Alarm | ++-------+--------------------+ +| 139 | Alarm Inverted | ++-------+--------------------+ +| 140 | RCIN1Scaled | ++-------+--------------------+ +| 141 | RCIN2Scaled | ++-------+--------------------+ +| 142 | RCIN3Scaled | ++-------+--------------------+ +| 143 | RCIN4Scaled | ++-------+--------------------+ +| 144 | RCIN5Scaled | ++-------+--------------------+ +| 145 | RCIN6Scaled | ++-------+--------------------+ +| 146 | RCIN7Scaled | ++-------+--------------------+ +| 147 | RCIN8Scaled | ++-------+--------------------+ +| 148 | RCIN9Scaled | ++-------+--------------------+ +| 149 | RCIN10Scaled | ++-------+--------------------+ +| 150 | RCIN11Scaled | ++-------+--------------------+ +| 151 | RCIN12Scaled | ++-------+--------------------+ +| 152 | RCIN13Scaled | ++-------+--------------------+ +| 153 | RCIN14Scaled | ++-------+--------------------+ +| 154 | RCIN15Scaled | ++-------+--------------------+ +| 155 | RCIN16Scaled | ++-------+--------------------+ + + + + + +.. _parameters_SERVO11_: + +SERVO11\_ Parameters +-------------------- + + +.. _SERVO11_MIN: + +SERVO11\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO11_MAX: + +SERVO11\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO11_TRIM: + +SERVO11\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO11_REVERSED: + +SERVO11\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _SERVO11_FUNCTION: + +SERVO11\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++-------+--------------------+ +| Value | Meaning | ++=======+====================+ +| -1 | GPIO | ++-------+--------------------+ +| 0 | Disabled | ++-------+--------------------+ +| 1 | RCPassThru | ++-------+--------------------+ +| 6 | Mount1Yaw | ++-------+--------------------+ +| 7 | Mount1Pitch | ++-------+--------------------+ +| 8 | Mount1Roll | ++-------+--------------------+ +| 9 | Mount1Retract | ++-------+--------------------+ +| 10 | CameraTrigger | ++-------+--------------------+ +| 12 | Mount2Yaw | ++-------+--------------------+ +| 13 | Mount2Pitch | ++-------+--------------------+ +| 14 | Mount2Roll | ++-------+--------------------+ +| 15 | Mount2Retract | ++-------+--------------------+ +| 22 | SprayerPump | ++-------+--------------------+ +| 23 | SprayerSpinner | ++-------+--------------------+ +| 26 | GroundSteering | ++-------+--------------------+ +| 28 | Gripper | ++-------+--------------------+ +| 33 | Motor1 | ++-------+--------------------+ +| 34 | Motor2 | ++-------+--------------------+ +| 35 | Motor3 | ++-------+--------------------+ +| 36 | Motor4 | ++-------+--------------------+ +| 51 | RCIN1 | ++-------+--------------------+ +| 52 | RCIN2 | ++-------+--------------------+ +| 53 | RCIN3 | ++-------+--------------------+ +| 54 | RCIN4 | ++-------+--------------------+ +| 55 | RCIN5 | ++-------+--------------------+ +| 56 | RCIN6 | ++-------+--------------------+ +| 57 | RCIN7 | ++-------+--------------------+ +| 58 | RCIN8 | ++-------+--------------------+ +| 59 | RCIN9 | ++-------+--------------------+ +| 60 | RCIN10 | ++-------+--------------------+ +| 61 | RCIN11 | ++-------+--------------------+ +| 62 | RCIN12 | ++-------+--------------------+ +| 63 | RCIN13 | ++-------+--------------------+ +| 64 | RCIN14 | ++-------+--------------------+ +| 65 | RCIN15 | ++-------+--------------------+ +| 66 | RCIN16 | ++-------+--------------------+ +| 70 | Throttle | ++-------+--------------------+ +| 73 | ThrottleLeft | ++-------+--------------------+ +| 74 | ThrottleRight | ++-------+--------------------+ +| 88 | Winch | ++-------+--------------------+ +| 89 | Main Sail | ++-------+--------------------+ +| 90 | CameraISO | ++-------+--------------------+ +| 91 | CameraAperture | ++-------+--------------------+ +| 92 | CameraFocus | ++-------+--------------------+ +| 93 | CameraShutterSpeed | ++-------+--------------------+ +| 94 | Script1 | ++-------+--------------------+ +| 95 | Script2 | ++-------+--------------------+ +| 96 | Script3 | ++-------+--------------------+ +| 97 | Script4 | ++-------+--------------------+ +| 98 | Script5 | ++-------+--------------------+ +| 99 | Script6 | ++-------+--------------------+ +| 100 | Script7 | ++-------+--------------------+ +| 101 | Script8 | ++-------+--------------------+ +| 102 | Script9 | ++-------+--------------------+ +| 103 | Script10 | ++-------+--------------------+ +| 104 | Script11 | ++-------+--------------------+ +| 105 | Script12 | ++-------+--------------------+ +| 106 | Script13 | ++-------+--------------------+ +| 107 | Script14 | ++-------+--------------------+ +| 108 | Script15 | ++-------+--------------------+ +| 109 | Script16 | ++-------+--------------------+ +| 120 | NeoPixel1 | ++-------+--------------------+ +| 121 | NeoPixel2 | ++-------+--------------------+ +| 122 | NeoPixel3 | ++-------+--------------------+ +| 123 | NeoPixel4 | ++-------+--------------------+ +| 128 | WingSailElevator | ++-------+--------------------+ +| 129 | ProfiLED1 | ++-------+--------------------+ +| 130 | ProfiLED2 | ++-------+--------------------+ +| 131 | ProfiLED3 | ++-------+--------------------+ +| 132 | ProfiLEDClock | ++-------+--------------------+ +| 133 | Winch Clutch | ++-------+--------------------+ +| 134 | SERVOn_MIN | ++-------+--------------------+ +| 135 | SERVOn_TRIM | ++-------+--------------------+ +| 136 | SERVOn_MAX | ++-------+--------------------+ +| 137 | SailMastRotation | ++-------+--------------------+ +| 138 | Alarm | ++-------+--------------------+ +| 139 | Alarm Inverted | ++-------+--------------------+ +| 140 | RCIN1Scaled | ++-------+--------------------+ +| 141 | RCIN2Scaled | ++-------+--------------------+ +| 142 | RCIN3Scaled | ++-------+--------------------+ +| 143 | RCIN4Scaled | ++-------+--------------------+ +| 144 | RCIN5Scaled | ++-------+--------------------+ +| 145 | RCIN6Scaled | ++-------+--------------------+ +| 146 | RCIN7Scaled | ++-------+--------------------+ +| 147 | RCIN8Scaled | ++-------+--------------------+ +| 148 | RCIN9Scaled | ++-------+--------------------+ +| 149 | RCIN10Scaled | ++-------+--------------------+ +| 150 | RCIN11Scaled | ++-------+--------------------+ +| 151 | RCIN12Scaled | ++-------+--------------------+ +| 152 | RCIN13Scaled | ++-------+--------------------+ +| 153 | RCIN14Scaled | ++-------+--------------------+ +| 154 | RCIN15Scaled | ++-------+--------------------+ +| 155 | RCIN16Scaled | ++-------+--------------------+ + + + + + +.. _parameters_SERVO12_: + +SERVO12\_ Parameters +-------------------- + + +.. _SERVO12_MIN: + +SERVO12\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO12_MAX: + +SERVO12\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO12_TRIM: + +SERVO12\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO12_REVERSED: + +SERVO12\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _SERVO12_FUNCTION: + +SERVO12\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++-------+--------------------+ +| Value | Meaning | ++=======+====================+ +| -1 | GPIO | ++-------+--------------------+ +| 0 | Disabled | ++-------+--------------------+ +| 1 | RCPassThru | ++-------+--------------------+ +| 6 | Mount1Yaw | ++-------+--------------------+ +| 7 | Mount1Pitch | ++-------+--------------------+ +| 8 | Mount1Roll | ++-------+--------------------+ +| 9 | Mount1Retract | ++-------+--------------------+ +| 10 | CameraTrigger | ++-------+--------------------+ +| 12 | Mount2Yaw | ++-------+--------------------+ +| 13 | Mount2Pitch | ++-------+--------------------+ +| 14 | Mount2Roll | ++-------+--------------------+ +| 15 | Mount2Retract | ++-------+--------------------+ +| 22 | SprayerPump | ++-------+--------------------+ +| 23 | SprayerSpinner | ++-------+--------------------+ +| 26 | GroundSteering | ++-------+--------------------+ +| 28 | Gripper | ++-------+--------------------+ +| 33 | Motor1 | ++-------+--------------------+ +| 34 | Motor2 | ++-------+--------------------+ +| 35 | Motor3 | ++-------+--------------------+ +| 36 | Motor4 | ++-------+--------------------+ +| 51 | RCIN1 | ++-------+--------------------+ +| 52 | RCIN2 | ++-------+--------------------+ +| 53 | RCIN3 | ++-------+--------------------+ +| 54 | RCIN4 | ++-------+--------------------+ +| 55 | RCIN5 | ++-------+--------------------+ +| 56 | RCIN6 | ++-------+--------------------+ +| 57 | RCIN7 | ++-------+--------------------+ +| 58 | RCIN8 | ++-------+--------------------+ +| 59 | RCIN9 | ++-------+--------------------+ +| 60 | RCIN10 | ++-------+--------------------+ +| 61 | RCIN11 | ++-------+--------------------+ +| 62 | RCIN12 | ++-------+--------------------+ +| 63 | RCIN13 | ++-------+--------------------+ +| 64 | RCIN14 | ++-------+--------------------+ +| 65 | RCIN15 | ++-------+--------------------+ +| 66 | RCIN16 | ++-------+--------------------+ +| 70 | Throttle | ++-------+--------------------+ +| 73 | ThrottleLeft | ++-------+--------------------+ +| 74 | ThrottleRight | ++-------+--------------------+ +| 88 | Winch | ++-------+--------------------+ +| 89 | Main Sail | ++-------+--------------------+ +| 90 | CameraISO | ++-------+--------------------+ +| 91 | CameraAperture | ++-------+--------------------+ +| 92 | CameraFocus | ++-------+--------------------+ +| 93 | CameraShutterSpeed | ++-------+--------------------+ +| 94 | Script1 | ++-------+--------------------+ +| 95 | Script2 | ++-------+--------------------+ +| 96 | Script3 | ++-------+--------------------+ +| 97 | Script4 | ++-------+--------------------+ +| 98 | Script5 | ++-------+--------------------+ +| 99 | Script6 | ++-------+--------------------+ +| 100 | Script7 | ++-------+--------------------+ +| 101 | Script8 | ++-------+--------------------+ +| 102 | Script9 | ++-------+--------------------+ +| 103 | Script10 | ++-------+--------------------+ +| 104 | Script11 | ++-------+--------------------+ +| 105 | Script12 | ++-------+--------------------+ +| 106 | Script13 | ++-------+--------------------+ +| 107 | Script14 | ++-------+--------------------+ +| 108 | Script15 | ++-------+--------------------+ +| 109 | Script16 | ++-------+--------------------+ +| 120 | NeoPixel1 | ++-------+--------------------+ +| 121 | NeoPixel2 | ++-------+--------------------+ +| 122 | NeoPixel3 | ++-------+--------------------+ +| 123 | NeoPixel4 | ++-------+--------------------+ +| 128 | WingSailElevator | ++-------+--------------------+ +| 129 | ProfiLED1 | ++-------+--------------------+ +| 130 | ProfiLED2 | ++-------+--------------------+ +| 131 | ProfiLED3 | ++-------+--------------------+ +| 132 | ProfiLEDClock | ++-------+--------------------+ +| 133 | Winch Clutch | ++-------+--------------------+ +| 134 | SERVOn_MIN | ++-------+--------------------+ +| 135 | SERVOn_TRIM | ++-------+--------------------+ +| 136 | SERVOn_MAX | ++-------+--------------------+ +| 137 | SailMastRotation | ++-------+--------------------+ +| 138 | Alarm | ++-------+--------------------+ +| 139 | Alarm Inverted | ++-------+--------------------+ +| 140 | RCIN1Scaled | ++-------+--------------------+ +| 141 | RCIN2Scaled | ++-------+--------------------+ +| 142 | RCIN3Scaled | ++-------+--------------------+ +| 143 | RCIN4Scaled | ++-------+--------------------+ +| 144 | RCIN5Scaled | ++-------+--------------------+ +| 145 | RCIN6Scaled | ++-------+--------------------+ +| 146 | RCIN7Scaled | ++-------+--------------------+ +| 147 | RCIN8Scaled | ++-------+--------------------+ +| 148 | RCIN9Scaled | ++-------+--------------------+ +| 149 | RCIN10Scaled | ++-------+--------------------+ +| 150 | RCIN11Scaled | ++-------+--------------------+ +| 151 | RCIN12Scaled | ++-------+--------------------+ +| 152 | RCIN13Scaled | ++-------+--------------------+ +| 153 | RCIN14Scaled | ++-------+--------------------+ +| 154 | RCIN15Scaled | ++-------+--------------------+ +| 155 | RCIN16Scaled | ++-------+--------------------+ + + + + + +.. _parameters_SERVO13_: + +SERVO13\_ Parameters +-------------------- + + +.. _SERVO13_MIN: + +SERVO13\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO13_MAX: + +SERVO13\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO13_TRIM: + +SERVO13\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO13_REVERSED: + +SERVO13\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _SERVO13_FUNCTION: + +SERVO13\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++-------+--------------------+ +| Value | Meaning | ++=======+====================+ +| -1 | GPIO | ++-------+--------------------+ +| 0 | Disabled | ++-------+--------------------+ +| 1 | RCPassThru | ++-------+--------------------+ +| 6 | Mount1Yaw | ++-------+--------------------+ +| 7 | Mount1Pitch | ++-------+--------------------+ +| 8 | Mount1Roll | ++-------+--------------------+ +| 9 | Mount1Retract | ++-------+--------------------+ +| 10 | CameraTrigger | ++-------+--------------------+ +| 12 | Mount2Yaw | ++-------+--------------------+ +| 13 | Mount2Pitch | ++-------+--------------------+ +| 14 | Mount2Roll | ++-------+--------------------+ +| 15 | Mount2Retract | ++-------+--------------------+ +| 22 | SprayerPump | ++-------+--------------------+ +| 23 | SprayerSpinner | ++-------+--------------------+ +| 26 | GroundSteering | ++-------+--------------------+ +| 28 | Gripper | ++-------+--------------------+ +| 33 | Motor1 | ++-------+--------------------+ +| 34 | Motor2 | ++-------+--------------------+ +| 35 | Motor3 | ++-------+--------------------+ +| 36 | Motor4 | ++-------+--------------------+ +| 51 | RCIN1 | ++-------+--------------------+ +| 52 | RCIN2 | ++-------+--------------------+ +| 53 | RCIN3 | ++-------+--------------------+ +| 54 | RCIN4 | ++-------+--------------------+ +| 55 | RCIN5 | ++-------+--------------------+ +| 56 | RCIN6 | ++-------+--------------------+ +| 57 | RCIN7 | ++-------+--------------------+ +| 58 | RCIN8 | ++-------+--------------------+ +| 59 | RCIN9 | ++-------+--------------------+ +| 60 | RCIN10 | ++-------+--------------------+ +| 61 | RCIN11 | ++-------+--------------------+ +| 62 | RCIN12 | ++-------+--------------------+ +| 63 | RCIN13 | ++-------+--------------------+ +| 64 | RCIN14 | ++-------+--------------------+ +| 65 | RCIN15 | ++-------+--------------------+ +| 66 | RCIN16 | ++-------+--------------------+ +| 70 | Throttle | ++-------+--------------------+ +| 73 | ThrottleLeft | ++-------+--------------------+ +| 74 | ThrottleRight | ++-------+--------------------+ +| 88 | Winch | ++-------+--------------------+ +| 89 | Main Sail | ++-------+--------------------+ +| 90 | CameraISO | ++-------+--------------------+ +| 91 | CameraAperture | ++-------+--------------------+ +| 92 | CameraFocus | ++-------+--------------------+ +| 93 | CameraShutterSpeed | ++-------+--------------------+ +| 94 | Script1 | ++-------+--------------------+ +| 95 | Script2 | ++-------+--------------------+ +| 96 | Script3 | ++-------+--------------------+ +| 97 | Script4 | ++-------+--------------------+ +| 98 | Script5 | ++-------+--------------------+ +| 99 | Script6 | ++-------+--------------------+ +| 100 | Script7 | ++-------+--------------------+ +| 101 | Script8 | ++-------+--------------------+ +| 102 | Script9 | ++-------+--------------------+ +| 103 | Script10 | ++-------+--------------------+ +| 104 | Script11 | ++-------+--------------------+ +| 105 | Script12 | ++-------+--------------------+ +| 106 | Script13 | ++-------+--------------------+ +| 107 | Script14 | ++-------+--------------------+ +| 108 | Script15 | ++-------+--------------------+ +| 109 | Script16 | ++-------+--------------------+ +| 120 | NeoPixel1 | ++-------+--------------------+ +| 121 | NeoPixel2 | ++-------+--------------------+ +| 122 | NeoPixel3 | ++-------+--------------------+ +| 123 | NeoPixel4 | ++-------+--------------------+ +| 128 | WingSailElevator | ++-------+--------------------+ +| 129 | ProfiLED1 | ++-------+--------------------+ +| 130 | ProfiLED2 | ++-------+--------------------+ +| 131 | ProfiLED3 | ++-------+--------------------+ +| 132 | ProfiLEDClock | ++-------+--------------------+ +| 133 | Winch Clutch | ++-------+--------------------+ +| 134 | SERVOn_MIN | ++-------+--------------------+ +| 135 | SERVOn_TRIM | ++-------+--------------------+ +| 136 | SERVOn_MAX | ++-------+--------------------+ +| 137 | SailMastRotation | ++-------+--------------------+ +| 138 | Alarm | ++-------+--------------------+ +| 139 | Alarm Inverted | ++-------+--------------------+ +| 140 | RCIN1Scaled | ++-------+--------------------+ +| 141 | RCIN2Scaled | ++-------+--------------------+ +| 142 | RCIN3Scaled | ++-------+--------------------+ +| 143 | RCIN4Scaled | ++-------+--------------------+ +| 144 | RCIN5Scaled | ++-------+--------------------+ +| 145 | RCIN6Scaled | ++-------+--------------------+ +| 146 | RCIN7Scaled | ++-------+--------------------+ +| 147 | RCIN8Scaled | ++-------+--------------------+ +| 148 | RCIN9Scaled | ++-------+--------------------+ +| 149 | RCIN10Scaled | ++-------+--------------------+ +| 150 | RCIN11Scaled | ++-------+--------------------+ +| 151 | RCIN12Scaled | ++-------+--------------------+ +| 152 | RCIN13Scaled | ++-------+--------------------+ +| 153 | RCIN14Scaled | ++-------+--------------------+ +| 154 | RCIN15Scaled | ++-------+--------------------+ +| 155 | RCIN16Scaled | ++-------+--------------------+ + + + + + +.. _parameters_SERVO14_: + +SERVO14\_ Parameters +-------------------- + + +.. _SERVO14_MIN: + +SERVO14\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO14_MAX: + +SERVO14\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO14_TRIM: + +SERVO14\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO14_REVERSED: + +SERVO14\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _SERVO14_FUNCTION: + +SERVO14\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++-------+--------------------+ +| Value | Meaning | ++=======+====================+ +| -1 | GPIO | ++-------+--------------------+ +| 0 | Disabled | ++-------+--------------------+ +| 1 | RCPassThru | ++-------+--------------------+ +| 6 | Mount1Yaw | ++-------+--------------------+ +| 7 | Mount1Pitch | ++-------+--------------------+ +| 8 | Mount1Roll | ++-------+--------------------+ +| 9 | Mount1Retract | ++-------+--------------------+ +| 10 | CameraTrigger | ++-------+--------------------+ +| 12 | Mount2Yaw | ++-------+--------------------+ +| 13 | Mount2Pitch | ++-------+--------------------+ +| 14 | Mount2Roll | ++-------+--------------------+ +| 15 | Mount2Retract | ++-------+--------------------+ +| 22 | SprayerPump | ++-------+--------------------+ +| 23 | SprayerSpinner | ++-------+--------------------+ +| 26 | GroundSteering | ++-------+--------------------+ +| 28 | Gripper | ++-------+--------------------+ +| 33 | Motor1 | ++-------+--------------------+ +| 34 | Motor2 | ++-------+--------------------+ +| 35 | Motor3 | ++-------+--------------------+ +| 36 | Motor4 | ++-------+--------------------+ +| 51 | RCIN1 | ++-------+--------------------+ +| 52 | RCIN2 | ++-------+--------------------+ +| 53 | RCIN3 | ++-------+--------------------+ +| 54 | RCIN4 | ++-------+--------------------+ +| 55 | RCIN5 | ++-------+--------------------+ +| 56 | RCIN6 | ++-------+--------------------+ +| 57 | RCIN7 | ++-------+--------------------+ +| 58 | RCIN8 | ++-------+--------------------+ +| 59 | RCIN9 | ++-------+--------------------+ +| 60 | RCIN10 | ++-------+--------------------+ +| 61 | RCIN11 | ++-------+--------------------+ +| 62 | RCIN12 | ++-------+--------------------+ +| 63 | RCIN13 | ++-------+--------------------+ +| 64 | RCIN14 | ++-------+--------------------+ +| 65 | RCIN15 | ++-------+--------------------+ +| 66 | RCIN16 | ++-------+--------------------+ +| 70 | Throttle | ++-------+--------------------+ +| 73 | ThrottleLeft | ++-------+--------------------+ +| 74 | ThrottleRight | ++-------+--------------------+ +| 88 | Winch | ++-------+--------------------+ +| 89 | Main Sail | ++-------+--------------------+ +| 90 | CameraISO | ++-------+--------------------+ +| 91 | CameraAperture | ++-------+--------------------+ +| 92 | CameraFocus | ++-------+--------------------+ +| 93 | CameraShutterSpeed | ++-------+--------------------+ +| 94 | Script1 | ++-------+--------------------+ +| 95 | Script2 | ++-------+--------------------+ +| 96 | Script3 | ++-------+--------------------+ +| 97 | Script4 | ++-------+--------------------+ +| 98 | Script5 | ++-------+--------------------+ +| 99 | Script6 | ++-------+--------------------+ +| 100 | Script7 | ++-------+--------------------+ +| 101 | Script8 | ++-------+--------------------+ +| 102 | Script9 | ++-------+--------------------+ +| 103 | Script10 | ++-------+--------------------+ +| 104 | Script11 | ++-------+--------------------+ +| 105 | Script12 | ++-------+--------------------+ +| 106 | Script13 | ++-------+--------------------+ +| 107 | Script14 | ++-------+--------------------+ +| 108 | Script15 | ++-------+--------------------+ +| 109 | Script16 | ++-------+--------------------+ +| 120 | NeoPixel1 | ++-------+--------------------+ +| 121 | NeoPixel2 | ++-------+--------------------+ +| 122 | NeoPixel3 | ++-------+--------------------+ +| 123 | NeoPixel4 | ++-------+--------------------+ +| 128 | WingSailElevator | ++-------+--------------------+ +| 129 | ProfiLED1 | ++-------+--------------------+ +| 130 | ProfiLED2 | ++-------+--------------------+ +| 131 | ProfiLED3 | ++-------+--------------------+ +| 132 | ProfiLEDClock | ++-------+--------------------+ +| 133 | Winch Clutch | ++-------+--------------------+ +| 134 | SERVOn_MIN | ++-------+--------------------+ +| 135 | SERVOn_TRIM | ++-------+--------------------+ +| 136 | SERVOn_MAX | ++-------+--------------------+ +| 137 | SailMastRotation | ++-------+--------------------+ +| 138 | Alarm | ++-------+--------------------+ +| 139 | Alarm Inverted | ++-------+--------------------+ +| 140 | RCIN1Scaled | ++-------+--------------------+ +| 141 | RCIN2Scaled | ++-------+--------------------+ +| 142 | RCIN3Scaled | ++-------+--------------------+ +| 143 | RCIN4Scaled | ++-------+--------------------+ +| 144 | RCIN5Scaled | ++-------+--------------------+ +| 145 | RCIN6Scaled | ++-------+--------------------+ +| 146 | RCIN7Scaled | ++-------+--------------------+ +| 147 | RCIN8Scaled | ++-------+--------------------+ +| 148 | RCIN9Scaled | ++-------+--------------------+ +| 149 | RCIN10Scaled | ++-------+--------------------+ +| 150 | RCIN11Scaled | ++-------+--------------------+ +| 151 | RCIN12Scaled | ++-------+--------------------+ +| 152 | RCIN13Scaled | ++-------+--------------------+ +| 153 | RCIN14Scaled | ++-------+--------------------+ +| 154 | RCIN15Scaled | ++-------+--------------------+ +| 155 | RCIN16Scaled | ++-------+--------------------+ + + + + + +.. _parameters_SERVO15_: + +SERVO15\_ Parameters +-------------------- + + +.. _SERVO15_MIN: + +SERVO15\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO15_MAX: + +SERVO15\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO15_TRIM: + +SERVO15\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO15_REVERSED: + +SERVO15\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _SERVO15_FUNCTION: + +SERVO15\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++-------+--------------------+ +| Value | Meaning | ++=======+====================+ +| -1 | GPIO | ++-------+--------------------+ +| 0 | Disabled | ++-------+--------------------+ +| 1 | RCPassThru | ++-------+--------------------+ +| 6 | Mount1Yaw | ++-------+--------------------+ +| 7 | Mount1Pitch | ++-------+--------------------+ +| 8 | Mount1Roll | ++-------+--------------------+ +| 9 | Mount1Retract | ++-------+--------------------+ +| 10 | CameraTrigger | ++-------+--------------------+ +| 12 | Mount2Yaw | ++-------+--------------------+ +| 13 | Mount2Pitch | ++-------+--------------------+ +| 14 | Mount2Roll | ++-------+--------------------+ +| 15 | Mount2Retract | ++-------+--------------------+ +| 22 | SprayerPump | ++-------+--------------------+ +| 23 | SprayerSpinner | ++-------+--------------------+ +| 26 | GroundSteering | ++-------+--------------------+ +| 28 | Gripper | ++-------+--------------------+ +| 33 | Motor1 | ++-------+--------------------+ +| 34 | Motor2 | ++-------+--------------------+ +| 35 | Motor3 | ++-------+--------------------+ +| 36 | Motor4 | ++-------+--------------------+ +| 51 | RCIN1 | ++-------+--------------------+ +| 52 | RCIN2 | ++-------+--------------------+ +| 53 | RCIN3 | ++-------+--------------------+ +| 54 | RCIN4 | ++-------+--------------------+ +| 55 | RCIN5 | ++-------+--------------------+ +| 56 | RCIN6 | ++-------+--------------------+ +| 57 | RCIN7 | ++-------+--------------------+ +| 58 | RCIN8 | ++-------+--------------------+ +| 59 | RCIN9 | ++-------+--------------------+ +| 60 | RCIN10 | ++-------+--------------------+ +| 61 | RCIN11 | ++-------+--------------------+ +| 62 | RCIN12 | ++-------+--------------------+ +| 63 | RCIN13 | ++-------+--------------------+ +| 64 | RCIN14 | ++-------+--------------------+ +| 65 | RCIN15 | ++-------+--------------------+ +| 66 | RCIN16 | ++-------+--------------------+ +| 70 | Throttle | ++-------+--------------------+ +| 73 | ThrottleLeft | ++-------+--------------------+ +| 74 | ThrottleRight | ++-------+--------------------+ +| 88 | Winch | ++-------+--------------------+ +| 89 | Main Sail | ++-------+--------------------+ +| 90 | CameraISO | ++-------+--------------------+ +| 91 | CameraAperture | ++-------+--------------------+ +| 92 | CameraFocus | ++-------+--------------------+ +| 93 | CameraShutterSpeed | ++-------+--------------------+ +| 94 | Script1 | ++-------+--------------------+ +| 95 | Script2 | ++-------+--------------------+ +| 96 | Script3 | ++-------+--------------------+ +| 97 | Script4 | ++-------+--------------------+ +| 98 | Script5 | ++-------+--------------------+ +| 99 | Script6 | ++-------+--------------------+ +| 100 | Script7 | ++-------+--------------------+ +| 101 | Script8 | ++-------+--------------------+ +| 102 | Script9 | ++-------+--------------------+ +| 103 | Script10 | ++-------+--------------------+ +| 104 | Script11 | ++-------+--------------------+ +| 105 | Script12 | ++-------+--------------------+ +| 106 | Script13 | ++-------+--------------------+ +| 107 | Script14 | ++-------+--------------------+ +| 108 | Script15 | ++-------+--------------------+ +| 109 | Script16 | ++-------+--------------------+ +| 120 | NeoPixel1 | ++-------+--------------------+ +| 121 | NeoPixel2 | ++-------+--------------------+ +| 122 | NeoPixel3 | ++-------+--------------------+ +| 123 | NeoPixel4 | ++-------+--------------------+ +| 128 | WingSailElevator | ++-------+--------------------+ +| 129 | ProfiLED1 | ++-------+--------------------+ +| 130 | ProfiLED2 | ++-------+--------------------+ +| 131 | ProfiLED3 | ++-------+--------------------+ +| 132 | ProfiLEDClock | ++-------+--------------------+ +| 133 | Winch Clutch | ++-------+--------------------+ +| 134 | SERVOn_MIN | ++-------+--------------------+ +| 135 | SERVOn_TRIM | ++-------+--------------------+ +| 136 | SERVOn_MAX | ++-------+--------------------+ +| 137 | SailMastRotation | ++-------+--------------------+ +| 138 | Alarm | ++-------+--------------------+ +| 139 | Alarm Inverted | ++-------+--------------------+ +| 140 | RCIN1Scaled | ++-------+--------------------+ +| 141 | RCIN2Scaled | ++-------+--------------------+ +| 142 | RCIN3Scaled | ++-------+--------------------+ +| 143 | RCIN4Scaled | ++-------+--------------------+ +| 144 | RCIN5Scaled | ++-------+--------------------+ +| 145 | RCIN6Scaled | ++-------+--------------------+ +| 146 | RCIN7Scaled | ++-------+--------------------+ +| 147 | RCIN8Scaled | ++-------+--------------------+ +| 148 | RCIN9Scaled | ++-------+--------------------+ +| 149 | RCIN10Scaled | ++-------+--------------------+ +| 150 | RCIN11Scaled | ++-------+--------------------+ +| 151 | RCIN12Scaled | ++-------+--------------------+ +| 152 | RCIN13Scaled | ++-------+--------------------+ +| 153 | RCIN14Scaled | ++-------+--------------------+ +| 154 | RCIN15Scaled | ++-------+--------------------+ +| 155 | RCIN16Scaled | ++-------+--------------------+ + + + + + +.. _parameters_SERVO16_: + +SERVO16\_ Parameters +-------------------- + + +.. _SERVO16_MIN: + +SERVO16\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO16_MAX: + +SERVO16\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO16_TRIM: + +SERVO16\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO16_REVERSED: + +SERVO16\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _SERVO16_FUNCTION: + +SERVO16\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++-------+--------------------+ +| Value | Meaning | ++=======+====================+ +| -1 | GPIO | ++-------+--------------------+ +| 0 | Disabled | ++-------+--------------------+ +| 1 | RCPassThru | ++-------+--------------------+ +| 6 | Mount1Yaw | ++-------+--------------------+ +| 7 | Mount1Pitch | ++-------+--------------------+ +| 8 | Mount1Roll | ++-------+--------------------+ +| 9 | Mount1Retract | ++-------+--------------------+ +| 10 | CameraTrigger | ++-------+--------------------+ +| 12 | Mount2Yaw | ++-------+--------------------+ +| 13 | Mount2Pitch | ++-------+--------------------+ +| 14 | Mount2Roll | ++-------+--------------------+ +| 15 | Mount2Retract | ++-------+--------------------+ +| 22 | SprayerPump | ++-------+--------------------+ +| 23 | SprayerSpinner | ++-------+--------------------+ +| 26 | GroundSteering | ++-------+--------------------+ +| 28 | Gripper | ++-------+--------------------+ +| 33 | Motor1 | ++-------+--------------------+ +| 34 | Motor2 | ++-------+--------------------+ +| 35 | Motor3 | ++-------+--------------------+ +| 36 | Motor4 | ++-------+--------------------+ +| 51 | RCIN1 | ++-------+--------------------+ +| 52 | RCIN2 | ++-------+--------------------+ +| 53 | RCIN3 | ++-------+--------------------+ +| 54 | RCIN4 | ++-------+--------------------+ +| 55 | RCIN5 | ++-------+--------------------+ +| 56 | RCIN6 | ++-------+--------------------+ +| 57 | RCIN7 | ++-------+--------------------+ +| 58 | RCIN8 | ++-------+--------------------+ +| 59 | RCIN9 | ++-------+--------------------+ +| 60 | RCIN10 | ++-------+--------------------+ +| 61 | RCIN11 | ++-------+--------------------+ +| 62 | RCIN12 | ++-------+--------------------+ +| 63 | RCIN13 | ++-------+--------------------+ +| 64 | RCIN14 | ++-------+--------------------+ +| 65 | RCIN15 | ++-------+--------------------+ +| 66 | RCIN16 | ++-------+--------------------+ +| 70 | Throttle | ++-------+--------------------+ +| 73 | ThrottleLeft | ++-------+--------------------+ +| 74 | ThrottleRight | ++-------+--------------------+ +| 88 | Winch | ++-------+--------------------+ +| 89 | Main Sail | ++-------+--------------------+ +| 90 | CameraISO | ++-------+--------------------+ +| 91 | CameraAperture | ++-------+--------------------+ +| 92 | CameraFocus | ++-------+--------------------+ +| 93 | CameraShutterSpeed | ++-------+--------------------+ +| 94 | Script1 | ++-------+--------------------+ +| 95 | Script2 | ++-------+--------------------+ +| 96 | Script3 | ++-------+--------------------+ +| 97 | Script4 | ++-------+--------------------+ +| 98 | Script5 | ++-------+--------------------+ +| 99 | Script6 | ++-------+--------------------+ +| 100 | Script7 | ++-------+--------------------+ +| 101 | Script8 | ++-------+--------------------+ +| 102 | Script9 | ++-------+--------------------+ +| 103 | Script10 | ++-------+--------------------+ +| 104 | Script11 | ++-------+--------------------+ +| 105 | Script12 | ++-------+--------------------+ +| 106 | Script13 | ++-------+--------------------+ +| 107 | Script14 | ++-------+--------------------+ +| 108 | Script15 | ++-------+--------------------+ +| 109 | Script16 | ++-------+--------------------+ +| 120 | NeoPixel1 | ++-------+--------------------+ +| 121 | NeoPixel2 | ++-------+--------------------+ +| 122 | NeoPixel3 | ++-------+--------------------+ +| 123 | NeoPixel4 | ++-------+--------------------+ +| 128 | WingSailElevator | ++-------+--------------------+ +| 129 | ProfiLED1 | ++-------+--------------------+ +| 130 | ProfiLED2 | ++-------+--------------------+ +| 131 | ProfiLED3 | ++-------+--------------------+ +| 132 | ProfiLEDClock | ++-------+--------------------+ +| 133 | Winch Clutch | ++-------+--------------------+ +| 134 | SERVOn_MIN | ++-------+--------------------+ +| 135 | SERVOn_TRIM | ++-------+--------------------+ +| 136 | SERVOn_MAX | ++-------+--------------------+ +| 137 | SailMastRotation | ++-------+--------------------+ +| 138 | Alarm | ++-------+--------------------+ +| 139 | Alarm Inverted | ++-------+--------------------+ +| 140 | RCIN1Scaled | ++-------+--------------------+ +| 141 | RCIN2Scaled | ++-------+--------------------+ +| 142 | RCIN3Scaled | ++-------+--------------------+ +| 143 | RCIN4Scaled | ++-------+--------------------+ +| 144 | RCIN5Scaled | ++-------+--------------------+ +| 145 | RCIN6Scaled | ++-------+--------------------+ +| 146 | RCIN7Scaled | ++-------+--------------------+ +| 147 | RCIN8Scaled | ++-------+--------------------+ +| 148 | RCIN9Scaled | ++-------+--------------------+ +| 149 | RCIN10Scaled | ++-------+--------------------+ +| 150 | RCIN11Scaled | ++-------+--------------------+ +| 151 | RCIN12Scaled | ++-------+--------------------+ +| 152 | RCIN13Scaled | ++-------+--------------------+ +| 153 | RCIN14Scaled | ++-------+--------------------+ +| 154 | RCIN15Scaled | ++-------+--------------------+ +| 155 | RCIN16Scaled | ++-------+--------------------+ + + + + + +.. _parameters_SERVO17_: + +SERVO17\_ Parameters +-------------------- + + +.. _SERVO17_MIN: + +SERVO17\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO17_MAX: + +SERVO17\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO17_TRIM: + +SERVO17\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO17_REVERSED: + +SERVO17\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _SERVO17_FUNCTION: + +SERVO17\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++-------+--------------------+ +| Value | Meaning | ++=======+====================+ +| -1 | GPIO | ++-------+--------------------+ +| 0 | Disabled | ++-------+--------------------+ +| 1 | RCPassThru | ++-------+--------------------+ +| 6 | Mount1Yaw | ++-------+--------------------+ +| 7 | Mount1Pitch | ++-------+--------------------+ +| 8 | Mount1Roll | ++-------+--------------------+ +| 9 | Mount1Retract | ++-------+--------------------+ +| 10 | CameraTrigger | ++-------+--------------------+ +| 12 | Mount2Yaw | ++-------+--------------------+ +| 13 | Mount2Pitch | ++-------+--------------------+ +| 14 | Mount2Roll | ++-------+--------------------+ +| 15 | Mount2Retract | ++-------+--------------------+ +| 22 | SprayerPump | ++-------+--------------------+ +| 23 | SprayerSpinner | ++-------+--------------------+ +| 26 | GroundSteering | ++-------+--------------------+ +| 28 | Gripper | ++-------+--------------------+ +| 33 | Motor1 | ++-------+--------------------+ +| 34 | Motor2 | ++-------+--------------------+ +| 35 | Motor3 | ++-------+--------------------+ +| 36 | Motor4 | ++-------+--------------------+ +| 51 | RCIN1 | ++-------+--------------------+ +| 52 | RCIN2 | ++-------+--------------------+ +| 53 | RCIN3 | ++-------+--------------------+ +| 54 | RCIN4 | ++-------+--------------------+ +| 55 | RCIN5 | ++-------+--------------------+ +| 56 | RCIN6 | ++-------+--------------------+ +| 57 | RCIN7 | ++-------+--------------------+ +| 58 | RCIN8 | ++-------+--------------------+ +| 59 | RCIN9 | ++-------+--------------------+ +| 60 | RCIN10 | ++-------+--------------------+ +| 61 | RCIN11 | ++-------+--------------------+ +| 62 | RCIN12 | ++-------+--------------------+ +| 63 | RCIN13 | ++-------+--------------------+ +| 64 | RCIN14 | ++-------+--------------------+ +| 65 | RCIN15 | ++-------+--------------------+ +| 66 | RCIN16 | ++-------+--------------------+ +| 70 | Throttle | ++-------+--------------------+ +| 73 | ThrottleLeft | ++-------+--------------------+ +| 74 | ThrottleRight | ++-------+--------------------+ +| 88 | Winch | ++-------+--------------------+ +| 89 | Main Sail | ++-------+--------------------+ +| 90 | CameraISO | ++-------+--------------------+ +| 91 | CameraAperture | ++-------+--------------------+ +| 92 | CameraFocus | ++-------+--------------------+ +| 93 | CameraShutterSpeed | ++-------+--------------------+ +| 94 | Script1 | ++-------+--------------------+ +| 95 | Script2 | ++-------+--------------------+ +| 96 | Script3 | ++-------+--------------------+ +| 97 | Script4 | ++-------+--------------------+ +| 98 | Script5 | ++-------+--------------------+ +| 99 | Script6 | ++-------+--------------------+ +| 100 | Script7 | ++-------+--------------------+ +| 101 | Script8 | ++-------+--------------------+ +| 102 | Script9 | ++-------+--------------------+ +| 103 | Script10 | ++-------+--------------------+ +| 104 | Script11 | ++-------+--------------------+ +| 105 | Script12 | ++-------+--------------------+ +| 106 | Script13 | ++-------+--------------------+ +| 107 | Script14 | ++-------+--------------------+ +| 108 | Script15 | ++-------+--------------------+ +| 109 | Script16 | ++-------+--------------------+ +| 120 | NeoPixel1 | ++-------+--------------------+ +| 121 | NeoPixel2 | ++-------+--------------------+ +| 122 | NeoPixel3 | ++-------+--------------------+ +| 123 | NeoPixel4 | ++-------+--------------------+ +| 128 | WingSailElevator | ++-------+--------------------+ +| 129 | ProfiLED1 | ++-------+--------------------+ +| 130 | ProfiLED2 | ++-------+--------------------+ +| 131 | ProfiLED3 | ++-------+--------------------+ +| 132 | ProfiLEDClock | ++-------+--------------------+ +| 133 | Winch Clutch | ++-------+--------------------+ +| 134 | SERVOn_MIN | ++-------+--------------------+ +| 135 | SERVOn_TRIM | ++-------+--------------------+ +| 136 | SERVOn_MAX | ++-------+--------------------+ +| 137 | SailMastRotation | ++-------+--------------------+ +| 138 | Alarm | ++-------+--------------------+ +| 139 | Alarm Inverted | ++-------+--------------------+ +| 140 | RCIN1Scaled | ++-------+--------------------+ +| 141 | RCIN2Scaled | ++-------+--------------------+ +| 142 | RCIN3Scaled | ++-------+--------------------+ +| 143 | RCIN4Scaled | ++-------+--------------------+ +| 144 | RCIN5Scaled | ++-------+--------------------+ +| 145 | RCIN6Scaled | ++-------+--------------------+ +| 146 | RCIN7Scaled | ++-------+--------------------+ +| 147 | RCIN8Scaled | ++-------+--------------------+ +| 148 | RCIN9Scaled | ++-------+--------------------+ +| 149 | RCIN10Scaled | ++-------+--------------------+ +| 150 | RCIN11Scaled | ++-------+--------------------+ +| 151 | RCIN12Scaled | ++-------+--------------------+ +| 152 | RCIN13Scaled | ++-------+--------------------+ +| 153 | RCIN14Scaled | ++-------+--------------------+ +| 154 | RCIN15Scaled | ++-------+--------------------+ +| 155 | RCIN16Scaled | ++-------+--------------------+ + + + + + +.. _parameters_SERVO18_: + +SERVO18\_ Parameters +-------------------- + + +.. _SERVO18_MIN: + +SERVO18\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO18_MAX: + +SERVO18\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO18_TRIM: + +SERVO18\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO18_REVERSED: + +SERVO18\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _SERVO18_FUNCTION: + +SERVO18\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++-------+--------------------+ +| Value | Meaning | ++=======+====================+ +| -1 | GPIO | ++-------+--------------------+ +| 0 | Disabled | ++-------+--------------------+ +| 1 | RCPassThru | ++-------+--------------------+ +| 6 | Mount1Yaw | ++-------+--------------------+ +| 7 | Mount1Pitch | ++-------+--------------------+ +| 8 | Mount1Roll | ++-------+--------------------+ +| 9 | Mount1Retract | ++-------+--------------------+ +| 10 | CameraTrigger | ++-------+--------------------+ +| 12 | Mount2Yaw | ++-------+--------------------+ +| 13 | Mount2Pitch | ++-------+--------------------+ +| 14 | Mount2Roll | ++-------+--------------------+ +| 15 | Mount2Retract | ++-------+--------------------+ +| 22 | SprayerPump | ++-------+--------------------+ +| 23 | SprayerSpinner | ++-------+--------------------+ +| 26 | GroundSteering | ++-------+--------------------+ +| 28 | Gripper | ++-------+--------------------+ +| 33 | Motor1 | ++-------+--------------------+ +| 34 | Motor2 | ++-------+--------------------+ +| 35 | Motor3 | ++-------+--------------------+ +| 36 | Motor4 | ++-------+--------------------+ +| 51 | RCIN1 | ++-------+--------------------+ +| 52 | RCIN2 | ++-------+--------------------+ +| 53 | RCIN3 | ++-------+--------------------+ +| 54 | RCIN4 | ++-------+--------------------+ +| 55 | RCIN5 | ++-------+--------------------+ +| 56 | RCIN6 | ++-------+--------------------+ +| 57 | RCIN7 | ++-------+--------------------+ +| 58 | RCIN8 | ++-------+--------------------+ +| 59 | RCIN9 | ++-------+--------------------+ +| 60 | RCIN10 | ++-------+--------------------+ +| 61 | RCIN11 | ++-------+--------------------+ +| 62 | RCIN12 | ++-------+--------------------+ +| 63 | RCIN13 | ++-------+--------------------+ +| 64 | RCIN14 | ++-------+--------------------+ +| 65 | RCIN15 | ++-------+--------------------+ +| 66 | RCIN16 | ++-------+--------------------+ +| 70 | Throttle | ++-------+--------------------+ +| 73 | ThrottleLeft | ++-------+--------------------+ +| 74 | ThrottleRight | ++-------+--------------------+ +| 88 | Winch | ++-------+--------------------+ +| 89 | Main Sail | ++-------+--------------------+ +| 90 | CameraISO | ++-------+--------------------+ +| 91 | CameraAperture | ++-------+--------------------+ +| 92 | CameraFocus | ++-------+--------------------+ +| 93 | CameraShutterSpeed | ++-------+--------------------+ +| 94 | Script1 | ++-------+--------------------+ +| 95 | Script2 | ++-------+--------------------+ +| 96 | Script3 | ++-------+--------------------+ +| 97 | Script4 | ++-------+--------------------+ +| 98 | Script5 | ++-------+--------------------+ +| 99 | Script6 | ++-------+--------------------+ +| 100 | Script7 | ++-------+--------------------+ +| 101 | Script8 | ++-------+--------------------+ +| 102 | Script9 | ++-------+--------------------+ +| 103 | Script10 | ++-------+--------------------+ +| 104 | Script11 | ++-------+--------------------+ +| 105 | Script12 | ++-------+--------------------+ +| 106 | Script13 | ++-------+--------------------+ +| 107 | Script14 | ++-------+--------------------+ +| 108 | Script15 | ++-------+--------------------+ +| 109 | Script16 | ++-------+--------------------+ +| 120 | NeoPixel1 | ++-------+--------------------+ +| 121 | NeoPixel2 | ++-------+--------------------+ +| 122 | NeoPixel3 | ++-------+--------------------+ +| 123 | NeoPixel4 | ++-------+--------------------+ +| 128 | WingSailElevator | ++-------+--------------------+ +| 129 | ProfiLED1 | ++-------+--------------------+ +| 130 | ProfiLED2 | ++-------+--------------------+ +| 131 | ProfiLED3 | ++-------+--------------------+ +| 132 | ProfiLEDClock | ++-------+--------------------+ +| 133 | Winch Clutch | ++-------+--------------------+ +| 134 | SERVOn_MIN | ++-------+--------------------+ +| 135 | SERVOn_TRIM | ++-------+--------------------+ +| 136 | SERVOn_MAX | ++-------+--------------------+ +| 137 | SailMastRotation | ++-------+--------------------+ +| 138 | Alarm | ++-------+--------------------+ +| 139 | Alarm Inverted | ++-------+--------------------+ +| 140 | RCIN1Scaled | ++-------+--------------------+ +| 141 | RCIN2Scaled | ++-------+--------------------+ +| 142 | RCIN3Scaled | ++-------+--------------------+ +| 143 | RCIN4Scaled | ++-------+--------------------+ +| 144 | RCIN5Scaled | ++-------+--------------------+ +| 145 | RCIN6Scaled | ++-------+--------------------+ +| 146 | RCIN7Scaled | ++-------+--------------------+ +| 147 | RCIN8Scaled | ++-------+--------------------+ +| 148 | RCIN9Scaled | ++-------+--------------------+ +| 149 | RCIN10Scaled | ++-------+--------------------+ +| 150 | RCIN11Scaled | ++-------+--------------------+ +| 151 | RCIN12Scaled | ++-------+--------------------+ +| 152 | RCIN13Scaled | ++-------+--------------------+ +| 153 | RCIN14Scaled | ++-------+--------------------+ +| 154 | RCIN15Scaled | ++-------+--------------------+ +| 155 | RCIN16Scaled | ++-------+--------------------+ + + + + + +.. _parameters_SERVO19_: + +SERVO19\_ Parameters +-------------------- + + +.. _SERVO19_MIN: + +SERVO19\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO19_MAX: + +SERVO19\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO19_TRIM: + +SERVO19\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO19_REVERSED: + +SERVO19\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _SERVO19_FUNCTION: + +SERVO19\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++-------+--------------------+ +| Value | Meaning | ++=======+====================+ +| -1 | GPIO | ++-------+--------------------+ +| 0 | Disabled | ++-------+--------------------+ +| 1 | RCPassThru | ++-------+--------------------+ +| 6 | Mount1Yaw | ++-------+--------------------+ +| 7 | Mount1Pitch | ++-------+--------------------+ +| 8 | Mount1Roll | ++-------+--------------------+ +| 9 | Mount1Retract | ++-------+--------------------+ +| 10 | CameraTrigger | ++-------+--------------------+ +| 12 | Mount2Yaw | ++-------+--------------------+ +| 13 | Mount2Pitch | ++-------+--------------------+ +| 14 | Mount2Roll | ++-------+--------------------+ +| 15 | Mount2Retract | ++-------+--------------------+ +| 22 | SprayerPump | ++-------+--------------------+ +| 23 | SprayerSpinner | ++-------+--------------------+ +| 26 | GroundSteering | ++-------+--------------------+ +| 28 | Gripper | ++-------+--------------------+ +| 33 | Motor1 | ++-------+--------------------+ +| 34 | Motor2 | ++-------+--------------------+ +| 35 | Motor3 | ++-------+--------------------+ +| 36 | Motor4 | ++-------+--------------------+ +| 51 | RCIN1 | ++-------+--------------------+ +| 52 | RCIN2 | ++-------+--------------------+ +| 53 | RCIN3 | ++-------+--------------------+ +| 54 | RCIN4 | ++-------+--------------------+ +| 55 | RCIN5 | ++-------+--------------------+ +| 56 | RCIN6 | ++-------+--------------------+ +| 57 | RCIN7 | ++-------+--------------------+ +| 58 | RCIN8 | ++-------+--------------------+ +| 59 | RCIN9 | ++-------+--------------------+ +| 60 | RCIN10 | ++-------+--------------------+ +| 61 | RCIN11 | ++-------+--------------------+ +| 62 | RCIN12 | ++-------+--------------------+ +| 63 | RCIN13 | ++-------+--------------------+ +| 64 | RCIN14 | ++-------+--------------------+ +| 65 | RCIN15 | ++-------+--------------------+ +| 66 | RCIN16 | ++-------+--------------------+ +| 70 | Throttle | ++-------+--------------------+ +| 73 | ThrottleLeft | ++-------+--------------------+ +| 74 | ThrottleRight | ++-------+--------------------+ +| 88 | Winch | ++-------+--------------------+ +| 89 | Main Sail | ++-------+--------------------+ +| 90 | CameraISO | ++-------+--------------------+ +| 91 | CameraAperture | ++-------+--------------------+ +| 92 | CameraFocus | ++-------+--------------------+ +| 93 | CameraShutterSpeed | ++-------+--------------------+ +| 94 | Script1 | ++-------+--------------------+ +| 95 | Script2 | ++-------+--------------------+ +| 96 | Script3 | ++-------+--------------------+ +| 97 | Script4 | ++-------+--------------------+ +| 98 | Script5 | ++-------+--------------------+ +| 99 | Script6 | ++-------+--------------------+ +| 100 | Script7 | ++-------+--------------------+ +| 101 | Script8 | ++-------+--------------------+ +| 102 | Script9 | ++-------+--------------------+ +| 103 | Script10 | ++-------+--------------------+ +| 104 | Script11 | ++-------+--------------------+ +| 105 | Script12 | ++-------+--------------------+ +| 106 | Script13 | ++-------+--------------------+ +| 107 | Script14 | ++-------+--------------------+ +| 108 | Script15 | ++-------+--------------------+ +| 109 | Script16 | ++-------+--------------------+ +| 120 | NeoPixel1 | ++-------+--------------------+ +| 121 | NeoPixel2 | ++-------+--------------------+ +| 122 | NeoPixel3 | ++-------+--------------------+ +| 123 | NeoPixel4 | ++-------+--------------------+ +| 128 | WingSailElevator | ++-------+--------------------+ +| 129 | ProfiLED1 | ++-------+--------------------+ +| 130 | ProfiLED2 | ++-------+--------------------+ +| 131 | ProfiLED3 | ++-------+--------------------+ +| 132 | ProfiLEDClock | ++-------+--------------------+ +| 133 | Winch Clutch | ++-------+--------------------+ +| 134 | SERVOn_MIN | ++-------+--------------------+ +| 135 | SERVOn_TRIM | ++-------+--------------------+ +| 136 | SERVOn_MAX | ++-------+--------------------+ +| 137 | SailMastRotation | ++-------+--------------------+ +| 138 | Alarm | ++-------+--------------------+ +| 139 | Alarm Inverted | ++-------+--------------------+ +| 140 | RCIN1Scaled | ++-------+--------------------+ +| 141 | RCIN2Scaled | ++-------+--------------------+ +| 142 | RCIN3Scaled | ++-------+--------------------+ +| 143 | RCIN4Scaled | ++-------+--------------------+ +| 144 | RCIN5Scaled | ++-------+--------------------+ +| 145 | RCIN6Scaled | ++-------+--------------------+ +| 146 | RCIN7Scaled | ++-------+--------------------+ +| 147 | RCIN8Scaled | ++-------+--------------------+ +| 148 | RCIN9Scaled | ++-------+--------------------+ +| 149 | RCIN10Scaled | ++-------+--------------------+ +| 150 | RCIN11Scaled | ++-------+--------------------+ +| 151 | RCIN12Scaled | ++-------+--------------------+ +| 152 | RCIN13Scaled | ++-------+--------------------+ +| 153 | RCIN14Scaled | ++-------+--------------------+ +| 154 | RCIN15Scaled | ++-------+--------------------+ +| 155 | RCIN16Scaled | ++-------+--------------------+ + + + + + +.. _parameters_SERVO1_: + +SERVO1\_ Parameters +------------------- + + +.. _SERVO1_MIN: + +SERVO1\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO1_MAX: + +SERVO1\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO1_TRIM: + +SERVO1\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO1_REVERSED: + +SERVO1\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _SERVO1_FUNCTION: + +SERVO1\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++-------+--------------------+ +| Value | Meaning | ++=======+====================+ +| -1 | GPIO | ++-------+--------------------+ +| 0 | Disabled | ++-------+--------------------+ +| 1 | RCPassThru | ++-------+--------------------+ +| 6 | Mount1Yaw | ++-------+--------------------+ +| 7 | Mount1Pitch | ++-------+--------------------+ +| 8 | Mount1Roll | ++-------+--------------------+ +| 9 | Mount1Retract | ++-------+--------------------+ +| 10 | CameraTrigger | ++-------+--------------------+ +| 12 | Mount2Yaw | ++-------+--------------------+ +| 13 | Mount2Pitch | ++-------+--------------------+ +| 14 | Mount2Roll | ++-------+--------------------+ +| 15 | Mount2Retract | ++-------+--------------------+ +| 22 | SprayerPump | ++-------+--------------------+ +| 23 | SprayerSpinner | ++-------+--------------------+ +| 26 | GroundSteering | ++-------+--------------------+ +| 28 | Gripper | ++-------+--------------------+ +| 33 | Motor1 | ++-------+--------------------+ +| 34 | Motor2 | ++-------+--------------------+ +| 35 | Motor3 | ++-------+--------------------+ +| 36 | Motor4 | ++-------+--------------------+ +| 51 | RCIN1 | ++-------+--------------------+ +| 52 | RCIN2 | ++-------+--------------------+ +| 53 | RCIN3 | ++-------+--------------------+ +| 54 | RCIN4 | ++-------+--------------------+ +| 55 | RCIN5 | ++-------+--------------------+ +| 56 | RCIN6 | ++-------+--------------------+ +| 57 | RCIN7 | ++-------+--------------------+ +| 58 | RCIN8 | ++-------+--------------------+ +| 59 | RCIN9 | ++-------+--------------------+ +| 60 | RCIN10 | ++-------+--------------------+ +| 61 | RCIN11 | ++-------+--------------------+ +| 62 | RCIN12 | ++-------+--------------------+ +| 63 | RCIN13 | ++-------+--------------------+ +| 64 | RCIN14 | ++-------+--------------------+ +| 65 | RCIN15 | ++-------+--------------------+ +| 66 | RCIN16 | ++-------+--------------------+ +| 70 | Throttle | ++-------+--------------------+ +| 73 | ThrottleLeft | ++-------+--------------------+ +| 74 | ThrottleRight | ++-------+--------------------+ +| 88 | Winch | ++-------+--------------------+ +| 89 | Main Sail | ++-------+--------------------+ +| 90 | CameraISO | ++-------+--------------------+ +| 91 | CameraAperture | ++-------+--------------------+ +| 92 | CameraFocus | ++-------+--------------------+ +| 93 | CameraShutterSpeed | ++-------+--------------------+ +| 94 | Script1 | ++-------+--------------------+ +| 95 | Script2 | ++-------+--------------------+ +| 96 | Script3 | ++-------+--------------------+ +| 97 | Script4 | ++-------+--------------------+ +| 98 | Script5 | ++-------+--------------------+ +| 99 | Script6 | ++-------+--------------------+ +| 100 | Script7 | ++-------+--------------------+ +| 101 | Script8 | ++-------+--------------------+ +| 102 | Script9 | ++-------+--------------------+ +| 103 | Script10 | ++-------+--------------------+ +| 104 | Script11 | ++-------+--------------------+ +| 105 | Script12 | ++-------+--------------------+ +| 106 | Script13 | ++-------+--------------------+ +| 107 | Script14 | ++-------+--------------------+ +| 108 | Script15 | ++-------+--------------------+ +| 109 | Script16 | ++-------+--------------------+ +| 120 | NeoPixel1 | ++-------+--------------------+ +| 121 | NeoPixel2 | ++-------+--------------------+ +| 122 | NeoPixel3 | ++-------+--------------------+ +| 123 | NeoPixel4 | ++-------+--------------------+ +| 128 | WingSailElevator | ++-------+--------------------+ +| 129 | ProfiLED1 | ++-------+--------------------+ +| 130 | ProfiLED2 | ++-------+--------------------+ +| 131 | ProfiLED3 | ++-------+--------------------+ +| 132 | ProfiLEDClock | ++-------+--------------------+ +| 133 | Winch Clutch | ++-------+--------------------+ +| 134 | SERVOn_MIN | ++-------+--------------------+ +| 135 | SERVOn_TRIM | ++-------+--------------------+ +| 136 | SERVOn_MAX | ++-------+--------------------+ +| 137 | SailMastRotation | ++-------+--------------------+ +| 138 | Alarm | ++-------+--------------------+ +| 139 | Alarm Inverted | ++-------+--------------------+ +| 140 | RCIN1Scaled | ++-------+--------------------+ +| 141 | RCIN2Scaled | ++-------+--------------------+ +| 142 | RCIN3Scaled | ++-------+--------------------+ +| 143 | RCIN4Scaled | ++-------+--------------------+ +| 144 | RCIN5Scaled | ++-------+--------------------+ +| 145 | RCIN6Scaled | ++-------+--------------------+ +| 146 | RCIN7Scaled | ++-------+--------------------+ +| 147 | RCIN8Scaled | ++-------+--------------------+ +| 148 | RCIN9Scaled | ++-------+--------------------+ +| 149 | RCIN10Scaled | ++-------+--------------------+ +| 150 | RCIN11Scaled | ++-------+--------------------+ +| 151 | RCIN12Scaled | ++-------+--------------------+ +| 152 | RCIN13Scaled | ++-------+--------------------+ +| 153 | RCIN14Scaled | ++-------+--------------------+ +| 154 | RCIN15Scaled | ++-------+--------------------+ +| 155 | RCIN16Scaled | ++-------+--------------------+ + + + + + +.. _parameters_SERVO20_: + +SERVO20\_ Parameters +-------------------- + + +.. _SERVO20_MIN: + +SERVO20\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO20_MAX: + +SERVO20\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO20_TRIM: + +SERVO20\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO20_REVERSED: + +SERVO20\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _SERVO20_FUNCTION: + +SERVO20\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++-------+--------------------+ +| Value | Meaning | ++=======+====================+ +| -1 | GPIO | ++-------+--------------------+ +| 0 | Disabled | ++-------+--------------------+ +| 1 | RCPassThru | ++-------+--------------------+ +| 6 | Mount1Yaw | ++-------+--------------------+ +| 7 | Mount1Pitch | ++-------+--------------------+ +| 8 | Mount1Roll | ++-------+--------------------+ +| 9 | Mount1Retract | ++-------+--------------------+ +| 10 | CameraTrigger | ++-------+--------------------+ +| 12 | Mount2Yaw | ++-------+--------------------+ +| 13 | Mount2Pitch | ++-------+--------------------+ +| 14 | Mount2Roll | ++-------+--------------------+ +| 15 | Mount2Retract | ++-------+--------------------+ +| 22 | SprayerPump | ++-------+--------------------+ +| 23 | SprayerSpinner | ++-------+--------------------+ +| 26 | GroundSteering | ++-------+--------------------+ +| 28 | Gripper | ++-------+--------------------+ +| 33 | Motor1 | ++-------+--------------------+ +| 34 | Motor2 | ++-------+--------------------+ +| 35 | Motor3 | ++-------+--------------------+ +| 36 | Motor4 | ++-------+--------------------+ +| 51 | RCIN1 | ++-------+--------------------+ +| 52 | RCIN2 | ++-------+--------------------+ +| 53 | RCIN3 | ++-------+--------------------+ +| 54 | RCIN4 | ++-------+--------------------+ +| 55 | RCIN5 | ++-------+--------------------+ +| 56 | RCIN6 | ++-------+--------------------+ +| 57 | RCIN7 | ++-------+--------------------+ +| 58 | RCIN8 | ++-------+--------------------+ +| 59 | RCIN9 | ++-------+--------------------+ +| 60 | RCIN10 | ++-------+--------------------+ +| 61 | RCIN11 | ++-------+--------------------+ +| 62 | RCIN12 | ++-------+--------------------+ +| 63 | RCIN13 | ++-------+--------------------+ +| 64 | RCIN14 | ++-------+--------------------+ +| 65 | RCIN15 | ++-------+--------------------+ +| 66 | RCIN16 | ++-------+--------------------+ +| 70 | Throttle | ++-------+--------------------+ +| 73 | ThrottleLeft | ++-------+--------------------+ +| 74 | ThrottleRight | ++-------+--------------------+ +| 88 | Winch | ++-------+--------------------+ +| 89 | Main Sail | ++-------+--------------------+ +| 90 | CameraISO | ++-------+--------------------+ +| 91 | CameraAperture | ++-------+--------------------+ +| 92 | CameraFocus | ++-------+--------------------+ +| 93 | CameraShutterSpeed | ++-------+--------------------+ +| 94 | Script1 | ++-------+--------------------+ +| 95 | Script2 | ++-------+--------------------+ +| 96 | Script3 | ++-------+--------------------+ +| 97 | Script4 | ++-------+--------------------+ +| 98 | Script5 | ++-------+--------------------+ +| 99 | Script6 | ++-------+--------------------+ +| 100 | Script7 | ++-------+--------------------+ +| 101 | Script8 | ++-------+--------------------+ +| 102 | Script9 | ++-------+--------------------+ +| 103 | Script10 | ++-------+--------------------+ +| 104 | Script11 | ++-------+--------------------+ +| 105 | Script12 | ++-------+--------------------+ +| 106 | Script13 | ++-------+--------------------+ +| 107 | Script14 | ++-------+--------------------+ +| 108 | Script15 | ++-------+--------------------+ +| 109 | Script16 | ++-------+--------------------+ +| 120 | NeoPixel1 | ++-------+--------------------+ +| 121 | NeoPixel2 | ++-------+--------------------+ +| 122 | NeoPixel3 | ++-------+--------------------+ +| 123 | NeoPixel4 | ++-------+--------------------+ +| 128 | WingSailElevator | ++-------+--------------------+ +| 129 | ProfiLED1 | ++-------+--------------------+ +| 130 | ProfiLED2 | ++-------+--------------------+ +| 131 | ProfiLED3 | ++-------+--------------------+ +| 132 | ProfiLEDClock | ++-------+--------------------+ +| 133 | Winch Clutch | ++-------+--------------------+ +| 134 | SERVOn_MIN | ++-------+--------------------+ +| 135 | SERVOn_TRIM | ++-------+--------------------+ +| 136 | SERVOn_MAX | ++-------+--------------------+ +| 137 | SailMastRotation | ++-------+--------------------+ +| 138 | Alarm | ++-------+--------------------+ +| 139 | Alarm Inverted | ++-------+--------------------+ +| 140 | RCIN1Scaled | ++-------+--------------------+ +| 141 | RCIN2Scaled | ++-------+--------------------+ +| 142 | RCIN3Scaled | ++-------+--------------------+ +| 143 | RCIN4Scaled | ++-------+--------------------+ +| 144 | RCIN5Scaled | ++-------+--------------------+ +| 145 | RCIN6Scaled | ++-------+--------------------+ +| 146 | RCIN7Scaled | ++-------+--------------------+ +| 147 | RCIN8Scaled | ++-------+--------------------+ +| 148 | RCIN9Scaled | ++-------+--------------------+ +| 149 | RCIN10Scaled | ++-------+--------------------+ +| 150 | RCIN11Scaled | ++-------+--------------------+ +| 151 | RCIN12Scaled | ++-------+--------------------+ +| 152 | RCIN13Scaled | ++-------+--------------------+ +| 153 | RCIN14Scaled | ++-------+--------------------+ +| 154 | RCIN15Scaled | ++-------+--------------------+ +| 155 | RCIN16Scaled | ++-------+--------------------+ + + + + + +.. _parameters_SERVO21_: + +SERVO21\_ Parameters +-------------------- + + +.. _SERVO21_MIN: + +SERVO21\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO21_MAX: + +SERVO21\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO21_TRIM: + +SERVO21\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO21_REVERSED: + +SERVO21\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _SERVO21_FUNCTION: + +SERVO21\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++-------+--------------------+ +| Value | Meaning | ++=======+====================+ +| -1 | GPIO | ++-------+--------------------+ +| 0 | Disabled | ++-------+--------------------+ +| 1 | RCPassThru | ++-------+--------------------+ +| 6 | Mount1Yaw | ++-------+--------------------+ +| 7 | Mount1Pitch | ++-------+--------------------+ +| 8 | Mount1Roll | ++-------+--------------------+ +| 9 | Mount1Retract | ++-------+--------------------+ +| 10 | CameraTrigger | ++-------+--------------------+ +| 12 | Mount2Yaw | ++-------+--------------------+ +| 13 | Mount2Pitch | ++-------+--------------------+ +| 14 | Mount2Roll | ++-------+--------------------+ +| 15 | Mount2Retract | ++-------+--------------------+ +| 22 | SprayerPump | ++-------+--------------------+ +| 23 | SprayerSpinner | ++-------+--------------------+ +| 26 | GroundSteering | ++-------+--------------------+ +| 28 | Gripper | ++-------+--------------------+ +| 33 | Motor1 | ++-------+--------------------+ +| 34 | Motor2 | ++-------+--------------------+ +| 35 | Motor3 | ++-------+--------------------+ +| 36 | Motor4 | ++-------+--------------------+ +| 51 | RCIN1 | ++-------+--------------------+ +| 52 | RCIN2 | ++-------+--------------------+ +| 53 | RCIN3 | ++-------+--------------------+ +| 54 | RCIN4 | ++-------+--------------------+ +| 55 | RCIN5 | ++-------+--------------------+ +| 56 | RCIN6 | ++-------+--------------------+ +| 57 | RCIN7 | ++-------+--------------------+ +| 58 | RCIN8 | ++-------+--------------------+ +| 59 | RCIN9 | ++-------+--------------------+ +| 60 | RCIN10 | ++-------+--------------------+ +| 61 | RCIN11 | ++-------+--------------------+ +| 62 | RCIN12 | ++-------+--------------------+ +| 63 | RCIN13 | ++-------+--------------------+ +| 64 | RCIN14 | ++-------+--------------------+ +| 65 | RCIN15 | ++-------+--------------------+ +| 66 | RCIN16 | ++-------+--------------------+ +| 70 | Throttle | ++-------+--------------------+ +| 73 | ThrottleLeft | ++-------+--------------------+ +| 74 | ThrottleRight | ++-------+--------------------+ +| 88 | Winch | ++-------+--------------------+ +| 89 | Main Sail | ++-------+--------------------+ +| 90 | CameraISO | ++-------+--------------------+ +| 91 | CameraAperture | ++-------+--------------------+ +| 92 | CameraFocus | ++-------+--------------------+ +| 93 | CameraShutterSpeed | ++-------+--------------------+ +| 94 | Script1 | ++-------+--------------------+ +| 95 | Script2 | ++-------+--------------------+ +| 96 | Script3 | ++-------+--------------------+ +| 97 | Script4 | ++-------+--------------------+ +| 98 | Script5 | ++-------+--------------------+ +| 99 | Script6 | ++-------+--------------------+ +| 100 | Script7 | ++-------+--------------------+ +| 101 | Script8 | ++-------+--------------------+ +| 102 | Script9 | ++-------+--------------------+ +| 103 | Script10 | ++-------+--------------------+ +| 104 | Script11 | ++-------+--------------------+ +| 105 | Script12 | ++-------+--------------------+ +| 106 | Script13 | ++-------+--------------------+ +| 107 | Script14 | ++-------+--------------------+ +| 108 | Script15 | ++-------+--------------------+ +| 109 | Script16 | ++-------+--------------------+ +| 120 | NeoPixel1 | ++-------+--------------------+ +| 121 | NeoPixel2 | ++-------+--------------------+ +| 122 | NeoPixel3 | ++-------+--------------------+ +| 123 | NeoPixel4 | ++-------+--------------------+ +| 128 | WingSailElevator | ++-------+--------------------+ +| 129 | ProfiLED1 | ++-------+--------------------+ +| 130 | ProfiLED2 | ++-------+--------------------+ +| 131 | ProfiLED3 | ++-------+--------------------+ +| 132 | ProfiLEDClock | ++-------+--------------------+ +| 133 | Winch Clutch | ++-------+--------------------+ +| 134 | SERVOn_MIN | ++-------+--------------------+ +| 135 | SERVOn_TRIM | ++-------+--------------------+ +| 136 | SERVOn_MAX | ++-------+--------------------+ +| 137 | SailMastRotation | ++-------+--------------------+ +| 138 | Alarm | ++-------+--------------------+ +| 139 | Alarm Inverted | ++-------+--------------------+ +| 140 | RCIN1Scaled | ++-------+--------------------+ +| 141 | RCIN2Scaled | ++-------+--------------------+ +| 142 | RCIN3Scaled | ++-------+--------------------+ +| 143 | RCIN4Scaled | ++-------+--------------------+ +| 144 | RCIN5Scaled | ++-------+--------------------+ +| 145 | RCIN6Scaled | ++-------+--------------------+ +| 146 | RCIN7Scaled | ++-------+--------------------+ +| 147 | RCIN8Scaled | ++-------+--------------------+ +| 148 | RCIN9Scaled | ++-------+--------------------+ +| 149 | RCIN10Scaled | ++-------+--------------------+ +| 150 | RCIN11Scaled | ++-------+--------------------+ +| 151 | RCIN12Scaled | ++-------+--------------------+ +| 152 | RCIN13Scaled | ++-------+--------------------+ +| 153 | RCIN14Scaled | ++-------+--------------------+ +| 154 | RCIN15Scaled | ++-------+--------------------+ +| 155 | RCIN16Scaled | ++-------+--------------------+ + + + + + +.. _parameters_SERVO22_: + +SERVO22\_ Parameters +-------------------- + + +.. _SERVO22_MIN: + +SERVO22\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO22_MAX: + +SERVO22\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO22_TRIM: + +SERVO22\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO22_REVERSED: + +SERVO22\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _SERVO22_FUNCTION: + +SERVO22\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++-------+--------------------+ +| Value | Meaning | ++=======+====================+ +| -1 | GPIO | ++-------+--------------------+ +| 0 | Disabled | ++-------+--------------------+ +| 1 | RCPassThru | ++-------+--------------------+ +| 6 | Mount1Yaw | ++-------+--------------------+ +| 7 | Mount1Pitch | ++-------+--------------------+ +| 8 | Mount1Roll | ++-------+--------------------+ +| 9 | Mount1Retract | ++-------+--------------------+ +| 10 | CameraTrigger | ++-------+--------------------+ +| 12 | Mount2Yaw | ++-------+--------------------+ +| 13 | Mount2Pitch | ++-------+--------------------+ +| 14 | Mount2Roll | ++-------+--------------------+ +| 15 | Mount2Retract | ++-------+--------------------+ +| 22 | SprayerPump | ++-------+--------------------+ +| 23 | SprayerSpinner | ++-------+--------------------+ +| 26 | GroundSteering | ++-------+--------------------+ +| 28 | Gripper | ++-------+--------------------+ +| 33 | Motor1 | ++-------+--------------------+ +| 34 | Motor2 | ++-------+--------------------+ +| 35 | Motor3 | ++-------+--------------------+ +| 36 | Motor4 | ++-------+--------------------+ +| 51 | RCIN1 | ++-------+--------------------+ +| 52 | RCIN2 | ++-------+--------------------+ +| 53 | RCIN3 | ++-------+--------------------+ +| 54 | RCIN4 | ++-------+--------------------+ +| 55 | RCIN5 | ++-------+--------------------+ +| 56 | RCIN6 | ++-------+--------------------+ +| 57 | RCIN7 | ++-------+--------------------+ +| 58 | RCIN8 | ++-------+--------------------+ +| 59 | RCIN9 | ++-------+--------------------+ +| 60 | RCIN10 | ++-------+--------------------+ +| 61 | RCIN11 | ++-------+--------------------+ +| 62 | RCIN12 | ++-------+--------------------+ +| 63 | RCIN13 | ++-------+--------------------+ +| 64 | RCIN14 | ++-------+--------------------+ +| 65 | RCIN15 | ++-------+--------------------+ +| 66 | RCIN16 | ++-------+--------------------+ +| 70 | Throttle | ++-------+--------------------+ +| 73 | ThrottleLeft | ++-------+--------------------+ +| 74 | ThrottleRight | ++-------+--------------------+ +| 88 | Winch | ++-------+--------------------+ +| 89 | Main Sail | ++-------+--------------------+ +| 90 | CameraISO | ++-------+--------------------+ +| 91 | CameraAperture | ++-------+--------------------+ +| 92 | CameraFocus | ++-------+--------------------+ +| 93 | CameraShutterSpeed | ++-------+--------------------+ +| 94 | Script1 | ++-------+--------------------+ +| 95 | Script2 | ++-------+--------------------+ +| 96 | Script3 | ++-------+--------------------+ +| 97 | Script4 | ++-------+--------------------+ +| 98 | Script5 | ++-------+--------------------+ +| 99 | Script6 | ++-------+--------------------+ +| 100 | Script7 | ++-------+--------------------+ +| 101 | Script8 | ++-------+--------------------+ +| 102 | Script9 | ++-------+--------------------+ +| 103 | Script10 | ++-------+--------------------+ +| 104 | Script11 | ++-------+--------------------+ +| 105 | Script12 | ++-------+--------------------+ +| 106 | Script13 | ++-------+--------------------+ +| 107 | Script14 | ++-------+--------------------+ +| 108 | Script15 | ++-------+--------------------+ +| 109 | Script16 | ++-------+--------------------+ +| 120 | NeoPixel1 | ++-------+--------------------+ +| 121 | NeoPixel2 | ++-------+--------------------+ +| 122 | NeoPixel3 | ++-------+--------------------+ +| 123 | NeoPixel4 | ++-------+--------------------+ +| 128 | WingSailElevator | ++-------+--------------------+ +| 129 | ProfiLED1 | ++-------+--------------------+ +| 130 | ProfiLED2 | ++-------+--------------------+ +| 131 | ProfiLED3 | ++-------+--------------------+ +| 132 | ProfiLEDClock | ++-------+--------------------+ +| 133 | Winch Clutch | ++-------+--------------------+ +| 134 | SERVOn_MIN | ++-------+--------------------+ +| 135 | SERVOn_TRIM | ++-------+--------------------+ +| 136 | SERVOn_MAX | ++-------+--------------------+ +| 137 | SailMastRotation | ++-------+--------------------+ +| 138 | Alarm | ++-------+--------------------+ +| 139 | Alarm Inverted | ++-------+--------------------+ +| 140 | RCIN1Scaled | ++-------+--------------------+ +| 141 | RCIN2Scaled | ++-------+--------------------+ +| 142 | RCIN3Scaled | ++-------+--------------------+ +| 143 | RCIN4Scaled | ++-------+--------------------+ +| 144 | RCIN5Scaled | ++-------+--------------------+ +| 145 | RCIN6Scaled | ++-------+--------------------+ +| 146 | RCIN7Scaled | ++-------+--------------------+ +| 147 | RCIN8Scaled | ++-------+--------------------+ +| 148 | RCIN9Scaled | ++-------+--------------------+ +| 149 | RCIN10Scaled | ++-------+--------------------+ +| 150 | RCIN11Scaled | ++-------+--------------------+ +| 151 | RCIN12Scaled | ++-------+--------------------+ +| 152 | RCIN13Scaled | ++-------+--------------------+ +| 153 | RCIN14Scaled | ++-------+--------------------+ +| 154 | RCIN15Scaled | ++-------+--------------------+ +| 155 | RCIN16Scaled | ++-------+--------------------+ + + + + + +.. _parameters_SERVO23_: + +SERVO23\_ Parameters +-------------------- + + +.. _SERVO23_MIN: + +SERVO23\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO23_MAX: + +SERVO23\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO23_TRIM: + +SERVO23\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO23_REVERSED: + +SERVO23\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _SERVO23_FUNCTION: + +SERVO23\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++-------+--------------------+ +| Value | Meaning | ++=======+====================+ +| -1 | GPIO | ++-------+--------------------+ +| 0 | Disabled | ++-------+--------------------+ +| 1 | RCPassThru | ++-------+--------------------+ +| 6 | Mount1Yaw | ++-------+--------------------+ +| 7 | Mount1Pitch | ++-------+--------------------+ +| 8 | Mount1Roll | ++-------+--------------------+ +| 9 | Mount1Retract | ++-------+--------------------+ +| 10 | CameraTrigger | ++-------+--------------------+ +| 12 | Mount2Yaw | ++-------+--------------------+ +| 13 | Mount2Pitch | ++-------+--------------------+ +| 14 | Mount2Roll | ++-------+--------------------+ +| 15 | Mount2Retract | ++-------+--------------------+ +| 22 | SprayerPump | ++-------+--------------------+ +| 23 | SprayerSpinner | ++-------+--------------------+ +| 26 | GroundSteering | ++-------+--------------------+ +| 28 | Gripper | ++-------+--------------------+ +| 33 | Motor1 | ++-------+--------------------+ +| 34 | Motor2 | ++-------+--------------------+ +| 35 | Motor3 | ++-------+--------------------+ +| 36 | Motor4 | ++-------+--------------------+ +| 51 | RCIN1 | ++-------+--------------------+ +| 52 | RCIN2 | ++-------+--------------------+ +| 53 | RCIN3 | ++-------+--------------------+ +| 54 | RCIN4 | ++-------+--------------------+ +| 55 | RCIN5 | ++-------+--------------------+ +| 56 | RCIN6 | ++-------+--------------------+ +| 57 | RCIN7 | ++-------+--------------------+ +| 58 | RCIN8 | ++-------+--------------------+ +| 59 | RCIN9 | ++-------+--------------------+ +| 60 | RCIN10 | ++-------+--------------------+ +| 61 | RCIN11 | ++-------+--------------------+ +| 62 | RCIN12 | ++-------+--------------------+ +| 63 | RCIN13 | ++-------+--------------------+ +| 64 | RCIN14 | ++-------+--------------------+ +| 65 | RCIN15 | ++-------+--------------------+ +| 66 | RCIN16 | ++-------+--------------------+ +| 70 | Throttle | ++-------+--------------------+ +| 73 | ThrottleLeft | ++-------+--------------------+ +| 74 | ThrottleRight | ++-------+--------------------+ +| 88 | Winch | ++-------+--------------------+ +| 89 | Main Sail | ++-------+--------------------+ +| 90 | CameraISO | ++-------+--------------------+ +| 91 | CameraAperture | ++-------+--------------------+ +| 92 | CameraFocus | ++-------+--------------------+ +| 93 | CameraShutterSpeed | ++-------+--------------------+ +| 94 | Script1 | ++-------+--------------------+ +| 95 | Script2 | ++-------+--------------------+ +| 96 | Script3 | ++-------+--------------------+ +| 97 | Script4 | ++-------+--------------------+ +| 98 | Script5 | ++-------+--------------------+ +| 99 | Script6 | ++-------+--------------------+ +| 100 | Script7 | ++-------+--------------------+ +| 101 | Script8 | ++-------+--------------------+ +| 102 | Script9 | ++-------+--------------------+ +| 103 | Script10 | ++-------+--------------------+ +| 104 | Script11 | ++-------+--------------------+ +| 105 | Script12 | ++-------+--------------------+ +| 106 | Script13 | ++-------+--------------------+ +| 107 | Script14 | ++-------+--------------------+ +| 108 | Script15 | ++-------+--------------------+ +| 109 | Script16 | ++-------+--------------------+ +| 120 | NeoPixel1 | ++-------+--------------------+ +| 121 | NeoPixel2 | ++-------+--------------------+ +| 122 | NeoPixel3 | ++-------+--------------------+ +| 123 | NeoPixel4 | ++-------+--------------------+ +| 128 | WingSailElevator | ++-------+--------------------+ +| 129 | ProfiLED1 | ++-------+--------------------+ +| 130 | ProfiLED2 | ++-------+--------------------+ +| 131 | ProfiLED3 | ++-------+--------------------+ +| 132 | ProfiLEDClock | ++-------+--------------------+ +| 133 | Winch Clutch | ++-------+--------------------+ +| 134 | SERVOn_MIN | ++-------+--------------------+ +| 135 | SERVOn_TRIM | ++-------+--------------------+ +| 136 | SERVOn_MAX | ++-------+--------------------+ +| 137 | SailMastRotation | ++-------+--------------------+ +| 138 | Alarm | ++-------+--------------------+ +| 139 | Alarm Inverted | ++-------+--------------------+ +| 140 | RCIN1Scaled | ++-------+--------------------+ +| 141 | RCIN2Scaled | ++-------+--------------------+ +| 142 | RCIN3Scaled | ++-------+--------------------+ +| 143 | RCIN4Scaled | ++-------+--------------------+ +| 144 | RCIN5Scaled | ++-------+--------------------+ +| 145 | RCIN6Scaled | ++-------+--------------------+ +| 146 | RCIN7Scaled | ++-------+--------------------+ +| 147 | RCIN8Scaled | ++-------+--------------------+ +| 148 | RCIN9Scaled | ++-------+--------------------+ +| 149 | RCIN10Scaled | ++-------+--------------------+ +| 150 | RCIN11Scaled | ++-------+--------------------+ +| 151 | RCIN12Scaled | ++-------+--------------------+ +| 152 | RCIN13Scaled | ++-------+--------------------+ +| 153 | RCIN14Scaled | ++-------+--------------------+ +| 154 | RCIN15Scaled | ++-------+--------------------+ +| 155 | RCIN16Scaled | ++-------+--------------------+ + + + + + +.. _parameters_SERVO24_: + +SERVO24\_ Parameters +-------------------- + + +.. _SERVO24_MIN: + +SERVO24\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO24_MAX: + +SERVO24\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO24_TRIM: + +SERVO24\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO24_REVERSED: + +SERVO24\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _SERVO24_FUNCTION: + +SERVO24\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++-------+--------------------+ +| Value | Meaning | ++=======+====================+ +| -1 | GPIO | ++-------+--------------------+ +| 0 | Disabled | ++-------+--------------------+ +| 1 | RCPassThru | ++-------+--------------------+ +| 6 | Mount1Yaw | ++-------+--------------------+ +| 7 | Mount1Pitch | ++-------+--------------------+ +| 8 | Mount1Roll | ++-------+--------------------+ +| 9 | Mount1Retract | ++-------+--------------------+ +| 10 | CameraTrigger | ++-------+--------------------+ +| 12 | Mount2Yaw | ++-------+--------------------+ +| 13 | Mount2Pitch | ++-------+--------------------+ +| 14 | Mount2Roll | ++-------+--------------------+ +| 15 | Mount2Retract | ++-------+--------------------+ +| 22 | SprayerPump | ++-------+--------------------+ +| 23 | SprayerSpinner | ++-------+--------------------+ +| 26 | GroundSteering | ++-------+--------------------+ +| 28 | Gripper | ++-------+--------------------+ +| 33 | Motor1 | ++-------+--------------------+ +| 34 | Motor2 | ++-------+--------------------+ +| 35 | Motor3 | ++-------+--------------------+ +| 36 | Motor4 | ++-------+--------------------+ +| 51 | RCIN1 | ++-------+--------------------+ +| 52 | RCIN2 | ++-------+--------------------+ +| 53 | RCIN3 | ++-------+--------------------+ +| 54 | RCIN4 | ++-------+--------------------+ +| 55 | RCIN5 | ++-------+--------------------+ +| 56 | RCIN6 | ++-------+--------------------+ +| 57 | RCIN7 | ++-------+--------------------+ +| 58 | RCIN8 | ++-------+--------------------+ +| 59 | RCIN9 | ++-------+--------------------+ +| 60 | RCIN10 | ++-------+--------------------+ +| 61 | RCIN11 | ++-------+--------------------+ +| 62 | RCIN12 | ++-------+--------------------+ +| 63 | RCIN13 | ++-------+--------------------+ +| 64 | RCIN14 | ++-------+--------------------+ +| 65 | RCIN15 | ++-------+--------------------+ +| 66 | RCIN16 | ++-------+--------------------+ +| 70 | Throttle | ++-------+--------------------+ +| 73 | ThrottleLeft | ++-------+--------------------+ +| 74 | ThrottleRight | ++-------+--------------------+ +| 88 | Winch | ++-------+--------------------+ +| 89 | Main Sail | ++-------+--------------------+ +| 90 | CameraISO | ++-------+--------------------+ +| 91 | CameraAperture | ++-------+--------------------+ +| 92 | CameraFocus | ++-------+--------------------+ +| 93 | CameraShutterSpeed | ++-------+--------------------+ +| 94 | Script1 | ++-------+--------------------+ +| 95 | Script2 | ++-------+--------------------+ +| 96 | Script3 | ++-------+--------------------+ +| 97 | Script4 | ++-------+--------------------+ +| 98 | Script5 | ++-------+--------------------+ +| 99 | Script6 | ++-------+--------------------+ +| 100 | Script7 | ++-------+--------------------+ +| 101 | Script8 | ++-------+--------------------+ +| 102 | Script9 | ++-------+--------------------+ +| 103 | Script10 | ++-------+--------------------+ +| 104 | Script11 | ++-------+--------------------+ +| 105 | Script12 | ++-------+--------------------+ +| 106 | Script13 | ++-------+--------------------+ +| 107 | Script14 | ++-------+--------------------+ +| 108 | Script15 | ++-------+--------------------+ +| 109 | Script16 | ++-------+--------------------+ +| 120 | NeoPixel1 | ++-------+--------------------+ +| 121 | NeoPixel2 | ++-------+--------------------+ +| 122 | NeoPixel3 | ++-------+--------------------+ +| 123 | NeoPixel4 | ++-------+--------------------+ +| 128 | WingSailElevator | ++-------+--------------------+ +| 129 | ProfiLED1 | ++-------+--------------------+ +| 130 | ProfiLED2 | ++-------+--------------------+ +| 131 | ProfiLED3 | ++-------+--------------------+ +| 132 | ProfiLEDClock | ++-------+--------------------+ +| 133 | Winch Clutch | ++-------+--------------------+ +| 134 | SERVOn_MIN | ++-------+--------------------+ +| 135 | SERVOn_TRIM | ++-------+--------------------+ +| 136 | SERVOn_MAX | ++-------+--------------------+ +| 137 | SailMastRotation | ++-------+--------------------+ +| 138 | Alarm | ++-------+--------------------+ +| 139 | Alarm Inverted | ++-------+--------------------+ +| 140 | RCIN1Scaled | ++-------+--------------------+ +| 141 | RCIN2Scaled | ++-------+--------------------+ +| 142 | RCIN3Scaled | ++-------+--------------------+ +| 143 | RCIN4Scaled | ++-------+--------------------+ +| 144 | RCIN5Scaled | ++-------+--------------------+ +| 145 | RCIN6Scaled | ++-------+--------------------+ +| 146 | RCIN7Scaled | ++-------+--------------------+ +| 147 | RCIN8Scaled | ++-------+--------------------+ +| 148 | RCIN9Scaled | ++-------+--------------------+ +| 149 | RCIN10Scaled | ++-------+--------------------+ +| 150 | RCIN11Scaled | ++-------+--------------------+ +| 151 | RCIN12Scaled | ++-------+--------------------+ +| 152 | RCIN13Scaled | ++-------+--------------------+ +| 153 | RCIN14Scaled | ++-------+--------------------+ +| 154 | RCIN15Scaled | ++-------+--------------------+ +| 155 | RCIN16Scaled | ++-------+--------------------+ + + + + + +.. _parameters_SERVO25_: + +SERVO25\_ Parameters +-------------------- + + +.. _SERVO25_MIN: + +SERVO25\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO25_MAX: + +SERVO25\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO25_TRIM: + +SERVO25\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO25_REVERSED: + +SERVO25\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _SERVO25_FUNCTION: + +SERVO25\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++-------+--------------------+ +| Value | Meaning | ++=======+====================+ +| -1 | GPIO | ++-------+--------------------+ +| 0 | Disabled | ++-------+--------------------+ +| 1 | RCPassThru | ++-------+--------------------+ +| 6 | Mount1Yaw | ++-------+--------------------+ +| 7 | Mount1Pitch | ++-------+--------------------+ +| 8 | Mount1Roll | ++-------+--------------------+ +| 9 | Mount1Retract | ++-------+--------------------+ +| 10 | CameraTrigger | ++-------+--------------------+ +| 12 | Mount2Yaw | ++-------+--------------------+ +| 13 | Mount2Pitch | ++-------+--------------------+ +| 14 | Mount2Roll | ++-------+--------------------+ +| 15 | Mount2Retract | ++-------+--------------------+ +| 22 | SprayerPump | ++-------+--------------------+ +| 23 | SprayerSpinner | ++-------+--------------------+ +| 26 | GroundSteering | ++-------+--------------------+ +| 28 | Gripper | ++-------+--------------------+ +| 33 | Motor1 | ++-------+--------------------+ +| 34 | Motor2 | ++-------+--------------------+ +| 35 | Motor3 | ++-------+--------------------+ +| 36 | Motor4 | ++-------+--------------------+ +| 51 | RCIN1 | ++-------+--------------------+ +| 52 | RCIN2 | ++-------+--------------------+ +| 53 | RCIN3 | ++-------+--------------------+ +| 54 | RCIN4 | ++-------+--------------------+ +| 55 | RCIN5 | ++-------+--------------------+ +| 56 | RCIN6 | ++-------+--------------------+ +| 57 | RCIN7 | ++-------+--------------------+ +| 58 | RCIN8 | ++-------+--------------------+ +| 59 | RCIN9 | ++-------+--------------------+ +| 60 | RCIN10 | ++-------+--------------------+ +| 61 | RCIN11 | ++-------+--------------------+ +| 62 | RCIN12 | ++-------+--------------------+ +| 63 | RCIN13 | ++-------+--------------------+ +| 64 | RCIN14 | ++-------+--------------------+ +| 65 | RCIN15 | ++-------+--------------------+ +| 66 | RCIN16 | ++-------+--------------------+ +| 70 | Throttle | ++-------+--------------------+ +| 73 | ThrottleLeft | ++-------+--------------------+ +| 74 | ThrottleRight | ++-------+--------------------+ +| 88 | Winch | ++-------+--------------------+ +| 89 | Main Sail | ++-------+--------------------+ +| 90 | CameraISO | ++-------+--------------------+ +| 91 | CameraAperture | ++-------+--------------------+ +| 92 | CameraFocus | ++-------+--------------------+ +| 93 | CameraShutterSpeed | ++-------+--------------------+ +| 94 | Script1 | ++-------+--------------------+ +| 95 | Script2 | ++-------+--------------------+ +| 96 | Script3 | ++-------+--------------------+ +| 97 | Script4 | ++-------+--------------------+ +| 98 | Script5 | ++-------+--------------------+ +| 99 | Script6 | ++-------+--------------------+ +| 100 | Script7 | ++-------+--------------------+ +| 101 | Script8 | ++-------+--------------------+ +| 102 | Script9 | ++-------+--------------------+ +| 103 | Script10 | ++-------+--------------------+ +| 104 | Script11 | ++-------+--------------------+ +| 105 | Script12 | ++-------+--------------------+ +| 106 | Script13 | ++-------+--------------------+ +| 107 | Script14 | ++-------+--------------------+ +| 108 | Script15 | ++-------+--------------------+ +| 109 | Script16 | ++-------+--------------------+ +| 120 | NeoPixel1 | ++-------+--------------------+ +| 121 | NeoPixel2 | ++-------+--------------------+ +| 122 | NeoPixel3 | ++-------+--------------------+ +| 123 | NeoPixel4 | ++-------+--------------------+ +| 128 | WingSailElevator | ++-------+--------------------+ +| 129 | ProfiLED1 | ++-------+--------------------+ +| 130 | ProfiLED2 | ++-------+--------------------+ +| 131 | ProfiLED3 | ++-------+--------------------+ +| 132 | ProfiLEDClock | ++-------+--------------------+ +| 133 | Winch Clutch | ++-------+--------------------+ +| 134 | SERVOn_MIN | ++-------+--------------------+ +| 135 | SERVOn_TRIM | ++-------+--------------------+ +| 136 | SERVOn_MAX | ++-------+--------------------+ +| 137 | SailMastRotation | ++-------+--------------------+ +| 138 | Alarm | ++-------+--------------------+ +| 139 | Alarm Inverted | ++-------+--------------------+ +| 140 | RCIN1Scaled | ++-------+--------------------+ +| 141 | RCIN2Scaled | ++-------+--------------------+ +| 142 | RCIN3Scaled | ++-------+--------------------+ +| 143 | RCIN4Scaled | ++-------+--------------------+ +| 144 | RCIN5Scaled | ++-------+--------------------+ +| 145 | RCIN6Scaled | ++-------+--------------------+ +| 146 | RCIN7Scaled | ++-------+--------------------+ +| 147 | RCIN8Scaled | ++-------+--------------------+ +| 148 | RCIN9Scaled | ++-------+--------------------+ +| 149 | RCIN10Scaled | ++-------+--------------------+ +| 150 | RCIN11Scaled | ++-------+--------------------+ +| 151 | RCIN12Scaled | ++-------+--------------------+ +| 152 | RCIN13Scaled | ++-------+--------------------+ +| 153 | RCIN14Scaled | ++-------+--------------------+ +| 154 | RCIN15Scaled | ++-------+--------------------+ +| 155 | RCIN16Scaled | ++-------+--------------------+ + + + + + +.. _parameters_SERVO26_: + +SERVO26\_ Parameters +-------------------- + + +.. _SERVO26_MIN: + +SERVO26\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO26_MAX: + +SERVO26\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO26_TRIM: + +SERVO26\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO26_REVERSED: + +SERVO26\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _SERVO26_FUNCTION: + +SERVO26\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++-------+--------------------+ +| Value | Meaning | ++=======+====================+ +| -1 | GPIO | ++-------+--------------------+ +| 0 | Disabled | ++-------+--------------------+ +| 1 | RCPassThru | ++-------+--------------------+ +| 6 | Mount1Yaw | ++-------+--------------------+ +| 7 | Mount1Pitch | ++-------+--------------------+ +| 8 | Mount1Roll | ++-------+--------------------+ +| 9 | Mount1Retract | ++-------+--------------------+ +| 10 | CameraTrigger | ++-------+--------------------+ +| 12 | Mount2Yaw | ++-------+--------------------+ +| 13 | Mount2Pitch | ++-------+--------------------+ +| 14 | Mount2Roll | ++-------+--------------------+ +| 15 | Mount2Retract | ++-------+--------------------+ +| 22 | SprayerPump | ++-------+--------------------+ +| 23 | SprayerSpinner | ++-------+--------------------+ +| 26 | GroundSteering | ++-------+--------------------+ +| 28 | Gripper | ++-------+--------------------+ +| 33 | Motor1 | ++-------+--------------------+ +| 34 | Motor2 | ++-------+--------------------+ +| 35 | Motor3 | ++-------+--------------------+ +| 36 | Motor4 | ++-------+--------------------+ +| 51 | RCIN1 | ++-------+--------------------+ +| 52 | RCIN2 | ++-------+--------------------+ +| 53 | RCIN3 | ++-------+--------------------+ +| 54 | RCIN4 | ++-------+--------------------+ +| 55 | RCIN5 | ++-------+--------------------+ +| 56 | RCIN6 | ++-------+--------------------+ +| 57 | RCIN7 | ++-------+--------------------+ +| 58 | RCIN8 | ++-------+--------------------+ +| 59 | RCIN9 | ++-------+--------------------+ +| 60 | RCIN10 | ++-------+--------------------+ +| 61 | RCIN11 | ++-------+--------------------+ +| 62 | RCIN12 | ++-------+--------------------+ +| 63 | RCIN13 | ++-------+--------------------+ +| 64 | RCIN14 | ++-------+--------------------+ +| 65 | RCIN15 | ++-------+--------------------+ +| 66 | RCIN16 | ++-------+--------------------+ +| 70 | Throttle | ++-------+--------------------+ +| 73 | ThrottleLeft | ++-------+--------------------+ +| 74 | ThrottleRight | ++-------+--------------------+ +| 88 | Winch | ++-------+--------------------+ +| 89 | Main Sail | ++-------+--------------------+ +| 90 | CameraISO | ++-------+--------------------+ +| 91 | CameraAperture | ++-------+--------------------+ +| 92 | CameraFocus | ++-------+--------------------+ +| 93 | CameraShutterSpeed | ++-------+--------------------+ +| 94 | Script1 | ++-------+--------------------+ +| 95 | Script2 | ++-------+--------------------+ +| 96 | Script3 | ++-------+--------------------+ +| 97 | Script4 | ++-------+--------------------+ +| 98 | Script5 | ++-------+--------------------+ +| 99 | Script6 | ++-------+--------------------+ +| 100 | Script7 | ++-------+--------------------+ +| 101 | Script8 | ++-------+--------------------+ +| 102 | Script9 | ++-------+--------------------+ +| 103 | Script10 | ++-------+--------------------+ +| 104 | Script11 | ++-------+--------------------+ +| 105 | Script12 | ++-------+--------------------+ +| 106 | Script13 | ++-------+--------------------+ +| 107 | Script14 | ++-------+--------------------+ +| 108 | Script15 | ++-------+--------------------+ +| 109 | Script16 | ++-------+--------------------+ +| 120 | NeoPixel1 | ++-------+--------------------+ +| 121 | NeoPixel2 | ++-------+--------------------+ +| 122 | NeoPixel3 | ++-------+--------------------+ +| 123 | NeoPixel4 | ++-------+--------------------+ +| 128 | WingSailElevator | ++-------+--------------------+ +| 129 | ProfiLED1 | ++-------+--------------------+ +| 130 | ProfiLED2 | ++-------+--------------------+ +| 131 | ProfiLED3 | ++-------+--------------------+ +| 132 | ProfiLEDClock | ++-------+--------------------+ +| 133 | Winch Clutch | ++-------+--------------------+ +| 134 | SERVOn_MIN | ++-------+--------------------+ +| 135 | SERVOn_TRIM | ++-------+--------------------+ +| 136 | SERVOn_MAX | ++-------+--------------------+ +| 137 | SailMastRotation | ++-------+--------------------+ +| 138 | Alarm | ++-------+--------------------+ +| 139 | Alarm Inverted | ++-------+--------------------+ +| 140 | RCIN1Scaled | ++-------+--------------------+ +| 141 | RCIN2Scaled | ++-------+--------------------+ +| 142 | RCIN3Scaled | ++-------+--------------------+ +| 143 | RCIN4Scaled | ++-------+--------------------+ +| 144 | RCIN5Scaled | ++-------+--------------------+ +| 145 | RCIN6Scaled | ++-------+--------------------+ +| 146 | RCIN7Scaled | ++-------+--------------------+ +| 147 | RCIN8Scaled | ++-------+--------------------+ +| 148 | RCIN9Scaled | ++-------+--------------------+ +| 149 | RCIN10Scaled | ++-------+--------------------+ +| 150 | RCIN11Scaled | ++-------+--------------------+ +| 151 | RCIN12Scaled | ++-------+--------------------+ +| 152 | RCIN13Scaled | ++-------+--------------------+ +| 153 | RCIN14Scaled | ++-------+--------------------+ +| 154 | RCIN15Scaled | ++-------+--------------------+ +| 155 | RCIN16Scaled | ++-------+--------------------+ + + + + + +.. _parameters_SERVO27_: + +SERVO27\_ Parameters +-------------------- + + +.. _SERVO27_MIN: + +SERVO27\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO27_MAX: + +SERVO27\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO27_TRIM: + +SERVO27\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO27_REVERSED: + +SERVO27\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _SERVO27_FUNCTION: + +SERVO27\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++-------+--------------------+ +| Value | Meaning | ++=======+====================+ +| -1 | GPIO | ++-------+--------------------+ +| 0 | Disabled | ++-------+--------------------+ +| 1 | RCPassThru | ++-------+--------------------+ +| 6 | Mount1Yaw | ++-------+--------------------+ +| 7 | Mount1Pitch | ++-------+--------------------+ +| 8 | Mount1Roll | ++-------+--------------------+ +| 9 | Mount1Retract | ++-------+--------------------+ +| 10 | CameraTrigger | ++-------+--------------------+ +| 12 | Mount2Yaw | ++-------+--------------------+ +| 13 | Mount2Pitch | ++-------+--------------------+ +| 14 | Mount2Roll | ++-------+--------------------+ +| 15 | Mount2Retract | ++-------+--------------------+ +| 22 | SprayerPump | ++-------+--------------------+ +| 23 | SprayerSpinner | ++-------+--------------------+ +| 26 | GroundSteering | ++-------+--------------------+ +| 28 | Gripper | ++-------+--------------------+ +| 33 | Motor1 | ++-------+--------------------+ +| 34 | Motor2 | ++-------+--------------------+ +| 35 | Motor3 | ++-------+--------------------+ +| 36 | Motor4 | ++-------+--------------------+ +| 51 | RCIN1 | ++-------+--------------------+ +| 52 | RCIN2 | ++-------+--------------------+ +| 53 | RCIN3 | ++-------+--------------------+ +| 54 | RCIN4 | ++-------+--------------------+ +| 55 | RCIN5 | ++-------+--------------------+ +| 56 | RCIN6 | ++-------+--------------------+ +| 57 | RCIN7 | ++-------+--------------------+ +| 58 | RCIN8 | ++-------+--------------------+ +| 59 | RCIN9 | ++-------+--------------------+ +| 60 | RCIN10 | ++-------+--------------------+ +| 61 | RCIN11 | ++-------+--------------------+ +| 62 | RCIN12 | ++-------+--------------------+ +| 63 | RCIN13 | ++-------+--------------------+ +| 64 | RCIN14 | ++-------+--------------------+ +| 65 | RCIN15 | ++-------+--------------------+ +| 66 | RCIN16 | ++-------+--------------------+ +| 70 | Throttle | ++-------+--------------------+ +| 73 | ThrottleLeft | ++-------+--------------------+ +| 74 | ThrottleRight | ++-------+--------------------+ +| 88 | Winch | ++-------+--------------------+ +| 89 | Main Sail | ++-------+--------------------+ +| 90 | CameraISO | ++-------+--------------------+ +| 91 | CameraAperture | ++-------+--------------------+ +| 92 | CameraFocus | ++-------+--------------------+ +| 93 | CameraShutterSpeed | ++-------+--------------------+ +| 94 | Script1 | ++-------+--------------------+ +| 95 | Script2 | ++-------+--------------------+ +| 96 | Script3 | ++-------+--------------------+ +| 97 | Script4 | ++-------+--------------------+ +| 98 | Script5 | ++-------+--------------------+ +| 99 | Script6 | ++-------+--------------------+ +| 100 | Script7 | ++-------+--------------------+ +| 101 | Script8 | ++-------+--------------------+ +| 102 | Script9 | ++-------+--------------------+ +| 103 | Script10 | ++-------+--------------------+ +| 104 | Script11 | ++-------+--------------------+ +| 105 | Script12 | ++-------+--------------------+ +| 106 | Script13 | ++-------+--------------------+ +| 107 | Script14 | ++-------+--------------------+ +| 108 | Script15 | ++-------+--------------------+ +| 109 | Script16 | ++-------+--------------------+ +| 120 | NeoPixel1 | ++-------+--------------------+ +| 121 | NeoPixel2 | ++-------+--------------------+ +| 122 | NeoPixel3 | ++-------+--------------------+ +| 123 | NeoPixel4 | ++-------+--------------------+ +| 128 | WingSailElevator | ++-------+--------------------+ +| 129 | ProfiLED1 | ++-------+--------------------+ +| 130 | ProfiLED2 | ++-------+--------------------+ +| 131 | ProfiLED3 | ++-------+--------------------+ +| 132 | ProfiLEDClock | ++-------+--------------------+ +| 133 | Winch Clutch | ++-------+--------------------+ +| 134 | SERVOn_MIN | ++-------+--------------------+ +| 135 | SERVOn_TRIM | ++-------+--------------------+ +| 136 | SERVOn_MAX | ++-------+--------------------+ +| 137 | SailMastRotation | ++-------+--------------------+ +| 138 | Alarm | ++-------+--------------------+ +| 139 | Alarm Inverted | ++-------+--------------------+ +| 140 | RCIN1Scaled | ++-------+--------------------+ +| 141 | RCIN2Scaled | ++-------+--------------------+ +| 142 | RCIN3Scaled | ++-------+--------------------+ +| 143 | RCIN4Scaled | ++-------+--------------------+ +| 144 | RCIN5Scaled | ++-------+--------------------+ +| 145 | RCIN6Scaled | ++-------+--------------------+ +| 146 | RCIN7Scaled | ++-------+--------------------+ +| 147 | RCIN8Scaled | ++-------+--------------------+ +| 148 | RCIN9Scaled | ++-------+--------------------+ +| 149 | RCIN10Scaled | ++-------+--------------------+ +| 150 | RCIN11Scaled | ++-------+--------------------+ +| 151 | RCIN12Scaled | ++-------+--------------------+ +| 152 | RCIN13Scaled | ++-------+--------------------+ +| 153 | RCIN14Scaled | ++-------+--------------------+ +| 154 | RCIN15Scaled | ++-------+--------------------+ +| 155 | RCIN16Scaled | ++-------+--------------------+ + + + + + +.. _parameters_SERVO28_: + +SERVO28\_ Parameters +-------------------- + + +.. _SERVO28_MIN: + +SERVO28\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO28_MAX: + +SERVO28\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO28_TRIM: + +SERVO28\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO28_REVERSED: + +SERVO28\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _SERVO28_FUNCTION: + +SERVO28\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++-------+--------------------+ +| Value | Meaning | ++=======+====================+ +| -1 | GPIO | ++-------+--------------------+ +| 0 | Disabled | ++-------+--------------------+ +| 1 | RCPassThru | ++-------+--------------------+ +| 6 | Mount1Yaw | ++-------+--------------------+ +| 7 | Mount1Pitch | ++-------+--------------------+ +| 8 | Mount1Roll | ++-------+--------------------+ +| 9 | Mount1Retract | ++-------+--------------------+ +| 10 | CameraTrigger | ++-------+--------------------+ +| 12 | Mount2Yaw | ++-------+--------------------+ +| 13 | Mount2Pitch | ++-------+--------------------+ +| 14 | Mount2Roll | ++-------+--------------------+ +| 15 | Mount2Retract | ++-------+--------------------+ +| 22 | SprayerPump | ++-------+--------------------+ +| 23 | SprayerSpinner | ++-------+--------------------+ +| 26 | GroundSteering | ++-------+--------------------+ +| 28 | Gripper | ++-------+--------------------+ +| 33 | Motor1 | ++-------+--------------------+ +| 34 | Motor2 | ++-------+--------------------+ +| 35 | Motor3 | ++-------+--------------------+ +| 36 | Motor4 | ++-------+--------------------+ +| 51 | RCIN1 | ++-------+--------------------+ +| 52 | RCIN2 | ++-------+--------------------+ +| 53 | RCIN3 | ++-------+--------------------+ +| 54 | RCIN4 | ++-------+--------------------+ +| 55 | RCIN5 | ++-------+--------------------+ +| 56 | RCIN6 | ++-------+--------------------+ +| 57 | RCIN7 | ++-------+--------------------+ +| 58 | RCIN8 | ++-------+--------------------+ +| 59 | RCIN9 | ++-------+--------------------+ +| 60 | RCIN10 | ++-------+--------------------+ +| 61 | RCIN11 | ++-------+--------------------+ +| 62 | RCIN12 | ++-------+--------------------+ +| 63 | RCIN13 | ++-------+--------------------+ +| 64 | RCIN14 | ++-------+--------------------+ +| 65 | RCIN15 | ++-------+--------------------+ +| 66 | RCIN16 | ++-------+--------------------+ +| 70 | Throttle | ++-------+--------------------+ +| 73 | ThrottleLeft | ++-------+--------------------+ +| 74 | ThrottleRight | ++-------+--------------------+ +| 88 | Winch | ++-------+--------------------+ +| 89 | Main Sail | ++-------+--------------------+ +| 90 | CameraISO | ++-------+--------------------+ +| 91 | CameraAperture | ++-------+--------------------+ +| 92 | CameraFocus | ++-------+--------------------+ +| 93 | CameraShutterSpeed | ++-------+--------------------+ +| 94 | Script1 | ++-------+--------------------+ +| 95 | Script2 | ++-------+--------------------+ +| 96 | Script3 | ++-------+--------------------+ +| 97 | Script4 | ++-------+--------------------+ +| 98 | Script5 | ++-------+--------------------+ +| 99 | Script6 | ++-------+--------------------+ +| 100 | Script7 | ++-------+--------------------+ +| 101 | Script8 | ++-------+--------------------+ +| 102 | Script9 | ++-------+--------------------+ +| 103 | Script10 | ++-------+--------------------+ +| 104 | Script11 | ++-------+--------------------+ +| 105 | Script12 | ++-------+--------------------+ +| 106 | Script13 | ++-------+--------------------+ +| 107 | Script14 | ++-------+--------------------+ +| 108 | Script15 | ++-------+--------------------+ +| 109 | Script16 | ++-------+--------------------+ +| 120 | NeoPixel1 | ++-------+--------------------+ +| 121 | NeoPixel2 | ++-------+--------------------+ +| 122 | NeoPixel3 | ++-------+--------------------+ +| 123 | NeoPixel4 | ++-------+--------------------+ +| 128 | WingSailElevator | ++-------+--------------------+ +| 129 | ProfiLED1 | ++-------+--------------------+ +| 130 | ProfiLED2 | ++-------+--------------------+ +| 131 | ProfiLED3 | ++-------+--------------------+ +| 132 | ProfiLEDClock | ++-------+--------------------+ +| 133 | Winch Clutch | ++-------+--------------------+ +| 134 | SERVOn_MIN | ++-------+--------------------+ +| 135 | SERVOn_TRIM | ++-------+--------------------+ +| 136 | SERVOn_MAX | ++-------+--------------------+ +| 137 | SailMastRotation | ++-------+--------------------+ +| 138 | Alarm | ++-------+--------------------+ +| 139 | Alarm Inverted | ++-------+--------------------+ +| 140 | RCIN1Scaled | ++-------+--------------------+ +| 141 | RCIN2Scaled | ++-------+--------------------+ +| 142 | RCIN3Scaled | ++-------+--------------------+ +| 143 | RCIN4Scaled | ++-------+--------------------+ +| 144 | RCIN5Scaled | ++-------+--------------------+ +| 145 | RCIN6Scaled | ++-------+--------------------+ +| 146 | RCIN7Scaled | ++-------+--------------------+ +| 147 | RCIN8Scaled | ++-------+--------------------+ +| 148 | RCIN9Scaled | ++-------+--------------------+ +| 149 | RCIN10Scaled | ++-------+--------------------+ +| 150 | RCIN11Scaled | ++-------+--------------------+ +| 151 | RCIN12Scaled | ++-------+--------------------+ +| 152 | RCIN13Scaled | ++-------+--------------------+ +| 153 | RCIN14Scaled | ++-------+--------------------+ +| 154 | RCIN15Scaled | ++-------+--------------------+ +| 155 | RCIN16Scaled | ++-------+--------------------+ + + + + + +.. _parameters_SERVO29_: + +SERVO29\_ Parameters +-------------------- + + +.. _SERVO29_MIN: + +SERVO29\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO29_MAX: + +SERVO29\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO29_TRIM: + +SERVO29\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO29_REVERSED: + +SERVO29\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _SERVO29_FUNCTION: + +SERVO29\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++-------+--------------------+ +| Value | Meaning | ++=======+====================+ +| -1 | GPIO | ++-------+--------------------+ +| 0 | Disabled | ++-------+--------------------+ +| 1 | RCPassThru | ++-------+--------------------+ +| 6 | Mount1Yaw | ++-------+--------------------+ +| 7 | Mount1Pitch | ++-------+--------------------+ +| 8 | Mount1Roll | ++-------+--------------------+ +| 9 | Mount1Retract | ++-------+--------------------+ +| 10 | CameraTrigger | ++-------+--------------------+ +| 12 | Mount2Yaw | ++-------+--------------------+ +| 13 | Mount2Pitch | ++-------+--------------------+ +| 14 | Mount2Roll | ++-------+--------------------+ +| 15 | Mount2Retract | ++-------+--------------------+ +| 22 | SprayerPump | ++-------+--------------------+ +| 23 | SprayerSpinner | ++-------+--------------------+ +| 26 | GroundSteering | ++-------+--------------------+ +| 28 | Gripper | ++-------+--------------------+ +| 33 | Motor1 | ++-------+--------------------+ +| 34 | Motor2 | ++-------+--------------------+ +| 35 | Motor3 | ++-------+--------------------+ +| 36 | Motor4 | ++-------+--------------------+ +| 51 | RCIN1 | ++-------+--------------------+ +| 52 | RCIN2 | ++-------+--------------------+ +| 53 | RCIN3 | ++-------+--------------------+ +| 54 | RCIN4 | ++-------+--------------------+ +| 55 | RCIN5 | ++-------+--------------------+ +| 56 | RCIN6 | ++-------+--------------------+ +| 57 | RCIN7 | ++-------+--------------------+ +| 58 | RCIN8 | ++-------+--------------------+ +| 59 | RCIN9 | ++-------+--------------------+ +| 60 | RCIN10 | ++-------+--------------------+ +| 61 | RCIN11 | ++-------+--------------------+ +| 62 | RCIN12 | ++-------+--------------------+ +| 63 | RCIN13 | ++-------+--------------------+ +| 64 | RCIN14 | ++-------+--------------------+ +| 65 | RCIN15 | ++-------+--------------------+ +| 66 | RCIN16 | ++-------+--------------------+ +| 70 | Throttle | ++-------+--------------------+ +| 73 | ThrottleLeft | ++-------+--------------------+ +| 74 | ThrottleRight | ++-------+--------------------+ +| 88 | Winch | ++-------+--------------------+ +| 89 | Main Sail | ++-------+--------------------+ +| 90 | CameraISO | ++-------+--------------------+ +| 91 | CameraAperture | ++-------+--------------------+ +| 92 | CameraFocus | ++-------+--------------------+ +| 93 | CameraShutterSpeed | ++-------+--------------------+ +| 94 | Script1 | ++-------+--------------------+ +| 95 | Script2 | ++-------+--------------------+ +| 96 | Script3 | ++-------+--------------------+ +| 97 | Script4 | ++-------+--------------------+ +| 98 | Script5 | ++-------+--------------------+ +| 99 | Script6 | ++-------+--------------------+ +| 100 | Script7 | ++-------+--------------------+ +| 101 | Script8 | ++-------+--------------------+ +| 102 | Script9 | ++-------+--------------------+ +| 103 | Script10 | ++-------+--------------------+ +| 104 | Script11 | ++-------+--------------------+ +| 105 | Script12 | ++-------+--------------------+ +| 106 | Script13 | ++-------+--------------------+ +| 107 | Script14 | ++-------+--------------------+ +| 108 | Script15 | ++-------+--------------------+ +| 109 | Script16 | ++-------+--------------------+ +| 120 | NeoPixel1 | ++-------+--------------------+ +| 121 | NeoPixel2 | ++-------+--------------------+ +| 122 | NeoPixel3 | ++-------+--------------------+ +| 123 | NeoPixel4 | ++-------+--------------------+ +| 128 | WingSailElevator | ++-------+--------------------+ +| 129 | ProfiLED1 | ++-------+--------------------+ +| 130 | ProfiLED2 | ++-------+--------------------+ +| 131 | ProfiLED3 | ++-------+--------------------+ +| 132 | ProfiLEDClock | ++-------+--------------------+ +| 133 | Winch Clutch | ++-------+--------------------+ +| 134 | SERVOn_MIN | ++-------+--------------------+ +| 135 | SERVOn_TRIM | ++-------+--------------------+ +| 136 | SERVOn_MAX | ++-------+--------------------+ +| 137 | SailMastRotation | ++-------+--------------------+ +| 138 | Alarm | ++-------+--------------------+ +| 139 | Alarm Inverted | ++-------+--------------------+ +| 140 | RCIN1Scaled | ++-------+--------------------+ +| 141 | RCIN2Scaled | ++-------+--------------------+ +| 142 | RCIN3Scaled | ++-------+--------------------+ +| 143 | RCIN4Scaled | ++-------+--------------------+ +| 144 | RCIN5Scaled | ++-------+--------------------+ +| 145 | RCIN6Scaled | ++-------+--------------------+ +| 146 | RCIN7Scaled | ++-------+--------------------+ +| 147 | RCIN8Scaled | ++-------+--------------------+ +| 148 | RCIN9Scaled | ++-------+--------------------+ +| 149 | RCIN10Scaled | ++-------+--------------------+ +| 150 | RCIN11Scaled | ++-------+--------------------+ +| 151 | RCIN12Scaled | ++-------+--------------------+ +| 152 | RCIN13Scaled | ++-------+--------------------+ +| 153 | RCIN14Scaled | ++-------+--------------------+ +| 154 | RCIN15Scaled | ++-------+--------------------+ +| 155 | RCIN16Scaled | ++-------+--------------------+ + + + + + +.. _parameters_SERVO2_: + +SERVO2\_ Parameters +------------------- + + +.. _SERVO2_MIN: + +SERVO2\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO2_MAX: + +SERVO2\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO2_TRIM: + +SERVO2\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO2_REVERSED: + +SERVO2\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _SERVO2_FUNCTION: + +SERVO2\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++-------+--------------------+ +| Value | Meaning | ++=======+====================+ +| -1 | GPIO | ++-------+--------------------+ +| 0 | Disabled | ++-------+--------------------+ +| 1 | RCPassThru | ++-------+--------------------+ +| 6 | Mount1Yaw | ++-------+--------------------+ +| 7 | Mount1Pitch | ++-------+--------------------+ +| 8 | Mount1Roll | ++-------+--------------------+ +| 9 | Mount1Retract | ++-------+--------------------+ +| 10 | CameraTrigger | ++-------+--------------------+ +| 12 | Mount2Yaw | ++-------+--------------------+ +| 13 | Mount2Pitch | ++-------+--------------------+ +| 14 | Mount2Roll | ++-------+--------------------+ +| 15 | Mount2Retract | ++-------+--------------------+ +| 22 | SprayerPump | ++-------+--------------------+ +| 23 | SprayerSpinner | ++-------+--------------------+ +| 26 | GroundSteering | ++-------+--------------------+ +| 28 | Gripper | ++-------+--------------------+ +| 33 | Motor1 | ++-------+--------------------+ +| 34 | Motor2 | ++-------+--------------------+ +| 35 | Motor3 | ++-------+--------------------+ +| 36 | Motor4 | ++-------+--------------------+ +| 51 | RCIN1 | ++-------+--------------------+ +| 52 | RCIN2 | ++-------+--------------------+ +| 53 | RCIN3 | ++-------+--------------------+ +| 54 | RCIN4 | ++-------+--------------------+ +| 55 | RCIN5 | ++-------+--------------------+ +| 56 | RCIN6 | ++-------+--------------------+ +| 57 | RCIN7 | ++-------+--------------------+ +| 58 | RCIN8 | ++-------+--------------------+ +| 59 | RCIN9 | ++-------+--------------------+ +| 60 | RCIN10 | ++-------+--------------------+ +| 61 | RCIN11 | ++-------+--------------------+ +| 62 | RCIN12 | ++-------+--------------------+ +| 63 | RCIN13 | ++-------+--------------------+ +| 64 | RCIN14 | ++-------+--------------------+ +| 65 | RCIN15 | ++-------+--------------------+ +| 66 | RCIN16 | ++-------+--------------------+ +| 70 | Throttle | ++-------+--------------------+ +| 73 | ThrottleLeft | ++-------+--------------------+ +| 74 | ThrottleRight | ++-------+--------------------+ +| 88 | Winch | ++-------+--------------------+ +| 89 | Main Sail | ++-------+--------------------+ +| 90 | CameraISO | ++-------+--------------------+ +| 91 | CameraAperture | ++-------+--------------------+ +| 92 | CameraFocus | ++-------+--------------------+ +| 93 | CameraShutterSpeed | ++-------+--------------------+ +| 94 | Script1 | ++-------+--------------------+ +| 95 | Script2 | ++-------+--------------------+ +| 96 | Script3 | ++-------+--------------------+ +| 97 | Script4 | ++-------+--------------------+ +| 98 | Script5 | ++-------+--------------------+ +| 99 | Script6 | ++-------+--------------------+ +| 100 | Script7 | ++-------+--------------------+ +| 101 | Script8 | ++-------+--------------------+ +| 102 | Script9 | ++-------+--------------------+ +| 103 | Script10 | ++-------+--------------------+ +| 104 | Script11 | ++-------+--------------------+ +| 105 | Script12 | ++-------+--------------------+ +| 106 | Script13 | ++-------+--------------------+ +| 107 | Script14 | ++-------+--------------------+ +| 108 | Script15 | ++-------+--------------------+ +| 109 | Script16 | ++-------+--------------------+ +| 120 | NeoPixel1 | ++-------+--------------------+ +| 121 | NeoPixel2 | ++-------+--------------------+ +| 122 | NeoPixel3 | ++-------+--------------------+ +| 123 | NeoPixel4 | ++-------+--------------------+ +| 128 | WingSailElevator | ++-------+--------------------+ +| 129 | ProfiLED1 | ++-------+--------------------+ +| 130 | ProfiLED2 | ++-------+--------------------+ +| 131 | ProfiLED3 | ++-------+--------------------+ +| 132 | ProfiLEDClock | ++-------+--------------------+ +| 133 | Winch Clutch | ++-------+--------------------+ +| 134 | SERVOn_MIN | ++-------+--------------------+ +| 135 | SERVOn_TRIM | ++-------+--------------------+ +| 136 | SERVOn_MAX | ++-------+--------------------+ +| 137 | SailMastRotation | ++-------+--------------------+ +| 138 | Alarm | ++-------+--------------------+ +| 139 | Alarm Inverted | ++-------+--------------------+ +| 140 | RCIN1Scaled | ++-------+--------------------+ +| 141 | RCIN2Scaled | ++-------+--------------------+ +| 142 | RCIN3Scaled | ++-------+--------------------+ +| 143 | RCIN4Scaled | ++-------+--------------------+ +| 144 | RCIN5Scaled | ++-------+--------------------+ +| 145 | RCIN6Scaled | ++-------+--------------------+ +| 146 | RCIN7Scaled | ++-------+--------------------+ +| 147 | RCIN8Scaled | ++-------+--------------------+ +| 148 | RCIN9Scaled | ++-------+--------------------+ +| 149 | RCIN10Scaled | ++-------+--------------------+ +| 150 | RCIN11Scaled | ++-------+--------------------+ +| 151 | RCIN12Scaled | ++-------+--------------------+ +| 152 | RCIN13Scaled | ++-------+--------------------+ +| 153 | RCIN14Scaled | ++-------+--------------------+ +| 154 | RCIN15Scaled | ++-------+--------------------+ +| 155 | RCIN16Scaled | ++-------+--------------------+ + + + + + +.. _parameters_SERVO30_: + +SERVO30\_ Parameters +-------------------- + + +.. _SERVO30_MIN: + +SERVO30\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO30_MAX: + +SERVO30\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO30_TRIM: + +SERVO30\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO30_REVERSED: + +SERVO30\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _SERVO30_FUNCTION: + +SERVO30\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++-------+--------------------+ +| Value | Meaning | ++=======+====================+ +| -1 | GPIO | ++-------+--------------------+ +| 0 | Disabled | ++-------+--------------------+ +| 1 | RCPassThru | ++-------+--------------------+ +| 6 | Mount1Yaw | ++-------+--------------------+ +| 7 | Mount1Pitch | ++-------+--------------------+ +| 8 | Mount1Roll | ++-------+--------------------+ +| 9 | Mount1Retract | ++-------+--------------------+ +| 10 | CameraTrigger | ++-------+--------------------+ +| 12 | Mount2Yaw | ++-------+--------------------+ +| 13 | Mount2Pitch | ++-------+--------------------+ +| 14 | Mount2Roll | ++-------+--------------------+ +| 15 | Mount2Retract | ++-------+--------------------+ +| 22 | SprayerPump | ++-------+--------------------+ +| 23 | SprayerSpinner | ++-------+--------------------+ +| 26 | GroundSteering | ++-------+--------------------+ +| 28 | Gripper | ++-------+--------------------+ +| 33 | Motor1 | ++-------+--------------------+ +| 34 | Motor2 | ++-------+--------------------+ +| 35 | Motor3 | ++-------+--------------------+ +| 36 | Motor4 | ++-------+--------------------+ +| 51 | RCIN1 | ++-------+--------------------+ +| 52 | RCIN2 | ++-------+--------------------+ +| 53 | RCIN3 | ++-------+--------------------+ +| 54 | RCIN4 | ++-------+--------------------+ +| 55 | RCIN5 | ++-------+--------------------+ +| 56 | RCIN6 | ++-------+--------------------+ +| 57 | RCIN7 | ++-------+--------------------+ +| 58 | RCIN8 | ++-------+--------------------+ +| 59 | RCIN9 | ++-------+--------------------+ +| 60 | RCIN10 | ++-------+--------------------+ +| 61 | RCIN11 | ++-------+--------------------+ +| 62 | RCIN12 | ++-------+--------------------+ +| 63 | RCIN13 | ++-------+--------------------+ +| 64 | RCIN14 | ++-------+--------------------+ +| 65 | RCIN15 | ++-------+--------------------+ +| 66 | RCIN16 | ++-------+--------------------+ +| 70 | Throttle | ++-------+--------------------+ +| 73 | ThrottleLeft | ++-------+--------------------+ +| 74 | ThrottleRight | ++-------+--------------------+ +| 88 | Winch | ++-------+--------------------+ +| 89 | Main Sail | ++-------+--------------------+ +| 90 | CameraISO | ++-------+--------------------+ +| 91 | CameraAperture | ++-------+--------------------+ +| 92 | CameraFocus | ++-------+--------------------+ +| 93 | CameraShutterSpeed | ++-------+--------------------+ +| 94 | Script1 | ++-------+--------------------+ +| 95 | Script2 | ++-------+--------------------+ +| 96 | Script3 | ++-------+--------------------+ +| 97 | Script4 | ++-------+--------------------+ +| 98 | Script5 | ++-------+--------------------+ +| 99 | Script6 | ++-------+--------------------+ +| 100 | Script7 | ++-------+--------------------+ +| 101 | Script8 | ++-------+--------------------+ +| 102 | Script9 | ++-------+--------------------+ +| 103 | Script10 | ++-------+--------------------+ +| 104 | Script11 | ++-------+--------------------+ +| 105 | Script12 | ++-------+--------------------+ +| 106 | Script13 | ++-------+--------------------+ +| 107 | Script14 | ++-------+--------------------+ +| 108 | Script15 | ++-------+--------------------+ +| 109 | Script16 | ++-------+--------------------+ +| 120 | NeoPixel1 | ++-------+--------------------+ +| 121 | NeoPixel2 | ++-------+--------------------+ +| 122 | NeoPixel3 | ++-------+--------------------+ +| 123 | NeoPixel4 | ++-------+--------------------+ +| 128 | WingSailElevator | ++-------+--------------------+ +| 129 | ProfiLED1 | ++-------+--------------------+ +| 130 | ProfiLED2 | ++-------+--------------------+ +| 131 | ProfiLED3 | ++-------+--------------------+ +| 132 | ProfiLEDClock | ++-------+--------------------+ +| 133 | Winch Clutch | ++-------+--------------------+ +| 134 | SERVOn_MIN | ++-------+--------------------+ +| 135 | SERVOn_TRIM | ++-------+--------------------+ +| 136 | SERVOn_MAX | ++-------+--------------------+ +| 137 | SailMastRotation | ++-------+--------------------+ +| 138 | Alarm | ++-------+--------------------+ +| 139 | Alarm Inverted | ++-------+--------------------+ +| 140 | RCIN1Scaled | ++-------+--------------------+ +| 141 | RCIN2Scaled | ++-------+--------------------+ +| 142 | RCIN3Scaled | ++-------+--------------------+ +| 143 | RCIN4Scaled | ++-------+--------------------+ +| 144 | RCIN5Scaled | ++-------+--------------------+ +| 145 | RCIN6Scaled | ++-------+--------------------+ +| 146 | RCIN7Scaled | ++-------+--------------------+ +| 147 | RCIN8Scaled | ++-------+--------------------+ +| 148 | RCIN9Scaled | ++-------+--------------------+ +| 149 | RCIN10Scaled | ++-------+--------------------+ +| 150 | RCIN11Scaled | ++-------+--------------------+ +| 151 | RCIN12Scaled | ++-------+--------------------+ +| 152 | RCIN13Scaled | ++-------+--------------------+ +| 153 | RCIN14Scaled | ++-------+--------------------+ +| 154 | RCIN15Scaled | ++-------+--------------------+ +| 155 | RCIN16Scaled | ++-------+--------------------+ + + + + + +.. _parameters_SERVO31_: + +SERVO31\_ Parameters +-------------------- + + +.. _SERVO31_MIN: + +SERVO31\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO31_MAX: + +SERVO31\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO31_TRIM: + +SERVO31\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO31_REVERSED: + +SERVO31\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _SERVO31_FUNCTION: + +SERVO31\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++-------+--------------------+ +| Value | Meaning | ++=======+====================+ +| -1 | GPIO | ++-------+--------------------+ +| 0 | Disabled | ++-------+--------------------+ +| 1 | RCPassThru | ++-------+--------------------+ +| 6 | Mount1Yaw | ++-------+--------------------+ +| 7 | Mount1Pitch | ++-------+--------------------+ +| 8 | Mount1Roll | ++-------+--------------------+ +| 9 | Mount1Retract | ++-------+--------------------+ +| 10 | CameraTrigger | ++-------+--------------------+ +| 12 | Mount2Yaw | ++-------+--------------------+ +| 13 | Mount2Pitch | ++-------+--------------------+ +| 14 | Mount2Roll | ++-------+--------------------+ +| 15 | Mount2Retract | ++-------+--------------------+ +| 22 | SprayerPump | ++-------+--------------------+ +| 23 | SprayerSpinner | ++-------+--------------------+ +| 26 | GroundSteering | ++-------+--------------------+ +| 28 | Gripper | ++-------+--------------------+ +| 33 | Motor1 | ++-------+--------------------+ +| 34 | Motor2 | ++-------+--------------------+ +| 35 | Motor3 | ++-------+--------------------+ +| 36 | Motor4 | ++-------+--------------------+ +| 51 | RCIN1 | ++-------+--------------------+ +| 52 | RCIN2 | ++-------+--------------------+ +| 53 | RCIN3 | ++-------+--------------------+ +| 54 | RCIN4 | ++-------+--------------------+ +| 55 | RCIN5 | ++-------+--------------------+ +| 56 | RCIN6 | ++-------+--------------------+ +| 57 | RCIN7 | ++-------+--------------------+ +| 58 | RCIN8 | ++-------+--------------------+ +| 59 | RCIN9 | ++-------+--------------------+ +| 60 | RCIN10 | ++-------+--------------------+ +| 61 | RCIN11 | ++-------+--------------------+ +| 62 | RCIN12 | ++-------+--------------------+ +| 63 | RCIN13 | ++-------+--------------------+ +| 64 | RCIN14 | ++-------+--------------------+ +| 65 | RCIN15 | ++-------+--------------------+ +| 66 | RCIN16 | ++-------+--------------------+ +| 70 | Throttle | ++-------+--------------------+ +| 73 | ThrottleLeft | ++-------+--------------------+ +| 74 | ThrottleRight | ++-------+--------------------+ +| 88 | Winch | ++-------+--------------------+ +| 89 | Main Sail | ++-------+--------------------+ +| 90 | CameraISO | ++-------+--------------------+ +| 91 | CameraAperture | ++-------+--------------------+ +| 92 | CameraFocus | ++-------+--------------------+ +| 93 | CameraShutterSpeed | ++-------+--------------------+ +| 94 | Script1 | ++-------+--------------------+ +| 95 | Script2 | ++-------+--------------------+ +| 96 | Script3 | ++-------+--------------------+ +| 97 | Script4 | ++-------+--------------------+ +| 98 | Script5 | ++-------+--------------------+ +| 99 | Script6 | ++-------+--------------------+ +| 100 | Script7 | ++-------+--------------------+ +| 101 | Script8 | ++-------+--------------------+ +| 102 | Script9 | ++-------+--------------------+ +| 103 | Script10 | ++-------+--------------------+ +| 104 | Script11 | ++-------+--------------------+ +| 105 | Script12 | ++-------+--------------------+ +| 106 | Script13 | ++-------+--------------------+ +| 107 | Script14 | ++-------+--------------------+ +| 108 | Script15 | ++-------+--------------------+ +| 109 | Script16 | ++-------+--------------------+ +| 120 | NeoPixel1 | ++-------+--------------------+ +| 121 | NeoPixel2 | ++-------+--------------------+ +| 122 | NeoPixel3 | ++-------+--------------------+ +| 123 | NeoPixel4 | ++-------+--------------------+ +| 128 | WingSailElevator | ++-------+--------------------+ +| 129 | ProfiLED1 | ++-------+--------------------+ +| 130 | ProfiLED2 | ++-------+--------------------+ +| 131 | ProfiLED3 | ++-------+--------------------+ +| 132 | ProfiLEDClock | ++-------+--------------------+ +| 133 | Winch Clutch | ++-------+--------------------+ +| 134 | SERVOn_MIN | ++-------+--------------------+ +| 135 | SERVOn_TRIM | ++-------+--------------------+ +| 136 | SERVOn_MAX | ++-------+--------------------+ +| 137 | SailMastRotation | ++-------+--------------------+ +| 138 | Alarm | ++-------+--------------------+ +| 139 | Alarm Inverted | ++-------+--------------------+ +| 140 | RCIN1Scaled | ++-------+--------------------+ +| 141 | RCIN2Scaled | ++-------+--------------------+ +| 142 | RCIN3Scaled | ++-------+--------------------+ +| 143 | RCIN4Scaled | ++-------+--------------------+ +| 144 | RCIN5Scaled | ++-------+--------------------+ +| 145 | RCIN6Scaled | ++-------+--------------------+ +| 146 | RCIN7Scaled | ++-------+--------------------+ +| 147 | RCIN8Scaled | ++-------+--------------------+ +| 148 | RCIN9Scaled | ++-------+--------------------+ +| 149 | RCIN10Scaled | ++-------+--------------------+ +| 150 | RCIN11Scaled | ++-------+--------------------+ +| 151 | RCIN12Scaled | ++-------+--------------------+ +| 152 | RCIN13Scaled | ++-------+--------------------+ +| 153 | RCIN14Scaled | ++-------+--------------------+ +| 154 | RCIN15Scaled | ++-------+--------------------+ +| 155 | RCIN16Scaled | ++-------+--------------------+ + + + + + +.. _parameters_SERVO32_: + +SERVO32\_ Parameters +-------------------- + + +.. _SERVO32_MIN: + +SERVO32\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO32_MAX: + +SERVO32\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO32_TRIM: + +SERVO32\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO32_REVERSED: + +SERVO32\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _SERVO32_FUNCTION: + +SERVO32\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++-------+--------------------+ +| Value | Meaning | ++=======+====================+ +| -1 | GPIO | ++-------+--------------------+ +| 0 | Disabled | ++-------+--------------------+ +| 1 | RCPassThru | ++-------+--------------------+ +| 6 | Mount1Yaw | ++-------+--------------------+ +| 7 | Mount1Pitch | ++-------+--------------------+ +| 8 | Mount1Roll | ++-------+--------------------+ +| 9 | Mount1Retract | ++-------+--------------------+ +| 10 | CameraTrigger | ++-------+--------------------+ +| 12 | Mount2Yaw | ++-------+--------------------+ +| 13 | Mount2Pitch | ++-------+--------------------+ +| 14 | Mount2Roll | ++-------+--------------------+ +| 15 | Mount2Retract | ++-------+--------------------+ +| 22 | SprayerPump | ++-------+--------------------+ +| 23 | SprayerSpinner | ++-------+--------------------+ +| 26 | GroundSteering | ++-------+--------------------+ +| 28 | Gripper | ++-------+--------------------+ +| 33 | Motor1 | ++-------+--------------------+ +| 34 | Motor2 | ++-------+--------------------+ +| 35 | Motor3 | ++-------+--------------------+ +| 36 | Motor4 | ++-------+--------------------+ +| 51 | RCIN1 | ++-------+--------------------+ +| 52 | RCIN2 | ++-------+--------------------+ +| 53 | RCIN3 | ++-------+--------------------+ +| 54 | RCIN4 | ++-------+--------------------+ +| 55 | RCIN5 | ++-------+--------------------+ +| 56 | RCIN6 | ++-------+--------------------+ +| 57 | RCIN7 | ++-------+--------------------+ +| 58 | RCIN8 | ++-------+--------------------+ +| 59 | RCIN9 | ++-------+--------------------+ +| 60 | RCIN10 | ++-------+--------------------+ +| 61 | RCIN11 | ++-------+--------------------+ +| 62 | RCIN12 | ++-------+--------------------+ +| 63 | RCIN13 | ++-------+--------------------+ +| 64 | RCIN14 | ++-------+--------------------+ +| 65 | RCIN15 | ++-------+--------------------+ +| 66 | RCIN16 | ++-------+--------------------+ +| 70 | Throttle | ++-------+--------------------+ +| 73 | ThrottleLeft | ++-------+--------------------+ +| 74 | ThrottleRight | ++-------+--------------------+ +| 88 | Winch | ++-------+--------------------+ +| 89 | Main Sail | ++-------+--------------------+ +| 90 | CameraISO | ++-------+--------------------+ +| 91 | CameraAperture | ++-------+--------------------+ +| 92 | CameraFocus | ++-------+--------------------+ +| 93 | CameraShutterSpeed | ++-------+--------------------+ +| 94 | Script1 | ++-------+--------------------+ +| 95 | Script2 | ++-------+--------------------+ +| 96 | Script3 | ++-------+--------------------+ +| 97 | Script4 | ++-------+--------------------+ +| 98 | Script5 | ++-------+--------------------+ +| 99 | Script6 | ++-------+--------------------+ +| 100 | Script7 | ++-------+--------------------+ +| 101 | Script8 | ++-------+--------------------+ +| 102 | Script9 | ++-------+--------------------+ +| 103 | Script10 | ++-------+--------------------+ +| 104 | Script11 | ++-------+--------------------+ +| 105 | Script12 | ++-------+--------------------+ +| 106 | Script13 | ++-------+--------------------+ +| 107 | Script14 | ++-------+--------------------+ +| 108 | Script15 | ++-------+--------------------+ +| 109 | Script16 | ++-------+--------------------+ +| 120 | NeoPixel1 | ++-------+--------------------+ +| 121 | NeoPixel2 | ++-------+--------------------+ +| 122 | NeoPixel3 | ++-------+--------------------+ +| 123 | NeoPixel4 | ++-------+--------------------+ +| 128 | WingSailElevator | ++-------+--------------------+ +| 129 | ProfiLED1 | ++-------+--------------------+ +| 130 | ProfiLED2 | ++-------+--------------------+ +| 131 | ProfiLED3 | ++-------+--------------------+ +| 132 | ProfiLEDClock | ++-------+--------------------+ +| 133 | Winch Clutch | ++-------+--------------------+ +| 134 | SERVOn_MIN | ++-------+--------------------+ +| 135 | SERVOn_TRIM | ++-------+--------------------+ +| 136 | SERVOn_MAX | ++-------+--------------------+ +| 137 | SailMastRotation | ++-------+--------------------+ +| 138 | Alarm | ++-------+--------------------+ +| 139 | Alarm Inverted | ++-------+--------------------+ +| 140 | RCIN1Scaled | ++-------+--------------------+ +| 141 | RCIN2Scaled | ++-------+--------------------+ +| 142 | RCIN3Scaled | ++-------+--------------------+ +| 143 | RCIN4Scaled | ++-------+--------------------+ +| 144 | RCIN5Scaled | ++-------+--------------------+ +| 145 | RCIN6Scaled | ++-------+--------------------+ +| 146 | RCIN7Scaled | ++-------+--------------------+ +| 147 | RCIN8Scaled | ++-------+--------------------+ +| 148 | RCIN9Scaled | ++-------+--------------------+ +| 149 | RCIN10Scaled | ++-------+--------------------+ +| 150 | RCIN11Scaled | ++-------+--------------------+ +| 151 | RCIN12Scaled | ++-------+--------------------+ +| 152 | RCIN13Scaled | ++-------+--------------------+ +| 153 | RCIN14Scaled | ++-------+--------------------+ +| 154 | RCIN15Scaled | ++-------+--------------------+ +| 155 | RCIN16Scaled | ++-------+--------------------+ + + + + + +.. _parameters_SERVO3_: + +SERVO3\_ Parameters +------------------- + + +.. _SERVO3_MIN: + +SERVO3\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO3_MAX: + +SERVO3\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO3_TRIM: + +SERVO3\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO3_REVERSED: + +SERVO3\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _SERVO3_FUNCTION: + +SERVO3\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++-------+--------------------+ +| Value | Meaning | ++=======+====================+ +| -1 | GPIO | ++-------+--------------------+ +| 0 | Disabled | ++-------+--------------------+ +| 1 | RCPassThru | ++-------+--------------------+ +| 6 | Mount1Yaw | ++-------+--------------------+ +| 7 | Mount1Pitch | ++-------+--------------------+ +| 8 | Mount1Roll | ++-------+--------------------+ +| 9 | Mount1Retract | ++-------+--------------------+ +| 10 | CameraTrigger | ++-------+--------------------+ +| 12 | Mount2Yaw | ++-------+--------------------+ +| 13 | Mount2Pitch | ++-------+--------------------+ +| 14 | Mount2Roll | ++-------+--------------------+ +| 15 | Mount2Retract | ++-------+--------------------+ +| 22 | SprayerPump | ++-------+--------------------+ +| 23 | SprayerSpinner | ++-------+--------------------+ +| 26 | GroundSteering | ++-------+--------------------+ +| 28 | Gripper | ++-------+--------------------+ +| 33 | Motor1 | ++-------+--------------------+ +| 34 | Motor2 | ++-------+--------------------+ +| 35 | Motor3 | ++-------+--------------------+ +| 36 | Motor4 | ++-------+--------------------+ +| 51 | RCIN1 | ++-------+--------------------+ +| 52 | RCIN2 | ++-------+--------------------+ +| 53 | RCIN3 | ++-------+--------------------+ +| 54 | RCIN4 | ++-------+--------------------+ +| 55 | RCIN5 | ++-------+--------------------+ +| 56 | RCIN6 | ++-------+--------------------+ +| 57 | RCIN7 | ++-------+--------------------+ +| 58 | RCIN8 | ++-------+--------------------+ +| 59 | RCIN9 | ++-------+--------------------+ +| 60 | RCIN10 | ++-------+--------------------+ +| 61 | RCIN11 | ++-------+--------------------+ +| 62 | RCIN12 | ++-------+--------------------+ +| 63 | RCIN13 | ++-------+--------------------+ +| 64 | RCIN14 | ++-------+--------------------+ +| 65 | RCIN15 | ++-------+--------------------+ +| 66 | RCIN16 | ++-------+--------------------+ +| 70 | Throttle | ++-------+--------------------+ +| 73 | ThrottleLeft | ++-------+--------------------+ +| 74 | ThrottleRight | ++-------+--------------------+ +| 88 | Winch | ++-------+--------------------+ +| 89 | Main Sail | ++-------+--------------------+ +| 90 | CameraISO | ++-------+--------------------+ +| 91 | CameraAperture | ++-------+--------------------+ +| 92 | CameraFocus | ++-------+--------------------+ +| 93 | CameraShutterSpeed | ++-------+--------------------+ +| 94 | Script1 | ++-------+--------------------+ +| 95 | Script2 | ++-------+--------------------+ +| 96 | Script3 | ++-------+--------------------+ +| 97 | Script4 | ++-------+--------------------+ +| 98 | Script5 | ++-------+--------------------+ +| 99 | Script6 | ++-------+--------------------+ +| 100 | Script7 | ++-------+--------------------+ +| 101 | Script8 | ++-------+--------------------+ +| 102 | Script9 | ++-------+--------------------+ +| 103 | Script10 | ++-------+--------------------+ +| 104 | Script11 | ++-------+--------------------+ +| 105 | Script12 | ++-------+--------------------+ +| 106 | Script13 | ++-------+--------------------+ +| 107 | Script14 | ++-------+--------------------+ +| 108 | Script15 | ++-------+--------------------+ +| 109 | Script16 | ++-------+--------------------+ +| 120 | NeoPixel1 | ++-------+--------------------+ +| 121 | NeoPixel2 | ++-------+--------------------+ +| 122 | NeoPixel3 | ++-------+--------------------+ +| 123 | NeoPixel4 | ++-------+--------------------+ +| 128 | WingSailElevator | ++-------+--------------------+ +| 129 | ProfiLED1 | ++-------+--------------------+ +| 130 | ProfiLED2 | ++-------+--------------------+ +| 131 | ProfiLED3 | ++-------+--------------------+ +| 132 | ProfiLEDClock | ++-------+--------------------+ +| 133 | Winch Clutch | ++-------+--------------------+ +| 134 | SERVOn_MIN | ++-------+--------------------+ +| 135 | SERVOn_TRIM | ++-------+--------------------+ +| 136 | SERVOn_MAX | ++-------+--------------------+ +| 137 | SailMastRotation | ++-------+--------------------+ +| 138 | Alarm | ++-------+--------------------+ +| 139 | Alarm Inverted | ++-------+--------------------+ +| 140 | RCIN1Scaled | ++-------+--------------------+ +| 141 | RCIN2Scaled | ++-------+--------------------+ +| 142 | RCIN3Scaled | ++-------+--------------------+ +| 143 | RCIN4Scaled | ++-------+--------------------+ +| 144 | RCIN5Scaled | ++-------+--------------------+ +| 145 | RCIN6Scaled | ++-------+--------------------+ +| 146 | RCIN7Scaled | ++-------+--------------------+ +| 147 | RCIN8Scaled | ++-------+--------------------+ +| 148 | RCIN9Scaled | ++-------+--------------------+ +| 149 | RCIN10Scaled | ++-------+--------------------+ +| 150 | RCIN11Scaled | ++-------+--------------------+ +| 151 | RCIN12Scaled | ++-------+--------------------+ +| 152 | RCIN13Scaled | ++-------+--------------------+ +| 153 | RCIN14Scaled | ++-------+--------------------+ +| 154 | RCIN15Scaled | ++-------+--------------------+ +| 155 | RCIN16Scaled | ++-------+--------------------+ + + + + + +.. _parameters_SERVO4_: + +SERVO4\_ Parameters +------------------- + + +.. _SERVO4_MIN: + +SERVO4\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO4_MAX: + +SERVO4\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO4_TRIM: + +SERVO4\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO4_REVERSED: + +SERVO4\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _SERVO4_FUNCTION: + +SERVO4\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++-------+--------------------+ +| Value | Meaning | ++=======+====================+ +| -1 | GPIO | ++-------+--------------------+ +| 0 | Disabled | ++-------+--------------------+ +| 1 | RCPassThru | ++-------+--------------------+ +| 6 | Mount1Yaw | ++-------+--------------------+ +| 7 | Mount1Pitch | ++-------+--------------------+ +| 8 | Mount1Roll | ++-------+--------------------+ +| 9 | Mount1Retract | ++-------+--------------------+ +| 10 | CameraTrigger | ++-------+--------------------+ +| 12 | Mount2Yaw | ++-------+--------------------+ +| 13 | Mount2Pitch | ++-------+--------------------+ +| 14 | Mount2Roll | ++-------+--------------------+ +| 15 | Mount2Retract | ++-------+--------------------+ +| 22 | SprayerPump | ++-------+--------------------+ +| 23 | SprayerSpinner | ++-------+--------------------+ +| 26 | GroundSteering | ++-------+--------------------+ +| 28 | Gripper | ++-------+--------------------+ +| 33 | Motor1 | ++-------+--------------------+ +| 34 | Motor2 | ++-------+--------------------+ +| 35 | Motor3 | ++-------+--------------------+ +| 36 | Motor4 | ++-------+--------------------+ +| 51 | RCIN1 | ++-------+--------------------+ +| 52 | RCIN2 | ++-------+--------------------+ +| 53 | RCIN3 | ++-------+--------------------+ +| 54 | RCIN4 | ++-------+--------------------+ +| 55 | RCIN5 | ++-------+--------------------+ +| 56 | RCIN6 | ++-------+--------------------+ +| 57 | RCIN7 | ++-------+--------------------+ +| 58 | RCIN8 | ++-------+--------------------+ +| 59 | RCIN9 | ++-------+--------------------+ +| 60 | RCIN10 | ++-------+--------------------+ +| 61 | RCIN11 | ++-------+--------------------+ +| 62 | RCIN12 | ++-------+--------------------+ +| 63 | RCIN13 | ++-------+--------------------+ +| 64 | RCIN14 | ++-------+--------------------+ +| 65 | RCIN15 | ++-------+--------------------+ +| 66 | RCIN16 | ++-------+--------------------+ +| 70 | Throttle | ++-------+--------------------+ +| 73 | ThrottleLeft | ++-------+--------------------+ +| 74 | ThrottleRight | ++-------+--------------------+ +| 88 | Winch | ++-------+--------------------+ +| 89 | Main Sail | ++-------+--------------------+ +| 90 | CameraISO | ++-------+--------------------+ +| 91 | CameraAperture | ++-------+--------------------+ +| 92 | CameraFocus | ++-------+--------------------+ +| 93 | CameraShutterSpeed | ++-------+--------------------+ +| 94 | Script1 | ++-------+--------------------+ +| 95 | Script2 | ++-------+--------------------+ +| 96 | Script3 | ++-------+--------------------+ +| 97 | Script4 | ++-------+--------------------+ +| 98 | Script5 | ++-------+--------------------+ +| 99 | Script6 | ++-------+--------------------+ +| 100 | Script7 | ++-------+--------------------+ +| 101 | Script8 | ++-------+--------------------+ +| 102 | Script9 | ++-------+--------------------+ +| 103 | Script10 | ++-------+--------------------+ +| 104 | Script11 | ++-------+--------------------+ +| 105 | Script12 | ++-------+--------------------+ +| 106 | Script13 | ++-------+--------------------+ +| 107 | Script14 | ++-------+--------------------+ +| 108 | Script15 | ++-------+--------------------+ +| 109 | Script16 | ++-------+--------------------+ +| 120 | NeoPixel1 | ++-------+--------------------+ +| 121 | NeoPixel2 | ++-------+--------------------+ +| 122 | NeoPixel3 | ++-------+--------------------+ +| 123 | NeoPixel4 | ++-------+--------------------+ +| 128 | WingSailElevator | ++-------+--------------------+ +| 129 | ProfiLED1 | ++-------+--------------------+ +| 130 | ProfiLED2 | ++-------+--------------------+ +| 131 | ProfiLED3 | ++-------+--------------------+ +| 132 | ProfiLEDClock | ++-------+--------------------+ +| 133 | Winch Clutch | ++-------+--------------------+ +| 134 | SERVOn_MIN | ++-------+--------------------+ +| 135 | SERVOn_TRIM | ++-------+--------------------+ +| 136 | SERVOn_MAX | ++-------+--------------------+ +| 137 | SailMastRotation | ++-------+--------------------+ +| 138 | Alarm | ++-------+--------------------+ +| 139 | Alarm Inverted | ++-------+--------------------+ +| 140 | RCIN1Scaled | ++-------+--------------------+ +| 141 | RCIN2Scaled | ++-------+--------------------+ +| 142 | RCIN3Scaled | ++-------+--------------------+ +| 143 | RCIN4Scaled | ++-------+--------------------+ +| 144 | RCIN5Scaled | ++-------+--------------------+ +| 145 | RCIN6Scaled | ++-------+--------------------+ +| 146 | RCIN7Scaled | ++-------+--------------------+ +| 147 | RCIN8Scaled | ++-------+--------------------+ +| 148 | RCIN9Scaled | ++-------+--------------------+ +| 149 | RCIN10Scaled | ++-------+--------------------+ +| 150 | RCIN11Scaled | ++-------+--------------------+ +| 151 | RCIN12Scaled | ++-------+--------------------+ +| 152 | RCIN13Scaled | ++-------+--------------------+ +| 153 | RCIN14Scaled | ++-------+--------------------+ +| 154 | RCIN15Scaled | ++-------+--------------------+ +| 155 | RCIN16Scaled | ++-------+--------------------+ + + + + + +.. _parameters_SERVO5_: + +SERVO5\_ Parameters +------------------- + + +.. _SERVO5_MIN: + +SERVO5\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO5_MAX: + +SERVO5\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO5_TRIM: + +SERVO5\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO5_REVERSED: + +SERVO5\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _SERVO5_FUNCTION: + +SERVO5\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++-------+--------------------+ +| Value | Meaning | ++=======+====================+ +| -1 | GPIO | ++-------+--------------------+ +| 0 | Disabled | ++-------+--------------------+ +| 1 | RCPassThru | ++-------+--------------------+ +| 6 | Mount1Yaw | ++-------+--------------------+ +| 7 | Mount1Pitch | ++-------+--------------------+ +| 8 | Mount1Roll | ++-------+--------------------+ +| 9 | Mount1Retract | ++-------+--------------------+ +| 10 | CameraTrigger | ++-------+--------------------+ +| 12 | Mount2Yaw | ++-------+--------------------+ +| 13 | Mount2Pitch | ++-------+--------------------+ +| 14 | Mount2Roll | ++-------+--------------------+ +| 15 | Mount2Retract | ++-------+--------------------+ +| 22 | SprayerPump | ++-------+--------------------+ +| 23 | SprayerSpinner | ++-------+--------------------+ +| 26 | GroundSteering | ++-------+--------------------+ +| 28 | Gripper | ++-------+--------------------+ +| 33 | Motor1 | ++-------+--------------------+ +| 34 | Motor2 | ++-------+--------------------+ +| 35 | Motor3 | ++-------+--------------------+ +| 36 | Motor4 | ++-------+--------------------+ +| 51 | RCIN1 | ++-------+--------------------+ +| 52 | RCIN2 | ++-------+--------------------+ +| 53 | RCIN3 | ++-------+--------------------+ +| 54 | RCIN4 | ++-------+--------------------+ +| 55 | RCIN5 | ++-------+--------------------+ +| 56 | RCIN6 | ++-------+--------------------+ +| 57 | RCIN7 | ++-------+--------------------+ +| 58 | RCIN8 | ++-------+--------------------+ +| 59 | RCIN9 | ++-------+--------------------+ +| 60 | RCIN10 | ++-------+--------------------+ +| 61 | RCIN11 | ++-------+--------------------+ +| 62 | RCIN12 | ++-------+--------------------+ +| 63 | RCIN13 | ++-------+--------------------+ +| 64 | RCIN14 | ++-------+--------------------+ +| 65 | RCIN15 | ++-------+--------------------+ +| 66 | RCIN16 | ++-------+--------------------+ +| 70 | Throttle | ++-------+--------------------+ +| 73 | ThrottleLeft | ++-------+--------------------+ +| 74 | ThrottleRight | ++-------+--------------------+ +| 88 | Winch | ++-------+--------------------+ +| 89 | Main Sail | ++-------+--------------------+ +| 90 | CameraISO | ++-------+--------------------+ +| 91 | CameraAperture | ++-------+--------------------+ +| 92 | CameraFocus | ++-------+--------------------+ +| 93 | CameraShutterSpeed | ++-------+--------------------+ +| 94 | Script1 | ++-------+--------------------+ +| 95 | Script2 | ++-------+--------------------+ +| 96 | Script3 | ++-------+--------------------+ +| 97 | Script4 | ++-------+--------------------+ +| 98 | Script5 | ++-------+--------------------+ +| 99 | Script6 | ++-------+--------------------+ +| 100 | Script7 | ++-------+--------------------+ +| 101 | Script8 | ++-------+--------------------+ +| 102 | Script9 | ++-------+--------------------+ +| 103 | Script10 | ++-------+--------------------+ +| 104 | Script11 | ++-------+--------------------+ +| 105 | Script12 | ++-------+--------------------+ +| 106 | Script13 | ++-------+--------------------+ +| 107 | Script14 | ++-------+--------------------+ +| 108 | Script15 | ++-------+--------------------+ +| 109 | Script16 | ++-------+--------------------+ +| 120 | NeoPixel1 | ++-------+--------------------+ +| 121 | NeoPixel2 | ++-------+--------------------+ +| 122 | NeoPixel3 | ++-------+--------------------+ +| 123 | NeoPixel4 | ++-------+--------------------+ +| 128 | WingSailElevator | ++-------+--------------------+ +| 129 | ProfiLED1 | ++-------+--------------------+ +| 130 | ProfiLED2 | ++-------+--------------------+ +| 131 | ProfiLED3 | ++-------+--------------------+ +| 132 | ProfiLEDClock | ++-------+--------------------+ +| 133 | Winch Clutch | ++-------+--------------------+ +| 134 | SERVOn_MIN | ++-------+--------------------+ +| 135 | SERVOn_TRIM | ++-------+--------------------+ +| 136 | SERVOn_MAX | ++-------+--------------------+ +| 137 | SailMastRotation | ++-------+--------------------+ +| 138 | Alarm | ++-------+--------------------+ +| 139 | Alarm Inverted | ++-------+--------------------+ +| 140 | RCIN1Scaled | ++-------+--------------------+ +| 141 | RCIN2Scaled | ++-------+--------------------+ +| 142 | RCIN3Scaled | ++-------+--------------------+ +| 143 | RCIN4Scaled | ++-------+--------------------+ +| 144 | RCIN5Scaled | ++-------+--------------------+ +| 145 | RCIN6Scaled | ++-------+--------------------+ +| 146 | RCIN7Scaled | ++-------+--------------------+ +| 147 | RCIN8Scaled | ++-------+--------------------+ +| 148 | RCIN9Scaled | ++-------+--------------------+ +| 149 | RCIN10Scaled | ++-------+--------------------+ +| 150 | RCIN11Scaled | ++-------+--------------------+ +| 151 | RCIN12Scaled | ++-------+--------------------+ +| 152 | RCIN13Scaled | ++-------+--------------------+ +| 153 | RCIN14Scaled | ++-------+--------------------+ +| 154 | RCIN15Scaled | ++-------+--------------------+ +| 155 | RCIN16Scaled | ++-------+--------------------+ + + + + + +.. _parameters_SERVO6_: + +SERVO6\_ Parameters +------------------- + + +.. _SERVO6_MIN: + +SERVO6\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO6_MAX: + +SERVO6\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO6_TRIM: + +SERVO6\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO6_REVERSED: + +SERVO6\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _SERVO6_FUNCTION: + +SERVO6\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++-------+--------------------+ +| Value | Meaning | ++=======+====================+ +| -1 | GPIO | ++-------+--------------------+ +| 0 | Disabled | ++-------+--------------------+ +| 1 | RCPassThru | ++-------+--------------------+ +| 6 | Mount1Yaw | ++-------+--------------------+ +| 7 | Mount1Pitch | ++-------+--------------------+ +| 8 | Mount1Roll | ++-------+--------------------+ +| 9 | Mount1Retract | ++-------+--------------------+ +| 10 | CameraTrigger | ++-------+--------------------+ +| 12 | Mount2Yaw | ++-------+--------------------+ +| 13 | Mount2Pitch | ++-------+--------------------+ +| 14 | Mount2Roll | ++-------+--------------------+ +| 15 | Mount2Retract | ++-------+--------------------+ +| 22 | SprayerPump | ++-------+--------------------+ +| 23 | SprayerSpinner | ++-------+--------------------+ +| 26 | GroundSteering | ++-------+--------------------+ +| 28 | Gripper | ++-------+--------------------+ +| 33 | Motor1 | ++-------+--------------------+ +| 34 | Motor2 | ++-------+--------------------+ +| 35 | Motor3 | ++-------+--------------------+ +| 36 | Motor4 | ++-------+--------------------+ +| 51 | RCIN1 | ++-------+--------------------+ +| 52 | RCIN2 | ++-------+--------------------+ +| 53 | RCIN3 | ++-------+--------------------+ +| 54 | RCIN4 | ++-------+--------------------+ +| 55 | RCIN5 | ++-------+--------------------+ +| 56 | RCIN6 | ++-------+--------------------+ +| 57 | RCIN7 | ++-------+--------------------+ +| 58 | RCIN8 | ++-------+--------------------+ +| 59 | RCIN9 | ++-------+--------------------+ +| 60 | RCIN10 | ++-------+--------------------+ +| 61 | RCIN11 | ++-------+--------------------+ +| 62 | RCIN12 | ++-------+--------------------+ +| 63 | RCIN13 | ++-------+--------------------+ +| 64 | RCIN14 | ++-------+--------------------+ +| 65 | RCIN15 | ++-------+--------------------+ +| 66 | RCIN16 | ++-------+--------------------+ +| 70 | Throttle | ++-------+--------------------+ +| 73 | ThrottleLeft | ++-------+--------------------+ +| 74 | ThrottleRight | ++-------+--------------------+ +| 88 | Winch | ++-------+--------------------+ +| 89 | Main Sail | ++-------+--------------------+ +| 90 | CameraISO | ++-------+--------------------+ +| 91 | CameraAperture | ++-------+--------------------+ +| 92 | CameraFocus | ++-------+--------------------+ +| 93 | CameraShutterSpeed | ++-------+--------------------+ +| 94 | Script1 | ++-------+--------------------+ +| 95 | Script2 | ++-------+--------------------+ +| 96 | Script3 | ++-------+--------------------+ +| 97 | Script4 | ++-------+--------------------+ +| 98 | Script5 | ++-------+--------------------+ +| 99 | Script6 | ++-------+--------------------+ +| 100 | Script7 | ++-------+--------------------+ +| 101 | Script8 | ++-------+--------------------+ +| 102 | Script9 | ++-------+--------------------+ +| 103 | Script10 | ++-------+--------------------+ +| 104 | Script11 | ++-------+--------------------+ +| 105 | Script12 | ++-------+--------------------+ +| 106 | Script13 | ++-------+--------------------+ +| 107 | Script14 | ++-------+--------------------+ +| 108 | Script15 | ++-------+--------------------+ +| 109 | Script16 | ++-------+--------------------+ +| 120 | NeoPixel1 | ++-------+--------------------+ +| 121 | NeoPixel2 | ++-------+--------------------+ +| 122 | NeoPixel3 | ++-------+--------------------+ +| 123 | NeoPixel4 | ++-------+--------------------+ +| 128 | WingSailElevator | ++-------+--------------------+ +| 129 | ProfiLED1 | ++-------+--------------------+ +| 130 | ProfiLED2 | ++-------+--------------------+ +| 131 | ProfiLED3 | ++-------+--------------------+ +| 132 | ProfiLEDClock | ++-------+--------------------+ +| 133 | Winch Clutch | ++-------+--------------------+ +| 134 | SERVOn_MIN | ++-------+--------------------+ +| 135 | SERVOn_TRIM | ++-------+--------------------+ +| 136 | SERVOn_MAX | ++-------+--------------------+ +| 137 | SailMastRotation | ++-------+--------------------+ +| 138 | Alarm | ++-------+--------------------+ +| 139 | Alarm Inverted | ++-------+--------------------+ +| 140 | RCIN1Scaled | ++-------+--------------------+ +| 141 | RCIN2Scaled | ++-------+--------------------+ +| 142 | RCIN3Scaled | ++-------+--------------------+ +| 143 | RCIN4Scaled | ++-------+--------------------+ +| 144 | RCIN5Scaled | ++-------+--------------------+ +| 145 | RCIN6Scaled | ++-------+--------------------+ +| 146 | RCIN7Scaled | ++-------+--------------------+ +| 147 | RCIN8Scaled | ++-------+--------------------+ +| 148 | RCIN9Scaled | ++-------+--------------------+ +| 149 | RCIN10Scaled | ++-------+--------------------+ +| 150 | RCIN11Scaled | ++-------+--------------------+ +| 151 | RCIN12Scaled | ++-------+--------------------+ +| 152 | RCIN13Scaled | ++-------+--------------------+ +| 153 | RCIN14Scaled | ++-------+--------------------+ +| 154 | RCIN15Scaled | ++-------+--------------------+ +| 155 | RCIN16Scaled | ++-------+--------------------+ + + + + + +.. _parameters_SERVO7_: + +SERVO7\_ Parameters +------------------- + + +.. _SERVO7_MIN: + +SERVO7\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO7_MAX: + +SERVO7\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO7_TRIM: + +SERVO7\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO7_REVERSED: + +SERVO7\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _SERVO7_FUNCTION: + +SERVO7\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++-------+--------------------+ +| Value | Meaning | ++=======+====================+ +| -1 | GPIO | ++-------+--------------------+ +| 0 | Disabled | ++-------+--------------------+ +| 1 | RCPassThru | ++-------+--------------------+ +| 6 | Mount1Yaw | ++-------+--------------------+ +| 7 | Mount1Pitch | ++-------+--------------------+ +| 8 | Mount1Roll | ++-------+--------------------+ +| 9 | Mount1Retract | ++-------+--------------------+ +| 10 | CameraTrigger | ++-------+--------------------+ +| 12 | Mount2Yaw | ++-------+--------------------+ +| 13 | Mount2Pitch | ++-------+--------------------+ +| 14 | Mount2Roll | ++-------+--------------------+ +| 15 | Mount2Retract | ++-------+--------------------+ +| 22 | SprayerPump | ++-------+--------------------+ +| 23 | SprayerSpinner | ++-------+--------------------+ +| 26 | GroundSteering | ++-------+--------------------+ +| 28 | Gripper | ++-------+--------------------+ +| 33 | Motor1 | ++-------+--------------------+ +| 34 | Motor2 | ++-------+--------------------+ +| 35 | Motor3 | ++-------+--------------------+ +| 36 | Motor4 | ++-------+--------------------+ +| 51 | RCIN1 | ++-------+--------------------+ +| 52 | RCIN2 | ++-------+--------------------+ +| 53 | RCIN3 | ++-------+--------------------+ +| 54 | RCIN4 | ++-------+--------------------+ +| 55 | RCIN5 | ++-------+--------------------+ +| 56 | RCIN6 | ++-------+--------------------+ +| 57 | RCIN7 | ++-------+--------------------+ +| 58 | RCIN8 | ++-------+--------------------+ +| 59 | RCIN9 | ++-------+--------------------+ +| 60 | RCIN10 | ++-------+--------------------+ +| 61 | RCIN11 | ++-------+--------------------+ +| 62 | RCIN12 | ++-------+--------------------+ +| 63 | RCIN13 | ++-------+--------------------+ +| 64 | RCIN14 | ++-------+--------------------+ +| 65 | RCIN15 | ++-------+--------------------+ +| 66 | RCIN16 | ++-------+--------------------+ +| 70 | Throttle | ++-------+--------------------+ +| 73 | ThrottleLeft | ++-------+--------------------+ +| 74 | ThrottleRight | ++-------+--------------------+ +| 88 | Winch | ++-------+--------------------+ +| 89 | Main Sail | ++-------+--------------------+ +| 90 | CameraISO | ++-------+--------------------+ +| 91 | CameraAperture | ++-------+--------------------+ +| 92 | CameraFocus | ++-------+--------------------+ +| 93 | CameraShutterSpeed | ++-------+--------------------+ +| 94 | Script1 | ++-------+--------------------+ +| 95 | Script2 | ++-------+--------------------+ +| 96 | Script3 | ++-------+--------------------+ +| 97 | Script4 | ++-------+--------------------+ +| 98 | Script5 | ++-------+--------------------+ +| 99 | Script6 | ++-------+--------------------+ +| 100 | Script7 | ++-------+--------------------+ +| 101 | Script8 | ++-------+--------------------+ +| 102 | Script9 | ++-------+--------------------+ +| 103 | Script10 | ++-------+--------------------+ +| 104 | Script11 | ++-------+--------------------+ +| 105 | Script12 | ++-------+--------------------+ +| 106 | Script13 | ++-------+--------------------+ +| 107 | Script14 | ++-------+--------------------+ +| 108 | Script15 | ++-------+--------------------+ +| 109 | Script16 | ++-------+--------------------+ +| 120 | NeoPixel1 | ++-------+--------------------+ +| 121 | NeoPixel2 | ++-------+--------------------+ +| 122 | NeoPixel3 | ++-------+--------------------+ +| 123 | NeoPixel4 | ++-------+--------------------+ +| 128 | WingSailElevator | ++-------+--------------------+ +| 129 | ProfiLED1 | ++-------+--------------------+ +| 130 | ProfiLED2 | ++-------+--------------------+ +| 131 | ProfiLED3 | ++-------+--------------------+ +| 132 | ProfiLEDClock | ++-------+--------------------+ +| 133 | Winch Clutch | ++-------+--------------------+ +| 134 | SERVOn_MIN | ++-------+--------------------+ +| 135 | SERVOn_TRIM | ++-------+--------------------+ +| 136 | SERVOn_MAX | ++-------+--------------------+ +| 137 | SailMastRotation | ++-------+--------------------+ +| 138 | Alarm | ++-------+--------------------+ +| 139 | Alarm Inverted | ++-------+--------------------+ +| 140 | RCIN1Scaled | ++-------+--------------------+ +| 141 | RCIN2Scaled | ++-------+--------------------+ +| 142 | RCIN3Scaled | ++-------+--------------------+ +| 143 | RCIN4Scaled | ++-------+--------------------+ +| 144 | RCIN5Scaled | ++-------+--------------------+ +| 145 | RCIN6Scaled | ++-------+--------------------+ +| 146 | RCIN7Scaled | ++-------+--------------------+ +| 147 | RCIN8Scaled | ++-------+--------------------+ +| 148 | RCIN9Scaled | ++-------+--------------------+ +| 149 | RCIN10Scaled | ++-------+--------------------+ +| 150 | RCIN11Scaled | ++-------+--------------------+ +| 151 | RCIN12Scaled | ++-------+--------------------+ +| 152 | RCIN13Scaled | ++-------+--------------------+ +| 153 | RCIN14Scaled | ++-------+--------------------+ +| 154 | RCIN15Scaled | ++-------+--------------------+ +| 155 | RCIN16Scaled | ++-------+--------------------+ + + + + + +.. _parameters_SERVO8_: + +SERVO8\_ Parameters +------------------- + + +.. _SERVO8_MIN: + +SERVO8\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO8_MAX: + +SERVO8\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO8_TRIM: + +SERVO8\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO8_REVERSED: + +SERVO8\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _SERVO8_FUNCTION: + +SERVO8\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++-------+--------------------+ +| Value | Meaning | ++=======+====================+ +| -1 | GPIO | ++-------+--------------------+ +| 0 | Disabled | ++-------+--------------------+ +| 1 | RCPassThru | ++-------+--------------------+ +| 6 | Mount1Yaw | ++-------+--------------------+ +| 7 | Mount1Pitch | ++-------+--------------------+ +| 8 | Mount1Roll | ++-------+--------------------+ +| 9 | Mount1Retract | ++-------+--------------------+ +| 10 | CameraTrigger | ++-------+--------------------+ +| 12 | Mount2Yaw | ++-------+--------------------+ +| 13 | Mount2Pitch | ++-------+--------------------+ +| 14 | Mount2Roll | ++-------+--------------------+ +| 15 | Mount2Retract | ++-------+--------------------+ +| 22 | SprayerPump | ++-------+--------------------+ +| 23 | SprayerSpinner | ++-------+--------------------+ +| 26 | GroundSteering | ++-------+--------------------+ +| 28 | Gripper | ++-------+--------------------+ +| 33 | Motor1 | ++-------+--------------------+ +| 34 | Motor2 | ++-------+--------------------+ +| 35 | Motor3 | ++-------+--------------------+ +| 36 | Motor4 | ++-------+--------------------+ +| 51 | RCIN1 | ++-------+--------------------+ +| 52 | RCIN2 | ++-------+--------------------+ +| 53 | RCIN3 | ++-------+--------------------+ +| 54 | RCIN4 | ++-------+--------------------+ +| 55 | RCIN5 | ++-------+--------------------+ +| 56 | RCIN6 | ++-------+--------------------+ +| 57 | RCIN7 | ++-------+--------------------+ +| 58 | RCIN8 | ++-------+--------------------+ +| 59 | RCIN9 | ++-------+--------------------+ +| 60 | RCIN10 | ++-------+--------------------+ +| 61 | RCIN11 | ++-------+--------------------+ +| 62 | RCIN12 | ++-------+--------------------+ +| 63 | RCIN13 | ++-------+--------------------+ +| 64 | RCIN14 | ++-------+--------------------+ +| 65 | RCIN15 | ++-------+--------------------+ +| 66 | RCIN16 | ++-------+--------------------+ +| 70 | Throttle | ++-------+--------------------+ +| 73 | ThrottleLeft | ++-------+--------------------+ +| 74 | ThrottleRight | ++-------+--------------------+ +| 88 | Winch | ++-------+--------------------+ +| 89 | Main Sail | ++-------+--------------------+ +| 90 | CameraISO | ++-------+--------------------+ +| 91 | CameraAperture | ++-------+--------------------+ +| 92 | CameraFocus | ++-------+--------------------+ +| 93 | CameraShutterSpeed | ++-------+--------------------+ +| 94 | Script1 | ++-------+--------------------+ +| 95 | Script2 | ++-------+--------------------+ +| 96 | Script3 | ++-------+--------------------+ +| 97 | Script4 | ++-------+--------------------+ +| 98 | Script5 | ++-------+--------------------+ +| 99 | Script6 | ++-------+--------------------+ +| 100 | Script7 | ++-------+--------------------+ +| 101 | Script8 | ++-------+--------------------+ +| 102 | Script9 | ++-------+--------------------+ +| 103 | Script10 | ++-------+--------------------+ +| 104 | Script11 | ++-------+--------------------+ +| 105 | Script12 | ++-------+--------------------+ +| 106 | Script13 | ++-------+--------------------+ +| 107 | Script14 | ++-------+--------------------+ +| 108 | Script15 | ++-------+--------------------+ +| 109 | Script16 | ++-------+--------------------+ +| 120 | NeoPixel1 | ++-------+--------------------+ +| 121 | NeoPixel2 | ++-------+--------------------+ +| 122 | NeoPixel3 | ++-------+--------------------+ +| 123 | NeoPixel4 | ++-------+--------------------+ +| 128 | WingSailElevator | ++-------+--------------------+ +| 129 | ProfiLED1 | ++-------+--------------------+ +| 130 | ProfiLED2 | ++-------+--------------------+ +| 131 | ProfiLED3 | ++-------+--------------------+ +| 132 | ProfiLEDClock | ++-------+--------------------+ +| 133 | Winch Clutch | ++-------+--------------------+ +| 134 | SERVOn_MIN | ++-------+--------------------+ +| 135 | SERVOn_TRIM | ++-------+--------------------+ +| 136 | SERVOn_MAX | ++-------+--------------------+ +| 137 | SailMastRotation | ++-------+--------------------+ +| 138 | Alarm | ++-------+--------------------+ +| 139 | Alarm Inverted | ++-------+--------------------+ +| 140 | RCIN1Scaled | ++-------+--------------------+ +| 141 | RCIN2Scaled | ++-------+--------------------+ +| 142 | RCIN3Scaled | ++-------+--------------------+ +| 143 | RCIN4Scaled | ++-------+--------------------+ +| 144 | RCIN5Scaled | ++-------+--------------------+ +| 145 | RCIN6Scaled | ++-------+--------------------+ +| 146 | RCIN7Scaled | ++-------+--------------------+ +| 147 | RCIN8Scaled | ++-------+--------------------+ +| 148 | RCIN9Scaled | ++-------+--------------------+ +| 149 | RCIN10Scaled | ++-------+--------------------+ +| 150 | RCIN11Scaled | ++-------+--------------------+ +| 151 | RCIN12Scaled | ++-------+--------------------+ +| 152 | RCIN13Scaled | ++-------+--------------------+ +| 153 | RCIN14Scaled | ++-------+--------------------+ +| 154 | RCIN15Scaled | ++-------+--------------------+ +| 155 | RCIN16Scaled | ++-------+--------------------+ + + + + + +.. _parameters_SERVO9_: + +SERVO9\_ Parameters +------------------- + + +.. _SERVO9_MIN: + +SERVO9\_MIN: Minimum PWM +~~~~~~~~~~~~~~~~~~~~~~~~ + + +minimum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO9_MAX: + +SERVO9\_MAX: Maximum PWM +~~~~~~~~~~~~~~~~~~~~~~~~ + + +maximum PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO9_TRIM: + +SERVO9\_TRIM: Trim PWM +~~~~~~~~~~~~~~~~~~~~~~ + + +Trim PWM pulse width in microseconds\. Typically 1000 is lower limit\, 1500 is neutral and 2000 is upper limit\. + + ++-----------+-------------+---------------------+ +| Increment | Range | Units | ++===========+=============+=====================+ +| 1 | 800 to 2200 | PWM in microseconds | ++-----------+-------------+---------------------+ + + + + +.. _SERVO9_REVERSED: + +SERVO9\_REVERSED: Servo reverse +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Reverse servo operation\. Set to 0 for normal operation\. Set to 1 to reverse this output channel\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Normal | ++-------+----------+ +| 1 | Reversed | ++-------+----------+ + + + + +.. _SERVO9_FUNCTION: + +SERVO9\_FUNCTION: Servo output function +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Function assigned to this servo\. Setting this to Disabled\(0\) will setup this output for control by auto missions or MAVLink servo set commands\. any other value will enable the corresponding function + + ++-------+--------------------+ +| Value | Meaning | ++=======+====================+ +| -1 | GPIO | ++-------+--------------------+ +| 0 | Disabled | ++-------+--------------------+ +| 1 | RCPassThru | ++-------+--------------------+ +| 6 | Mount1Yaw | ++-------+--------------------+ +| 7 | Mount1Pitch | ++-------+--------------------+ +| 8 | Mount1Roll | ++-------+--------------------+ +| 9 | Mount1Retract | ++-------+--------------------+ +| 10 | CameraTrigger | ++-------+--------------------+ +| 12 | Mount2Yaw | ++-------+--------------------+ +| 13 | Mount2Pitch | ++-------+--------------------+ +| 14 | Mount2Roll | ++-------+--------------------+ +| 15 | Mount2Retract | ++-------+--------------------+ +| 22 | SprayerPump | ++-------+--------------------+ +| 23 | SprayerSpinner | ++-------+--------------------+ +| 26 | GroundSteering | ++-------+--------------------+ +| 28 | Gripper | ++-------+--------------------+ +| 33 | Motor1 | ++-------+--------------------+ +| 34 | Motor2 | ++-------+--------------------+ +| 35 | Motor3 | ++-------+--------------------+ +| 36 | Motor4 | ++-------+--------------------+ +| 51 | RCIN1 | ++-------+--------------------+ +| 52 | RCIN2 | ++-------+--------------------+ +| 53 | RCIN3 | ++-------+--------------------+ +| 54 | RCIN4 | ++-------+--------------------+ +| 55 | RCIN5 | ++-------+--------------------+ +| 56 | RCIN6 | ++-------+--------------------+ +| 57 | RCIN7 | ++-------+--------------------+ +| 58 | RCIN8 | ++-------+--------------------+ +| 59 | RCIN9 | ++-------+--------------------+ +| 60 | RCIN10 | ++-------+--------------------+ +| 61 | RCIN11 | ++-------+--------------------+ +| 62 | RCIN12 | ++-------+--------------------+ +| 63 | RCIN13 | ++-------+--------------------+ +| 64 | RCIN14 | ++-------+--------------------+ +| 65 | RCIN15 | ++-------+--------------------+ +| 66 | RCIN16 | ++-------+--------------------+ +| 70 | Throttle | ++-------+--------------------+ +| 73 | ThrottleLeft | ++-------+--------------------+ +| 74 | ThrottleRight | ++-------+--------------------+ +| 88 | Winch | ++-------+--------------------+ +| 89 | Main Sail | ++-------+--------------------+ +| 90 | CameraISO | ++-------+--------------------+ +| 91 | CameraAperture | ++-------+--------------------+ +| 92 | CameraFocus | ++-------+--------------------+ +| 93 | CameraShutterSpeed | ++-------+--------------------+ +| 94 | Script1 | ++-------+--------------------+ +| 95 | Script2 | ++-------+--------------------+ +| 96 | Script3 | ++-------+--------------------+ +| 97 | Script4 | ++-------+--------------------+ +| 98 | Script5 | ++-------+--------------------+ +| 99 | Script6 | ++-------+--------------------+ +| 100 | Script7 | ++-------+--------------------+ +| 101 | Script8 | ++-------+--------------------+ +| 102 | Script9 | ++-------+--------------------+ +| 103 | Script10 | ++-------+--------------------+ +| 104 | Script11 | ++-------+--------------------+ +| 105 | Script12 | ++-------+--------------------+ +| 106 | Script13 | ++-------+--------------------+ +| 107 | Script14 | ++-------+--------------------+ +| 108 | Script15 | ++-------+--------------------+ +| 109 | Script16 | ++-------+--------------------+ +| 120 | NeoPixel1 | ++-------+--------------------+ +| 121 | NeoPixel2 | ++-------+--------------------+ +| 122 | NeoPixel3 | ++-------+--------------------+ +| 123 | NeoPixel4 | ++-------+--------------------+ +| 128 | WingSailElevator | ++-------+--------------------+ +| 129 | ProfiLED1 | ++-------+--------------------+ +| 130 | ProfiLED2 | ++-------+--------------------+ +| 131 | ProfiLED3 | ++-------+--------------------+ +| 132 | ProfiLEDClock | ++-------+--------------------+ +| 133 | Winch Clutch | ++-------+--------------------+ +| 134 | SERVOn_MIN | ++-------+--------------------+ +| 135 | SERVOn_TRIM | ++-------+--------------------+ +| 136 | SERVOn_MAX | ++-------+--------------------+ +| 137 | SailMastRotation | ++-------+--------------------+ +| 138 | Alarm | ++-------+--------------------+ +| 139 | Alarm Inverted | ++-------+--------------------+ +| 140 | RCIN1Scaled | ++-------+--------------------+ +| 141 | RCIN2Scaled | ++-------+--------------------+ +| 142 | RCIN3Scaled | ++-------+--------------------+ +| 143 | RCIN4Scaled | ++-------+--------------------+ +| 144 | RCIN5Scaled | ++-------+--------------------+ +| 145 | RCIN6Scaled | ++-------+--------------------+ +| 146 | RCIN7Scaled | ++-------+--------------------+ +| 147 | RCIN8Scaled | ++-------+--------------------+ +| 148 | RCIN9Scaled | ++-------+--------------------+ +| 149 | RCIN10Scaled | ++-------+--------------------+ +| 150 | RCIN11Scaled | ++-------+--------------------+ +| 151 | RCIN12Scaled | ++-------+--------------------+ +| 152 | RCIN13Scaled | ++-------+--------------------+ +| 153 | RCIN14Scaled | ++-------+--------------------+ +| 154 | RCIN15Scaled | ++-------+--------------------+ +| 155 | RCIN16Scaled | ++-------+--------------------+ + + + + + +.. _parameters_SERVO_BLH_: + +SERVO\_BLH\_ Parameters +----------------------- + + +.. _SERVO_BLH_MASK: + +SERVO\_BLH\_MASK: BLHeli Channel Bitmask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Enable of BLHeli pass\-thru servo protocol support to specific channels\. This mask is in addition to motors enabled using SERVO\_BLH\_AUTO \(if any\) + + ++-----+------------+ +| Bit | Meaning | ++=====+============+ +| 0 | Channel1 | ++-----+------------+ +| 1 | Channel2 | ++-----+------------+ +| 2 | Channel3 | ++-----+------------+ +| 3 | Channel4 | ++-----+------------+ +| 4 | Channel5 | ++-----+------------+ +| 5 | Channel6 | ++-----+------------+ +| 6 | Channel7 | ++-----+------------+ +| 7 | Channel8 | ++-----+------------+ +| 8 | Channel9 | ++-----+------------+ +| 9 | Channel10 | ++-----+------------+ +| 10 | Channel11 | ++-----+------------+ +| 11 | Channel12 | ++-----+------------+ +| 12 | Channel13 | ++-----+------------+ +| 13 | Channel14 | ++-----+------------+ +| 14 | Channel15 | ++-----+------------+ +| 15 | Channel16 | ++-----+------------+ +| 16 | Channel 17 | ++-----+------------+ +| 17 | Channel 18 | ++-----+------------+ +| 18 | Channel 19 | ++-----+------------+ +| 19 | Channel 20 | ++-----+------------+ +| 20 | Channel 21 | ++-----+------------+ +| 21 | Channel 22 | ++-----+------------+ +| 22 | Channel 23 | ++-----+------------+ +| 23 | Channel 24 | ++-----+------------+ +| 24 | Channel 25 | ++-----+------------+ +| 25 | Channel 26 | ++-----+------------+ +| 26 | Channel 27 | ++-----+------------+ +| 27 | Channel 28 | ++-----+------------+ +| 28 | Channel 29 | ++-----+------------+ +| 29 | Channel 30 | ++-----+------------+ +| 30 | Channel 31 | ++-----+------------+ +| 31 | Channel 32 | ++-----+------------+ + + + + +.. _SERVO_BLH_AUTO: + +SERVO\_BLH\_AUTO: BLHeli pass\-thru auto\-enable for multicopter motors +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +If set to 1 this auto\-enables BLHeli pass\-thru support for all multicopter motors + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _SERVO_BLH_TEST: + +SERVO\_BLH\_TEST: BLHeli internal interface test +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Setting SERVO\_BLH\_TEST to a motor number enables an internal test of the BLHeli ESC protocol to the corresponding ESC\. The debug output is displayed on the USB console\. + + ++-------+------------+ +| Value | Meaning | ++=======+============+ +| 0 | Disabled | ++-------+------------+ +| 1 | TestMotor1 | ++-------+------------+ +| 2 | TestMotor2 | ++-------+------------+ +| 3 | TestMotor3 | ++-------+------------+ +| 4 | TestMotor4 | ++-------+------------+ +| 5 | TestMotor5 | ++-------+------------+ +| 6 | TestMotor6 | ++-------+------------+ +| 7 | TestMotor7 | ++-------+------------+ +| 8 | TestMotor8 | ++-------+------------+ + + + + +.. _SERVO_BLH_TMOUT: + +SERVO\_BLH\_TMOUT: BLHeli protocol timeout +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the inactivity timeout for the BLHeli protocol in seconds\. If no packets are received in this time normal MAVLink operations are resumed\. A value of 0 means no timeout + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 300 | seconds | ++----------+---------+ + + + + +.. _SERVO_BLH_TRATE: + +SERVO\_BLH\_TRATE: BLHeli telemetry rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +This sets the rate in Hz for requesting telemetry from ESCs\. It is the rate per ESC\. Setting to zero disables telemetry requests + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 0 to 500 | hertz | ++----------+-------+ + + + + +.. _SERVO_BLH_DEBUG: + +SERVO\_BLH\_DEBUG: BLHeli debug level +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +When set to 1 this enabled verbose debugging output over MAVLink when the blheli protocol is active\. This can be used to diagnose failures\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _SERVO_BLH_OTYPE: + +SERVO\_BLH\_OTYPE: BLHeli output type override +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +When set to a non\-zero value this overrides the output type for the output channels given by SERVO\_BLH\_MASK\. This can be used to enable DShot on outputs that are not part of the multicopter motors group\. + + ++-------+------------+ +| Value | Meaning | ++=======+============+ +| 0 | None | ++-------+------------+ +| 1 | OneShot | ++-------+------------+ +| 2 | OneShot125 | ++-------+------------+ +| 3 | Brushed | ++-------+------------+ +| 4 | DShot150 | ++-------+------------+ +| 5 | DShot300 | ++-------+------------+ +| 6 | DShot600 | ++-------+------------+ +| 7 | DShot1200 | ++-------+------------+ + + + + +.. _SERVO_BLH_PORT: + +SERVO\_BLH\_PORT: Control port +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the mavlink channel to use for blheli pass\-thru\. The channel number is determined by the number of serial ports configured to use mavlink\. So 0 is always the console\, 1 is the next serial port using mavlink\, 2 the next after that and so on\. + + ++-------+-------------------------+ +| Value | Meaning | ++=======+=========================+ +| 0 | Console | ++-------+-------------------------+ +| 1 | Mavlink Serial Channel1 | ++-------+-------------------------+ +| 2 | Mavlink Serial Channel2 | ++-------+-------------------------+ +| 3 | Mavlink Serial Channel3 | ++-------+-------------------------+ +| 4 | Mavlink Serial Channel4 | ++-------+-------------------------+ +| 5 | Mavlink Serial Channel5 | ++-------+-------------------------+ + + + + +.. _SERVO_BLH_POLES: + +SERVO\_BLH\_POLES: BLHeli Motor Poles +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +This allows calculation of true RPM from ESC\'s eRPM\. The default is 14\. + + ++----------+ +| Range | ++==========+ +| 1 to 127 | ++----------+ + + + + +.. _SERVO_BLH_3DMASK: + +SERVO\_BLH\_3DMASK: BLHeli bitmask of 3D channels +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Mask of channels which are dynamically reversible\. This is used to configure ESCs in \'3D\' mode\, allowing for the motor to spin in either direction + + ++-----+------------+ +| Bit | Meaning | ++=====+============+ +| 0 | Channel1 | ++-----+------------+ +| 1 | Channel2 | ++-----+------------+ +| 2 | Channel3 | ++-----+------------+ +| 3 | Channel4 | ++-----+------------+ +| 4 | Channel5 | ++-----+------------+ +| 5 | Channel6 | ++-----+------------+ +| 6 | Channel7 | ++-----+------------+ +| 7 | Channel8 | ++-----+------------+ +| 8 | Channel9 | ++-----+------------+ +| 9 | Channel10 | ++-----+------------+ +| 10 | Channel11 | ++-----+------------+ +| 11 | Channel12 | ++-----+------------+ +| 12 | Channel13 | ++-----+------------+ +| 13 | Channel14 | ++-----+------------+ +| 14 | Channel15 | ++-----+------------+ +| 15 | Channel16 | ++-----+------------+ +| 16 | Channel 17 | ++-----+------------+ +| 17 | Channel 18 | ++-----+------------+ +| 18 | Channel 19 | ++-----+------------+ +| 19 | Channel 20 | ++-----+------------+ +| 20 | Channel 21 | ++-----+------------+ +| 21 | Channel 22 | ++-----+------------+ +| 22 | Channel 23 | ++-----+------------+ +| 23 | Channel 24 | ++-----+------------+ +| 24 | Channel 25 | ++-----+------------+ +| 25 | Channel 26 | ++-----+------------+ +| 26 | Channel 27 | ++-----+------------+ +| 27 | Channel 28 | ++-----+------------+ +| 28 | Channel 29 | ++-----+------------+ +| 29 | Channel 30 | ++-----+------------+ +| 30 | Channel 31 | ++-----+------------+ +| 31 | Channel 32 | ++-----+------------+ + + + + +.. _SERVO_BLH_BDMASK: + +SERVO\_BLH\_BDMASK: BLHeli bitmask of bi\-directional dshot channels +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Mask of channels which support bi\-directional dshot\. This is used for ESCs which have firmware that supports bi\-directional dshot allowing fast rpm telemetry values to be returned for the harmonic notch\. + + ++-----+------------+ +| Bit | Meaning | ++=====+============+ +| 0 | Channel1 | ++-----+------------+ +| 1 | Channel2 | ++-----+------------+ +| 2 | Channel3 | ++-----+------------+ +| 3 | Channel4 | ++-----+------------+ +| 4 | Channel5 | ++-----+------------+ +| 5 | Channel6 | ++-----+------------+ +| 6 | Channel7 | ++-----+------------+ +| 7 | Channel8 | ++-----+------------+ +| 8 | Channel9 | ++-----+------------+ +| 9 | Channel10 | ++-----+------------+ +| 10 | Channel11 | ++-----+------------+ +| 11 | Channel12 | ++-----+------------+ +| 12 | Channel13 | ++-----+------------+ +| 13 | Channel14 | ++-----+------------+ +| 14 | Channel15 | ++-----+------------+ +| 15 | Channel16 | ++-----+------------+ +| 16 | Channel 17 | ++-----+------------+ +| 17 | Channel 18 | ++-----+------------+ +| 18 | Channel 19 | ++-----+------------+ +| 19 | Channel 20 | ++-----+------------+ +| 20 | Channel 21 | ++-----+------------+ +| 21 | Channel 22 | ++-----+------------+ +| 22 | Channel 23 | ++-----+------------+ +| 23 | Channel 24 | ++-----+------------+ +| 24 | Channel 25 | ++-----+------------+ +| 25 | Channel 26 | ++-----+------------+ +| 26 | Channel 27 | ++-----+------------+ +| 27 | Channel 28 | ++-----+------------+ +| 28 | Channel 29 | ++-----+------------+ +| 29 | Channel 30 | ++-----+------------+ +| 30 | Channel 31 | ++-----+------------+ +| 31 | Channel 32 | ++-----+------------+ + + + + +.. _SERVO_BLH_RVMASK: + +SERVO\_BLH\_RVMASK: BLHeli bitmask of reversed channels +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Mask of channels which are reversed\. This is used to configure ESCs in reversed mode + + ++-----+------------+ +| Bit | Meaning | ++=====+============+ +| 0 | Channel1 | ++-----+------------+ +| 1 | Channel2 | ++-----+------------+ +| 2 | Channel3 | ++-----+------------+ +| 3 | Channel4 | ++-----+------------+ +| 4 | Channel5 | ++-----+------------+ +| 5 | Channel6 | ++-----+------------+ +| 6 | Channel7 | ++-----+------------+ +| 7 | Channel8 | ++-----+------------+ +| 8 | Channel9 | ++-----+------------+ +| 9 | Channel10 | ++-----+------------+ +| 10 | Channel11 | ++-----+------------+ +| 11 | Channel12 | ++-----+------------+ +| 12 | Channel13 | ++-----+------------+ +| 13 | Channel14 | ++-----+------------+ +| 14 | Channel15 | ++-----+------------+ +| 15 | Channel16 | ++-----+------------+ +| 16 | Channel 17 | ++-----+------------+ +| 17 | Channel 18 | ++-----+------------+ +| 18 | Channel 19 | ++-----+------------+ +| 19 | Channel 20 | ++-----+------------+ +| 20 | Channel 21 | ++-----+------------+ +| 21 | Channel 22 | ++-----+------------+ +| 22 | Channel 23 | ++-----+------------+ +| 23 | Channel 24 | ++-----+------------+ +| 24 | Channel 25 | ++-----+------------+ +| 25 | Channel 26 | ++-----+------------+ +| 26 | Channel 27 | ++-----+------------+ +| 27 | Channel 28 | ++-----+------------+ +| 28 | Channel 29 | ++-----+------------+ +| 29 | Channel 30 | ++-----+------------+ +| 30 | Channel 31 | ++-----+------------+ +| 31 | Channel 32 | ++-----+------------+ + + + + + +.. _parameters_SERVO_FTW_: + +SERVO\_FTW\_ Parameters +----------------------- + + +.. _SERVO_FTW_MASK: + +SERVO\_FTW\_MASK: Servo channel output bitmask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Servo channel mask specifying FETtec ESC output\. + + ++-----+---------+ +| Bit | Meaning | ++=====+=========+ +| 0 | SERVO1 | ++-----+---------+ +| 1 | SERVO2 | ++-----+---------+ +| 2 | SERVO3 | ++-----+---------+ +| 3 | SERVO4 | ++-----+---------+ +| 4 | SERVO5 | ++-----+---------+ +| 5 | SERVO6 | ++-----+---------+ +| 6 | SERVO7 | ++-----+---------+ +| 7 | SERVO8 | ++-----+---------+ +| 8 | SERVO9 | ++-----+---------+ +| 9 | SERVO10 | ++-----+---------+ +| 10 | SERVO11 | ++-----+---------+ +| 11 | SERVO12 | ++-----+---------+ + + + + +.. _SERVO_FTW_RVMASK: + +SERVO\_FTW\_RVMASK: Servo channel reverse rotation bitmask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Servo channel mask to reverse rotation of FETtec ESC outputs\. + + ++-----+---------+ +| Bit | Meaning | ++=====+=========+ +| 0 | SERVO1 | ++-----+---------+ +| 1 | SERVO2 | ++-----+---------+ +| 2 | SERVO3 | ++-----+---------+ +| 3 | SERVO4 | ++-----+---------+ +| 4 | SERVO5 | ++-----+---------+ +| 5 | SERVO6 | ++-----+---------+ +| 6 | SERVO7 | ++-----+---------+ +| 7 | SERVO8 | ++-----+---------+ +| 8 | SERVO9 | ++-----+---------+ +| 9 | SERVO10 | ++-----+---------+ +| 10 | SERVO11 | ++-----+---------+ +| 11 | SERVO12 | ++-----+---------+ + + + + +.. _SERVO_FTW_POLES: + +SERVO\_FTW\_POLES: Nr\. electrical poles +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of motor electrical poles + + ++---------+ +| Range | ++=========+ +| 2 to 50 | ++---------+ + + + + + +.. _parameters_SERVO_ROB_: + +SERVO\_ROB\_ Parameters +----------------------- + + +.. _SERVO_ROB_POSMIN: + +SERVO\_ROB\_POSMIN: Robotis servo position min +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Position minimum at servo min value\. This should be within the position control range of the servos\, normally 0 to 4095 + + ++-----------+ +| Range | ++===========+ +| 0 to 4095 | ++-----------+ + + + + +.. _SERVO_ROB_POSMAX: + +SERVO\_ROB\_POSMAX: Robotis servo position max +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Position maximum at servo max value\. This should be within the position control range of the servos\, normally 0 to 4095 + + ++-----------+ +| Range | ++===========+ +| 0 to 4095 | ++-----------+ + + + + + +.. _parameters_SERVO_SBUS_: + +SERVO\_SBUS\_ Parameters +------------------------ + + +.. _SERVO_SBUS_RATE: + +SERVO\_SBUS\_RATE: SBUS default output rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This sets the SBUS output frame rate in Hz\. + + ++-----------+-------+ +| Range | Units | ++===========+=======+ +| 25 to 250 | hertz | ++-----------+-------+ + + + + + +.. _parameters_SERVO_VOLZ_: + +SERVO\_VOLZ\_ Parameters +------------------------ + + +.. _SERVO_VOLZ_MASK: + +SERVO\_VOLZ\_MASK: Channel Bitmask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable of volz servo protocol to specific channels + + ++-----+-----------+ +| Bit | Meaning | ++=====+===========+ +| 0 | Channel1 | ++-----+-----------+ +| 1 | Channel2 | ++-----+-----------+ +| 2 | Channel3 | ++-----+-----------+ +| 3 | Channel4 | ++-----+-----------+ +| 4 | Channel5 | ++-----+-----------+ +| 5 | Channel6 | ++-----+-----------+ +| 6 | Channel7 | ++-----+-----------+ +| 7 | Channel8 | ++-----+-----------+ +| 8 | Channel9 | ++-----+-----------+ +| 9 | Channel10 | ++-----+-----------+ +| 10 | Channel11 | ++-----+-----------+ +| 11 | Channel12 | ++-----+-----------+ +| 12 | Channel13 | ++-----+-----------+ +| 13 | Channel14 | ++-----+-----------+ +| 14 | Channel15 | ++-----+-----------+ +| 15 | Channel16 | ++-----+-----------+ +| 16 | Channel17 | ++-----+-----------+ +| 17 | Channel18 | ++-----+-----------+ +| 18 | Channel19 | ++-----+-----------+ +| 19 | Channel20 | ++-----+-----------+ +| 20 | Channel21 | ++-----+-----------+ +| 21 | Channel22 | ++-----+-----------+ +| 22 | Channel23 | ++-----+-----------+ +| 23 | Channel24 | ++-----+-----------+ +| 24 | Channel25 | ++-----+-----------+ +| 25 | Channel26 | ++-----+-----------+ +| 26 | Channel27 | ++-----+-----------+ +| 28 | Channel29 | ++-----+-----------+ +| 29 | Channel30 | ++-----+-----------+ +| 30 | Channel31 | ++-----+-----------+ +| 31 | Channel32 | ++-----+-----------+ + + + + + +.. _parameters_sim: + +Simulation Parameters +--------------------- + + +.. _SIM_WIND_SPD: + +SIM\_WIND\_SPD: Simulated Wind speed +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Allows you to emulate wind in sim + + ++-------------------+ +| Units | ++===================+ +| meters per second | ++-------------------+ + + + + +.. _SIM_WIND_DIR: + +SIM\_WIND\_DIR: Simulated Wind direction +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Allows you to set wind direction \(true deg\) in sim + + ++---------+ +| Units | ++=========+ +| degrees | ++---------+ + + + + +.. _SIM_WIND_TURB: + +SIM\_WIND\_TURB: Simulated Wind variation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Allows you to emulate random wind variations in sim + + ++-------------------+ +| Units | ++===================+ +| meters per second | ++-------------------+ + + + + +.. _SIM_BATT_VOLTAGE: + +SIM\_BATT\_VOLTAGE: Simulated battery voltage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Simulated battery \(constant\) voltage + + ++-------+ +| Units | ++=======+ +| volt | ++-------+ + + + + +.. _SIM_RC_FAIL: + +SIM\_RC\_FAIL: Simulated RC signal failure +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Allows you to emulate rc failures in sim + + ++-------+-----------------------------------------------+ +| Value | Meaning | ++=======+===============================================+ +| 0 | Disabled | ++-------+-----------------------------------------------+ +| 1 | No RC pusles | ++-------+-----------------------------------------------+ +| 2 | All Channels neutral except Throttle is 950us | ++-------+-----------------------------------------------+ + + + + +.. _SIM_FLOAT_EXCEPT: + +SIM\_FLOAT\_EXCEPT: Generate floating point exceptions +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +If set\, if a numerical error occurs SITL will die with a floating point exception\. + + +.. _SIM_CAN_SRV_MSK: + +SIM\_CAN\_SRV\_MSK: Mask of CAN servos\/ESCs +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The set of actuators controlled externally by CAN SITL AP\_Periph + + ++-----+----------+ +| Bit | Meaning | ++=====+==========+ +| 0 | Servo 1 | ++-----+----------+ +| 1 | Servo 2 | ++-----+----------+ +| 2 | Servo 3 | ++-----+----------+ +| 3 | Servo 4 | ++-----+----------+ +| 4 | Servo 5 | ++-----+----------+ +| 5 | Servo 6 | ++-----+----------+ +| 6 | Servo 7 | ++-----+----------+ +| 7 | Servo 8 | ++-----+----------+ +| 8 | Servo 9 | ++-----+----------+ +| 9 | Servo 10 | ++-----+----------+ +| 10 | Servo 11 | ++-----+----------+ +| 11 | Servo 12 | ++-----+----------+ +| 12 | Servo 13 | ++-----+----------+ +| 13 | Servo 14 | ++-----+----------+ +| 14 | Servo 15 | ++-----+----------+ +| 15 | Servo 16 | ++-----+----------+ +| 16 | Servo 17 | ++-----+----------+ +| 17 | Servo 18 | ++-----+----------+ +| 18 | Servo 19 | ++-----+----------+ +| 19 | Servo 20 | ++-----+----------+ +| 20 | Servo 21 | ++-----+----------+ +| 21 | Servo 22 | ++-----+----------+ +| 22 | Servo 23 | ++-----+----------+ +| 23 | Servo 24 | ++-----+----------+ +| 24 | Servo 25 | ++-----+----------+ +| 25 | Servo 26 | ++-----+----------+ +| 26 | Servo 27 | ++-----+----------+ +| 27 | Servo 28 | ++-----+----------+ +| 28 | Servo 29 | ++-----+----------+ +| 29 | Servo 30 | ++-----+----------+ +| 30 | Servo 31 | ++-----+----------+ +| 31 | Servo 32 | ++-----+----------+ + + + + +.. _SIM_CAN_TYPE1: + +SIM\_CAN\_TYPE1: transport type for first CAN interface +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +transport type for first CAN interface + + ++-------+--------------+ +| Value | Meaning | ++=======+==============+ +| 0 | MulticastUDP | ++-------+--------------+ +| 1 | SocketCAN | ++-------+--------------+ + + + + +.. _SIM_CAN_TYPE2: + +SIM\_CAN\_TYPE2: transport type for second CAN interface +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +transport type for second CAN interface + + ++-------+--------------+ +| Value | Meaning | ++=======+==============+ +| 0 | MulticastUDP | ++-------+--------------+ +| 1 | SocketCAN | ++-------+--------------+ + + + + +.. _SIM_FLOW_ENABLE: + +SIM\_FLOW\_ENABLE: Opflow Enable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable simulated Optical Flow sensor + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0 | Disable | ++-------+---------+ +| 1 | Enabled | ++-------+---------+ + + + + +.. _SIM_FLOW_RATE: + +SIM\_FLOW\_RATE: Opflow Rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Opflow Data Rate + + ++-------+ +| Units | ++=======+ +| hertz | ++-------+ + + + + +.. _SIM_FLOW_DELAY: + +SIM\_FLOW\_DELAY: Opflow Delay +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Opflow data delay + + ++--------------+ +| Units | ++==============+ +| milliseconds | ++--------------+ + + + + +.. _SIM_SPEEDUP: + +SIM\_SPEEDUP: Sim Speedup +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Runs the simulation at multiples of normal speed\. Do not use if realtime physics\, like RealFlight\, is being used + + ++---------+ +| Range | ++=========+ +| 1 to 10 | ++---------+ + + + + +.. _SIM_IMU_POS_X: + +SIM\_IMU\_POS\_X: IMU Offsets +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +XYZ position of the IMU accelerometer relative to the body frame origin \(X\-axis\) + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_IMU_POS_Y: + +SIM\_IMU\_POS\_Y: IMU Offsets +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +XYZ position of the IMU accelerometer relative to the body frame origin \(Y\-axis\) + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_IMU_POS_Z: + +SIM\_IMU\_POS\_Z: IMU Offsets +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +XYZ position of the IMU accelerometer relative to the body frame origin \(Z\-axis\) + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_FLOW_POS_X: + +SIM\_FLOW\_POS\_X: Opflow Pos +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +XYZ position of the optical flow sensor focal point relative to the body frame origin \(X\-axis\) + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_FLOW_POS_Y: + +SIM\_FLOW\_POS\_Y: Opflow Pos +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +XYZ position of the optical flow sensor focal point relative to the body frame origin \(Y\-axis\) + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_FLOW_POS_Z: + +SIM\_FLOW\_POS\_Z: Opflow Pos +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +XYZ position of the optical flow sensor focal point relative to the body frame origin \(Z\-axis\) + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_WIND_T_: + +SIM\_WIND\_T\_: Wind Profile Type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Selects how wind varies from surface to WIND\_T\_ALT + + ++-------+------------------------+ +| Value | Meaning | ++=======+========================+ +| 0 | square law | ++-------+------------------------+ +| 1 | none | ++-------+------------------------+ +| 2 | linear-see WIND_T_COEF | ++-------+------------------------+ + + + + +.. _SIM_WIND_T_ALT: + +SIM\_WIND\_T\_ALT: Full Wind Altitude +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Altitude at which wind reaches full strength\, decaying from full strength as altitude lowers to ground level + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_WIND_T_COEF: + +SIM\_WIND\_T\_COEF: Linear Wind Curve Coeff +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +For linear wind profile\,wind is reduced by \(Altitude\-WIND\_T\_ALT\) x this value + + +.. _SIM_WOW_PIN: + +SIM\_WOW\_PIN: Weight on Wheels Pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +SITL set this simulated pin to true if vehicle is on ground + + +.. _SIM_FLOW_RND: + +SIM\_FLOW\_RND: Opflow noise +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Optical Flow sensor measurement noise in rad\/sec + + +.. _SIM_OPOS_LAT: + +SIM\_OPOS\_LAT: Original Position \(Latitude\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Specifies vehicle\'s startup latitude + + +.. _SIM_OPOS_LNG: + +SIM\_OPOS\_LNG: Original Position \(Longitude\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Specifies vehicle\'s startup longitude + + +.. _SIM_OPOS_ALT: + +SIM\_OPOS\_ALT: Original Position \(Altitude\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Specifies vehicle\'s startup altitude \(AMSL\) + + +.. _SIM_OPOS_HDG: + +SIM\_OPOS\_HDG: Original Position \(Heading\) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Specifies vehicle\'s startup heading \(0\-360\) + + +.. _SIM_IMU_COUNT: + +SIM\_IMU\_COUNT: IMU count +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of simulated IMUs to create + + +.. _SIM_BARO_RND: + +SIM\_BARO\_RND: Baro Noise +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Amount of \(evenly\-distributed\) noise injected into the 1st baro + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_BARO_GLITCH: + +SIM\_BARO\_GLITCH: Baro Glitch +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Glitch for 1st baro + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_BAR2_RND: + +SIM\_BAR2\_RND: Baro2 Noise +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Amount of \(evenly\-distributed\) noise injected into the 2nd baro + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_BAR2_GLITCH: + +SIM\_BAR2\_GLITCH: Baro2 Glitch +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Glitch for 2nd baro + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_BAR3_RND: + +SIM\_BAR3\_RND: Baro3 Noise +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Amount of \(evenly\-distributed\) noise injected into the 3rd baro + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_BAR3_GLITCH: + +SIM\_BAR3\_GLITCH: Baro3 Glitch +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Glitch for 2nd baro + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_ESC_TELEM: + +SIM\_ESC\_TELEM: Simulated ESC Telemetry +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +enable perfect simulated ESC telemetry + + +.. _SIM_UART_LOSS: + +SIM\_UART\_LOSS: UART byte loss percentage +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets percentage of outgoing byte loss on UARTs + + ++---------+ +| Units | ++=========+ +| percent | ++---------+ + + + + +.. _SIM_ADSB_TYPES: + +SIM\_ADSB\_TYPES: Simulated ADSB Type mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +specifies which simulated ADSB types are active + + ++-----+-------------+ +| Bit | Meaning | ++=====+=============+ +| 0 | MAVLink | ++-----+-------------+ +| 3 | SageTechMXS | ++-----+-------------+ + + + + +.. _SIM_GPS_DISABLE: + +SIM\_GPS\_DISABLE: GPS 1 disable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Disables GPS 1 + + ++-------+--------------+ +| Value | Meaning | ++=======+==============+ +| 0 | Enable | ++-------+--------------+ +| 1 | GPS Disabled | ++-------+--------------+ + + + + +.. _SIM_GPS_LAG_MS: + +SIM\_GPS\_LAG\_MS: GPS 1 Lag +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +GPS 1 lag + + ++--------------+ +| Units | ++==============+ +| milliseconds | ++--------------+ + + + + +.. _SIM_GPS_TYPE: + +SIM\_GPS\_TYPE: GPS 1 type +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the type of simulation used for GPS 1 + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0 | None | ++-------+---------+ +| 1 | UBlox | ++-------+---------+ +| 5 | NMEA | ++-------+---------+ +| 6 | SBP | ++-------+---------+ +| 7 | File | ++-------+---------+ +| 8 | Nova | ++-------+---------+ +| 9 | SBP | ++-------+---------+ +| 10 | Trimble | ++-------+---------+ +| 19 | MSP | ++-------+---------+ + + + + +.. _SIM_GPS_BYTELOSS: + +SIM\_GPS\_BYTELOSS: GPS Byteloss +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Percent of bytes lost from GPS 1 + + ++---------+ +| Units | ++=========+ +| percent | ++---------+ + + + + +.. _SIM_GPS_NUMSATS: + +SIM\_GPS\_NUMSATS: GPS 1 Num Satellites +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of satellites GPS 1 has in view + + +.. _SIM_GPS_GLITCH_X: + +SIM\_GPS\_GLITCH\_X: GPS 1 Glitch +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Glitch offsets of simulated GPS 1 sensor \(X\-axis\) + + +.. _SIM_GPS_GLITCH_Y: + +SIM\_GPS\_GLITCH\_Y: GPS 1 Glitch +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Glitch offsets of simulated GPS 1 sensor \(Y\-axis\) + + +.. _SIM_GPS_GLITCH_Z: + +SIM\_GPS\_GLITCH\_Z: GPS 1 Glitch +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Glitch offsets of simulated GPS 1 sensor \(Z\-axis\) + + +.. _SIM_GPS_HZ: + +SIM\_GPS\_HZ: GPS 1 Hz +~~~~~~~~~~~~~~~~~~~~~~ + + +GPS 1 Update rate + + ++-------+ +| Units | ++=======+ +| hertz | ++-------+ + + + + +.. _SIM_GPS_DRIFTALT: + +SIM\_GPS\_DRIFTALT: GPS 1 Altitude Drift +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +GPS 1 altitude drift error + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_GPS_POS_X: + +SIM\_GPS\_POS\_X: GPS 1 Position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +GPS 1 antenna phase center position relative to the body frame origin \(X\-axis\) + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_GPS_POS_Y: + +SIM\_GPS\_POS\_Y: GPS 1 Position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +GPS 1 antenna phase center position relative to the body frame origin \(Y\-axis\) + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_GPS_POS_Z: + +SIM\_GPS\_POS\_Z: GPS 1 Position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +GPS 1 antenna phase center position relative to the body frame origin \(Z\-axis\) + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_GPS_NOISE: + +SIM\_GPS\_NOISE: GPS 1 Noise +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Amplitude of the GPS1 altitude error + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_GPS_LOCKTIME: + +SIM\_GPS\_LOCKTIME: GPS 1 Lock Time +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Delay in seconds before GPS1 acquires lock + + ++---------+ +| Units | ++=========+ +| seconds | ++---------+ + + + + +.. _SIM_GPS_ALT_OFS: + +SIM\_GPS\_ALT\_OFS: GPS 1 Altitude Offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +GPS 1 Altitude Error + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_GPS_HDG: + +SIM\_GPS\_HDG: GPS 1 Heading +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Enable GPS1 output of NMEA heading HDT sentence or UBLOX\_RELPOSNED + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _SIM_GPS_ACC: + +SIM\_GPS\_ACC: GPS 1 Accuracy +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +GPS 1 Accuracy + + +.. _SIM_GPS_VERR_X: + +SIM\_GPS\_VERR\_X: GPS 1 Velocity Error +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +GPS 1 Velocity Error Offsets in NED \(X\-axis\) + + +.. _SIM_GPS_VERR_Y: + +SIM\_GPS\_VERR\_Y: GPS 1 Velocity Error +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +GPS 1 Velocity Error Offsets in NED \(Y\-axis\) + + +.. _SIM_GPS_VERR_Z: + +SIM\_GPS\_VERR\_Z: GPS 1 Velocity Error +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +GPS 1 Velocity Error Offsets in NED \(Z\-axis\) + + +.. _SIM_GPS_JAM: + +SIM\_GPS\_JAM: GPS jamming enable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Enable simulated GPS jamming + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _SIM_GPS2_DISABLE: + +SIM\_GPS2\_DISABLE: GPS 2 disable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Disables GPS 2 + + ++-------+--------------+ +| Value | Meaning | ++=======+==============+ +| 0 | Enable | ++-------+--------------+ +| 1 | GPS Disabled | ++-------+--------------+ + + + + +.. _SIM_GPS2_LAG_MS: + +SIM\_GPS2\_LAG\_MS: GPS 2 Lag +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +GPS 2 lag in ms + + ++--------------+ +| Units | ++==============+ +| milliseconds | ++--------------+ + + + + +.. _SIM_GPS2_TYPE: + +SIM\_GPS2\_TYPE: GPS 2 type +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets the type of simulation used for GPS 2 + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0 | None | ++-------+---------+ +| 1 | UBlox | ++-------+---------+ +| 5 | NMEA | ++-------+---------+ +| 6 | SBP | ++-------+---------+ +| 7 | File | ++-------+---------+ +| 8 | Nova | ++-------+---------+ +| 9 | SBP | ++-------+---------+ +| 10 | Trimble | ++-------+---------+ +| 19 | MSP | ++-------+---------+ + + + + +.. _SIM_GPS2_BYTELOS: + +SIM\_GPS2\_BYTELOS: GPS 2 Byteloss +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Percent of bytes lost from GPS 2 + + ++---------+ +| Units | ++=========+ +| percent | ++---------+ + + + + +.. _SIM_GPS2_NUMSATS: + +SIM\_GPS2\_NUMSATS: GPS 2 Num Satellites +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of satellites GPS 2 has in view + + +.. _SIM_GPS2_GLTCH_X: + +SIM\_GPS2\_GLTCH\_X: GPS 2 Glitch +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Glitch offsets of simulated GPS 2 sensor \(X\-axis\) + + +.. _SIM_GPS2_GLTCH_Y: + +SIM\_GPS2\_GLTCH\_Y: GPS 2 Glitch +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Glitch offsets of simulated GPS 2 sensor \(Y\-axis\) + + +.. _SIM_GPS2_GLTCH_Z: + +SIM\_GPS2\_GLTCH\_Z: GPS 2 Glitch +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Glitch offsets of simulated GPS 2 sensor \(Z\-axis\) + + +.. _SIM_GPS2_HZ: + +SIM\_GPS2\_HZ: GPS 2 Hz +~~~~~~~~~~~~~~~~~~~~~~~ + + +GPS 2 Update rate + + ++-------+ +| Units | ++=======+ +| hertz | ++-------+ + + + + +.. _SIM_GPS2_DRFTALT: + +SIM\_GPS2\_DRFTALT: GPS 2 Altitude Drift +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +GPS 2 altitude drift error + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_GPS2_POS_X: + +SIM\_GPS2\_POS\_X: GPS 2 Position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +GPS 2 antenna phase center position relative to the body frame origin \(X\-axis\) + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_GPS2_POS_Y: + +SIM\_GPS2\_POS\_Y: GPS 2 Position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +GPS 2 antenna phase center position relative to the body frame origin \(Y\-axis\) + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_GPS2_POS_Z: + +SIM\_GPS2\_POS\_Z: GPS 2 Position +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +GPS 2 antenna phase center position relative to the body frame origin \(Z\-axis\) + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_GPS2_NOISE: + +SIM\_GPS2\_NOISE: GPS 2 Noise +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Amplitude of the GPS2 altitude error + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_GPS2_LCKTIME: + +SIM\_GPS2\_LCKTIME: GPS 2 Lock Time +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Delay in seconds before GPS2 acquires lock + + ++---------+ +| Units | ++=========+ +| seconds | ++---------+ + + + + +.. _SIM_GPS2_ALT_OFS: + +SIM\_GPS2\_ALT\_OFS: GPS 2 Altitude Offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +GPS 2 Altitude Error + + ++--------+ +| Units | ++========+ +| meters | ++--------+ + + + + +.. _SIM_GPS2_HDG: + +SIM\_GPS2\_HDG: GPS 2 Heading +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Enable GPS2 output of NMEA heading HDT sentence or UBLOX\_RELPOSNED + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _SIM_GPS2_ACC: + +SIM\_GPS2\_ACC: GPS 2 Accuracy +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +GPS 2 Accuracy + + +.. _SIM_GPS2_VERR_X: + +SIM\_GPS2\_VERR\_X: GPS 2 Velocity Error +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +GPS 2 Velocity Error Offsets in NED \(X\-axis\) + + +.. _SIM_GPS2_VERR_Y: + +SIM\_GPS2\_VERR\_Y: GPS 2 Velocity Error +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +GPS 2 Velocity Error Offsets in NED \(Y\-axis\) + + +.. _SIM_GPS2_VERR_Z: + +SIM\_GPS2\_VERR\_Z: GPS 2 Velocity Error +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +GPS 2 Velocity Error Offsets in NED \(Z\-axis\) + + +.. _SIM_INIT_LAT_OFS: + +SIM\_INIT\_LAT\_OFS: Initial Latitude Offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +GPS initial lat offset from origin + + +.. _SIM_INIT_LON_OFS: + +SIM\_INIT\_LON\_OFS: Initial Longitude Offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +GPS initial lon offset from origin + + +.. _SIM_INIT_ALT_OFS: + +SIM\_INIT\_ALT\_OFS: Initial Altitude Offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +GPS initial alt offset from origin + + +.. _SIM_GPS_LOG_NUM: + +SIM\_GPS\_LOG\_NUM: GPS Log Number +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Log number for GPS\:update\_file\(\) + + +.. _SIM_GPS2_JAM: + +SIM\_GPS2\_JAM: GPS jamming enable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Enable simulated GPS jamming + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _SIM_MAG1_DEVID: + +SIM\_MAG1\_DEVID: MAG1 Device ID +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Device ID of simulated compass 1 + + +.. _SIM_MAG1_FAIL: + +SIM\_MAG1\_FAIL: MAG1 Failure +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Simulated failure of MAG1 + + ++-------+--------------+ +| Value | Meaning | ++=======+==============+ +| 0 | Disabled | ++-------+--------------+ +| 1 | MAG1 Failure | ++-------+--------------+ + + + + +.. _SIM_MAG2_FAIL: + +SIM\_MAG2\_FAIL: MAG2 Failure +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Simulated failure of MAG2 + + ++-------+--------------+ +| Value | Meaning | ++=======+==============+ +| 0 | Disabled | ++-------+--------------+ +| 1 | MAG2 Failure | ++-------+--------------+ + + + + +.. _SIM_MAG3_FAIL: + +SIM\_MAG3\_FAIL: MAG3 Failure +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Simulated failure of MAG3 + + ++-------+--------------+ +| Value | Meaning | ++=======+==============+ +| 0 | Disabled | ++-------+--------------+ +| 1 | MAG3 Failure | ++-------+--------------+ + + + + +.. _SIM_MAG_SAVE_IDS: + +SIM\_MAG\_SAVE\_IDS: Save MAG devids on startup +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +This forces saving of compass devids on startup so that simulated compasses start as calibrated + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _SIM_ACC1_BIAS_X: + +SIM\_ACC1\_BIAS\_X: Accel 1 bias +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +bias of simulated accelerometer sensor \(X\-axis\) + + +.. _SIM_ACC1_BIAS_Y: + +SIM\_ACC1\_BIAS\_Y: Accel 1 bias +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +bias of simulated accelerometer sensor \(Y\-axis\) + + +.. _SIM_ACC1_BIAS_Z: + +SIM\_ACC1\_BIAS\_Z: Accel 1 bias +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +bias of simulated accelerometer sensor \(Z\-axis\) + + +.. _SIM_ACC2_BIAS_X: + +SIM\_ACC2\_BIAS\_X: Accel 2 bias +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +bias of simulated accelerometer sensor \(X\-axis\) + + +.. _SIM_ACC2_BIAS_Y: + +SIM\_ACC2\_BIAS\_Y: Accel 2 bias +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +bias of simulated accelerometer sensor \(Y\-axis\) + + +.. _SIM_ACC2_BIAS_Z: + +SIM\_ACC2\_BIAS\_Z: Accel 2 bias +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +bias of simulated accelerometer sensor \(Z\-axis\) + + +.. _SIM_ACC3_BIAS_X: + +SIM\_ACC3\_BIAS\_X: Accel 3 bias +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +bias of simulated accelerometer sensor \(X\-axis\) + + +.. _SIM_ACC3_BIAS_Y: + +SIM\_ACC3\_BIAS\_Y: Accel 3 bias +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +bias of simulated accelerometer sensor \(Y\-axis\) + + +.. _SIM_ACC3_BIAS_Z: + +SIM\_ACC3\_BIAS\_Z: Accel 3 bias +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +bias of simulated accelerometer sensor \(Z\-axis\) + + +.. _SIM_GYR1_SCALE_X: + +SIM\_GYR1\_SCALE\_X: Gyro 1 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated gyroscope \(X\-axis\) + + +.. _SIM_GYR1_SCALE_Y: + +SIM\_GYR1\_SCALE\_Y: Gyro 1 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated gyroscope \(Y\-axis\) + + +.. _SIM_GYR1_SCALE_Z: + +SIM\_GYR1\_SCALE\_Z: Gyro 1 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated gyroscope \(Z\-axis\) + + +.. _SIM_GYR2_SCALE_X: + +SIM\_GYR2\_SCALE\_X: Gyro 2 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated gyroscope \(X\-axis\) + + +.. _SIM_GYR2_SCALE_Y: + +SIM\_GYR2\_SCALE\_Y: Gyro 2 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated gyroscope \(Y\-axis\) + + +.. _SIM_GYR2_SCALE_Z: + +SIM\_GYR2\_SCALE\_Z: Gyro 2 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated gyroscope \(Z\-axis\) + + +.. _SIM_GYR3_SCALE_X: + +SIM\_GYR3\_SCALE\_X: Gyro 3 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated gyroscope \(X\-axis\) + + +.. _SIM_GYR3_SCALE_Y: + +SIM\_GYR3\_SCALE\_Y: Gyro 3 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated gyroscope \(Y\-axis\) + + +.. _SIM_GYR3_SCALE_Z: + +SIM\_GYR3\_SCALE\_Z: Gyro 3 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated gyroscope \(Z\-axis\) + + +.. _SIM_ACCEL1_FAIL: + +SIM\_ACCEL1\_FAIL: ACCEL1 Failure +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Simulated failure of ACCEL1 + + ++-------+----------------+ +| Value | Meaning | ++=======+================+ +| 0 | Disabled | ++-------+----------------+ +| 1 | ACCEL1 Failure | ++-------+----------------+ + + + + +.. _SIM_ACCEL2_FAIL: + +SIM\_ACCEL2\_FAIL: ACCEL2 Failure +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Simulated failure of ACCEL2 + + ++-------+----------------+ +| Value | Meaning | ++=======+================+ +| 0 | Disabled | ++-------+----------------+ +| 1 | ACCEL2 Failure | ++-------+----------------+ + + + + +.. _SIM_ACCEL3_FAIL: + +SIM\_ACCEL3\_FAIL: ACCEL3 Failure +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Simulated failure of ACCEL3 + + ++-------+----------------+ +| Value | Meaning | ++=======+================+ +| 0 | Disabled | ++-------+----------------+ +| 1 | ACCEL3 Failure | ++-------+----------------+ + + + + +.. _SIM_GYRO_FAIL_MSK: + +SIM\_GYRO\_FAIL\_MSK: Gyro Failure Mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Determines if the gyro reading updates are stopped when for an IMU simulated failure by ACCELx\_FAIL params + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | Disabled | ++-------+------------------+ +| 1 | Readings stopped | ++-------+------------------+ + + + + +.. _SIM_ACC_FAIL_MSK: + +SIM\_ACC\_FAIL\_MSK: Accelerometer Failure Mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Determines if the acclerometer reading updates are stopped when for an IMU simulated failure by ACCELx\_FAIL params + + ++-------+------------------+ +| Value | Meaning | ++=======+==================+ +| 0 | Disabled | ++-------+------------------+ +| 1 | Readings stopped | ++-------+------------------+ + + + + +.. _SIM_ACC1_SCAL_X: + +SIM\_ACC1\_SCAL\_X: Accel 1 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated accelerometer \(X\-axis\) + + +.. _SIM_ACC1_SCAL_Y: + +SIM\_ACC1\_SCAL\_Y: Accel 1 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated accelerometer \(Y\-axis\) + + +.. _SIM_ACC1_SCAL_Z: + +SIM\_ACC1\_SCAL\_Z: Accel 1 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated accelerometer \(Z\-axis\) + + +.. _SIM_ACC2_SCAL_X: + +SIM\_ACC2\_SCAL\_X: Accel 2 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated accelerometer \(X\-axis\) + + +.. _SIM_ACC2_SCAL_Y: + +SIM\_ACC2\_SCAL\_Y: Accel 2 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated accelerometer \(Y\-axis\) + + +.. _SIM_ACC2_SCAL_Z: + +SIM\_ACC2\_SCAL\_Z: Accel 2 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated accelerometer \(Z\-axis\) + + +.. _SIM_ACC3_SCAL_X: + +SIM\_ACC3\_SCAL\_X: Accel 3 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated accelerometer \(X\-axis\) + + +.. _SIM_ACC3_SCAL_Y: + +SIM\_ACC3\_SCAL\_Y: Accel 3 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated accelerometer \(Y\-axis\) + + +.. _SIM_ACC3_SCAL_Z: + +SIM\_ACC3\_SCAL\_Z: Accel 3 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated accelerometer \(Z\-axis\) + + +.. _SIM_SAIL_TYPE: + +SIM\_SAIL\_TYPE: Sailboat simulation sail type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +0\: mainsail with sheet\, 1\: directly actuated wing + + +.. _SIM_JSON_MASTER: + +SIM\_JSON\_MASTER: JSON master instance +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +the instance number to take servos from + + +.. _SIM_OH_MASK: + +SIM\_OH\_MASK: SIM\-on\_hardware Output Enable Mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +channels which are passed through to actual hardware when running sim on actual hardware + + +.. _SIM_GYR1_BIAS_X: + +SIM\_GYR1\_BIAS\_X: First Gyro bias on X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +First Gyro bias on X axis + + ++--------------------+ +| Units | ++====================+ +| radians per second | ++--------------------+ + + + + +.. _SIM_GYR1_BIAS_Y: + +SIM\_GYR1\_BIAS\_Y: First Gyro bias on Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +First Gyro bias on Y axis + + ++--------------------+ +| Units | ++====================+ +| radians per second | ++--------------------+ + + + + +.. _SIM_GYR1_BIAS_Z: + +SIM\_GYR1\_BIAS\_Z: First Gyro bias on Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +First Gyro bias on Z axis + + ++--------------------+ +| Units | ++====================+ +| radians per second | ++--------------------+ + + + + +.. _SIM_GYR2_BIAS_X: + +SIM\_GYR2\_BIAS\_X: Second Gyro bias on X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Second Gyro bias on X axis + + ++--------------------+ +| Units | ++====================+ +| radians per second | ++--------------------+ + + + + +.. _SIM_GYR2_BIAS_Y: + +SIM\_GYR2\_BIAS\_Y: Second Gyro bias on Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Second Gyro bias on Y axis + + ++--------------------+ +| Units | ++====================+ +| radians per second | ++--------------------+ + + + + +.. _SIM_GYR2_BIAS_Z: + +SIM\_GYR2\_BIAS\_Z: Second Gyro bias on Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Second Gyro bias on Z axis + + ++--------------------+ +| Units | ++====================+ +| radians per second | ++--------------------+ + + + + +.. _SIM_GYR3_BIAS_X: + +SIM\_GYR3\_BIAS\_X: Third Gyro bias on X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Third Gyro bias on X axis + + ++--------------------+ +| Units | ++====================+ +| radians per second | ++--------------------+ + + + + +.. _SIM_GYR3_BIAS_Y: + +SIM\_GYR3\_BIAS\_Y: Third Gyro bias on Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Third Gyro bias on Y axis + + ++--------------------+ +| Units | ++====================+ +| radians per second | ++--------------------+ + + + + +.. _SIM_GYR3_BIAS_Z: + +SIM\_GYR3\_BIAS\_Z: Third Gyro bias on Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Third Gyro bias on Z axis + + ++--------------------+ +| Units | ++====================+ +| radians per second | ++--------------------+ + + + + +.. _SIM_ACC4_SCAL_X: + +SIM\_ACC4\_SCAL\_X: Accel 4 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated accelerometer \(X\-axis\) + + +.. _SIM_ACC4_SCAL_Y: + +SIM\_ACC4\_SCAL\_Y: Accel 4 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated accelerometer \(Y\-axis\) + + +.. _SIM_ACC4_SCAL_Z: + +SIM\_ACC4\_SCAL\_Z: Accel 4 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated accelerometer \(Z\-axis\) + + +.. _SIM_ACCEL4_FAIL: + +SIM\_ACCEL4\_FAIL: ACCEL4 Failure +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Simulated failure of ACCEL4 + + ++-------+----------------+ +| Value | Meaning | ++=======+================+ +| 0 | Disabled | ++-------+----------------+ +| 1 | ACCEL4 Failure | ++-------+----------------+ + + + + +.. _SIM_GYR4_SCALE_X: + +SIM\_GYR4\_SCALE\_X: Gyro 4 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated gyroscope \(X\-axis\) + + +.. _SIM_GYR4_SCALE_Y: + +SIM\_GYR4\_SCALE\_Y: Gyro 4 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated gyroscope \(Y\-axis\) + + +.. _SIM_GYR4_SCALE_Z: + +SIM\_GYR4\_SCALE\_Z: Gyro 4 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated gyroscope \(Z\-axis\) + + +.. _SIM_ACC4_BIAS_X: + +SIM\_ACC4\_BIAS\_X: Accel 4 bias +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +bias of simulated accelerometer sensor \(X\-axis\) + + +.. _SIM_ACC4_BIAS_Y: + +SIM\_ACC4\_BIAS\_Y: Accel 4 bias +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +bias of simulated accelerometer sensor \(Y\-axis\) + + +.. _SIM_ACC4_BIAS_Z: + +SIM\_ACC4\_BIAS\_Z: Accel 4 bias +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +bias of simulated accelerometer sensor \(Z\-axis\) + + +.. _SIM_GYR4_BIAS_X: + +SIM\_GYR4\_BIAS\_X: Fourth Gyro bias on X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Fourth Gyro bias on X axis + + ++--------------------+ +| Units | ++====================+ +| radians per second | ++--------------------+ + + + + +.. _SIM_GYR4_BIAS_Y: + +SIM\_GYR4\_BIAS\_Y: Fourth Gyro bias on Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Fourth Gyro bias on Y axis + + ++--------------------+ +| Units | ++====================+ +| radians per second | ++--------------------+ + + + + +.. _SIM_GYR4_BIAS_Z: + +SIM\_GYR4\_BIAS\_Z: Fourth Gyro bias on Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Fourth Gyro bias on Z axis + + ++--------------------+ +| Units | ++====================+ +| radians per second | ++--------------------+ + + + + +.. _SIM_ACC5_SCAL_X: + +SIM\_ACC5\_SCAL\_X: Accel 4 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated accelerometer \(X\-axis\) + + +.. _SIM_ACC5_SCAL_Y: + +SIM\_ACC5\_SCAL\_Y: Accel 4 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated accelerometer \(Y\-axis\) + + +.. _SIM_ACC5_SCAL_Z: + +SIM\_ACC5\_SCAL\_Z: Accel 4 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated accelerometer \(Z\-axis\) + + +.. _SIM_ACCEL5_FAIL: + +SIM\_ACCEL5\_FAIL: ACCEL5 Failure +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Simulated failure of ACCEL5 + + ++-------+----------------+ +| Value | Meaning | ++=======+================+ +| 0 | Disabled | ++-------+----------------+ +| 1 | ACCEL5 Failure | ++-------+----------------+ + + + + +.. _SIM_GYR5_SCALE_X: + +SIM\_GYR5\_SCALE\_X: Gyro 5 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated gyroscope \(X\-axis\) + + +.. _SIM_GYR5_SCALE_Y: + +SIM\_GYR5\_SCALE\_Y: Gyro 5 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated gyroscope \(Y\-axis\) + + +.. _SIM_GYR5_SCALE_Z: + +SIM\_GYR5\_SCALE\_Z: Gyro 5 scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +scaling factors applied to simulated gyroscope \(Z\-axis\) + + +.. _SIM_ACC5_BIAS_X: + +SIM\_ACC5\_BIAS\_X: Accel 5 bias +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +bias of simulated accelerometer sensor \(X\-axis\) + + +.. _SIM_ACC5_BIAS_Y: + +SIM\_ACC5\_BIAS\_Y: Accel 5 bias +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +bias of simulated accelerometer sensor \(Y\-axis\) + + +.. _SIM_ACC5_BIAS_Z: + +SIM\_ACC5\_BIAS\_Z: Accel 5 bias +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +bias of simulated accelerometer sensor \(Z\-axis\) + + +.. _SIM_GYR5_BIAS_X: + +SIM\_GYR5\_BIAS\_X: Fifth Gyro bias on X axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Fifth Gyro bias on X axis + + ++--------------------+ +| Units | ++====================+ +| radians per second | ++--------------------+ + + + + +.. _SIM_GYR5_BIAS_Y: + +SIM\_GYR5\_BIAS\_Y: Fifth Gyro bias on Y axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Fifth Gyro bias on Y axis + + ++--------------------+ +| Units | ++====================+ +| radians per second | ++--------------------+ + + + + +.. _SIM_GYR5_BIAS_Z: + +SIM\_GYR5\_BIAS\_Z: Fifth Gyro bias on Z axis +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Fifth Gyro bias on Z axis + + ++--------------------+ +| Units | ++====================+ +| radians per second | ++--------------------+ + + + + +.. _SIM_OH_RELAY_MSK: + +SIM\_OH\_RELAY\_MSK: SIM\-on\_hardware Relay Enable Mask +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Allow relay output operation when running SIM\-on\-hardware + + + +.. _SIM_ARSPD2_FAIL: + +SIM\_ARSPD2\_FAIL: Airspeed sensor failure +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Simulates Airspeed sensor 1 failure + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _SIM_ARSPD2_FAILP: + +SIM\_ARSPD2\_FAILP: Airspeed sensor failure pressure +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Simulated airspeed sensor failure pressure + + ++--------+ +| Units | ++========+ +| pascal | ++--------+ + + + + +.. _SIM_ARSPD2_PITOT: + +SIM\_ARSPD2\_PITOT: Airspeed pitot tube failure pressure +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Simulated airspeed sensor pitot tube failure pressure + + ++--------+ +| Units | ++========+ +| pascal | ++--------+ + + + + +.. _SIM_ARSPD2_SIGN: + +SIM\_ARSPD2\_SIGN: Airspeed signflip +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Simulated airspeed sensor with reversed pitot\/static connections + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _SIM_ARSPD2_RATIO: + +SIM\_ARSPD2\_RATIO: Airspeed ratios +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Simulated airspeed sensor ratio + + + +.. _SIM_ARSPD_FAIL: + +SIM\_ARSPD\_FAIL: Airspeed sensor failure +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Simulates Airspeed sensor 1 failure + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _SIM_ARSPD_FAILP: + +SIM\_ARSPD\_FAILP: Airspeed sensor failure pressure +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Simulated airspeed sensor failure pressure + + ++--------+ +| Units | ++========+ +| pascal | ++--------+ + + + + +.. _SIM_ARSPD_PITOT: + +SIM\_ARSPD\_PITOT: Airspeed pitot tube failure pressure +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Simulated airspeed sensor pitot tube failure pressure + + ++--------+ +| Units | ++========+ +| pascal | ++--------+ + + + + +.. _SIM_ARSPD_SIGN: + +SIM\_ARSPD\_SIGN: Airspeed signflip +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Simulated airspeed sensor with reversed pitot\/static connections + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _SIM_ARSPD_RATIO: + +SIM\_ARSPD\_RATIO: Airspeed ratios +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Simulated airspeed sensor ratio + + + +.. _SIM_GRPE_ENABLE: + +SIM\_GRPE\_ENABLE: Gripper servo Sim enable\/disable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Allows you to enable \(1\) or disable \(0\) the gripper servo simulation + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _SIM_GRPE_PIN: + +SIM\_GRPE\_PIN: Gripper emp pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The pin number that the gripper emp is connected to\. \(start at 1\) + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + + +.. _SIM_GRPS_ENABLE: + +SIM\_GRPS\_ENABLE: Gripper servo Sim enable\/disable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Allows you to enable \(1\) or disable \(0\) the gripper servo simulation + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _SIM_GRPS_PIN: + +SIM\_GRPS\_PIN: Gripper servo pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The pin number that the gripper servo is connected to\. \(start at 1\) + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _SIM_GRPS_GRAB: + +SIM\_GRPS\_GRAB: Gripper Grab PWM +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +PWM value in microseconds sent to Gripper to initiate grabbing the cargo + + ++--------------+---------------------+ +| Range | Units | ++==============+=====================+ +| 1000 to 2000 | PWM in microseconds | ++--------------+---------------------+ + + + + +.. _SIM_GRPS_RELEASE: + +SIM\_GRPS\_RELEASE: Gripper Release PWM +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +PWM value in microseconds sent to Gripper to release the cargo + + ++--------------+---------------------+ +| Range | Units | ++==============+=====================+ +| 1000 to 2000 | PWM in microseconds | ++--------------+---------------------+ + + + + +.. _SIM_GRPS_REVERSE: + +SIM\_GRPS\_REVERSE: Gripper close direction +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Reverse the closing direction\. + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0 | Normal | ++-------+---------+ +| 1 | Reverse | ++-------+---------+ + + + + + +.. _SIM_PLD_ENABLE: + +SIM\_PLD\_ENABLE: Preland device Sim enable\/disable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Allows you to enable \(1\) or disable \(0\) the Preland simulation + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _SIM_PLD_LAT: + +SIM\_PLD\_LAT: Precland device center\'s latitude +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Precland device center\'s latitude + + ++-----------+-----------+---------+ +| Increment | Range | Units | ++===========+===========+=========+ +| 0.000001 | -90 to 90 | degrees | ++-----------+-----------+---------+ + + + + +.. _SIM_PLD_LON: + +SIM\_PLD\_LON: Precland device center\'s longitude +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Precland device center\'s longitude + + ++-----------+-------------+---------+ +| Increment | Range | Units | ++===========+=============+=========+ +| 0.000001 | -180 to 180 | degrees | ++-----------+-------------+---------+ + + + + +.. _SIM_PLD_HEIGHT: + +SIM\_PLD\_HEIGHT: Precland device center\'s height above sealevel +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Precland device center\'s height above sealevel assume a 2x2m square as station base + + ++-----------+------------+-------------+ +| Increment | Range | Units | ++===========+============+=============+ +| 1 | 0 to 10000 | centimeters | ++-----------+------------+-------------+ + + + + +.. _SIM_PLD_YAW: + +SIM\_PLD\_YAW: Precland device systems rotation from north +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Precland device systems rotation from north + + ++-----------+--------------+---------+ +| Increment | Range | Units | ++===========+==============+=========+ +| 1 | -180 to +180 | degrees | ++-----------+--------------+---------+ + + + + +.. _SIM_PLD_RATE: + +SIM\_PLD\_RATE: Precland device update rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Precland device rate\. e\.g led patter refresh rate\, RF message rate\, etc\. + + ++----------+-------+ +| Range | Units | ++==========+=======+ +| 0 to 200 | hertz | ++----------+-------+ + + + + +.. _SIM_PLD_TYPE: + +SIM\_PLD\_TYPE: Precland device radiance type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Precland device radiance type\: it can be a cylinder\, a cone\, or a sphere\. + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | cylinder | ++-------+----------+ +| 1 | cone | ++-------+----------+ +| 2 | sphere | ++-------+----------+ + + + + +.. _SIM_PLD_ALT_LIMIT: + +SIM\_PLD\_ALT\_LIMIT: Precland device alt range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Precland device maximum range altitude + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 0 to 100 | meters | ++----------+--------+ + + + + +.. _SIM_PLD_DIST_LIMIT: + +SIM\_PLD\_DIST\_LIMIT: Precland device lateral range +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Precland device maximum lateral range + + ++----------+--------+ +| Range | Units | ++==========+========+ +| 5 to 100 | meters | ++----------+--------+ + + + + +.. _SIM_PLD_ORIENT: + +SIM\_PLD\_ORIENT: Precland device orientation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Precland device orientation vector + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0 | Front | ++-------+---------+ +| 4 | Back | ++-------+---------+ +| 24 | Up | ++-------+---------+ + + + + +.. _SIM_PLD_OPTIONS: + +SIM\_PLD\_OPTIONS: SIM\_Precland extra options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +SIM\_Precland extra options + + ++-----+------------------------+ +| Bit | Meaning | ++=====+========================+ +| 0 | Enable target distance | ++-----+------------------------+ + + + + + +.. _SIM_SPR_ENABLE: + +SIM\_SPR\_ENABLE: Sprayer Sim enable\/disable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Allows you to enable \(1\) or disable \(0\) the Sprayer simulation + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _SIM_SPR_PUMP: + +SIM\_SPR\_PUMP: Sprayer pump pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The pin number that the Sprayer pump is connected to\. \(start at 1\) + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + +.. _SIM_SPR_SPIN: + +SIM\_SPR\_SPIN: Sprayer spinner servo pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +The pin number that the Sprayer spinner servo is connected to\. \(start at 1\) + + ++---------+ +| Range | ++=========+ +| 0 to 15 | ++---------+ + + + + + +.. _parameters_SPRAY_: + +SPRAY\_ Parameters +------------------ + + +.. _SPRAY_ENABLE: + +SPRAY\_ENABLE: Sprayer enable\/disable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Allows you to enable \(1\) or disable \(0\) the sprayer + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _SPRAY_PUMP_RATE: + +SPRAY\_PUMP\_RATE: Pump speed +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Desired pump speed when travelling 1m\/s expressed as a percentage + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 100 | percent | ++----------+---------+ + + + + +.. _SPRAY_SPINNER: + +SPRAY\_SPINNER: Spinner rotation speed +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Spinner\'s rotation speed in PWM \(a higher rate will disperse the spray over a wider area horizontally\) + + ++--------------+--------------+ +| Range | Units | ++==============+==============+ +| 1000 to 2000 | milliseconds | ++--------------+--------------+ + + + + +.. _SPRAY_SPEED_MIN: + +SPRAY\_SPEED\_MIN: Speed minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Speed minimum at which we will begin spraying + + ++-----------+------------------------+ +| Range | Units | ++===========+========================+ +| 0 to 1000 | centimeters per second | ++-----------+------------------------+ + + + + +.. _SPRAY_PUMP_MIN: + +SPRAY\_PUMP\_MIN: Pump speed minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum pump speed expressed as a percentage + + ++----------+---------+ +| Range | Units | ++==========+=========+ +| 0 to 100 | percent | ++----------+---------+ + + + + + +.. _parameters_SR0_: + +SR0\_ Parameters +---------------- + + +.. _SR0_RAW_SENS: + +SR0\_RAW\_SENS: Raw sensor stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of RAW\_IMU\, SCALED\_IMU2\, SCALED\_IMU3\, SCALED\_PRESSURE\, SCALED\_PRESSURE2\, and SCALED\_PRESSURE3 + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR0_EXT_STAT: + +SR0\_EXT\_STAT: Extended status stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of SYS\_STATUS\, POWER\_STATUS\, MCU\_STATUS\, MEMINFO\, CURRENT\_WAYPOINT\, GPS\_RAW\_INT\, GPS\_RTK \(if available\)\, GPS2\_RAW\_INT \(if available\)\, GPS2\_RTK \(if available\)\, NAV\_CONTROLLER\_OUTPUT\, FENCE\_STATUS\, and GLOBAL\_TARGET\_POS\_INT + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR0_RC_CHAN: + +SR0\_RC\_CHAN: RC Channel stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of SERVO\_OUTPUT\_RAW and RC\_CHANNELS + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR0_RAW_CTRL: + +SR0\_RAW\_CTRL: Raw Control stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Raw Control stream rate of SERVO\_OUT + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR0_POSITION: + +SR0\_POSITION: Position stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of GLOBAL\_POSITION\_INT and LOCAL\_POSITION\_NED + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR0_EXTRA1: + +SR0\_EXTRA1: Extra data type 1 stream rate to ground station +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of ATTITUDE\, SIMSTATE \(SIM only\)\, AHRS2 and PID\_TUNING + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR0_EXTRA2: + +SR0\_EXTRA2: Extra data type 2 stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of VFR\_HUD + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR0_EXTRA3: + +SR0\_EXTRA3: Extra data type 3 stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of AHRS\, SYSTEM\_TIME\, WIND\, RANGEFINDER\, DISTANCE\_SENSOR\, BATTERY2\, BATTERY\_STATUS\, GIMBAL\_DEVICE\_ATTITUDE\_STATUS\, OPTICAL\_FLOW\, MAG\_CAL\_REPORT\, MAG\_CAL\_PROGRESS\, EKF\_STATUS\_REPORT\, VIBRATION\, RPM\, ESC TELEMETRY\, and WHEEL\_DISTANCE + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR0_PARAMS: + +SR0\_PARAMS: Parameter stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of PARAM\_VALUE + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR0_ADSB: + +SR0\_ADSB: ADSB stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink ADSB \(AIS\) stream rate + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + + +.. _parameters_SR1_: + +SR1\_ Parameters +---------------- + + +.. _SR1_RAW_SENS: + +SR1\_RAW\_SENS: Raw sensor stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of RAW\_IMU\, SCALED\_IMU2\, SCALED\_IMU3\, SCALED\_PRESSURE\, SCALED\_PRESSURE2\, and SCALED\_PRESSURE3 + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR1_EXT_STAT: + +SR1\_EXT\_STAT: Extended status stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of SYS\_STATUS\, POWER\_STATUS\, MCU\_STATUS\, MEMINFO\, CURRENT\_WAYPOINT\, GPS\_RAW\_INT\, GPS\_RTK \(if available\)\, GPS2\_RAW\_INT \(if available\)\, GPS2\_RTK \(if available\)\, NAV\_CONTROLLER\_OUTPUT\, FENCE\_STATUS\, and GLOBAL\_TARGET\_POS\_INT + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR1_RC_CHAN: + +SR1\_RC\_CHAN: RC Channel stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of SERVO\_OUTPUT\_RAW and RC\_CHANNELS + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR1_RAW_CTRL: + +SR1\_RAW\_CTRL: Raw Control stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Raw Control stream rate of SERVO\_OUT + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR1_POSITION: + +SR1\_POSITION: Position stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of GLOBAL\_POSITION\_INT and LOCAL\_POSITION\_NED + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR1_EXTRA1: + +SR1\_EXTRA1: Extra data type 1 stream rate to ground station +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of ATTITUDE\, SIMSTATE \(SIM only\)\, AHRS2 and PID\_TUNING + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR1_EXTRA2: + +SR1\_EXTRA2: Extra data type 2 stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of VFR\_HUD + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR1_EXTRA3: + +SR1\_EXTRA3: Extra data type 3 stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of AHRS\, SYSTEM\_TIME\, WIND\, RANGEFINDER\, DISTANCE\_SENSOR\, BATTERY2\, BATTERY\_STATUS\, GIMBAL\_DEVICE\_ATTITUDE\_STATUS\, OPTICAL\_FLOW\, MAG\_CAL\_REPORT\, MAG\_CAL\_PROGRESS\, EKF\_STATUS\_REPORT\, VIBRATION\, RPM\, ESC TELEMETRY\, and WHEEL\_DISTANCE + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR1_PARAMS: + +SR1\_PARAMS: Parameter stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of PARAM\_VALUE + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR1_ADSB: + +SR1\_ADSB: ADSB stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink ADSB \(AIS\) stream rate + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + + +.. _parameters_SR2_: + +SR2\_ Parameters +---------------- + + +.. _SR2_RAW_SENS: + +SR2\_RAW\_SENS: Raw sensor stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of RAW\_IMU\, SCALED\_IMU2\, SCALED\_IMU3\, SCALED\_PRESSURE\, SCALED\_PRESSURE2\, and SCALED\_PRESSURE3 + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR2_EXT_STAT: + +SR2\_EXT\_STAT: Extended status stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of SYS\_STATUS\, POWER\_STATUS\, MCU\_STATUS\, MEMINFO\, CURRENT\_WAYPOINT\, GPS\_RAW\_INT\, GPS\_RTK \(if available\)\, GPS2\_RAW\_INT \(if available\)\, GPS2\_RTK \(if available\)\, NAV\_CONTROLLER\_OUTPUT\, FENCE\_STATUS\, and GLOBAL\_TARGET\_POS\_INT + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR2_RC_CHAN: + +SR2\_RC\_CHAN: RC Channel stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of SERVO\_OUTPUT\_RAW and RC\_CHANNELS + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR2_RAW_CTRL: + +SR2\_RAW\_CTRL: Raw Control stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Raw Control stream rate of SERVO\_OUT + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR2_POSITION: + +SR2\_POSITION: Position stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of GLOBAL\_POSITION\_INT and LOCAL\_POSITION\_NED + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR2_EXTRA1: + +SR2\_EXTRA1: Extra data type 1 stream rate to ground station +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of ATTITUDE\, SIMSTATE \(SIM only\)\, AHRS2 and PID\_TUNING + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR2_EXTRA2: + +SR2\_EXTRA2: Extra data type 2 stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of VFR\_HUD + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR2_EXTRA3: + +SR2\_EXTRA3: Extra data type 3 stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of AHRS\, SYSTEM\_TIME\, WIND\, RANGEFINDER\, DISTANCE\_SENSOR\, BATTERY2\, BATTERY\_STATUS\, GIMBAL\_DEVICE\_ATTITUDE\_STATUS\, OPTICAL\_FLOW\, MAG\_CAL\_REPORT\, MAG\_CAL\_PROGRESS\, EKF\_STATUS\_REPORT\, VIBRATION\, RPM\, ESC TELEMETRY\, and WHEEL\_DISTANCE + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR2_PARAMS: + +SR2\_PARAMS: Parameter stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of PARAM\_VALUE + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR2_ADSB: + +SR2\_ADSB: ADSB stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink ADSB \(AIS\) stream rate + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + + +.. _parameters_SR3_: + +SR3\_ Parameters +---------------- + + +.. _SR3_RAW_SENS: + +SR3\_RAW\_SENS: Raw sensor stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of RAW\_IMU\, SCALED\_IMU2\, SCALED\_IMU3\, SCALED\_PRESSURE\, SCALED\_PRESSURE2\, and SCALED\_PRESSURE3 + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR3_EXT_STAT: + +SR3\_EXT\_STAT: Extended status stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of SYS\_STATUS\, POWER\_STATUS\, MCU\_STATUS\, MEMINFO\, CURRENT\_WAYPOINT\, GPS\_RAW\_INT\, GPS\_RTK \(if available\)\, GPS2\_RAW\_INT \(if available\)\, GPS2\_RTK \(if available\)\, NAV\_CONTROLLER\_OUTPUT\, FENCE\_STATUS\, and GLOBAL\_TARGET\_POS\_INT + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR3_RC_CHAN: + +SR3\_RC\_CHAN: RC Channel stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of SERVO\_OUTPUT\_RAW and RC\_CHANNELS + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR3_RAW_CTRL: + +SR3\_RAW\_CTRL: Raw Control stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Raw Control stream rate of SERVO\_OUT + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR3_POSITION: + +SR3\_POSITION: Position stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of GLOBAL\_POSITION\_INT and LOCAL\_POSITION\_NED + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR3_EXTRA1: + +SR3\_EXTRA1: Extra data type 1 stream rate to ground station +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of ATTITUDE\, SIMSTATE \(SIM only\)\, AHRS2 and PID\_TUNING + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR3_EXTRA2: + +SR3\_EXTRA2: Extra data type 2 stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of VFR\_HUD + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR3_EXTRA3: + +SR3\_EXTRA3: Extra data type 3 stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of AHRS\, SYSTEM\_TIME\, WIND\, RANGEFINDER\, DISTANCE\_SENSOR\, BATTERY2\, BATTERY\_STATUS\, GIMBAL\_DEVICE\_ATTITUDE\_STATUS\, OPTICAL\_FLOW\, MAG\_CAL\_REPORT\, MAG\_CAL\_PROGRESS\, EKF\_STATUS\_REPORT\, VIBRATION\, RPM\, ESC TELEMETRY\, and WHEEL\_DISTANCE + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR3_PARAMS: + +SR3\_PARAMS: Parameter stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of PARAM\_VALUE + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR3_ADSB: + +SR3\_ADSB: ADSB stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink ADSB \(AIS\) stream rate + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + + +.. _parameters_SR4_: + +SR4\_ Parameters +---------------- + + +.. _SR4_RAW_SENS: + +SR4\_RAW\_SENS: Raw sensor stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of RAW\_IMU\, SCALED\_IMU2\, SCALED\_IMU3\, SCALED\_PRESSURE\, SCALED\_PRESSURE2\, and SCALED\_PRESSURE3 + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR4_EXT_STAT: + +SR4\_EXT\_STAT: Extended status stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of SYS\_STATUS\, POWER\_STATUS\, MCU\_STATUS\, MEMINFO\, CURRENT\_WAYPOINT\, GPS\_RAW\_INT\, GPS\_RTK \(if available\)\, GPS2\_RAW\_INT \(if available\)\, GPS2\_RTK \(if available\)\, NAV\_CONTROLLER\_OUTPUT\, FENCE\_STATUS\, and GLOBAL\_TARGET\_POS\_INT + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR4_RC_CHAN: + +SR4\_RC\_CHAN: RC Channel stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of SERVO\_OUTPUT\_RAW and RC\_CHANNELS + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR4_RAW_CTRL: + +SR4\_RAW\_CTRL: Raw Control stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Raw Control stream rate of SERVO\_OUT + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR4_POSITION: + +SR4\_POSITION: Position stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of GLOBAL\_POSITION\_INT and LOCAL\_POSITION\_NED + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR4_EXTRA1: + +SR4\_EXTRA1: Extra data type 1 stream rate to ground station +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of ATTITUDE\, SIMSTATE \(SIM only\)\, AHRS2 and PID\_TUNING + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR4_EXTRA2: + +SR4\_EXTRA2: Extra data type 2 stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of VFR\_HUD + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR4_EXTRA3: + +SR4\_EXTRA3: Extra data type 3 stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of AHRS\, SYSTEM\_TIME\, WIND\, RANGEFINDER\, DISTANCE\_SENSOR\, BATTERY2\, BATTERY\_STATUS\, GIMBAL\_DEVICE\_ATTITUDE\_STATUS\, OPTICAL\_FLOW\, MAG\_CAL\_REPORT\, MAG\_CAL\_PROGRESS\, EKF\_STATUS\_REPORT\, VIBRATION\, RPM\, ESC TELEMETRY\, and WHEEL\_DISTANCE + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR4_PARAMS: + +SR4\_PARAMS: Parameter stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of PARAM\_VALUE + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR4_ADSB: + +SR4\_ADSB: ADSB stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink ADSB \(AIS\) stream rate + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + + +.. _parameters_SR5_: + +SR5\_ Parameters +---------------- + + +.. _SR5_RAW_SENS: + +SR5\_RAW\_SENS: Raw sensor stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of RAW\_IMU\, SCALED\_IMU2\, SCALED\_IMU3\, SCALED\_PRESSURE\, SCALED\_PRESSURE2\, and SCALED\_PRESSURE3 + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR5_EXT_STAT: + +SR5\_EXT\_STAT: Extended status stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of SYS\_STATUS\, POWER\_STATUS\, MCU\_STATUS\, MEMINFO\, CURRENT\_WAYPOINT\, GPS\_RAW\_INT\, GPS\_RTK \(if available\)\, GPS2\_RAW\_INT \(if available\)\, GPS2\_RTK \(if available\)\, NAV\_CONTROLLER\_OUTPUT\, FENCE\_STATUS\, and GLOBAL\_TARGET\_POS\_INT + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR5_RC_CHAN: + +SR5\_RC\_CHAN: RC Channel stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of SERVO\_OUTPUT\_RAW and RC\_CHANNELS + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR5_RAW_CTRL: + +SR5\_RAW\_CTRL: Raw Control stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Raw Control stream rate of SERVO\_OUT + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR5_POSITION: + +SR5\_POSITION: Position stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of GLOBAL\_POSITION\_INT and LOCAL\_POSITION\_NED + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR5_EXTRA1: + +SR5\_EXTRA1: Extra data type 1 stream rate to ground station +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of ATTITUDE\, SIMSTATE \(SIM only\)\, AHRS2 and PID\_TUNING + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR5_EXTRA2: + +SR5\_EXTRA2: Extra data type 2 stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of VFR\_HUD + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR5_EXTRA3: + +SR5\_EXTRA3: Extra data type 3 stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of AHRS\, SYSTEM\_TIME\, WIND\, RANGEFINDER\, DISTANCE\_SENSOR\, BATTERY2\, BATTERY\_STATUS\, GIMBAL\_DEVICE\_ATTITUDE\_STATUS\, OPTICAL\_FLOW\, MAG\_CAL\_REPORT\, MAG\_CAL\_PROGRESS\, EKF\_STATUS\_REPORT\, VIBRATION\, RPM\, ESC TELEMETRY\, and WHEEL\_DISTANCE + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR5_PARAMS: + +SR5\_PARAMS: Parameter stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of PARAM\_VALUE + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR5_ADSB: + +SR5\_ADSB: ADSB stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink ADSB \(AIS\) stream rate + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + + +.. _parameters_SR6_: + +SR6\_ Parameters +---------------- + + +.. _SR6_RAW_SENS: + +SR6\_RAW\_SENS: Raw sensor stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of RAW\_IMU\, SCALED\_IMU2\, SCALED\_IMU3\, SCALED\_PRESSURE\, SCALED\_PRESSURE2\, and SCALED\_PRESSURE3 + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR6_EXT_STAT: + +SR6\_EXT\_STAT: Extended status stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of SYS\_STATUS\, POWER\_STATUS\, MCU\_STATUS\, MEMINFO\, CURRENT\_WAYPOINT\, GPS\_RAW\_INT\, GPS\_RTK \(if available\)\, GPS2\_RAW\_INT \(if available\)\, GPS2\_RTK \(if available\)\, NAV\_CONTROLLER\_OUTPUT\, FENCE\_STATUS\, and GLOBAL\_TARGET\_POS\_INT + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR6_RC_CHAN: + +SR6\_RC\_CHAN: RC Channel stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of SERVO\_OUTPUT\_RAW and RC\_CHANNELS + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR6_RAW_CTRL: + +SR6\_RAW\_CTRL: Raw Control stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Raw Control stream rate of SERVO\_OUT + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR6_POSITION: + +SR6\_POSITION: Position stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of GLOBAL\_POSITION\_INT and LOCAL\_POSITION\_NED + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR6_EXTRA1: + +SR6\_EXTRA1: Extra data type 1 stream rate to ground station +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of ATTITUDE\, SIMSTATE \(SIM only\)\, AHRS2 and PID\_TUNING + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR6_EXTRA2: + +SR6\_EXTRA2: Extra data type 2 stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of VFR\_HUD + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR6_EXTRA3: + +SR6\_EXTRA3: Extra data type 3 stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of AHRS\, SYSTEM\_TIME\, WIND\, RANGEFINDER\, DISTANCE\_SENSOR\, BATTERY2\, BATTERY\_STATUS\, GIMBAL\_DEVICE\_ATTITUDE\_STATUS\, OPTICAL\_FLOW\, MAG\_CAL\_REPORT\, MAG\_CAL\_PROGRESS\, EKF\_STATUS\_REPORT\, VIBRATION\, RPM\, ESC TELEMETRY\, and WHEEL\_DISTANCE + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR6_PARAMS: + +SR6\_PARAMS: Parameter stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink Stream rate of PARAM\_VALUE + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _SR6_ADSB: + +SR6\_ADSB: ADSB stream rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +MAVLink ADSB \(AIS\) stream rate + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 0 to 50 | hertz | ++-----------+---------+-------+ + + + + + +.. _parameters_SRTL_: + +SRTL\_ Parameters +----------------- + + +.. _SRTL_ACCURACY: + +SRTL\_ACCURACY: SmartRTL accuracy +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +SmartRTL accuracy\. The minimum distance between points\. + + ++---------+--------+ +| Range | Units | ++=========+========+ +| 0 to 10 | meters | ++---------+--------+ + + + + +.. _SRTL_POINTS: + +SRTL\_POINTS: SmartRTL maximum number of points on path +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +SmartRTL maximum number of points on path\. Set to 0 to disable SmartRTL\. 100 points consumes about 3k of memory\. + + ++----------+ +| Range | ++==========+ +| 0 to 500 | ++----------+ + + + + +.. _SRTL_OPTIONS: + +SRTL\_OPTIONS: SmartRTL options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Bitmask of SmartRTL options\. + + ++-----+------------------+ +| Bit | Meaning | ++=====+==================+ +| 2 | Ignore pilot yaw | ++-----+------------------+ + + + + + +.. _parameters_STAT: + +STAT Parameters +--------------- + + +.. _STAT_BOOTCNT: + +STAT\_BOOTCNT: Boot Count +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Number of times board has been booted + + ++----------+ +| ReadOnly | ++==========+ +| True | ++----------+ + + + + +.. _STAT_FLTTIME: + +STAT\_FLTTIME: Total FlightTime +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Total FlightTime \(seconds\) + + ++----------+---------+ +| ReadOnly | Units | ++==========+=========+ +| True | seconds | ++----------+---------+ + + + + +.. _STAT_RUNTIME: + +STAT\_RUNTIME: Total RunTime +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Total time autopilot has run + + ++----------+---------+ +| ReadOnly | Units | ++==========+=========+ +| True | seconds | ++----------+---------+ + + + + +.. _STAT_RESET: + +STAT\_RESET: Statistics Reset Time +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Seconds since January 1st 2016 \(Unix epoch\+1451606400\) since statistics reset \(set to 0 to reset statistics\) + + ++----------+---------+ +| ReadOnly | Units | ++==========+=========+ +| True | seconds | ++----------+---------+ + + + + + +.. _parameters_TEMP: + +TEMP Parameters +--------------- + + +.. _TEMP_LOG: + +TEMP\_LOG: Logging +~~~~~~~~~~~~~~~~~~ + + +Enables temperature sensor logging + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + + +.. _parameters_TEMP1_: + +TEMP1\_ Parameters +------------------ + + +.. _TEMP1_TYPE: + +TEMP1\_TYPE: Temperature Sensor Type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Enables temperature sensors + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | TSYS01 | ++-------+----------+ +| 2 | MCP9600 | ++-------+----------+ +| 3 | MAX31865 | ++-------+----------+ +| 4 | TSYS03 | ++-------+----------+ +| 5 | Analog | ++-------+----------+ + + + + +.. _TEMP1_BUS: + +TEMP1\_BUS: Temperature sensor bus +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Temperature sensor bus number\, typically used to select from multiple I2C buses + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _TEMP1_ADDR: + +TEMP1\_ADDR: Temperature sensor address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Temperature sensor address\, typically used for I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _TEMP1_SRC: + +TEMP1\_SRC: Sensor Source +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sensor Source is used to designate which device\'s temperature report will be replaced by this temperature sensor\'s data\. If 0 \(None\) then the data is only available via log\. In the future a new Motor temperature report will be created for returning data directly\. + + ++-------+----------------------------+ +| Value | Meaning | ++=======+============================+ +| 0 | None | ++-------+----------------------------+ +| 1 | ESC | ++-------+----------------------------+ +| 2 | Motor(not implemented yet) | ++-------+----------------------------+ +| 3 | Battery Index | ++-------+----------------------------+ +| 4 | Battery ID/SerialNumber | ++-------+----------------------------+ +| 5 | CAN based Pitot tube | ++-------+----------------------------+ + + + + +.. _TEMP1_SRC_ID: + +TEMP1\_SRC\_ID: Sensor Source Identification +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sensor Source Identification is used to replace a specific instance of a system component\'s temperature report with the temp sensor\'s\. Examples\: TEMP\_SRC \= 1 \(ESC\)\, TEMP\_SRC\_ID \= 1 will set the temp of ESC1\. TEMP\_SRC \= 3 \(BatteryIndex\)\,TEMP\_SRC\_ID \= 2 will set the temp of BATT2\. TEMP\_SRC \= 4 \(BatteryId\/SerialNum\)\,TEMP\_SRC\_ID\=42 will set the temp of all batteries that have param BATTn\_SERIAL \= 42\. + + +.. _TEMP1_PIN: + +TEMP1\_PIN: Temperature sensor analog voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sets the analog input pin that should be used for temprature monitoring\. + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| -1 | Disabled | ++-------+--------------------------------------+ +| 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | ++-------+--------------------------------------+ +| 5 | Navigator | ++-------+--------------------------------------+ +| 13 | Pixhawk2_PM2/CubeOrange_PM2 | ++-------+--------------------------------------+ +| 14 | CubeOrange | ++-------+--------------------------------------+ +| 16 | Durandal | ++-------+--------------------------------------+ +| 100 | PX4-v1 | ++-------+--------------------------------------+ + + + + +.. _TEMP1_A0: + +TEMP1\_A0: Temperature sensor analog 0th polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a0 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP1_A1: + +TEMP1\_A1: Temperature sensor analog 1st polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a1 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP1_A2: + +TEMP1\_A2: Temperature sensor analog 2nd polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a2 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP1_A3: + +TEMP1\_A3: Temperature sensor analog 3rd polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a3 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP1_A4: + +TEMP1\_A4: Temperature sensor analog 4th polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a4 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + + +.. _parameters_TEMP2_: + +TEMP2\_ Parameters +------------------ + + +.. _TEMP2_TYPE: + +TEMP2\_TYPE: Temperature Sensor Type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Enables temperature sensors + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | TSYS01 | ++-------+----------+ +| 2 | MCP9600 | ++-------+----------+ +| 3 | MAX31865 | ++-------+----------+ +| 4 | TSYS03 | ++-------+----------+ +| 5 | Analog | ++-------+----------+ + + + + +.. _TEMP2_BUS: + +TEMP2\_BUS: Temperature sensor bus +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Temperature sensor bus number\, typically used to select from multiple I2C buses + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _TEMP2_ADDR: + +TEMP2\_ADDR: Temperature sensor address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Temperature sensor address\, typically used for I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _TEMP2_SRC: + +TEMP2\_SRC: Sensor Source +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sensor Source is used to designate which device\'s temperature report will be replaced by this temperature sensor\'s data\. If 0 \(None\) then the data is only available via log\. In the future a new Motor temperature report will be created for returning data directly\. + + ++-------+----------------------------+ +| Value | Meaning | ++=======+============================+ +| 0 | None | ++-------+----------------------------+ +| 1 | ESC | ++-------+----------------------------+ +| 2 | Motor(not implemented yet) | ++-------+----------------------------+ +| 3 | Battery Index | ++-------+----------------------------+ +| 4 | Battery ID/SerialNumber | ++-------+----------------------------+ +| 5 | CAN based Pitot tube | ++-------+----------------------------+ + + + + +.. _TEMP2_SRC_ID: + +TEMP2\_SRC\_ID: Sensor Source Identification +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sensor Source Identification is used to replace a specific instance of a system component\'s temperature report with the temp sensor\'s\. Examples\: TEMP\_SRC \= 1 \(ESC\)\, TEMP\_SRC\_ID \= 1 will set the temp of ESC1\. TEMP\_SRC \= 3 \(BatteryIndex\)\,TEMP\_SRC\_ID \= 2 will set the temp of BATT2\. TEMP\_SRC \= 4 \(BatteryId\/SerialNum\)\,TEMP\_SRC\_ID\=42 will set the temp of all batteries that have param BATTn\_SERIAL \= 42\. + + +.. _TEMP2_PIN: + +TEMP2\_PIN: Temperature sensor analog voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sets the analog input pin that should be used for temprature monitoring\. + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| -1 | Disabled | ++-------+--------------------------------------+ +| 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | ++-------+--------------------------------------+ +| 5 | Navigator | ++-------+--------------------------------------+ +| 13 | Pixhawk2_PM2/CubeOrange_PM2 | ++-------+--------------------------------------+ +| 14 | CubeOrange | ++-------+--------------------------------------+ +| 16 | Durandal | ++-------+--------------------------------------+ +| 100 | PX4-v1 | ++-------+--------------------------------------+ + + + + +.. _TEMP2_A0: + +TEMP2\_A0: Temperature sensor analog 0th polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a0 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP2_A1: + +TEMP2\_A1: Temperature sensor analog 1st polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a1 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP2_A2: + +TEMP2\_A2: Temperature sensor analog 2nd polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a2 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP2_A3: + +TEMP2\_A3: Temperature sensor analog 3rd polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a3 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP2_A4: + +TEMP2\_A4: Temperature sensor analog 4th polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a4 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + + +.. _parameters_TEMP3_: + +TEMP3\_ Parameters +------------------ + + +.. _TEMP3_TYPE: + +TEMP3\_TYPE: Temperature Sensor Type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Enables temperature sensors + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | TSYS01 | ++-------+----------+ +| 2 | MCP9600 | ++-------+----------+ +| 3 | MAX31865 | ++-------+----------+ +| 4 | TSYS03 | ++-------+----------+ +| 5 | Analog | ++-------+----------+ + + + + +.. _TEMP3_BUS: + +TEMP3\_BUS: Temperature sensor bus +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Temperature sensor bus number\, typically used to select from multiple I2C buses + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _TEMP3_ADDR: + +TEMP3\_ADDR: Temperature sensor address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Temperature sensor address\, typically used for I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _TEMP3_SRC: + +TEMP3\_SRC: Sensor Source +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sensor Source is used to designate which device\'s temperature report will be replaced by this temperature sensor\'s data\. If 0 \(None\) then the data is only available via log\. In the future a new Motor temperature report will be created for returning data directly\. + + ++-------+----------------------------+ +| Value | Meaning | ++=======+============================+ +| 0 | None | ++-------+----------------------------+ +| 1 | ESC | ++-------+----------------------------+ +| 2 | Motor(not implemented yet) | ++-------+----------------------------+ +| 3 | Battery Index | ++-------+----------------------------+ +| 4 | Battery ID/SerialNumber | ++-------+----------------------------+ +| 5 | CAN based Pitot tube | ++-------+----------------------------+ + + + + +.. _TEMP3_SRC_ID: + +TEMP3\_SRC\_ID: Sensor Source Identification +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sensor Source Identification is used to replace a specific instance of a system component\'s temperature report with the temp sensor\'s\. Examples\: TEMP\_SRC \= 1 \(ESC\)\, TEMP\_SRC\_ID \= 1 will set the temp of ESC1\. TEMP\_SRC \= 3 \(BatteryIndex\)\,TEMP\_SRC\_ID \= 2 will set the temp of BATT2\. TEMP\_SRC \= 4 \(BatteryId\/SerialNum\)\,TEMP\_SRC\_ID\=42 will set the temp of all batteries that have param BATTn\_SERIAL \= 42\. + + +.. _TEMP3_PIN: + +TEMP3\_PIN: Temperature sensor analog voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sets the analog input pin that should be used for temprature monitoring\. + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| -1 | Disabled | ++-------+--------------------------------------+ +| 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | ++-------+--------------------------------------+ +| 5 | Navigator | ++-------+--------------------------------------+ +| 13 | Pixhawk2_PM2/CubeOrange_PM2 | ++-------+--------------------------------------+ +| 14 | CubeOrange | ++-------+--------------------------------------+ +| 16 | Durandal | ++-------+--------------------------------------+ +| 100 | PX4-v1 | ++-------+--------------------------------------+ + + + + +.. _TEMP3_A0: + +TEMP3\_A0: Temperature sensor analog 0th polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a0 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP3_A1: + +TEMP3\_A1: Temperature sensor analog 1st polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a1 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP3_A2: + +TEMP3\_A2: Temperature sensor analog 2nd polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a2 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP3_A3: + +TEMP3\_A3: Temperature sensor analog 3rd polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a3 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP3_A4: + +TEMP3\_A4: Temperature sensor analog 4th polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a4 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + + +.. _parameters_TEMP4_: + +TEMP4\_ Parameters +------------------ + + +.. _TEMP4_TYPE: + +TEMP4\_TYPE: Temperature Sensor Type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Enables temperature sensors + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | TSYS01 | ++-------+----------+ +| 2 | MCP9600 | ++-------+----------+ +| 3 | MAX31865 | ++-------+----------+ +| 4 | TSYS03 | ++-------+----------+ +| 5 | Analog | ++-------+----------+ + + + + +.. _TEMP4_BUS: + +TEMP4\_BUS: Temperature sensor bus +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Temperature sensor bus number\, typically used to select from multiple I2C buses + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _TEMP4_ADDR: + +TEMP4\_ADDR: Temperature sensor address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Temperature sensor address\, typically used for I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _TEMP4_SRC: + +TEMP4\_SRC: Sensor Source +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sensor Source is used to designate which device\'s temperature report will be replaced by this temperature sensor\'s data\. If 0 \(None\) then the data is only available via log\. In the future a new Motor temperature report will be created for returning data directly\. + + ++-------+----------------------------+ +| Value | Meaning | ++=======+============================+ +| 0 | None | ++-------+----------------------------+ +| 1 | ESC | ++-------+----------------------------+ +| 2 | Motor(not implemented yet) | ++-------+----------------------------+ +| 3 | Battery Index | ++-------+----------------------------+ +| 4 | Battery ID/SerialNumber | ++-------+----------------------------+ +| 5 | CAN based Pitot tube | ++-------+----------------------------+ + + + + +.. _TEMP4_SRC_ID: + +TEMP4\_SRC\_ID: Sensor Source Identification +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sensor Source Identification is used to replace a specific instance of a system component\'s temperature report with the temp sensor\'s\. Examples\: TEMP\_SRC \= 1 \(ESC\)\, TEMP\_SRC\_ID \= 1 will set the temp of ESC1\. TEMP\_SRC \= 3 \(BatteryIndex\)\,TEMP\_SRC\_ID \= 2 will set the temp of BATT2\. TEMP\_SRC \= 4 \(BatteryId\/SerialNum\)\,TEMP\_SRC\_ID\=42 will set the temp of all batteries that have param BATTn\_SERIAL \= 42\. + + +.. _TEMP4_PIN: + +TEMP4\_PIN: Temperature sensor analog voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sets the analog input pin that should be used for temprature monitoring\. + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| -1 | Disabled | ++-------+--------------------------------------+ +| 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | ++-------+--------------------------------------+ +| 5 | Navigator | ++-------+--------------------------------------+ +| 13 | Pixhawk2_PM2/CubeOrange_PM2 | ++-------+--------------------------------------+ +| 14 | CubeOrange | ++-------+--------------------------------------+ +| 16 | Durandal | ++-------+--------------------------------------+ +| 100 | PX4-v1 | ++-------+--------------------------------------+ + + + + +.. _TEMP4_A0: + +TEMP4\_A0: Temperature sensor analog 0th polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a0 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP4_A1: + +TEMP4\_A1: Temperature sensor analog 1st polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a1 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP4_A2: + +TEMP4\_A2: Temperature sensor analog 2nd polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a2 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP4_A3: + +TEMP4\_A3: Temperature sensor analog 3rd polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a3 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP4_A4: + +TEMP4\_A4: Temperature sensor analog 4th polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a4 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + + +.. _parameters_TEMP5_: + +TEMP5\_ Parameters +------------------ + + +.. _TEMP5_TYPE: + +TEMP5\_TYPE: Temperature Sensor Type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Enables temperature sensors + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | TSYS01 | ++-------+----------+ +| 2 | MCP9600 | ++-------+----------+ +| 3 | MAX31865 | ++-------+----------+ +| 4 | TSYS03 | ++-------+----------+ +| 5 | Analog | ++-------+----------+ + + + + +.. _TEMP5_BUS: + +TEMP5\_BUS: Temperature sensor bus +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Temperature sensor bus number\, typically used to select from multiple I2C buses + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _TEMP5_ADDR: + +TEMP5\_ADDR: Temperature sensor address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Temperature sensor address\, typically used for I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _TEMP5_SRC: + +TEMP5\_SRC: Sensor Source +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sensor Source is used to designate which device\'s temperature report will be replaced by this temperature sensor\'s data\. If 0 \(None\) then the data is only available via log\. In the future a new Motor temperature report will be created for returning data directly\. + + ++-------+----------------------------+ +| Value | Meaning | ++=======+============================+ +| 0 | None | ++-------+----------------------------+ +| 1 | ESC | ++-------+----------------------------+ +| 2 | Motor(not implemented yet) | ++-------+----------------------------+ +| 3 | Battery Index | ++-------+----------------------------+ +| 4 | Battery ID/SerialNumber | ++-------+----------------------------+ +| 5 | CAN based Pitot tube | ++-------+----------------------------+ + + + + +.. _TEMP5_SRC_ID: + +TEMP5\_SRC\_ID: Sensor Source Identification +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sensor Source Identification is used to replace a specific instance of a system component\'s temperature report with the temp sensor\'s\. Examples\: TEMP\_SRC \= 1 \(ESC\)\, TEMP\_SRC\_ID \= 1 will set the temp of ESC1\. TEMP\_SRC \= 3 \(BatteryIndex\)\,TEMP\_SRC\_ID \= 2 will set the temp of BATT2\. TEMP\_SRC \= 4 \(BatteryId\/SerialNum\)\,TEMP\_SRC\_ID\=42 will set the temp of all batteries that have param BATTn\_SERIAL \= 42\. + + +.. _TEMP5_PIN: + +TEMP5\_PIN: Temperature sensor analog voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sets the analog input pin that should be used for temprature monitoring\. + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| -1 | Disabled | ++-------+--------------------------------------+ +| 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | ++-------+--------------------------------------+ +| 5 | Navigator | ++-------+--------------------------------------+ +| 13 | Pixhawk2_PM2/CubeOrange_PM2 | ++-------+--------------------------------------+ +| 14 | CubeOrange | ++-------+--------------------------------------+ +| 16 | Durandal | ++-------+--------------------------------------+ +| 100 | PX4-v1 | ++-------+--------------------------------------+ + + + + +.. _TEMP5_A0: + +TEMP5\_A0: Temperature sensor analog 0th polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a0 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP5_A1: + +TEMP5\_A1: Temperature sensor analog 1st polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a1 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP5_A2: + +TEMP5\_A2: Temperature sensor analog 2nd polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a2 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP5_A3: + +TEMP5\_A3: Temperature sensor analog 3rd polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a3 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP5_A4: + +TEMP5\_A4: Temperature sensor analog 4th polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a4 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + + +.. _parameters_TEMP6_: + +TEMP6\_ Parameters +------------------ + + +.. _TEMP6_TYPE: + +TEMP6\_TYPE: Temperature Sensor Type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Enables temperature sensors + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | TSYS01 | ++-------+----------+ +| 2 | MCP9600 | ++-------+----------+ +| 3 | MAX31865 | ++-------+----------+ +| 4 | TSYS03 | ++-------+----------+ +| 5 | Analog | ++-------+----------+ + + + + +.. _TEMP6_BUS: + +TEMP6\_BUS: Temperature sensor bus +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Temperature sensor bus number\, typically used to select from multiple I2C buses + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _TEMP6_ADDR: + +TEMP6\_ADDR: Temperature sensor address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Temperature sensor address\, typically used for I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _TEMP6_SRC: + +TEMP6\_SRC: Sensor Source +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sensor Source is used to designate which device\'s temperature report will be replaced by this temperature sensor\'s data\. If 0 \(None\) then the data is only available via log\. In the future a new Motor temperature report will be created for returning data directly\. + + ++-------+----------------------------+ +| Value | Meaning | ++=======+============================+ +| 0 | None | ++-------+----------------------------+ +| 1 | ESC | ++-------+----------------------------+ +| 2 | Motor(not implemented yet) | ++-------+----------------------------+ +| 3 | Battery Index | ++-------+----------------------------+ +| 4 | Battery ID/SerialNumber | ++-------+----------------------------+ +| 5 | CAN based Pitot tube | ++-------+----------------------------+ + + + + +.. _TEMP6_SRC_ID: + +TEMP6\_SRC\_ID: Sensor Source Identification +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sensor Source Identification is used to replace a specific instance of a system component\'s temperature report with the temp sensor\'s\. Examples\: TEMP\_SRC \= 1 \(ESC\)\, TEMP\_SRC\_ID \= 1 will set the temp of ESC1\. TEMP\_SRC \= 3 \(BatteryIndex\)\,TEMP\_SRC\_ID \= 2 will set the temp of BATT2\. TEMP\_SRC \= 4 \(BatteryId\/SerialNum\)\,TEMP\_SRC\_ID\=42 will set the temp of all batteries that have param BATTn\_SERIAL \= 42\. + + +.. _TEMP6_PIN: + +TEMP6\_PIN: Temperature sensor analog voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sets the analog input pin that should be used for temprature monitoring\. + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| -1 | Disabled | ++-------+--------------------------------------+ +| 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | ++-------+--------------------------------------+ +| 5 | Navigator | ++-------+--------------------------------------+ +| 13 | Pixhawk2_PM2/CubeOrange_PM2 | ++-------+--------------------------------------+ +| 14 | CubeOrange | ++-------+--------------------------------------+ +| 16 | Durandal | ++-------+--------------------------------------+ +| 100 | PX4-v1 | ++-------+--------------------------------------+ + + + + +.. _TEMP6_A0: + +TEMP6\_A0: Temperature sensor analog 0th polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a0 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP6_A1: + +TEMP6\_A1: Temperature sensor analog 1st polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a1 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP6_A2: + +TEMP6\_A2: Temperature sensor analog 2nd polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a2 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP6_A3: + +TEMP6\_A3: Temperature sensor analog 3rd polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a3 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP6_A4: + +TEMP6\_A4: Temperature sensor analog 4th polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a4 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + + +.. _parameters_TEMP7_: + +TEMP7\_ Parameters +------------------ + + +.. _TEMP7_TYPE: + +TEMP7\_TYPE: Temperature Sensor Type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Enables temperature sensors + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | TSYS01 | ++-------+----------+ +| 2 | MCP9600 | ++-------+----------+ +| 3 | MAX31865 | ++-------+----------+ +| 4 | TSYS03 | ++-------+----------+ +| 5 | Analog | ++-------+----------+ + + + + +.. _TEMP7_BUS: + +TEMP7\_BUS: Temperature sensor bus +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Temperature sensor bus number\, typically used to select from multiple I2C buses + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _TEMP7_ADDR: + +TEMP7\_ADDR: Temperature sensor address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Temperature sensor address\, typically used for I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _TEMP7_SRC: + +TEMP7\_SRC: Sensor Source +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sensor Source is used to designate which device\'s temperature report will be replaced by this temperature sensor\'s data\. If 0 \(None\) then the data is only available via log\. In the future a new Motor temperature report will be created for returning data directly\. + + ++-------+----------------------------+ +| Value | Meaning | ++=======+============================+ +| 0 | None | ++-------+----------------------------+ +| 1 | ESC | ++-------+----------------------------+ +| 2 | Motor(not implemented yet) | ++-------+----------------------------+ +| 3 | Battery Index | ++-------+----------------------------+ +| 4 | Battery ID/SerialNumber | ++-------+----------------------------+ +| 5 | CAN based Pitot tube | ++-------+----------------------------+ + + + + +.. _TEMP7_SRC_ID: + +TEMP7\_SRC\_ID: Sensor Source Identification +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sensor Source Identification is used to replace a specific instance of a system component\'s temperature report with the temp sensor\'s\. Examples\: TEMP\_SRC \= 1 \(ESC\)\, TEMP\_SRC\_ID \= 1 will set the temp of ESC1\. TEMP\_SRC \= 3 \(BatteryIndex\)\,TEMP\_SRC\_ID \= 2 will set the temp of BATT2\. TEMP\_SRC \= 4 \(BatteryId\/SerialNum\)\,TEMP\_SRC\_ID\=42 will set the temp of all batteries that have param BATTn\_SERIAL \= 42\. + + +.. _TEMP7_PIN: + +TEMP7\_PIN: Temperature sensor analog voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sets the analog input pin that should be used for temprature monitoring\. + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| -1 | Disabled | ++-------+--------------------------------------+ +| 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | ++-------+--------------------------------------+ +| 5 | Navigator | ++-------+--------------------------------------+ +| 13 | Pixhawk2_PM2/CubeOrange_PM2 | ++-------+--------------------------------------+ +| 14 | CubeOrange | ++-------+--------------------------------------+ +| 16 | Durandal | ++-------+--------------------------------------+ +| 100 | PX4-v1 | ++-------+--------------------------------------+ + + + + +.. _TEMP7_A0: + +TEMP7\_A0: Temperature sensor analog 0th polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a0 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP7_A1: + +TEMP7\_A1: Temperature sensor analog 1st polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a1 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP7_A2: + +TEMP7\_A2: Temperature sensor analog 2nd polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a2 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP7_A3: + +TEMP7\_A3: Temperature sensor analog 3rd polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a3 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP7_A4: + +TEMP7\_A4: Temperature sensor analog 4th polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a4 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + + +.. _parameters_TEMP8_: + +TEMP8\_ Parameters +------------------ + + +.. _TEMP8_TYPE: + +TEMP8\_TYPE: Temperature Sensor Type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Enables temperature sensors + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | TSYS01 | ++-------+----------+ +| 2 | MCP9600 | ++-------+----------+ +| 3 | MAX31865 | ++-------+----------+ +| 4 | TSYS03 | ++-------+----------+ +| 5 | Analog | ++-------+----------+ + + + + +.. _TEMP8_BUS: + +TEMP8\_BUS: Temperature sensor bus +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Temperature sensor bus number\, typically used to select from multiple I2C buses + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _TEMP8_ADDR: + +TEMP8\_ADDR: Temperature sensor address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Temperature sensor address\, typically used for I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _TEMP8_SRC: + +TEMP8\_SRC: Sensor Source +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sensor Source is used to designate which device\'s temperature report will be replaced by this temperature sensor\'s data\. If 0 \(None\) then the data is only available via log\. In the future a new Motor temperature report will be created for returning data directly\. + + ++-------+----------------------------+ +| Value | Meaning | ++=======+============================+ +| 0 | None | ++-------+----------------------------+ +| 1 | ESC | ++-------+----------------------------+ +| 2 | Motor(not implemented yet) | ++-------+----------------------------+ +| 3 | Battery Index | ++-------+----------------------------+ +| 4 | Battery ID/SerialNumber | ++-------+----------------------------+ +| 5 | CAN based Pitot tube | ++-------+----------------------------+ + + + + +.. _TEMP8_SRC_ID: + +TEMP8\_SRC\_ID: Sensor Source Identification +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sensor Source Identification is used to replace a specific instance of a system component\'s temperature report with the temp sensor\'s\. Examples\: TEMP\_SRC \= 1 \(ESC\)\, TEMP\_SRC\_ID \= 1 will set the temp of ESC1\. TEMP\_SRC \= 3 \(BatteryIndex\)\,TEMP\_SRC\_ID \= 2 will set the temp of BATT2\. TEMP\_SRC \= 4 \(BatteryId\/SerialNum\)\,TEMP\_SRC\_ID\=42 will set the temp of all batteries that have param BATTn\_SERIAL \= 42\. + + +.. _TEMP8_PIN: + +TEMP8\_PIN: Temperature sensor analog voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sets the analog input pin that should be used for temprature monitoring\. + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| -1 | Disabled | ++-------+--------------------------------------+ +| 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | ++-------+--------------------------------------+ +| 5 | Navigator | ++-------+--------------------------------------+ +| 13 | Pixhawk2_PM2/CubeOrange_PM2 | ++-------+--------------------------------------+ +| 14 | CubeOrange | ++-------+--------------------------------------+ +| 16 | Durandal | ++-------+--------------------------------------+ +| 100 | PX4-v1 | ++-------+--------------------------------------+ + + + + +.. _TEMP8_A0: + +TEMP8\_A0: Temperature sensor analog 0th polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a0 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP8_A1: + +TEMP8\_A1: Temperature sensor analog 1st polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a1 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP8_A2: + +TEMP8\_A2: Temperature sensor analog 2nd polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a2 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP8_A3: + +TEMP8\_A3: Temperature sensor analog 3rd polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a3 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP8_A4: + +TEMP8\_A4: Temperature sensor analog 4th polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a4 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + + +.. _parameters_TEMP9_: + +TEMP9\_ Parameters +------------------ + + +.. _TEMP9_TYPE: + +TEMP9\_TYPE: Temperature Sensor Type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Enables temperature sensors + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | TSYS01 | ++-------+----------+ +| 2 | MCP9600 | ++-------+----------+ +| 3 | MAX31865 | ++-------+----------+ +| 4 | TSYS03 | ++-------+----------+ +| 5 | Analog | ++-------+----------+ + + + + +.. _TEMP9_BUS: + +TEMP9\_BUS: Temperature sensor bus +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Temperature sensor bus number\, typically used to select from multiple I2C buses + + ++--------+ +| Range | ++========+ +| 0 to 3 | ++--------+ + + + + +.. _TEMP9_ADDR: + +TEMP9\_ADDR: Temperature sensor address +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Temperature sensor address\, typically used for I2C address + + ++----------+ +| Range | ++==========+ +| 0 to 127 | ++----------+ + + + + +.. _TEMP9_SRC: + +TEMP9\_SRC: Sensor Source +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sensor Source is used to designate which device\'s temperature report will be replaced by this temperature sensor\'s data\. If 0 \(None\) then the data is only available via log\. In the future a new Motor temperature report will be created for returning data directly\. + + ++-------+----------------------------+ +| Value | Meaning | ++=======+============================+ +| 0 | None | ++-------+----------------------------+ +| 1 | ESC | ++-------+----------------------------+ +| 2 | Motor(not implemented yet) | ++-------+----------------------------+ +| 3 | Battery Index | ++-------+----------------------------+ +| 4 | Battery ID/SerialNumber | ++-------+----------------------------+ +| 5 | CAN based Pitot tube | ++-------+----------------------------+ + + + + +.. _TEMP9_SRC_ID: + +TEMP9\_SRC\_ID: Sensor Source Identification +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sensor Source Identification is used to replace a specific instance of a system component\'s temperature report with the temp sensor\'s\. Examples\: TEMP\_SRC \= 1 \(ESC\)\, TEMP\_SRC\_ID \= 1 will set the temp of ESC1\. TEMP\_SRC \= 3 \(BatteryIndex\)\,TEMP\_SRC\_ID \= 2 will set the temp of BATT2\. TEMP\_SRC \= 4 \(BatteryId\/SerialNum\)\,TEMP\_SRC\_ID\=42 will set the temp of all batteries that have param BATTn\_SERIAL \= 42\. + + +.. _TEMP9_PIN: + +TEMP9\_PIN: Temperature sensor analog voltage sensing pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Sets the analog input pin that should be used for temprature monitoring\. + + ++-------+--------------------------------------+ +| Value | Meaning | ++=======+======================================+ +| -1 | Disabled | ++-------+--------------------------------------+ +| 2 | Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 | ++-------+--------------------------------------+ +| 5 | Navigator | ++-------+--------------------------------------+ +| 13 | Pixhawk2_PM2/CubeOrange_PM2 | ++-------+--------------------------------------+ +| 14 | CubeOrange | ++-------+--------------------------------------+ +| 16 | Durandal | ++-------+--------------------------------------+ +| 100 | PX4-v1 | ++-------+--------------------------------------+ + + + + +.. _TEMP9_A0: + +TEMP9\_A0: Temperature sensor analog 0th polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a0 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP9_A1: + +TEMP9\_A1: Temperature sensor analog 1st polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a1 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP9_A2: + +TEMP9\_A2: Temperature sensor analog 2nd polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a2 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP9_A3: + +TEMP9\_A3: Temperature sensor analog 3rd polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a3 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + +.. _TEMP9_A4: + +TEMP9\_A4: Temperature sensor analog 4th polynomial coefficient +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +a4 in polynomial of form temperature in deg \= a0 \+ a1\*voltage \+ a2\*voltage\^2 \+ a3\*voltage\^3 \+ a4\*voltage\^4 + + + +.. _parameters_TRQD_: + +TRQD\_ Parameters +----------------- + + +.. _TRQD_TYPE: + +TRQD\_TYPE: Torqeedo connection type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Torqeedo connection type + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Tiller | ++-------+----------+ +| 2 | Motor | ++-------+----------+ + + + + +.. _TRQD_ONOFF_PIN: + +TRQD\_ONOFF\_PIN: Torqeedo ON\/Off pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Pin number connected to Torqeedo\'s on\/off pin\. \-1 to use serial port\'s RTS pin if available + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| -1 | Disabled | ++-------+----------+ +| 50 | AUX1 | ++-------+----------+ +| 51 | AUX2 | ++-------+----------+ +| 52 | AUX3 | ++-------+----------+ +| 53 | AUX4 | ++-------+----------+ +| 54 | AUX5 | ++-------+----------+ +| 55 | AUX6 | ++-------+----------+ + + + + +.. _TRQD_DE_PIN: + +TRQD\_DE\_PIN: Torqeedo DE pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Pin number connected to RS485 to Serial converter\'s DE pin\. \-1 to use serial port\'s CTS pin if available + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| -1 | Disabled | ++-------+----------+ +| 50 | AUX1 | ++-------+----------+ +| 51 | AUX2 | ++-------+----------+ +| 52 | AUX3 | ++-------+----------+ +| 53 | AUX4 | ++-------+----------+ +| 54 | AUX5 | ++-------+----------+ +| 55 | AUX6 | ++-------+----------+ + + + + +.. _TRQD_OPTIONS: + +TRQD\_OPTIONS: Torqeedo Options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Torqeedo Options Bitmask + + ++-----+-------------------+ +| Bit | Meaning | ++=====+===================+ +| 0 | Log | ++-----+-------------------+ +| 1 | Send debug to GCS | ++-----+-------------------+ + + + + +.. _TRQD_POWER: + +TRQD\_POWER: Torqeedo Motor Power +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Torqeedo motor power\. Only applied when using motor connection type \(e\.g\. TRQD\_TYPE\=2\) + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 100 | percent | ++-----------+----------+---------+ + + + + +.. _TRQD_SLEW_TIME: + +TRQD\_SLEW\_TIME: Torqeedo Throttle Slew Time +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Torqeedo slew rate specified as the minimum number of seconds required to increase the throttle from 0 to 100\%\. Higher values cause a slower response\, lower values cause a faster response\. A value of zero disables the limit + + ++-----------+--------+---------+ +| Increment | Range | Units | ++===========+========+=========+ +| 0.1 | 0 to 5 | seconds | ++-----------+--------+---------+ + + + + +.. _TRQD_DIR_DELAY: + +TRQD\_DIR\_DELAY: Torqeedo Direction Change Delay +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Torqeedo direction change delay\. Output will remain at zero for this many seconds when transitioning between forward and backwards rotation + + ++-----------+--------+---------+ +| Increment | Range | Units | ++===========+========+=========+ +| 0.1 | 0 to 5 | seconds | ++-----------+--------+---------+ + + + + + +.. _parameters_VISO: + +VISO Parameters +--------------- + + +.. _VISO_TYPE: + +VISO\_TYPE: Visual odometry camera connection type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* +| *Note: Reboot required after change* + +Visual odometry camera connection type + + ++-------+---------------+ +| Value | Meaning | ++=======+===============+ +| 0 | None | ++-------+---------------+ +| 1 | MAVLink | ++-------+---------------+ +| 2 | IntelT265 | ++-------+---------------+ +| 3 | VOXL(ModalAI) | ++-------+---------------+ + + + + +.. _VISO_POS_X: + +VISO\_POS\_X: Visual odometry camera X position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +X position of the camera in body frame\. Positive X is forward of the origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _VISO_POS_Y: + +VISO\_POS\_Y: Visual odometry camera Y position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Y position of the camera in body frame\. Positive Y is to the right of the origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _VISO_POS_Z: + +VISO\_POS\_Z: Visual odometry camera Z position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Z position of the camera in body frame\. Positive Z is down from the origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _VISO_ORIENT: + +VISO\_ORIENT: Visual odometery camera orientation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Visual odometery camera orientation + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0 | Forward | ++-------+---------+ +| 2 | Right | ++-------+---------+ +| 4 | Back | ++-------+---------+ +| 6 | Left | ++-------+---------+ +| 24 | Up | ++-------+---------+ +| 25 | Down | ++-------+---------+ + + + + +.. _VISO_SCALE: + +VISO\_SCALE: Visual odometry scaling factor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Visual odometry scaling factor applied to position estimates from sensor + + +.. _VISO_DELAY_MS: + +VISO\_DELAY\_MS: Visual odometry sensor delay +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Visual odometry sensor delay relative to inertial measurements + + ++----------+--------------+ +| Range | Units | ++==========+==============+ +| 0 to 250 | milliseconds | ++----------+--------------+ + + + + +.. _VISO_VEL_M_NSE: + +VISO\_VEL\_M\_NSE: Visual odometry velocity measurement noise +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Visual odometry velocity measurement noise in m\/s + + ++-------------+-------------------+ +| Range | Units | ++=============+===================+ +| 0.05 to 5.0 | meters per second | ++-------------+-------------------+ + + + + +.. _VISO_POS_M_NSE: + +VISO\_POS\_M\_NSE: Visual odometry position measurement noise +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Visual odometry position measurement noise minimum \(meters\)\. This value will be used if the sensor provides a lower noise value \(or no noise value\) + + ++-------------+--------+ +| Range | Units | ++=============+========+ +| 0.1 to 10.0 | meters | ++-------------+--------+ + + + + +.. _VISO_YAW_M_NSE: + +VISO\_YAW\_M\_NSE: Visual odometry yaw measurement noise +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Visual odometry yaw measurement noise minimum \(radians\)\, This value will be used if the sensor provides a lower noise value \(or no noise value\) + + ++-------------+---------+ +| Range | Units | ++=============+=========+ +| 0.05 to 1.0 | radians | ++-------------+---------+ + + + + + +.. _parameters_VTX_: + +VTX\_ Parameters +---------------- + + +.. _VTX_ENABLE: + +VTX\_ENABLE: Is the Video Transmitter enabled or not +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Toggles the Video Transmitter on and off + + ++-------+---------+ +| Value | Meaning | ++=======+=========+ +| 0 | Disable | ++-------+---------+ +| 1 | Enable | ++-------+---------+ + + + + +.. _VTX_POWER: + +VTX\_POWER: Video Transmitter Power Level +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Video Transmitter Power Level\. Different VTXs support different power levels\, the power level chosen will be rounded down to the nearest supported power level + + ++-----------+ +| Range | ++===========+ +| 1 to 1000 | ++-----------+ + + + + +.. _VTX_CHANNEL: + +VTX\_CHANNEL: Video Transmitter Channel +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Video Transmitter Channel + + ++--------+ +| Range | ++========+ +| 0 to 7 | ++--------+ + + + + +.. _VTX_BAND: + +VTX\_BAND: Video Transmitter Band +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Video Transmitter Band + + ++-------+--------------+ +| Value | Meaning | ++=======+==============+ +| 0 | Band A | ++-------+--------------+ +| 1 | Band B | ++-------+--------------+ +| 2 | Band E | ++-------+--------------+ +| 3 | Airwave | ++-------+--------------+ +| 4 | RaceBand | ++-------+--------------+ +| 5 | Low RaceBand | ++-------+--------------+ +| 6 | 1G3 Band A | ++-------+--------------+ +| 7 | 1G3 Band B | ++-------+--------------+ + + + + +.. _VTX_FREQ: + +VTX\_FREQ: Video Transmitter Frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Video Transmitter Frequency\. The frequency is derived from the setting of BAND and CHANNEL + + ++--------------+----------+ +| Range | ReadOnly | ++==============+==========+ +| 1000 to 6000 | True | ++--------------+----------+ + + + + +.. _VTX_OPTIONS: + +VTX\_OPTIONS: Video Transmitter Options +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Video Transmitter Options\. Pitmode puts the VTX in a low power state\. Unlocked enables certain restricted frequencies and power levels\. Do not enable the Unlocked option unless you have appropriate permissions in your jurisdiction to transmit at high power levels\. One stop\-bit may be required for VTXs that erroneously mimic iNav behaviour\. + + ++-----+-----------------------------------------------------------+ +| Bit | Meaning | ++=====+===========================================================+ +| 0 | Pitmode | ++-----+-----------------------------------------------------------+ +| 1 | Pitmode until armed | ++-----+-----------------------------------------------------------+ +| 2 | Pitmode when disarmed | ++-----+-----------------------------------------------------------+ +| 3 | Unlocked | ++-----+-----------------------------------------------------------+ +| 4 | Add leading zero byte to requests | ++-----+-----------------------------------------------------------+ +| 5 | Use 1 stop-bit in SmartAudio | ++-----+-----------------------------------------------------------+ +| 6 | Ignore CRC in SmartAudio | ++-----+-----------------------------------------------------------+ +| 7 | Ignore status updates in CRSF and blindly set VTX options | ++-----+-----------------------------------------------------------+ + + + + +.. _VTX_MAX_POWER: + +VTX\_MAX\_POWER: Video Transmitter Max Power Level +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Video Transmitter Maximum Power Level\. Different VTXs support different power levels\, this prevents the power aux switch from requesting too high a power level\. The switch supports 6 power levels and the selected power will be a subdivision between 0 and this setting\. + + ++------------+ +| Range | ++============+ +| 25 to 1000 | ++------------+ + + + + + +.. _parameters_WENC: + +WENC Parameters +--------------- + + +.. _WENC_TYPE: + +WENC\_TYPE: WheelEncoder type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What type of WheelEncoder is connected + + ++-------+-----------------+ +| Value | Meaning | ++=======+=================+ +| 0 | None | ++-------+-----------------+ +| 1 | Quadrature | ++-------+-----------------+ +| 10 | SITL Quadrature | ++-------+-----------------+ + + + + +.. _WENC_CPR: + +WENC\_CPR: WheelEncoder counts per revolution +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +WheelEncoder counts per full revolution of the wheel + + ++-----------+ +| Increment | ++===========+ +| 1 | ++-----------+ + + + + +.. _WENC_RADIUS: + +WENC\_RADIUS: Wheel radius +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel radius + + ++-----------+--------+ +| Increment | Units | ++===========+========+ +| 0.001 | meters | ++-----------+--------+ + + + + +.. _WENC_POS_X: + +WENC\_POS\_X: Wheel\'s X position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +X position of the center of the wheel in body frame\. Positive X is forward of the origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _WENC_POS_Y: + +WENC\_POS\_Y: Wheel\'s Y position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Y position of the center of the wheel in body frame\. Positive Y is to the right of the origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _WENC_POS_Z: + +WENC\_POS\_Z: Wheel\'s Z position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Z position of the center of the wheel in body frame\. Positive Z is down from the origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _WENC_PINA: + +WENC\_PINA: Input Pin A +~~~~~~~~~~~~~~~~~~~~~~~ + + +Input Pin A + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| -1 | Disabled | ++-------+----------+ +| 50 | AUX1 | ++-------+----------+ +| 51 | AUX2 | ++-------+----------+ +| 52 | AUX3 | ++-------+----------+ +| 53 | AUX4 | ++-------+----------+ +| 54 | AUX5 | ++-------+----------+ +| 55 | AUX6 | ++-------+----------+ + + + + +.. _WENC_PINB: + +WENC\_PINB: Input Pin B +~~~~~~~~~~~~~~~~~~~~~~~ + + +Input Pin B + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| -1 | Disabled | ++-------+----------+ +| 50 | AUX1 | ++-------+----------+ +| 51 | AUX2 | ++-------+----------+ +| 52 | AUX3 | ++-------+----------+ +| 53 | AUX4 | ++-------+----------+ +| 54 | AUX5 | ++-------+----------+ +| 55 | AUX6 | ++-------+----------+ + + + + +.. _WENC2_TYPE: + +WENC2\_TYPE: Second WheelEncoder type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +What type of WheelEncoder sensor is connected + + ++-------+-----------------+ +| Value | Meaning | ++=======+=================+ +| 0 | None | ++-------+-----------------+ +| 1 | Quadrature | ++-------+-----------------+ +| 10 | SITL Quadrature | ++-------+-----------------+ + + + + +.. _WENC2_CPR: + +WENC2\_CPR: WheelEncoder 2 counts per revolution +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +WheelEncoder 2 counts per full revolution of the wheel + + ++-----------+ +| Increment | ++===========+ +| 1 | ++-----------+ + + + + +.. _WENC2_RADIUS: + +WENC2\_RADIUS: Wheel2\'s radius +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel2\'s radius + + ++-----------+--------+ +| Increment | Units | ++===========+========+ +| 0.001 | meters | ++-----------+--------+ + + + + +.. _WENC2_POS_X: + +WENC2\_POS\_X: Wheel2\'s X position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +X position of the center of the second wheel in body frame\. Positive X is forward of the origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _WENC2_POS_Y: + +WENC2\_POS\_Y: Wheel2\'s Y position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Y position of the center of the second wheel in body frame\. Positive Y is to the right of the origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _WENC2_POS_Z: + +WENC2\_POS\_Z: Wheel2\'s Z position offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Z position of the center of the second wheel in body frame\. Positive Z is down from the origin\. + + ++-----------+---------+--------+ +| Increment | Range | Units | ++===========+=========+========+ +| 0.01 | -5 to 5 | meters | ++-----------+---------+--------+ + + + + +.. _WENC2_PINA: + +WENC2\_PINA: Second Encoder Input Pin A +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Second Encoder Input Pin A + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| -1 | Disabled | ++-------+----------+ +| 50 | AUX1 | ++-------+----------+ +| 51 | AUX2 | ++-------+----------+ +| 52 | AUX3 | ++-------+----------+ +| 53 | AUX4 | ++-------+----------+ +| 54 | AUX5 | ++-------+----------+ +| 55 | AUX6 | ++-------+----------+ + + + + +.. _WENC2_PINB: + +WENC2\_PINB: Second Encoder Input Pin B +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Second Encoder Input Pin B + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| -1 | Disabled | ++-------+----------+ +| 50 | AUX1 | ++-------+----------+ +| 51 | AUX2 | ++-------+----------+ +| 52 | AUX3 | ++-------+----------+ +| 53 | AUX4 | ++-------+----------+ +| 54 | AUX5 | ++-------+----------+ +| 55 | AUX6 | ++-------+----------+ + + + + + +.. _parameters_WNDVN_: + +WNDVN\_ Parameters +------------------ + + +.. _WNDVN_TYPE: + +WNDVN\_TYPE: Wind Vane Type +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Wind Vane type + + ++-------+------------------------------------+ +| Value | Meaning | ++=======+====================================+ +| 0 | None | ++-------+------------------------------------+ +| 1 | Heading when armed | ++-------+------------------------------------+ +| 2 | RC input offset heading when armed | ++-------+------------------------------------+ +| 3 | Analog | ++-------+------------------------------------+ +| 4 | NMEA | ++-------+------------------------------------+ +| 10 | SITL true | ++-------+------------------------------------+ +| 11 | SITL apparent | ++-------+------------------------------------+ + + + + +.. _WNDVN_DIR_PIN: + +WNDVN\_DIR\_PIN: Wind vane analog voltage pin for direction +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Analog input pin to read as wind vane direction + + ++-------+---------------------------+ +| Value | Meaning | ++=======+===========================+ +| 11 | Pixracer | ++-------+---------------------------+ +| 13 | Pixhawk ADC4 | ++-------+---------------------------+ +| 14 | Pixhawk ADC3 | ++-------+---------------------------+ +| 15 | Pixhawk ADC6/Pixhawk2 ADC | ++-------+---------------------------+ +| 50 | AUX1 | ++-------+---------------------------+ +| 51 | AUX2 | ++-------+---------------------------+ +| 52 | AUX3 | ++-------+---------------------------+ +| 53 | AUX4 | ++-------+---------------------------+ +| 54 | AUX5 | ++-------+---------------------------+ +| 55 | AUX6 | ++-------+---------------------------+ +| 103 | Pixhawk SBUS | ++-------+---------------------------+ + + + + +.. _WNDVN_DIR_V_MIN: + +WNDVN\_DIR\_V\_MIN: Wind vane voltage minimum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Minimum voltage supplied by analog wind vane\. When using pin 103\, the maximum value of the parameter is 3\.3V\. + + ++-----------+----------+-------+ +| Increment | Range | Units | ++===========+==========+=======+ +| 0.01 | 0 to 5.0 | volt | ++-----------+----------+-------+ + + + + +.. _WNDVN_DIR_V_MAX: + +WNDVN\_DIR\_V\_MAX: Wind vane voltage maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Maximum voltage supplied by analog wind vane\. When using pin 103\, the maximum value of the parameter is 3\.3V\. + + ++-----------+----------+-------+ +| Increment | Range | Units | ++===========+==========+=======+ +| 0.01 | 0 to 5.0 | volt | ++-----------+----------+-------+ + + + + +.. _WNDVN_DIR_OFS: + +WNDVN\_DIR\_OFS: Wind vane headwind offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Angle offset when analog windvane is indicating a headwind\, ie 0 degress relative to vehicle + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 360 | degrees | ++-----------+----------+---------+ + + + + +.. _WNDVN_DIR_FILT: + +WNDVN\_DIR\_FILT: apparent Wind vane direction low pass filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +apparent Wind vane direction low pass filter frequency\, a value of \-1 disables filter + + ++-------+ +| Units | ++=======+ +| hertz | ++-------+ + + + + +.. _WNDVN_CAL: + +WNDVN\_CAL: Wind vane calibration start +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Start wind vane calibration by setting this to 1 or 2 + + ++-------+---------------------+ +| Value | Meaning | ++=======+=====================+ +| 0 | None | ++-------+---------------------+ +| 1 | Calibrate direction | ++-------+---------------------+ +| 2 | Calibrate speed | ++-------+---------------------+ + + + + +.. _WNDVN_DIR_DZ: + +WNDVN\_DIR\_DZ: Wind vane deadzone when using analog sensor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wind vane deadzone when using analog sensor + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 360 | degrees | ++-----------+----------+---------+ + + + + +.. _WNDVN_SPEED_MIN: + +WNDVN\_SPEED\_MIN: Wind vane cut off wind speed +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wind vane direction will be ignored when apparent wind speeds are below this value \(if wind speed sensor is present\)\. If the apparent wind is consistently below this value the vane will not work + + ++-----------+--------+-------------------+ +| Increment | Range | Units | ++===========+========+===================+ +| 0.1 | 0 to 5 | meters per second | ++-----------+--------+-------------------+ + + + + +.. _WNDVN_SPEED_TYPE: + +WNDVN\_SPEED\_TYPE: Wind speed sensor Type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: Reboot required after change* + +Wind speed sensor type + + ++-------+----------------------------+ +| Value | Meaning | ++=======+============================+ +| 0 | None | ++-------+----------------------------+ +| 1 | Airspeed library | ++-------+----------------------------+ +| 2 | Modern Devices Wind Sensor | ++-------+----------------------------+ +| 3 | RPM library | ++-------+----------------------------+ +| 4 | NMEA | ++-------+----------------------------+ +| 10 | SITL true | ++-------+----------------------------+ +| 11 | SITL apparent | ++-------+----------------------------+ + + + + +.. _WNDVN_SPEED_PIN: + +WNDVN\_SPEED\_PIN: Wind vane speed sensor analog pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wind speed analog speed input pin for Modern Devices Wind Sensor rev\. p + + ++-------+---------------------------+ +| Value | Meaning | ++=======+===========================+ +| 11 | Pixracer | ++-------+---------------------------+ +| 13 | Pixhawk ADC4 | ++-------+---------------------------+ +| 14 | Pixhawk ADC3 | ++-------+---------------------------+ +| 15 | Pixhawk ADC6/Pixhawk2 ADC | ++-------+---------------------------+ +| 50 | AUX1 | ++-------+---------------------------+ +| 51 | AUX2 | ++-------+---------------------------+ +| 52 | AUX3 | ++-------+---------------------------+ +| 53 | AUX4 | ++-------+---------------------------+ +| 54 | AUX5 | ++-------+---------------------------+ +| 55 | AUX6 | ++-------+---------------------------+ +| 103 | Pixhawk SBUS | ++-------+---------------------------+ + + + + +.. _WNDVN_TEMP_PIN: + +WNDVN\_TEMP\_PIN: Wind vane speed sensor analog temp pin +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wind speed sensor analog temp input pin for Modern Devices Wind Sensor rev\. p\, set to \-1 to diasble temp readings + + ++-------+---------------------------+ +| Value | Meaning | ++=======+===========================+ +| 11 | Pixracer | ++-------+---------------------------+ +| 13 | Pixhawk ADC4 | ++-------+---------------------------+ +| 14 | Pixhawk ADC3 | ++-------+---------------------------+ +| 15 | Pixhawk ADC6/Pixhawk2 ADC | ++-------+---------------------------+ +| 50 | AUX1 | ++-------+---------------------------+ +| 51 | AUX2 | ++-------+---------------------------+ +| 52 | AUX3 | ++-------+---------------------------+ +| 53 | AUX4 | ++-------+---------------------------+ +| 54 | AUX5 | ++-------+---------------------------+ +| 55 | AUX6 | ++-------+---------------------------+ +| 103 | Pixhawk SBUS | ++-------+---------------------------+ + + + + +.. _WNDVN_SPEED_OFS: + +WNDVN\_SPEED\_OFS: Wind speed sensor analog voltage offset +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wind sensor analog voltage offset at zero wind speed + + ++-----------+----------+-------+ +| Increment | Range | Units | ++===========+==========+=======+ +| 0.01 | 0 to 3.3 | volt | ++-----------+----------+-------+ + + + + +.. _WNDVN_SPEED_FILT: + +WNDVN\_SPEED\_FILT: apparent wind speed low pass filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +apparent Wind speed low pass filter frequency\, a value of \-1 disables filter + + ++-------+ +| Units | ++=======+ +| hertz | ++-------+ + + + + +.. _WNDVN_TRUE_FILT: + +WNDVN\_TRUE\_FILT: True speed and direction low pass filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +True speed and direction low pass filter frequency\, a value of \-1 disables filter + + ++-------+ +| Units | ++=======+ +| hertz | ++-------+ + + + + + +.. _parameters_WP_: + +WP\_ Parameters +--------------- + + +.. _WP_SPEED: + +WP\_SPEED: Waypoint speed default +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Waypoint speed default + + ++-----------+----------+-------------------+ +| Increment | Range | Units | ++===========+==========+===================+ +| 0.1 | 0 to 100 | meters per second | ++-----------+----------+-------------------+ + + + + +.. _WP_RADIUS: + +WP\_RADIUS: Waypoint radius +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +The distance in meters from a waypoint when we consider the waypoint has been reached\. This determines when the vehicle will turn toward the next waypoint\. + + ++-----------+----------+--------+ +| Increment | Range | Units | ++===========+==========+========+ +| 0.1 | 0 to 100 | meters | ++-----------+----------+--------+ + + + + +.. _WP_ACCEL: + +WP\_ACCEL: Waypoint acceleration +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Waypoint acceleration\. If zero then ATC\_ACCEL\_MAX is used + + ++-----------+----------+--------------------------+ +| Increment | Range | Units | ++===========+==========+==========================+ +| 0.1 | 0 to 100 | meters per square second | ++-----------+----------+--------------------------+ + + + + +.. _WP_JERK: + +WP\_JERK: Waypoint jerk +~~~~~~~~~~~~~~~~~~~~~~~ + + +Waypoint jerk \(change in acceleration\)\. If zero then jerk is same as acceleration + + ++-----------+----------+-------------------------+ +| Increment | Range | Units | ++===========+==========+=========================+ +| 0.1 | 0 to 100 | meters per cubic second | ++-----------+----------+-------------------------+ + + + + + +.. _parameters_WP_PIVOT_: + +WP\_PIVOT\_ Parameters +---------------------- + + +.. _WP_PIVOT_ANGLE: + +WP\_PIVOT\_ANGLE: Pivot Angle +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Pivot when the difference between the vehicle\'s heading and its target heading is more than this many degrees\. Set to zero to disable pivot turns\. This parameter should be greater than 5 degrees for pivot turns to work\. + + ++-----------+----------+---------+ +| Increment | Range | Units | ++===========+==========+=========+ +| 1 | 0 to 360 | degrees | ++-----------+----------+---------+ + + + + +.. _WP_PIVOT_RATE: + +WP\_PIVOT\_RATE: Pivot Turn Rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Turn rate during pivot turns + + ++-----------+----------+--------------------+ +| Increment | Range | Units | ++===========+==========+====================+ +| 1 | 0 to 360 | degrees per second | ++-----------+----------+--------------------+ + + + + +.. _WP_PIVOT_DELAY: + +WP\_PIVOT\_DELAY: Pivot Delay +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Vehicle waits this many seconds after completing a pivot turn before proceeding + + ++-----------+---------+---------+ +| Increment | Range | Units | ++===========+=========+=========+ +| 0.1 | 0 to 60 | seconds | ++-----------+---------+---------+ + + + + + +.. _parameters_WRC: + +WRC Parameters +-------------- + + +.. _WRC_ENABLE: + +WRC\_ENABLE: Wheel rate control enable\/disable +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Enable or disable wheel rate control + + ++-------+----------+ +| Value | Meaning | ++=======+==========+ +| 0 | Disabled | ++-------+----------+ +| 1 | Enabled | ++-------+----------+ + + + + +.. _WRC_RATE_MAX: + +WRC\_RATE\_MAX: Wheel max rotation rate +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel max rotation rate + + ++----------+--------------------+ +| Range | Units | ++==========+====================+ +| 0 to 200 | radians per second | ++----------+--------------------+ + + + + +.. _WRC_RATE_FF: + +WRC\_RATE\_FF: Wheel rate control feed forward gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel rate control feed forward gain\. Desired rate \(in radians\/sec\) is multiplied by this constant and output to output \(in the range \-1 to \+1\) + + ++----------------+ +| Range | ++================+ +| 0.100 to 2.000 | ++----------------+ + + + + +.. _WRC_RATE_P: + +WRC\_RATE\_P: Wheel rate control P gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel rate control P gain\. Converts rate error \(in radians\/sec\) to output \(in the range \-1 to \+1\) + + ++----------------+ +| Range | ++================+ +| 0.100 to 2.000 | ++----------------+ + + + + +.. _WRC_RATE_I: + +WRC\_RATE\_I: Wheel rate control I gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel rate control I gain\. Corrects long term error between the desired rate \(in rad\/s\) and actual + + ++----------------+ +| Range | ++================+ +| 0.000 to 2.000 | ++----------------+ + + + + +.. _WRC_RATE_IMAX: + +WRC\_RATE\_IMAX: Wheel rate control I gain maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel rate control I gain maximum\. Constrains the output \(range \-1 to \+1\) that the I term will generate + + ++----------------+ +| Range | ++================+ +| 0.000 to 1.000 | ++----------------+ + + + + +.. _WRC_RATE_D: + +WRC\_RATE\_D: Wheel rate control D gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel rate control D gain\. Compensates for short\-term change in desired rate vs actual + + ++----------------+ +| Range | ++================+ +| 0.000 to 0.400 | ++----------------+ + + + + +.. _WRC_RATE_FILT: + +WRC\_RATE\_FILT: Wheel rate control filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel rate control input filter\. Lower values reduce noise but add delay\. + + ++------------------+-------+ +| Range | Units | ++==================+=======+ +| 1.000 to 100.000 | hertz | ++------------------+-------+ + + + + +.. _WRC_RATE_FLTT: + +WRC\_RATE\_FLTT: Wheel rate control target frequency in Hz +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel rate control target frequency in Hz + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 1 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _WRC_RATE_FLTE: + +WRC\_RATE\_FLTE: Wheel rate control error frequency in Hz +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel rate control error frequency in Hz + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 1 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _WRC_RATE_FLTD: + +WRC\_RATE\_FLTD: Wheel rate control derivative frequency in Hz +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel rate control derivative frequency in Hz + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 1 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _WRC_RATE_SMAX: + +WRC\_RATE\_SMAX: Wheel rate slew rate limit +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets an upper limit on the slew rate produced by the combined P and D gains\. If the amplitude of the control action produced by the rate feedback exceeds this value\, then the D\+P gain is reduced to respect the limit\. This limits the amplitude of high frequency oscillations caused by an excessive gain\. The limit should be set to no more than 25\% of the actuators maximum slew rate to allow for load effects\. Note\: The gain will not be reduced to less than 10\% of the nominal value\. A value of zero will disable this feature\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 0.5 | 0 to 200 | ++-----------+----------+ + + + + +.. _WRC_RATE_PDMX: + +WRC\_RATE\_PDMX: Wheel rate control PD sum maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel rate control PD sum maximum\. The maximum\/minimum value that the sum of the P and D term can output + + ++----------------+ +| Range | ++================+ +| 0.000 to 1.000 | ++----------------+ + + + + +.. _WRC_RATE_D_FF: + +WRC\_RATE\_D\_FF: Wheel rate Derivative FeedForward Gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +FF D Gain which produces an output that is proportional to the rate of change of the error + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.001 | 0.000 to 0.400 | ++-----------+----------------+ + + + + +.. _WRC_RATE_NTF: + +WRC\_RATE\_NTF: Wheel rate Target notch filter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Wheel rate Target notch filter index + + ++--------+ +| Range | ++========+ +| 1 to 8 | ++--------+ + + + + +.. _WRC_RATE_NEF: + +WRC\_RATE\_NEF: Wheel rate Error notch filter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Wheel rate Error notch filter index + + ++--------+ +| Range | ++========+ +| 1 to 8 | ++--------+ + + + + +.. _WRC2_RATE_FF: + +WRC2\_RATE\_FF: Wheel rate control feed forward gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel rate control feed forward gain\. Desired rate \(in radians\/sec\) is multiplied by this constant and output to output \(in the range \-1 to \+1\) + + ++----------------+ +| Range | ++================+ +| 0.100 to 2.000 | ++----------------+ + + + + +.. _WRC2_RATE_P: + +WRC2\_RATE\_P: Wheel rate control P gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel rate control P gain\. Converts rate error \(in radians\/sec\) to output \(in the range \-1 to \+1\) + + ++----------------+ +| Range | ++================+ +| 0.100 to 2.000 | ++----------------+ + + + + +.. _WRC2_RATE_I: + +WRC2\_RATE\_I: Wheel rate control I gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel rate control I gain\. Corrects long term error between the desired rate \(in rad\/s\) and actual + + ++----------------+ +| Range | ++================+ +| 0.000 to 2.000 | ++----------------+ + + + + +.. _WRC2_RATE_IMAX: + +WRC2\_RATE\_IMAX: Wheel rate control I gain maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel rate control I gain maximum\. Constrains the output \(range \-1 to \+1\) that the I term will generate + + ++----------------+ +| Range | ++================+ +| 0.000 to 1.000 | ++----------------+ + + + + +.. _WRC2_RATE_D: + +WRC2\_RATE\_D: Wheel rate control D gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel rate control D gain\. Compensates for short\-term change in desired rate vs actual + + ++----------------+ +| Range | ++================+ +| 0.000 to 0.400 | ++----------------+ + + + + +.. _WRC2_RATE_FILT: + +WRC2\_RATE\_FILT: Wheel rate control filter frequency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel rate control input filter\. Lower values reduce noise but add delay\. + + ++------------------+-------+ +| Range | Units | ++==================+=======+ +| 1.000 to 100.000 | hertz | ++------------------+-------+ + + + + +.. _WRC2_RATE_FLTT: + +WRC2\_RATE\_FLTT: Wheel rate control target frequency in Hz +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel rate control target frequency in Hz + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 1 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _WRC2_RATE_FLTE: + +WRC2\_RATE\_FLTE: Wheel rate control error frequency in Hz +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel rate control error frequency in Hz + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 1 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _WRC2_RATE_FLTD: + +WRC2\_RATE\_FLTD: Wheel rate control derivative frequency in Hz +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel rate control derivative frequency in Hz + + ++-----------+---------+-------+ +| Increment | Range | Units | ++===========+=========+=======+ +| 1 | 1 to 50 | hertz | ++-----------+---------+-------+ + + + + +.. _WRC2_RATE_SMAX: + +WRC2\_RATE\_SMAX: Wheel rate slew rate limit +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Sets an upper limit on the slew rate produced by the combined P and D gains\. If the amplitude of the control action produced by the rate feedback exceeds this value\, then the D\+P gain is reduced to respect the limit\. This limits the amplitude of high frequency oscillations caused by an excessive gain\. The limit should be set to no more than 25\% of the actuators maximum slew rate to allow for load effects\. Note\: The gain will not be reduced to less than 10\% of the nominal value\. A value of zero will disable this feature\. + + ++-----------+----------+ +| Increment | Range | ++===========+==========+ +| 0.5 | 0 to 200 | ++-----------+----------+ + + + + +.. _WRC2_RATE_PDMX: + +WRC2\_RATE\_PDMX: Wheel rate control PD sum maximum +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Wheel rate control PD sum maximum\. The maximum\/minimum value that the sum of the P and D term can output + + ++----------------+ +| Range | ++================+ +| 0.000 to 1.000 | ++----------------+ + + + + +.. _WRC2_RATE_D_FF: + +WRC2\_RATE\_D\_FF: Wheel rate Derivative FeedForward Gain +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +FF D Gain which produces an output that is proportional to the rate of change of the target + + ++-----------+----------------+ +| Increment | Range | ++===========+================+ +| 0.001 | 0.000 to 0.400 | ++-----------+----------------+ + + + + +.. _WRC2_RATE_NTF: + +WRC2\_RATE\_NTF: Wheel rate Target notch filter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Wheel rate Target notch filter index + + ++--------+ +| Range | ++========+ +| 1 to 8 | ++--------+ + + + + +.. _WRC2_RATE_NEF: + +WRC2\_RATE\_NEF: Wheel rate Error notch filter index +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +| *Note: This parameter is for advanced users* + +Wheel rate Error notch filter index + + ++--------+ +| Range | ++========+ +| 1 to 8 | ++--------+ + + + diff --git a/Rover-4.5/apm.pdef.json b/Rover-4.5/apm.pdef.json new file mode 100644 index 0000000..1235aac --- /dev/null +++ b/Rover-4.5/apm.pdef.json @@ -0,0 +1,46567 @@ +{ + "AFS_": { + "AFS_AMSL_ERR_GPS": { + "Description": "This sets margin for error in GPS derived altitude limit. This error margin is only used if the barometer has failed. If the barometer fails then the GPS will be used to enforce the AMSL_LIMIT, but this margin will be subtracted from the AMSL_LIMIT first, to ensure that even with the given amount of GPS altitude error the pressure altitude is not breached. OBC users should set this to comply with their D2 safety case. A value of -1 will mean that barometer failure will lead to immediate termination.", + "DisplayName": "Error margin for GPS based AMSL limit", + "Units": "m", + "User": "Advanced" + }, + "AFS_AMSL_LIMIT": { + "Description": "This sets the AMSL (above mean sea level) altitude limit. If the pressure altitude determined by QNH exceeds this limit then flight termination will be forced. Note that this limit is in meters, whereas pressure altitude limits are often quoted in feet. A value of zero disables the pressure altitude limit.", + "DisplayName": "AMSL limit", + "Units": "m", + "User": "Advanced" + }, + "AFS_DUAL_LOSS": { + "Description": "This enables the dual loss termination part of the AFS system. If this parameter is 1 and both GPS and the ground control station fail simultaneously, this will be considered a \"dual loss\" and cause termination.", + "DisplayName": "Enable dual loss terminate due to failure of both GCS and GPS simultaneously", + "User": "Advanced" + }, + "AFS_ENABLE": { + "Description": "This enables the advanced failsafe system. If this is set to zero (disable) then all the other AFS options have no effect", + "DisplayName": "Enable Advanced Failsafe", + "User": "Advanced" + }, + "AFS_GCS_TIMEOUT": { + "Description": "The time (in seconds) of persistent data link loss before GCS failsafe occurs. ", + "DisplayName": "GCS timeout", + "Units": "s", + "User": "Advanced" + }, + "AFS_GEOFENCE": { + "Description": "This enables the geofence part of the AFS. Will only be in effect if AFS_ENABLE is also 1", + "DisplayName": "Enable geofence Advanced Failsafe", + "User": "Advanced" + }, + "AFS_HB_PIN": { + "Description": "This sets a digital output pin which is cycled at 10Hz when termination is not activated. Note that if a FS_TERM_PIN is set then the heartbeat pin will continue to cycle at 10Hz when termination is activated, to allow the termination board to distinguish between autopilot crash and termination. Some common values are given, but see the Wiki's \"GPIOs\" page for how to determine the pin number for a given autopilot.", + "DisplayName": "Heartbeat Pin", + "User": "Advanced", + "Values": { + "-1": "Disabled", + "113": "BB Blue GP0 pin 6", + "116": "BB Blue GP0 pin 5", + "49": "BB Blue GP0 pin 4", + "50": "AUXOUT1", + "51": "AUXOUT2", + "52": "AUXOUT3", + "53": "AUXOUT4", + "54": "AUXOUT5", + "55": "AUXOUT6", + "57": "BB Blue GP0 pin 3" + } + }, + "AFS_MAN_PIN": { + "Description": "This sets a digital output pin to set high when in manual mode. See the Wiki's \"GPIOs\" page for how to determine the pin number for a given autopilot.", + "DisplayName": "Manual Pin", + "User": "Advanced" + }, + "AFS_MAX_COM_LOSS": { + "Description": "Maximum number of comms loss events before the aircraft stops returning to mission on comms recovery. Use zero to allow for any number of comms loss events.", + "DisplayName": "Maximum number of comms loss events", + "User": "Advanced" + }, + "AFS_MAX_GPS_LOSS": { + "Description": "Maximum number of GPS loss events before the aircraft stops returning to mission on GPS recovery. Use zero to allow for any number of GPS loss events.", + "DisplayName": "Maximum number of GPS loss events", + "User": "Advanced" + }, + "AFS_MAX_RANGE": { + "Description": "This is the maximum range of the vehicle in kilometers from first arming. If the vehicle goes beyond this range then the TERM_ACTION is performed. A value of zero disables this feature.", + "DisplayName": "Max allowed range", + "Units": "km", + "User": "Advanced" + }, + "AFS_OPTIONS": { + "Bitmask": { + "0": "Continue the mission even after comms are recovered (does not go to the mission item at the time comms were lost)", + "1": "Enable AFS for all autonomous modes (not just AUTO)" + }, + "Description": "See description for each bitmask bit description", + "DisplayName": "AFS options" + }, + "AFS_QNH_PRESSURE": { + "Description": "This sets the QNH pressure in millibars to be used for pressure altitude in the altitude limit. A value of zero disables the altitude limit.", + "DisplayName": "QNH pressure", + "Units": "hPa", + "User": "Advanced" + }, + "AFS_RC": { + "Description": "This enables the RC part of the AFS. Will only be in effect if AFS_ENABLE is also 1", + "DisplayName": "Enable RC Advanced Failsafe", + "User": "Advanced" + }, + "AFS_RC_FAIL_TIME": { + "Description": "This is the time in seconds in manual mode that failsafe termination will activate if RC input is lost. For the OBC rules this should be (1.5). Use 0 to disable.", + "DisplayName": "RC failure time", + "Units": "s", + "User": "Advanced" + }, + "AFS_RC_MAN_ONLY": { + "Description": "If this parameter is set to 1, then an RC loss will only cause the plane to terminate in manual control modes. If it is 0, then the plane will terminate in any flight mode.", + "DisplayName": "Enable RC Termination only in manual control modes", + "User": "Advanced" + }, + "AFS_TERMINATE": { + "Description": "Can be set in flight to force termination of the heartbeat signal", + "DisplayName": "Force Terminate", + "User": "Advanced" + }, + "AFS_TERM_ACTION": { + "Description": "This can be used to force an action on flight termination. Normally this is handled by an external failsafe board, but you can setup ArduPilot to handle it here. Please consult the wiki for more information on the possible values of the parameter", + "DisplayName": "Terminate action", + "User": "Advanced" + }, + "AFS_TERM_PIN": { + "Description": "This sets a digital output pin to set high on flight termination. Some common values are given, but see the Wiki's \"GPIOs\" page for how to determine the pin number for a given autopilot.", + "DisplayName": "Terminate Pin", + "User": "Advanced", + "Values": { + "-1": "Disabled", + "113": "BB Blue GP0 pin 6", + "116": "BB Blue GP0 pin 5", + "49": "BB Blue GP0 pin 4", + "50": "AUXOUT1", + "51": "AUXOUT2", + "52": "AUXOUT3", + "53": "AUXOUT4", + "54": "AUXOUT5", + "55": "AUXOUT6", + "57": "BB Blue GP0 pin 3" + } + }, + "AFS_WP_COMMS": { + "Description": "Waypoint number to navigate to on comms loss", + "DisplayName": "Comms Waypoint", + "User": "Advanced" + }, + "AFS_WP_GPS_LOSS": { + "Description": "Waypoint number to navigate to on GPS lock loss", + "DisplayName": "GPS Loss Waypoint", + "User": "Advanced" + } + }, + "AHRS_": { + "AHRS_COMP_BETA": { + "Description": "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.", + "DisplayName": "AHRS Velocity Complementary Filter Beta Coefficient", + "Increment": ".01", + "Range": { + "high": "0.5", + "low": "0.001" + }, + "User": "Advanced" + }, + "AHRS_CUSTOM_PIT": { + "Description": "Autopilot mounting position pitch offset. Positive values = pitch up, negative values = pitch down. This parameter is only used when AHRS_ORIENTATION is set to CUSTOM.", + "DisplayName": "Board orientation pitch offset", + "Increment": "1", + "Range": { + "high": "180", + "low": "-180" + }, + "Units": "deg", + "User": "Advanced" + }, + "AHRS_CUSTOM_ROLL": { + "Description": "Autopilot mounting position roll offset. Positive values = roll right, negative values = roll left. This parameter is only used when AHRS_ORIENTATION is set to CUSTOM.", + "DisplayName": "Board orientation roll offset", + "Increment": "1", + "Range": { + "high": "180", + "low": "-180" + }, + "Units": "deg", + "User": "Advanced" + }, + "AHRS_CUSTOM_YAW": { + "Description": "Autopilot mounting position yaw offset. Positive values = yaw right, negative values = yaw left. This parameter is only used when AHRS_ORIENTATION is set to CUSTOM.", + "DisplayName": "Board orientation yaw offset", + "Increment": "1", + "Range": { + "high": "180", + "low": "-180" + }, + "Units": "deg", + "User": "Advanced" + }, + "AHRS_EKF_TYPE": { + "Description": "This controls which NavEKF Kalman filter version is used for attitude and position estimation", + "DisplayName": "Use NavEKF Kalman filter for attitude and position estimation", + "User": "Advanced", + "Values": { + "0": "Disabled", + "11": "ExternalAHRS", + "2": "Enable EKF2", + "3": "Enable EKF3" + } + }, + "AHRS_GPS_GAIN": { + "Description": "This controls 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.", + "DisplayName": "AHRS GPS gain", + "Increment": ".01", + "Range": { + "high": "1.0", + "low": "0.0" + }, + "User": "Advanced" + }, + "AHRS_GPS_MINSATS": { + "Description": "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.", + "DisplayName": "AHRS GPS Minimum satellites", + "Increment": "1", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "AHRS_GPS_USE": { + "Description": "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. Currently this affects only the DCM-based AHRS: the EKF uses GPS according to its own parameters. A value of 2 means to use GPS for height as well as position - both in DCM estimation and when determining altitude-above-home.", + "DisplayName": "AHRS use GPS for DCM navigation and position-down", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Use GPS for DCM position", + "2": "Use GPS for DCM position and height" + } + }, + "AHRS_OPTIONS": { + "Bitmask": { + "0": "DisableDCMFallbackFW", + "1": "DisableDCMFallbackVTOL" + }, + "Description": "This controls optional AHRS behaviour. Setting DisableDCMFallbackFW will change the AHRS behaviour for fixed wing aircraft in fly-forward flight to not fall back to DCM when the EKF stops navigating. Setting DisableDCMFallbackVTOL will change the AHRS behaviour for fixed wing aircraft in non fly-forward (VTOL) flight to not fall back to DCM when the EKF stops navigating. ", + "DisplayName": "Optional AHRS behaviour", + "User": "Advanced" + }, + "AHRS_ORIENTATION": { + "Description": "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. The label for each option is specified in the order of rotations for that orientation. This option takes affect on next boot. After changing you will need to re-level your vehicle. Firmware versions 4.2 and prior can use a CUSTOM (100) rotation to set the AHRS_CUSTOM_ROLL/PIT/YAW angles for AHRS orientation. Later versions provide two general custom rotations which can be used, Custom 1 and Custom 2, with CUST_ROT1_ROLL/PIT/YAW or CUST_ROT2_ROLL/PIT/YAW angles.", + "DisplayName": "Board Orientation", + "User": "Advanced", + "Values": { + "0": "None", + "1": "Yaw45", + "10": "Yaw90Roll180", + "100": "Custom 4.1 and older", + "101": "Custom 1", + "102": "Custom 2", + "11": "Yaw135Roll180", + "12": "Pitch180", + "13": "Yaw225Roll180", + "14": "Yaw270Roll180", + "15": "Yaw315Roll180", + "16": "Roll90", + "17": "Yaw45Roll90", + "18": "Yaw90Roll90", + "19": "Yaw135Roll90", + "2": "Yaw90", + "20": "Roll270", + "21": "Yaw45Roll270", + "22": "Yaw90Roll270", + "23": "Yaw135Roll270", + "24": "Pitch90", + "25": "Pitch270", + "26": "Yaw90Pitch180", + "27": "Yaw270Pitch180", + "28": "Pitch90Roll90", + "29": "Pitch90Roll180", + "3": "Yaw135", + "30": "Pitch90Roll270", + "31": "Pitch180Roll90", + "32": "Pitch180Roll270", + "33": "Pitch270Roll90", + "34": "Pitch270Roll180", + "35": "Pitch270Roll270", + "36": "Yaw90Pitch180Roll90", + "37": "Yaw270Roll90", + "38": "Yaw293Pitch68Roll180", + "39": "Pitch315", + "4": "Yaw180", + "40": "Pitch315Roll90", + "42": "Roll45", + "43": "Roll315", + "5": "Yaw225", + "6": "Yaw270", + "7": "Yaw315", + "8": "Roll180", + "9": "Yaw45Roll180" + } + }, + "AHRS_RP_P": { + "Description": "This controls how fast the accelerometers correct the attitude", + "DisplayName": "AHRS RP_P", + "Increment": ".01", + "Range": { + "high": "0.4", + "low": "0.1" + }, + "User": "Advanced" + }, + "AHRS_TRIM_X": { + "Description": "Compensates for the roll angle difference between the control board and the frame. Positive values make the vehicle roll right.", + "DisplayName": "AHRS Trim Roll", + "Increment": "0.01", + "Range": { + "high": "+0.1745", + "low": "-0.1745" + }, + "Units": "rad", + "User": "Standard" + }, + "AHRS_TRIM_Y": { + "Description": "Compensates for the pitch angle difference between the control board and the frame. Positive values make the vehicle pitch up/back.", + "DisplayName": "AHRS Trim Pitch", + "Increment": "0.01", + "Range": { + "high": "+0.1745", + "low": "-0.1745" + }, + "Units": "rad", + "User": "Standard" + }, + "AHRS_TRIM_Z": { + "Description": "Not Used", + "DisplayName": "AHRS Trim Yaw", + "Increment": "0.01", + "Range": { + "high": "+0.1745", + "low": "-0.1745" + }, + "Units": "rad", + "User": "Advanced" + }, + "AHRS_WIND_MAX": { + "Description": "This sets the maximum allowable difference between ground speed and airspeed. A value of zero means to use the airspeed as is. This allows the plane to cope with a failing airspeed sensor by clipping it to groundspeed plus/minus this limit. See ARSPD_OPTIONS and ARSPD_WIND_MAX to disable airspeed sensors.", + "DisplayName": "Maximum wind", + "Increment": "1", + "Range": { + "high": "127", + "low": "0" + }, + "Units": "m/s", + "User": "Advanced" + }, + "AHRS_YAW_P": { + "Description": "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.", + "DisplayName": "Yaw P", + "Increment": ".01", + "Range": { + "high": "0.4", + "low": "0.1" + }, + "User": "Advanced" + } + }, + "AIS_": { + "AIS_LIST_MAX": { + "Description": "AIS list size of nearest vessels. Longer lists take longer to refresh with lower SRx_ADSB values.", + "DisplayName": "AIS vessel list size", + "Range": { + "high": "100", + "low": "1" + }, + "User": "Advanced" + }, + "AIS_LOGGING": { + "Bitmask": { + "0": "Log all AIVDM messages", + "1": "Log only unsupported AIVDM messages", + "2": "Log decoded messages" + }, + "Description": "Bitmask of AIS logging options", + "DisplayName": "AIS logging options", + "User": "Advanced" + }, + "AIS_TIME_OUT": { + "Description": "if no updates are received in this time a vessel will be removed from the list", + "DisplayName": "AIS vessel time out", + "Range": { + "high": "2000", + "low": "1" + }, + "Units": "s", + "User": "Advanced" + }, + "AIS_TYPE": { + "Description": "AIS receiver type", + "DisplayName": "AIS receiver type", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "None", + "1": "NMEA AIVDM message" + } + } + }, + "ARMING_": { + "ARMING_ACCTHRESH": { + "Description": "Accelerometer error threshold used to determine inconsistent accelerometers. Compares this error range to other accelerometers to detect a hardware or calibration error. Lower value means tighter check and harder to pass arming check. Not all accelerometers are created equal.", + "DisplayName": "Accelerometer error threshold", + "Range": { + "high": "3.0", + "low": "0.25" + }, + "Units": "m/s/s", + "User": "Advanced" + }, + "ARMING_CHECK": { + "Bitmask": { + "0": "All", + "1": "Barometer", + "10": "Logging Available", + "11": "Hardware safety switch", + "12": "GPS Configuration", + "13": "System", + "14": "Mission", + "15": "Rangefinder", + "16": "Camera", + "17": "AuxAuth", + "18": "VisualOdometry", + "19": "FFT", + "2": "Compass", + "3": "GPS lock", + "4": "INS", + "5": "Parameters", + "6": "RC Channels", + "7": "Board voltage", + "8": "Battery Level" + }, + "Description": "Checks prior to arming motor. This is a bitmask of checks that will be performed before allowing arming. For most users it is recommended to leave this at the default of 1 (all checks enabled). You can select whatever checks you prefer by adding together the values of each check type to set this parameter. For example, to only allow arming when you have GPS lock and no RC failsafe you would set ARMING_CHECK to 72.", + "DisplayName": "Arm Checks to Perform (bitmask)", + "User": "Standard" + }, + "ARMING_MAGTHRESH": { + "Description": "Compass magnetic field strength error threshold vs earth magnetic model. X and y axis are compared using this threhold, Z axis uses 2x this threshold. 0 to disable check", + "DisplayName": "Compass magnetic field strength error threshold vs earth magnetic model", + "Range": { + "high": "500", + "low": "0" + }, + "Units": "mGauss", + "User": "Advanced" + }, + "ARMING_MIS_ITEMS": { + "Bitmask": { + "0": "Land", + "1": "VTOL Land", + "2": "DO_LAND_START", + "3": "Takeoff", + "4": "VTOL Takeoff", + "5": "Rallypoint", + "6": "RTL" + }, + "Description": "Bitmask of mission items that are required to be planned in order to arm the aircraft", + "DisplayName": "Required mission items", + "User": "Advanced" + }, + "ARMING_OPTIONS": { + "Description": "Options that can be applied to change arming behaviour", + "DisplayName": "Arming options", + "User": "Advanced", + "Values": { + "0": "None", + "1": "Disable prearm display", + "2": "Do not send status text on state change" + } + }, + "ARMING_REQUIRE": { + "Description": "Arming disabled until some requirements are met. If 0, there are no requirements (arm immediately). If 1, sends the minimum throttle PWM value to the throttle channel when disarmed. If 2, send 0 PWM (no signal) to throttle channel when disarmed. On planes with ICE enabled and the throttle while disarmed option set in ICE_OPTIONS, the motor will always get THR_MIN when disarmed. Arming will occur using either rudder stick arming (if enabled) or GCS command when all mandatory and ARMING_CHECK items are satisfied. Note, when setting this parameter to 0, a reboot is required to immediately arm the plane.", + "DisplayName": "Require Arming Motors ", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "minimum PWM when disarmed", + "2": "0 PWM when disarmed" + } + }, + "ARMING_RUDDER": { + "Description": "Allow arm/disarm by rudder input. When enabled arming can be done with right rudder, disarming with left rudder. Rudder arming only works with throttle at zero +- deadzone (RCx_DZ). Depending on vehicle type, arming in certain modes is prevented. See the wiki for each vehicle. Caution is recommended when arming if it is allowed in an auto-throttle mode!", + "DisplayName": "Arming with Rudder enable/disable", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "ArmingOnly", + "2": "ArmOrDisarm" + } + } + }, + "ARSPD": { + "ARSPD_ENABLE": { + "Description": "Enable airspeed sensor support", + "DisplayName": "Airspeed Enable", + "User": "Standard", + "Values": { + "0": "Disable", + "1": "Enable" + } + }, + "ARSPD_OFF_PCNT": { + "Description": "The maximum percentage speed change in airspeed reports that is allowed due to offset changes between calibrations before a warning is issued. This potential speed error is in percent of ASPD_FBW_MIN. 0 disables. Helps warn of calibrations without pitot being covered.", + "DisplayName": "Maximum offset cal speed error ", + "Range": { + "high": "10.0", + "low": "0.0" + }, + "Units": "%", + "User": "Advanced" + }, + "ARSPD_OPTIONS": { + "Bitmask": { + "0": "SpeedMismatchDisable", + "1": "AllowSpeedMismatchRecovery", + "2": "DisableVoltageCorrection", + "3": "UseEkf3Consistency" + }, + "Description": "This parameter and function is not used by this vehicle. Always set to 0.", + "DisplayName": "Airspeed options bitmask", + "User": "Advanced" + }, + "ARSPD_PRIMARY": { + "Description": "This selects which airspeed sensor will be the primary if multiple sensors are found", + "DisplayName": "Primary airspeed sensor", + "User": "Advanced", + "Values": { + "0": "FirstSensor", + "1": "2ndSensor" + } + }, + "ARSPD_TUBE_ORDER": { + "Description": "This parameter allows you to control whether the order in which the tubes are attached to your pitot tube matters. If you set this to 0 then the first (often the top) connector on the sensor needs to be the stagnation pressure (the pressure at the tip of the pitot tube). If set to 1 then the second (often the bottom) connector needs to be the stagnation pressure. If set to 2 (the default) then the airspeed driver will accept either order. The reason you may wish to specify the order is it will allow your airspeed sensor to detect if the aircraft is receiving excessive pressure on the static port compared to the stagnation port such as during a stall, which would otherwise be seen as a positive airspeed.", + "DisplayName": "Control pitot tube order", + "User": "Advanced", + "Values": { + "0": "Normal", + "1": "Swapped", + "2": "Auto Detect" + } + }, + "ARSPD_WIND_GATE": { + "Description": "This parameter and function is not used by this vehicle.", + "DisplayName": "Re-enable Consistency Check Gate Size", + "Range": { + "high": "10.0", + "low": "0.0" + }, + "User": "Advanced" + }, + "ARSPD_WIND_MAX": { + "Description": "This parameter and function is not used by this vehicle. Always set to 0.", + "DisplayName": "Maximum airspeed and ground speed difference", + "Units": "m/s", + "User": "Advanced" + }, + "ARSPD_WIND_WARN": { + "Description": "This parameter and function is not used by this vehicle. Always set to 0.", + "DisplayName": "Airspeed and GPS speed difference that gives a warning", + "Units": "m/s", + "User": "Advanced" + } + }, + "ARSPD2_": { + "ARSPD2_AUTOCAL": { + "Description": "Enables automatic adjustment of airspeed ratio during a calibration flight based on estimation of ground speed and true airspeed. New ratio saved every 2 minutes if change is > 5%. Should not be left enabled.", + "DisplayName": "This parameter and function is not used by this vehicle. Always set to 0.", + "User": "Advanced" + }, + "ARSPD2_BUS": { + "Description": "Bus number of the I2C bus where the airspeed sensor is connected. May not correspond to board's I2C bus number labels. Retry another bus and reboot if airspeed sensor fails to initialize.", + "DisplayName": "Airspeed I2C bus", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "Bus0", + "1": "Bus1", + "2": "Bus2" + } + }, + "ARSPD2_DEVID": { + "Description": "Airspeed sensor ID, taking into account its type, bus and instance", + "DisplayName": "Airspeed ID", + "ReadOnly": "True", + "User": "Advanced" + }, + "ARSPD2_OFFSET": { + "Description": "Airspeed calibration offset", + "DisplayName": "Airspeed offset", + "Increment": "0.1", + "User": "Advanced" + }, + "ARSPD2_PIN": { + "Description": "The pin number that the airspeed sensor is connected to for analog sensors. Set to 15 on the Pixhawk for the analog airspeed port. ", + "DisplayName": "Airspeed pin", + "User": "Advanced" + }, + "ARSPD2_PSI_RANGE": { + "Description": "This parameter allows you to set the PSI (pounds per square inch) range for your sensor. You should not change this unless you examine the datasheet for your device", + "DisplayName": "The PSI range of the device", + "User": "Advanced" + }, + "ARSPD2_RATIO": { + "Description": "Calibrates pitot tube pressure to velocity. Increasing this value will indicate a higher airspeed at any given dynamic pressure.", + "DisplayName": "Airspeed ratio", + "Increment": "0.1", + "User": "Advanced" + }, + "ARSPD2_SKIP_CAL": { + "Description": "This parameter allows you to skip airspeed offset calibration on startup, instead using the offset from the last calibration. This may be desirable if the offset variance between flights for your sensor is low and you want to avoid having to cover the pitot tube on each boot.", + "DisplayName": "Skip airspeed offset calibration on startup", + "User": "Advanced", + "Values": { + "0": "Disable", + "1": "Enable" + } + }, + "ARSPD2_TUBE_ORDR": { + "Description": "This parameter allows you to control whether the order in which the tubes are attached to your pitot tube matters. If you set this to 0 then the first (often the top) connector on the sensor needs to be the stagnation pressure (the pressure at the tip of the pitot tube). If set to 1 then the second (often the bottom) connector needs to be the stagnation pressure. If set to 2 (the default) then the airspeed driver will accept either order. The reason you may wish to specify the order is it will allow your airspeed sensor to detect if the aircraft is receiving excessive pressure on the static port compared to the stagnation port such as during a stall, which would otherwise be seen as a positive airspeed.", + "DisplayName": "Control pitot tube order", + "User": "Advanced", + "Values": { + "0": "Normal", + "1": "Swapped", + "2": "Auto Detect" + } + }, + "ARSPD2_TYPE": { + "Description": "Type of airspeed sensor", + "DisplayName": "Airspeed type", + "User": "Standard", + "Values": { + "0": "None", + "1": "I2C-MS4525D0", + "10": "I2C-DLVR-20in", + "100": "SITL", + "11": "I2C-DLVR-30in", + "12": "I2C-DLVR-60in", + "13": "NMEA water speed", + "14": "MSP", + "15": "ASP5033", + "16": "ExternalAHRS", + "2": "Analog", + "3": "I2C-MS5525", + "4": "I2C-MS5525 (0x76)", + "5": "I2C-MS5525 (0x77)", + "6": "I2C-SDP3X", + "7": "I2C-DLVR-5in", + "8": "DroneCAN", + "9": "I2C-DLVR-10in" + } + }, + "ARSPD2_USE": { + "Description": "This parameter is not used by this vehicle. Always set to 0.", + "DisplayName": "Airspeed use", + "User": "Standard", + "Values": { + "0": "DoNotUse", + "1": "Use", + "2": "UseWhenZeroThrottle" + } + } + }, + "ARSPD_": { + "ARSPD_AUTOCAL": { + "Description": "Enables automatic adjustment of airspeed ratio during a calibration flight based on estimation of ground speed and true airspeed. New ratio saved every 2 minutes if change is > 5%. Should not be left enabled.", + "DisplayName": "This parameter and function is not used by this vehicle. Always set to 0.", + "User": "Advanced" + }, + "ARSPD_BUS": { + "Description": "Bus number of the I2C bus where the airspeed sensor is connected. May not correspond to board's I2C bus number labels. Retry another bus and reboot if airspeed sensor fails to initialize.", + "DisplayName": "Airspeed I2C bus", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "Bus0", + "1": "Bus1", + "2": "Bus2" + } + }, + "ARSPD_DEVID": { + "Description": "Airspeed sensor ID, taking into account its type, bus and instance", + "DisplayName": "Airspeed ID", + "ReadOnly": "True", + "User": "Advanced" + }, + "ARSPD_OFFSET": { + "Description": "Airspeed calibration offset", + "DisplayName": "Airspeed offset", + "Increment": "0.1", + "User": "Advanced" + }, + "ARSPD_PIN": { + "Description": "The pin number that the airspeed sensor is connected to for analog sensors. Set to 15 on the Pixhawk for the analog airspeed port. ", + "DisplayName": "Airspeed pin", + "User": "Advanced" + }, + "ARSPD_PSI_RANGE": { + "Description": "This parameter allows you to set the PSI (pounds per square inch) range for your sensor. You should not change this unless you examine the datasheet for your device", + "DisplayName": "The PSI range of the device", + "User": "Advanced" + }, + "ARSPD_RATIO": { + "Description": "Calibrates pitot tube pressure to velocity. Increasing this value will indicate a higher airspeed at any given dynamic pressure.", + "DisplayName": "Airspeed ratio", + "Increment": "0.1", + "User": "Advanced" + }, + "ARSPD_SKIP_CAL": { + "Description": "This parameter allows you to skip airspeed offset calibration on startup, instead using the offset from the last calibration. This may be desirable if the offset variance between flights for your sensor is low and you want to avoid having to cover the pitot tube on each boot.", + "DisplayName": "Skip airspeed offset calibration on startup", + "User": "Advanced", + "Values": { + "0": "Disable", + "1": "Enable" + } + }, + "ARSPD_TUBE_ORDR": { + "Description": "This parameter allows you to control whether the order in which the tubes are attached to your pitot tube matters. If you set this to 0 then the first (often the top) connector on the sensor needs to be the stagnation pressure (the pressure at the tip of the pitot tube). If set to 1 then the second (often the bottom) connector needs to be the stagnation pressure. If set to 2 (the default) then the airspeed driver will accept either order. The reason you may wish to specify the order is it will allow your airspeed sensor to detect if the aircraft is receiving excessive pressure on the static port compared to the stagnation port such as during a stall, which would otherwise be seen as a positive airspeed.", + "DisplayName": "Control pitot tube order", + "User": "Advanced", + "Values": { + "0": "Normal", + "1": "Swapped", + "2": "Auto Detect" + } + }, + "ARSPD_TYPE": { + "Description": "Type of airspeed sensor", + "DisplayName": "Airspeed type", + "User": "Standard", + "Values": { + "0": "None", + "1": "I2C-MS4525D0", + "10": "I2C-DLVR-20in", + "100": "SITL", + "11": "I2C-DLVR-30in", + "12": "I2C-DLVR-60in", + "13": "NMEA water speed", + "14": "MSP", + "15": "ASP5033", + "16": "ExternalAHRS", + "2": "Analog", + "3": "I2C-MS5525", + "4": "I2C-MS5525 (0x76)", + "5": "I2C-MS5525 (0x77)", + "6": "I2C-SDP3X", + "7": "I2C-DLVR-5in", + "8": "DroneCAN", + "9": "I2C-DLVR-10in" + } + }, + "ARSPD_USE": { + "Description": "This parameter is not used by this vehicle. Always set to 0.", + "DisplayName": "Airspeed use", + "User": "Standard", + "Values": { + "0": "DoNotUse", + "1": "Use", + "2": "UseWhenZeroThrottle" + } + } + }, + "ATC": { + "ATC_ACCEL_MAX": { + "Description": "Speed control acceleration (and deceleration) maximum in m/s/s. 0 to disable acceleration limiting", + "DisplayName": "Speed control acceleration (and deceleration) maximum in m/s/s", + "Increment": "0.1", + "Range": { + "high": "10.0", + "low": "0.0" + }, + "Units": "m/s/s", + "User": "Standard" + }, + "ATC_BAL_D": { + "Description": "Pitch control D gain. Compensates for short-term change in desired pitch vs actual", + "DisplayName": "Pitch control D gain", + "Increment": "0.001", + "Range": { + "high": "0.100", + "low": "0.000" + }, + "User": "Standard" + }, + "ATC_BAL_D_FF": { + "Description": "FF D Gain which produces an output that is proportional to the rate of change of the target", + "DisplayName": "Pitch control Derivative FeedForward Gain", + "Increment": "0.001", + "Range": { + "high": "0.03", + "low": "0" + }, + "User": "Advanced" + }, + "ATC_BAL_FF": { + "Description": "Pitch control feed forward", + "DisplayName": "Pitch control feed forward", + "Increment": "0.001", + "Range": { + "high": "0.500", + "low": "0.000" + }, + "User": "Standard" + }, + "ATC_BAL_FILT": { + "Description": "Pitch control input filter. Lower values reduce noise but add delay.", + "DisplayName": "Pitch control filter frequency", + "Increment": "0.1", + "Range": { + "high": "100.000", + "low": "0.000" + }, + "Units": "Hz", + "User": "Standard" + }, + "ATC_BAL_FLTD": { + "Description": "Pitch control Derivative filter frequency in Hz", + "DisplayName": "Pitch control Derivative term filter frequency in Hz", + "Increment": "0.1", + "Range": { + "high": "100.000", + "low": "0.000" + }, + "Units": "Hz", + "User": "Standard" + }, + "ATC_BAL_FLTE": { + "Description": "Pitch control Error filter frequency in Hz", + "DisplayName": "Pitch control Error filter frequency in Hz", + "Increment": "0.1", + "Range": { + "high": "100.000", + "low": "0.000" + }, + "Units": "Hz", + "User": "Standard" + }, + "ATC_BAL_FLTT": { + "Description": "Pitch control Target filter frequency in Hz", + "DisplayName": "Pitch control Target filter frequency in Hz", + "Increment": "0.1", + "Range": { + "high": "100.000", + "low": "0.000" + }, + "Units": "Hz", + "User": "Standard" + }, + "ATC_BAL_I": { + "Description": "Pitch control I gain for BalanceBots. Corrects long term error between the desired pitch (in radians) and actual pitch", + "DisplayName": "Pitch control I gain", + "Increment": "0.01", + "Range": { + "high": "2.000", + "low": "0.000" + }, + "User": "Standard" + }, + "ATC_BAL_IMAX": { + "Description": "Pitch control I gain maximum. Constrains the maximum motor output (range -1 to +1) that the I term will generate", + "DisplayName": "Pitch control I gain maximum", + "Increment": "0.01", + "Range": { + "high": "1.000", + "low": "0.000" + }, + "User": "Standard" + }, + "ATC_BAL_LIM_TC": { + "Description": "Pitch control limit time constant to protect against falling. Lower values limit pitch more quickly, higher values limit more slowly. Set to 0 to disable", + "DisplayName": "Pitch control limit time constant", + "Increment": "0.01", + "Range": { + "high": "5.0", + "low": "0.0" + }, + "User": "Standard" + }, + "ATC_BAL_LIM_THR": { + "Description": "Pitch control limit throttle threshold. Pitch angle will be limited if throttle crosses this threshold (from 0 to 1)", + "DisplayName": "Pitch control limit throttle threshold", + "Increment": "0.01", + "Range": { + "high": "1.0", + "low": "0.0" + }, + "User": "Standard" + }, + "ATC_BAL_NEF": { + "Description": "Pitch control Error notch filter index", + "DisplayName": "Pitch control Error notch filter index", + "Range": { + "high": "8", + "low": "1" + }, + "User": "Advanced" + }, + "ATC_BAL_NTF": { + "Description": "Pitch control Target notch filter index", + "DisplayName": "Pitch control Target notch filter index", + "Range": { + "high": "8", + "low": "1" + }, + "User": "Advanced" + }, + "ATC_BAL_P": { + "Description": "Pitch control P gain for BalanceBots. Converts the error between the desired pitch (in radians) and actual pitch to a motor output (in the range -1 to +1)", + "DisplayName": "Pitch control P gain", + "Increment": "0.01", + "Range": { + "high": "2.000", + "low": "0.000" + }, + "User": "Standard" + }, + "ATC_BAL_PDMX": { + "Description": "Pitch control PD sum maximum. The maximum/minimum value that the sum of the P and D term can output", + "DisplayName": "Pitch control PD sum maximum", + "Increment": "0.01", + "Range": { + "high": "1.000", + "low": "0.000" + } + }, + "ATC_BAL_PIT_FF": { + "Description": "Pitch control feed forward from current pitch angle", + "DisplayName": "Pitch control feed forward from current pitch angle", + "Increment": "0.01", + "Range": { + "high": "1.0", + "low": "0.0" + }, + "User": "Standard" + }, + "ATC_BAL_SMAX": { + "Description": "Pitch control upper limit on the slew rate produced by the combined P and D gains. If the amplitude of the control action produced by the rate feedback exceeds this value, then the D+P gain is reduced to respect the limit. This limits the amplitude of high frequency oscillations caused by an excessive gain. The limit should be set to no more than 25% of the actuators maximum slew rate to allow for load effects. Note: The gain will not be reduced to less than 10% of the nominal value. A value of zero will disable this feature.", + "DisplayName": "Pitch control slew rate limit", + "Increment": "0.5", + "Range": { + "high": "200", + "low": "0" + }, + "User": "Advanced" + }, + "ATC_BRAKE": { + "Description": "Speed control brake enable/disable. Allows sending a reversed output to the motors to slow the vehicle.", + "DisplayName": "Speed control brake enable/disable", + "User": "Standard", + "Values": { + "0": "Disable", + "1": "Enable" + } + }, + "ATC_DECEL_MAX": { + "Description": "Speed control and deceleration maximum in m/s/s. 0 to use ATC_ACCEL_MAX for deceleration", + "DisplayName": "Speed control deceleration maximum in m/s/s", + "Increment": "0.1", + "Range": { + "high": "10.0", + "low": "0.0" + }, + "Units": "m/s/s", + "User": "Standard" + }, + "ATC_SAIL_D": { + "Description": "Sail Heel control D gain. Compensates for short-term change in desired heel angle vs actual", + "DisplayName": "Sail Heel control D gain", + "Increment": "0.001", + "Range": { + "high": "0.100", + "low": "0.000" + }, + "User": "Standard" + }, + "ATC_SAIL_D_FF": { + "Description": "FF D Gain which produces an output that is proportional to the rate of change of the target", + "DisplayName": "Sail Heel Derivative FeedForward Gain", + "Increment": "0.001", + "Range": { + "high": "0.03", + "low": "0" + }, + "User": "Advanced" + }, + "ATC_SAIL_FF": { + "Description": "Sail Heel control feed forward", + "DisplayName": "Sail Heel control feed forward", + "Increment": "0.001", + "Range": { + "high": "0.500", + "low": "0.000" + }, + "User": "Standard" + }, + "ATC_SAIL_FILT": { + "Description": "Sail Heel control input filter. Lower values reduce noise but add delay.", + "DisplayName": "Sail Heel control filter frequency", + "Increment": "0.1", + "Range": { + "high": "100.000", + "low": "0.000" + }, + "Units": "Hz", + "User": "Standard" + }, + "ATC_SAIL_FLTD": { + "Description": "Derivative filter frequency in Hz", + "DisplayName": "Sail Heel Derivative term filter frequency in Hz", + "Increment": "0.1", + "Range": { + "high": "100.000", + "low": "0.000" + }, + "Units": "Hz", + "User": "Standard" + }, + "ATC_SAIL_FLTE": { + "Description": "Error filter frequency in Hz", + "DisplayName": "Sail Heel Error filter frequency in Hz", + "Increment": "0.1", + "Range": { + "high": "100.000", + "low": "0.000" + }, + "Units": "Hz", + "User": "Standard" + }, + "ATC_SAIL_FLTT": { + "Description": "Target filter frequency in Hz", + "DisplayName": "Sail Heel Target filter frequency in Hz", + "Increment": "0.1", + "Range": { + "high": "100.000", + "low": "0.000" + }, + "Units": "Hz", + "User": "Standard" + }, + "ATC_SAIL_I": { + "Description": "Sail Heel control I gain for sailboats. Corrects long term error between the desired heel angle (in radians) and actual", + "DisplayName": "Sail Heel control I gain", + "Increment": "0.01", + "Range": { + "high": "2.000", + "low": "0.000" + }, + "User": "Standard" + }, + "ATC_SAIL_IMAX": { + "Description": "Sail Heel control I gain maximum. Constrains the maximum I term contribution to the main sail output (range -1 to +1)", + "DisplayName": "Sail Heel control I gain maximum", + "Increment": "0.01", + "Range": { + "high": "1.000", + "low": "0.000" + }, + "User": "Standard" + }, + "ATC_SAIL_NEF": { + "Description": "Sail Heel Error notch filter index", + "DisplayName": "Sail Heel Error notch filter index", + "Range": { + "high": "8", + "low": "1" + }, + "User": "Advanced" + }, + "ATC_SAIL_NTF": { + "Description": "Sail Heel Target notch filter index", + "DisplayName": "Sail Heel Target notch filter index", + "Range": { + "high": "8", + "low": "1" + }, + "User": "Advanced" + }, + "ATC_SAIL_P": { + "Description": "Sail Heel control P gain for sailboats. Converts the error between the desired heel angle (in radians) and actual heel to a main sail output (in the range -1 to +1)", + "DisplayName": "Sail Heel control P gain", + "Increment": "0.01", + "Range": { + "high": "2.000", + "low": "0.000" + }, + "User": "Standard" + }, + "ATC_SAIL_PDMX": { + "Description": "Sail Heel control PD sum maximum. The maximum/minimum value that the sum of the P and D term can output", + "DisplayName": "Sail Heel control PD sum maximum", + "Increment": "0.01", + "Range": { + "high": "1.000", + "low": "0.000" + } + }, + "ATC_SAIL_SMAX": { + "Description": "Sets an upper limit on the slew rate produced by the combined P and D gains. If the amplitude of the control action produced by the rate feedback exceeds this value, then the D+P gain is reduced to respect the limit. This limits the amplitude of high frequency oscillations caused by an excessive gain. The limit should be set to no more than 25% of the actuators maximum slew rate to allow for load effects. Note: The gain will not be reduced to less than 10% of the nominal value. A value of zero will disable this feature.", + "DisplayName": "Sail heel slew rate limit", + "Increment": "0.5", + "Range": { + "high": "200", + "low": "0" + }, + "User": "Advanced" + }, + "ATC_SPEED_D": { + "Description": "Speed control D gain. Compensates for short-term change in desired speed vs actual", + "DisplayName": "Speed control D gain", + "Increment": "0.001", + "Range": { + "high": "0.400", + "low": "0.000" + }, + "User": "Standard" + }, + "ATC_SPEED_D_FF": { + "Description": "FF D Gain which produces an output that is proportional to the rate of change of the target", + "DisplayName": "Speed control Derivative FeedForward Gain", + "Increment": "0.001", + "Range": { + "high": "0.03", + "low": "0" + }, + "User": "Advanced" + }, + "ATC_SPEED_FF": { + "Description": "Speed control feed forward", + "DisplayName": "Speed control feed forward", + "Increment": "0.001", + "Range": { + "high": "0.500", + "low": "0.000" + }, + "User": "Standard" + }, + "ATC_SPEED_FILT": { + "Description": "Speed control input filter. Lower values reduce noise but add delay.", + "DisplayName": "Speed control filter frequency", + "Increment": "0.1", + "Range": { + "high": "100.000", + "low": "0.000" + }, + "Units": "Hz", + "User": "Standard" + }, + "ATC_SPEED_FLTD": { + "Description": "Derivative filter frequency in Hz", + "DisplayName": "Speed control Derivative term filter frequency in Hz", + "Increment": "0.1", + "Range": { + "high": "100.000", + "low": "0.000" + }, + "Units": "Hz", + "User": "Standard" + }, + "ATC_SPEED_FLTE": { + "Description": "Error filter frequency in Hz", + "DisplayName": "Speed control Error filter frequency in Hz", + "Increment": "0.1", + "Range": { + "high": "100.000", + "low": "0.000" + }, + "Units": "Hz", + "User": "Standard" + }, + "ATC_SPEED_FLTT": { + "Description": "Target filter frequency in Hz", + "DisplayName": "Speed control Target filter frequency in Hz", + "Increment": "0.1", + "Range": { + "high": "100.000", + "low": "0.000" + }, + "Units": "Hz", + "User": "Standard" + }, + "ATC_SPEED_I": { + "Description": "Speed control I gain. Corrects long term error between the desired speed (in m/s) and actual speed", + "DisplayName": "Speed control I gain", + "Increment": "0.01", + "Range": { + "high": "2.000", + "low": "0.000" + }, + "User": "Standard" + }, + "ATC_SPEED_IMAX": { + "Description": "Speed control I gain maximum. Constrains the maximum motor output (range -1 to +1) that the I term will generate", + "DisplayName": "Speed control I gain maximum", + "Increment": "0.01", + "Range": { + "high": "1.000", + "low": "0.000" + }, + "User": "Standard" + }, + "ATC_SPEED_NEF": { + "Description": "Speed control Error notch filter index", + "DisplayName": "Speed control Error notch filter index", + "Range": { + "high": "8", + "low": "1" + }, + "User": "Advanced" + }, + "ATC_SPEED_NTF": { + "Description": "Speed control Target notch filter index", + "DisplayName": "Speed control Target notch filter index", + "Range": { + "high": "8", + "low": "1" + }, + "User": "Advanced" + }, + "ATC_SPEED_P": { + "Description": "Speed control P gain. Converts the error between the desired speed (in m/s) and actual speed to a motor output (in the range -1 to +1)", + "DisplayName": "Speed control P gain", + "Increment": "0.01", + "Range": { + "high": "2.000", + "low": "0.010" + }, + "User": "Standard" + }, + "ATC_SPEED_PDMX": { + "Description": "Speed control PD sum maximum. The maximum/minimum value that the sum of the P and D term can output", + "DisplayName": "Speed control PD sum maximum", + "Increment": "0.01", + "Range": { + "high": "1.000", + "low": "0.000" + } + }, + "ATC_SPEED_SMAX": { + "Description": "Sets an upper limit on the slew rate produced by the combined P and D gains. If the amplitude of the control action produced by the rate feedback exceeds this value, then the D+P gain is reduced to respect the limit. This limits the amplitude of high frequency oscillations caused by an excessive gain. The limit should be set to no more than 25% of the actuators maximum slew rate to allow for load effects. Note: The gain will not be reduced to less than 10% of the nominal value. A value of zero will disable this feature.", + "DisplayName": "Speed control slew rate limit", + "Increment": "0.5", + "Range": { + "high": "200", + "low": "0" + }, + "User": "Advanced" + }, + "ATC_STOP_SPEED": { + "Description": "Speed control stop speed. Motor outputs to zero once vehicle speed falls below this value", + "DisplayName": "Speed control stop speed", + "Increment": "0.01", + "Range": { + "high": "0.50", + "low": "0.00" + }, + "Units": "m/s", + "User": "Standard" + }, + "ATC_STR_ACC_MAX": { + "Description": "Steering control angular acceleration maximum (in deg/s/s). 0 to disable acceleration limiting", + "DisplayName": "Steering control angular acceleration maximum", + "Increment": "0.1", + "Range": { + "high": "1000", + "low": "0" + }, + "Units": "deg/s/s", + "User": "Standard" + }, + "ATC_STR_ANG_P": { + "Description": "Steering control angle P gain. Converts the error between the desired heading/yaw (in radians) and actual heading/yaw to a desired turn rate (in rad/sec)", + "DisplayName": "Steering control angle P gain", + "Increment": "0.1", + "Range": { + "high": "10.000", + "low": "1.000" + }, + "User": "Standard" + }, + "ATC_STR_RAT_D": { + "Description": "Steering control D gain. Compensates for short-term change in desired turn rate vs actual", + "DisplayName": "Steering control D gain", + "Increment": "0.001", + "Range": { + "high": "0.400", + "low": "0.000" + }, + "User": "Standard" + }, + "ATC_STR_RAT_D_FF": { + "Description": "FF D Gain which produces an output that is proportional to the rate of change of the target", + "DisplayName": "Steering control Derivative FeedForward Gain", + "Increment": "0.001", + "Range": { + "high": "0.03", + "low": "0" + }, + "User": "Advanced" + }, + "ATC_STR_RAT_FF": { + "Description": "Steering control feed forward", + "DisplayName": "Steering control feed forward", + "Increment": "0.001", + "Range": { + "high": "3.000", + "low": "0.000" + }, + "User": "Standard" + }, + "ATC_STR_RAT_FILT": { + "Description": "Steering control input filter. Lower values reduce noise but add delay.", + "DisplayName": "Steering control filter frequency", + "Increment": "0.1", + "Range": { + "high": "100.000", + "low": "0.000" + }, + "Units": "Hz", + "User": "Standard" + }, + "ATC_STR_RAT_FLTD": { + "Description": "Derivative filter frequency in Hz", + "DisplayName": "Steering control Derivative term filter frequency in Hz", + "Increment": "0.1", + "Range": { + "high": "100.000", + "low": "0.000" + }, + "Units": "Hz", + "User": "Standard" + }, + "ATC_STR_RAT_FLTE": { + "Description": "Error filter frequency in Hz", + "DisplayName": "Steering control Error filter frequency in Hz", + "Increment": "0.1", + "Range": { + "high": "100.000", + "low": "0.000" + }, + "Units": "Hz", + "User": "Standard" + }, + "ATC_STR_RAT_FLTT": { + "Description": "Target filter frequency in Hz", + "DisplayName": "Steering control Target filter frequency in Hz", + "Increment": "0.1", + "Range": { + "high": "100.000", + "low": "0.000" + }, + "Units": "Hz", + "User": "Standard" + }, + "ATC_STR_RAT_I": { + "Description": "Steering control I gain. Corrects long term error between the desired turn rate (in rad/s) and actual", + "DisplayName": "Steering control I gain", + "Increment": "0.001", + "Range": { + "high": "2.000", + "low": "0.000" + }, + "User": "Standard" + }, + "ATC_STR_RAT_IMAX": { + "Description": "Steering control I gain maximum. Constrains the steering output (range -1 to +1) that the I term will generate", + "DisplayName": "Steering control I gain maximum", + "Increment": "0.01", + "Range": { + "high": "1.000", + "low": "0.000" + }, + "User": "Standard" + }, + "ATC_STR_RAT_MAX": { + "Description": "Steering control rotation rate maximum in deg/s. 0 to remove rate limiting", + "DisplayName": "Steering control rotation rate maximum", + "Increment": "0.1", + "Range": { + "high": "1000", + "low": "0" + }, + "Units": "deg/s", + "User": "Standard" + }, + "ATC_STR_RAT_NEF": { + "Description": "Steering control Error notch filter index", + "DisplayName": "Steering control Error notch filter index", + "Range": { + "high": "8", + "low": "1" + }, + "User": "Advanced" + }, + "ATC_STR_RAT_NTF": { + "Description": "Steering control Target notch filter index", + "DisplayName": "Steering control Target notch filter index", + "Range": { + "high": "8", + "low": "1" + }, + "User": "Advanced" + }, + "ATC_STR_RAT_P": { + "Description": "Steering control rate P gain. Converts the turn rate error (in radians/sec) to a steering control output (in the range -1 to +1)", + "DisplayName": "Steering control rate P gain", + "Increment": "0.001", + "Range": { + "high": "2.000", + "low": "0.000" + }, + "User": "Standard" + }, + "ATC_STR_RAT_PDMX": { + "Description": "Steering control PD sum maximum. The maximum/minimum value that the sum of the P and D term can output", + "DisplayName": "Steering control PD sum maximum", + "Increment": "0.01", + "Range": { + "high": "1.000", + "low": "0.000" + } + }, + "ATC_STR_RAT_SMAX": { + "Description": "Sets an upper limit on the slew rate produced by the combined P and D gains. If the amplitude of the control action produced by the rate feedback exceeds this value, then the D+P gain is reduced to respect the limit. This limits the amplitude of high frequency oscillations caused by an excessive gain. The limit should be set to no more than 25% of the actuators maximum slew rate to allow for load effects. Note: The gain will not be reduced to less than 10% of the nominal value. A value of zero will disable this feature.", + "DisplayName": "Steering slew rate limit", + "Increment": "0.5", + "Range": { + "high": "200", + "low": "0" + }, + "User": "Advanced" + }, + "ATC_TURN_MAX_G": { + "Description": "The maximum turning acceleration (in units of gravities) that the rover can handle while remaining stable. The navigation code will keep the lateral acceleration below this level to avoid rolling over or slipping the wheels in turns", + "DisplayName": "Turning maximum G force", + "Increment": "0.01", + "Range": { + "high": "10", + "low": "0.1" + }, + "Units": "gravities", + "User": "Standard" + } + }, + "AVOID_": { + "AVOID_ACCEL_MAX": { + "Description": "Maximum acceleration with which obstacles will be avoided with. Set zero to disable acceleration limits", + "DisplayName": "Avoidance maximum acceleration", + "Range": { + "high": "9", + "low": "0" + }, + "Units": "m/s/s", + "User": "Standard" + }, + "AVOID_BACKUP_DZ": { + "Description": "Distance beyond AVOID_MARGIN parameter, after which vehicle will backaway from obstacles. Increase this parameter if you see vehicle going back and forth in front of obstacle.", + "DisplayName": "Avoidance deadzone between stopping and backing away from obstacle", + "Range": { + "high": "2", + "low": "0" + }, + "Units": "m", + "User": "Standard" + }, + "AVOID_BACKUP_SPD": { + "Description": "Maximum speed that will be used to back away from obstacles in GPS modes (m/s). Set zero to disable", + "DisplayName": "Avoidance maximum backup speed", + "Range": { + "high": "2", + "low": "0" + }, + "Units": "m/s", + "User": "Standard" + }, + "AVOID_BEHAVE": { + "Description": "Avoidance behaviour (slide or stop)", + "DisplayName": "Avoidance behaviour", + "User": "Standard", + "Values": { + "0": "Slide", + "1": "Stop" + } + }, + "AVOID_ENABLE": { + "Bitmask": { + "0": "UseFence", + "1": "UseProximitySensor", + "2": "UseBeaconFence" + }, + "Description": "Enabled/disable avoidance input sources", + "DisplayName": "Avoidance control enable/disable", + "User": "Standard" + }, + "AVOID_MARGIN": { + "Description": "Vehicle will attempt to stay at least this distance (in meters) from objects while in GPS modes", + "DisplayName": "Avoidance distance margin in GPS modes", + "Range": { + "high": "10", + "low": "1" + }, + "Units": "m", + "User": "Standard" + } + }, + "BARO": { + "BARO1_DEVID": { + "Description": "Barometer sensor ID, taking into account its type, bus and instance", + "DisplayName": "Baro ID", + "ReadOnly": "True", + "User": "Advanced" + }, + "BARO1_GND_PRESS": { + "Description": "calibrated ground pressure in Pascals", + "DisplayName": "Ground Pressure", + "Increment": "1", + "ReadOnly": "True", + "Units": "Pa", + "User": "Advanced", + "Volatile": "True" + }, + "BARO2_DEVID": { + "Description": "Barometer2 sensor ID, taking into account its type, bus and instance", + "DisplayName": "Baro ID2", + "ReadOnly": "True", + "User": "Advanced" + }, + "BARO2_GND_PRESS": { + "Description": "calibrated ground pressure in Pascals", + "DisplayName": "Ground Pressure", + "Increment": "1", + "ReadOnly": "True", + "Units": "Pa", + "User": "Advanced", + "Volatile": "True" + }, + "BARO3_DEVID": { + "Description": "Barometer3 sensor ID, taking into account its type, bus and instance", + "DisplayName": "Baro ID3", + "ReadOnly": "True", + "User": "Advanced" + }, + "BARO3_GND_PRESS": { + "Description": "calibrated ground pressure in Pascals", + "DisplayName": "Absolute Pressure", + "Increment": "1", + "ReadOnly": "True", + "Units": "Pa", + "User": "Advanced", + "Volatile": "True" + }, + "BARO_ALTERR_MAX": { + "Description": "This is the maximum acceptable altitude discrepancy between GPS altitude and barometric presssure altitude calculated against a standard atmosphere for arming checks to pass. If you are getting an arming error due to this parameter then you may have a faulty or substituted barometer. A common issue is vendors replacing a MS5611 in a \"Pixhawk\" with a MS5607. If you have that issue then please see BARO_OPTIONS parameter to force the MS5611 to be treated as a MS5607. This check is disabled if the value is zero.", + "DisplayName": "Altitude error maximum", + "Increment": "1", + "Range": { + "high": "5000", + "low": "0" + }, + "Units": "m", + "User": "Advanced" + }, + "BARO_ALT_OFFSET": { + "Description": "altitude offset in meters added to barometric altitude. This is used to allow for automatic adjustment of the base barometric altitude by a ground station equipped with a barometer. The value is added to the barometric altitude read by the aircraft. It is automatically reset to 0 when the barometer is calibrated on each reboot or when a preflight calibration is performed.", + "DisplayName": "altitude offset", + "Increment": "0.1", + "Units": "m", + "User": "Advanced" + }, + "BARO_EXT_BUS": { + "Description": "This selects the bus number for looking for an I2C barometer. When set to -1 it will probe all external i2c buses based on the BARO_PROBE_EXT parameter.", + "DisplayName": "External baro bus", + "User": "Advanced", + "Values": { + "-1": "Disabled", + "0": "Bus0", + "1": "Bus1", + "6": "Bus6" + } + }, + "BARO_FIELD_ELV": { + "Description": "User provided field elevation in meters. This is used to improve the calculation of the altitude the vehicle is at. This parameter is not persistent and will be reset to 0 every time the vehicle is rebooted. Changes to this parameter will only be used when disarmed. A value of 0 means the EKF origin height is used for takeoff height above sea level.", + "DisplayName": "field elevation", + "Increment": "0.1", + "Units": "m", + "User": "Advanced", + "Volatile": "True" + }, + "BARO_FLTR_RNG": { + "Description": "This sets the range around the average value that new samples must be within to be accepted. This can help reduce the impact of noise on sensors that are on long I2C cables. The value is a percentage from the average value. A value of zero disables this filter.", + "DisplayName": "Range in which sample is accepted", + "Increment": "1", + "Range": { + "high": "100", + "low": "0" + }, + "Units": "%" + }, + "BARO_GND_TEMP": { + "Description": "User provided ambient ground temperature in degrees Celsius. This is used to improve the calculation of the altitude the vehicle is at. This parameter is not persistent and will be reset to 0 every time the vehicle is rebooted. A value of 0 means use the internal measurement ambient temperature.", + "DisplayName": "ground temperature", + "Increment": "1", + "Units": "degC", + "User": "Advanced", + "Volatile": "True" + }, + "BARO_OPTIONS": { + "Bitmask": { + "0": "Treat MS5611 as MS5607" + }, + "Description": "Barometer options", + "DisplayName": "Barometer options", + "User": "Advanced" + }, + "BARO_PRIMARY": { + "Description": "This selects which barometer will be the primary if multiple barometers are found", + "DisplayName": "Primary barometer", + "User": "Advanced", + "Values": { + "0": "FirstBaro", + "1": "2ndBaro", + "2": "3rdBaro" + } + }, + "BARO_PROBE_EXT": { + "Bitmask": { + "0": "BMP085", + "1": "BMP280", + "10": "BMP388", + "11": "SPL06", + "12": "MSP", + "2": "MS5611", + "3": "MS5607", + "4": "MS5637", + "5": "FBM320", + "6": "DPS280", + "7": "LPS25H", + "8": "Keller", + "9": "MS5837" + }, + "Description": "This sets which types of external i2c barometer to look for. It is a bitmask of barometer types. The I2C buses to probe is based on BARO_EXT_BUS. If BARO_EXT_BUS is -1 then it will probe all external buses, otherwise it will probe just the bus number given in BARO_EXT_BUS.", + "DisplayName": "External barometers to probe", + "User": "Advanced" + } + }, + "BARO1_WCF_": { + "BARO1_WCF_BCK": { + "Description": "This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the X body axis. If the baro height estimate rises during backwards flight, then this will be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned.", + "DisplayName": "Pressure error coefficient in negative X direction (backwards)", + "Increment": "0.05", + "Range": { + "high": "1.0", + "low": "-1.0" + }, + "User": "Advanced" + }, + "BARO1_WCF_DN": { + "Description": "This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the Z body axis. If the baro height estimate rises above truth height during descending flight (or forward flight with a high backwards lean angle, eg braking manoeuvre), then this should be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned.", + "DisplayName": "Pressure error coefficient in negative Z direction (down)", + "Increment": "0.05", + "Range": { + "high": "1.0", + "low": "-1.0" + }, + "User": "Advanced" + }, + "BARO1_WCF_ENABLE": { + "Description": "This enables the use of wind coefficients for barometer compensation", + "DisplayName": "Wind coefficient enable", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "BARO1_WCF_FWD": { + "Description": "This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the X body axis. If the baro height estimate rises during forwards flight, then this will be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned.", + "DisplayName": "Pressure error coefficient in positive X direction (forward)", + "Increment": "0.05", + "Range": { + "high": "1.0", + "low": "-1.0" + }, + "User": "Advanced" + }, + "BARO1_WCF_LFT": { + "Description": "This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the Y body axis. If the baro height estimate rises during sideways flight to the left, then this should be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned.", + "DisplayName": "Pressure error coefficient in negative Y direction (left)", + "Increment": "0.05", + "Range": { + "high": "1.0", + "low": "-1.0" + }, + "User": "Advanced" + }, + "BARO1_WCF_RGT": { + "Description": "This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the Y body axis. If the baro height estimate rises during sideways flight to the right, then this should be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned.", + "DisplayName": "Pressure error coefficient in positive Y direction (right)", + "Increment": "0.05", + "Range": { + "high": "1.0", + "low": "-1.0" + }, + "User": "Advanced" + }, + "BARO1_WCF_UP": { + "Description": "This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the Z body axis. If the baro height estimate rises above truth height during climbing flight (or forward flight with a high forwards lean angle), then this should be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned.", + "DisplayName": "Pressure error coefficient in positive Z direction (up)", + "Increment": "0.05", + "Range": { + "high": "1.0", + "low": "-1.0" + }, + "User": "Advanced" + } + }, + "BARO2_WCF_": { + "BARO2_WCF_BCK": { + "Description": "This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the X body axis. If the baro height estimate rises during backwards flight, then this will be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned.", + "DisplayName": "Pressure error coefficient in negative X direction (backwards)", + "Increment": "0.05", + "Range": { + "high": "1.0", + "low": "-1.0" + }, + "User": "Advanced" + }, + "BARO2_WCF_DN": { + "Description": "This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the Z body axis. If the baro height estimate rises above truth height during descending flight (or forward flight with a high backwards lean angle, eg braking manoeuvre), then this should be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned.", + "DisplayName": "Pressure error coefficient in negative Z direction (down)", + "Increment": "0.05", + "Range": { + "high": "1.0", + "low": "-1.0" + }, + "User": "Advanced" + }, + "BARO2_WCF_ENABLE": { + "Description": "This enables the use of wind coefficients for barometer compensation", + "DisplayName": "Wind coefficient enable", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "BARO2_WCF_FWD": { + "Description": "This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the X body axis. If the baro height estimate rises during forwards flight, then this will be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned.", + "DisplayName": "Pressure error coefficient in positive X direction (forward)", + "Increment": "0.05", + "Range": { + "high": "1.0", + "low": "-1.0" + }, + "User": "Advanced" + }, + "BARO2_WCF_LFT": { + "Description": "This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the Y body axis. If the baro height estimate rises during sideways flight to the left, then this should be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned.", + "DisplayName": "Pressure error coefficient in negative Y direction (left)", + "Increment": "0.05", + "Range": { + "high": "1.0", + "low": "-1.0" + }, + "User": "Advanced" + }, + "BARO2_WCF_RGT": { + "Description": "This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the Y body axis. If the baro height estimate rises during sideways flight to the right, then this should be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned.", + "DisplayName": "Pressure error coefficient in positive Y direction (right)", + "Increment": "0.05", + "Range": { + "high": "1.0", + "low": "-1.0" + }, + "User": "Advanced" + }, + "BARO2_WCF_UP": { + "Description": "This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the Z body axis. If the baro height estimate rises above truth height during climbing flight (or forward flight with a high forwards lean angle), then this should be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned.", + "DisplayName": "Pressure error coefficient in positive Z direction (up)", + "Increment": "0.05", + "Range": { + "high": "1.0", + "low": "-1.0" + }, + "User": "Advanced" + } + }, + "BARO3_WCF_": { + "BARO3_WCF_BCK": { + "Description": "This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the X body axis. If the baro height estimate rises during backwards flight, then this will be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned.", + "DisplayName": "Pressure error coefficient in negative X direction (backwards)", + "Increment": "0.05", + "Range": { + "high": "1.0", + "low": "-1.0" + }, + "User": "Advanced" + }, + "BARO3_WCF_DN": { + "Description": "This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the Z body axis. If the baro height estimate rises above truth height during descending flight (or forward flight with a high backwards lean angle, eg braking manoeuvre), then this should be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned.", + "DisplayName": "Pressure error coefficient in negative Z direction (down)", + "Increment": "0.05", + "Range": { + "high": "1.0", + "low": "-1.0" + }, + "User": "Advanced" + }, + "BARO3_WCF_ENABLE": { + "Description": "This enables the use of wind coefficients for barometer compensation", + "DisplayName": "Wind coefficient enable", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "BARO3_WCF_FWD": { + "Description": "This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the X body axis. If the baro height estimate rises during forwards flight, then this will be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned.", + "DisplayName": "Pressure error coefficient in positive X direction (forward)", + "Increment": "0.05", + "Range": { + "high": "1.0", + "low": "-1.0" + }, + "User": "Advanced" + }, + "BARO3_WCF_LFT": { + "Description": "This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the Y body axis. If the baro height estimate rises during sideways flight to the left, then this should be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned.", + "DisplayName": "Pressure error coefficient in negative Y direction (left)", + "Increment": "0.05", + "Range": { + "high": "1.0", + "low": "-1.0" + }, + "User": "Advanced" + }, + "BARO3_WCF_RGT": { + "Description": "This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the Y body axis. If the baro height estimate rises during sideways flight to the right, then this should be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned.", + "DisplayName": "Pressure error coefficient in positive Y direction (right)", + "Increment": "0.05", + "Range": { + "high": "1.0", + "low": "-1.0" + }, + "User": "Advanced" + }, + "BARO3_WCF_UP": { + "Description": "This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the Z body axis. If the baro height estimate rises above truth height during climbing flight (or forward flight with a high forwards lean angle), then this should be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters have been tuned.", + "DisplayName": "Pressure error coefficient in positive Z direction (up)", + "Increment": "0.05", + "Range": { + "high": "1.0", + "low": "-1.0" + }, + "User": "Advanced" + } + }, + "BATT2_": { + "BATT2_AMP_OFFSET": { + "Description": "Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current.", + "DisplayName": "AMP offset", + "Units": "V", + "User": "Standard" + }, + "BATT2_AMP_PERVLT": { + "Description": "Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw.", + "DisplayName": "Amps per volt", + "Units": "A/V", + "User": "Standard" + }, + "BATT2_ARM_MAH": { + "Description": "Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATT2__ARM_VOLT parameter.", + "DisplayName": "Required arming remaining capacity", + "Increment": "50", + "Units": "mAh", + "User": "Advanced" + }, + "BATT2_ARM_VOLT": { + "Description": "Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.", + "DisplayName": "Required arming voltage", + "Increment": "0.1", + "Units": "V", + "User": "Advanced" + }, + "BATT2_CAPACITY": { + "Description": "Capacity of the battery in mAh when full", + "DisplayName": "Battery capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATT2_CRT_MAH": { + "Description": "Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT2__FS_CRT_ACT parameter.", + "DisplayName": "Battery critical capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATT2_CRT_VOLT": { + "Description": "Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT2_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT2_FS_CRT_ACT parameter.", + "DisplayName": "Critical battery voltage", + "Increment": "0.1", + "Units": "V", + "User": "Standard" + }, + "BATT2_CURR_MULT": { + "Description": "Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications", + "DisplayName": "Scales reported power monitor current", + "Range": { + "high": "10", + "low": ".1" + }, + "User": "Advanced" + }, + "BATT2_CURR_PIN": { + "Description": "Sets the analog input pin that should be used for current monitoring.", + "DisplayName": "Battery Current sensing pin", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "Disabled", + "101": "PX4-v1", + "14": "Pixhawk2_PM2", + "15": "CubeOrange", + "17": "Durandal", + "3": "Pixhawk/Pixracer/Navio2/Pixhawk2_PM1", + "4": "CubeOrange_PM2/Navigator" + } + }, + "BATT2_ESC_INDEX": { + "Description": "ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.", + "DisplayName": "ESC Telemetry Index to write to", + "Increment": "1", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATT2_FL_FF": { + "Description": "First order polynomial fit term", + "DisplayName": "First order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATT2_FL_FLTR": { + "Description": "Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz.", + "DisplayName": "Fuel level filter frequency", + "Range": { + "high": "1", + "low": "-1" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "BATT2_FL_FS": { + "Description": "Second order polynomial fit term", + "DisplayName": "Second order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATT2_FL_FT": { + "Description": "Third order polynomial fit term", + "DisplayName": "Third order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATT2_FL_OFF": { + "Description": "Offset polynomial fit term", + "DisplayName": "Offset term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATT2_FL_PIN": { + "Description": "Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V.", + "DisplayName": "Fuel level analog pin number", + "Values": { + "-1": "Not Used", + "103": "Pixhawk SBUS", + "11": "Pixracer", + "13": "Pixhawk ADC4", + "14": "Pixhawk ADC3", + "15": "Pixhawk ADC6/Pixhawk2 ADC" + } + }, + "BATT2_FL_VLT_MIN": { + "Description": "The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.", + "DisplayName": "Empty fuel level voltage", + "Range": { + "high": "10", + "low": "0.01" + }, + "Units": "V", + "User": "Advanced" + }, + "BATT2_FL_V_MULT": { + "Description": "Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.", + "DisplayName": "Fuel level voltage multiplier", + "Range": { + "high": "10", + "low": "0.01" + }, + "User": "Advanced" + }, + "BATT2_FS_CRT_ACT": { + "Description": "What action the vehicle should perform if it hits a critical battery failsafe", + "DisplayName": "Critical battery failsafe action", + "User": "Standard", + "Values": { + "0": "None", + "1": "RTL", + "2": "Hold", + "3": "SmartRTL", + "4": "SmartRTL or Hold", + "5": "Terminate" + } + }, + "BATT2_FS_LOW_ACT": { + "Description": "What action the vehicle should perform if it hits a low battery failsafe", + "DisplayName": "Low battery failsafe action", + "User": "Standard", + "Values": { + "0": "None", + "1": "RTL", + "2": "Hold", + "3": "SmartRTL", + "4": "SmartRTL or Hold", + "5": "Terminate" + } + }, + "BATT2_FS_VOLTSRC": { + "Description": "Voltage type used for detection of low voltage event", + "DisplayName": "Failsafe voltage source", + "User": "Advanced", + "Values": { + "0": "Raw Voltage", + "1": "Sag Compensated Voltage" + } + }, + "BATT2_I2C_ADDR": { + "Description": "Battery monitor I2C address. If this is zero then probe list of supported addresses", + "DisplayName": "Battery monitor I2C address", + "Range": { + "high": "127", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "BATT2_I2C_BUS": { + "Description": "Battery monitor I2C bus number", + "DisplayName": "Battery monitor I2C bus number", + "Range": { + "high": "3", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "BATT2_LOW_MAH": { + "Description": "Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT2_FS_LOW_ACT parameter.", + "DisplayName": "Low battery capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATT2_LOW_TIMER": { + "Description": "This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors.", + "DisplayName": "Low voltage timeout", + "Increment": "1", + "Range": { + "high": "120", + "low": "0" + }, + "Units": "s", + "User": "Advanced" + }, + "BATT2_LOW_VOLT": { + "Description": "Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT2_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT2_FS_LOW_ACT parameter.", + "DisplayName": "Low battery voltage", + "Increment": "0.1", + "Units": "V", + "User": "Standard" + }, + "BATT2_MAX_AMPS": { + "Description": "This controls the maximum current the INS2XX sensor will work with.", + "DisplayName": "Battery monitor max current", + "Range": { + "high": "400", + "low": "1" + }, + "Units": "A", + "User": "Advanced" + }, + "BATT2_MAX_VOLT": { + "Description": "Maximum voltage of battery. Provides scaling of current versus voltage", + "DisplayName": "Maximum Battery Voltage", + "Range": { + "high": "100", + "low": "7" + }, + "User": "Advanced" + }, + "BATT2_MONITOR": { + "Description": "Controls enabling monitoring of the battery's voltage and current", + "DisplayName": "Battery monitoring", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "Disabled", + "10": "Sum Of Selected Monitors", + "11": "FuelFlow", + "12": "FuelLevelPWM", + "13": "SMBUS-SUI3", + "14": "SMBUS-SUI6", + "15": "NeoDesign", + "16": "SMBus-Maxell", + "17": "Generator-Elec", + "18": "Generator-Fuel", + "19": "Rotoye", + "20": "MPPT", + "21": "INA2XX", + "22": "LTC2946", + "23": "Torqeedo", + "24": "FuelLevelAnalog", + "25": "Synthetic Current and Analog Voltage", + "26": "INA239_SPI", + "27": "EFI", + "28": "AD7091R5", + "29": "Scripting", + "3": "Analog Voltage Only", + "4": "Analog Voltage and Current", + "5": "Solo", + "6": "Bebop", + "7": "SMBus-Generic", + "8": "DroneCAN-BatteryInfo", + "9": "ESC" + } + }, + "BATT2_OPTIONS": { + "Bitmask": { + "0": "Ignore DroneCAN SoC", + "1": "MPPT reports input voltage and current", + "2": "MPPT Powered off when disarmed", + "3": "MPPT Powered on when armed", + "4": "MPPT Powered off at boot", + "5": "MPPT Powered on at boot", + "6": "Send resistance compensated voltage to GCS", + "7": "Allow DroneCAN InfoAux to be from a different CAN node" + }, + "Description": "This sets options to change the behaviour of the battery monitor", + "DisplayName": "Battery monitor options", + "User": "Advanced" + }, + "BATT2_SERIAL_NUM": { + "Description": "Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.", + "DisplayName": "Battery serial number", + "User": "Advanced" + }, + "BATT2_SHUNT": { + "Description": "This sets the shunt resistor used in the device", + "DisplayName": "Battery monitor shunt resistor", + "Range": { + "high": "0.01", + "low": "0.0001" + }, + "Units": "Ohm", + "User": "Advanced" + }, + "BATT2_SUM_MASK": { + "Bitmask": { + "0": "monitor 1", + "1": "monitor 2", + "2": "monitor 3", + "3": "monitor 4", + "4": "monitor 5", + "5": "monitor 6", + "6": "monitor 7", + "7": "monitor 8", + "8": "monitor 9" + }, + "Description": "0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.", + "DisplayName": "Battery Sum mask", + "User": "Standard" + }, + "BATT2_VLT_OFFSET": { + "Description": "Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied.", + "DisplayName": "Voltage offset", + "Units": "V", + "User": "Advanced" + }, + "BATT2_VOLT_MULT": { + "Description": "Used to convert the voltage of the voltage sensing pin (BATT2_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1.", + "DisplayName": "Voltage Multiplier", + "User": "Advanced" + }, + "BATT2_VOLT_PIN": { + "Description": "Sets the analog input pin that should be used for voltage monitoring.", + "DisplayName": "Battery Voltage sensing pin", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "Disabled", + "100": "PX4-v1", + "13": "Pixhawk2_PM2/CubeOrange_PM2", + "14": "CubeOrange", + "16": "Durandal", + "2": "Pixhawk/Pixracer/Navio2/Pixhawk2_PM1", + "5": "Navigator" + } + } + }, + "BATT3_": { + "BATT3_AMP_OFFSET": { + "Description": "Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current.", + "DisplayName": "AMP offset", + "Units": "V", + "User": "Standard" + }, + "BATT3_AMP_PERVLT": { + "Description": "Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw.", + "DisplayName": "Amps per volt", + "Units": "A/V", + "User": "Standard" + }, + "BATT3_ARM_MAH": { + "Description": "Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATT3__ARM_VOLT parameter.", + "DisplayName": "Required arming remaining capacity", + "Increment": "50", + "Units": "mAh", + "User": "Advanced" + }, + "BATT3_ARM_VOLT": { + "Description": "Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.", + "DisplayName": "Required arming voltage", + "Increment": "0.1", + "Units": "V", + "User": "Advanced" + }, + "BATT3_CAPACITY": { + "Description": "Capacity of the battery in mAh when full", + "DisplayName": "Battery capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATT3_CRT_MAH": { + "Description": "Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT3__FS_CRT_ACT parameter.", + "DisplayName": "Battery critical capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATT3_CRT_VOLT": { + "Description": "Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT3_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT3_FS_CRT_ACT parameter.", + "DisplayName": "Critical battery voltage", + "Increment": "0.1", + "Units": "V", + "User": "Standard" + }, + "BATT3_CURR_MULT": { + "Description": "Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications", + "DisplayName": "Scales reported power monitor current", + "Range": { + "high": "10", + "low": ".1" + }, + "User": "Advanced" + }, + "BATT3_CURR_PIN": { + "Description": "Sets the analog input pin that should be used for current monitoring.", + "DisplayName": "Battery Current sensing pin", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "Disabled", + "101": "PX4-v1", + "14": "Pixhawk2_PM2", + "15": "CubeOrange", + "17": "Durandal", + "3": "Pixhawk/Pixracer/Navio2/Pixhawk2_PM1", + "4": "CubeOrange_PM2/Navigator" + } + }, + "BATT3_ESC_INDEX": { + "Description": "ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.", + "DisplayName": "ESC Telemetry Index to write to", + "Increment": "1", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATT3_FL_FF": { + "Description": "First order polynomial fit term", + "DisplayName": "First order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATT3_FL_FLTR": { + "Description": "Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz.", + "DisplayName": "Fuel level filter frequency", + "Range": { + "high": "1", + "low": "-1" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "BATT3_FL_FS": { + "Description": "Second order polynomial fit term", + "DisplayName": "Second order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATT3_FL_FT": { + "Description": "Third order polynomial fit term", + "DisplayName": "Third order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATT3_FL_OFF": { + "Description": "Offset polynomial fit term", + "DisplayName": "Offset term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATT3_FL_PIN": { + "Description": "Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V.", + "DisplayName": "Fuel level analog pin number", + "Values": { + "-1": "Not Used", + "103": "Pixhawk SBUS", + "11": "Pixracer", + "13": "Pixhawk ADC4", + "14": "Pixhawk ADC3", + "15": "Pixhawk ADC6/Pixhawk2 ADC" + } + }, + "BATT3_FL_VLT_MIN": { + "Description": "The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.", + "DisplayName": "Empty fuel level voltage", + "Range": { + "high": "10", + "low": "0.01" + }, + "Units": "V", + "User": "Advanced" + }, + "BATT3_FL_V_MULT": { + "Description": "Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.", + "DisplayName": "Fuel level voltage multiplier", + "Range": { + "high": "10", + "low": "0.01" + }, + "User": "Advanced" + }, + "BATT3_FS_CRT_ACT": { + "Description": "What action the vehicle should perform if it hits a critical battery failsafe", + "DisplayName": "Critical battery failsafe action", + "User": "Standard", + "Values": { + "0": "None", + "1": "RTL", + "2": "Hold", + "3": "SmartRTL", + "4": "SmartRTL or Hold", + "5": "Terminate" + } + }, + "BATT3_FS_LOW_ACT": { + "Description": "What action the vehicle should perform if it hits a low battery failsafe", + "DisplayName": "Low battery failsafe action", + "User": "Standard", + "Values": { + "0": "None", + "1": "RTL", + "2": "Hold", + "3": "SmartRTL", + "4": "SmartRTL or Hold", + "5": "Terminate" + } + }, + "BATT3_FS_VOLTSRC": { + "Description": "Voltage type used for detection of low voltage event", + "DisplayName": "Failsafe voltage source", + "User": "Advanced", + "Values": { + "0": "Raw Voltage", + "1": "Sag Compensated Voltage" + } + }, + "BATT3_I2C_ADDR": { + "Description": "Battery monitor I2C address. If this is zero then probe list of supported addresses", + "DisplayName": "Battery monitor I2C address", + "Range": { + "high": "127", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "BATT3_I2C_BUS": { + "Description": "Battery monitor I2C bus number", + "DisplayName": "Battery monitor I2C bus number", + "Range": { + "high": "3", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "BATT3_LOW_MAH": { + "Description": "Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT3_FS_LOW_ACT parameter.", + "DisplayName": "Low battery capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATT3_LOW_TIMER": { + "Description": "This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors.", + "DisplayName": "Low voltage timeout", + "Increment": "1", + "Range": { + "high": "120", + "low": "0" + }, + "Units": "s", + "User": "Advanced" + }, + "BATT3_LOW_VOLT": { + "Description": "Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT3_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT3_FS_LOW_ACT parameter.", + "DisplayName": "Low battery voltage", + "Increment": "0.1", + "Units": "V", + "User": "Standard" + }, + "BATT3_MAX_AMPS": { + "Description": "This controls the maximum current the INS2XX sensor will work with.", + "DisplayName": "Battery monitor max current", + "Range": { + "high": "400", + "low": "1" + }, + "Units": "A", + "User": "Advanced" + }, + "BATT3_MAX_VOLT": { + "Description": "Maximum voltage of battery. Provides scaling of current versus voltage", + "DisplayName": "Maximum Battery Voltage", + "Range": { + "high": "100", + "low": "7" + }, + "User": "Advanced" + }, + "BATT3_MONITOR": { + "Description": "Controls enabling monitoring of the battery's voltage and current", + "DisplayName": "Battery monitoring", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "Disabled", + "10": "Sum Of Selected Monitors", + "11": "FuelFlow", + "12": "FuelLevelPWM", + "13": "SMBUS-SUI3", + "14": "SMBUS-SUI6", + "15": "NeoDesign", + "16": "SMBus-Maxell", + "17": "Generator-Elec", + "18": "Generator-Fuel", + "19": "Rotoye", + "20": "MPPT", + "21": "INA2XX", + "22": "LTC2946", + "23": "Torqeedo", + "24": "FuelLevelAnalog", + "25": "Synthetic Current and Analog Voltage", + "26": "INA239_SPI", + "27": "EFI", + "28": "AD7091R5", + "29": "Scripting", + "3": "Analog Voltage Only", + "4": "Analog Voltage and Current", + "5": "Solo", + "6": "Bebop", + "7": "SMBus-Generic", + "8": "DroneCAN-BatteryInfo", + "9": "ESC" + } + }, + "BATT3_OPTIONS": { + "Bitmask": { + "0": "Ignore DroneCAN SoC", + "1": "MPPT reports input voltage and current", + "2": "MPPT Powered off when disarmed", + "3": "MPPT Powered on when armed", + "4": "MPPT Powered off at boot", + "5": "MPPT Powered on at boot", + "6": "Send resistance compensated voltage to GCS", + "7": "Allow DroneCAN InfoAux to be from a different CAN node" + }, + "Description": "This sets options to change the behaviour of the battery monitor", + "DisplayName": "Battery monitor options", + "User": "Advanced" + }, + "BATT3_SERIAL_NUM": { + "Description": "Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.", + "DisplayName": "Battery serial number", + "User": "Advanced" + }, + "BATT3_SHUNT": { + "Description": "This sets the shunt resistor used in the device", + "DisplayName": "Battery monitor shunt resistor", + "Range": { + "high": "0.01", + "low": "0.0001" + }, + "Units": "Ohm", + "User": "Advanced" + }, + "BATT3_SUM_MASK": { + "Bitmask": { + "0": "monitor 1", + "1": "monitor 2", + "2": "monitor 3", + "3": "monitor 4", + "4": "monitor 5", + "5": "monitor 6", + "6": "monitor 7", + "7": "monitor 8", + "8": "monitor 9" + }, + "Description": "0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.", + "DisplayName": "Battery Sum mask", + "User": "Standard" + }, + "BATT3_VLT_OFFSET": { + "Description": "Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied.", + "DisplayName": "Voltage offset", + "Units": "V", + "User": "Advanced" + }, + "BATT3_VOLT_MULT": { + "Description": "Used to convert the voltage of the voltage sensing pin (BATT3_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1.", + "DisplayName": "Voltage Multiplier", + "User": "Advanced" + }, + "BATT3_VOLT_PIN": { + "Description": "Sets the analog input pin that should be used for voltage monitoring.", + "DisplayName": "Battery Voltage sensing pin", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "Disabled", + "100": "PX4-v1", + "13": "Pixhawk2_PM2/CubeOrange_PM2", + "14": "CubeOrange", + "16": "Durandal", + "2": "Pixhawk/Pixracer/Navio2/Pixhawk2_PM1", + "5": "Navigator" + } + } + }, + "BATT4_": { + "BATT4_AMP_OFFSET": { + "Description": "Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current.", + "DisplayName": "AMP offset", + "Units": "V", + "User": "Standard" + }, + "BATT4_AMP_PERVLT": { + "Description": "Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw.", + "DisplayName": "Amps per volt", + "Units": "A/V", + "User": "Standard" + }, + "BATT4_ARM_MAH": { + "Description": "Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATT4__ARM_VOLT parameter.", + "DisplayName": "Required arming remaining capacity", + "Increment": "50", + "Units": "mAh", + "User": "Advanced" + }, + "BATT4_ARM_VOLT": { + "Description": "Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.", + "DisplayName": "Required arming voltage", + "Increment": "0.1", + "Units": "V", + "User": "Advanced" + }, + "BATT4_CAPACITY": { + "Description": "Capacity of the battery in mAh when full", + "DisplayName": "Battery capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATT4_CRT_MAH": { + "Description": "Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT4__FS_CRT_ACT parameter.", + "DisplayName": "Battery critical capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATT4_CRT_VOLT": { + "Description": "Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT4_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT4_FS_CRT_ACT parameter.", + "DisplayName": "Critical battery voltage", + "Increment": "0.1", + "Units": "V", + "User": "Standard" + }, + "BATT4_CURR_MULT": { + "Description": "Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications", + "DisplayName": "Scales reported power monitor current", + "Range": { + "high": "10", + "low": ".1" + }, + "User": "Advanced" + }, + "BATT4_CURR_PIN": { + "Description": "Sets the analog input pin that should be used for current monitoring.", + "DisplayName": "Battery Current sensing pin", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "Disabled", + "101": "PX4-v1", + "14": "Pixhawk2_PM2", + "15": "CubeOrange", + "17": "Durandal", + "3": "Pixhawk/Pixracer/Navio2/Pixhawk2_PM1", + "4": "CubeOrange_PM2/Navigator" + } + }, + "BATT4_ESC_INDEX": { + "Description": "ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.", + "DisplayName": "ESC Telemetry Index to write to", + "Increment": "1", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATT4_FL_FF": { + "Description": "First order polynomial fit term", + "DisplayName": "First order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATT4_FL_FLTR": { + "Description": "Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz.", + "DisplayName": "Fuel level filter frequency", + "Range": { + "high": "1", + "low": "-1" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "BATT4_FL_FS": { + "Description": "Second order polynomial fit term", + "DisplayName": "Second order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATT4_FL_FT": { + "Description": "Third order polynomial fit term", + "DisplayName": "Third order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATT4_FL_OFF": { + "Description": "Offset polynomial fit term", + "DisplayName": "Offset term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATT4_FL_PIN": { + "Description": "Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V.", + "DisplayName": "Fuel level analog pin number", + "Values": { + "-1": "Not Used", + "103": "Pixhawk SBUS", + "11": "Pixracer", + "13": "Pixhawk ADC4", + "14": "Pixhawk ADC3", + "15": "Pixhawk ADC6/Pixhawk2 ADC" + } + }, + "BATT4_FL_VLT_MIN": { + "Description": "The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.", + "DisplayName": "Empty fuel level voltage", + "Range": { + "high": "10", + "low": "0.01" + }, + "Units": "V", + "User": "Advanced" + }, + "BATT4_FL_V_MULT": { + "Description": "Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.", + "DisplayName": "Fuel level voltage multiplier", + "Range": { + "high": "10", + "low": "0.01" + }, + "User": "Advanced" + }, + "BATT4_FS_CRT_ACT": { + "Description": "What action the vehicle should perform if it hits a critical battery failsafe", + "DisplayName": "Critical battery failsafe action", + "User": "Standard", + "Values": { + "0": "None", + "1": "RTL", + "2": "Hold", + "3": "SmartRTL", + "4": "SmartRTL or Hold", + "5": "Terminate" + } + }, + "BATT4_FS_LOW_ACT": { + "Description": "What action the vehicle should perform if it hits a low battery failsafe", + "DisplayName": "Low battery failsafe action", + "User": "Standard", + "Values": { + "0": "None", + "1": "RTL", + "2": "Hold", + "3": "SmartRTL", + "4": "SmartRTL or Hold", + "5": "Terminate" + } + }, + "BATT4_FS_VOLTSRC": { + "Description": "Voltage type used for detection of low voltage event", + "DisplayName": "Failsafe voltage source", + "User": "Advanced", + "Values": { + "0": "Raw Voltage", + "1": "Sag Compensated Voltage" + } + }, + "BATT4_I2C_ADDR": { + "Description": "Battery monitor I2C address. If this is zero then probe list of supported addresses", + "DisplayName": "Battery monitor I2C address", + "Range": { + "high": "127", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "BATT4_I2C_BUS": { + "Description": "Battery monitor I2C bus number", + "DisplayName": "Battery monitor I2C bus number", + "Range": { + "high": "3", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "BATT4_LOW_MAH": { + "Description": "Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT4_FS_LOW_ACT parameter.", + "DisplayName": "Low battery capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATT4_LOW_TIMER": { + "Description": "This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors.", + "DisplayName": "Low voltage timeout", + "Increment": "1", + "Range": { + "high": "120", + "low": "0" + }, + "Units": "s", + "User": "Advanced" + }, + "BATT4_LOW_VOLT": { + "Description": "Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT4_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT4_FS_LOW_ACT parameter.", + "DisplayName": "Low battery voltage", + "Increment": "0.1", + "Units": "V", + "User": "Standard" + }, + "BATT4_MAX_AMPS": { + "Description": "This controls the maximum current the INS2XX sensor will work with.", + "DisplayName": "Battery monitor max current", + "Range": { + "high": "400", + "low": "1" + }, + "Units": "A", + "User": "Advanced" + }, + "BATT4_MAX_VOLT": { + "Description": "Maximum voltage of battery. Provides scaling of current versus voltage", + "DisplayName": "Maximum Battery Voltage", + "Range": { + "high": "100", + "low": "7" + }, + "User": "Advanced" + }, + "BATT4_MONITOR": { + "Description": "Controls enabling monitoring of the battery's voltage and current", + "DisplayName": "Battery monitoring", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "Disabled", + "10": "Sum Of Selected Monitors", + "11": "FuelFlow", + "12": "FuelLevelPWM", + "13": "SMBUS-SUI3", + "14": "SMBUS-SUI6", + "15": "NeoDesign", + "16": "SMBus-Maxell", + "17": "Generator-Elec", + "18": "Generator-Fuel", + "19": "Rotoye", + "20": "MPPT", + "21": "INA2XX", + "22": "LTC2946", + "23": "Torqeedo", + "24": "FuelLevelAnalog", + "25": "Synthetic Current and Analog Voltage", + "26": "INA239_SPI", + "27": "EFI", + "28": "AD7091R5", + "29": "Scripting", + "3": "Analog Voltage Only", + "4": "Analog Voltage and Current", + "5": "Solo", + "6": "Bebop", + "7": "SMBus-Generic", + "8": "DroneCAN-BatteryInfo", + "9": "ESC" + } + }, + "BATT4_OPTIONS": { + "Bitmask": { + "0": "Ignore DroneCAN SoC", + "1": "MPPT reports input voltage and current", + "2": "MPPT Powered off when disarmed", + "3": "MPPT Powered on when armed", + "4": "MPPT Powered off at boot", + "5": "MPPT Powered on at boot", + "6": "Send resistance compensated voltage to GCS", + "7": "Allow DroneCAN InfoAux to be from a different CAN node" + }, + "Description": "This sets options to change the behaviour of the battery monitor", + "DisplayName": "Battery monitor options", + "User": "Advanced" + }, + "BATT4_SERIAL_NUM": { + "Description": "Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.", + "DisplayName": "Battery serial number", + "User": "Advanced" + }, + "BATT4_SHUNT": { + "Description": "This sets the shunt resistor used in the device", + "DisplayName": "Battery monitor shunt resistor", + "Range": { + "high": "0.01", + "low": "0.0001" + }, + "Units": "Ohm", + "User": "Advanced" + }, + "BATT4_SUM_MASK": { + "Bitmask": { + "0": "monitor 1", + "1": "monitor 2", + "2": "monitor 3", + "3": "monitor 4", + "4": "monitor 5", + "5": "monitor 6", + "6": "monitor 7", + "7": "monitor 8", + "8": "monitor 9" + }, + "Description": "0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.", + "DisplayName": "Battery Sum mask", + "User": "Standard" + }, + "BATT4_VLT_OFFSET": { + "Description": "Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied.", + "DisplayName": "Voltage offset", + "Units": "V", + "User": "Advanced" + }, + "BATT4_VOLT_MULT": { + "Description": "Used to convert the voltage of the voltage sensing pin (BATT4_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1.", + "DisplayName": "Voltage Multiplier", + "User": "Advanced" + }, + "BATT4_VOLT_PIN": { + "Description": "Sets the analog input pin that should be used for voltage monitoring.", + "DisplayName": "Battery Voltage sensing pin", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "Disabled", + "100": "PX4-v1", + "13": "Pixhawk2_PM2/CubeOrange_PM2", + "14": "CubeOrange", + "16": "Durandal", + "2": "Pixhawk/Pixracer/Navio2/Pixhawk2_PM1", + "5": "Navigator" + } + } + }, + "BATT5_": { + "BATT5_AMP_OFFSET": { + "Description": "Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current.", + "DisplayName": "AMP offset", + "Units": "V", + "User": "Standard" + }, + "BATT5_AMP_PERVLT": { + "Description": "Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw.", + "DisplayName": "Amps per volt", + "Units": "A/V", + "User": "Standard" + }, + "BATT5_ARM_MAH": { + "Description": "Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATT5__ARM_VOLT parameter.", + "DisplayName": "Required arming remaining capacity", + "Increment": "50", + "Units": "mAh", + "User": "Advanced" + }, + "BATT5_ARM_VOLT": { + "Description": "Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.", + "DisplayName": "Required arming voltage", + "Increment": "0.1", + "Units": "V", + "User": "Advanced" + }, + "BATT5_CAPACITY": { + "Description": "Capacity of the battery in mAh when full", + "DisplayName": "Battery capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATT5_CRT_MAH": { + "Description": "Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT5__FS_CRT_ACT parameter.", + "DisplayName": "Battery critical capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATT5_CRT_VOLT": { + "Description": "Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT5_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT5_FS_CRT_ACT parameter.", + "DisplayName": "Critical battery voltage", + "Increment": "0.1", + "Units": "V", + "User": "Standard" + }, + "BATT5_CURR_MULT": { + "Description": "Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications", + "DisplayName": "Scales reported power monitor current", + "Range": { + "high": "10", + "low": ".1" + }, + "User": "Advanced" + }, + "BATT5_CURR_PIN": { + "Description": "Sets the analog input pin that should be used for current monitoring.", + "DisplayName": "Battery Current sensing pin", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "Disabled", + "101": "PX4-v1", + "14": "Pixhawk2_PM2", + "15": "CubeOrange", + "17": "Durandal", + "3": "Pixhawk/Pixracer/Navio2/Pixhawk2_PM1", + "4": "CubeOrange_PM2/Navigator" + } + }, + "BATT5_ESC_INDEX": { + "Description": "ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.", + "DisplayName": "ESC Telemetry Index to write to", + "Increment": "1", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATT5_FL_FF": { + "Description": "First order polynomial fit term", + "DisplayName": "First order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATT5_FL_FLTR": { + "Description": "Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz.", + "DisplayName": "Fuel level filter frequency", + "Range": { + "high": "1", + "low": "-1" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "BATT5_FL_FS": { + "Description": "Second order polynomial fit term", + "DisplayName": "Second order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATT5_FL_FT": { + "Description": "Third order polynomial fit term", + "DisplayName": "Third order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATT5_FL_OFF": { + "Description": "Offset polynomial fit term", + "DisplayName": "Offset term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATT5_FL_PIN": { + "Description": "Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V.", + "DisplayName": "Fuel level analog pin number", + "Values": { + "-1": "Not Used", + "103": "Pixhawk SBUS", + "11": "Pixracer", + "13": "Pixhawk ADC4", + "14": "Pixhawk ADC3", + "15": "Pixhawk ADC6/Pixhawk2 ADC" + } + }, + "BATT5_FL_VLT_MIN": { + "Description": "The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.", + "DisplayName": "Empty fuel level voltage", + "Range": { + "high": "10", + "low": "0.01" + }, + "Units": "V", + "User": "Advanced" + }, + "BATT5_FL_V_MULT": { + "Description": "Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.", + "DisplayName": "Fuel level voltage multiplier", + "Range": { + "high": "10", + "low": "0.01" + }, + "User": "Advanced" + }, + "BATT5_FS_CRT_ACT": { + "Description": "What action the vehicle should perform if it hits a critical battery failsafe", + "DisplayName": "Critical battery failsafe action", + "User": "Standard", + "Values": { + "0": "None", + "1": "RTL", + "2": "Hold", + "3": "SmartRTL", + "4": "SmartRTL or Hold", + "5": "Terminate" + } + }, + "BATT5_FS_LOW_ACT": { + "Description": "What action the vehicle should perform if it hits a low battery failsafe", + "DisplayName": "Low battery failsafe action", + "User": "Standard", + "Values": { + "0": "None", + "1": "RTL", + "2": "Hold", + "3": "SmartRTL", + "4": "SmartRTL or Hold", + "5": "Terminate" + } + }, + "BATT5_FS_VOLTSRC": { + "Description": "Voltage type used for detection of low voltage event", + "DisplayName": "Failsafe voltage source", + "User": "Advanced", + "Values": { + "0": "Raw Voltage", + "1": "Sag Compensated Voltage" + } + }, + "BATT5_I2C_ADDR": { + "Description": "Battery monitor I2C address. If this is zero then probe list of supported addresses", + "DisplayName": "Battery monitor I2C address", + "Range": { + "high": "127", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "BATT5_I2C_BUS": { + "Description": "Battery monitor I2C bus number", + "DisplayName": "Battery monitor I2C bus number", + "Range": { + "high": "3", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "BATT5_LOW_MAH": { + "Description": "Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT5_FS_LOW_ACT parameter.", + "DisplayName": "Low battery capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATT5_LOW_TIMER": { + "Description": "This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors.", + "DisplayName": "Low voltage timeout", + "Increment": "1", + "Range": { + "high": "120", + "low": "0" + }, + "Units": "s", + "User": "Advanced" + }, + "BATT5_LOW_VOLT": { + "Description": "Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT5_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT5_FS_LOW_ACT parameter.", + "DisplayName": "Low battery voltage", + "Increment": "0.1", + "Units": "V", + "User": "Standard" + }, + "BATT5_MAX_AMPS": { + "Description": "This controls the maximum current the INS2XX sensor will work with.", + "DisplayName": "Battery monitor max current", + "Range": { + "high": "400", + "low": "1" + }, + "Units": "A", + "User": "Advanced" + }, + "BATT5_MAX_VOLT": { + "Description": "Maximum voltage of battery. Provides scaling of current versus voltage", + "DisplayName": "Maximum Battery Voltage", + "Range": { + "high": "100", + "low": "7" + }, + "User": "Advanced" + }, + "BATT5_MONITOR": { + "Description": "Controls enabling monitoring of the battery's voltage and current", + "DisplayName": "Battery monitoring", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "Disabled", + "10": "Sum Of Selected Monitors", + "11": "FuelFlow", + "12": "FuelLevelPWM", + "13": "SMBUS-SUI3", + "14": "SMBUS-SUI6", + "15": "NeoDesign", + "16": "SMBus-Maxell", + "17": "Generator-Elec", + "18": "Generator-Fuel", + "19": "Rotoye", + "20": "MPPT", + "21": "INA2XX", + "22": "LTC2946", + "23": "Torqeedo", + "24": "FuelLevelAnalog", + "25": "Synthetic Current and Analog Voltage", + "26": "INA239_SPI", + "27": "EFI", + "28": "AD7091R5", + "29": "Scripting", + "3": "Analog Voltage Only", + "4": "Analog Voltage and Current", + "5": "Solo", + "6": "Bebop", + "7": "SMBus-Generic", + "8": "DroneCAN-BatteryInfo", + "9": "ESC" + } + }, + "BATT5_OPTIONS": { + "Bitmask": { + "0": "Ignore DroneCAN SoC", + "1": "MPPT reports input voltage and current", + "2": "MPPT Powered off when disarmed", + "3": "MPPT Powered on when armed", + "4": "MPPT Powered off at boot", + "5": "MPPT Powered on at boot", + "6": "Send resistance compensated voltage to GCS", + "7": "Allow DroneCAN InfoAux to be from a different CAN node" + }, + "Description": "This sets options to change the behaviour of the battery monitor", + "DisplayName": "Battery monitor options", + "User": "Advanced" + }, + "BATT5_SERIAL_NUM": { + "Description": "Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.", + "DisplayName": "Battery serial number", + "User": "Advanced" + }, + "BATT5_SHUNT": { + "Description": "This sets the shunt resistor used in the device", + "DisplayName": "Battery monitor shunt resistor", + "Range": { + "high": "0.01", + "low": "0.0001" + }, + "Units": "Ohm", + "User": "Advanced" + }, + "BATT5_SUM_MASK": { + "Bitmask": { + "0": "monitor 1", + "1": "monitor 2", + "2": "monitor 3", + "3": "monitor 4", + "4": "monitor 5", + "5": "monitor 6", + "6": "monitor 7", + "7": "monitor 8", + "8": "monitor 9" + }, + "Description": "0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.", + "DisplayName": "Battery Sum mask", + "User": "Standard" + }, + "BATT5_VLT_OFFSET": { + "Description": "Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied.", + "DisplayName": "Voltage offset", + "Units": "V", + "User": "Advanced" + }, + "BATT5_VOLT_MULT": { + "Description": "Used to convert the voltage of the voltage sensing pin (BATT5_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1.", + "DisplayName": "Voltage Multiplier", + "User": "Advanced" + }, + "BATT5_VOLT_PIN": { + "Description": "Sets the analog input pin that should be used for voltage monitoring.", + "DisplayName": "Battery Voltage sensing pin", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "Disabled", + "100": "PX4-v1", + "13": "Pixhawk2_PM2/CubeOrange_PM2", + "14": "CubeOrange", + "16": "Durandal", + "2": "Pixhawk/Pixracer/Navio2/Pixhawk2_PM1", + "5": "Navigator" + } + } + }, + "BATT6_": { + "BATT6_AMP_OFFSET": { + "Description": "Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current.", + "DisplayName": "AMP offset", + "Units": "V", + "User": "Standard" + }, + "BATT6_AMP_PERVLT": { + "Description": "Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw.", + "DisplayName": "Amps per volt", + "Units": "A/V", + "User": "Standard" + }, + "BATT6_ARM_MAH": { + "Description": "Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATT6__ARM_VOLT parameter.", + "DisplayName": "Required arming remaining capacity", + "Increment": "50", + "Units": "mAh", + "User": "Advanced" + }, + "BATT6_ARM_VOLT": { + "Description": "Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.", + "DisplayName": "Required arming voltage", + "Increment": "0.1", + "Units": "V", + "User": "Advanced" + }, + "BATT6_CAPACITY": { + "Description": "Capacity of the battery in mAh when full", + "DisplayName": "Battery capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATT6_CRT_MAH": { + "Description": "Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT6__FS_CRT_ACT parameter.", + "DisplayName": "Battery critical capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATT6_CRT_VOLT": { + "Description": "Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT6_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT6_FS_CRT_ACT parameter.", + "DisplayName": "Critical battery voltage", + "Increment": "0.1", + "Units": "V", + "User": "Standard" + }, + "BATT6_CURR_MULT": { + "Description": "Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications", + "DisplayName": "Scales reported power monitor current", + "Range": { + "high": "10", + "low": ".1" + }, + "User": "Advanced" + }, + "BATT6_CURR_PIN": { + "Description": "Sets the analog input pin that should be used for current monitoring.", + "DisplayName": "Battery Current sensing pin", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "Disabled", + "101": "PX4-v1", + "14": "Pixhawk2_PM2", + "15": "CubeOrange", + "17": "Durandal", + "3": "Pixhawk/Pixracer/Navio2/Pixhawk2_PM1", + "4": "CubeOrange_PM2/Navigator" + } + }, + "BATT6_ESC_INDEX": { + "Description": "ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.", + "DisplayName": "ESC Telemetry Index to write to", + "Increment": "1", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATT6_FL_FF": { + "Description": "First order polynomial fit term", + "DisplayName": "First order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATT6_FL_FLTR": { + "Description": "Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz.", + "DisplayName": "Fuel level filter frequency", + "Range": { + "high": "1", + "low": "-1" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "BATT6_FL_FS": { + "Description": "Second order polynomial fit term", + "DisplayName": "Second order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATT6_FL_FT": { + "Description": "Third order polynomial fit term", + "DisplayName": "Third order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATT6_FL_OFF": { + "Description": "Offset polynomial fit term", + "DisplayName": "Offset term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATT6_FL_PIN": { + "Description": "Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V.", + "DisplayName": "Fuel level analog pin number", + "Values": { + "-1": "Not Used", + "103": "Pixhawk SBUS", + "11": "Pixracer", + "13": "Pixhawk ADC4", + "14": "Pixhawk ADC3", + "15": "Pixhawk ADC6/Pixhawk2 ADC" + } + }, + "BATT6_FL_VLT_MIN": { + "Description": "The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.", + "DisplayName": "Empty fuel level voltage", + "Range": { + "high": "10", + "low": "0.01" + }, + "Units": "V", + "User": "Advanced" + }, + "BATT6_FL_V_MULT": { + "Description": "Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.", + "DisplayName": "Fuel level voltage multiplier", + "Range": { + "high": "10", + "low": "0.01" + }, + "User": "Advanced" + }, + "BATT6_FS_CRT_ACT": { + "Description": "What action the vehicle should perform if it hits a critical battery failsafe", + "DisplayName": "Critical battery failsafe action", + "User": "Standard", + "Values": { + "0": "None", + "1": "RTL", + "2": "Hold", + "3": "SmartRTL", + "4": "SmartRTL or Hold", + "5": "Terminate" + } + }, + "BATT6_FS_LOW_ACT": { + "Description": "What action the vehicle should perform if it hits a low battery failsafe", + "DisplayName": "Low battery failsafe action", + "User": "Standard", + "Values": { + "0": "None", + "1": "RTL", + "2": "Hold", + "3": "SmartRTL", + "4": "SmartRTL or Hold", + "5": "Terminate" + } + }, + "BATT6_FS_VOLTSRC": { + "Description": "Voltage type used for detection of low voltage event", + "DisplayName": "Failsafe voltage source", + "User": "Advanced", + "Values": { + "0": "Raw Voltage", + "1": "Sag Compensated Voltage" + } + }, + "BATT6_I2C_ADDR": { + "Description": "Battery monitor I2C address. If this is zero then probe list of supported addresses", + "DisplayName": "Battery monitor I2C address", + "Range": { + "high": "127", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "BATT6_I2C_BUS": { + "Description": "Battery monitor I2C bus number", + "DisplayName": "Battery monitor I2C bus number", + "Range": { + "high": "3", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "BATT6_LOW_MAH": { + "Description": "Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT6_FS_LOW_ACT parameter.", + "DisplayName": "Low battery capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATT6_LOW_TIMER": { + "Description": "This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors.", + "DisplayName": "Low voltage timeout", + "Increment": "1", + "Range": { + "high": "120", + "low": "0" + }, + "Units": "s", + "User": "Advanced" + }, + "BATT6_LOW_VOLT": { + "Description": "Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT6_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT6_FS_LOW_ACT parameter.", + "DisplayName": "Low battery voltage", + "Increment": "0.1", + "Units": "V", + "User": "Standard" + }, + "BATT6_MAX_AMPS": { + "Description": "This controls the maximum current the INS2XX sensor will work with.", + "DisplayName": "Battery monitor max current", + "Range": { + "high": "400", + "low": "1" + }, + "Units": "A", + "User": "Advanced" + }, + "BATT6_MAX_VOLT": { + "Description": "Maximum voltage of battery. Provides scaling of current versus voltage", + "DisplayName": "Maximum Battery Voltage", + "Range": { + "high": "100", + "low": "7" + }, + "User": "Advanced" + }, + "BATT6_MONITOR": { + "Description": "Controls enabling monitoring of the battery's voltage and current", + "DisplayName": "Battery monitoring", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "Disabled", + "10": "Sum Of Selected Monitors", + "11": "FuelFlow", + "12": "FuelLevelPWM", + "13": "SMBUS-SUI3", + "14": "SMBUS-SUI6", + "15": "NeoDesign", + "16": "SMBus-Maxell", + "17": "Generator-Elec", + "18": "Generator-Fuel", + "19": "Rotoye", + "20": "MPPT", + "21": "INA2XX", + "22": "LTC2946", + "23": "Torqeedo", + "24": "FuelLevelAnalog", + "25": "Synthetic Current and Analog Voltage", + "26": "INA239_SPI", + "27": "EFI", + "28": "AD7091R5", + "29": "Scripting", + "3": "Analog Voltage Only", + "4": "Analog Voltage and Current", + "5": "Solo", + "6": "Bebop", + "7": "SMBus-Generic", + "8": "DroneCAN-BatteryInfo", + "9": "ESC" + } + }, + "BATT6_OPTIONS": { + "Bitmask": { + "0": "Ignore DroneCAN SoC", + "1": "MPPT reports input voltage and current", + "2": "MPPT Powered off when disarmed", + "3": "MPPT Powered on when armed", + "4": "MPPT Powered off at boot", + "5": "MPPT Powered on at boot", + "6": "Send resistance compensated voltage to GCS", + "7": "Allow DroneCAN InfoAux to be from a different CAN node" + }, + "Description": "This sets options to change the behaviour of the battery monitor", + "DisplayName": "Battery monitor options", + "User": "Advanced" + }, + "BATT6_SERIAL_NUM": { + "Description": "Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.", + "DisplayName": "Battery serial number", + "User": "Advanced" + }, + "BATT6_SHUNT": { + "Description": "This sets the shunt resistor used in the device", + "DisplayName": "Battery monitor shunt resistor", + "Range": { + "high": "0.01", + "low": "0.0001" + }, + "Units": "Ohm", + "User": "Advanced" + }, + "BATT6_SUM_MASK": { + "Bitmask": { + "0": "monitor 1", + "1": "monitor 2", + "2": "monitor 3", + "3": "monitor 4", + "4": "monitor 5", + "5": "monitor 6", + "6": "monitor 7", + "7": "monitor 8", + "8": "monitor 9" + }, + "Description": "0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.", + "DisplayName": "Battery Sum mask", + "User": "Standard" + }, + "BATT6_VLT_OFFSET": { + "Description": "Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied.", + "DisplayName": "Voltage offset", + "Units": "V", + "User": "Advanced" + }, + "BATT6_VOLT_MULT": { + "Description": "Used to convert the voltage of the voltage sensing pin (BATT6_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1.", + "DisplayName": "Voltage Multiplier", + "User": "Advanced" + }, + "BATT6_VOLT_PIN": { + "Description": "Sets the analog input pin that should be used for voltage monitoring.", + "DisplayName": "Battery Voltage sensing pin", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "Disabled", + "100": "PX4-v1", + "13": "Pixhawk2_PM2/CubeOrange_PM2", + "14": "CubeOrange", + "16": "Durandal", + "2": "Pixhawk/Pixracer/Navio2/Pixhawk2_PM1", + "5": "Navigator" + } + } + }, + "BATT7_": { + "BATT7_AMP_OFFSET": { + "Description": "Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current.", + "DisplayName": "AMP offset", + "Units": "V", + "User": "Standard" + }, + "BATT7_AMP_PERVLT": { + "Description": "Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw.", + "DisplayName": "Amps per volt", + "Units": "A/V", + "User": "Standard" + }, + "BATT7_ARM_MAH": { + "Description": "Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATT7__ARM_VOLT parameter.", + "DisplayName": "Required arming remaining capacity", + "Increment": "50", + "Units": "mAh", + "User": "Advanced" + }, + "BATT7_ARM_VOLT": { + "Description": "Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.", + "DisplayName": "Required arming voltage", + "Increment": "0.1", + "Units": "V", + "User": "Advanced" + }, + "BATT7_CAPACITY": { + "Description": "Capacity of the battery in mAh when full", + "DisplayName": "Battery capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATT7_CRT_MAH": { + "Description": "Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT7__FS_CRT_ACT parameter.", + "DisplayName": "Battery critical capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATT7_CRT_VOLT": { + "Description": "Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT7_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT7_FS_CRT_ACT parameter.", + "DisplayName": "Critical battery voltage", + "Increment": "0.1", + "Units": "V", + "User": "Standard" + }, + "BATT7_CURR_MULT": { + "Description": "Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications", + "DisplayName": "Scales reported power monitor current", + "Range": { + "high": "10", + "low": ".1" + }, + "User": "Advanced" + }, + "BATT7_CURR_PIN": { + "Description": "Sets the analog input pin that should be used for current monitoring.", + "DisplayName": "Battery Current sensing pin", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "Disabled", + "101": "PX4-v1", + "14": "Pixhawk2_PM2", + "15": "CubeOrange", + "17": "Durandal", + "3": "Pixhawk/Pixracer/Navio2/Pixhawk2_PM1", + "4": "CubeOrange_PM2/Navigator" + } + }, + "BATT7_ESC_INDEX": { + "Description": "ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.", + "DisplayName": "ESC Telemetry Index to write to", + "Increment": "1", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATT7_FL_FF": { + "Description": "First order polynomial fit term", + "DisplayName": "First order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATT7_FL_FLTR": { + "Description": "Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz.", + "DisplayName": "Fuel level filter frequency", + "Range": { + "high": "1", + "low": "-1" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "BATT7_FL_FS": { + "Description": "Second order polynomial fit term", + "DisplayName": "Second order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATT7_FL_FT": { + "Description": "Third order polynomial fit term", + "DisplayName": "Third order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATT7_FL_OFF": { + "Description": "Offset polynomial fit term", + "DisplayName": "Offset term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATT7_FL_PIN": { + "Description": "Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V.", + "DisplayName": "Fuel level analog pin number", + "Values": { + "-1": "Not Used", + "103": "Pixhawk SBUS", + "11": "Pixracer", + "13": "Pixhawk ADC4", + "14": "Pixhawk ADC3", + "15": "Pixhawk ADC6/Pixhawk2 ADC" + } + }, + "BATT7_FL_VLT_MIN": { + "Description": "The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.", + "DisplayName": "Empty fuel level voltage", + "Range": { + "high": "10", + "low": "0.01" + }, + "Units": "V", + "User": "Advanced" + }, + "BATT7_FL_V_MULT": { + "Description": "Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.", + "DisplayName": "Fuel level voltage multiplier", + "Range": { + "high": "10", + "low": "0.01" + }, + "User": "Advanced" + }, + "BATT7_FS_CRT_ACT": { + "Description": "What action the vehicle should perform if it hits a critical battery failsafe", + "DisplayName": "Critical battery failsafe action", + "User": "Standard", + "Values": { + "0": "None", + "1": "RTL", + "2": "Hold", + "3": "SmartRTL", + "4": "SmartRTL or Hold", + "5": "Terminate" + } + }, + "BATT7_FS_LOW_ACT": { + "Description": "What action the vehicle should perform if it hits a low battery failsafe", + "DisplayName": "Low battery failsafe action", + "User": "Standard", + "Values": { + "0": "None", + "1": "RTL", + "2": "Hold", + "3": "SmartRTL", + "4": "SmartRTL or Hold", + "5": "Terminate" + } + }, + "BATT7_FS_VOLTSRC": { + "Description": "Voltage type used for detection of low voltage event", + "DisplayName": "Failsafe voltage source", + "User": "Advanced", + "Values": { + "0": "Raw Voltage", + "1": "Sag Compensated Voltage" + } + }, + "BATT7_I2C_ADDR": { + "Description": "Battery monitor I2C address. If this is zero then probe list of supported addresses", + "DisplayName": "Battery monitor I2C address", + "Range": { + "high": "127", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "BATT7_I2C_BUS": { + "Description": "Battery monitor I2C bus number", + "DisplayName": "Battery monitor I2C bus number", + "Range": { + "high": "3", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "BATT7_LOW_MAH": { + "Description": "Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT7_FS_LOW_ACT parameter.", + "DisplayName": "Low battery capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATT7_LOW_TIMER": { + "Description": "This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors.", + "DisplayName": "Low voltage timeout", + "Increment": "1", + "Range": { + "high": "120", + "low": "0" + }, + "Units": "s", + "User": "Advanced" + }, + "BATT7_LOW_VOLT": { + "Description": "Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT7_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT7_FS_LOW_ACT parameter.", + "DisplayName": "Low battery voltage", + "Increment": "0.1", + "Units": "V", + "User": "Standard" + }, + "BATT7_MAX_AMPS": { + "Description": "This controls the maximum current the INS2XX sensor will work with.", + "DisplayName": "Battery monitor max current", + "Range": { + "high": "400", + "low": "1" + }, + "Units": "A", + "User": "Advanced" + }, + "BATT7_MAX_VOLT": { + "Description": "Maximum voltage of battery. Provides scaling of current versus voltage", + "DisplayName": "Maximum Battery Voltage", + "Range": { + "high": "100", + "low": "7" + }, + "User": "Advanced" + }, + "BATT7_MONITOR": { + "Description": "Controls enabling monitoring of the battery's voltage and current", + "DisplayName": "Battery monitoring", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "Disabled", + "10": "Sum Of Selected Monitors", + "11": "FuelFlow", + "12": "FuelLevelPWM", + "13": "SMBUS-SUI3", + "14": "SMBUS-SUI6", + "15": "NeoDesign", + "16": "SMBus-Maxell", + "17": "Generator-Elec", + "18": "Generator-Fuel", + "19": "Rotoye", + "20": "MPPT", + "21": "INA2XX", + "22": "LTC2946", + "23": "Torqeedo", + "24": "FuelLevelAnalog", + "25": "Synthetic Current and Analog Voltage", + "26": "INA239_SPI", + "27": "EFI", + "28": "AD7091R5", + "29": "Scripting", + "3": "Analog Voltage Only", + "4": "Analog Voltage and Current", + "5": "Solo", + "6": "Bebop", + "7": "SMBus-Generic", + "8": "DroneCAN-BatteryInfo", + "9": "ESC" + } + }, + "BATT7_OPTIONS": { + "Bitmask": { + "0": "Ignore DroneCAN SoC", + "1": "MPPT reports input voltage and current", + "2": "MPPT Powered off when disarmed", + "3": "MPPT Powered on when armed", + "4": "MPPT Powered off at boot", + "5": "MPPT Powered on at boot", + "6": "Send resistance compensated voltage to GCS", + "7": "Allow DroneCAN InfoAux to be from a different CAN node" + }, + "Description": "This sets options to change the behaviour of the battery monitor", + "DisplayName": "Battery monitor options", + "User": "Advanced" + }, + "BATT7_SERIAL_NUM": { + "Description": "Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.", + "DisplayName": "Battery serial number", + "User": "Advanced" + }, + "BATT7_SHUNT": { + "Description": "This sets the shunt resistor used in the device", + "DisplayName": "Battery monitor shunt resistor", + "Range": { + "high": "0.01", + "low": "0.0001" + }, + "Units": "Ohm", + "User": "Advanced" + }, + "BATT7_SUM_MASK": { + "Bitmask": { + "0": "monitor 1", + "1": "monitor 2", + "2": "monitor 3", + "3": "monitor 4", + "4": "monitor 5", + "5": "monitor 6", + "6": "monitor 7", + "7": "monitor 8", + "8": "monitor 9" + }, + "Description": "0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.", + "DisplayName": "Battery Sum mask", + "User": "Standard" + }, + "BATT7_VLT_OFFSET": { + "Description": "Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied.", + "DisplayName": "Voltage offset", + "Units": "V", + "User": "Advanced" + }, + "BATT7_VOLT_MULT": { + "Description": "Used to convert the voltage of the voltage sensing pin (BATT7_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1.", + "DisplayName": "Voltage Multiplier", + "User": "Advanced" + }, + "BATT7_VOLT_PIN": { + "Description": "Sets the analog input pin that should be used for voltage monitoring.", + "DisplayName": "Battery Voltage sensing pin", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "Disabled", + "100": "PX4-v1", + "13": "Pixhawk2_PM2/CubeOrange_PM2", + "14": "CubeOrange", + "16": "Durandal", + "2": "Pixhawk/Pixracer/Navio2/Pixhawk2_PM1", + "5": "Navigator" + } + } + }, + "BATT8_": { + "BATT8_AMP_OFFSET": { + "Description": "Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current.", + "DisplayName": "AMP offset", + "Units": "V", + "User": "Standard" + }, + "BATT8_AMP_PERVLT": { + "Description": "Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw.", + "DisplayName": "Amps per volt", + "Units": "A/V", + "User": "Standard" + }, + "BATT8_ARM_MAH": { + "Description": "Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATT8__ARM_VOLT parameter.", + "DisplayName": "Required arming remaining capacity", + "Increment": "50", + "Units": "mAh", + "User": "Advanced" + }, + "BATT8_ARM_VOLT": { + "Description": "Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.", + "DisplayName": "Required arming voltage", + "Increment": "0.1", + "Units": "V", + "User": "Advanced" + }, + "BATT8_CAPACITY": { + "Description": "Capacity of the battery in mAh when full", + "DisplayName": "Battery capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATT8_CRT_MAH": { + "Description": "Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT8__FS_CRT_ACT parameter.", + "DisplayName": "Battery critical capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATT8_CRT_VOLT": { + "Description": "Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT8_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT8_FS_CRT_ACT parameter.", + "DisplayName": "Critical battery voltage", + "Increment": "0.1", + "Units": "V", + "User": "Standard" + }, + "BATT8_CURR_MULT": { + "Description": "Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications", + "DisplayName": "Scales reported power monitor current", + "Range": { + "high": "10", + "low": ".1" + }, + "User": "Advanced" + }, + "BATT8_CURR_PIN": { + "Description": "Sets the analog input pin that should be used for current monitoring.", + "DisplayName": "Battery Current sensing pin", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "Disabled", + "101": "PX4-v1", + "14": "Pixhawk2_PM2", + "15": "CubeOrange", + "17": "Durandal", + "3": "Pixhawk/Pixracer/Navio2/Pixhawk2_PM1", + "4": "CubeOrange_PM2/Navigator" + } + }, + "BATT8_ESC_INDEX": { + "Description": "ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.", + "DisplayName": "ESC Telemetry Index to write to", + "Increment": "1", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATT8_FL_FF": { + "Description": "First order polynomial fit term", + "DisplayName": "First order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATT8_FL_FLTR": { + "Description": "Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz.", + "DisplayName": "Fuel level filter frequency", + "Range": { + "high": "1", + "low": "-1" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "BATT8_FL_FS": { + "Description": "Second order polynomial fit term", + "DisplayName": "Second order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATT8_FL_FT": { + "Description": "Third order polynomial fit term", + "DisplayName": "Third order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATT8_FL_OFF": { + "Description": "Offset polynomial fit term", + "DisplayName": "Offset term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATT8_FL_PIN": { + "Description": "Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V.", + "DisplayName": "Fuel level analog pin number", + "Values": { + "-1": "Not Used", + "103": "Pixhawk SBUS", + "11": "Pixracer", + "13": "Pixhawk ADC4", + "14": "Pixhawk ADC3", + "15": "Pixhawk ADC6/Pixhawk2 ADC" + } + }, + "BATT8_FL_VLT_MIN": { + "Description": "The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.", + "DisplayName": "Empty fuel level voltage", + "Range": { + "high": "10", + "low": "0.01" + }, + "Units": "V", + "User": "Advanced" + }, + "BATT8_FL_V_MULT": { + "Description": "Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.", + "DisplayName": "Fuel level voltage multiplier", + "Range": { + "high": "10", + "low": "0.01" + }, + "User": "Advanced" + }, + "BATT8_FS_CRT_ACT": { + "Description": "What action the vehicle should perform if it hits a critical battery failsafe", + "DisplayName": "Critical battery failsafe action", + "User": "Standard", + "Values": { + "0": "None", + "1": "RTL", + "2": "Hold", + "3": "SmartRTL", + "4": "SmartRTL or Hold", + "5": "Terminate" + } + }, + "BATT8_FS_LOW_ACT": { + "Description": "What action the vehicle should perform if it hits a low battery failsafe", + "DisplayName": "Low battery failsafe action", + "User": "Standard", + "Values": { + "0": "None", + "1": "RTL", + "2": "Hold", + "3": "SmartRTL", + "4": "SmartRTL or Hold", + "5": "Terminate" + } + }, + "BATT8_FS_VOLTSRC": { + "Description": "Voltage type used for detection of low voltage event", + "DisplayName": "Failsafe voltage source", + "User": "Advanced", + "Values": { + "0": "Raw Voltage", + "1": "Sag Compensated Voltage" + } + }, + "BATT8_I2C_ADDR": { + "Description": "Battery monitor I2C address. If this is zero then probe list of supported addresses", + "DisplayName": "Battery monitor I2C address", + "Range": { + "high": "127", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "BATT8_I2C_BUS": { + "Description": "Battery monitor I2C bus number", + "DisplayName": "Battery monitor I2C bus number", + "Range": { + "high": "3", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "BATT8_LOW_MAH": { + "Description": "Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT8_FS_LOW_ACT parameter.", + "DisplayName": "Low battery capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATT8_LOW_TIMER": { + "Description": "This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors.", + "DisplayName": "Low voltage timeout", + "Increment": "1", + "Range": { + "high": "120", + "low": "0" + }, + "Units": "s", + "User": "Advanced" + }, + "BATT8_LOW_VOLT": { + "Description": "Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT8_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT8_FS_LOW_ACT parameter.", + "DisplayName": "Low battery voltage", + "Increment": "0.1", + "Units": "V", + "User": "Standard" + }, + "BATT8_MAX_AMPS": { + "Description": "This controls the maximum current the INS2XX sensor will work with.", + "DisplayName": "Battery monitor max current", + "Range": { + "high": "400", + "low": "1" + }, + "Units": "A", + "User": "Advanced" + }, + "BATT8_MAX_VOLT": { + "Description": "Maximum voltage of battery. Provides scaling of current versus voltage", + "DisplayName": "Maximum Battery Voltage", + "Range": { + "high": "100", + "low": "7" + }, + "User": "Advanced" + }, + "BATT8_MONITOR": { + "Description": "Controls enabling monitoring of the battery's voltage and current", + "DisplayName": "Battery monitoring", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "Disabled", + "10": "Sum Of Selected Monitors", + "11": "FuelFlow", + "12": "FuelLevelPWM", + "13": "SMBUS-SUI3", + "14": "SMBUS-SUI6", + "15": "NeoDesign", + "16": "SMBus-Maxell", + "17": "Generator-Elec", + "18": "Generator-Fuel", + "19": "Rotoye", + "20": "MPPT", + "21": "INA2XX", + "22": "LTC2946", + "23": "Torqeedo", + "24": "FuelLevelAnalog", + "25": "Synthetic Current and Analog Voltage", + "26": "INA239_SPI", + "27": "EFI", + "28": "AD7091R5", + "29": "Scripting", + "3": "Analog Voltage Only", + "4": "Analog Voltage and Current", + "5": "Solo", + "6": "Bebop", + "7": "SMBus-Generic", + "8": "DroneCAN-BatteryInfo", + "9": "ESC" + } + }, + "BATT8_OPTIONS": { + "Bitmask": { + "0": "Ignore DroneCAN SoC", + "1": "MPPT reports input voltage and current", + "2": "MPPT Powered off when disarmed", + "3": "MPPT Powered on when armed", + "4": "MPPT Powered off at boot", + "5": "MPPT Powered on at boot", + "6": "Send resistance compensated voltage to GCS", + "7": "Allow DroneCAN InfoAux to be from a different CAN node" + }, + "Description": "This sets options to change the behaviour of the battery monitor", + "DisplayName": "Battery monitor options", + "User": "Advanced" + }, + "BATT8_SERIAL_NUM": { + "Description": "Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.", + "DisplayName": "Battery serial number", + "User": "Advanced" + }, + "BATT8_SHUNT": { + "Description": "This sets the shunt resistor used in the device", + "DisplayName": "Battery monitor shunt resistor", + "Range": { + "high": "0.01", + "low": "0.0001" + }, + "Units": "Ohm", + "User": "Advanced" + }, + "BATT8_SUM_MASK": { + "Bitmask": { + "0": "monitor 1", + "1": "monitor 2", + "2": "monitor 3", + "3": "monitor 4", + "4": "monitor 5", + "5": "monitor 6", + "6": "monitor 7", + "7": "monitor 8", + "8": "monitor 9" + }, + "Description": "0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.", + "DisplayName": "Battery Sum mask", + "User": "Standard" + }, + "BATT8_VLT_OFFSET": { + "Description": "Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied.", + "DisplayName": "Voltage offset", + "Units": "V", + "User": "Advanced" + }, + "BATT8_VOLT_MULT": { + "Description": "Used to convert the voltage of the voltage sensing pin (BATT8_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1.", + "DisplayName": "Voltage Multiplier", + "User": "Advanced" + }, + "BATT8_VOLT_PIN": { + "Description": "Sets the analog input pin that should be used for voltage monitoring.", + "DisplayName": "Battery Voltage sensing pin", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "Disabled", + "100": "PX4-v1", + "13": "Pixhawk2_PM2/CubeOrange_PM2", + "14": "CubeOrange", + "16": "Durandal", + "2": "Pixhawk/Pixracer/Navio2/Pixhawk2_PM1", + "5": "Navigator" + } + } + }, + "BATT9_": { + "BATT9_AMP_OFFSET": { + "Description": "Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current.", + "DisplayName": "AMP offset", + "Units": "V", + "User": "Standard" + }, + "BATT9_AMP_PERVLT": { + "Description": "Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw.", + "DisplayName": "Amps per volt", + "Units": "A/V", + "User": "Standard" + }, + "BATT9_ARM_MAH": { + "Description": "Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATT9__ARM_VOLT parameter.", + "DisplayName": "Required arming remaining capacity", + "Increment": "50", + "Units": "mAh", + "User": "Advanced" + }, + "BATT9_ARM_VOLT": { + "Description": "Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.", + "DisplayName": "Required arming voltage", + "Increment": "0.1", + "Units": "V", + "User": "Advanced" + }, + "BATT9_CAPACITY": { + "Description": "Capacity of the battery in mAh when full", + "DisplayName": "Battery capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATT9_CRT_MAH": { + "Description": "Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT9__FS_CRT_ACT parameter.", + "DisplayName": "Battery critical capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATT9_CRT_VOLT": { + "Description": "Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT9_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT9_FS_CRT_ACT parameter.", + "DisplayName": "Critical battery voltage", + "Increment": "0.1", + "Units": "V", + "User": "Standard" + }, + "BATT9_CURR_MULT": { + "Description": "Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications", + "DisplayName": "Scales reported power monitor current", + "Range": { + "high": "10", + "low": ".1" + }, + "User": "Advanced" + }, + "BATT9_CURR_PIN": { + "Description": "Sets the analog input pin that should be used for current monitoring.", + "DisplayName": "Battery Current sensing pin", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "Disabled", + "101": "PX4-v1", + "14": "Pixhawk2_PM2", + "15": "CubeOrange", + "17": "Durandal", + "3": "Pixhawk/Pixracer/Navio2/Pixhawk2_PM1", + "4": "CubeOrange_PM2/Navigator" + } + }, + "BATT9_ESC_INDEX": { + "Description": "ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.", + "DisplayName": "ESC Telemetry Index to write to", + "Increment": "1", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATT9_FL_FF": { + "Description": "First order polynomial fit term", + "DisplayName": "First order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATT9_FL_FLTR": { + "Description": "Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz.", + "DisplayName": "Fuel level filter frequency", + "Range": { + "high": "1", + "low": "-1" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "BATT9_FL_FS": { + "Description": "Second order polynomial fit term", + "DisplayName": "Second order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATT9_FL_FT": { + "Description": "Third order polynomial fit term", + "DisplayName": "Third order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATT9_FL_OFF": { + "Description": "Offset polynomial fit term", + "DisplayName": "Offset term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATT9_FL_PIN": { + "Description": "Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V.", + "DisplayName": "Fuel level analog pin number", + "Values": { + "-1": "Not Used", + "103": "Pixhawk SBUS", + "11": "Pixracer", + "13": "Pixhawk ADC4", + "14": "Pixhawk ADC3", + "15": "Pixhawk ADC6/Pixhawk2 ADC" + } + }, + "BATT9_FL_VLT_MIN": { + "Description": "The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.", + "DisplayName": "Empty fuel level voltage", + "Range": { + "high": "10", + "low": "0.01" + }, + "Units": "V", + "User": "Advanced" + }, + "BATT9_FL_V_MULT": { + "Description": "Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.", + "DisplayName": "Fuel level voltage multiplier", + "Range": { + "high": "10", + "low": "0.01" + }, + "User": "Advanced" + }, + "BATT9_FS_CRT_ACT": { + "Description": "What action the vehicle should perform if it hits a critical battery failsafe", + "DisplayName": "Critical battery failsafe action", + "User": "Standard", + "Values": { + "0": "None", + "1": "RTL", + "2": "Hold", + "3": "SmartRTL", + "4": "SmartRTL or Hold", + "5": "Terminate" + } + }, + "BATT9_FS_LOW_ACT": { + "Description": "What action the vehicle should perform if it hits a low battery failsafe", + "DisplayName": "Low battery failsafe action", + "User": "Standard", + "Values": { + "0": "None", + "1": "RTL", + "2": "Hold", + "3": "SmartRTL", + "4": "SmartRTL or Hold", + "5": "Terminate" + } + }, + "BATT9_FS_VOLTSRC": { + "Description": "Voltage type used for detection of low voltage event", + "DisplayName": "Failsafe voltage source", + "User": "Advanced", + "Values": { + "0": "Raw Voltage", + "1": "Sag Compensated Voltage" + } + }, + "BATT9_I2C_ADDR": { + "Description": "Battery monitor I2C address. If this is zero then probe list of supported addresses", + "DisplayName": "Battery monitor I2C address", + "Range": { + "high": "127", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "BATT9_I2C_BUS": { + "Description": "Battery monitor I2C bus number", + "DisplayName": "Battery monitor I2C bus number", + "Range": { + "high": "3", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "BATT9_LOW_MAH": { + "Description": "Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT9_FS_LOW_ACT parameter.", + "DisplayName": "Low battery capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATT9_LOW_TIMER": { + "Description": "This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors.", + "DisplayName": "Low voltage timeout", + "Increment": "1", + "Range": { + "high": "120", + "low": "0" + }, + "Units": "s", + "User": "Advanced" + }, + "BATT9_LOW_VOLT": { + "Description": "Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT9_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT9_FS_LOW_ACT parameter.", + "DisplayName": "Low battery voltage", + "Increment": "0.1", + "Units": "V", + "User": "Standard" + }, + "BATT9_MAX_AMPS": { + "Description": "This controls the maximum current the INS2XX sensor will work with.", + "DisplayName": "Battery monitor max current", + "Range": { + "high": "400", + "low": "1" + }, + "Units": "A", + "User": "Advanced" + }, + "BATT9_MAX_VOLT": { + "Description": "Maximum voltage of battery. Provides scaling of current versus voltage", + "DisplayName": "Maximum Battery Voltage", + "Range": { + "high": "100", + "low": "7" + }, + "User": "Advanced" + }, + "BATT9_MONITOR": { + "Description": "Controls enabling monitoring of the battery's voltage and current", + "DisplayName": "Battery monitoring", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "Disabled", + "10": "Sum Of Selected Monitors", + "11": "FuelFlow", + "12": "FuelLevelPWM", + "13": "SMBUS-SUI3", + "14": "SMBUS-SUI6", + "15": "NeoDesign", + "16": "SMBus-Maxell", + "17": "Generator-Elec", + "18": "Generator-Fuel", + "19": "Rotoye", + "20": "MPPT", + "21": "INA2XX", + "22": "LTC2946", + "23": "Torqeedo", + "24": "FuelLevelAnalog", + "25": "Synthetic Current and Analog Voltage", + "26": "INA239_SPI", + "27": "EFI", + "28": "AD7091R5", + "29": "Scripting", + "3": "Analog Voltage Only", + "4": "Analog Voltage and Current", + "5": "Solo", + "6": "Bebop", + "7": "SMBus-Generic", + "8": "DroneCAN-BatteryInfo", + "9": "ESC" + } + }, + "BATT9_OPTIONS": { + "Bitmask": { + "0": "Ignore DroneCAN SoC", + "1": "MPPT reports input voltage and current", + "2": "MPPT Powered off when disarmed", + "3": "MPPT Powered on when armed", + "4": "MPPT Powered off at boot", + "5": "MPPT Powered on at boot", + "6": "Send resistance compensated voltage to GCS", + "7": "Allow DroneCAN InfoAux to be from a different CAN node" + }, + "Description": "This sets options to change the behaviour of the battery monitor", + "DisplayName": "Battery monitor options", + "User": "Advanced" + }, + "BATT9_SERIAL_NUM": { + "Description": "Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.", + "DisplayName": "Battery serial number", + "User": "Advanced" + }, + "BATT9_SHUNT": { + "Description": "This sets the shunt resistor used in the device", + "DisplayName": "Battery monitor shunt resistor", + "Range": { + "high": "0.01", + "low": "0.0001" + }, + "Units": "Ohm", + "User": "Advanced" + }, + "BATT9_SUM_MASK": { + "Bitmask": { + "0": "monitor 1", + "1": "monitor 2", + "2": "monitor 3", + "3": "monitor 4", + "4": "monitor 5", + "5": "monitor 6", + "6": "monitor 7", + "7": "monitor 8", + "8": "monitor 9" + }, + "Description": "0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.", + "DisplayName": "Battery Sum mask", + "User": "Standard" + }, + "BATT9_VLT_OFFSET": { + "Description": "Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied.", + "DisplayName": "Voltage offset", + "Units": "V", + "User": "Advanced" + }, + "BATT9_VOLT_MULT": { + "Description": "Used to convert the voltage of the voltage sensing pin (BATT9_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1.", + "DisplayName": "Voltage Multiplier", + "User": "Advanced" + }, + "BATT9_VOLT_PIN": { + "Description": "Sets the analog input pin that should be used for voltage monitoring.", + "DisplayName": "Battery Voltage sensing pin", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "Disabled", + "100": "PX4-v1", + "13": "Pixhawk2_PM2/CubeOrange_PM2", + "14": "CubeOrange", + "16": "Durandal", + "2": "Pixhawk/Pixracer/Navio2/Pixhawk2_PM1", + "5": "Navigator" + } + } + }, + "BATTA_": { + "BATTA_AMP_OFFSET": { + "Description": "Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current.", + "DisplayName": "AMP offset", + "Units": "V", + "User": "Standard" + }, + "BATTA_AMP_PERVLT": { + "Description": "Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw.", + "DisplayName": "Amps per volt", + "Units": "A/V", + "User": "Standard" + }, + "BATTA_ARM_MAH": { + "Description": "Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATTA__ARM_VOLT parameter.", + "DisplayName": "Required arming remaining capacity", + "Increment": "50", + "Units": "mAh", + "User": "Advanced" + }, + "BATTA_ARM_VOLT": { + "Description": "Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.", + "DisplayName": "Required arming voltage", + "Increment": "0.1", + "Units": "V", + "User": "Advanced" + }, + "BATTA_CAPACITY": { + "Description": "Capacity of the battery in mAh when full", + "DisplayName": "Battery capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATTA_CRT_MAH": { + "Description": "Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTA__FS_CRT_ACT parameter.", + "DisplayName": "Battery critical capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATTA_CRT_VOLT": { + "Description": "Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTA_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATTA_FS_CRT_ACT parameter.", + "DisplayName": "Critical battery voltage", + "Increment": "0.1", + "Units": "V", + "User": "Standard" + }, + "BATTA_CURR_MULT": { + "Description": "Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications", + "DisplayName": "Scales reported power monitor current", + "Range": { + "high": "10", + "low": ".1" + }, + "User": "Advanced" + }, + "BATTA_CURR_PIN": { + "Description": "Sets the analog input pin that should be used for current monitoring.", + "DisplayName": "Battery Current sensing pin", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "Disabled", + "101": "PX4-v1", + "14": "Pixhawk2_PM2", + "15": "CubeOrange", + "17": "Durandal", + "3": "Pixhawk/Pixracer/Navio2/Pixhawk2_PM1", + "4": "CubeOrange_PM2/Navigator" + } + }, + "BATTA_ESC_INDEX": { + "Description": "ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.", + "DisplayName": "ESC Telemetry Index to write to", + "Increment": "1", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATTA_FL_FF": { + "Description": "First order polynomial fit term", + "DisplayName": "First order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATTA_FL_FLTR": { + "Description": "Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz.", + "DisplayName": "Fuel level filter frequency", + "Range": { + "high": "1", + "low": "-1" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "BATTA_FL_FS": { + "Description": "Second order polynomial fit term", + "DisplayName": "Second order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATTA_FL_FT": { + "Description": "Third order polynomial fit term", + "DisplayName": "Third order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATTA_FL_OFF": { + "Description": "Offset polynomial fit term", + "DisplayName": "Offset term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATTA_FL_PIN": { + "Description": "Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V.", + "DisplayName": "Fuel level analog pin number", + "Values": { + "-1": "Not Used", + "103": "Pixhawk SBUS", + "11": "Pixracer", + "13": "Pixhawk ADC4", + "14": "Pixhawk ADC3", + "15": "Pixhawk ADC6/Pixhawk2 ADC" + } + }, + "BATTA_FL_VLT_MIN": { + "Description": "The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.", + "DisplayName": "Empty fuel level voltage", + "Range": { + "high": "10", + "low": "0.01" + }, + "Units": "V", + "User": "Advanced" + }, + "BATTA_FL_V_MULT": { + "Description": "Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.", + "DisplayName": "Fuel level voltage multiplier", + "Range": { + "high": "10", + "low": "0.01" + }, + "User": "Advanced" + }, + "BATTA_FS_CRT_ACT": { + "Description": "What action the vehicle should perform if it hits a critical battery failsafe", + "DisplayName": "Critical battery failsafe action", + "User": "Standard", + "Values": { + "0": "None", + "1": "RTL", + "2": "Hold", + "3": "SmartRTL", + "4": "SmartRTL or Hold", + "5": "Terminate" + } + }, + "BATTA_FS_LOW_ACT": { + "Description": "What action the vehicle should perform if it hits a low battery failsafe", + "DisplayName": "Low battery failsafe action", + "User": "Standard", + "Values": { + "0": "None", + "1": "RTL", + "2": "Hold", + "3": "SmartRTL", + "4": "SmartRTL or Hold", + "5": "Terminate" + } + }, + "BATTA_FS_VOLTSRC": { + "Description": "Voltage type used for detection of low voltage event", + "DisplayName": "Failsafe voltage source", + "User": "Advanced", + "Values": { + "0": "Raw Voltage", + "1": "Sag Compensated Voltage" + } + }, + "BATTA_I2C_ADDR": { + "Description": "Battery monitor I2C address. If this is zero then probe list of supported addresses", + "DisplayName": "Battery monitor I2C address", + "Range": { + "high": "127", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "BATTA_I2C_BUS": { + "Description": "Battery monitor I2C bus number", + "DisplayName": "Battery monitor I2C bus number", + "Range": { + "high": "3", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "BATTA_LOW_MAH": { + "Description": "Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTA_FS_LOW_ACT parameter.", + "DisplayName": "Low battery capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATTA_LOW_TIMER": { + "Description": "This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors.", + "DisplayName": "Low voltage timeout", + "Increment": "1", + "Range": { + "high": "120", + "low": "0" + }, + "Units": "s", + "User": "Advanced" + }, + "BATTA_LOW_VOLT": { + "Description": "Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTA_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATTA_FS_LOW_ACT parameter.", + "DisplayName": "Low battery voltage", + "Increment": "0.1", + "Units": "V", + "User": "Standard" + }, + "BATTA_MAX_AMPS": { + "Description": "This controls the maximum current the INS2XX sensor will work with.", + "DisplayName": "Battery monitor max current", + "Range": { + "high": "400", + "low": "1" + }, + "Units": "A", + "User": "Advanced" + }, + "BATTA_MAX_VOLT": { + "Description": "Maximum voltage of battery. Provides scaling of current versus voltage", + "DisplayName": "Maximum Battery Voltage", + "Range": { + "high": "100", + "low": "7" + }, + "User": "Advanced" + }, + "BATTA_MONITOR": { + "Description": "Controls enabling monitoring of the battery's voltage and current", + "DisplayName": "Battery monitoring", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "Disabled", + "10": "Sum Of Selected Monitors", + "11": "FuelFlow", + "12": "FuelLevelPWM", + "13": "SMBUS-SUI3", + "14": "SMBUS-SUI6", + "15": "NeoDesign", + "16": "SMBus-Maxell", + "17": "Generator-Elec", + "18": "Generator-Fuel", + "19": "Rotoye", + "20": "MPPT", + "21": "INA2XX", + "22": "LTC2946", + "23": "Torqeedo", + "24": "FuelLevelAnalog", + "25": "Synthetic Current and Analog Voltage", + "26": "INA239_SPI", + "27": "EFI", + "28": "AD7091R5", + "29": "Scripting", + "3": "Analog Voltage Only", + "4": "Analog Voltage and Current", + "5": "Solo", + "6": "Bebop", + "7": "SMBus-Generic", + "8": "DroneCAN-BatteryInfo", + "9": "ESC" + } + }, + "BATTA_OPTIONS": { + "Bitmask": { + "0": "Ignore DroneCAN SoC", + "1": "MPPT reports input voltage and current", + "2": "MPPT Powered off when disarmed", + "3": "MPPT Powered on when armed", + "4": "MPPT Powered off at boot", + "5": "MPPT Powered on at boot", + "6": "Send resistance compensated voltage to GCS", + "7": "Allow DroneCAN InfoAux to be from a different CAN node" + }, + "Description": "This sets options to change the behaviour of the battery monitor", + "DisplayName": "Battery monitor options", + "User": "Advanced" + }, + "BATTA_SERIAL_NUM": { + "Description": "Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.", + "DisplayName": "Battery serial number", + "User": "Advanced" + }, + "BATTA_SHUNT": { + "Description": "This sets the shunt resistor used in the device", + "DisplayName": "Battery monitor shunt resistor", + "Range": { + "high": "0.01", + "low": "0.0001" + }, + "Units": "Ohm", + "User": "Advanced" + }, + "BATTA_SUM_MASK": { + "Bitmask": { + "0": "monitor 1", + "1": "monitor 2", + "2": "monitor 3", + "3": "monitor 4", + "4": "monitor 5", + "5": "monitor 6", + "6": "monitor 7", + "7": "monitor 8", + "8": "monitor 9" + }, + "Description": "0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.", + "DisplayName": "Battery Sum mask", + "User": "Standard" + }, + "BATTA_VLT_OFFSET": { + "Description": "Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied.", + "DisplayName": "Voltage offset", + "Units": "V", + "User": "Advanced" + }, + "BATTA_VOLT_MULT": { + "Description": "Used to convert the voltage of the voltage sensing pin (BATTA_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1.", + "DisplayName": "Voltage Multiplier", + "User": "Advanced" + }, + "BATTA_VOLT_PIN": { + "Description": "Sets the analog input pin that should be used for voltage monitoring.", + "DisplayName": "Battery Voltage sensing pin", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "Disabled", + "100": "PX4-v1", + "13": "Pixhawk2_PM2/CubeOrange_PM2", + "14": "CubeOrange", + "16": "Durandal", + "2": "Pixhawk/Pixracer/Navio2/Pixhawk2_PM1", + "5": "Navigator" + } + } + }, + "BATTB_": { + "BATTB_AMP_OFFSET": { + "Description": "Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current.", + "DisplayName": "AMP offset", + "Units": "V", + "User": "Standard" + }, + "BATTB_AMP_PERVLT": { + "Description": "Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw.", + "DisplayName": "Amps per volt", + "Units": "A/V", + "User": "Standard" + }, + "BATTB_ARM_MAH": { + "Description": "Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATTB__ARM_VOLT parameter.", + "DisplayName": "Required arming remaining capacity", + "Increment": "50", + "Units": "mAh", + "User": "Advanced" + }, + "BATTB_ARM_VOLT": { + "Description": "Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.", + "DisplayName": "Required arming voltage", + "Increment": "0.1", + "Units": "V", + "User": "Advanced" + }, + "BATTB_CAPACITY": { + "Description": "Capacity of the battery in mAh when full", + "DisplayName": "Battery capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATTB_CRT_MAH": { + "Description": "Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTB__FS_CRT_ACT parameter.", + "DisplayName": "Battery critical capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATTB_CRT_VOLT": { + "Description": "Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTB_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATTB_FS_CRT_ACT parameter.", + "DisplayName": "Critical battery voltage", + "Increment": "0.1", + "Units": "V", + "User": "Standard" + }, + "BATTB_CURR_MULT": { + "Description": "Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications", + "DisplayName": "Scales reported power monitor current", + "Range": { + "high": "10", + "low": ".1" + }, + "User": "Advanced" + }, + "BATTB_CURR_PIN": { + "Description": "Sets the analog input pin that should be used for current monitoring.", + "DisplayName": "Battery Current sensing pin", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "Disabled", + "101": "PX4-v1", + "14": "Pixhawk2_PM2", + "15": "CubeOrange", + "17": "Durandal", + "3": "Pixhawk/Pixracer/Navio2/Pixhawk2_PM1", + "4": "CubeOrange_PM2/Navigator" + } + }, + "BATTB_ESC_INDEX": { + "Description": "ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.", + "DisplayName": "ESC Telemetry Index to write to", + "Increment": "1", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATTB_FL_FF": { + "Description": "First order polynomial fit term", + "DisplayName": "First order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATTB_FL_FLTR": { + "Description": "Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz.", + "DisplayName": "Fuel level filter frequency", + "Range": { + "high": "1", + "low": "-1" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "BATTB_FL_FS": { + "Description": "Second order polynomial fit term", + "DisplayName": "Second order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATTB_FL_FT": { + "Description": "Third order polynomial fit term", + "DisplayName": "Third order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATTB_FL_OFF": { + "Description": "Offset polynomial fit term", + "DisplayName": "Offset term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATTB_FL_PIN": { + "Description": "Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V.", + "DisplayName": "Fuel level analog pin number", + "Values": { + "-1": "Not Used", + "103": "Pixhawk SBUS", + "11": "Pixracer", + "13": "Pixhawk ADC4", + "14": "Pixhawk ADC3", + "15": "Pixhawk ADC6/Pixhawk2 ADC" + } + }, + "BATTB_FL_VLT_MIN": { + "Description": "The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.", + "DisplayName": "Empty fuel level voltage", + "Range": { + "high": "10", + "low": "0.01" + }, + "Units": "V", + "User": "Advanced" + }, + "BATTB_FL_V_MULT": { + "Description": "Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.", + "DisplayName": "Fuel level voltage multiplier", + "Range": { + "high": "10", + "low": "0.01" + }, + "User": "Advanced" + }, + "BATTB_FS_CRT_ACT": { + "Description": "What action the vehicle should perform if it hits a critical battery failsafe", + "DisplayName": "Critical battery failsafe action", + "User": "Standard", + "Values": { + "0": "None", + "1": "RTL", + "2": "Hold", + "3": "SmartRTL", + "4": "SmartRTL or Hold", + "5": "Terminate" + } + }, + "BATTB_FS_LOW_ACT": { + "Description": "What action the vehicle should perform if it hits a low battery failsafe", + "DisplayName": "Low battery failsafe action", + "User": "Standard", + "Values": { + "0": "None", + "1": "RTL", + "2": "Hold", + "3": "SmartRTL", + "4": "SmartRTL or Hold", + "5": "Terminate" + } + }, + "BATTB_FS_VOLTSRC": { + "Description": "Voltage type used for detection of low voltage event", + "DisplayName": "Failsafe voltage source", + "User": "Advanced", + "Values": { + "0": "Raw Voltage", + "1": "Sag Compensated Voltage" + } + }, + "BATTB_I2C_ADDR": { + "Description": "Battery monitor I2C address. If this is zero then probe list of supported addresses", + "DisplayName": "Battery monitor I2C address", + "Range": { + "high": "127", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "BATTB_I2C_BUS": { + "Description": "Battery monitor I2C bus number", + "DisplayName": "Battery monitor I2C bus number", + "Range": { + "high": "3", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "BATTB_LOW_MAH": { + "Description": "Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTB_FS_LOW_ACT parameter.", + "DisplayName": "Low battery capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATTB_LOW_TIMER": { + "Description": "This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors.", + "DisplayName": "Low voltage timeout", + "Increment": "1", + "Range": { + "high": "120", + "low": "0" + }, + "Units": "s", + "User": "Advanced" + }, + "BATTB_LOW_VOLT": { + "Description": "Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTB_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATTB_FS_LOW_ACT parameter.", + "DisplayName": "Low battery voltage", + "Increment": "0.1", + "Units": "V", + "User": "Standard" + }, + "BATTB_MAX_AMPS": { + "Description": "This controls the maximum current the INS2XX sensor will work with.", + "DisplayName": "Battery monitor max current", + "Range": { + "high": "400", + "low": "1" + }, + "Units": "A", + "User": "Advanced" + }, + "BATTB_MAX_VOLT": { + "Description": "Maximum voltage of battery. Provides scaling of current versus voltage", + "DisplayName": "Maximum Battery Voltage", + "Range": { + "high": "100", + "low": "7" + }, + "User": "Advanced" + }, + "BATTB_MONITOR": { + "Description": "Controls enabling monitoring of the battery's voltage and current", + "DisplayName": "Battery monitoring", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "Disabled", + "10": "Sum Of Selected Monitors", + "11": "FuelFlow", + "12": "FuelLevelPWM", + "13": "SMBUS-SUI3", + "14": "SMBUS-SUI6", + "15": "NeoDesign", + "16": "SMBus-Maxell", + "17": "Generator-Elec", + "18": "Generator-Fuel", + "19": "Rotoye", + "20": "MPPT", + "21": "INA2XX", + "22": "LTC2946", + "23": "Torqeedo", + "24": "FuelLevelAnalog", + "25": "Synthetic Current and Analog Voltage", + "26": "INA239_SPI", + "27": "EFI", + "28": "AD7091R5", + "29": "Scripting", + "3": "Analog Voltage Only", + "4": "Analog Voltage and Current", + "5": "Solo", + "6": "Bebop", + "7": "SMBus-Generic", + "8": "DroneCAN-BatteryInfo", + "9": "ESC" + } + }, + "BATTB_OPTIONS": { + "Bitmask": { + "0": "Ignore DroneCAN SoC", + "1": "MPPT reports input voltage and current", + "2": "MPPT Powered off when disarmed", + "3": "MPPT Powered on when armed", + "4": "MPPT Powered off at boot", + "5": "MPPT Powered on at boot", + "6": "Send resistance compensated voltage to GCS", + "7": "Allow DroneCAN InfoAux to be from a different CAN node" + }, + "Description": "This sets options to change the behaviour of the battery monitor", + "DisplayName": "Battery monitor options", + "User": "Advanced" + }, + "BATTB_SERIAL_NUM": { + "Description": "Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.", + "DisplayName": "Battery serial number", + "User": "Advanced" + }, + "BATTB_SHUNT": { + "Description": "This sets the shunt resistor used in the device", + "DisplayName": "Battery monitor shunt resistor", + "Range": { + "high": "0.01", + "low": "0.0001" + }, + "Units": "Ohm", + "User": "Advanced" + }, + "BATTB_SUM_MASK": { + "Bitmask": { + "0": "monitor 1", + "1": "monitor 2", + "2": "monitor 3", + "3": "monitor 4", + "4": "monitor 5", + "5": "monitor 6", + "6": "monitor 7", + "7": "monitor 8", + "8": "monitor 9" + }, + "Description": "0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.", + "DisplayName": "Battery Sum mask", + "User": "Standard" + }, + "BATTB_VLT_OFFSET": { + "Description": "Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied.", + "DisplayName": "Voltage offset", + "Units": "V", + "User": "Advanced" + }, + "BATTB_VOLT_MULT": { + "Description": "Used to convert the voltage of the voltage sensing pin (BATTB_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1.", + "DisplayName": "Voltage Multiplier", + "User": "Advanced" + }, + "BATTB_VOLT_PIN": { + "Description": "Sets the analog input pin that should be used for voltage monitoring.", + "DisplayName": "Battery Voltage sensing pin", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "Disabled", + "100": "PX4-v1", + "13": "Pixhawk2_PM2/CubeOrange_PM2", + "14": "CubeOrange", + "16": "Durandal", + "2": "Pixhawk/Pixracer/Navio2/Pixhawk2_PM1", + "5": "Navigator" + } + } + }, + "BATTC_": { + "BATTC_AMP_OFFSET": { + "Description": "Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current.", + "DisplayName": "AMP offset", + "Units": "V", + "User": "Standard" + }, + "BATTC_AMP_PERVLT": { + "Description": "Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw.", + "DisplayName": "Amps per volt", + "Units": "A/V", + "User": "Standard" + }, + "BATTC_ARM_MAH": { + "Description": "Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATTC__ARM_VOLT parameter.", + "DisplayName": "Required arming remaining capacity", + "Increment": "50", + "Units": "mAh", + "User": "Advanced" + }, + "BATTC_ARM_VOLT": { + "Description": "Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.", + "DisplayName": "Required arming voltage", + "Increment": "0.1", + "Units": "V", + "User": "Advanced" + }, + "BATTC_CAPACITY": { + "Description": "Capacity of the battery in mAh when full", + "DisplayName": "Battery capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATTC_CRT_MAH": { + "Description": "Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTC__FS_CRT_ACT parameter.", + "DisplayName": "Battery critical capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATTC_CRT_VOLT": { + "Description": "Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTC_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATTC_FS_CRT_ACT parameter.", + "DisplayName": "Critical battery voltage", + "Increment": "0.1", + "Units": "V", + "User": "Standard" + }, + "BATTC_CURR_MULT": { + "Description": "Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications", + "DisplayName": "Scales reported power monitor current", + "Range": { + "high": "10", + "low": ".1" + }, + "User": "Advanced" + }, + "BATTC_CURR_PIN": { + "Description": "Sets the analog input pin that should be used for current monitoring.", + "DisplayName": "Battery Current sensing pin", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "Disabled", + "101": "PX4-v1", + "14": "Pixhawk2_PM2", + "15": "CubeOrange", + "17": "Durandal", + "3": "Pixhawk/Pixracer/Navio2/Pixhawk2_PM1", + "4": "CubeOrange_PM2/Navigator" + } + }, + "BATTC_ESC_INDEX": { + "Description": "ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.", + "DisplayName": "ESC Telemetry Index to write to", + "Increment": "1", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATTC_FL_FF": { + "Description": "First order polynomial fit term", + "DisplayName": "First order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATTC_FL_FLTR": { + "Description": "Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz.", + "DisplayName": "Fuel level filter frequency", + "Range": { + "high": "1", + "low": "-1" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "BATTC_FL_FS": { + "Description": "Second order polynomial fit term", + "DisplayName": "Second order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATTC_FL_FT": { + "Description": "Third order polynomial fit term", + "DisplayName": "Third order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATTC_FL_OFF": { + "Description": "Offset polynomial fit term", + "DisplayName": "Offset term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATTC_FL_PIN": { + "Description": "Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V.", + "DisplayName": "Fuel level analog pin number", + "Values": { + "-1": "Not Used", + "103": "Pixhawk SBUS", + "11": "Pixracer", + "13": "Pixhawk ADC4", + "14": "Pixhawk ADC3", + "15": "Pixhawk ADC6/Pixhawk2 ADC" + } + }, + "BATTC_FL_VLT_MIN": { + "Description": "The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.", + "DisplayName": "Empty fuel level voltage", + "Range": { + "high": "10", + "low": "0.01" + }, + "Units": "V", + "User": "Advanced" + }, + "BATTC_FL_V_MULT": { + "Description": "Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.", + "DisplayName": "Fuel level voltage multiplier", + "Range": { + "high": "10", + "low": "0.01" + }, + "User": "Advanced" + }, + "BATTC_FS_CRT_ACT": { + "Description": "What action the vehicle should perform if it hits a critical battery failsafe", + "DisplayName": "Critical battery failsafe action", + "User": "Standard", + "Values": { + "0": "None", + "1": "RTL", + "2": "Hold", + "3": "SmartRTL", + "4": "SmartRTL or Hold", + "5": "Terminate" + } + }, + "BATTC_FS_LOW_ACT": { + "Description": "What action the vehicle should perform if it hits a low battery failsafe", + "DisplayName": "Low battery failsafe action", + "User": "Standard", + "Values": { + "0": "None", + "1": "RTL", + "2": "Hold", + "3": "SmartRTL", + "4": "SmartRTL or Hold", + "5": "Terminate" + } + }, + "BATTC_FS_VOLTSRC": { + "Description": "Voltage type used for detection of low voltage event", + "DisplayName": "Failsafe voltage source", + "User": "Advanced", + "Values": { + "0": "Raw Voltage", + "1": "Sag Compensated Voltage" + } + }, + "BATTC_I2C_ADDR": { + "Description": "Battery monitor I2C address. If this is zero then probe list of supported addresses", + "DisplayName": "Battery monitor I2C address", + "Range": { + "high": "127", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "BATTC_I2C_BUS": { + "Description": "Battery monitor I2C bus number", + "DisplayName": "Battery monitor I2C bus number", + "Range": { + "high": "3", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "BATTC_LOW_MAH": { + "Description": "Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTC_FS_LOW_ACT parameter.", + "DisplayName": "Low battery capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATTC_LOW_TIMER": { + "Description": "This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors.", + "DisplayName": "Low voltage timeout", + "Increment": "1", + "Range": { + "high": "120", + "low": "0" + }, + "Units": "s", + "User": "Advanced" + }, + "BATTC_LOW_VOLT": { + "Description": "Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTC_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATTC_FS_LOW_ACT parameter.", + "DisplayName": "Low battery voltage", + "Increment": "0.1", + "Units": "V", + "User": "Standard" + }, + "BATTC_MAX_AMPS": { + "Description": "This controls the maximum current the INS2XX sensor will work with.", + "DisplayName": "Battery monitor max current", + "Range": { + "high": "400", + "low": "1" + }, + "Units": "A", + "User": "Advanced" + }, + "BATTC_MAX_VOLT": { + "Description": "Maximum voltage of battery. Provides scaling of current versus voltage", + "DisplayName": "Maximum Battery Voltage", + "Range": { + "high": "100", + "low": "7" + }, + "User": "Advanced" + }, + "BATTC_MONITOR": { + "Description": "Controls enabling monitoring of the battery's voltage and current", + "DisplayName": "Battery monitoring", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "Disabled", + "10": "Sum Of Selected Monitors", + "11": "FuelFlow", + "12": "FuelLevelPWM", + "13": "SMBUS-SUI3", + "14": "SMBUS-SUI6", + "15": "NeoDesign", + "16": "SMBus-Maxell", + "17": "Generator-Elec", + "18": "Generator-Fuel", + "19": "Rotoye", + "20": "MPPT", + "21": "INA2XX", + "22": "LTC2946", + "23": "Torqeedo", + "24": "FuelLevelAnalog", + "25": "Synthetic Current and Analog Voltage", + "26": "INA239_SPI", + "27": "EFI", + "28": "AD7091R5", + "29": "Scripting", + "3": "Analog Voltage Only", + "4": "Analog Voltage and Current", + "5": "Solo", + "6": "Bebop", + "7": "SMBus-Generic", + "8": "DroneCAN-BatteryInfo", + "9": "ESC" + } + }, + "BATTC_OPTIONS": { + "Bitmask": { + "0": "Ignore DroneCAN SoC", + "1": "MPPT reports input voltage and current", + "2": "MPPT Powered off when disarmed", + "3": "MPPT Powered on when armed", + "4": "MPPT Powered off at boot", + "5": "MPPT Powered on at boot", + "6": "Send resistance compensated voltage to GCS", + "7": "Allow DroneCAN InfoAux to be from a different CAN node" + }, + "Description": "This sets options to change the behaviour of the battery monitor", + "DisplayName": "Battery monitor options", + "User": "Advanced" + }, + "BATTC_SERIAL_NUM": { + "Description": "Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.", + "DisplayName": "Battery serial number", + "User": "Advanced" + }, + "BATTC_SHUNT": { + "Description": "This sets the shunt resistor used in the device", + "DisplayName": "Battery monitor shunt resistor", + "Range": { + "high": "0.01", + "low": "0.0001" + }, + "Units": "Ohm", + "User": "Advanced" + }, + "BATTC_SUM_MASK": { + "Bitmask": { + "0": "monitor 1", + "1": "monitor 2", + "2": "monitor 3", + "3": "monitor 4", + "4": "monitor 5", + "5": "monitor 6", + "6": "monitor 7", + "7": "monitor 8", + "8": "monitor 9" + }, + "Description": "0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.", + "DisplayName": "Battery Sum mask", + "User": "Standard" + }, + "BATTC_VLT_OFFSET": { + "Description": "Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied.", + "DisplayName": "Voltage offset", + "Units": "V", + "User": "Advanced" + }, + "BATTC_VOLT_MULT": { + "Description": "Used to convert the voltage of the voltage sensing pin (BATTC_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1.", + "DisplayName": "Voltage Multiplier", + "User": "Advanced" + }, + "BATTC_VOLT_PIN": { + "Description": "Sets the analog input pin that should be used for voltage monitoring.", + "DisplayName": "Battery Voltage sensing pin", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "Disabled", + "100": "PX4-v1", + "13": "Pixhawk2_PM2/CubeOrange_PM2", + "14": "CubeOrange", + "16": "Durandal", + "2": "Pixhawk/Pixracer/Navio2/Pixhawk2_PM1", + "5": "Navigator" + } + } + }, + "BATTD_": { + "BATTD_AMP_OFFSET": { + "Description": "Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current.", + "DisplayName": "AMP offset", + "Units": "V", + "User": "Standard" + }, + "BATTD_AMP_PERVLT": { + "Description": "Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw.", + "DisplayName": "Amps per volt", + "Units": "A/V", + "User": "Standard" + }, + "BATTD_ARM_MAH": { + "Description": "Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATTD__ARM_VOLT parameter.", + "DisplayName": "Required arming remaining capacity", + "Increment": "50", + "Units": "mAh", + "User": "Advanced" + }, + "BATTD_ARM_VOLT": { + "Description": "Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.", + "DisplayName": "Required arming voltage", + "Increment": "0.1", + "Units": "V", + "User": "Advanced" + }, + "BATTD_CAPACITY": { + "Description": "Capacity of the battery in mAh when full", + "DisplayName": "Battery capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATTD_CRT_MAH": { + "Description": "Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTD__FS_CRT_ACT parameter.", + "DisplayName": "Battery critical capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATTD_CRT_VOLT": { + "Description": "Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTD_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATTD_FS_CRT_ACT parameter.", + "DisplayName": "Critical battery voltage", + "Increment": "0.1", + "Units": "V", + "User": "Standard" + }, + "BATTD_CURR_MULT": { + "Description": "Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications", + "DisplayName": "Scales reported power monitor current", + "Range": { + "high": "10", + "low": ".1" + }, + "User": "Advanced" + }, + "BATTD_CURR_PIN": { + "Description": "Sets the analog input pin that should be used for current monitoring.", + "DisplayName": "Battery Current sensing pin", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "Disabled", + "101": "PX4-v1", + "14": "Pixhawk2_PM2", + "15": "CubeOrange", + "17": "Durandal", + "3": "Pixhawk/Pixracer/Navio2/Pixhawk2_PM1", + "4": "CubeOrange_PM2/Navigator" + } + }, + "BATTD_ESC_INDEX": { + "Description": "ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.", + "DisplayName": "ESC Telemetry Index to write to", + "Increment": "1", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATTD_FL_FF": { + "Description": "First order polynomial fit term", + "DisplayName": "First order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATTD_FL_FLTR": { + "Description": "Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz.", + "DisplayName": "Fuel level filter frequency", + "Range": { + "high": "1", + "low": "-1" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "BATTD_FL_FS": { + "Description": "Second order polynomial fit term", + "DisplayName": "Second order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATTD_FL_FT": { + "Description": "Third order polynomial fit term", + "DisplayName": "Third order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATTD_FL_OFF": { + "Description": "Offset polynomial fit term", + "DisplayName": "Offset term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATTD_FL_PIN": { + "Description": "Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V.", + "DisplayName": "Fuel level analog pin number", + "Values": { + "-1": "Not Used", + "103": "Pixhawk SBUS", + "11": "Pixracer", + "13": "Pixhawk ADC4", + "14": "Pixhawk ADC3", + "15": "Pixhawk ADC6/Pixhawk2 ADC" + } + }, + "BATTD_FL_VLT_MIN": { + "Description": "The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.", + "DisplayName": "Empty fuel level voltage", + "Range": { + "high": "10", + "low": "0.01" + }, + "Units": "V", + "User": "Advanced" + }, + "BATTD_FL_V_MULT": { + "Description": "Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.", + "DisplayName": "Fuel level voltage multiplier", + "Range": { + "high": "10", + "low": "0.01" + }, + "User": "Advanced" + }, + "BATTD_FS_CRT_ACT": { + "Description": "What action the vehicle should perform if it hits a critical battery failsafe", + "DisplayName": "Critical battery failsafe action", + "User": "Standard", + "Values": { + "0": "None", + "1": "RTL", + "2": "Hold", + "3": "SmartRTL", + "4": "SmartRTL or Hold", + "5": "Terminate" + } + }, + "BATTD_FS_LOW_ACT": { + "Description": "What action the vehicle should perform if it hits a low battery failsafe", + "DisplayName": "Low battery failsafe action", + "User": "Standard", + "Values": { + "0": "None", + "1": "RTL", + "2": "Hold", + "3": "SmartRTL", + "4": "SmartRTL or Hold", + "5": "Terminate" + } + }, + "BATTD_FS_VOLTSRC": { + "Description": "Voltage type used for detection of low voltage event", + "DisplayName": "Failsafe voltage source", + "User": "Advanced", + "Values": { + "0": "Raw Voltage", + "1": "Sag Compensated Voltage" + } + }, + "BATTD_I2C_ADDR": { + "Description": "Battery monitor I2C address. If this is zero then probe list of supported addresses", + "DisplayName": "Battery monitor I2C address", + "Range": { + "high": "127", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "BATTD_I2C_BUS": { + "Description": "Battery monitor I2C bus number", + "DisplayName": "Battery monitor I2C bus number", + "Range": { + "high": "3", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "BATTD_LOW_MAH": { + "Description": "Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTD_FS_LOW_ACT parameter.", + "DisplayName": "Low battery capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATTD_LOW_TIMER": { + "Description": "This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors.", + "DisplayName": "Low voltage timeout", + "Increment": "1", + "Range": { + "high": "120", + "low": "0" + }, + "Units": "s", + "User": "Advanced" + }, + "BATTD_LOW_VOLT": { + "Description": "Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTD_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATTD_FS_LOW_ACT parameter.", + "DisplayName": "Low battery voltage", + "Increment": "0.1", + "Units": "V", + "User": "Standard" + }, + "BATTD_MAX_AMPS": { + "Description": "This controls the maximum current the INS2XX sensor will work with.", + "DisplayName": "Battery monitor max current", + "Range": { + "high": "400", + "low": "1" + }, + "Units": "A", + "User": "Advanced" + }, + "BATTD_MAX_VOLT": { + "Description": "Maximum voltage of battery. Provides scaling of current versus voltage", + "DisplayName": "Maximum Battery Voltage", + "Range": { + "high": "100", + "low": "7" + }, + "User": "Advanced" + }, + "BATTD_MONITOR": { + "Description": "Controls enabling monitoring of the battery's voltage and current", + "DisplayName": "Battery monitoring", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "Disabled", + "10": "Sum Of Selected Monitors", + "11": "FuelFlow", + "12": "FuelLevelPWM", + "13": "SMBUS-SUI3", + "14": "SMBUS-SUI6", + "15": "NeoDesign", + "16": "SMBus-Maxell", + "17": "Generator-Elec", + "18": "Generator-Fuel", + "19": "Rotoye", + "20": "MPPT", + "21": "INA2XX", + "22": "LTC2946", + "23": "Torqeedo", + "24": "FuelLevelAnalog", + "25": "Synthetic Current and Analog Voltage", + "26": "INA239_SPI", + "27": "EFI", + "28": "AD7091R5", + "29": "Scripting", + "3": "Analog Voltage Only", + "4": "Analog Voltage and Current", + "5": "Solo", + "6": "Bebop", + "7": "SMBus-Generic", + "8": "DroneCAN-BatteryInfo", + "9": "ESC" + } + }, + "BATTD_OPTIONS": { + "Bitmask": { + "0": "Ignore DroneCAN SoC", + "1": "MPPT reports input voltage and current", + "2": "MPPT Powered off when disarmed", + "3": "MPPT Powered on when armed", + "4": "MPPT Powered off at boot", + "5": "MPPT Powered on at boot", + "6": "Send resistance compensated voltage to GCS", + "7": "Allow DroneCAN InfoAux to be from a different CAN node" + }, + "Description": "This sets options to change the behaviour of the battery monitor", + "DisplayName": "Battery monitor options", + "User": "Advanced" + }, + "BATTD_SERIAL_NUM": { + "Description": "Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.", + "DisplayName": "Battery serial number", + "User": "Advanced" + }, + "BATTD_SHUNT": { + "Description": "This sets the shunt resistor used in the device", + "DisplayName": "Battery monitor shunt resistor", + "Range": { + "high": "0.01", + "low": "0.0001" + }, + "Units": "Ohm", + "User": "Advanced" + }, + "BATTD_SUM_MASK": { + "Bitmask": { + "0": "monitor 1", + "1": "monitor 2", + "2": "monitor 3", + "3": "monitor 4", + "4": "monitor 5", + "5": "monitor 6", + "6": "monitor 7", + "7": "monitor 8", + "8": "monitor 9" + }, + "Description": "0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.", + "DisplayName": "Battery Sum mask", + "User": "Standard" + }, + "BATTD_VLT_OFFSET": { + "Description": "Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied.", + "DisplayName": "Voltage offset", + "Units": "V", + "User": "Advanced" + }, + "BATTD_VOLT_MULT": { + "Description": "Used to convert the voltage of the voltage sensing pin (BATTD_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1.", + "DisplayName": "Voltage Multiplier", + "User": "Advanced" + }, + "BATTD_VOLT_PIN": { + "Description": "Sets the analog input pin that should be used for voltage monitoring.", + "DisplayName": "Battery Voltage sensing pin", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "Disabled", + "100": "PX4-v1", + "13": "Pixhawk2_PM2/CubeOrange_PM2", + "14": "CubeOrange", + "16": "Durandal", + "2": "Pixhawk/Pixracer/Navio2/Pixhawk2_PM1", + "5": "Navigator" + } + } + }, + "BATTE_": { + "BATTE_AMP_OFFSET": { + "Description": "Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current.", + "DisplayName": "AMP offset", + "Units": "V", + "User": "Standard" + }, + "BATTE_AMP_PERVLT": { + "Description": "Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw.", + "DisplayName": "Amps per volt", + "Units": "A/V", + "User": "Standard" + }, + "BATTE_ARM_MAH": { + "Description": "Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATTE__ARM_VOLT parameter.", + "DisplayName": "Required arming remaining capacity", + "Increment": "50", + "Units": "mAh", + "User": "Advanced" + }, + "BATTE_ARM_VOLT": { + "Description": "Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.", + "DisplayName": "Required arming voltage", + "Increment": "0.1", + "Units": "V", + "User": "Advanced" + }, + "BATTE_CAPACITY": { + "Description": "Capacity of the battery in mAh when full", + "DisplayName": "Battery capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATTE_CRT_MAH": { + "Description": "Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTE__FS_CRT_ACT parameter.", + "DisplayName": "Battery critical capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATTE_CRT_VOLT": { + "Description": "Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTE_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATTE_FS_CRT_ACT parameter.", + "DisplayName": "Critical battery voltage", + "Increment": "0.1", + "Units": "V", + "User": "Standard" + }, + "BATTE_CURR_MULT": { + "Description": "Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications", + "DisplayName": "Scales reported power monitor current", + "Range": { + "high": "10", + "low": ".1" + }, + "User": "Advanced" + }, + "BATTE_CURR_PIN": { + "Description": "Sets the analog input pin that should be used for current monitoring.", + "DisplayName": "Battery Current sensing pin", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "Disabled", + "101": "PX4-v1", + "14": "Pixhawk2_PM2", + "15": "CubeOrange", + "17": "Durandal", + "3": "Pixhawk/Pixracer/Navio2/Pixhawk2_PM1", + "4": "CubeOrange_PM2/Navigator" + } + }, + "BATTE_ESC_INDEX": { + "Description": "ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.", + "DisplayName": "ESC Telemetry Index to write to", + "Increment": "1", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATTE_FL_FF": { + "Description": "First order polynomial fit term", + "DisplayName": "First order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATTE_FL_FLTR": { + "Description": "Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz.", + "DisplayName": "Fuel level filter frequency", + "Range": { + "high": "1", + "low": "-1" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "BATTE_FL_FS": { + "Description": "Second order polynomial fit term", + "DisplayName": "Second order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATTE_FL_FT": { + "Description": "Third order polynomial fit term", + "DisplayName": "Third order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATTE_FL_OFF": { + "Description": "Offset polynomial fit term", + "DisplayName": "Offset term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATTE_FL_PIN": { + "Description": "Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V.", + "DisplayName": "Fuel level analog pin number", + "Values": { + "-1": "Not Used", + "103": "Pixhawk SBUS", + "11": "Pixracer", + "13": "Pixhawk ADC4", + "14": "Pixhawk ADC3", + "15": "Pixhawk ADC6/Pixhawk2 ADC" + } + }, + "BATTE_FL_VLT_MIN": { + "Description": "The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.", + "DisplayName": "Empty fuel level voltage", + "Range": { + "high": "10", + "low": "0.01" + }, + "Units": "V", + "User": "Advanced" + }, + "BATTE_FL_V_MULT": { + "Description": "Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.", + "DisplayName": "Fuel level voltage multiplier", + "Range": { + "high": "10", + "low": "0.01" + }, + "User": "Advanced" + }, + "BATTE_FS_CRT_ACT": { + "Description": "What action the vehicle should perform if it hits a critical battery failsafe", + "DisplayName": "Critical battery failsafe action", + "User": "Standard", + "Values": { + "0": "None", + "1": "RTL", + "2": "Hold", + "3": "SmartRTL", + "4": "SmartRTL or Hold", + "5": "Terminate" + } + }, + "BATTE_FS_LOW_ACT": { + "Description": "What action the vehicle should perform if it hits a low battery failsafe", + "DisplayName": "Low battery failsafe action", + "User": "Standard", + "Values": { + "0": "None", + "1": "RTL", + "2": "Hold", + "3": "SmartRTL", + "4": "SmartRTL or Hold", + "5": "Terminate" + } + }, + "BATTE_FS_VOLTSRC": { + "Description": "Voltage type used for detection of low voltage event", + "DisplayName": "Failsafe voltage source", + "User": "Advanced", + "Values": { + "0": "Raw Voltage", + "1": "Sag Compensated Voltage" + } + }, + "BATTE_I2C_ADDR": { + "Description": "Battery monitor I2C address. If this is zero then probe list of supported addresses", + "DisplayName": "Battery monitor I2C address", + "Range": { + "high": "127", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "BATTE_I2C_BUS": { + "Description": "Battery monitor I2C bus number", + "DisplayName": "Battery monitor I2C bus number", + "Range": { + "high": "3", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "BATTE_LOW_MAH": { + "Description": "Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTE_FS_LOW_ACT parameter.", + "DisplayName": "Low battery capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATTE_LOW_TIMER": { + "Description": "This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors.", + "DisplayName": "Low voltage timeout", + "Increment": "1", + "Range": { + "high": "120", + "low": "0" + }, + "Units": "s", + "User": "Advanced" + }, + "BATTE_LOW_VOLT": { + "Description": "Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTE_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATTE_FS_LOW_ACT parameter.", + "DisplayName": "Low battery voltage", + "Increment": "0.1", + "Units": "V", + "User": "Standard" + }, + "BATTE_MAX_AMPS": { + "Description": "This controls the maximum current the INS2XX sensor will work with.", + "DisplayName": "Battery monitor max current", + "Range": { + "high": "400", + "low": "1" + }, + "Units": "A", + "User": "Advanced" + }, + "BATTE_MAX_VOLT": { + "Description": "Maximum voltage of battery. Provides scaling of current versus voltage", + "DisplayName": "Maximum Battery Voltage", + "Range": { + "high": "100", + "low": "7" + }, + "User": "Advanced" + }, + "BATTE_MONITOR": { + "Description": "Controls enabling monitoring of the battery's voltage and current", + "DisplayName": "Battery monitoring", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "Disabled", + "10": "Sum Of Selected Monitors", + "11": "FuelFlow", + "12": "FuelLevelPWM", + "13": "SMBUS-SUI3", + "14": "SMBUS-SUI6", + "15": "NeoDesign", + "16": "SMBus-Maxell", + "17": "Generator-Elec", + "18": "Generator-Fuel", + "19": "Rotoye", + "20": "MPPT", + "21": "INA2XX", + "22": "LTC2946", + "23": "Torqeedo", + "24": "FuelLevelAnalog", + "25": "Synthetic Current and Analog Voltage", + "26": "INA239_SPI", + "27": "EFI", + "28": "AD7091R5", + "29": "Scripting", + "3": "Analog Voltage Only", + "4": "Analog Voltage and Current", + "5": "Solo", + "6": "Bebop", + "7": "SMBus-Generic", + "8": "DroneCAN-BatteryInfo", + "9": "ESC" + } + }, + "BATTE_OPTIONS": { + "Bitmask": { + "0": "Ignore DroneCAN SoC", + "1": "MPPT reports input voltage and current", + "2": "MPPT Powered off when disarmed", + "3": "MPPT Powered on when armed", + "4": "MPPT Powered off at boot", + "5": "MPPT Powered on at boot", + "6": "Send resistance compensated voltage to GCS", + "7": "Allow DroneCAN InfoAux to be from a different CAN node" + }, + "Description": "This sets options to change the behaviour of the battery monitor", + "DisplayName": "Battery monitor options", + "User": "Advanced" + }, + "BATTE_SERIAL_NUM": { + "Description": "Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.", + "DisplayName": "Battery serial number", + "User": "Advanced" + }, + "BATTE_SHUNT": { + "Description": "This sets the shunt resistor used in the device", + "DisplayName": "Battery monitor shunt resistor", + "Range": { + "high": "0.01", + "low": "0.0001" + }, + "Units": "Ohm", + "User": "Advanced" + }, + "BATTE_SUM_MASK": { + "Bitmask": { + "0": "monitor 1", + "1": "monitor 2", + "2": "monitor 3", + "3": "monitor 4", + "4": "monitor 5", + "5": "monitor 6", + "6": "monitor 7", + "7": "monitor 8", + "8": "monitor 9" + }, + "Description": "0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.", + "DisplayName": "Battery Sum mask", + "User": "Standard" + }, + "BATTE_VLT_OFFSET": { + "Description": "Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied.", + "DisplayName": "Voltage offset", + "Units": "V", + "User": "Advanced" + }, + "BATTE_VOLT_MULT": { + "Description": "Used to convert the voltage of the voltage sensing pin (BATTE_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1.", + "DisplayName": "Voltage Multiplier", + "User": "Advanced" + }, + "BATTE_VOLT_PIN": { + "Description": "Sets the analog input pin that should be used for voltage monitoring.", + "DisplayName": "Battery Voltage sensing pin", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "Disabled", + "100": "PX4-v1", + "13": "Pixhawk2_PM2/CubeOrange_PM2", + "14": "CubeOrange", + "16": "Durandal", + "2": "Pixhawk/Pixracer/Navio2/Pixhawk2_PM1", + "5": "Navigator" + } + } + }, + "BATTF_": { + "BATTF_AMP_OFFSET": { + "Description": "Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current.", + "DisplayName": "AMP offset", + "Units": "V", + "User": "Standard" + }, + "BATTF_AMP_PERVLT": { + "Description": "Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw.", + "DisplayName": "Amps per volt", + "Units": "A/V", + "User": "Standard" + }, + "BATTF_ARM_MAH": { + "Description": "Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATTF__ARM_VOLT parameter.", + "DisplayName": "Required arming remaining capacity", + "Increment": "50", + "Units": "mAh", + "User": "Advanced" + }, + "BATTF_ARM_VOLT": { + "Description": "Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.", + "DisplayName": "Required arming voltage", + "Increment": "0.1", + "Units": "V", + "User": "Advanced" + }, + "BATTF_CAPACITY": { + "Description": "Capacity of the battery in mAh when full", + "DisplayName": "Battery capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATTF_CRT_MAH": { + "Description": "Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTF__FS_CRT_ACT parameter.", + "DisplayName": "Battery critical capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATTF_CRT_VOLT": { + "Description": "Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTF_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATTF_FS_CRT_ACT parameter.", + "DisplayName": "Critical battery voltage", + "Increment": "0.1", + "Units": "V", + "User": "Standard" + }, + "BATTF_CURR_MULT": { + "Description": "Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications", + "DisplayName": "Scales reported power monitor current", + "Range": { + "high": "10", + "low": ".1" + }, + "User": "Advanced" + }, + "BATTF_CURR_PIN": { + "Description": "Sets the analog input pin that should be used for current monitoring.", + "DisplayName": "Battery Current sensing pin", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "Disabled", + "101": "PX4-v1", + "14": "Pixhawk2_PM2", + "15": "CubeOrange", + "17": "Durandal", + "3": "Pixhawk/Pixracer/Navio2/Pixhawk2_PM1", + "4": "CubeOrange_PM2/Navigator" + } + }, + "BATTF_ESC_INDEX": { + "Description": "ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.", + "DisplayName": "ESC Telemetry Index to write to", + "Increment": "1", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATTF_FL_FF": { + "Description": "First order polynomial fit term", + "DisplayName": "First order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATTF_FL_FLTR": { + "Description": "Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz.", + "DisplayName": "Fuel level filter frequency", + "Range": { + "high": "1", + "low": "-1" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "BATTF_FL_FS": { + "Description": "Second order polynomial fit term", + "DisplayName": "Second order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATTF_FL_FT": { + "Description": "Third order polynomial fit term", + "DisplayName": "Third order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATTF_FL_OFF": { + "Description": "Offset polynomial fit term", + "DisplayName": "Offset term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATTF_FL_PIN": { + "Description": "Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V.", + "DisplayName": "Fuel level analog pin number", + "Values": { + "-1": "Not Used", + "103": "Pixhawk SBUS", + "11": "Pixracer", + "13": "Pixhawk ADC4", + "14": "Pixhawk ADC3", + "15": "Pixhawk ADC6/Pixhawk2 ADC" + } + }, + "BATTF_FL_VLT_MIN": { + "Description": "The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.", + "DisplayName": "Empty fuel level voltage", + "Range": { + "high": "10", + "low": "0.01" + }, + "Units": "V", + "User": "Advanced" + }, + "BATTF_FL_V_MULT": { + "Description": "Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.", + "DisplayName": "Fuel level voltage multiplier", + "Range": { + "high": "10", + "low": "0.01" + }, + "User": "Advanced" + }, + "BATTF_FS_CRT_ACT": { + "Description": "What action the vehicle should perform if it hits a critical battery failsafe", + "DisplayName": "Critical battery failsafe action", + "User": "Standard", + "Values": { + "0": "None", + "1": "RTL", + "2": "Hold", + "3": "SmartRTL", + "4": "SmartRTL or Hold", + "5": "Terminate" + } + }, + "BATTF_FS_LOW_ACT": { + "Description": "What action the vehicle should perform if it hits a low battery failsafe", + "DisplayName": "Low battery failsafe action", + "User": "Standard", + "Values": { + "0": "None", + "1": "RTL", + "2": "Hold", + "3": "SmartRTL", + "4": "SmartRTL or Hold", + "5": "Terminate" + } + }, + "BATTF_FS_VOLTSRC": { + "Description": "Voltage type used for detection of low voltage event", + "DisplayName": "Failsafe voltage source", + "User": "Advanced", + "Values": { + "0": "Raw Voltage", + "1": "Sag Compensated Voltage" + } + }, + "BATTF_I2C_ADDR": { + "Description": "Battery monitor I2C address. If this is zero then probe list of supported addresses", + "DisplayName": "Battery monitor I2C address", + "Range": { + "high": "127", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "BATTF_I2C_BUS": { + "Description": "Battery monitor I2C bus number", + "DisplayName": "Battery monitor I2C bus number", + "Range": { + "high": "3", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "BATTF_LOW_MAH": { + "Description": "Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTF_FS_LOW_ACT parameter.", + "DisplayName": "Low battery capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATTF_LOW_TIMER": { + "Description": "This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors.", + "DisplayName": "Low voltage timeout", + "Increment": "1", + "Range": { + "high": "120", + "low": "0" + }, + "Units": "s", + "User": "Advanced" + }, + "BATTF_LOW_VOLT": { + "Description": "Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTF_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATTF_FS_LOW_ACT parameter.", + "DisplayName": "Low battery voltage", + "Increment": "0.1", + "Units": "V", + "User": "Standard" + }, + "BATTF_MAX_AMPS": { + "Description": "This controls the maximum current the INS2XX sensor will work with.", + "DisplayName": "Battery monitor max current", + "Range": { + "high": "400", + "low": "1" + }, + "Units": "A", + "User": "Advanced" + }, + "BATTF_MAX_VOLT": { + "Description": "Maximum voltage of battery. Provides scaling of current versus voltage", + "DisplayName": "Maximum Battery Voltage", + "Range": { + "high": "100", + "low": "7" + }, + "User": "Advanced" + }, + "BATTF_MONITOR": { + "Description": "Controls enabling monitoring of the battery's voltage and current", + "DisplayName": "Battery monitoring", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "Disabled", + "10": "Sum Of Selected Monitors", + "11": "FuelFlow", + "12": "FuelLevelPWM", + "13": "SMBUS-SUI3", + "14": "SMBUS-SUI6", + "15": "NeoDesign", + "16": "SMBus-Maxell", + "17": "Generator-Elec", + "18": "Generator-Fuel", + "19": "Rotoye", + "20": "MPPT", + "21": "INA2XX", + "22": "LTC2946", + "23": "Torqeedo", + "24": "FuelLevelAnalog", + "25": "Synthetic Current and Analog Voltage", + "26": "INA239_SPI", + "27": "EFI", + "28": "AD7091R5", + "29": "Scripting", + "3": "Analog Voltage Only", + "4": "Analog Voltage and Current", + "5": "Solo", + "6": "Bebop", + "7": "SMBus-Generic", + "8": "DroneCAN-BatteryInfo", + "9": "ESC" + } + }, + "BATTF_OPTIONS": { + "Bitmask": { + "0": "Ignore DroneCAN SoC", + "1": "MPPT reports input voltage and current", + "2": "MPPT Powered off when disarmed", + "3": "MPPT Powered on when armed", + "4": "MPPT Powered off at boot", + "5": "MPPT Powered on at boot", + "6": "Send resistance compensated voltage to GCS", + "7": "Allow DroneCAN InfoAux to be from a different CAN node" + }, + "Description": "This sets options to change the behaviour of the battery monitor", + "DisplayName": "Battery monitor options", + "User": "Advanced" + }, + "BATTF_SERIAL_NUM": { + "Description": "Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.", + "DisplayName": "Battery serial number", + "User": "Advanced" + }, + "BATTF_SHUNT": { + "Description": "This sets the shunt resistor used in the device", + "DisplayName": "Battery monitor shunt resistor", + "Range": { + "high": "0.01", + "low": "0.0001" + }, + "Units": "Ohm", + "User": "Advanced" + }, + "BATTF_SUM_MASK": { + "Bitmask": { + "0": "monitor 1", + "1": "monitor 2", + "2": "monitor 3", + "3": "monitor 4", + "4": "monitor 5", + "5": "monitor 6", + "6": "monitor 7", + "7": "monitor 8", + "8": "monitor 9" + }, + "Description": "0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.", + "DisplayName": "Battery Sum mask", + "User": "Standard" + }, + "BATTF_VLT_OFFSET": { + "Description": "Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied.", + "DisplayName": "Voltage offset", + "Units": "V", + "User": "Advanced" + }, + "BATTF_VOLT_MULT": { + "Description": "Used to convert the voltage of the voltage sensing pin (BATTF_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1.", + "DisplayName": "Voltage Multiplier", + "User": "Advanced" + }, + "BATTF_VOLT_PIN": { + "Description": "Sets the analog input pin that should be used for voltage monitoring.", + "DisplayName": "Battery Voltage sensing pin", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "Disabled", + "100": "PX4-v1", + "13": "Pixhawk2_PM2/CubeOrange_PM2", + "14": "CubeOrange", + "16": "Durandal", + "2": "Pixhawk/Pixracer/Navio2/Pixhawk2_PM1", + "5": "Navigator" + } + } + }, + "BATTG_": { + "BATTG_AMP_OFFSET": { + "Description": "Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current.", + "DisplayName": "AMP offset", + "Units": "V", + "User": "Standard" + }, + "BATTG_AMP_PERVLT": { + "Description": "Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw.", + "DisplayName": "Amps per volt", + "Units": "A/V", + "User": "Standard" + }, + "BATTG_ARM_MAH": { + "Description": "Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATTG__ARM_VOLT parameter.", + "DisplayName": "Required arming remaining capacity", + "Increment": "50", + "Units": "mAh", + "User": "Advanced" + }, + "BATTG_ARM_VOLT": { + "Description": "Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.", + "DisplayName": "Required arming voltage", + "Increment": "0.1", + "Units": "V", + "User": "Advanced" + }, + "BATTG_CAPACITY": { + "Description": "Capacity of the battery in mAh when full", + "DisplayName": "Battery capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATTG_CRT_MAH": { + "Description": "Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTG__FS_CRT_ACT parameter.", + "DisplayName": "Battery critical capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATTG_CRT_VOLT": { + "Description": "Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTG_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATTG_FS_CRT_ACT parameter.", + "DisplayName": "Critical battery voltage", + "Increment": "0.1", + "Units": "V", + "User": "Standard" + }, + "BATTG_CURR_MULT": { + "Description": "Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications", + "DisplayName": "Scales reported power monitor current", + "Range": { + "high": "10", + "low": ".1" + }, + "User": "Advanced" + }, + "BATTG_CURR_PIN": { + "Description": "Sets the analog input pin that should be used for current monitoring.", + "DisplayName": "Battery Current sensing pin", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "Disabled", + "101": "PX4-v1", + "14": "Pixhawk2_PM2", + "15": "CubeOrange", + "17": "Durandal", + "3": "Pixhawk/Pixracer/Navio2/Pixhawk2_PM1", + "4": "CubeOrange_PM2/Navigator" + } + }, + "BATTG_ESC_INDEX": { + "Description": "ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.", + "DisplayName": "ESC Telemetry Index to write to", + "Increment": "1", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATTG_FL_FF": { + "Description": "First order polynomial fit term", + "DisplayName": "First order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATTG_FL_FLTR": { + "Description": "Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz.", + "DisplayName": "Fuel level filter frequency", + "Range": { + "high": "1", + "low": "-1" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "BATTG_FL_FS": { + "Description": "Second order polynomial fit term", + "DisplayName": "Second order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATTG_FL_FT": { + "Description": "Third order polynomial fit term", + "DisplayName": "Third order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATTG_FL_OFF": { + "Description": "Offset polynomial fit term", + "DisplayName": "Offset term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATTG_FL_PIN": { + "Description": "Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V.", + "DisplayName": "Fuel level analog pin number", + "Values": { + "-1": "Not Used", + "103": "Pixhawk SBUS", + "11": "Pixracer", + "13": "Pixhawk ADC4", + "14": "Pixhawk ADC3", + "15": "Pixhawk ADC6/Pixhawk2 ADC" + } + }, + "BATTG_FL_VLT_MIN": { + "Description": "The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.", + "DisplayName": "Empty fuel level voltage", + "Range": { + "high": "10", + "low": "0.01" + }, + "Units": "V", + "User": "Advanced" + }, + "BATTG_FL_V_MULT": { + "Description": "Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.", + "DisplayName": "Fuel level voltage multiplier", + "Range": { + "high": "10", + "low": "0.01" + }, + "User": "Advanced" + }, + "BATTG_FS_CRT_ACT": { + "Description": "What action the vehicle should perform if it hits a critical battery failsafe", + "DisplayName": "Critical battery failsafe action", + "User": "Standard", + "Values": { + "0": "None", + "1": "RTL", + "2": "Hold", + "3": "SmartRTL", + "4": "SmartRTL or Hold", + "5": "Terminate" + } + }, + "BATTG_FS_LOW_ACT": { + "Description": "What action the vehicle should perform if it hits a low battery failsafe", + "DisplayName": "Low battery failsafe action", + "User": "Standard", + "Values": { + "0": "None", + "1": "RTL", + "2": "Hold", + "3": "SmartRTL", + "4": "SmartRTL or Hold", + "5": "Terminate" + } + }, + "BATTG_FS_VOLTSRC": { + "Description": "Voltage type used for detection of low voltage event", + "DisplayName": "Failsafe voltage source", + "User": "Advanced", + "Values": { + "0": "Raw Voltage", + "1": "Sag Compensated Voltage" + } + }, + "BATTG_I2C_ADDR": { + "Description": "Battery monitor I2C address. If this is zero then probe list of supported addresses", + "DisplayName": "Battery monitor I2C address", + "Range": { + "high": "127", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "BATTG_I2C_BUS": { + "Description": "Battery monitor I2C bus number", + "DisplayName": "Battery monitor I2C bus number", + "Range": { + "high": "3", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "BATTG_LOW_MAH": { + "Description": "Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATTG_FS_LOW_ACT parameter.", + "DisplayName": "Low battery capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATTG_LOW_TIMER": { + "Description": "This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors.", + "DisplayName": "Low voltage timeout", + "Increment": "1", + "Range": { + "high": "120", + "low": "0" + }, + "Units": "s", + "User": "Advanced" + }, + "BATTG_LOW_VOLT": { + "Description": "Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATTG_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATTG_FS_LOW_ACT parameter.", + "DisplayName": "Low battery voltage", + "Increment": "0.1", + "Units": "V", + "User": "Standard" + }, + "BATTG_MAX_AMPS": { + "Description": "This controls the maximum current the INS2XX sensor will work with.", + "DisplayName": "Battery monitor max current", + "Range": { + "high": "400", + "low": "1" + }, + "Units": "A", + "User": "Advanced" + }, + "BATTG_MAX_VOLT": { + "Description": "Maximum voltage of battery. Provides scaling of current versus voltage", + "DisplayName": "Maximum Battery Voltage", + "Range": { + "high": "100", + "low": "7" + }, + "User": "Advanced" + }, + "BATTG_MONITOR": { + "Description": "Controls enabling monitoring of the battery's voltage and current", + "DisplayName": "Battery monitoring", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "Disabled", + "10": "Sum Of Selected Monitors", + "11": "FuelFlow", + "12": "FuelLevelPWM", + "13": "SMBUS-SUI3", + "14": "SMBUS-SUI6", + "15": "NeoDesign", + "16": "SMBus-Maxell", + "17": "Generator-Elec", + "18": "Generator-Fuel", + "19": "Rotoye", + "20": "MPPT", + "21": "INA2XX", + "22": "LTC2946", + "23": "Torqeedo", + "24": "FuelLevelAnalog", + "25": "Synthetic Current and Analog Voltage", + "26": "INA239_SPI", + "27": "EFI", + "28": "AD7091R5", + "29": "Scripting", + "3": "Analog Voltage Only", + "4": "Analog Voltage and Current", + "5": "Solo", + "6": "Bebop", + "7": "SMBus-Generic", + "8": "DroneCAN-BatteryInfo", + "9": "ESC" + } + }, + "BATTG_OPTIONS": { + "Bitmask": { + "0": "Ignore DroneCAN SoC", + "1": "MPPT reports input voltage and current", + "2": "MPPT Powered off when disarmed", + "3": "MPPT Powered on when armed", + "4": "MPPT Powered off at boot", + "5": "MPPT Powered on at boot", + "6": "Send resistance compensated voltage to GCS", + "7": "Allow DroneCAN InfoAux to be from a different CAN node" + }, + "Description": "This sets options to change the behaviour of the battery monitor", + "DisplayName": "Battery monitor options", + "User": "Advanced" + }, + "BATTG_SERIAL_NUM": { + "Description": "Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.", + "DisplayName": "Battery serial number", + "User": "Advanced" + }, + "BATTG_SHUNT": { + "Description": "This sets the shunt resistor used in the device", + "DisplayName": "Battery monitor shunt resistor", + "Range": { + "high": "0.01", + "low": "0.0001" + }, + "Units": "Ohm", + "User": "Advanced" + }, + "BATTG_SUM_MASK": { + "Bitmask": { + "0": "monitor 1", + "1": "monitor 2", + "2": "monitor 3", + "3": "monitor 4", + "4": "monitor 5", + "5": "monitor 6", + "6": "monitor 7", + "7": "monitor 8", + "8": "monitor 9" + }, + "Description": "0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.", + "DisplayName": "Battery Sum mask", + "User": "Standard" + }, + "BATTG_VLT_OFFSET": { + "Description": "Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied.", + "DisplayName": "Voltage offset", + "Units": "V", + "User": "Advanced" + }, + "BATTG_VOLT_MULT": { + "Description": "Used to convert the voltage of the voltage sensing pin (BATTG_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1.", + "DisplayName": "Voltage Multiplier", + "User": "Advanced" + }, + "BATTG_VOLT_PIN": { + "Description": "Sets the analog input pin that should be used for voltage monitoring.", + "DisplayName": "Battery Voltage sensing pin", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "Disabled", + "100": "PX4-v1", + "13": "Pixhawk2_PM2/CubeOrange_PM2", + "14": "CubeOrange", + "16": "Durandal", + "2": "Pixhawk/Pixracer/Navio2/Pixhawk2_PM1", + "5": "Navigator" + } + } + }, + "BATT_": { + "BATT_AMP_OFFSET": { + "Description": "Voltage offset at zero current on current sensor for Analog Sensors. For Synthetic Current sensor, this offset is the zero throttle system current and is added to the calculated throttle base current.", + "DisplayName": "AMP offset", + "Units": "V", + "User": "Standard" + }, + "BATT_AMP_PERVLT": { + "Description": "Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. For Synthetic Current sensor monitors, this is the maximum, full throttle current draw.", + "DisplayName": "Amps per volt", + "Units": "A/V", + "User": "Standard" + }, + "BATT_ARM_MAH": { + "Description": "Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATT__ARM_VOLT parameter.", + "DisplayName": "Required arming remaining capacity", + "Increment": "50", + "Units": "mAh", + "User": "Advanced" + }, + "BATT_ARM_VOLT": { + "Description": "Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.", + "DisplayName": "Required arming voltage", + "Increment": "0.1", + "Units": "V", + "User": "Advanced" + }, + "BATT_CAPACITY": { + "Description": "Capacity of the battery in mAh when full", + "DisplayName": "Battery capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATT_CRT_MAH": { + "Description": "Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT__FS_CRT_ACT parameter.", + "DisplayName": "Battery critical capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATT_CRT_VOLT": { + "Description": "Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT_FS_CRT_ACT parameter.", + "DisplayName": "Critical battery voltage", + "Increment": "0.1", + "Units": "V", + "User": "Standard" + }, + "BATT_CURR_MULT": { + "Description": "Multiplier applied to all current related reports to allow for adjustment if no UAVCAN param access or current splitting applications", + "DisplayName": "Scales reported power monitor current", + "Range": { + "high": "10", + "low": ".1" + }, + "User": "Advanced" + }, + "BATT_CURR_PIN": { + "Description": "Sets the analog input pin that should be used for current monitoring.", + "DisplayName": "Battery Current sensing pin", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "Disabled", + "101": "PX4-v1", + "14": "Pixhawk2_PM2", + "15": "CubeOrange", + "17": "Durandal", + "3": "Pixhawk/Pixracer/Navio2/Pixhawk2_PM1", + "4": "CubeOrange_PM2/Navigator" + } + }, + "BATT_ESC_INDEX": { + "Description": "ESC Telemetry Index to write voltage, current, consumption and temperature data to. Use 0 to disable.", + "DisplayName": "ESC Telemetry Index to write to", + "Increment": "1", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATT_FL_FF": { + "Description": "First order polynomial fit term", + "DisplayName": "First order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATT_FL_FLTR": { + "Description": "Filter frequency in Hertz where a low pass filter is used. This is used to filter out tank slosh from the fuel level reading. A value of -1 disables the filter and unfiltered voltage is used to determine the fuel level. The suggested values at in the range of 0.2 Hz to 0.5 Hz.", + "DisplayName": "Fuel level filter frequency", + "Range": { + "high": "1", + "low": "-1" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "BATT_FL_FS": { + "Description": "Second order polynomial fit term", + "DisplayName": "Second order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATT_FL_FT": { + "Description": "Third order polynomial fit term", + "DisplayName": "Third order term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATT_FL_OFF": { + "Description": "Offset polynomial fit term", + "DisplayName": "Offset term", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "BATT_FL_PIN": { + "Description": "Analog input pin that fuel level sensor is connected to. Airspeed ports can be used for Analog input. When using analog pin 103, the maximum value of the input in 3.3V.", + "DisplayName": "Fuel level analog pin number", + "Values": { + "-1": "Not Used", + "103": "Pixhawk SBUS", + "11": "Pixracer", + "13": "Pixhawk ADC4", + "14": "Pixhawk ADC3", + "15": "Pixhawk ADC6/Pixhawk2 ADC" + } + }, + "BATT_FL_VLT_MIN": { + "Description": "The voltage seen on the analog pin when the fuel tank is empty. Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.", + "DisplayName": "Empty fuel level voltage", + "Range": { + "high": "10", + "low": "0.01" + }, + "Units": "V", + "User": "Advanced" + }, + "BATT_FL_V_MULT": { + "Description": "Voltage multiplier to determine what the full tank voltage reading is. This is calculated as 1 / (Voltage_Full - Voltage_Empty) Note: For this type of battery monitor, the voltage seen by the analog pin is displayed as battery voltage on a GCS.", + "DisplayName": "Fuel level voltage multiplier", + "Range": { + "high": "10", + "low": "0.01" + }, + "User": "Advanced" + }, + "BATT_FS_CRT_ACT": { + "Description": "What action the vehicle should perform if it hits a critical battery failsafe", + "DisplayName": "Critical battery failsafe action", + "User": "Standard", + "Values": { + "0": "None", + "1": "RTL", + "2": "Hold", + "3": "SmartRTL", + "4": "SmartRTL or Hold", + "5": "Terminate" + } + }, + "BATT_FS_LOW_ACT": { + "Description": "What action the vehicle should perform if it hits a low battery failsafe", + "DisplayName": "Low battery failsafe action", + "User": "Standard", + "Values": { + "0": "None", + "1": "RTL", + "2": "Hold", + "3": "SmartRTL", + "4": "SmartRTL or Hold", + "5": "Terminate" + } + }, + "BATT_FS_VOLTSRC": { + "Description": "Voltage type used for detection of low voltage event", + "DisplayName": "Failsafe voltage source", + "User": "Advanced", + "Values": { + "0": "Raw Voltage", + "1": "Sag Compensated Voltage" + } + }, + "BATT_I2C_ADDR": { + "Description": "Battery monitor I2C address. If this is zero then probe list of supported addresses", + "DisplayName": "Battery monitor I2C address", + "Range": { + "high": "127", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "BATT_I2C_BUS": { + "Description": "Battery monitor I2C bus number", + "DisplayName": "Battery monitor I2C bus number", + "Range": { + "high": "3", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "BATT_LOW_MAH": { + "Description": "Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT_FS_LOW_ACT parameter.", + "DisplayName": "Low battery capacity", + "Increment": "50", + "Units": "mAh", + "User": "Standard" + }, + "BATT_LOW_TIMER": { + "Description": "This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors.", + "DisplayName": "Low voltage timeout", + "Increment": "1", + "Range": { + "high": "120", + "low": "0" + }, + "Units": "s", + "User": "Advanced" + }, + "BATT_LOW_VOLT": { + "Description": "Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT_FS_LOW_ACT parameter.", + "DisplayName": "Low battery voltage", + "Increment": "0.1", + "Units": "V", + "User": "Standard" + }, + "BATT_MAX_AMPS": { + "Description": "This controls the maximum current the INS2XX sensor will work with.", + "DisplayName": "Battery monitor max current", + "Range": { + "high": "400", + "low": "1" + }, + "Units": "A", + "User": "Advanced" + }, + "BATT_MAX_VOLT": { + "Description": "Maximum voltage of battery. Provides scaling of current versus voltage", + "DisplayName": "Maximum Battery Voltage", + "Range": { + "high": "100", + "low": "7" + }, + "User": "Advanced" + }, + "BATT_MONITOR": { + "Description": "Controls enabling monitoring of the battery's voltage and current", + "DisplayName": "Battery monitoring", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "Disabled", + "10": "Sum Of Selected Monitors", + "11": "FuelFlow", + "12": "FuelLevelPWM", + "13": "SMBUS-SUI3", + "14": "SMBUS-SUI6", + "15": "NeoDesign", + "16": "SMBus-Maxell", + "17": "Generator-Elec", + "18": "Generator-Fuel", + "19": "Rotoye", + "20": "MPPT", + "21": "INA2XX", + "22": "LTC2946", + "23": "Torqeedo", + "24": "FuelLevelAnalog", + "25": "Synthetic Current and Analog Voltage", + "26": "INA239_SPI", + "27": "EFI", + "28": "AD7091R5", + "29": "Scripting", + "3": "Analog Voltage Only", + "4": "Analog Voltage and Current", + "5": "Solo", + "6": "Bebop", + "7": "SMBus-Generic", + "8": "DroneCAN-BatteryInfo", + "9": "ESC" + } + }, + "BATT_OPTIONS": { + "Bitmask": { + "0": "Ignore DroneCAN SoC", + "1": "MPPT reports input voltage and current", + "2": "MPPT Powered off when disarmed", + "3": "MPPT Powered on when armed", + "4": "MPPT Powered off at boot", + "5": "MPPT Powered on at boot", + "6": "Send resistance compensated voltage to GCS", + "7": "Allow DroneCAN InfoAux to be from a different CAN node" + }, + "Description": "This sets options to change the behaviour of the battery monitor", + "DisplayName": "Battery monitor options", + "User": "Advanced" + }, + "BATT_SERIAL_NUM": { + "Description": "Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With DroneCan it is the battery_id.", + "DisplayName": "Battery serial number", + "User": "Advanced" + }, + "BATT_SHUNT": { + "Description": "This sets the shunt resistor used in the device", + "DisplayName": "Battery monitor shunt resistor", + "Range": { + "high": "0.01", + "low": "0.0001" + }, + "Units": "Ohm", + "User": "Advanced" + }, + "BATT_SUM_MASK": { + "Bitmask": { + "0": "monitor 1", + "1": "monitor 2", + "2": "monitor 3", + "3": "monitor 4", + "4": "monitor 5", + "5": "monitor 6", + "6": "monitor 7", + "7": "monitor 8", + "8": "monitor 9" + }, + "Description": "0: sum of remaining battery monitors, If none 0 sum of specified monitors. Current will be summed and voltages averaged.", + "DisplayName": "Battery Sum mask", + "User": "Standard" + }, + "BATT_VLT_OFFSET": { + "Description": "Voltage offset on voltage pin. This allows for an offset due to a diode. This voltage is subtracted before the scaling is applied.", + "DisplayName": "Voltage offset", + "Units": "V", + "User": "Advanced" + }, + "BATT_VOLT_MULT": { + "Description": "Used to convert the voltage of the voltage sensing pin (BATT_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1.", + "DisplayName": "Voltage Multiplier", + "User": "Advanced" + }, + "BATT_VOLT_PIN": { + "Description": "Sets the analog input pin that should be used for voltage monitoring.", + "DisplayName": "Battery Voltage sensing pin", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "Disabled", + "100": "PX4-v1", + "13": "Pixhawk2_PM2/CubeOrange_PM2", + "14": "CubeOrange", + "16": "Durandal", + "2": "Pixhawk/Pixracer/Navio2/Pixhawk2_PM1", + "5": "Navigator" + } + } + }, + "BCN": { + "BCN_ALT": { + "Description": "Beacon origin's altitude above sealevel in meters", + "DisplayName": "Beacon origin's altitude above sealevel in meters", + "Increment": "1", + "Range": { + "high": "10000", + "low": "0" + }, + "Units": "m", + "User": "Advanced" + }, + "BCN_LATITUDE": { + "Description": "Beacon origin's latitude", + "DisplayName": "Beacon origin's latitude", + "Increment": "0.000001", + "Range": { + "high": "90", + "low": "-90" + }, + "Units": "deg", + "User": "Advanced" + }, + "BCN_LONGITUDE": { + "Description": "Beacon origin's longitude", + "DisplayName": "Beacon origin's longitude", + "Increment": "0.000001", + "Range": { + "high": "180", + "low": "-180" + }, + "Units": "deg", + "User": "Advanced" + }, + "BCN_ORIENT_YAW": { + "Description": "Beacon systems rotation from north in degrees", + "DisplayName": "Beacon systems rotation from north in degrees", + "Increment": "1", + "Range": { + "high": "+180", + "low": "-180" + }, + "Units": "deg", + "User": "Advanced" + }, + "BCN_TYPE": { + "Description": "What type of beacon based position estimation device is connected", + "DisplayName": "Beacon based position estimation device type", + "User": "Advanced", + "Values": { + "0": "None", + "1": "Pozyx", + "10": "SITL", + "2": "Marvelmind", + "3": "Nooploop" + } + } + }, + "BRD_": { + "BRD_ALT_CONFIG": { + "Description": "Select an alternative hardware configuration. A value of zero selects the default configuration for this board. Other values are board specific. Please see the documentation for your board for details on any alternative configuration values that may be available.", + "DisplayName": "Alternative HW config", + "Increment": "1", + "Range": { + "high": "10", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "BRD_BOOT_DELAY": { + "Description": "This adds a delay in milliseconds to boot to ensure peripherals initialise fully", + "DisplayName": "Boot delay", + "Range": { + "high": "10000", + "low": "0" + }, + "Units": "ms", + "User": "Advanced" + }, + "BRD_HEAT_I": { + "Description": "Board Heater integrator gain", + "DisplayName": "Board Heater I gain", + "Increment": "0.1", + "Range": { + "high": "1", + "low": "0" + }, + "User": "Advanced" + }, + "BRD_HEAT_IMAX": { + "Description": "Board Heater integrator maximum", + "DisplayName": "Board Heater IMAX", + "Increment": "1", + "Range": { + "high": "100", + "low": "0" + }, + "User": "Advanced" + }, + "BRD_HEAT_LOWMGN": { + "Description": "Arming check will fail if temp is lower than this margin below BRD_HEAT_TARG. 0 disables the low temperature check", + "DisplayName": "Board heater temp lower margin", + "Range": { + "high": "20", + "low": "0" + }, + "Units": "degC", + "User": "Advanced" + }, + "BRD_HEAT_P": { + "Description": "Board Heater P gain", + "DisplayName": "Board Heater P gain", + "Increment": "1", + "Range": { + "high": "500", + "low": "1" + }, + "User": "Advanced" + }, + "BRD_HEAT_TARG": { + "Description": "Board heater target temperature for boards with controllable heating units. Set to -1 to disable the heater, please reboot after setting to -1.", + "DisplayName": "Board heater temperature target", + "Range": { + "high": "80", + "low": "-1" + }, + "Units": "degC", + "User": "Advanced" + }, + "BRD_IO_DSHOT": { + "Description": "This loads the DShot firmware on the IO co-processor", + "DisplayName": "Load DShot FW on IO", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "StandardFW", + "1": "DshotFW" + } + }, + "BRD_IO_ENABLE": { + "Description": "This allows for the IO co-processor on boards with an IOMCU to be disabled. Setting to 2 will enable the IOMCU but not attempt to update firmware on startup", + "DisplayName": "Enable IO co-processor", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled", + "2": "EnableNoFWUpdate" + } + }, + "BRD_OPTIONS": { + "Bitmask": { + "0": "Enable hardware watchdog", + "1": "Disable MAVftp", + "2": "Enable set of internal parameters", + "3": "Enable Debug Pins", + "4": "Unlock flash on reboot", + "5": "Write protect firmware flash on reboot", + "6": "Write protect bootloader flash on reboot", + "7": "Skip board validation", + "8": "Disable board arming gpio output change on arm/disarm" + }, + "Description": "Board specific option flags", + "DisplayName": "Board options", + "User": "Advanced" + }, + "BRD_PWM_VOLT_SEL": { + "Description": "This sets the voltage max for PWM output pulses. 0 for 3.3V and 1 for 5V output. On boards with an IOMCU that support this parameter this option only affects the 8 main outputs, not the 6 auxiliary outputs. Using 5V output can help to reduce the impact of ESC noise interference corrupting signals to the ESCs.", + "DisplayName": "Set PWM Out Voltage", + "User": "Advanced", + "Values": { + "0": "3.3V", + "1": "5V" + } + }, + "BRD_SAFETYOPTION": { + "Bitmask": { + "0": "ActiveForSafetyDisable", + "1": "ActiveForSafetyEnable", + "2": "ActiveWhenArmed", + "3": "Force safety on when the aircraft disarms" + }, + "Description": "This controls the activation of the safety button. It allows you to control if the safety button can be used for safety enable and/or disable, and whether the button is only active when disarmed", + "DisplayName": "Options for safety button behavior", + "User": "Standard" + }, + "BRD_SAFETY_DEFLT": { + "Description": "This controls the default state of the safety switch at startup. When set to 1 the safety switch will start in the safe state (flashing) at boot. When set to zero the safety switch will start in the unsafe state (solid) at startup. Note that if a safety switch is fitted the user can still control the safety state after startup using the switch. The safety state can also be controlled in software using a MAVLink message.", + "DisplayName": "Sets default state of the safety switch", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "BRD_SAFETY_MASK": { + "Bitmask": { + "0": "Output1", + "1": "Output2", + "10": "Output11", + "11": "Output12", + "12": "Output13", + "13": "Output14", + "2": "Output3", + "3": "Output4", + "4": "Output5", + "5": "Output6", + "6": "Output7", + "7": "Output8", + "8": "Output9", + "9": "Output10" + }, + "Description": "A bitmask which controls what outputs can move while the safety switch has not been pressed", + "DisplayName": "Outputs which ignore the safety switch state", + "RebootRequired": "True", + "User": "Advanced" + }, + "BRD_SBUS_OUT": { + "Description": "This sets the SBUS output frame rate in Hz", + "DisplayName": " SBUS output rate", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "50Hz", + "2": "75Hz", + "3": "100Hz", + "4": "150Hz", + "5": "200Hz", + "6": "250Hz", + "7": "300Hz" + } + }, + "BRD_SD_MISSION": { + "Description": "This sets the amount of storage in kilobytes reserved on the microsd card in mission.stg for waypoint storage. Each waypoint uses 15 bytes.", + "DisplayName": " SDCard Mission size", + "Range": { + "high": "64", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "BRD_SD_SLOWDOWN": { + "Description": "This is a scaling factor to slow down microSD operation. It can be used on flight board and microSD card combinations where full speed is not reliable. For normal full speed operation a value of 0 should be used.", + "DisplayName": "microSD slowdown", + "Increment": "1", + "Range": { + "high": "32", + "low": "0" + }, + "User": "Advanced" + }, + "BRD_SER1_RTSCTS": { + "Description": "Enable flow control on serial 1 (telemetry 1). You must have the RTS and CTS pins connected to your radio. The standard DF13 6 pin connector for a 3DR radio does have those pins connected. If this is set to 2 then flow control will be auto-detected by checking for the output buffer filling on startup. Note that the PX4v1 does not have hardware flow control pins on this port, so you should leave this disabled.", + "DisplayName": "Serial 1 flow control", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled", + "2": "Auto" + } + }, + "BRD_SER2_RTSCTS": { + "Description": "Enable flow control on serial 2 (telemetry 2). You must have the RTS and CTS pins connected to your radio. The standard DF13 6 pin connector for a 3DR radio does have those pins connected. If this is set to 2 then flow control will be auto-detected by checking for the output buffer filling on startup.", + "DisplayName": "Serial 2 flow control", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled", + "2": "Auto" + } + }, + "BRD_SER3_RTSCTS": { + "Description": "Enable flow control on serial 3. You must have the RTS and CTS pins connected to your radio. The standard DF13 6 pin connector for a 3DR radio does have those pins connected. If this is set to 2 then flow control will be auto-detected by checking for the output buffer filling on startup.", + "DisplayName": "Serial 3 flow control", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled", + "2": "Auto" + } + }, + "BRD_SER4_RTSCTS": { + "Description": "Enable flow control on serial 4. You must have the RTS and CTS pins connected to your radio. The standard DF13 6 pin connector for a 3DR radio does have those pins connected. If this is set to 2 then flow control will be auto-detected by checking for the output buffer filling on startup.", + "DisplayName": "Serial 4 flow control", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled", + "2": "Auto" + } + }, + "BRD_SER5_RTSCTS": { + "Description": "Enable flow control on serial 5. You must have the RTS and CTS pins connected to your radio. The standard DF13 6 pin connector for a 3DR radio does have those pins connected. If this is set to 2 then flow control will be auto-detected by checking for the output buffer filling on startup.", + "DisplayName": "Serial 5 flow control", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled", + "2": "Auto" + } + }, + "BRD_SERIAL_NUM": { + "Description": "User-defined serial number of this vehicle, it can be any arbitrary number you want and has no effect on the autopilot", + "DisplayName": "User-defined serial number", + "Range": { + "high": "8388607", + "low": "-8388608" + }, + "User": "Standard" + }, + "BRD_TYPE": { + "Description": "This allows selection of a PX4 or VRBRAIN board type. If set to zero then the board type is auto-detected (PX4)", + "DisplayName": "Board type", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "AUTO", + "1": "PX4V1", + "100": "PX4 OLDDRIVERS", + "13": "Intel Aero FC", + "14": "Pixhawk Pro", + "2": "Pixhawk", + "20": "AUAV2.1", + "21": "PCNC1", + "22": "MINDPXV2", + "23": "SP01", + "24": "CUAVv5/FMUV5", + "3": "Cube/Pixhawk2", + "30": "VRX BRAIN51", + "32": "VRX BRAIN52", + "33": "VRX BRAIN52E", + "34": "VRX UBRAIN51", + "35": "VRX UBRAIN52", + "36": "VRX CORE10", + "38": "VRX BRAIN54", + "39": "PX4 FMUV6", + "4": "Pixracer", + "5": "PixhawkMini", + "6": "Pixhawk2Slim" + } + }, + "BRD_VBUS_MIN": { + "Description": "Minimum voltage on the autopilot power rail to allow the aircraft to arm. 0 to disable the check.", + "DisplayName": "Autopilot board voltage requirement", + "Increment": "0.1", + "Range": { + "high": "5.5", + "low": "4.0" + }, + "Units": "V", + "User": "Advanced" + }, + "BRD_VSERVO_MIN": { + "Description": "Minimum voltage on the servo rail to allow the aircraft to arm. 0 to disable the check.", + "DisplayName": "Servo voltage requirement", + "Increment": "0.1", + "Range": { + "high": "12.0", + "low": "3.3" + }, + "Units": "V", + "User": "Advanced" + } + }, + "BRD_RADIO": { + "BRD_RADIO_ABLVL": { + "Description": "This sets the minimum RSSI of an auto-bind packet for it to be accepted. This should be set so that auto-bind will only happen at short range to minimise the change of an auto-bind happening accidentially", + "DisplayName": "Auto-bind level", + "Range": { + "high": "31", + "low": "0" + }, + "User": "Advanced" + }, + "BRD_RADIO_ABTIME": { + "Description": "When non-zero this sets the time with no transmitter packets before we start looking for auto-bind packets.", + "DisplayName": "Auto-bind time", + "Range": { + "high": "120", + "low": "0" + }, + "User": "Advanced" + }, + "BRD_RADIO_BZOFS": { + "Description": "Set transmitter buzzer note adjustment (adjust frequency up)", + "DisplayName": "Transmitter buzzer adjustment", + "Range": { + "high": "40", + "low": "0" + }, + "User": "Advanced" + }, + "BRD_RADIO_DEBUG": { + "Description": "radio debug level", + "DisplayName": "debug level", + "Range": { + "high": "4", + "low": "0" + }, + "User": "Advanced" + }, + "BRD_RADIO_DISCRC": { + "Description": "disable receive CRC (for debug)", + "DisplayName": "disable receive CRC", + "User": "Advanced", + "Values": { + "0": "NotDisabled", + "1": "Disabled" + } + }, + "BRD_RADIO_FCCTST": { + "Description": "If this is enabled then the radio will continuously transmit as required for FCC testing. The transmit channel is set by the value of the parameter. The radio will not work for RC input while this is enabled", + "DisplayName": "Put radio into FCC test mode", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "MinChannel", + "2": "MidChannel", + "3": "MaxChannel", + "4": "MinChannelCW", + "5": "MidChannelCW", + "6": "MaxChannelCW" + } + }, + "BRD_RADIO_PPSCH": { + "Description": "Channel to show received packet-per-second rate, or zero for disabled", + "DisplayName": "Packet rate channel", + "Range": { + "high": "16", + "low": "0" + }, + "User": "Advanced" + }, + "BRD_RADIO_PROT": { + "Description": "Select air protocol", + "DisplayName": "protocol", + "User": "Advanced", + "Values": { + "0": "Auto", + "1": "DSM2", + "2": "DSMX" + } + }, + "BRD_RADIO_SIGCH": { + "Description": "Channel to show receive RSSI signal strength, or zero for disabled", + "DisplayName": "RSSI signal strength", + "Range": { + "high": "16", + "low": "0" + }, + "User": "Advanced" + }, + "BRD_RADIO_STKMD": { + "Description": "This selects between different stick input modes. The default is mode2, which has throttle on the left stick and pitch on the right stick. You can instead set mode1, which has throttle on the right stick and pitch on the left stick.", + "DisplayName": "Stick input mode", + "User": "Advanced", + "Values": { + "1": "Mode1", + "2": "Mode2" + } + }, + "BRD_RADIO_TELEM": { + "Description": "If this is non-zero then telemetry packets will be sent over DSM", + "DisplayName": "Enable telemetry", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "BRD_RADIO_TESTCH": { + "Description": "This sets the radio to a fixed test channel for factory testing. Using a fixed channel avoids the need for binding in factory testing.", + "DisplayName": "Set radio to factory test channel", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "TestChan1", + "2": "TestChan2", + "3": "TestChan3", + "4": "TestChan4", + "5": "TestChan5", + "6": "TestChan6", + "7": "TestChan7", + "8": "TestChan8" + } + }, + "BRD_RADIO_TPPSCH": { + "Description": "Channel to show telemetry packets-per-second value, as received at TX", + "DisplayName": "Telemetry PPS channel", + "Range": { + "high": "16", + "low": "0" + }, + "User": "Advanced" + }, + "BRD_RADIO_TSIGCH": { + "Description": "Channel to show telemetry RSSI value as received by TX", + "DisplayName": "RSSI value channel for telemetry data on transmitter", + "Range": { + "high": "16", + "low": "0" + }, + "User": "Advanced" + }, + "BRD_RADIO_TXMAX": { + "Description": "Set transmitter maximum transmit power (from 1 to 8)", + "DisplayName": "Transmitter transmit power", + "Range": { + "high": "8", + "low": "1" + }, + "User": "Advanced" + }, + "BRD_RADIO_TXPOW": { + "Description": "Set telemetry transmit power. This is the power level (from 1 to 8) for telemetry packets sent from the RX to the TX", + "DisplayName": "Telemetry Transmit power", + "Range": { + "high": "8", + "low": "1" + }, + "User": "Advanced" + }, + "BRD_RADIO_TYPE": { + "Description": "This enables support for direct attached radio receivers", + "DisplayName": "Set type of direct attached radio", + "Values": { + "0": "None", + "1": "CYRF6936", + "2": "CC2500", + "3": "BK2425" + } + } + }, + "BRD_RTC": { + "BRD_RTC_TYPES": { + "Bitmask": { + "0": "GPS", + "1": "MAVLINK_SYSTEM_TIME", + "2": "HW" + }, + "Description": "Specifies which sources of UTC time will be accepted", + "DisplayName": "Allowed sources of RTC time", + "User": "Advanced" + }, + "BRD_RTC_TZ_MIN": { + "Description": "Adds offset in +- minutes from UTC to calculate local time", + "DisplayName": "Timezone offset from UTC", + "Range": { + "high": "+840", + "low": "-720" + }, + "User": "Advanced" + } + }, + "BTN_": { + "BTN_ENABLE": { + "Description": "This enables the button checking module. When this is disabled the parameters for setting button inputs are not visible", + "DisplayName": "Enable button reporting", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "BTN_FUNC1": { + "Description": "Auxiliary RC Options function executed on pin change", + "DisplayName": "Button Pin 1 RC Channel function", + "User": "Standard", + "Values": { + "0": "Do Nothing", + "100": "KillIMU1", + "101": "KillIMU2", + "102": "Camera Mode Toggle", + "105": "GPS Disable Yaw", + "106": "Disable Airspeed Use", + "11": "Fence Enable", + "110": "KillIMU3", + "112": "SwitchExternalAHRS", + "153": "ArmDisarm (4.2 and higher)", + "155": "Set steering trim to current servo and RC", + "156": "Torqeedo Clear Err", + "16": "AUTO Mode", + "162": "FFT Tune", + "163": "Mount Lock", + "164": "Pause Stream Logging", + "165": "Arm/Emergency Motor Stop", + "166": "Camera Record Video", + "167": "Camera Zoom", + "168": "Camera Manual Focus", + "169": "Camera Auto Focus", + "171": "Calibrate Compasses", + "172": "Battery MPPT Enable", + "174": "Camera Image Tracking", + "175": "Camera Lens", + "19": "Gripper Release", + "201": "Roll", + "202": "Pitch", + "207": "MainSail", + "208": "Flap", + "211": "Walking Height", + "212": "Mount1 Roll", + "213": "Mount1 Pitch", + "214": "Mount1 Yaw", + "215": "Mount2 Roll", + "216": "Mount2 Pitch", + "217": "Mount2 Yaw", + "24": "Auto Mission Reset", + "27": "Retract Mount1", + "28": "Relay1 On/Off", + "30": "Lost Rover Sound", + "300": "Scripting1", + "301": "Scripting2", + "302": "Scripting3", + "303": "Scripting4", + "304": "Scripting5", + "305": "Scripting6", + "306": "Scripting7", + "307": "Scripting8", + "31": "Motor Emergency Stop", + "34": "Relay2 On/Off", + "35": "Relay3 On/Off", + "36": "Relay4 On/Off", + "4": "RTL", + "40": "Proximity Avoidance Enable", + "41": "ArmDisarm (4.1 and lower)", + "42": "SMARTRTL Mode", + "46": "RC Override Enable", + "5": "Save Trim (4.1 and lower)", + "50": "LearnCruise Speed", + "51": "MANUAL Mode", + "52": "ACRO Mode", + "53": "STEERING Mode", + "54": "HOLD Mode", + "55": "GUIDED Mode", + "56": "LOITER Mode", + "57": "FOLLOW Mode", + "58": "Clear Waypoints", + "59": "Simple Mode", + "62": "Compass Learn", + "63": "Sailboat Tack", + "65": "GPS Disable", + "66": "Relay5 On/Off", + "67": "Relay6 On/Off", + "7": "Save WP", + "72": "CIRCLE Mode", + "74": "Sailboat motoring 3pos", + "78": "RunCam Control", + "79": "RunCam OSD Control", + "80": "VisoOdom Align", + "81": "Disarm", + "9": "Camera Trigger", + "90": "EKF Pos Source", + "94": "VTX Power", + "97": "Windvane home heading direction offset" + } + }, + "BTN_FUNC2": { + "Description": "Auxiliary RC Options function executed on pin change", + "DisplayName": "Button Pin 2 RC Channel function", + "User": "Standard", + "Values": { + "0": "Do Nothing", + "100": "KillIMU1", + "101": "KillIMU2", + "102": "Camera Mode Toggle", + "105": "GPS Disable Yaw", + "106": "Disable Airspeed Use", + "11": "Fence Enable", + "110": "KillIMU3", + "112": "SwitchExternalAHRS", + "153": "ArmDisarm (4.2 and higher)", + "155": "Set steering trim to current servo and RC", + "156": "Torqeedo Clear Err", + "16": "AUTO Mode", + "162": "FFT Tune", + "163": "Mount Lock", + "164": "Pause Stream Logging", + "165": "Arm/Emergency Motor Stop", + "166": "Camera Record Video", + "167": "Camera Zoom", + "168": "Camera Manual Focus", + "169": "Camera Auto Focus", + "171": "Calibrate Compasses", + "172": "Battery MPPT Enable", + "174": "Camera Image Tracking", + "175": "Camera Lens", + "19": "Gripper Release", + "201": "Roll", + "202": "Pitch", + "207": "MainSail", + "208": "Flap", + "211": "Walking Height", + "212": "Mount1 Roll", + "213": "Mount1 Pitch", + "214": "Mount1 Yaw", + "215": "Mount2 Roll", + "216": "Mount2 Pitch", + "217": "Mount2 Yaw", + "24": "Auto Mission Reset", + "27": "Retract Mount1", + "28": "Relay1 On/Off", + "30": "Lost Rover Sound", + "300": "Scripting1", + "301": "Scripting2", + "302": "Scripting3", + "303": "Scripting4", + "304": "Scripting5", + "305": "Scripting6", + "306": "Scripting7", + "307": "Scripting8", + "31": "Motor Emergency Stop", + "34": "Relay2 On/Off", + "35": "Relay3 On/Off", + "36": "Relay4 On/Off", + "4": "RTL", + "40": "Proximity Avoidance Enable", + "41": "ArmDisarm (4.1 and lower)", + "42": "SMARTRTL Mode", + "46": "RC Override Enable", + "5": "Save Trim (4.1 and lower)", + "50": "LearnCruise Speed", + "51": "MANUAL Mode", + "52": "ACRO Mode", + "53": "STEERING Mode", + "54": "HOLD Mode", + "55": "GUIDED Mode", + "56": "LOITER Mode", + "57": "FOLLOW Mode", + "58": "Clear Waypoints", + "59": "Simple Mode", + "62": "Compass Learn", + "63": "Sailboat Tack", + "65": "GPS Disable", + "66": "Relay5 On/Off", + "67": "Relay6 On/Off", + "7": "Save WP", + "72": "CIRCLE Mode", + "74": "Sailboat motoring 3pos", + "78": "RunCam Control", + "79": "RunCam OSD Control", + "80": "VisoOdom Align", + "81": "Disarm", + "9": "Camera Trigger", + "90": "EKF Pos Source", + "94": "VTX Power", + "97": "Windvane home heading direction offset" + } + }, + "BTN_FUNC3": { + "Description": "Auxiliary RC Options function executed on pin change", + "DisplayName": "Button Pin 3 RC Channel function", + "User": "Standard", + "Values": { + "0": "Do Nothing", + "100": "KillIMU1", + "101": "KillIMU2", + "102": "Camera Mode Toggle", + "105": "GPS Disable Yaw", + "106": "Disable Airspeed Use", + "11": "Fence Enable", + "110": "KillIMU3", + "112": "SwitchExternalAHRS", + "153": "ArmDisarm (4.2 and higher)", + "155": "Set steering trim to current servo and RC", + "156": "Torqeedo Clear Err", + "16": "AUTO Mode", + "162": "FFT Tune", + "163": "Mount Lock", + "164": "Pause Stream Logging", + "165": "Arm/Emergency Motor Stop", + "166": "Camera Record Video", + "167": "Camera Zoom", + "168": "Camera Manual Focus", + "169": "Camera Auto Focus", + "171": "Calibrate Compasses", + "172": "Battery MPPT Enable", + "174": "Camera Image Tracking", + "175": "Camera Lens", + "19": "Gripper Release", + "201": "Roll", + "202": "Pitch", + "207": "MainSail", + "208": "Flap", + "211": "Walking Height", + "212": "Mount1 Roll", + "213": "Mount1 Pitch", + "214": "Mount1 Yaw", + "215": "Mount2 Roll", + "216": "Mount2 Pitch", + "217": "Mount2 Yaw", + "24": "Auto Mission Reset", + "27": "Retract Mount1", + "28": "Relay1 On/Off", + "30": "Lost Rover Sound", + "300": "Scripting1", + "301": "Scripting2", + "302": "Scripting3", + "303": "Scripting4", + "304": "Scripting5", + "305": "Scripting6", + "306": "Scripting7", + "307": "Scripting8", + "31": "Motor Emergency Stop", + "34": "Relay2 On/Off", + "35": "Relay3 On/Off", + "36": "Relay4 On/Off", + "4": "RTL", + "40": "Proximity Avoidance Enable", + "41": "ArmDisarm (4.1 and lower)", + "42": "SMARTRTL Mode", + "46": "RC Override Enable", + "5": "Save Trim (4.1 and lower)", + "50": "LearnCruise Speed", + "51": "MANUAL Mode", + "52": "ACRO Mode", + "53": "STEERING Mode", + "54": "HOLD Mode", + "55": "GUIDED Mode", + "56": "LOITER Mode", + "57": "FOLLOW Mode", + "58": "Clear Waypoints", + "59": "Simple Mode", + "62": "Compass Learn", + "63": "Sailboat Tack", + "65": "GPS Disable", + "66": "Relay5 On/Off", + "67": "Relay6 On/Off", + "7": "Save WP", + "72": "CIRCLE Mode", + "74": "Sailboat motoring 3pos", + "78": "RunCam Control", + "79": "RunCam OSD Control", + "80": "VisoOdom Align", + "81": "Disarm", + "9": "Camera Trigger", + "90": "EKF Pos Source", + "94": "VTX Power", + "97": "Windvane home heading direction offset" + } + }, + "BTN_FUNC4": { + "Description": "Auxiliary RC Options function executed on pin change", + "DisplayName": "Button Pin 4 RC Channel function", + "User": "Standard", + "Values": { + "0": "Do Nothing", + "100": "KillIMU1", + "101": "KillIMU2", + "102": "Camera Mode Toggle", + "105": "GPS Disable Yaw", + "106": "Disable Airspeed Use", + "11": "Fence Enable", + "110": "KillIMU3", + "112": "SwitchExternalAHRS", + "153": "ArmDisarm (4.2 and higher)", + "155": "Set steering trim to current servo and RC", + "156": "Torqeedo Clear Err", + "16": "AUTO Mode", + "162": "FFT Tune", + "163": "Mount Lock", + "164": "Pause Stream Logging", + "165": "Arm/Emergency Motor Stop", + "166": "Camera Record Video", + "167": "Camera Zoom", + "168": "Camera Manual Focus", + "169": "Camera Auto Focus", + "171": "Calibrate Compasses", + "172": "Battery MPPT Enable", + "174": "Camera Image Tracking", + "175": "Camera Lens", + "19": "Gripper Release", + "201": "Roll", + "202": "Pitch", + "207": "MainSail", + "208": "Flap", + "211": "Walking Height", + "212": "Mount1 Roll", + "213": "Mount1 Pitch", + "214": "Mount1 Yaw", + "215": "Mount2 Roll", + "216": "Mount2 Pitch", + "217": "Mount2 Yaw", + "24": "Auto Mission Reset", + "27": "Retract Mount1", + "28": "Relay1 On/Off", + "30": "Lost Rover Sound", + "300": "Scripting1", + "301": "Scripting2", + "302": "Scripting3", + "303": "Scripting4", + "304": "Scripting5", + "305": "Scripting6", + "306": "Scripting7", + "307": "Scripting8", + "31": "Motor Emergency Stop", + "34": "Relay2 On/Off", + "35": "Relay3 On/Off", + "36": "Relay4 On/Off", + "4": "RTL", + "40": "Proximity Avoidance Enable", + "41": "ArmDisarm (4.1 and lower)", + "42": "SMARTRTL Mode", + "46": "RC Override Enable", + "5": "Save Trim (4.1 and lower)", + "50": "LearnCruise Speed", + "51": "MANUAL Mode", + "52": "ACRO Mode", + "53": "STEERING Mode", + "54": "HOLD Mode", + "55": "GUIDED Mode", + "56": "LOITER Mode", + "57": "FOLLOW Mode", + "58": "Clear Waypoints", + "59": "Simple Mode", + "62": "Compass Learn", + "63": "Sailboat Tack", + "65": "GPS Disable", + "66": "Relay5 On/Off", + "67": "Relay6 On/Off", + "7": "Save WP", + "72": "CIRCLE Mode", + "74": "Sailboat motoring 3pos", + "78": "RunCam Control", + "79": "RunCam OSD Control", + "80": "VisoOdom Align", + "81": "Disarm", + "9": "Camera Trigger", + "90": "EKF Pos Source", + "94": "VTX Power", + "97": "Windvane home heading direction offset" + } + }, + "BTN_OPTIONS1": { + "Bitmask": { + "0": "PWM Input", + "1": "InvertInput" + }, + "Description": "Options for Pin 1. PWM input detects PWM above or below 1800/1200us instead of logic level. If PWM is not detected or is less than 800us or above 2200us the button will interpreted as low. Invert changes HIGH state to be logic low voltage on pin, or below 1200us, if PWM input.", + "DisplayName": "Button Pin 1 Options", + "User": "Standard" + }, + "BTN_OPTIONS2": { + "Bitmask": { + "0": "PWM Input", + "1": "InvertInput" + }, + "Description": "Options for Pin 2. PWM input detects PWM above or below 1800/1200us instead of logic level. If PWM is not detected or is less than 800us or above 2200us the button will interpreted as low. Invert changes HIGH state to be logic low voltage on pin, or below 1200us, if PWM input.", + "DisplayName": "Button Pin 2 Options", + "User": "Standard" + }, + "BTN_OPTIONS3": { + "Bitmask": { + "0": "PWM Input", + "1": "InvertInput" + }, + "Description": "Options for Pin 3. PWM input detects PWM above or below 1800/1200us instead of logic level. If PWM is not detected or is less than 800us or above 2200us the button will interpreted as low. Invert changes HIGH state to be logic low voltage on pin, or below 1200us, if PWM input.", + "DisplayName": "Button Pin 3 Options" + }, + "BTN_OPTIONS4": { + "Bitmask": { + "0": "PWM Input", + "1": "InvertInput" + }, + "Description": "Options for Pin 4. PWM input detects PWM above or below 1800/1200us instead of logic level. If PWM is not detected or is less than 800us or above 2200us the button will interpreted as low. Invert changes HIGH state to be logic low voltage on pin, or below 1200us, if PWM input.", + "DisplayName": "Button Pin 4 Options", + "User": "Standard" + }, + "BTN_PIN1": { + "Description": "Digital pin number for first button input. Some common values are given, but see the Wiki's \"GPIOs\" page for how to determine the pin number for a given autopilot.", + "DisplayName": "First button Pin", + "User": "Standard", + "Values": { + "-1": "Disabled", + "50": "AUXOUT1", + "51": "AUXOUT2", + "52": "AUXOUT3", + "53": "AUXOUT4", + "54": "AUXOUT5", + "55": "AUXOUT6" + } + }, + "BTN_PIN2": { + "Description": "Digital pin number for second button input. Some common values are given, but see the Wiki's \"GPIOs\" page for how to determine the pin number for a given autopilot.", + "DisplayName": "Second button Pin", + "User": "Standard", + "Values": { + "-1": "Disabled", + "50": "AUXOUT1", + "51": "AUXOUT2", + "52": "AUXOUT3", + "53": "AUXOUT4", + "54": "AUXOUT5", + "55": "AUXOUT6" + } + }, + "BTN_PIN3": { + "Description": "Digital pin number for third button input. Some common values are given, but see the Wiki's \"GPIOs\" page for how to determine the pin number for a given autopilot.", + "DisplayName": "Third button Pin", + "User": "Standard", + "Values": { + "-1": "Disabled", + "50": "AUXOUT1", + "51": "AUXOUT2", + "52": "AUXOUT3", + "53": "AUXOUT4", + "54": "AUXOUT5", + "55": "AUXOUT6" + } + }, + "BTN_PIN4": { + "Description": "Digital pin number for fourth button input. Some common values are given, but see the Wiki's \"GPIOs\" page for how to determine the pin number for a given autopilot.", + "DisplayName": "Fourth button Pin", + "User": "Standard", + "Values": { + "-1": "Disabled", + "50": "AUXOUT1", + "51": "AUXOUT2", + "52": "AUXOUT3", + "53": "AUXOUT4", + "54": "AUXOUT5", + "55": "AUXOUT6" + } + }, + "BTN_REPORT_SEND": { + "Description": "The duration in seconds that a BUTTON_CHANGE report is repeatedly sent to the GCS regarding a button changing state. Note that the BUTTON_CHANGE message is MAVLink2 only.", + "DisplayName": "Report send time", + "Range": { + "high": "3600", + "low": "0" + }, + "User": "Standard" + } + }, + "CAM": { + "CAM_AUTO_ONLY": { + "Description": "When enabled, trigging by distance is done in AUTO mode only.", + "DisplayName": "Distance-trigging in AUTO mode only", + "User": "Standard", + "Values": { + "0": "Always", + "1": "Only when in AUTO" + } + }, + "CAM_MAX_ROLL": { + "Description": "Postpone shooting if roll is greater than limit. (0=Disable, will shoot regardless of roll).", + "DisplayName": "Maximum photo roll angle.", + "Range": { + "high": "180", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + } + }, + "CAM1": { + "CAM1_DURATION": { + "Description": "Duration in seconds that the camera shutter is held open", + "DisplayName": "Camera shutter duration held open", + "Range": { + "high": "5", + "low": "0" + }, + "Units": "s", + "User": "Standard" + }, + "CAM1_FEEDBAK_PIN": { + "Description": "pin number to use for save accurate camera feedback messages. If set to -1 then don't use a pin flag for this, otherwise this is a pin number which if held high after a picture trigger order, will save camera messages when camera really takes a picture. A universal camera hot shoe is needed. The pin should be held high for at least 2 milliseconds for reliable trigger detection. Some common values are given, but see the Wiki's \"GPIOs\" page for how to determine the pin number for a given autopilot. See also the CAMx_FEEDBCK_POL option.", + "DisplayName": "Camera feedback pin", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "Disabled", + "50": "AUX1", + "51": "AUX2", + "52": "AUX3", + "53": "AUX4", + "54": "AUX5", + "55": "AUX6" + } + }, + "CAM1_FEEDBAK_POL": { + "Description": "Polarity for feedback pin. If this is 1 then the feedback pin should go high on trigger. If set to 0 then it should go low", + "DisplayName": "Camera feedback pin polarity", + "User": "Standard", + "Values": { + "0": "TriggerLow", + "1": "TriggerHigh" + } + }, + "CAM1_HFOV": { + "Description": "Camera horizontal field of view. 0 if unknown", + "DisplayName": "Camera horizontal field of view", + "Range": { + "high": "360", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "CAM1_INTRVAL_MIN": { + "Description": "Postpone shooting if previous picture was taken less than this many seconds ago", + "DisplayName": "Camera minimum time interval between photos", + "Range": { + "high": "10", + "low": "0" + }, + "Units": "s", + "User": "Standard" + }, + "CAM1_MNT_INST": { + "Description": "Mount instance camera is associated with. 0 means camera and mount have identical instance numbers e.g. camera1 and mount1", + "DisplayName": "Camera Mount instance", + "User": "Standard" + }, + "CAM1_OPTIONS": { + "Bitmask": { + "0": "Recording Starts at arming and stops at disarming" + }, + "Description": "Camera options bitmask", + "DisplayName": "Camera options", + "User": "Standard" + }, + "CAM1_RELAY_ON": { + "Description": "This sets whether the relay goes high or low when it triggers. Note that you should also set RELAY_DEFAULT appropriately for your camera", + "DisplayName": "Camera relay ON value", + "User": "Standard", + "Values": { + "0": "Low", + "1": "High" + } + }, + "CAM1_SERVO_OFF": { + "Description": "PWM value in microseconds to move servo to when shutter is deactivated", + "DisplayName": "Camera servo OFF PWM value", + "Range": { + "high": "2000", + "low": "1000" + }, + "Units": "PWM", + "User": "Standard" + }, + "CAM1_SERVO_ON": { + "Description": "PWM value in microseconds to move servo to when shutter is activated", + "DisplayName": "Camera servo ON PWM value", + "Range": { + "high": "2000", + "low": "1000" + }, + "Units": "PWM", + "User": "Standard" + }, + "CAM1_TRIGG_DIST": { + "Description": "Distance in meters between camera triggers. If this value is non-zero then the camera will trigger whenever the position changes by this number of meters regardless of what mode the APM is in. Note that this parameter can also be set in an auto mission using the DO_SET_CAM_TRIGG_DIST command, allowing you to enable/disable the triggering of the camera during the flight.", + "DisplayName": "Camera trigger distance", + "Range": { + "high": "1000", + "low": "0" + }, + "Units": "m", + "User": "Standard" + }, + "CAM1_TYPE": { + "Description": "how to trigger the camera to take a picture", + "DisplayName": "Camera shutter (trigger) type", + "User": "Standard", + "Values": { + "0": "None", + "1": "Servo", + "2": "Relay", + "3": "GoPro in Solo Gimbal", + "4": "Mount (Siyi)", + "5": "MAVLink", + "6": "MAVLinkCamV2", + "7": "Scripting" + } + }, + "CAM1_VFOV": { + "Description": "Camera vertical field of view. 0 if unknown", + "DisplayName": "Camera vertical field of view", + "Range": { + "high": "180", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + } + }, + "CAM2": { + "CAM2_DURATION": { + "Description": "Duration in seconds that the camera shutter is held open", + "DisplayName": "Camera shutter duration held open", + "Range": { + "high": "5", + "low": "0" + }, + "Units": "s", + "User": "Standard" + }, + "CAM2_FEEDBAK_PIN": { + "Description": "pin number to use for save accurate camera feedback messages. If set to -1 then don't use a pin flag for this, otherwise this is a pin number which if held high after a picture trigger order, will save camera messages when camera really takes a picture. A universal camera hot shoe is needed. The pin should be held high for at least 2 milliseconds for reliable trigger detection. Some common values are given, but see the Wiki's \"GPIOs\" page for how to determine the pin number for a given autopilot. See also the CAMx_FEEDBCK_POL option.", + "DisplayName": "Camera feedback pin", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "Disabled", + "50": "AUX1", + "51": "AUX2", + "52": "AUX3", + "53": "AUX4", + "54": "AUX5", + "55": "AUX6" + } + }, + "CAM2_FEEDBAK_POL": { + "Description": "Polarity for feedback pin. If this is 1 then the feedback pin should go high on trigger. If set to 0 then it should go low", + "DisplayName": "Camera feedback pin polarity", + "User": "Standard", + "Values": { + "0": "TriggerLow", + "1": "TriggerHigh" + } + }, + "CAM2_HFOV": { + "Description": "Camera horizontal field of view. 0 if unknown", + "DisplayName": "Camera horizontal field of view", + "Range": { + "high": "360", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "CAM2_INTRVAL_MIN": { + "Description": "Postpone shooting if previous picture was taken less than this many seconds ago", + "DisplayName": "Camera minimum time interval between photos", + "Range": { + "high": "10", + "low": "0" + }, + "Units": "s", + "User": "Standard" + }, + "CAM2_MNT_INST": { + "Description": "Mount instance camera is associated with. 0 means camera and mount have identical instance numbers e.g. camera1 and mount1", + "DisplayName": "Camera Mount instance", + "User": "Standard" + }, + "CAM2_OPTIONS": { + "Bitmask": { + "0": "Recording Starts at arming and stops at disarming" + }, + "Description": "Camera options bitmask", + "DisplayName": "Camera options", + "User": "Standard" + }, + "CAM2_RELAY_ON": { + "Description": "This sets whether the relay goes high or low when it triggers. Note that you should also set RELAY_DEFAULT appropriately for your camera", + "DisplayName": "Camera relay ON value", + "User": "Standard", + "Values": { + "0": "Low", + "1": "High" + } + }, + "CAM2_SERVO_OFF": { + "Description": "PWM value in microseconds to move servo to when shutter is deactivated", + "DisplayName": "Camera servo OFF PWM value", + "Range": { + "high": "2000", + "low": "1000" + }, + "Units": "PWM", + "User": "Standard" + }, + "CAM2_SERVO_ON": { + "Description": "PWM value in microseconds to move servo to when shutter is activated", + "DisplayName": "Camera servo ON PWM value", + "Range": { + "high": "2000", + "low": "1000" + }, + "Units": "PWM", + "User": "Standard" + }, + "CAM2_TRIGG_DIST": { + "Description": "Distance in meters between camera triggers. If this value is non-zero then the camera will trigger whenever the position changes by this number of meters regardless of what mode the APM is in. Note that this parameter can also be set in an auto mission using the DO_SET_CAM_TRIGG_DIST command, allowing you to enable/disable the triggering of the camera during the flight.", + "DisplayName": "Camera trigger distance", + "Range": { + "high": "1000", + "low": "0" + }, + "Units": "m", + "User": "Standard" + }, + "CAM2_TYPE": { + "Description": "how to trigger the camera to take a picture", + "DisplayName": "Camera shutter (trigger) type", + "User": "Standard", + "Values": { + "0": "None", + "1": "Servo", + "2": "Relay", + "3": "GoPro in Solo Gimbal", + "4": "Mount (Siyi)", + "5": "MAVLink", + "6": "MAVLinkCamV2", + "7": "Scripting" + } + }, + "CAM2_VFOV": { + "Description": "Camera vertical field of view. 0 if unknown", + "DisplayName": "Camera vertical field of view", + "Range": { + "high": "180", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + } + }, + "CAM_RC_": { + "CAM_RC_BTN_DELAY": { + "Description": "Time it takes for the a RunCam button press to be actived in ms. If this is too short then commands can get out of sync.", + "DisplayName": "RunCam button delay before allowing further button presses", + "User": "Advanced" + }, + "CAM_RC_BT_DELAY": { + "Description": "Time it takes for the RunCam to become fully ready in ms. If this is too short then commands can get out of sync.", + "DisplayName": "RunCam boot delay before allowing updates", + "User": "Advanced" + }, + "CAM_RC_CONTROL": { + "Bitmask": { + "0": "Stick yaw right", + "1": "Stick roll right", + "2": "3-position switch", + "3": "2-position switch", + "4": "Autorecording enabled" + }, + "Description": "Specifies the allowed actions required to enter the OSD menu and other option like autorecording", + "DisplayName": "RunCam control option", + "User": "Advanced" + }, + "CAM_RC_FEATURES": { + "Bitmask": { + "0": "Power Button", + "1": "WiFi Button", + "2": "Change Mode", + "3": "5-Key OSD", + "4": "Settings Access", + "5": "DisplayPort", + "6": "Start Recording", + "7": "Stop Recording" + }, + "Description": "The available features of the attached RunCam device. If 0 then the RunCam device will be queried for the features it supports, otherwise this setting is used.", + "DisplayName": "RunCam features available", + "User": "Advanced" + }, + "CAM_RC_MDE_DELAY": { + "Description": "Time it takes for the a RunCam mode button press to be actived in ms. If a mode change first requires a video recording change then double this value is used. If this is too short then commands can get out of sync.", + "DisplayName": "RunCam mode delay before allowing further button presses", + "User": "Advanced" + }, + "CAM_RC_TYPE": { + "Description": "RunCam device type used to determine OSD menu structure and shutter options.", + "DisplayName": "RunCam device type", + "Values": { + "0": "Disabled", + "1": "RunCam Split Micro/RunCam with UART", + "2": "RunCam Split", + "3": "RunCam Split4 4k", + "4": "RunCam Hybrid/RunCam Thumb Pro", + "5": "Runcam 2 4k" + } + } + }, + "CAN_": { + "CAN_LOGLEVEL": { + "Description": "Loglevel for recording initialisation and debug information from CAN Interface", + "DisplayName": "Loglevel", + "Range": { + "high": "4", + "low": "0" + }, + "User": "Advanced", + "Values": { + "0": "Log None", + "1": "Log Error", + "2": "Log Warning and below", + "3": "Log Info and below", + "4": "Log Everything" + } + } + }, + "CAN_D1_": { + "CAN_D1_PROTOCOL": { + "Description": "Enabling this option starts selected protocol that will use this virtual driver", + "DisplayName": "Enable use of specific protocol over virtual driver", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "DroneCAN", + "10": "Scripting", + "11": "Benewake", + "12": "Scripting2", + "13": "TOFSenseP", + "14": "NanoRadar_NRA24", + "4": "PiccoloCAN", + "6": "EFI_NWPMU", + "7": "USD1", + "8": "KDECAN" + } + }, + "CAN_D1_PROTOCOL2": { + "Description": "Secondary protocol with 11 bit CAN addressing", + "DisplayName": "Secondary protocol with 11 bit CAN addressing", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "Disabled", + "10": "Scripting", + "11": "Benewake", + "12": "Scripting2", + "13": "TOFSenseP", + "14": "NanoRadar_NRA24", + "7": "USD1" + } + } + }, + "CAN_D1_PC_": { + "CAN_D1_PC_ECU_ID": { + "Description": "Node ID to send ECU throttle messages to. Set to zero to disable ECU throttle messages. Set to 255 to broadcast to all ECUs.", + "DisplayName": "ECU Node ID", + "Range": { + "high": "255", + "low": "0" + }, + "User": "Advanced" + }, + "CAN_D1_PC_ECU_RT": { + "Description": "Output rate of ECU command messages", + "DisplayName": "ECU command output rate", + "Range": { + "high": "500", + "low": "1" + }, + "Units": "Hz", + "User": "Advanced" + }, + "CAN_D1_PC_ESC_BM": { + "Bitmask": { + "0": "ESC 1", + "1": "ESC 2", + "10": "ESC 11", + "11": "ESC 12", + "12": "ESC 13", + "13": "ESC 14", + "14": "ESC 15", + "15": "ESC 16", + "16": "ESC 17", + "17": "ESC 18", + "18": "ESC 19", + "19": "ESC 20", + "2": "ESC 3", + "20": "ESC 21", + "21": "ESC 22", + "22": "ESC 23", + "23": "ESC 24", + "24": "ESC 25", + "25": "ESC 26", + "26": "ESC 27", + "27": "ESC 28", + "28": "ESC 29", + "29": "ESC 30", + "3": "ESC 4", + "30": "ESC 31", + "31": "ESC 32", + "4": "ESC 5", + "5": "ESC 6", + "6": "ESC 7", + "7": "ESC 8", + "8": "ESC 9", + "9": "ESC 10" + }, + "Description": "Bitmask defining which ESC (motor) channels are to be transmitted over Piccolo CAN", + "DisplayName": "ESC channels", + "User": "Advanced" + }, + "CAN_D1_PC_ESC_RT": { + "Description": "Output rate of ESC command messages", + "DisplayName": "ESC output rate", + "Range": { + "high": "500", + "low": "1" + }, + "Units": "Hz", + "User": "Advanced" + }, + "CAN_D1_PC_SRV_BM": { + "Bitmask": { + "0": "Servo 1", + "1": "Servo 2", + "10": "Servo 11", + "11": "Servo 12", + "12": "Servo 13", + "13": "Servo 14", + "14": "Servo 15", + "15": "Servo 16", + "2": "Servo 3", + "3": "Servo 4", + "4": "Servo 5", + "5": "Servo 6", + "6": "Servo 7", + "7": "Servo 8", + "8": "Servo 9", + "9": "Servo 10" + }, + "Description": "Bitmask defining which servo channels are to be transmitted over Piccolo CAN", + "DisplayName": "Servo channels", + "User": "Advanced" + }, + "CAN_D1_PC_SRV_RT": { + "Description": "Output rate of servo command messages", + "DisplayName": "Servo command output rate", + "Range": { + "high": "500", + "low": "1" + }, + "Units": "Hz", + "User": "Advanced" + } + }, + "CAN_D1_UC_": { + "CAN_D1_UC_ESC_BM": { + "Bitmask": { + "0": "ESC 1", + "1": "ESC 2", + "10": "ESC 11", + "11": "ESC 12", + "12": "ESC 13", + "13": "ESC 14", + "14": "ESC 15", + "15": "ESC 16", + "16": "ESC 17", + "17": "ESC 18", + "18": "ESC 19", + "19": "ESC 20", + "2": "ESC 3", + "20": "ESC 21", + "21": "ESC 22", + "22": "ESC 23", + "23": "ESC 24", + "24": "ESC 25", + "25": "ESC 26", + "26": "ESC 27", + "27": "ESC 28", + "28": "ESC 29", + "29": "ESC 30", + "3": "ESC 4", + "30": "ESC 31", + "31": "ESC 32", + "4": "ESC 5", + "5": "ESC 6", + "6": "ESC 7", + "7": "ESC 8", + "8": "ESC 9", + "9": "ESC 10" + }, + "Description": "Bitmask with one set for channel to be transmitted as a ESC command over DroneCAN", + "DisplayName": "Output channels to be transmitted as ESC over DroneCAN", + "User": "Advanced" + }, + "CAN_D1_UC_ESC_OF": { + "Description": "Offset for ESC numbering in DroneCAN ESC RawCommand messages. This allows for more efficient packing of ESC command messages. If your ESCs are on servo functions 5 to 8 and you set this parameter to 4 then the ESC RawCommand will be sent with the first 4 slots filled. This can be used for more efficient usage of CAN bandwidth", + "DisplayName": "ESC Output channels offset", + "Range": { + "high": "18", + "low": "0" + }, + "User": "Advanced" + }, + "CAN_D1_UC_ESC_RV": { + "Bitmask": { + "0": "ESC 1", + "1": "ESC 2", + "10": "ESC 11", + "11": "ESC 12", + "12": "ESC 13", + "13": "ESC 14", + "14": "ESC 15", + "15": "ESC 16", + "16": "ESC 17", + "17": "ESC 18", + "18": "ESC 19", + "19": "ESC 20", + "2": "ESC 3", + "20": "ESC 21", + "21": "ESC 22", + "22": "ESC 23", + "23": "ESC 24", + "24": "ESC 25", + "25": "ESC 26", + "26": "ESC 27", + "27": "ESC 28", + "28": "ESC 29", + "29": "ESC 30", + "3": "ESC 4", + "30": "ESC 31", + "31": "ESC 32", + "4": "ESC 5", + "5": "ESC 6", + "6": "ESC 7", + "7": "ESC 8", + "8": "ESC 9", + "9": "ESC 10" + }, + "Description": "Bitmask with one set for each output channel that uses a reversible ESC over DroneCAN. Reversible ESCs use both positive and negative values in RawCommands, with positive commanding the forward direction and negative commanding the reverse direction.", + "DisplayName": "Bitmask for output channels for reversible ESCs over DroneCAN.", + "User": "Advanced" + }, + "CAN_D1_UC_NODE": { + "Description": "DroneCAN node should be set implicitly", + "DisplayName": "DroneCAN node that is used for this network", + "Range": { + "high": "250", + "low": "1" + }, + "User": "Advanced" + }, + "CAN_D1_UC_NTF_RT": { + "Description": "Maximum transmit rate for Notify State Message", + "DisplayName": "Notify State rate", + "Range": { + "high": "200", + "low": "1" + }, + "Units": "Hz", + "User": "Advanced" + }, + "CAN_D1_UC_OPTION": { + "Bitmask": { + "0": "ClearDNADatabase", + "1": "IgnoreDNANodeConflicts", + "2": "EnableCanfd", + "3": "IgnoreDNANodeUnhealthy", + "4": "SendServoAsPWM", + "5": "SendGNSS", + "6": "UseHimarkServo", + "7": "HobbyWingESC", + "8": "EnableStats" + }, + "Description": "Option flags", + "DisplayName": "DroneCAN options", + "User": "Advanced" + }, + "CAN_D1_UC_POOL": { + "Description": "Amount of memory in bytes to allocate for the DroneCAN memory pool. More memory is needed for higher CAN bus loads", + "DisplayName": "CAN pool size", + "Range": { + "high": "16384", + "low": "1024" + }, + "User": "Advanced" + }, + "CAN_D1_UC_RLY_RT": { + "Description": "Maximum transmit rate for relay outputs, note that this rate is per message each message does 1 relay, so if with more relays will take longer to update at the same rate, a extra message will be sent when a relay changes state", + "DisplayName": "DroneCAN relay output rate", + "Range": { + "high": "200", + "low": "0" + }, + "Units": "Hz", + "User": "Advanced" + }, + "CAN_D1_UC_S1_BD": { + "Description": "Serial baud rate on remote CAN node", + "DisplayName": "DroneCAN Serial default baud rate", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "1": "1200", + "111": "111100", + "115": "115200", + "1500": "1500000", + "19": "19200", + "2": "2400", + "2000": "2000000", + "230": "230400", + "256": "256000", + "38": "38400", + "4": "4800", + "460": "460800", + "500": "500000", + "57": "57600", + "9": "9600", + "921": "921600" + } + }, + "CAN_D1_UC_S1_IDX": { + "Description": "Serial port number on remote CAN node", + "DisplayName": "DroneCAN Serial1 index", + "Range": { + "high": "100", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "-1": "Disabled", + "0": "Serial0", + "1": "Serial1", + "2": "Serial2", + "3": "Serial3", + "4": "Serial4", + "5": "Serial5", + "6": "Serial6" + } + }, + "CAN_D1_UC_S1_NOD": { + "Description": "CAN remote node number for serial port", + "DisplayName": "Serial CAN remote node number", + "Range": { + "high": "127", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "CAN_D1_UC_S1_PRO": { + "Description": "Serial protocol of DroneCAN serial port", + "DisplayName": "Serial protocol of DroneCAN serial port", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "-1": "None", + "1": "MAVLink1", + "10": "FrSky SPort Passthrough (OpenTX)", + "11": "Lidar360", + "13": "Beacon", + "14": "Volz servo out", + "15": "SBus servo out", + "16": "ESC Telemetry", + "17": "Devo Telemetry", + "18": "OpticalFlow", + "19": "RobotisServo", + "2": "MAVLink2", + "20": "NMEA Output", + "21": "WindVane", + "22": "SLCAN", + "23": "RCIN", + "24": "EFI Serial", + "25": "LTM", + "26": "RunCam", + "27": "HottTelem", + "28": "Scripting", + "29": "Crossfire VTX", + "3": "Frsky D", + "30": "Generator", + "31": "Winch", + "32": "MSP", + "33": "DJI FPV", + "34": "AirSpeed", + "35": "ADSB", + "36": "AHRS", + "37": "SmartAudio", + "38": "FETtecOneWire", + "39": "Torqeedo", + "4": "Frsky SPort", + "40": "AIS", + "41": "CoDevESC", + "42": "DisplayPort", + "43": "MAVLink High Latency", + "44": "IRC Tramp", + "45": "DDS XRCE", + "46": "IMUDATA", + "5": "GPS", + "7": "Alexmos Gimbal Serial", + "8": "Gimbal", + "9": "Rangefinder" + } + }, + "CAN_D1_UC_S2_BD": { + "Description": "Serial baud rate on remote CAN node", + "DisplayName": "DroneCAN Serial default baud rate", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "1": "1200", + "111": "111100", + "115": "115200", + "1500": "1500000", + "19": "19200", + "2": "2400", + "2000": "2000000", + "230": "230400", + "256": "256000", + "38": "38400", + "4": "4800", + "460": "460800", + "500": "500000", + "57": "57600", + "9": "9600", + "921": "921600" + } + }, + "CAN_D1_UC_S2_IDX": { + "Description": "Serial port number on remote CAN node", + "DisplayName": "Serial port number on remote CAN node", + "Range": { + "high": "100", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "-1": "Disabled", + "0": "Serial0", + "1": "Serial1", + "2": "Serial2", + "3": "Serial3", + "4": "Serial4", + "5": "Serial5", + "6": "Serial6" + } + }, + "CAN_D1_UC_S2_NOD": { + "Description": "CAN remote node number for serial port", + "DisplayName": "Serial CAN remote node number", + "Range": { + "high": "127", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "CAN_D1_UC_S2_PRO": { + "Description": "Serial protocol of DroneCAN serial port", + "DisplayName": "Serial protocol of DroneCAN serial port", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "-1": "None", + "1": "MAVLink1", + "10": "FrSky SPort Passthrough (OpenTX)", + "11": "Lidar360", + "13": "Beacon", + "14": "Volz servo out", + "15": "SBus servo out", + "16": "ESC Telemetry", + "17": "Devo Telemetry", + "18": "OpticalFlow", + "19": "RobotisServo", + "2": "MAVLink2", + "20": "NMEA Output", + "21": "WindVane", + "22": "SLCAN", + "23": "RCIN", + "24": "EFI Serial", + "25": "LTM", + "26": "RunCam", + "27": "HottTelem", + "28": "Scripting", + "29": "Crossfire VTX", + "3": "Frsky D", + "30": "Generator", + "31": "Winch", + "32": "MSP", + "33": "DJI FPV", + "34": "AirSpeed", + "35": "ADSB", + "36": "AHRS", + "37": "SmartAudio", + "38": "FETtecOneWire", + "39": "Torqeedo", + "4": "Frsky SPort", + "40": "AIS", + "41": "CoDevESC", + "42": "DisplayPort", + "43": "MAVLink High Latency", + "44": "IRC Tramp", + "45": "DDS XRCE", + "46": "IMUDATA", + "5": "GPS", + "7": "Alexmos Gimbal Serial", + "8": "Gimbal", + "9": "Rangefinder" + } + }, + "CAN_D1_UC_S3_BD": { + "Description": "Serial baud rate on remote CAN node", + "DisplayName": "Serial baud rate on remote CAN node", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "1": "1200", + "111": "111100", + "115": "115200", + "1500": "1500000", + "19": "19200", + "2": "2400", + "2000": "2000000", + "230": "230400", + "256": "256000", + "38": "38400", + "4": "4800", + "460": "460800", + "500": "500000", + "57": "57600", + "9": "9600", + "921": "921600" + } + }, + "CAN_D1_UC_S3_IDX": { + "Description": "Serial port number on remote CAN node", + "DisplayName": "Serial port number on remote CAN node", + "Range": { + "high": "100", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "-1": "Disabled", + "0": "Serial0", + "1": "Serial1", + "2": "Serial2", + "3": "Serial3", + "4": "Serial4", + "5": "Serial5", + "6": "Serial6" + } + }, + "CAN_D1_UC_S3_NOD": { + "Description": "CAN node number for serial port", + "DisplayName": "Serial CAN remote node number", + "Range": { + "high": "127", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "CAN_D1_UC_S3_PRO": { + "Description": "Serial protocol of DroneCAN serial port", + "DisplayName": "Serial protocol of DroneCAN serial port", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "-1": "None", + "1": "MAVLink1", + "10": "FrSky SPort Passthrough (OpenTX)", + "11": "Lidar360", + "13": "Beacon", + "14": "Volz servo out", + "15": "SBus servo out", + "16": "ESC Telemetry", + "17": "Devo Telemetry", + "18": "OpticalFlow", + "19": "RobotisServo", + "2": "MAVLink2", + "20": "NMEA Output", + "21": "WindVane", + "22": "SLCAN", + "23": "RCIN", + "24": "EFI Serial", + "25": "LTM", + "26": "RunCam", + "27": "HottTelem", + "28": "Scripting", + "29": "Crossfire VTX", + "3": "Frsky D", + "30": "Generator", + "31": "Winch", + "32": "MSP", + "33": "DJI FPV", + "34": "AirSpeed", + "35": "ADSB", + "36": "AHRS", + "37": "SmartAudio", + "38": "FETtecOneWire", + "39": "Torqeedo", + "4": "Frsky SPort", + "40": "AIS", + "41": "CoDevESC", + "42": "DisplayPort", + "43": "MAVLink High Latency", + "44": "IRC Tramp", + "45": "DDS XRCE", + "46": "IMUDATA", + "5": "GPS", + "7": "Alexmos Gimbal Serial", + "8": "Gimbal", + "9": "Rangefinder" + } + }, + "CAN_D1_UC_SER_EN": { + "Description": "Enable DroneCAN virtual serial ports", + "DisplayName": "DroneCAN Serial enable", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "CAN_D1_UC_SRV_BM": { + "Bitmask": { + "0": "Servo 1", + "1": "Servo 2", + "10": "Servo 11", + "11": "Servo 12", + "12": "Servo 13", + "13": "Servo 14", + "14": "Servo 15", + "15": "Servo 16", + "16": "Servo 17", + "17": "Servo 18", + "18": "Servo 19", + "19": "Servo 20", + "2": "Servo 3", + "20": "Servo 21", + "21": "Servo 22", + "22": "Servo 23", + "23": "Servo 24", + "24": "Servo 25", + "25": "Servo 26", + "26": "Servo 27", + "27": "Servo 28", + "28": "Servo 29", + "29": "Servo 30", + "3": "Servo 4", + "30": "Servo 31", + "31": "Servo 32", + "4": "Servo 5", + "5": "Servo 6", + "6": "Servo 7", + "7": "Servo 8", + "8": "Servo 9", + "9": "Servo 10" + }, + "Description": "Bitmask with one set for channel to be transmitted as a servo command over DroneCAN", + "DisplayName": "Output channels to be transmitted as servo over DroneCAN" + }, + "CAN_D1_UC_SRV_RT": { + "Description": "Maximum transmit rate for servo outputs", + "DisplayName": "Servo output rate", + "Range": { + "high": "200", + "low": "1" + }, + "Units": "Hz", + "User": "Advanced" + } + }, + "CAN_D2_": { + "CAN_D2_PROTOCOL": { + "Description": "Enabling this option starts selected protocol that will use this virtual driver", + "DisplayName": "Enable use of specific protocol over virtual driver", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "DroneCAN", + "10": "Scripting", + "11": "Benewake", + "12": "Scripting2", + "13": "TOFSenseP", + "14": "NanoRadar_NRA24", + "4": "PiccoloCAN", + "6": "EFI_NWPMU", + "7": "USD1", + "8": "KDECAN" + } + }, + "CAN_D2_PROTOCOL2": { + "Description": "Secondary protocol with 11 bit CAN addressing", + "DisplayName": "Secondary protocol with 11 bit CAN addressing", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "Disabled", + "10": "Scripting", + "11": "Benewake", + "12": "Scripting2", + "13": "TOFSenseP", + "14": "NanoRadar_NRA24", + "7": "USD1" + } + } + }, + "CAN_D2_PC_": { + "CAN_D2_PC_ECU_ID": { + "Description": "Node ID to send ECU throttle messages to. Set to zero to disable ECU throttle messages. Set to 255 to broadcast to all ECUs.", + "DisplayName": "ECU Node ID", + "Range": { + "high": "255", + "low": "0" + }, + "User": "Advanced" + }, + "CAN_D2_PC_ECU_RT": { + "Description": "Output rate of ECU command messages", + "DisplayName": "ECU command output rate", + "Range": { + "high": "500", + "low": "1" + }, + "Units": "Hz", + "User": "Advanced" + }, + "CAN_D2_PC_ESC_BM": { + "Bitmask": { + "0": "ESC 1", + "1": "ESC 2", + "10": "ESC 11", + "11": "ESC 12", + "12": "ESC 13", + "13": "ESC 14", + "14": "ESC 15", + "15": "ESC 16", + "16": "ESC 17", + "17": "ESC 18", + "18": "ESC 19", + "19": "ESC 20", + "2": "ESC 3", + "20": "ESC 21", + "21": "ESC 22", + "22": "ESC 23", + "23": "ESC 24", + "24": "ESC 25", + "25": "ESC 26", + "26": "ESC 27", + "27": "ESC 28", + "28": "ESC 29", + "29": "ESC 30", + "3": "ESC 4", + "30": "ESC 31", + "31": "ESC 32", + "4": "ESC 5", + "5": "ESC 6", + "6": "ESC 7", + "7": "ESC 8", + "8": "ESC 9", + "9": "ESC 10" + }, + "Description": "Bitmask defining which ESC (motor) channels are to be transmitted over Piccolo CAN", + "DisplayName": "ESC channels", + "User": "Advanced" + }, + "CAN_D2_PC_ESC_RT": { + "Description": "Output rate of ESC command messages", + "DisplayName": "ESC output rate", + "Range": { + "high": "500", + "low": "1" + }, + "Units": "Hz", + "User": "Advanced" + }, + "CAN_D2_PC_SRV_BM": { + "Bitmask": { + "0": "Servo 1", + "1": "Servo 2", + "10": "Servo 11", + "11": "Servo 12", + "12": "Servo 13", + "13": "Servo 14", + "14": "Servo 15", + "15": "Servo 16", + "2": "Servo 3", + "3": "Servo 4", + "4": "Servo 5", + "5": "Servo 6", + "6": "Servo 7", + "7": "Servo 8", + "8": "Servo 9", + "9": "Servo 10" + }, + "Description": "Bitmask defining which servo channels are to be transmitted over Piccolo CAN", + "DisplayName": "Servo channels", + "User": "Advanced" + }, + "CAN_D2_PC_SRV_RT": { + "Description": "Output rate of servo command messages", + "DisplayName": "Servo command output rate", + "Range": { + "high": "500", + "low": "1" + }, + "Units": "Hz", + "User": "Advanced" + } + }, + "CAN_D2_UC_": { + "CAN_D2_UC_ESC_BM": { + "Bitmask": { + "0": "ESC 1", + "1": "ESC 2", + "10": "ESC 11", + "11": "ESC 12", + "12": "ESC 13", + "13": "ESC 14", + "14": "ESC 15", + "15": "ESC 16", + "16": "ESC 17", + "17": "ESC 18", + "18": "ESC 19", + "19": "ESC 20", + "2": "ESC 3", + "20": "ESC 21", + "21": "ESC 22", + "22": "ESC 23", + "23": "ESC 24", + "24": "ESC 25", + "25": "ESC 26", + "26": "ESC 27", + "27": "ESC 28", + "28": "ESC 29", + "29": "ESC 30", + "3": "ESC 4", + "30": "ESC 31", + "31": "ESC 32", + "4": "ESC 5", + "5": "ESC 6", + "6": "ESC 7", + "7": "ESC 8", + "8": "ESC 9", + "9": "ESC 10" + }, + "Description": "Bitmask with one set for channel to be transmitted as a ESC command over DroneCAN", + "DisplayName": "Output channels to be transmitted as ESC over DroneCAN", + "User": "Advanced" + }, + "CAN_D2_UC_ESC_OF": { + "Description": "Offset for ESC numbering in DroneCAN ESC RawCommand messages. This allows for more efficient packing of ESC command messages. If your ESCs are on servo functions 5 to 8 and you set this parameter to 4 then the ESC RawCommand will be sent with the first 4 slots filled. This can be used for more efficient usage of CAN bandwidth", + "DisplayName": "ESC Output channels offset", + "Range": { + "high": "18", + "low": "0" + }, + "User": "Advanced" + }, + "CAN_D2_UC_ESC_RV": { + "Bitmask": { + "0": "ESC 1", + "1": "ESC 2", + "10": "ESC 11", + "11": "ESC 12", + "12": "ESC 13", + "13": "ESC 14", + "14": "ESC 15", + "15": "ESC 16", + "16": "ESC 17", + "17": "ESC 18", + "18": "ESC 19", + "19": "ESC 20", + "2": "ESC 3", + "20": "ESC 21", + "21": "ESC 22", + "22": "ESC 23", + "23": "ESC 24", + "24": "ESC 25", + "25": "ESC 26", + "26": "ESC 27", + "27": "ESC 28", + "28": "ESC 29", + "29": "ESC 30", + "3": "ESC 4", + "30": "ESC 31", + "31": "ESC 32", + "4": "ESC 5", + "5": "ESC 6", + "6": "ESC 7", + "7": "ESC 8", + "8": "ESC 9", + "9": "ESC 10" + }, + "Description": "Bitmask with one set for each output channel that uses a reversible ESC over DroneCAN. Reversible ESCs use both positive and negative values in RawCommands, with positive commanding the forward direction and negative commanding the reverse direction.", + "DisplayName": "Bitmask for output channels for reversible ESCs over DroneCAN.", + "User": "Advanced" + }, + "CAN_D2_UC_NODE": { + "Description": "DroneCAN node should be set implicitly", + "DisplayName": "DroneCAN node that is used for this network", + "Range": { + "high": "250", + "low": "1" + }, + "User": "Advanced" + }, + "CAN_D2_UC_NTF_RT": { + "Description": "Maximum transmit rate for Notify State Message", + "DisplayName": "Notify State rate", + "Range": { + "high": "200", + "low": "1" + }, + "Units": "Hz", + "User": "Advanced" + }, + "CAN_D2_UC_OPTION": { + "Bitmask": { + "0": "ClearDNADatabase", + "1": "IgnoreDNANodeConflicts", + "2": "EnableCanfd", + "3": "IgnoreDNANodeUnhealthy", + "4": "SendServoAsPWM", + "5": "SendGNSS", + "6": "UseHimarkServo", + "7": "HobbyWingESC", + "8": "EnableStats" + }, + "Description": "Option flags", + "DisplayName": "DroneCAN options", + "User": "Advanced" + }, + "CAN_D2_UC_POOL": { + "Description": "Amount of memory in bytes to allocate for the DroneCAN memory pool. More memory is needed for higher CAN bus loads", + "DisplayName": "CAN pool size", + "Range": { + "high": "16384", + "low": "1024" + }, + "User": "Advanced" + }, + "CAN_D2_UC_RLY_RT": { + "Description": "Maximum transmit rate for relay outputs, note that this rate is per message each message does 1 relay, so if with more relays will take longer to update at the same rate, a extra message will be sent when a relay changes state", + "DisplayName": "DroneCAN relay output rate", + "Range": { + "high": "200", + "low": "0" + }, + "Units": "Hz", + "User": "Advanced" + }, + "CAN_D2_UC_S1_BD": { + "Description": "Serial baud rate on remote CAN node", + "DisplayName": "DroneCAN Serial default baud rate", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "1": "1200", + "111": "111100", + "115": "115200", + "1500": "1500000", + "19": "19200", + "2": "2400", + "2000": "2000000", + "230": "230400", + "256": "256000", + "38": "38400", + "4": "4800", + "460": "460800", + "500": "500000", + "57": "57600", + "9": "9600", + "921": "921600" + } + }, + "CAN_D2_UC_S1_IDX": { + "Description": "Serial port number on remote CAN node", + "DisplayName": "DroneCAN Serial1 index", + "Range": { + "high": "100", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "-1": "Disabled", + "0": "Serial0", + "1": "Serial1", + "2": "Serial2", + "3": "Serial3", + "4": "Serial4", + "5": "Serial5", + "6": "Serial6" + } + }, + "CAN_D2_UC_S1_NOD": { + "Description": "CAN remote node number for serial port", + "DisplayName": "Serial CAN remote node number", + "Range": { + "high": "127", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "CAN_D2_UC_S1_PRO": { + "Description": "Serial protocol of DroneCAN serial port", + "DisplayName": "Serial protocol of DroneCAN serial port", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "-1": "None", + "1": "MAVLink1", + "10": "FrSky SPort Passthrough (OpenTX)", + "11": "Lidar360", + "13": "Beacon", + "14": "Volz servo out", + "15": "SBus servo out", + "16": "ESC Telemetry", + "17": "Devo Telemetry", + "18": "OpticalFlow", + "19": "RobotisServo", + "2": "MAVLink2", + "20": "NMEA Output", + "21": "WindVane", + "22": "SLCAN", + "23": "RCIN", + "24": "EFI Serial", + "25": "LTM", + "26": "RunCam", + "27": "HottTelem", + "28": "Scripting", + "29": "Crossfire VTX", + "3": "Frsky D", + "30": "Generator", + "31": "Winch", + "32": "MSP", + "33": "DJI FPV", + "34": "AirSpeed", + "35": "ADSB", + "36": "AHRS", + "37": "SmartAudio", + "38": "FETtecOneWire", + "39": "Torqeedo", + "4": "Frsky SPort", + "40": "AIS", + "41": "CoDevESC", + "42": "DisplayPort", + "43": "MAVLink High Latency", + "44": "IRC Tramp", + "45": "DDS XRCE", + "46": "IMUDATA", + "5": "GPS", + "7": "Alexmos Gimbal Serial", + "8": "Gimbal", + "9": "Rangefinder" + } + }, + "CAN_D2_UC_S2_BD": { + "Description": "Serial baud rate on remote CAN node", + "DisplayName": "DroneCAN Serial default baud rate", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "1": "1200", + "111": "111100", + "115": "115200", + "1500": "1500000", + "19": "19200", + "2": "2400", + "2000": "2000000", + "230": "230400", + "256": "256000", + "38": "38400", + "4": "4800", + "460": "460800", + "500": "500000", + "57": "57600", + "9": "9600", + "921": "921600" + } + }, + "CAN_D2_UC_S2_IDX": { + "Description": "Serial port number on remote CAN node", + "DisplayName": "Serial port number on remote CAN node", + "Range": { + "high": "100", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "-1": "Disabled", + "0": "Serial0", + "1": "Serial1", + "2": "Serial2", + "3": "Serial3", + "4": "Serial4", + "5": "Serial5", + "6": "Serial6" + } + }, + "CAN_D2_UC_S2_NOD": { + "Description": "CAN remote node number for serial port", + "DisplayName": "Serial CAN remote node number", + "Range": { + "high": "127", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "CAN_D2_UC_S2_PRO": { + "Description": "Serial protocol of DroneCAN serial port", + "DisplayName": "Serial protocol of DroneCAN serial port", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "-1": "None", + "1": "MAVLink1", + "10": "FrSky SPort Passthrough (OpenTX)", + "11": "Lidar360", + "13": "Beacon", + "14": "Volz servo out", + "15": "SBus servo out", + "16": "ESC Telemetry", + "17": "Devo Telemetry", + "18": "OpticalFlow", + "19": "RobotisServo", + "2": "MAVLink2", + "20": "NMEA Output", + "21": "WindVane", + "22": "SLCAN", + "23": "RCIN", + "24": "EFI Serial", + "25": "LTM", + "26": "RunCam", + "27": "HottTelem", + "28": "Scripting", + "29": "Crossfire VTX", + "3": "Frsky D", + "30": "Generator", + "31": "Winch", + "32": "MSP", + "33": "DJI FPV", + "34": "AirSpeed", + "35": "ADSB", + "36": "AHRS", + "37": "SmartAudio", + "38": "FETtecOneWire", + "39": "Torqeedo", + "4": "Frsky SPort", + "40": "AIS", + "41": "CoDevESC", + "42": "DisplayPort", + "43": "MAVLink High Latency", + "44": "IRC Tramp", + "45": "DDS XRCE", + "46": "IMUDATA", + "5": "GPS", + "7": "Alexmos Gimbal Serial", + "8": "Gimbal", + "9": "Rangefinder" + } + }, + "CAN_D2_UC_S3_BD": { + "Description": "Serial baud rate on remote CAN node", + "DisplayName": "Serial baud rate on remote CAN node", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "1": "1200", + "111": "111100", + "115": "115200", + "1500": "1500000", + "19": "19200", + "2": "2400", + "2000": "2000000", + "230": "230400", + "256": "256000", + "38": "38400", + "4": "4800", + "460": "460800", + "500": "500000", + "57": "57600", + "9": "9600", + "921": "921600" + } + }, + "CAN_D2_UC_S3_IDX": { + "Description": "Serial port number on remote CAN node", + "DisplayName": "Serial port number on remote CAN node", + "Range": { + "high": "100", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "-1": "Disabled", + "0": "Serial0", + "1": "Serial1", + "2": "Serial2", + "3": "Serial3", + "4": "Serial4", + "5": "Serial5", + "6": "Serial6" + } + }, + "CAN_D2_UC_S3_NOD": { + "Description": "CAN node number for serial port", + "DisplayName": "Serial CAN remote node number", + "Range": { + "high": "127", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "CAN_D2_UC_S3_PRO": { + "Description": "Serial protocol of DroneCAN serial port", + "DisplayName": "Serial protocol of DroneCAN serial port", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "-1": "None", + "1": "MAVLink1", + "10": "FrSky SPort Passthrough (OpenTX)", + "11": "Lidar360", + "13": "Beacon", + "14": "Volz servo out", + "15": "SBus servo out", + "16": "ESC Telemetry", + "17": "Devo Telemetry", + "18": "OpticalFlow", + "19": "RobotisServo", + "2": "MAVLink2", + "20": "NMEA Output", + "21": "WindVane", + "22": "SLCAN", + "23": "RCIN", + "24": "EFI Serial", + "25": "LTM", + "26": "RunCam", + "27": "HottTelem", + "28": "Scripting", + "29": "Crossfire VTX", + "3": "Frsky D", + "30": "Generator", + "31": "Winch", + "32": "MSP", + "33": "DJI FPV", + "34": "AirSpeed", + "35": "ADSB", + "36": "AHRS", + "37": "SmartAudio", + "38": "FETtecOneWire", + "39": "Torqeedo", + "4": "Frsky SPort", + "40": "AIS", + "41": "CoDevESC", + "42": "DisplayPort", + "43": "MAVLink High Latency", + "44": "IRC Tramp", + "45": "DDS XRCE", + "46": "IMUDATA", + "5": "GPS", + "7": "Alexmos Gimbal Serial", + "8": "Gimbal", + "9": "Rangefinder" + } + }, + "CAN_D2_UC_SER_EN": { + "Description": "Enable DroneCAN virtual serial ports", + "DisplayName": "DroneCAN Serial enable", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "CAN_D2_UC_SRV_BM": { + "Bitmask": { + "0": "Servo 1", + "1": "Servo 2", + "10": "Servo 11", + "11": "Servo 12", + "12": "Servo 13", + "13": "Servo 14", + "14": "Servo 15", + "15": "Servo 16", + "16": "Servo 17", + "17": "Servo 18", + "18": "Servo 19", + "19": "Servo 20", + "2": "Servo 3", + "20": "Servo 21", + "21": "Servo 22", + "22": "Servo 23", + "23": "Servo 24", + "24": "Servo 25", + "25": "Servo 26", + "26": "Servo 27", + "27": "Servo 28", + "28": "Servo 29", + "29": "Servo 30", + "3": "Servo 4", + "30": "Servo 31", + "31": "Servo 32", + "4": "Servo 5", + "5": "Servo 6", + "6": "Servo 7", + "7": "Servo 8", + "8": "Servo 9", + "9": "Servo 10" + }, + "Description": "Bitmask with one set for channel to be transmitted as a servo command over DroneCAN", + "DisplayName": "Output channels to be transmitted as servo over DroneCAN" + }, + "CAN_D2_UC_SRV_RT": { + "Description": "Maximum transmit rate for servo outputs", + "DisplayName": "Servo output rate", + "Range": { + "high": "200", + "low": "1" + }, + "Units": "Hz", + "User": "Advanced" + } + }, + "CAN_D3_": { + "CAN_D3_PROTOCOL": { + "Description": "Enabling this option starts selected protocol that will use this virtual driver", + "DisplayName": "Enable use of specific protocol over virtual driver", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "DroneCAN", + "10": "Scripting", + "11": "Benewake", + "12": "Scripting2", + "13": "TOFSenseP", + "14": "NanoRadar_NRA24", + "4": "PiccoloCAN", + "6": "EFI_NWPMU", + "7": "USD1", + "8": "KDECAN" + } + }, + "CAN_D3_PROTOCOL2": { + "Description": "Secondary protocol with 11 bit CAN addressing", + "DisplayName": "Secondary protocol with 11 bit CAN addressing", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "Disabled", + "10": "Scripting", + "11": "Benewake", + "12": "Scripting2", + "13": "TOFSenseP", + "14": "NanoRadar_NRA24", + "7": "USD1" + } + } + }, + "CAN_D3_PC_": { + "CAN_D3_PC_ECU_ID": { + "Description": "Node ID to send ECU throttle messages to. Set to zero to disable ECU throttle messages. Set to 255 to broadcast to all ECUs.", + "DisplayName": "ECU Node ID", + "Range": { + "high": "255", + "low": "0" + }, + "User": "Advanced" + }, + "CAN_D3_PC_ECU_RT": { + "Description": "Output rate of ECU command messages", + "DisplayName": "ECU command output rate", + "Range": { + "high": "500", + "low": "1" + }, + "Units": "Hz", + "User": "Advanced" + }, + "CAN_D3_PC_ESC_BM": { + "Bitmask": { + "0": "ESC 1", + "1": "ESC 2", + "10": "ESC 11", + "11": "ESC 12", + "12": "ESC 13", + "13": "ESC 14", + "14": "ESC 15", + "15": "ESC 16", + "16": "ESC 17", + "17": "ESC 18", + "18": "ESC 19", + "19": "ESC 20", + "2": "ESC 3", + "20": "ESC 21", + "21": "ESC 22", + "22": "ESC 23", + "23": "ESC 24", + "24": "ESC 25", + "25": "ESC 26", + "26": "ESC 27", + "27": "ESC 28", + "28": "ESC 29", + "29": "ESC 30", + "3": "ESC 4", + "30": "ESC 31", + "31": "ESC 32", + "4": "ESC 5", + "5": "ESC 6", + "6": "ESC 7", + "7": "ESC 8", + "8": "ESC 9", + "9": "ESC 10" + }, + "Description": "Bitmask defining which ESC (motor) channels are to be transmitted over Piccolo CAN", + "DisplayName": "ESC channels", + "User": "Advanced" + }, + "CAN_D3_PC_ESC_RT": { + "Description": "Output rate of ESC command messages", + "DisplayName": "ESC output rate", + "Range": { + "high": "500", + "low": "1" + }, + "Units": "Hz", + "User": "Advanced" + }, + "CAN_D3_PC_SRV_BM": { + "Bitmask": { + "0": "Servo 1", + "1": "Servo 2", + "10": "Servo 11", + "11": "Servo 12", + "12": "Servo 13", + "13": "Servo 14", + "14": "Servo 15", + "15": "Servo 16", + "2": "Servo 3", + "3": "Servo 4", + "4": "Servo 5", + "5": "Servo 6", + "6": "Servo 7", + "7": "Servo 8", + "8": "Servo 9", + "9": "Servo 10" + }, + "Description": "Bitmask defining which servo channels are to be transmitted over Piccolo CAN", + "DisplayName": "Servo channels", + "User": "Advanced" + }, + "CAN_D3_PC_SRV_RT": { + "Description": "Output rate of servo command messages", + "DisplayName": "Servo command output rate", + "Range": { + "high": "500", + "low": "1" + }, + "Units": "Hz", + "User": "Advanced" + } + }, + "CAN_D3_UC_": { + "CAN_D3_UC_ESC_BM": { + "Bitmask": { + "0": "ESC 1", + "1": "ESC 2", + "10": "ESC 11", + "11": "ESC 12", + "12": "ESC 13", + "13": "ESC 14", + "14": "ESC 15", + "15": "ESC 16", + "16": "ESC 17", + "17": "ESC 18", + "18": "ESC 19", + "19": "ESC 20", + "2": "ESC 3", + "20": "ESC 21", + "21": "ESC 22", + "22": "ESC 23", + "23": "ESC 24", + "24": "ESC 25", + "25": "ESC 26", + "26": "ESC 27", + "27": "ESC 28", + "28": "ESC 29", + "29": "ESC 30", + "3": "ESC 4", + "30": "ESC 31", + "31": "ESC 32", + "4": "ESC 5", + "5": "ESC 6", + "6": "ESC 7", + "7": "ESC 8", + "8": "ESC 9", + "9": "ESC 10" + }, + "Description": "Bitmask with one set for channel to be transmitted as a ESC command over DroneCAN", + "DisplayName": "Output channels to be transmitted as ESC over DroneCAN", + "User": "Advanced" + }, + "CAN_D3_UC_ESC_OF": { + "Description": "Offset for ESC numbering in DroneCAN ESC RawCommand messages. This allows for more efficient packing of ESC command messages. If your ESCs are on servo functions 5 to 8 and you set this parameter to 4 then the ESC RawCommand will be sent with the first 4 slots filled. This can be used for more efficient usage of CAN bandwidth", + "DisplayName": "ESC Output channels offset", + "Range": { + "high": "18", + "low": "0" + }, + "User": "Advanced" + }, + "CAN_D3_UC_ESC_RV": { + "Bitmask": { + "0": "ESC 1", + "1": "ESC 2", + "10": "ESC 11", + "11": "ESC 12", + "12": "ESC 13", + "13": "ESC 14", + "14": "ESC 15", + "15": "ESC 16", + "16": "ESC 17", + "17": "ESC 18", + "18": "ESC 19", + "19": "ESC 20", + "2": "ESC 3", + "20": "ESC 21", + "21": "ESC 22", + "22": "ESC 23", + "23": "ESC 24", + "24": "ESC 25", + "25": "ESC 26", + "26": "ESC 27", + "27": "ESC 28", + "28": "ESC 29", + "29": "ESC 30", + "3": "ESC 4", + "30": "ESC 31", + "31": "ESC 32", + "4": "ESC 5", + "5": "ESC 6", + "6": "ESC 7", + "7": "ESC 8", + "8": "ESC 9", + "9": "ESC 10" + }, + "Description": "Bitmask with one set for each output channel that uses a reversible ESC over DroneCAN. Reversible ESCs use both positive and negative values in RawCommands, with positive commanding the forward direction and negative commanding the reverse direction.", + "DisplayName": "Bitmask for output channels for reversible ESCs over DroneCAN.", + "User": "Advanced" + }, + "CAN_D3_UC_NODE": { + "Description": "DroneCAN node should be set implicitly", + "DisplayName": "DroneCAN node that is used for this network", + "Range": { + "high": "250", + "low": "1" + }, + "User": "Advanced" + }, + "CAN_D3_UC_NTF_RT": { + "Description": "Maximum transmit rate for Notify State Message", + "DisplayName": "Notify State rate", + "Range": { + "high": "200", + "low": "1" + }, + "Units": "Hz", + "User": "Advanced" + }, + "CAN_D3_UC_OPTION": { + "Bitmask": { + "0": "ClearDNADatabase", + "1": "IgnoreDNANodeConflicts", + "2": "EnableCanfd", + "3": "IgnoreDNANodeUnhealthy", + "4": "SendServoAsPWM", + "5": "SendGNSS", + "6": "UseHimarkServo", + "7": "HobbyWingESC", + "8": "EnableStats" + }, + "Description": "Option flags", + "DisplayName": "DroneCAN options", + "User": "Advanced" + }, + "CAN_D3_UC_POOL": { + "Description": "Amount of memory in bytes to allocate for the DroneCAN memory pool. More memory is needed for higher CAN bus loads", + "DisplayName": "CAN pool size", + "Range": { + "high": "16384", + "low": "1024" + }, + "User": "Advanced" + }, + "CAN_D3_UC_RLY_RT": { + "Description": "Maximum transmit rate for relay outputs, note that this rate is per message each message does 1 relay, so if with more relays will take longer to update at the same rate, a extra message will be sent when a relay changes state", + "DisplayName": "DroneCAN relay output rate", + "Range": { + "high": "200", + "low": "0" + }, + "Units": "Hz", + "User": "Advanced" + }, + "CAN_D3_UC_S1_BD": { + "Description": "Serial baud rate on remote CAN node", + "DisplayName": "DroneCAN Serial default baud rate", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "1": "1200", + "111": "111100", + "115": "115200", + "1500": "1500000", + "19": "19200", + "2": "2400", + "2000": "2000000", + "230": "230400", + "256": "256000", + "38": "38400", + "4": "4800", + "460": "460800", + "500": "500000", + "57": "57600", + "9": "9600", + "921": "921600" + } + }, + "CAN_D3_UC_S1_IDX": { + "Description": "Serial port number on remote CAN node", + "DisplayName": "DroneCAN Serial1 index", + "Range": { + "high": "100", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "-1": "Disabled", + "0": "Serial0", + "1": "Serial1", + "2": "Serial2", + "3": "Serial3", + "4": "Serial4", + "5": "Serial5", + "6": "Serial6" + } + }, + "CAN_D3_UC_S1_NOD": { + "Description": "CAN remote node number for serial port", + "DisplayName": "Serial CAN remote node number", + "Range": { + "high": "127", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "CAN_D3_UC_S1_PRO": { + "Description": "Serial protocol of DroneCAN serial port", + "DisplayName": "Serial protocol of DroneCAN serial port", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "-1": "None", + "1": "MAVLink1", + "10": "FrSky SPort Passthrough (OpenTX)", + "11": "Lidar360", + "13": "Beacon", + "14": "Volz servo out", + "15": "SBus servo out", + "16": "ESC Telemetry", + "17": "Devo Telemetry", + "18": "OpticalFlow", + "19": "RobotisServo", + "2": "MAVLink2", + "20": "NMEA Output", + "21": "WindVane", + "22": "SLCAN", + "23": "RCIN", + "24": "EFI Serial", + "25": "LTM", + "26": "RunCam", + "27": "HottTelem", + "28": "Scripting", + "29": "Crossfire VTX", + "3": "Frsky D", + "30": "Generator", + "31": "Winch", + "32": "MSP", + "33": "DJI FPV", + "34": "AirSpeed", + "35": "ADSB", + "36": "AHRS", + "37": "SmartAudio", + "38": "FETtecOneWire", + "39": "Torqeedo", + "4": "Frsky SPort", + "40": "AIS", + "41": "CoDevESC", + "42": "DisplayPort", + "43": "MAVLink High Latency", + "44": "IRC Tramp", + "45": "DDS XRCE", + "46": "IMUDATA", + "5": "GPS", + "7": "Alexmos Gimbal Serial", + "8": "Gimbal", + "9": "Rangefinder" + } + }, + "CAN_D3_UC_S2_BD": { + "Description": "Serial baud rate on remote CAN node", + "DisplayName": "DroneCAN Serial default baud rate", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "1": "1200", + "111": "111100", + "115": "115200", + "1500": "1500000", + "19": "19200", + "2": "2400", + "2000": "2000000", + "230": "230400", + "256": "256000", + "38": "38400", + "4": "4800", + "460": "460800", + "500": "500000", + "57": "57600", + "9": "9600", + "921": "921600" + } + }, + "CAN_D3_UC_S2_IDX": { + "Description": "Serial port number on remote CAN node", + "DisplayName": "Serial port number on remote CAN node", + "Range": { + "high": "100", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "-1": "Disabled", + "0": "Serial0", + "1": "Serial1", + "2": "Serial2", + "3": "Serial3", + "4": "Serial4", + "5": "Serial5", + "6": "Serial6" + } + }, + "CAN_D3_UC_S2_NOD": { + "Description": "CAN remote node number for serial port", + "DisplayName": "Serial CAN remote node number", + "Range": { + "high": "127", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "CAN_D3_UC_S2_PRO": { + "Description": "Serial protocol of DroneCAN serial port", + "DisplayName": "Serial protocol of DroneCAN serial port", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "-1": "None", + "1": "MAVLink1", + "10": "FrSky SPort Passthrough (OpenTX)", + "11": "Lidar360", + "13": "Beacon", + "14": "Volz servo out", + "15": "SBus servo out", + "16": "ESC Telemetry", + "17": "Devo Telemetry", + "18": "OpticalFlow", + "19": "RobotisServo", + "2": "MAVLink2", + "20": "NMEA Output", + "21": "WindVane", + "22": "SLCAN", + "23": "RCIN", + "24": "EFI Serial", + "25": "LTM", + "26": "RunCam", + "27": "HottTelem", + "28": "Scripting", + "29": "Crossfire VTX", + "3": "Frsky D", + "30": "Generator", + "31": "Winch", + "32": "MSP", + "33": "DJI FPV", + "34": "AirSpeed", + "35": "ADSB", + "36": "AHRS", + "37": "SmartAudio", + "38": "FETtecOneWire", + "39": "Torqeedo", + "4": "Frsky SPort", + "40": "AIS", + "41": "CoDevESC", + "42": "DisplayPort", + "43": "MAVLink High Latency", + "44": "IRC Tramp", + "45": "DDS XRCE", + "46": "IMUDATA", + "5": "GPS", + "7": "Alexmos Gimbal Serial", + "8": "Gimbal", + "9": "Rangefinder" + } + }, + "CAN_D3_UC_S3_BD": { + "Description": "Serial baud rate on remote CAN node", + "DisplayName": "Serial baud rate on remote CAN node", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "1": "1200", + "111": "111100", + "115": "115200", + "1500": "1500000", + "19": "19200", + "2": "2400", + "2000": "2000000", + "230": "230400", + "256": "256000", + "38": "38400", + "4": "4800", + "460": "460800", + "500": "500000", + "57": "57600", + "9": "9600", + "921": "921600" + } + }, + "CAN_D3_UC_S3_IDX": { + "Description": "Serial port number on remote CAN node", + "DisplayName": "Serial port number on remote CAN node", + "Range": { + "high": "100", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "-1": "Disabled", + "0": "Serial0", + "1": "Serial1", + "2": "Serial2", + "3": "Serial3", + "4": "Serial4", + "5": "Serial5", + "6": "Serial6" + } + }, + "CAN_D3_UC_S3_NOD": { + "Description": "CAN node number for serial port", + "DisplayName": "Serial CAN remote node number", + "Range": { + "high": "127", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "CAN_D3_UC_S3_PRO": { + "Description": "Serial protocol of DroneCAN serial port", + "DisplayName": "Serial protocol of DroneCAN serial port", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "-1": "None", + "1": "MAVLink1", + "10": "FrSky SPort Passthrough (OpenTX)", + "11": "Lidar360", + "13": "Beacon", + "14": "Volz servo out", + "15": "SBus servo out", + "16": "ESC Telemetry", + "17": "Devo Telemetry", + "18": "OpticalFlow", + "19": "RobotisServo", + "2": "MAVLink2", + "20": "NMEA Output", + "21": "WindVane", + "22": "SLCAN", + "23": "RCIN", + "24": "EFI Serial", + "25": "LTM", + "26": "RunCam", + "27": "HottTelem", + "28": "Scripting", + "29": "Crossfire VTX", + "3": "Frsky D", + "30": "Generator", + "31": "Winch", + "32": "MSP", + "33": "DJI FPV", + "34": "AirSpeed", + "35": "ADSB", + "36": "AHRS", + "37": "SmartAudio", + "38": "FETtecOneWire", + "39": "Torqeedo", + "4": "Frsky SPort", + "40": "AIS", + "41": "CoDevESC", + "42": "DisplayPort", + "43": "MAVLink High Latency", + "44": "IRC Tramp", + "45": "DDS XRCE", + "46": "IMUDATA", + "5": "GPS", + "7": "Alexmos Gimbal Serial", + "8": "Gimbal", + "9": "Rangefinder" + } + }, + "CAN_D3_UC_SER_EN": { + "Description": "Enable DroneCAN virtual serial ports", + "DisplayName": "DroneCAN Serial enable", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "CAN_D3_UC_SRV_BM": { + "Bitmask": { + "0": "Servo 1", + "1": "Servo 2", + "10": "Servo 11", + "11": "Servo 12", + "12": "Servo 13", + "13": "Servo 14", + "14": "Servo 15", + "15": "Servo 16", + "16": "Servo 17", + "17": "Servo 18", + "18": "Servo 19", + "19": "Servo 20", + "2": "Servo 3", + "20": "Servo 21", + "21": "Servo 22", + "22": "Servo 23", + "23": "Servo 24", + "24": "Servo 25", + "25": "Servo 26", + "26": "Servo 27", + "27": "Servo 28", + "28": "Servo 29", + "29": "Servo 30", + "3": "Servo 4", + "30": "Servo 31", + "31": "Servo 32", + "4": "Servo 5", + "5": "Servo 6", + "6": "Servo 7", + "7": "Servo 8", + "8": "Servo 9", + "9": "Servo 10" + }, + "Description": "Bitmask with one set for channel to be transmitted as a servo command over DroneCAN", + "DisplayName": "Output channels to be transmitted as servo over DroneCAN" + }, + "CAN_D3_UC_SRV_RT": { + "Description": "Maximum transmit rate for servo outputs", + "DisplayName": "Servo output rate", + "Range": { + "high": "200", + "low": "1" + }, + "Units": "Hz", + "User": "Advanced" + } + }, + "CAN_P1_": { + "CAN_P1_BITRATE": { + "Description": "Bit rate can be set up to from 10000 to 1000000", + "DisplayName": "Bitrate of CAN interface", + "Range": { + "high": "1000000", + "low": "10000" + }, + "User": "Advanced" + }, + "CAN_P1_DRIVER": { + "Description": "Enabling this option enables use of CAN buses.", + "DisplayName": "Index of virtual driver to be used with physical CAN interface", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "First driver", + "2": "Second driver", + "3": "Third driver" + } + }, + "CAN_P1_FDBITRATE": { + "Description": "Bit rate can be set up to from 1000000 to 8000000", + "DisplayName": "Bitrate of CANFD interface", + "User": "Advanced", + "Values": { + "1": "1M", + "2": "2M", + "4": "4M", + "5": "5M", + "8": "8M" + } + } + }, + "CAN_P2_": { + "CAN_P2_BITRATE": { + "Description": "Bit rate can be set up to from 10000 to 1000000", + "DisplayName": "Bitrate of CAN interface", + "Range": { + "high": "1000000", + "low": "10000" + }, + "User": "Advanced" + }, + "CAN_P2_DRIVER": { + "Description": "Enabling this option enables use of CAN buses.", + "DisplayName": "Index of virtual driver to be used with physical CAN interface", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "First driver", + "2": "Second driver", + "3": "Third driver" + } + }, + "CAN_P2_FDBITRATE": { + "Description": "Bit rate can be set up to from 1000000 to 8000000", + "DisplayName": "Bitrate of CANFD interface", + "User": "Advanced", + "Values": { + "1": "1M", + "2": "2M", + "4": "4M", + "5": "5M", + "8": "8M" + } + } + }, + "CAN_P3_": { + "CAN_P3_BITRATE": { + "Description": "Bit rate can be set up to from 10000 to 1000000", + "DisplayName": "Bitrate of CAN interface", + "Range": { + "high": "1000000", + "low": "10000" + }, + "User": "Advanced" + }, + "CAN_P3_DRIVER": { + "Description": "Enabling this option enables use of CAN buses.", + "DisplayName": "Index of virtual driver to be used with physical CAN interface", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "First driver", + "2": "Second driver", + "3": "Third driver" + } + }, + "CAN_P3_FDBITRATE": { + "Description": "Bit rate can be set up to from 1000000 to 8000000", + "DisplayName": "Bitrate of CANFD interface", + "User": "Advanced", + "Values": { + "1": "1M", + "2": "2M", + "4": "4M", + "5": "5M", + "8": "8M" + } + } + }, + "CAN_SLCAN_": { + "CAN_SLCAN_CPORT": { + "Description": "CAN Interface ID to be routed to SLCAN, 0 means no routing", + "DisplayName": "SLCAN Route", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "First interface", + "2": "Second interface" + } + }, + "CAN_SLCAN_SDELAY": { + "Description": "Duration after which slcan starts after setting SERNUM in seconds.", + "DisplayName": "SLCAN Start Delay", + "Range": { + "high": "127", + "low": "0" + }, + "User": "Standard" + }, + "CAN_SLCAN_SERNUM": { + "Description": "Serial Port ID to be used for temporary SLCAN iface, -1 means no temporary serial. This parameter is automatically reset on reboot or on timeout. See CAN_SLCAN_TIMOUT for timeout details", + "DisplayName": "SLCAN Serial Port", + "User": "Standard", + "Values": { + "-1": "Disabled", + "0": "Serial0", + "1": "Serial1", + "2": "Serial2", + "3": "Serial3", + "4": "Serial4", + "5": "Serial5", + "6": "Serial6" + } + }, + "CAN_SLCAN_TIMOUT": { + "Description": "Duration of inactivity after which SLCAN is switched back to original driver in seconds.", + "DisplayName": "SLCAN Timeout", + "Range": { + "high": "127", + "low": "0" + }, + "User": "Standard" + } + }, + "CIRC": { + "CIRC_DIR": { + "Description": "Circle Direction", + "DisplayName": "Circle Direction", + "User": "Standard", + "Values": { + "0": "Clockwise", + "1": "Counter-Clockwise" + } + }, + "CIRC_RADIUS": { + "Description": "Vehicle will circle the center at this distance", + "DisplayName": "Circle Radius", + "Increment": "1", + "Range": { + "high": "100", + "low": "0" + }, + "Units": "m", + "User": "Standard" + }, + "CIRC_SPEED": { + "Description": "Vehicle will move at this speed around the circle. If set to zero WP_SPEED will be used", + "DisplayName": "Circle Speed", + "Increment": "0.1", + "Range": { + "high": "10", + "low": "0" + }, + "Units": "m/s", + "User": "Standard" + } + }, + "COMPASS_": { + "COMPASS_AUTODEC": { + "Description": "Enable or disable the automatic calculation of the declination based on gps location", + "DisplayName": "Auto Declination", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "COMPASS_AUTO_ROT": { + "Description": "When enabled this will automatically check the orientation of compasses on successful completion of compass calibration. If set to 2 then external compasses will have their orientation automatically corrected.", + "DisplayName": "Automatically check orientation", + "Values": { + "0": "Disabled", + "1": "CheckOnly", + "2": "CheckAndFix", + "3": "use same tolerance to auto rotate 45 deg rotations" + } + }, + "COMPASS_CAL_FIT": { + "Description": "This controls the fitness level required for a successful compass calibration. A lower value makes for a stricter fit (less likely to pass). This is the value used for the primary magnetometer. Other magnetometers get double the value.", + "DisplayName": "Compass calibration fitness", + "Increment": "0.1", + "Range": { + "high": "32", + "low": "4" + }, + "User": "Advanced", + "Values": { + "16": "Default", + "32": "Relaxed", + "4": "Very Strict", + "8": "Strict" + } + }, + "COMPASS_CUS_PIT": { + "Description": "Compass mounting position pitch offset. Positive values = pitch up, negative values = pitch down. This parameter is only used when COMPASS_ORIENT/2/3 is set to CUSTOM.", + "DisplayName": "Custom orientation pitch offset", + "Increment": "1", + "Range": { + "high": "180", + "low": "-180" + }, + "RebootRequired": "True", + "Units": "deg", + "User": "Advanced" + }, + "COMPASS_CUS_ROLL": { + "Description": "Compass mounting position roll offset. Positive values = roll right, negative values = roll left. This parameter is only used when COMPASS_ORIENT/2/3 is set to CUSTOM.", + "DisplayName": "Custom orientation roll offset", + "Increment": "1", + "Range": { + "high": "180", + "low": "-180" + }, + "RebootRequired": "True", + "Units": "deg", + "User": "Advanced" + }, + "COMPASS_CUS_YAW": { + "Description": "Compass mounting position yaw offset. Positive values = yaw right, negative values = yaw left. This parameter is only used when COMPASS_ORIENT/2/3 is set to CUSTOM.", + "DisplayName": "Custom orientation yaw offset", + "Increment": "1", + "Range": { + "high": "180", + "low": "-180" + }, + "RebootRequired": "True", + "Units": "deg", + "User": "Advanced" + }, + "COMPASS_DEC": { + "Description": "An angle to compensate between the true north and magnetic north", + "DisplayName": "Compass declination", + "Increment": "0.01", + "Range": { + "high": "3.142", + "low": "-3.142" + }, + "Units": "rad", + "User": "Standard" + }, + "COMPASS_DEV_ID": { + "Description": "Compass device id. Automatically detected, do not set manually", + "DisplayName": "Compass device id", + "ReadOnly": "True", + "User": "Advanced" + }, + "COMPASS_DEV_ID2": { + "Description": "Second compass's device id. Automatically detected, do not set manually", + "DisplayName": "Compass2 device id", + "ReadOnly": "True", + "User": "Advanced" + }, + "COMPASS_DEV_ID3": { + "Description": "Third compass's device id. Automatically detected, do not set manually", + "DisplayName": "Compass3 device id", + "ReadOnly": "True", + "User": "Advanced" + }, + "COMPASS_DEV_ID4": { + "Description": "Extra 4th compass's device id. Automatically detected, do not set manually", + "DisplayName": "Compass4 device id", + "ReadOnly": "True", + "User": "Advanced" + }, + "COMPASS_DEV_ID5": { + "Description": "Extra 5th compass's device id. Automatically detected, do not set manually", + "DisplayName": "Compass5 device id", + "ReadOnly": "True", + "User": "Advanced" + }, + "COMPASS_DEV_ID6": { + "Description": "Extra 6th compass's device id. Automatically detected, do not set manually", + "DisplayName": "Compass6 device id", + "ReadOnly": "True", + "User": "Advanced" + }, + "COMPASS_DEV_ID7": { + "Description": "Extra 7th compass's device id. Automatically detected, do not set manually", + "DisplayName": "Compass7 device id", + "ReadOnly": "True", + "User": "Advanced" + }, + "COMPASS_DEV_ID8": { + "Description": "Extra 8th compass's device id. Automatically detected, do not set manually", + "DisplayName": "Compass8 device id", + "ReadOnly": "True", + "User": "Advanced" + }, + "COMPASS_DIA2_X": { + "Calibration": "1", + "Description": "DIA_X in the compass2 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]", + "DisplayName": "Compass2 soft-iron diagonal X component", + "User": "Advanced" + }, + "COMPASS_DIA2_Y": { + "Calibration": "1", + "Description": "DIA_Y in the compass2 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]", + "DisplayName": "Compass2 soft-iron diagonal Y component", + "User": "Advanced" + }, + "COMPASS_DIA2_Z": { + "Description": "DIA_Z in the compass2 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]", + "DisplayName": "Compass2 soft-iron diagonal Z component", + "User": "Advanced" + }, + "COMPASS_DIA3_X": { + "Calibration": "1", + "Description": "DIA_X in the compass3 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]", + "DisplayName": "Compass3 soft-iron diagonal X component", + "User": "Advanced" + }, + "COMPASS_DIA3_Y": { + "Calibration": "1", + "Description": "DIA_Y in the compass3 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]", + "DisplayName": "Compass3 soft-iron diagonal Y component", + "User": "Advanced" + }, + "COMPASS_DIA3_Z": { + "Description": "DIA_Z in the compass3 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]", + "DisplayName": "Compass3 soft-iron diagonal Z component", + "User": "Advanced" + }, + "COMPASS_DIA_X": { + "Calibration": "1", + "Description": "DIA_X in the compass soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]", + "DisplayName": "Compass soft-iron diagonal X component", + "User": "Advanced" + }, + "COMPASS_DIA_Y": { + "Calibration": "1", + "Description": "DIA_Y in the compass soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]", + "DisplayName": "Compass soft-iron diagonal Y component", + "User": "Advanced" + }, + "COMPASS_DIA_Z": { + "Description": "DIA_Z in the compass soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]", + "DisplayName": "Compass soft-iron diagonal Z component", + "User": "Advanced" + }, + "COMPASS_DISBLMSK": { + "Bitmask": { + "0": "HMC5883", + "1": "LSM303D", + "11": "DroneCAN", + "12": "QMC5883", + "14": "MAG3110", + "15": "IST8308", + "16": "RM3100", + "17": "MSP", + "18": "ExternalAHRS", + "2": "AK8963", + "3": "BMM150", + "4": "LSM9DS1", + "5": "LIS3MDL", + "6": "AK09916", + "7": "IST8310", + "8": "ICM20948", + "9": "MMC3416" + }, + "Description": "This is a bitmask of driver types to disable. If a driver type is set in this mask then that driver will not try to find a sensor at startup", + "DisplayName": "Compass disable driver type mask", + "User": "Advanced" + }, + "COMPASS_ENABLE": { + "Description": "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.", + "DisplayName": "Enable Compass", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "COMPASS_EXTERN2": { + "Description": "Configure second compass so it is attached externally. This is auto-detected on most boards. If set to 0 or 1 then auto-detection by bus connection can override the value. If set to 2 then auto-detection will be disabled.", + "DisplayName": "Compass2 is attached via an external cable", + "User": "Advanced", + "Values": { + "0": "Internal", + "1": "External", + "2": "ForcedExternal" + } + }, + "COMPASS_EXTERN3": { + "Description": "Configure third compass so it is attached externally. This is auto-detected on most boards. If set to 0 or 1 then auto-detection by bus connection can override the value. If set to 2 then auto-detection will be disabled.", + "DisplayName": "Compass3 is attached via an external cable", + "User": "Advanced", + "Values": { + "0": "Internal", + "1": "External", + "2": "ForcedExternal" + } + }, + "COMPASS_EXTERNAL": { + "Description": "Configure compass so it is attached externally. This is auto-detected on most boards. Set to 1 if the compass is externally connected. When externally connected the COMPASS_ORIENT option operates independently of the AHRS_ORIENTATION board orientation option. If set to 0 or 1 then auto-detection by bus connection can override the value. If set to 2 then auto-detection will be disabled.", + "DisplayName": "Compass is attached via an external cable", + "User": "Advanced", + "Values": { + "0": "Internal", + "1": "External", + "2": "ForcedExternal" + } + }, + "COMPASS_FLTR_RNG": { + "Description": "This sets the range around the average value that new samples must be within to be accepted. This can help reduce the impact of noise on sensors that are on long I2C cables. The value is a percentage from the average value. A value of zero disables this filter.", + "DisplayName": "Range in which sample is accepted", + "Increment": "1", + "Range": { + "high": "100", + "low": "0" + }, + "Units": "%" + }, + "COMPASS_LEARN": { + "Description": "Enable or disable the automatic learning of compass offsets. You can enable learning either using a compass-only method that is suitable only for fixed wing aircraft or using the offsets learnt by the active EKF state estimator. If this option is enabled then the learnt offsets are saved when you disarm the vehicle. If InFlight learning is enabled then the compass with automatically start learning once a flight starts (must be armed). While InFlight learning is running you cannot use position control modes.", + "DisplayName": "Learn compass offsets automatically", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Internal-Learning", + "2": "EKF-Learning", + "3": "InFlight-Learning" + } + }, + "COMPASS_MOT2_X": { + "Calibration": "1", + "Description": "Multiplied by the current throttle and added to compass2's x-axis values to compensate for motor interference (Offset per Amp or at Full Throttle)", + "DisplayName": "Motor interference compensation to compass2 for body frame X axis", + "Increment": "1", + "Range": { + "high": "1000", + "low": "-1000" + }, + "Units": "mGauss/A", + "User": "Advanced" + }, + "COMPASS_MOT2_Y": { + "Calibration": "1", + "Description": "Multiplied by the current throttle and added to compass2's y-axis values to compensate for motor interference (Offset per Amp or at Full Throttle)", + "DisplayName": "Motor interference compensation to compass2 for body frame Y axis", + "Increment": "1", + "Range": { + "high": "1000", + "low": "-1000" + }, + "Units": "mGauss/A", + "User": "Advanced" + }, + "COMPASS_MOT2_Z": { + "Description": "Multiplied by the current throttle and added to compass2's z-axis values to compensate for motor interference (Offset per Amp or at Full Throttle)", + "DisplayName": "Motor interference compensation to compass2 for body frame Z axis", + "Increment": "1", + "Range": { + "high": "1000", + "low": "-1000" + }, + "Units": "mGauss/A", + "User": "Advanced" + }, + "COMPASS_MOT3_X": { + "Calibration": "1", + "Description": "Multiplied by the current throttle and added to compass3's x-axis values to compensate for motor interference (Offset per Amp or at Full Throttle)", + "DisplayName": "Motor interference compensation to compass3 for body frame X axis", + "Increment": "1", + "Range": { + "high": "1000", + "low": "-1000" + }, + "Units": "mGauss/A", + "User": "Advanced" + }, + "COMPASS_MOT3_Y": { + "Calibration": "1", + "Description": "Multiplied by the current throttle and added to compass3's y-axis values to compensate for motor interference (Offset per Amp or at Full Throttle)", + "DisplayName": "Motor interference compensation to compass3 for body frame Y axis", + "Increment": "1", + "Range": { + "high": "1000", + "low": "-1000" + }, + "Units": "mGauss/A", + "User": "Advanced" + }, + "COMPASS_MOT3_Z": { + "Description": "Multiplied by the current throttle and added to compass3's z-axis values to compensate for motor interference (Offset per Amp or at Full Throttle)", + "DisplayName": "Motor interference compensation to compass3 for body frame Z axis", + "Increment": "1", + "Range": { + "high": "1000", + "low": "-1000" + }, + "Units": "mGauss/A", + "User": "Advanced" + }, + "COMPASS_MOTCT": { + "Calibration": "1", + "Description": "Set motor interference compensation type to disabled, throttle or current. Do not change manually.", + "DisplayName": "Motor interference compensation type", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Use Throttle", + "2": "Use Current" + } + }, + "COMPASS_MOT_X": { + "Calibration": "1", + "Description": "Multiplied by the current throttle and added to the compass's x-axis values to compensate for motor interference (Offset per Amp or at Full Throttle)", + "DisplayName": "Motor interference compensation for body frame X axis", + "Increment": "1", + "Range": { + "high": "1000", + "low": "-1000" + }, + "Units": "mGauss/A", + "User": "Advanced" + }, + "COMPASS_MOT_Y": { + "Calibration": "1", + "Description": "Multiplied by the current throttle and added to the compass's y-axis values to compensate for motor interference (Offset per Amp or at Full Throttle)", + "DisplayName": "Motor interference compensation for body frame Y axis", + "Increment": "1", + "Range": { + "high": "1000", + "low": "-1000" + }, + "Units": "mGauss/A", + "User": "Advanced" + }, + "COMPASS_MOT_Z": { + "Description": "Multiplied by the current throttle and added to the compass's z-axis values to compensate for motor interference (Offset per Amp or at Full Throttle)", + "DisplayName": "Motor interference compensation for body frame Z axis", + "Increment": "1", + "Range": { + "high": "1000", + "low": "-1000" + }, + "Units": "mGauss/A", + "User": "Advanced" + }, + "COMPASS_ODI2_X": { + "Calibration": "1", + "Description": "ODI_X in the compass2 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]", + "DisplayName": "Compass2 soft-iron off-diagonal X component", + "User": "Advanced" + }, + "COMPASS_ODI2_Y": { + "Calibration": "1", + "Description": "ODI_Y in the compass2 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]", + "DisplayName": "Compass2 soft-iron off-diagonal Y component", + "User": "Advanced" + }, + "COMPASS_ODI2_Z": { + "Description": "ODI_Z in the compass2 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]", + "DisplayName": "Compass2 soft-iron off-diagonal Z component", + "User": "Advanced" + }, + "COMPASS_ODI3_X": { + "Calibration": "1", + "Description": "ODI_X in the compass3 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]", + "DisplayName": "Compass3 soft-iron off-diagonal X component", + "User": "Advanced" + }, + "COMPASS_ODI3_Y": { + "Calibration": "1", + "Description": "ODI_Y in the compass3 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]", + "DisplayName": "Compass3 soft-iron off-diagonal Y component", + "User": "Advanced" + }, + "COMPASS_ODI3_Z": { + "Description": "ODI_Z in the compass3 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]", + "DisplayName": "Compass3 soft-iron off-diagonal Z component", + "User": "Advanced" + }, + "COMPASS_ODI_X": { + "Calibration": "1", + "Description": "ODI_X in the compass soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]", + "DisplayName": "Compass soft-iron off-diagonal X component", + "User": "Advanced" + }, + "COMPASS_ODI_Y": { + "Calibration": "1", + "Description": "ODI_Y in the compass soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]", + "DisplayName": "Compass soft-iron off-diagonal Y component", + "User": "Advanced" + }, + "COMPASS_ODI_Z": { + "Description": "ODI_Z in the compass soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]", + "DisplayName": "Compass soft-iron off-diagonal Z component", + "User": "Advanced" + }, + "COMPASS_OFFS_MAX": { + "Description": "This sets the maximum allowed compass offset in calibration and arming checks", + "DisplayName": "Compass maximum offset", + "Increment": "1", + "Range": { + "high": "3000", + "low": "500" + }, + "User": "Advanced" + }, + "COMPASS_OFS2_X": { + "Calibration": "1", + "Description": "Offset to be added to compass2's x-axis values to compensate for metal in the frame", + "DisplayName": "Compass2 offsets in milligauss on the X axis", + "Increment": "1", + "Range": { + "high": "400", + "low": "-400" + }, + "Units": "mGauss", + "User": "Advanced" + }, + "COMPASS_OFS2_Y": { + "Calibration": "1", + "Description": "Offset to be added to compass2's y-axis values to compensate for metal in the frame", + "DisplayName": "Compass2 offsets in milligauss on the Y axis", + "Increment": "1", + "Range": { + "high": "400", + "low": "-400" + }, + "Units": "mGauss", + "User": "Advanced" + }, + "COMPASS_OFS2_Z": { + "Description": "Offset to be added to compass2's z-axis values to compensate for metal in the frame", + "DisplayName": "Compass2 offsets in milligauss on the Z axis", + "Increment": "1", + "Range": { + "high": "400", + "low": "-400" + }, + "Units": "mGauss", + "User": "Advanced" + }, + "COMPASS_OFS3_X": { + "Calibration": "1", + "Description": "Offset to be added to compass3's x-axis values to compensate for metal in the frame", + "DisplayName": "Compass3 offsets in milligauss on the X axis", + "Increment": "1", + "Range": { + "high": "400", + "low": "-400" + }, + "Units": "mGauss", + "User": "Advanced" + }, + "COMPASS_OFS3_Y": { + "Calibration": "1", + "Description": "Offset to be added to compass3's y-axis values to compensate for metal in the frame", + "DisplayName": "Compass3 offsets in milligauss on the Y axis", + "Increment": "1", + "Range": { + "high": "400", + "low": "-400" + }, + "Units": "mGauss", + "User": "Advanced" + }, + "COMPASS_OFS3_Z": { + "Description": "Offset to be added to compass3's z-axis values to compensate for metal in the frame", + "DisplayName": "Compass3 offsets in milligauss on the Z axis", + "Increment": "1", + "Range": { + "high": "400", + "low": "-400" + }, + "Units": "mGauss", + "User": "Advanced" + }, + "COMPASS_OFS_X": { + "Calibration": "1", + "Description": "Offset to be added to the compass x-axis values to compensate for metal in the frame", + "DisplayName": "Compass offsets in milligauss on the X axis", + "Increment": "1", + "Range": { + "high": "400", + "low": "-400" + }, + "Units": "mGauss", + "User": "Advanced" + }, + "COMPASS_OFS_Y": { + "Calibration": "1", + "Description": "Offset to be added to the compass y-axis values to compensate for metal in the frame", + "DisplayName": "Compass offsets in milligauss on the Y axis", + "Increment": "1", + "Range": { + "high": "400", + "low": "-400" + }, + "Units": "mGauss", + "User": "Advanced" + }, + "COMPASS_OFS_Z": { + "Description": "Offset to be added to the compass z-axis values to compensate for metal in the frame", + "DisplayName": "Compass offsets in milligauss on the Z axis", + "Increment": "1", + "Range": { + "high": "400", + "low": "-400" + }, + "Units": "mGauss", + "User": "Advanced" + }, + "COMPASS_OPTIONS": { + "Bitmask": { + "0": "CalRequireGPS", + "1": "Allow missing DroneCAN compasses to be automaticaly replaced (calibration still required)" + }, + "Description": "This sets options to change the behaviour of the compass", + "DisplayName": "Compass options", + "User": "Advanced" + }, + "COMPASS_ORIENT": { + "Description": "The orientation of the first external compass relative to the vehicle frame. This value will be ignored unless this compass is set as an external compass. When set correctly in the northern hemisphere, pointing the nose and right side down should increase the MagX and MagY values respectively. Rolling the vehicle upside down should decrease the MagZ value. For southern hemisphere, switch increase and decrease. NOTE: For internal compasses, AHRS_ORIENT is used. The label for each option is specified in the order of rotations for that orientation. Firmware versions 4.2 and prior can use a CUSTOM (100) rotation to set the COMPASS_CUS_ROLL/PIT/YAW angles for Compass orientation. Later versions provide two general custom rotations which can be used, Custom 1 and Custom 2, with CUST_1_ROLL/PIT/YAW or CUST_2_ROLL/PIT/YAW angles.", + "DisplayName": "Compass orientation", + "User": "Advanced", + "Values": { + "0": "None", + "1": "Yaw45", + "10": "Yaw90Roll180", + "100": "Custom 4.1 and older", + "101": "Custom 1", + "102": "Custom 2", + "11": "Yaw135Roll180", + "12": "Pitch180", + "13": "Yaw225Roll180", + "14": "Yaw270Roll180", + "15": "Yaw315Roll180", + "16": "Roll90", + "17": "Yaw45Roll90", + "18": "Yaw90Roll90", + "19": "Yaw135Roll90", + "2": "Yaw90", + "20": "Roll270", + "21": "Yaw45Roll270", + "22": "Yaw90Roll270", + "23": "Yaw135Roll270", + "24": "Pitch90", + "25": "Pitch270", + "26": "Yaw90Pitch180", + "27": "Yaw270Pitch180", + "28": "Pitch90Roll90", + "29": "Pitch90Roll180", + "3": "Yaw135", + "30": "Pitch90Roll270", + "31": "Pitch180Roll90", + "32": "Pitch180Roll270", + "33": "Pitch270Roll90", + "34": "Pitch270Roll180", + "35": "Pitch270Roll270", + "36": "Yaw90Pitch180Roll90", + "37": "Yaw270Roll90", + "38": "Yaw293Pitch68Roll180", + "39": "Pitch315", + "4": "Yaw180", + "40": "Pitch315Roll90", + "42": "Roll45", + "43": "Roll315", + "5": "Yaw225", + "6": "Yaw270", + "7": "Yaw315", + "8": "Roll180", + "9": "Yaw45Roll180" + } + }, + "COMPASS_ORIENT2": { + "Description": "The orientation of a second external compass relative to the vehicle frame. This value will be ignored unless this compass is set as an external compass. When set correctly in the northern hemisphere, pointing the nose and right side down should increase the MagX and MagY values respectively. Rolling the vehicle upside down should decrease the MagZ value. For southern hemisphere, switch increase and decrease. NOTE: For internal compasses, AHRS_ORIENT is used. The label for each option is specified in the order of rotations for that orientation. Firmware versions 4.2 and prior can use a CUSTOM (100) rotation to set the COMPASS_CUS_ROLL/PIT/YAW angles for Compass orientation. Later versions provide two general custom rotations which can be used, Custom 1 and Custom 2, with CUST_1_ROLL/PIT/YAW or CUST_2_ROLL/PIT/YAW angles.", + "DisplayName": "Compass2 orientation", + "User": "Advanced", + "Values": { + "0": "None", + "1": "Yaw45", + "10": "Yaw90Roll180", + "100": "Custom 4.1 and older", + "101": "Custom 1", + "102": "Custom 2", + "11": "Yaw135Roll180", + "12": "Pitch180", + "13": "Yaw225Roll180", + "14": "Yaw270Roll180", + "15": "Yaw315Roll180", + "16": "Roll90", + "17": "Yaw45Roll90", + "18": "Yaw90Roll90", + "19": "Yaw135Roll90", + "2": "Yaw90", + "20": "Roll270", + "21": "Yaw45Roll270", + "22": "Yaw90Roll270", + "23": "Yaw135Roll270", + "24": "Pitch90", + "25": "Pitch270", + "26": "Yaw90Pitch180", + "27": "Yaw270Pitch180", + "28": "Pitch90Roll90", + "29": "Pitch90Roll180", + "3": "Yaw135", + "30": "Pitch90Roll270", + "31": "Pitch180Roll90", + "32": "Pitch180Roll270", + "33": "Pitch270Roll90", + "34": "Pitch270Roll180", + "35": "Pitch270Roll270", + "36": "Yaw90Pitch180Roll90", + "37": "Yaw270Roll90", + "38": "Yaw293Pitch68Roll180", + "39": "Pitch315", + "4": "Yaw180", + "40": "Pitch315Roll90", + "42": "Roll45", + "43": "Roll315", + "5": "Yaw225", + "6": "Yaw270", + "7": "Yaw315", + "8": "Roll180", + "9": "Yaw45Roll180" + } + }, + "COMPASS_ORIENT3": { + "Description": "The orientation of a third external compass relative to the vehicle frame. This value will be ignored unless this compass is set as an external compass. When set correctly in the northern hemisphere, pointing the nose and right side down should increase the MagX and MagY values respectively. Rolling the vehicle upside down should decrease the MagZ value. For southern hemisphere, switch increase and decrease. NOTE: For internal compasses, AHRS_ORIENT is used. The label for each option is specified in the order of rotations for that orientation. Firmware versions 4.2 and prior can use a CUSTOM (100) rotation to set the COMPASS_CUS_ROLL/PIT/YAW angles for Compass orientation. Later versions provide two general custom rotations which can be used, Custom 1 and Custom 2, with CUST_1_ROLL/PIT/YAW or CUST_2_ROLL/PIT/YAW angles.", + "DisplayName": "Compass3 orientation", + "User": "Advanced", + "Values": { + "0": "None", + "1": "Yaw45", + "10": "Yaw90Roll180", + "100": "Custom 4.1 and older", + "101": "Custom 1", + "102": "Custom 2", + "11": "Yaw135Roll180", + "12": "Pitch180", + "13": "Yaw225Roll180", + "14": "Yaw270Roll180", + "15": "Yaw315Roll180", + "16": "Roll90", + "17": "Yaw45Roll90", + "18": "Yaw90Roll90", + "19": "Yaw135Roll90", + "2": "Yaw90", + "20": "Roll270", + "21": "Yaw45Roll270", + "22": "Yaw90Roll270", + "23": "Yaw135Roll270", + "24": "Pitch90", + "25": "Pitch270", + "26": "Yaw90Pitch180", + "27": "Yaw270Pitch180", + "28": "Pitch90Roll90", + "29": "Pitch90Roll180", + "3": "Yaw135", + "30": "Pitch90Roll270", + "31": "Pitch180Roll90", + "32": "Pitch180Roll270", + "33": "Pitch270Roll90", + "34": "Pitch270Roll180", + "35": "Pitch270Roll270", + "36": "Yaw90Pitch180Roll90", + "37": "Yaw270Roll90", + "38": "Yaw293Pitch68Roll180", + "39": "Pitch315", + "4": "Yaw180", + "40": "Pitch315Roll90", + "42": "Roll45", + "43": "Roll315", + "5": "Yaw225", + "6": "Yaw270", + "7": "Yaw315", + "8": "Roll180", + "9": "Yaw45Roll180" + } + }, + "COMPASS_PRIO1_ID": { + "Description": "Compass device id with 1st order priority, set automatically if 0. Reboot required after change.", + "DisplayName": "Compass device id with 1st order priority", + "RebootRequired": "True", + "User": "Advanced" + }, + "COMPASS_PRIO2_ID": { + "Description": "Compass device id with 2nd order priority, set automatically if 0. Reboot required after change.", + "DisplayName": "Compass device id with 2nd order priority", + "RebootRequired": "True", + "User": "Advanced" + }, + "COMPASS_PRIO3_ID": { + "Description": "Compass device id with 3rd order priority, set automatically if 0. Reboot required after change.", + "DisplayName": "Compass device id with 3rd order priority", + "RebootRequired": "True", + "User": "Advanced" + }, + "COMPASS_SCALE": { + "Description": "Scaling factor for first compass to compensate for sensor scaling errors. If this is 0 then no scaling is done", + "DisplayName": "Compass1 scale factor", + "Range": { + "high": "1.3", + "low": "0" + }, + "User": "Standard" + }, + "COMPASS_SCALE2": { + "Description": "Scaling factor for 2nd compass to compensate for sensor scaling errors. If this is 0 then no scaling is done", + "DisplayName": "Compass2 scale factor", + "Range": { + "high": "1.3", + "low": "0" + }, + "User": "Standard" + }, + "COMPASS_SCALE3": { + "Description": "Scaling factor for 3rd compass to compensate for sensor scaling errors. If this is 0 then no scaling is done", + "DisplayName": "Compass3 scale factor", + "Range": { + "high": "1.3", + "low": "0" + }, + "User": "Standard" + }, + "COMPASS_USE": { + "Description": "Enable or disable the use of the compass (instead of the GPS) for determining heading", + "DisplayName": "Use compass for yaw", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "COMPASS_USE2": { + "Description": "Enable or disable the secondary compass for determining heading.", + "DisplayName": "Compass2 used for yaw", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "COMPASS_USE3": { + "Description": "Enable or disable the tertiary compass for determining heading.", + "DisplayName": "Compass3 used for yaw", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + } + }, + "COMPASS_PMOT": { + "COMPASS_PMOT1_X": { + "Description": "Compensation for X axis of motor1", + "DisplayName": "Compass per-motor1 X", + "User": "Advanced" + }, + "COMPASS_PMOT1_Y": { + "Description": "Compensation for Y axis of motor1", + "DisplayName": "Compass per-motor1 Y", + "User": "Advanced" + }, + "COMPASS_PMOT1_Z": { + "Description": "Compensation for Z axis of motor1", + "DisplayName": "Compass per-motor1 Z", + "User": "Advanced" + }, + "COMPASS_PMOT2_X": { + "Description": "Compensation for X axis of motor2", + "DisplayName": "Compass per-motor2 X", + "User": "Advanced" + }, + "COMPASS_PMOT2_Y": { + "Description": "Compensation for Y axis of motor2", + "DisplayName": "Compass per-motor2 Y", + "User": "Advanced" + }, + "COMPASS_PMOT2_Z": { + "Description": "Compensation for Z axis of motor2", + "DisplayName": "Compass per-motor2 Z", + "User": "Advanced" + }, + "COMPASS_PMOT3_X": { + "Description": "Compensation for X axis of motor3", + "DisplayName": "Compass per-motor3 X", + "User": "Advanced" + }, + "COMPASS_PMOT3_Y": { + "Description": "Compensation for Y axis of motor3", + "DisplayName": "Compass per-motor3 Y", + "User": "Advanced" + }, + "COMPASS_PMOT3_Z": { + "Description": "Compensation for Z axis of motor3", + "DisplayName": "Compass per-motor3 Z", + "User": "Advanced" + }, + "COMPASS_PMOT4_X": { + "Description": "Compensation for X axis of motor4", + "DisplayName": "Compass per-motor4 X", + "User": "Advanced" + }, + "COMPASS_PMOT4_Y": { + "Description": "Compensation for Y axis of motor4", + "DisplayName": "Compass per-motor4 Y", + "User": "Advanced" + }, + "COMPASS_PMOT4_Z": { + "Description": "Compensation for Z axis of motor4", + "DisplayName": "Compass per-motor4 Z", + "User": "Advanced" + }, + "COMPASS_PMOT_EN": { + "Description": "This enables per-motor compass corrections", + "DisplayName": "per-motor compass correction enable", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "COMPASS_PMOT_EXP": { + "Description": "This is the exponential correction for the power output of the motor for per-motor compass correction", + "DisplayName": "per-motor exponential correction", + "Increment": "0.01", + "Range": { + "high": "2", + "low": "0" + }, + "User": "Advanced" + } + }, + "CUST_ROT": { + "CUST_ROT_ENABLE": { + "Description": "This enables custom rotations", + "DisplayName": "Enable Custom rotations", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "Disable", + "1": "Enable" + } + } + }, + "CUST_ROT1_": { + "CUST_ROT1_PITCH": { + "Description": "Custom euler pitch, euler 321 (yaw, pitch, roll) ordering", + "DisplayName": "Custom pitch", + "RebootRequired": "True", + "Units": "deg" + }, + "CUST_ROT1_ROLL": { + "Description": "Custom euler roll, euler 321 (yaw, pitch, roll) ordering", + "DisplayName": "Custom roll", + "RebootRequired": "True", + "Units": "deg" + }, + "CUST_ROT1_YAW": { + "Description": "Custom euler yaw, euler 321 (yaw, pitch, roll) ordering", + "DisplayName": "Custom yaw", + "RebootRequired": "True", + "Units": "deg" + } + }, + "CUST_ROT2_": { + "CUST_ROT2_PITCH": { + "Description": "Custom euler pitch, euler 321 (yaw, pitch, roll) ordering", + "DisplayName": "Custom pitch", + "RebootRequired": "True", + "Units": "deg" + }, + "CUST_ROT2_ROLL": { + "Description": "Custom euler roll, euler 321 (yaw, pitch, roll) ordering", + "DisplayName": "Custom roll", + "RebootRequired": "True", + "Units": "deg" + }, + "CUST_ROT2_YAW": { + "Description": "Custom euler yaw, euler 321 (yaw, pitch, roll) ordering", + "DisplayName": "Custom yaw", + "RebootRequired": "True", + "Units": "deg" + } + }, + "DDS": { + "DDS_ENABLE": { + "Description": "Enable DDS subsystem", + "DisplayName": "DDS enable", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "DDS_UDP_PORT": { + "Description": "UDP port number for DDS", + "DisplayName": "DDS UDP port", + "Range": { + "high": "65535", + "low": "1" + }, + "RebootRequired": "True", + "User": "Standard" + } + }, + "DDS_IP": { + "DDS_IP0": { + "Description": "IPv4 address. Example: 192.xxx.xxx.xxx", + "DisplayName": "IPv4 Address 1st byte", + "Range": { + "high": "255", + "low": "0" + }, + "RebootRequired": "True" + }, + "DDS_IP1": { + "Description": "IPv4 address. Example: xxx.168.xxx.xxx", + "DisplayName": "IPv4 Address 2nd byte", + "Range": { + "high": "255", + "low": "0" + }, + "RebootRequired": "True" + }, + "DDS_IP2": { + "Description": "IPv4 address. Example: xxx.xxx.13.xxx", + "DisplayName": "IPv4 Address 3rd byte", + "Range": { + "high": "255", + "low": "0" + }, + "RebootRequired": "True" + }, + "DDS_IP3": { + "Description": "IPv4 address. Example: xxx.xxx.xxx.14", + "DisplayName": "IPv4 Address 4th byte", + "Range": { + "high": "255", + "low": "0" + }, + "RebootRequired": "True" + } + }, + "DID_": { + "DID_BARO_ACC": { + "Description": "Barometer Vertical Accuracy when installed in the vehicle. Note this is dependent upon installation conditions and thus disabled by default", + "DisplayName": "Barometer vertical accuraacy", + "Units": "m", + "User": "Advanced" + }, + "DID_CANDRIVER": { + "Description": "DroneCAN driver index, 0 to disable DroneCAN", + "DisplayName": "DroneCAN driver number", + "Values": { + "0": "Disabled", + "1": "Driver1", + "2": "Driver2" + } + }, + "DID_ENABLE": { + "Description": "Enable ODID subsystem", + "DisplayName": "Enable ODID subsystem", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "DID_MAVPORT": { + "Description": "Serial port number to send OpenDroneID MAVLink messages to. Can be -1 if using DroneCAN.", + "DisplayName": "MAVLink serial port", + "Values": { + "-1": "Disabled", + "0": "Serial0", + "1": "Serial1", + "2": "Serial2", + "3": "Serial3", + "4": "Serial4", + "5": "Serial5", + "6": "Serial6" + } + }, + "DID_OPTIONS": { + "Bitmask": { + "0": "EnforceArming", + "1": "AllowNonGPSPosition", + "2": "LockUASIDOnFirstBasicIDRx" + }, + "Description": "Options for OpenDroneID subsystem", + "DisplayName": "OpenDroneID options" + } + }, + "DOCK": { + "DOCK_DIR": { + "Description": "Compass direction in which vehicle should approach towards dock. -1 value represents unset parameter", + "DisplayName": "Dock mode direction of approach", + "Increment": "1", + "Range": { + "high": "360", + "low": "0" + }, + "Units": "deg", + "User": "Advanced" + }, + "DOCK_HDG_CORR_EN": { + "Description": "When enabled, the autopilot modifies the path to approach the target head-on along desired line of approch in dock mode", + "DisplayName": "Dock mode heading correction enable/disable", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "DOCK_HDG_CORR_WT": { + "Description": "This value describes how aggressively vehicle tries to correct its heading to be on desired line of approach", + "DisplayName": "Dock mode heading correction weight", + "Increment": "0.05", + "Range": { + "high": "0.90", + "low": "0.00" + }, + "User": "Advanced" + }, + "DOCK_SPEED": { + "Description": "Vehicle speed limit in dock mode", + "DisplayName": "Dock mode speed", + "Increment": "0.1", + "Range": { + "high": "100", + "low": "0" + }, + "Units": "m/s", + "User": "Standard" + }, + "DOCK_STOP_DIST": { + "Description": "The vehicle starts stopping when it is this distance away from docking target", + "DisplayName": "Distance from docking target when we should stop", + "Increment": "0.01", + "Range": { + "high": "2", + "low": "0" + }, + "Units": "m", + "User": "Standard" + } + }, + "EAHRS": { + "EAHRS_OPTIONS": { + "Bitmask": { + "0": "Vector Nav use uncompensated values for accel gyro and mag." + }, + "Description": "External AHRS options bitmask", + "DisplayName": "External AHRS options", + "User": "Standard" + }, + "EAHRS_RATE": { + "Description": "Requested rate for AHRS device", + "DisplayName": "AHRS data rate", + "Units": "Hz", + "User": "Standard" + }, + "EAHRS_SENSORS": { + "Bitmask": { + "0": "GPS", + "1": "IMU", + "2": "Baro", + "3": "Compass" + }, + "Description": "External AHRS sensors bitmask", + "DisplayName": "External AHRS sensors", + "User": "Advanced" + }, + "EAHRS_TYPE": { + "Description": "Type of AHRS device", + "DisplayName": "AHRS type", + "User": "Standard", + "Values": { + "0": "None", + "1": "VectorNav", + "2": "MicroStrain5", + "5": "InertialLabs", + "7": "MicroStrain7" + } + } + }, + "EFI": { + "EFI_COEF1": { + "Description": "Used to calibrate fuel flow for MS protocol (Slope). This should be calculated from a log at constant fuel usage rate. Plot (ECYL[0].InjT*EFI.Rpm)/600.0 to get the duty_cycle. Measure actual fuel usage in cm^3/min, and set EFI_COEF1 = fuel_usage_cm3permin / duty_cycle", + "DisplayName": "EFI Calibration Coefficient 1", + "Range": { + "high": "1", + "low": "0" + }, + "User": "Advanced" + }, + "EFI_COEF2": { + "Description": "Used to calibrate fuel flow for MS protocol (Offset). This can be used to correct for a non-zero offset in the fuel consumption calculation of EFI_COEF1", + "DisplayName": "EFI Calibration Coefficient 2", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "EFI_FUEL_DENS": { + "Description": "Used to calculate fuel consumption", + "DisplayName": "ECU Fuel Density", + "Range": { + "high": "10000", + "low": "0" + }, + "Units": "kg/m/m/m", + "User": "Advanced" + }, + "EFI_TYPE": { + "Description": "What method of communication is used for EFI #1", + "DisplayName": "EFI communication type", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "None", + "1": "Serial-MS", + "2": "NWPMU", + "3": "Serial-Lutan", + "5": "DroneCAN", + "6": "Currawong-ECU", + "7": "Scripting", + "8": "Hirth", + "9": "MAV" + } + } + }, + "EFI_THRLIN": { + "EFI_THRLIN_COEF1": { + "Description": "First Order Polynomial Coefficient. (=1, if throttle is first order polynomial trendline)", + "DisplayName": "Throttle linearisation - First Order", + "Range": { + "high": "1", + "low": "-1" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "EFI_THRLIN_COEF2": { + "Description": "Second Order Polynomial Coefficient (=0, if throttle is second order polynomial trendline)", + "DisplayName": "Throttle linearisation - Second Order", + "Range": { + "high": "1", + "low": "-1" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "EFI_THRLIN_COEF3": { + "Description": "Third Order Polynomial Coefficient. (=0, if throttle is third order polynomial trendline)", + "DisplayName": "Throttle linearisation - Third Order", + "Range": { + "high": "1", + "low": "-1" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "EFI_THRLIN_EN": { + "Description": "Enable EFI throttle linearisation", + "DisplayName": "Enable throttle linearisation", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "EFI_THRLIN_OFS": { + "Description": "Offset for throttle linearization ", + "DisplayName": "throttle linearization offset", + "Range": { + "high": "100", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + } + }, + "EK2_": { + "EK2_ABIAS_P_NSE": { + "Description": "This noise controls the growth of the vertical accelerometer delta velocity bias state error estimate. Increasing it makes accelerometer bias estimation faster and noisier.", + "DisplayName": "Accelerometer bias stability (m/s^3)", + "Range": { + "high": "0.005", + "low": "0.00001" + }, + "Units": "m/s/s/s", + "User": "Advanced" + }, + "EK2_ACC_P_NSE": { + "Description": "This control disturbance noise controls the growth of estimated error due to accelerometer measurement errors excluding bias. Increasing it makes the flter trust the accelerometer measurements less and other measurements more.", + "DisplayName": "Accelerometer noise (m/s^2)", + "Increment": "0.01", + "Range": { + "high": "1.0", + "low": "0.01" + }, + "Units": "m/s/s", + "User": "Advanced" + }, + "EK2_ALT_M_NSE": { + "Description": "This is the RMS value of noise in the altitude measurement. Increasing it reduces the weighting of the baro measurement and will make the filter respond more slowly to baro measurement errors, but will make it more sensitive to GPS and accelerometer errors.", + "DisplayName": "Altitude measurement noise (m)", + "Increment": "0.1", + "Range": { + "high": "10.0", + "low": "0.1" + }, + "Units": "m", + "User": "Advanced" + }, + "EK2_ALT_SOURCE": { + "Description": "Primary height sensor used by the EKF. If a sensor other than Baro is selected and becomes unavailable, then the Baro sensor will be used as a fallback. NOTE: The EK2_RNG_USE_HGT parameter can be used to switch to range-finder when close to the ground in conjunction with EK2_ALT_SOURCE = 0 or 2 (Baro or GPS).", + "DisplayName": "Primary altitude sensor source", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "Use Baro", + "1": "Use Range Finder", + "2": "Use GPS", + "3": "Use Range Beacon" + } + }, + "EK2_BCN_DELAY": { + "Description": "This is the number of msec that the range beacon measurements lag behind the inertial measurements. It is the time from the end of the optical flow averaging period and does not include the time delay due to the 100msec of averaging within the flow sensor.", + "DisplayName": "Range beacon measurement delay (msec)", + "Increment": "10", + "Range": { + "high": "127", + "low": "0" + }, + "RebootRequired": "True", + "Units": "ms", + "User": "Advanced" + }, + "EK2_BCN_I_GTE": { + "Description": "This sets the percentage number of standard deviations applied to the range beacon measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.", + "DisplayName": "Range beacon measurement gate size", + "Increment": "25", + "Range": { + "high": "1000", + "low": "100" + }, + "User": "Advanced" + }, + "EK2_BCN_M_NSE": { + "Description": "This is the RMS value of noise in the range beacon measurement. Increasing it reduces the weighting on this measurement.", + "DisplayName": "Range beacon measurement noise (m)", + "Increment": "0.1", + "Range": { + "high": "10.0", + "low": "0.1" + }, + "Units": "m", + "User": "Advanced" + }, + "EK2_CHECK_SCALE": { + "Description": "This scales the thresholds that are used to check GPS accuracy before it is used by the EKF. A value of 100 is the default. Values greater than 100 increase and values less than 100 reduce the maximum GPS error the EKF will accept. A value of 200 will double the allowable GPS error.", + "DisplayName": "GPS accuracy check scaler (%)", + "Range": { + "high": "200", + "low": "50" + }, + "Units": "%", + "User": "Advanced" + }, + "EK2_EAS_I_GATE": { + "Description": "This sets the percentage number of standard deviations applied to the airspeed measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.", + "DisplayName": "Airspeed measurement gate size", + "Increment": "25", + "Range": { + "high": "1000", + "low": "100" + }, + "User": "Advanced" + }, + "EK2_EAS_M_NSE": { + "Description": "This is the RMS value of noise in equivalent airspeed measurements used by planes. Increasing it reduces the weighting of airspeed measurements and will make wind speed estimates less noisy and slower to converge. Increasing also increases navigation errors when dead-reckoning without GPS measurements.", + "DisplayName": "Equivalent airspeed measurement noise (m/s)", + "Increment": "0.1", + "Range": { + "high": "5.0", + "low": "0.5" + }, + "Units": "m/s", + "User": "Advanced" + }, + "EK2_ENABLE": { + "Description": "This enables EKF2. Enabling EKF2 only makes the maths run, it does not mean it will be used for flight control. To use it for flight control set AHRS_EKF_TYPE=2. A reboot or restart will need to be performed after changing the value of EK2_ENABLE for it to take effect.", + "DisplayName": "Enable EKF2", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "EK2_FLOW_DELAY": { + "Description": "This is the number of msec that the optical flow measurements lag behind the inertial measurements. It is the time from the end of the optical flow averaging period and does not include the time delay due to the 100msec of averaging within the flow sensor.", + "DisplayName": "Optical Flow measurement delay (msec)", + "Increment": "10", + "Range": { + "high": "127", + "low": "0" + }, + "RebootRequired": "True", + "Units": "ms", + "User": "Advanced" + }, + "EK2_FLOW_I_GATE": { + "Description": "This sets the percentage number of standard deviations applied to the optical flow innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.", + "DisplayName": "Optical Flow measurement gate size", + "Increment": "25", + "Range": { + "high": "1000", + "low": "100" + }, + "User": "Advanced" + }, + "EK2_FLOW_M_NSE": { + "Description": "This is the RMS value of noise and errors in optical flow measurements. Increasing it reduces the weighting on these measurements.", + "DisplayName": "Optical flow measurement noise (rad/s)", + "Increment": "0.05", + "Range": { + "high": "1.0", + "low": "0.05" + }, + "Units": "rad/s", + "User": "Advanced" + }, + "EK2_FLOW_USE": { + "Description": "Controls if the optical flow data is fused into the 24-state navigation estimator OR the 1-state terrain height estimator.", + "DisplayName": "Optical flow use bitmask", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "None", + "1": "Navigation", + "2": "Terrain" + } + }, + "EK2_GBIAS_P_NSE": { + "Description": "This state process noise controls growth of the gyro delta angle bias state error estimate. Increasing it makes rate gyro bias estimation faster and noisier.", + "DisplayName": "Rate gyro bias stability (rad/s/s)", + "Range": { + "high": "0.001", + "low": "0.00001" + }, + "Units": "rad/s/s", + "User": "Advanced" + }, + "EK2_GLITCH_RAD": { + "Description": "This controls the maximum radial uncertainty in position between the value predicted by the filter and the value measured by the GPS before the filter position and velocity states are reset to the GPS. Making this value larger allows the filter to ignore larger GPS glitches but also means that non-GPS errors such as IMU and compass can create a larger error in position before the filter is forced back to the GPS position.", + "DisplayName": "GPS glitch radius gate size (m)", + "Increment": "5", + "Range": { + "high": "100", + "low": "10" + }, + "Units": "m", + "User": "Advanced" + }, + "EK2_GPS_CHECK": { + "Bitmask": { + "0": "NSats", + "1": "HDoP", + "2": "speed error", + "3": "position error", + "4": "yaw error", + "5": "pos drift", + "6": "vert speed", + "7": "horiz speed" + }, + "Description": "This is a 1 byte bitmap controlling which GPS preflight checks are performed. Set to 0 to bypass all checks. Set to 255 perform all checks. Set to 3 to check just the number of satellites and HDoP. Set to 31 for the most rigorous checks that will still allow checks to pass when the copter is moving, eg launch from a boat.", + "DisplayName": "GPS preflight check", + "User": "Advanced" + }, + "EK2_GPS_TYPE": { + "Description": "This controls use of GPS measurements : 0 = use 3D velocity & 2D position, 1 = use 2D velocity and 2D position, 2 = use 2D position, 3 = Inhibit GPS use - this can be useful when flying with an optical flow sensor in an environment where GPS quality is poor and subject to large multipath errors.", + "DisplayName": "GPS mode control", + "User": "Advanced", + "Values": { + "0": "GPS 3D Vel and 2D Pos", + "1": "GPS 2D vel and 2D pos", + "2": "GPS 2D pos", + "3": "No GPS" + } + }, + "EK2_GSCL_P_NSE": { + "Description": "This noise controls the rate of gyro scale factor learning. Increasing it makes rate gyro scale factor estimation faster and noisier.", + "DisplayName": "Rate gyro scale factor stability (1/s)", + "Range": { + "high": "0.001", + "low": "0.000001" + }, + "Units": "Hz", + "User": "Advanced" + }, + "EK2_GSF_RST_MAX": { + "Description": "Sets the maximum number of times the EKF2 will be allowed to reset its yaw to the estimate from the EKF-GSF yaw estimator. No resets will be allowed unless the use of the EKF-GSF yaw estimate is enabled via the EK2_GSF_USE_MASK parameter.", + "DisplayName": "Maximum number of resets to the EKF-GSF yaw estimate allowed", + "Increment": "1", + "Range": { + "high": "10", + "low": "1" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "EK2_GSF_RUN_MASK": { + "Bitmask": { + "0": "FirstEKF", + "1": "SecondEKF", + "2": "ThirdEKF", + "3": "FourthEKF", + "4": "FifthEKF", + "5": "SixthEKF" + }, + "Description": "A bitmask of which EKF2 instances run an independant EKF-GSF yaw estimator to provide a backup yaw estimate that doesn't rely on magnetometer data. This estimator uses IMU, GPS and, if available, airspeed data. EKF-GSF yaw estimator data for the primary EKF2 instance will be logged as GSF0 and GSF1 messages. Use of the yaw estimate generated by this algorithm is controlled by the EK2_GSF_USE_MASK and EK2_GSF_RST_MAX parameters. To run the EKF-GSF yaw estimator in ride-along and logging only, set EK2_GSF_USE_MASK to 0. ", + "DisplayName": "Bitmask of which EKF-GSF yaw estimators run", + "RebootRequired": "True", + "User": "Advanced" + }, + "EK2_GSF_USE_MASK": { + "Bitmask": { + "0": "FirstEKF", + "1": "SecondEKF", + "2": "ThirdEKF", + "3": "FourthEKF", + "4": "FifthEKF", + "5": "SixthEKF" + }, + "Description": "1 byte bitmap of which EKF2 instances will use the output from the EKF-GSF yaw estimator that has been turned on by the EK2_GSF_RUN_MASK parameter. If the inertial navigation calculation stops following the GPS, then the vehicle code can request EKF2 to attempt to resolve the issue, either by performing a yaw reset if enabled by this parameter by switching to another EKF2 instance.", + "DisplayName": "Bitmask of which EKF-GSF yaw estimators are used", + "RebootRequired": "True", + "User": "Advanced" + }, + "EK2_GYRO_P_NSE": { + "Description": "This control disturbance noise controls the growth of estimated error due to gyro measurement errors excluding bias. Increasing it makes the flter trust the gyro measurements less and other measurements more.", + "DisplayName": "Rate gyro noise (rad/s)", + "Increment": "0.0001", + "Range": { + "high": "0.1", + "low": "0.0001" + }, + "Units": "rad/s", + "User": "Advanced" + }, + "EK2_HGT_DELAY": { + "Description": "This is the number of msec that the Height measurements lag behind the inertial measurements.", + "DisplayName": "Height measurement delay (msec)", + "Increment": "10", + "Range": { + "high": "250", + "low": "0" + }, + "RebootRequired": "True", + "Units": "ms", + "User": "Advanced" + }, + "EK2_HGT_I_GATE": { + "Description": "This sets the percentage number of standard deviations applied to the height measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.", + "DisplayName": "Height measurement gate size", + "Increment": "25", + "Range": { + "high": "1000", + "low": "100" + }, + "User": "Advanced" + }, + "EK2_HRT_FILT": { + "Description": "Specifies the crossover frequency of the complementary filter used to calculate the output predictor height rate derivative.", + "DisplayName": "Height rate filter crossover frequency", + "Range": { + "high": "30.0", + "low": "0.1" + }, + "Units": "Hz" + }, + "EK2_IMU_MASK": { + "Bitmask": { + "0": "FirstIMU", + "1": "SecondIMU", + "2": "ThirdIMU", + "3": "FourthIMU", + "4": "FifthIMU", + "5": "SixthIMU" + }, + "Description": "1 byte bitmap of IMUs to use in EKF2. A separate instance of EKF2 will be started for each IMU selected. Set to 1 to use the first IMU only (default), set to 2 to use the second IMU only, set to 3 to use the first and second IMU. Additional IMU's can be used up to a maximum of 6 if memory and processing resources permit. There may be insufficient memory and processing resources to run multiple instances. If this occurs EKF2 will fail to start.", + "DisplayName": "Bitmask of active IMUs", + "RebootRequired": "True", + "User": "Advanced" + }, + "EK2_MAGB_P_NSE": { + "Description": "This state process noise controls the growth of body magnetic field state error estimates. Increasing it makes magnetometer bias error estimation faster and noisier.", + "DisplayName": "Body magnetic field process noise (gauss/s)", + "Range": { + "high": "0.01", + "low": "0.00001" + }, + "Units": "Gauss/s", + "User": "Advanced" + }, + "EK2_MAGE_P_NSE": { + "Description": "This state process noise controls the growth of earth magnetic field state error estimates. Increasing it makes earth magnetic field estimation faster and noisier.", + "DisplayName": "Earth magnetic field process noise (gauss/s)", + "Range": { + "high": "0.01", + "low": "0.00001" + }, + "Units": "Gauss/s", + "User": "Advanced" + }, + "EK2_MAG_CAL": { + "Description": "This determines when the filter will use the 3-axis magnetometer fusion model that estimates both earth and body fixed magnetic field states, when it will use a simpler magnetic heading fusion model that does not use magnetic field states and when it will use an alternative method of yaw determination to the magnetometer. The 3-axis magnetometer fusion is only suitable for use when the external magnetic field environment is stable. EK2_MAG_CAL = 0 uses heading fusion on ground, 3-axis fusion in-flight, and is the default setting for Plane users. EK2_MAG_CAL = 1 uses 3-axis fusion only when manoeuvring. EK2_MAG_CAL = 2 uses heading fusion at all times, is recommended if the external magnetic field is varying and is the default for rovers. EK2_MAG_CAL = 3 uses heading fusion on the ground and 3-axis fusion after the first in-air field and yaw reset has completed, and is the default for copters. EK2_MAG_CAL = 4 uses 3-axis fusion at all times. NOTE: The fusion mode can be forced to 2 for specific EKF cores using the EK2_MAG_MASK parameter. NOTE: limited operation without a magnetometer or any other yaw sensor is possible by setting all COMPASS_USE, COMPASS_USE2, COMPASS_USE3, etc parameters to 0 with COMPASS_ENABLE set to 1. If this is done, the EK2_GSF_RUN and EK2_GSF_USE masks must be set to the same as EK2_IMU_MASK.", + "DisplayName": "Magnetometer default fusion mode", + "User": "Advanced", + "Values": { + "0": "When flying", + "1": "When manoeuvring", + "2": "Never", + "3": "After first climb yaw reset", + "4": "Always" + } + }, + "EK2_MAG_EF_LIM": { + "Description": "This limits the difference between the learned earth magnetic field and the earth field from the world magnetic model tables. A value of zero means to disable the use of the WMM tables.", + "DisplayName": "EarthField error limit", + "Range": { + "high": "500", + "low": "0" + }, + "Units": "mGauss", + "User": "Advanced" + }, + "EK2_MAG_I_GATE": { + "Description": "This sets the percentage number of standard deviations applied to the magnetometer measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.", + "DisplayName": "Magnetometer measurement gate size", + "Increment": "25", + "Range": { + "high": "1000", + "low": "100" + }, + "User": "Advanced" + }, + "EK2_MAG_MASK": { + "Bitmask": { + "0": "FirstEKF", + "1": "SecondEKF", + "2": "ThirdEKF", + "3": "FourthEKF", + "4": "FifthEKF", + "5": "SixthEKF" + }, + "Description": "1 byte bitmap of EKF cores that will disable magnetic field states and use simple magnetic heading fusion at all times. This parameter enables specified cores to be used as a backup for flight into an environment with high levels of external magnetic interference which may degrade the EKF attitude estimate when using 3-axis magnetometer fusion. NOTE : Use of a different magnetometer fusion algorithm on different cores makes unwanted EKF core switches due to magnetometer errors more likely.", + "DisplayName": "Bitmask of active EKF cores that will always use heading fusion", + "RebootRequired": "True", + "User": "Advanced" + }, + "EK2_MAG_M_NSE": { + "Description": "This is the RMS value of noise in magnetometer measurements. Increasing it reduces the weighting on these measurements.", + "DisplayName": "Magnetometer measurement noise (Gauss)", + "Increment": "0.01", + "Range": { + "high": "0.5", + "low": "0.01" + }, + "Units": "Gauss", + "User": "Advanced" + }, + "EK2_MAX_FLOW": { + "Description": "This sets the magnitude maximum optical flow rate in rad/sec that will be accepted by the filter", + "DisplayName": "Maximum valid optical flow rate", + "Increment": "0.1", + "Range": { + "high": "4.0", + "low": "1.0" + }, + "Units": "rad/s", + "User": "Advanced" + }, + "EK2_NOAID_M_NSE": { + "Description": "This sets the amount of position variation that the EKF allows for when operating without external measurements (eg GPS or optical flow). Increasing this parameter makes the EKF attitude estimate less sensitive to vehicle manoeuvres but more sensitive to IMU errors.", + "DisplayName": "Non-GPS operation position uncertainty (m)", + "Range": { + "high": "50.0", + "low": "0.5" + }, + "Units": "m", + "User": "Advanced" + }, + "EK2_OGN_HGT_MASK": { + "Bitmask": { + "0": "Correct when using Baro height", + "1": "Correct when using range finder height", + "2": "Apply corrections to local position" + }, + "Description": "When a height sensor other than GPS is used as the primary height source by the EKF, the position of the zero height datum is defined by that sensor and its frame of reference. If a GPS height measurement is also available, then the height of the WGS-84 height datum used by the EKF can be corrected so that the height returned by the getLLH() function is compensated for primary height sensor drift and change in datum over time. The first two bit positions control when the height datum will be corrected. Correction is performed using a Bayes filter and only operates when GPS quality permits. The third bit position controls where the corrections to the GPS reference datum are applied. Corrections can be applied to the local vertical position or to the reported EKF origin height (default).", + "DisplayName": "Bitmask control of EKF reference height correction", + "RebootRequired": "True", + "User": "Advanced" + }, + "EK2_POSNE_M_NSE": { + "Description": "This sets the GPS horizontal position observation noise. Increasing it reduces the weighting of GPS horizontal position measurements.", + "DisplayName": "GPS horizontal position measurement noise (m)", + "Increment": "0.1", + "Range": { + "high": "10.0", + "low": "0.1" + }, + "Units": "m", + "User": "Advanced" + }, + "EK2_POS_I_GATE": { + "Description": "This sets the percentage number of standard deviations applied to the GPS position measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.", + "DisplayName": "GPS position measurement gate size", + "Increment": "25", + "Range": { + "high": "1000", + "low": "100" + }, + "User": "Advanced" + }, + "EK2_RNG_I_GATE": { + "Description": "This sets the percentage number of standard deviations applied to the range finder innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.", + "DisplayName": "Range finder measurement gate size", + "Increment": "25", + "Range": { + "high": "1000", + "low": "100" + }, + "User": "Advanced" + }, + "EK2_RNG_M_NSE": { + "Description": "This is the RMS value of noise in the range finder measurement. Increasing it reduces the weighting on this measurement.", + "DisplayName": "Range finder measurement noise (m)", + "Increment": "0.1", + "Range": { + "high": "10.0", + "low": "0.1" + }, + "Units": "m", + "User": "Advanced" + }, + "EK2_RNG_USE_HGT": { + "Description": "Range finder can be used as the primary height source when below this percentage of its maximum range (see RNGFND_MAX_CM). This will not work unless Baro or GPS height is selected as the primary height source vis EK2_ALT_SOURCE = 0 or 2 respectively. This feature should not be used for terrain following as it is designed for vertical takeoff and landing with climb above the range finder use height before commencing the mission, and with horizontal position changes below that height being limited to a flat region around the takeoff and landing point.", + "DisplayName": "Range finder switch height percentage", + "Increment": "1", + "Range": { + "high": "70", + "low": "-1" + }, + "Units": "%", + "User": "Advanced" + }, + "EK2_RNG_USE_SPD": { + "Description": "The range finder will not be used as the primary height source when the horizontal ground speed is greater than this value.", + "DisplayName": "Range finder max ground speed", + "Increment": "0.5", + "Range": { + "high": "6.0", + "low": "2.0" + }, + "Units": "m/s", + "User": "Advanced" + }, + "EK2_TAU_OUTPUT": { + "Description": "Sets the time constant of the output complementary filter/predictor in centi-seconds.", + "DisplayName": "Output complementary filter time constant (centi-sec)", + "Increment": "5", + "Range": { + "high": "50", + "low": "10" + }, + "Units": "cs", + "User": "Advanced" + }, + "EK2_TERR_GRAD": { + "Description": "Specifies the maximum gradient of the terrain below the vehicle assumed when it is fusing range finder or optical flow to estimate terrain height.", + "DisplayName": "Maximum terrain gradient", + "Increment": "0.01", + "Range": { + "high": "0.2", + "low": "0" + }, + "User": "Advanced" + }, + "EK2_VELD_M_NSE": { + "Description": "This sets a lower limit on the speed accuracy reported by the GPS receiver that is used to set vertical velocity observation noise. If the model of receiver used does not provide a speed accurcy estimate, then the parameter value will be used. Increasing it reduces the weighting of the GPS vertical velocity measurements.", + "DisplayName": "GPS vertical velocity measurement noise (m/s)", + "Increment": "0.05", + "Range": { + "high": "5.0", + "low": "0.05" + }, + "Units": "m/s", + "User": "Advanced" + }, + "EK2_VELNE_M_NSE": { + "Description": "This sets a lower limit on the speed accuracy reported by the GPS receiver that is used to set horizontal velocity observation noise. If the model of receiver used does not provide a speed accurcy estimate, then the parameter value will be used. Increasing it reduces the weighting of the GPS horizontal velocity measurements.", + "DisplayName": "GPS horizontal velocity measurement noise (m/s)", + "Increment": "0.05", + "Range": { + "high": "5.0", + "low": "0.05" + }, + "Units": "m/s", + "User": "Advanced" + }, + "EK2_VEL_I_GATE": { + "Description": "This sets the percentage number of standard deviations applied to the GPS velocity measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.", + "DisplayName": "GPS velocity innovation gate size", + "Increment": "25", + "Range": { + "high": "1000", + "low": "100" + }, + "User": "Advanced" + }, + "EK2_WIND_PSCALE": { + "Description": "This controls how much the process noise on the wind states is increased when gaining or losing altitude to take into account changes in wind speed and direction with altitude. Increasing this parameter increases how rapidly the wind states adapt when changing altitude, but does make wind velocity estimation noiser.", + "DisplayName": "Height rate to wind process noise scaler", + "Increment": "0.1", + "Range": { + "high": "1.0", + "low": "0.0" + }, + "User": "Advanced" + }, + "EK2_WIND_P_NSE": { + "Description": "This state process noise controls the growth of wind state error estimates. Increasing it makes wind estimation faster and noisier.", + "DisplayName": "Wind velocity process noise (m/s^2)", + "Increment": "0.1", + "Range": { + "high": "1.0", + "low": "0.01" + }, + "Units": "m/s/s", + "User": "Advanced" + }, + "EK2_YAW_I_GATE": { + "Description": "This sets the percentage number of standard deviations applied to the magnetometer yaw measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.", + "DisplayName": "Yaw measurement gate size", + "Increment": "25", + "Range": { + "high": "1000", + "low": "100" + }, + "User": "Advanced" + }, + "EK2_YAW_M_NSE": { + "Description": "This is the RMS value of noise in yaw measurements from the magnetometer. Increasing it reduces the weighting on these measurements.", + "DisplayName": "Yaw measurement noise (rad)", + "Increment": "0.05", + "Range": { + "high": "1.0", + "low": "0.05" + }, + "Units": "rad", + "User": "Advanced" + } + }, + "EK3_": { + "EK3_ABIAS_P_NSE": { + "Description": "This noise controls the growth of the vertical accelerometer delta velocity bias state error estimate. Increasing it makes accelerometer bias estimation faster and noisier.", + "DisplayName": "Accelerometer bias stability (m/s^3)", + "Range": { + "high": "0.02", + "low": "0.00001" + }, + "Units": "m/s/s/s", + "User": "Advanced" + }, + "EK3_ACC_BIAS_LIM": { + "Description": "The accelerometer bias state will be limited to +- this value", + "DisplayName": "Accelerometer bias limit", + "Increment": "0.1", + "Range": { + "high": "2.5", + "low": "0.5" + }, + "Units": "m/s/s", + "User": "Advanced" + }, + "EK3_ACC_P_NSE": { + "Description": "This control disturbance noise controls the growth of estimated error due to accelerometer measurement errors excluding bias. Increasing it makes the flter trust the accelerometer measurements less and other measurements more.", + "DisplayName": "Accelerometer noise (m/s^2)", + "Increment": "0.01", + "Range": { + "high": "1.0", + "low": "0.01" + }, + "Units": "m/s/s", + "User": "Advanced" + }, + "EK3_AFFINITY": { + "Bitmask": { + "0": "EnableGPSAffinity", + "1": "EnableBaroAffinity", + "2": "EnableCompassAffinity", + "3": "EnableAirspeedAffinity" + }, + "Description": "These options control the affinity between sensor instances and EKF cores", + "DisplayName": "EKF3 Sensor Affinity Options", + "RebootRequired": "True", + "User": "Advanced" + }, + "EK3_ALT_M_NSE": { + "Description": "This is the RMS value of noise in the altitude measurement. Increasing it reduces the weighting of the baro measurement and will make the filter respond more slowly to baro measurement errors, but will make it more sensitive to GPS and accelerometer errors. A larger value for EK3_ALT_M_NSE may be required when operating with EK3_SRCx_POSZ = 0. This parameter also sets the noise for the 'synthetic' zero height measurement that is used when EK3_SRCx_POSZ = 0.", + "DisplayName": "Altitude measurement noise (m)", + "Increment": "0.1", + "Range": { + "high": "100.0", + "low": "0.1" + }, + "Units": "m", + "User": "Advanced" + }, + "EK3_BCN_DELAY": { + "Description": "This is the number of msec that the range beacon measurements lag behind the inertial measurements.", + "DisplayName": "Range beacon measurement delay (msec)", + "Increment": "10", + "Range": { + "high": "250", + "low": "0" + }, + "RebootRequired": "True", + "Units": "ms", + "User": "Advanced" + }, + "EK3_BCN_I_GTE": { + "Description": "This sets the percentage number of standard deviations applied to the range beacon measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.", + "DisplayName": "Range beacon measurement gate size", + "Increment": "25", + "Range": { + "high": "1000", + "low": "100" + }, + "User": "Advanced" + }, + "EK3_BCN_M_NSE": { + "Description": "This is the RMS value of noise in the range beacon measurement. Increasing it reduces the weighting on this measurement.", + "DisplayName": "Range beacon measurement noise (m)", + "Increment": "0.1", + "Range": { + "high": "10.0", + "low": "0.1" + }, + "Units": "m", + "User": "Advanced" + }, + "EK3_BETA_MASK": { + "Bitmask": { + "0": "Always", + "1": "WhenNoYawSensor" + }, + "Description": "1 byte bitmap controlling use of sideslip angle fusion for estimation of non wind states during operation of 'fly forward' vehicle types such as fixed wing planes. By assuming that the angle of sideslip is small, the wind velocity state estimates are corrected whenever the EKF is not dead reckoning (e.g. has an independent velocity or position sensor such as GPS). This behaviour is on by default and cannot be disabled. When the EKF is dead reckoning, the wind states are used as a reference, enabling use of the small angle of sideslip assumption to correct non wind velocity states (eg attitude, velocity, position, etc) and improve navigation accuracy. This behaviour is on by default and cannot be disabled. The behaviour controlled by this parameter is the use of the small angle of sideslip assumption to correct non wind velocity states when the EKF is NOT dead reckoning. This is primarily of benefit to reduce the buildup of yaw angle errors during straight and level flight without a yaw sensor (e.g. magnetometer or dual antenna GPS yaw) provided aerobatic flight maneuvers with large sideslip angles are not performed. The 'always' option might be used where the yaw sensor is intentionally not fitted or disabled. The 'WhenNoYawSensor' option might be used if a yaw sensor is fitted, but protection against in-flight failure and continual rejection by the EKF is desired. For vehicles operated within visual range of the operator performing frequent turning maneuvers, setting this parameter is unnecessary.", + "DisplayName": "Bitmask controlling sidelip angle fusion", + "RebootRequired": "True", + "User": "Advanced" + }, + "EK3_CHECK_SCALE": { + "Description": "This scales the thresholds that are used to check GPS accuracy before it is used by the EKF. A value of 100 is the default. Values greater than 100 increase and values less than 100 reduce the maximum GPS error the EKF will accept. A value of 200 will double the allowable GPS error.", + "DisplayName": "GPS accuracy check scaler (%)", + "Range": { + "high": "200", + "low": "50" + }, + "Units": "%", + "User": "Advanced" + }, + "EK3_DRAG_BCOEF_X": { + "Description": "Ratio of mass to drag coefficient measured along the X body axis. This parameter enables estimation of wind drift for vehicles with bluff bodies and without propulsion forces in the X and Y direction (eg multicopters). The drag produced by this effect scales with speed squared. Set to a postive value > 1.0 to enable. A starting value is the mass in Kg divided by the frontal area. The predicted drag from the rotors is specified separately by the EK3_DRAG_MCOEF parameter.", + "DisplayName": "Ballistic coefficient for X axis drag", + "Range": { + "high": "1000.0", + "low": "0.0" + }, + "Units": "kg/m/m", + "User": "Advanced" + }, + "EK3_DRAG_BCOEF_Y": { + "Description": "Ratio of mass to drag coefficient measured along the Y body axis. This parameter enables estimation of wind drift for vehicles with bluff bodies and without propulsion forces in the X and Y direction (eg multicopters). The drag produced by this effect scales with speed squared. Set to a postive value > 1.0 to enable. A starting value is the mass in Kg divided by the side area. The predicted drag from the rotors is specified separately by the EK3_DRAG_MCOEF parameter.", + "DisplayName": "Ballistic coefficient for Y axis drag", + "Range": { + "high": "1000.0", + "low": "50.0" + }, + "Units": "kg/m/m", + "User": "Advanced" + }, + "EK3_DRAG_MCOEF": { + "Description": "This parameter is used to predict the drag produced by the rotors when flying a multi-copter, enabling estimation of wind drift. The drag produced by this effect scales with speed not speed squared and is produced because some of the air velocity normal to the rotors axis of rotation is lost when passing through the rotor disc which changes the momentum of the airflow causing drag. For unducted rotors the effect is roughly proportional to the area of the propeller blades when viewed side on and changes with different propellers. It is higher for ducted rotors. For example if flying at 15 m/s at sea level conditions produces a rotor induced drag acceleration of 1.5 m/s/s, then EK3_DRAG_MCOEF would be set to 0.1 = (1.5/15.0). Set EK3_MCOEF to a postive value to enable wind estimation using this drag effect. To account for the drag produced by the body which scales with speed squared, see documentation for the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters.", + "DisplayName": "Momentum coefficient for propeller drag", + "Increment": "0.01", + "Range": { + "high": "1.0", + "low": "0.0" + }, + "Units": "1/s", + "User": "Advanced" + }, + "EK3_DRAG_M_NSE": { + "Description": "This sets the amount of noise used when fusing X and Y acceleration as an observation that enables esitmation of wind velocity for multi-rotor vehicles. This feature is enabled by the EK3_DRAG_BCOEF_X and EK3_DRAG_BCOEF_Y parameters", + "DisplayName": "Observation noise for drag acceleration", + "Increment": "0.1", + "Range": { + "high": "2.0", + "low": "0.1" + }, + "Units": "m/s/s", + "User": "Advanced" + }, + "EK3_EAS_I_GATE": { + "Description": "This sets the percentage number of standard deviations applied to the airspeed measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.", + "DisplayName": "Airspeed measurement gate size", + "Increment": "25", + "Range": { + "high": "1000", + "low": "100" + }, + "User": "Advanced" + }, + "EK3_EAS_M_NSE": { + "Description": "This is the RMS value of noise in equivalent airspeed measurements used by planes. Increasing it reduces the weighting of airspeed measurements and will make wind speed estimates less noisy and slower to converge. Increasing also increases navigation errors when dead-reckoning without GPS measurements.", + "DisplayName": "Equivalent airspeed measurement noise (m/s)", + "Increment": "0.1", + "Range": { + "high": "5.0", + "low": "0.5" + }, + "Units": "m/s", + "User": "Advanced" + }, + "EK3_ENABLE": { + "Description": "This enables EKF3. Enabling EKF3 only makes the maths run, it does not mean it will be used for flight control. To use it for flight control set AHRS_EKF_TYPE=3. A reboot or restart will need to be performed after changing the value of EK3_ENABLE for it to take effect.", + "DisplayName": "Enable EKF3", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "EK3_ERR_THRESH": { + "Description": "lanes have to be consistently better than the primary by at least this threshold to reduce their overall relativeCoreError, lowering this makes lane switching more sensitive to smaller error differences", + "DisplayName": "EKF3 Lane Relative Error Sensitivity Threshold", + "Increment": "0.05", + "Range": { + "high": "1", + "low": "0.05" + }, + "User": "Advanced" + }, + "EK3_FLOW_DELAY": { + "Description": "This is the number of msec that the optical flow measurements lag behind the inertial measurements. It is the time from the end of the optical flow averaging period and does not include the time delay due to the 100msec of averaging within the flow sensor.", + "DisplayName": "Optical Flow measurement delay (msec)", + "Increment": "10", + "Range": { + "high": "250", + "low": "0" + }, + "RebootRequired": "True", + "Units": "ms", + "User": "Advanced" + }, + "EK3_FLOW_I_GATE": { + "Description": "This sets the percentage number of standard deviations applied to the optical flow innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.", + "DisplayName": "Optical Flow measurement gate size", + "Increment": "25", + "Range": { + "high": "1000", + "low": "100" + }, + "User": "Advanced" + }, + "EK3_FLOW_M_NSE": { + "Description": "This is the RMS value of noise and errors in optical flow measurements. Increasing it reduces the weighting on these measurements.", + "DisplayName": "Optical flow measurement noise (rad/s)", + "Increment": "0.05", + "Range": { + "high": "1.0", + "low": "0.05" + }, + "Units": "rad/s", + "User": "Advanced" + }, + "EK3_FLOW_USE": { + "Description": "Controls if the optical flow data is fused into the 24-state navigation estimator OR the 1-state terrain height estimator.", + "DisplayName": "Optical flow use bitmask", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "None", + "1": "Navigation", + "2": "Terrain" + } + }, + "EK3_GBIAS_P_NSE": { + "Description": "This state process noise controls growth of the gyro delta angle bias state error estimate. Increasing it makes rate gyro bias estimation faster and noisier.", + "DisplayName": "Rate gyro bias stability (rad/s/s)", + "Range": { + "high": "0.001", + "low": "0.00001" + }, + "Units": "rad/s/s", + "User": "Advanced" + }, + "EK3_GLITCH_RAD": { + "Description": "This controls the maximum radial uncertainty in position between the value predicted by the filter and the value measured by the GPS before the filter position and velocity states are reset to the GPS. Making this value larger allows the filter to ignore larger GPS glitches but also means that non-GPS errors such as IMU and compass can create a larger error in position before the filter is forced back to the GPS position. If EK3_GLITCH_RAD set to 0 the GPS innovations will be clipped instead of rejected if they exceed the gate size set by EK3_VEL_I_GATE and EK3_POS_I_GATE which can be useful if poor quality sensor data is causing GPS rejection and loss of navigation but does make the EKF more susceptible to GPS glitches. If setting EK3_GLITCH_RAD to 0 it is recommended to reduce EK3_VEL_I_GATE and EK3_POS_I_GATE to 300.", + "DisplayName": "GPS glitch radius gate size (m)", + "Increment": "5", + "Range": { + "high": "100", + "low": "10" + }, + "Units": "m", + "User": "Advanced" + }, + "EK3_GND_EFF_DZ": { + "Description": "This parameter sets the size of the dead zone that is applied to negative baro height spikes that can occur when taking off or landing when a vehicle with lift rotors is operating in ground effect ground effect. Set to about 0.5m less than the amount of negative offset in baro height that occurs just prior to takeoff when lift motors are spooling up. Set to 0 if no ground effect is present.", + "DisplayName": "Baro height ground effect dead zone", + "Increment": "0.5", + "Range": { + "high": "10.0", + "low": "0.0" + }, + "User": "Advanced" + }, + "EK3_GPS_CHECK": { + "Bitmask": { + "0": "NSats", + "1": "HDoP", + "2": "speed error", + "3": "position error", + "4": "yaw error", + "5": "pos drift", + "6": "vert speed", + "7": "horiz speed" + }, + "Description": "This is a 1 byte bitmap controlling which GPS preflight checks are performed. Set to 0 to bypass all checks. Set to 255 perform all checks. Set to 3 to check just the number of satellites and HDoP. Set to 31 for the most rigorous checks that will still allow checks to pass when the copter is moving, eg launch from a boat.", + "DisplayName": "GPS preflight check", + "User": "Advanced" + }, + "EK3_GPS_VACC_MAX": { + "Description": "Vertical accuracy threshold for GPS as the altitude source. The GPS will not be used as an altitude source if the reported vertical accuracy of the GPS is larger than this threshold, falling back to baro instead. Set to zero to deactivate the threshold check.", + "DisplayName": "GPS vertical accuracy threshold", + "Increment": "0.1", + "Range": { + "high": "10.0", + "low": "0.0" + }, + "Units": "m", + "User": "Advanced" + }, + "EK3_GSF_RST_MAX": { + "Description": "Sets the maximum number of times the EKF3 will be allowed to reset its yaw to the estimate from the EKF-GSF yaw estimator. No resets will be allowed unless the use of the EKF-GSF yaw estimate is enabled via the EK3_GSF_USE_MASK parameter.", + "DisplayName": "Maximum number of resets to the EKF-GSF yaw estimate allowed", + "Increment": "1", + "Range": { + "high": "10", + "low": "1" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "EK3_GSF_RUN_MASK": { + "Bitmask": { + "0": "FirstEKF", + "1": "SecondEKF", + "2": "ThirdEKF", + "3": "FourthEKF", + "4": "FifthEKF", + "5": "SixthEKF" + }, + "Description": "1 byte bitmap of which EKF3 instances run an independant EKF-GSF yaw estimator to provide a backup yaw estimate that doesn't rely on magnetometer data. This estimator uses IMU, GPS and, if available, airspeed data. EKF-GSF yaw estimator data for the primary EKF3 instance will be logged as GSF0 and GSF1 messages. Use of the yaw estimate generated by this algorithm is controlled by the EK3_GSF_USE_MASK and EK3_GSF_RST_MAX parameters. To run the EKF-GSF yaw estimator in ride-along and logging only, set EK3_GSF_USE to 0. ", + "DisplayName": "Bitmask of which EKF-GSF yaw estimators run", + "RebootRequired": "True", + "User": "Advanced" + }, + "EK3_GSF_USE_MASK": { + "Bitmask": { + "0": "FirstEKF", + "1": "SecondEKF", + "2": "ThirdEKF", + "3": "FourthEKF", + "4": "FifthEKF", + "5": "SixthEKF" + }, + "Description": "A bitmask of which EKF3 instances will use the output from the EKF-GSF yaw estimator that has been turned on by the EK3_GSF_RUN_MASK parameter. If the inertial navigation calculation stops following the GPS, then the vehicle code can request EKF3 to attempt to resolve the issue, either by performing a yaw reset if enabled by this parameter by switching to another EKF3 instance.", + "DisplayName": "Bitmask of which EKF-GSF yaw estimators are used", + "RebootRequired": "True", + "User": "Advanced" + }, + "EK3_GYRO_P_NSE": { + "Description": "This control disturbance noise controls the growth of estimated error due to gyro measurement errors excluding bias. Increasing it makes the flter trust the gyro measurements less and other measurements more.", + "DisplayName": "Rate gyro noise (rad/s)", + "Increment": "0.0001", + "Range": { + "high": "0.1", + "low": "0.0001" + }, + "Units": "rad/s", + "User": "Advanced" + }, + "EK3_HGT_DELAY": { + "Description": "This is the number of msec that the Height measurements lag behind the inertial measurements.", + "DisplayName": "Height measurement delay (msec)", + "Increment": "10", + "Range": { + "high": "250", + "low": "0" + }, + "RebootRequired": "True", + "Units": "ms", + "User": "Advanced" + }, + "EK3_HGT_I_GATE": { + "Description": "This sets the percentage number of standard deviations applied to the height measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted. If EK3_GLITCH_RAD set to 0 the vertical position innovations will be clipped instead of rejected if they exceed the gate size and a smaller value of EK3_HGT_I_GATE not exceeding 300 is recommended to limit the effect of height sensor transient errors.", + "DisplayName": "Height measurement gate size", + "Increment": "25", + "Range": { + "high": "1000", + "low": "100" + }, + "User": "Advanced" + }, + "EK3_HRT_FILT": { + "Description": "Specifies the crossover frequency of the complementary filter used to calculate the output predictor height rate derivative.", + "DisplayName": "Height rate filter crossover frequency", + "Range": { + "high": "30.0", + "low": "0.1" + }, + "Units": "Hz" + }, + "EK3_IMU_MASK": { + "Bitmask": { + "0": "FirstIMU", + "1": "SecondIMU", + "2": "ThirdIMU", + "3": "FourthIMU", + "4": "FifthIMU", + "5": "SixthIMU" + }, + "Description": "1 byte bitmap of IMUs to use in EKF3. A separate instance of EKF3 will be started for each IMU selected. Set to 1 to use the first IMU only (default), set to 2 to use the second IMU only, set to 3 to use the first and second IMU. Additional IMU's can be used up to a maximum of 6 if memory and processing resources permit. There may be insufficient memory and processing resources to run multiple instances. If this occurs EKF3 will fail to start.", + "DisplayName": "Bitmask of active IMUs", + "RebootRequired": "True", + "User": "Advanced" + }, + "EK3_LOG_LEVEL": { + "Description": "Determines how verbose the EKF3 streaming logging is. A value of 0 provides full logging(default), a value of 1 only XKF4 scaled innovations are logged, a value of 2 both XKF4 and GSF are logged, and a value of 3 disables all streaming logging of EKF3.", + "DisplayName": "Logging Level", + "Increment": "1", + "Range": { + "high": "3", + "low": "0" + }, + "User": "Advanced" + }, + "EK3_MAGB_P_NSE": { + "Description": "This state process noise controls the growth of body magnetic field state error estimates. Increasing it makes magnetometer bias error estimation faster and noisier.", + "DisplayName": "Body magnetic field process noise (gauss/s)", + "Range": { + "high": "0.01", + "low": "0.00001" + }, + "Units": "Gauss/s", + "User": "Advanced" + }, + "EK3_MAGE_P_NSE": { + "Description": "This state process noise controls the growth of earth magnetic field state error estimates. Increasing it makes earth magnetic field estimation faster and noisier.", + "DisplayName": "Earth magnetic field process noise (gauss/s)", + "Range": { + "high": "0.01", + "low": "0.00001" + }, + "Units": "Gauss/s", + "User": "Advanced" + }, + "EK3_MAG_CAL": { + "Description": "This determines when the filter will use the 3-axis magnetometer fusion model that estimates both earth and body fixed magnetic field states and when it will use a simpler magnetic heading fusion model that does not use magnetic field states. The 3-axis magnetometer fusion is only suitable for use when the external magnetic field environment is stable. EK3_MAG_CAL = 0 uses heading fusion on ground, 3-axis fusion in-flight, and is the default setting for Plane users. EK3_MAG_CAL = 1 uses 3-axis fusion only when manoeuvring. EK3_MAG_CAL = 2 uses heading fusion at all times, is recommended if the external magnetic field is varying and is the default for rovers. EK3_MAG_CAL = 3 uses heading fusion on the ground and 3-axis fusion after the first in-air field and yaw reset has completed, and is the default for copters. EK3_MAG_CAL = 4 uses 3-axis fusion at all times. EK3_MAG_CAL = 5 uses an external yaw sensor with simple heading fusion. NOTE : Use of simple heading magnetometer fusion makes vehicle compass calibration and alignment errors harder for the EKF to detect which reduces the sensitivity of the Copter EKF failsafe algorithm. NOTE: The fusion mode can be forced to 2 for specific EKF cores using the EK3_MAG_MASK parameter. EK3_MAG_CAL = 6 uses an external yaw sensor with fallback to compass when the external sensor is not available if we are flying. NOTE: The fusion mode can be forced to 2 for specific EKF cores using the EK3_MAG_MASK parameter. NOTE: limited operation without a magnetometer or any other yaw sensor is possible by setting all COMPASS_USE, COMPASS_USE2, COMPASS_USE3, etc parameters to 0 and setting COMPASS_ENABLE to 0. If this is done, the EK3_GSF_RUN and EK3_GSF_USE masks must be set to the same as EK3_IMU_MASK. A yaw angle derived from IMU and GPS velocity data using a Gaussian Sum Filter (GSF) will then be used to align the yaw when flight commences and there is sufficient movement.", + "DisplayName": "Magnetometer default fusion mode", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "When flying", + "1": "When manoeuvring", + "2": "Never", + "3": "After first climb yaw reset", + "4": "Always", + "5": "Use external yaw sensor (Deprecated in 4.1+ see EK3_SRCn_YAW)", + "6": "External yaw sensor with compass fallback (Deprecated in 4.1+ see EK3_SRCn_YAW)" + } + }, + "EK3_MAG_EF_LIM": { + "Description": "This limits the difference between the learned earth magnetic field and the earth field from the world magnetic model tables. A value of zero means to disable the use of the WMM tables.", + "DisplayName": "EarthField error limit", + "Range": { + "high": "500", + "low": "0" + }, + "Units": "mGauss", + "User": "Advanced" + }, + "EK3_MAG_I_GATE": { + "Description": "This sets the percentage number of standard deviations applied to the magnetometer measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.", + "DisplayName": "Magnetometer measurement gate size", + "Increment": "25", + "Range": { + "high": "1000", + "low": "100" + }, + "User": "Advanced" + }, + "EK3_MAG_MASK": { + "Bitmask": { + "0": "FirstEKF", + "1": "SecondEKF", + "2": "ThirdEKF", + "3": "FourthEKF", + "4": "FifthEKF", + "5": "SixthEKF" + }, + "Description": "1 byte bitmap of EKF cores that will disable magnetic field states and use simple magnetic heading fusion at all times. This parameter enables specified cores to be used as a backup for flight into an environment with high levels of external magnetic interference which may degrade the EKF attitude estimate when using 3-axis magnetometer fusion. NOTE : Use of a different magnetometer fusion algorithm on different cores makes unwanted EKF core switches due to magnetometer errors more likely.", + "DisplayName": "Bitmask of active EKF cores that will always use heading fusion", + "RebootRequired": "True", + "User": "Advanced" + }, + "EK3_MAG_M_NSE": { + "Description": "This is the RMS value of noise in magnetometer measurements. Increasing it reduces the weighting on these measurements.", + "DisplayName": "Magnetometer measurement noise (Gauss)", + "Increment": "0.01", + "Range": { + "high": "0.5", + "low": "0.01" + }, + "Units": "Gauss", + "User": "Advanced" + }, + "EK3_MAX_FLOW": { + "Description": "This sets the magnitude maximum optical flow rate in rad/sec that will be accepted by the filter", + "DisplayName": "Maximum valid optical flow rate", + "Increment": "0.1", + "Range": { + "high": "4.0", + "low": "1.0" + }, + "Units": "rad/s", + "User": "Advanced" + }, + "EK3_NOAID_M_NSE": { + "Description": "This sets the amount of position variation that the EKF allows for when operating without external measurements (eg GPS or optical flow). Increasing this parameter makes the EKF attitude estimate less sensitive to vehicle manoeuvres but more sensitive to IMU errors.", + "DisplayName": "Non-GPS operation position uncertainty (m)", + "Range": { + "high": "50.0", + "low": "0.5" + }, + "Units": "m", + "User": "Advanced" + }, + "EK3_OGNM_TEST_SF": { + "Description": "This parameter is adjust the sensitivity of the on ground not moving test which is used to assist with learning the yaw gyro bias and stopping yaw drift before flight when operating without a yaw sensor. Bigger values allow the detection of a not moving condition with noiser IMU data. Check the XKFM data logged when the vehicle is on ground not moving and adjust the value of OGNM_TEST_SF to be slightly higher than the maximum value of the XKFM.ADR, XKFM.ALR, XKFM.GDR and XKFM.GLR test levels.", + "DisplayName": "On ground not moving test scale factor", + "Increment": "0.5", + "Range": { + "high": "10.0", + "low": "1.0" + }, + "User": "Advanced" + }, + "EK3_OGN_HGT_MASK": { + "Bitmask": { + "0": "Correct when using Baro height", + "1": "Correct when using range finder height", + "2": "Apply corrections to local position" + }, + "Description": "When a height sensor other than GPS is used as the primary height source by the EKF, the position of the zero height datum is defined by that sensor and its frame of reference. If a GPS height measurement is also available, then the height of the WGS-84 height datum used by the EKF can be corrected so that the height returned by the getLLH() function is compensated for primary height sensor drift and change in datum over time. The first two bit positions control when the height datum will be corrected. Correction is performed using a Bayes filter and only operates when GPS quality permits. The third bit position controls where the corrections to the GPS reference datum are applied. Corrections can be applied to the local vertical position or to the reported EKF origin height (default).", + "DisplayName": "Bitmask control of EKF reference height correction", + "RebootRequired": "True", + "User": "Advanced" + }, + "EK3_POSNE_M_NSE": { + "Description": "This sets the GPS horizontal position observation noise. Increasing it reduces the weighting of GPS horizontal position measurements.", + "DisplayName": "GPS horizontal position measurement noise (m)", + "Increment": "0.1", + "Range": { + "high": "10.0", + "low": "0.1" + }, + "Units": "m", + "User": "Advanced" + }, + "EK3_POS_I_GATE": { + "Description": "This sets the percentage number of standard deviations applied to the GPS position measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted. If EK3_GLITCH_RAD has been set to 0 the horizontal position innovations will be clipped instead of rejected if they exceed the gate size so a smaller value of EK3_POS_I_GATE not exceeding 300 is recommended to limit the effect of GPS transient errors.", + "DisplayName": "GPS position measurement gate size", + "Increment": "25", + "Range": { + "high": "1000", + "low": "100" + }, + "User": "Advanced" + }, + "EK3_PRIMARY": { + "Description": "The core number (index in IMU mask) that will be used as the primary EKF core on startup. While disarmed the EKF will force the use of this core. A value of 0 corresponds to the first IMU in EK3_IMU_MASK.", + "DisplayName": "Primary core number", + "Increment": "1", + "Range": { + "high": "2", + "low": "0" + }, + "User": "Advanced" + }, + "EK3_RNG_I_GATE": { + "Description": "This sets the percentage number of standard deviations applied to the range finder innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.", + "DisplayName": "Range finder measurement gate size", + "Increment": "25", + "Range": { + "high": "1000", + "low": "100" + }, + "User": "Advanced" + }, + "EK3_RNG_M_NSE": { + "Description": "This is the RMS value of noise in the range finder measurement. Increasing it reduces the weighting on this measurement.", + "DisplayName": "Range finder measurement noise (m)", + "Increment": "0.1", + "Range": { + "high": "10.0", + "low": "0.1" + }, + "Units": "m", + "User": "Advanced" + }, + "EK3_RNG_USE_HGT": { + "Description": "Range finder can be used as the primary height source when below this percentage of its maximum range (see RNGFNDx_MAX_CM) and the primary height source is Baro or GPS (see EK3_SRCx_POSZ). This feature should not be used for terrain following as it is designed for vertical takeoff and landing with climb above the range finder use height before commencing the mission, and with horizontal position changes below that height being limited to a flat region around the takeoff and landing point.", + "DisplayName": "Range finder switch height percentage", + "Increment": "1", + "Range": { + "high": "70", + "low": "-1" + }, + "Units": "%", + "User": "Advanced" + }, + "EK3_RNG_USE_SPD": { + "Description": "The range finder will not be used as the primary height source when the horizontal ground speed is greater than this value.", + "DisplayName": "Range finder max ground speed", + "Increment": "0.5", + "Range": { + "high": "6.0", + "low": "2.0" + }, + "Units": "m/s", + "User": "Advanced" + }, + "EK3_TAU_OUTPUT": { + "Description": "Sets the time constant of the output complementary filter/predictor in centi-seconds.", + "DisplayName": "Output complementary filter time constant (centi-sec)", + "Increment": "5", + "Range": { + "high": "50", + "low": "10" + }, + "Units": "cs", + "User": "Advanced" + }, + "EK3_TERR_GRAD": { + "Description": "Specifies the maximum gradient of the terrain below the vehicle when it is using range finder as a height reference", + "DisplayName": "Maximum terrain gradient", + "Increment": "0.01", + "Range": { + "high": "0.2", + "low": "0" + }, + "User": "Advanced" + }, + "EK3_VELD_M_NSE": { + "Description": "This sets a lower limit on the speed accuracy reported by the GPS receiver that is used to set vertical velocity observation noise. If the model of receiver used does not provide a speed accurcy estimate, then the parameter value will be used. Increasing it reduces the weighting of the GPS vertical velocity measurements.", + "DisplayName": "GPS vertical velocity measurement noise (m/s)", + "Increment": "0.05", + "Range": { + "high": "5.0", + "low": "0.05" + }, + "Units": "m/s", + "User": "Advanced" + }, + "EK3_VELNE_M_NSE": { + "Description": "This sets a lower limit on the speed accuracy reported by the GPS receiver that is used to set horizontal velocity observation noise. If the model of receiver used does not provide a speed accurcy estimate, then the parameter value will be used. Increasing it reduces the weighting of the GPS horizontal velocity measurements.", + "DisplayName": "GPS horizontal velocity measurement noise (m/s)", + "Increment": "0.05", + "Range": { + "high": "5.0", + "low": "0.05" + }, + "Units": "m/s", + "User": "Advanced" + }, + "EK3_VEL_I_GATE": { + "Description": "This sets the percentage number of standard deviations applied to the GPS velocity measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted. If EK3_GLITCH_RAD set to 0 the velocity innovations will be clipped instead of rejected if they exceed the gate size and a smaller value of EK3_VEL_I_GATE not exceeding 300 is recommended to limit the effect of GPS transient errors.", + "DisplayName": "GPS velocity innovation gate size", + "Increment": "25", + "Range": { + "high": "1000", + "low": "100" + }, + "User": "Advanced" + }, + "EK3_VIS_VERR_MAX": { + "Description": "This is the 1-STD odometry velocity observation error that will be assumed when minimum quality is reported by the sensor. When quality is between max and min, the error will be calculated using linear interpolation between VIS_VERR_MIN and VIS_VERR_MAX.", + "DisplayName": "Visual odometry maximum velocity error", + "Increment": "0.1", + "Range": { + "high": "5.0", + "low": "0.5" + }, + "Units": "m/s", + "User": "Advanced" + }, + "EK3_VIS_VERR_MIN": { + "Description": "This is the 1-STD odometry velocity observation error that will be assumed when maximum quality is reported by the sensor. When quality is between max and min, the error will be calculated using linear interpolation between VIS_VERR_MIN and VIS_VERR_MAX.", + "DisplayName": "Visual odometry minimum velocity error", + "Increment": "0.05", + "Range": { + "high": "0.5", + "low": "0.05" + }, + "Units": "m/s", + "User": "Advanced" + }, + "EK3_WENC_VERR": { + "Description": "This is the 1-STD odometry velocity observation error that will be assumed when wheel encoder data is being fused.", + "DisplayName": "Wheel odometry velocity error", + "Increment": "0.1", + "Range": { + "high": "1.0", + "low": "0.01" + }, + "Units": "m/s", + "User": "Advanced" + }, + "EK3_WIND_PSCALE": { + "Description": "This controls how much the process noise on the wind states is increased when gaining or losing altitude to take into account changes in wind speed and direction with altitude. Increasing this parameter increases how rapidly the wind states adapt when changing altitude, but does make wind velocity estimation noiser.", + "DisplayName": "Height rate to wind process noise scaler", + "Increment": "0.1", + "Range": { + "high": "2.0", + "low": "0.0" + }, + "User": "Advanced" + }, + "EK3_WIND_P_NSE": { + "Description": "This state process noise controls the growth of wind state error estimates. Increasing it makes wind estimation faster and noisier.", + "DisplayName": "Wind velocity process noise (m/s^2)", + "Increment": "0.1", + "Range": { + "high": "2.0", + "low": "0.01" + }, + "Units": "m/s/s", + "User": "Advanced" + }, + "EK3_YAW_I_GATE": { + "Description": "This sets the percentage number of standard deviations applied to the magnetometer yaw measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.", + "DisplayName": "Yaw measurement gate size", + "Increment": "25", + "Range": { + "high": "1000", + "low": "100" + }, + "User": "Advanced" + }, + "EK3_YAW_M_NSE": { + "Description": "This is the RMS value of noise in yaw measurements from the magnetometer. Increasing it reduces the weighting on these measurements.", + "DisplayName": "Yaw measurement noise (rad)", + "Increment": "0.05", + "Range": { + "high": "1.0", + "low": "0.05" + }, + "Units": "rad", + "User": "Advanced" + } + }, + "EK3_SRC": { + "EK3_SRC1_POSXY": { + "Description": "Position Horizontal Source (Primary)", + "DisplayName": "Position Horizontal Source (Primary)", + "User": "Advanced", + "Values": { + "0": "None", + "3": "GPS", + "4": "Beacon", + "6": "ExternalNav" + } + }, + "EK3_SRC1_POSZ": { + "Description": "Position Vertical Source", + "DisplayName": "Position Vertical Source", + "User": "Advanced", + "Values": { + "0": "None", + "1": "Baro", + "2": "RangeFinder", + "3": "GPS", + "4": "Beacon", + "6": "ExternalNav" + } + }, + "EK3_SRC1_VELXY": { + "Description": "Velocity Horizontal Source", + "DisplayName": "Velocity Horizontal Source", + "User": "Advanced", + "Values": { + "0": "None", + "3": "GPS", + "4": "Beacon", + "5": "OpticalFlow", + "6": "ExternalNav", + "7": "WheelEncoder" + } + }, + "EK3_SRC1_VELZ": { + "Description": "Velocity Vertical Source", + "DisplayName": "Velocity Vertical Source", + "User": "Advanced", + "Values": { + "0": "None", + "3": "GPS", + "4": "Beacon", + "6": "ExternalNav" + } + }, + "EK3_SRC1_YAW": { + "Description": "Yaw Source", + "DisplayName": "Yaw Source", + "User": "Advanced", + "Values": { + "0": "None", + "1": "Compass", + "2": "GPS", + "3": "GPS with Compass Fallback", + "6": "ExternalNav", + "8": "GSF" + } + }, + "EK3_SRC2_POSXY": { + "Description": "Position Horizontal Source (Secondary)", + "DisplayName": "Position Horizontal Source (Secondary)", + "User": "Advanced", + "Values": { + "0": "None", + "3": "GPS", + "4": "Beacon", + "6": "ExternalNav" + } + }, + "EK3_SRC2_POSZ": { + "Description": "Position Vertical Source (Secondary)", + "DisplayName": "Position Vertical Source (Secondary)", + "User": "Advanced", + "Values": { + "0": "None", + "1": "Baro", + "2": "RangeFinder", + "3": "GPS", + "4": "Beacon", + "6": "ExternalNav" + } + }, + "EK3_SRC2_VELXY": { + "Description": "Velocity Horizontal Source (Secondary)", + "DisplayName": "Velocity Horizontal Source (Secondary)", + "User": "Advanced", + "Values": { + "0": "None", + "3": "GPS", + "4": "Beacon", + "5": "OpticalFlow", + "6": "ExternalNav", + "7": "WheelEncoder" + } + }, + "EK3_SRC2_VELZ": { + "Description": "Velocity Vertical Source (Secondary)", + "DisplayName": "Velocity Vertical Source (Secondary)", + "User": "Advanced", + "Values": { + "0": "None", + "3": "GPS", + "4": "Beacon", + "6": "ExternalNav" + } + }, + "EK3_SRC2_YAW": { + "Description": "Yaw Source (Secondary)", + "DisplayName": "Yaw Source (Secondary)", + "User": "Advanced", + "Values": { + "0": "None", + "1": "Compass", + "2": "GPS", + "3": "GPS with Compass Fallback", + "6": "ExternalNav", + "8": "GSF" + } + }, + "EK3_SRC3_POSXY": { + "Description": "Position Horizontal Source (Tertiary)", + "DisplayName": "Position Horizontal Source (Tertiary)", + "User": "Advanced", + "Values": { + "0": "None", + "3": "GPS", + "4": "Beacon", + "6": "ExternalNav" + } + }, + "EK3_SRC3_POSZ": { + "Description": "Position Vertical Source (Tertiary)", + "DisplayName": "Position Vertical Source (Tertiary)", + "User": "Advanced", + "Values": { + "0": "None", + "1": "Baro", + "2": "RangeFinder", + "3": "GPS", + "4": "Beacon", + "6": "ExternalNav" + } + }, + "EK3_SRC3_VELXY": { + "Description": "Velocity Horizontal Source (Tertiary)", + "DisplayName": "Velocity Horizontal Source (Tertiary)", + "User": "Advanced", + "Values": { + "0": "None", + "3": "GPS", + "4": "Beacon", + "5": "OpticalFlow", + "6": "ExternalNav", + "7": "WheelEncoder" + } + }, + "EK3_SRC3_VELZ": { + "Description": "Velocity Vertical Source (Tertiary)", + "DisplayName": "Velocity Vertical Source (Tertiary)", + "User": "Advanced", + "Values": { + "0": "None", + "3": "GPS", + "4": "Beacon", + "6": "ExternalNav" + } + }, + "EK3_SRC3_YAW": { + "Description": "Yaw Source (Tertiary)", + "DisplayName": "Yaw Source (Tertiary)", + "User": "Advanced", + "Values": { + "0": "None", + "1": "Compass", + "2": "GPS", + "3": "GPS with Compass Fallback", + "6": "ExternalNav", + "8": "GSF" + } + }, + "EK3_SRC_OPTIONS": { + "Bitmask": { + "0": "FuseAllVelocities" + }, + "Description": "EKF Source Options", + "DisplayName": "EKF Source Options", + "User": "Advanced" + } + }, + "ESC_TLM": { + "ESC_TLM_MAV_OFS": { + "Description": "Offset to apply to ESC numbers when reporting as ESC_TELEMETRY packets over MAVLink. This allows high numbered motors to be displayed as low numbered ESCs for convenience on GCS displays. A value of 4 would send ESC on output 5 as ESC number 1 in ESC_TELEMETRY packets", + "DisplayName": "ESC Telemetry mavlink offset", + "Increment": "1", + "Range": { + "high": "31", + "low": "0" + }, + "User": "Standard" + } + }, + "FENCE_": { + "FENCE_ACTION": { + "Description": "What action should be taken when fence is breached", + "DisplayName": "Fence Action", + "User": "Standard", + "Values": { + "0": "Report Only", + "1": "RTL or Hold", + "2": "Hold", + "3": "SmartRTL or RTL or Hold", + "4": "SmartRTL or Hold" + } + }, + "FENCE_ENABLE": { + "Description": "Allows you to enable (1) or disable (0) the fence functionality", + "DisplayName": "Fence enable/disable", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "FENCE_MARGIN": { + "Description": "Distance that autopilot's should maintain from the fence to avoid a breach", + "DisplayName": "Fence Margin", + "Range": { + "high": "10", + "low": "1" + }, + "Units": "m", + "User": "Standard" + }, + "FENCE_RADIUS": { + "Description": "Circle fence radius which when breached will cause an RTL", + "DisplayName": "Circular Fence Radius", + "Range": { + "high": "10000", + "low": "30" + }, + "Units": "m", + "User": "Standard" + }, + "FENCE_TOTAL": { + "Description": "Number of polygon points saved in eeprom (do not update manually)", + "DisplayName": "Fence polygon point total", + "Range": { + "high": "20", + "low": "1" + }, + "User": "Standard" + }, + "FENCE_TYPE": { + "Bitmask": { + "1": "Circle Centered on Home", + "2": "Inclusion/Exclusion Circles+Polygons" + }, + "Description": "Enabled fence types held as bitmask", + "DisplayName": "Fence Type", + "User": "Standard" + } + }, + "FFT_": { + "FFT_ATT_REF": { + "Description": "FFT attenuation level in dB for bandwidth calculation and peak detection. The bandwidth is calculated by comparing peak power output with the attenuated version. The default of 15 has shown to be a good compromise in both simulations and real flight.", + "DisplayName": "FFT attenuation for bandwidth calculation", + "Range": { + "high": "100", + "low": "0" + }, + "User": "Advanced" + }, + "FFT_BW_HOVER": { + "Description": "FFT learned bandwidth at hover for the attenuation frequencies.", + "DisplayName": "FFT learned bandwidth at hover", + "Range": { + "high": "200", + "low": "0" + }, + "User": "Advanced" + }, + "FFT_ENABLE": { + "Description": "Enable Gyro FFT analyser", + "DisplayName": "Enable", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "FFT_FREQ_HOVER": { + "Description": "The learned hover noise frequency", + "DisplayName": "FFT learned hover frequency", + "Range": { + "high": "250", + "low": "0" + }, + "User": "Advanced" + }, + "FFT_HMNC_FIT": { + "Description": "FFT harmonic fit frequency threshold percentage at which a signal of the appropriate frequency is determined to be the harmonic of another. Signals that have a harmonic relationship that varies at most by this percentage are considered harmonics of each other for the purpose of selecting the harmonic notch frequency. If a match is found then the lower frequency harmonic is always used as the basis for the dynamic harmonic notch. A value of zero completely disables harmonic matching.", + "DisplayName": "FFT harmonic fit frequency threshold", + "Range": { + "high": "100", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "FFT_HMNC_PEAK": { + "Description": "The FFT harmonic peak target that should be returned by FTN1.PkAvg. The resulting value will be used by the harmonic notch if configured to track the FFT frequency. By default the appropriate peak is auto-detected based on the harmonic fit between peaks and the energy-weighted average frequency on roll on pitch is used. Setting this to 1 will always target the highest energy peak. Setting this to 2 will target the highest energy peak that is lower in frequency than the highest energy peak. Setting this to 3 will target the highest energy peak that is higher in frequency than the highest energy peak. Setting this to 4 will target the highest energy peak on the roll axis only and only the roll frequency will be used (some vehicles have a much more pronounced peak on roll). Setting this to 5 will target the highest energy peak on the pitch axis only and only the pitch frequency will be used (some vehicles have a much more pronounced peak on roll).", + "DisplayName": "FFT harmonic peak target", + "User": "Advanced", + "Values": { + "0": "Auto", + "1": "Center Frequency", + "2": "Lower-Shoulder Frequency", + "3": "Upper-Shoulder Frequency", + "4": "Roll-Axis", + "5": "Pitch-Axis" + } + }, + "FFT_MAXHZ": { + "Description": "Upper bound of FFT frequency detection in Hz. On smaller vehicles the maximum motor frequency is likely to be significantly higher than for larger vehicles.", + "DisplayName": "Maximum Frequency", + "Range": { + "high": "495", + "low": "20" + }, + "Units": "Hz", + "User": "Advanced" + }, + "FFT_MINHZ": { + "Description": "Lower bound of FFT frequency detection in Hz. On larger vehicles the minimum motor frequency is likely to be significantly lower than for smaller vehicles.", + "DisplayName": "Minimum Frequency", + "Range": { + "high": "400", + "low": "20" + }, + "Units": "Hz", + "User": "Advanced" + }, + "FFT_NUM_FRAMES": { + "Description": "Number of output frequency frames to retain and average in order to calculate final frequencies. Averaging output frames can drastically reduce noise and jitter at the cost of latency as long as the input is stable. The default is to perform no averaging. For rapidly changing frequencies (e.g. smaller aircraft) fewer frames should be averaged.", + "DisplayName": "FFT output frames to retain and average", + "Range": { + "high": "8", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "FFT_OPTIONS": { + "Bitmask": { + "0": "Enable post-filter FFT", + "1": "Check motor noise" + }, + "Description": "FFT configuration options. Values: 1:Apply the FFT *after* the filter bank,2:Check noise at the motor frequencies using ESC data as a reference", + "DisplayName": "FFT options", + "RebootRequired": "True", + "User": "Advanced" + }, + "FFT_SAMPLE_MODE": { + "Description": "Sampling mode (and therefore rate). 0: Gyro rate sampling, 1: Fast loop rate sampling, 2: Fast loop rate / 2 sampling, 3: Fast loop rate / 3 sampling. Takes effect on reboot.", + "DisplayName": "Sample Mode", + "Range": { + "high": "4", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "FFT_SNR_REF": { + "Description": "FFT SNR reference threshold in dB at which a signal is determined to be present.", + "DisplayName": "FFT SNR reference threshold", + "Range": { + "high": "100.0", + "low": "0.0" + }, + "User": "Advanced" + }, + "FFT_THR_REF": { + "Description": "FFT learned thrust reference for the hover frequency and FFT minimum frequency.", + "DisplayName": "FFT learned thrust reference", + "Range": { + "high": "0.9", + "low": "0.01" + }, + "User": "Advanced" + }, + "FFT_WINDOW_OLAP": { + "Description": "Percentage of window to be overlapped before another frame is process. Takes effect on reboot. A good default is 50% overlap. Higher overlap results in more processed frames but not necessarily more temporal resolution. Lower overlap results in lost information at the frame edges.", + "DisplayName": "FFT window overlap", + "Range": { + "high": "0.9", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "FFT_WINDOW_SIZE": { + "Description": "Size of window to be used in FFT calculations. Takes effect on reboot. Must be a power of 2 and between 32 and 512. Larger windows give greater frequency resolution but poorer time resolution, consume more CPU time and may not be appropriate for all vehicles. Time and frequency resolution are given by the sample-rate / window-size. Windows of 256 are only really recommended for F7 class boards, windows of 512 or more H7 class.", + "DisplayName": "FFT window size", + "Range": { + "high": "1024", + "low": "32" + }, + "RebootRequired": "True", + "User": "Advanced" + } + }, + "FILT1_": { + "FILT1_NOTCH_ATT": { + "Description": "Notch Filter attenuation in dB.", + "DisplayName": "Notch Filter attenuation", + "Range": { + "high": "50", + "low": "5" + }, + "Units": "dB", + "User": "Advanced" + }, + "FILT1_NOTCH_FREQ": { + "Description": "Notch Filter center frequency in Hz.", + "DisplayName": "Notch Filter center frequency", + "Range": { + "high": "495", + "low": "10" + }, + "Units": "Hz", + "User": "Advanced" + }, + "FILT1_NOTCH_Q": { + "Description": "Notch Filter quality factor given by the notch centre frequency divided by its bandwidth.", + "DisplayName": "Notch Filter quality factor", + "Range": { + "high": "10", + "low": "1" + }, + "User": "Advanced" + }, + "FILT1_TYPE": { + "Description": "Filter Type", + "DisplayName": "Filter Type", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "Disable", + "1": "Notch Filter" + } + } + }, + "FILT2_": { + "FILT2_NOTCH_ATT": { + "Description": "Notch Filter attenuation in dB.", + "DisplayName": "Notch Filter attenuation", + "Range": { + "high": "50", + "low": "5" + }, + "Units": "dB", + "User": "Advanced" + }, + "FILT2_NOTCH_FREQ": { + "Description": "Notch Filter center frequency in Hz.", + "DisplayName": "Notch Filter center frequency", + "Range": { + "high": "495", + "low": "10" + }, + "Units": "Hz", + "User": "Advanced" + }, + "FILT2_NOTCH_Q": { + "Description": "Notch Filter quality factor given by the notch centre frequency divided by its bandwidth.", + "DisplayName": "Notch Filter quality factor", + "Range": { + "high": "10", + "low": "1" + }, + "User": "Advanced" + }, + "FILT2_TYPE": { + "Description": "Filter Type", + "DisplayName": "Filter Type", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "Disable", + "1": "Notch Filter" + } + } + }, + "FILT3_": { + "FILT3_NOTCH_ATT": { + "Description": "Notch Filter attenuation in dB.", + "DisplayName": "Notch Filter attenuation", + "Range": { + "high": "50", + "low": "5" + }, + "Units": "dB", + "User": "Advanced" + }, + "FILT3_NOTCH_FREQ": { + "Description": "Notch Filter center frequency in Hz.", + "DisplayName": "Notch Filter center frequency", + "Range": { + "high": "495", + "low": "10" + }, + "Units": "Hz", + "User": "Advanced" + }, + "FILT3_NOTCH_Q": { + "Description": "Notch Filter quality factor given by the notch centre frequency divided by its bandwidth.", + "DisplayName": "Notch Filter quality factor", + "Range": { + "high": "10", + "low": "1" + }, + "User": "Advanced" + }, + "FILT3_TYPE": { + "Description": "Filter Type", + "DisplayName": "Filter Type", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "Disable", + "1": "Notch Filter" + } + } + }, + "FILT4_": { + "FILT4_NOTCH_ATT": { + "Description": "Notch Filter attenuation in dB.", + "DisplayName": "Notch Filter attenuation", + "Range": { + "high": "50", + "low": "5" + }, + "Units": "dB", + "User": "Advanced" + }, + "FILT4_NOTCH_FREQ": { + "Description": "Notch Filter center frequency in Hz.", + "DisplayName": "Notch Filter center frequency", + "Range": { + "high": "495", + "low": "10" + }, + "Units": "Hz", + "User": "Advanced" + }, + "FILT4_NOTCH_Q": { + "Description": "Notch Filter quality factor given by the notch centre frequency divided by its bandwidth.", + "DisplayName": "Notch Filter quality factor", + "Range": { + "high": "10", + "low": "1" + }, + "User": "Advanced" + }, + "FILT4_TYPE": { + "Description": "Filter Type", + "DisplayName": "Filter Type", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "Disable", + "1": "Notch Filter" + } + } + }, + "FILT5_": { + "FILT5_NOTCH_ATT": { + "Description": "Notch Filter attenuation in dB.", + "DisplayName": "Notch Filter attenuation", + "Range": { + "high": "50", + "low": "5" + }, + "Units": "dB", + "User": "Advanced" + }, + "FILT5_NOTCH_FREQ": { + "Description": "Notch Filter center frequency in Hz.", + "DisplayName": "Notch Filter center frequency", + "Range": { + "high": "495", + "low": "10" + }, + "Units": "Hz", + "User": "Advanced" + }, + "FILT5_NOTCH_Q": { + "Description": "Notch Filter quality factor given by the notch centre frequency divided by its bandwidth.", + "DisplayName": "Notch Filter quality factor", + "Range": { + "high": "10", + "low": "1" + }, + "User": "Advanced" + }, + "FILT5_TYPE": { + "Description": "Filter Type", + "DisplayName": "Filter Type", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "Disable", + "1": "Notch Filter" + } + } + }, + "FILT6_": { + "FILT6_NOTCH_ATT": { + "Description": "Notch Filter attenuation in dB.", + "DisplayName": "Notch Filter attenuation", + "Range": { + "high": "50", + "low": "5" + }, + "Units": "dB", + "User": "Advanced" + }, + "FILT6_NOTCH_FREQ": { + "Description": "Notch Filter center frequency in Hz.", + "DisplayName": "Notch Filter center frequency", + "Range": { + "high": "495", + "low": "10" + }, + "Units": "Hz", + "User": "Advanced" + }, + "FILT6_NOTCH_Q": { + "Description": "Notch Filter quality factor given by the notch centre frequency divided by its bandwidth.", + "DisplayName": "Notch Filter quality factor", + "Range": { + "high": "10", + "low": "1" + }, + "User": "Advanced" + }, + "FILT6_TYPE": { + "Description": "Filter Type", + "DisplayName": "Filter Type", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "Disable", + "1": "Notch Filter" + } + } + }, + "FILT7_": { + "FILT7_NOTCH_ATT": { + "Description": "Notch Filter attenuation in dB.", + "DisplayName": "Notch Filter attenuation", + "Range": { + "high": "50", + "low": "5" + }, + "Units": "dB", + "User": "Advanced" + }, + "FILT7_NOTCH_FREQ": { + "Description": "Notch Filter center frequency in Hz.", + "DisplayName": "Notch Filter center frequency", + "Range": { + "high": "495", + "low": "10" + }, + "Units": "Hz", + "User": "Advanced" + }, + "FILT7_NOTCH_Q": { + "Description": "Notch Filter quality factor given by the notch centre frequency divided by its bandwidth.", + "DisplayName": "Notch Filter quality factor", + "Range": { + "high": "10", + "low": "1" + }, + "User": "Advanced" + }, + "FILT7_TYPE": { + "Description": "Filter Type", + "DisplayName": "Filter Type", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "Disable", + "1": "Notch Filter" + } + } + }, + "FILT8_": { + "FILT8_NOTCH_ATT": { + "Description": "Notch Filter attenuation in dB.", + "DisplayName": "Notch Filter attenuation", + "Range": { + "high": "50", + "low": "5" + }, + "Units": "dB", + "User": "Advanced" + }, + "FILT8_NOTCH_FREQ": { + "Description": "Notch Filter center frequency in Hz.", + "DisplayName": "Notch Filter center frequency", + "Range": { + "high": "495", + "low": "10" + }, + "Units": "Hz", + "User": "Advanced" + }, + "FILT8_NOTCH_Q": { + "Description": "Notch Filter quality factor given by the notch centre frequency divided by its bandwidth.", + "DisplayName": "Notch Filter quality factor", + "Range": { + "high": "10", + "low": "1" + }, + "User": "Advanced" + }, + "FILT8_TYPE": { + "Description": "Filter Type", + "DisplayName": "Filter Type", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "Disable", + "1": "Notch Filter" + } + } + }, + "FLOW": { + "FLOW_ADDR": { + "Description": "This is used to select between multiple possible I2C addresses for some sensor types. For PX4Flow you can choose 0 to 7 for the 8 possible addresses on the I2C bus.", + "DisplayName": "Address on the bus", + "Range": { + "high": "127", + "low": "0" + }, + "User": "Advanced" + }, + "FLOW_FXSCALER": { + "Description": "This sets the parts per thousand scale factor correction applied to the flow sensor X axis optical rate. It can be used to correct for variations in effective focal length. Each positive increment of 1 increases the scale factor applied to the X axis optical flow reading by 0.1%. Negative values reduce the scale factor.", + "DisplayName": "X axis optical flow scale factor correction", + "Increment": "1", + "Range": { + "high": "+800", + "low": "-800" + }, + "User": "Standard" + }, + "FLOW_FYSCALER": { + "Description": "This sets the parts per thousand scale factor correction applied to the flow sensor Y axis optical rate. It can be used to correct for variations in effective focal length. Each positive increment of 1 increases the scale factor applied to the Y axis optical flow reading by 0.1%. Negative values reduce the scale factor.", + "DisplayName": "Y axis optical flow scale factor correction", + "Increment": "1", + "Range": { + "high": "+800", + "low": "-800" + }, + "User": "Standard" + }, + "FLOW_HGT_OVR": { + "Description": "This is used in rover vehicles, where the sensor is a fixed height above the ground", + "DisplayName": "Height override of sensor above ground", + "Increment": "0.01", + "Range": { + "high": "2", + "low": "0" + }, + "Units": "m", + "User": "Advanced" + }, + "FLOW_ORIENT_YAW": { + "Description": "Specifies the number of centi-degrees that the flow sensor is yawed relative to the vehicle. A sensor with its X-axis pointing to the right of the vehicle X axis has a positive yaw angle.", + "DisplayName": "Flow sensor yaw alignment", + "Increment": "10", + "Range": { + "high": "+18000", + "low": "-17999" + }, + "Units": "cdeg", + "User": "Standard" + }, + "FLOW_POS_X": { + "Description": "X position of the optical flow sensor focal point in body frame. Positive X is forward of the origin.", + "DisplayName": " X position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "FLOW_POS_Y": { + "Description": "Y position of the optical flow sensor focal point in body frame. Positive Y is to the right of the origin.", + "DisplayName": "Y position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "FLOW_POS_Z": { + "Description": "Z position of the optical flow sensor focal point in body frame. Positive Z is down from the origin.", + "DisplayName": "Z position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "FLOW_TYPE": { + "Description": "Optical flow sensor type", + "DisplayName": "Optical flow sensor type", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "None", + "1": "PX4Flow", + "2": "Pixart", + "3": "Bebop", + "4": "CXOF", + "5": "MAVLink", + "6": "DroneCAN", + "7": "MSP", + "8": "UPFLOW" + } + } + }, + "FOLL": { + "FOLL_ALT_TYPE": { + "Description": "Follow altitude type", + "DisplayName": "Follow altitude type", + "User": "Standard", + "Values": { + "0": "absolute", + "1": "relative" + } + }, + "FOLL_DIST_MAX": { + "Description": "Follow distance maximum. targets further than this will be ignored", + "DisplayName": "Follow distance maximum", + "Range": { + "high": "1000", + "low": "1" + }, + "Units": "m", + "User": "Standard" + }, + "FOLL_ENABLE": { + "Description": "Enabled/disable following a target", + "DisplayName": "Follow enable/disable", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "FOLL_OFS_TYPE": { + "Description": "Follow offset type", + "DisplayName": "Follow offset type", + "User": "Standard", + "Values": { + "0": "North-East-Down", + "1": "Relative to lead vehicle heading" + } + }, + "FOLL_OFS_X": { + "Description": "Follow offsets in meters north/forward. If positive, this vehicle fly ahead or north of lead vehicle. Depends on FOLL_OFS_TYPE", + "DisplayName": "Follow offsets in meters north/forward", + "Increment": "1", + "Range": { + "high": "100", + "low": "-100" + }, + "Units": "m", + "User": "Standard" + }, + "FOLL_OFS_Y": { + "Description": "Follow offsets in meters east/right. If positive, this vehicle will fly to the right or east of lead vehicle. Depends on FOLL_OFS_TYPE", + "DisplayName": "Follow offsets in meters east/right", + "Increment": "1", + "Range": { + "high": "100", + "low": "-100" + }, + "Units": "m", + "User": "Standard" + }, + "FOLL_OFS_Z": { + "Description": "Follow offsets in meters down. If positive, this vehicle will fly below the lead vehicle", + "DisplayName": "Follow offsets in meters down", + "Increment": "1", + "Range": { + "high": "100", + "low": "-100" + }, + "Units": "m", + "User": "Standard" + }, + "FOLL_OPTIONS": { + "Description": "Follow options bitmask", + "DisplayName": "Follow options", + "User": "Standard", + "Values": { + "0": "None", + "1": "Mount Follows lead vehicle on mode enter" + } + }, + "FOLL_POS_P": { + "Description": "Follow position error P gain. Converts the difference between desired vertical speed and actual speed into a desired acceleration that is passed to the throttle acceleration controller", + "DisplayName": "Follow position error P gain", + "Increment": "0.01", + "Range": { + "high": "1.00", + "low": "0.01" + }, + "User": "Standard" + }, + "FOLL_SYSID": { + "Description": "Follow target's mavlink system id", + "DisplayName": "Follow target's mavlink system id", + "Range": { + "high": "255", + "low": "0" + }, + "User": "Standard" + }, + "FOLL_YAW_BEHAVE": { + "Description": "Follow yaw behaviour", + "DisplayName": "Follow yaw behaviour", + "User": "Standard", + "Values": { + "0": "None", + "1": "Face Lead Vehicle", + "2": "Same as Lead vehicle", + "3": "Direction of Flight" + } + } + }, + "FRSKY_": { + "FRSKY_DNLINK1_ID": { + "Description": "Change the first extra downlink sensor id (SPort only)", + "DisplayName": "First downlink sensor id", + "User": "Advanced", + "Values": { + "-1": "Disable", + "10": "10", + "11": "11", + "12": "12", + "13": "13", + "14": "14", + "15": "15", + "16": "16", + "17": "17", + "18": "18", + "19": "19", + "20": "20", + "21": "21", + "22": "22", + "23": "23", + "24": "24", + "25": "25", + "26": "26", + "7": "7", + "8": "8", + "9": "9" + } + }, + "FRSKY_DNLINK2_ID": { + "Description": "Change the second extra downlink sensor id (SPort only)", + "DisplayName": "Second downlink sensor id", + "User": "Advanced", + "Values": { + "-1": "Disable", + "10": "10", + "11": "11", + "12": "12", + "13": "13", + "14": "14", + "15": "15", + "16": "16", + "17": "17", + "18": "18", + "19": "19", + "20": "20", + "21": "21", + "22": "22", + "23": "23", + "24": "24", + "25": "25", + "26": "26", + "7": "7", + "8": "8", + "9": "9" + } + }, + "FRSKY_DNLINK_ID": { + "Description": "Change the default downlink sensor id (SPort only)", + "DisplayName": "Default downlink sensor id", + "User": "Advanced", + "Values": { + "-1": "Disable", + "10": "10", + "11": "11", + "12": "12", + "13": "13", + "14": "14", + "15": "15", + "16": "16", + "17": "17", + "18": "18", + "19": "19", + "20": "20", + "21": "21", + "22": "22", + "23": "23", + "24": "24", + "25": "25", + "26": "26", + "27": "27", + "7": "7", + "8": "8", + "9": "9" + } + }, + "FRSKY_OPTIONS": { + "Bitmask": { + "0": "EnableAirspeedAndGroundspeed" + }, + "Description": "A bitmask to set some FRSky Telemetry specific options", + "DisplayName": "FRSky Telemetry Options", + "User": "Standard" + }, + "FRSKY_UPLINK_ID": { + "Description": "Change the uplink sensor id (SPort only)", + "DisplayName": "Uplink sensor id", + "User": "Advanced", + "Values": { + "-1": "Disable", + "10": "10", + "11": "11", + "12": "12", + "13": "13", + "14": "14", + "15": "15", + "16": "16", + "17": "17", + "18": "18", + "19": "19", + "20": "20", + "21": "21", + "22": "22", + "23": "23", + "24": "24", + "25": "25", + "26": "26", + "7": "7", + "8": "8", + "9": "9" + } + } + }, + "GEN_": { + "GEN_OPTIONS": { + "Bitmask": { + "0": "Suppress Maintenance-Required Warnings" + }, + "Description": "Bitmask of options for generators", + "DisplayName": "Generator Options", + "User": "Standard" + }, + "GEN_TYPE": { + "Description": "Generator type", + "DisplayName": "Generator type", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "IE 650w 800w Fuel Cell", + "2": "IE 2.4kW Fuel Cell", + "3": "Richenpower" + } + } + }, + "GPS": { + "GPS1_CAN_OVRIDE": { + "Description": "GPS Node id for first GPS. If 0 the gps will be automatically selected on a first-come-first-GPS basis.", + "DisplayName": "First DroneCAN GPS NODE ID", + "User": "Advanced" + }, + "GPS2_CAN_OVRIDE": { + "Description": "GPS Node id for second GPS. If 0 the gps will be automatically selected on a second-come-second-GPS basis.", + "DisplayName": "Second DroneCAN GPS NODE ID", + "User": "Advanced" + }, + "GPS_AUTO_CONFIG": { + "Description": "Controls if the autopilot should automatically configure the GPS based on the parameters and default settings", + "DisplayName": "Automatic GPS configuration", + "User": "Advanced", + "Values": { + "0": "Disables automatic configuration", + "1": "Enable automatic configuration for Serial GPSes only", + "2": "Enable automatic configuration for DroneCAN as well" + } + }, + "GPS_AUTO_SWITCH": { + "Description": "Automatic switchover to GPS reporting best lock, 1:UseBest selects the GPS with highest status, if both are equal the GPS with highest satellite count is used 4:Use primary if 3D fix or better, will revert to 'UseBest' behaviour if 3D fix is lost on primary", + "DisplayName": "Automatic Switchover Setting", + "User": "Advanced", + "Values": { + "0": "Use primary", + "1": "UseBest", + "2": "Blend", + "4": "Use primary if 3D fix or better" + } + }, + "GPS_BLEND_MASK": { + "Bitmask": { + "0": "Horiz Pos", + "1": "Vert Pos", + "2": "Speed" + }, + "Description": "Determines which of the accuracy measures Horizontal position, Vertical Position and Speed are used to calculate the weighting on each GPS receiver when soft switching has been selected by setting GPS_AUTO_SWITCH to 2(Blend)", + "DisplayName": "Multi GPS Blending Mask", + "User": "Advanced" + }, + "GPS_CAN_NODEID1": { + "Description": "GPS Node id for first-discovered GPS.", + "DisplayName": "GPS Node ID 1", + "ReadOnly": "True", + "User": "Advanced" + }, + "GPS_CAN_NODEID2": { + "Description": "GPS Node id for second-discovered GPS.", + "DisplayName": "GPS Node ID 2", + "ReadOnly": "True", + "User": "Advanced" + }, + "GPS_COM_PORT": { + "Description": "The physical COM port on the connected device, currently only applies to SBF and GSOF GPS", + "DisplayName": "GPS physical COM port", + "Increment": "1", + "Range": { + "high": "10", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "COM1(RS232) on GSOF", + "1": "COM2(TTL) on GSOF" + } + }, + "GPS_COM_PORT2": { + "Description": "The physical COM port on the connected device, currently only applies to SBF and GSOF GPS", + "DisplayName": "GPS physical COM port", + "Increment": "1", + "Range": { + "high": "10", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "GPS_DELAY_MS": { + "Description": "Controls the amount of GPS measurement delay that the autopilot compensates for. Set to zero to use the default delay for the detected GPS type.", + "DisplayName": "GPS delay in milliseconds", + "Range": { + "high": "250", + "low": "0" + }, + "RebootRequired": "True", + "Units": "ms", + "User": "Advanced" + }, + "GPS_DELAY_MS2": { + "Description": "Controls the amount of GPS measurement delay that the autopilot compensates for. Set to zero to use the default delay for the detected GPS type.", + "DisplayName": "GPS 2 delay in milliseconds", + "Range": { + "high": "250", + "low": "0" + }, + "RebootRequired": "True", + "Units": "ms", + "User": "Advanced" + }, + "GPS_DRV_OPTIONS": { + "Bitmask": { + "0": "Use UART2 for moving baseline on ublox", + "1": "Use base station for GPS yaw on SBF", + "2": "Use baudrate 115200", + "3": "Use dedicated CAN port b/w GPSes for moving baseline", + "4": "Use ellipsoid height instead of AMSL", + "5": "Override GPS satellite health of L5 band from L1 health" + }, + "Description": "Additional backend specific options", + "DisplayName": "driver options", + "User": "Advanced" + }, + "GPS_GNSS_MODE": { + "Bitmask": { + "0": "GPS", + "1": "SBAS", + "2": "Galileo", + "3": "Beidou", + "4": "IMES", + "5": "QZSS", + "6": "GLONASS" + }, + "Description": "Bitmask for what GNSS system to use on the first GPS (all unchecked or zero to leave GPS as configured)", + "DisplayName": "GNSS system configuration", + "User": "Advanced" + }, + "GPS_GNSS_MODE2": { + "Bitmask": { + "0": "GPS", + "1": "SBAS", + "2": "Galileo", + "3": "Beidou", + "4": "IMES", + "5": "QZSS", + "6": "GLONASS" + }, + "Description": "Bitmask for what GNSS system to use on the second GPS (all unchecked or zero to leave GPS as configured)", + "DisplayName": "GNSS system configuration", + "User": "Advanced" + }, + "GPS_INJECT_TO": { + "Description": "The GGS can send raw serial packets to inject data to multiple GPSes.", + "DisplayName": "Destination for GPS_INJECT_DATA MAVLink packets", + "User": "Advanced", + "Values": { + "0": "send to first GPS", + "1": "send to 2nd GPS", + "127": "send to all" + } + }, + "GPS_MIN_DGPS": { + "Description": "Sets the minimum type of differential GPS corrections required before allowing to switch into DGPS mode.", + "DisplayName": "Minimum Lock Type Accepted for DGPS", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "Any", + "100": "IntegerRTK", + "50": "FloatRTK" + } + }, + "GPS_MIN_ELEV": { + "Description": "This sets the minimum elevation of satellites above the horizon for them to be used for navigation. Setting this to -100 leaves the minimum elevation set to the GPS modules default.", + "DisplayName": "Minimum elevation", + "Range": { + "high": "90", + "low": "-100" + }, + "Units": "deg", + "User": "Advanced" + }, + "GPS_NAVFILTER": { + "Description": "Navigation filter engine setting", + "DisplayName": "Navigation filter setting", + "User": "Advanced", + "Values": { + "0": "Portable", + "2": "Stationary", + "3": "Pedestrian", + "4": "Automotive", + "5": "Sea", + "6": "Airborne1G", + "7": "Airborne2G", + "8": "Airborne4G" + } + }, + "GPS_POS1_X": { + "Description": "X position of the first GPS antenna in body frame. Positive X is forward of the origin. Use antenna phase centroid location if provided by the manufacturer.", + "DisplayName": "Antenna X position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "GPS_POS1_Y": { + "Description": "Y position of the first GPS antenna in body frame. Positive Y is to the right of the origin. Use antenna phase centroid location if provided by the manufacturer.", + "DisplayName": "Antenna Y position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "GPS_POS1_Z": { + "Description": "Z position of the first GPS antenna in body frame. Positive Z is down from the origin. Use antenna phase centroid location if provided by the manufacturer.", + "DisplayName": "Antenna Z position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "GPS_POS2_X": { + "Description": "X position of the second GPS antenna in body frame. Positive X is forward of the origin. Use antenna phase centroid location if provided by the manufacturer.", + "DisplayName": "Antenna X position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "GPS_POS2_Y": { + "Description": "Y position of the second GPS antenna in body frame. Positive Y is to the right of the origin. Use antenna phase centroid location if provided by the manufacturer.", + "DisplayName": "Antenna Y position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "GPS_POS2_Z": { + "Description": "Z position of the second GPS antenna in body frame. Positive Z is down from the origin. Use antenna phase centroid location if provided by the manufacturer.", + "DisplayName": "Antenna Z position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "GPS_PRIMARY": { + "Description": "This GPS will be used when GPS_AUTO_SWITCH is 0 and used preferentially with GPS_AUTO_SWITCH = 4.", + "DisplayName": "Primary GPS", + "Increment": "1", + "User": "Advanced", + "Values": { + "0": "FirstGPS", + "1": "SecondGPS" + } + }, + "GPS_RATE_MS": { + "Description": "Controls how often the GPS should provide a position update. Lowering below 5Hz(default) is not allowed. Raising the rate above 5Hz usually provides little benefit and for some GPS (eg Ublox M9N) can severely impact performance.", + "DisplayName": "GPS update rate in milliseconds", + "Range": { + "high": "200", + "low": "50" + }, + "Units": "ms", + "User": "Advanced", + "Values": { + "100": "10Hz", + "125": "8Hz", + "200": "5Hz" + } + }, + "GPS_RATE_MS2": { + "Description": "Controls how often the GPS should provide a position update. Lowering below 5Hz(default) is not allowed. Raising the rate above 5Hz usually provides little benefit and for some GPS (eg Ublox M9N) can severely impact performance.", + "DisplayName": "GPS 2 update rate in milliseconds", + "Range": { + "high": "200", + "low": "50" + }, + "Units": "ms", + "User": "Advanced", + "Values": { + "100": "10Hz", + "125": "8Hz", + "200": "5Hz" + } + }, + "GPS_RAW_DATA": { + "Description": "Handles logging raw data; on uBlox chips that support raw data this will log RXM messages into logger; on Septentrio this will log on the equipment's SD card and when set to 2, the autopilot will try to stop logging after disarming and restart after arming", + "DisplayName": "Raw data logging", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "Ignore", + "1": "Always log", + "2": "Stop logging when disarmed (SBF only)", + "5": "Only log every five samples (uBlox only)" + } + }, + "GPS_SAVE_CFG": { + "Description": "Determines whether the configuration for this GPS should be written to non-volatile memory on the GPS. Currently working for UBlox 6 series and above.", + "DisplayName": "Save GPS configuration", + "User": "Advanced", + "Values": { + "0": "Do not save config", + "1": "Save config", + "2": "Save only when needed" + } + }, + "GPS_SBAS_MODE": { + "Description": "This sets the SBAS (satellite based augmentation system) mode if available on this GPS. If set to 2 then the SBAS mode is not changed in the GPS. Otherwise the GPS will be reconfigured to enable/disable SBAS. Disabling SBAS may be worthwhile in some parts of the world where an SBAS signal is available but the baseline is too long to be useful.", + "DisplayName": "SBAS Mode", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled", + "2": "NoChange" + } + }, + "GPS_SBP_LOGMASK": { + "Description": "Masked with the SBP msg_type field to determine whether SBR1/SBR2 data is logged", + "DisplayName": "Swift Binary Protocol Logging Mask", + "User": "Advanced", + "Values": { + "-1": "All (0xFFFF)", + "-256": "External only (0xFF00)", + "0": "None (0x0000)" + } + }, + "GPS_TYPE": { + "Description": "GPS type of 1st GPS", + "DisplayName": "1st GPS type", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "None", + "1": "AUTO", + "10": "SBF", + "11": "GSOF", + "13": "ERB", + "14": "MAV", + "15": "NOVA", + "16": "HemisphereNMEA", + "17": "uBlox-MovingBaseline-Base", + "18": "uBlox-MovingBaseline-Rover", + "19": "MSP", + "2": "uBlox", + "20": "AllyStar", + "21": "ExternalAHRS", + "22": "DroneCAN-MovingBaseline-Base", + "23": "DroneCAN-MovingBaseline-Rover", + "24": "UnicoreNMEA", + "25": "UnicoreMovingBaselineNMEA", + "26": "SBF-DualAntenna", + "5": "NMEA", + "6": "SiRF", + "7": "HIL", + "8": "SwiftNav", + "9": "DroneCAN" + } + }, + "GPS_TYPE2": { + "Description": "GPS type of 2nd GPS", + "DisplayName": "2nd GPS type", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "None", + "1": "AUTO", + "10": "SBF", + "11": "GSOF", + "13": "ERB", + "14": "MAV", + "15": "NOVA", + "16": "HemisphereNMEA", + "17": "uBlox-MovingBaseline-Base", + "18": "uBlox-MovingBaseline-Rover", + "19": "MSP", + "2": "uBlox", + "20": "AllyStar", + "21": "ExternalAHRS", + "22": "DroneCAN-MovingBaseline-Base", + "23": "DroneCAN-MovingBaseline-Rover", + "24": "UnicoreNMEA", + "25": "UnicoreMovingBaselineNMEA", + "26": "SBF-DualAntenna", + "5": "NMEA", + "6": "SiRF", + "7": "HIL", + "8": "SwiftNav", + "9": "DroneCAN" + } + } + }, + "GPS_MB1_": { + "GPS_MB1_OFS_X": { + "Description": "X position of the base (primary) GPS antenna in body frame from the position of the 2nd antenna. Positive X is forward of the 2nd antenna. Use antenna phase centroid location if provided by the manufacturer.", + "DisplayName": "Base antenna X position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "GPS_MB1_OFS_Y": { + "Description": "Y position of the base (primary) GPS antenna in body frame from the position of the 2nd antenna. Positive Y is to the right of the 2nd antenna. Use antenna phase centroid location if provided by the manufacturer.", + "DisplayName": "Base antenna Y position offset ", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "GPS_MB1_OFS_Z": { + "Description": "Z position of the base (primary) GPS antenna in body frame from the position of the 2nd antenna. Positive Z is down from the 2nd antenna. Use antenna phase centroid location if provided by the manufacturer.", + "DisplayName": "Base antenna Z position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "GPS_MB1_TYPE": { + "Description": "Controls the type of moving base used if using moving base.", + "DisplayName": "Moving base type", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "Relative to alternate GPS instance", + "1": "RelativeToCustomBase" + } + } + }, + "GPS_MB2_": { + "GPS_MB2_OFS_X": { + "Description": "X position of the base (primary) GPS antenna in body frame from the position of the 2nd antenna. Positive X is forward of the 2nd antenna. Use antenna phase centroid location if provided by the manufacturer.", + "DisplayName": "Base antenna X position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "GPS_MB2_OFS_Y": { + "Description": "Y position of the base (primary) GPS antenna in body frame from the position of the 2nd antenna. Positive Y is to the right of the 2nd antenna. Use antenna phase centroid location if provided by the manufacturer.", + "DisplayName": "Base antenna Y position offset ", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "GPS_MB2_OFS_Z": { + "Description": "Z position of the base (primary) GPS antenna in body frame from the position of the 2nd antenna. Positive Z is down from the 2nd antenna. Use antenna phase centroid location if provided by the manufacturer.", + "DisplayName": "Base antenna Z position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "GPS_MB2_TYPE": { + "Description": "Controls the type of moving base used if using moving base.", + "DisplayName": "Moving base type", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "Relative to alternate GPS instance", + "1": "RelativeToCustomBase" + } + } + }, + "GRIP_": { + "GRIP_AUTOCLOSE": { + "Description": "Time in seconds that gripper close the gripper after opening; 0 to disable", + "DisplayName": "Gripper Autoclose time", + "Range": { + "high": "255", + "low": "0.25" + }, + "Units": "s", + "User": "Advanced" + }, + "GRIP_CAN_ID": { + "Description": "Refer to https://docs.zubax.com/opengrab_epm_v3#UAVCAN_interface", + "DisplayName": "EPM UAVCAN Hardpoint ID", + "Range": { + "high": "255", + "low": "0" + }, + "User": "Standard" + }, + "GRIP_ENABLE": { + "Description": "Gripper enable/disable", + "DisplayName": "Gripper Enable/Disable", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "GRIP_GRAB": { + "Description": "PWM value in microseconds sent to Gripper to initiate grabbing the cargo", + "DisplayName": "Gripper Grab PWM", + "Range": { + "high": "2000", + "low": "1000" + }, + "Units": "PWM", + "User": "Advanced" + }, + "GRIP_NEUTRAL": { + "Description": "PWM value in microseconds sent to grabber when not grabbing or releasing", + "DisplayName": "Neutral PWM", + "Range": { + "high": "2000", + "low": "1000" + }, + "Units": "PWM", + "User": "Advanced" + }, + "GRIP_REGRAB": { + "Description": "Time in seconds that EPM gripper will regrab the cargo to ensure grip has not weakened; 0 to disable", + "DisplayName": "EPM Gripper Regrab interval", + "Range": { + "high": "255", + "low": "0" + }, + "Units": "s", + "User": "Advanced" + }, + "GRIP_RELEASE": { + "Description": "PWM value in microseconds sent to Gripper to release the cargo", + "DisplayName": "Gripper Release PWM", + "Range": { + "high": "2000", + "low": "1000" + }, + "Units": "PWM", + "User": "Advanced" + }, + "GRIP_TYPE": { + "Description": "Gripper enable/disable", + "DisplayName": "Gripper Type", + "User": "Standard", + "Values": { + "0": "None", + "1": "Servo", + "2": "EPM" + } + } + }, + "INS": { + "INS_ACC1_CALTEMP": { + "Calibration": "1", + "Description": "Temperature that the 1st accelerometer was calibrated at", + "DisplayName": "Calibration temperature for 1st accelerometer", + "Units": "degC", + "User": "Advanced" + }, + "INS_ACC2OFFS_X": { + "Calibration": "1", + "Description": "Accelerometer2 offsets of X axis. This is setup using the acceleration calibration or level operations", + "DisplayName": "Accelerometer2 offsets of X axis", + "Range": { + "high": "3.5", + "low": "-3.5" + }, + "Units": "m/s/s", + "User": "Advanced" + }, + "INS_ACC2OFFS_Y": { + "Calibration": "1", + "Description": "Accelerometer2 offsets of Y axis. This is setup using the acceleration calibration or level operations", + "DisplayName": "Accelerometer2 offsets of Y axis", + "Range": { + "high": "3.5", + "low": "-3.5" + }, + "Units": "m/s/s", + "User": "Advanced" + }, + "INS_ACC2OFFS_Z": { + "Calibration": "1", + "Description": "Accelerometer2 offsets of Z axis. This is setup using the acceleration calibration or level operations", + "DisplayName": "Accelerometer2 offsets of Z axis", + "Range": { + "high": "3.5", + "low": "-3.5" + }, + "Units": "m/s/s", + "User": "Advanced" + }, + "INS_ACC2SCAL_X": { + "Calibration": "1", + "Description": "Accelerometer2 scaling of X axis. Calculated during acceleration calibration routine", + "DisplayName": "Accelerometer2 scaling of X axis", + "Range": { + "high": "1.2", + "low": "0.8" + }, + "User": "Advanced" + }, + "INS_ACC2SCAL_Y": { + "Calibration": "1", + "Description": "Accelerometer2 scaling of Y axis Calculated during acceleration calibration routine", + "DisplayName": "Accelerometer2 scaling of Y axis", + "Range": { + "high": "1.2", + "low": "0.8" + }, + "User": "Advanced" + }, + "INS_ACC2SCAL_Z": { + "Calibration": "1", + "Description": "Accelerometer2 scaling of Z axis Calculated during acceleration calibration routine", + "DisplayName": "Accelerometer2 scaling of Z axis", + "Range": { + "high": "1.2", + "low": "0.8" + }, + "User": "Advanced" + }, + "INS_ACC2_CALTEMP": { + "Calibration": "1", + "Description": "Temperature that the 2nd accelerometer was calibrated at", + "DisplayName": "Calibration temperature for 2nd accelerometer", + "Units": "degC", + "User": "Advanced" + }, + "INS_ACC2_ID": { + "Description": "Accelerometer2 sensor ID, taking into account its type, bus and instance", + "DisplayName": "Accelerometer2 ID", + "ReadOnly": "True", + "User": "Advanced" + }, + "INS_ACC3OFFS_X": { + "Calibration": "1", + "Description": "Accelerometer3 offsets of X axis. This is setup using the acceleration calibration or level operations", + "DisplayName": "Accelerometer3 offsets of X axis", + "Range": { + "high": "3.5", + "low": "-3.5" + }, + "Units": "m/s/s", + "User": "Advanced" + }, + "INS_ACC3OFFS_Y": { + "Calibration": "1", + "Description": "Accelerometer3 offsets of Y axis. This is setup using the acceleration calibration or level operations", + "DisplayName": "Accelerometer3 offsets of Y axis", + "Range": { + "high": "3.5", + "low": "-3.5" + }, + "Units": "m/s/s", + "User": "Advanced" + }, + "INS_ACC3OFFS_Z": { + "Calibration": "1", + "Description": "Accelerometer3 offsets of Z axis. This is setup using the acceleration calibration or level operations", + "DisplayName": "Accelerometer3 offsets of Z axis", + "Range": { + "high": "3.5", + "low": "-3.5" + }, + "Units": "m/s/s", + "User": "Advanced" + }, + "INS_ACC3SCAL_X": { + "Calibration": "1", + "Description": "Accelerometer3 scaling of X axis. Calculated during acceleration calibration routine", + "DisplayName": "Accelerometer3 scaling of X axis", + "Range": { + "high": "1.2", + "low": "0.8" + }, + "User": "Advanced" + }, + "INS_ACC3SCAL_Y": { + "Calibration": "1", + "Description": "Accelerometer3 scaling of Y axis Calculated during acceleration calibration routine", + "DisplayName": "Accelerometer3 scaling of Y axis", + "Range": { + "high": "1.2", + "low": "0.8" + }, + "User": "Advanced" + }, + "INS_ACC3SCAL_Z": { + "Calibration": "1", + "Description": "Accelerometer3 scaling of Z axis Calculated during acceleration calibration routine", + "DisplayName": "Accelerometer3 scaling of Z axis", + "Range": { + "high": "1.2", + "low": "0.8" + }, + "User": "Advanced" + }, + "INS_ACC3_CALTEMP": { + "Calibration": "1", + "Description": "Temperature that the 3rd accelerometer was calibrated at", + "DisplayName": "Calibration temperature for 3rd accelerometer", + "Units": "degC", + "User": "Advanced" + }, + "INS_ACC3_ID": { + "Description": "Accelerometer3 sensor ID, taking into account its type, bus and instance", + "DisplayName": "Accelerometer3 ID", + "ReadOnly": "True", + "User": "Advanced" + }, + "INS_ACCEL_FILTER": { + "Description": "Filter cutoff frequency for accelerometers. This can be set to a lower value to try to cope with very high vibration levels in aircraft. A value of zero means no filtering (not recommended!)", + "DisplayName": "Accel filter cutoff frequency", + "Range": { + "high": "256", + "low": "0" + }, + "Units": "Hz", + "User": "Advanced" + }, + "INS_ACCOFFS_X": { + "Calibration": "1", + "Description": "Accelerometer offsets of X axis. This is setup using the acceleration calibration or level operations", + "DisplayName": "Accelerometer offsets of X axis", + "Range": { + "high": "3.5", + "low": "-3.5" + }, + "Units": "m/s/s", + "User": "Advanced" + }, + "INS_ACCOFFS_Y": { + "Calibration": "1", + "Description": "Accelerometer offsets of Y axis. This is setup using the acceleration calibration or level operations", + "DisplayName": "Accelerometer offsets of Y axis", + "Range": { + "high": "3.5", + "low": "-3.5" + }, + "Units": "m/s/s", + "User": "Advanced" + }, + "INS_ACCOFFS_Z": { + "Calibration": "1", + "Description": "Accelerometer offsets of Z axis. This is setup using the acceleration calibration or level operations", + "DisplayName": "Accelerometer offsets of Z axis", + "Range": { + "high": "3.5", + "low": "-3.5" + }, + "Units": "m/s/s", + "User": "Advanced" + }, + "INS_ACCSCAL_X": { + "Calibration": "1", + "Description": "Accelerometer scaling of X axis. Calculated during acceleration calibration routine", + "DisplayName": "Accelerometer scaling of X axis", + "Range": { + "high": "1.2", + "low": "0.8" + }, + "User": "Advanced" + }, + "INS_ACCSCAL_Y": { + "Calibration": "1", + "Description": "Accelerometer scaling of Y axis Calculated during acceleration calibration routine", + "DisplayName": "Accelerometer scaling of Y axis", + "Range": { + "high": "1.2", + "low": "0.8" + }, + "User": "Advanced" + }, + "INS_ACCSCAL_Z": { + "Calibration": "1", + "Description": "Accelerometer scaling of Z axis Calculated during acceleration calibration routine", + "DisplayName": "Accelerometer scaling of Z axis", + "Range": { + "high": "1.2", + "low": "0.8" + }, + "User": "Advanced" + }, + "INS_ACC_BODYFIX": { + "Description": "The body-fixed accelerometer to be used for trim calculation", + "DisplayName": "Body-fixed accelerometer", + "User": "Advanced", + "Values": { + "1": "IMU 1", + "2": "IMU 2", + "3": "IMU 3" + } + }, + "INS_ACC_ID": { + "Description": "Accelerometer sensor ID, taking into account its type, bus and instance", + "DisplayName": "Accelerometer ID", + "ReadOnly": "True", + "User": "Advanced" + }, + "INS_ENABLE_MASK": { + "Bitmask": { + "0": "FirstIMU", + "1": "SecondIMU", + "2": "ThirdIMU", + "3": "FourthIMU", + "4": "FifthIMU", + "5": "SixthIMU", + "6": "SeventhIMU" + }, + "Description": "Bitmask of IMUs to enable. It can be used to prevent startup of specific detected IMUs", + "DisplayName": "IMU enable mask", + "User": "Advanced" + }, + "INS_FAST_SAMPLE": { + "Bitmask": { + "0": "FirstIMU", + "1": "SecondIMU", + "2": "ThirdIMU" + }, + "Description": "Mask of IMUs to enable fast sampling on, if available", + "DisplayName": "Fast sampling mask", + "User": "Advanced" + }, + "INS_GYR1_CALTEMP": { + "Calibration": "1", + "Description": "Temperature that the 1st gyroscope was calibrated at", + "DisplayName": "Calibration temperature for 1st gyroscope", + "Units": "degC", + "User": "Advanced" + }, + "INS_GYR2OFFS_X": { + "Calibration": "1", + "Description": "Gyro2 sensor offsets of X axis. This is setup on each boot during gyro calibrations", + "DisplayName": "Gyro2 offsets of X axis", + "Units": "rad/s", + "User": "Advanced" + }, + "INS_GYR2OFFS_Y": { + "Calibration": "1", + "Description": "Gyro2 sensor offsets of Y axis. This is setup on each boot during gyro calibrations", + "DisplayName": "Gyro2 offsets of Y axis", + "Units": "rad/s", + "User": "Advanced" + }, + "INS_GYR2OFFS_Z": { + "Calibration": "1", + "Description": "Gyro2 sensor offsets of Z axis. This is setup on each boot during gyro calibrations", + "DisplayName": "Gyro2 offsets of Z axis", + "Units": "rad/s", + "User": "Advanced" + }, + "INS_GYR2_CALTEMP": { + "Calibration": "1", + "Description": "Temperature that the 2nd gyroscope was calibrated at", + "DisplayName": "Calibration temperature for 2nd gyroscope", + "Units": "degC", + "User": "Advanced" + }, + "INS_GYR2_ID": { + "Description": "Gyro2 sensor ID, taking into account its type, bus and instance", + "DisplayName": "Gyro2 ID", + "ReadOnly": "True", + "User": "Advanced" + }, + "INS_GYR3OFFS_X": { + "Calibration": "1", + "Description": "Gyro3 sensor offsets of X axis. This is setup on each boot during gyro calibrations", + "DisplayName": "Gyro3 offsets of X axis", + "Units": "rad/s", + "User": "Advanced" + }, + "INS_GYR3OFFS_Y": { + "Calibration": "1", + "Description": "Gyro3 sensor offsets of Y axis. This is setup on each boot during gyro calibrations", + "DisplayName": "Gyro3 offsets of Y axis", + "Units": "rad/s", + "User": "Advanced" + }, + "INS_GYR3OFFS_Z": { + "Calibration": "1", + "Description": "Gyro3 sensor offsets of Z axis. This is setup on each boot during gyro calibrations", + "DisplayName": "Gyro3 offsets of Z axis", + "Units": "rad/s", + "User": "Advanced" + }, + "INS_GYR3_CALTEMP": { + "Calibration": "1", + "Description": "Temperature that the 3rd gyroscope was calibrated at", + "DisplayName": "Calibration temperature for 3rd gyroscope", + "Units": "degC", + "User": "Advanced" + }, + "INS_GYR3_ID": { + "Description": "Gyro3 sensor ID, taking into account its type, bus and instance", + "DisplayName": "Gyro3 ID", + "ReadOnly": "True", + "User": "Advanced" + }, + "INS_GYROFFS_X": { + "Calibration": "1", + "Description": "Gyro sensor offsets of X axis. This is setup on each boot during gyro calibrations", + "DisplayName": "Gyro offsets of X axis", + "Units": "rad/s", + "User": "Advanced" + }, + "INS_GYROFFS_Y": { + "Calibration": "1", + "Description": "Gyro sensor offsets of Y axis. This is setup on each boot during gyro calibrations", + "DisplayName": "Gyro offsets of Y axis", + "Units": "rad/s", + "User": "Advanced" + }, + "INS_GYROFFS_Z": { + "Calibration": "1", + "Description": "Gyro sensor offsets of Z axis. This is setup on each boot during gyro calibrations", + "DisplayName": "Gyro offsets of Z axis", + "Units": "rad/s", + "User": "Advanced" + }, + "INS_GYRO_FILTER": { + "Description": "Filter cutoff frequency for gyroscopes. This can be set to a lower value to try to cope with very high vibration levels in aircraft. A value of zero means no filtering (not recommended!)", + "DisplayName": "Gyro filter cutoff frequency", + "Range": { + "high": "256", + "low": "0" + }, + "Units": "Hz", + "User": "Advanced" + }, + "INS_GYRO_RATE": { + "Description": "Gyro rate for IMUs with fast sampling enabled. The gyro rate is the sample rate at which the IMU filters operate and needs to be at least double the maximum filter frequency. If the sensor does not support the selected rate the next highest supported rate will be used. For IMUs which do not support fast sampling this setting is ignored and the default gyro rate of 1Khz is used.", + "DisplayName": "Gyro rate for IMUs with Fast Sampling enabled", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "1kHz", + "1": "2kHz", + "2": "4kHz", + "3": "8kHz" + } + }, + "INS_GYR_CAL": { + "Description": "Conrols when automatic gyro calibration is performed", + "DisplayName": "Gyro Calibration scheme", + "User": "Advanced", + "Values": { + "0": "Never", + "1": "Start-up only" + } + }, + "INS_GYR_ID": { + "Description": "Gyro sensor ID, taking into account its type, bus and instance", + "DisplayName": "Gyro ID", + "ReadOnly": "True", + "User": "Advanced" + }, + "INS_POS1_X": { + "Description": "X position of the first IMU Accelerometer in body frame. Positive X is forward of the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.", + "DisplayName": "IMU accelerometer X position", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "INS_POS1_Y": { + "Description": "Y position of the first IMU accelerometer in body frame. Positive Y is to the right of the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.", + "DisplayName": "IMU accelerometer Y position", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "INS_POS1_Z": { + "Description": "Z position of the first IMU accelerometer in body frame. Positive Z is down from the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.", + "DisplayName": "IMU accelerometer Z position", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "INS_POS2_X": { + "Description": "X position of the second IMU accelerometer in body frame. Positive X is forward of the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.", + "DisplayName": "IMU accelerometer X position", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "INS_POS2_Y": { + "Description": "Y position of the second IMU accelerometer in body frame. Positive Y is to the right of the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.", + "DisplayName": "IMU accelerometer Y position", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "INS_POS2_Z": { + "Description": "Z position of the second IMU accelerometer in body frame. Positive Z is down from the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.", + "DisplayName": "IMU accelerometer Z position", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "INS_POS3_X": { + "Description": "X position of the third IMU accelerometer in body frame. Positive X is forward of the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.", + "DisplayName": "IMU accelerometer X position", + "Range": { + "high": "10", + "low": "-10" + }, + "Units": "m", + "User": "Advanced" + }, + "INS_POS3_Y": { + "Description": "Y position of the third IMU accelerometer in body frame. Positive Y is to the right of the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.", + "DisplayName": "IMU accelerometer Y position", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "INS_POS3_Z": { + "Description": "Z position of the third IMU accelerometer in body frame. Positive Z is down from the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.", + "DisplayName": "IMU accelerometer Z position", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "INS_RAW_LOG_OPT": { + "Bitmask": { + "0": "Log primary gyro only", + "1": "Log all gyros", + "2": "Post filter", + "3": "Pre and post filter" + }, + "Description": "Raw logging options bitmask", + "DisplayName": "Raw logging options", + "User": "Advanced" + }, + "INS_STILL_THRESH": { + "Description": "Threshold to tolerate vibration to determine if vehicle is motionless. This depends on the frame type and if there is a constant vibration due to motors before launch or after landing. Total motionless is about 0.05. Suggested values: Planes/rover use 0.1, multirotors use 1, tradHeli uses 5", + "DisplayName": "Stillness threshold for detecting if we are moving", + "Range": { + "high": "50", + "low": "0.05" + }, + "User": "Advanced" + }, + "INS_TCAL_OPTIONS": { + "Bitmask": { + "0": "PersistParams" + }, + "Description": "This enables optional temperature calibration features. Setting PersistParams will save the accelerometer and temperature calibration parameters in the bootloader sector on the next update of the bootloader.", + "DisplayName": "Options for temperature calibration", + "User": "Advanced" + }, + "INS_TRIM_OPTION": { + "Description": "Specifies how the accel cal routine determines the trims", + "DisplayName": "Accel cal trim option", + "User": "Advanced", + "Values": { + "0": "Don't adjust the trims", + "1": "Assume first orientation was level", + "2": "Assume ACC_BODYFIX is perfectly aligned to the vehicle" + } + }, + "INS_USE": { + "Description": "Use first IMU for attitude, velocity and position estimates", + "DisplayName": "Use first IMU for attitude, velocity and position estimates", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "INS_USE2": { + "Description": "Use second IMU for attitude, velocity and position estimates", + "DisplayName": "Use second IMU for attitude, velocity and position estimates", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "INS_USE3": { + "Description": "Use third IMU for attitude, velocity and position estimates", + "DisplayName": "Use third IMU for attitude, velocity and position estimates", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + } + }, + "INS4_": { + "INS4_ACCOFFS_X": { + "Calibration": "1", + "Description": "Accelerometer offsets of X axis. This is setup using the acceleration calibration or level operations", + "DisplayName": "Accelerometer offsets of X axis", + "Range": { + "high": "3.5", + "low": "-3.5" + }, + "Units": "m/s/s", + "User": "Advanced" + }, + "INS4_ACCOFFS_Y": { + "Calibration": "1", + "Description": "Accelerometer offsets of Y axis. This is setup using the acceleration calibration or level operations", + "DisplayName": "Accelerometer offsets of Y axis", + "Range": { + "high": "3.5", + "low": "-3.5" + }, + "Units": "m/s/s", + "User": "Advanced" + }, + "INS4_ACCOFFS_Z": { + "Calibration": "1", + "Description": "Accelerometer offsets of Z axis. This is setup using the acceleration calibration or level operations", + "DisplayName": "Accelerometer offsets of Z axis", + "Range": { + "high": "3.5", + "low": "-3.5" + }, + "Units": "m/s/s", + "User": "Advanced" + }, + "INS4_ACCSCAL_X": { + "Calibration": "1", + "Description": "Accelerometer scaling of X axis. Calculated during acceleration calibration routine", + "DisplayName": "Accelerometer scaling of X axis", + "Range": { + "high": "1.2", + "low": "0.8" + }, + "User": "Advanced" + }, + "INS4_ACCSCAL_Y": { + "Calibration": "1", + "Description": "Accelerometer scaling of Y axis Calculated during acceleration calibration routine", + "DisplayName": "Accelerometer scaling of Y axis", + "Range": { + "high": "1.2", + "low": "0.8" + }, + "User": "Advanced" + }, + "INS4_ACCSCAL_Z": { + "Calibration": "1", + "Description": "Accelerometer scaling of Z axis Calculated during acceleration calibration routine", + "DisplayName": "Accelerometer scaling of Z axis", + "Range": { + "high": "1.2", + "low": "0.8" + }, + "User": "Advanced" + }, + "INS4_ACC_CALTEMP": { + "Calibration": "1", + "Description": "Temperature that the accelerometer was calibrated at", + "DisplayName": "Calibration temperature for accelerometer", + "Units": "degC", + "User": "Advanced" + }, + "INS4_ACC_ID": { + "Description": "Accelerometer sensor ID, taking into account its type, bus and instance", + "DisplayName": "Accelerometer ID", + "ReadOnly": "True", + "User": "Advanced" + }, + "INS4_GYROFFS_X": { + "Calibration": "1", + "Description": "Gyro sensor offsets of X axis. This is setup on each boot during gyro calibrations", + "DisplayName": "Gyro offsets of X axis", + "Units": "rad/s", + "User": "Advanced" + }, + "INS4_GYROFFS_Y": { + "Calibration": "1", + "Description": "Gyro sensor offsets of Y axis. This is setup on each boot during gyro calibrations", + "DisplayName": "Gyro offsets of Y axis", + "Units": "rad/s", + "User": "Advanced" + }, + "INS4_GYROFFS_Z": { + "Calibration": "1", + "Description": "Gyro sensor offsets of Z axis. This is setup on each boot during gyro calibrations", + "DisplayName": "Gyro offsets of Z axis", + "Units": "rad/s", + "User": "Advanced" + }, + "INS4_GYR_CALTEMP": { + "Calibration": "1", + "Description": "Temperature that the gyroscope was calibrated at", + "DisplayName": "Calibration temperature for gyroscope", + "Units": "degC", + "User": "Advanced" + }, + "INS4_GYR_ID": { + "Description": "Gyro sensor ID, taking into account its type, bus and instance", + "DisplayName": "Gyro ID", + "ReadOnly": "True", + "User": "Advanced" + }, + "INS4_POS_X": { + "Description": "X position of the first IMU Accelerometer in body frame. Positive X is forward of the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.", + "DisplayName": "IMU accelerometer X position", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "INS4_POS_Y": { + "Description": "Y position of the first IMU accelerometer in body frame. Positive Y is to the right of the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.", + "DisplayName": "IMU accelerometer Y position", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "INS4_POS_Z": { + "Description": "Z position of the first IMU accelerometer in body frame. Positive Z is down from the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.", + "DisplayName": "IMU accelerometer Z position", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "INS4_USE": { + "Description": "Use first IMU for attitude, velocity and position estimates", + "DisplayName": "Use first IMU for attitude, velocity and position estimates", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + } + }, + "INS4_TCAL_": { + "INS4_TCAL_ACC1_X": { + "Calibration": "1", + "Description": "This is the 1st order temperature coefficient from a temperature calibration", + "DisplayName": "Accelerometer 1st order temperature coefficient X axis", + "User": "Advanced" + }, + "INS4_TCAL_ACC1_Y": { + "Calibration": "1", + "Description": "This is the 1st order temperature coefficient from a temperature calibration", + "DisplayName": "Accelerometer 1st order temperature coefficient Y axis", + "User": "Advanced" + }, + "INS4_TCAL_ACC1_Z": { + "Calibration": "1", + "Description": "This is the 1st order temperature coefficient from a temperature calibration", + "DisplayName": "Accelerometer 1st order temperature coefficient Z axis", + "User": "Advanced" + }, + "INS4_TCAL_ACC2_X": { + "Calibration": "1", + "Description": "This is the 2nd order temperature coefficient from a temperature calibration", + "DisplayName": "Accelerometer 2nd order temperature coefficient X axis", + "User": "Advanced" + }, + "INS4_TCAL_ACC2_Y": { + "Calibration": "1", + "Description": "This is the 2nd order temperature coefficient from a temperature calibration", + "DisplayName": "Accelerometer 2nd order temperature coefficient Y axis", + "User": "Advanced" + }, + "INS4_TCAL_ACC2_Z": { + "Calibration": "1", + "Description": "This is the 2nd order temperature coefficient from a temperature calibration", + "DisplayName": "Accelerometer 2nd order temperature coefficient Z axis", + "User": "Advanced" + }, + "INS4_TCAL_ACC3_X": { + "Calibration": "1", + "Description": "This is the 3rd order temperature coefficient from a temperature calibration", + "DisplayName": "Accelerometer 3rd order temperature coefficient X axis", + "User": "Advanced" + }, + "INS4_TCAL_ACC3_Y": { + "Calibration": "1", + "Description": "This is the 3rd order temperature coefficient from a temperature calibration", + "DisplayName": "Accelerometer 3rd order temperature coefficient Y axis", + "User": "Advanced" + }, + "INS4_TCAL_ACC3_Z": { + "Calibration": "1", + "Description": "This is the 3rd order temperature coefficient from a temperature calibration", + "DisplayName": "Accelerometer 3rd order temperature coefficient Z axis", + "User": "Advanced" + }, + "INS4_TCAL_ENABLE": { + "Description": "Enable the use of temperature calibration parameters for this IMU. For automatic learning set to 2 and also set the INS_TCALn_TMAX to the target temperature, then reboot", + "DisplayName": "Enable temperature calibration", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled", + "2": "LearnCalibration" + } + }, + "INS4_TCAL_GYR1_X": { + "Calibration": "1", + "Description": "This is the 1st order temperature coefficient from a temperature calibration", + "DisplayName": "Gyroscope 1st order temperature coefficient X axis", + "User": "Advanced" + }, + "INS4_TCAL_GYR1_Y": { + "Calibration": "1", + "Description": "This is the 1st order temperature coefficient from a temperature calibration", + "DisplayName": "Gyroscope 1st order temperature coefficient Y axis", + "User": "Advanced" + }, + "INS4_TCAL_GYR1_Z": { + "Calibration": "1", + "Description": "This is the 1st order temperature coefficient from a temperature calibration", + "DisplayName": "Gyroscope 1st order temperature coefficient Z axis", + "User": "Advanced" + }, + "INS4_TCAL_GYR2_X": { + "Calibration": "1", + "Description": "This is the 2nd order temperature coefficient from a temperature calibration", + "DisplayName": "Gyroscope 2nd order temperature coefficient X axis", + "User": "Advanced" + }, + "INS4_TCAL_GYR2_Y": { + "Calibration": "1", + "Description": "This is the 2nd order temperature coefficient from a temperature calibration", + "DisplayName": "Gyroscope 2nd order temperature coefficient Y axis", + "User": "Advanced" + }, + "INS4_TCAL_GYR2_Z": { + "Calibration": "1", + "Description": "This is the 2nd order temperature coefficient from a temperature calibration", + "DisplayName": "Gyroscope 2nd order temperature coefficient Z axis", + "User": "Advanced" + }, + "INS4_TCAL_GYR3_X": { + "Calibration": "1", + "Description": "This is the 3rd order temperature coefficient from a temperature calibration", + "DisplayName": "Gyroscope 3rd order temperature coefficient X axis", + "User": "Advanced" + }, + "INS4_TCAL_GYR3_Y": { + "Calibration": "1", + "Description": "This is the 3rd order temperature coefficient from a temperature calibration", + "DisplayName": "Gyroscope 3rd order temperature coefficient Y axis", + "User": "Advanced" + }, + "INS4_TCAL_GYR3_Z": { + "Calibration": "1", + "Description": "This is the 3rd order temperature coefficient from a temperature calibration", + "DisplayName": "Gyroscope 3rd order temperature coefficient Z axis", + "User": "Advanced" + }, + "INS4_TCAL_TMAX": { + "Calibration": "1", + "Description": "The maximum temperature that the calibration is valid for. This must be at least 10 degrees above TMIN for calibration", + "DisplayName": "Temperature calibration max", + "Range": { + "high": "80", + "low": "-70" + }, + "Units": "degC", + "User": "Advanced" + }, + "INS4_TCAL_TMIN": { + "Calibration": "1", + "Description": "The minimum temperature that the calibration is valid for", + "DisplayName": "Temperature calibration min", + "Range": { + "high": "80", + "low": "-70" + }, + "Units": "degC", + "User": "Advanced" + } + }, + "INS5_": { + "INS5_ACCOFFS_X": { + "Calibration": "1", + "Description": "Accelerometer offsets of X axis. This is setup using the acceleration calibration or level operations", + "DisplayName": "Accelerometer offsets of X axis", + "Range": { + "high": "3.5", + "low": "-3.5" + }, + "Units": "m/s/s", + "User": "Advanced" + }, + "INS5_ACCOFFS_Y": { + "Calibration": "1", + "Description": "Accelerometer offsets of Y axis. This is setup using the acceleration calibration or level operations", + "DisplayName": "Accelerometer offsets of Y axis", + "Range": { + "high": "3.5", + "low": "-3.5" + }, + "Units": "m/s/s", + "User": "Advanced" + }, + "INS5_ACCOFFS_Z": { + "Calibration": "1", + "Description": "Accelerometer offsets of Z axis. This is setup using the acceleration calibration or level operations", + "DisplayName": "Accelerometer offsets of Z axis", + "Range": { + "high": "3.5", + "low": "-3.5" + }, + "Units": "m/s/s", + "User": "Advanced" + }, + "INS5_ACCSCAL_X": { + "Calibration": "1", + "Description": "Accelerometer scaling of X axis. Calculated during acceleration calibration routine", + "DisplayName": "Accelerometer scaling of X axis", + "Range": { + "high": "1.2", + "low": "0.8" + }, + "User": "Advanced" + }, + "INS5_ACCSCAL_Y": { + "Calibration": "1", + "Description": "Accelerometer scaling of Y axis Calculated during acceleration calibration routine", + "DisplayName": "Accelerometer scaling of Y axis", + "Range": { + "high": "1.2", + "low": "0.8" + }, + "User": "Advanced" + }, + "INS5_ACCSCAL_Z": { + "Calibration": "1", + "Description": "Accelerometer scaling of Z axis Calculated during acceleration calibration routine", + "DisplayName": "Accelerometer scaling of Z axis", + "Range": { + "high": "1.2", + "low": "0.8" + }, + "User": "Advanced" + }, + "INS5_ACC_CALTEMP": { + "Calibration": "1", + "Description": "Temperature that the accelerometer was calibrated at", + "DisplayName": "Calibration temperature for accelerometer", + "Units": "degC", + "User": "Advanced" + }, + "INS5_ACC_ID": { + "Description": "Accelerometer sensor ID, taking into account its type, bus and instance", + "DisplayName": "Accelerometer ID", + "ReadOnly": "True", + "User": "Advanced" + }, + "INS5_GYROFFS_X": { + "Calibration": "1", + "Description": "Gyro sensor offsets of X axis. This is setup on each boot during gyro calibrations", + "DisplayName": "Gyro offsets of X axis", + "Units": "rad/s", + "User": "Advanced" + }, + "INS5_GYROFFS_Y": { + "Calibration": "1", + "Description": "Gyro sensor offsets of Y axis. This is setup on each boot during gyro calibrations", + "DisplayName": "Gyro offsets of Y axis", + "Units": "rad/s", + "User": "Advanced" + }, + "INS5_GYROFFS_Z": { + "Calibration": "1", + "Description": "Gyro sensor offsets of Z axis. This is setup on each boot during gyro calibrations", + "DisplayName": "Gyro offsets of Z axis", + "Units": "rad/s", + "User": "Advanced" + }, + "INS5_GYR_CALTEMP": { + "Calibration": "1", + "Description": "Temperature that the gyroscope was calibrated at", + "DisplayName": "Calibration temperature for gyroscope", + "Units": "degC", + "User": "Advanced" + }, + "INS5_GYR_ID": { + "Description": "Gyro sensor ID, taking into account its type, bus and instance", + "DisplayName": "Gyro ID", + "ReadOnly": "True", + "User": "Advanced" + }, + "INS5_POS_X": { + "Description": "X position of the first IMU Accelerometer in body frame. Positive X is forward of the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.", + "DisplayName": "IMU accelerometer X position", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "INS5_POS_Y": { + "Description": "Y position of the first IMU accelerometer in body frame. Positive Y is to the right of the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.", + "DisplayName": "IMU accelerometer Y position", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "INS5_POS_Z": { + "Description": "Z position of the first IMU accelerometer in body frame. Positive Z is down from the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.", + "DisplayName": "IMU accelerometer Z position", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "INS5_USE": { + "Description": "Use first IMU for attitude, velocity and position estimates", + "DisplayName": "Use first IMU for attitude, velocity and position estimates", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + } + }, + "INS5_TCAL_": { + "INS5_TCAL_ACC1_X": { + "Calibration": "1", + "Description": "This is the 1st order temperature coefficient from a temperature calibration", + "DisplayName": "Accelerometer 1st order temperature coefficient X axis", + "User": "Advanced" + }, + "INS5_TCAL_ACC1_Y": { + "Calibration": "1", + "Description": "This is the 1st order temperature coefficient from a temperature calibration", + "DisplayName": "Accelerometer 1st order temperature coefficient Y axis", + "User": "Advanced" + }, + "INS5_TCAL_ACC1_Z": { + "Calibration": "1", + "Description": "This is the 1st order temperature coefficient from a temperature calibration", + "DisplayName": "Accelerometer 1st order temperature coefficient Z axis", + "User": "Advanced" + }, + "INS5_TCAL_ACC2_X": { + "Calibration": "1", + "Description": "This is the 2nd order temperature coefficient from a temperature calibration", + "DisplayName": "Accelerometer 2nd order temperature coefficient X axis", + "User": "Advanced" + }, + "INS5_TCAL_ACC2_Y": { + "Calibration": "1", + "Description": "This is the 2nd order temperature coefficient from a temperature calibration", + "DisplayName": "Accelerometer 2nd order temperature coefficient Y axis", + "User": "Advanced" + }, + "INS5_TCAL_ACC2_Z": { + "Calibration": "1", + "Description": "This is the 2nd order temperature coefficient from a temperature calibration", + "DisplayName": "Accelerometer 2nd order temperature coefficient Z axis", + "User": "Advanced" + }, + "INS5_TCAL_ACC3_X": { + "Calibration": "1", + "Description": "This is the 3rd order temperature coefficient from a temperature calibration", + "DisplayName": "Accelerometer 3rd order temperature coefficient X axis", + "User": "Advanced" + }, + "INS5_TCAL_ACC3_Y": { + "Calibration": "1", + "Description": "This is the 3rd order temperature coefficient from a temperature calibration", + "DisplayName": "Accelerometer 3rd order temperature coefficient Y axis", + "User": "Advanced" + }, + "INS5_TCAL_ACC3_Z": { + "Calibration": "1", + "Description": "This is the 3rd order temperature coefficient from a temperature calibration", + "DisplayName": "Accelerometer 3rd order temperature coefficient Z axis", + "User": "Advanced" + }, + "INS5_TCAL_ENABLE": { + "Description": "Enable the use of temperature calibration parameters for this IMU. For automatic learning set to 2 and also set the INS_TCALn_TMAX to the target temperature, then reboot", + "DisplayName": "Enable temperature calibration", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled", + "2": "LearnCalibration" + } + }, + "INS5_TCAL_GYR1_X": { + "Calibration": "1", + "Description": "This is the 1st order temperature coefficient from a temperature calibration", + "DisplayName": "Gyroscope 1st order temperature coefficient X axis", + "User": "Advanced" + }, + "INS5_TCAL_GYR1_Y": { + "Calibration": "1", + "Description": "This is the 1st order temperature coefficient from a temperature calibration", + "DisplayName": "Gyroscope 1st order temperature coefficient Y axis", + "User": "Advanced" + }, + "INS5_TCAL_GYR1_Z": { + "Calibration": "1", + "Description": "This is the 1st order temperature coefficient from a temperature calibration", + "DisplayName": "Gyroscope 1st order temperature coefficient Z axis", + "User": "Advanced" + }, + "INS5_TCAL_GYR2_X": { + "Calibration": "1", + "Description": "This is the 2nd order temperature coefficient from a temperature calibration", + "DisplayName": "Gyroscope 2nd order temperature coefficient X axis", + "User": "Advanced" + }, + "INS5_TCAL_GYR2_Y": { + "Calibration": "1", + "Description": "This is the 2nd order temperature coefficient from a temperature calibration", + "DisplayName": "Gyroscope 2nd order temperature coefficient Y axis", + "User": "Advanced" + }, + "INS5_TCAL_GYR2_Z": { + "Calibration": "1", + "Description": "This is the 2nd order temperature coefficient from a temperature calibration", + "DisplayName": "Gyroscope 2nd order temperature coefficient Z axis", + "User": "Advanced" + }, + "INS5_TCAL_GYR3_X": { + "Calibration": "1", + "Description": "This is the 3rd order temperature coefficient from a temperature calibration", + "DisplayName": "Gyroscope 3rd order temperature coefficient X axis", + "User": "Advanced" + }, + "INS5_TCAL_GYR3_Y": { + "Calibration": "1", + "Description": "This is the 3rd order temperature coefficient from a temperature calibration", + "DisplayName": "Gyroscope 3rd order temperature coefficient Y axis", + "User": "Advanced" + }, + "INS5_TCAL_GYR3_Z": { + "Calibration": "1", + "Description": "This is the 3rd order temperature coefficient from a temperature calibration", + "DisplayName": "Gyroscope 3rd order temperature coefficient Z axis", + "User": "Advanced" + }, + "INS5_TCAL_TMAX": { + "Calibration": "1", + "Description": "The maximum temperature that the calibration is valid for. This must be at least 10 degrees above TMIN for calibration", + "DisplayName": "Temperature calibration max", + "Range": { + "high": "80", + "low": "-70" + }, + "Units": "degC", + "User": "Advanced" + }, + "INS5_TCAL_TMIN": { + "Calibration": "1", + "Description": "The minimum temperature that the calibration is valid for", + "DisplayName": "Temperature calibration min", + "Range": { + "high": "80", + "low": "-70" + }, + "Units": "degC", + "User": "Advanced" + } + }, + "INS_HNTC2_": { + "INS_HNTC2_ATT": { + "Description": "Harmonic Notch Filter attenuation in dB. Values greater than 40dB will typically produce a hard notch rather than a modest attenuation of motor noise.", + "DisplayName": "Harmonic Notch Filter attenuation", + "Range": { + "high": "50", + "low": "5" + }, + "Units": "dB", + "User": "Advanced" + }, + "INS_HNTC2_BW": { + "Description": "Harmonic Notch Filter bandwidth in Hz. This is typically set to half the base frequency. The ratio of base frequency to bandwidth determines the notch quality factor and is fixed across harmonics.", + "DisplayName": "Harmonic Notch Filter bandwidth", + "Range": { + "high": "250", + "low": "5" + }, + "Units": "Hz", + "User": "Advanced" + }, + "INS_HNTC2_ENABLE": { + "Description": "Harmonic Notch Filter enable", + "DisplayName": "Harmonic Notch Filter enable", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "INS_HNTC2_FM_RAT": { + "Description": "The minimum ratio below the configured frequency to take throttle based notch filters when flying at a throttle level below the reference throttle. Note that lower frequency notch filters will have more phase lag. If you want throttle based notch filtering to be effective at a throttle up to 30% below the configured notch frequency then set this parameter to 0.7. The default of 1.0 means the notch will not go below the frequency in the FREQ parameter.", + "DisplayName": "Throttle notch min freqency ratio", + "Range": { + "high": "1.0", + "low": "0.1" + }, + "User": "Advanced" + }, + "INS_HNTC2_FREQ": { + "Description": "Harmonic Notch Filter base center frequency in Hz. This is the center frequency for static notches, the center frequency for Throttle based notches at the reference thrust value, and the minimum limit of center frequency variation for all other notch types. This should always be set lower than half the backend gyro rate (which is typically 1Khz). ", + "DisplayName": "Harmonic Notch Filter base frequency", + "Range": { + "high": "495", + "low": "10" + }, + "Units": "Hz", + "User": "Advanced" + }, + "INS_HNTC2_HMNCS": { + "Bitmask": { + "0": "1st harmonic", + "1": "2nd harmonic", + "10": "11th harmonic", + "11": "12th harmonic", + "12": "13th harmonic", + "13": "14th harmonic", + "14": "15th harmonic", + "15": "16th harmonic", + "2": "3rd harmonic", + "3": "4th harmonic", + "4": "5th harmonic", + "5": "6th harmonic", + "6": "7th harmonic", + "7": "8th harmonic", + "8": "9th harmonic", + "9": "10th harmonic" + }, + "Description": "Bitmask of harmonic frequencies to apply Harmonic Notch Filter to. This option takes effect on the next reboot. A value of 0 disables this filter. The first harmonic refers to the base frequency.", + "DisplayName": "Harmonic Notch Filter harmonics", + "RebootRequired": "True", + "User": "Advanced" + }, + "INS_HNTC2_MODE": { + "Description": "Harmonic Notch Filter dynamic frequency tracking mode. Dynamic updates can be throttle, RPM sensor, ESC telemetry or dynamic FFT based. Throttle-based updates should only be used with multicopters.", + "DisplayName": "Harmonic Notch Filter dynamic frequency tracking mode", + "Range": { + "high": "5", + "low": "0" + }, + "User": "Advanced", + "Values": { + "0": "Fixed", + "1": "Throttle", + "2": "RPM Sensor", + "3": "ESC Telemetry", + "4": "Dynamic FFT", + "5": "Second RPM Sensor" + } + }, + "INS_HNTC2_OPTS": { + "Bitmask": { + "0": "Double notch", + "1": "Multi-Source", + "2": "Update at loop rate", + "3": "EnableOnAllIMUs", + "4": "Triple notch" + }, + "Description": "Harmonic Notch Filter options. Triple and double-notches can provide deeper attenuation across a wider bandwidth with reduced latency than single notches and are suitable for larger aircraft. Multi-Source attaches a harmonic notch to each detected noise frequency instead of simply being multiples of the base frequency, in the case of FFT it will attach notches to each of three detected noise peaks, in the case of ESC it will attach notches to each of four motor RPM values. Loop rate update changes the notch center frequency at the scheduler loop rate rather than at the default of 200Hz. If both double and triple notches are specified only double notches will take effect.", + "DisplayName": "Harmonic Notch Filter options", + "RebootRequired": "True", + "User": "Advanced" + }, + "INS_HNTC2_REF": { + "Description": "A reference value of zero disables dynamic updates on the Harmonic Notch Filter and a positive value enables dynamic updates on the Harmonic Notch Filter. For throttle-based scaling, this parameter is the reference value associated with the specified frequency to facilitate frequency scaling of the Harmonic Notch Filter. For RPM and ESC telemetry based tracking, this parameter is set to 1 to enable the Harmonic Notch Filter using the RPM sensor or ESC telemetry set to measure rotor speed. The sensor data is converted to Hz automatically for use in the Harmonic Notch Filter. This reference value may also be used to scale the sensor data, if required. For example, rpm sensor data is required to measure heli motor RPM. Therefore the reference value can be used to scale the RPM sensor to the rotor RPM.", + "DisplayName": "Harmonic Notch Filter reference value", + "Range": { + "high": "1.0", + "low": "0.0" + }, + "RebootRequired": "True", + "User": "Advanced" + } + }, + "INS_HNTCH_": { + "INS_HNTCH_ATT": { + "Description": "Harmonic Notch Filter attenuation in dB. Values greater than 40dB will typically produce a hard notch rather than a modest attenuation of motor noise.", + "DisplayName": "Harmonic Notch Filter attenuation", + "Range": { + "high": "50", + "low": "5" + }, + "Units": "dB", + "User": "Advanced" + }, + "INS_HNTCH_BW": { + "Description": "Harmonic Notch Filter bandwidth in Hz. This is typically set to half the base frequency. The ratio of base frequency to bandwidth determines the notch quality factor and is fixed across harmonics.", + "DisplayName": "Harmonic Notch Filter bandwidth", + "Range": { + "high": "250", + "low": "5" + }, + "Units": "Hz", + "User": "Advanced" + }, + "INS_HNTCH_ENABLE": { + "Description": "Harmonic Notch Filter enable", + "DisplayName": "Harmonic Notch Filter enable", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "INS_HNTCH_FM_RAT": { + "Description": "The minimum ratio below the configured frequency to take throttle based notch filters when flying at a throttle level below the reference throttle. Note that lower frequency notch filters will have more phase lag. If you want throttle based notch filtering to be effective at a throttle up to 30% below the configured notch frequency then set this parameter to 0.7. The default of 1.0 means the notch will not go below the frequency in the FREQ parameter.", + "DisplayName": "Throttle notch min freqency ratio", + "Range": { + "high": "1.0", + "low": "0.1" + }, + "User": "Advanced" + }, + "INS_HNTCH_FREQ": { + "Description": "Harmonic Notch Filter base center frequency in Hz. This is the center frequency for static notches, the center frequency for Throttle based notches at the reference thrust value, and the minimum limit of center frequency variation for all other notch types. This should always be set lower than half the backend gyro rate (which is typically 1Khz). ", + "DisplayName": "Harmonic Notch Filter base frequency", + "Range": { + "high": "495", + "low": "10" + }, + "Units": "Hz", + "User": "Advanced" + }, + "INS_HNTCH_HMNCS": { + "Bitmask": { + "0": "1st harmonic", + "1": "2nd harmonic", + "10": "11th harmonic", + "11": "12th harmonic", + "12": "13th harmonic", + "13": "14th harmonic", + "14": "15th harmonic", + "15": "16th harmonic", + "2": "3rd harmonic", + "3": "4th harmonic", + "4": "5th harmonic", + "5": "6th harmonic", + "6": "7th harmonic", + "7": "8th harmonic", + "8": "9th harmonic", + "9": "10th harmonic" + }, + "Description": "Bitmask of harmonic frequencies to apply Harmonic Notch Filter to. This option takes effect on the next reboot. A value of 0 disables this filter. The first harmonic refers to the base frequency.", + "DisplayName": "Harmonic Notch Filter harmonics", + "RebootRequired": "True", + "User": "Advanced" + }, + "INS_HNTCH_MODE": { + "Description": "Harmonic Notch Filter dynamic frequency tracking mode. Dynamic updates can be throttle, RPM sensor, ESC telemetry or dynamic FFT based. Throttle-based updates should only be used with multicopters.", + "DisplayName": "Harmonic Notch Filter dynamic frequency tracking mode", + "Range": { + "high": "5", + "low": "0" + }, + "User": "Advanced", + "Values": { + "0": "Fixed", + "1": "Throttle", + "2": "RPM Sensor", + "3": "ESC Telemetry", + "4": "Dynamic FFT", + "5": "Second RPM Sensor" + } + }, + "INS_HNTCH_OPTS": { + "Bitmask": { + "0": "Double notch", + "1": "Multi-Source", + "2": "Update at loop rate", + "3": "EnableOnAllIMUs", + "4": "Triple notch" + }, + "Description": "Harmonic Notch Filter options. Triple and double-notches can provide deeper attenuation across a wider bandwidth with reduced latency than single notches and are suitable for larger aircraft. Multi-Source attaches a harmonic notch to each detected noise frequency instead of simply being multiples of the base frequency, in the case of FFT it will attach notches to each of three detected noise peaks, in the case of ESC it will attach notches to each of four motor RPM values. Loop rate update changes the notch center frequency at the scheduler loop rate rather than at the default of 200Hz. If both double and triple notches are specified only double notches will take effect.", + "DisplayName": "Harmonic Notch Filter options", + "RebootRequired": "True", + "User": "Advanced" + }, + "INS_HNTCH_REF": { + "Description": "A reference value of zero disables dynamic updates on the Harmonic Notch Filter and a positive value enables dynamic updates on the Harmonic Notch Filter. For throttle-based scaling, this parameter is the reference value associated with the specified frequency to facilitate frequency scaling of the Harmonic Notch Filter. For RPM and ESC telemetry based tracking, this parameter is set to 1 to enable the Harmonic Notch Filter using the RPM sensor or ESC telemetry set to measure rotor speed. The sensor data is converted to Hz automatically for use in the Harmonic Notch Filter. This reference value may also be used to scale the sensor data, if required. For example, rpm sensor data is required to measure heli motor RPM. Therefore the reference value can be used to scale the RPM sensor to the rotor RPM.", + "DisplayName": "Harmonic Notch Filter reference value", + "Range": { + "high": "1.0", + "low": "0.0" + }, + "RebootRequired": "True", + "User": "Advanced" + } + }, + "INS_LOG_": { + "INS_LOG_BAT_CNT": { + "Description": "Number of samples to take when logging streams of IMU sensor readings. Will be rounded down to a multiple of 32. This option takes effect on the next reboot.", + "DisplayName": "sample count per batch", + "Increment": "32", + "RebootRequired": "True", + "User": "Advanced" + }, + "INS_LOG_BAT_LGCT": { + "Description": "Number of samples to push to count every INS_LOG_BAT_LGIN", + "DisplayName": "logging count", + "Increment": "1" + }, + "INS_LOG_BAT_LGIN": { + "Description": "Interval between pushing samples to the AP_Logger log", + "DisplayName": "logging interval", + "Increment": "10", + "Units": "ms" + }, + "INS_LOG_BAT_MASK": { + "Bitmask": { + "0": "IMU1", + "1": "IMU2", + "2": "IMU3" + }, + "Description": "Bitmap of which IMUs to log batch data for. This option takes effect on the next reboot.", + "DisplayName": "Sensor Bitmask", + "RebootRequired": "True", + "User": "Advanced" + }, + "INS_LOG_BAT_OPT": { + "Bitmask": { + "0": "Sensor-Rate Logging (sample at full sensor rate seen by AP)", + "1": "Sample post-filtering", + "2": "Sample pre- and post-filter" + }, + "Description": "Options for the BatchSampler.", + "DisplayName": "Batch Logging Options Mask", + "User": "Advanced" + } + }, + "INS_TCAL1_": { + "INS_TCAL1_ACC1_X": { + "Calibration": "1", + "Description": "This is the 1st order temperature coefficient from a temperature calibration", + "DisplayName": "Accelerometer 1st order temperature coefficient X axis", + "User": "Advanced" + }, + "INS_TCAL1_ACC1_Y": { + "Calibration": "1", + "Description": "This is the 1st order temperature coefficient from a temperature calibration", + "DisplayName": "Accelerometer 1st order temperature coefficient Y axis", + "User": "Advanced" + }, + "INS_TCAL1_ACC1_Z": { + "Calibration": "1", + "Description": "This is the 1st order temperature coefficient from a temperature calibration", + "DisplayName": "Accelerometer 1st order temperature coefficient Z axis", + "User": "Advanced" + }, + "INS_TCAL1_ACC2_X": { + "Calibration": "1", + "Description": "This is the 2nd order temperature coefficient from a temperature calibration", + "DisplayName": "Accelerometer 2nd order temperature coefficient X axis", + "User": "Advanced" + }, + "INS_TCAL1_ACC2_Y": { + "Calibration": "1", + "Description": "This is the 2nd order temperature coefficient from a temperature calibration", + "DisplayName": "Accelerometer 2nd order temperature coefficient Y axis", + "User": "Advanced" + }, + "INS_TCAL1_ACC2_Z": { + "Calibration": "1", + "Description": "This is the 2nd order temperature coefficient from a temperature calibration", + "DisplayName": "Accelerometer 2nd order temperature coefficient Z axis", + "User": "Advanced" + }, + "INS_TCAL1_ACC3_X": { + "Calibration": "1", + "Description": "This is the 3rd order temperature coefficient from a temperature calibration", + "DisplayName": "Accelerometer 3rd order temperature coefficient X axis", + "User": "Advanced" + }, + "INS_TCAL1_ACC3_Y": { + "Calibration": "1", + "Description": "This is the 3rd order temperature coefficient from a temperature calibration", + "DisplayName": "Accelerometer 3rd order temperature coefficient Y axis", + "User": "Advanced" + }, + "INS_TCAL1_ACC3_Z": { + "Calibration": "1", + "Description": "This is the 3rd order temperature coefficient from a temperature calibration", + "DisplayName": "Accelerometer 3rd order temperature coefficient Z axis", + "User": "Advanced" + }, + "INS_TCAL1_ENABLE": { + "Description": "Enable the use of temperature calibration parameters for this IMU. For automatic learning set to 2 and also set the INS_TCALn_TMAX to the target temperature, then reboot", + "DisplayName": "Enable temperature calibration", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled", + "2": "LearnCalibration" + } + }, + "INS_TCAL1_GYR1_X": { + "Calibration": "1", + "Description": "This is the 1st order temperature coefficient from a temperature calibration", + "DisplayName": "Gyroscope 1st order temperature coefficient X axis", + "User": "Advanced" + }, + "INS_TCAL1_GYR1_Y": { + "Calibration": "1", + "Description": "This is the 1st order temperature coefficient from a temperature calibration", + "DisplayName": "Gyroscope 1st order temperature coefficient Y axis", + "User": "Advanced" + }, + "INS_TCAL1_GYR1_Z": { + "Calibration": "1", + "Description": "This is the 1st order temperature coefficient from a temperature calibration", + "DisplayName": "Gyroscope 1st order temperature coefficient Z axis", + "User": "Advanced" + }, + "INS_TCAL1_GYR2_X": { + "Calibration": "1", + "Description": "This is the 2nd order temperature coefficient from a temperature calibration", + "DisplayName": "Gyroscope 2nd order temperature coefficient X axis", + "User": "Advanced" + }, + "INS_TCAL1_GYR2_Y": { + "Calibration": "1", + "Description": "This is the 2nd order temperature coefficient from a temperature calibration", + "DisplayName": "Gyroscope 2nd order temperature coefficient Y axis", + "User": "Advanced" + }, + "INS_TCAL1_GYR2_Z": { + "Calibration": "1", + "Description": "This is the 2nd order temperature coefficient from a temperature calibration", + "DisplayName": "Gyroscope 2nd order temperature coefficient Z axis", + "User": "Advanced" + }, + "INS_TCAL1_GYR3_X": { + "Calibration": "1", + "Description": "This is the 3rd order temperature coefficient from a temperature calibration", + "DisplayName": "Gyroscope 3rd order temperature coefficient X axis", + "User": "Advanced" + }, + "INS_TCAL1_GYR3_Y": { + "Calibration": "1", + "Description": "This is the 3rd order temperature coefficient from a temperature calibration", + "DisplayName": "Gyroscope 3rd order temperature coefficient Y axis", + "User": "Advanced" + }, + "INS_TCAL1_GYR3_Z": { + "Calibration": "1", + "Description": "This is the 3rd order temperature coefficient from a temperature calibration", + "DisplayName": "Gyroscope 3rd order temperature coefficient Z axis", + "User": "Advanced" + }, + "INS_TCAL1_TMAX": { + "Calibration": "1", + "Description": "The maximum temperature that the calibration is valid for. This must be at least 10 degrees above TMIN for calibration", + "DisplayName": "Temperature calibration max", + "Range": { + "high": "80", + "low": "-70" + }, + "Units": "degC", + "User": "Advanced" + }, + "INS_TCAL1_TMIN": { + "Calibration": "1", + "Description": "The minimum temperature that the calibration is valid for", + "DisplayName": "Temperature calibration min", + "Range": { + "high": "80", + "low": "-70" + }, + "Units": "degC", + "User": "Advanced" + } + }, + "INS_TCAL2_": { + "INS_TCAL2_ACC1_X": { + "Calibration": "1", + "Description": "This is the 1st order temperature coefficient from a temperature calibration", + "DisplayName": "Accelerometer 1st order temperature coefficient X axis", + "User": "Advanced" + }, + "INS_TCAL2_ACC1_Y": { + "Calibration": "1", + "Description": "This is the 1st order temperature coefficient from a temperature calibration", + "DisplayName": "Accelerometer 1st order temperature coefficient Y axis", + "User": "Advanced" + }, + "INS_TCAL2_ACC1_Z": { + "Calibration": "1", + "Description": "This is the 1st order temperature coefficient from a temperature calibration", + "DisplayName": "Accelerometer 1st order temperature coefficient Z axis", + "User": "Advanced" + }, + "INS_TCAL2_ACC2_X": { + "Calibration": "1", + "Description": "This is the 2nd order temperature coefficient from a temperature calibration", + "DisplayName": "Accelerometer 2nd order temperature coefficient X axis", + "User": "Advanced" + }, + "INS_TCAL2_ACC2_Y": { + "Calibration": "1", + "Description": "This is the 2nd order temperature coefficient from a temperature calibration", + "DisplayName": "Accelerometer 2nd order temperature coefficient Y axis", + "User": "Advanced" + }, + "INS_TCAL2_ACC2_Z": { + "Calibration": "1", + "Description": "This is the 2nd order temperature coefficient from a temperature calibration", + "DisplayName": "Accelerometer 2nd order temperature coefficient Z axis", + "User": "Advanced" + }, + "INS_TCAL2_ACC3_X": { + "Calibration": "1", + "Description": "This is the 3rd order temperature coefficient from a temperature calibration", + "DisplayName": "Accelerometer 3rd order temperature coefficient X axis", + "User": "Advanced" + }, + "INS_TCAL2_ACC3_Y": { + "Calibration": "1", + "Description": "This is the 3rd order temperature coefficient from a temperature calibration", + "DisplayName": "Accelerometer 3rd order temperature coefficient Y axis", + "User": "Advanced" + }, + "INS_TCAL2_ACC3_Z": { + "Calibration": "1", + "Description": "This is the 3rd order temperature coefficient from a temperature calibration", + "DisplayName": "Accelerometer 3rd order temperature coefficient Z axis", + "User": "Advanced" + }, + "INS_TCAL2_ENABLE": { + "Description": "Enable the use of temperature calibration parameters for this IMU. For automatic learning set to 2 and also set the INS_TCALn_TMAX to the target temperature, then reboot", + "DisplayName": "Enable temperature calibration", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled", + "2": "LearnCalibration" + } + }, + "INS_TCAL2_GYR1_X": { + "Calibration": "1", + "Description": "This is the 1st order temperature coefficient from a temperature calibration", + "DisplayName": "Gyroscope 1st order temperature coefficient X axis", + "User": "Advanced" + }, + "INS_TCAL2_GYR1_Y": { + "Calibration": "1", + "Description": "This is the 1st order temperature coefficient from a temperature calibration", + "DisplayName": "Gyroscope 1st order temperature coefficient Y axis", + "User": "Advanced" + }, + "INS_TCAL2_GYR1_Z": { + "Calibration": "1", + "Description": "This is the 1st order temperature coefficient from a temperature calibration", + "DisplayName": "Gyroscope 1st order temperature coefficient Z axis", + "User": "Advanced" + }, + "INS_TCAL2_GYR2_X": { + "Calibration": "1", + "Description": "This is the 2nd order temperature coefficient from a temperature calibration", + "DisplayName": "Gyroscope 2nd order temperature coefficient X axis", + "User": "Advanced" + }, + "INS_TCAL2_GYR2_Y": { + "Calibration": "1", + "Description": "This is the 2nd order temperature coefficient from a temperature calibration", + "DisplayName": "Gyroscope 2nd order temperature coefficient Y axis", + "User": "Advanced" + }, + "INS_TCAL2_GYR2_Z": { + "Calibration": "1", + "Description": "This is the 2nd order temperature coefficient from a temperature calibration", + "DisplayName": "Gyroscope 2nd order temperature coefficient Z axis", + "User": "Advanced" + }, + "INS_TCAL2_GYR3_X": { + "Calibration": "1", + "Description": "This is the 3rd order temperature coefficient from a temperature calibration", + "DisplayName": "Gyroscope 3rd order temperature coefficient X axis", + "User": "Advanced" + }, + "INS_TCAL2_GYR3_Y": { + "Calibration": "1", + "Description": "This is the 3rd order temperature coefficient from a temperature calibration", + "DisplayName": "Gyroscope 3rd order temperature coefficient Y axis", + "User": "Advanced" + }, + "INS_TCAL2_GYR3_Z": { + "Calibration": "1", + "Description": "This is the 3rd order temperature coefficient from a temperature calibration", + "DisplayName": "Gyroscope 3rd order temperature coefficient Z axis", + "User": "Advanced" + }, + "INS_TCAL2_TMAX": { + "Calibration": "1", + "Description": "The maximum temperature that the calibration is valid for. This must be at least 10 degrees above TMIN for calibration", + "DisplayName": "Temperature calibration max", + "Range": { + "high": "80", + "low": "-70" + }, + "Units": "degC", + "User": "Advanced" + }, + "INS_TCAL2_TMIN": { + "Calibration": "1", + "Description": "The minimum temperature that the calibration is valid for", + "DisplayName": "Temperature calibration min", + "Range": { + "high": "80", + "low": "-70" + }, + "Units": "degC", + "User": "Advanced" + } + }, + "INS_TCAL3_": { + "INS_TCAL3_ACC1_X": { + "Calibration": "1", + "Description": "This is the 1st order temperature coefficient from a temperature calibration", + "DisplayName": "Accelerometer 1st order temperature coefficient X axis", + "User": "Advanced" + }, + "INS_TCAL3_ACC1_Y": { + "Calibration": "1", + "Description": "This is the 1st order temperature coefficient from a temperature calibration", + "DisplayName": "Accelerometer 1st order temperature coefficient Y axis", + "User": "Advanced" + }, + "INS_TCAL3_ACC1_Z": { + "Calibration": "1", + "Description": "This is the 1st order temperature coefficient from a temperature calibration", + "DisplayName": "Accelerometer 1st order temperature coefficient Z axis", + "User": "Advanced" + }, + "INS_TCAL3_ACC2_X": { + "Calibration": "1", + "Description": "This is the 2nd order temperature coefficient from a temperature calibration", + "DisplayName": "Accelerometer 2nd order temperature coefficient X axis", + "User": "Advanced" + }, + "INS_TCAL3_ACC2_Y": { + "Calibration": "1", + "Description": "This is the 2nd order temperature coefficient from a temperature calibration", + "DisplayName": "Accelerometer 2nd order temperature coefficient Y axis", + "User": "Advanced" + }, + "INS_TCAL3_ACC2_Z": { + "Calibration": "1", + "Description": "This is the 2nd order temperature coefficient from a temperature calibration", + "DisplayName": "Accelerometer 2nd order temperature coefficient Z axis", + "User": "Advanced" + }, + "INS_TCAL3_ACC3_X": { + "Calibration": "1", + "Description": "This is the 3rd order temperature coefficient from a temperature calibration", + "DisplayName": "Accelerometer 3rd order temperature coefficient X axis", + "User": "Advanced" + }, + "INS_TCAL3_ACC3_Y": { + "Calibration": "1", + "Description": "This is the 3rd order temperature coefficient from a temperature calibration", + "DisplayName": "Accelerometer 3rd order temperature coefficient Y axis", + "User": "Advanced" + }, + "INS_TCAL3_ACC3_Z": { + "Calibration": "1", + "Description": "This is the 3rd order temperature coefficient from a temperature calibration", + "DisplayName": "Accelerometer 3rd order temperature coefficient Z axis", + "User": "Advanced" + }, + "INS_TCAL3_ENABLE": { + "Description": "Enable the use of temperature calibration parameters for this IMU. For automatic learning set to 2 and also set the INS_TCALn_TMAX to the target temperature, then reboot", + "DisplayName": "Enable temperature calibration", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled", + "2": "LearnCalibration" + } + }, + "INS_TCAL3_GYR1_X": { + "Calibration": "1", + "Description": "This is the 1st order temperature coefficient from a temperature calibration", + "DisplayName": "Gyroscope 1st order temperature coefficient X axis", + "User": "Advanced" + }, + "INS_TCAL3_GYR1_Y": { + "Calibration": "1", + "Description": "This is the 1st order temperature coefficient from a temperature calibration", + "DisplayName": "Gyroscope 1st order temperature coefficient Y axis", + "User": "Advanced" + }, + "INS_TCAL3_GYR1_Z": { + "Calibration": "1", + "Description": "This is the 1st order temperature coefficient from a temperature calibration", + "DisplayName": "Gyroscope 1st order temperature coefficient Z axis", + "User": "Advanced" + }, + "INS_TCAL3_GYR2_X": { + "Calibration": "1", + "Description": "This is the 2nd order temperature coefficient from a temperature calibration", + "DisplayName": "Gyroscope 2nd order temperature coefficient X axis", + "User": "Advanced" + }, + "INS_TCAL3_GYR2_Y": { + "Calibration": "1", + "Description": "This is the 2nd order temperature coefficient from a temperature calibration", + "DisplayName": "Gyroscope 2nd order temperature coefficient Y axis", + "User": "Advanced" + }, + "INS_TCAL3_GYR2_Z": { + "Calibration": "1", + "Description": "This is the 2nd order temperature coefficient from a temperature calibration", + "DisplayName": "Gyroscope 2nd order temperature coefficient Z axis", + "User": "Advanced" + }, + "INS_TCAL3_GYR3_X": { + "Calibration": "1", + "Description": "This is the 3rd order temperature coefficient from a temperature calibration", + "DisplayName": "Gyroscope 3rd order temperature coefficient X axis", + "User": "Advanced" + }, + "INS_TCAL3_GYR3_Y": { + "Calibration": "1", + "Description": "This is the 3rd order temperature coefficient from a temperature calibration", + "DisplayName": "Gyroscope 3rd order temperature coefficient Y axis", + "User": "Advanced" + }, + "INS_TCAL3_GYR3_Z": { + "Calibration": "1", + "Description": "This is the 3rd order temperature coefficient from a temperature calibration", + "DisplayName": "Gyroscope 3rd order temperature coefficient Z axis", + "User": "Advanced" + }, + "INS_TCAL3_TMAX": { + "Calibration": "1", + "Description": "The maximum temperature that the calibration is valid for. This must be at least 10 degrees above TMIN for calibration", + "DisplayName": "Temperature calibration max", + "Range": { + "high": "80", + "low": "-70" + }, + "Units": "degC", + "User": "Advanced" + }, + "INS_TCAL3_TMIN": { + "Calibration": "1", + "Description": "The minimum temperature that the calibration is valid for", + "DisplayName": "Temperature calibration min", + "Range": { + "high": "80", + "low": "-70" + }, + "Units": "degC", + "User": "Advanced" + } + }, + "KDE_": { + "KDE_NPOLE": { + "Description": "Sets the number of motor poles to calculate the correct RPM value", + "DisplayName": "Number of motor poles" + } + }, + "LOG": { + "LOG_BACKEND_TYPE": { + "Bitmask": { + "0": "File", + "1": "MAVLink", + "2": "Block" + }, + "Description": "Bitmap of what Logger backend types to enable. Block-based logging is available on SITL and boards with dataflash chips. Multiple backends can be selected.", + "DisplayName": "AP_Logger Backend Storage type", + "User": "Standard" + }, + "LOG_BLK_RATEMAX": { + "Description": "This sets the maximum rate that streaming log messages will be logged to the block backend. A value of zero means that rate limiting is disabled.", + "DisplayName": "Maximum logging rate for block backend", + "Increment": "0.1", + "Range": { + "high": "1000", + "low": "0" + }, + "Units": "Hz", + "User": "Standard" + }, + "LOG_DARM_RATEMAX": { + "Description": "This sets the maximum rate that streaming log messages will be logged to any backend when disarmed. A value of zero means that the normal backend rate limit is applied.", + "DisplayName": "Maximum logging rate when disarmed", + "Increment": "0.1", + "Range": { + "high": "1000", + "low": "0" + }, + "Units": "Hz", + "User": "Standard" + }, + "LOG_DISARMED": { + "Description": "If LOG_DISARMED is set to 1 then logging will be enabled at all times including when disarmed. Logging before arming can make for very large logfiles but can help a lot when tracking down startup issues and is necessary if logging of EKF replay data is selected via the LOG_REPLAY parameter. If LOG_DISARMED is set to 2, then logging will be enabled when disarmed, but not if a USB connection is detected. This can be used to prevent unwanted data logs being generated when the vehicle is connected via USB for log downloading or parameter changes. If LOG_DISARMED is set to 3 then logging will happen while disarmed, but if the vehicle never arms then the logs using the filesystem backend will be discarded on the next boot.", + "DisplayName": "Enable logging while disarmed", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled", + "2": "Disabled on USB connection", + "3": "Discard log on reboot if never armed" + } + }, + "LOG_FILE_BUFSIZE": { + "Description": "The File and Block backends use a buffer to store data before writing to the block device. Raising this value may reduce \"gaps\" in your SD card logging. This buffer size may be reduced depending on available memory. PixHawk requires at least 4 kilobytes. Maximum value available here is 64 kilobytes.", + "DisplayName": "Maximum AP_Logger File and Block Backend buffer size (in kilobytes)", + "User": "Standard" + }, + "LOG_FILE_DSRMROT": { + "Description": "When set, the current log file is closed when the vehicle is disarmed. If LOG_DISARMED is set then a fresh log will be opened. Applies to the File and Block logging backends.", + "DisplayName": "Stop logging to current file on disarm", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "LOG_FILE_MB_FREE": { + "Description": "Set this such that the free space is larger than your largest typical flight log", + "DisplayName": "Old logs on the SD card will be deleted to maintain this amount of free space", + "Range": { + "high": "1000", + "low": "10" + }, + "Units": "MB", + "User": "Standard" + }, + "LOG_FILE_RATEMAX": { + "Description": "This sets the maximum rate that streaming log messages will be logged to the file backend. A value of zero means that rate limiting is disabled.", + "DisplayName": "Maximum logging rate for file backend", + "Increment": "0.1", + "Range": { + "high": "1000", + "low": "0" + }, + "Units": "Hz", + "User": "Standard" + }, + "LOG_FILE_TIMEOUT": { + "Description": "This controls the amount of time before failing writes to a log file cause the file to be closed and logging stopped.", + "DisplayName": "Timeout before giving up on file writes", + "Units": "s", + "User": "Standard" + }, + "LOG_MAV_BUFSIZE": { + "Description": "Maximum amount of memory to allocate to AP_Logger-over-mavlink", + "DisplayName": "Maximum AP_Logger MAVLink Backend buffer size", + "Units": "kB", + "User": "Advanced" + }, + "LOG_MAV_RATEMAX": { + "Description": "This sets the maximum rate that streaming log messages will be logged to the mavlink backend. A value of zero means that rate limiting is disabled.", + "DisplayName": "Maximum logging rate for mavlink backend", + "Increment": "0.1", + "Range": { + "high": "1000", + "low": "0" + }, + "Units": "Hz", + "User": "Standard" + }, + "LOG_MAX_FILES": { + "Description": "This sets the maximum number of log file that will be written on dataflash or sd card before starting to rotate log number. Limit is capped at 500 logs.", + "DisplayName": "Maximum number of log files", + "Increment": "1", + "Range": { + "high": "500", + "low": "2" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "LOG_REPLAY": { + "Description": "If LOG_REPLAY is set to 1 then the EKF2 and EKF3 state estimators will log detailed information needed for diagnosing problems with the Kalman filter. LOG_DISARMED must be set to 1 or 2 or else the log will not contain the pre-flight data required for replay testing of the EKF's. It is suggested that you also raise LOG_FILE_BUFSIZE to give more buffer space for logging and use a high quality microSD card to ensure no sensor data is lost.", + "DisplayName": "Enable logging of information needed for Replay", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + } + }, + "Lua Script": { + "AEROM_ALT_ABORT": { + "Description": "Maximum allowable loss in altitude during a trick or sequence from its starting altitude.", + "DisplayName": "Altitude Abort", + "Units": "m" + }, + "AEROM_ANG_ACCEL": { + "Description": "Maximum angular acceleration in maneuvers", + "DisplayName": "Angular acceleration limit", + "Units": "deg/s/s" + }, + "AEROM_ANG_TC": { + "Description": "This is the time over which we filter the desired roll to smooth it", + "DisplayName": "Roll control filtertime constant", + "Units": "s" + }, + "AEROM_BOX_WIDTH": { + "Description": "Length of aerobatic \"box\" ", + "DisplayName": "Box Width", + "Units": "m" + }, + "AEROM_DEBUG": { + "Description": "This controls the printing of extra debug information on paths", + "DisplayName": "Debug control" + }, + "AEROM_ENTRY_RATE": { + "Description": "This controls how rapidly we roll into a new orientation", + "DisplayName": "The roll rate to use when entering a roll maneuver", + "Units": "deg/s" + }, + "AEROM_ERR_COR_D": { + "Description": "This controls how rapidly we correct back onto the desired path", + "DisplayName": "D gain for path error corrections" + }, + "AEROM_ERR_COR_P": { + "Description": "This controls how rapidly we correct back onto the desired path", + "DisplayName": "P gain for path error corrections" + }, + "AEROM_KE_RUDD": { + "Description": "Percent of rudder normally uses to sustain knife-edge at trick speed", + "DisplayName": "KnifeEdge Rudder", + "Units": "%" + }, + "AEROM_KE_RUDD_LK": { + "Description": "Time to look ahead in the path to calculate rudder correction for bank angle", + "DisplayName": "KnifeEdge Rudder lookahead", + "Units": "s" + }, + "AEROM_LKAHD": { + "Description": "This is how much time to look ahead in the path for calculating path rates", + "DisplayName": "Lookahead", + "Units": "s" + }, + "AEROM_MIS_ANGLE": { + "Description": "When set to a non-zero value, this is the assumed direction of the mission. Otherwise the waypoint angle is used", + "DisplayName": "Mission angle", + "Units": "deg" + }, + "AEROM_OPTIONS": { + "Bitmask": { + "0": "UseRTLOnAbort", + "1": "AddAtToMessages", + "2": "DualAircraftSynchronised" + }, + "Description": "Options to control aerobatic behavior", + "DisplayName": "Aerobatic options", + "Units": "deg" + }, + "AEROM_PATH_SCALE": { + "Description": "Scale factor for Path/Box size. 0.5 would half the distances in maneuvers. Radii are unaffected.", + "DisplayName": "Path Scale", + "Range": { + "high": "100", + "low": "0.1" + } + }, + "AEROM_ROL_COR_TC": { + "Description": "This is the time constant for correcting roll errors. A smaller value leads to faster roll corrections", + "DisplayName": "Roll control time constant", + "Units": "s" + }, + "AEROM_SPD_I": { + "Description": "This controls how rapidly the throttle is raised to compensate for a speed error", + "DisplayName": "I gain for speed controller", + "Units": "%" + }, + "AEROM_SPD_P": { + "Description": "This controls how rapidly the throttle is raised to compensate for a speed error", + "DisplayName": "P gain for speed controller", + "Units": "%" + }, + "AEROM_STALL_PIT": { + "Description": "Pitch threashold for moving to final stage of stall turn", + "DisplayName": "Stall turn pitch threshold", + "Units": "deg" + }, + "AEROM_STALL_THR": { + "Description": "Amount of throttle to reduce to for a stall turn", + "DisplayName": "Stall turn throttle", + "Units": "%" + }, + "AEROM_THR_BOOST": { + "Description": "This is the extra throttle added in schedule elements marked as needing a throttle boost", + "DisplayName": "Throttle boost", + "Units": "%" + }, + "AEROM_THR_LKAHD": { + "Description": "This controls how far ahead we look in time along the path for the target throttle", + "DisplayName": "The lookahead for throttle control", + "Units": "s" + }, + "AEROM_THR_MIN": { + "Description": "Lowest throttle used during maneuvers", + "DisplayName": "Minimum Throttle", + "Units": "%" + }, + "AEROM_THR_PIT_FF": { + "Description": "This controls how much extra throttle to add based on pitch ange. The value is for 90 degrees and is applied in proportion to pitch", + "DisplayName": "Throttle feed forward from pitch", + "Units": "%" + }, + "AEROM_TIME_COR_P": { + "Description": "This is the time constant for correcting path position errors", + "DisplayName": "Time constant for correction of our distance along the path", + "Units": "s" + }, + "AEROM_TS_I": { + "Description": "This controls how rapidly two aircraft are brought back into time sync", + "DisplayName": "Timesync I gain" + }, + "AEROM_TS_P": { + "Description": "This controls how rapidly two aircraft are brought back into time sync", + "DisplayName": "Timesync P gain" + }, + "AEROM_TS_RATE": { + "Description": "This sets the rate we send data for time sync between aircraft", + "DisplayName": "Timesync rate of send of NAMED_VALUE_FLOAT data", + "Units": "Hz" + }, + "AEROM_TS_SPDMAX": { + "Description": "This sets the maximum speed adjustment for time sync between aircraft", + "DisplayName": "Timesync speed max", + "Units": "m/s" + }, + "AEROM_YAW_ACCEL": { + "Description": "This is maximum yaw acceleration to use", + "DisplayName": "Yaw acceleration", + "Units": "deg/s/s" + }, + "BATT_ANX_CANDRV": { + "Description": "Set ANX CAN driver", + "DisplayName": "Set ANX CAN driver", + "User": "Standard", + "Values": { + "0": "None", + "1": "1stCANDriver", + "2": "2ndCanDriver" + } + }, + "BATT_ANX_ENABLE": { + "Description": "Enable ANX battery support", + "DisplayName": "Enable ANX battery support", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "BATT_ANX_INDEX": { + "Description": "ANX CAN battery index", + "DisplayName": "ANX CAN battery index", + "Range": { + "high": "10", + "low": "1" + }, + "User": "Standard" + }, + "BATT_ANX_OPTIONS": { + "Bitmask": { + "0": "LogAllFrames" + }, + "Description": "ANX CAN battery options", + "DisplayName": "ANX CAN battery options", + "User": "Advanced" + }, + "BATT_SOC1_C1": { + "Description": "Battery estimator coefficient1", + "DisplayName": "Battery estimator coefficient1", + "Range": { + "high": "200", + "low": "100" + }, + "User": "Standard" + }, + "BATT_SOC1_C2": { + "Description": "Battery estimator coefficient2", + "DisplayName": "Battery estimator coefficient2", + "Range": { + "high": "5", + "low": "2" + }, + "User": "Standard" + }, + "BATT_SOC1_C3": { + "Description": "Battery estimator coefficient3", + "DisplayName": "Battery estimator coefficient3", + "Range": { + "high": "0.5", + "low": "0.01" + }, + "User": "Standard" + }, + "BATT_SOC1_IDX": { + "Description": "Battery estimator index", + "DisplayName": "Battery estimator index", + "Range": { + "high": "4", + "low": "0" + }, + "User": "Standard" + }, + "BATT_SOC1_NCELL": { + "Description": "Battery estimator cell count", + "DisplayName": "Battery estimator cell count", + "Range": { + "high": "48", + "low": "0" + }, + "User": "Standard" + }, + "BATT_SOC2_C1": { + "Description": "Battery estimator coefficient1", + "DisplayName": "Battery estimator coefficient1", + "Range": { + "high": "200", + "low": "100" + }, + "User": "Standard" + }, + "BATT_SOC2_C2": { + "Description": "Battery estimator coefficient2", + "DisplayName": "Battery estimator coefficient2", + "Range": { + "high": "5", + "low": "2" + }, + "User": "Standard" + }, + "BATT_SOC2_C3": { + "Description": "Battery estimator coefficient3", + "DisplayName": "Battery estimator coefficient3", + "Range": { + "high": "0.5", + "low": "0.01" + }, + "User": "Standard" + }, + "BATT_SOC2_IDX": { + "Description": "Battery estimator index", + "DisplayName": "Battery estimator index", + "Range": { + "high": "4", + "low": "0" + }, + "User": "Standard" + }, + "BATT_SOC2_NCELL": { + "Description": "Battery estimator cell count", + "DisplayName": "Battery estimator cell count", + "Range": { + "high": "48", + "low": "0" + }, + "User": "Standard" + }, + "BATT_SOC3_C1": { + "Description": "Battery estimator coefficient1", + "DisplayName": "Battery estimator coefficient1", + "Range": { + "high": "200", + "low": "100" + }, + "User": "Standard" + }, + "BATT_SOC3_C2": { + "Description": "Battery estimator coefficient2", + "DisplayName": "Battery estimator coefficient2", + "Range": { + "high": "5", + "low": "2" + }, + "User": "Standard" + }, + "BATT_SOC3_C3": { + "Description": "Battery estimator coefficient3", + "DisplayName": "Battery estimator coefficient3", + "Range": { + "high": "0.5", + "low": "0.01" + }, + "User": "Standard" + }, + "BATT_SOC3_IDX": { + "Description": "Battery estimator index", + "DisplayName": "Battery estimator index", + "Range": { + "high": "4", + "low": "0" + }, + "User": "Standard" + }, + "BATT_SOC3_NCELL": { + "Description": "Battery estimator cell count", + "DisplayName": "Battery estimator cell count", + "Range": { + "high": "48", + "low": "0" + }, + "User": "Standard" + }, + "BATT_SOC4_C1": { + "Description": "Battery estimator coefficient1", + "DisplayName": "Battery estimator coefficient1", + "Range": { + "high": "200", + "low": "100" + }, + "User": "Standard" + }, + "BATT_SOC4_C2": { + "Description": "Battery estimator coefficient2", + "DisplayName": "Battery estimator coefficient2", + "Range": { + "high": "5", + "low": "2" + }, + "User": "Standard" + }, + "BATT_SOC4_C3": { + "Description": "Battery estimator coefficient3", + "DisplayName": "Battery estimator coefficient3", + "Range": { + "high": "0.5", + "low": "0.01" + }, + "User": "Standard" + }, + "BATT_SOC4_IDX": { + "Description": "Battery estimator index", + "DisplayName": "Battery estimator index", + "Range": { + "high": "4", + "low": "0" + }, + "User": "Standard" + }, + "BATT_SOC4_NCELL": { + "Description": "Battery estimator cell count", + "DisplayName": "Battery estimator cell count", + "Range": { + "high": "48", + "low": "0" + }, + "User": "Standard" + }, + "BATT_SOC_COUNT": { + "Description": "Number of battery SOC estimators", + "DisplayName": "Count of SOC estimators", + "Range": { + "high": "4", + "low": "0" + }, + "User": "Standard" + }, + "DJIR_DEBUG": { + "Description": "Enable DJIRS2 debug", + "DisplayName": "DJIRS2 debug", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled", + "2": "Enabled with attitude reporting" + } + }, + "DJIR_UPSIDEDOWN": { + "Description": "DJIRS2 upside down", + "DisplayName": "DJIRS2 upside down", + "User": "Standard", + "Values": { + "0": "Right side up", + "1": "Upside down" + } + }, + "DR_ENABLE": { + "Description": "Deadreckoning Enable", + "DisplayName": "Deadreckoning Enable", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "DR_ENABLE_DIST": { + "Description": "Distance from home (in meters) beyond which the dead reckoning will be enabled", + "DisplayName": "Deadreckoning Enable Distance", + "Units": "m", + "User": "Standard" + }, + "DR_FLY_ALT_MIN": { + "Description": "Copter will fly at at least this altitude (in meters) above home during deadreckoning", + "DisplayName": "Deadreckoning Altitude Min", + "Range": { + "high": "1000", + "low": "0" + }, + "Units": "m", + "User": "Standard" + }, + "DR_FLY_ANGLE": { + "Description": "lean angle (in degrees) during deadreckoning", + "DisplayName": "Deadreckoning Lean Angle", + "Range": { + "high": "45", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "DR_FLY_TIMEOUT": { + "Description": "Copter will attempt to switch to NEXT_MODE after this many seconds of deadreckoning. If it cannot switch modes it will continue in Guided_NoGPS. Set to 0 to disable timeout", + "DisplayName": "Deadreckoning flight timeout", + "Units": "s", + "User": "Standard" + }, + "DR_GPS_SACC_MAX": { + "Description": "GPS speed accuracy maximum, above which deadreckoning home will begin (default is 0.8). Lower values trigger with good GPS quality, higher values will allow poorer GPS before triggering. Set to 0 to disable use of GPS speed accuracy", + "DisplayName": "Deadreckoning GPS speed accuracy maximum threshold", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Standard" + }, + "DR_GPS_SAT_MIN": { + "Description": "GPS satellite count threshold below which deadreckoning home will begin (default is 6). Higher values trigger with good GPS quality, Lower values trigger with worse GPS quality. Set to 0 to disable use of GPS satellite count", + "DisplayName": "Deadreckoning GPS satellite count min threshold", + "Range": { + "high": "30", + "low": "0" + }, + "User": "Standard" + }, + "DR_GPS_TRIGG_SEC": { + "Description": "GPS checks must fail for this many seconds before dead reckoning will be triggered", + "DisplayName": "Deadreckoning GPS check trigger seconds", + "Units": "s", + "User": "Standard" + }, + "DR_NEXT_MODE": { + "Description": "Copter switch to this mode after GPS recovers or DR_FLY_TIMEOUT has elapsed. Default is 6/RTL. Set to -1 to return to mode used before deadreckoning was triggered", + "DisplayName": "Deadreckoning Next Mode", + "User": "Standard", + "Values": { + "16": "PosHold", + "17": "Brake", + "2": "AltHold", + "20": "Guided_NoGPS", + "21": "Smart_RTL", + "27": "Auto RTL", + "3": "Auto", + "4": "Guided", + "5": "Loiter", + "6": "RTL", + "7": "Circle", + "9": "Land" + } + }, + "EFI_DLA_ENABLE": { + "Description": "Enable EFI DLA driver", + "DisplayName": "EFI DLA enable", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "EFI_DLA_LPS": { + "Description": "EFI DLA litres of fuel per second of injection time", + "DisplayName": "EFI DLA fuel scale", + "Range": { + "high": "1", + "low": "0.00001" + }, + "Units": "litres", + "User": "Standard" + }, + "EFI_H6K_CANDRV": { + "Description": "Halo6000 CAN driver. Use 1 for first CAN scripting driver, 2 for 2nd driver", + "DisplayName": "Halo6000 CAN driver", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "FirstCAN", + "2": "SecondCAN" + } + }, + "EFI_H6K_ENABLE": { + "Description": "Enable Halo6000 EFI driver", + "DisplayName": "Enable Halo6000 EFI driver", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "EFI_H6K_FUELTOT": { + "Description": "The capacity of the tank in litres", + "DisplayName": "Halo6000 total fuel capacity", + "Units": "litres", + "User": "Standard" + }, + "EFI_H6K_START_FN": { + "Description": "The RC auxilliary function number for start/stop of the generator. Zero to disable start function", + "DisplayName": "Halo6000 start auxilliary function", + "User": "Standard", + "Values": { + "0": "Disabled", + "300": "300", + "301": "301", + "302": "302", + "303": "303", + "304": "304", + "305": "305", + "306": "306", + "307": "307" + } + }, + "EFI_H6K_TELEM_RT": { + "Description": "The rate that additional generator telemetry is sent", + "DisplayName": "Halo6000 telemetry rate", + "Units": "Hz", + "User": "Standard" + }, + "EFI_INF_ENABLE": { + "Description": "Enable EFI INF-Inject driver", + "DisplayName": "EFI INF-Inject enable", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "EFI_SP_CANDRV": { + "Description": "Set SkyPower EFI CAN driver", + "DisplayName": "Set SkyPower EFI CAN driver", + "User": "Standard", + "Values": { + "0": "None", + "1": "1stCANDriver", + "2": "2ndCanDriver" + } + }, + "EFI_SP_ENABLE": { + "Description": "Enable SkyPower EFI support", + "DisplayName": "Enable SkyPower EFI support", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "EFI_SP_GEN_CTRL": { + "Description": "SkyPower EFI enable generator control", + "DisplayName": "SkyPower EFI enable generator control", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "EFI_SP_GEN_FN": { + "Description": "SkyPower EFI generator control function. This is the RCn_OPTION value to use to find the R/C channel used for controlling generator start/stop", + "DisplayName": "SkyPower EFI generator control function", + "User": "Standard", + "Values": { + "0": "Disabled", + "300": "300", + "301": "301", + "302": "302", + "303": "303", + "304": "304", + "305": "305", + "306": "306", + "307": "307" + } + }, + "EFI_SP_LOG_RT": { + "Description": "SkyPower EFI log rate. This is the rate at which extra logging of the SkyPower EFI is performed", + "DisplayName": "SkyPower EFI log rate", + "Range": { + "high": "50", + "low": "1" + }, + "Units": "Hz", + "User": "Advanced" + }, + "EFI_SP_MIN_RPM": { + "Description": "SkyPower EFI minimum RPM. This is the RPM below which the engine is considered to be stopped", + "DisplayName": "SkyPower EFI minimum RPM", + "Range": { + "high": "1000", + "low": "1" + }, + "User": "Advanced" + }, + "EFI_SP_MODEL": { + "Description": "SkyPower EFI ECU model", + "DisplayName": "SkyPower EFI ECU model", + "User": "Standard", + "Values": { + "0": "Default", + "1": "SP_275" + } + }, + "EFI_SP_RST_TIME": { + "Description": "SkyPower EFI restart time. If engine should be running and it has stopped for this amount of time then auto-restart. To disable this feature set this value to zero.", + "DisplayName": "SkyPower EFI restart time", + "Range": { + "high": "10", + "low": "0" + }, + "Units": "s", + "User": "Standard" + }, + "EFI_SP_START_FN": { + "Description": "SkyPower EFI start function. This is the RCn_OPTION value to use to find the R/C channel used for controlling engine start", + "DisplayName": "SkyPower EFI start function", + "User": "Standard", + "Values": { + "0": "Disabled", + "300": "300", + "301": "301", + "302": "302", + "303": "303", + "304": "304", + "305": "305", + "306": "306", + "307": "307" + } + }, + "EFI_SP_ST_DISARM": { + "Description": "SkyPower EFI allow start disarmed. This controls if starting the engine while disarmed is allowed", + "DisplayName": "SkyPower EFI allow start disarmed", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "EFI_SP_THR_FN": { + "Description": "SkyPower EFI throttle function. This sets which SERVOn_FUNCTION to use for the target throttle. This should be 70 for fixed wing aircraft and 31 for helicopter rotor speed control", + "DisplayName": "SkyPower EFI throttle function", + "User": "Standard", + "Values": { + "0": "Disabled", + "31": "HeliRSC", + "70": "FixedWing" + } + }, + "EFI_SP_THR_RATE": { + "Description": "SkyPower EFI throttle rate. This sets rate at which throttle updates are sent to the engine", + "DisplayName": "SkyPower EFI throttle rate", + "Range": { + "high": "100", + "low": "10" + }, + "Units": "Hz", + "User": "Advanced" + }, + "EFI_SP_TLM_RT": { + "Description": "SkyPower EFI telemetry rate. This is the rate at which extra telemetry values are sent to the GCS", + "DisplayName": "SkyPower EFI telemetry rate", + "Range": { + "high": "10", + "low": "1" + }, + "Units": "Hz", + "User": "Advanced" + }, + "EFI_SP_UPDATE_HZ": { + "Description": "SkyPower EFI update rate", + "DisplayName": "SkyPower EFI update rate", + "Range": { + "high": "200", + "low": "10" + }, + "Units": "Hz", + "User": "Advanced" + }, + "EFI_SVF_ARMCHECK": { + "Description": "Check for Generator ARM state before arming", + "DisplayName": "Generator SVFFI arming check", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "EFI_SVF_ENABLE": { + "Description": "Enable SVFFI generator support", + "DisplayName": "Generator SVFFI enable", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "ESC_HW_ENABLE": { + "Description": "Enable Hobbywing ESC telemetry", + "DisplayName": "Hobbywing ESC Enable", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "ESC_HW_OFS": { + "Description": "Motor number offset of first ESC", + "DisplayName": "Hobbywing ESC motor offset", + "Range": { + "high": "31", + "low": "0" + }, + "User": "Standard" + }, + "ESC_HW_POLES": { + "Description": "Number of motor poles for eRPM scaling", + "DisplayName": "Hobbywing ESC motor poles", + "Range": { + "high": "50", + "low": "1" + }, + "User": "Standard" + }, + "POI_DIST_MAX": { + "Description": "POI's max distance (in meters) from the vehicle", + "DisplayName": "Mount POI distance max", + "Range": { + "high": "10000", + "low": "0" + }, + "User": "Standard" + }, + "PREV_ENABLE": { + "Description": "Enable parameter reversion system", + "DisplayName": "parameter reversion enable", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "PREV_RC_FUNC": { + "Description": "RCn_OPTION number to used to trigger parameter reversion", + "DisplayName": "param reversion RC function", + "User": "Standard" + }, + "QUIK_AUTO_FILTER": { + "Description": "When enabled the PID filter settings are automatically set based on INS_GYRO_FILTER", + "DisplayName": "Quicktune auto filter enable", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "QUIK_AUTO_SAVE": { + "Description": "Number of seconds after completion of tune to auto-save. This is useful when using a 2 position switch for quicktune", + "DisplayName": "Quicktune auto save", + "Units": "s", + "User": "Standard" + }, + "QUIK_AXES": { + "Bitmask": { + "0": "Roll", + "1": "Pitch", + "2": "Yaw" + }, + "Description": "axes to tune", + "DisplayName": "Quicktune axes", + "User": "Standard" + }, + "QUIK_DOUBLE_TIME": { + "Description": "Time to double a tuning parameter. Raise this for a slower tune.", + "DisplayName": "Quicktune doubling time", + "Range": { + "high": "20", + "low": "5" + }, + "Units": "s", + "User": "Standard" + }, + "QUIK_ENABLE": { + "Description": "Enable quicktune system", + "DisplayName": "Quicktune enable", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "QUIK_GAIN_MARGIN": { + "Description": "Reduction in gain after oscillation detected. Raise this number to get a more conservative tune", + "DisplayName": "Quicktune gain margin", + "Range": { + "high": "80", + "low": "20" + }, + "Units": "%", + "User": "Standard" + }, + "QUIK_MAX_REDUCE": { + "Description": "This controls how much quicktune is allowed to lower gains from the original gains. If the vehicle already has a reasonable tune and is not oscillating then you can set this to zero to prevent gain reductions. The default of 20% is reasonable for most vehicles. Using a maximum gain reduction lowers the chance of an angle P oscillation happening if quicktune gets a false positive oscillation at a low gain, which can result in very low rate gains and a dangerous angle P oscillation.", + "DisplayName": "Quicktune maximum gain reduction", + "Range": { + "high": "100", + "low": "0" + }, + "Units": "%", + "User": "Standard" + }, + "QUIK_OPTIONS": { + "Bitmask": { + "0": "UseTwoPositionSwitch" + }, + "Description": "Additional options. When the Two Position Switch option is enabled then a high switch position will start the tune, low will disable the tune. you should also set a QUIK_AUTO_SAVE time so that you will be able to save the tune.", + "DisplayName": "Quicktune options", + "User": "Standard" + }, + "QUIK_OSC_SMAX": { + "Description": "Threshold for oscillation detection. A lower value will lead to a more conservative tune.", + "DisplayName": "Quicktune oscillation rate threshold", + "Range": { + "high": "10", + "low": "1" + }, + "User": "Standard" + }, + "QUIK_RC_FUNC": { + "Description": "RCn_OPTION number to use to control tuning stop/start/save", + "DisplayName": "Quicktune RC function", + "User": "Standard" + }, + "QUIK_RP_PI_RATIO": { + "Description": "Ratio between P and I gains for roll and pitch. Raise this to get a lower I gain", + "DisplayName": "Quicktune roll/pitch PI ratio", + "Range": { + "high": "1.0", + "low": "0.5" + }, + "User": "Standard" + }, + "QUIK_YAW_D_MAX": { + "Description": "Maximum value for yaw D gain", + "DisplayName": "Quicktune Yaw D max", + "Range": { + "high": "1", + "low": "0.001" + }, + "User": "Standard" + }, + "QUIK_YAW_P_MAX": { + "Description": "Maximum value for yaw P gain", + "DisplayName": "Quicktune Yaw P max", + "Range": { + "high": "3", + "low": "0.1" + }, + "User": "Standard" + }, + "QUIK_Y_PI_RATIO": { + "Description": "Ratio between P and I gains for yaw. Raise this to get a lower I gain", + "DisplayName": "Quicktune Yaw PI ratio", + "Range": { + "high": "20", + "low": "0.5" + }, + "User": "Standard" + }, + "RCK_DEBUG": { + "Description": "Sends Rockblock debug text to GCS via statustexts", + "DisplayName": "Display Rockblock debugging text", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "RCK_ENABLE": { + "Description": "Enables the Rockblock sending and recieving", + "DisplayName": "Enable Message transmission", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "RCK_FORCEHL": { + "Description": "Automatically enables High Latency mode if not already enabled", + "DisplayName": "Force enable High Latency mode", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "RCK_PERIOD": { + "Description": "When in High Latency mode, send Rockblock updates every N seconds", + "DisplayName": "Update rate", + "Range": { + "high": "600", + "low": "0" + }, + "Units": "s", + "User": "Standard" + }, + "RTUN_AUTO_FILTER": { + "Description": "When enabled the PID filter settings are automatically set based on INS_GYRO_FILTER", + "DisplayName": "Rover Quicktune auto filter enable", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "RTUN_AUTO_SAVE": { + "Description": "Number of seconds after completion of tune to auto-save. This is useful when using a 2 position switch for quicktune", + "DisplayName": "Rover Quicktune auto save", + "Units": "s", + "User": "Standard" + }, + "RTUN_AXES": { + "Bitmask": { + "0": "Steering", + "1": "Speed" + }, + "Description": "axes to tune", + "DisplayName": "Rover Quicktune axes", + "User": "Standard" + }, + "RTUN_ENABLE": { + "Description": "Enable quicktune system", + "DisplayName": "Rover Quicktune enable", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "RTUN_RC_FUNC": { + "Description": "RCn_OPTION number to use to control tuning stop/start/save", + "DisplayName": "Rover Quicktune RC function", + "User": "Standard", + "Values": { + "300": "Scripting1", + "301": "Scripting2", + "302": "Scripting3", + "303": "Scripting4", + "304": "Scripting5", + "305": "Scripting6", + "306": "Scripting7", + "307": "Scripting8" + } + }, + "RTUN_SPD_FFRATIO": { + "Description": "Ratio between measured response and CRUISE_THROTTLE value. Raise this to get a higher CRUISE_THROTTLE value", + "DisplayName": "Rover Quicktune Speed FeedForward (equivalent) ratio", + "Range": { + "high": "1.0", + "low": "0" + }, + "User": "Standard" + }, + "RTUN_SPD_I_RATIO": { + "Description": "Ratio between speed FF and I gain. Raise this to get a higher I gain, 0 to leave I unchanged", + "DisplayName": "Rover Quicktune Speed FF to I ratio", + "Range": { + "high": "2.0", + "low": "0" + }, + "User": "Standard" + }, + "RTUN_SPD_P_RATIO": { + "Description": "Ratio between speed FF and P gain. Raise this to get a higher P gain, 0 to leave P unchanged", + "DisplayName": "Rover Quicktune Speed FF to P ratio", + "Range": { + "high": "2.0", + "low": "0" + }, + "User": "Standard" + }, + "RTUN_STR_FFRATIO": { + "Description": "Ratio between measured response and FF gain. Raise this to get a higher FF gain", + "DisplayName": "Rover Quicktune Steering Rate FeedForward ratio", + "Range": { + "high": "1.0", + "low": "0" + }, + "User": "Standard" + }, + "RTUN_STR_I_RATIO": { + "Description": "Ratio between steering FF and I gains. Raise this to get a higher I gain, 0 to leave I unchanged", + "DisplayName": "Rover Quicktune Steering FF to I ratio", + "Range": { + "high": "2.0", + "low": "0" + }, + "User": "Standard" + }, + "RTUN_STR_P_RATIO": { + "Description": "Ratio between steering FF and P gains. Raise this to get a higher P gain, 0 to leave P unchanged", + "DisplayName": "Rover Quicktune Steering FF to P ratio", + "Range": { + "high": "2.0", + "low": "0" + }, + "User": "Standard" + }, + "SHIP_AUTO_OFS": { + "Description": "Settings this parameter to one triggers an automatic follow offset calculation based on current position of the vehicle and the landing target. NOTE: This parameter will auto-reset to zero once the offset has been calculated.", + "DisplayName": "Ship automatic offset trigger", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Trigger" + } + }, + "SHIP_ENABLE": { + "Description": "Enable ship landing system", + "DisplayName": "Ship landing enable", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "SHIP_LAND_ANGLE": { + "Description": "Angle from the stern of the ship for landing approach. Use this to ensure that on a go-around that ship superstructure and cables are avoided. A value of zero means to approach from the rear of the ship. A value of 90 means the landing will approach from the port (left) side of the ship. A value of -90 will mean approaching from the starboard (right) side of the ship. A value of 180 will approach from the bow of the ship. This parameter is combined with the sign of the RTL_RADIUS parameter to determine the holdoff pattern. If RTL_RADIUS is positive then a clockwise loiter is performed, if RTL_RADIUS is negative then a counter-clockwise loiter is used.", + "DisplayName": "Ship landing angle", + "Range": { + "high": "180", + "low": "-180" + }, + "Units": "deg", + "User": "Standard" + }, + "TOFSENSE_ID1": { + "Description": "First TOFSENSE-M sensor ID. Leave this at 0 to accept all IDs and if only one sensor is present. You can change ID of sensor from NAssistant Software", + "DisplayName": "TOFSENSE-M First ID", + "Range": { + "high": "255", + "low": "1" + }, + "User": "Standard" + }, + "TOFSENSE_ID2": { + "Description": "Second TOFSENSE-M sensor ID. This cannot be 0. You can change ID of sensor from NAssistant Software", + "DisplayName": "TOFSENSE-M Second ID", + "Range": { + "high": "255", + "low": "1" + }, + "User": "Standard" + }, + "TOFSENSE_ID3": { + "Description": "Third TOFSENSE-M sensor ID. This cannot be 0. You can change ID of sensor from NAssistant Software", + "DisplayName": "TOFSENSE-M Thir ID", + "Range": { + "high": "255", + "low": "1" + }, + "User": "Standard" + }, + "TOFSENSE_INST1": { + "Description": "First TOFSENSE-M sensors backend Instance. Setting this to 1 will pick the first backend from PRX_ or RNG_ Parameters (Depending on TOFSENSE_PRX)", + "DisplayName": "TOFSENSE-M First Instance", + "Range": { + "high": "3", + "low": "1" + }, + "User": "Standard" + }, + "TOFSENSE_INST2": { + "Description": "Second TOFSENSE-M sensors backend Instance. Setting this to 2 will pick the second backend from PRX_ or RNG_ Parameters (Depending on TOFSENSE_PRX)", + "DisplayName": "TOFSENSE-M Second Instance", + "Range": { + "high": "3", + "low": "1" + }, + "User": "Standard" + }, + "TOFSENSE_INST3": { + "Description": "Third TOFSENSE-M sensors backend Instance. Setting this to 3 will pick the second backend from PRX_ or RNG_ Parameters (Depending on TOFSENSE_PRX)", + "DisplayName": "TOFSENSE-M Third Instance", + "Range": { + "high": "3", + "low": "1" + }, + "User": "Standard" + }, + "TOFSENSE_MODE": { + "Description": "TOFSENSE-M mode to be used. 0 for 8x8 mode. 1 for 4x4 mode", + "DisplayName": "TOFSENSE-M mode to be used", + "User": "Standard", + "Values": { + "0": "8x8 mode", + "1": "4x4 mode" + } + }, + "TOFSENSE_NO": { + "Description": "Number of TOFSENSE-M CAN sensors connected", + "DisplayName": "TOFSENSE-M Connected", + "Range": { + "high": "3", + "low": "1" + }, + "User": "Standard" + }, + "TOFSENSE_PRX": { + "Description": "Set 0 if sensor is to be used as a 1-D rangefinder (minimum of all distances will be sent, typically used for height detection). Set 1 if it should be used as a 3-D proximity device (Eg. Obstacle Avoidance)", + "DisplayName": "TOFSENSE-M to be used as Proximity sensor", + "User": "Standard", + "Values": { + "0": "Set as Rangefinder", + "1": "Set as Proximity sensor" + } + }, + "TOFSENSE_S1_BR": { + "Description": "Serial Port baud rate. Sensor baud rate can be changed from Nassistant software", + "DisplayName": "TOFSENSE-M serial port baudrate", + "User": "Standard" + }, + "TOFSENSE_S1_PRX": { + "Description": "Set 0 if sensor is to be used as a 1-D rangefinder (minimum of all distances will be sent, typically used for height detection). Set 1 if it should be used as a 3-D proximity device (Eg. Obstacle Avoidance)", + "DisplayName": "TOFSENSE-M to be used as Proximity sensor", + "User": "Standard", + "Values": { + "0": "Set as Rangefinder", + "1": "Set as Proximity sensor" + } + }, + "TOFSENSE_S1_SP": { + "Description": "UART instance sensor is connected to. Set 1 if sensor is connected to the port with fist SERIALx_PROTOCOL = 28. ", + "DisplayName": "TOFSENSE-M serial port config", + "Range": { + "high": "4", + "low": "1" + }, + "User": "Standard" + }, + "TRIK_ACT_FN": { + "Description": "Setting an RC channel's _OPTION to this value will use it for trick action (abort,announce,execute)", + "DisplayName": "Trik Action Scripting Function", + "Range": { + "high": "307", + "low": "301" + } + }, + "TRIK_COUNT": { + "Description": "Number of tricks which can be selected over the range of the trik selection RC channel", + "DisplayName": "Trik Count", + "Range": { + "high": "11", + "low": "1" + } + }, + "TRIK_ENABLE": { + "Description": "Enables Tricks on Switch. TRIK params hidden until enabled", + "DisplayName": "Tricks on Switch Enable" + }, + "TRIK_SEL_FN": { + "Description": "Setting an RC channel's _OPTION to this value will use it for trick selection", + "DisplayName": "Trik Selection Scripting Function", + "Range": { + "high": "307", + "low": "301" + } + }, + "VIEP_CAM_SWHIGH": { + "Description": "Camera selection when switch is in high position", + "DisplayName": "ViewPro Camera For Switch High", + "User": "Standard", + "Values": { + "0": "No change in camera selection", + "1": "EO1", + "2": "IR thermal", + "3": "EO1 + IR Picture-in-picture", + "4": "IR + EO1 Picture-in-picture", + "5": "Fusion", + "6": "IR1 13mm", + "7": "IR2 52mm" + } + }, + "VIEP_CAM_SWLOW": { + "Description": "Camera selection when switch is in low position", + "DisplayName": "ViewPro Camera For Switch Low", + "User": "Standard", + "Values": { + "0": "No change in camera selection", + "1": "EO1", + "2": "IR thermal", + "3": "EO1 + IR Picture-in-picture", + "4": "IR + EO1 Picture-in-picture", + "5": "Fusion", + "6": "IR1 13mm", + "7": "IR2 52mm" + } + }, + "VIEP_CAM_SWMID": { + "Description": "Camera selection when switch is in middle position", + "DisplayName": "ViewPro Camera For Switch Mid", + "User": "Standard", + "Values": { + "0": "No change in camera selection", + "1": "EO1", + "2": "IR thermal", + "3": "EO1 + IR Picture-in-picture", + "4": "IR + EO1 Picture-in-picture", + "5": "Fusion", + "6": "IR1 13mm", + "7": "IR2 52mm" + } + }, + "VIEP_DEBUG": { + "Description": "ViewPro debug", + "DisplayName": "ViewPro debug", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled", + "2": "Enabled including attitude reporting" + } + }, + "VIEP_ZOOM_MAX": { + "Description": "ViewPro Zoom Times Max", + "DisplayName": "ViewPro Zoom Times Max", + "Range": { + "high": "30", + "low": "0" + }, + "User": "Standard" + }, + "VIEP_ZOOM_SPEED": { + "Description": "ViewPro Zoom Speed. Higher numbers result in faster zooming", + "DisplayName": "ViewPro Zoom Speed", + "Range": { + "high": "7", + "low": "0" + }, + "User": "Standard" + }, + "WEB_BIND_PORT": { + "Description": "web server TCP port", + "DisplayName": "web server TCP port", + "Range": { + "high": "65535", + "low": "1" + }, + "User": "Standard" + }, + "WEB_BLOCK_SIZE": { + "Description": "web server block size for download", + "DisplayName": "web server block size", + "Range": { + "high": "65535", + "low": "1" + }, + "User": "Advanced" + }, + "WEB_DEBUG": { + "Description": "web server debugging", + "DisplayName": "web server debugging", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "WEB_ENABLE": { + "Description": "enable web server", + "DisplayName": "enable web server", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "WEB_SENDFILE_MIN": { + "Description": "sendfile is an offloading mechanism for faster file download. If this is non-zero and the file is larger than this size then sendfile will be used for file download", + "DisplayName": "web server minimum file size for sendfile", + "Range": { + "high": "10000000", + "low": "0" + }, + "User": "Advanced" + }, + "WEB_TIMEOUT": { + "Description": "timeout for inactive connections", + "DisplayName": "web server timeout", + "Range": { + "high": "60", + "low": "0.1" + }, + "Units": "s", + "User": "Advanced" + }, + "WINCH_RATE_DN": { + "Description": "Maximum rate when releasing line", + "DisplayName": "WinchControl Rate Down", + "Range": { + "high": "5.0", + "low": "0.1" + }, + "User": "Standard" + }, + "WINCH_RATE_UP": { + "Description": "Maximum rate when retracting line", + "DisplayName": "WinchControl Rate Up", + "Range": { + "high": "5.0", + "low": "0.1" + }, + "User": "Standard" + }, + "WINCH_RC_FUNC": { + "Description": "RCn_OPTION number to use to control winch rate", + "DisplayName": "Winch Rate Control RC function", + "User": "Standard", + "Values": { + "300": "Scripting1", + "301": "Scripting2", + "302": "Scripting3", + "303": "Scripting4", + "304": "Scripting5", + "305": "Scripting6", + "306": "Scripting7", + "307": "Scripting8" + } + } + }, + "MIS_": { + "MIS_OPTIONS": { + "Bitmask": { + "0": "Clear Mission on reboot" + }, + "Description": "Bitmask of what options to use in missions.", + "DisplayName": "Mission options bitmask", + "User": "Advanced" + }, + "MIS_RESTART": { + "Description": "Controls mission starting point when entering Auto mode (either restart from beginning of mission or resume from last command run)", + "DisplayName": "Mission Restart when entering Auto mode", + "User": "Advanced", + "Values": { + "0": "Resume Mission", + "1": "Restart Mission" + } + }, + "MIS_TOTAL": { + "Description": "The number of mission mission items that has been loaded by the ground station. Do not change this manually.", + "DisplayName": "Total mission commands", + "Increment": "1", + "Range": { + "high": "32766", + "low": "0" + }, + "ReadOnly": "True", + "User": "Advanced" + } + }, + "MNT1": { + "MNT1_DEFLT_MODE": { + "Description": "Mount default operating mode on startup and after control is returned from autopilot", + "DisplayName": "Mount default operating mode", + "User": "Standard", + "Values": { + "0": "Retracted", + "1": "Neutral", + "2": "MavLink Targeting", + "3": "RC Targeting", + "4": "GPS Point", + "5": "SysID Target", + "6": "Home Location" + } + }, + "MNT1_DEVID": { + "Description": "Mount device ID, taking into account its type, bus and instance", + "DisplayName": "Mount Device ID", + "User": "Advanced" + }, + "MNT1_LEAD_PTCH": { + "Description": "Servo mount pitch angle output leads the vehicle angle by this amount of time based on current pitch rate. Increase until the servo is responsive but does not overshoot", + "DisplayName": "Mount Pitch stabilization lead time", + "Increment": ".005", + "Range": { + "high": "0.2", + "low": "0.0" + }, + "Units": "s", + "User": "Standard" + }, + "MNT1_LEAD_RLL": { + "Description": "Servo mount roll angle output leads the vehicle angle by this amount of time based on current roll rate. Increase until the servo is responsive but does not overshoot", + "DisplayName": "Mount Roll stabilization lead time", + "Increment": ".005", + "Range": { + "high": "0.2", + "low": "0.0" + }, + "Units": "s", + "User": "Standard" + }, + "MNT1_NEUTRAL_X": { + "Description": "Mount roll angle when in neutral position", + "DisplayName": "Mount roll angle when in neutral position", + "Increment": "1", + "Range": { + "high": "180.0", + "low": "-180.0" + }, + "Units": "deg", + "User": "Standard" + }, + "MNT1_NEUTRAL_Y": { + "Description": "Mount pitch angle when in neutral position", + "DisplayName": "Mount pitch angle when in neutral position", + "Increment": "1", + "Range": { + "high": "180.0", + "low": "-180.0" + }, + "Units": "deg", + "User": "Standard" + }, + "MNT1_NEUTRAL_Z": { + "Description": "Mount yaw angle when in neutral position", + "DisplayName": "Mount yaw angle when in neutral position", + "Increment": "1", + "Range": { + "high": "180.0", + "low": "-180.0" + }, + "Units": "deg", + "User": "Standard" + }, + "MNT1_PITCH_MAX": { + "Description": "Mount Pitch angle maximum", + "DisplayName": "Mount Pitch angle maximum", + "Increment": "1", + "Range": { + "high": "90", + "low": "-90" + }, + "Units": "deg", + "User": "Standard" + }, + "MNT1_PITCH_MIN": { + "Description": "Mount Pitch angle minimum", + "DisplayName": "Mount Pitch angle minimum", + "Increment": "1", + "Range": { + "high": "90", + "low": "-90" + }, + "Units": "deg", + "User": "Standard" + }, + "MNT1_RC_RATE": { + "Description": "Pilot rate control's maximum rate. Set to zero to use angle control", + "DisplayName": "Mount RC Rate", + "Increment": "1", + "Range": { + "high": "90", + "low": "0" + }, + "Units": "deg/s", + "User": "Standard" + }, + "MNT1_RETRACT_X": { + "Description": "Mount roll angle when in retracted position", + "DisplayName": "Mount roll angle when in retracted position", + "Increment": "1", + "Range": { + "high": "180.0", + "low": "-180.0" + }, + "Units": "deg", + "User": "Standard" + }, + "MNT1_RETRACT_Y": { + "Description": "Mount pitch angle when in retracted position", + "DisplayName": "Mount pitch angle when in retracted position", + "Increment": "1", + "Range": { + "high": "180.0", + "low": "-180.0" + }, + "Units": "deg", + "User": "Standard" + }, + "MNT1_RETRACT_Z": { + "Description": "Mount yaw angle when in retracted position", + "DisplayName": "Mount yaw angle when in retracted position", + "Increment": "1", + "Range": { + "high": "180.0", + "low": "-180.0" + }, + "Units": "deg", + "User": "Standard" + }, + "MNT1_ROLL_MAX": { + "Description": "Mount Roll angle maximum", + "DisplayName": "Mount Roll angle maximum", + "Increment": "1", + "Range": { + "high": "180", + "low": "-180" + }, + "Units": "deg", + "User": "Standard" + }, + "MNT1_ROLL_MIN": { + "Description": "Mount Roll angle minimum", + "DisplayName": "Mount Roll angle minimum", + "Increment": "1", + "Range": { + "high": "180", + "low": "-180" + }, + "Units": "deg", + "User": "Standard" + }, + "MNT1_SYSID_DFLT": { + "Description": "Default Target sysID for the mount to point to", + "DisplayName": "Mount Target sysID", + "RebootRequired": "True", + "User": "Standard" + }, + "MNT1_TYPE": { + "Description": "Mount Type", + "DisplayName": "Mount Type", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "None", + "1": "Servo", + "10": "Xacti", + "11": "Viewpro", + "2": "3DR Solo", + "3": "Alexmos Serial", + "4": "SToRM32 MAVLink", + "5": "SToRM32 Serial", + "6": "Gremsy", + "7": "BrushlessPWM", + "8": "Siyi", + "9": "Scripting" + } + }, + "MNT1_YAW_MAX": { + "Description": "Mount Yaw angle maximum", + "DisplayName": "Mount Yaw angle maximum", + "Increment": "1", + "Range": { + "high": "180", + "low": "-180" + }, + "Units": "deg", + "User": "Standard" + }, + "MNT1_YAW_MIN": { + "Description": "Mount Yaw angle minimum", + "DisplayName": "Mount Yaw angle minimum", + "Increment": "1", + "Range": { + "high": "180", + "low": "-180" + }, + "Units": "deg", + "User": "Standard" + } + }, + "MNT2": { + "MNT2_DEFLT_MODE": { + "Description": "Mount default operating mode on startup and after control is returned from autopilot", + "DisplayName": "Mount default operating mode", + "User": "Standard", + "Values": { + "0": "Retracted", + "1": "Neutral", + "2": "MavLink Targeting", + "3": "RC Targeting", + "4": "GPS Point", + "5": "SysID Target", + "6": "Home Location" + } + }, + "MNT2_DEVID": { + "Description": "Mount device ID, taking into account its type, bus and instance", + "DisplayName": "Mount Device ID", + "User": "Advanced" + }, + "MNT2_LEAD_PTCH": { + "Description": "Servo mount pitch angle output leads the vehicle angle by this amount of time based on current pitch rate. Increase until the servo is responsive but does not overshoot", + "DisplayName": "Mount Pitch stabilization lead time", + "Increment": ".005", + "Range": { + "high": "0.2", + "low": "0.0" + }, + "Units": "s", + "User": "Standard" + }, + "MNT2_LEAD_RLL": { + "Description": "Servo mount roll angle output leads the vehicle angle by this amount of time based on current roll rate. Increase until the servo is responsive but does not overshoot", + "DisplayName": "Mount Roll stabilization lead time", + "Increment": ".005", + "Range": { + "high": "0.2", + "low": "0.0" + }, + "Units": "s", + "User": "Standard" + }, + "MNT2_NEUTRAL_X": { + "Description": "Mount roll angle when in neutral position", + "DisplayName": "Mount roll angle when in neutral position", + "Increment": "1", + "Range": { + "high": "180.0", + "low": "-180.0" + }, + "Units": "deg", + "User": "Standard" + }, + "MNT2_NEUTRAL_Y": { + "Description": "Mount pitch angle when in neutral position", + "DisplayName": "Mount pitch angle when in neutral position", + "Increment": "1", + "Range": { + "high": "180.0", + "low": "-180.0" + }, + "Units": "deg", + "User": "Standard" + }, + "MNT2_NEUTRAL_Z": { + "Description": "Mount yaw angle when in neutral position", + "DisplayName": "Mount yaw angle when in neutral position", + "Increment": "1", + "Range": { + "high": "180.0", + "low": "-180.0" + }, + "Units": "deg", + "User": "Standard" + }, + "MNT2_PITCH_MAX": { + "Description": "Mount Pitch angle maximum", + "DisplayName": "Mount Pitch angle maximum", + "Increment": "1", + "Range": { + "high": "90", + "low": "-90" + }, + "Units": "deg", + "User": "Standard" + }, + "MNT2_PITCH_MIN": { + "Description": "Mount Pitch angle minimum", + "DisplayName": "Mount Pitch angle minimum", + "Increment": "1", + "Range": { + "high": "90", + "low": "-90" + }, + "Units": "deg", + "User": "Standard" + }, + "MNT2_RC_RATE": { + "Description": "Pilot rate control's maximum rate. Set to zero to use angle control", + "DisplayName": "Mount RC Rate", + "Increment": "1", + "Range": { + "high": "90", + "low": "0" + }, + "Units": "deg/s", + "User": "Standard" + }, + "MNT2_RETRACT_X": { + "Description": "Mount roll angle when in retracted position", + "DisplayName": "Mount roll angle when in retracted position", + "Increment": "1", + "Range": { + "high": "180.0", + "low": "-180.0" + }, + "Units": "deg", + "User": "Standard" + }, + "MNT2_RETRACT_Y": { + "Description": "Mount pitch angle when in retracted position", + "DisplayName": "Mount pitch angle when in retracted position", + "Increment": "1", + "Range": { + "high": "180.0", + "low": "-180.0" + }, + "Units": "deg", + "User": "Standard" + }, + "MNT2_RETRACT_Z": { + "Description": "Mount yaw angle when in retracted position", + "DisplayName": "Mount yaw angle when in retracted position", + "Increment": "1", + "Range": { + "high": "180.0", + "low": "-180.0" + }, + "Units": "deg", + "User": "Standard" + }, + "MNT2_ROLL_MAX": { + "Description": "Mount Roll angle maximum", + "DisplayName": "Mount Roll angle maximum", + "Increment": "1", + "Range": { + "high": "180", + "low": "-180" + }, + "Units": "deg", + "User": "Standard" + }, + "MNT2_ROLL_MIN": { + "Description": "Mount Roll angle minimum", + "DisplayName": "Mount Roll angle minimum", + "Increment": "1", + "Range": { + "high": "180", + "low": "-180" + }, + "Units": "deg", + "User": "Standard" + }, + "MNT2_SYSID_DFLT": { + "Description": "Default Target sysID for the mount to point to", + "DisplayName": "Mount Target sysID", + "RebootRequired": "True", + "User": "Standard" + }, + "MNT2_TYPE": { + "Description": "Mount Type", + "DisplayName": "Mount Type", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "None", + "1": "Servo", + "10": "Xacti", + "11": "Viewpro", + "2": "3DR Solo", + "3": "Alexmos Serial", + "4": "SToRM32 MAVLink", + "5": "SToRM32 Serial", + "6": "Gremsy", + "7": "BrushlessPWM", + "8": "Siyi", + "9": "Scripting" + } + }, + "MNT2_YAW_MAX": { + "Description": "Mount Yaw angle maximum", + "DisplayName": "Mount Yaw angle maximum", + "Increment": "1", + "Range": { + "high": "180", + "low": "-180" + }, + "Units": "deg", + "User": "Standard" + }, + "MNT2_YAW_MIN": { + "Description": "Mount Yaw angle minimum", + "DisplayName": "Mount Yaw angle minimum", + "Increment": "1", + "Range": { + "high": "180", + "low": "-180" + }, + "Units": "deg", + "User": "Standard" + } + }, + "MOT_": { + "MOT_PWM_FREQ": { + "Description": "Motor Output PWM freq for brushed motors", + "DisplayName": "Motor Output PWM freq for brushed motors", + "Increment": "1", + "Range": { + "high": "20", + "low": "1" + }, + "RebootRequired": "True", + "Units": "kHz", + "User": "Advanced" + }, + "MOT_PWM_TYPE": { + "Description": "This selects the output PWM type as regular PWM, OneShot, Brushed motor support using PWM (duty cycle) with separated direction signal, Brushed motor support with separate throttle and direction PWM (duty cyle)", + "DisplayName": "Motor Output PWM type", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "Normal", + "1": "OneShot", + "2": "OneShot125", + "3": "BrushedWithRelay", + "4": "BrushedBiPolar", + "5": "DShot150", + "6": "DShot300", + "7": "DShot600", + "8": "DShot1200" + } + }, + "MOT_SAFE_DISARM": { + "Description": "Disables motor PWM output when disarmed", + "DisplayName": "Motor PWM output disabled when disarmed", + "User": "Advanced", + "Values": { + "0": "PWM enabled while disarmed", + "1": "PWM disabled while disarmed" + } + }, + "MOT_SLEWRATE": { + "Description": "Throttle slew rate as a percentage of total range per second. A value of 100 allows the motor to change over its full range in one second. A value of zero disables the limit. Note some NiMH powered rovers require a lower setting of 40 to reduce current demand to avoid brownouts.", + "DisplayName": "Throttle slew rate", + "Increment": "1", + "Range": { + "high": "1000", + "low": "0" + }, + "Units": "%/s", + "User": "Standard" + }, + "MOT_SPD_SCA_BASE": { + "Description": "Speed above which steering is scaled down when using regular steering/throttle vehicles. zero to disable speed scaling", + "DisplayName": "Motor speed scaling base speed", + "Range": { + "high": "10", + "low": "0" + }, + "Units": "m/s", + "User": "Advanced" + }, + "MOT_STR_THR_MIX": { + "Description": "Steering vs Throttle priorisation. Higher numbers prioritise steering, lower numbers prioritise throttle. Only valid for Skid Steering vehicles", + "DisplayName": "Motor steering vs throttle prioritisation", + "Range": { + "high": "1.0", + "low": "0.2" + }, + "User": "Advanced" + }, + "MOT_THR_MAX": { + "Description": "Throttle maximum percentage the autopilot will apply. This can be used to prevent overheating an ESC or motor on an electric rover", + "DisplayName": "Throttle maximum", + "Increment": "1", + "Range": { + "high": "100", + "low": "30" + }, + "Units": "%", + "User": "Standard" + }, + "MOT_THR_MIN": { + "Description": "Throttle minimum percentage the autopilot will apply. This is useful for handling a deadzone around low throttle and for preventing internal combustion motors cutting out during missions.", + "DisplayName": "Throttle minimum", + "Increment": "1", + "Range": { + "high": "20", + "low": "0" + }, + "Units": "%", + "User": "Standard" + }, + "MOT_THST_ASYM": { + "Description": "Thrust Asymetry. Used for skid-steering. 2.0 means your motors move twice as fast forward than they do backwards.", + "DisplayName": "Motor Thrust Asymmetry", + "Range": { + "high": "10.0", + "low": "1.0" + }, + "User": "Advanced" + }, + "MOT_THST_EXPO": { + "Description": "Thrust curve exponent (-1 to +1 with 0 being linear)", + "DisplayName": "Thrust Curve Expo", + "Range": { + "high": "1.0", + "low": "-1.0" + }, + "User": "Advanced" + }, + "MOT_VEC_ANGLEMAX": { + "Description": "The angle between steering's middle position and maximum position when using vectored thrust (boats only)", + "DisplayName": "Vector thrust angle max", + "Range": { + "high": "90", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + } + }, + "MSP": { + "MSP_OPTIONS": { + "Bitmask": { + "0": "EnableTelemetryMode", + "1": "unused", + "2": "EnableBTFLFonts" + }, + "Description": "A bitmask to set some MSP specific options: EnableTelemetryMode-allows \"push\" mode telemetry when only rx line of OSD ic connected to autopilot, EnableBTFLFonts-uses indexes corresponding to Betaflight fonts if OSD uses those instead of ArduPilot fonts.", + "DisplayName": "MSP OSD Options", + "User": "Standard" + }, + "MSP_OSD_NCELLS": { + "Description": "Used for average cell voltage calculation", + "DisplayName": "Cell count override", + "User": "Standard", + "Values": { + "0": "Auto", + "1": "1", + "10": "10", + "11": "11", + "12": "12", + "13": "13", + "14": "14", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9" + } + } + }, + "NET_": { + "NET_DHCP": { + "Description": "Enable/Disable DHCP client", + "DisplayName": "DHCP client", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "Disable", + "1": "Enable" + } + }, + "NET_ENABLED": { + "Description": "Networking Enable", + "DisplayName": "Networking Enable", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "Disable", + "1": "Enable" + } + }, + "NET_NETMASK": { + "Description": "Allows setting static subnet mask. The value is a count of consecutive bits. Examples: 24 = 255.255.255.0, 16 = 255.255.0.0", + "DisplayName": "IP Subnet mask", + "Range": { + "high": "32", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "NET_OPTIONS": { + "Bitmask": { + "0": "EnablePPP Ethernet gateway" + }, + "Description": "Networking options", + "DisplayName": "Networking options", + "RebootRequired": "True", + "User": "Advanced" + }, + "NET_TESTS": { + "Bitmask": { + "0": "UDP echo test", + "1": "TCP echo test", + "2": "TCP discard test" + }, + "Description": "Enable/Disable networking tests", + "DisplayName": "Test enable flags", + "RebootRequired": "True", + "User": "Advanced" + } + }, + "NET_GWADDR": { + "NET_GWADDR0": { + "Description": "IPv4 address. Example: 192.xxx.xxx.xxx", + "DisplayName": "IPv4 Address 1st byte", + "Range": { + "high": "255", + "low": "0" + }, + "RebootRequired": "True" + }, + "NET_GWADDR1": { + "Description": "IPv4 address. Example: xxx.168.xxx.xxx", + "DisplayName": "IPv4 Address 2nd byte", + "Range": { + "high": "255", + "low": "0" + }, + "RebootRequired": "True" + }, + "NET_GWADDR2": { + "Description": "IPv4 address. Example: xxx.xxx.13.xxx", + "DisplayName": "IPv4 Address 3rd byte", + "Range": { + "high": "255", + "low": "0" + }, + "RebootRequired": "True" + }, + "NET_GWADDR3": { + "Description": "IPv4 address. Example: xxx.xxx.xxx.14", + "DisplayName": "IPv4 Address 4th byte", + "Range": { + "high": "255", + "low": "0" + }, + "RebootRequired": "True" + } + }, + "NET_IPADDR": { + "NET_IPADDR0": { + "Description": "IPv4 address. Example: 192.xxx.xxx.xxx", + "DisplayName": "IPv4 Address 1st byte", + "Range": { + "high": "255", + "low": "0" + }, + "RebootRequired": "True" + }, + "NET_IPADDR1": { + "Description": "IPv4 address. Example: xxx.168.xxx.xxx", + "DisplayName": "IPv4 Address 2nd byte", + "Range": { + "high": "255", + "low": "0" + }, + "RebootRequired": "True" + }, + "NET_IPADDR2": { + "Description": "IPv4 address. Example: xxx.xxx.13.xxx", + "DisplayName": "IPv4 Address 3rd byte", + "Range": { + "high": "255", + "low": "0" + }, + "RebootRequired": "True" + }, + "NET_IPADDR3": { + "Description": "IPv4 address. Example: xxx.xxx.xxx.14", + "DisplayName": "IPv4 Address 4th byte", + "Range": { + "high": "255", + "low": "0" + }, + "RebootRequired": "True" + } + }, + "NET_MACADDR": { + "NET_MACADDR0": { + "Description": "MAC address 1st byte", + "DisplayName": "MAC Address 1st byte", + "Range": { + "high": "255", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "NET_MACADDR1": { + "Description": "MAC address 2nd byte", + "DisplayName": "MAC Address 2nd byte", + "Range": { + "high": "255", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "NET_MACADDR2": { + "Description": "MAC address 3rd byte", + "DisplayName": "MAC Address 3rd byte", + "Range": { + "high": "255", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "NET_MACADDR3": { + "Description": "MAC address 4th byte", + "DisplayName": "MAC Address 4th byte", + "Range": { + "high": "255", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "NET_MACADDR4": { + "Description": "MAC address 5th byte", + "DisplayName": "MAC Address 5th byte", + "Range": { + "high": "255", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "NET_MACADDR5": { + "Description": "MAC address 6th byte", + "DisplayName": "MAC Address 6th byte", + "Range": { + "high": "255", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + } + }, + "NET_P1_": { + "NET_P1_PORT": { + "Description": "Port number", + "DisplayName": "Port number", + "Range": { + "high": "65535", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "NET_P1_PROTOCOL": { + "Description": "Networked serial port protocol", + "DisplayName": "Protocol", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "-1": "None", + "1": "MAVLink1", + "10": "FrSky SPort Passthrough (OpenTX)", + "11": "Lidar360", + "13": "Beacon", + "14": "Volz servo out", + "15": "SBus servo out", + "16": "ESC Telemetry", + "17": "Devo Telemetry", + "18": "OpticalFlow", + "19": "RobotisServo", + "2": "MAVLink2", + "20": "NMEA Output", + "21": "WindVane", + "22": "SLCAN", + "23": "RCIN", + "24": "EFI Serial", + "25": "LTM", + "26": "RunCam", + "27": "HottTelem", + "28": "Scripting", + "29": "Crossfire VTX", + "3": "Frsky D", + "30": "Generator", + "31": "Winch", + "32": "MSP", + "33": "DJI FPV", + "34": "AirSpeed", + "35": "ADSB", + "36": "AHRS", + "37": "SmartAudio", + "38": "FETtecOneWire", + "39": "Torqeedo", + "4": "Frsky SPort", + "40": "AIS", + "41": "CoDevESC", + "42": "DisplayPort", + "43": "MAVLink High Latency", + "44": "IRC Tramp", + "45": "DDS XRCE", + "46": "IMUDATA", + "5": "GPS", + "7": "Alexmos Gimbal Serial", + "8": "Gimbal", + "9": "Rangefinder" + } + }, + "NET_P1_TYPE": { + "Description": "Port type for network serial port. For the two client types a valid destination IP address must be set. For the two server types either 0.0.0.0 or a local address can be used. The UDP client type will use broadcast if the IP is set to 255.255.255.255 and will use UDP multicast if the IP is in the multicast address range.", + "DisplayName": "Port type", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "UDP client", + "2": "UDP server", + "3": "TCP client", + "4": "TCP server" + } + } + }, + "NET_P1_IP": { + "NET_P1_IP0": { + "Description": "IPv4 address. Example: 192.xxx.xxx.xxx", + "DisplayName": "IPv4 Address 1st byte", + "Range": { + "high": "255", + "low": "0" + }, + "RebootRequired": "True" + }, + "NET_P1_IP1": { + "Description": "IPv4 address. Example: xxx.168.xxx.xxx", + "DisplayName": "IPv4 Address 2nd byte", + "Range": { + "high": "255", + "low": "0" + }, + "RebootRequired": "True" + }, + "NET_P1_IP2": { + "Description": "IPv4 address. Example: xxx.xxx.13.xxx", + "DisplayName": "IPv4 Address 3rd byte", + "Range": { + "high": "255", + "low": "0" + }, + "RebootRequired": "True" + }, + "NET_P1_IP3": { + "Description": "IPv4 address. Example: xxx.xxx.xxx.14", + "DisplayName": "IPv4 Address 4th byte", + "Range": { + "high": "255", + "low": "0" + }, + "RebootRequired": "True" + } + }, + "NET_P2_": { + "NET_P2_PORT": { + "Description": "Port number", + "DisplayName": "Port number", + "Range": { + "high": "65535", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "NET_P2_PROTOCOL": { + "Description": "Networked serial port protocol", + "DisplayName": "Protocol", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "-1": "None", + "1": "MAVLink1", + "10": "FrSky SPort Passthrough (OpenTX)", + "11": "Lidar360", + "13": "Beacon", + "14": "Volz servo out", + "15": "SBus servo out", + "16": "ESC Telemetry", + "17": "Devo Telemetry", + "18": "OpticalFlow", + "19": "RobotisServo", + "2": "MAVLink2", + "20": "NMEA Output", + "21": "WindVane", + "22": "SLCAN", + "23": "RCIN", + "24": "EFI Serial", + "25": "LTM", + "26": "RunCam", + "27": "HottTelem", + "28": "Scripting", + "29": "Crossfire VTX", + "3": "Frsky D", + "30": "Generator", + "31": "Winch", + "32": "MSP", + "33": "DJI FPV", + "34": "AirSpeed", + "35": "ADSB", + "36": "AHRS", + "37": "SmartAudio", + "38": "FETtecOneWire", + "39": "Torqeedo", + "4": "Frsky SPort", + "40": "AIS", + "41": "CoDevESC", + "42": "DisplayPort", + "43": "MAVLink High Latency", + "44": "IRC Tramp", + "45": "DDS XRCE", + "46": "IMUDATA", + "5": "GPS", + "7": "Alexmos Gimbal Serial", + "8": "Gimbal", + "9": "Rangefinder" + } + }, + "NET_P2_TYPE": { + "Description": "Port type for network serial port. For the two client types a valid destination IP address must be set. For the two server types either 0.0.0.0 or a local address can be used. The UDP client type will use broadcast if the IP is set to 255.255.255.255 and will use UDP multicast if the IP is in the multicast address range.", + "DisplayName": "Port type", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "UDP client", + "2": "UDP server", + "3": "TCP client", + "4": "TCP server" + } + } + }, + "NET_P2_IP": { + "NET_P2_IP0": { + "Description": "IPv4 address. Example: 192.xxx.xxx.xxx", + "DisplayName": "IPv4 Address 1st byte", + "Range": { + "high": "255", + "low": "0" + }, + "RebootRequired": "True" + }, + "NET_P2_IP1": { + "Description": "IPv4 address. Example: xxx.168.xxx.xxx", + "DisplayName": "IPv4 Address 2nd byte", + "Range": { + "high": "255", + "low": "0" + }, + "RebootRequired": "True" + }, + "NET_P2_IP2": { + "Description": "IPv4 address. Example: xxx.xxx.13.xxx", + "DisplayName": "IPv4 Address 3rd byte", + "Range": { + "high": "255", + "low": "0" + }, + "RebootRequired": "True" + }, + "NET_P2_IP3": { + "Description": "IPv4 address. Example: xxx.xxx.xxx.14", + "DisplayName": "IPv4 Address 4th byte", + "Range": { + "high": "255", + "low": "0" + }, + "RebootRequired": "True" + } + }, + "NET_P3_": { + "NET_P3_PORT": { + "Description": "Port number", + "DisplayName": "Port number", + "Range": { + "high": "65535", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "NET_P3_PROTOCOL": { + "Description": "Networked serial port protocol", + "DisplayName": "Protocol", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "-1": "None", + "1": "MAVLink1", + "10": "FrSky SPort Passthrough (OpenTX)", + "11": "Lidar360", + "13": "Beacon", + "14": "Volz servo out", + "15": "SBus servo out", + "16": "ESC Telemetry", + "17": "Devo Telemetry", + "18": "OpticalFlow", + "19": "RobotisServo", + "2": "MAVLink2", + "20": "NMEA Output", + "21": "WindVane", + "22": "SLCAN", + "23": "RCIN", + "24": "EFI Serial", + "25": "LTM", + "26": "RunCam", + "27": "HottTelem", + "28": "Scripting", + "29": "Crossfire VTX", + "3": "Frsky D", + "30": "Generator", + "31": "Winch", + "32": "MSP", + "33": "DJI FPV", + "34": "AirSpeed", + "35": "ADSB", + "36": "AHRS", + "37": "SmartAudio", + "38": "FETtecOneWire", + "39": "Torqeedo", + "4": "Frsky SPort", + "40": "AIS", + "41": "CoDevESC", + "42": "DisplayPort", + "43": "MAVLink High Latency", + "44": "IRC Tramp", + "45": "DDS XRCE", + "46": "IMUDATA", + "5": "GPS", + "7": "Alexmos Gimbal Serial", + "8": "Gimbal", + "9": "Rangefinder" + } + }, + "NET_P3_TYPE": { + "Description": "Port type for network serial port. For the two client types a valid destination IP address must be set. For the two server types either 0.0.0.0 or a local address can be used. The UDP client type will use broadcast if the IP is set to 255.255.255.255 and will use UDP multicast if the IP is in the multicast address range.", + "DisplayName": "Port type", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "UDP client", + "2": "UDP server", + "3": "TCP client", + "4": "TCP server" + } + } + }, + "NET_P3_IP": { + "NET_P3_IP0": { + "Description": "IPv4 address. Example: 192.xxx.xxx.xxx", + "DisplayName": "IPv4 Address 1st byte", + "Range": { + "high": "255", + "low": "0" + }, + "RebootRequired": "True" + }, + "NET_P3_IP1": { + "Description": "IPv4 address. Example: xxx.168.xxx.xxx", + "DisplayName": "IPv4 Address 2nd byte", + "Range": { + "high": "255", + "low": "0" + }, + "RebootRequired": "True" + }, + "NET_P3_IP2": { + "Description": "IPv4 address. Example: xxx.xxx.13.xxx", + "DisplayName": "IPv4 Address 3rd byte", + "Range": { + "high": "255", + "low": "0" + }, + "RebootRequired": "True" + }, + "NET_P3_IP3": { + "Description": "IPv4 address. Example: xxx.xxx.xxx.14", + "DisplayName": "IPv4 Address 4th byte", + "Range": { + "high": "255", + "low": "0" + }, + "RebootRequired": "True" + } + }, + "NET_P4_": { + "NET_P4_PORT": { + "Description": "Port number", + "DisplayName": "Port number", + "Range": { + "high": "65535", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "NET_P4_PROTOCOL": { + "Description": "Networked serial port protocol", + "DisplayName": "Protocol", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "-1": "None", + "1": "MAVLink1", + "10": "FrSky SPort Passthrough (OpenTX)", + "11": "Lidar360", + "13": "Beacon", + "14": "Volz servo out", + "15": "SBus servo out", + "16": "ESC Telemetry", + "17": "Devo Telemetry", + "18": "OpticalFlow", + "19": "RobotisServo", + "2": "MAVLink2", + "20": "NMEA Output", + "21": "WindVane", + "22": "SLCAN", + "23": "RCIN", + "24": "EFI Serial", + "25": "LTM", + "26": "RunCam", + "27": "HottTelem", + "28": "Scripting", + "29": "Crossfire VTX", + "3": "Frsky D", + "30": "Generator", + "31": "Winch", + "32": "MSP", + "33": "DJI FPV", + "34": "AirSpeed", + "35": "ADSB", + "36": "AHRS", + "37": "SmartAudio", + "38": "FETtecOneWire", + "39": "Torqeedo", + "4": "Frsky SPort", + "40": "AIS", + "41": "CoDevESC", + "42": "DisplayPort", + "43": "MAVLink High Latency", + "44": "IRC Tramp", + "45": "DDS XRCE", + "46": "IMUDATA", + "5": "GPS", + "7": "Alexmos Gimbal Serial", + "8": "Gimbal", + "9": "Rangefinder" + } + }, + "NET_P4_TYPE": { + "Description": "Port type for network serial port. For the two client types a valid destination IP address must be set. For the two server types either 0.0.0.0 or a local address can be used. The UDP client type will use broadcast if the IP is set to 255.255.255.255 and will use UDP multicast if the IP is in the multicast address range.", + "DisplayName": "Port type", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "UDP client", + "2": "UDP server", + "3": "TCP client", + "4": "TCP server" + } + } + }, + "NET_P4_IP": { + "NET_P4_IP0": { + "Description": "IPv4 address. Example: 192.xxx.xxx.xxx", + "DisplayName": "IPv4 Address 1st byte", + "Range": { + "high": "255", + "low": "0" + }, + "RebootRequired": "True" + }, + "NET_P4_IP1": { + "Description": "IPv4 address. Example: xxx.168.xxx.xxx", + "DisplayName": "IPv4 Address 2nd byte", + "Range": { + "high": "255", + "low": "0" + }, + "RebootRequired": "True" + }, + "NET_P4_IP2": { + "Description": "IPv4 address. Example: xxx.xxx.13.xxx", + "DisplayName": "IPv4 Address 3rd byte", + "Range": { + "high": "255", + "low": "0" + }, + "RebootRequired": "True" + }, + "NET_P4_IP3": { + "Description": "IPv4 address. Example: xxx.xxx.xxx.14", + "DisplayName": "IPv4 Address 4th byte", + "Range": { + "high": "255", + "low": "0" + }, + "RebootRequired": "True" + } + }, + "NET_REMPPP_IP": { + "NET_REMPPP_IP0": { + "Description": "IPv4 address. Example: 192.xxx.xxx.xxx", + "DisplayName": "IPv4 Address 1st byte", + "Range": { + "high": "255", + "low": "0" + }, + "RebootRequired": "True" + }, + "NET_REMPPP_IP1": { + "Description": "IPv4 address. Example: xxx.168.xxx.xxx", + "DisplayName": "IPv4 Address 2nd byte", + "Range": { + "high": "255", + "low": "0" + }, + "RebootRequired": "True" + }, + "NET_REMPPP_IP2": { + "Description": "IPv4 address. Example: xxx.xxx.13.xxx", + "DisplayName": "IPv4 Address 3rd byte", + "Range": { + "high": "255", + "low": "0" + }, + "RebootRequired": "True" + }, + "NET_REMPPP_IP3": { + "Description": "IPv4 address. Example: xxx.xxx.xxx.14", + "DisplayName": "IPv4 Address 4th byte", + "Range": { + "high": "255", + "low": "0" + }, + "RebootRequired": "True" + } + }, + "NET_TEST_IP": { + "NET_TEST_IP0": { + "Description": "IPv4 address. Example: 192.xxx.xxx.xxx", + "DisplayName": "IPv4 Address 1st byte", + "Range": { + "high": "255", + "low": "0" + }, + "RebootRequired": "True" + }, + "NET_TEST_IP1": { + "Description": "IPv4 address. Example: xxx.168.xxx.xxx", + "DisplayName": "IPv4 Address 2nd byte", + "Range": { + "high": "255", + "low": "0" + }, + "RebootRequired": "True" + }, + "NET_TEST_IP2": { + "Description": "IPv4 address. Example: xxx.xxx.13.xxx", + "DisplayName": "IPv4 Address 3rd byte", + "Range": { + "high": "255", + "low": "0" + }, + "RebootRequired": "True" + }, + "NET_TEST_IP3": { + "Description": "IPv4 address. Example: xxx.xxx.xxx.14", + "DisplayName": "IPv4 Address 4th byte", + "Range": { + "high": "255", + "low": "0" + }, + "RebootRequired": "True" + } + }, + "NMEA_": { + "NMEA_MSG_EN": { + "Bitmask": { + "0": "GPGGA", + "1": "GPRMC", + "2": "PASHR" + }, + "Description": "This is a bitmask of enabled NMEA messages. All messages will be sent consecutively at the same rate interval", + "DisplayName": "Messages Enable bitmask", + "User": "Standard" + }, + "NMEA_RATE_MS": { + "Description": "NMEA Output rate. This controls the interval at which all the enabled NMEA messages are sent. Most NMEA systems expect 100ms (10Hz) or slower.", + "DisplayName": "NMEA Output rate", + "Increment": "1", + "Range": { + "high": "2000", + "low": "20" + }, + "Units": "ms", + "User": "Standard" + } + }, + "NTF_": { + "NTF_BUZZ_ON_LVL": { + "Description": "Specifies pin level that indicates buzzer should play", + "DisplayName": "Buzzer-on pin logic level", + "User": "Advanced", + "Values": { + "0": "LowIsOn", + "1": "HighIsOn" + } + }, + "NTF_BUZZ_PIN": { + "Description": "Enables to connect active buzzer to arbitrary pin. Requires 3-pin buzzer or additional MOSFET! Some the Wiki's \"GPIOs\" page for how to determine the pin number for a given autopilot.", + "DisplayName": "Buzzer pin", + "User": "Advanced", + "Values": { + "-1": "Disabled" + } + }, + "NTF_BUZZ_TYPES": { + "Bitmask": { + "0": "Built-in buzzer", + "1": "DShot", + "2": "DroneCAN" + }, + "Description": "Controls what types of Buzzer will be enabled", + "DisplayName": "Buzzer Driver Types", + "User": "Advanced" + }, + "NTF_BUZZ_VOLUME": { + "Description": "Control the volume of the buzzer", + "DisplayName": "Buzzer volume", + "Range": { + "high": "100", + "low": "0" + }, + "Units": "%" + }, + "NTF_DISPLAY_TYPE": { + "Description": "This sets up the type of on-board I2C display. Disabled by default.", + "DisplayName": "Type of on-board I2C display", + "User": "Advanced", + "Values": { + "0": "Disable", + "1": "ssd1306", + "10": "SITL", + "2": "sh1106" + } + }, + "NTF_LED_BRIGHT": { + "Description": "Select the RGB LED brightness level. When USB is connected brightness will never be higher than low regardless of the setting.", + "DisplayName": "LED Brightness", + "User": "Advanced", + "Values": { + "0": "Off", + "1": "Low", + "2": "Medium", + "3": "High" + } + }, + "NTF_LED_LEN": { + "Description": "The number of Serial LED's to use for notifications (NeoPixel's and ProfiLED)", + "DisplayName": "Serial LED String Length", + "Range": { + "high": "32", + "low": "1" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "NTF_LED_OVERRIDE": { + "Description": "Specifies the source for the colours and brightness for the LED. OutbackChallenge conforms to the MedicalExpress (https://uavchallenge.org/medical-express/) rules, essentially \"Green\" is disarmed (safe-to-approach), \"Red\" is armed (not safe-to-approach). Traffic light is a simplified color set, red when armed, yellow when the safety switch is not surpressing outputs (but disarmed), and green when outputs are surpressed and disarmed, the LED will blink faster if disarmed and failing arming checks.", + "DisplayName": "Specifies colour source for the RGBLed", + "User": "Advanced", + "Values": { + "0": "Standard", + "1": "MAVLink/Scripting/AP_Periph", + "2": "OutbackChallenge", + "3": "TrafficLight" + } + }, + "NTF_LED_TYPES": { + "Bitmask": { + "0": "Built-in LED", + "1": "Internal ToshibaLED", + "10": "Scripting", + "11": "DShot", + "12": "ProfiLED_SPI", + "13": "LP5562 External", + "14": "LP5562 Internal", + "15": "IS31FL3195 External", + "16": "IS31FL3195 Internal", + "17": "DiscreteRGB", + "18": "NeoPixelRGB", + "2": "External ToshibaLED", + "3": "External PCA9685", + "4": "Oreo LED", + "5": "DroneCAN", + "6": "NCP5623 External", + "7": "NCP5623 Internal", + "8": "NeoPixel", + "9": "ProfiLED" + }, + "Description": "Controls what types of LEDs will be enabled", + "DisplayName": "LED Driver Types", + "User": "Advanced" + }, + "NTF_OREO_THEME": { + "Description": "Enable/Disable Solo Oreo LED driver, 0 to disable, 1 for Aircraft theme, 2 for Rover theme", + "DisplayName": "OreoLED Theme", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Aircraft", + "2": "Rover" + } + } + }, + "OA_": { + "OA_MARGIN_MAX": { + "Description": "Object Avoidance will ignore objects more than this many meters from vehicle", + "DisplayName": "Object Avoidance wide margin distance", + "Increment": "1", + "Range": { + "high": "100", + "low": "0.1" + }, + "Units": "m", + "User": "Standard" + }, + "OA_OPTIONS": { + "Bitmask": { + "0": "Reset the origin of the waypoint to the present location", + "1": "log Dijkstra points" + }, + "Description": "Bitmask which will govern vehicles behaviour while recovering from Obstacle Avoidance (i.e Avoidance is turned off after the path ahead is clear). ", + "DisplayName": "Options while recovering from Object Avoidance", + "User": "Standard" + }, + "OA_TYPE": { + "Description": "Enabled/disable path planning around obstacles", + "DisplayName": "Object Avoidance Path Planning algorithm to use", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "BendyRuler", + "2": "Dijkstra", + "3": "Dijkstra with BendyRuler" + } + } + }, + "OA_BR_": { + "OA_BR_CONT_ANGLE": { + "Description": " BendyRuler will resist changing current bearing if the change in bearing is over this angle", + "DisplayName": "BendyRuler's bearing change resistance threshold angle ", + "Increment": "5", + "Range": { + "high": "180", + "low": "20" + }, + "User": "Standard" + }, + "OA_BR_CONT_RATIO": { + "Description": " BendyRuler will avoid changing bearing unless ratio of previous margin from obstacle (or fence) to present calculated margin is atleast this much.", + "DisplayName": "Obstacle Avoidance margin ratio for BendyRuler to change bearing significantly ", + "Increment": "0.1", + "Range": { + "high": "2", + "low": "1.1" + }, + "User": "Standard" + }, + "OA_BR_LOOKAHEAD": { + "Description": "Object Avoidance will look this many meters ahead of vehicle", + "DisplayName": "Object Avoidance look ahead distance maximum", + "Increment": "1", + "Range": { + "high": "100", + "low": "1" + }, + "Units": "m", + "User": "Standard" + } + }, + "OA_DB_": { + "OA_DB_BEAM_WIDTH": { + "Description": "Beam width of incoming lidar data", + "DisplayName": "OADatabase beam width", + "Range": { + "high": "10", + "low": "1" + }, + "RebootRequired": "True", + "Units": "deg", + "User": "Advanced" + }, + "OA_DB_DIST_MAX": { + "Description": "Maximum distance of objects held in database. Set to zero to disable the limits", + "DisplayName": "OADatabase Distance Maximum", + "Range": { + "high": "10", + "low": "0" + }, + "Units": "m", + "User": "Advanced" + }, + "OA_DB_EXPIRE": { + "Description": "OADatabase item timeout. The time an item will linger without any updates before it expires. Zero means never expires which is useful for a sent-once static environment but terrible for dynamic ones.", + "DisplayName": "OADatabase item timeout", + "Increment": "1", + "Range": { + "high": "127", + "low": "0" + }, + "Units": "s", + "User": "Advanced" + }, + "OA_DB_OUTPUT": { + "Description": "OADatabase output level to configure which database objects are sent to the ground station. All data is always available internally for avoidance algorithms.", + "DisplayName": "OADatabase output level", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Send only HIGH importance items", + "2": "Send HIGH and NORMAL importance items", + "3": "Send all items" + } + }, + "OA_DB_QUEUE_SIZE": { + "Description": "OADatabase queue maximum number of points. This in an input buffer size. Larger means it can handle larger bursts of incoming data points to filter into the database. No impact on cpu, only RAM. Recommend larger for faster datalinks or for sensors that generate a lot of data.", + "DisplayName": "OADatabase queue maximum number of points", + "Range": { + "high": "200", + "low": "1" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "OA_DB_RADIUS_MIN": { + "Description": "Minimum radius of objects held in database", + "DisplayName": "OADatabase Minimum radius", + "Range": { + "high": "10", + "low": "0" + }, + "Units": "m", + "User": "Advanced" + }, + "OA_DB_SIZE": { + "Description": "OADatabase maximum number of points. Set to 0 to disable the OA Database. Larger means more points but is more cpu intensive to process", + "DisplayName": "OADatabase maximum number of points", + "Range": { + "high": "10000", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + } + }, + "OSD": { + "OSD_ARM_SCR": { + "Description": "Screen to be shown on Arm event. Zero to disable the feature.", + "DisplayName": "Arm screen", + "Range": { + "high": "4", + "low": "0" + }, + "User": "Standard" + }, + "OSD_BTN_DELAY": { + "Description": "Debounce time in ms for stick commanded parameter navigation.", + "DisplayName": "Button delay", + "Range": { + "high": "3000", + "low": "0" + }, + "User": "Advanced" + }, + "OSD_CELL_COUNT": { + "Description": "Used for average cell voltage display. -1 disables, 0 uses cell count autodetection for well charged LIPO/LIION batteries at connection, other values manually select cell count used.", + "DisplayName": "Battery cell count", + "Increment": "1", + "User": "Advanced" + }, + "OSD_CHAN": { + "Description": "This sets the channel used to switch different OSD screens.", + "DisplayName": "Screen switch transmitter channel", + "User": "Standard", + "Values": { + "0": "Disable", + "10": "Chan10", + "11": "Chan11", + "12": "Chan12", + "13": "Chan13", + "14": "Chan14", + "15": "Chan15", + "16": "Chan16", + "5": "Chan5", + "6": "Chan6", + "7": "Chan7", + "8": "Chan8", + "9": "Chan9" + } + }, + "OSD_DSARM_SCR": { + "Description": "Screen to be shown on disarm event. Zero to disable the feature.", + "DisplayName": "Disarm screen", + "Range": { + "high": "4", + "low": "0" + }, + "User": "Standard" + }, + "OSD_FONT": { + "Description": "This sets which OSD font to use. It is an integer from 0 to the number of fonts available", + "DisplayName": "OSD Font", + "RebootRequired": "True", + "User": "Standard" + }, + "OSD_FS_SCR": { + "Description": "Screen to be shown on failsafe event. Zero to disable the feature.", + "DisplayName": "Failsafe screen", + "Range": { + "high": "4", + "low": "0" + }, + "User": "Standard" + }, + "OSD_H_OFFSET": { + "Description": "Sets horizontal offset of the osd inside image", + "DisplayName": "OSD horizontal offset", + "Range": { + "high": "63", + "low": "0" + }, + "RebootRequired": "True", + "User": "Standard" + }, + "OSD_MSG_TIME": { + "Description": "Sets message duration seconds", + "DisplayName": "Message display duration in seconds", + "Range": { + "high": "20", + "low": "1" + }, + "User": "Standard" + }, + "OSD_OPTIONS": { + "Bitmask": { + "0": "UseDecimalPack", + "1": "InvertedWindArrow", + "2": "InvertedAHRoll", + "3": "Convert feet to miles at 5280ft instead of 10000ft", + "4": "DisableCrosshair", + "5": "TranslateArrows", + "6": "AviationStyleAH" + }, + "Description": "This sets options that change the display", + "DisplayName": "OSD Options", + "User": "Standard" + }, + "OSD_SW_METHOD": { + "Description": "This sets the method used to switch different OSD screens.", + "DisplayName": "Screen switch method", + "User": "Standard", + "Values": { + "0": "switch to next screen if channel value was changed", + "1": "select screen based on pwm ranges specified for each screen", + "2": "switch to next screen after low to high transition and every 1s while channel value is high" + } + }, + "OSD_TYPE": { + "Description": "OSD type. TXONLY makes the OSD parameter selection available to other modules even if there is no native OSD support on the board, for instance CRSF.", + "DisplayName": "OSD type", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "None", + "1": "MAX7456", + "2": "SITL", + "3": "MSP", + "4": "TXONLY", + "5": "MSP_DISPLAYPORT" + } + }, + "OSD_TYPE2": { + "Description": "OSD type 2. TXONLY makes the OSD parameter selection available to other modules even if there is no native OSD support on the board, for instance CRSF.", + "DisplayName": "OSD type 2", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "None", + "1": "MAX7456", + "2": "SITL", + "3": "MSP", + "4": "TXONLY", + "5": "MSP_DISPLAYPORT" + } + }, + "OSD_UNITS": { + "Description": "Sets the units to use in displaying items", + "DisplayName": "Display Units", + "User": "Standard", + "Values": { + "0": "Metric", + "1": "Imperial", + "2": "SI", + "3": "Aviation" + } + }, + "OSD_V_OFFSET": { + "Description": "Sets vertical offset of the osd inside image", + "DisplayName": "OSD vertical offset", + "Range": { + "high": "31", + "low": "0" + }, + "RebootRequired": "True", + "User": "Standard" + }, + "OSD_W_ACRVOLT": { + "Description": "Set level at which ACRVOLT item will flash", + "DisplayName": "Avg Cell Resting Volt warn level", + "Range": { + "high": "100", + "low": "0" + }, + "User": "Standard" + }, + "OSD_W_AVGCELLV": { + "Description": "Set level at which AVGCELLV item will flash", + "DisplayName": "AVGCELLV warn level", + "Range": { + "high": "100", + "low": "0" + }, + "User": "Standard" + }, + "OSD_W_BATVOLT": { + "Description": "Set level at which BAT_VOLT item will flash", + "DisplayName": "BAT_VOLT warn level", + "Range": { + "high": "100", + "low": "0" + }, + "User": "Standard" + }, + "OSD_W_NSAT": { + "Description": "Set level at which NSAT item will flash", + "DisplayName": "NSAT warn level", + "Range": { + "high": "30", + "low": "1" + }, + "User": "Standard" + }, + "OSD_W_RESTVOLT": { + "Description": "Set level at which RESTVOLT item will flash", + "DisplayName": "RESTVOLT warn level", + "Range": { + "high": "100", + "low": "0" + }, + "User": "Standard" + }, + "OSD_W_RSSI": { + "Description": "Set level at which RSSI item will flash", + "DisplayName": "RSSI warn level (in %)", + "Range": { + "high": "99", + "low": "0" + }, + "User": "Standard" + }, + "OSD_W_TERR": { + "Description": "Set level below which TER_HGT item will flash. -1 disables.", + "DisplayName": "Terrain warn level", + "Range": { + "high": "3000", + "low": "-1" + }, + "Units": "m", + "User": "Standard" + } + }, + "OSD1_": { + "OSD1_ACRVOLT_EN": { + "Description": "Displays resting voltage for the average cell. WARNING: this can be inaccurate if the cell count is not detected or set properly. If the the battery is far from fully charged the detected cell count might not be accurate if auto cell count detection is used (OSD_CELL_COUNT=0).", + "DisplayName": "ACRVOLT_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_ACRVOLT_X": { + "Description": "Horizontal position on screen", + "DisplayName": "ACRVOLT_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_ACRVOLT_Y": { + "Description": "Vertical position on screen", + "DisplayName": "ACRVOLT_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_ALTITUDE_EN": { + "Description": "Enables display of altitude AGL", + "DisplayName": "ALTITUDE_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_ALTITUDE_X": { + "Description": "Horizontal position on screen", + "DisplayName": "ALTITUDE_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_ALTITUDE_Y": { + "Description": "Vertical position on screen", + "DisplayName": "ALTITUDE_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_ARMING_EN": { + "Description": "Displays arming status (MSP OSD only)", + "DisplayName": "ARMING_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_ARMING_X": { + "Description": "Horizontal position on screen", + "DisplayName": "ARMING_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_ARMING_Y": { + "Description": "Vertical position on screen", + "DisplayName": "ARMING_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_ASPD1_EN": { + "Description": "Displays airspeed reported directly from primary airspeed sensor", + "DisplayName": "ASPD1_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_ASPD1_X": { + "Description": "Horizontal position on screen", + "DisplayName": "ASPD1_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_ASPD1_Y": { + "Description": "Vertical position on screen", + "DisplayName": "ASPD1_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_ASPD2_EN": { + "Description": "Displays airspeed reported directly from secondary airspeed sensor", + "DisplayName": "ASPD2_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_ASPD2_X": { + "Description": "Horizontal position on screen", + "DisplayName": "ASPD2_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_ASPD2_Y": { + "Description": "Vertical position on screen", + "DisplayName": "ASPD2_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_ASPEED_EN": { + "Description": "Displays airspeed value being used by TECS (fused value)", + "DisplayName": "ASPEED_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_ASPEED_X": { + "Description": "Horizontal position on screen", + "DisplayName": "ASPEED_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_ASPEED_Y": { + "Description": "Vertical position on screen", + "DisplayName": "ASPEED_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_ATEMP_EN": { + "Description": "Displays temperature reported by primary airspeed sensor", + "DisplayName": "ATEMP_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_ATEMP_X": { + "Description": "Horizontal position on screen", + "DisplayName": "ATEMP_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_ATEMP_Y": { + "Description": "Vertical position on screen", + "DisplayName": "ATEMP_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_AVGCELLV_EN": { + "Description": "Displays average cell voltage. WARNING: this can be inaccurate if the cell count is not detected or set properly. If the the battery is far from fully charged the detected cell count might not be accurate if auto cell count detection is used (OSD_CELL_COUNT=0).", + "DisplayName": "AVGCELLV_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_AVGCELLV_X": { + "Description": "Horizontal position on screen", + "DisplayName": "AVGCELLV_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_AVGCELLV_Y": { + "Description": "Vertical position on screen", + "DisplayName": "AVGCELLV_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_BAT2USED_EN": { + "Description": "Displays secondary battery mAh consumed", + "DisplayName": "BAT2USED_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_BAT2USED_X": { + "Description": "Horizontal position on screen", + "DisplayName": "BAT2USED_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_BAT2USED_Y": { + "Description": "Vertical position on screen", + "DisplayName": "BAT2USED_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_BAT2_VLT_EN": { + "Description": "Displays battery2 voltage", + "DisplayName": "BAT2VLT_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_BAT2_VLT_X": { + "Description": "Horizontal position on screen", + "DisplayName": "BAT2VLT_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_BAT2_VLT_Y": { + "Description": "Vertical position on screen", + "DisplayName": "BAT2VLT_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_BATTBAR_EN": { + "Description": "Displays battery usage bar (MSP OSD only)", + "DisplayName": "BATT_BAR_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_BATTBAR_X": { + "Description": "Horizontal position on screen", + "DisplayName": "BATT_BAR_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_BATTBAR_Y": { + "Description": "Vertical position on screen", + "DisplayName": "BATT_BAR_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_BATUSED_EN": { + "Description": "Displays primary battery mAh consumed", + "DisplayName": "BATUSED_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_BATUSED_X": { + "Description": "Horizontal position on screen", + "DisplayName": "BATUSED_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_BATUSED_Y": { + "Description": "Vertical position on screen", + "DisplayName": "BATUSED_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_BAT_VOLT_EN": { + "Description": "Displays main battery voltage", + "DisplayName": "BATVOLT_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_BAT_VOLT_X": { + "Description": "Horizontal position on screen", + "DisplayName": "BATVOLT_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_BAT_VOLT_Y": { + "Description": "Vertical position on screen", + "DisplayName": "BATVOLT_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_BTEMP_EN": { + "Description": "Displays temperature reported by secondary barometer", + "DisplayName": "BTEMP_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_BTEMP_X": { + "Description": "Horizontal position on screen", + "DisplayName": "BTEMP_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_BTEMP_Y": { + "Description": "Vertical position on screen", + "DisplayName": "BTEMP_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_CALLSIGN_EN": { + "Description": "Displays callsign from callsign.txt on microSD card", + "DisplayName": "CALLSIGN_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_CALLSIGN_X": { + "Description": "Horizontal position on screen", + "DisplayName": "CALLSIGN_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_CALLSIGN_Y": { + "Description": "Vertical position on screen", + "DisplayName": "CALLSIGN_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_CELLVOLT_EN": { + "Description": "Displays average cell voltage (MSP OSD only)", + "DisplayName": "CELL_VOLT_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_CELLVOLT_X": { + "Description": "Horizontal position on screen", + "DisplayName": "CELL_VOLT_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_CELLVOLT_Y": { + "Description": "Vertical position on screen", + "DisplayName": "CELL_VOLT_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_CHAN_MAX": { + "Description": "This sets the PWM upper limit for this screen", + "DisplayName": "Transmitter switch screen maximum pwm", + "Range": { + "high": "2100", + "low": "900" + }, + "User": "Standard" + }, + "OSD1_CHAN_MIN": { + "Description": "This sets the PWM lower limit for this screen", + "DisplayName": "Transmitter switch screen minimum pwm", + "Range": { + "high": "2100", + "low": "900" + }, + "User": "Standard" + }, + "OSD1_CLIMBEFF_EN": { + "Description": "Displays climb efficiency (climb rate/current)", + "DisplayName": "CLIMBEFF_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_CLIMBEFF_X": { + "Description": "Horizontal position on screen", + "DisplayName": "CLIMBEFF_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_CLIMBEFF_Y": { + "Description": "Vertical position on screen", + "DisplayName": "CLIMBEFF_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_CLK_EN": { + "Description": "Displays a clock panel based on AP_RTC local time", + "DisplayName": "CLK_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_CLK_X": { + "Description": "Horizontal position on screen", + "DisplayName": "CLK_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_CLK_Y": { + "Description": "Vertical position on screen", + "DisplayName": "CLK_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_COMPASS_EN": { + "Description": "Enables display of compass rose", + "DisplayName": "COMPASS_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_COMPASS_X": { + "Description": "Horizontal position on screen", + "DisplayName": "COMPASS_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_COMPASS_Y": { + "Description": "Vertical position on screen", + "DisplayName": "COMPASS_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_CRSSHAIR_EN": { + "Description": "Displays artificial horizon crosshair (MSP OSD only)", + "DisplayName": "CRSSHAIR_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_CRSSHAIR_X": { + "Description": "Horizontal position on screen (MSP OSD only)", + "DisplayName": "CRSSHAIR_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_CRSSHAIR_Y": { + "Description": "Vertical position on screen (MSP OSD only)", + "DisplayName": "CRSSHAIR_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_CURRENT2_EN": { + "Description": "Displays 2nd battery current", + "DisplayName": "CURRENT2_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_CURRENT2_X": { + "Description": "Horizontal position on screen", + "DisplayName": "CURRENT2_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_CURRENT2_Y": { + "Description": "Vertical position on screen", + "DisplayName": "CURRENT2_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_CURRENT_EN": { + "Description": "Displays main battery current", + "DisplayName": "CURRENT_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_CURRENT_X": { + "Description": "Horizontal position on screen", + "DisplayName": "CURRENT_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_CURRENT_Y": { + "Description": "Vertical position on screen", + "DisplayName": "CURRENT_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_DIST_EN": { + "Description": "Displays total distance flown", + "DisplayName": "DIST_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_DIST_X": { + "Description": "Horizontal position on screen", + "DisplayName": "DIST_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_DIST_Y": { + "Description": "Vertical position on screen", + "DisplayName": "DIST_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_EFF_EN": { + "Description": "Displays flight efficiency (mAh/km or /mi)", + "DisplayName": "EFF_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_EFF_X": { + "Description": "Horizontal position on screen", + "DisplayName": "EFF_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_EFF_Y": { + "Description": "Vertical position on screen", + "DisplayName": "EFF_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_ENABLE": { + "Description": "Enable this screen", + "DisplayName": "Enable screen", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_ESCAMPS_EN": { + "Description": "Displays first esc's current", + "DisplayName": "ESCAMPS_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_ESCAMPS_X": { + "Description": "Horizontal position on screen", + "DisplayName": "ESCAMPS_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_ESCAMPS_Y": { + "Description": "Vertical position on screen", + "DisplayName": "ESCAMPS_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_ESCRPM_EN": { + "Description": "Displays first esc's rpm", + "DisplayName": "ESCRPM_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_ESCRPM_X": { + "Description": "Horizontal position on screen", + "DisplayName": "ESCRPM_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_ESCRPM_Y": { + "Description": "Vertical position on screen", + "DisplayName": "ESCRPM_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_ESCTEMP_EN": { + "Description": "Displays first esc's temp", + "DisplayName": "ESCTEMP_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_ESCTEMP_X": { + "Description": "Horizontal position on screen", + "DisplayName": "ESCTEMP_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_ESCTEMP_Y": { + "Description": "Vertical position on screen", + "DisplayName": "ESCTEMP_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_FENCE_EN": { + "Description": "Displays indication of fence enable and breach", + "DisplayName": "FENCE_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_FENCE_X": { + "Description": "Horizontal position on screen", + "DisplayName": "FENCE_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_FENCE_Y": { + "Description": "Vertical position on screen", + "DisplayName": "FENCE_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_FLTIME_EN": { + "Description": "Displays total flight time", + "DisplayName": "FLTIME_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_FLTIME_X": { + "Description": "Horizontal position on screen", + "DisplayName": "FLTIME_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_FLTIME_Y": { + "Description": "Vertical position on screen", + "DisplayName": "FLTIME_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_FLTMODE_EN": { + "Description": "Displays flight mode", + "DisplayName": "FLTMODE_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_FLTMODE_X": { + "Description": "Horizontal position on screen", + "DisplayName": "FLTMODE_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_FLTMODE_Y": { + "Description": "Vertical position on screen", + "DisplayName": "FLTMODE_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_FONT": { + "Description": "Sets the font index for this screen (MSP DisplayPort only)", + "DisplayName": "Sets the font index for this screen (MSP DisplayPort only)", + "Range": { + "high": "21", + "low": "0" + }, + "User": "Standard" + }, + "OSD1_GPSLAT_EN": { + "Description": "Displays GPS latitude", + "DisplayName": "GPSLAT_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_GPSLAT_X": { + "Description": "Horizontal position on screen", + "DisplayName": "GPSLAT_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_GPSLAT_Y": { + "Description": "Vertical position on screen", + "DisplayName": "GPSLAT_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_GPSLONG_EN": { + "Description": "Displays GPS longitude", + "DisplayName": "GPSLONG_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_GPSLONG_X": { + "Description": "Horizontal position on screen", + "DisplayName": "GPSLONG_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_GPSLONG_Y": { + "Description": "Vertical position on screen", + "DisplayName": "GPSLONG_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_GSPEED_EN": { + "Description": "Displays GPS ground speed", + "DisplayName": "GSPEED_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_GSPEED_X": { + "Description": "Horizontal position on screen", + "DisplayName": "GSPEED_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_GSPEED_Y": { + "Description": "Vertical position on screen", + "DisplayName": "GSPEED_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_HDOP_EN": { + "Description": "Displays Horizontal Dilution Of Position", + "DisplayName": "HDOP_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_HDOP_X": { + "Description": "Horizontal position on screen", + "DisplayName": "HDOP_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_HDOP_Y": { + "Description": "Vertical position on screen", + "DisplayName": "HDOP_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_HEADING_EN": { + "Description": "Displays heading", + "DisplayName": "HEADING_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_HEADING_X": { + "Description": "Horizontal position on screen", + "DisplayName": "HEADING_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_HEADING_Y": { + "Description": "Vertical position on screen", + "DisplayName": "HEADING_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_HOMEDIR_EN": { + "Description": "Displays relative direction to HOME (MSP OSD only)", + "DisplayName": "HOMEDIR_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_HOMEDIR_X": { + "Description": "Horizontal position on screen", + "DisplayName": "HOMEDIR_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_HOMEDIR_Y": { + "Description": "Vertical position on screen", + "DisplayName": "HOMEDIR_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_HOMEDIST_EN": { + "Description": "Displays distance from HOME (MSP OSD only)", + "DisplayName": "HOMEDIST_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_HOMEDIST_X": { + "Description": "Horizontal position on screen (MSP OSD only)", + "DisplayName": "HOMEDIST_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_HOMEDIST_Y": { + "Description": "Vertical position on screen (MSP OSD only)", + "DisplayName": "HOMEDIST_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_HOME_EN": { + "Description": "Displays distance and relative direction to HOME", + "DisplayName": "HOME_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_HOME_X": { + "Description": "Horizontal position on screen", + "DisplayName": "HOME_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_HOME_Y": { + "Description": "Vertical position on screen", + "DisplayName": "HOME_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_HORIZON_EN": { + "Description": "Displays artificial horizon", + "DisplayName": "HORIZON_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_HORIZON_X": { + "Description": "Horizontal position on screen", + "DisplayName": "HORIZON_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_HORIZON_Y": { + "Description": "Vertical position on screen", + "DisplayName": "HORIZON_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_LINK_Q_EN": { + "Description": "Displays Receiver link quality", + "DisplayName": "LINK_Q_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_LINK_Q_X": { + "Description": "Horizontal position on screen", + "DisplayName": "LINK_Q_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_LINK_Q_Y": { + "Description": "Vertical position on screen", + "DisplayName": "LINK_Q_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_MESSAGE_EN": { + "Description": "Displays Mavlink messages", + "DisplayName": "MESSAGE_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_MESSAGE_X": { + "Description": "Horizontal position on screen", + "DisplayName": "MESSAGE_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_MESSAGE_Y": { + "Description": "Vertical position on screen", + "DisplayName": "MESSAGE_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_PITCH_EN": { + "Description": "Displays degrees of pitch from level", + "DisplayName": "PITCH_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_PITCH_X": { + "Description": "Horizontal position on screen", + "DisplayName": "PITCH_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_PITCH_Y": { + "Description": "Vertical position on screen", + "DisplayName": "PITCH_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_PLUSCODE_EN": { + "Description": "Displays pluscode (OLC) element", + "DisplayName": "PLUSCODE_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_PLUSCODE_X": { + "Description": "Horizontal position on screen", + "DisplayName": "PLUSCODE_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_PLUSCODE_Y": { + "Description": "Vertical position on screen", + "DisplayName": "PLUSCODE_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_POWER_EN": { + "Description": "Displays power (MSP OSD only)", + "DisplayName": "POWER_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_POWER_X": { + "Description": "Horizontal position on screen", + "DisplayName": "POWER_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_POWER_Y": { + "Description": "Vertical position on screen", + "DisplayName": "POWER_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_RESTVOLT_EN": { + "Description": "Displays main battery resting voltage", + "DisplayName": "RESTVOLT_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_RESTVOLT_X": { + "Description": "Horizontal position on screen", + "DisplayName": "RESTVOLT_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_RESTVOLT_Y": { + "Description": "Vertical position on screen", + "DisplayName": "RESTVOLT_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_RNGF_EN": { + "Description": "Displays a rangefinder's distance in cm", + "DisplayName": "RNGF_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_RNGF_X": { + "Description": "Horizontal position on screen", + "DisplayName": "RNGF_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_RNGF_Y": { + "Description": "Vertical position on screen", + "DisplayName": "RNGF_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_ROLL_EN": { + "Description": "Displays degrees of roll from level", + "DisplayName": "ROLL_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_ROLL_X": { + "Description": "Horizontal position on screen", + "DisplayName": "ROLL_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_ROLL_Y": { + "Description": "Vertical position on screen", + "DisplayName": "ROLL_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_RPM_EN": { + "Description": "Displays main rotor revs/min", + "DisplayName": "RPM_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_RPM_X": { + "Description": "Horizontal position on screen", + "DisplayName": "RPM_X", + "Range": { + "high": "29", + "low": "0" + } + }, + "OSD1_RPM_Y": { + "Description": "Vertical position on screen", + "DisplayName": "RPM_Y", + "Range": { + "high": "15", + "low": "0" + } + }, + "OSD1_RSSI_EN": { + "Description": "Displays RC signal strength", + "DisplayName": "RSSI_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_RSSI_X": { + "Description": "Horizontal position on screen", + "DisplayName": "RSSI_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_RSSI_Y": { + "Description": "Vertical position on screen", + "DisplayName": "RSSI_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_SATS_EN": { + "Description": "Displays number of acquired satellites", + "DisplayName": "SATS_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_SATS_X": { + "Description": "Horizontal position on screen", + "DisplayName": "SATS_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_SATS_Y": { + "Description": "Vertical position on screen", + "DisplayName": "SATS_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_SIDEBARS_EN": { + "Description": "Displays artificial horizon side bars", + "DisplayName": "SIDEBARS_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_SIDEBARS_X": { + "Description": "Horizontal position on screen", + "DisplayName": "SIDEBARS_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_SIDEBARS_Y": { + "Description": "Vertical position on screen", + "DisplayName": "SIDEBARS_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_STATS_EN": { + "Description": "Displays flight stats", + "DisplayName": "STATS_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_STATS_X": { + "Description": "Horizontal position on screen", + "DisplayName": "STATS_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_STATS_Y": { + "Description": "Vertical position on screen", + "DisplayName": "STATS_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_TEMP_EN": { + "Description": "Displays temperature reported by primary barometer", + "DisplayName": "TEMP_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_TEMP_X": { + "Description": "Horizontal position on screen", + "DisplayName": "TEMP_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_TEMP_Y": { + "Description": "Vertical position on screen", + "DisplayName": "TEMP_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_TER_HGT_EN": { + "Description": "Displays Height above terrain", + "DisplayName": "TER_HGT_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_TER_HGT_X": { + "Description": "Horizontal position on screen", + "DisplayName": "TER_HGT_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_TER_HGT_Y": { + "Description": "Vertical position on screen", + "DisplayName": "TER_HGT_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_THROTTLE_EN": { + "Description": "Displays actual throttle percentage being sent to motor(s)", + "DisplayName": "THROTTLE_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_THROTTLE_X": { + "Description": "Horizontal position on screen", + "DisplayName": "THROTTLE_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_THROTTLE_Y": { + "Description": "Vertical position on screen", + "DisplayName": "THROTTLE_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_TXT_RES": { + "Description": "Sets the overlay text resolution for this screen to either LD 30x16 or HD 50x18 (MSP DisplayPort only)", + "DisplayName": "Sets the overlay text resolution (MSP DisplayPort only)", + "User": "Standard", + "Values": { + "0": "30x16", + "1": "50x18" + } + }, + "OSD1_VSPEED_EN": { + "Description": "Displays climb rate", + "DisplayName": "VSPEED_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_VSPEED_X": { + "Description": "Horizontal position on screen", + "DisplayName": "VSPEED_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_VSPEED_Y": { + "Description": "Vertical position on screen", + "DisplayName": "VSPEED_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_VTX_PWR_EN": { + "Description": "Displays VTX Power", + "DisplayName": "VTX_PWR_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_VTX_PWR_X": { + "Description": "Horizontal position on screen", + "DisplayName": "VTX_PWR_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_VTX_PWR_Y": { + "Description": "Vertical position on screen", + "DisplayName": "VTX_PWR_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_WAYPOINT_EN": { + "Description": "Displays bearing and distance to next waypoint", + "DisplayName": "WAYPOINT_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_WAYPOINT_X": { + "Description": "Horizontal position on screen", + "DisplayName": "WAYPOINT_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_WAYPOINT_Y": { + "Description": "Vertical position on screen", + "DisplayName": "WAYPOINT_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_WIND_EN": { + "Description": "Displays wind speed and relative direction, on Rover this is the apparent wind speed and direction from the windvane, if fitted", + "DisplayName": "WIND_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_WIND_X": { + "Description": "Horizontal position on screen", + "DisplayName": "WIND_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_WIND_Y": { + "Description": "Vertical position on screen", + "DisplayName": "WIND_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD1_XTRACK_EN": { + "Description": "Displays crosstrack error", + "DisplayName": "XTRACK_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD1_XTRACK_X": { + "Description": "Horizontal position on screen", + "DisplayName": "XTRACK_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD1_XTRACK_Y": { + "Description": "Vertical position on screen", + "DisplayName": "XTRACK_Y", + "Range": { + "high": "21", + "low": "0" + } + } + }, + "OSD2_": { + "OSD2_ACRVOLT_EN": { + "Description": "Displays resting voltage for the average cell. WARNING: this can be inaccurate if the cell count is not detected or set properly. If the the battery is far from fully charged the detected cell count might not be accurate if auto cell count detection is used (OSD_CELL_COUNT=0).", + "DisplayName": "ACRVOLT_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_ACRVOLT_X": { + "Description": "Horizontal position on screen", + "DisplayName": "ACRVOLT_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_ACRVOLT_Y": { + "Description": "Vertical position on screen", + "DisplayName": "ACRVOLT_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_ALTITUDE_EN": { + "Description": "Enables display of altitude AGL", + "DisplayName": "ALTITUDE_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_ALTITUDE_X": { + "Description": "Horizontal position on screen", + "DisplayName": "ALTITUDE_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_ALTITUDE_Y": { + "Description": "Vertical position on screen", + "DisplayName": "ALTITUDE_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_ARMING_EN": { + "Description": "Displays arming status (MSP OSD only)", + "DisplayName": "ARMING_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_ARMING_X": { + "Description": "Horizontal position on screen", + "DisplayName": "ARMING_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_ARMING_Y": { + "Description": "Vertical position on screen", + "DisplayName": "ARMING_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_ASPD1_EN": { + "Description": "Displays airspeed reported directly from primary airspeed sensor", + "DisplayName": "ASPD1_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_ASPD1_X": { + "Description": "Horizontal position on screen", + "DisplayName": "ASPD1_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_ASPD1_Y": { + "Description": "Vertical position on screen", + "DisplayName": "ASPD1_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_ASPD2_EN": { + "Description": "Displays airspeed reported directly from secondary airspeed sensor", + "DisplayName": "ASPD2_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_ASPD2_X": { + "Description": "Horizontal position on screen", + "DisplayName": "ASPD2_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_ASPD2_Y": { + "Description": "Vertical position on screen", + "DisplayName": "ASPD2_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_ASPEED_EN": { + "Description": "Displays airspeed value being used by TECS (fused value)", + "DisplayName": "ASPEED_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_ASPEED_X": { + "Description": "Horizontal position on screen", + "DisplayName": "ASPEED_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_ASPEED_Y": { + "Description": "Vertical position on screen", + "DisplayName": "ASPEED_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_ATEMP_EN": { + "Description": "Displays temperature reported by primary airspeed sensor", + "DisplayName": "ATEMP_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_ATEMP_X": { + "Description": "Horizontal position on screen", + "DisplayName": "ATEMP_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_ATEMP_Y": { + "Description": "Vertical position on screen", + "DisplayName": "ATEMP_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_AVGCELLV_EN": { + "Description": "Displays average cell voltage. WARNING: this can be inaccurate if the cell count is not detected or set properly. If the the battery is far from fully charged the detected cell count might not be accurate if auto cell count detection is used (OSD_CELL_COUNT=0).", + "DisplayName": "AVGCELLV_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_AVGCELLV_X": { + "Description": "Horizontal position on screen", + "DisplayName": "AVGCELLV_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_AVGCELLV_Y": { + "Description": "Vertical position on screen", + "DisplayName": "AVGCELLV_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_BAT2USED_EN": { + "Description": "Displays secondary battery mAh consumed", + "DisplayName": "BAT2USED_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_BAT2USED_X": { + "Description": "Horizontal position on screen", + "DisplayName": "BAT2USED_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_BAT2USED_Y": { + "Description": "Vertical position on screen", + "DisplayName": "BAT2USED_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_BAT2_VLT_EN": { + "Description": "Displays battery2 voltage", + "DisplayName": "BAT2VLT_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_BAT2_VLT_X": { + "Description": "Horizontal position on screen", + "DisplayName": "BAT2VLT_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_BAT2_VLT_Y": { + "Description": "Vertical position on screen", + "DisplayName": "BAT2VLT_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_BATTBAR_EN": { + "Description": "Displays battery usage bar (MSP OSD only)", + "DisplayName": "BATT_BAR_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_BATTBAR_X": { + "Description": "Horizontal position on screen", + "DisplayName": "BATT_BAR_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_BATTBAR_Y": { + "Description": "Vertical position on screen", + "DisplayName": "BATT_BAR_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_BATUSED_EN": { + "Description": "Displays primary battery mAh consumed", + "DisplayName": "BATUSED_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_BATUSED_X": { + "Description": "Horizontal position on screen", + "DisplayName": "BATUSED_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_BATUSED_Y": { + "Description": "Vertical position on screen", + "DisplayName": "BATUSED_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_BAT_VOLT_EN": { + "Description": "Displays main battery voltage", + "DisplayName": "BATVOLT_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_BAT_VOLT_X": { + "Description": "Horizontal position on screen", + "DisplayName": "BATVOLT_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_BAT_VOLT_Y": { + "Description": "Vertical position on screen", + "DisplayName": "BATVOLT_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_BTEMP_EN": { + "Description": "Displays temperature reported by secondary barometer", + "DisplayName": "BTEMP_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_BTEMP_X": { + "Description": "Horizontal position on screen", + "DisplayName": "BTEMP_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_BTEMP_Y": { + "Description": "Vertical position on screen", + "DisplayName": "BTEMP_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_CALLSIGN_EN": { + "Description": "Displays callsign from callsign.txt on microSD card", + "DisplayName": "CALLSIGN_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_CALLSIGN_X": { + "Description": "Horizontal position on screen", + "DisplayName": "CALLSIGN_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_CALLSIGN_Y": { + "Description": "Vertical position on screen", + "DisplayName": "CALLSIGN_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_CELLVOLT_EN": { + "Description": "Displays average cell voltage (MSP OSD only)", + "DisplayName": "CELL_VOLT_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_CELLVOLT_X": { + "Description": "Horizontal position on screen", + "DisplayName": "CELL_VOLT_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_CELLVOLT_Y": { + "Description": "Vertical position on screen", + "DisplayName": "CELL_VOLT_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_CHAN_MAX": { + "Description": "This sets the PWM upper limit for this screen", + "DisplayName": "Transmitter switch screen maximum pwm", + "Range": { + "high": "2100", + "low": "900" + }, + "User": "Standard" + }, + "OSD2_CHAN_MIN": { + "Description": "This sets the PWM lower limit for this screen", + "DisplayName": "Transmitter switch screen minimum pwm", + "Range": { + "high": "2100", + "low": "900" + }, + "User": "Standard" + }, + "OSD2_CLIMBEFF_EN": { + "Description": "Displays climb efficiency (climb rate/current)", + "DisplayName": "CLIMBEFF_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_CLIMBEFF_X": { + "Description": "Horizontal position on screen", + "DisplayName": "CLIMBEFF_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_CLIMBEFF_Y": { + "Description": "Vertical position on screen", + "DisplayName": "CLIMBEFF_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_CLK_EN": { + "Description": "Displays a clock panel based on AP_RTC local time", + "DisplayName": "CLK_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_CLK_X": { + "Description": "Horizontal position on screen", + "DisplayName": "CLK_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_CLK_Y": { + "Description": "Vertical position on screen", + "DisplayName": "CLK_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_COMPASS_EN": { + "Description": "Enables display of compass rose", + "DisplayName": "COMPASS_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_COMPASS_X": { + "Description": "Horizontal position on screen", + "DisplayName": "COMPASS_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_COMPASS_Y": { + "Description": "Vertical position on screen", + "DisplayName": "COMPASS_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_CRSSHAIR_EN": { + "Description": "Displays artificial horizon crosshair (MSP OSD only)", + "DisplayName": "CRSSHAIR_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_CRSSHAIR_X": { + "Description": "Horizontal position on screen (MSP OSD only)", + "DisplayName": "CRSSHAIR_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_CRSSHAIR_Y": { + "Description": "Vertical position on screen (MSP OSD only)", + "DisplayName": "CRSSHAIR_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_CURRENT2_EN": { + "Description": "Displays 2nd battery current", + "DisplayName": "CURRENT2_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_CURRENT2_X": { + "Description": "Horizontal position on screen", + "DisplayName": "CURRENT2_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_CURRENT2_Y": { + "Description": "Vertical position on screen", + "DisplayName": "CURRENT2_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_CURRENT_EN": { + "Description": "Displays main battery current", + "DisplayName": "CURRENT_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_CURRENT_X": { + "Description": "Horizontal position on screen", + "DisplayName": "CURRENT_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_CURRENT_Y": { + "Description": "Vertical position on screen", + "DisplayName": "CURRENT_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_DIST_EN": { + "Description": "Displays total distance flown", + "DisplayName": "DIST_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_DIST_X": { + "Description": "Horizontal position on screen", + "DisplayName": "DIST_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_DIST_Y": { + "Description": "Vertical position on screen", + "DisplayName": "DIST_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_EFF_EN": { + "Description": "Displays flight efficiency (mAh/km or /mi)", + "DisplayName": "EFF_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_EFF_X": { + "Description": "Horizontal position on screen", + "DisplayName": "EFF_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_EFF_Y": { + "Description": "Vertical position on screen", + "DisplayName": "EFF_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_ENABLE": { + "Description": "Enable this screen", + "DisplayName": "Enable screen", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_ESCAMPS_EN": { + "Description": "Displays first esc's current", + "DisplayName": "ESCAMPS_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_ESCAMPS_X": { + "Description": "Horizontal position on screen", + "DisplayName": "ESCAMPS_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_ESCAMPS_Y": { + "Description": "Vertical position on screen", + "DisplayName": "ESCAMPS_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_ESCRPM_EN": { + "Description": "Displays first esc's rpm", + "DisplayName": "ESCRPM_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_ESCRPM_X": { + "Description": "Horizontal position on screen", + "DisplayName": "ESCRPM_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_ESCRPM_Y": { + "Description": "Vertical position on screen", + "DisplayName": "ESCRPM_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_ESCTEMP_EN": { + "Description": "Displays first esc's temp", + "DisplayName": "ESCTEMP_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_ESCTEMP_X": { + "Description": "Horizontal position on screen", + "DisplayName": "ESCTEMP_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_ESCTEMP_Y": { + "Description": "Vertical position on screen", + "DisplayName": "ESCTEMP_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_FENCE_EN": { + "Description": "Displays indication of fence enable and breach", + "DisplayName": "FENCE_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_FENCE_X": { + "Description": "Horizontal position on screen", + "DisplayName": "FENCE_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_FENCE_Y": { + "Description": "Vertical position on screen", + "DisplayName": "FENCE_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_FLTIME_EN": { + "Description": "Displays total flight time", + "DisplayName": "FLTIME_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_FLTIME_X": { + "Description": "Horizontal position on screen", + "DisplayName": "FLTIME_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_FLTIME_Y": { + "Description": "Vertical position on screen", + "DisplayName": "FLTIME_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_FLTMODE_EN": { + "Description": "Displays flight mode", + "DisplayName": "FLTMODE_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_FLTMODE_X": { + "Description": "Horizontal position on screen", + "DisplayName": "FLTMODE_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_FLTMODE_Y": { + "Description": "Vertical position on screen", + "DisplayName": "FLTMODE_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_FONT": { + "Description": "Sets the font index for this screen (MSP DisplayPort only)", + "DisplayName": "Sets the font index for this screen (MSP DisplayPort only)", + "Range": { + "high": "21", + "low": "0" + }, + "User": "Standard" + }, + "OSD2_GPSLAT_EN": { + "Description": "Displays GPS latitude", + "DisplayName": "GPSLAT_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_GPSLAT_X": { + "Description": "Horizontal position on screen", + "DisplayName": "GPSLAT_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_GPSLAT_Y": { + "Description": "Vertical position on screen", + "DisplayName": "GPSLAT_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_GPSLONG_EN": { + "Description": "Displays GPS longitude", + "DisplayName": "GPSLONG_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_GPSLONG_X": { + "Description": "Horizontal position on screen", + "DisplayName": "GPSLONG_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_GPSLONG_Y": { + "Description": "Vertical position on screen", + "DisplayName": "GPSLONG_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_GSPEED_EN": { + "Description": "Displays GPS ground speed", + "DisplayName": "GSPEED_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_GSPEED_X": { + "Description": "Horizontal position on screen", + "DisplayName": "GSPEED_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_GSPEED_Y": { + "Description": "Vertical position on screen", + "DisplayName": "GSPEED_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_HDOP_EN": { + "Description": "Displays Horizontal Dilution Of Position", + "DisplayName": "HDOP_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_HDOP_X": { + "Description": "Horizontal position on screen", + "DisplayName": "HDOP_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_HDOP_Y": { + "Description": "Vertical position on screen", + "DisplayName": "HDOP_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_HEADING_EN": { + "Description": "Displays heading", + "DisplayName": "HEADING_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_HEADING_X": { + "Description": "Horizontal position on screen", + "DisplayName": "HEADING_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_HEADING_Y": { + "Description": "Vertical position on screen", + "DisplayName": "HEADING_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_HOMEDIR_EN": { + "Description": "Displays relative direction to HOME (MSP OSD only)", + "DisplayName": "HOMEDIR_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_HOMEDIR_X": { + "Description": "Horizontal position on screen", + "DisplayName": "HOMEDIR_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_HOMEDIR_Y": { + "Description": "Vertical position on screen", + "DisplayName": "HOMEDIR_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_HOMEDIST_EN": { + "Description": "Displays distance from HOME (MSP OSD only)", + "DisplayName": "HOMEDIST_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_HOMEDIST_X": { + "Description": "Horizontal position on screen (MSP OSD only)", + "DisplayName": "HOMEDIST_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_HOMEDIST_Y": { + "Description": "Vertical position on screen (MSP OSD only)", + "DisplayName": "HOMEDIST_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_HOME_EN": { + "Description": "Displays distance and relative direction to HOME", + "DisplayName": "HOME_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_HOME_X": { + "Description": "Horizontal position on screen", + "DisplayName": "HOME_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_HOME_Y": { + "Description": "Vertical position on screen", + "DisplayName": "HOME_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_HORIZON_EN": { + "Description": "Displays artificial horizon", + "DisplayName": "HORIZON_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_HORIZON_X": { + "Description": "Horizontal position on screen", + "DisplayName": "HORIZON_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_HORIZON_Y": { + "Description": "Vertical position on screen", + "DisplayName": "HORIZON_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_LINK_Q_EN": { + "Description": "Displays Receiver link quality", + "DisplayName": "LINK_Q_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_LINK_Q_X": { + "Description": "Horizontal position on screen", + "DisplayName": "LINK_Q_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_LINK_Q_Y": { + "Description": "Vertical position on screen", + "DisplayName": "LINK_Q_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_MESSAGE_EN": { + "Description": "Displays Mavlink messages", + "DisplayName": "MESSAGE_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_MESSAGE_X": { + "Description": "Horizontal position on screen", + "DisplayName": "MESSAGE_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_MESSAGE_Y": { + "Description": "Vertical position on screen", + "DisplayName": "MESSAGE_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_PITCH_EN": { + "Description": "Displays degrees of pitch from level", + "DisplayName": "PITCH_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_PITCH_X": { + "Description": "Horizontal position on screen", + "DisplayName": "PITCH_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_PITCH_Y": { + "Description": "Vertical position on screen", + "DisplayName": "PITCH_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_PLUSCODE_EN": { + "Description": "Displays pluscode (OLC) element", + "DisplayName": "PLUSCODE_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_PLUSCODE_X": { + "Description": "Horizontal position on screen", + "DisplayName": "PLUSCODE_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_PLUSCODE_Y": { + "Description": "Vertical position on screen", + "DisplayName": "PLUSCODE_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_POWER_EN": { + "Description": "Displays power (MSP OSD only)", + "DisplayName": "POWER_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_POWER_X": { + "Description": "Horizontal position on screen", + "DisplayName": "POWER_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_POWER_Y": { + "Description": "Vertical position on screen", + "DisplayName": "POWER_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_RESTVOLT_EN": { + "Description": "Displays main battery resting voltage", + "DisplayName": "RESTVOLT_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_RESTVOLT_X": { + "Description": "Horizontal position on screen", + "DisplayName": "RESTVOLT_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_RESTVOLT_Y": { + "Description": "Vertical position on screen", + "DisplayName": "RESTVOLT_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_RNGF_EN": { + "Description": "Displays a rangefinder's distance in cm", + "DisplayName": "RNGF_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_RNGF_X": { + "Description": "Horizontal position on screen", + "DisplayName": "RNGF_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_RNGF_Y": { + "Description": "Vertical position on screen", + "DisplayName": "RNGF_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_ROLL_EN": { + "Description": "Displays degrees of roll from level", + "DisplayName": "ROLL_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_ROLL_X": { + "Description": "Horizontal position on screen", + "DisplayName": "ROLL_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_ROLL_Y": { + "Description": "Vertical position on screen", + "DisplayName": "ROLL_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_RPM_EN": { + "Description": "Displays main rotor revs/min", + "DisplayName": "RPM_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_RPM_X": { + "Description": "Horizontal position on screen", + "DisplayName": "RPM_X", + "Range": { + "high": "29", + "low": "0" + } + }, + "OSD2_RPM_Y": { + "Description": "Vertical position on screen", + "DisplayName": "RPM_Y", + "Range": { + "high": "15", + "low": "0" + } + }, + "OSD2_RSSI_EN": { + "Description": "Displays RC signal strength", + "DisplayName": "RSSI_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_RSSI_X": { + "Description": "Horizontal position on screen", + "DisplayName": "RSSI_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_RSSI_Y": { + "Description": "Vertical position on screen", + "DisplayName": "RSSI_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_SATS_EN": { + "Description": "Displays number of acquired satellites", + "DisplayName": "SATS_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_SATS_X": { + "Description": "Horizontal position on screen", + "DisplayName": "SATS_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_SATS_Y": { + "Description": "Vertical position on screen", + "DisplayName": "SATS_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_SIDEBARS_EN": { + "Description": "Displays artificial horizon side bars", + "DisplayName": "SIDEBARS_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_SIDEBARS_X": { + "Description": "Horizontal position on screen", + "DisplayName": "SIDEBARS_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_SIDEBARS_Y": { + "Description": "Vertical position on screen", + "DisplayName": "SIDEBARS_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_STATS_EN": { + "Description": "Displays flight stats", + "DisplayName": "STATS_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_STATS_X": { + "Description": "Horizontal position on screen", + "DisplayName": "STATS_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_STATS_Y": { + "Description": "Vertical position on screen", + "DisplayName": "STATS_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_TEMP_EN": { + "Description": "Displays temperature reported by primary barometer", + "DisplayName": "TEMP_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_TEMP_X": { + "Description": "Horizontal position on screen", + "DisplayName": "TEMP_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_TEMP_Y": { + "Description": "Vertical position on screen", + "DisplayName": "TEMP_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_TER_HGT_EN": { + "Description": "Displays Height above terrain", + "DisplayName": "TER_HGT_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_TER_HGT_X": { + "Description": "Horizontal position on screen", + "DisplayName": "TER_HGT_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_TER_HGT_Y": { + "Description": "Vertical position on screen", + "DisplayName": "TER_HGT_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_THROTTLE_EN": { + "Description": "Displays actual throttle percentage being sent to motor(s)", + "DisplayName": "THROTTLE_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_THROTTLE_X": { + "Description": "Horizontal position on screen", + "DisplayName": "THROTTLE_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_THROTTLE_Y": { + "Description": "Vertical position on screen", + "DisplayName": "THROTTLE_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_TXT_RES": { + "Description": "Sets the overlay text resolution for this screen to either LD 30x16 or HD 50x18 (MSP DisplayPort only)", + "DisplayName": "Sets the overlay text resolution (MSP DisplayPort only)", + "User": "Standard", + "Values": { + "0": "30x16", + "1": "50x18" + } + }, + "OSD2_VSPEED_EN": { + "Description": "Displays climb rate", + "DisplayName": "VSPEED_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_VSPEED_X": { + "Description": "Horizontal position on screen", + "DisplayName": "VSPEED_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_VSPEED_Y": { + "Description": "Vertical position on screen", + "DisplayName": "VSPEED_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_VTX_PWR_EN": { + "Description": "Displays VTX Power", + "DisplayName": "VTX_PWR_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_VTX_PWR_X": { + "Description": "Horizontal position on screen", + "DisplayName": "VTX_PWR_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_VTX_PWR_Y": { + "Description": "Vertical position on screen", + "DisplayName": "VTX_PWR_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_WAYPOINT_EN": { + "Description": "Displays bearing and distance to next waypoint", + "DisplayName": "WAYPOINT_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_WAYPOINT_X": { + "Description": "Horizontal position on screen", + "DisplayName": "WAYPOINT_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_WAYPOINT_Y": { + "Description": "Vertical position on screen", + "DisplayName": "WAYPOINT_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_WIND_EN": { + "Description": "Displays wind speed and relative direction, on Rover this is the apparent wind speed and direction from the windvane, if fitted", + "DisplayName": "WIND_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_WIND_X": { + "Description": "Horizontal position on screen", + "DisplayName": "WIND_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_WIND_Y": { + "Description": "Vertical position on screen", + "DisplayName": "WIND_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD2_XTRACK_EN": { + "Description": "Displays crosstrack error", + "DisplayName": "XTRACK_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD2_XTRACK_X": { + "Description": "Horizontal position on screen", + "DisplayName": "XTRACK_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD2_XTRACK_Y": { + "Description": "Vertical position on screen", + "DisplayName": "XTRACK_Y", + "Range": { + "high": "21", + "low": "0" + } + } + }, + "OSD3_": { + "OSD3_ACRVOLT_EN": { + "Description": "Displays resting voltage for the average cell. WARNING: this can be inaccurate if the cell count is not detected or set properly. If the the battery is far from fully charged the detected cell count might not be accurate if auto cell count detection is used (OSD_CELL_COUNT=0).", + "DisplayName": "ACRVOLT_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_ACRVOLT_X": { + "Description": "Horizontal position on screen", + "DisplayName": "ACRVOLT_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_ACRVOLT_Y": { + "Description": "Vertical position on screen", + "DisplayName": "ACRVOLT_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_ALTITUDE_EN": { + "Description": "Enables display of altitude AGL", + "DisplayName": "ALTITUDE_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_ALTITUDE_X": { + "Description": "Horizontal position on screen", + "DisplayName": "ALTITUDE_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_ALTITUDE_Y": { + "Description": "Vertical position on screen", + "DisplayName": "ALTITUDE_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_ARMING_EN": { + "Description": "Displays arming status (MSP OSD only)", + "DisplayName": "ARMING_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_ARMING_X": { + "Description": "Horizontal position on screen", + "DisplayName": "ARMING_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_ARMING_Y": { + "Description": "Vertical position on screen", + "DisplayName": "ARMING_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_ASPD1_EN": { + "Description": "Displays airspeed reported directly from primary airspeed sensor", + "DisplayName": "ASPD1_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_ASPD1_X": { + "Description": "Horizontal position on screen", + "DisplayName": "ASPD1_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_ASPD1_Y": { + "Description": "Vertical position on screen", + "DisplayName": "ASPD1_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_ASPD2_EN": { + "Description": "Displays airspeed reported directly from secondary airspeed sensor", + "DisplayName": "ASPD2_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_ASPD2_X": { + "Description": "Horizontal position on screen", + "DisplayName": "ASPD2_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_ASPD2_Y": { + "Description": "Vertical position on screen", + "DisplayName": "ASPD2_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_ASPEED_EN": { + "Description": "Displays airspeed value being used by TECS (fused value)", + "DisplayName": "ASPEED_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_ASPEED_X": { + "Description": "Horizontal position on screen", + "DisplayName": "ASPEED_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_ASPEED_Y": { + "Description": "Vertical position on screen", + "DisplayName": "ASPEED_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_ATEMP_EN": { + "Description": "Displays temperature reported by primary airspeed sensor", + "DisplayName": "ATEMP_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_ATEMP_X": { + "Description": "Horizontal position on screen", + "DisplayName": "ATEMP_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_ATEMP_Y": { + "Description": "Vertical position on screen", + "DisplayName": "ATEMP_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_AVGCELLV_EN": { + "Description": "Displays average cell voltage. WARNING: this can be inaccurate if the cell count is not detected or set properly. If the the battery is far from fully charged the detected cell count might not be accurate if auto cell count detection is used (OSD_CELL_COUNT=0).", + "DisplayName": "AVGCELLV_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_AVGCELLV_X": { + "Description": "Horizontal position on screen", + "DisplayName": "AVGCELLV_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_AVGCELLV_Y": { + "Description": "Vertical position on screen", + "DisplayName": "AVGCELLV_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_BAT2USED_EN": { + "Description": "Displays secondary battery mAh consumed", + "DisplayName": "BAT2USED_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_BAT2USED_X": { + "Description": "Horizontal position on screen", + "DisplayName": "BAT2USED_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_BAT2USED_Y": { + "Description": "Vertical position on screen", + "DisplayName": "BAT2USED_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_BAT2_VLT_EN": { + "Description": "Displays battery2 voltage", + "DisplayName": "BAT2VLT_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_BAT2_VLT_X": { + "Description": "Horizontal position on screen", + "DisplayName": "BAT2VLT_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_BAT2_VLT_Y": { + "Description": "Vertical position on screen", + "DisplayName": "BAT2VLT_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_BATTBAR_EN": { + "Description": "Displays battery usage bar (MSP OSD only)", + "DisplayName": "BATT_BAR_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_BATTBAR_X": { + "Description": "Horizontal position on screen", + "DisplayName": "BATT_BAR_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_BATTBAR_Y": { + "Description": "Vertical position on screen", + "DisplayName": "BATT_BAR_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_BATUSED_EN": { + "Description": "Displays primary battery mAh consumed", + "DisplayName": "BATUSED_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_BATUSED_X": { + "Description": "Horizontal position on screen", + "DisplayName": "BATUSED_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_BATUSED_Y": { + "Description": "Vertical position on screen", + "DisplayName": "BATUSED_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_BAT_VOLT_EN": { + "Description": "Displays main battery voltage", + "DisplayName": "BATVOLT_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_BAT_VOLT_X": { + "Description": "Horizontal position on screen", + "DisplayName": "BATVOLT_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_BAT_VOLT_Y": { + "Description": "Vertical position on screen", + "DisplayName": "BATVOLT_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_BTEMP_EN": { + "Description": "Displays temperature reported by secondary barometer", + "DisplayName": "BTEMP_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_BTEMP_X": { + "Description": "Horizontal position on screen", + "DisplayName": "BTEMP_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_BTEMP_Y": { + "Description": "Vertical position on screen", + "DisplayName": "BTEMP_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_CALLSIGN_EN": { + "Description": "Displays callsign from callsign.txt on microSD card", + "DisplayName": "CALLSIGN_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_CALLSIGN_X": { + "Description": "Horizontal position on screen", + "DisplayName": "CALLSIGN_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_CALLSIGN_Y": { + "Description": "Vertical position on screen", + "DisplayName": "CALLSIGN_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_CELLVOLT_EN": { + "Description": "Displays average cell voltage (MSP OSD only)", + "DisplayName": "CELL_VOLT_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_CELLVOLT_X": { + "Description": "Horizontal position on screen", + "DisplayName": "CELL_VOLT_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_CELLVOLT_Y": { + "Description": "Vertical position on screen", + "DisplayName": "CELL_VOLT_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_CHAN_MAX": { + "Description": "This sets the PWM upper limit for this screen", + "DisplayName": "Transmitter switch screen maximum pwm", + "Range": { + "high": "2100", + "low": "900" + }, + "User": "Standard" + }, + "OSD3_CHAN_MIN": { + "Description": "This sets the PWM lower limit for this screen", + "DisplayName": "Transmitter switch screen minimum pwm", + "Range": { + "high": "2100", + "low": "900" + }, + "User": "Standard" + }, + "OSD3_CLIMBEFF_EN": { + "Description": "Displays climb efficiency (climb rate/current)", + "DisplayName": "CLIMBEFF_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_CLIMBEFF_X": { + "Description": "Horizontal position on screen", + "DisplayName": "CLIMBEFF_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_CLIMBEFF_Y": { + "Description": "Vertical position on screen", + "DisplayName": "CLIMBEFF_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_CLK_EN": { + "Description": "Displays a clock panel based on AP_RTC local time", + "DisplayName": "CLK_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_CLK_X": { + "Description": "Horizontal position on screen", + "DisplayName": "CLK_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_CLK_Y": { + "Description": "Vertical position on screen", + "DisplayName": "CLK_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_COMPASS_EN": { + "Description": "Enables display of compass rose", + "DisplayName": "COMPASS_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_COMPASS_X": { + "Description": "Horizontal position on screen", + "DisplayName": "COMPASS_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_COMPASS_Y": { + "Description": "Vertical position on screen", + "DisplayName": "COMPASS_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_CRSSHAIR_EN": { + "Description": "Displays artificial horizon crosshair (MSP OSD only)", + "DisplayName": "CRSSHAIR_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_CRSSHAIR_X": { + "Description": "Horizontal position on screen (MSP OSD only)", + "DisplayName": "CRSSHAIR_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_CRSSHAIR_Y": { + "Description": "Vertical position on screen (MSP OSD only)", + "DisplayName": "CRSSHAIR_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_CURRENT2_EN": { + "Description": "Displays 2nd battery current", + "DisplayName": "CURRENT2_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_CURRENT2_X": { + "Description": "Horizontal position on screen", + "DisplayName": "CURRENT2_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_CURRENT2_Y": { + "Description": "Vertical position on screen", + "DisplayName": "CURRENT2_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_CURRENT_EN": { + "Description": "Displays main battery current", + "DisplayName": "CURRENT_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_CURRENT_X": { + "Description": "Horizontal position on screen", + "DisplayName": "CURRENT_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_CURRENT_Y": { + "Description": "Vertical position on screen", + "DisplayName": "CURRENT_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_DIST_EN": { + "Description": "Displays total distance flown", + "DisplayName": "DIST_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_DIST_X": { + "Description": "Horizontal position on screen", + "DisplayName": "DIST_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_DIST_Y": { + "Description": "Vertical position on screen", + "DisplayName": "DIST_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_EFF_EN": { + "Description": "Displays flight efficiency (mAh/km or /mi)", + "DisplayName": "EFF_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_EFF_X": { + "Description": "Horizontal position on screen", + "DisplayName": "EFF_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_EFF_Y": { + "Description": "Vertical position on screen", + "DisplayName": "EFF_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_ENABLE": { + "Description": "Enable this screen", + "DisplayName": "Enable screen", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_ESCAMPS_EN": { + "Description": "Displays first esc's current", + "DisplayName": "ESCAMPS_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_ESCAMPS_X": { + "Description": "Horizontal position on screen", + "DisplayName": "ESCAMPS_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_ESCAMPS_Y": { + "Description": "Vertical position on screen", + "DisplayName": "ESCAMPS_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_ESCRPM_EN": { + "Description": "Displays first esc's rpm", + "DisplayName": "ESCRPM_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_ESCRPM_X": { + "Description": "Horizontal position on screen", + "DisplayName": "ESCRPM_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_ESCRPM_Y": { + "Description": "Vertical position on screen", + "DisplayName": "ESCRPM_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_ESCTEMP_EN": { + "Description": "Displays first esc's temp", + "DisplayName": "ESCTEMP_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_ESCTEMP_X": { + "Description": "Horizontal position on screen", + "DisplayName": "ESCTEMP_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_ESCTEMP_Y": { + "Description": "Vertical position on screen", + "DisplayName": "ESCTEMP_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_FENCE_EN": { + "Description": "Displays indication of fence enable and breach", + "DisplayName": "FENCE_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_FENCE_X": { + "Description": "Horizontal position on screen", + "DisplayName": "FENCE_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_FENCE_Y": { + "Description": "Vertical position on screen", + "DisplayName": "FENCE_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_FLTIME_EN": { + "Description": "Displays total flight time", + "DisplayName": "FLTIME_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_FLTIME_X": { + "Description": "Horizontal position on screen", + "DisplayName": "FLTIME_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_FLTIME_Y": { + "Description": "Vertical position on screen", + "DisplayName": "FLTIME_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_FLTMODE_EN": { + "Description": "Displays flight mode", + "DisplayName": "FLTMODE_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_FLTMODE_X": { + "Description": "Horizontal position on screen", + "DisplayName": "FLTMODE_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_FLTMODE_Y": { + "Description": "Vertical position on screen", + "DisplayName": "FLTMODE_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_FONT": { + "Description": "Sets the font index for this screen (MSP DisplayPort only)", + "DisplayName": "Sets the font index for this screen (MSP DisplayPort only)", + "Range": { + "high": "21", + "low": "0" + }, + "User": "Standard" + }, + "OSD3_GPSLAT_EN": { + "Description": "Displays GPS latitude", + "DisplayName": "GPSLAT_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_GPSLAT_X": { + "Description": "Horizontal position on screen", + "DisplayName": "GPSLAT_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_GPSLAT_Y": { + "Description": "Vertical position on screen", + "DisplayName": "GPSLAT_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_GPSLONG_EN": { + "Description": "Displays GPS longitude", + "DisplayName": "GPSLONG_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_GPSLONG_X": { + "Description": "Horizontal position on screen", + "DisplayName": "GPSLONG_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_GPSLONG_Y": { + "Description": "Vertical position on screen", + "DisplayName": "GPSLONG_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_GSPEED_EN": { + "Description": "Displays GPS ground speed", + "DisplayName": "GSPEED_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_GSPEED_X": { + "Description": "Horizontal position on screen", + "DisplayName": "GSPEED_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_GSPEED_Y": { + "Description": "Vertical position on screen", + "DisplayName": "GSPEED_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_HDOP_EN": { + "Description": "Displays Horizontal Dilution Of Position", + "DisplayName": "HDOP_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_HDOP_X": { + "Description": "Horizontal position on screen", + "DisplayName": "HDOP_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_HDOP_Y": { + "Description": "Vertical position on screen", + "DisplayName": "HDOP_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_HEADING_EN": { + "Description": "Displays heading", + "DisplayName": "HEADING_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_HEADING_X": { + "Description": "Horizontal position on screen", + "DisplayName": "HEADING_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_HEADING_Y": { + "Description": "Vertical position on screen", + "DisplayName": "HEADING_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_HOMEDIR_EN": { + "Description": "Displays relative direction to HOME (MSP OSD only)", + "DisplayName": "HOMEDIR_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_HOMEDIR_X": { + "Description": "Horizontal position on screen", + "DisplayName": "HOMEDIR_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_HOMEDIR_Y": { + "Description": "Vertical position on screen", + "DisplayName": "HOMEDIR_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_HOMEDIST_EN": { + "Description": "Displays distance from HOME (MSP OSD only)", + "DisplayName": "HOMEDIST_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_HOMEDIST_X": { + "Description": "Horizontal position on screen (MSP OSD only)", + "DisplayName": "HOMEDIST_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_HOMEDIST_Y": { + "Description": "Vertical position on screen (MSP OSD only)", + "DisplayName": "HOMEDIST_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_HOME_EN": { + "Description": "Displays distance and relative direction to HOME", + "DisplayName": "HOME_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_HOME_X": { + "Description": "Horizontal position on screen", + "DisplayName": "HOME_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_HOME_Y": { + "Description": "Vertical position on screen", + "DisplayName": "HOME_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_HORIZON_EN": { + "Description": "Displays artificial horizon", + "DisplayName": "HORIZON_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_HORIZON_X": { + "Description": "Horizontal position on screen", + "DisplayName": "HORIZON_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_HORIZON_Y": { + "Description": "Vertical position on screen", + "DisplayName": "HORIZON_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_LINK_Q_EN": { + "Description": "Displays Receiver link quality", + "DisplayName": "LINK_Q_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_LINK_Q_X": { + "Description": "Horizontal position on screen", + "DisplayName": "LINK_Q_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_LINK_Q_Y": { + "Description": "Vertical position on screen", + "DisplayName": "LINK_Q_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_MESSAGE_EN": { + "Description": "Displays Mavlink messages", + "DisplayName": "MESSAGE_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_MESSAGE_X": { + "Description": "Horizontal position on screen", + "DisplayName": "MESSAGE_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_MESSAGE_Y": { + "Description": "Vertical position on screen", + "DisplayName": "MESSAGE_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_PITCH_EN": { + "Description": "Displays degrees of pitch from level", + "DisplayName": "PITCH_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_PITCH_X": { + "Description": "Horizontal position on screen", + "DisplayName": "PITCH_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_PITCH_Y": { + "Description": "Vertical position on screen", + "DisplayName": "PITCH_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_PLUSCODE_EN": { + "Description": "Displays pluscode (OLC) element", + "DisplayName": "PLUSCODE_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_PLUSCODE_X": { + "Description": "Horizontal position on screen", + "DisplayName": "PLUSCODE_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_PLUSCODE_Y": { + "Description": "Vertical position on screen", + "DisplayName": "PLUSCODE_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_POWER_EN": { + "Description": "Displays power (MSP OSD only)", + "DisplayName": "POWER_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_POWER_X": { + "Description": "Horizontal position on screen", + "DisplayName": "POWER_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_POWER_Y": { + "Description": "Vertical position on screen", + "DisplayName": "POWER_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_RESTVOLT_EN": { + "Description": "Displays main battery resting voltage", + "DisplayName": "RESTVOLT_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_RESTVOLT_X": { + "Description": "Horizontal position on screen", + "DisplayName": "RESTVOLT_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_RESTVOLT_Y": { + "Description": "Vertical position on screen", + "DisplayName": "RESTVOLT_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_RNGF_EN": { + "Description": "Displays a rangefinder's distance in cm", + "DisplayName": "RNGF_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_RNGF_X": { + "Description": "Horizontal position on screen", + "DisplayName": "RNGF_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_RNGF_Y": { + "Description": "Vertical position on screen", + "DisplayName": "RNGF_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_ROLL_EN": { + "Description": "Displays degrees of roll from level", + "DisplayName": "ROLL_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_ROLL_X": { + "Description": "Horizontal position on screen", + "DisplayName": "ROLL_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_ROLL_Y": { + "Description": "Vertical position on screen", + "DisplayName": "ROLL_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_RPM_EN": { + "Description": "Displays main rotor revs/min", + "DisplayName": "RPM_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_RPM_X": { + "Description": "Horizontal position on screen", + "DisplayName": "RPM_X", + "Range": { + "high": "29", + "low": "0" + } + }, + "OSD3_RPM_Y": { + "Description": "Vertical position on screen", + "DisplayName": "RPM_Y", + "Range": { + "high": "15", + "low": "0" + } + }, + "OSD3_RSSI_EN": { + "Description": "Displays RC signal strength", + "DisplayName": "RSSI_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_RSSI_X": { + "Description": "Horizontal position on screen", + "DisplayName": "RSSI_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_RSSI_Y": { + "Description": "Vertical position on screen", + "DisplayName": "RSSI_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_SATS_EN": { + "Description": "Displays number of acquired satellites", + "DisplayName": "SATS_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_SATS_X": { + "Description": "Horizontal position on screen", + "DisplayName": "SATS_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_SATS_Y": { + "Description": "Vertical position on screen", + "DisplayName": "SATS_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_SIDEBARS_EN": { + "Description": "Displays artificial horizon side bars", + "DisplayName": "SIDEBARS_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_SIDEBARS_X": { + "Description": "Horizontal position on screen", + "DisplayName": "SIDEBARS_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_SIDEBARS_Y": { + "Description": "Vertical position on screen", + "DisplayName": "SIDEBARS_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_STATS_EN": { + "Description": "Displays flight stats", + "DisplayName": "STATS_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_STATS_X": { + "Description": "Horizontal position on screen", + "DisplayName": "STATS_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_STATS_Y": { + "Description": "Vertical position on screen", + "DisplayName": "STATS_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_TEMP_EN": { + "Description": "Displays temperature reported by primary barometer", + "DisplayName": "TEMP_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_TEMP_X": { + "Description": "Horizontal position on screen", + "DisplayName": "TEMP_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_TEMP_Y": { + "Description": "Vertical position on screen", + "DisplayName": "TEMP_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_TER_HGT_EN": { + "Description": "Displays Height above terrain", + "DisplayName": "TER_HGT_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_TER_HGT_X": { + "Description": "Horizontal position on screen", + "DisplayName": "TER_HGT_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_TER_HGT_Y": { + "Description": "Vertical position on screen", + "DisplayName": "TER_HGT_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_THROTTLE_EN": { + "Description": "Displays actual throttle percentage being sent to motor(s)", + "DisplayName": "THROTTLE_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_THROTTLE_X": { + "Description": "Horizontal position on screen", + "DisplayName": "THROTTLE_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_THROTTLE_Y": { + "Description": "Vertical position on screen", + "DisplayName": "THROTTLE_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_TXT_RES": { + "Description": "Sets the overlay text resolution for this screen to either LD 30x16 or HD 50x18 (MSP DisplayPort only)", + "DisplayName": "Sets the overlay text resolution (MSP DisplayPort only)", + "User": "Standard", + "Values": { + "0": "30x16", + "1": "50x18" + } + }, + "OSD3_VSPEED_EN": { + "Description": "Displays climb rate", + "DisplayName": "VSPEED_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_VSPEED_X": { + "Description": "Horizontal position on screen", + "DisplayName": "VSPEED_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_VSPEED_Y": { + "Description": "Vertical position on screen", + "DisplayName": "VSPEED_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_VTX_PWR_EN": { + "Description": "Displays VTX Power", + "DisplayName": "VTX_PWR_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_VTX_PWR_X": { + "Description": "Horizontal position on screen", + "DisplayName": "VTX_PWR_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_VTX_PWR_Y": { + "Description": "Vertical position on screen", + "DisplayName": "VTX_PWR_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_WAYPOINT_EN": { + "Description": "Displays bearing and distance to next waypoint", + "DisplayName": "WAYPOINT_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_WAYPOINT_X": { + "Description": "Horizontal position on screen", + "DisplayName": "WAYPOINT_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_WAYPOINT_Y": { + "Description": "Vertical position on screen", + "DisplayName": "WAYPOINT_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_WIND_EN": { + "Description": "Displays wind speed and relative direction, on Rover this is the apparent wind speed and direction from the windvane, if fitted", + "DisplayName": "WIND_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_WIND_X": { + "Description": "Horizontal position on screen", + "DisplayName": "WIND_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_WIND_Y": { + "Description": "Vertical position on screen", + "DisplayName": "WIND_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD3_XTRACK_EN": { + "Description": "Displays crosstrack error", + "DisplayName": "XTRACK_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD3_XTRACK_X": { + "Description": "Horizontal position on screen", + "DisplayName": "XTRACK_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD3_XTRACK_Y": { + "Description": "Vertical position on screen", + "DisplayName": "XTRACK_Y", + "Range": { + "high": "21", + "low": "0" + } + } + }, + "OSD4_": { + "OSD4_ACRVOLT_EN": { + "Description": "Displays resting voltage for the average cell. WARNING: this can be inaccurate if the cell count is not detected or set properly. If the the battery is far from fully charged the detected cell count might not be accurate if auto cell count detection is used (OSD_CELL_COUNT=0).", + "DisplayName": "ACRVOLT_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_ACRVOLT_X": { + "Description": "Horizontal position on screen", + "DisplayName": "ACRVOLT_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_ACRVOLT_Y": { + "Description": "Vertical position on screen", + "DisplayName": "ACRVOLT_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_ALTITUDE_EN": { + "Description": "Enables display of altitude AGL", + "DisplayName": "ALTITUDE_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_ALTITUDE_X": { + "Description": "Horizontal position on screen", + "DisplayName": "ALTITUDE_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_ALTITUDE_Y": { + "Description": "Vertical position on screen", + "DisplayName": "ALTITUDE_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_ARMING_EN": { + "Description": "Displays arming status (MSP OSD only)", + "DisplayName": "ARMING_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_ARMING_X": { + "Description": "Horizontal position on screen", + "DisplayName": "ARMING_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_ARMING_Y": { + "Description": "Vertical position on screen", + "DisplayName": "ARMING_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_ASPD1_EN": { + "Description": "Displays airspeed reported directly from primary airspeed sensor", + "DisplayName": "ASPD1_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_ASPD1_X": { + "Description": "Horizontal position on screen", + "DisplayName": "ASPD1_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_ASPD1_Y": { + "Description": "Vertical position on screen", + "DisplayName": "ASPD1_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_ASPD2_EN": { + "Description": "Displays airspeed reported directly from secondary airspeed sensor", + "DisplayName": "ASPD2_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_ASPD2_X": { + "Description": "Horizontal position on screen", + "DisplayName": "ASPD2_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_ASPD2_Y": { + "Description": "Vertical position on screen", + "DisplayName": "ASPD2_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_ASPEED_EN": { + "Description": "Displays airspeed value being used by TECS (fused value)", + "DisplayName": "ASPEED_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_ASPEED_X": { + "Description": "Horizontal position on screen", + "DisplayName": "ASPEED_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_ASPEED_Y": { + "Description": "Vertical position on screen", + "DisplayName": "ASPEED_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_ATEMP_EN": { + "Description": "Displays temperature reported by primary airspeed sensor", + "DisplayName": "ATEMP_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_ATEMP_X": { + "Description": "Horizontal position on screen", + "DisplayName": "ATEMP_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_ATEMP_Y": { + "Description": "Vertical position on screen", + "DisplayName": "ATEMP_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_AVGCELLV_EN": { + "Description": "Displays average cell voltage. WARNING: this can be inaccurate if the cell count is not detected or set properly. If the the battery is far from fully charged the detected cell count might not be accurate if auto cell count detection is used (OSD_CELL_COUNT=0).", + "DisplayName": "AVGCELLV_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_AVGCELLV_X": { + "Description": "Horizontal position on screen", + "DisplayName": "AVGCELLV_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_AVGCELLV_Y": { + "Description": "Vertical position on screen", + "DisplayName": "AVGCELLV_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_BAT2USED_EN": { + "Description": "Displays secondary battery mAh consumed", + "DisplayName": "BAT2USED_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_BAT2USED_X": { + "Description": "Horizontal position on screen", + "DisplayName": "BAT2USED_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_BAT2USED_Y": { + "Description": "Vertical position on screen", + "DisplayName": "BAT2USED_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_BAT2_VLT_EN": { + "Description": "Displays battery2 voltage", + "DisplayName": "BAT2VLT_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_BAT2_VLT_X": { + "Description": "Horizontal position on screen", + "DisplayName": "BAT2VLT_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_BAT2_VLT_Y": { + "Description": "Vertical position on screen", + "DisplayName": "BAT2VLT_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_BATTBAR_EN": { + "Description": "Displays battery usage bar (MSP OSD only)", + "DisplayName": "BATT_BAR_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_BATTBAR_X": { + "Description": "Horizontal position on screen", + "DisplayName": "BATT_BAR_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_BATTBAR_Y": { + "Description": "Vertical position on screen", + "DisplayName": "BATT_BAR_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_BATUSED_EN": { + "Description": "Displays primary battery mAh consumed", + "DisplayName": "BATUSED_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_BATUSED_X": { + "Description": "Horizontal position on screen", + "DisplayName": "BATUSED_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_BATUSED_Y": { + "Description": "Vertical position on screen", + "DisplayName": "BATUSED_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_BAT_VOLT_EN": { + "Description": "Displays main battery voltage", + "DisplayName": "BATVOLT_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_BAT_VOLT_X": { + "Description": "Horizontal position on screen", + "DisplayName": "BATVOLT_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_BAT_VOLT_Y": { + "Description": "Vertical position on screen", + "DisplayName": "BATVOLT_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_BTEMP_EN": { + "Description": "Displays temperature reported by secondary barometer", + "DisplayName": "BTEMP_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_BTEMP_X": { + "Description": "Horizontal position on screen", + "DisplayName": "BTEMP_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_BTEMP_Y": { + "Description": "Vertical position on screen", + "DisplayName": "BTEMP_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_CALLSIGN_EN": { + "Description": "Displays callsign from callsign.txt on microSD card", + "DisplayName": "CALLSIGN_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_CALLSIGN_X": { + "Description": "Horizontal position on screen", + "DisplayName": "CALLSIGN_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_CALLSIGN_Y": { + "Description": "Vertical position on screen", + "DisplayName": "CALLSIGN_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_CELLVOLT_EN": { + "Description": "Displays average cell voltage (MSP OSD only)", + "DisplayName": "CELL_VOLT_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_CELLVOLT_X": { + "Description": "Horizontal position on screen", + "DisplayName": "CELL_VOLT_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_CELLVOLT_Y": { + "Description": "Vertical position on screen", + "DisplayName": "CELL_VOLT_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_CHAN_MAX": { + "Description": "This sets the PWM upper limit for this screen", + "DisplayName": "Transmitter switch screen maximum pwm", + "Range": { + "high": "2100", + "low": "900" + }, + "User": "Standard" + }, + "OSD4_CHAN_MIN": { + "Description": "This sets the PWM lower limit for this screen", + "DisplayName": "Transmitter switch screen minimum pwm", + "Range": { + "high": "2100", + "low": "900" + }, + "User": "Standard" + }, + "OSD4_CLIMBEFF_EN": { + "Description": "Displays climb efficiency (climb rate/current)", + "DisplayName": "CLIMBEFF_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_CLIMBEFF_X": { + "Description": "Horizontal position on screen", + "DisplayName": "CLIMBEFF_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_CLIMBEFF_Y": { + "Description": "Vertical position on screen", + "DisplayName": "CLIMBEFF_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_CLK_EN": { + "Description": "Displays a clock panel based on AP_RTC local time", + "DisplayName": "CLK_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_CLK_X": { + "Description": "Horizontal position on screen", + "DisplayName": "CLK_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_CLK_Y": { + "Description": "Vertical position on screen", + "DisplayName": "CLK_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_COMPASS_EN": { + "Description": "Enables display of compass rose", + "DisplayName": "COMPASS_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_COMPASS_X": { + "Description": "Horizontal position on screen", + "DisplayName": "COMPASS_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_COMPASS_Y": { + "Description": "Vertical position on screen", + "DisplayName": "COMPASS_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_CRSSHAIR_EN": { + "Description": "Displays artificial horizon crosshair (MSP OSD only)", + "DisplayName": "CRSSHAIR_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_CRSSHAIR_X": { + "Description": "Horizontal position on screen (MSP OSD only)", + "DisplayName": "CRSSHAIR_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_CRSSHAIR_Y": { + "Description": "Vertical position on screen (MSP OSD only)", + "DisplayName": "CRSSHAIR_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_CURRENT2_EN": { + "Description": "Displays 2nd battery current", + "DisplayName": "CURRENT2_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_CURRENT2_X": { + "Description": "Horizontal position on screen", + "DisplayName": "CURRENT2_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_CURRENT2_Y": { + "Description": "Vertical position on screen", + "DisplayName": "CURRENT2_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_CURRENT_EN": { + "Description": "Displays main battery current", + "DisplayName": "CURRENT_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_CURRENT_X": { + "Description": "Horizontal position on screen", + "DisplayName": "CURRENT_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_CURRENT_Y": { + "Description": "Vertical position on screen", + "DisplayName": "CURRENT_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_DIST_EN": { + "Description": "Displays total distance flown", + "DisplayName": "DIST_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_DIST_X": { + "Description": "Horizontal position on screen", + "DisplayName": "DIST_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_DIST_Y": { + "Description": "Vertical position on screen", + "DisplayName": "DIST_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_EFF_EN": { + "Description": "Displays flight efficiency (mAh/km or /mi)", + "DisplayName": "EFF_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_EFF_X": { + "Description": "Horizontal position on screen", + "DisplayName": "EFF_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_EFF_Y": { + "Description": "Vertical position on screen", + "DisplayName": "EFF_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_ENABLE": { + "Description": "Enable this screen", + "DisplayName": "Enable screen", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_ESCAMPS_EN": { + "Description": "Displays first esc's current", + "DisplayName": "ESCAMPS_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_ESCAMPS_X": { + "Description": "Horizontal position on screen", + "DisplayName": "ESCAMPS_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_ESCAMPS_Y": { + "Description": "Vertical position on screen", + "DisplayName": "ESCAMPS_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_ESCRPM_EN": { + "Description": "Displays first esc's rpm", + "DisplayName": "ESCRPM_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_ESCRPM_X": { + "Description": "Horizontal position on screen", + "DisplayName": "ESCRPM_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_ESCRPM_Y": { + "Description": "Vertical position on screen", + "DisplayName": "ESCRPM_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_ESCTEMP_EN": { + "Description": "Displays first esc's temp", + "DisplayName": "ESCTEMP_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_ESCTEMP_X": { + "Description": "Horizontal position on screen", + "DisplayName": "ESCTEMP_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_ESCTEMP_Y": { + "Description": "Vertical position on screen", + "DisplayName": "ESCTEMP_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_FENCE_EN": { + "Description": "Displays indication of fence enable and breach", + "DisplayName": "FENCE_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_FENCE_X": { + "Description": "Horizontal position on screen", + "DisplayName": "FENCE_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_FENCE_Y": { + "Description": "Vertical position on screen", + "DisplayName": "FENCE_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_FLTIME_EN": { + "Description": "Displays total flight time", + "DisplayName": "FLTIME_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_FLTIME_X": { + "Description": "Horizontal position on screen", + "DisplayName": "FLTIME_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_FLTIME_Y": { + "Description": "Vertical position on screen", + "DisplayName": "FLTIME_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_FLTMODE_EN": { + "Description": "Displays flight mode", + "DisplayName": "FLTMODE_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_FLTMODE_X": { + "Description": "Horizontal position on screen", + "DisplayName": "FLTMODE_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_FLTMODE_Y": { + "Description": "Vertical position on screen", + "DisplayName": "FLTMODE_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_FONT": { + "Description": "Sets the font index for this screen (MSP DisplayPort only)", + "DisplayName": "Sets the font index for this screen (MSP DisplayPort only)", + "Range": { + "high": "21", + "low": "0" + }, + "User": "Standard" + }, + "OSD4_GPSLAT_EN": { + "Description": "Displays GPS latitude", + "DisplayName": "GPSLAT_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_GPSLAT_X": { + "Description": "Horizontal position on screen", + "DisplayName": "GPSLAT_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_GPSLAT_Y": { + "Description": "Vertical position on screen", + "DisplayName": "GPSLAT_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_GPSLONG_EN": { + "Description": "Displays GPS longitude", + "DisplayName": "GPSLONG_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_GPSLONG_X": { + "Description": "Horizontal position on screen", + "DisplayName": "GPSLONG_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_GPSLONG_Y": { + "Description": "Vertical position on screen", + "DisplayName": "GPSLONG_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_GSPEED_EN": { + "Description": "Displays GPS ground speed", + "DisplayName": "GSPEED_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_GSPEED_X": { + "Description": "Horizontal position on screen", + "DisplayName": "GSPEED_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_GSPEED_Y": { + "Description": "Vertical position on screen", + "DisplayName": "GSPEED_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_HDOP_EN": { + "Description": "Displays Horizontal Dilution Of Position", + "DisplayName": "HDOP_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_HDOP_X": { + "Description": "Horizontal position on screen", + "DisplayName": "HDOP_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_HDOP_Y": { + "Description": "Vertical position on screen", + "DisplayName": "HDOP_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_HEADING_EN": { + "Description": "Displays heading", + "DisplayName": "HEADING_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_HEADING_X": { + "Description": "Horizontal position on screen", + "DisplayName": "HEADING_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_HEADING_Y": { + "Description": "Vertical position on screen", + "DisplayName": "HEADING_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_HOMEDIR_EN": { + "Description": "Displays relative direction to HOME (MSP OSD only)", + "DisplayName": "HOMEDIR_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_HOMEDIR_X": { + "Description": "Horizontal position on screen", + "DisplayName": "HOMEDIR_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_HOMEDIR_Y": { + "Description": "Vertical position on screen", + "DisplayName": "HOMEDIR_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_HOMEDIST_EN": { + "Description": "Displays distance from HOME (MSP OSD only)", + "DisplayName": "HOMEDIST_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_HOMEDIST_X": { + "Description": "Horizontal position on screen (MSP OSD only)", + "DisplayName": "HOMEDIST_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_HOMEDIST_Y": { + "Description": "Vertical position on screen (MSP OSD only)", + "DisplayName": "HOMEDIST_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_HOME_EN": { + "Description": "Displays distance and relative direction to HOME", + "DisplayName": "HOME_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_HOME_X": { + "Description": "Horizontal position on screen", + "DisplayName": "HOME_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_HOME_Y": { + "Description": "Vertical position on screen", + "DisplayName": "HOME_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_HORIZON_EN": { + "Description": "Displays artificial horizon", + "DisplayName": "HORIZON_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_HORIZON_X": { + "Description": "Horizontal position on screen", + "DisplayName": "HORIZON_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_HORIZON_Y": { + "Description": "Vertical position on screen", + "DisplayName": "HORIZON_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_LINK_Q_EN": { + "Description": "Displays Receiver link quality", + "DisplayName": "LINK_Q_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_LINK_Q_X": { + "Description": "Horizontal position on screen", + "DisplayName": "LINK_Q_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_LINK_Q_Y": { + "Description": "Vertical position on screen", + "DisplayName": "LINK_Q_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_MESSAGE_EN": { + "Description": "Displays Mavlink messages", + "DisplayName": "MESSAGE_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_MESSAGE_X": { + "Description": "Horizontal position on screen", + "DisplayName": "MESSAGE_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_MESSAGE_Y": { + "Description": "Vertical position on screen", + "DisplayName": "MESSAGE_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_PITCH_EN": { + "Description": "Displays degrees of pitch from level", + "DisplayName": "PITCH_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_PITCH_X": { + "Description": "Horizontal position on screen", + "DisplayName": "PITCH_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_PITCH_Y": { + "Description": "Vertical position on screen", + "DisplayName": "PITCH_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_PLUSCODE_EN": { + "Description": "Displays pluscode (OLC) element", + "DisplayName": "PLUSCODE_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_PLUSCODE_X": { + "Description": "Horizontal position on screen", + "DisplayName": "PLUSCODE_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_PLUSCODE_Y": { + "Description": "Vertical position on screen", + "DisplayName": "PLUSCODE_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_POWER_EN": { + "Description": "Displays power (MSP OSD only)", + "DisplayName": "POWER_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_POWER_X": { + "Description": "Horizontal position on screen", + "DisplayName": "POWER_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_POWER_Y": { + "Description": "Vertical position on screen", + "DisplayName": "POWER_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_RESTVOLT_EN": { + "Description": "Displays main battery resting voltage", + "DisplayName": "RESTVOLT_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_RESTVOLT_X": { + "Description": "Horizontal position on screen", + "DisplayName": "RESTVOLT_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_RESTVOLT_Y": { + "Description": "Vertical position on screen", + "DisplayName": "RESTVOLT_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_RNGF_EN": { + "Description": "Displays a rangefinder's distance in cm", + "DisplayName": "RNGF_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_RNGF_X": { + "Description": "Horizontal position on screen", + "DisplayName": "RNGF_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_RNGF_Y": { + "Description": "Vertical position on screen", + "DisplayName": "RNGF_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_ROLL_EN": { + "Description": "Displays degrees of roll from level", + "DisplayName": "ROLL_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_ROLL_X": { + "Description": "Horizontal position on screen", + "DisplayName": "ROLL_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_ROLL_Y": { + "Description": "Vertical position on screen", + "DisplayName": "ROLL_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_RPM_EN": { + "Description": "Displays main rotor revs/min", + "DisplayName": "RPM_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_RPM_X": { + "Description": "Horizontal position on screen", + "DisplayName": "RPM_X", + "Range": { + "high": "29", + "low": "0" + } + }, + "OSD4_RPM_Y": { + "Description": "Vertical position on screen", + "DisplayName": "RPM_Y", + "Range": { + "high": "15", + "low": "0" + } + }, + "OSD4_RSSI_EN": { + "Description": "Displays RC signal strength", + "DisplayName": "RSSI_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_RSSI_X": { + "Description": "Horizontal position on screen", + "DisplayName": "RSSI_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_RSSI_Y": { + "Description": "Vertical position on screen", + "DisplayName": "RSSI_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_SATS_EN": { + "Description": "Displays number of acquired satellites", + "DisplayName": "SATS_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_SATS_X": { + "Description": "Horizontal position on screen", + "DisplayName": "SATS_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_SATS_Y": { + "Description": "Vertical position on screen", + "DisplayName": "SATS_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_SIDEBARS_EN": { + "Description": "Displays artificial horizon side bars", + "DisplayName": "SIDEBARS_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_SIDEBARS_X": { + "Description": "Horizontal position on screen", + "DisplayName": "SIDEBARS_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_SIDEBARS_Y": { + "Description": "Vertical position on screen", + "DisplayName": "SIDEBARS_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_STATS_EN": { + "Description": "Displays flight stats", + "DisplayName": "STATS_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_STATS_X": { + "Description": "Horizontal position on screen", + "DisplayName": "STATS_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_STATS_Y": { + "Description": "Vertical position on screen", + "DisplayName": "STATS_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_TEMP_EN": { + "Description": "Displays temperature reported by primary barometer", + "DisplayName": "TEMP_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_TEMP_X": { + "Description": "Horizontal position on screen", + "DisplayName": "TEMP_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_TEMP_Y": { + "Description": "Vertical position on screen", + "DisplayName": "TEMP_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_TER_HGT_EN": { + "Description": "Displays Height above terrain", + "DisplayName": "TER_HGT_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_TER_HGT_X": { + "Description": "Horizontal position on screen", + "DisplayName": "TER_HGT_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_TER_HGT_Y": { + "Description": "Vertical position on screen", + "DisplayName": "TER_HGT_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_THROTTLE_EN": { + "Description": "Displays actual throttle percentage being sent to motor(s)", + "DisplayName": "THROTTLE_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_THROTTLE_X": { + "Description": "Horizontal position on screen", + "DisplayName": "THROTTLE_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_THROTTLE_Y": { + "Description": "Vertical position on screen", + "DisplayName": "THROTTLE_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_TXT_RES": { + "Description": "Sets the overlay text resolution for this screen to either LD 30x16 or HD 50x18 (MSP DisplayPort only)", + "DisplayName": "Sets the overlay text resolution (MSP DisplayPort only)", + "User": "Standard", + "Values": { + "0": "30x16", + "1": "50x18" + } + }, + "OSD4_VSPEED_EN": { + "Description": "Displays climb rate", + "DisplayName": "VSPEED_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_VSPEED_X": { + "Description": "Horizontal position on screen", + "DisplayName": "VSPEED_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_VSPEED_Y": { + "Description": "Vertical position on screen", + "DisplayName": "VSPEED_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_VTX_PWR_EN": { + "Description": "Displays VTX Power", + "DisplayName": "VTX_PWR_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_VTX_PWR_X": { + "Description": "Horizontal position on screen", + "DisplayName": "VTX_PWR_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_VTX_PWR_Y": { + "Description": "Vertical position on screen", + "DisplayName": "VTX_PWR_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_WAYPOINT_EN": { + "Description": "Displays bearing and distance to next waypoint", + "DisplayName": "WAYPOINT_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_WAYPOINT_X": { + "Description": "Horizontal position on screen", + "DisplayName": "WAYPOINT_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_WAYPOINT_Y": { + "Description": "Vertical position on screen", + "DisplayName": "WAYPOINT_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_WIND_EN": { + "Description": "Displays wind speed and relative direction, on Rover this is the apparent wind speed and direction from the windvane, if fitted", + "DisplayName": "WIND_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_WIND_X": { + "Description": "Horizontal position on screen", + "DisplayName": "WIND_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_WIND_Y": { + "Description": "Vertical position on screen", + "DisplayName": "WIND_Y", + "Range": { + "high": "21", + "low": "0" + } + }, + "OSD4_XTRACK_EN": { + "Description": "Displays crosstrack error", + "DisplayName": "XTRACK_EN", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD4_XTRACK_X": { + "Description": "Horizontal position on screen", + "DisplayName": "XTRACK_X", + "Range": { + "high": "59", + "low": "0" + } + }, + "OSD4_XTRACK_Y": { + "Description": "Vertical position on screen", + "DisplayName": "XTRACK_Y", + "Range": { + "high": "21", + "low": "0" + } + } + }, + "OSD5_": { + "OSD5_CHAN_MAX": { + "Description": "This sets the PWM upper limit for this screen", + "DisplayName": "Transmitter switch screen maximum pwm", + "Range": { + "high": "2100", + "low": "900" + }, + "User": "Standard" + }, + "OSD5_CHAN_MIN": { + "Description": "This sets the PWM lower limit for this screen", + "DisplayName": "Transmitter switch screen minimum pwm", + "Range": { + "high": "2100", + "low": "900" + }, + "User": "Standard" + }, + "OSD5_ENABLE": { + "Description": "Enable this screen", + "DisplayName": "Enable screen", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD5_SAVE_X": { + "Description": "Horizontal position of Save button on screen", + "DisplayName": "SAVE_X", + "Range": { + "high": "25", + "low": "0" + }, + "User": "Advanced" + }, + "OSD5_SAVE_Y": { + "Description": "Vertical position of Save button on screen", + "DisplayName": "SAVE_Y", + "Range": { + "high": "15", + "low": "0" + }, + "User": "Advanced" + } + }, + "OSD5_PARAM1": { + "OSD5_PARAM1_EN": { + "Description": "Enable setting", + "DisplayName": "Enable", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD5_PARAM1_GRP": { + "Description": "Group of the parameter to be displayed and modified", + "DisplayName": "Parameter group", + "User": "Standard" + }, + "OSD5_PARAM1_IDX": { + "Description": "Index of the parameter to be displayed and modified", + "DisplayName": "Parameter index", + "User": "Standard" + }, + "OSD5_PARAM1_INCR": { + "Description": "Increment of the parameter to be displayed and modified", + "DisplayName": "Parameter increment", + "User": "Standard" + }, + "OSD5_PARAM1_KEY": { + "Description": "Key of the parameter to be displayed and modified", + "DisplayName": "Parameter key", + "User": "Standard" + }, + "OSD5_PARAM1_MAX": { + "Description": "Maximum of the parameter to be displayed and modified", + "DisplayName": "Parameter maximum", + "User": "Standard" + }, + "OSD5_PARAM1_MIN": { + "Description": "Minimum value of the parameter to be displayed and modified", + "DisplayName": "Parameter minimum", + "User": "Standard" + }, + "OSD5_PARAM1_TYPE": { + "Description": "Type of the parameter to be displayed and modified", + "DisplayName": "Parameter type", + "User": "Standard" + }, + "OSD5_PARAM1_X": { + "Description": "Horizontal position on screen", + "DisplayName": "X position", + "Range": { + "high": "29", + "low": "0" + }, + "User": "Standard" + }, + "OSD5_PARAM1_Y": { + "Description": "Vertical position on screen", + "DisplayName": "Y position", + "Range": { + "high": "15", + "low": "0" + }, + "User": "Standard" + } + }, + "OSD5_PARAM2": { + "OSD5_PARAM2_EN": { + "Description": "Enable setting", + "DisplayName": "Enable", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD5_PARAM2_GRP": { + "Description": "Group of the parameter to be displayed and modified", + "DisplayName": "Parameter group", + "User": "Standard" + }, + "OSD5_PARAM2_IDX": { + "Description": "Index of the parameter to be displayed and modified", + "DisplayName": "Parameter index", + "User": "Standard" + }, + "OSD5_PARAM2_INCR": { + "Description": "Increment of the parameter to be displayed and modified", + "DisplayName": "Parameter increment", + "User": "Standard" + }, + "OSD5_PARAM2_KEY": { + "Description": "Key of the parameter to be displayed and modified", + "DisplayName": "Parameter key", + "User": "Standard" + }, + "OSD5_PARAM2_MAX": { + "Description": "Maximum of the parameter to be displayed and modified", + "DisplayName": "Parameter maximum", + "User": "Standard" + }, + "OSD5_PARAM2_MIN": { + "Description": "Minimum value of the parameter to be displayed and modified", + "DisplayName": "Parameter minimum", + "User": "Standard" + }, + "OSD5_PARAM2_TYPE": { + "Description": "Type of the parameter to be displayed and modified", + "DisplayName": "Parameter type", + "User": "Standard" + }, + "OSD5_PARAM2_X": { + "Description": "Horizontal position on screen", + "DisplayName": "X position", + "Range": { + "high": "29", + "low": "0" + }, + "User": "Standard" + }, + "OSD5_PARAM2_Y": { + "Description": "Vertical position on screen", + "DisplayName": "Y position", + "Range": { + "high": "15", + "low": "0" + }, + "User": "Standard" + } + }, + "OSD5_PARAM3": { + "OSD5_PARAM3_EN": { + "Description": "Enable setting", + "DisplayName": "Enable", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD5_PARAM3_GRP": { + "Description": "Group of the parameter to be displayed and modified", + "DisplayName": "Parameter group", + "User": "Standard" + }, + "OSD5_PARAM3_IDX": { + "Description": "Index of the parameter to be displayed and modified", + "DisplayName": "Parameter index", + "User": "Standard" + }, + "OSD5_PARAM3_INCR": { + "Description": "Increment of the parameter to be displayed and modified", + "DisplayName": "Parameter increment", + "User": "Standard" + }, + "OSD5_PARAM3_KEY": { + "Description": "Key of the parameter to be displayed and modified", + "DisplayName": "Parameter key", + "User": "Standard" + }, + "OSD5_PARAM3_MAX": { + "Description": "Maximum of the parameter to be displayed and modified", + "DisplayName": "Parameter maximum", + "User": "Standard" + }, + "OSD5_PARAM3_MIN": { + "Description": "Minimum value of the parameter to be displayed and modified", + "DisplayName": "Parameter minimum", + "User": "Standard" + }, + "OSD5_PARAM3_TYPE": { + "Description": "Type of the parameter to be displayed and modified", + "DisplayName": "Parameter type", + "User": "Standard" + }, + "OSD5_PARAM3_X": { + "Description": "Horizontal position on screen", + "DisplayName": "X position", + "Range": { + "high": "29", + "low": "0" + }, + "User": "Standard" + }, + "OSD5_PARAM3_Y": { + "Description": "Vertical position on screen", + "DisplayName": "Y position", + "Range": { + "high": "15", + "low": "0" + }, + "User": "Standard" + } + }, + "OSD5_PARAM4": { + "OSD5_PARAM4_EN": { + "Description": "Enable setting", + "DisplayName": "Enable", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD5_PARAM4_GRP": { + "Description": "Group of the parameter to be displayed and modified", + "DisplayName": "Parameter group", + "User": "Standard" + }, + "OSD5_PARAM4_IDX": { + "Description": "Index of the parameter to be displayed and modified", + "DisplayName": "Parameter index", + "User": "Standard" + }, + "OSD5_PARAM4_INCR": { + "Description": "Increment of the parameter to be displayed and modified", + "DisplayName": "Parameter increment", + "User": "Standard" + }, + "OSD5_PARAM4_KEY": { + "Description": "Key of the parameter to be displayed and modified", + "DisplayName": "Parameter key", + "User": "Standard" + }, + "OSD5_PARAM4_MAX": { + "Description": "Maximum of the parameter to be displayed and modified", + "DisplayName": "Parameter maximum", + "User": "Standard" + }, + "OSD5_PARAM4_MIN": { + "Description": "Minimum value of the parameter to be displayed and modified", + "DisplayName": "Parameter minimum", + "User": "Standard" + }, + "OSD5_PARAM4_TYPE": { + "Description": "Type of the parameter to be displayed and modified", + "DisplayName": "Parameter type", + "User": "Standard" + }, + "OSD5_PARAM4_X": { + "Description": "Horizontal position on screen", + "DisplayName": "X position", + "Range": { + "high": "29", + "low": "0" + }, + "User": "Standard" + }, + "OSD5_PARAM4_Y": { + "Description": "Vertical position on screen", + "DisplayName": "Y position", + "Range": { + "high": "15", + "low": "0" + }, + "User": "Standard" + } + }, + "OSD5_PARAM5": { + "OSD5_PARAM5_EN": { + "Description": "Enable setting", + "DisplayName": "Enable", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD5_PARAM5_GRP": { + "Description": "Group of the parameter to be displayed and modified", + "DisplayName": "Parameter group", + "User": "Standard" + }, + "OSD5_PARAM5_IDX": { + "Description": "Index of the parameter to be displayed and modified", + "DisplayName": "Parameter index", + "User": "Standard" + }, + "OSD5_PARAM5_INCR": { + "Description": "Increment of the parameter to be displayed and modified", + "DisplayName": "Parameter increment", + "User": "Standard" + }, + "OSD5_PARAM5_KEY": { + "Description": "Key of the parameter to be displayed and modified", + "DisplayName": "Parameter key", + "User": "Standard" + }, + "OSD5_PARAM5_MAX": { + "Description": "Maximum of the parameter to be displayed and modified", + "DisplayName": "Parameter maximum", + "User": "Standard" + }, + "OSD5_PARAM5_MIN": { + "Description": "Minimum value of the parameter to be displayed and modified", + "DisplayName": "Parameter minimum", + "User": "Standard" + }, + "OSD5_PARAM5_TYPE": { + "Description": "Type of the parameter to be displayed and modified", + "DisplayName": "Parameter type", + "User": "Standard" + }, + "OSD5_PARAM5_X": { + "Description": "Horizontal position on screen", + "DisplayName": "X position", + "Range": { + "high": "29", + "low": "0" + }, + "User": "Standard" + }, + "OSD5_PARAM5_Y": { + "Description": "Vertical position on screen", + "DisplayName": "Y position", + "Range": { + "high": "15", + "low": "0" + }, + "User": "Standard" + } + }, + "OSD5_PARAM6": { + "OSD5_PARAM6_EN": { + "Description": "Enable setting", + "DisplayName": "Enable", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD5_PARAM6_GRP": { + "Description": "Group of the parameter to be displayed and modified", + "DisplayName": "Parameter group", + "User": "Standard" + }, + "OSD5_PARAM6_IDX": { + "Description": "Index of the parameter to be displayed and modified", + "DisplayName": "Parameter index", + "User": "Standard" + }, + "OSD5_PARAM6_INCR": { + "Description": "Increment of the parameter to be displayed and modified", + "DisplayName": "Parameter increment", + "User": "Standard" + }, + "OSD5_PARAM6_KEY": { + "Description": "Key of the parameter to be displayed and modified", + "DisplayName": "Parameter key", + "User": "Standard" + }, + "OSD5_PARAM6_MAX": { + "Description": "Maximum of the parameter to be displayed and modified", + "DisplayName": "Parameter maximum", + "User": "Standard" + }, + "OSD5_PARAM6_MIN": { + "Description": "Minimum value of the parameter to be displayed and modified", + "DisplayName": "Parameter minimum", + "User": "Standard" + }, + "OSD5_PARAM6_TYPE": { + "Description": "Type of the parameter to be displayed and modified", + "DisplayName": "Parameter type", + "User": "Standard" + }, + "OSD5_PARAM6_X": { + "Description": "Horizontal position on screen", + "DisplayName": "X position", + "Range": { + "high": "29", + "low": "0" + }, + "User": "Standard" + }, + "OSD5_PARAM6_Y": { + "Description": "Vertical position on screen", + "DisplayName": "Y position", + "Range": { + "high": "15", + "low": "0" + }, + "User": "Standard" + } + }, + "OSD5_PARAM7": { + "OSD5_PARAM7_EN": { + "Description": "Enable setting", + "DisplayName": "Enable", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD5_PARAM7_GRP": { + "Description": "Group of the parameter to be displayed and modified", + "DisplayName": "Parameter group", + "User": "Standard" + }, + "OSD5_PARAM7_IDX": { + "Description": "Index of the parameter to be displayed and modified", + "DisplayName": "Parameter index", + "User": "Standard" + }, + "OSD5_PARAM7_INCR": { + "Description": "Increment of the parameter to be displayed and modified", + "DisplayName": "Parameter increment", + "User": "Standard" + }, + "OSD5_PARAM7_KEY": { + "Description": "Key of the parameter to be displayed and modified", + "DisplayName": "Parameter key", + "User": "Standard" + }, + "OSD5_PARAM7_MAX": { + "Description": "Maximum of the parameter to be displayed and modified", + "DisplayName": "Parameter maximum", + "User": "Standard" + }, + "OSD5_PARAM7_MIN": { + "Description": "Minimum value of the parameter to be displayed and modified", + "DisplayName": "Parameter minimum", + "User": "Standard" + }, + "OSD5_PARAM7_TYPE": { + "Description": "Type of the parameter to be displayed and modified", + "DisplayName": "Parameter type", + "User": "Standard" + }, + "OSD5_PARAM7_X": { + "Description": "Horizontal position on screen", + "DisplayName": "X position", + "Range": { + "high": "29", + "low": "0" + }, + "User": "Standard" + }, + "OSD5_PARAM7_Y": { + "Description": "Vertical position on screen", + "DisplayName": "Y position", + "Range": { + "high": "15", + "low": "0" + }, + "User": "Standard" + } + }, + "OSD5_PARAM8": { + "OSD5_PARAM8_EN": { + "Description": "Enable setting", + "DisplayName": "Enable", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD5_PARAM8_GRP": { + "Description": "Group of the parameter to be displayed and modified", + "DisplayName": "Parameter group", + "User": "Standard" + }, + "OSD5_PARAM8_IDX": { + "Description": "Index of the parameter to be displayed and modified", + "DisplayName": "Parameter index", + "User": "Standard" + }, + "OSD5_PARAM8_INCR": { + "Description": "Increment of the parameter to be displayed and modified", + "DisplayName": "Parameter increment", + "User": "Standard" + }, + "OSD5_PARAM8_KEY": { + "Description": "Key of the parameter to be displayed and modified", + "DisplayName": "Parameter key", + "User": "Standard" + }, + "OSD5_PARAM8_MAX": { + "Description": "Maximum of the parameter to be displayed and modified", + "DisplayName": "Parameter maximum", + "User": "Standard" + }, + "OSD5_PARAM8_MIN": { + "Description": "Minimum value of the parameter to be displayed and modified", + "DisplayName": "Parameter minimum", + "User": "Standard" + }, + "OSD5_PARAM8_TYPE": { + "Description": "Type of the parameter to be displayed and modified", + "DisplayName": "Parameter type", + "User": "Standard" + }, + "OSD5_PARAM8_X": { + "Description": "Horizontal position on screen", + "DisplayName": "X position", + "Range": { + "high": "29", + "low": "0" + }, + "User": "Standard" + }, + "OSD5_PARAM8_Y": { + "Description": "Vertical position on screen", + "DisplayName": "Y position", + "Range": { + "high": "15", + "low": "0" + }, + "User": "Standard" + } + }, + "OSD5_PARAM9": { + "OSD5_PARAM9_EN": { + "Description": "Enable setting", + "DisplayName": "Enable", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD5_PARAM9_GRP": { + "Description": "Group of the parameter to be displayed and modified", + "DisplayName": "Parameter group", + "User": "Standard" + }, + "OSD5_PARAM9_IDX": { + "Description": "Index of the parameter to be displayed and modified", + "DisplayName": "Parameter index", + "User": "Standard" + }, + "OSD5_PARAM9_INCR": { + "Description": "Increment of the parameter to be displayed and modified", + "DisplayName": "Parameter increment", + "User": "Standard" + }, + "OSD5_PARAM9_KEY": { + "Description": "Key of the parameter to be displayed and modified", + "DisplayName": "Parameter key", + "User": "Standard" + }, + "OSD5_PARAM9_MAX": { + "Description": "Maximum of the parameter to be displayed and modified", + "DisplayName": "Parameter maximum", + "User": "Standard" + }, + "OSD5_PARAM9_MIN": { + "Description": "Minimum value of the parameter to be displayed and modified", + "DisplayName": "Parameter minimum", + "User": "Standard" + }, + "OSD5_PARAM9_TYPE": { + "Description": "Type of the parameter to be displayed and modified", + "DisplayName": "Parameter type", + "User": "Standard" + }, + "OSD5_PARAM9_X": { + "Description": "Horizontal position on screen", + "DisplayName": "X position", + "Range": { + "high": "29", + "low": "0" + }, + "User": "Standard" + }, + "OSD5_PARAM9_Y": { + "Description": "Vertical position on screen", + "DisplayName": "Y position", + "Range": { + "high": "15", + "low": "0" + }, + "User": "Standard" + } + }, + "OSD6_": { + "OSD6_CHAN_MAX": { + "Description": "This sets the PWM upper limit for this screen", + "DisplayName": "Transmitter switch screen maximum pwm", + "Range": { + "high": "2100", + "low": "900" + }, + "User": "Standard" + }, + "OSD6_CHAN_MIN": { + "Description": "This sets the PWM lower limit for this screen", + "DisplayName": "Transmitter switch screen minimum pwm", + "Range": { + "high": "2100", + "low": "900" + }, + "User": "Standard" + }, + "OSD6_ENABLE": { + "Description": "Enable this screen", + "DisplayName": "Enable screen", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD6_SAVE_X": { + "Description": "Horizontal position of Save button on screen", + "DisplayName": "SAVE_X", + "Range": { + "high": "25", + "low": "0" + }, + "User": "Advanced" + }, + "OSD6_SAVE_Y": { + "Description": "Vertical position of Save button on screen", + "DisplayName": "SAVE_Y", + "Range": { + "high": "15", + "low": "0" + }, + "User": "Advanced" + } + }, + "OSD6_PARAM1": { + "OSD6_PARAM1_EN": { + "Description": "Enable setting", + "DisplayName": "Enable", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD6_PARAM1_GRP": { + "Description": "Group of the parameter to be displayed and modified", + "DisplayName": "Parameter group", + "User": "Standard" + }, + "OSD6_PARAM1_IDX": { + "Description": "Index of the parameter to be displayed and modified", + "DisplayName": "Parameter index", + "User": "Standard" + }, + "OSD6_PARAM1_INCR": { + "Description": "Increment of the parameter to be displayed and modified", + "DisplayName": "Parameter increment", + "User": "Standard" + }, + "OSD6_PARAM1_KEY": { + "Description": "Key of the parameter to be displayed and modified", + "DisplayName": "Parameter key", + "User": "Standard" + }, + "OSD6_PARAM1_MAX": { + "Description": "Maximum of the parameter to be displayed and modified", + "DisplayName": "Parameter maximum", + "User": "Standard" + }, + "OSD6_PARAM1_MIN": { + "Description": "Minimum value of the parameter to be displayed and modified", + "DisplayName": "Parameter minimum", + "User": "Standard" + }, + "OSD6_PARAM1_TYPE": { + "Description": "Type of the parameter to be displayed and modified", + "DisplayName": "Parameter type", + "User": "Standard" + }, + "OSD6_PARAM1_X": { + "Description": "Horizontal position on screen", + "DisplayName": "X position", + "Range": { + "high": "29", + "low": "0" + }, + "User": "Standard" + }, + "OSD6_PARAM1_Y": { + "Description": "Vertical position on screen", + "DisplayName": "Y position", + "Range": { + "high": "15", + "low": "0" + }, + "User": "Standard" + } + }, + "OSD6_PARAM2": { + "OSD6_PARAM2_EN": { + "Description": "Enable setting", + "DisplayName": "Enable", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD6_PARAM2_GRP": { + "Description": "Group of the parameter to be displayed and modified", + "DisplayName": "Parameter group", + "User": "Standard" + }, + "OSD6_PARAM2_IDX": { + "Description": "Index of the parameter to be displayed and modified", + "DisplayName": "Parameter index", + "User": "Standard" + }, + "OSD6_PARAM2_INCR": { + "Description": "Increment of the parameter to be displayed and modified", + "DisplayName": "Parameter increment", + "User": "Standard" + }, + "OSD6_PARAM2_KEY": { + "Description": "Key of the parameter to be displayed and modified", + "DisplayName": "Parameter key", + "User": "Standard" + }, + "OSD6_PARAM2_MAX": { + "Description": "Maximum of the parameter to be displayed and modified", + "DisplayName": "Parameter maximum", + "User": "Standard" + }, + "OSD6_PARAM2_MIN": { + "Description": "Minimum value of the parameter to be displayed and modified", + "DisplayName": "Parameter minimum", + "User": "Standard" + }, + "OSD6_PARAM2_TYPE": { + "Description": "Type of the parameter to be displayed and modified", + "DisplayName": "Parameter type", + "User": "Standard" + }, + "OSD6_PARAM2_X": { + "Description": "Horizontal position on screen", + "DisplayName": "X position", + "Range": { + "high": "29", + "low": "0" + }, + "User": "Standard" + }, + "OSD6_PARAM2_Y": { + "Description": "Vertical position on screen", + "DisplayName": "Y position", + "Range": { + "high": "15", + "low": "0" + }, + "User": "Standard" + } + }, + "OSD6_PARAM3": { + "OSD6_PARAM3_EN": { + "Description": "Enable setting", + "DisplayName": "Enable", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD6_PARAM3_GRP": { + "Description": "Group of the parameter to be displayed and modified", + "DisplayName": "Parameter group", + "User": "Standard" + }, + "OSD6_PARAM3_IDX": { + "Description": "Index of the parameter to be displayed and modified", + "DisplayName": "Parameter index", + "User": "Standard" + }, + "OSD6_PARAM3_INCR": { + "Description": "Increment of the parameter to be displayed and modified", + "DisplayName": "Parameter increment", + "User": "Standard" + }, + "OSD6_PARAM3_KEY": { + "Description": "Key of the parameter to be displayed and modified", + "DisplayName": "Parameter key", + "User": "Standard" + }, + "OSD6_PARAM3_MAX": { + "Description": "Maximum of the parameter to be displayed and modified", + "DisplayName": "Parameter maximum", + "User": "Standard" + }, + "OSD6_PARAM3_MIN": { + "Description": "Minimum value of the parameter to be displayed and modified", + "DisplayName": "Parameter minimum", + "User": "Standard" + }, + "OSD6_PARAM3_TYPE": { + "Description": "Type of the parameter to be displayed and modified", + "DisplayName": "Parameter type", + "User": "Standard" + }, + "OSD6_PARAM3_X": { + "Description": "Horizontal position on screen", + "DisplayName": "X position", + "Range": { + "high": "29", + "low": "0" + }, + "User": "Standard" + }, + "OSD6_PARAM3_Y": { + "Description": "Vertical position on screen", + "DisplayName": "Y position", + "Range": { + "high": "15", + "low": "0" + }, + "User": "Standard" + } + }, + "OSD6_PARAM4": { + "OSD6_PARAM4_EN": { + "Description": "Enable setting", + "DisplayName": "Enable", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD6_PARAM4_GRP": { + "Description": "Group of the parameter to be displayed and modified", + "DisplayName": "Parameter group", + "User": "Standard" + }, + "OSD6_PARAM4_IDX": { + "Description": "Index of the parameter to be displayed and modified", + "DisplayName": "Parameter index", + "User": "Standard" + }, + "OSD6_PARAM4_INCR": { + "Description": "Increment of the parameter to be displayed and modified", + "DisplayName": "Parameter increment", + "User": "Standard" + }, + "OSD6_PARAM4_KEY": { + "Description": "Key of the parameter to be displayed and modified", + "DisplayName": "Parameter key", + "User": "Standard" + }, + "OSD6_PARAM4_MAX": { + "Description": "Maximum of the parameter to be displayed and modified", + "DisplayName": "Parameter maximum", + "User": "Standard" + }, + "OSD6_PARAM4_MIN": { + "Description": "Minimum value of the parameter to be displayed and modified", + "DisplayName": "Parameter minimum", + "User": "Standard" + }, + "OSD6_PARAM4_TYPE": { + "Description": "Type of the parameter to be displayed and modified", + "DisplayName": "Parameter type", + "User": "Standard" + }, + "OSD6_PARAM4_X": { + "Description": "Horizontal position on screen", + "DisplayName": "X position", + "Range": { + "high": "29", + "low": "0" + }, + "User": "Standard" + }, + "OSD6_PARAM4_Y": { + "Description": "Vertical position on screen", + "DisplayName": "Y position", + "Range": { + "high": "15", + "low": "0" + }, + "User": "Standard" + } + }, + "OSD6_PARAM5": { + "OSD6_PARAM5_EN": { + "Description": "Enable setting", + "DisplayName": "Enable", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD6_PARAM5_GRP": { + "Description": "Group of the parameter to be displayed and modified", + "DisplayName": "Parameter group", + "User": "Standard" + }, + "OSD6_PARAM5_IDX": { + "Description": "Index of the parameter to be displayed and modified", + "DisplayName": "Parameter index", + "User": "Standard" + }, + "OSD6_PARAM5_INCR": { + "Description": "Increment of the parameter to be displayed and modified", + "DisplayName": "Parameter increment", + "User": "Standard" + }, + "OSD6_PARAM5_KEY": { + "Description": "Key of the parameter to be displayed and modified", + "DisplayName": "Parameter key", + "User": "Standard" + }, + "OSD6_PARAM5_MAX": { + "Description": "Maximum of the parameter to be displayed and modified", + "DisplayName": "Parameter maximum", + "User": "Standard" + }, + "OSD6_PARAM5_MIN": { + "Description": "Minimum value of the parameter to be displayed and modified", + "DisplayName": "Parameter minimum", + "User": "Standard" + }, + "OSD6_PARAM5_TYPE": { + "Description": "Type of the parameter to be displayed and modified", + "DisplayName": "Parameter type", + "User": "Standard" + }, + "OSD6_PARAM5_X": { + "Description": "Horizontal position on screen", + "DisplayName": "X position", + "Range": { + "high": "29", + "low": "0" + }, + "User": "Standard" + }, + "OSD6_PARAM5_Y": { + "Description": "Vertical position on screen", + "DisplayName": "Y position", + "Range": { + "high": "15", + "low": "0" + }, + "User": "Standard" + } + }, + "OSD6_PARAM6": { + "OSD6_PARAM6_EN": { + "Description": "Enable setting", + "DisplayName": "Enable", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD6_PARAM6_GRP": { + "Description": "Group of the parameter to be displayed and modified", + "DisplayName": "Parameter group", + "User": "Standard" + }, + "OSD6_PARAM6_IDX": { + "Description": "Index of the parameter to be displayed and modified", + "DisplayName": "Parameter index", + "User": "Standard" + }, + "OSD6_PARAM6_INCR": { + "Description": "Increment of the parameter to be displayed and modified", + "DisplayName": "Parameter increment", + "User": "Standard" + }, + "OSD6_PARAM6_KEY": { + "Description": "Key of the parameter to be displayed and modified", + "DisplayName": "Parameter key", + "User": "Standard" + }, + "OSD6_PARAM6_MAX": { + "Description": "Maximum of the parameter to be displayed and modified", + "DisplayName": "Parameter maximum", + "User": "Standard" + }, + "OSD6_PARAM6_MIN": { + "Description": "Minimum value of the parameter to be displayed and modified", + "DisplayName": "Parameter minimum", + "User": "Standard" + }, + "OSD6_PARAM6_TYPE": { + "Description": "Type of the parameter to be displayed and modified", + "DisplayName": "Parameter type", + "User": "Standard" + }, + "OSD6_PARAM6_X": { + "Description": "Horizontal position on screen", + "DisplayName": "X position", + "Range": { + "high": "29", + "low": "0" + }, + "User": "Standard" + }, + "OSD6_PARAM6_Y": { + "Description": "Vertical position on screen", + "DisplayName": "Y position", + "Range": { + "high": "15", + "low": "0" + }, + "User": "Standard" + } + }, + "OSD6_PARAM7": { + "OSD6_PARAM7_EN": { + "Description": "Enable setting", + "DisplayName": "Enable", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD6_PARAM7_GRP": { + "Description": "Group of the parameter to be displayed and modified", + "DisplayName": "Parameter group", + "User": "Standard" + }, + "OSD6_PARAM7_IDX": { + "Description": "Index of the parameter to be displayed and modified", + "DisplayName": "Parameter index", + "User": "Standard" + }, + "OSD6_PARAM7_INCR": { + "Description": "Increment of the parameter to be displayed and modified", + "DisplayName": "Parameter increment", + "User": "Standard" + }, + "OSD6_PARAM7_KEY": { + "Description": "Key of the parameter to be displayed and modified", + "DisplayName": "Parameter key", + "User": "Standard" + }, + "OSD6_PARAM7_MAX": { + "Description": "Maximum of the parameter to be displayed and modified", + "DisplayName": "Parameter maximum", + "User": "Standard" + }, + "OSD6_PARAM7_MIN": { + "Description": "Minimum value of the parameter to be displayed and modified", + "DisplayName": "Parameter minimum", + "User": "Standard" + }, + "OSD6_PARAM7_TYPE": { + "Description": "Type of the parameter to be displayed and modified", + "DisplayName": "Parameter type", + "User": "Standard" + }, + "OSD6_PARAM7_X": { + "Description": "Horizontal position on screen", + "DisplayName": "X position", + "Range": { + "high": "29", + "low": "0" + }, + "User": "Standard" + }, + "OSD6_PARAM7_Y": { + "Description": "Vertical position on screen", + "DisplayName": "Y position", + "Range": { + "high": "15", + "low": "0" + }, + "User": "Standard" + } + }, + "OSD6_PARAM8": { + "OSD6_PARAM8_EN": { + "Description": "Enable setting", + "DisplayName": "Enable", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD6_PARAM8_GRP": { + "Description": "Group of the parameter to be displayed and modified", + "DisplayName": "Parameter group", + "User": "Standard" + }, + "OSD6_PARAM8_IDX": { + "Description": "Index of the parameter to be displayed and modified", + "DisplayName": "Parameter index", + "User": "Standard" + }, + "OSD6_PARAM8_INCR": { + "Description": "Increment of the parameter to be displayed and modified", + "DisplayName": "Parameter increment", + "User": "Standard" + }, + "OSD6_PARAM8_KEY": { + "Description": "Key of the parameter to be displayed and modified", + "DisplayName": "Parameter key", + "User": "Standard" + }, + "OSD6_PARAM8_MAX": { + "Description": "Maximum of the parameter to be displayed and modified", + "DisplayName": "Parameter maximum", + "User": "Standard" + }, + "OSD6_PARAM8_MIN": { + "Description": "Minimum value of the parameter to be displayed and modified", + "DisplayName": "Parameter minimum", + "User": "Standard" + }, + "OSD6_PARAM8_TYPE": { + "Description": "Type of the parameter to be displayed and modified", + "DisplayName": "Parameter type", + "User": "Standard" + }, + "OSD6_PARAM8_X": { + "Description": "Horizontal position on screen", + "DisplayName": "X position", + "Range": { + "high": "29", + "low": "0" + }, + "User": "Standard" + }, + "OSD6_PARAM8_Y": { + "Description": "Vertical position on screen", + "DisplayName": "Y position", + "Range": { + "high": "15", + "low": "0" + }, + "User": "Standard" + } + }, + "OSD6_PARAM9": { + "OSD6_PARAM9_EN": { + "Description": "Enable setting", + "DisplayName": "Enable", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "OSD6_PARAM9_GRP": { + "Description": "Group of the parameter to be displayed and modified", + "DisplayName": "Parameter group", + "User": "Standard" + }, + "OSD6_PARAM9_IDX": { + "Description": "Index of the parameter to be displayed and modified", + "DisplayName": "Parameter index", + "User": "Standard" + }, + "OSD6_PARAM9_INCR": { + "Description": "Increment of the parameter to be displayed and modified", + "DisplayName": "Parameter increment", + "User": "Standard" + }, + "OSD6_PARAM9_KEY": { + "Description": "Key of the parameter to be displayed and modified", + "DisplayName": "Parameter key", + "User": "Standard" + }, + "OSD6_PARAM9_MAX": { + "Description": "Maximum of the parameter to be displayed and modified", + "DisplayName": "Parameter maximum", + "User": "Standard" + }, + "OSD6_PARAM9_MIN": { + "Description": "Minimum value of the parameter to be displayed and modified", + "DisplayName": "Parameter minimum", + "User": "Standard" + }, + "OSD6_PARAM9_TYPE": { + "Description": "Type of the parameter to be displayed and modified", + "DisplayName": "Parameter type", + "User": "Standard" + }, + "OSD6_PARAM9_X": { + "Description": "Horizontal position on screen", + "DisplayName": "X position", + "Range": { + "high": "29", + "low": "0" + }, + "User": "Standard" + }, + "OSD6_PARAM9_Y": { + "Description": "Vertical position on screen", + "DisplayName": "Y position", + "Range": { + "high": "15", + "low": "0" + }, + "User": "Standard" + } + }, + "PLND_": { + "PLND_ACC_P_NSE": { + "Description": "Kalman Filter Accelerometer Noise, higher values weight the input from the camera more, accels less", + "DisplayName": "Kalman Filter Accelerometer Noise", + "Range": { + "high": "5", + "low": "0.5" + }, + "User": "Advanced" + }, + "PLND_ALT_MAX": { + "Description": "Vehicle will continue landing vertically until this height if target is not found. Below this height if landing target is not found, landing retry/failsafe might be attempted. This needs a rangefinder to work. Set to zero to disable this.", + "DisplayName": "PrecLand maximum alt for retry", + "Range": { + "high": "50", + "low": "0" + }, + "Units": "m" + }, + "PLND_ALT_MIN": { + "Description": "Vehicle will continue landing vertically even if target is lost below this height. This needs a rangefinder to work. Set to zero to disable this.", + "DisplayName": "PrecLand minimum alt for retry", + "Range": { + "high": "5", + "low": "0" + }, + "Units": "m" + }, + "PLND_BUS": { + "Description": "Precland sensor bus for I2C sensors.", + "DisplayName": "Sensor Bus", + "User": "Advanced", + "Values": { + "-1": "DefaultBus", + "0": "InternalI2C", + "1": "ExternalI2C" + } + }, + "PLND_CAM_POS_X": { + "Description": "X position of the camera in body frame. Positive X is forward of the origin.", + "DisplayName": "Camera X position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "PLND_CAM_POS_Y": { + "Description": "Y position of the camera in body frame. Positive Y is to the right of the origin.", + "DisplayName": "Camera Y position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "PLND_CAM_POS_Z": { + "Description": "Z position of the camera in body frame. Positive Z is down from the origin.", + "DisplayName": "Camera Z position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "PLND_ENABLED": { + "Description": "Precision Land enabled/disabled", + "DisplayName": "Precision Land enabled/disabled", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "PLND_EST_TYPE": { + "Description": "Specifies the estimation method to be used", + "DisplayName": "Precision Land Estimator Type", + "User": "Advanced", + "Values": { + "0": "RawSensor", + "1": "KalmanFilter" + } + }, + "PLND_LAG": { + "Description": "Precision Landing sensor lag, to cope with variable landing_target latency", + "DisplayName": "Precision Landing sensor lag", + "Increment": "1", + "Range": { + "high": "0.250", + "low": "0.02" + }, + "RebootRequired": "True", + "Units": "s", + "User": "Advanced" + }, + "PLND_LAND_OFS_X": { + "Description": "Desired landing position of the camera forward of the target in vehicle body frame", + "DisplayName": "Land offset forward", + "Increment": "1", + "Range": { + "high": "20", + "low": "-20" + }, + "Units": "cm", + "User": "Advanced" + }, + "PLND_LAND_OFS_Y": { + "Description": "desired landing position of the camera right of the target in vehicle body frame", + "DisplayName": "Land offset right", + "Increment": "1", + "Range": { + "high": "20", + "low": "-20" + }, + "Units": "cm", + "User": "Advanced" + }, + "PLND_OPTIONS": { + "Bitmask": { + "0": "Moving Landing Target", + "1": "Allow Precision Landing after manual reposition", + "2": "Maintain high speed in final descent" + }, + "Description": "Precision Landing Extra Options", + "DisplayName": "Precision Landing Extra Options", + "User": "Advanced" + }, + "PLND_ORIENT": { + "Description": "Orientation of camera/sensor on body", + "DisplayName": "Camera Orientation", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "Forward", + "25": "Down", + "4": "Back" + } + }, + "PLND_RET_BEHAVE": { + "Description": "Prec Land will do the action selected by this parameter if a retry to a landing is needed", + "DisplayName": "PrecLand retry behaviour", + "Values": { + "0": "Go to the last location where landing target was detected", + "1": "Go towards the approximate location of the detected landing target" + } + }, + "PLND_RET_MAX": { + "Description": "PrecLand Maximum number of retires for a failed landing. Set to zero to disable landing retry.", + "DisplayName": "PrecLand Maximum number of retires for a failed landing", + "Increment": "1", + "Range": { + "high": "10", + "low": "0" + } + }, + "PLND_STRICT": { + "Description": "How strictly should the vehicle land on the target if target is lost", + "DisplayName": "PrecLand strictness", + "Values": { + "0": "Land Vertically (Not strict)", + "1": "Retry Landing(Normal Strictness)", + "2": "Do not land (just Hover) (Very Strict)" + } + }, + "PLND_TIMEOUT": { + "Description": "Time for which vehicle continues descend even if target is lost. After this time period, vehicle will attempt a landing retry depending on PLND_STRICT parameter.", + "DisplayName": "PrecLand retry timeout", + "Range": { + "high": "20", + "low": "0" + }, + "Units": "s" + }, + "PLND_TYPE": { + "Description": "Precision Land Type", + "DisplayName": "Precision Land Type", + "User": "Advanced", + "Values": { + "0": "None", + "1": "CompanionComputer", + "2": "IRLock", + "3": "SITL_Gazebo", + "4": "SITL" + } + }, + "PLND_XY_DIST_MAX": { + "Description": "The vehicle will not start descending if the landing target is detected and it is further than this many meters away. Set 0 to always descend.", + "DisplayName": "Precision Landing maximum distance to target before descending", + "Range": { + "high": "10", + "low": "0" + }, + "Units": "m", + "User": "Advanced" + }, + "PLND_YAW_ALIGN": { + "Description": "Yaw angle from body x-axis to sensor x-axis.", + "DisplayName": "Sensor yaw alignment", + "Increment": "10", + "Range": { + "high": "36000", + "low": "0" + }, + "Units": "cdeg", + "User": "Advanced" + } + }, + "PRX": { + "PRX_FILT": { + "Description": "Cutoff frequency for low pass filter applied to each face in the proximity boundary", + "DisplayName": "Proximity filter cutoff frequency", + "Range": { + "high": "20", + "low": "0" + }, + "Units": "Hz", + "User": "Advanced" + }, + "PRX_LOG_RAW": { + "Description": "Set this parameter to one if logging unfiltered(raw) distances from sensor should be enabled", + "DisplayName": "Proximity raw distances log", + "User": "Advanced", + "Values": { + "0": "Off", + "1": "On" + } + } + }, + "PRX1": { + "PRX1_ADDR": { + "Description": "The bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses.", + "DisplayName": "Bus address of sensor", + "Increment": "1", + "Range": { + "high": "127", + "low": "0" + }, + "User": "Standard" + }, + "PRX1_IGN_ANG1": { + "Description": "Proximity sensor ignore angle 1", + "DisplayName": "Proximity sensor ignore angle 1", + "Range": { + "high": "360", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "PRX1_IGN_ANG2": { + "Description": "Proximity sensor ignore angle 2", + "DisplayName": "Proximity sensor ignore angle 2", + "Range": { + "high": "360", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "PRX1_IGN_ANG3": { + "Description": "Proximity sensor ignore angle 3", + "DisplayName": "Proximity sensor ignore angle 3", + "Range": { + "high": "360", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "PRX1_IGN_ANG4": { + "Description": "Proximity sensor ignore angle 4", + "DisplayName": "Proximity sensor ignore angle 4", + "Range": { + "high": "360", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "PRX1_IGN_WID1": { + "Description": "Proximity sensor ignore width 1", + "DisplayName": "Proximity sensor ignore width 1", + "Range": { + "high": "127", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "PRX1_IGN_WID2": { + "Description": "Proximity sensor ignore width 2", + "DisplayName": "Proximity sensor ignore width 2", + "Range": { + "high": "127", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "PRX1_IGN_WID3": { + "Description": "Proximity sensor ignore width 3", + "DisplayName": "Proximity sensor ignore width 3", + "Range": { + "high": "127", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "PRX1_IGN_WID4": { + "Description": "Proximity sensor ignore width 4", + "DisplayName": "Proximity sensor ignore width 4", + "Range": { + "high": "127", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "PRX1_MAX": { + "Description": "Maximum expected range for Proximity Sensor. Setting this to 0 will set value to manufacturer reported range.", + "DisplayName": "Proximity maximum range", + "Range": { + "high": "500", + "low": "0" + }, + "Units": "m", + "User": "Advanced" + }, + "PRX1_MIN": { + "Description": "Minimum expected range for Proximity Sensor. Setting this to 0 will set value to manufacturer reported range.", + "DisplayName": "Proximity minimum range", + "Range": { + "high": "500", + "low": "0" + }, + "Units": "m", + "User": "Advanced" + }, + "PRX1_ORIENT": { + "Description": "Proximity sensor orientation", + "DisplayName": "Proximity sensor orientation", + "User": "Standard", + "Values": { + "0": "Default", + "1": "Upside Down" + } + }, + "PRX1_TYPE": { + "Description": "What type of proximity sensor is connected", + "DisplayName": "Proximity type", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "None", + "10": "SITL", + "12": "AirSimSITL", + "13": "CygbotD1", + "14": "DroneCAN", + "15": "Scripting", + "16": "LD06", + "2": "MAVLink", + "3": "TeraRangerTower", + "4": "RangeFinder", + "5": "RPLidarA2", + "6": "TeraRangerTowerEvo", + "7": "LightwareSF40c", + "8": "LightwareSF45B" + } + }, + "PRX1_YAW_CORR": { + "Description": "Proximity sensor yaw correction", + "DisplayName": "Proximity sensor yaw correction", + "Range": { + "high": "180", + "low": "-180" + }, + "Units": "deg", + "User": "Standard" + } + }, + "PRX2": { + "PRX2_ADDR": { + "Description": "The bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses.", + "DisplayName": "Bus address of sensor", + "Increment": "1", + "Range": { + "high": "127", + "low": "0" + }, + "User": "Standard" + }, + "PRX2_IGN_ANG1": { + "Description": "Proximity sensor ignore angle 1", + "DisplayName": "Proximity sensor ignore angle 1", + "Range": { + "high": "360", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "PRX2_IGN_ANG2": { + "Description": "Proximity sensor ignore angle 2", + "DisplayName": "Proximity sensor ignore angle 2", + "Range": { + "high": "360", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "PRX2_IGN_ANG3": { + "Description": "Proximity sensor ignore angle 3", + "DisplayName": "Proximity sensor ignore angle 3", + "Range": { + "high": "360", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "PRX2_IGN_ANG4": { + "Description": "Proximity sensor ignore angle 4", + "DisplayName": "Proximity sensor ignore angle 4", + "Range": { + "high": "360", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "PRX2_IGN_WID1": { + "Description": "Proximity sensor ignore width 1", + "DisplayName": "Proximity sensor ignore width 1", + "Range": { + "high": "127", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "PRX2_IGN_WID2": { + "Description": "Proximity sensor ignore width 2", + "DisplayName": "Proximity sensor ignore width 2", + "Range": { + "high": "127", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "PRX2_IGN_WID3": { + "Description": "Proximity sensor ignore width 3", + "DisplayName": "Proximity sensor ignore width 3", + "Range": { + "high": "127", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "PRX2_IGN_WID4": { + "Description": "Proximity sensor ignore width 4", + "DisplayName": "Proximity sensor ignore width 4", + "Range": { + "high": "127", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "PRX2_MAX": { + "Description": "Maximum expected range for Proximity Sensor. Setting this to 0 will set value to manufacturer reported range.", + "DisplayName": "Proximity maximum range", + "Range": { + "high": "500", + "low": "0" + }, + "Units": "m", + "User": "Advanced" + }, + "PRX2_MIN": { + "Description": "Minimum expected range for Proximity Sensor. Setting this to 0 will set value to manufacturer reported range.", + "DisplayName": "Proximity minimum range", + "Range": { + "high": "500", + "low": "0" + }, + "Units": "m", + "User": "Advanced" + }, + "PRX2_ORIENT": { + "Description": "Proximity sensor orientation", + "DisplayName": "Proximity sensor orientation", + "User": "Standard", + "Values": { + "0": "Default", + "1": "Upside Down" + } + }, + "PRX2_TYPE": { + "Description": "What type of proximity sensor is connected", + "DisplayName": "Proximity type", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "None", + "10": "SITL", + "12": "AirSimSITL", + "13": "CygbotD1", + "14": "DroneCAN", + "15": "Scripting", + "16": "LD06", + "2": "MAVLink", + "3": "TeraRangerTower", + "4": "RangeFinder", + "5": "RPLidarA2", + "6": "TeraRangerTowerEvo", + "7": "LightwareSF40c", + "8": "LightwareSF45B" + } + }, + "PRX2_YAW_CORR": { + "Description": "Proximity sensor yaw correction", + "DisplayName": "Proximity sensor yaw correction", + "Range": { + "high": "180", + "low": "-180" + }, + "Units": "deg", + "User": "Standard" + } + }, + "PRX3": { + "PRX3_ADDR": { + "Description": "The bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses.", + "DisplayName": "Bus address of sensor", + "Increment": "1", + "Range": { + "high": "127", + "low": "0" + }, + "User": "Standard" + }, + "PRX3_IGN_ANG1": { + "Description": "Proximity sensor ignore angle 1", + "DisplayName": "Proximity sensor ignore angle 1", + "Range": { + "high": "360", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "PRX3_IGN_ANG2": { + "Description": "Proximity sensor ignore angle 2", + "DisplayName": "Proximity sensor ignore angle 2", + "Range": { + "high": "360", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "PRX3_IGN_ANG3": { + "Description": "Proximity sensor ignore angle 3", + "DisplayName": "Proximity sensor ignore angle 3", + "Range": { + "high": "360", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "PRX3_IGN_ANG4": { + "Description": "Proximity sensor ignore angle 4", + "DisplayName": "Proximity sensor ignore angle 4", + "Range": { + "high": "360", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "PRX3_IGN_WID1": { + "Description": "Proximity sensor ignore width 1", + "DisplayName": "Proximity sensor ignore width 1", + "Range": { + "high": "127", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "PRX3_IGN_WID2": { + "Description": "Proximity sensor ignore width 2", + "DisplayName": "Proximity sensor ignore width 2", + "Range": { + "high": "127", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "PRX3_IGN_WID3": { + "Description": "Proximity sensor ignore width 3", + "DisplayName": "Proximity sensor ignore width 3", + "Range": { + "high": "127", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "PRX3_IGN_WID4": { + "Description": "Proximity sensor ignore width 4", + "DisplayName": "Proximity sensor ignore width 4", + "Range": { + "high": "127", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "PRX3_MAX": { + "Description": "Maximum expected range for Proximity Sensor. Setting this to 0 will set value to manufacturer reported range.", + "DisplayName": "Proximity maximum range", + "Range": { + "high": "500", + "low": "0" + }, + "Units": "m", + "User": "Advanced" + }, + "PRX3_MIN": { + "Description": "Minimum expected range for Proximity Sensor. Setting this to 0 will set value to manufacturer reported range.", + "DisplayName": "Proximity minimum range", + "Range": { + "high": "500", + "low": "0" + }, + "Units": "m", + "User": "Advanced" + }, + "PRX3_ORIENT": { + "Description": "Proximity sensor orientation", + "DisplayName": "Proximity sensor orientation", + "User": "Standard", + "Values": { + "0": "Default", + "1": "Upside Down" + } + }, + "PRX3_TYPE": { + "Description": "What type of proximity sensor is connected", + "DisplayName": "Proximity type", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "None", + "10": "SITL", + "12": "AirSimSITL", + "13": "CygbotD1", + "14": "DroneCAN", + "15": "Scripting", + "16": "LD06", + "2": "MAVLink", + "3": "TeraRangerTower", + "4": "RangeFinder", + "5": "RPLidarA2", + "6": "TeraRangerTowerEvo", + "7": "LightwareSF40c", + "8": "LightwareSF45B" + } + }, + "PRX3_YAW_CORR": { + "Description": "Proximity sensor yaw correction", + "DisplayName": "Proximity sensor yaw correction", + "Range": { + "high": "180", + "low": "-180" + }, + "Units": "deg", + "User": "Standard" + } + }, + "PRX4": { + "PRX4_ADDR": { + "Description": "The bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses.", + "DisplayName": "Bus address of sensor", + "Increment": "1", + "Range": { + "high": "127", + "low": "0" + }, + "User": "Standard" + }, + "PRX4_IGN_ANG1": { + "Description": "Proximity sensor ignore angle 1", + "DisplayName": "Proximity sensor ignore angle 1", + "Range": { + "high": "360", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "PRX4_IGN_ANG2": { + "Description": "Proximity sensor ignore angle 2", + "DisplayName": "Proximity sensor ignore angle 2", + "Range": { + "high": "360", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "PRX4_IGN_ANG3": { + "Description": "Proximity sensor ignore angle 3", + "DisplayName": "Proximity sensor ignore angle 3", + "Range": { + "high": "360", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "PRX4_IGN_ANG4": { + "Description": "Proximity sensor ignore angle 4", + "DisplayName": "Proximity sensor ignore angle 4", + "Range": { + "high": "360", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "PRX4_IGN_WID1": { + "Description": "Proximity sensor ignore width 1", + "DisplayName": "Proximity sensor ignore width 1", + "Range": { + "high": "127", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "PRX4_IGN_WID2": { + "Description": "Proximity sensor ignore width 2", + "DisplayName": "Proximity sensor ignore width 2", + "Range": { + "high": "127", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "PRX4_IGN_WID3": { + "Description": "Proximity sensor ignore width 3", + "DisplayName": "Proximity sensor ignore width 3", + "Range": { + "high": "127", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "PRX4_IGN_WID4": { + "Description": "Proximity sensor ignore width 4", + "DisplayName": "Proximity sensor ignore width 4", + "Range": { + "high": "127", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "PRX4_MAX": { + "Description": "Maximum expected range for Proximity Sensor. Setting this to 0 will set value to manufacturer reported range.", + "DisplayName": "Proximity maximum range", + "Range": { + "high": "500", + "low": "0" + }, + "Units": "m", + "User": "Advanced" + }, + "PRX4_MIN": { + "Description": "Minimum expected range for Proximity Sensor. Setting this to 0 will set value to manufacturer reported range.", + "DisplayName": "Proximity minimum range", + "Range": { + "high": "500", + "low": "0" + }, + "Units": "m", + "User": "Advanced" + }, + "PRX4_ORIENT": { + "Description": "Proximity sensor orientation", + "DisplayName": "Proximity sensor orientation", + "User": "Standard", + "Values": { + "0": "Default", + "1": "Upside Down" + } + }, + "PRX4_TYPE": { + "Description": "What type of proximity sensor is connected", + "DisplayName": "Proximity type", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "None", + "10": "SITL", + "12": "AirSimSITL", + "13": "CygbotD1", + "14": "DroneCAN", + "15": "Scripting", + "16": "LD06", + "2": "MAVLink", + "3": "TeraRangerTower", + "4": "RangeFinder", + "5": "RPLidarA2", + "6": "TeraRangerTowerEvo", + "7": "LightwareSF40c", + "8": "LightwareSF45B" + } + }, + "PRX4_YAW_CORR": { + "Description": "Proximity sensor yaw correction", + "DisplayName": "Proximity sensor yaw correction", + "Range": { + "high": "180", + "low": "-180" + }, + "Units": "deg", + "User": "Standard" + } + }, + "PSC": { + "PSC_POS_P": { + "Description": "Position controller P gain. Converts the distance to the target location into a desired speed which is then passed to the loiter latitude rate controller", + "DisplayName": "Position controller P gain", + "Range": { + "high": "2.000", + "low": "0.500" + }, + "User": "Standard" + }, + "PSC_VEL_D": { + "Description": "Velocity (horizontal) D gain. Corrects short-term changes in velocity", + "DisplayName": "Velocity (horizontal) D gain", + "Increment": "0.001", + "Range": { + "high": "1.00", + "low": "0.00" + }, + "User": "Advanced" + }, + "PSC_VEL_FF": { + "Description": "Velocity (horizontal) feed forward gain. Converts the difference between desired velocity to a target acceleration", + "DisplayName": "Velocity (horizontal) feed forward gain", + "Increment": "0.01", + "Range": { + "high": "6", + "low": "0" + }, + "User": "Advanced" + }, + "PSC_VEL_FLTD": { + "Description": "Velocity (horizontal) input filter. This filter (in Hz) is applied to the input for D term", + "DisplayName": "Velocity (horizontal) input filter", + "Range": { + "high": "100", + "low": "0" + }, + "Units": "Hz", + "User": "Advanced" + }, + "PSC_VEL_FLTE": { + "Description": "Velocity (horizontal) input filter. This filter (in Hz) is applied to the input for P and I terms", + "DisplayName": "Velocity (horizontal) input filter", + "Range": { + "high": "100", + "low": "0" + }, + "Units": "Hz", + "User": "Advanced" + }, + "PSC_VEL_I": { + "Description": "Velocity (horizontal) I gain. Corrects long-term difference between desired and actual velocity to a target acceleration", + "DisplayName": "Velocity (horizontal) I gain", + "Increment": "0.01", + "Range": { + "high": "1.00", + "low": "0.00" + }, + "User": "Advanced" + }, + "PSC_VEL_IMAX": { + "Description": "Velocity (horizontal) integrator maximum. Constrains the target acceleration that the I gain will output", + "DisplayName": "Velocity (horizontal) integrator maximum", + "Increment": "10", + "Range": { + "high": "4500", + "low": "0" + }, + "Units": "cm/s/s", + "User": "Advanced" + }, + "PSC_VEL_P": { + "Description": "Velocity (horizontal) P gain. Converts the difference between desired and actual velocity to a target acceleration", + "DisplayName": "Velocity (horizontal) P gain", + "Increment": "0.1", + "Range": { + "high": "6.0", + "low": "0.1" + }, + "User": "Advanced" + } + }, + "RALLY_": { + "RALLY_INCL_HOME": { + "Description": "Controls if Home is included as a Rally point (i.e. as a safe landing place) for RTL", + "DisplayName": "Rally Include Home", + "User": "Standard", + "Values": { + "0": "DoNotIncludeHome", + "1": "IncludeHome" + } + }, + "RALLY_LIMIT_KM": { + "Description": "Maximum distance to rally point. If the closest rally point is more than this number of kilometers from the current position and the home location is closer than any of the rally points from the current position then do RTL to home rather than to the closest rally point. This prevents a leftover rally point from a different airfield being used accidentally. If this is set to 0 then the closest rally point is always used.", + "DisplayName": "Rally Limit", + "Increment": "0.1", + "Units": "km", + "User": "Advanced" + }, + "RALLY_TOTAL": { + "Description": "Number of rally points currently loaded", + "DisplayName": "Rally Total", + "User": "Advanced" + } + }, + "RC": { + "RC_FS_TIMEOUT": { + "Description": "RC failsafe will trigger this many seconds after loss of RC", + "DisplayName": "RC Failsafe timeout", + "Range": { + "high": "10.0", + "low": "0.5" + }, + "Units": "s", + "User": "Standard" + }, + "RC_OPTIONS": { + "Bitmask": { + "0": "Ignore RC Receiver", + "1": "Ignore MAVLink Overrides", + "10": "Enable multiple receiver support", + "11": "Use Link Quality for RSSI with CRSF", + "12": "Annotate CRSF flight mode with * on disarm", + "13": "Use 420kbaud for ELRS protocol", + "2": "Ignore Receiver Failsafe bit but allow other RC failsafes if setup", + "3": "FPort Pad", + "4": "Log RC input bytes", + "5": "Arming check throttle for 0 input", + "6": "Skip the arming check for neutral Roll/Pitch/Yaw sticks", + "7": "Allow Switch reverse", + "8": "Use passthrough for CRSF telemetry", + "9": "Suppress CRSF mode/rate message for ELRS systems" + }, + "Description": "RC input options", + "DisplayName": "RC options", + "User": "Advanced" + }, + "RC_OVERRIDE_TIME": { + "Description": "Timeout after which RC overrides will no longer be used, and RC input will resume, 0 will disable RC overrides, -1 will never timeout, and continue using overrides until they are disabled", + "DisplayName": "RC override timeout", + "Range": { + "high": "120.0", + "low": "0.0" + }, + "Units": "s", + "User": "Advanced" + }, + "RC_PROTOCOLS": { + "Bitmask": { + "0": "All", + "1": "PPM", + "10": "ST24", + "11": "FPORT", + "12": "FPORT2", + "13": "FastSBUS", + "14": "DroneCAN", + "15": "Ghost", + "2": "IBUS", + "3": "SBUS", + "4": "SBUS_NI", + "5": "DSM", + "6": "SUMD", + "7": "SRXL", + "8": "SRXL2", + "9": "CRSF" + }, + "Description": "Bitmask of enabled RC protocols. Allows narrowing the protocol detection to only specific types of RC receivers which can avoid issues with incorrect detection. Set to 1 to enable all protocols.", + "DisplayName": "RC protocols enabled", + "User": "Advanced" + } + }, + "RC10_": { + "RC10_DZ": { + "Description": "PWM dead zone in microseconds around trim or bottom", + "DisplayName": "RC dead-zone", + "Range": { + "high": "200", + "low": "0" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC10_MAX": { + "Description": "RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC max PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC10_MIN": { + "Description": "RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC min PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC10_OPTION": { + "Description": "Function assigned to this RC channel", + "DisplayName": "RC input option", + "User": "Standard", + "Values": { + "0": "Do Nothing", + "100": "KillIMU1", + "101": "KillIMU2", + "102": "Camera Mode Toggle", + "105": "GPS Disable Yaw", + "106": "Disable Airspeed Use", + "11": "Fence Enable", + "110": "KillIMU3", + "112": "SwitchExternalAHRS", + "153": "ArmDisarm (4.2 and higher)", + "155": "Set steering trim to current servo and RC", + "156": "Torqeedo Clear Err", + "16": "AUTO Mode", + "162": "FFT Tune", + "163": "Mount Lock", + "164": "Pause Stream Logging", + "165": "Arm/Emergency Motor Stop", + "166": "Camera Record Video", + "167": "Camera Zoom", + "168": "Camera Manual Focus", + "169": "Camera Auto Focus", + "171": "Calibrate Compasses", + "172": "Battery MPPT Enable", + "174": "Camera Image Tracking", + "175": "Camera Lens", + "19": "Gripper Release", + "201": "Roll", + "202": "Pitch", + "207": "MainSail", + "208": "Flap", + "211": "Walking Height", + "212": "Mount1 Roll", + "213": "Mount1 Pitch", + "214": "Mount1 Yaw", + "215": "Mount2 Roll", + "216": "Mount2 Pitch", + "217": "Mount2 Yaw", + "24": "Auto Mission Reset", + "27": "Retract Mount1", + "28": "Relay1 On/Off", + "30": "Lost Rover Sound", + "300": "Scripting1", + "301": "Scripting2", + "302": "Scripting3", + "303": "Scripting4", + "304": "Scripting5", + "305": "Scripting6", + "306": "Scripting7", + "307": "Scripting8", + "31": "Motor Emergency Stop", + "34": "Relay2 On/Off", + "35": "Relay3 On/Off", + "36": "Relay4 On/Off", + "4": "RTL", + "40": "Proximity Avoidance Enable", + "41": "ArmDisarm (4.1 and lower)", + "42": "SMARTRTL Mode", + "46": "RC Override Enable", + "5": "Save Trim (4.1 and lower)", + "50": "LearnCruise Speed", + "51": "MANUAL Mode", + "52": "ACRO Mode", + "53": "STEERING Mode", + "54": "HOLD Mode", + "55": "GUIDED Mode", + "56": "LOITER Mode", + "57": "FOLLOW Mode", + "58": "Clear Waypoints", + "59": "Simple Mode", + "62": "Compass Learn", + "63": "Sailboat Tack", + "65": "GPS Disable", + "66": "Relay5 On/Off", + "67": "Relay6 On/Off", + "7": "Save WP", + "72": "CIRCLE Mode", + "74": "Sailboat motoring 3pos", + "78": "RunCam Control", + "79": "RunCam OSD Control", + "80": "VisoOdom Align", + "81": "Disarm", + "9": "Camera Trigger", + "90": "EKF Pos Source", + "94": "VTX Power", + "97": "Windvane home heading direction offset" + } + }, + "RC10_REVERSED": { + "Description": "Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.", + "DisplayName": "RC reversed", + "User": "Advanced", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "RC10_TRIM": { + "Description": "RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + } + }, + "RC11_": { + "RC11_DZ": { + "Description": "PWM dead zone in microseconds around trim or bottom", + "DisplayName": "RC dead-zone", + "Range": { + "high": "200", + "low": "0" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC11_MAX": { + "Description": "RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC max PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC11_MIN": { + "Description": "RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC min PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC11_OPTION": { + "Description": "Function assigned to this RC channel", + "DisplayName": "RC input option", + "User": "Standard", + "Values": { + "0": "Do Nothing", + "100": "KillIMU1", + "101": "KillIMU2", + "102": "Camera Mode Toggle", + "105": "GPS Disable Yaw", + "106": "Disable Airspeed Use", + "11": "Fence Enable", + "110": "KillIMU3", + "112": "SwitchExternalAHRS", + "153": "ArmDisarm (4.2 and higher)", + "155": "Set steering trim to current servo and RC", + "156": "Torqeedo Clear Err", + "16": "AUTO Mode", + "162": "FFT Tune", + "163": "Mount Lock", + "164": "Pause Stream Logging", + "165": "Arm/Emergency Motor Stop", + "166": "Camera Record Video", + "167": "Camera Zoom", + "168": "Camera Manual Focus", + "169": "Camera Auto Focus", + "171": "Calibrate Compasses", + "172": "Battery MPPT Enable", + "174": "Camera Image Tracking", + "175": "Camera Lens", + "19": "Gripper Release", + "201": "Roll", + "202": "Pitch", + "207": "MainSail", + "208": "Flap", + "211": "Walking Height", + "212": "Mount1 Roll", + "213": "Mount1 Pitch", + "214": "Mount1 Yaw", + "215": "Mount2 Roll", + "216": "Mount2 Pitch", + "217": "Mount2 Yaw", + "24": "Auto Mission Reset", + "27": "Retract Mount1", + "28": "Relay1 On/Off", + "30": "Lost Rover Sound", + "300": "Scripting1", + "301": "Scripting2", + "302": "Scripting3", + "303": "Scripting4", + "304": "Scripting5", + "305": "Scripting6", + "306": "Scripting7", + "307": "Scripting8", + "31": "Motor Emergency Stop", + "34": "Relay2 On/Off", + "35": "Relay3 On/Off", + "36": "Relay4 On/Off", + "4": "RTL", + "40": "Proximity Avoidance Enable", + "41": "ArmDisarm (4.1 and lower)", + "42": "SMARTRTL Mode", + "46": "RC Override Enable", + "5": "Save Trim (4.1 and lower)", + "50": "LearnCruise Speed", + "51": "MANUAL Mode", + "52": "ACRO Mode", + "53": "STEERING Mode", + "54": "HOLD Mode", + "55": "GUIDED Mode", + "56": "LOITER Mode", + "57": "FOLLOW Mode", + "58": "Clear Waypoints", + "59": "Simple Mode", + "62": "Compass Learn", + "63": "Sailboat Tack", + "65": "GPS Disable", + "66": "Relay5 On/Off", + "67": "Relay6 On/Off", + "7": "Save WP", + "72": "CIRCLE Mode", + "74": "Sailboat motoring 3pos", + "78": "RunCam Control", + "79": "RunCam OSD Control", + "80": "VisoOdom Align", + "81": "Disarm", + "9": "Camera Trigger", + "90": "EKF Pos Source", + "94": "VTX Power", + "97": "Windvane home heading direction offset" + } + }, + "RC11_REVERSED": { + "Description": "Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.", + "DisplayName": "RC reversed", + "User": "Advanced", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "RC11_TRIM": { + "Description": "RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + } + }, + "RC12_": { + "RC12_DZ": { + "Description": "PWM dead zone in microseconds around trim or bottom", + "DisplayName": "RC dead-zone", + "Range": { + "high": "200", + "low": "0" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC12_MAX": { + "Description": "RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC max PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC12_MIN": { + "Description": "RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC min PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC12_OPTION": { + "Description": "Function assigned to this RC channel", + "DisplayName": "RC input option", + "User": "Standard", + "Values": { + "0": "Do Nothing", + "100": "KillIMU1", + "101": "KillIMU2", + "102": "Camera Mode Toggle", + "105": "GPS Disable Yaw", + "106": "Disable Airspeed Use", + "11": "Fence Enable", + "110": "KillIMU3", + "112": "SwitchExternalAHRS", + "153": "ArmDisarm (4.2 and higher)", + "155": "Set steering trim to current servo and RC", + "156": "Torqeedo Clear Err", + "16": "AUTO Mode", + "162": "FFT Tune", + "163": "Mount Lock", + "164": "Pause Stream Logging", + "165": "Arm/Emergency Motor Stop", + "166": "Camera Record Video", + "167": "Camera Zoom", + "168": "Camera Manual Focus", + "169": "Camera Auto Focus", + "171": "Calibrate Compasses", + "172": "Battery MPPT Enable", + "174": "Camera Image Tracking", + "175": "Camera Lens", + "19": "Gripper Release", + "201": "Roll", + "202": "Pitch", + "207": "MainSail", + "208": "Flap", + "211": "Walking Height", + "212": "Mount1 Roll", + "213": "Mount1 Pitch", + "214": "Mount1 Yaw", + "215": "Mount2 Roll", + "216": "Mount2 Pitch", + "217": "Mount2 Yaw", + "24": "Auto Mission Reset", + "27": "Retract Mount1", + "28": "Relay1 On/Off", + "30": "Lost Rover Sound", + "300": "Scripting1", + "301": "Scripting2", + "302": "Scripting3", + "303": "Scripting4", + "304": "Scripting5", + "305": "Scripting6", + "306": "Scripting7", + "307": "Scripting8", + "31": "Motor Emergency Stop", + "34": "Relay2 On/Off", + "35": "Relay3 On/Off", + "36": "Relay4 On/Off", + "4": "RTL", + "40": "Proximity Avoidance Enable", + "41": "ArmDisarm (4.1 and lower)", + "42": "SMARTRTL Mode", + "46": "RC Override Enable", + "5": "Save Trim (4.1 and lower)", + "50": "LearnCruise Speed", + "51": "MANUAL Mode", + "52": "ACRO Mode", + "53": "STEERING Mode", + "54": "HOLD Mode", + "55": "GUIDED Mode", + "56": "LOITER Mode", + "57": "FOLLOW Mode", + "58": "Clear Waypoints", + "59": "Simple Mode", + "62": "Compass Learn", + "63": "Sailboat Tack", + "65": "GPS Disable", + "66": "Relay5 On/Off", + "67": "Relay6 On/Off", + "7": "Save WP", + "72": "CIRCLE Mode", + "74": "Sailboat motoring 3pos", + "78": "RunCam Control", + "79": "RunCam OSD Control", + "80": "VisoOdom Align", + "81": "Disarm", + "9": "Camera Trigger", + "90": "EKF Pos Source", + "94": "VTX Power", + "97": "Windvane home heading direction offset" + } + }, + "RC12_REVERSED": { + "Description": "Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.", + "DisplayName": "RC reversed", + "User": "Advanced", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "RC12_TRIM": { + "Description": "RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + } + }, + "RC13_": { + "RC13_DZ": { + "Description": "PWM dead zone in microseconds around trim or bottom", + "DisplayName": "RC dead-zone", + "Range": { + "high": "200", + "low": "0" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC13_MAX": { + "Description": "RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC max PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC13_MIN": { + "Description": "RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC min PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC13_OPTION": { + "Description": "Function assigned to this RC channel", + "DisplayName": "RC input option", + "User": "Standard", + "Values": { + "0": "Do Nothing", + "100": "KillIMU1", + "101": "KillIMU2", + "102": "Camera Mode Toggle", + "105": "GPS Disable Yaw", + "106": "Disable Airspeed Use", + "11": "Fence Enable", + "110": "KillIMU3", + "112": "SwitchExternalAHRS", + "153": "ArmDisarm (4.2 and higher)", + "155": "Set steering trim to current servo and RC", + "156": "Torqeedo Clear Err", + "16": "AUTO Mode", + "162": "FFT Tune", + "163": "Mount Lock", + "164": "Pause Stream Logging", + "165": "Arm/Emergency Motor Stop", + "166": "Camera Record Video", + "167": "Camera Zoom", + "168": "Camera Manual Focus", + "169": "Camera Auto Focus", + "171": "Calibrate Compasses", + "172": "Battery MPPT Enable", + "174": "Camera Image Tracking", + "175": "Camera Lens", + "19": "Gripper Release", + "201": "Roll", + "202": "Pitch", + "207": "MainSail", + "208": "Flap", + "211": "Walking Height", + "212": "Mount1 Roll", + "213": "Mount1 Pitch", + "214": "Mount1 Yaw", + "215": "Mount2 Roll", + "216": "Mount2 Pitch", + "217": "Mount2 Yaw", + "24": "Auto Mission Reset", + "27": "Retract Mount1", + "28": "Relay1 On/Off", + "30": "Lost Rover Sound", + "300": "Scripting1", + "301": "Scripting2", + "302": "Scripting3", + "303": "Scripting4", + "304": "Scripting5", + "305": "Scripting6", + "306": "Scripting7", + "307": "Scripting8", + "31": "Motor Emergency Stop", + "34": "Relay2 On/Off", + "35": "Relay3 On/Off", + "36": "Relay4 On/Off", + "4": "RTL", + "40": "Proximity Avoidance Enable", + "41": "ArmDisarm (4.1 and lower)", + "42": "SMARTRTL Mode", + "46": "RC Override Enable", + "5": "Save Trim (4.1 and lower)", + "50": "LearnCruise Speed", + "51": "MANUAL Mode", + "52": "ACRO Mode", + "53": "STEERING Mode", + "54": "HOLD Mode", + "55": "GUIDED Mode", + "56": "LOITER Mode", + "57": "FOLLOW Mode", + "58": "Clear Waypoints", + "59": "Simple Mode", + "62": "Compass Learn", + "63": "Sailboat Tack", + "65": "GPS Disable", + "66": "Relay5 On/Off", + "67": "Relay6 On/Off", + "7": "Save WP", + "72": "CIRCLE Mode", + "74": "Sailboat motoring 3pos", + "78": "RunCam Control", + "79": "RunCam OSD Control", + "80": "VisoOdom Align", + "81": "Disarm", + "9": "Camera Trigger", + "90": "EKF Pos Source", + "94": "VTX Power", + "97": "Windvane home heading direction offset" + } + }, + "RC13_REVERSED": { + "Description": "Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.", + "DisplayName": "RC reversed", + "User": "Advanced", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "RC13_TRIM": { + "Description": "RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + } + }, + "RC14_": { + "RC14_DZ": { + "Description": "PWM dead zone in microseconds around trim or bottom", + "DisplayName": "RC dead-zone", + "Range": { + "high": "200", + "low": "0" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC14_MAX": { + "Description": "RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC max PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC14_MIN": { + "Description": "RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC min PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC14_OPTION": { + "Description": "Function assigned to this RC channel", + "DisplayName": "RC input option", + "User": "Standard", + "Values": { + "0": "Do Nothing", + "100": "KillIMU1", + "101": "KillIMU2", + "102": "Camera Mode Toggle", + "105": "GPS Disable Yaw", + "106": "Disable Airspeed Use", + "11": "Fence Enable", + "110": "KillIMU3", + "112": "SwitchExternalAHRS", + "153": "ArmDisarm (4.2 and higher)", + "155": "Set steering trim to current servo and RC", + "156": "Torqeedo Clear Err", + "16": "AUTO Mode", + "162": "FFT Tune", + "163": "Mount Lock", + "164": "Pause Stream Logging", + "165": "Arm/Emergency Motor Stop", + "166": "Camera Record Video", + "167": "Camera Zoom", + "168": "Camera Manual Focus", + "169": "Camera Auto Focus", + "171": "Calibrate Compasses", + "172": "Battery MPPT Enable", + "174": "Camera Image Tracking", + "175": "Camera Lens", + "19": "Gripper Release", + "201": "Roll", + "202": "Pitch", + "207": "MainSail", + "208": "Flap", + "211": "Walking Height", + "212": "Mount1 Roll", + "213": "Mount1 Pitch", + "214": "Mount1 Yaw", + "215": "Mount2 Roll", + "216": "Mount2 Pitch", + "217": "Mount2 Yaw", + "24": "Auto Mission Reset", + "27": "Retract Mount1", + "28": "Relay1 On/Off", + "30": "Lost Rover Sound", + "300": "Scripting1", + "301": "Scripting2", + "302": "Scripting3", + "303": "Scripting4", + "304": "Scripting5", + "305": "Scripting6", + "306": "Scripting7", + "307": "Scripting8", + "31": "Motor Emergency Stop", + "34": "Relay2 On/Off", + "35": "Relay3 On/Off", + "36": "Relay4 On/Off", + "4": "RTL", + "40": "Proximity Avoidance Enable", + "41": "ArmDisarm (4.1 and lower)", + "42": "SMARTRTL Mode", + "46": "RC Override Enable", + "5": "Save Trim (4.1 and lower)", + "50": "LearnCruise Speed", + "51": "MANUAL Mode", + "52": "ACRO Mode", + "53": "STEERING Mode", + "54": "HOLD Mode", + "55": "GUIDED Mode", + "56": "LOITER Mode", + "57": "FOLLOW Mode", + "58": "Clear Waypoints", + "59": "Simple Mode", + "62": "Compass Learn", + "63": "Sailboat Tack", + "65": "GPS Disable", + "66": "Relay5 On/Off", + "67": "Relay6 On/Off", + "7": "Save WP", + "72": "CIRCLE Mode", + "74": "Sailboat motoring 3pos", + "78": "RunCam Control", + "79": "RunCam OSD Control", + "80": "VisoOdom Align", + "81": "Disarm", + "9": "Camera Trigger", + "90": "EKF Pos Source", + "94": "VTX Power", + "97": "Windvane home heading direction offset" + } + }, + "RC14_REVERSED": { + "Description": "Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.", + "DisplayName": "RC reversed", + "User": "Advanced", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "RC14_TRIM": { + "Description": "RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + } + }, + "RC15_": { + "RC15_DZ": { + "Description": "PWM dead zone in microseconds around trim or bottom", + "DisplayName": "RC dead-zone", + "Range": { + "high": "200", + "low": "0" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC15_MAX": { + "Description": "RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC max PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC15_MIN": { + "Description": "RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC min PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC15_OPTION": { + "Description": "Function assigned to this RC channel", + "DisplayName": "RC input option", + "User": "Standard", + "Values": { + "0": "Do Nothing", + "100": "KillIMU1", + "101": "KillIMU2", + "102": "Camera Mode Toggle", + "105": "GPS Disable Yaw", + "106": "Disable Airspeed Use", + "11": "Fence Enable", + "110": "KillIMU3", + "112": "SwitchExternalAHRS", + "153": "ArmDisarm (4.2 and higher)", + "155": "Set steering trim to current servo and RC", + "156": "Torqeedo Clear Err", + "16": "AUTO Mode", + "162": "FFT Tune", + "163": "Mount Lock", + "164": "Pause Stream Logging", + "165": "Arm/Emergency Motor Stop", + "166": "Camera Record Video", + "167": "Camera Zoom", + "168": "Camera Manual Focus", + "169": "Camera Auto Focus", + "171": "Calibrate Compasses", + "172": "Battery MPPT Enable", + "174": "Camera Image Tracking", + "175": "Camera Lens", + "19": "Gripper Release", + "201": "Roll", + "202": "Pitch", + "207": "MainSail", + "208": "Flap", + "211": "Walking Height", + "212": "Mount1 Roll", + "213": "Mount1 Pitch", + "214": "Mount1 Yaw", + "215": "Mount2 Roll", + "216": "Mount2 Pitch", + "217": "Mount2 Yaw", + "24": "Auto Mission Reset", + "27": "Retract Mount1", + "28": "Relay1 On/Off", + "30": "Lost Rover Sound", + "300": "Scripting1", + "301": "Scripting2", + "302": "Scripting3", + "303": "Scripting4", + "304": "Scripting5", + "305": "Scripting6", + "306": "Scripting7", + "307": "Scripting8", + "31": "Motor Emergency Stop", + "34": "Relay2 On/Off", + "35": "Relay3 On/Off", + "36": "Relay4 On/Off", + "4": "RTL", + "40": "Proximity Avoidance Enable", + "41": "ArmDisarm (4.1 and lower)", + "42": "SMARTRTL Mode", + "46": "RC Override Enable", + "5": "Save Trim (4.1 and lower)", + "50": "LearnCruise Speed", + "51": "MANUAL Mode", + "52": "ACRO Mode", + "53": "STEERING Mode", + "54": "HOLD Mode", + "55": "GUIDED Mode", + "56": "LOITER Mode", + "57": "FOLLOW Mode", + "58": "Clear Waypoints", + "59": "Simple Mode", + "62": "Compass Learn", + "63": "Sailboat Tack", + "65": "GPS Disable", + "66": "Relay5 On/Off", + "67": "Relay6 On/Off", + "7": "Save WP", + "72": "CIRCLE Mode", + "74": "Sailboat motoring 3pos", + "78": "RunCam Control", + "79": "RunCam OSD Control", + "80": "VisoOdom Align", + "81": "Disarm", + "9": "Camera Trigger", + "90": "EKF Pos Source", + "94": "VTX Power", + "97": "Windvane home heading direction offset" + } + }, + "RC15_REVERSED": { + "Description": "Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.", + "DisplayName": "RC reversed", + "User": "Advanced", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "RC15_TRIM": { + "Description": "RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + } + }, + "RC16_": { + "RC16_DZ": { + "Description": "PWM dead zone in microseconds around trim or bottom", + "DisplayName": "RC dead-zone", + "Range": { + "high": "200", + "low": "0" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC16_MAX": { + "Description": "RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC max PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC16_MIN": { + "Description": "RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC min PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC16_OPTION": { + "Description": "Function assigned to this RC channel", + "DisplayName": "RC input option", + "User": "Standard", + "Values": { + "0": "Do Nothing", + "100": "KillIMU1", + "101": "KillIMU2", + "102": "Camera Mode Toggle", + "105": "GPS Disable Yaw", + "106": "Disable Airspeed Use", + "11": "Fence Enable", + "110": "KillIMU3", + "112": "SwitchExternalAHRS", + "153": "ArmDisarm (4.2 and higher)", + "155": "Set steering trim to current servo and RC", + "156": "Torqeedo Clear Err", + "16": "AUTO Mode", + "162": "FFT Tune", + "163": "Mount Lock", + "164": "Pause Stream Logging", + "165": "Arm/Emergency Motor Stop", + "166": "Camera Record Video", + "167": "Camera Zoom", + "168": "Camera Manual Focus", + "169": "Camera Auto Focus", + "171": "Calibrate Compasses", + "172": "Battery MPPT Enable", + "174": "Camera Image Tracking", + "175": "Camera Lens", + "19": "Gripper Release", + "201": "Roll", + "202": "Pitch", + "207": "MainSail", + "208": "Flap", + "211": "Walking Height", + "212": "Mount1 Roll", + "213": "Mount1 Pitch", + "214": "Mount1 Yaw", + "215": "Mount2 Roll", + "216": "Mount2 Pitch", + "217": "Mount2 Yaw", + "24": "Auto Mission Reset", + "27": "Retract Mount1", + "28": "Relay1 On/Off", + "30": "Lost Rover Sound", + "300": "Scripting1", + "301": "Scripting2", + "302": "Scripting3", + "303": "Scripting4", + "304": "Scripting5", + "305": "Scripting6", + "306": "Scripting7", + "307": "Scripting8", + "31": "Motor Emergency Stop", + "34": "Relay2 On/Off", + "35": "Relay3 On/Off", + "36": "Relay4 On/Off", + "4": "RTL", + "40": "Proximity Avoidance Enable", + "41": "ArmDisarm (4.1 and lower)", + "42": "SMARTRTL Mode", + "46": "RC Override Enable", + "5": "Save Trim (4.1 and lower)", + "50": "LearnCruise Speed", + "51": "MANUAL Mode", + "52": "ACRO Mode", + "53": "STEERING Mode", + "54": "HOLD Mode", + "55": "GUIDED Mode", + "56": "LOITER Mode", + "57": "FOLLOW Mode", + "58": "Clear Waypoints", + "59": "Simple Mode", + "62": "Compass Learn", + "63": "Sailboat Tack", + "65": "GPS Disable", + "66": "Relay5 On/Off", + "67": "Relay6 On/Off", + "7": "Save WP", + "72": "CIRCLE Mode", + "74": "Sailboat motoring 3pos", + "78": "RunCam Control", + "79": "RunCam OSD Control", + "80": "VisoOdom Align", + "81": "Disarm", + "9": "Camera Trigger", + "90": "EKF Pos Source", + "94": "VTX Power", + "97": "Windvane home heading direction offset" + } + }, + "RC16_REVERSED": { + "Description": "Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.", + "DisplayName": "RC reversed", + "User": "Advanced", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "RC16_TRIM": { + "Description": "RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + } + }, + "RC1_": { + "RC1_DZ": { + "Description": "PWM dead zone in microseconds around trim or bottom", + "DisplayName": "RC dead-zone", + "Range": { + "high": "200", + "low": "0" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC1_MAX": { + "Description": "RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC max PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC1_MIN": { + "Description": "RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC min PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC1_OPTION": { + "Description": "Function assigned to this RC channel", + "DisplayName": "RC input option", + "User": "Standard", + "Values": { + "0": "Do Nothing", + "100": "KillIMU1", + "101": "KillIMU2", + "102": "Camera Mode Toggle", + "105": "GPS Disable Yaw", + "106": "Disable Airspeed Use", + "11": "Fence Enable", + "110": "KillIMU3", + "112": "SwitchExternalAHRS", + "153": "ArmDisarm (4.2 and higher)", + "155": "Set steering trim to current servo and RC", + "156": "Torqeedo Clear Err", + "16": "AUTO Mode", + "162": "FFT Tune", + "163": "Mount Lock", + "164": "Pause Stream Logging", + "165": "Arm/Emergency Motor Stop", + "166": "Camera Record Video", + "167": "Camera Zoom", + "168": "Camera Manual Focus", + "169": "Camera Auto Focus", + "171": "Calibrate Compasses", + "172": "Battery MPPT Enable", + "174": "Camera Image Tracking", + "175": "Camera Lens", + "19": "Gripper Release", + "201": "Roll", + "202": "Pitch", + "207": "MainSail", + "208": "Flap", + "211": "Walking Height", + "212": "Mount1 Roll", + "213": "Mount1 Pitch", + "214": "Mount1 Yaw", + "215": "Mount2 Roll", + "216": "Mount2 Pitch", + "217": "Mount2 Yaw", + "24": "Auto Mission Reset", + "27": "Retract Mount1", + "28": "Relay1 On/Off", + "30": "Lost Rover Sound", + "300": "Scripting1", + "301": "Scripting2", + "302": "Scripting3", + "303": "Scripting4", + "304": "Scripting5", + "305": "Scripting6", + "306": "Scripting7", + "307": "Scripting8", + "31": "Motor Emergency Stop", + "34": "Relay2 On/Off", + "35": "Relay3 On/Off", + "36": "Relay4 On/Off", + "4": "RTL", + "40": "Proximity Avoidance Enable", + "41": "ArmDisarm (4.1 and lower)", + "42": "SMARTRTL Mode", + "46": "RC Override Enable", + "5": "Save Trim (4.1 and lower)", + "50": "LearnCruise Speed", + "51": "MANUAL Mode", + "52": "ACRO Mode", + "53": "STEERING Mode", + "54": "HOLD Mode", + "55": "GUIDED Mode", + "56": "LOITER Mode", + "57": "FOLLOW Mode", + "58": "Clear Waypoints", + "59": "Simple Mode", + "62": "Compass Learn", + "63": "Sailboat Tack", + "65": "GPS Disable", + "66": "Relay5 On/Off", + "67": "Relay6 On/Off", + "7": "Save WP", + "72": "CIRCLE Mode", + "74": "Sailboat motoring 3pos", + "78": "RunCam Control", + "79": "RunCam OSD Control", + "80": "VisoOdom Align", + "81": "Disarm", + "9": "Camera Trigger", + "90": "EKF Pos Source", + "94": "VTX Power", + "97": "Windvane home heading direction offset" + } + }, + "RC1_REVERSED": { + "Description": "Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.", + "DisplayName": "RC reversed", + "User": "Advanced", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "RC1_TRIM": { + "Description": "RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + } + }, + "RC2_": { + "RC2_DZ": { + "Description": "PWM dead zone in microseconds around trim or bottom", + "DisplayName": "RC dead-zone", + "Range": { + "high": "200", + "low": "0" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC2_MAX": { + "Description": "RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC max PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC2_MIN": { + "Description": "RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC min PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC2_OPTION": { + "Description": "Function assigned to this RC channel", + "DisplayName": "RC input option", + "User": "Standard", + "Values": { + "0": "Do Nothing", + "100": "KillIMU1", + "101": "KillIMU2", + "102": "Camera Mode Toggle", + "105": "GPS Disable Yaw", + "106": "Disable Airspeed Use", + "11": "Fence Enable", + "110": "KillIMU3", + "112": "SwitchExternalAHRS", + "153": "ArmDisarm (4.2 and higher)", + "155": "Set steering trim to current servo and RC", + "156": "Torqeedo Clear Err", + "16": "AUTO Mode", + "162": "FFT Tune", + "163": "Mount Lock", + "164": "Pause Stream Logging", + "165": "Arm/Emergency Motor Stop", + "166": "Camera Record Video", + "167": "Camera Zoom", + "168": "Camera Manual Focus", + "169": "Camera Auto Focus", + "171": "Calibrate Compasses", + "172": "Battery MPPT Enable", + "174": "Camera Image Tracking", + "175": "Camera Lens", + "19": "Gripper Release", + "201": "Roll", + "202": "Pitch", + "207": "MainSail", + "208": "Flap", + "211": "Walking Height", + "212": "Mount1 Roll", + "213": "Mount1 Pitch", + "214": "Mount1 Yaw", + "215": "Mount2 Roll", + "216": "Mount2 Pitch", + "217": "Mount2 Yaw", + "24": "Auto Mission Reset", + "27": "Retract Mount1", + "28": "Relay1 On/Off", + "30": "Lost Rover Sound", + "300": "Scripting1", + "301": "Scripting2", + "302": "Scripting3", + "303": "Scripting4", + "304": "Scripting5", + "305": "Scripting6", + "306": "Scripting7", + "307": "Scripting8", + "31": "Motor Emergency Stop", + "34": "Relay2 On/Off", + "35": "Relay3 On/Off", + "36": "Relay4 On/Off", + "4": "RTL", + "40": "Proximity Avoidance Enable", + "41": "ArmDisarm (4.1 and lower)", + "42": "SMARTRTL Mode", + "46": "RC Override Enable", + "5": "Save Trim (4.1 and lower)", + "50": "LearnCruise Speed", + "51": "MANUAL Mode", + "52": "ACRO Mode", + "53": "STEERING Mode", + "54": "HOLD Mode", + "55": "GUIDED Mode", + "56": "LOITER Mode", + "57": "FOLLOW Mode", + "58": "Clear Waypoints", + "59": "Simple Mode", + "62": "Compass Learn", + "63": "Sailboat Tack", + "65": "GPS Disable", + "66": "Relay5 On/Off", + "67": "Relay6 On/Off", + "7": "Save WP", + "72": "CIRCLE Mode", + "74": "Sailboat motoring 3pos", + "78": "RunCam Control", + "79": "RunCam OSD Control", + "80": "VisoOdom Align", + "81": "Disarm", + "9": "Camera Trigger", + "90": "EKF Pos Source", + "94": "VTX Power", + "97": "Windvane home heading direction offset" + } + }, + "RC2_REVERSED": { + "Description": "Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.", + "DisplayName": "RC reversed", + "User": "Advanced", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "RC2_TRIM": { + "Description": "RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + } + }, + "RC3_": { + "RC3_DZ": { + "Description": "PWM dead zone in microseconds around trim or bottom", + "DisplayName": "RC dead-zone", + "Range": { + "high": "200", + "low": "0" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC3_MAX": { + "Description": "RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC max PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC3_MIN": { + "Description": "RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC min PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC3_OPTION": { + "Description": "Function assigned to this RC channel", + "DisplayName": "RC input option", + "User": "Standard", + "Values": { + "0": "Do Nothing", + "100": "KillIMU1", + "101": "KillIMU2", + "102": "Camera Mode Toggle", + "105": "GPS Disable Yaw", + "106": "Disable Airspeed Use", + "11": "Fence Enable", + "110": "KillIMU3", + "112": "SwitchExternalAHRS", + "153": "ArmDisarm (4.2 and higher)", + "155": "Set steering trim to current servo and RC", + "156": "Torqeedo Clear Err", + "16": "AUTO Mode", + "162": "FFT Tune", + "163": "Mount Lock", + "164": "Pause Stream Logging", + "165": "Arm/Emergency Motor Stop", + "166": "Camera Record Video", + "167": "Camera Zoom", + "168": "Camera Manual Focus", + "169": "Camera Auto Focus", + "171": "Calibrate Compasses", + "172": "Battery MPPT Enable", + "174": "Camera Image Tracking", + "175": "Camera Lens", + "19": "Gripper Release", + "201": "Roll", + "202": "Pitch", + "207": "MainSail", + "208": "Flap", + "211": "Walking Height", + "212": "Mount1 Roll", + "213": "Mount1 Pitch", + "214": "Mount1 Yaw", + "215": "Mount2 Roll", + "216": "Mount2 Pitch", + "217": "Mount2 Yaw", + "24": "Auto Mission Reset", + "27": "Retract Mount1", + "28": "Relay1 On/Off", + "30": "Lost Rover Sound", + "300": "Scripting1", + "301": "Scripting2", + "302": "Scripting3", + "303": "Scripting4", + "304": "Scripting5", + "305": "Scripting6", + "306": "Scripting7", + "307": "Scripting8", + "31": "Motor Emergency Stop", + "34": "Relay2 On/Off", + "35": "Relay3 On/Off", + "36": "Relay4 On/Off", + "4": "RTL", + "40": "Proximity Avoidance Enable", + "41": "ArmDisarm (4.1 and lower)", + "42": "SMARTRTL Mode", + "46": "RC Override Enable", + "5": "Save Trim (4.1 and lower)", + "50": "LearnCruise Speed", + "51": "MANUAL Mode", + "52": "ACRO Mode", + "53": "STEERING Mode", + "54": "HOLD Mode", + "55": "GUIDED Mode", + "56": "LOITER Mode", + "57": "FOLLOW Mode", + "58": "Clear Waypoints", + "59": "Simple Mode", + "62": "Compass Learn", + "63": "Sailboat Tack", + "65": "GPS Disable", + "66": "Relay5 On/Off", + "67": "Relay6 On/Off", + "7": "Save WP", + "72": "CIRCLE Mode", + "74": "Sailboat motoring 3pos", + "78": "RunCam Control", + "79": "RunCam OSD Control", + "80": "VisoOdom Align", + "81": "Disarm", + "9": "Camera Trigger", + "90": "EKF Pos Source", + "94": "VTX Power", + "97": "Windvane home heading direction offset" + } + }, + "RC3_REVERSED": { + "Description": "Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.", + "DisplayName": "RC reversed", + "User": "Advanced", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "RC3_TRIM": { + "Description": "RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + } + }, + "RC4_": { + "RC4_DZ": { + "Description": "PWM dead zone in microseconds around trim or bottom", + "DisplayName": "RC dead-zone", + "Range": { + "high": "200", + "low": "0" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC4_MAX": { + "Description": "RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC max PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC4_MIN": { + "Description": "RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC min PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC4_OPTION": { + "Description": "Function assigned to this RC channel", + "DisplayName": "RC input option", + "User": "Standard", + "Values": { + "0": "Do Nothing", + "100": "KillIMU1", + "101": "KillIMU2", + "102": "Camera Mode Toggle", + "105": "GPS Disable Yaw", + "106": "Disable Airspeed Use", + "11": "Fence Enable", + "110": "KillIMU3", + "112": "SwitchExternalAHRS", + "153": "ArmDisarm (4.2 and higher)", + "155": "Set steering trim to current servo and RC", + "156": "Torqeedo Clear Err", + "16": "AUTO Mode", + "162": "FFT Tune", + "163": "Mount Lock", + "164": "Pause Stream Logging", + "165": "Arm/Emergency Motor Stop", + "166": "Camera Record Video", + "167": "Camera Zoom", + "168": "Camera Manual Focus", + "169": "Camera Auto Focus", + "171": "Calibrate Compasses", + "172": "Battery MPPT Enable", + "174": "Camera Image Tracking", + "175": "Camera Lens", + "19": "Gripper Release", + "201": "Roll", + "202": "Pitch", + "207": "MainSail", + "208": "Flap", + "211": "Walking Height", + "212": "Mount1 Roll", + "213": "Mount1 Pitch", + "214": "Mount1 Yaw", + "215": "Mount2 Roll", + "216": "Mount2 Pitch", + "217": "Mount2 Yaw", + "24": "Auto Mission Reset", + "27": "Retract Mount1", + "28": "Relay1 On/Off", + "30": "Lost Rover Sound", + "300": "Scripting1", + "301": "Scripting2", + "302": "Scripting3", + "303": "Scripting4", + "304": "Scripting5", + "305": "Scripting6", + "306": "Scripting7", + "307": "Scripting8", + "31": "Motor Emergency Stop", + "34": "Relay2 On/Off", + "35": "Relay3 On/Off", + "36": "Relay4 On/Off", + "4": "RTL", + "40": "Proximity Avoidance Enable", + "41": "ArmDisarm (4.1 and lower)", + "42": "SMARTRTL Mode", + "46": "RC Override Enable", + "5": "Save Trim (4.1 and lower)", + "50": "LearnCruise Speed", + "51": "MANUAL Mode", + "52": "ACRO Mode", + "53": "STEERING Mode", + "54": "HOLD Mode", + "55": "GUIDED Mode", + "56": "LOITER Mode", + "57": "FOLLOW Mode", + "58": "Clear Waypoints", + "59": "Simple Mode", + "62": "Compass Learn", + "63": "Sailboat Tack", + "65": "GPS Disable", + "66": "Relay5 On/Off", + "67": "Relay6 On/Off", + "7": "Save WP", + "72": "CIRCLE Mode", + "74": "Sailboat motoring 3pos", + "78": "RunCam Control", + "79": "RunCam OSD Control", + "80": "VisoOdom Align", + "81": "Disarm", + "9": "Camera Trigger", + "90": "EKF Pos Source", + "94": "VTX Power", + "97": "Windvane home heading direction offset" + } + }, + "RC4_REVERSED": { + "Description": "Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.", + "DisplayName": "RC reversed", + "User": "Advanced", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "RC4_TRIM": { + "Description": "RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + } + }, + "RC5_": { + "RC5_DZ": { + "Description": "PWM dead zone in microseconds around trim or bottom", + "DisplayName": "RC dead-zone", + "Range": { + "high": "200", + "low": "0" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC5_MAX": { + "Description": "RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC max PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC5_MIN": { + "Description": "RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC min PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC5_OPTION": { + "Description": "Function assigned to this RC channel", + "DisplayName": "RC input option", + "User": "Standard", + "Values": { + "0": "Do Nothing", + "100": "KillIMU1", + "101": "KillIMU2", + "102": "Camera Mode Toggle", + "105": "GPS Disable Yaw", + "106": "Disable Airspeed Use", + "11": "Fence Enable", + "110": "KillIMU3", + "112": "SwitchExternalAHRS", + "153": "ArmDisarm (4.2 and higher)", + "155": "Set steering trim to current servo and RC", + "156": "Torqeedo Clear Err", + "16": "AUTO Mode", + "162": "FFT Tune", + "163": "Mount Lock", + "164": "Pause Stream Logging", + "165": "Arm/Emergency Motor Stop", + "166": "Camera Record Video", + "167": "Camera Zoom", + "168": "Camera Manual Focus", + "169": "Camera Auto Focus", + "171": "Calibrate Compasses", + "172": "Battery MPPT Enable", + "174": "Camera Image Tracking", + "175": "Camera Lens", + "19": "Gripper Release", + "201": "Roll", + "202": "Pitch", + "207": "MainSail", + "208": "Flap", + "211": "Walking Height", + "212": "Mount1 Roll", + "213": "Mount1 Pitch", + "214": "Mount1 Yaw", + "215": "Mount2 Roll", + "216": "Mount2 Pitch", + "217": "Mount2 Yaw", + "24": "Auto Mission Reset", + "27": "Retract Mount1", + "28": "Relay1 On/Off", + "30": "Lost Rover Sound", + "300": "Scripting1", + "301": "Scripting2", + "302": "Scripting3", + "303": "Scripting4", + "304": "Scripting5", + "305": "Scripting6", + "306": "Scripting7", + "307": "Scripting8", + "31": "Motor Emergency Stop", + "34": "Relay2 On/Off", + "35": "Relay3 On/Off", + "36": "Relay4 On/Off", + "4": "RTL", + "40": "Proximity Avoidance Enable", + "41": "ArmDisarm (4.1 and lower)", + "42": "SMARTRTL Mode", + "46": "RC Override Enable", + "5": "Save Trim (4.1 and lower)", + "50": "LearnCruise Speed", + "51": "MANUAL Mode", + "52": "ACRO Mode", + "53": "STEERING Mode", + "54": "HOLD Mode", + "55": "GUIDED Mode", + "56": "LOITER Mode", + "57": "FOLLOW Mode", + "58": "Clear Waypoints", + "59": "Simple Mode", + "62": "Compass Learn", + "63": "Sailboat Tack", + "65": "GPS Disable", + "66": "Relay5 On/Off", + "67": "Relay6 On/Off", + "7": "Save WP", + "72": "CIRCLE Mode", + "74": "Sailboat motoring 3pos", + "78": "RunCam Control", + "79": "RunCam OSD Control", + "80": "VisoOdom Align", + "81": "Disarm", + "9": "Camera Trigger", + "90": "EKF Pos Source", + "94": "VTX Power", + "97": "Windvane home heading direction offset" + } + }, + "RC5_REVERSED": { + "Description": "Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.", + "DisplayName": "RC reversed", + "User": "Advanced", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "RC5_TRIM": { + "Description": "RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + } + }, + "RC6_": { + "RC6_DZ": { + "Description": "PWM dead zone in microseconds around trim or bottom", + "DisplayName": "RC dead-zone", + "Range": { + "high": "200", + "low": "0" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC6_MAX": { + "Description": "RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC max PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC6_MIN": { + "Description": "RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC min PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC6_OPTION": { + "Description": "Function assigned to this RC channel", + "DisplayName": "RC input option", + "User": "Standard", + "Values": { + "0": "Do Nothing", + "100": "KillIMU1", + "101": "KillIMU2", + "102": "Camera Mode Toggle", + "105": "GPS Disable Yaw", + "106": "Disable Airspeed Use", + "11": "Fence Enable", + "110": "KillIMU3", + "112": "SwitchExternalAHRS", + "153": "ArmDisarm (4.2 and higher)", + "155": "Set steering trim to current servo and RC", + "156": "Torqeedo Clear Err", + "16": "AUTO Mode", + "162": "FFT Tune", + "163": "Mount Lock", + "164": "Pause Stream Logging", + "165": "Arm/Emergency Motor Stop", + "166": "Camera Record Video", + "167": "Camera Zoom", + "168": "Camera Manual Focus", + "169": "Camera Auto Focus", + "171": "Calibrate Compasses", + "172": "Battery MPPT Enable", + "174": "Camera Image Tracking", + "175": "Camera Lens", + "19": "Gripper Release", + "201": "Roll", + "202": "Pitch", + "207": "MainSail", + "208": "Flap", + "211": "Walking Height", + "212": "Mount1 Roll", + "213": "Mount1 Pitch", + "214": "Mount1 Yaw", + "215": "Mount2 Roll", + "216": "Mount2 Pitch", + "217": "Mount2 Yaw", + "24": "Auto Mission Reset", + "27": "Retract Mount1", + "28": "Relay1 On/Off", + "30": "Lost Rover Sound", + "300": "Scripting1", + "301": "Scripting2", + "302": "Scripting3", + "303": "Scripting4", + "304": "Scripting5", + "305": "Scripting6", + "306": "Scripting7", + "307": "Scripting8", + "31": "Motor Emergency Stop", + "34": "Relay2 On/Off", + "35": "Relay3 On/Off", + "36": "Relay4 On/Off", + "4": "RTL", + "40": "Proximity Avoidance Enable", + "41": "ArmDisarm (4.1 and lower)", + "42": "SMARTRTL Mode", + "46": "RC Override Enable", + "5": "Save Trim (4.1 and lower)", + "50": "LearnCruise Speed", + "51": "MANUAL Mode", + "52": "ACRO Mode", + "53": "STEERING Mode", + "54": "HOLD Mode", + "55": "GUIDED Mode", + "56": "LOITER Mode", + "57": "FOLLOW Mode", + "58": "Clear Waypoints", + "59": "Simple Mode", + "62": "Compass Learn", + "63": "Sailboat Tack", + "65": "GPS Disable", + "66": "Relay5 On/Off", + "67": "Relay6 On/Off", + "7": "Save WP", + "72": "CIRCLE Mode", + "74": "Sailboat motoring 3pos", + "78": "RunCam Control", + "79": "RunCam OSD Control", + "80": "VisoOdom Align", + "81": "Disarm", + "9": "Camera Trigger", + "90": "EKF Pos Source", + "94": "VTX Power", + "97": "Windvane home heading direction offset" + } + }, + "RC6_REVERSED": { + "Description": "Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.", + "DisplayName": "RC reversed", + "User": "Advanced", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "RC6_TRIM": { + "Description": "RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + } + }, + "RC7_": { + "RC7_DZ": { + "Description": "PWM dead zone in microseconds around trim or bottom", + "DisplayName": "RC dead-zone", + "Range": { + "high": "200", + "low": "0" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC7_MAX": { + "Description": "RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC max PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC7_MIN": { + "Description": "RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC min PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC7_OPTION": { + "Description": "Function assigned to this RC channel", + "DisplayName": "RC input option", + "User": "Standard", + "Values": { + "0": "Do Nothing", + "100": "KillIMU1", + "101": "KillIMU2", + "102": "Camera Mode Toggle", + "105": "GPS Disable Yaw", + "106": "Disable Airspeed Use", + "11": "Fence Enable", + "110": "KillIMU3", + "112": "SwitchExternalAHRS", + "153": "ArmDisarm (4.2 and higher)", + "155": "Set steering trim to current servo and RC", + "156": "Torqeedo Clear Err", + "16": "AUTO Mode", + "162": "FFT Tune", + "163": "Mount Lock", + "164": "Pause Stream Logging", + "165": "Arm/Emergency Motor Stop", + "166": "Camera Record Video", + "167": "Camera Zoom", + "168": "Camera Manual Focus", + "169": "Camera Auto Focus", + "171": "Calibrate Compasses", + "172": "Battery MPPT Enable", + "174": "Camera Image Tracking", + "175": "Camera Lens", + "19": "Gripper Release", + "201": "Roll", + "202": "Pitch", + "207": "MainSail", + "208": "Flap", + "211": "Walking Height", + "212": "Mount1 Roll", + "213": "Mount1 Pitch", + "214": "Mount1 Yaw", + "215": "Mount2 Roll", + "216": "Mount2 Pitch", + "217": "Mount2 Yaw", + "24": "Auto Mission Reset", + "27": "Retract Mount1", + "28": "Relay1 On/Off", + "30": "Lost Rover Sound", + "300": "Scripting1", + "301": "Scripting2", + "302": "Scripting3", + "303": "Scripting4", + "304": "Scripting5", + "305": "Scripting6", + "306": "Scripting7", + "307": "Scripting8", + "31": "Motor Emergency Stop", + "34": "Relay2 On/Off", + "35": "Relay3 On/Off", + "36": "Relay4 On/Off", + "4": "RTL", + "40": "Proximity Avoidance Enable", + "41": "ArmDisarm (4.1 and lower)", + "42": "SMARTRTL Mode", + "46": "RC Override Enable", + "5": "Save Trim (4.1 and lower)", + "50": "LearnCruise Speed", + "51": "MANUAL Mode", + "52": "ACRO Mode", + "53": "STEERING Mode", + "54": "HOLD Mode", + "55": "GUIDED Mode", + "56": "LOITER Mode", + "57": "FOLLOW Mode", + "58": "Clear Waypoints", + "59": "Simple Mode", + "62": "Compass Learn", + "63": "Sailboat Tack", + "65": "GPS Disable", + "66": "Relay5 On/Off", + "67": "Relay6 On/Off", + "7": "Save WP", + "72": "CIRCLE Mode", + "74": "Sailboat motoring 3pos", + "78": "RunCam Control", + "79": "RunCam OSD Control", + "80": "VisoOdom Align", + "81": "Disarm", + "9": "Camera Trigger", + "90": "EKF Pos Source", + "94": "VTX Power", + "97": "Windvane home heading direction offset" + } + }, + "RC7_REVERSED": { + "Description": "Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.", + "DisplayName": "RC reversed", + "User": "Advanced", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "RC7_TRIM": { + "Description": "RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + } + }, + "RC8_": { + "RC8_DZ": { + "Description": "PWM dead zone in microseconds around trim or bottom", + "DisplayName": "RC dead-zone", + "Range": { + "high": "200", + "low": "0" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC8_MAX": { + "Description": "RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC max PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC8_MIN": { + "Description": "RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC min PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC8_OPTION": { + "Description": "Function assigned to this RC channel", + "DisplayName": "RC input option", + "User": "Standard", + "Values": { + "0": "Do Nothing", + "100": "KillIMU1", + "101": "KillIMU2", + "102": "Camera Mode Toggle", + "105": "GPS Disable Yaw", + "106": "Disable Airspeed Use", + "11": "Fence Enable", + "110": "KillIMU3", + "112": "SwitchExternalAHRS", + "153": "ArmDisarm (4.2 and higher)", + "155": "Set steering trim to current servo and RC", + "156": "Torqeedo Clear Err", + "16": "AUTO Mode", + "162": "FFT Tune", + "163": "Mount Lock", + "164": "Pause Stream Logging", + "165": "Arm/Emergency Motor Stop", + "166": "Camera Record Video", + "167": "Camera Zoom", + "168": "Camera Manual Focus", + "169": "Camera Auto Focus", + "171": "Calibrate Compasses", + "172": "Battery MPPT Enable", + "174": "Camera Image Tracking", + "175": "Camera Lens", + "19": "Gripper Release", + "201": "Roll", + "202": "Pitch", + "207": "MainSail", + "208": "Flap", + "211": "Walking Height", + "212": "Mount1 Roll", + "213": "Mount1 Pitch", + "214": "Mount1 Yaw", + "215": "Mount2 Roll", + "216": "Mount2 Pitch", + "217": "Mount2 Yaw", + "24": "Auto Mission Reset", + "27": "Retract Mount1", + "28": "Relay1 On/Off", + "30": "Lost Rover Sound", + "300": "Scripting1", + "301": "Scripting2", + "302": "Scripting3", + "303": "Scripting4", + "304": "Scripting5", + "305": "Scripting6", + "306": "Scripting7", + "307": "Scripting8", + "31": "Motor Emergency Stop", + "34": "Relay2 On/Off", + "35": "Relay3 On/Off", + "36": "Relay4 On/Off", + "4": "RTL", + "40": "Proximity Avoidance Enable", + "41": "ArmDisarm (4.1 and lower)", + "42": "SMARTRTL Mode", + "46": "RC Override Enable", + "5": "Save Trim (4.1 and lower)", + "50": "LearnCruise Speed", + "51": "MANUAL Mode", + "52": "ACRO Mode", + "53": "STEERING Mode", + "54": "HOLD Mode", + "55": "GUIDED Mode", + "56": "LOITER Mode", + "57": "FOLLOW Mode", + "58": "Clear Waypoints", + "59": "Simple Mode", + "62": "Compass Learn", + "63": "Sailboat Tack", + "65": "GPS Disable", + "66": "Relay5 On/Off", + "67": "Relay6 On/Off", + "7": "Save WP", + "72": "CIRCLE Mode", + "74": "Sailboat motoring 3pos", + "78": "RunCam Control", + "79": "RunCam OSD Control", + "80": "VisoOdom Align", + "81": "Disarm", + "9": "Camera Trigger", + "90": "EKF Pos Source", + "94": "VTX Power", + "97": "Windvane home heading direction offset" + } + }, + "RC8_REVERSED": { + "Description": "Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.", + "DisplayName": "RC reversed", + "User": "Advanced", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "RC8_TRIM": { + "Description": "RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + } + }, + "RC9_": { + "RC9_DZ": { + "Description": "PWM dead zone in microseconds around trim or bottom", + "DisplayName": "RC dead-zone", + "Range": { + "high": "200", + "low": "0" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC9_MAX": { + "Description": "RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC max PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC9_MIN": { + "Description": "RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC min PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + }, + "RC9_OPTION": { + "Description": "Function assigned to this RC channel", + "DisplayName": "RC input option", + "User": "Standard", + "Values": { + "0": "Do Nothing", + "100": "KillIMU1", + "101": "KillIMU2", + "102": "Camera Mode Toggle", + "105": "GPS Disable Yaw", + "106": "Disable Airspeed Use", + "11": "Fence Enable", + "110": "KillIMU3", + "112": "SwitchExternalAHRS", + "153": "ArmDisarm (4.2 and higher)", + "155": "Set steering trim to current servo and RC", + "156": "Torqeedo Clear Err", + "16": "AUTO Mode", + "162": "FFT Tune", + "163": "Mount Lock", + "164": "Pause Stream Logging", + "165": "Arm/Emergency Motor Stop", + "166": "Camera Record Video", + "167": "Camera Zoom", + "168": "Camera Manual Focus", + "169": "Camera Auto Focus", + "171": "Calibrate Compasses", + "172": "Battery MPPT Enable", + "174": "Camera Image Tracking", + "175": "Camera Lens", + "19": "Gripper Release", + "201": "Roll", + "202": "Pitch", + "207": "MainSail", + "208": "Flap", + "211": "Walking Height", + "212": "Mount1 Roll", + "213": "Mount1 Pitch", + "214": "Mount1 Yaw", + "215": "Mount2 Roll", + "216": "Mount2 Pitch", + "217": "Mount2 Yaw", + "24": "Auto Mission Reset", + "27": "Retract Mount1", + "28": "Relay1 On/Off", + "30": "Lost Rover Sound", + "300": "Scripting1", + "301": "Scripting2", + "302": "Scripting3", + "303": "Scripting4", + "304": "Scripting5", + "305": "Scripting6", + "306": "Scripting7", + "307": "Scripting8", + "31": "Motor Emergency Stop", + "34": "Relay2 On/Off", + "35": "Relay3 On/Off", + "36": "Relay4 On/Off", + "4": "RTL", + "40": "Proximity Avoidance Enable", + "41": "ArmDisarm (4.1 and lower)", + "42": "SMARTRTL Mode", + "46": "RC Override Enable", + "5": "Save Trim (4.1 and lower)", + "50": "LearnCruise Speed", + "51": "MANUAL Mode", + "52": "ACRO Mode", + "53": "STEERING Mode", + "54": "HOLD Mode", + "55": "GUIDED Mode", + "56": "LOITER Mode", + "57": "FOLLOW Mode", + "58": "Clear Waypoints", + "59": "Simple Mode", + "62": "Compass Learn", + "63": "Sailboat Tack", + "65": "GPS Disable", + "66": "Relay5 On/Off", + "67": "Relay6 On/Off", + "7": "Save WP", + "72": "CIRCLE Mode", + "74": "Sailboat motoring 3pos", + "78": "RunCam Control", + "79": "RunCam OSD Control", + "80": "VisoOdom Align", + "81": "Disarm", + "9": "Camera Trigger", + "90": "EKF Pos Source", + "94": "VTX Power", + "97": "Windvane home heading direction offset" + } + }, + "RC9_REVERSED": { + "Description": "Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.", + "DisplayName": "RC reversed", + "User": "Advanced", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "RC9_TRIM": { + "Description": "RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "RC trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Advanced" + } + }, + "RCMAP_": { + "RCMAP_PITCH": { + "Description": "Pitch channel number. This is useful when you have a RC transmitter that can't change the channel order easily. Pitch is normally on channel 2, but you can move it to any channel with this parameter. Reboot is required for changes to take effect.", + "DisplayName": "Pitch channel", + "Increment": "1", + "Range": { + "high": "16", + "low": "1" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "RCMAP_ROLL": { + "Description": "Roll channel number. This is useful when you have a RC transmitter that can't change the channel order easily. Roll is normally on channel 1, but you can move it to any channel with this parameter. Reboot is required for changes to take effect.", + "DisplayName": "Roll channel", + "Increment": "1", + "Range": { + "high": "16", + "low": "1" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "RCMAP_THROTTLE": { + "Description": "Throttle channel number. This is useful when you have a RC transmitter that can't change the channel order easily. Throttle is normally on channel 3, but you can move it to any channel with this parameter. Reboot is required for changes to take effect.", + "DisplayName": "Throttle channel", + "Increment": "1", + "Range": { + "high": "16", + "low": "1" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "RCMAP_YAW": { + "Description": "Yaw channel number. This is useful when you have a RC transmitter that can't change the channel order easily. Yaw (also known as rudder) is normally on channel 4, but you can move it to any channel with this parameter. Reboot is required for changes to take effect.", + "DisplayName": "Yaw channel", + "Increment": "1", + "Range": { + "high": "16", + "low": "1" + }, + "RebootRequired": "True", + "User": "Advanced" + } + }, + "RELAY10_": { + "RELAY10_DEFAULT": { + "Description": "Should the relay default to on or off, this only applies to RELAYx_FUNC \"Relay\" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters.", + "DisplayName": "Relay default state", + "User": "Standard", + "Values": { + "0": "Off", + "1": "On", + "2": "NoChange" + } + }, + "RELAY10_FUNCTION": { + "Description": "The function the relay channel is mapped to.", + "DisplayName": "Relay function", + "Values": { + "0": "None", + "1": "Relay", + "4": "Camera", + "5": "Bushed motor reverse 1 throttle or throttle-left or omni motor 1", + "6": "Bushed motor reverse 2 throttle-right or omni motor 2", + "7": "Bushed motor reverse 3 omni motor 3", + "8": "Bushed motor reverse 4 omni motor 4" + } + }, + "RELAY10_PIN": { + "Description": "Digital pin number for relay control. Some common values are given, but see the Wiki's \"GPIOs\" page for how to determine the pin number for a given autopilot.", + "DisplayName": "Relay pin", + "User": "Standard", + "Values": { + "-1": "Disabled", + "1000": "DroneCAN Hardpoint ID 0", + "1001": "DroneCAN Hardpoint ID 1", + "1002": "DroneCAN Hardpoint ID 2", + "1003": "DroneCAN Hardpoint ID 3", + "1004": "DroneCAN Hardpoint ID 4", + "1005": "DroneCAN Hardpoint ID 5", + "1006": "DroneCAN Hardpoint ID 6", + "1007": "DroneCAN Hardpoint ID 7", + "1008": "DroneCAN Hardpoint ID 8", + "1009": "DroneCAN Hardpoint ID 9", + "101": "MainOut1", + "1010": "DroneCAN Hardpoint ID 10", + "1011": "DroneCAN Hardpoint ID 11", + "1012": "DroneCAN Hardpoint ID 12", + "1013": "DroneCAN Hardpoint ID 13", + "1014": "DroneCAN Hardpoint ID 14", + "1015": "DroneCAN Hardpoint ID 15", + "102": "MainOut2", + "103": "MainOut3", + "104": "MainOut4", + "105": "MainOut5", + "106": "MainOut6", + "107": "MainOut7", + "108": "MainOut8", + "113": "BB Blue GP0 pin 6", + "116": "BB Blue GP0 pin 5", + "49": "BB Blue GP0 pin 4", + "50": "AUXOUT1", + "51": "AUXOUT2", + "52": "AUXOUT3", + "53": "AUXOUT4", + "54": "AUXOUT5", + "55": "AUXOUT6", + "57": "BB Blue GP0 pin 3", + "62": "BBBMini Pin P8.13" + } + } + }, + "RELAY11_": { + "RELAY11_DEFAULT": { + "Description": "Should the relay default to on or off, this only applies to RELAYx_FUNC \"Relay\" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters.", + "DisplayName": "Relay default state", + "User": "Standard", + "Values": { + "0": "Off", + "1": "On", + "2": "NoChange" + } + }, + "RELAY11_FUNCTION": { + "Description": "The function the relay channel is mapped to.", + "DisplayName": "Relay function", + "Values": { + "0": "None", + "1": "Relay", + "4": "Camera", + "5": "Bushed motor reverse 1 throttle or throttle-left or omni motor 1", + "6": "Bushed motor reverse 2 throttle-right or omni motor 2", + "7": "Bushed motor reverse 3 omni motor 3", + "8": "Bushed motor reverse 4 omni motor 4" + } + }, + "RELAY11_PIN": { + "Description": "Digital pin number for relay control. Some common values are given, but see the Wiki's \"GPIOs\" page for how to determine the pin number for a given autopilot.", + "DisplayName": "Relay pin", + "User": "Standard", + "Values": { + "-1": "Disabled", + "1000": "DroneCAN Hardpoint ID 0", + "1001": "DroneCAN Hardpoint ID 1", + "1002": "DroneCAN Hardpoint ID 2", + "1003": "DroneCAN Hardpoint ID 3", + "1004": "DroneCAN Hardpoint ID 4", + "1005": "DroneCAN Hardpoint ID 5", + "1006": "DroneCAN Hardpoint ID 6", + "1007": "DroneCAN Hardpoint ID 7", + "1008": "DroneCAN Hardpoint ID 8", + "1009": "DroneCAN Hardpoint ID 9", + "101": "MainOut1", + "1010": "DroneCAN Hardpoint ID 10", + "1011": "DroneCAN Hardpoint ID 11", + "1012": "DroneCAN Hardpoint ID 12", + "1013": "DroneCAN Hardpoint ID 13", + "1014": "DroneCAN Hardpoint ID 14", + "1015": "DroneCAN Hardpoint ID 15", + "102": "MainOut2", + "103": "MainOut3", + "104": "MainOut4", + "105": "MainOut5", + "106": "MainOut6", + "107": "MainOut7", + "108": "MainOut8", + "113": "BB Blue GP0 pin 6", + "116": "BB Blue GP0 pin 5", + "49": "BB Blue GP0 pin 4", + "50": "AUXOUT1", + "51": "AUXOUT2", + "52": "AUXOUT3", + "53": "AUXOUT4", + "54": "AUXOUT5", + "55": "AUXOUT6", + "57": "BB Blue GP0 pin 3", + "62": "BBBMini Pin P8.13" + } + } + }, + "RELAY12_": { + "RELAY12_DEFAULT": { + "Description": "Should the relay default to on or off, this only applies to RELAYx_FUNC \"Relay\" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters.", + "DisplayName": "Relay default state", + "User": "Standard", + "Values": { + "0": "Off", + "1": "On", + "2": "NoChange" + } + }, + "RELAY12_FUNCTION": { + "Description": "The function the relay channel is mapped to.", + "DisplayName": "Relay function", + "Values": { + "0": "None", + "1": "Relay", + "4": "Camera", + "5": "Bushed motor reverse 1 throttle or throttle-left or omni motor 1", + "6": "Bushed motor reverse 2 throttle-right or omni motor 2", + "7": "Bushed motor reverse 3 omni motor 3", + "8": "Bushed motor reverse 4 omni motor 4" + } + }, + "RELAY12_PIN": { + "Description": "Digital pin number for relay control. Some common values are given, but see the Wiki's \"GPIOs\" page for how to determine the pin number for a given autopilot.", + "DisplayName": "Relay pin", + "User": "Standard", + "Values": { + "-1": "Disabled", + "1000": "DroneCAN Hardpoint ID 0", + "1001": "DroneCAN Hardpoint ID 1", + "1002": "DroneCAN Hardpoint ID 2", + "1003": "DroneCAN Hardpoint ID 3", + "1004": "DroneCAN Hardpoint ID 4", + "1005": "DroneCAN Hardpoint ID 5", + "1006": "DroneCAN Hardpoint ID 6", + "1007": "DroneCAN Hardpoint ID 7", + "1008": "DroneCAN Hardpoint ID 8", + "1009": "DroneCAN Hardpoint ID 9", + "101": "MainOut1", + "1010": "DroneCAN Hardpoint ID 10", + "1011": "DroneCAN Hardpoint ID 11", + "1012": "DroneCAN Hardpoint ID 12", + "1013": "DroneCAN Hardpoint ID 13", + "1014": "DroneCAN Hardpoint ID 14", + "1015": "DroneCAN Hardpoint ID 15", + "102": "MainOut2", + "103": "MainOut3", + "104": "MainOut4", + "105": "MainOut5", + "106": "MainOut6", + "107": "MainOut7", + "108": "MainOut8", + "113": "BB Blue GP0 pin 6", + "116": "BB Blue GP0 pin 5", + "49": "BB Blue GP0 pin 4", + "50": "AUXOUT1", + "51": "AUXOUT2", + "52": "AUXOUT3", + "53": "AUXOUT4", + "54": "AUXOUT5", + "55": "AUXOUT6", + "57": "BB Blue GP0 pin 3", + "62": "BBBMini Pin P8.13" + } + } + }, + "RELAY13_": { + "RELAY13_DEFAULT": { + "Description": "Should the relay default to on or off, this only applies to RELAYx_FUNC \"Relay\" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters.", + "DisplayName": "Relay default state", + "User": "Standard", + "Values": { + "0": "Off", + "1": "On", + "2": "NoChange" + } + }, + "RELAY13_FUNCTION": { + "Description": "The function the relay channel is mapped to.", + "DisplayName": "Relay function", + "Values": { + "0": "None", + "1": "Relay", + "4": "Camera", + "5": "Bushed motor reverse 1 throttle or throttle-left or omni motor 1", + "6": "Bushed motor reverse 2 throttle-right or omni motor 2", + "7": "Bushed motor reverse 3 omni motor 3", + "8": "Bushed motor reverse 4 omni motor 4" + } + }, + "RELAY13_PIN": { + "Description": "Digital pin number for relay control. Some common values are given, but see the Wiki's \"GPIOs\" page for how to determine the pin number for a given autopilot.", + "DisplayName": "Relay pin", + "User": "Standard", + "Values": { + "-1": "Disabled", + "1000": "DroneCAN Hardpoint ID 0", + "1001": "DroneCAN Hardpoint ID 1", + "1002": "DroneCAN Hardpoint ID 2", + "1003": "DroneCAN Hardpoint ID 3", + "1004": "DroneCAN Hardpoint ID 4", + "1005": "DroneCAN Hardpoint ID 5", + "1006": "DroneCAN Hardpoint ID 6", + "1007": "DroneCAN Hardpoint ID 7", + "1008": "DroneCAN Hardpoint ID 8", + "1009": "DroneCAN Hardpoint ID 9", + "101": "MainOut1", + "1010": "DroneCAN Hardpoint ID 10", + "1011": "DroneCAN Hardpoint ID 11", + "1012": "DroneCAN Hardpoint ID 12", + "1013": "DroneCAN Hardpoint ID 13", + "1014": "DroneCAN Hardpoint ID 14", + "1015": "DroneCAN Hardpoint ID 15", + "102": "MainOut2", + "103": "MainOut3", + "104": "MainOut4", + "105": "MainOut5", + "106": "MainOut6", + "107": "MainOut7", + "108": "MainOut8", + "113": "BB Blue GP0 pin 6", + "116": "BB Blue GP0 pin 5", + "49": "BB Blue GP0 pin 4", + "50": "AUXOUT1", + "51": "AUXOUT2", + "52": "AUXOUT3", + "53": "AUXOUT4", + "54": "AUXOUT5", + "55": "AUXOUT6", + "57": "BB Blue GP0 pin 3", + "62": "BBBMini Pin P8.13" + } + } + }, + "RELAY14_": { + "RELAY14_DEFAULT": { + "Description": "Should the relay default to on or off, this only applies to RELAYx_FUNC \"Relay\" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters.", + "DisplayName": "Relay default state", + "User": "Standard", + "Values": { + "0": "Off", + "1": "On", + "2": "NoChange" + } + }, + "RELAY14_FUNCTION": { + "Description": "The function the relay channel is mapped to.", + "DisplayName": "Relay function", + "Values": { + "0": "None", + "1": "Relay", + "4": "Camera", + "5": "Bushed motor reverse 1 throttle or throttle-left or omni motor 1", + "6": "Bushed motor reverse 2 throttle-right or omni motor 2", + "7": "Bushed motor reverse 3 omni motor 3", + "8": "Bushed motor reverse 4 omni motor 4" + } + }, + "RELAY14_PIN": { + "Description": "Digital pin number for relay control. Some common values are given, but see the Wiki's \"GPIOs\" page for how to determine the pin number for a given autopilot.", + "DisplayName": "Relay pin", + "User": "Standard", + "Values": { + "-1": "Disabled", + "1000": "DroneCAN Hardpoint ID 0", + "1001": "DroneCAN Hardpoint ID 1", + "1002": "DroneCAN Hardpoint ID 2", + "1003": "DroneCAN Hardpoint ID 3", + "1004": "DroneCAN Hardpoint ID 4", + "1005": "DroneCAN Hardpoint ID 5", + "1006": "DroneCAN Hardpoint ID 6", + "1007": "DroneCAN Hardpoint ID 7", + "1008": "DroneCAN Hardpoint ID 8", + "1009": "DroneCAN Hardpoint ID 9", + "101": "MainOut1", + "1010": "DroneCAN Hardpoint ID 10", + "1011": "DroneCAN Hardpoint ID 11", + "1012": "DroneCAN Hardpoint ID 12", + "1013": "DroneCAN Hardpoint ID 13", + "1014": "DroneCAN Hardpoint ID 14", + "1015": "DroneCAN Hardpoint ID 15", + "102": "MainOut2", + "103": "MainOut3", + "104": "MainOut4", + "105": "MainOut5", + "106": "MainOut6", + "107": "MainOut7", + "108": "MainOut8", + "113": "BB Blue GP0 pin 6", + "116": "BB Blue GP0 pin 5", + "49": "BB Blue GP0 pin 4", + "50": "AUXOUT1", + "51": "AUXOUT2", + "52": "AUXOUT3", + "53": "AUXOUT4", + "54": "AUXOUT5", + "55": "AUXOUT6", + "57": "BB Blue GP0 pin 3", + "62": "BBBMini Pin P8.13" + } + } + }, + "RELAY15_": { + "RELAY15_DEFAULT": { + "Description": "Should the relay default to on or off, this only applies to RELAYx_FUNC \"Relay\" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters.", + "DisplayName": "Relay default state", + "User": "Standard", + "Values": { + "0": "Off", + "1": "On", + "2": "NoChange" + } + }, + "RELAY15_FUNCTION": { + "Description": "The function the relay channel is mapped to.", + "DisplayName": "Relay function", + "Values": { + "0": "None", + "1": "Relay", + "4": "Camera", + "5": "Bushed motor reverse 1 throttle or throttle-left or omni motor 1", + "6": "Bushed motor reverse 2 throttle-right or omni motor 2", + "7": "Bushed motor reverse 3 omni motor 3", + "8": "Bushed motor reverse 4 omni motor 4" + } + }, + "RELAY15_PIN": { + "Description": "Digital pin number for relay control. Some common values are given, but see the Wiki's \"GPIOs\" page for how to determine the pin number for a given autopilot.", + "DisplayName": "Relay pin", + "User": "Standard", + "Values": { + "-1": "Disabled", + "1000": "DroneCAN Hardpoint ID 0", + "1001": "DroneCAN Hardpoint ID 1", + "1002": "DroneCAN Hardpoint ID 2", + "1003": "DroneCAN Hardpoint ID 3", + "1004": "DroneCAN Hardpoint ID 4", + "1005": "DroneCAN Hardpoint ID 5", + "1006": "DroneCAN Hardpoint ID 6", + "1007": "DroneCAN Hardpoint ID 7", + "1008": "DroneCAN Hardpoint ID 8", + "1009": "DroneCAN Hardpoint ID 9", + "101": "MainOut1", + "1010": "DroneCAN Hardpoint ID 10", + "1011": "DroneCAN Hardpoint ID 11", + "1012": "DroneCAN Hardpoint ID 12", + "1013": "DroneCAN Hardpoint ID 13", + "1014": "DroneCAN Hardpoint ID 14", + "1015": "DroneCAN Hardpoint ID 15", + "102": "MainOut2", + "103": "MainOut3", + "104": "MainOut4", + "105": "MainOut5", + "106": "MainOut6", + "107": "MainOut7", + "108": "MainOut8", + "113": "BB Blue GP0 pin 6", + "116": "BB Blue GP0 pin 5", + "49": "BB Blue GP0 pin 4", + "50": "AUXOUT1", + "51": "AUXOUT2", + "52": "AUXOUT3", + "53": "AUXOUT4", + "54": "AUXOUT5", + "55": "AUXOUT6", + "57": "BB Blue GP0 pin 3", + "62": "BBBMini Pin P8.13" + } + } + }, + "RELAY16_": { + "RELAY16_DEFAULT": { + "Description": "Should the relay default to on or off, this only applies to RELAYx_FUNC \"Relay\" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters.", + "DisplayName": "Relay default state", + "User": "Standard", + "Values": { + "0": "Off", + "1": "On", + "2": "NoChange" + } + }, + "RELAY16_FUNCTION": { + "Description": "The function the relay channel is mapped to.", + "DisplayName": "Relay function", + "Values": { + "0": "None", + "1": "Relay", + "4": "Camera", + "5": "Bushed motor reverse 1 throttle or throttle-left or omni motor 1", + "6": "Bushed motor reverse 2 throttle-right or omni motor 2", + "7": "Bushed motor reverse 3 omni motor 3", + "8": "Bushed motor reverse 4 omni motor 4" + } + }, + "RELAY16_PIN": { + "Description": "Digital pin number for relay control. Some common values are given, but see the Wiki's \"GPIOs\" page for how to determine the pin number for a given autopilot.", + "DisplayName": "Relay pin", + "User": "Standard", + "Values": { + "-1": "Disabled", + "1000": "DroneCAN Hardpoint ID 0", + "1001": "DroneCAN Hardpoint ID 1", + "1002": "DroneCAN Hardpoint ID 2", + "1003": "DroneCAN Hardpoint ID 3", + "1004": "DroneCAN Hardpoint ID 4", + "1005": "DroneCAN Hardpoint ID 5", + "1006": "DroneCAN Hardpoint ID 6", + "1007": "DroneCAN Hardpoint ID 7", + "1008": "DroneCAN Hardpoint ID 8", + "1009": "DroneCAN Hardpoint ID 9", + "101": "MainOut1", + "1010": "DroneCAN Hardpoint ID 10", + "1011": "DroneCAN Hardpoint ID 11", + "1012": "DroneCAN Hardpoint ID 12", + "1013": "DroneCAN Hardpoint ID 13", + "1014": "DroneCAN Hardpoint ID 14", + "1015": "DroneCAN Hardpoint ID 15", + "102": "MainOut2", + "103": "MainOut3", + "104": "MainOut4", + "105": "MainOut5", + "106": "MainOut6", + "107": "MainOut7", + "108": "MainOut8", + "113": "BB Blue GP0 pin 6", + "116": "BB Blue GP0 pin 5", + "49": "BB Blue GP0 pin 4", + "50": "AUXOUT1", + "51": "AUXOUT2", + "52": "AUXOUT3", + "53": "AUXOUT4", + "54": "AUXOUT5", + "55": "AUXOUT6", + "57": "BB Blue GP0 pin 3", + "62": "BBBMini Pin P8.13" + } + } + }, + "RELAY1_": { + "RELAY1_DEFAULT": { + "Description": "Should the relay default to on or off, this only applies to RELAYx_FUNC \"Relay\" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters.", + "DisplayName": "Relay default state", + "User": "Standard", + "Values": { + "0": "Off", + "1": "On", + "2": "NoChange" + } + }, + "RELAY1_FUNCTION": { + "Description": "The function the relay channel is mapped to.", + "DisplayName": "Relay function", + "Values": { + "0": "None", + "1": "Relay", + "4": "Camera", + "5": "Bushed motor reverse 1 throttle or throttle-left or omni motor 1", + "6": "Bushed motor reverse 2 throttle-right or omni motor 2", + "7": "Bushed motor reverse 3 omni motor 3", + "8": "Bushed motor reverse 4 omni motor 4" + } + }, + "RELAY1_PIN": { + "Description": "Digital pin number for relay control. Some common values are given, but see the Wiki's \"GPIOs\" page for how to determine the pin number for a given autopilot.", + "DisplayName": "Relay pin", + "User": "Standard", + "Values": { + "-1": "Disabled", + "1000": "DroneCAN Hardpoint ID 0", + "1001": "DroneCAN Hardpoint ID 1", + "1002": "DroneCAN Hardpoint ID 2", + "1003": "DroneCAN Hardpoint ID 3", + "1004": "DroneCAN Hardpoint ID 4", + "1005": "DroneCAN Hardpoint ID 5", + "1006": "DroneCAN Hardpoint ID 6", + "1007": "DroneCAN Hardpoint ID 7", + "1008": "DroneCAN Hardpoint ID 8", + "1009": "DroneCAN Hardpoint ID 9", + "101": "MainOut1", + "1010": "DroneCAN Hardpoint ID 10", + "1011": "DroneCAN Hardpoint ID 11", + "1012": "DroneCAN Hardpoint ID 12", + "1013": "DroneCAN Hardpoint ID 13", + "1014": "DroneCAN Hardpoint ID 14", + "1015": "DroneCAN Hardpoint ID 15", + "102": "MainOut2", + "103": "MainOut3", + "104": "MainOut4", + "105": "MainOut5", + "106": "MainOut6", + "107": "MainOut7", + "108": "MainOut8", + "113": "BB Blue GP0 pin 6", + "116": "BB Blue GP0 pin 5", + "49": "BB Blue GP0 pin 4", + "50": "AUXOUT1", + "51": "AUXOUT2", + "52": "AUXOUT3", + "53": "AUXOUT4", + "54": "AUXOUT5", + "55": "AUXOUT6", + "57": "BB Blue GP0 pin 3", + "62": "BBBMini Pin P8.13" + } + } + }, + "RELAY2_": { + "RELAY2_DEFAULT": { + "Description": "Should the relay default to on or off, this only applies to RELAYx_FUNC \"Relay\" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters.", + "DisplayName": "Relay default state", + "User": "Standard", + "Values": { + "0": "Off", + "1": "On", + "2": "NoChange" + } + }, + "RELAY2_FUNCTION": { + "Description": "The function the relay channel is mapped to.", + "DisplayName": "Relay function", + "Values": { + "0": "None", + "1": "Relay", + "4": "Camera", + "5": "Bushed motor reverse 1 throttle or throttle-left or omni motor 1", + "6": "Bushed motor reverse 2 throttle-right or omni motor 2", + "7": "Bushed motor reverse 3 omni motor 3", + "8": "Bushed motor reverse 4 omni motor 4" + } + }, + "RELAY2_PIN": { + "Description": "Digital pin number for relay control. Some common values are given, but see the Wiki's \"GPIOs\" page for how to determine the pin number for a given autopilot.", + "DisplayName": "Relay pin", + "User": "Standard", + "Values": { + "-1": "Disabled", + "1000": "DroneCAN Hardpoint ID 0", + "1001": "DroneCAN Hardpoint ID 1", + "1002": "DroneCAN Hardpoint ID 2", + "1003": "DroneCAN Hardpoint ID 3", + "1004": "DroneCAN Hardpoint ID 4", + "1005": "DroneCAN Hardpoint ID 5", + "1006": "DroneCAN Hardpoint ID 6", + "1007": "DroneCAN Hardpoint ID 7", + "1008": "DroneCAN Hardpoint ID 8", + "1009": "DroneCAN Hardpoint ID 9", + "101": "MainOut1", + "1010": "DroneCAN Hardpoint ID 10", + "1011": "DroneCAN Hardpoint ID 11", + "1012": "DroneCAN Hardpoint ID 12", + "1013": "DroneCAN Hardpoint ID 13", + "1014": "DroneCAN Hardpoint ID 14", + "1015": "DroneCAN Hardpoint ID 15", + "102": "MainOut2", + "103": "MainOut3", + "104": "MainOut4", + "105": "MainOut5", + "106": "MainOut6", + "107": "MainOut7", + "108": "MainOut8", + "113": "BB Blue GP0 pin 6", + "116": "BB Blue GP0 pin 5", + "49": "BB Blue GP0 pin 4", + "50": "AUXOUT1", + "51": "AUXOUT2", + "52": "AUXOUT3", + "53": "AUXOUT4", + "54": "AUXOUT5", + "55": "AUXOUT6", + "57": "BB Blue GP0 pin 3", + "62": "BBBMini Pin P8.13" + } + } + }, + "RELAY3_": { + "RELAY3_DEFAULT": { + "Description": "Should the relay default to on or off, this only applies to RELAYx_FUNC \"Relay\" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters.", + "DisplayName": "Relay default state", + "User": "Standard", + "Values": { + "0": "Off", + "1": "On", + "2": "NoChange" + } + }, + "RELAY3_FUNCTION": { + "Description": "The function the relay channel is mapped to.", + "DisplayName": "Relay function", + "Values": { + "0": "None", + "1": "Relay", + "4": "Camera", + "5": "Bushed motor reverse 1 throttle or throttle-left or omni motor 1", + "6": "Bushed motor reverse 2 throttle-right or omni motor 2", + "7": "Bushed motor reverse 3 omni motor 3", + "8": "Bushed motor reverse 4 omni motor 4" + } + }, + "RELAY3_PIN": { + "Description": "Digital pin number for relay control. Some common values are given, but see the Wiki's \"GPIOs\" page for how to determine the pin number for a given autopilot.", + "DisplayName": "Relay pin", + "User": "Standard", + "Values": { + "-1": "Disabled", + "1000": "DroneCAN Hardpoint ID 0", + "1001": "DroneCAN Hardpoint ID 1", + "1002": "DroneCAN Hardpoint ID 2", + "1003": "DroneCAN Hardpoint ID 3", + "1004": "DroneCAN Hardpoint ID 4", + "1005": "DroneCAN Hardpoint ID 5", + "1006": "DroneCAN Hardpoint ID 6", + "1007": "DroneCAN Hardpoint ID 7", + "1008": "DroneCAN Hardpoint ID 8", + "1009": "DroneCAN Hardpoint ID 9", + "101": "MainOut1", + "1010": "DroneCAN Hardpoint ID 10", + "1011": "DroneCAN Hardpoint ID 11", + "1012": "DroneCAN Hardpoint ID 12", + "1013": "DroneCAN Hardpoint ID 13", + "1014": "DroneCAN Hardpoint ID 14", + "1015": "DroneCAN Hardpoint ID 15", + "102": "MainOut2", + "103": "MainOut3", + "104": "MainOut4", + "105": "MainOut5", + "106": "MainOut6", + "107": "MainOut7", + "108": "MainOut8", + "113": "BB Blue GP0 pin 6", + "116": "BB Blue GP0 pin 5", + "49": "BB Blue GP0 pin 4", + "50": "AUXOUT1", + "51": "AUXOUT2", + "52": "AUXOUT3", + "53": "AUXOUT4", + "54": "AUXOUT5", + "55": "AUXOUT6", + "57": "BB Blue GP0 pin 3", + "62": "BBBMini Pin P8.13" + } + } + }, + "RELAY4_": { + "RELAY4_DEFAULT": { + "Description": "Should the relay default to on or off, this only applies to RELAYx_FUNC \"Relay\" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters.", + "DisplayName": "Relay default state", + "User": "Standard", + "Values": { + "0": "Off", + "1": "On", + "2": "NoChange" + } + }, + "RELAY4_FUNCTION": { + "Description": "The function the relay channel is mapped to.", + "DisplayName": "Relay function", + "Values": { + "0": "None", + "1": "Relay", + "4": "Camera", + "5": "Bushed motor reverse 1 throttle or throttle-left or omni motor 1", + "6": "Bushed motor reverse 2 throttle-right or omni motor 2", + "7": "Bushed motor reverse 3 omni motor 3", + "8": "Bushed motor reverse 4 omni motor 4" + } + }, + "RELAY4_PIN": { + "Description": "Digital pin number for relay control. Some common values are given, but see the Wiki's \"GPIOs\" page for how to determine the pin number for a given autopilot.", + "DisplayName": "Relay pin", + "User": "Standard", + "Values": { + "-1": "Disabled", + "1000": "DroneCAN Hardpoint ID 0", + "1001": "DroneCAN Hardpoint ID 1", + "1002": "DroneCAN Hardpoint ID 2", + "1003": "DroneCAN Hardpoint ID 3", + "1004": "DroneCAN Hardpoint ID 4", + "1005": "DroneCAN Hardpoint ID 5", + "1006": "DroneCAN Hardpoint ID 6", + "1007": "DroneCAN Hardpoint ID 7", + "1008": "DroneCAN Hardpoint ID 8", + "1009": "DroneCAN Hardpoint ID 9", + "101": "MainOut1", + "1010": "DroneCAN Hardpoint ID 10", + "1011": "DroneCAN Hardpoint ID 11", + "1012": "DroneCAN Hardpoint ID 12", + "1013": "DroneCAN Hardpoint ID 13", + "1014": "DroneCAN Hardpoint ID 14", + "1015": "DroneCAN Hardpoint ID 15", + "102": "MainOut2", + "103": "MainOut3", + "104": "MainOut4", + "105": "MainOut5", + "106": "MainOut6", + "107": "MainOut7", + "108": "MainOut8", + "113": "BB Blue GP0 pin 6", + "116": "BB Blue GP0 pin 5", + "49": "BB Blue GP0 pin 4", + "50": "AUXOUT1", + "51": "AUXOUT2", + "52": "AUXOUT3", + "53": "AUXOUT4", + "54": "AUXOUT5", + "55": "AUXOUT6", + "57": "BB Blue GP0 pin 3", + "62": "BBBMini Pin P8.13" + } + } + }, + "RELAY5_": { + "RELAY5_DEFAULT": { + "Description": "Should the relay default to on or off, this only applies to RELAYx_FUNC \"Relay\" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters.", + "DisplayName": "Relay default state", + "User": "Standard", + "Values": { + "0": "Off", + "1": "On", + "2": "NoChange" + } + }, + "RELAY5_FUNCTION": { + "Description": "The function the relay channel is mapped to.", + "DisplayName": "Relay function", + "Values": { + "0": "None", + "1": "Relay", + "4": "Camera", + "5": "Bushed motor reverse 1 throttle or throttle-left or omni motor 1", + "6": "Bushed motor reverse 2 throttle-right or omni motor 2", + "7": "Bushed motor reverse 3 omni motor 3", + "8": "Bushed motor reverse 4 omni motor 4" + } + }, + "RELAY5_PIN": { + "Description": "Digital pin number for relay control. Some common values are given, but see the Wiki's \"GPIOs\" page for how to determine the pin number for a given autopilot.", + "DisplayName": "Relay pin", + "User": "Standard", + "Values": { + "-1": "Disabled", + "1000": "DroneCAN Hardpoint ID 0", + "1001": "DroneCAN Hardpoint ID 1", + "1002": "DroneCAN Hardpoint ID 2", + "1003": "DroneCAN Hardpoint ID 3", + "1004": "DroneCAN Hardpoint ID 4", + "1005": "DroneCAN Hardpoint ID 5", + "1006": "DroneCAN Hardpoint ID 6", + "1007": "DroneCAN Hardpoint ID 7", + "1008": "DroneCAN Hardpoint ID 8", + "1009": "DroneCAN Hardpoint ID 9", + "101": "MainOut1", + "1010": "DroneCAN Hardpoint ID 10", + "1011": "DroneCAN Hardpoint ID 11", + "1012": "DroneCAN Hardpoint ID 12", + "1013": "DroneCAN Hardpoint ID 13", + "1014": "DroneCAN Hardpoint ID 14", + "1015": "DroneCAN Hardpoint ID 15", + "102": "MainOut2", + "103": "MainOut3", + "104": "MainOut4", + "105": "MainOut5", + "106": "MainOut6", + "107": "MainOut7", + "108": "MainOut8", + "113": "BB Blue GP0 pin 6", + "116": "BB Blue GP0 pin 5", + "49": "BB Blue GP0 pin 4", + "50": "AUXOUT1", + "51": "AUXOUT2", + "52": "AUXOUT3", + "53": "AUXOUT4", + "54": "AUXOUT5", + "55": "AUXOUT6", + "57": "BB Blue GP0 pin 3", + "62": "BBBMini Pin P8.13" + } + } + }, + "RELAY6_": { + "RELAY6_DEFAULT": { + "Description": "Should the relay default to on or off, this only applies to RELAYx_FUNC \"Relay\" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters.", + "DisplayName": "Relay default state", + "User": "Standard", + "Values": { + "0": "Off", + "1": "On", + "2": "NoChange" + } + }, + "RELAY6_FUNCTION": { + "Description": "The function the relay channel is mapped to.", + "DisplayName": "Relay function", + "Values": { + "0": "None", + "1": "Relay", + "4": "Camera", + "5": "Bushed motor reverse 1 throttle or throttle-left or omni motor 1", + "6": "Bushed motor reverse 2 throttle-right or omni motor 2", + "7": "Bushed motor reverse 3 omni motor 3", + "8": "Bushed motor reverse 4 omni motor 4" + } + }, + "RELAY6_PIN": { + "Description": "Digital pin number for relay control. Some common values are given, but see the Wiki's \"GPIOs\" page for how to determine the pin number for a given autopilot.", + "DisplayName": "Relay pin", + "User": "Standard", + "Values": { + "-1": "Disabled", + "1000": "DroneCAN Hardpoint ID 0", + "1001": "DroneCAN Hardpoint ID 1", + "1002": "DroneCAN Hardpoint ID 2", + "1003": "DroneCAN Hardpoint ID 3", + "1004": "DroneCAN Hardpoint ID 4", + "1005": "DroneCAN Hardpoint ID 5", + "1006": "DroneCAN Hardpoint ID 6", + "1007": "DroneCAN Hardpoint ID 7", + "1008": "DroneCAN Hardpoint ID 8", + "1009": "DroneCAN Hardpoint ID 9", + "101": "MainOut1", + "1010": "DroneCAN Hardpoint ID 10", + "1011": "DroneCAN Hardpoint ID 11", + "1012": "DroneCAN Hardpoint ID 12", + "1013": "DroneCAN Hardpoint ID 13", + "1014": "DroneCAN Hardpoint ID 14", + "1015": "DroneCAN Hardpoint ID 15", + "102": "MainOut2", + "103": "MainOut3", + "104": "MainOut4", + "105": "MainOut5", + "106": "MainOut6", + "107": "MainOut7", + "108": "MainOut8", + "113": "BB Blue GP0 pin 6", + "116": "BB Blue GP0 pin 5", + "49": "BB Blue GP0 pin 4", + "50": "AUXOUT1", + "51": "AUXOUT2", + "52": "AUXOUT3", + "53": "AUXOUT4", + "54": "AUXOUT5", + "55": "AUXOUT6", + "57": "BB Blue GP0 pin 3", + "62": "BBBMini Pin P8.13" + } + } + }, + "RELAY7_": { + "RELAY7_DEFAULT": { + "Description": "Should the relay default to on or off, this only applies to RELAYx_FUNC \"Relay\" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters.", + "DisplayName": "Relay default state", + "User": "Standard", + "Values": { + "0": "Off", + "1": "On", + "2": "NoChange" + } + }, + "RELAY7_FUNCTION": { + "Description": "The function the relay channel is mapped to.", + "DisplayName": "Relay function", + "Values": { + "0": "None", + "1": "Relay", + "4": "Camera", + "5": "Bushed motor reverse 1 throttle or throttle-left or omni motor 1", + "6": "Bushed motor reverse 2 throttle-right or omni motor 2", + "7": "Bushed motor reverse 3 omni motor 3", + "8": "Bushed motor reverse 4 omni motor 4" + } + }, + "RELAY7_PIN": { + "Description": "Digital pin number for relay control. Some common values are given, but see the Wiki's \"GPIOs\" page for how to determine the pin number for a given autopilot.", + "DisplayName": "Relay pin", + "User": "Standard", + "Values": { + "-1": "Disabled", + "1000": "DroneCAN Hardpoint ID 0", + "1001": "DroneCAN Hardpoint ID 1", + "1002": "DroneCAN Hardpoint ID 2", + "1003": "DroneCAN Hardpoint ID 3", + "1004": "DroneCAN Hardpoint ID 4", + "1005": "DroneCAN Hardpoint ID 5", + "1006": "DroneCAN Hardpoint ID 6", + "1007": "DroneCAN Hardpoint ID 7", + "1008": "DroneCAN Hardpoint ID 8", + "1009": "DroneCAN Hardpoint ID 9", + "101": "MainOut1", + "1010": "DroneCAN Hardpoint ID 10", + "1011": "DroneCAN Hardpoint ID 11", + "1012": "DroneCAN Hardpoint ID 12", + "1013": "DroneCAN Hardpoint ID 13", + "1014": "DroneCAN Hardpoint ID 14", + "1015": "DroneCAN Hardpoint ID 15", + "102": "MainOut2", + "103": "MainOut3", + "104": "MainOut4", + "105": "MainOut5", + "106": "MainOut6", + "107": "MainOut7", + "108": "MainOut8", + "113": "BB Blue GP0 pin 6", + "116": "BB Blue GP0 pin 5", + "49": "BB Blue GP0 pin 4", + "50": "AUXOUT1", + "51": "AUXOUT2", + "52": "AUXOUT3", + "53": "AUXOUT4", + "54": "AUXOUT5", + "55": "AUXOUT6", + "57": "BB Blue GP0 pin 3", + "62": "BBBMini Pin P8.13" + } + } + }, + "RELAY8_": { + "RELAY8_DEFAULT": { + "Description": "Should the relay default to on or off, this only applies to RELAYx_FUNC \"Relay\" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters.", + "DisplayName": "Relay default state", + "User": "Standard", + "Values": { + "0": "Off", + "1": "On", + "2": "NoChange" + } + }, + "RELAY8_FUNCTION": { + "Description": "The function the relay channel is mapped to.", + "DisplayName": "Relay function", + "Values": { + "0": "None", + "1": "Relay", + "4": "Camera", + "5": "Bushed motor reverse 1 throttle or throttle-left or omni motor 1", + "6": "Bushed motor reverse 2 throttle-right or omni motor 2", + "7": "Bushed motor reverse 3 omni motor 3", + "8": "Bushed motor reverse 4 omni motor 4" + } + }, + "RELAY8_PIN": { + "Description": "Digital pin number for relay control. Some common values are given, but see the Wiki's \"GPIOs\" page for how to determine the pin number for a given autopilot.", + "DisplayName": "Relay pin", + "User": "Standard", + "Values": { + "-1": "Disabled", + "1000": "DroneCAN Hardpoint ID 0", + "1001": "DroneCAN Hardpoint ID 1", + "1002": "DroneCAN Hardpoint ID 2", + "1003": "DroneCAN Hardpoint ID 3", + "1004": "DroneCAN Hardpoint ID 4", + "1005": "DroneCAN Hardpoint ID 5", + "1006": "DroneCAN Hardpoint ID 6", + "1007": "DroneCAN Hardpoint ID 7", + "1008": "DroneCAN Hardpoint ID 8", + "1009": "DroneCAN Hardpoint ID 9", + "101": "MainOut1", + "1010": "DroneCAN Hardpoint ID 10", + "1011": "DroneCAN Hardpoint ID 11", + "1012": "DroneCAN Hardpoint ID 12", + "1013": "DroneCAN Hardpoint ID 13", + "1014": "DroneCAN Hardpoint ID 14", + "1015": "DroneCAN Hardpoint ID 15", + "102": "MainOut2", + "103": "MainOut3", + "104": "MainOut4", + "105": "MainOut5", + "106": "MainOut6", + "107": "MainOut7", + "108": "MainOut8", + "113": "BB Blue GP0 pin 6", + "116": "BB Blue GP0 pin 5", + "49": "BB Blue GP0 pin 4", + "50": "AUXOUT1", + "51": "AUXOUT2", + "52": "AUXOUT3", + "53": "AUXOUT4", + "54": "AUXOUT5", + "55": "AUXOUT6", + "57": "BB Blue GP0 pin 3", + "62": "BBBMini Pin P8.13" + } + } + }, + "RELAY9_": { + "RELAY9_DEFAULT": { + "Description": "Should the relay default to on or off, this only applies to RELAYx_FUNC \"Relay\" (1). All other uses will pick the appropriate default output state from within the controlling function's parameters.", + "DisplayName": "Relay default state", + "User": "Standard", + "Values": { + "0": "Off", + "1": "On", + "2": "NoChange" + } + }, + "RELAY9_FUNCTION": { + "Description": "The function the relay channel is mapped to.", + "DisplayName": "Relay function", + "Values": { + "0": "None", + "1": "Relay", + "4": "Camera", + "5": "Bushed motor reverse 1 throttle or throttle-left or omni motor 1", + "6": "Bushed motor reverse 2 throttle-right or omni motor 2", + "7": "Bushed motor reverse 3 omni motor 3", + "8": "Bushed motor reverse 4 omni motor 4" + } + }, + "RELAY9_PIN": { + "Description": "Digital pin number for relay control. Some common values are given, but see the Wiki's \"GPIOs\" page for how to determine the pin number for a given autopilot.", + "DisplayName": "Relay pin", + "User": "Standard", + "Values": { + "-1": "Disabled", + "1000": "DroneCAN Hardpoint ID 0", + "1001": "DroneCAN Hardpoint ID 1", + "1002": "DroneCAN Hardpoint ID 2", + "1003": "DroneCAN Hardpoint ID 3", + "1004": "DroneCAN Hardpoint ID 4", + "1005": "DroneCAN Hardpoint ID 5", + "1006": "DroneCAN Hardpoint ID 6", + "1007": "DroneCAN Hardpoint ID 7", + "1008": "DroneCAN Hardpoint ID 8", + "1009": "DroneCAN Hardpoint ID 9", + "101": "MainOut1", + "1010": "DroneCAN Hardpoint ID 10", + "1011": "DroneCAN Hardpoint ID 11", + "1012": "DroneCAN Hardpoint ID 12", + "1013": "DroneCAN Hardpoint ID 13", + "1014": "DroneCAN Hardpoint ID 14", + "1015": "DroneCAN Hardpoint ID 15", + "102": "MainOut2", + "103": "MainOut3", + "104": "MainOut4", + "105": "MainOut5", + "106": "MainOut6", + "107": "MainOut7", + "108": "MainOut8", + "113": "BB Blue GP0 pin 6", + "116": "BB Blue GP0 pin 5", + "49": "BB Blue GP0 pin 4", + "50": "AUXOUT1", + "51": "AUXOUT2", + "52": "AUXOUT3", + "53": "AUXOUT4", + "54": "AUXOUT5", + "55": "AUXOUT6", + "57": "BB Blue GP0 pin 3", + "62": "BBBMini Pin P8.13" + } + } + }, + "RNGFND1_": { + "RNGFND1_ADDR": { + "Description": "This sets the bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses.", + "DisplayName": "Bus address of sensor", + "Increment": "1", + "Range": { + "high": "127", + "low": "0" + }, + "User": "Standard" + }, + "RNGFND1_FUNCTION": { + "Description": "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.", + "DisplayName": "Rangefinder function", + "User": "Standard", + "Values": { + "0": "Linear", + "1": "Inverted", + "2": "Hyperbolic" + } + }, + "RNGFND1_GNDCLEAR": { + "Description": "This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground.", + "DisplayName": "Distance (in cm) from the range finder to the ground", + "Increment": "1", + "Range": { + "high": "127", + "low": "5" + }, + "Units": "cm", + "User": "Standard" + }, + "RNGFND1_MAX_CM": { + "Description": "Maximum distance in centimeters that rangefinder can reliably read", + "DisplayName": "Rangefinder maximum distance", + "Increment": "1", + "Units": "cm", + "User": "Standard" + }, + "RNGFND1_MIN_CM": { + "Description": "Minimum distance in centimeters that rangefinder can reliably read", + "DisplayName": "Rangefinder minimum distance", + "Increment": "1", + "Units": "cm", + "User": "Standard" + }, + "RNGFND1_OFFSET": { + "Description": "Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars", + "DisplayName": "rangefinder offset", + "Increment": "0.001", + "Units": "V", + "User": "Standard" + }, + "RNGFND1_ORIENT": { + "Description": "Orientation of rangefinder", + "DisplayName": "Rangefinder orientation", + "User": "Advanced", + "Values": { + "0": "Forward", + "1": "Forward-Right", + "2": "Right", + "24": "Up", + "25": "Down", + "3": "Back-Right", + "4": "Back", + "5": "Back-Left", + "6": "Left", + "7": "Forward-Left" + } + }, + "RNGFND1_PIN": { + "Description": "Analog or PWM input pin that rangefinder is connected to. Airspeed ports can be used for Analog input, AUXOUT can be used for PWM input. When using analog pin 103, the maximum value of the input in 3.3V. For PWM input, the pin must be configured as a digital GPIO, see the Wiki's \"GPIOs\" section for details.", + "DisplayName": "Rangefinder pin", + "User": "Standard", + "Values": { + "-1": "Not Used", + "103": "Pixhawk SBUS", + "11": "Pixracer", + "13": "Pixhawk ADC4", + "14": "Pixhawk ADC3", + "15": "Pixhawk ADC6/Pixhawk2 ADC", + "50": "AUX1", + "51": "AUX2", + "52": "AUX3", + "53": "AUX4", + "54": "AUX5", + "55": "AUX6" + } + }, + "RNGFND1_POS_X": { + "Description": "X position of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied.", + "DisplayName": " X position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "RNGFND1_POS_Y": { + "Description": "Y position of the rangefinder in body frame. Positive Y is to the right of the origin. Use the zero range datum point if supplied.", + "DisplayName": "Y position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "RNGFND1_POS_Z": { + "Description": "Z position of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied.", + "DisplayName": "Z position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "RNGFND1_PWRRNG": { + "Description": "This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode (if available). A value of zero means power saving is not enabled", + "DisplayName": "Powersave range", + "Range": { + "high": "32767", + "low": "0" + }, + "Units": "m", + "User": "Standard" + }, + "RNGFND1_RECV_ID": { + "Description": "The receive ID of the CAN frames. A value of zero means all IDs are accepted.", + "DisplayName": "RangeFinder CAN receive ID", + "Range": { + "high": "65535", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND1_RMETRIC": { + "Description": "This parameter sets whether an analog rangefinder is ratiometric. Most analog rangefinders are ratiometric, meaning that their output voltage is influenced by the supply voltage. Some analog rangefinders (such as the SF/02) have their own internal voltage regulators so they are not ratiometric.", + "DisplayName": "Ratiometric", + "User": "Standard", + "Values": { + "0": "No", + "1": "Yes" + } + }, + "RNGFND1_SCALING": { + "Description": "Scaling factor between rangefinder reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts. For Maxbotix serial sonar this is unit conversion to meters.", + "DisplayName": "Rangefinder scaling", + "Increment": "0.001", + "Units": "m/V", + "User": "Standard" + }, + "RNGFND1_SNR_MIN": { + "Description": "RangeFinder Minimum signal strength (SNR) to accept distance", + "DisplayName": "RangeFinder Minimum signal strength", + "Range": { + "high": "65535", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND1_STOP_PIN": { + "Description": "Digital pin that enables/disables rangefinder measurement for the pwm rangefinder. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it. This is used to enable powersaving when out of range. Some common values are given, but see the Wiki's \"GPIOs\" page for how to determine the pin number for a given autopilot.", + "DisplayName": "Rangefinder stop pin", + "User": "Standard", + "Values": { + "-1": "Not Used", + "111": "PX4 FMU Relay1", + "112": "PX4 FMU Relay2", + "113": "PX4IO Relay1", + "114": "PX4IO Relay2", + "115": "PX4IO ACC1", + "116": "PX4IO ACC2", + "50": "AUX1", + "51": "AUX2", + "52": "AUX3", + "53": "AUX4", + "54": "AUX5", + "55": "AUX6" + } + }, + "RNGFND1_TYPE": { + "Description": "Type of connected rangefinder", + "DisplayName": "Rangefinder type", + "User": "Standard", + "Values": { + "0": "None", + "1": "Analog", + "10": "MAVLink", + "100": "SITL", + "11": "USD1_Serial", + "12": "LeddarOne", + "13": "MaxbotixSerial", + "14": "TeraRangerI2C", + "15": "LidarLiteV3-I2C", + "16": "VL53L0X or VL53L1X", + "17": "NMEA", + "18": "WASP-LRF", + "19": "BenewakeTF02", + "2": "MaxbotixI2C", + "20": "Benewake-Serial", + "21": "LidarLightV3HP", + "22": "PWM", + "23": "BlueRoboticsPing", + "24": "DroneCAN", + "25": "BenewakeTFminiPlus-I2C", + "26": "LanbaoPSK-CM8JL65-CC5", + "27": "BenewakeTF03", + "28": "VL53L1X-ShortRange", + "29": "LeddarVu8-Serial", + "3": "LidarLite-I2C", + "30": "HC-SR04", + "31": "GYUS42v2", + "32": "MSP", + "33": "USD1_CAN", + "34": "Benewake_CAN", + "35": "TeraRangerSerial", + "36": "Lua_Scripting", + "37": "NoopLoop_TOFSense", + "38": "NoopLoop_TOFSense_CAN", + "39": "NRA24_CAN", + "40": "NoopLoop_TOFSenseF_I2C", + "41": "JRE_Serial", + "5": "PWM", + "6": "BBB-PRU", + "7": "LightWareI2C", + "8": "LightWareSerial", + "9": "Bebop" + } + }, + "RNGFND1_WSP_AVG": { + "Description": "Sets the number of pulses to be used in multi-pulse averaging mode. In this mode, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement", + "DisplayName": "Multi-pulse averages", + "Range": { + "high": "255", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND1_WSP_BAUD": { + "Description": "Desired baud rate", + "DisplayName": "Baud rate", + "User": "Advanced", + "Values": { + "0": "Low Speed", + "1": "High Speed" + } + }, + "RNGFND1_WSP_FRQ": { + "Description": "Sets the repetition frequency of the ranging operation in Hertz. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers.", + "DisplayName": "Frequency", + "Range": { + "high": "10000", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND1_WSP_MAVG": { + "Description": "Sets the number of historic range results to use for calculating the current range result. When MAVG is greater than 1, the current range result will be the current measured value averaged with the N-1 previous results", + "DisplayName": "Moving Average Range", + "Range": { + "high": "255", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND1_WSP_MEDF": { + "Description": "Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active", + "DisplayName": "Moving Median Filter", + "Range": { + "high": "255", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND1_WSP_THR": { + "Description": "Sets the system sensitivity. Larger values of THR represent higher sensitivity. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory. Set to -1 for automatic threshold adjustments", + "DisplayName": "Sensitivity threshold", + "Range": { + "high": "255", + "low": "-1" + }, + "User": "Advanced" + } + }, + "RNGFND2_": { + "RNGFND2_ADDR": { + "Description": "This sets the bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses.", + "DisplayName": "Bus address of sensor", + "Increment": "1", + "Range": { + "high": "127", + "low": "0" + }, + "User": "Standard" + }, + "RNGFND2_FUNCTION": { + "Description": "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.", + "DisplayName": "Rangefinder function", + "User": "Standard", + "Values": { + "0": "Linear", + "1": "Inverted", + "2": "Hyperbolic" + } + }, + "RNGFND2_GNDCLEAR": { + "Description": "This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground.", + "DisplayName": "Distance (in cm) from the range finder to the ground", + "Increment": "1", + "Range": { + "high": "127", + "low": "5" + }, + "Units": "cm", + "User": "Standard" + }, + "RNGFND2_MAX_CM": { + "Description": "Maximum distance in centimeters that rangefinder can reliably read", + "DisplayName": "Rangefinder maximum distance", + "Increment": "1", + "Units": "cm", + "User": "Standard" + }, + "RNGFND2_MIN_CM": { + "Description": "Minimum distance in centimeters that rangefinder can reliably read", + "DisplayName": "Rangefinder minimum distance", + "Increment": "1", + "Units": "cm", + "User": "Standard" + }, + "RNGFND2_OFFSET": { + "Description": "Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars", + "DisplayName": "rangefinder offset", + "Increment": "0.001", + "Units": "V", + "User": "Standard" + }, + "RNGFND2_ORIENT": { + "Description": "Orientation of rangefinder", + "DisplayName": "Rangefinder orientation", + "User": "Advanced", + "Values": { + "0": "Forward", + "1": "Forward-Right", + "2": "Right", + "24": "Up", + "25": "Down", + "3": "Back-Right", + "4": "Back", + "5": "Back-Left", + "6": "Left", + "7": "Forward-Left" + } + }, + "RNGFND2_PIN": { + "Description": "Analog or PWM input pin that rangefinder is connected to. Airspeed ports can be used for Analog input, AUXOUT can be used for PWM input. When using analog pin 103, the maximum value of the input in 3.3V. For PWM input, the pin must be configured as a digital GPIO, see the Wiki's \"GPIOs\" section for details.", + "DisplayName": "Rangefinder pin", + "User": "Standard", + "Values": { + "-1": "Not Used", + "103": "Pixhawk SBUS", + "11": "Pixracer", + "13": "Pixhawk ADC4", + "14": "Pixhawk ADC3", + "15": "Pixhawk ADC6/Pixhawk2 ADC", + "50": "AUX1", + "51": "AUX2", + "52": "AUX3", + "53": "AUX4", + "54": "AUX5", + "55": "AUX6" + } + }, + "RNGFND2_POS_X": { + "Description": "X position of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied.", + "DisplayName": " X position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "RNGFND2_POS_Y": { + "Description": "Y position of the rangefinder in body frame. Positive Y is to the right of the origin. Use the zero range datum point if supplied.", + "DisplayName": "Y position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "RNGFND2_POS_Z": { + "Description": "Z position of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied.", + "DisplayName": "Z position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "RNGFND2_PWRRNG": { + "Description": "This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode (if available). A value of zero means power saving is not enabled", + "DisplayName": "Powersave range", + "Range": { + "high": "32767", + "low": "0" + }, + "Units": "m", + "User": "Standard" + }, + "RNGFND2_RECV_ID": { + "Description": "The receive ID of the CAN frames. A value of zero means all IDs are accepted.", + "DisplayName": "RangeFinder CAN receive ID", + "Range": { + "high": "65535", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND2_RMETRIC": { + "Description": "This parameter sets whether an analog rangefinder is ratiometric. Most analog rangefinders are ratiometric, meaning that their output voltage is influenced by the supply voltage. Some analog rangefinders (such as the SF/02) have their own internal voltage regulators so they are not ratiometric.", + "DisplayName": "Ratiometric", + "User": "Standard", + "Values": { + "0": "No", + "1": "Yes" + } + }, + "RNGFND2_SCALING": { + "Description": "Scaling factor between rangefinder reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts. For Maxbotix serial sonar this is unit conversion to meters.", + "DisplayName": "Rangefinder scaling", + "Increment": "0.001", + "Units": "m/V", + "User": "Standard" + }, + "RNGFND2_SNR_MIN": { + "Description": "RangeFinder Minimum signal strength (SNR) to accept distance", + "DisplayName": "RangeFinder Minimum signal strength", + "Range": { + "high": "65535", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND2_STOP_PIN": { + "Description": "Digital pin that enables/disables rangefinder measurement for the pwm rangefinder. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it. This is used to enable powersaving when out of range. Some common values are given, but see the Wiki's \"GPIOs\" page for how to determine the pin number for a given autopilot.", + "DisplayName": "Rangefinder stop pin", + "User": "Standard", + "Values": { + "-1": "Not Used", + "111": "PX4 FMU Relay1", + "112": "PX4 FMU Relay2", + "113": "PX4IO Relay1", + "114": "PX4IO Relay2", + "115": "PX4IO ACC1", + "116": "PX4IO ACC2", + "50": "AUX1", + "51": "AUX2", + "52": "AUX3", + "53": "AUX4", + "54": "AUX5", + "55": "AUX6" + } + }, + "RNGFND2_TYPE": { + "Description": "Type of connected rangefinder", + "DisplayName": "Rangefinder type", + "User": "Standard", + "Values": { + "0": "None", + "1": "Analog", + "10": "MAVLink", + "100": "SITL", + "11": "USD1_Serial", + "12": "LeddarOne", + "13": "MaxbotixSerial", + "14": "TeraRangerI2C", + "15": "LidarLiteV3-I2C", + "16": "VL53L0X or VL53L1X", + "17": "NMEA", + "18": "WASP-LRF", + "19": "BenewakeTF02", + "2": "MaxbotixI2C", + "20": "Benewake-Serial", + "21": "LidarLightV3HP", + "22": "PWM", + "23": "BlueRoboticsPing", + "24": "DroneCAN", + "25": "BenewakeTFminiPlus-I2C", + "26": "LanbaoPSK-CM8JL65-CC5", + "27": "BenewakeTF03", + "28": "VL53L1X-ShortRange", + "29": "LeddarVu8-Serial", + "3": "LidarLite-I2C", + "30": "HC-SR04", + "31": "GYUS42v2", + "32": "MSP", + "33": "USD1_CAN", + "34": "Benewake_CAN", + "35": "TeraRangerSerial", + "36": "Lua_Scripting", + "37": "NoopLoop_TOFSense", + "38": "NoopLoop_TOFSense_CAN", + "39": "NRA24_CAN", + "40": "NoopLoop_TOFSenseF_I2C", + "41": "JRE_Serial", + "5": "PWM", + "6": "BBB-PRU", + "7": "LightWareI2C", + "8": "LightWareSerial", + "9": "Bebop" + } + }, + "RNGFND2_WSP_AVG": { + "Description": "Sets the number of pulses to be used in multi-pulse averaging mode. In this mode, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement", + "DisplayName": "Multi-pulse averages", + "Range": { + "high": "255", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND2_WSP_BAUD": { + "Description": "Desired baud rate", + "DisplayName": "Baud rate", + "User": "Advanced", + "Values": { + "0": "Low Speed", + "1": "High Speed" + } + }, + "RNGFND2_WSP_FRQ": { + "Description": "Sets the repetition frequency of the ranging operation in Hertz. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers.", + "DisplayName": "Frequency", + "Range": { + "high": "10000", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND2_WSP_MAVG": { + "Description": "Sets the number of historic range results to use for calculating the current range result. When MAVG is greater than 1, the current range result will be the current measured value averaged with the N-1 previous results", + "DisplayName": "Moving Average Range", + "Range": { + "high": "255", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND2_WSP_MEDF": { + "Description": "Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active", + "DisplayName": "Moving Median Filter", + "Range": { + "high": "255", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND2_WSP_THR": { + "Description": "Sets the system sensitivity. Larger values of THR represent higher sensitivity. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory. Set to -1 for automatic threshold adjustments", + "DisplayName": "Sensitivity threshold", + "Range": { + "high": "255", + "low": "-1" + }, + "User": "Advanced" + } + }, + "RNGFND3_": { + "RNGFND3_ADDR": { + "Description": "This sets the bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses.", + "DisplayName": "Bus address of sensor", + "Increment": "1", + "Range": { + "high": "127", + "low": "0" + }, + "User": "Standard" + }, + "RNGFND3_FUNCTION": { + "Description": "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.", + "DisplayName": "Rangefinder function", + "User": "Standard", + "Values": { + "0": "Linear", + "1": "Inverted", + "2": "Hyperbolic" + } + }, + "RNGFND3_GNDCLEAR": { + "Description": "This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground.", + "DisplayName": "Distance (in cm) from the range finder to the ground", + "Increment": "1", + "Range": { + "high": "127", + "low": "5" + }, + "Units": "cm", + "User": "Standard" + }, + "RNGFND3_MAX_CM": { + "Description": "Maximum distance in centimeters that rangefinder can reliably read", + "DisplayName": "Rangefinder maximum distance", + "Increment": "1", + "Units": "cm", + "User": "Standard" + }, + "RNGFND3_MIN_CM": { + "Description": "Minimum distance in centimeters that rangefinder can reliably read", + "DisplayName": "Rangefinder minimum distance", + "Increment": "1", + "Units": "cm", + "User": "Standard" + }, + "RNGFND3_OFFSET": { + "Description": "Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars", + "DisplayName": "rangefinder offset", + "Increment": "0.001", + "Units": "V", + "User": "Standard" + }, + "RNGFND3_ORIENT": { + "Description": "Orientation of rangefinder", + "DisplayName": "Rangefinder orientation", + "User": "Advanced", + "Values": { + "0": "Forward", + "1": "Forward-Right", + "2": "Right", + "24": "Up", + "25": "Down", + "3": "Back-Right", + "4": "Back", + "5": "Back-Left", + "6": "Left", + "7": "Forward-Left" + } + }, + "RNGFND3_PIN": { + "Description": "Analog or PWM input pin that rangefinder is connected to. Airspeed ports can be used for Analog input, AUXOUT can be used for PWM input. When using analog pin 103, the maximum value of the input in 3.3V. For PWM input, the pin must be configured as a digital GPIO, see the Wiki's \"GPIOs\" section for details.", + "DisplayName": "Rangefinder pin", + "User": "Standard", + "Values": { + "-1": "Not Used", + "103": "Pixhawk SBUS", + "11": "Pixracer", + "13": "Pixhawk ADC4", + "14": "Pixhawk ADC3", + "15": "Pixhawk ADC6/Pixhawk2 ADC", + "50": "AUX1", + "51": "AUX2", + "52": "AUX3", + "53": "AUX4", + "54": "AUX5", + "55": "AUX6" + } + }, + "RNGFND3_POS_X": { + "Description": "X position of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied.", + "DisplayName": " X position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "RNGFND3_POS_Y": { + "Description": "Y position of the rangefinder in body frame. Positive Y is to the right of the origin. Use the zero range datum point if supplied.", + "DisplayName": "Y position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "RNGFND3_POS_Z": { + "Description": "Z position of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied.", + "DisplayName": "Z position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "RNGFND3_PWRRNG": { + "Description": "This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode (if available). A value of zero means power saving is not enabled", + "DisplayName": "Powersave range", + "Range": { + "high": "32767", + "low": "0" + }, + "Units": "m", + "User": "Standard" + }, + "RNGFND3_RECV_ID": { + "Description": "The receive ID of the CAN frames. A value of zero means all IDs are accepted.", + "DisplayName": "RangeFinder CAN receive ID", + "Range": { + "high": "65535", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND3_RMETRIC": { + "Description": "This parameter sets whether an analog rangefinder is ratiometric. Most analog rangefinders are ratiometric, meaning that their output voltage is influenced by the supply voltage. Some analog rangefinders (such as the SF/02) have their own internal voltage regulators so they are not ratiometric.", + "DisplayName": "Ratiometric", + "User": "Standard", + "Values": { + "0": "No", + "1": "Yes" + } + }, + "RNGFND3_SCALING": { + "Description": "Scaling factor between rangefinder reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts. For Maxbotix serial sonar this is unit conversion to meters.", + "DisplayName": "Rangefinder scaling", + "Increment": "0.001", + "Units": "m/V", + "User": "Standard" + }, + "RNGFND3_SNR_MIN": { + "Description": "RangeFinder Minimum signal strength (SNR) to accept distance", + "DisplayName": "RangeFinder Minimum signal strength", + "Range": { + "high": "65535", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND3_STOP_PIN": { + "Description": "Digital pin that enables/disables rangefinder measurement for the pwm rangefinder. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it. This is used to enable powersaving when out of range. Some common values are given, but see the Wiki's \"GPIOs\" page for how to determine the pin number for a given autopilot.", + "DisplayName": "Rangefinder stop pin", + "User": "Standard", + "Values": { + "-1": "Not Used", + "111": "PX4 FMU Relay1", + "112": "PX4 FMU Relay2", + "113": "PX4IO Relay1", + "114": "PX4IO Relay2", + "115": "PX4IO ACC1", + "116": "PX4IO ACC2", + "50": "AUX1", + "51": "AUX2", + "52": "AUX3", + "53": "AUX4", + "54": "AUX5", + "55": "AUX6" + } + }, + "RNGFND3_TYPE": { + "Description": "Type of connected rangefinder", + "DisplayName": "Rangefinder type", + "User": "Standard", + "Values": { + "0": "None", + "1": "Analog", + "10": "MAVLink", + "100": "SITL", + "11": "USD1_Serial", + "12": "LeddarOne", + "13": "MaxbotixSerial", + "14": "TeraRangerI2C", + "15": "LidarLiteV3-I2C", + "16": "VL53L0X or VL53L1X", + "17": "NMEA", + "18": "WASP-LRF", + "19": "BenewakeTF02", + "2": "MaxbotixI2C", + "20": "Benewake-Serial", + "21": "LidarLightV3HP", + "22": "PWM", + "23": "BlueRoboticsPing", + "24": "DroneCAN", + "25": "BenewakeTFminiPlus-I2C", + "26": "LanbaoPSK-CM8JL65-CC5", + "27": "BenewakeTF03", + "28": "VL53L1X-ShortRange", + "29": "LeddarVu8-Serial", + "3": "LidarLite-I2C", + "30": "HC-SR04", + "31": "GYUS42v2", + "32": "MSP", + "33": "USD1_CAN", + "34": "Benewake_CAN", + "35": "TeraRangerSerial", + "36": "Lua_Scripting", + "37": "NoopLoop_TOFSense", + "38": "NoopLoop_TOFSense_CAN", + "39": "NRA24_CAN", + "40": "NoopLoop_TOFSenseF_I2C", + "41": "JRE_Serial", + "5": "PWM", + "6": "BBB-PRU", + "7": "LightWareI2C", + "8": "LightWareSerial", + "9": "Bebop" + } + }, + "RNGFND3_WSP_AVG": { + "Description": "Sets the number of pulses to be used in multi-pulse averaging mode. In this mode, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement", + "DisplayName": "Multi-pulse averages", + "Range": { + "high": "255", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND3_WSP_BAUD": { + "Description": "Desired baud rate", + "DisplayName": "Baud rate", + "User": "Advanced", + "Values": { + "0": "Low Speed", + "1": "High Speed" + } + }, + "RNGFND3_WSP_FRQ": { + "Description": "Sets the repetition frequency of the ranging operation in Hertz. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers.", + "DisplayName": "Frequency", + "Range": { + "high": "10000", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND3_WSP_MAVG": { + "Description": "Sets the number of historic range results to use for calculating the current range result. When MAVG is greater than 1, the current range result will be the current measured value averaged with the N-1 previous results", + "DisplayName": "Moving Average Range", + "Range": { + "high": "255", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND3_WSP_MEDF": { + "Description": "Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active", + "DisplayName": "Moving Median Filter", + "Range": { + "high": "255", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND3_WSP_THR": { + "Description": "Sets the system sensitivity. Larger values of THR represent higher sensitivity. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory. Set to -1 for automatic threshold adjustments", + "DisplayName": "Sensitivity threshold", + "Range": { + "high": "255", + "low": "-1" + }, + "User": "Advanced" + } + }, + "RNGFND4_": { + "RNGFND4_ADDR": { + "Description": "This sets the bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses.", + "DisplayName": "Bus address of sensor", + "Increment": "1", + "Range": { + "high": "127", + "low": "0" + }, + "User": "Standard" + }, + "RNGFND4_FUNCTION": { + "Description": "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.", + "DisplayName": "Rangefinder function", + "User": "Standard", + "Values": { + "0": "Linear", + "1": "Inverted", + "2": "Hyperbolic" + } + }, + "RNGFND4_GNDCLEAR": { + "Description": "This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground.", + "DisplayName": "Distance (in cm) from the range finder to the ground", + "Increment": "1", + "Range": { + "high": "127", + "low": "5" + }, + "Units": "cm", + "User": "Standard" + }, + "RNGFND4_MAX_CM": { + "Description": "Maximum distance in centimeters that rangefinder can reliably read", + "DisplayName": "Rangefinder maximum distance", + "Increment": "1", + "Units": "cm", + "User": "Standard" + }, + "RNGFND4_MIN_CM": { + "Description": "Minimum distance in centimeters that rangefinder can reliably read", + "DisplayName": "Rangefinder minimum distance", + "Increment": "1", + "Units": "cm", + "User": "Standard" + }, + "RNGFND4_OFFSET": { + "Description": "Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars", + "DisplayName": "rangefinder offset", + "Increment": "0.001", + "Units": "V", + "User": "Standard" + }, + "RNGFND4_ORIENT": { + "Description": "Orientation of rangefinder", + "DisplayName": "Rangefinder orientation", + "User": "Advanced", + "Values": { + "0": "Forward", + "1": "Forward-Right", + "2": "Right", + "24": "Up", + "25": "Down", + "3": "Back-Right", + "4": "Back", + "5": "Back-Left", + "6": "Left", + "7": "Forward-Left" + } + }, + "RNGFND4_PIN": { + "Description": "Analog or PWM input pin that rangefinder is connected to. Airspeed ports can be used for Analog input, AUXOUT can be used for PWM input. When using analog pin 103, the maximum value of the input in 3.3V. For PWM input, the pin must be configured as a digital GPIO, see the Wiki's \"GPIOs\" section for details.", + "DisplayName": "Rangefinder pin", + "User": "Standard", + "Values": { + "-1": "Not Used", + "103": "Pixhawk SBUS", + "11": "Pixracer", + "13": "Pixhawk ADC4", + "14": "Pixhawk ADC3", + "15": "Pixhawk ADC6/Pixhawk2 ADC", + "50": "AUX1", + "51": "AUX2", + "52": "AUX3", + "53": "AUX4", + "54": "AUX5", + "55": "AUX6" + } + }, + "RNGFND4_POS_X": { + "Description": "X position of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied.", + "DisplayName": " X position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "RNGFND4_POS_Y": { + "Description": "Y position of the rangefinder in body frame. Positive Y is to the right of the origin. Use the zero range datum point if supplied.", + "DisplayName": "Y position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "RNGFND4_POS_Z": { + "Description": "Z position of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied.", + "DisplayName": "Z position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "RNGFND4_PWRRNG": { + "Description": "This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode (if available). A value of zero means power saving is not enabled", + "DisplayName": "Powersave range", + "Range": { + "high": "32767", + "low": "0" + }, + "Units": "m", + "User": "Standard" + }, + "RNGFND4_RECV_ID": { + "Description": "The receive ID of the CAN frames. A value of zero means all IDs are accepted.", + "DisplayName": "RangeFinder CAN receive ID", + "Range": { + "high": "65535", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND4_RMETRIC": { + "Description": "This parameter sets whether an analog rangefinder is ratiometric. Most analog rangefinders are ratiometric, meaning that their output voltage is influenced by the supply voltage. Some analog rangefinders (such as the SF/02) have their own internal voltage regulators so they are not ratiometric.", + "DisplayName": "Ratiometric", + "User": "Standard", + "Values": { + "0": "No", + "1": "Yes" + } + }, + "RNGFND4_SCALING": { + "Description": "Scaling factor between rangefinder reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts. For Maxbotix serial sonar this is unit conversion to meters.", + "DisplayName": "Rangefinder scaling", + "Increment": "0.001", + "Units": "m/V", + "User": "Standard" + }, + "RNGFND4_SNR_MIN": { + "Description": "RangeFinder Minimum signal strength (SNR) to accept distance", + "DisplayName": "RangeFinder Minimum signal strength", + "Range": { + "high": "65535", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND4_STOP_PIN": { + "Description": "Digital pin that enables/disables rangefinder measurement for the pwm rangefinder. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it. This is used to enable powersaving when out of range. Some common values are given, but see the Wiki's \"GPIOs\" page for how to determine the pin number for a given autopilot.", + "DisplayName": "Rangefinder stop pin", + "User": "Standard", + "Values": { + "-1": "Not Used", + "111": "PX4 FMU Relay1", + "112": "PX4 FMU Relay2", + "113": "PX4IO Relay1", + "114": "PX4IO Relay2", + "115": "PX4IO ACC1", + "116": "PX4IO ACC2", + "50": "AUX1", + "51": "AUX2", + "52": "AUX3", + "53": "AUX4", + "54": "AUX5", + "55": "AUX6" + } + }, + "RNGFND4_TYPE": { + "Description": "Type of connected rangefinder", + "DisplayName": "Rangefinder type", + "User": "Standard", + "Values": { + "0": "None", + "1": "Analog", + "10": "MAVLink", + "100": "SITL", + "11": "USD1_Serial", + "12": "LeddarOne", + "13": "MaxbotixSerial", + "14": "TeraRangerI2C", + "15": "LidarLiteV3-I2C", + "16": "VL53L0X or VL53L1X", + "17": "NMEA", + "18": "WASP-LRF", + "19": "BenewakeTF02", + "2": "MaxbotixI2C", + "20": "Benewake-Serial", + "21": "LidarLightV3HP", + "22": "PWM", + "23": "BlueRoboticsPing", + "24": "DroneCAN", + "25": "BenewakeTFminiPlus-I2C", + "26": "LanbaoPSK-CM8JL65-CC5", + "27": "BenewakeTF03", + "28": "VL53L1X-ShortRange", + "29": "LeddarVu8-Serial", + "3": "LidarLite-I2C", + "30": "HC-SR04", + "31": "GYUS42v2", + "32": "MSP", + "33": "USD1_CAN", + "34": "Benewake_CAN", + "35": "TeraRangerSerial", + "36": "Lua_Scripting", + "37": "NoopLoop_TOFSense", + "38": "NoopLoop_TOFSense_CAN", + "39": "NRA24_CAN", + "40": "NoopLoop_TOFSenseF_I2C", + "41": "JRE_Serial", + "5": "PWM", + "6": "BBB-PRU", + "7": "LightWareI2C", + "8": "LightWareSerial", + "9": "Bebop" + } + }, + "RNGFND4_WSP_AVG": { + "Description": "Sets the number of pulses to be used in multi-pulse averaging mode. In this mode, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement", + "DisplayName": "Multi-pulse averages", + "Range": { + "high": "255", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND4_WSP_BAUD": { + "Description": "Desired baud rate", + "DisplayName": "Baud rate", + "User": "Advanced", + "Values": { + "0": "Low Speed", + "1": "High Speed" + } + }, + "RNGFND4_WSP_FRQ": { + "Description": "Sets the repetition frequency of the ranging operation in Hertz. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers.", + "DisplayName": "Frequency", + "Range": { + "high": "10000", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND4_WSP_MAVG": { + "Description": "Sets the number of historic range results to use for calculating the current range result. When MAVG is greater than 1, the current range result will be the current measured value averaged with the N-1 previous results", + "DisplayName": "Moving Average Range", + "Range": { + "high": "255", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND4_WSP_MEDF": { + "Description": "Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active", + "DisplayName": "Moving Median Filter", + "Range": { + "high": "255", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND4_WSP_THR": { + "Description": "Sets the system sensitivity. Larger values of THR represent higher sensitivity. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory. Set to -1 for automatic threshold adjustments", + "DisplayName": "Sensitivity threshold", + "Range": { + "high": "255", + "low": "-1" + }, + "User": "Advanced" + } + }, + "RNGFND5_": { + "RNGFND5_ADDR": { + "Description": "This sets the bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses.", + "DisplayName": "Bus address of sensor", + "Increment": "1", + "Range": { + "high": "127", + "low": "0" + }, + "User": "Standard" + }, + "RNGFND5_FUNCTION": { + "Description": "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.", + "DisplayName": "Rangefinder function", + "User": "Standard", + "Values": { + "0": "Linear", + "1": "Inverted", + "2": "Hyperbolic" + } + }, + "RNGFND5_GNDCLEAR": { + "Description": "This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground.", + "DisplayName": "Distance (in cm) from the range finder to the ground", + "Increment": "1", + "Range": { + "high": "127", + "low": "5" + }, + "Units": "cm", + "User": "Standard" + }, + "RNGFND5_MAX_CM": { + "Description": "Maximum distance in centimeters that rangefinder can reliably read", + "DisplayName": "Rangefinder maximum distance", + "Increment": "1", + "Units": "cm", + "User": "Standard" + }, + "RNGFND5_MIN_CM": { + "Description": "Minimum distance in centimeters that rangefinder can reliably read", + "DisplayName": "Rangefinder minimum distance", + "Increment": "1", + "Units": "cm", + "User": "Standard" + }, + "RNGFND5_OFFSET": { + "Description": "Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars", + "DisplayName": "rangefinder offset", + "Increment": "0.001", + "Units": "V", + "User": "Standard" + }, + "RNGFND5_ORIENT": { + "Description": "Orientation of rangefinder", + "DisplayName": "Rangefinder orientation", + "User": "Advanced", + "Values": { + "0": "Forward", + "1": "Forward-Right", + "2": "Right", + "24": "Up", + "25": "Down", + "3": "Back-Right", + "4": "Back", + "5": "Back-Left", + "6": "Left", + "7": "Forward-Left" + } + }, + "RNGFND5_PIN": { + "Description": "Analog or PWM input pin that rangefinder is connected to. Airspeed ports can be used for Analog input, AUXOUT can be used for PWM input. When using analog pin 103, the maximum value of the input in 3.3V. For PWM input, the pin must be configured as a digital GPIO, see the Wiki's \"GPIOs\" section for details.", + "DisplayName": "Rangefinder pin", + "User": "Standard", + "Values": { + "-1": "Not Used", + "103": "Pixhawk SBUS", + "11": "Pixracer", + "13": "Pixhawk ADC4", + "14": "Pixhawk ADC3", + "15": "Pixhawk ADC6/Pixhawk2 ADC", + "50": "AUX1", + "51": "AUX2", + "52": "AUX3", + "53": "AUX4", + "54": "AUX5", + "55": "AUX6" + } + }, + "RNGFND5_POS_X": { + "Description": "X position of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied.", + "DisplayName": " X position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "RNGFND5_POS_Y": { + "Description": "Y position of the rangefinder in body frame. Positive Y is to the right of the origin. Use the zero range datum point if supplied.", + "DisplayName": "Y position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "RNGFND5_POS_Z": { + "Description": "Z position of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied.", + "DisplayName": "Z position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "RNGFND5_PWRRNG": { + "Description": "This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode (if available). A value of zero means power saving is not enabled", + "DisplayName": "Powersave range", + "Range": { + "high": "32767", + "low": "0" + }, + "Units": "m", + "User": "Standard" + }, + "RNGFND5_RECV_ID": { + "Description": "The receive ID of the CAN frames. A value of zero means all IDs are accepted.", + "DisplayName": "RangeFinder CAN receive ID", + "Range": { + "high": "65535", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND5_RMETRIC": { + "Description": "This parameter sets whether an analog rangefinder is ratiometric. Most analog rangefinders are ratiometric, meaning that their output voltage is influenced by the supply voltage. Some analog rangefinders (such as the SF/02) have their own internal voltage regulators so they are not ratiometric.", + "DisplayName": "Ratiometric", + "User": "Standard", + "Values": { + "0": "No", + "1": "Yes" + } + }, + "RNGFND5_SCALING": { + "Description": "Scaling factor between rangefinder reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts. For Maxbotix serial sonar this is unit conversion to meters.", + "DisplayName": "Rangefinder scaling", + "Increment": "0.001", + "Units": "m/V", + "User": "Standard" + }, + "RNGFND5_SNR_MIN": { + "Description": "RangeFinder Minimum signal strength (SNR) to accept distance", + "DisplayName": "RangeFinder Minimum signal strength", + "Range": { + "high": "65535", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND5_STOP_PIN": { + "Description": "Digital pin that enables/disables rangefinder measurement for the pwm rangefinder. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it. This is used to enable powersaving when out of range. Some common values are given, but see the Wiki's \"GPIOs\" page for how to determine the pin number for a given autopilot.", + "DisplayName": "Rangefinder stop pin", + "User": "Standard", + "Values": { + "-1": "Not Used", + "111": "PX4 FMU Relay1", + "112": "PX4 FMU Relay2", + "113": "PX4IO Relay1", + "114": "PX4IO Relay2", + "115": "PX4IO ACC1", + "116": "PX4IO ACC2", + "50": "AUX1", + "51": "AUX2", + "52": "AUX3", + "53": "AUX4", + "54": "AUX5", + "55": "AUX6" + } + }, + "RNGFND5_TYPE": { + "Description": "Type of connected rangefinder", + "DisplayName": "Rangefinder type", + "User": "Standard", + "Values": { + "0": "None", + "1": "Analog", + "10": "MAVLink", + "100": "SITL", + "11": "USD1_Serial", + "12": "LeddarOne", + "13": "MaxbotixSerial", + "14": "TeraRangerI2C", + "15": "LidarLiteV3-I2C", + "16": "VL53L0X or VL53L1X", + "17": "NMEA", + "18": "WASP-LRF", + "19": "BenewakeTF02", + "2": "MaxbotixI2C", + "20": "Benewake-Serial", + "21": "LidarLightV3HP", + "22": "PWM", + "23": "BlueRoboticsPing", + "24": "DroneCAN", + "25": "BenewakeTFminiPlus-I2C", + "26": "LanbaoPSK-CM8JL65-CC5", + "27": "BenewakeTF03", + "28": "VL53L1X-ShortRange", + "29": "LeddarVu8-Serial", + "3": "LidarLite-I2C", + "30": "HC-SR04", + "31": "GYUS42v2", + "32": "MSP", + "33": "USD1_CAN", + "34": "Benewake_CAN", + "35": "TeraRangerSerial", + "36": "Lua_Scripting", + "37": "NoopLoop_TOFSense", + "38": "NoopLoop_TOFSense_CAN", + "39": "NRA24_CAN", + "40": "NoopLoop_TOFSenseF_I2C", + "41": "JRE_Serial", + "5": "PWM", + "6": "BBB-PRU", + "7": "LightWareI2C", + "8": "LightWareSerial", + "9": "Bebop" + } + }, + "RNGFND5_WSP_AVG": { + "Description": "Sets the number of pulses to be used in multi-pulse averaging mode. In this mode, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement", + "DisplayName": "Multi-pulse averages", + "Range": { + "high": "255", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND5_WSP_BAUD": { + "Description": "Desired baud rate", + "DisplayName": "Baud rate", + "User": "Advanced", + "Values": { + "0": "Low Speed", + "1": "High Speed" + } + }, + "RNGFND5_WSP_FRQ": { + "Description": "Sets the repetition frequency of the ranging operation in Hertz. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers.", + "DisplayName": "Frequency", + "Range": { + "high": "10000", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND5_WSP_MAVG": { + "Description": "Sets the number of historic range results to use for calculating the current range result. When MAVG is greater than 1, the current range result will be the current measured value averaged with the N-1 previous results", + "DisplayName": "Moving Average Range", + "Range": { + "high": "255", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND5_WSP_MEDF": { + "Description": "Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active", + "DisplayName": "Moving Median Filter", + "Range": { + "high": "255", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND5_WSP_THR": { + "Description": "Sets the system sensitivity. Larger values of THR represent higher sensitivity. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory. Set to -1 for automatic threshold adjustments", + "DisplayName": "Sensitivity threshold", + "Range": { + "high": "255", + "low": "-1" + }, + "User": "Advanced" + } + }, + "RNGFND6_": { + "RNGFND6_ADDR": { + "Description": "This sets the bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses.", + "DisplayName": "Bus address of sensor", + "Increment": "1", + "Range": { + "high": "127", + "low": "0" + }, + "User": "Standard" + }, + "RNGFND6_FUNCTION": { + "Description": "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.", + "DisplayName": "Rangefinder function", + "User": "Standard", + "Values": { + "0": "Linear", + "1": "Inverted", + "2": "Hyperbolic" + } + }, + "RNGFND6_GNDCLEAR": { + "Description": "This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground.", + "DisplayName": "Distance (in cm) from the range finder to the ground", + "Increment": "1", + "Range": { + "high": "127", + "low": "5" + }, + "Units": "cm", + "User": "Standard" + }, + "RNGFND6_MAX_CM": { + "Description": "Maximum distance in centimeters that rangefinder can reliably read", + "DisplayName": "Rangefinder maximum distance", + "Increment": "1", + "Units": "cm", + "User": "Standard" + }, + "RNGFND6_MIN_CM": { + "Description": "Minimum distance in centimeters that rangefinder can reliably read", + "DisplayName": "Rangefinder minimum distance", + "Increment": "1", + "Units": "cm", + "User": "Standard" + }, + "RNGFND6_OFFSET": { + "Description": "Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars", + "DisplayName": "rangefinder offset", + "Increment": "0.001", + "Units": "V", + "User": "Standard" + }, + "RNGFND6_ORIENT": { + "Description": "Orientation of rangefinder", + "DisplayName": "Rangefinder orientation", + "User": "Advanced", + "Values": { + "0": "Forward", + "1": "Forward-Right", + "2": "Right", + "24": "Up", + "25": "Down", + "3": "Back-Right", + "4": "Back", + "5": "Back-Left", + "6": "Left", + "7": "Forward-Left" + } + }, + "RNGFND6_PIN": { + "Description": "Analog or PWM input pin that rangefinder is connected to. Airspeed ports can be used for Analog input, AUXOUT can be used for PWM input. When using analog pin 103, the maximum value of the input in 3.3V. For PWM input, the pin must be configured as a digital GPIO, see the Wiki's \"GPIOs\" section for details.", + "DisplayName": "Rangefinder pin", + "User": "Standard", + "Values": { + "-1": "Not Used", + "103": "Pixhawk SBUS", + "11": "Pixracer", + "13": "Pixhawk ADC4", + "14": "Pixhawk ADC3", + "15": "Pixhawk ADC6/Pixhawk2 ADC", + "50": "AUX1", + "51": "AUX2", + "52": "AUX3", + "53": "AUX4", + "54": "AUX5", + "55": "AUX6" + } + }, + "RNGFND6_POS_X": { + "Description": "X position of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied.", + "DisplayName": " X position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "RNGFND6_POS_Y": { + "Description": "Y position of the rangefinder in body frame. Positive Y is to the right of the origin. Use the zero range datum point if supplied.", + "DisplayName": "Y position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "RNGFND6_POS_Z": { + "Description": "Z position of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied.", + "DisplayName": "Z position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "RNGFND6_PWRRNG": { + "Description": "This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode (if available). A value of zero means power saving is not enabled", + "DisplayName": "Powersave range", + "Range": { + "high": "32767", + "low": "0" + }, + "Units": "m", + "User": "Standard" + }, + "RNGFND6_RECV_ID": { + "Description": "The receive ID of the CAN frames. A value of zero means all IDs are accepted.", + "DisplayName": "RangeFinder CAN receive ID", + "Range": { + "high": "65535", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND6_RMETRIC": { + "Description": "This parameter sets whether an analog rangefinder is ratiometric. Most analog rangefinders are ratiometric, meaning that their output voltage is influenced by the supply voltage. Some analog rangefinders (such as the SF/02) have their own internal voltage regulators so they are not ratiometric.", + "DisplayName": "Ratiometric", + "User": "Standard", + "Values": { + "0": "No", + "1": "Yes" + } + }, + "RNGFND6_SCALING": { + "Description": "Scaling factor between rangefinder reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts. For Maxbotix serial sonar this is unit conversion to meters.", + "DisplayName": "Rangefinder scaling", + "Increment": "0.001", + "Units": "m/V", + "User": "Standard" + }, + "RNGFND6_SNR_MIN": { + "Description": "RangeFinder Minimum signal strength (SNR) to accept distance", + "DisplayName": "RangeFinder Minimum signal strength", + "Range": { + "high": "65535", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND6_STOP_PIN": { + "Description": "Digital pin that enables/disables rangefinder measurement for the pwm rangefinder. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it. This is used to enable powersaving when out of range. Some common values are given, but see the Wiki's \"GPIOs\" page for how to determine the pin number for a given autopilot.", + "DisplayName": "Rangefinder stop pin", + "User": "Standard", + "Values": { + "-1": "Not Used", + "111": "PX4 FMU Relay1", + "112": "PX4 FMU Relay2", + "113": "PX4IO Relay1", + "114": "PX4IO Relay2", + "115": "PX4IO ACC1", + "116": "PX4IO ACC2", + "50": "AUX1", + "51": "AUX2", + "52": "AUX3", + "53": "AUX4", + "54": "AUX5", + "55": "AUX6" + } + }, + "RNGFND6_TYPE": { + "Description": "Type of connected rangefinder", + "DisplayName": "Rangefinder type", + "User": "Standard", + "Values": { + "0": "None", + "1": "Analog", + "10": "MAVLink", + "100": "SITL", + "11": "USD1_Serial", + "12": "LeddarOne", + "13": "MaxbotixSerial", + "14": "TeraRangerI2C", + "15": "LidarLiteV3-I2C", + "16": "VL53L0X or VL53L1X", + "17": "NMEA", + "18": "WASP-LRF", + "19": "BenewakeTF02", + "2": "MaxbotixI2C", + "20": "Benewake-Serial", + "21": "LidarLightV3HP", + "22": "PWM", + "23": "BlueRoboticsPing", + "24": "DroneCAN", + "25": "BenewakeTFminiPlus-I2C", + "26": "LanbaoPSK-CM8JL65-CC5", + "27": "BenewakeTF03", + "28": "VL53L1X-ShortRange", + "29": "LeddarVu8-Serial", + "3": "LidarLite-I2C", + "30": "HC-SR04", + "31": "GYUS42v2", + "32": "MSP", + "33": "USD1_CAN", + "34": "Benewake_CAN", + "35": "TeraRangerSerial", + "36": "Lua_Scripting", + "37": "NoopLoop_TOFSense", + "38": "NoopLoop_TOFSense_CAN", + "39": "NRA24_CAN", + "40": "NoopLoop_TOFSenseF_I2C", + "41": "JRE_Serial", + "5": "PWM", + "6": "BBB-PRU", + "7": "LightWareI2C", + "8": "LightWareSerial", + "9": "Bebop" + } + }, + "RNGFND6_WSP_AVG": { + "Description": "Sets the number of pulses to be used in multi-pulse averaging mode. In this mode, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement", + "DisplayName": "Multi-pulse averages", + "Range": { + "high": "255", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND6_WSP_BAUD": { + "Description": "Desired baud rate", + "DisplayName": "Baud rate", + "User": "Advanced", + "Values": { + "0": "Low Speed", + "1": "High Speed" + } + }, + "RNGFND6_WSP_FRQ": { + "Description": "Sets the repetition frequency of the ranging operation in Hertz. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers.", + "DisplayName": "Frequency", + "Range": { + "high": "10000", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND6_WSP_MAVG": { + "Description": "Sets the number of historic range results to use for calculating the current range result. When MAVG is greater than 1, the current range result will be the current measured value averaged with the N-1 previous results", + "DisplayName": "Moving Average Range", + "Range": { + "high": "255", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND6_WSP_MEDF": { + "Description": "Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active", + "DisplayName": "Moving Median Filter", + "Range": { + "high": "255", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND6_WSP_THR": { + "Description": "Sets the system sensitivity. Larger values of THR represent higher sensitivity. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory. Set to -1 for automatic threshold adjustments", + "DisplayName": "Sensitivity threshold", + "Range": { + "high": "255", + "low": "-1" + }, + "User": "Advanced" + } + }, + "RNGFND7_": { + "RNGFND7_ADDR": { + "Description": "This sets the bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses.", + "DisplayName": "Bus address of sensor", + "Increment": "1", + "Range": { + "high": "127", + "low": "0" + }, + "User": "Standard" + }, + "RNGFND7_FUNCTION": { + "Description": "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.", + "DisplayName": "Rangefinder function", + "User": "Standard", + "Values": { + "0": "Linear", + "1": "Inverted", + "2": "Hyperbolic" + } + }, + "RNGFND7_GNDCLEAR": { + "Description": "This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground.", + "DisplayName": "Distance (in cm) from the range finder to the ground", + "Increment": "1", + "Range": { + "high": "127", + "low": "5" + }, + "Units": "cm", + "User": "Standard" + }, + "RNGFND7_MAX_CM": { + "Description": "Maximum distance in centimeters that rangefinder can reliably read", + "DisplayName": "Rangefinder maximum distance", + "Increment": "1", + "Units": "cm", + "User": "Standard" + }, + "RNGFND7_MIN_CM": { + "Description": "Minimum distance in centimeters that rangefinder can reliably read", + "DisplayName": "Rangefinder minimum distance", + "Increment": "1", + "Units": "cm", + "User": "Standard" + }, + "RNGFND7_OFFSET": { + "Description": "Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars", + "DisplayName": "rangefinder offset", + "Increment": "0.001", + "Units": "V", + "User": "Standard" + }, + "RNGFND7_ORIENT": { + "Description": "Orientation of rangefinder", + "DisplayName": "Rangefinder orientation", + "User": "Advanced", + "Values": { + "0": "Forward", + "1": "Forward-Right", + "2": "Right", + "24": "Up", + "25": "Down", + "3": "Back-Right", + "4": "Back", + "5": "Back-Left", + "6": "Left", + "7": "Forward-Left" + } + }, + "RNGFND7_PIN": { + "Description": "Analog or PWM input pin that rangefinder is connected to. Airspeed ports can be used for Analog input, AUXOUT can be used for PWM input. When using analog pin 103, the maximum value of the input in 3.3V. For PWM input, the pin must be configured as a digital GPIO, see the Wiki's \"GPIOs\" section for details.", + "DisplayName": "Rangefinder pin", + "User": "Standard", + "Values": { + "-1": "Not Used", + "103": "Pixhawk SBUS", + "11": "Pixracer", + "13": "Pixhawk ADC4", + "14": "Pixhawk ADC3", + "15": "Pixhawk ADC6/Pixhawk2 ADC", + "50": "AUX1", + "51": "AUX2", + "52": "AUX3", + "53": "AUX4", + "54": "AUX5", + "55": "AUX6" + } + }, + "RNGFND7_POS_X": { + "Description": "X position of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied.", + "DisplayName": " X position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "RNGFND7_POS_Y": { + "Description": "Y position of the rangefinder in body frame. Positive Y is to the right of the origin. Use the zero range datum point if supplied.", + "DisplayName": "Y position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "RNGFND7_POS_Z": { + "Description": "Z position of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied.", + "DisplayName": "Z position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "RNGFND7_PWRRNG": { + "Description": "This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode (if available). A value of zero means power saving is not enabled", + "DisplayName": "Powersave range", + "Range": { + "high": "32767", + "low": "0" + }, + "Units": "m", + "User": "Standard" + }, + "RNGFND7_RECV_ID": { + "Description": "The receive ID of the CAN frames. A value of zero means all IDs are accepted.", + "DisplayName": "RangeFinder CAN receive ID", + "Range": { + "high": "65535", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND7_RMETRIC": { + "Description": "This parameter sets whether an analog rangefinder is ratiometric. Most analog rangefinders are ratiometric, meaning that their output voltage is influenced by the supply voltage. Some analog rangefinders (such as the SF/02) have their own internal voltage regulators so they are not ratiometric.", + "DisplayName": "Ratiometric", + "User": "Standard", + "Values": { + "0": "No", + "1": "Yes" + } + }, + "RNGFND7_SCALING": { + "Description": "Scaling factor between rangefinder reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts. For Maxbotix serial sonar this is unit conversion to meters.", + "DisplayName": "Rangefinder scaling", + "Increment": "0.001", + "Units": "m/V", + "User": "Standard" + }, + "RNGFND7_SNR_MIN": { + "Description": "RangeFinder Minimum signal strength (SNR) to accept distance", + "DisplayName": "RangeFinder Minimum signal strength", + "Range": { + "high": "65535", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND7_STOP_PIN": { + "Description": "Digital pin that enables/disables rangefinder measurement for the pwm rangefinder. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it. This is used to enable powersaving when out of range. Some common values are given, but see the Wiki's \"GPIOs\" page for how to determine the pin number for a given autopilot.", + "DisplayName": "Rangefinder stop pin", + "User": "Standard", + "Values": { + "-1": "Not Used", + "111": "PX4 FMU Relay1", + "112": "PX4 FMU Relay2", + "113": "PX4IO Relay1", + "114": "PX4IO Relay2", + "115": "PX4IO ACC1", + "116": "PX4IO ACC2", + "50": "AUX1", + "51": "AUX2", + "52": "AUX3", + "53": "AUX4", + "54": "AUX5", + "55": "AUX6" + } + }, + "RNGFND7_TYPE": { + "Description": "Type of connected rangefinder", + "DisplayName": "Rangefinder type", + "User": "Standard", + "Values": { + "0": "None", + "1": "Analog", + "10": "MAVLink", + "100": "SITL", + "11": "USD1_Serial", + "12": "LeddarOne", + "13": "MaxbotixSerial", + "14": "TeraRangerI2C", + "15": "LidarLiteV3-I2C", + "16": "VL53L0X or VL53L1X", + "17": "NMEA", + "18": "WASP-LRF", + "19": "BenewakeTF02", + "2": "MaxbotixI2C", + "20": "Benewake-Serial", + "21": "LidarLightV3HP", + "22": "PWM", + "23": "BlueRoboticsPing", + "24": "DroneCAN", + "25": "BenewakeTFminiPlus-I2C", + "26": "LanbaoPSK-CM8JL65-CC5", + "27": "BenewakeTF03", + "28": "VL53L1X-ShortRange", + "29": "LeddarVu8-Serial", + "3": "LidarLite-I2C", + "30": "HC-SR04", + "31": "GYUS42v2", + "32": "MSP", + "33": "USD1_CAN", + "34": "Benewake_CAN", + "35": "TeraRangerSerial", + "36": "Lua_Scripting", + "37": "NoopLoop_TOFSense", + "38": "NoopLoop_TOFSense_CAN", + "39": "NRA24_CAN", + "40": "NoopLoop_TOFSenseF_I2C", + "41": "JRE_Serial", + "5": "PWM", + "6": "BBB-PRU", + "7": "LightWareI2C", + "8": "LightWareSerial", + "9": "Bebop" + } + }, + "RNGFND7_WSP_AVG": { + "Description": "Sets the number of pulses to be used in multi-pulse averaging mode. In this mode, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement", + "DisplayName": "Multi-pulse averages", + "Range": { + "high": "255", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND7_WSP_BAUD": { + "Description": "Desired baud rate", + "DisplayName": "Baud rate", + "User": "Advanced", + "Values": { + "0": "Low Speed", + "1": "High Speed" + } + }, + "RNGFND7_WSP_FRQ": { + "Description": "Sets the repetition frequency of the ranging operation in Hertz. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers.", + "DisplayName": "Frequency", + "Range": { + "high": "10000", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND7_WSP_MAVG": { + "Description": "Sets the number of historic range results to use for calculating the current range result. When MAVG is greater than 1, the current range result will be the current measured value averaged with the N-1 previous results", + "DisplayName": "Moving Average Range", + "Range": { + "high": "255", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND7_WSP_MEDF": { + "Description": "Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active", + "DisplayName": "Moving Median Filter", + "Range": { + "high": "255", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND7_WSP_THR": { + "Description": "Sets the system sensitivity. Larger values of THR represent higher sensitivity. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory. Set to -1 for automatic threshold adjustments", + "DisplayName": "Sensitivity threshold", + "Range": { + "high": "255", + "low": "-1" + }, + "User": "Advanced" + } + }, + "RNGFND8_": { + "RNGFND8_ADDR": { + "Description": "This sets the bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses.", + "DisplayName": "Bus address of sensor", + "Increment": "1", + "Range": { + "high": "127", + "low": "0" + }, + "User": "Standard" + }, + "RNGFND8_FUNCTION": { + "Description": "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.", + "DisplayName": "Rangefinder function", + "User": "Standard", + "Values": { + "0": "Linear", + "1": "Inverted", + "2": "Hyperbolic" + } + }, + "RNGFND8_GNDCLEAR": { + "Description": "This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground.", + "DisplayName": "Distance (in cm) from the range finder to the ground", + "Increment": "1", + "Range": { + "high": "127", + "low": "5" + }, + "Units": "cm", + "User": "Standard" + }, + "RNGFND8_MAX_CM": { + "Description": "Maximum distance in centimeters that rangefinder can reliably read", + "DisplayName": "Rangefinder maximum distance", + "Increment": "1", + "Units": "cm", + "User": "Standard" + }, + "RNGFND8_MIN_CM": { + "Description": "Minimum distance in centimeters that rangefinder can reliably read", + "DisplayName": "Rangefinder minimum distance", + "Increment": "1", + "Units": "cm", + "User": "Standard" + }, + "RNGFND8_OFFSET": { + "Description": "Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars", + "DisplayName": "rangefinder offset", + "Increment": "0.001", + "Units": "V", + "User": "Standard" + }, + "RNGFND8_ORIENT": { + "Description": "Orientation of rangefinder", + "DisplayName": "Rangefinder orientation", + "User": "Advanced", + "Values": { + "0": "Forward", + "1": "Forward-Right", + "2": "Right", + "24": "Up", + "25": "Down", + "3": "Back-Right", + "4": "Back", + "5": "Back-Left", + "6": "Left", + "7": "Forward-Left" + } + }, + "RNGFND8_PIN": { + "Description": "Analog or PWM input pin that rangefinder is connected to. Airspeed ports can be used for Analog input, AUXOUT can be used for PWM input. When using analog pin 103, the maximum value of the input in 3.3V. For PWM input, the pin must be configured as a digital GPIO, see the Wiki's \"GPIOs\" section for details.", + "DisplayName": "Rangefinder pin", + "User": "Standard", + "Values": { + "-1": "Not Used", + "103": "Pixhawk SBUS", + "11": "Pixracer", + "13": "Pixhawk ADC4", + "14": "Pixhawk ADC3", + "15": "Pixhawk ADC6/Pixhawk2 ADC", + "50": "AUX1", + "51": "AUX2", + "52": "AUX3", + "53": "AUX4", + "54": "AUX5", + "55": "AUX6" + } + }, + "RNGFND8_POS_X": { + "Description": "X position of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied.", + "DisplayName": " X position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "RNGFND8_POS_Y": { + "Description": "Y position of the rangefinder in body frame. Positive Y is to the right of the origin. Use the zero range datum point if supplied.", + "DisplayName": "Y position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "RNGFND8_POS_Z": { + "Description": "Z position of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied.", + "DisplayName": "Z position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "RNGFND8_PWRRNG": { + "Description": "This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode (if available). A value of zero means power saving is not enabled", + "DisplayName": "Powersave range", + "Range": { + "high": "32767", + "low": "0" + }, + "Units": "m", + "User": "Standard" + }, + "RNGFND8_RECV_ID": { + "Description": "The receive ID of the CAN frames. A value of zero means all IDs are accepted.", + "DisplayName": "RangeFinder CAN receive ID", + "Range": { + "high": "65535", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND8_RMETRIC": { + "Description": "This parameter sets whether an analog rangefinder is ratiometric. Most analog rangefinders are ratiometric, meaning that their output voltage is influenced by the supply voltage. Some analog rangefinders (such as the SF/02) have their own internal voltage regulators so they are not ratiometric.", + "DisplayName": "Ratiometric", + "User": "Standard", + "Values": { + "0": "No", + "1": "Yes" + } + }, + "RNGFND8_SCALING": { + "Description": "Scaling factor between rangefinder reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts. For Maxbotix serial sonar this is unit conversion to meters.", + "DisplayName": "Rangefinder scaling", + "Increment": "0.001", + "Units": "m/V", + "User": "Standard" + }, + "RNGFND8_SNR_MIN": { + "Description": "RangeFinder Minimum signal strength (SNR) to accept distance", + "DisplayName": "RangeFinder Minimum signal strength", + "Range": { + "high": "65535", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND8_STOP_PIN": { + "Description": "Digital pin that enables/disables rangefinder measurement for the pwm rangefinder. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it. This is used to enable powersaving when out of range. Some common values are given, but see the Wiki's \"GPIOs\" page for how to determine the pin number for a given autopilot.", + "DisplayName": "Rangefinder stop pin", + "User": "Standard", + "Values": { + "-1": "Not Used", + "111": "PX4 FMU Relay1", + "112": "PX4 FMU Relay2", + "113": "PX4IO Relay1", + "114": "PX4IO Relay2", + "115": "PX4IO ACC1", + "116": "PX4IO ACC2", + "50": "AUX1", + "51": "AUX2", + "52": "AUX3", + "53": "AUX4", + "54": "AUX5", + "55": "AUX6" + } + }, + "RNGFND8_TYPE": { + "Description": "Type of connected rangefinder", + "DisplayName": "Rangefinder type", + "User": "Standard", + "Values": { + "0": "None", + "1": "Analog", + "10": "MAVLink", + "100": "SITL", + "11": "USD1_Serial", + "12": "LeddarOne", + "13": "MaxbotixSerial", + "14": "TeraRangerI2C", + "15": "LidarLiteV3-I2C", + "16": "VL53L0X or VL53L1X", + "17": "NMEA", + "18": "WASP-LRF", + "19": "BenewakeTF02", + "2": "MaxbotixI2C", + "20": "Benewake-Serial", + "21": "LidarLightV3HP", + "22": "PWM", + "23": "BlueRoboticsPing", + "24": "DroneCAN", + "25": "BenewakeTFminiPlus-I2C", + "26": "LanbaoPSK-CM8JL65-CC5", + "27": "BenewakeTF03", + "28": "VL53L1X-ShortRange", + "29": "LeddarVu8-Serial", + "3": "LidarLite-I2C", + "30": "HC-SR04", + "31": "GYUS42v2", + "32": "MSP", + "33": "USD1_CAN", + "34": "Benewake_CAN", + "35": "TeraRangerSerial", + "36": "Lua_Scripting", + "37": "NoopLoop_TOFSense", + "38": "NoopLoop_TOFSense_CAN", + "39": "NRA24_CAN", + "40": "NoopLoop_TOFSenseF_I2C", + "41": "JRE_Serial", + "5": "PWM", + "6": "BBB-PRU", + "7": "LightWareI2C", + "8": "LightWareSerial", + "9": "Bebop" + } + }, + "RNGFND8_WSP_AVG": { + "Description": "Sets the number of pulses to be used in multi-pulse averaging mode. In this mode, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement", + "DisplayName": "Multi-pulse averages", + "Range": { + "high": "255", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND8_WSP_BAUD": { + "Description": "Desired baud rate", + "DisplayName": "Baud rate", + "User": "Advanced", + "Values": { + "0": "Low Speed", + "1": "High Speed" + } + }, + "RNGFND8_WSP_FRQ": { + "Description": "Sets the repetition frequency of the ranging operation in Hertz. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers.", + "DisplayName": "Frequency", + "Range": { + "high": "10000", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND8_WSP_MAVG": { + "Description": "Sets the number of historic range results to use for calculating the current range result. When MAVG is greater than 1, the current range result will be the current measured value averaged with the N-1 previous results", + "DisplayName": "Moving Average Range", + "Range": { + "high": "255", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND8_WSP_MEDF": { + "Description": "Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active", + "DisplayName": "Moving Median Filter", + "Range": { + "high": "255", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND8_WSP_THR": { + "Description": "Sets the system sensitivity. Larger values of THR represent higher sensitivity. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory. Set to -1 for automatic threshold adjustments", + "DisplayName": "Sensitivity threshold", + "Range": { + "high": "255", + "low": "-1" + }, + "User": "Advanced" + } + }, + "RNGFND9_": { + "RNGFND9_ADDR": { + "Description": "This sets the bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses.", + "DisplayName": "Bus address of sensor", + "Increment": "1", + "Range": { + "high": "127", + "low": "0" + }, + "User": "Standard" + }, + "RNGFND9_FUNCTION": { + "Description": "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.", + "DisplayName": "Rangefinder function", + "User": "Standard", + "Values": { + "0": "Linear", + "1": "Inverted", + "2": "Hyperbolic" + } + }, + "RNGFND9_GNDCLEAR": { + "Description": "This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground.", + "DisplayName": "Distance (in cm) from the range finder to the ground", + "Increment": "1", + "Range": { + "high": "127", + "low": "5" + }, + "Units": "cm", + "User": "Standard" + }, + "RNGFND9_MAX_CM": { + "Description": "Maximum distance in centimeters that rangefinder can reliably read", + "DisplayName": "Rangefinder maximum distance", + "Increment": "1", + "Units": "cm", + "User": "Standard" + }, + "RNGFND9_MIN_CM": { + "Description": "Minimum distance in centimeters that rangefinder can reliably read", + "DisplayName": "Rangefinder minimum distance", + "Increment": "1", + "Units": "cm", + "User": "Standard" + }, + "RNGFND9_OFFSET": { + "Description": "Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars", + "DisplayName": "rangefinder offset", + "Increment": "0.001", + "Units": "V", + "User": "Standard" + }, + "RNGFND9_ORIENT": { + "Description": "Orientation of rangefinder", + "DisplayName": "Rangefinder orientation", + "User": "Advanced", + "Values": { + "0": "Forward", + "1": "Forward-Right", + "2": "Right", + "24": "Up", + "25": "Down", + "3": "Back-Right", + "4": "Back", + "5": "Back-Left", + "6": "Left", + "7": "Forward-Left" + } + }, + "RNGFND9_PIN": { + "Description": "Analog or PWM input pin that rangefinder is connected to. Airspeed ports can be used for Analog input, AUXOUT can be used for PWM input. When using analog pin 103, the maximum value of the input in 3.3V. For PWM input, the pin must be configured as a digital GPIO, see the Wiki's \"GPIOs\" section for details.", + "DisplayName": "Rangefinder pin", + "User": "Standard", + "Values": { + "-1": "Not Used", + "103": "Pixhawk SBUS", + "11": "Pixracer", + "13": "Pixhawk ADC4", + "14": "Pixhawk ADC3", + "15": "Pixhawk ADC6/Pixhawk2 ADC", + "50": "AUX1", + "51": "AUX2", + "52": "AUX3", + "53": "AUX4", + "54": "AUX5", + "55": "AUX6" + } + }, + "RNGFND9_POS_X": { + "Description": "X position of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied.", + "DisplayName": " X position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "RNGFND9_POS_Y": { + "Description": "Y position of the rangefinder in body frame. Positive Y is to the right of the origin. Use the zero range datum point if supplied.", + "DisplayName": "Y position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "RNGFND9_POS_Z": { + "Description": "Z position of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied.", + "DisplayName": "Z position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "RNGFND9_PWRRNG": { + "Description": "This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode (if available). A value of zero means power saving is not enabled", + "DisplayName": "Powersave range", + "Range": { + "high": "32767", + "low": "0" + }, + "Units": "m", + "User": "Standard" + }, + "RNGFND9_RECV_ID": { + "Description": "The receive ID of the CAN frames. A value of zero means all IDs are accepted.", + "DisplayName": "RangeFinder CAN receive ID", + "Range": { + "high": "65535", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND9_RMETRIC": { + "Description": "This parameter sets whether an analog rangefinder is ratiometric. Most analog rangefinders are ratiometric, meaning that their output voltage is influenced by the supply voltage. Some analog rangefinders (such as the SF/02) have their own internal voltage regulators so they are not ratiometric.", + "DisplayName": "Ratiometric", + "User": "Standard", + "Values": { + "0": "No", + "1": "Yes" + } + }, + "RNGFND9_SCALING": { + "Description": "Scaling factor between rangefinder reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts. For Maxbotix serial sonar this is unit conversion to meters.", + "DisplayName": "Rangefinder scaling", + "Increment": "0.001", + "Units": "m/V", + "User": "Standard" + }, + "RNGFND9_SNR_MIN": { + "Description": "RangeFinder Minimum signal strength (SNR) to accept distance", + "DisplayName": "RangeFinder Minimum signal strength", + "Range": { + "high": "65535", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND9_STOP_PIN": { + "Description": "Digital pin that enables/disables rangefinder measurement for the pwm rangefinder. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it. This is used to enable powersaving when out of range. Some common values are given, but see the Wiki's \"GPIOs\" page for how to determine the pin number for a given autopilot.", + "DisplayName": "Rangefinder stop pin", + "User": "Standard", + "Values": { + "-1": "Not Used", + "111": "PX4 FMU Relay1", + "112": "PX4 FMU Relay2", + "113": "PX4IO Relay1", + "114": "PX4IO Relay2", + "115": "PX4IO ACC1", + "116": "PX4IO ACC2", + "50": "AUX1", + "51": "AUX2", + "52": "AUX3", + "53": "AUX4", + "54": "AUX5", + "55": "AUX6" + } + }, + "RNGFND9_TYPE": { + "Description": "Type of connected rangefinder", + "DisplayName": "Rangefinder type", + "User": "Standard", + "Values": { + "0": "None", + "1": "Analog", + "10": "MAVLink", + "100": "SITL", + "11": "USD1_Serial", + "12": "LeddarOne", + "13": "MaxbotixSerial", + "14": "TeraRangerI2C", + "15": "LidarLiteV3-I2C", + "16": "VL53L0X or VL53L1X", + "17": "NMEA", + "18": "WASP-LRF", + "19": "BenewakeTF02", + "2": "MaxbotixI2C", + "20": "Benewake-Serial", + "21": "LidarLightV3HP", + "22": "PWM", + "23": "BlueRoboticsPing", + "24": "DroneCAN", + "25": "BenewakeTFminiPlus-I2C", + "26": "LanbaoPSK-CM8JL65-CC5", + "27": "BenewakeTF03", + "28": "VL53L1X-ShortRange", + "29": "LeddarVu8-Serial", + "3": "LidarLite-I2C", + "30": "HC-SR04", + "31": "GYUS42v2", + "32": "MSP", + "33": "USD1_CAN", + "34": "Benewake_CAN", + "35": "TeraRangerSerial", + "36": "Lua_Scripting", + "37": "NoopLoop_TOFSense", + "38": "NoopLoop_TOFSense_CAN", + "39": "NRA24_CAN", + "40": "NoopLoop_TOFSenseF_I2C", + "41": "JRE_Serial", + "5": "PWM", + "6": "BBB-PRU", + "7": "LightWareI2C", + "8": "LightWareSerial", + "9": "Bebop" + } + }, + "RNGFND9_WSP_AVG": { + "Description": "Sets the number of pulses to be used in multi-pulse averaging mode. In this mode, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement", + "DisplayName": "Multi-pulse averages", + "Range": { + "high": "255", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND9_WSP_BAUD": { + "Description": "Desired baud rate", + "DisplayName": "Baud rate", + "User": "Advanced", + "Values": { + "0": "Low Speed", + "1": "High Speed" + } + }, + "RNGFND9_WSP_FRQ": { + "Description": "Sets the repetition frequency of the ranging operation in Hertz. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers.", + "DisplayName": "Frequency", + "Range": { + "high": "10000", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND9_WSP_MAVG": { + "Description": "Sets the number of historic range results to use for calculating the current range result. When MAVG is greater than 1, the current range result will be the current measured value averaged with the N-1 previous results", + "DisplayName": "Moving Average Range", + "Range": { + "high": "255", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND9_WSP_MEDF": { + "Description": "Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active", + "DisplayName": "Moving Median Filter", + "Range": { + "high": "255", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFND9_WSP_THR": { + "Description": "Sets the system sensitivity. Larger values of THR represent higher sensitivity. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory. Set to -1 for automatic threshold adjustments", + "DisplayName": "Sensitivity threshold", + "Range": { + "high": "255", + "low": "-1" + }, + "User": "Advanced" + } + }, + "RNGFNDA_": { + "RNGFNDA_ADDR": { + "Description": "This sets the bus address of the sensor, where applicable. Used for the I2C and DroneCAN sensors to allow for multiple sensors on different addresses.", + "DisplayName": "Bus address of sensor", + "Increment": "1", + "Range": { + "high": "127", + "low": "0" + }, + "User": "Standard" + }, + "RNGFNDA_FUNCTION": { + "Description": "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.", + "DisplayName": "Rangefinder function", + "User": "Standard", + "Values": { + "0": "Linear", + "1": "Inverted", + "2": "Hyperbolic" + } + }, + "RNGFNDA_GNDCLEAR": { + "Description": "This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground.", + "DisplayName": "Distance (in cm) from the range finder to the ground", + "Increment": "1", + "Range": { + "high": "127", + "low": "5" + }, + "Units": "cm", + "User": "Standard" + }, + "RNGFNDA_MAX_CM": { + "Description": "Maximum distance in centimeters that rangefinder can reliably read", + "DisplayName": "Rangefinder maximum distance", + "Increment": "1", + "Units": "cm", + "User": "Standard" + }, + "RNGFNDA_MIN_CM": { + "Description": "Minimum distance in centimeters that rangefinder can reliably read", + "DisplayName": "Rangefinder minimum distance", + "Increment": "1", + "Units": "cm", + "User": "Standard" + }, + "RNGFNDA_OFFSET": { + "Description": "Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars", + "DisplayName": "rangefinder offset", + "Increment": "0.001", + "Units": "V", + "User": "Standard" + }, + "RNGFNDA_ORIENT": { + "Description": "Orientation of rangefinder", + "DisplayName": "Rangefinder orientation", + "User": "Advanced", + "Values": { + "0": "Forward", + "1": "Forward-Right", + "2": "Right", + "24": "Up", + "25": "Down", + "3": "Back-Right", + "4": "Back", + "5": "Back-Left", + "6": "Left", + "7": "Forward-Left" + } + }, + "RNGFNDA_PIN": { + "Description": "Analog or PWM input pin that rangefinder is connected to. Airspeed ports can be used for Analog input, AUXOUT can be used for PWM input. When using analog pin 103, the maximum value of the input in 3.3V. For PWM input, the pin must be configured as a digital GPIO, see the Wiki's \"GPIOs\" section for details.", + "DisplayName": "Rangefinder pin", + "User": "Standard", + "Values": { + "-1": "Not Used", + "103": "Pixhawk SBUS", + "11": "Pixracer", + "13": "Pixhawk ADC4", + "14": "Pixhawk ADC3", + "15": "Pixhawk ADC6/Pixhawk2 ADC", + "50": "AUX1", + "51": "AUX2", + "52": "AUX3", + "53": "AUX4", + "54": "AUX5", + "55": "AUX6" + } + }, + "RNGFNDA_POS_X": { + "Description": "X position of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied.", + "DisplayName": " X position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "RNGFNDA_POS_Y": { + "Description": "Y position of the rangefinder in body frame. Positive Y is to the right of the origin. Use the zero range datum point if supplied.", + "DisplayName": "Y position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "RNGFNDA_POS_Z": { + "Description": "Z position of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied.", + "DisplayName": "Z position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "RNGFNDA_PWRRNG": { + "Description": "This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode (if available). A value of zero means power saving is not enabled", + "DisplayName": "Powersave range", + "Range": { + "high": "32767", + "low": "0" + }, + "Units": "m", + "User": "Standard" + }, + "RNGFNDA_RECV_ID": { + "Description": "The receive ID of the CAN frames. A value of zero means all IDs are accepted.", + "DisplayName": "RangeFinder CAN receive ID", + "Range": { + "high": "65535", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFNDA_RMETRIC": { + "Description": "This parameter sets whether an analog rangefinder is ratiometric. Most analog rangefinders are ratiometric, meaning that their output voltage is influenced by the supply voltage. Some analog rangefinders (such as the SF/02) have their own internal voltage regulators so they are not ratiometric.", + "DisplayName": "Ratiometric", + "User": "Standard", + "Values": { + "0": "No", + "1": "Yes" + } + }, + "RNGFNDA_SCALING": { + "Description": "Scaling factor between rangefinder reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts. For Maxbotix serial sonar this is unit conversion to meters.", + "DisplayName": "Rangefinder scaling", + "Increment": "0.001", + "Units": "m/V", + "User": "Standard" + }, + "RNGFNDA_SNR_MIN": { + "Description": "RangeFinder Minimum signal strength (SNR) to accept distance", + "DisplayName": "RangeFinder Minimum signal strength", + "Range": { + "high": "65535", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFNDA_STOP_PIN": { + "Description": "Digital pin that enables/disables rangefinder measurement for the pwm rangefinder. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it. This is used to enable powersaving when out of range. Some common values are given, but see the Wiki's \"GPIOs\" page for how to determine the pin number for a given autopilot.", + "DisplayName": "Rangefinder stop pin", + "User": "Standard", + "Values": { + "-1": "Not Used", + "111": "PX4 FMU Relay1", + "112": "PX4 FMU Relay2", + "113": "PX4IO Relay1", + "114": "PX4IO Relay2", + "115": "PX4IO ACC1", + "116": "PX4IO ACC2", + "50": "AUX1", + "51": "AUX2", + "52": "AUX3", + "53": "AUX4", + "54": "AUX5", + "55": "AUX6" + } + }, + "RNGFNDA_TYPE": { + "Description": "Type of connected rangefinder", + "DisplayName": "Rangefinder type", + "User": "Standard", + "Values": { + "0": "None", + "1": "Analog", + "10": "MAVLink", + "100": "SITL", + "11": "USD1_Serial", + "12": "LeddarOne", + "13": "MaxbotixSerial", + "14": "TeraRangerI2C", + "15": "LidarLiteV3-I2C", + "16": "VL53L0X or VL53L1X", + "17": "NMEA", + "18": "WASP-LRF", + "19": "BenewakeTF02", + "2": "MaxbotixI2C", + "20": "Benewake-Serial", + "21": "LidarLightV3HP", + "22": "PWM", + "23": "BlueRoboticsPing", + "24": "DroneCAN", + "25": "BenewakeTFminiPlus-I2C", + "26": "LanbaoPSK-CM8JL65-CC5", + "27": "BenewakeTF03", + "28": "VL53L1X-ShortRange", + "29": "LeddarVu8-Serial", + "3": "LidarLite-I2C", + "30": "HC-SR04", + "31": "GYUS42v2", + "32": "MSP", + "33": "USD1_CAN", + "34": "Benewake_CAN", + "35": "TeraRangerSerial", + "36": "Lua_Scripting", + "37": "NoopLoop_TOFSense", + "38": "NoopLoop_TOFSense_CAN", + "39": "NRA24_CAN", + "40": "NoopLoop_TOFSenseF_I2C", + "41": "JRE_Serial", + "5": "PWM", + "6": "BBB-PRU", + "7": "LightWareI2C", + "8": "LightWareSerial", + "9": "Bebop" + } + }, + "RNGFNDA_WSP_AVG": { + "Description": "Sets the number of pulses to be used in multi-pulse averaging mode. In this mode, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement", + "DisplayName": "Multi-pulse averages", + "Range": { + "high": "255", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFNDA_WSP_BAUD": { + "Description": "Desired baud rate", + "DisplayName": "Baud rate", + "User": "Advanced", + "Values": { + "0": "Low Speed", + "1": "High Speed" + } + }, + "RNGFNDA_WSP_FRQ": { + "Description": "Sets the repetition frequency of the ranging operation in Hertz. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers.", + "DisplayName": "Frequency", + "Range": { + "high": "10000", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFNDA_WSP_MAVG": { + "Description": "Sets the number of historic range results to use for calculating the current range result. When MAVG is greater than 1, the current range result will be the current measured value averaged with the N-1 previous results", + "DisplayName": "Moving Average Range", + "Range": { + "high": "255", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFNDA_WSP_MEDF": { + "Description": "Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active", + "DisplayName": "Moving Median Filter", + "Range": { + "high": "255", + "low": "0" + }, + "User": "Advanced" + }, + "RNGFNDA_WSP_THR": { + "Description": "Sets the system sensitivity. Larger values of THR represent higher sensitivity. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory. Set to -1 for automatic threshold adjustments", + "DisplayName": "Sensitivity threshold", + "Range": { + "high": "255", + "low": "-1" + }, + "User": "Advanced" + } + }, + "RPM1_": { + "RPM1_ESC_INDEX": { + "Description": "ESC Telemetry Index to write RPM to. Use 0 to disable.", + "DisplayName": "ESC Telemetry Index to write RPM to", + "Increment": "1", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "RPM1_ESC_MASK": { + "Bitmask": { + "0": "Channel1", + "1": "Channel2", + "10": "Channel11", + "11": "Channel12", + "12": "Channel13", + "13": "Channel14", + "14": "Channel15", + "15": "Channel16", + "2": "Channel3", + "3": "Channel4", + "4": "Channel5", + "5": "Channel6", + "6": "Channel7", + "7": "Channel8", + "8": "Channel9", + "9": "Channel10" + }, + "Description": "Mask of channels which support ESC rpm telemetry. RPM telemetry of the selected channels will be averaged", + "DisplayName": "Bitmask of ESC telemetry channels to average", + "User": "Advanced" + }, + "RPM1_MAX": { + "Description": "Maximum RPM to report. Only used on type = GPIO.", + "DisplayName": "Maximum RPM", + "Increment": "1", + "User": "Standard" + }, + "RPM1_MIN": { + "Description": "Minimum RPM to report. Only used on type = GPIO.", + "DisplayName": "Minimum RPM", + "Increment": "1", + "User": "Standard" + }, + "RPM1_MIN_QUAL": { + "Description": "Minimum data quality to be used", + "DisplayName": "Minimum Quality", + "Increment": "0.1", + "User": "Advanced" + }, + "RPM1_PIN": { + "Description": "Which digital GPIO pin to use. Only used on type = GPIO. Some common values are given, but see the Wiki's \"GPIOs\" page for how to determine the pin number for a given autopilot.", + "DisplayName": "Input pin number", + "User": "Standard", + "Values": { + "-1": "Disabled", + "50": "AUX1", + "51": "AUX2", + "52": "AUX3", + "53": "AUX4", + "54": "AUX5", + "55": "AUX6" + } + }, + "RPM1_SCALING": { + "Description": "Scaling factor between sensor reading and RPM.", + "DisplayName": "RPM scaling", + "Increment": "0.001", + "User": "Standard" + }, + "RPM1_TYPE": { + "Description": "What type of RPM sensor is connected", + "DisplayName": "RPM type", + "User": "Standard", + "Values": { + "0": "None", + "1": "Not Used", + "2": "GPIO", + "3": "EFI", + "4": "Harmonic Notch", + "5": "ESC Telemetry Motors Bitmask", + "6": "Generator" + } + } + }, + "RPM2_": { + "RPM2_ESC_INDEX": { + "Description": "ESC Telemetry Index to write RPM to. Use 0 to disable.", + "DisplayName": "ESC Telemetry Index to write RPM to", + "Increment": "1", + "Range": { + "high": "10", + "low": "0" + }, + "User": "Advanced" + }, + "RPM2_ESC_MASK": { + "Bitmask": { + "0": "Channel1", + "1": "Channel2", + "10": "Channel11", + "11": "Channel12", + "12": "Channel13", + "13": "Channel14", + "14": "Channel15", + "15": "Channel16", + "2": "Channel3", + "3": "Channel4", + "4": "Channel5", + "5": "Channel6", + "6": "Channel7", + "7": "Channel8", + "8": "Channel9", + "9": "Channel10" + }, + "Description": "Mask of channels which support ESC rpm telemetry. RPM telemetry of the selected channels will be averaged", + "DisplayName": "Bitmask of ESC telemetry channels to average", + "User": "Advanced" + }, + "RPM2_MAX": { + "Description": "Maximum RPM to report. Only used on type = GPIO.", + "DisplayName": "Maximum RPM", + "Increment": "1", + "User": "Standard" + }, + "RPM2_MIN": { + "Description": "Minimum RPM to report. Only used on type = GPIO.", + "DisplayName": "Minimum RPM", + "Increment": "1", + "User": "Standard" + }, + "RPM2_MIN_QUAL": { + "Description": "Minimum data quality to be used", + "DisplayName": "Minimum Quality", + "Increment": "0.1", + "User": "Advanced" + }, + "RPM2_PIN": { + "Description": "Which digital GPIO pin to use. Only used on type = GPIO. Some common values are given, but see the Wiki's \"GPIOs\" page for how to determine the pin number for a given autopilot.", + "DisplayName": "Input pin number", + "User": "Standard", + "Values": { + "-1": "Disabled", + "50": "AUX1", + "51": "AUX2", + "52": "AUX3", + "53": "AUX4", + "54": "AUX5", + "55": "AUX6" + } + }, + "RPM2_SCALING": { + "Description": "Scaling factor between sensor reading and RPM.", + "DisplayName": "RPM scaling", + "Increment": "0.001", + "User": "Standard" + }, + "RPM2_TYPE": { + "Description": "What type of RPM sensor is connected", + "DisplayName": "RPM type", + "User": "Standard", + "Values": { + "0": "None", + "1": "Not Used", + "2": "GPIO", + "3": "EFI", + "4": "Harmonic Notch", + "5": "ESC Telemetry Motors Bitmask", + "6": "Generator" + } + } + }, + "RSSI_": { + "RSSI_ANA_PIN": { + "Description": "Pin used to read the RSSI voltage or PWM value", + "DisplayName": "Receiver RSSI sensing pin", + "User": "Standard", + "Values": { + "103": "Pixhawk SBUS", + "11": "Pixracer", + "13": "Pixhawk ADC4", + "14": "Pixhawk ADC3", + "15": "Pixhawk ADC6/Pixhawk2 ADC", + "50": "AUX1", + "51": "AUX2", + "52": "AUX3", + "53": "AUX4", + "54": "AUX5", + "55": "AUX6", + "8": "V5 Nano" + } + }, + "RSSI_CHANNEL": { + "Description": "The channel number where RSSI will be output by the radio receiver (5 and above).", + "DisplayName": "Receiver RSSI channel number", + "Range": { + "high": "16", + "low": "0" + }, + "User": "Standard" + }, + "RSSI_CHAN_HIGH": { + "Description": "PWM value that the radio receiver will put on the RSSI_CHANNEL or RSSI_ANA_PIN when the signal strength is the strongest. Some radio receivers output inverted values so this value may be higher than RSSI_CHAN_LOW", + "DisplayName": "Receiver RSSI PWM high value", + "Range": { + "high": "2000", + "low": "0" + }, + "Units": "PWM", + "User": "Standard" + }, + "RSSI_CHAN_LOW": { + "Description": "PWM value that the radio receiver will put on the RSSI_CHANNEL or RSSI_ANA_PIN when the signal strength is the weakest. Some radio receivers output inverted values so this value may be lower than RSSI_CHAN_HIGH", + "DisplayName": "RSSI PWM low value", + "Range": { + "high": "2000", + "low": "0" + }, + "Units": "PWM", + "User": "Standard" + }, + "RSSI_PIN_HIGH": { + "Description": "RSSI pin's voltage received on the RSSI_ANA_PIN when the signal strength is the strongest. Some radio receivers put out inverted values so this value may be lower than RSSI_PIN_LOW. When using pin 103, the maximum value of the parameter is 3.3V.", + "DisplayName": "RSSI pin's highest voltage", + "Increment": "0.01", + "Range": { + "high": "5.0", + "low": "0" + }, + "Units": "V", + "User": "Standard" + }, + "RSSI_PIN_LOW": { + "Description": "RSSI pin's voltage received on the RSSI_ANA_PIN when the signal strength is the weakest. Some radio receivers put out inverted values so this value may be higher than RSSI_PIN_HIGH. When using pin 103, the maximum value of the parameter is 3.3V.", + "DisplayName": "RSSI pin's lowest voltage", + "Increment": "0.01", + "Range": { + "high": "5.0", + "low": "0" + }, + "Units": "V", + "User": "Standard" + }, + "RSSI_TYPE": { + "Description": "Radio Receiver RSSI type. If your radio receiver supports RSSI of some kind, set it here, then set its associated RSSI_XXXXX parameters, if any.", + "DisplayName": "RSSI Type", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "AnalogPin", + "2": "RCChannelPwmValue", + "3": "ReceiverProtocol", + "4": "PWMInputPin", + "5": "TelemetryRadioRSSI" + } + } + }, + "Rover": { + "ACRO_TURN_RATE": { + "Description": "Acro mode turn rate maximum", + "DisplayName": "Acro mode turn rate maximum", + "Increment": "1", + "Range": { + "high": "360", + "low": "0" + }, + "Units": "deg/s", + "User": "Standard" + }, + "AUTO_KICKSTART": { + "Description": "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", + "DisplayName": "Auto mode trigger kickstart acceleration", + "Increment": "0.1", + "Range": { + "high": "20", + "low": "0" + }, + "Units": "m/s/s", + "User": "Standard" + }, + "AUTO_TRIGGER_PIN": { + "Description": "pin number to use to enable the throttle in 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 enable the motor to run. If the switch is released while in AUTO then the motor will stop again. This can be used in combination with INITIAL_MODE to give a 'press button to start' rover with no receiver.", + "DisplayName": "Auto mode trigger pin", + "User": "Standard", + "Values": { + "-1": "Disabled", + "0": "APM TriggerPin0", + "1": "APM TriggerPin1", + "2": "APM TriggerPin2", + "3": "APM TriggerPin3", + "4": "APM TriggerPin4", + "5": "APM TriggerPin5", + "50": "AUX1", + "51": "AUX2", + "52": "AUX3", + "53": "AUX4", + "54": "AUX5", + "55": "AUX6", + "6": "APM TriggerPin6", + "7": "APM TriggerPin7", + "8": "APM TriggerPin8" + } + }, + "AUX_CH": { + "Description": "RC Channel to use for auxiliary functions including saving waypoints", + "DisplayName": "Auxiliary switch channel", + "User": "Advanced" + }, + "BAL_PITCH_MAX": { + "Description": "Pitch angle in degrees at 100% throttle", + "DisplayName": "BalanceBot Maximum Pitch", + "Increment": "0.1", + "Range": { + "high": "15", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "BAL_PITCH_TRIM": { + "Description": "Balance Bot pitch trim for balancing. This offsets the tilt of the center of mass.", + "DisplayName": "Balance Bot pitch trim angle", + "Increment": "0.1", + "Range": { + "high": "2", + "low": "-2" + }, + "Units": "deg", + "User": "Standard" + }, + "CH7_OPTION": { + "Description": "What to do use channel 7 for", + "DisplayName": "Channel 7 option", + "User": "Standard", + "Values": { + "0": "Nothing", + "1": "SaveWaypoint", + "10": "SmartRTL", + "11": "Guided", + "12": "Loiter", + "2": "LearnCruiseSpeed", + "3": "ArmDisarm", + "4": "Manual", + "5": "Acro", + "6": "Steering", + "7": "Hold", + "8": "Auto", + "9": "RTL" + } + }, + "CRASH_ANGLE": { + "Description": "Pitch/Roll angle limit in degrees for crash check. Zero disables check", + "DisplayName": "Crash Angle", + "Increment": "1", + "Range": { + "high": "60", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "CRUISE_SPEED": { + "Description": "The target speed in auto missions.", + "DisplayName": "Target cruise speed in auto modes", + "Increment": "0.1", + "Range": { + "high": "100", + "low": "0" + }, + "Units": "m/s", + "User": "Standard" + }, + "CRUISE_THROTTLE": { + "Description": "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.", + "DisplayName": "Base throttle percentage in auto", + "Increment": "1", + "Range": { + "high": "100", + "low": "0" + }, + "Units": "%", + "User": "Standard" + }, + "FORMAT_VERSION": { + "Description": "This value is incremented when changes are made to the eeprom format", + "DisplayName": "Eeprom format version number", + "User": "Advanced" + }, + "FRAME_CLASS": { + "Description": "Frame Class", + "DisplayName": "Frame Class", + "User": "Standard", + "Values": { + "0": "Undefined", + "1": "Rover", + "2": "Boat", + "3": "BalanceBot" + } + }, + "FRAME_TYPE": { + "Description": "Frame Type", + "DisplayName": "Frame Type", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "Undefined", + "1": "Omni3", + "2": "OmniX", + "3": "OmniPlus" + } + }, + "FS_ACTION": { + "Description": "What to do on a failsafe event", + "DisplayName": "Failsafe Action", + "User": "Standard", + "Values": { + "0": "Nothing", + "1": "RTL", + "2": "Hold", + "3": "SmartRTL or RTL", + "4": "SmartRTL or Hold" + } + }, + "FS_CRASH_CHECK": { + "Description": "What to do on a crash event. When enabled the rover will go to hold if a crash is detected.", + "DisplayName": "Crash check action", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Hold", + "2": "HoldAndDisarm" + } + }, + "FS_EKF_ACTION": { + "Description": "Controls the action that will be taken when an EKF failsafe is invoked", + "DisplayName": "EKF Failsafe Action", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Hold", + "2": "ReportOnly" + } + }, + "FS_EKF_THRESH": { + "Description": "Allows setting the maximum acceptable compass and velocity variance", + "DisplayName": "EKF failsafe variance threshold", + "User": "Advanced", + "Values": { + "0.6": "Strict", + "0.8": "Default", + "1.0": "Relaxed" + } + }, + "FS_GCS_ENABLE": { + "Description": "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.", + "DisplayName": "GCS failsafe enable", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled", + "2": "Enabled Continue with Mission in Auto" + } + }, + "FS_GCS_TIMEOUT": { + "Description": "Timeout before triggering the GCS failsafe", + "DisplayName": "GCS failsafe timeout", + "Increment": "1", + "Range": { + "high": "120", + "low": "2" + }, + "Units": "s", + "User": "Standard" + }, + "FS_OPTIONS": { + "Bitmask": { + "0": "Failsafe enabled in Hold mode" + }, + "Description": "Bitmask to enable failsafe options", + "DisplayName": "Failsafe Options", + "User": "Advanced", + "Values": { + "0": "None", + "1": "Failsafe enabled in Hold mode" + } + }, + "FS_THR_ENABLE": { + "Description": "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.", + "DisplayName": "Throttle Failsafe Enable", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled", + "2": "Enabled Continue with Mission in Auto" + } + }, + "FS_THR_VALUE": { + "Description": "The PWM level on the throttle channel below which throttle failsafe triggers.", + "DisplayName": "Throttle Failsafe Value", + "Increment": "1", + "Range": { + "high": "1100", + "low": "910" + }, + "User": "Standard" + }, + "FS_TIMEOUT": { + "Description": "The time in seconds that a failsafe condition must persist before the failsafe action is triggered", + "DisplayName": "Failsafe timeout", + "Increment": "0.5", + "Range": { + "high": "100", + "low": "1" + }, + "Units": "s", + "User": "Standard" + }, + "GCS_PID_MASK": { + "Bitmask": { + "0": "Steering", + "1": "Throttle", + "2": "Pitch", + "3": "Left Wheel", + "4": "Right Wheel", + "5": "Sailboat Heel", + "6": "Velocity North", + "7": "Velocity East" + }, + "Description": "bitmask of PIDs to send MAVLink PID_TUNING messages for", + "DisplayName": "GCS PID tuning mask", + "User": "Advanced", + "Values": { + "0": "None", + "1": "Steering", + "128": "Velocity East", + "16": "Right Wheel", + "2": "Throttle", + "32": "Sailboat Heel", + "4": "Pitch", + "64": "Velocity North", + "8": "Left Wheel" + } + }, + "GUID_OPTIONS": { + "Bitmask": { + "6": "SCurves used for navigation" + }, + "Description": "Options that can be applied to change guided mode behaviour", + "DisplayName": "Guided mode options", + "User": "Advanced" + }, + "INITIAL_MODE": { + "Description": "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. Usually used in combination with when AUTO_TRIGGER_PIN or AUTO_KICKSTART.", + "DisplayName": "Initial driving mode", + "User": "Advanced", + "Values": { + "0": "Manual", + "1": "Acro", + "10": "Auto", + "11": "RTL", + "12": "SmartRTL", + "15": "Guided", + "3": "Steering", + "4": "Hold", + "5": "Loiter", + "6": "Follow", + "7": "Simple", + "8": "Dock", + "9": "Circle" + } + }, + "LOG_BITMASK": { + "Bitmask": { + "0": "Fast Attitude", + "1": "Medium Attitude", + "10": "Rangefinder", + "11": "Compass", + "12": "Camera", + "13": "Steering", + "14": "RC Input-Output", + "19": "Raw IMU", + "2": "GPS", + "20": "Video Stabilization", + "21": "Optical Flow", + "3": "System Performance", + "4": "Throttle", + "5": "Navigation Tuning", + "7": "IMU", + "8": "Mission Commands", + "9": "Battery Monitor" + }, + "Description": "Bitmap of what log types to enable in on-board logger. This value is made up of the sum of each of the log types you want to be saved. On boards supporting microSD cards or other large block-storage devices it is usually best just to enable all basic log types by setting this to 65535.", + "DisplayName": "Log bitmask", + "User": "Advanced" + }, + "LOIT_RADIUS": { + "Description": "Vehicle will drift when within this distance of the target position", + "DisplayName": "Loiter radius", + "Increment": "1", + "Range": { + "high": "20", + "low": "0" + }, + "Units": "m", + "User": "Standard" + }, + "LOIT_SPEED_GAIN": { + "Description": "Determines how agressively LOITER tries to correct for drift from loiter point. Higher is faster but default should be acceptable.", + "DisplayName": "Loiter speed gain", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "0" + }, + "User": "Advanced" + }, + "LOIT_TYPE": { + "Description": "Loiter behaviour when moving to the target point", + "DisplayName": "Loiter type", + "User": "Standard", + "Values": { + "0": "Forward or reverse to target point", + "1": "Always face bow towards target point", + "2": "Always face stern towards target point" + } + }, + "MANUAL_OPTIONS": { + "Bitmask": { + "0": "Enable steering speed scaling" + }, + "Description": "Manual mode specific options", + "DisplayName": "Manual mode options", + "User": "Advanced" + }, + "MANUAL_STR_EXPO": { + "Description": "Manual steering expo to allow faster steering when stick at edges", + "DisplayName": "Manual Steering Expo", + "Range": { + "high": "0.95", + "low": "-0.5" + }, + "User": "Advanced", + "Values": { + "0": "Disabled", + "0.1": "Very Low", + "0.2": "Low", + "0.3": "Medium", + "0.4": "High", + "0.5": "Very High" + } + }, + "MIS_DONE_BEHAVE": { + "Description": "Behaviour after mission completes", + "DisplayName": "Mission done behave", + "User": "Standard", + "Values": { + "0": "Hold in Auto Mode", + "1": "Loiter in Auto Mode", + "2": "Acro Mode", + "3": "Manual Mode" + } + }, + "MODE1": { + "Description": "Driving mode for switch position 1 (910 to 1230 and above 2049)", + "DisplayName": "Mode1", + "User": "Standard", + "Values": { + "0": "Manual", + "1": "Acro", + "10": "Auto", + "11": "RTL", + "12": "SmartRTL", + "15": "Guided", + "3": "Steering", + "4": "Hold", + "5": "Loiter", + "6": "Follow", + "7": "Simple", + "8": "Dock", + "9": "Circle" + } + }, + "MODE2": { + "Description": "Driving mode for switch position 2 (1231 to 1360)", + "DisplayName": "Mode2", + "User": "Standard", + "Values": { + "0": "Manual", + "1": "Acro", + "10": "Auto", + "11": "RTL", + "12": "SmartRTL", + "15": "Guided", + "3": "Steering", + "4": "Hold", + "5": "Loiter", + "6": "Follow", + "7": "Simple", + "8": "Dock", + "9": "Circle" + } + }, + "MODE3": { + "Description": "Driving mode for switch position 3 (1361 to 1490)", + "DisplayName": "Mode3", + "User": "Standard", + "Values": { + "0": "Manual", + "1": "Acro", + "10": "Auto", + "11": "RTL", + "12": "SmartRTL", + "15": "Guided", + "3": "Steering", + "4": "Hold", + "5": "Loiter", + "6": "Follow", + "7": "Simple", + "8": "Dock", + "9": "Circle" + } + }, + "MODE4": { + "Description": "Driving mode for switch position 4 (1491 to 1620)", + "DisplayName": "Mode4", + "User": "Standard", + "Values": { + "0": "Manual", + "1": "Acro", + "10": "Auto", + "11": "RTL", + "12": "SmartRTL", + "15": "Guided", + "3": "Steering", + "4": "Hold", + "5": "Loiter", + "6": "Follow", + "7": "Simple", + "8": "Dock", + "9": "Circle" + } + }, + "MODE5": { + "Description": "Driving mode for switch position 5 (1621 to 1749)", + "DisplayName": "Mode5", + "User": "Standard", + "Values": { + "0": "Manual", + "1": "Acro", + "10": "Auto", + "11": "RTL", + "12": "SmartRTL", + "15": "Guided", + "3": "Steering", + "4": "Hold", + "5": "Loiter", + "6": "Follow", + "7": "Simple", + "8": "Dock", + "9": "Circle" + } + }, + "MODE6": { + "Description": "Driving mode for switch position 6 (1750 to 2049)", + "DisplayName": "Mode6", + "User": "Standard", + "Values": { + "0": "Manual", + "1": "Acro", + "10": "Auto", + "11": "RTL", + "12": "SmartRTL", + "15": "Guided", + "3": "Steering", + "4": "Hold", + "5": "Loiter", + "6": "Follow", + "7": "Simple", + "8": "Dock", + "9": "Circle" + } + }, + "MODE_CH": { + "Description": "RC Channel to use for driving mode control", + "DisplayName": "Mode channel", + "User": "Advanced" + }, + "PILOT_STEER_TYPE": { + "Description": "Pilot RC input interpretation", + "DisplayName": "Pilot input steering type", + "User": "Standard", + "Values": { + "0": "Default", + "1": "Two Paddles Input", + "2": "Direction reversed when backing up", + "3": "Direction unchanged when backing up" + } + }, + "PIVOT_TURN_ANGLE": { + "Description": "Navigation angle threshold in degrees to switch to pivot steering. This allows you to setup a skid steering rover to turn on the spot in auto mode when the angle it needs to turn it greater than this angle. An angle of zero means to disable pivot turning. Note that you will probably also want to set a low value for WP_RADIUS to get neat turns.", + "DisplayName": "Pivot turn angle", + "Increment": "1", + "Range": { + "high": "360", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "PIVOT_TURN_RATE": { + "Description": "Desired pivot turn rate in deg/s.", + "DisplayName": "Pivot turn rate", + "Increment": "1", + "Range": { + "high": "360", + "low": "0" + }, + "Units": "deg/s", + "User": "Standard" + }, + "RST_SWITCH_CH": { + "Description": "RC channel to use to reset to last flight mode after geofence takeover.", + "DisplayName": "Reset Switch Channel", + "User": "Advanced" + }, + "RTL_SPEED": { + "Description": "Return-to-Launch speed default. If zero use WP_SPEED or CRUISE_SPEED.", + "DisplayName": "Return-to-Launch speed default", + "Increment": "0.1", + "Range": { + "high": "100", + "low": "0" + }, + "Units": "m/s", + "User": "Standard" + }, + "SIMPLE_TYPE": { + "Description": "Simple mode types", + "DisplayName": "Simple_Type", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "InitialHeading", + "1": "CardinalDirections" + } + }, + "SPEED_MAX": { + "Description": "Maximum speed vehicle can obtain at full throttle. If 0, it will be estimated based on CRUISE_SPEED and CRUISE_THROTTLE.", + "DisplayName": "Speed maximum", + "Increment": "0.1", + "Range": { + "high": "30", + "low": "0" + }, + "Units": "m/s", + "User": "Advanced" + }, + "STICK_MIXING": { + "Description": "When enabled, this adds steering user stick input in auto modes, allowing the user to have some degree of control without changing modes.", + "DisplayName": "Stick Mixing", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "SYSID_ENFORCE": { + "Description": "This controls whether packets from other than the expected GCS system ID will be accepted", + "DisplayName": "GCS sysid enforcement", + "User": "Advanced", + "Values": { + "0": "NotEnforced", + "1": "Enforced" + } + }, + "SYSID_MYGCS": { + "Description": "The identifier of the ground station in the MAVLink protocol. Don't change this unless you also modify the ground station to match.", + "DisplayName": "MAVLink ground station ID", + "Increment": "1", + "Range": { + "high": "255", + "low": "1" + }, + "User": "Advanced" + }, + "SYSID_THISMAV": { + "Description": "Allows setting an individual MAVLink system id for this vehicle to distinguish it from others on the same network", + "DisplayName": "MAVLink system ID of this vehicle", + "Range": { + "high": "255", + "low": "1" + }, + "User": "Advanced" + }, + "TELEM_DELAY": { + "Description": "The amount of time (in seconds) to delay radio telemetry to prevent an Xbee bricking on power up", + "DisplayName": "Telemetry startup delay", + "Increment": "1", + "Range": { + "high": "30", + "low": "0" + }, + "Units": "s", + "User": "Standard" + }, + "TURN_RADIUS": { + "Description": "Turn radius of vehicle in meters while at low speeds. Lower values produce tighter turns in steering mode", + "DisplayName": "Turn radius of vehicle", + "Increment": "0.1", + "Range": { + "high": "10", + "low": "0" + }, + "Units": "m", + "User": "Standard" + } + }, + "SAIL_": { + "SAIL_ANGLE_IDEAL": { + "Description": "Ideal angle between sail and apparent wind", + "DisplayName": "Sail ideal angle", + "Increment": "1", + "Range": { + "high": "90", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "SAIL_ANGLE_MAX": { + "Description": "Mainsheet loose, angle between centerline and boom. For direct-control rotating masts, the rotation angle at SERVOx_MAX/_MIN; for rotating masts, this value can exceed 90 degrees if the linkages can physically rotate the mast past that angle.", + "DisplayName": "Sail max angle", + "Increment": "1", + "Range": { + "high": "90", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "SAIL_ANGLE_MIN": { + "Description": "Mainsheet tight, angle between centerline and boom", + "DisplayName": "Sail min angle", + "Increment": "1", + "Range": { + "high": "90", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "SAIL_ENABLE": { + "Description": "This enables Sailboat functionality", + "DisplayName": "Enable Sailboat", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "Disable", + "1": "Enable" + } + }, + "SAIL_HEEL_MAX": { + "Description": "When in auto sail trim modes the heel will be limited to this value using PID control", + "DisplayName": "Sailing maximum heel angle", + "Increment": "1", + "Range": { + "high": "90", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "SAIL_LOIT_RADIUS": { + "Description": "When in sailing modes the vehicle will keep moving within this loiter radius", + "DisplayName": "Loiter radius", + "Increment": "1", + "Range": { + "high": "20", + "low": "0" + }, + "Units": "m", + "User": "Standard" + }, + "SAIL_NO_GO_ANGLE": { + "Description": "The typical closest angle to the wind the vehicle will sail at. the vehicle will sail at this angle when going upwind", + "DisplayName": "Sailing no go zone angle", + "Increment": "1", + "Range": { + "high": "90", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "SAIL_WNDSPD_MIN": { + "Description": "Sailboat minimum wind speed to continue sail in, at lower wind speeds the sailboat will motor if one is fitted", + "DisplayName": "Sailboat minimum wind speed to sail in", + "Increment": "0.1", + "Range": { + "high": "5", + "low": "0" + }, + "Units": "m/s", + "User": "Standard" + }, + "SAIL_XTRACK_MAX": { + "Description": "The sail boat will tack when it reaches this cross track error, defines a corridor of 2 times this value wide, 0 disables", + "DisplayName": "Sailing vehicle max cross track error", + "Increment": "1", + "Range": { + "high": "25", + "low": "5" + }, + "Units": "m", + "User": "Standard" + } + }, + "SCHED_": { + "SCHED_DEBUG": { + "Description": "Set to non-zero to enable scheduler debug messages. When set to show \"Slips\" the scheduler will display a message whenever a scheduled task is delayed due to too much CPU load. When set to ShowOverruns the scheduled will display a message whenever a task takes longer than the limit promised in the task table.", + "DisplayName": "Scheduler debug level", + "User": "Advanced", + "Values": { + "0": "Disabled", + "2": "ShowSlips", + "3": "ShowOverruns" + } + }, + "SCHED_LOOP_RATE": { + "Description": "This controls the rate of the main control loop in Hz. This should only be changed by developers. This only takes effect on restart. Values over 400 are considered highly experimental.", + "DisplayName": "Scheduling main loop rate", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "100": "100Hz", + "200": "200Hz", + "250": "250Hz", + "300": "300Hz", + "400": "400Hz", + "50": "50Hz" + } + }, + "SCHED_OPTIONS": { + "Bitmask": { + "0": "Enable per-task perf info" + }, + "Description": "This controls optional aspects of the scheduler.", + "DisplayName": "Scheduling options", + "User": "Advanced" + } + }, + "SCR_": { + "SCR_DEBUG_OPTS": { + "Bitmask": { + "0": "No Scripts to run message if all scripts have stopped", + "1": "Runtime messages for memory usage and execution time", + "2": "Suppress logging scripts to dataflash", + "3": "log runtime memory usage and execution time", + "4": "Disable pre-arm check", + "5": "Save CRC of current scripts to loaded and running checksum parameters enabling pre-arm" + }, + "Description": "Debugging options", + "DisplayName": "Scripting Debug Level", + "User": "Advanced" + }, + "SCR_DIR_DISABLE": { + "Bitmask": { + "0": "ROMFS", + "1": "APM/scripts" + }, + "Description": "This will stop scripts being loaded from the given locations", + "DisplayName": "Directory disable", + "RebootRequired": "True", + "User": "Advanced" + }, + "SCR_ENABLE": { + "Description": "Controls if scripting is enabled", + "DisplayName": "Enable Scripting", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "None", + "1": "Lua Scripts" + } + }, + "SCR_HEAP_SIZE": { + "Description": "Amount of memory available for scripting", + "DisplayName": "Scripting Heap Size", + "Increment": "1024", + "Range": { + "high": "1048576", + "low": "1024" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "SCR_LD_CHECKSUM": { + "Description": "Required XOR of CRC32 checksum of loaded scripts, vehicle will not arm with incorrect scripts loaded, -1 disables", + "DisplayName": "Loaded script checksum", + "User": "Advanced" + }, + "SCR_RUN_CHECKSUM": { + "Description": "Required XOR of CRC32 checksum of running scripts, vehicle will not arm with incorrect scripts running, -1 disables", + "DisplayName": "Running script checksum", + "User": "Advanced" + }, + "SCR_THD_PRIORITY": { + "Description": "This sets the priority of the scripting thread. This is normally set to a low priority to prevent scripts from interfering with other parts of the system. Advanced users can change this priority if scripting needs to be prioritised for realtime applications. WARNING: changing this parameter can impact the stability of your flight controller. The scipting thread priority in this parameter is chosen based on a set of system level priorities for other subsystems. It is strongly recommended that you use the lowest priority that is sufficient for your application. Note that all scripts run at the same priority, so if you raise this priority you must carefully audit all lua scripts for behaviour that does not interfere with the operation of the system.", + "DisplayName": "Scripting thread priority", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "Normal", + "1": "IO Priority", + "2": "Storage Priority", + "3": "UART Priority", + "4": "I2C Priority", + "5": "SPI Priority", + "6": "Timer Priority", + "7": "Main Priority", + "8": "Boost Priority" + } + }, + "SCR_USER1": { + "Description": "General purpose user variable input for scripts", + "DisplayName": "Scripting User Parameter1", + "User": "Standard" + }, + "SCR_USER2": { + "Description": "General purpose user variable input for scripts", + "DisplayName": "Scripting User Parameter2", + "User": "Standard" + }, + "SCR_USER3": { + "Description": "General purpose user variable input for scripts", + "DisplayName": "Scripting User Parameter3", + "User": "Standard" + }, + "SCR_USER4": { + "Description": "General purpose user variable input for scripts", + "DisplayName": "Scripting User Parameter4", + "User": "Standard" + }, + "SCR_USER5": { + "Description": "General purpose user variable input for scripts", + "DisplayName": "Scripting User Parameter5", + "User": "Standard" + }, + "SCR_USER6": { + "Description": "General purpose user variable input for scripts", + "DisplayName": "Scripting User Parameter6", + "User": "Standard" + }, + "SCR_VM_I_COUNT": { + "Description": "The number virtual machine instructions that can be run before considering a script to have taken an excessive amount of time", + "DisplayName": "Scripting Virtual Machine Instruction Count", + "Increment": "10000", + "Range": { + "high": "1000000", + "low": "1000" + }, + "User": "Advanced" + } + }, + "SERIAL": { + "SERIAL0_BAUD": { + "Description": "The baud rate used on the USB console. Most stm32-based boards can support rates of up to 1500. If you setup a rate you cannot support and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults.", + "DisplayName": "Serial0 baud rate", + "User": "Standard", + "Values": { + "1": "1200", + "111": "111100", + "115": "115200", + "1500": "1500000", + "19": "19200", + "2": "2400", + "2000": "2000000", + "230": "230400", + "256": "256000", + "38": "38400", + "4": "4800", + "460": "460800", + "500": "500000", + "57": "57600", + "9": "9600", + "921": "921600" + } + }, + "SERIAL0_PROTOCOL": { + "Description": "Control what protocol to use on the console. ", + "DisplayName": "Console protocol selection", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "1": "MAVlink1", + "2": "MAVLink2" + } + }, + "SERIAL1_BAUD": { + "Description": "The baud rate used on the Telem1 port. Most stm32-based boards can support rates of up to 1500. If you setup a rate you cannot support and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults.", + "DisplayName": "Telem1 Baud Rate", + "User": "Standard", + "Values": { + "1": "1200", + "111": "111100", + "115": "115200", + "1500": "1500000", + "19": "19200", + "2": "2400", + "2000": "2000000", + "230": "230400", + "256": "256000", + "38": "38400", + "4": "4800", + "460": "460800", + "500": "500000", + "57": "57600", + "9": "9600", + "921": "921600" + } + }, + "SERIAL1_OPTIONS": { + "Bitmask": { + "0": "InvertRX", + "1": "InvertTX", + "10": "Don't forward mavlink to/from", + "11": "DisableFIFO", + "12": "Ignore Streamrate", + "2": "HalfDuplex", + "3": "SwapTXRX", + "4": "RX_PullDown", + "5": "RX_PullUp", + "6": "TX_PullDown", + "7": "TX_PullUp", + "8": "RX_NoDMA", + "9": "TX_NoDMA" + }, + "Description": "Control over UART options. The InvertRX option controls invert of the receive pin. The InvertTX option controls invert of the transmit pin. The HalfDuplex option controls half-duplex (onewire) mode, where both transmit and receive is done on the transmit wire. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards.", + "DisplayName": "Telem1 options", + "RebootRequired": "True", + "User": "Advanced" + }, + "SERIAL1_PROTOCOL": { + "Description": "Control what protocol to use on the Telem1 port. Note that the Frsky options require external converter hardware. See the wiki for details.", + "DisplayName": "Telem1 protocol selection", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "None", + "1": "MAVLink1", + "10": "FrSky SPort Passthrough (OpenTX)", + "11": "Lidar360", + "13": "Beacon", + "14": "Volz servo out", + "15": "SBus servo out", + "16": "ESC Telemetry", + "17": "Devo Telemetry", + "18": "OpticalFlow", + "19": "RobotisServo", + "2": "MAVLink2", + "20": "NMEA Output", + "21": "WindVane", + "22": "SLCAN", + "23": "RCIN", + "24": "EFI Serial", + "25": "LTM", + "26": "RunCam", + "27": "HottTelem", + "28": "Scripting", + "29": "Crossfire VTX", + "3": "Frsky D", + "30": "Generator", + "31": "Winch", + "32": "MSP", + "33": "DJI FPV", + "34": "AirSpeed", + "35": "ADSB", + "36": "AHRS", + "37": "SmartAudio", + "38": "FETtecOneWire", + "39": "Torqeedo", + "4": "Frsky SPort", + "40": "AIS", + "41": "CoDevESC", + "42": "DisplayPort", + "43": "MAVLink High Latency", + "44": "IRC Tramp", + "45": "DDS XRCE", + "46": "IMUDATA", + "5": "GPS", + "7": "Alexmos Gimbal Serial", + "8": "Gimbal", + "9": "Rangefinder" + } + }, + "SERIAL2_BAUD": { + "Description": "The baud rate of the Telem2 port. Most stm32-based boards can support rates of up to 1500. If you setup a rate you cannot support and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults.", + "DisplayName": "Telemetry 2 Baud Rate", + "User": "Standard", + "Values": { + "1": "1200", + "111": "111100", + "115": "115200", + "1500": "1500000", + "19": "19200", + "2": "2400", + "2000": "2000000", + "230": "230400", + "256": "256000", + "38": "38400", + "4": "4800", + "460": "460800", + "500": "500000", + "57": "57600", + "9": "9600", + "921": "921600" + } + }, + "SERIAL2_OPTIONS": { + "Bitmask": { + "0": "InvertRX", + "1": "InvertTX", + "10": "Don't forward mavlink to/from", + "11": "DisableFIFO", + "12": "Ignore Streamrate", + "2": "HalfDuplex", + "3": "SwapTXRX", + "4": "RX_PullDown", + "5": "RX_PullUp", + "6": "TX_PullDown", + "7": "TX_PullUp", + "8": "RX_NoDMA", + "9": "TX_NoDMA" + }, + "Description": "Control over UART options. The InvertRX option controls invert of the receive pin. The InvertTX option controls invert of the transmit pin. The HalfDuplex option controls half-duplex (onewire) mode, where both transmit and receive is done on the transmit wire. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards.", + "DisplayName": "Telem2 options", + "RebootRequired": "True", + "User": "Advanced" + }, + "SERIAL2_PROTOCOL": { + "Description": "Control what protocol to use on the Telem2 port. Note that the Frsky options require external converter hardware. See the wiki for details.", + "DisplayName": "Telemetry 2 protocol selection", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "None", + "1": "MAVLink1", + "10": "FrSky SPort Passthrough (OpenTX)", + "11": "Lidar360", + "13": "Beacon", + "14": "Volz servo out", + "15": "SBus servo out", + "16": "ESC Telemetry", + "17": "Devo Telemetry", + "18": "OpticalFlow", + "19": "RobotisServo", + "2": "MAVLink2", + "20": "NMEA Output", + "21": "WindVane", + "22": "SLCAN", + "23": "RCIN", + "24": "EFI Serial", + "25": "LTM", + "26": "RunCam", + "27": "HottTelem", + "28": "Scripting", + "29": "Crossfire VTX", + "3": "Frsky D", + "30": "Generator", + "31": "Winch", + "32": "MSP", + "33": "DJI FPV", + "34": "AirSpeed", + "35": "ADSB", + "36": "AHRS", + "37": "SmartAudio", + "38": "FETtecOneWire", + "39": "Torqeedo", + "4": "Frsky SPort", + "40": "AIS", + "41": "CoDevESC", + "42": "DisplayPort", + "43": "MAVLink High Latency", + "44": "IRC Tramp", + "45": "DDS XRCE", + "46": "IMUDATA", + "5": "GPS", + "7": "Alexmos Gimbal Serial", + "8": "Gimbal", + "9": "Rangefinder" + } + }, + "SERIAL3_BAUD": { + "Description": "The baud rate used for the Serial 3 (GPS). Most stm32-based boards can support rates of up to 1500. If you setup a rate you cannot support and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults.", + "DisplayName": "Serial 3 (GPS) Baud Rate", + "User": "Standard", + "Values": { + "1": "1200", + "111": "111100", + "115": "115200", + "1500": "1500000", + "19": "19200", + "2": "2400", + "2000": "2000000", + "230": "230400", + "256": "256000", + "38": "38400", + "4": "4800", + "460": "460800", + "500": "500000", + "57": "57600", + "9": "9600", + "921": "921600" + } + }, + "SERIAL3_OPTIONS": { + "Bitmask": { + "0": "InvertRX", + "1": "InvertTX", + "10": "Don't forward mavlink to/from", + "11": "DisableFIFO", + "12": "Ignore Streamrate", + "2": "HalfDuplex", + "3": "SwapTXRX", + "4": "RX_PullDown", + "5": "RX_PullUp", + "6": "TX_PullDown", + "7": "TX_PullUp", + "8": "RX_NoDMA", + "9": "TX_NoDMA" + }, + "Description": "Control over UART options. The InvertRX option controls invert of the receive pin. The InvertTX option controls invert of the transmit pin. The HalfDuplex option controls half-duplex (onewire) mode, where both transmit and receive is done on the transmit wire. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards.", + "DisplayName": "Serial3 options", + "RebootRequired": "True", + "User": "Advanced" + }, + "SERIAL3_PROTOCOL": { + "Description": "Control what protocol Serial 3 (GPS) should be used for. Note that the Frsky options require external converter hardware. See the wiki for details.", + "DisplayName": "Serial 3 (GPS) protocol selection", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "None", + "1": "MAVLink1", + "10": "FrSky SPort Passthrough (OpenTX)", + "11": "Lidar360", + "13": "Beacon", + "14": "Volz servo out", + "15": "SBus servo out", + "16": "ESC Telemetry", + "17": "Devo Telemetry", + "18": "OpticalFlow", + "19": "RobotisServo", + "2": "MAVLink2", + "20": "NMEA Output", + "21": "WindVane", + "22": "SLCAN", + "23": "RCIN", + "24": "EFI Serial", + "25": "LTM", + "26": "RunCam", + "27": "HottTelem", + "28": "Scripting", + "29": "Crossfire VTX", + "3": "Frsky D", + "30": "Generator", + "31": "Winch", + "32": "MSP", + "33": "DJI FPV", + "34": "AirSpeed", + "35": "ADSB", + "36": "AHRS", + "37": "SmartAudio", + "38": "FETtecOneWire", + "39": "Torqeedo", + "4": "Frsky SPort", + "40": "AIS", + "41": "CoDevESC", + "42": "DisplayPort", + "43": "MAVLink High Latency", + "44": "IRC Tramp", + "45": "DDS XRCE", + "46": "IMUDATA", + "5": "GPS", + "7": "Alexmos Gimbal Serial", + "8": "Gimbal", + "9": "Rangefinder" + } + }, + "SERIAL4_BAUD": { + "Description": "The baud rate used for Serial4. Most stm32-based boards can support rates of up to 1500. If you setup a rate you cannot support and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults.", + "DisplayName": "Serial 4 Baud Rate", + "User": "Standard", + "Values": { + "1": "1200", + "111": "111100", + "115": "115200", + "1500": "1500000", + "19": "19200", + "2": "2400", + "2000": "2000000", + "230": "230400", + "256": "256000", + "38": "38400", + "4": "4800", + "460": "460800", + "500": "500000", + "57": "57600", + "9": "9600", + "921": "921600" + } + }, + "SERIAL4_OPTIONS": { + "Bitmask": { + "0": "InvertRX", + "1": "InvertTX", + "10": "Don't forward mavlink to/from", + "11": "DisableFIFO", + "12": "Ignore Streamrate", + "2": "HalfDuplex", + "3": "SwapTXRX", + "4": "RX_PullDown", + "5": "RX_PullUp", + "6": "TX_PullDown", + "7": "TX_PullUp", + "8": "RX_NoDMA", + "9": "TX_NoDMA" + }, + "Description": "Control over UART options. The InvertRX option controls invert of the receive pin. The InvertTX option controls invert of the transmit pin. The HalfDuplex option controls half-duplex (onewire) mode, where both transmit and receive is done on the transmit wire. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards.", + "DisplayName": "Serial4 options", + "RebootRequired": "True", + "User": "Advanced" + }, + "SERIAL4_PROTOCOL": { + "Description": "Control what protocol Serial4 port should be used for. Note that the Frsky options require external converter hardware. See the wiki for details.", + "DisplayName": "Serial4 protocol selection", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "None", + "1": "MAVLink1", + "10": "FrSky SPort Passthrough (OpenTX)", + "11": "Lidar360", + "13": "Beacon", + "14": "Volz servo out", + "15": "SBus servo out", + "16": "ESC Telemetry", + "17": "Devo Telemetry", + "18": "OpticalFlow", + "19": "RobotisServo", + "2": "MAVLink2", + "20": "NMEA Output", + "21": "WindVane", + "22": "SLCAN", + "23": "RCIN", + "24": "EFI Serial", + "25": "LTM", + "26": "RunCam", + "27": "HottTelem", + "28": "Scripting", + "29": "Crossfire VTX", + "3": "Frsky D", + "30": "Generator", + "31": "Winch", + "32": "MSP", + "33": "DJI FPV", + "34": "AirSpeed", + "35": "ADSB", + "36": "AHRS", + "37": "SmartAudio", + "38": "FETtecOneWire", + "39": "Torqeedo", + "4": "Frsky SPort", + "40": "AIS", + "41": "CoDevESC", + "42": "DisplayPort", + "43": "MAVLink High Latency", + "44": "IRC Tramp", + "45": "DDS XRCE", + "46": "IMUDATA", + "5": "GPS", + "7": "Alexmos Gimbal Serial", + "8": "Gimbal", + "9": "Rangefinder" + } + }, + "SERIAL5_BAUD": { + "Description": "The baud rate used for Serial5. Most stm32-based boards can support rates of up to 1500. If you setup a rate you cannot support and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults.", + "DisplayName": "Serial 5 Baud Rate", + "User": "Standard", + "Values": { + "1": "1200", + "111": "111100", + "115": "115200", + "1500": "1500000", + "19": "19200", + "2": "2400", + "2000": "2000000", + "230": "230400", + "256": "256000", + "38": "38400", + "4": "4800", + "460": "460800", + "500": "500000", + "57": "57600", + "9": "9600", + "921": "921600" + } + }, + "SERIAL5_OPTIONS": { + "Bitmask": { + "0": "InvertRX", + "1": "InvertTX", + "10": "Don't forward mavlink to/from", + "11": "DisableFIFO", + "12": "Ignore Streamrate", + "2": "HalfDuplex", + "3": "SwapTXRX", + "4": "RX_PullDown", + "5": "RX_PullUp", + "6": "TX_PullDown", + "7": "TX_PullUp", + "8": "RX_NoDMA", + "9": "TX_NoDMA" + }, + "Description": "Control over UART options. The InvertRX option controls invert of the receive pin. The InvertTX option controls invert of the transmit pin. The HalfDuplex option controls half-duplex (onewire) mode, where both transmit and receive is done on the transmit wire. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards.", + "DisplayName": "Serial5 options", + "RebootRequired": "True", + "User": "Advanced" + }, + "SERIAL5_PROTOCOL": { + "Description": "Control what protocol Serial5 port should be used for. Note that the Frsky options require external converter hardware. See the wiki for details.", + "DisplayName": "Serial5 protocol selection", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "None", + "1": "MAVLink1", + "10": "FrSky SPort Passthrough (OpenTX)", + "11": "Lidar360", + "13": "Beacon", + "14": "Volz servo out", + "15": "SBus servo out", + "16": "ESC Telemetry", + "17": "Devo Telemetry", + "18": "OpticalFlow", + "19": "RobotisServo", + "2": "MAVLink2", + "20": "NMEA Output", + "21": "WindVane", + "22": "SLCAN", + "23": "RCIN", + "24": "EFI Serial", + "25": "LTM", + "26": "RunCam", + "27": "HottTelem", + "28": "Scripting", + "29": "Crossfire VTX", + "3": "Frsky D", + "30": "Generator", + "31": "Winch", + "32": "MSP", + "33": "DJI FPV", + "34": "AirSpeed", + "35": "ADSB", + "36": "AHRS", + "37": "SmartAudio", + "38": "FETtecOneWire", + "39": "Torqeedo", + "4": "Frsky SPort", + "40": "AIS", + "41": "CoDevESC", + "42": "DisplayPort", + "43": "MAVLink High Latency", + "44": "IRC Tramp", + "45": "DDS XRCE", + "46": "IMUDATA", + "5": "GPS", + "7": "Alexmos Gimbal Serial", + "8": "Gimbal", + "9": "Rangefinder" + } + }, + "SERIAL6_BAUD": { + "Description": "The baud rate used for Serial6. Most stm32-based boards can support rates of up to 1500. If you setup a rate you cannot support and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults.", + "DisplayName": "Serial 6 Baud Rate", + "User": "Standard", + "Values": { + "1": "1200", + "111": "111100", + "115": "115200", + "1500": "1500000", + "19": "19200", + "2": "2400", + "2000": "2000000", + "230": "230400", + "256": "256000", + "38": "38400", + "4": "4800", + "460": "460800", + "500": "500000", + "57": "57600", + "9": "9600", + "921": "921600" + } + }, + "SERIAL6_OPTIONS": { + "Bitmask": { + "0": "InvertRX", + "1": "InvertTX", + "10": "Don't forward mavlink to/from", + "11": "DisableFIFO", + "12": "Ignore Streamrate", + "2": "HalfDuplex", + "3": "SwapTXRX", + "4": "RX_PullDown", + "5": "RX_PullUp", + "6": "TX_PullDown", + "7": "TX_PullUp", + "8": "RX_NoDMA", + "9": "TX_NoDMA" + }, + "Description": "Control over UART options. The InvertRX option controls invert of the receive pin. The InvertTX option controls invert of the transmit pin. The HalfDuplex option controls half-duplex (onewire) mode, where both transmit and receive is done on the transmit wire. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards.", + "DisplayName": "Serial6 options", + "RebootRequired": "True", + "User": "Advanced" + }, + "SERIAL6_PROTOCOL": { + "Description": "Control what protocol Serial6 port should be used for. Note that the Frsky options require external converter hardware. See the wiki for details.", + "DisplayName": "Serial6 protocol selection", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "None", + "1": "MAVLink1", + "10": "FrSky SPort Passthrough (OpenTX)", + "11": "Lidar360", + "13": "Beacon", + "14": "Volz servo out", + "15": "SBus servo out", + "16": "ESC Telemetry", + "17": "Devo Telemetry", + "18": "OpticalFlow", + "19": "RobotisServo", + "2": "MAVLink2", + "20": "NMEA Output", + "21": "WindVane", + "22": "SLCAN", + "23": "RCIN", + "24": "EFI Serial", + "25": "LTM", + "26": "RunCam", + "27": "HottTelem", + "28": "Scripting", + "29": "Crossfire VTX", + "3": "Frsky D", + "30": "Generator", + "31": "Winch", + "32": "MSP", + "33": "DJI FPV", + "34": "AirSpeed", + "35": "ADSB", + "36": "AHRS", + "37": "SmartAudio", + "38": "FETtecOneWire", + "39": "Torqeedo", + "4": "Frsky SPort", + "40": "AIS", + "41": "CoDevESC", + "42": "DisplayPort", + "43": "MAVLink High Latency", + "44": "IRC Tramp", + "45": "DDS XRCE", + "46": "IMUDATA", + "5": "GPS", + "7": "Alexmos Gimbal Serial", + "8": "Gimbal", + "9": "Rangefinder" + } + }, + "SERIAL7_BAUD": { + "Description": "The baud rate used for Serial7. Most stm32-based boards can support rates of up to 1500. If you setup a rate you cannot support and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults.", + "DisplayName": "Serial 7 Baud Rate", + "User": "Standard", + "Values": { + "1": "1200", + "111": "111100", + "115": "115200", + "1500": "1500000", + "19": "19200", + "2": "2400", + "2000": "2000000", + "230": "230400", + "256": "256000", + "38": "38400", + "4": "4800", + "460": "460800", + "500": "500000", + "57": "57600", + "9": "9600", + "921": "921600" + } + }, + "SERIAL7_OPTIONS": { + "Bitmask": { + "0": "InvertRX", + "1": "InvertTX", + "10": "Don't forward mavlink to/from", + "11": "DisableFIFO", + "12": "Ignore Streamrate", + "2": "HalfDuplex", + "3": "SwapTXRX", + "4": "RX_PullDown", + "5": "RX_PullUp", + "6": "TX_PullDown", + "7": "TX_PullUp", + "8": "RX_NoDMA", + "9": "TX_NoDMA" + }, + "Description": "Control over UART options. The InvertRX option controls invert of the receive pin. The InvertTX option controls invert of the transmit pin. The HalfDuplex option controls half-duplex (onewire) mode, where both transmit and receive is done on the transmit wire. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards.", + "DisplayName": "Serial7 options", + "RebootRequired": "True", + "User": "Advanced" + }, + "SERIAL7_PROTOCOL": { + "Description": "Control what protocol Serial7 port should be used for. Note that the Frsky options require external converter hardware. See the wiki for details.", + "DisplayName": "Serial7 protocol selection", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "None", + "1": "MAVLink1", + "10": "FrSky SPort Passthrough (OpenTX)", + "11": "Lidar360", + "13": "Beacon", + "14": "Volz servo out", + "15": "SBus servo out", + "16": "ESC Telemetry", + "17": "Devo Telemetry", + "18": "OpticalFlow", + "19": "RobotisServo", + "2": "MAVLink2", + "20": "NMEA Output", + "21": "WindVane", + "22": "SLCAN", + "23": "RCIN", + "24": "EFI Serial", + "25": "LTM", + "26": "RunCam", + "27": "HottTelem", + "28": "Scripting", + "29": "Crossfire VTX", + "3": "Frsky D", + "30": "Generator", + "31": "Winch", + "32": "MSP", + "33": "DJI FPV", + "34": "AirSpeed", + "35": "ADSB", + "36": "AHRS", + "37": "SmartAudio", + "38": "FETtecOneWire", + "39": "Torqeedo", + "4": "Frsky SPort", + "40": "AIS", + "41": "CoDevESC", + "42": "DisplayPort", + "43": "MAVLink High Latency", + "44": "IRC Tramp", + "45": "DDS XRCE", + "46": "IMUDATA", + "5": "GPS", + "7": "Alexmos Gimbal Serial", + "8": "Gimbal", + "9": "Rangefinder" + } + }, + "SERIAL8_BAUD": { + "Description": "The baud rate used for Serial8. Most stm32-based boards can support rates of up to 1500. If you setup a rate you cannot support and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults.", + "DisplayName": "Serial 8 Baud Rate", + "User": "Standard", + "Values": { + "1": "1200", + "111": "111100", + "115": "115200", + "1500": "1500000", + "19": "19200", + "2": "2400", + "2000": "2000000", + "230": "230400", + "256": "256000", + "38": "38400", + "4": "4800", + "460": "460800", + "500": "500000", + "57": "57600", + "9": "9600", + "921": "921600" + } + }, + "SERIAL8_OPTIONS": { + "Bitmask": { + "0": "InvertRX", + "1": "InvertTX", + "10": "Don't forward mavlink to/from", + "11": "DisableFIFO", + "12": "Ignore Streamrate", + "2": "HalfDuplex", + "3": "SwapTXRX", + "4": "RX_PullDown", + "5": "RX_PullUp", + "6": "TX_PullDown", + "7": "TX_PullUp", + "8": "RX_NoDMA", + "9": "TX_NoDMA" + }, + "Description": "Control over UART options. The InvertRX option controls invert of the receive pin. The InvertTX option controls invert of the transmit pin. The HalfDuplex option controls half-duplex (onewire) mode, where both transmit and receive is done on the transmit wire. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards.", + "DisplayName": "Serial8 options", + "RebootRequired": "True", + "User": "Advanced" + }, + "SERIAL8_PROTOCOL": { + "Description": "Control what protocol Serial8 port should be used for. Note that the Frsky options require external converter hardware. See the wiki for details.", + "DisplayName": "Serial8 protocol selection", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "None", + "1": "MAVLink1", + "10": "FrSky SPort Passthrough (OpenTX)", + "11": "Lidar360", + "13": "Beacon", + "14": "Volz servo out", + "15": "SBus servo out", + "16": "ESC Telemetry", + "17": "Devo Telemetry", + "18": "OpticalFlow", + "19": "RobotisServo", + "2": "MAVLink2", + "20": "NMEA Output", + "21": "WindVane", + "22": "SLCAN", + "23": "RCIN", + "24": "EFI Serial", + "25": "LTM", + "26": "RunCam", + "27": "HottTelem", + "28": "Scripting", + "29": "Crossfire VTX", + "3": "Frsky D", + "30": "Generator", + "31": "Winch", + "32": "MSP", + "33": "DJI FPV", + "34": "AirSpeed", + "35": "ADSB", + "36": "AHRS", + "37": "SmartAudio", + "38": "FETtecOneWire", + "39": "Torqeedo", + "4": "Frsky SPort", + "40": "AIS", + "41": "CoDevESC", + "42": "DisplayPort", + "43": "MAVLink High Latency", + "44": "IRC Tramp", + "45": "DDS XRCE", + "46": "IMUDATA", + "5": "GPS", + "7": "Alexmos Gimbal Serial", + "8": "Gimbal", + "9": "Rangefinder" + } + }, + "SERIAL9_BAUD": { + "Description": "The baud rate used for Serial8. Most stm32-based boards can support rates of up to 1500. If you setup a rate you cannot support and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults.", + "DisplayName": "Serial 9 Baud Rate", + "User": "Standard", + "Values": { + "1": "1200", + "111": "111100", + "115": "115200", + "1500": "1500000", + "19": "19200", + "2": "2400", + "2000": "2000000", + "230": "230400", + "256": "256000", + "38": "38400", + "4": "4800", + "460": "460800", + "500": "500000", + "57": "57600", + "9": "9600", + "921": "921600" + } + }, + "SERIAL9_OPTIONS": { + "Bitmask": { + "0": "InvertRX", + "1": "InvertTX", + "10": "Don't forward mavlink to/from", + "11": "DisableFIFO", + "12": "Ignore Streamrate", + "2": "HalfDuplex", + "3": "SwapTXRX", + "4": "RX_PullDown", + "5": "RX_PullUp", + "6": "TX_PullDown", + "7": "TX_PullUp", + "8": "RX_NoDMA", + "9": "TX_NoDMA" + }, + "Description": "Control over UART options. The InvertRX option controls invert of the receive pin. The InvertTX option controls invert of the transmit pin. The HalfDuplex option controls half-duplex (onewire) mode, where both transmit and receive is done on the transmit wire. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards.", + "DisplayName": "Serial9 options", + "RebootRequired": "True", + "User": "Advanced" + }, + "SERIAL9_PROTOCOL": { + "Description": "Control what protocol Serial9 port should be used for. Note that the Frsky options require external converter hardware. See the wiki for details.", + "DisplayName": "Serial9 protocol selection", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "None", + "1": "MAVLink1", + "10": "FrSky SPort Passthrough (OpenTX)", + "11": "Lidar360", + "13": "Beacon", + "14": "Volz servo out", + "15": "SBus servo out", + "16": "ESC Telemetry", + "17": "Devo Telemetry", + "18": "OpticalFlow", + "19": "RobotisServo", + "2": "MAVLink2", + "20": "NMEA Output", + "21": "WindVane", + "22": "SLCAN", + "23": "RCIN", + "24": "EFI Serial", + "25": "LTM", + "26": "RunCam", + "27": "HottTelem", + "28": "Scripting", + "29": "Crossfire VTX", + "3": "Frsky D", + "30": "Generator", + "31": "Winch", + "32": "MSP", + "33": "DJI FPV", + "34": "AirSpeed", + "35": "ADSB", + "36": "AHRS", + "37": "SmartAudio", + "38": "FETtecOneWire", + "39": "Torqeedo", + "4": "Frsky SPort", + "40": "AIS", + "41": "CoDevESC", + "42": "DisplayPort", + "43": "MAVLink High Latency", + "44": "IRC Tramp", + "45": "DDS XRCE", + "46": "IMUDATA", + "5": "GPS", + "7": "Alexmos Gimbal Serial", + "8": "Gimbal", + "9": "Rangefinder" + } + }, + "SERIAL_PASS1": { + "Description": "This sets one side of pass-through between two serial ports. Once both sides are set then all data received on either port will be passed to the other port", + "DisplayName": "Serial passthru first port", + "User": "Advanced", + "Values": { + "-1": "Disabled", + "0": "Serial0", + "1": "Serial1", + "2": "Serial2", + "3": "Serial3", + "4": "Serial4", + "5": "Serial5", + "6": "Serial6" + } + }, + "SERIAL_PASS2": { + "Description": "This sets one side of pass-through between two serial ports. Once both sides are set then all data received on either port will be passed to the other port", + "DisplayName": "Serial passthru second port", + "User": "Advanced", + "Values": { + "-1": "Disabled", + "0": "Serial0", + "1": "Serial1", + "2": "Serial2", + "3": "Serial3", + "4": "Serial4", + "5": "Serial5", + "6": "Serial6" + } + }, + "SERIAL_PASSTIMO": { + "Description": "This sets a timeout for serial pass-through in seconds. When the pass-through is enabled by setting the SERIAL_PASS1 and SERIAL_PASS2 parameters then it remains in effect until no data comes from the first port for SERIAL_PASSTIMO seconds. This allows the port to revent to its normal usage (such as MAVLink connection to a GCS) when it is no longer needed. A value of 0 means no timeout.", + "DisplayName": "Serial passthru timeout", + "Range": { + "high": "120", + "low": "0" + }, + "Units": "s", + "User": "Advanced" + } + }, + "SERVO": { + "SERVO_32_ENABLE": { + "Description": "This allows for up to 32 outputs, enabling parameters for outputs above 16", + "DisplayName": "Enable outputs 17 to 31", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "SERVO_DSHOT_ESC": { + "Description": "DShot ESC type for all outputs. The ESC type affects the range of DShot commands available and the bit widths used. None means that no dshot commands will be executed. Some ESC types support Extended DShot Telemetry (EDT) which allows telemetry other than RPM data to be returned when using bi-directional dshot. If you enable EDT you must install EDT capable firmware for correct operation.", + "DisplayName": "Servo DShot ESC type", + "User": "Advanced", + "Values": { + "0": "None", + "1": "BLHeli32/Kiss", + "2": "BLHeli_S", + "3": "BLHeli32/Kiss+EDT", + "4": "BLHeli_S+EDT" + } + }, + "SERVO_DSHOT_RATE": { + "Description": "DShot output rate for all outputs as a multiple of the loop rate. 0 sets the output rate to be fixed at 1Khz for low loop rates. This value should never be set below 500Hz.", + "DisplayName": "Servo DShot output rate", + "User": "Advanced", + "Values": { + "0": "1Khz", + "1": "loop-rate", + "2": "double loop-rate", + "3": "triple loop-rate", + "4": "quadruple loop rate" + } + }, + "SERVO_GPIO_MASK": { + "Bitmask": { + "0": "Servo 1", + "1": "Servo 2", + "10": "Servo 11", + "11": "Servo 12", + "12": "Servo 13", + "13": "Servo 14", + "14": "Servo 15", + "15": "Servo 16", + "16": "Servo 17", + "17": "Servo 18", + "18": "Servo 19", + "19": "Servo 20", + "2": "Servo 3", + "20": "Servo 21", + "21": "Servo 22", + "22": "Servo 23", + "23": "Servo 24", + "24": "Servo 25", + "25": "Servo 26", + "26": "Servo 27", + "27": "Servo 28", + "28": "Servo 29", + "29": "Servo 30", + "3": "Servo 4", + "30": "Servo 31", + "31": "Servo 32", + "4": "Servo 5", + "5": "Servo 6", + "6": "Servo 7", + "7": "Servo 8", + "8": "Servo 9", + "9": "Servo 10" + }, + "Description": "Bitmask of outputs which will be available as GPIOs. Any output with either the function set to -1 or with the corresponding bit set in this mask will be available for use as a GPIO pin", + "DisplayName": "Servo GPIO mask", + "RebootRequired": "True", + "User": "Advanced" + }, + "SERVO_RATE": { + "Description": "Default output rate in Hz for all PWM outputs.", + "DisplayName": "Servo default output rate", + "Range": { + "high": "400", + "low": "25" + }, + "Units": "Hz", + "User": "Advanced" + }, + "SERVO_RC_FS_MSK": { + "Bitmask": { + "0": "RCIN1Scaled", + "1": "RCIN2Scaled", + "10": "RCIN11Scaled", + "11": "SRCIN12Scaled", + "12": "RCIN13Scaled", + "13": "RCIN14Scaled", + "14": "RCIN15Scaled", + "15": "RCIN16Scaled", + "2": "RCIN3Scaled", + "3": "RCIN4Scaled", + "4": "RCIN5Scaled", + "5": "RCIN6Scaled", + "6": "RCIN7Scaled", + "7": "RCIN8Scaled", + "8": "RCIN9Scaled", + "9": "RCIN10Scaled" + }, + "Description": "Bitmask of scaled passthru output channels which will be set to their trim value during rc failsafe instead of holding their last position before failsafe.", + "DisplayName": "Servo RC Failsafe Mask", + "User": "Advanced" + } + }, + "SERVO10_": { + "SERVO10_FUNCTION": { + "Description": "Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function", + "DisplayName": "Servo output function", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "GPIO", + "0": "Disabled", + "1": "RCPassThru", + "10": "CameraTrigger", + "100": "Script7", + "101": "Script8", + "102": "Script9", + "103": "Script10", + "104": "Script11", + "105": "Script12", + "106": "Script13", + "107": "Script14", + "108": "Script15", + "109": "Script16", + "12": "Mount2Yaw", + "120": "NeoPixel1", + "121": "NeoPixel2", + "122": "NeoPixel3", + "123": "NeoPixel4", + "128": "WingSailElevator", + "129": "ProfiLED1", + "13": "Mount2Pitch", + "130": "ProfiLED2", + "131": "ProfiLED3", + "132": "ProfiLEDClock", + "133": "Winch Clutch", + "134": "SERVOn_MIN", + "135": "SERVOn_TRIM", + "136": "SERVOn_MAX", + "137": "SailMastRotation", + "138": "Alarm", + "139": "Alarm Inverted", + "14": "Mount2Roll", + "140": "RCIN1Scaled", + "141": "RCIN2Scaled", + "142": "RCIN3Scaled", + "143": "RCIN4Scaled", + "144": "RCIN5Scaled", + "145": "RCIN6Scaled", + "146": "RCIN7Scaled", + "147": "RCIN8Scaled", + "148": "RCIN9Scaled", + "149": "RCIN10Scaled", + "15": "Mount2Retract", + "150": "RCIN11Scaled", + "151": "RCIN12Scaled", + "152": "RCIN13Scaled", + "153": "RCIN14Scaled", + "154": "RCIN15Scaled", + "155": "RCIN16Scaled", + "22": "SprayerPump", + "23": "SprayerSpinner", + "26": "GroundSteering", + "28": "Gripper", + "33": "Motor1", + "34": "Motor2", + "35": "Motor3", + "36": "Motor4", + "51": "RCIN1", + "52": "RCIN2", + "53": "RCIN3", + "54": "RCIN4", + "55": "RCIN5", + "56": "RCIN6", + "57": "RCIN7", + "58": "RCIN8", + "59": "RCIN9", + "6": "Mount1Yaw", + "60": "RCIN10", + "61": "RCIN11", + "62": "RCIN12", + "63": "RCIN13", + "64": "RCIN14", + "65": "RCIN15", + "66": "RCIN16", + "7": "Mount1Pitch", + "70": "Throttle", + "73": "ThrottleLeft", + "74": "ThrottleRight", + "8": "Mount1Roll", + "88": "Winch", + "89": "Main Sail", + "9": "Mount1Retract", + "90": "CameraISO", + "91": "CameraAperture", + "92": "CameraFocus", + "93": "CameraShutterSpeed", + "94": "Script1", + "95": "Script2", + "96": "Script3", + "97": "Script4", + "98": "Script5", + "99": "Script6" + } + }, + "SERVO10_MAX": { + "Description": "maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Maximum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO10_MIN": { + "Description": "minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Minimum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO10_REVERSED": { + "Description": "Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.", + "DisplayName": "Servo reverse", + "User": "Standard", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "SERVO10_TRIM": { + "Description": "Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + } + }, + "SERVO11_": { + "SERVO11_FUNCTION": { + "Description": "Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function", + "DisplayName": "Servo output function", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "GPIO", + "0": "Disabled", + "1": "RCPassThru", + "10": "CameraTrigger", + "100": "Script7", + "101": "Script8", + "102": "Script9", + "103": "Script10", + "104": "Script11", + "105": "Script12", + "106": "Script13", + "107": "Script14", + "108": "Script15", + "109": "Script16", + "12": "Mount2Yaw", + "120": "NeoPixel1", + "121": "NeoPixel2", + "122": "NeoPixel3", + "123": "NeoPixel4", + "128": "WingSailElevator", + "129": "ProfiLED1", + "13": "Mount2Pitch", + "130": "ProfiLED2", + "131": "ProfiLED3", + "132": "ProfiLEDClock", + "133": "Winch Clutch", + "134": "SERVOn_MIN", + "135": "SERVOn_TRIM", + "136": "SERVOn_MAX", + "137": "SailMastRotation", + "138": "Alarm", + "139": "Alarm Inverted", + "14": "Mount2Roll", + "140": "RCIN1Scaled", + "141": "RCIN2Scaled", + "142": "RCIN3Scaled", + "143": "RCIN4Scaled", + "144": "RCIN5Scaled", + "145": "RCIN6Scaled", + "146": "RCIN7Scaled", + "147": "RCIN8Scaled", + "148": "RCIN9Scaled", + "149": "RCIN10Scaled", + "15": "Mount2Retract", + "150": "RCIN11Scaled", + "151": "RCIN12Scaled", + "152": "RCIN13Scaled", + "153": "RCIN14Scaled", + "154": "RCIN15Scaled", + "155": "RCIN16Scaled", + "22": "SprayerPump", + "23": "SprayerSpinner", + "26": "GroundSteering", + "28": "Gripper", + "33": "Motor1", + "34": "Motor2", + "35": "Motor3", + "36": "Motor4", + "51": "RCIN1", + "52": "RCIN2", + "53": "RCIN3", + "54": "RCIN4", + "55": "RCIN5", + "56": "RCIN6", + "57": "RCIN7", + "58": "RCIN8", + "59": "RCIN9", + "6": "Mount1Yaw", + "60": "RCIN10", + "61": "RCIN11", + "62": "RCIN12", + "63": "RCIN13", + "64": "RCIN14", + "65": "RCIN15", + "66": "RCIN16", + "7": "Mount1Pitch", + "70": "Throttle", + "73": "ThrottleLeft", + "74": "ThrottleRight", + "8": "Mount1Roll", + "88": "Winch", + "89": "Main Sail", + "9": "Mount1Retract", + "90": "CameraISO", + "91": "CameraAperture", + "92": "CameraFocus", + "93": "CameraShutterSpeed", + "94": "Script1", + "95": "Script2", + "96": "Script3", + "97": "Script4", + "98": "Script5", + "99": "Script6" + } + }, + "SERVO11_MAX": { + "Description": "maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Maximum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO11_MIN": { + "Description": "minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Minimum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO11_REVERSED": { + "Description": "Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.", + "DisplayName": "Servo reverse", + "User": "Standard", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "SERVO11_TRIM": { + "Description": "Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + } + }, + "SERVO12_": { + "SERVO12_FUNCTION": { + "Description": "Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function", + "DisplayName": "Servo output function", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "GPIO", + "0": "Disabled", + "1": "RCPassThru", + "10": "CameraTrigger", + "100": "Script7", + "101": "Script8", + "102": "Script9", + "103": "Script10", + "104": "Script11", + "105": "Script12", + "106": "Script13", + "107": "Script14", + "108": "Script15", + "109": "Script16", + "12": "Mount2Yaw", + "120": "NeoPixel1", + "121": "NeoPixel2", + "122": "NeoPixel3", + "123": "NeoPixel4", + "128": "WingSailElevator", + "129": "ProfiLED1", + "13": "Mount2Pitch", + "130": "ProfiLED2", + "131": "ProfiLED3", + "132": "ProfiLEDClock", + "133": "Winch Clutch", + "134": "SERVOn_MIN", + "135": "SERVOn_TRIM", + "136": "SERVOn_MAX", + "137": "SailMastRotation", + "138": "Alarm", + "139": "Alarm Inverted", + "14": "Mount2Roll", + "140": "RCIN1Scaled", + "141": "RCIN2Scaled", + "142": "RCIN3Scaled", + "143": "RCIN4Scaled", + "144": "RCIN5Scaled", + "145": "RCIN6Scaled", + "146": "RCIN7Scaled", + "147": "RCIN8Scaled", + "148": "RCIN9Scaled", + "149": "RCIN10Scaled", + "15": "Mount2Retract", + "150": "RCIN11Scaled", + "151": "RCIN12Scaled", + "152": "RCIN13Scaled", + "153": "RCIN14Scaled", + "154": "RCIN15Scaled", + "155": "RCIN16Scaled", + "22": "SprayerPump", + "23": "SprayerSpinner", + "26": "GroundSteering", + "28": "Gripper", + "33": "Motor1", + "34": "Motor2", + "35": "Motor3", + "36": "Motor4", + "51": "RCIN1", + "52": "RCIN2", + "53": "RCIN3", + "54": "RCIN4", + "55": "RCIN5", + "56": "RCIN6", + "57": "RCIN7", + "58": "RCIN8", + "59": "RCIN9", + "6": "Mount1Yaw", + "60": "RCIN10", + "61": "RCIN11", + "62": "RCIN12", + "63": "RCIN13", + "64": "RCIN14", + "65": "RCIN15", + "66": "RCIN16", + "7": "Mount1Pitch", + "70": "Throttle", + "73": "ThrottleLeft", + "74": "ThrottleRight", + "8": "Mount1Roll", + "88": "Winch", + "89": "Main Sail", + "9": "Mount1Retract", + "90": "CameraISO", + "91": "CameraAperture", + "92": "CameraFocus", + "93": "CameraShutterSpeed", + "94": "Script1", + "95": "Script2", + "96": "Script3", + "97": "Script4", + "98": "Script5", + "99": "Script6" + } + }, + "SERVO12_MAX": { + "Description": "maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Maximum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO12_MIN": { + "Description": "minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Minimum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO12_REVERSED": { + "Description": "Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.", + "DisplayName": "Servo reverse", + "User": "Standard", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "SERVO12_TRIM": { + "Description": "Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + } + }, + "SERVO13_": { + "SERVO13_FUNCTION": { + "Description": "Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function", + "DisplayName": "Servo output function", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "GPIO", + "0": "Disabled", + "1": "RCPassThru", + "10": "CameraTrigger", + "100": "Script7", + "101": "Script8", + "102": "Script9", + "103": "Script10", + "104": "Script11", + "105": "Script12", + "106": "Script13", + "107": "Script14", + "108": "Script15", + "109": "Script16", + "12": "Mount2Yaw", + "120": "NeoPixel1", + "121": "NeoPixel2", + "122": "NeoPixel3", + "123": "NeoPixel4", + "128": "WingSailElevator", + "129": "ProfiLED1", + "13": "Mount2Pitch", + "130": "ProfiLED2", + "131": "ProfiLED3", + "132": "ProfiLEDClock", + "133": "Winch Clutch", + "134": "SERVOn_MIN", + "135": "SERVOn_TRIM", + "136": "SERVOn_MAX", + "137": "SailMastRotation", + "138": "Alarm", + "139": "Alarm Inverted", + "14": "Mount2Roll", + "140": "RCIN1Scaled", + "141": "RCIN2Scaled", + "142": "RCIN3Scaled", + "143": "RCIN4Scaled", + "144": "RCIN5Scaled", + "145": "RCIN6Scaled", + "146": "RCIN7Scaled", + "147": "RCIN8Scaled", + "148": "RCIN9Scaled", + "149": "RCIN10Scaled", + "15": "Mount2Retract", + "150": "RCIN11Scaled", + "151": "RCIN12Scaled", + "152": "RCIN13Scaled", + "153": "RCIN14Scaled", + "154": "RCIN15Scaled", + "155": "RCIN16Scaled", + "22": "SprayerPump", + "23": "SprayerSpinner", + "26": "GroundSteering", + "28": "Gripper", + "33": "Motor1", + "34": "Motor2", + "35": "Motor3", + "36": "Motor4", + "51": "RCIN1", + "52": "RCIN2", + "53": "RCIN3", + "54": "RCIN4", + "55": "RCIN5", + "56": "RCIN6", + "57": "RCIN7", + "58": "RCIN8", + "59": "RCIN9", + "6": "Mount1Yaw", + "60": "RCIN10", + "61": "RCIN11", + "62": "RCIN12", + "63": "RCIN13", + "64": "RCIN14", + "65": "RCIN15", + "66": "RCIN16", + "7": "Mount1Pitch", + "70": "Throttle", + "73": "ThrottleLeft", + "74": "ThrottleRight", + "8": "Mount1Roll", + "88": "Winch", + "89": "Main Sail", + "9": "Mount1Retract", + "90": "CameraISO", + "91": "CameraAperture", + "92": "CameraFocus", + "93": "CameraShutterSpeed", + "94": "Script1", + "95": "Script2", + "96": "Script3", + "97": "Script4", + "98": "Script5", + "99": "Script6" + } + }, + "SERVO13_MAX": { + "Description": "maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Maximum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO13_MIN": { + "Description": "minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Minimum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO13_REVERSED": { + "Description": "Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.", + "DisplayName": "Servo reverse", + "User": "Standard", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "SERVO13_TRIM": { + "Description": "Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + } + }, + "SERVO14_": { + "SERVO14_FUNCTION": { + "Description": "Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function", + "DisplayName": "Servo output function", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "GPIO", + "0": "Disabled", + "1": "RCPassThru", + "10": "CameraTrigger", + "100": "Script7", + "101": "Script8", + "102": "Script9", + "103": "Script10", + "104": "Script11", + "105": "Script12", + "106": "Script13", + "107": "Script14", + "108": "Script15", + "109": "Script16", + "12": "Mount2Yaw", + "120": "NeoPixel1", + "121": "NeoPixel2", + "122": "NeoPixel3", + "123": "NeoPixel4", + "128": "WingSailElevator", + "129": "ProfiLED1", + "13": "Mount2Pitch", + "130": "ProfiLED2", + "131": "ProfiLED3", + "132": "ProfiLEDClock", + "133": "Winch Clutch", + "134": "SERVOn_MIN", + "135": "SERVOn_TRIM", + "136": "SERVOn_MAX", + "137": "SailMastRotation", + "138": "Alarm", + "139": "Alarm Inverted", + "14": "Mount2Roll", + "140": "RCIN1Scaled", + "141": "RCIN2Scaled", + "142": "RCIN3Scaled", + "143": "RCIN4Scaled", + "144": "RCIN5Scaled", + "145": "RCIN6Scaled", + "146": "RCIN7Scaled", + "147": "RCIN8Scaled", + "148": "RCIN9Scaled", + "149": "RCIN10Scaled", + "15": "Mount2Retract", + "150": "RCIN11Scaled", + "151": "RCIN12Scaled", + "152": "RCIN13Scaled", + "153": "RCIN14Scaled", + "154": "RCIN15Scaled", + "155": "RCIN16Scaled", + "22": "SprayerPump", + "23": "SprayerSpinner", + "26": "GroundSteering", + "28": "Gripper", + "33": "Motor1", + "34": "Motor2", + "35": "Motor3", + "36": "Motor4", + "51": "RCIN1", + "52": "RCIN2", + "53": "RCIN3", + "54": "RCIN4", + "55": "RCIN5", + "56": "RCIN6", + "57": "RCIN7", + "58": "RCIN8", + "59": "RCIN9", + "6": "Mount1Yaw", + "60": "RCIN10", + "61": "RCIN11", + "62": "RCIN12", + "63": "RCIN13", + "64": "RCIN14", + "65": "RCIN15", + "66": "RCIN16", + "7": "Mount1Pitch", + "70": "Throttle", + "73": "ThrottleLeft", + "74": "ThrottleRight", + "8": "Mount1Roll", + "88": "Winch", + "89": "Main Sail", + "9": "Mount1Retract", + "90": "CameraISO", + "91": "CameraAperture", + "92": "CameraFocus", + "93": "CameraShutterSpeed", + "94": "Script1", + "95": "Script2", + "96": "Script3", + "97": "Script4", + "98": "Script5", + "99": "Script6" + } + }, + "SERVO14_MAX": { + "Description": "maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Maximum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO14_MIN": { + "Description": "minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Minimum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO14_REVERSED": { + "Description": "Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.", + "DisplayName": "Servo reverse", + "User": "Standard", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "SERVO14_TRIM": { + "Description": "Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + } + }, + "SERVO15_": { + "SERVO15_FUNCTION": { + "Description": "Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function", + "DisplayName": "Servo output function", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "GPIO", + "0": "Disabled", + "1": "RCPassThru", + "10": "CameraTrigger", + "100": "Script7", + "101": "Script8", + "102": "Script9", + "103": "Script10", + "104": "Script11", + "105": "Script12", + "106": "Script13", + "107": "Script14", + "108": "Script15", + "109": "Script16", + "12": "Mount2Yaw", + "120": "NeoPixel1", + "121": "NeoPixel2", + "122": "NeoPixel3", + "123": "NeoPixel4", + "128": "WingSailElevator", + "129": "ProfiLED1", + "13": "Mount2Pitch", + "130": "ProfiLED2", + "131": "ProfiLED3", + "132": "ProfiLEDClock", + "133": "Winch Clutch", + "134": "SERVOn_MIN", + "135": "SERVOn_TRIM", + "136": "SERVOn_MAX", + "137": "SailMastRotation", + "138": "Alarm", + "139": "Alarm Inverted", + "14": "Mount2Roll", + "140": "RCIN1Scaled", + "141": "RCIN2Scaled", + "142": "RCIN3Scaled", + "143": "RCIN4Scaled", + "144": "RCIN5Scaled", + "145": "RCIN6Scaled", + "146": "RCIN7Scaled", + "147": "RCIN8Scaled", + "148": "RCIN9Scaled", + "149": "RCIN10Scaled", + "15": "Mount2Retract", + "150": "RCIN11Scaled", + "151": "RCIN12Scaled", + "152": "RCIN13Scaled", + "153": "RCIN14Scaled", + "154": "RCIN15Scaled", + "155": "RCIN16Scaled", + "22": "SprayerPump", + "23": "SprayerSpinner", + "26": "GroundSteering", + "28": "Gripper", + "33": "Motor1", + "34": "Motor2", + "35": "Motor3", + "36": "Motor4", + "51": "RCIN1", + "52": "RCIN2", + "53": "RCIN3", + "54": "RCIN4", + "55": "RCIN5", + "56": "RCIN6", + "57": "RCIN7", + "58": "RCIN8", + "59": "RCIN9", + "6": "Mount1Yaw", + "60": "RCIN10", + "61": "RCIN11", + "62": "RCIN12", + "63": "RCIN13", + "64": "RCIN14", + "65": "RCIN15", + "66": "RCIN16", + "7": "Mount1Pitch", + "70": "Throttle", + "73": "ThrottleLeft", + "74": "ThrottleRight", + "8": "Mount1Roll", + "88": "Winch", + "89": "Main Sail", + "9": "Mount1Retract", + "90": "CameraISO", + "91": "CameraAperture", + "92": "CameraFocus", + "93": "CameraShutterSpeed", + "94": "Script1", + "95": "Script2", + "96": "Script3", + "97": "Script4", + "98": "Script5", + "99": "Script6" + } + }, + "SERVO15_MAX": { + "Description": "maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Maximum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO15_MIN": { + "Description": "minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Minimum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO15_REVERSED": { + "Description": "Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.", + "DisplayName": "Servo reverse", + "User": "Standard", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "SERVO15_TRIM": { + "Description": "Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + } + }, + "SERVO16_": { + "SERVO16_FUNCTION": { + "Description": "Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function", + "DisplayName": "Servo output function", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "GPIO", + "0": "Disabled", + "1": "RCPassThru", + "10": "CameraTrigger", + "100": "Script7", + "101": "Script8", + "102": "Script9", + "103": "Script10", + "104": "Script11", + "105": "Script12", + "106": "Script13", + "107": "Script14", + "108": "Script15", + "109": "Script16", + "12": "Mount2Yaw", + "120": "NeoPixel1", + "121": "NeoPixel2", + "122": "NeoPixel3", + "123": "NeoPixel4", + "128": "WingSailElevator", + "129": "ProfiLED1", + "13": "Mount2Pitch", + "130": "ProfiLED2", + "131": "ProfiLED3", + "132": "ProfiLEDClock", + "133": "Winch Clutch", + "134": "SERVOn_MIN", + "135": "SERVOn_TRIM", + "136": "SERVOn_MAX", + "137": "SailMastRotation", + "138": "Alarm", + "139": "Alarm Inverted", + "14": "Mount2Roll", + "140": "RCIN1Scaled", + "141": "RCIN2Scaled", + "142": "RCIN3Scaled", + "143": "RCIN4Scaled", + "144": "RCIN5Scaled", + "145": "RCIN6Scaled", + "146": "RCIN7Scaled", + "147": "RCIN8Scaled", + "148": "RCIN9Scaled", + "149": "RCIN10Scaled", + "15": "Mount2Retract", + "150": "RCIN11Scaled", + "151": "RCIN12Scaled", + "152": "RCIN13Scaled", + "153": "RCIN14Scaled", + "154": "RCIN15Scaled", + "155": "RCIN16Scaled", + "22": "SprayerPump", + "23": "SprayerSpinner", + "26": "GroundSteering", + "28": "Gripper", + "33": "Motor1", + "34": "Motor2", + "35": "Motor3", + "36": "Motor4", + "51": "RCIN1", + "52": "RCIN2", + "53": "RCIN3", + "54": "RCIN4", + "55": "RCIN5", + "56": "RCIN6", + "57": "RCIN7", + "58": "RCIN8", + "59": "RCIN9", + "6": "Mount1Yaw", + "60": "RCIN10", + "61": "RCIN11", + "62": "RCIN12", + "63": "RCIN13", + "64": "RCIN14", + "65": "RCIN15", + "66": "RCIN16", + "7": "Mount1Pitch", + "70": "Throttle", + "73": "ThrottleLeft", + "74": "ThrottleRight", + "8": "Mount1Roll", + "88": "Winch", + "89": "Main Sail", + "9": "Mount1Retract", + "90": "CameraISO", + "91": "CameraAperture", + "92": "CameraFocus", + "93": "CameraShutterSpeed", + "94": "Script1", + "95": "Script2", + "96": "Script3", + "97": "Script4", + "98": "Script5", + "99": "Script6" + } + }, + "SERVO16_MAX": { + "Description": "maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Maximum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO16_MIN": { + "Description": "minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Minimum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO16_REVERSED": { + "Description": "Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.", + "DisplayName": "Servo reverse", + "User": "Standard", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "SERVO16_TRIM": { + "Description": "Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + } + }, + "SERVO17_": { + "SERVO17_FUNCTION": { + "Description": "Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function", + "DisplayName": "Servo output function", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "GPIO", + "0": "Disabled", + "1": "RCPassThru", + "10": "CameraTrigger", + "100": "Script7", + "101": "Script8", + "102": "Script9", + "103": "Script10", + "104": "Script11", + "105": "Script12", + "106": "Script13", + "107": "Script14", + "108": "Script15", + "109": "Script16", + "12": "Mount2Yaw", + "120": "NeoPixel1", + "121": "NeoPixel2", + "122": "NeoPixel3", + "123": "NeoPixel4", + "128": "WingSailElevator", + "129": "ProfiLED1", + "13": "Mount2Pitch", + "130": "ProfiLED2", + "131": "ProfiLED3", + "132": "ProfiLEDClock", + "133": "Winch Clutch", + "134": "SERVOn_MIN", + "135": "SERVOn_TRIM", + "136": "SERVOn_MAX", + "137": "SailMastRotation", + "138": "Alarm", + "139": "Alarm Inverted", + "14": "Mount2Roll", + "140": "RCIN1Scaled", + "141": "RCIN2Scaled", + "142": "RCIN3Scaled", + "143": "RCIN4Scaled", + "144": "RCIN5Scaled", + "145": "RCIN6Scaled", + "146": "RCIN7Scaled", + "147": "RCIN8Scaled", + "148": "RCIN9Scaled", + "149": "RCIN10Scaled", + "15": "Mount2Retract", + "150": "RCIN11Scaled", + "151": "RCIN12Scaled", + "152": "RCIN13Scaled", + "153": "RCIN14Scaled", + "154": "RCIN15Scaled", + "155": "RCIN16Scaled", + "22": "SprayerPump", + "23": "SprayerSpinner", + "26": "GroundSteering", + "28": "Gripper", + "33": "Motor1", + "34": "Motor2", + "35": "Motor3", + "36": "Motor4", + "51": "RCIN1", + "52": "RCIN2", + "53": "RCIN3", + "54": "RCIN4", + "55": "RCIN5", + "56": "RCIN6", + "57": "RCIN7", + "58": "RCIN8", + "59": "RCIN9", + "6": "Mount1Yaw", + "60": "RCIN10", + "61": "RCIN11", + "62": "RCIN12", + "63": "RCIN13", + "64": "RCIN14", + "65": "RCIN15", + "66": "RCIN16", + "7": "Mount1Pitch", + "70": "Throttle", + "73": "ThrottleLeft", + "74": "ThrottleRight", + "8": "Mount1Roll", + "88": "Winch", + "89": "Main Sail", + "9": "Mount1Retract", + "90": "CameraISO", + "91": "CameraAperture", + "92": "CameraFocus", + "93": "CameraShutterSpeed", + "94": "Script1", + "95": "Script2", + "96": "Script3", + "97": "Script4", + "98": "Script5", + "99": "Script6" + } + }, + "SERVO17_MAX": { + "Description": "maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Maximum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO17_MIN": { + "Description": "minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Minimum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO17_REVERSED": { + "Description": "Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.", + "DisplayName": "Servo reverse", + "User": "Standard", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "SERVO17_TRIM": { + "Description": "Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + } + }, + "SERVO18_": { + "SERVO18_FUNCTION": { + "Description": "Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function", + "DisplayName": "Servo output function", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "GPIO", + "0": "Disabled", + "1": "RCPassThru", + "10": "CameraTrigger", + "100": "Script7", + "101": "Script8", + "102": "Script9", + "103": "Script10", + "104": "Script11", + "105": "Script12", + "106": "Script13", + "107": "Script14", + "108": "Script15", + "109": "Script16", + "12": "Mount2Yaw", + "120": "NeoPixel1", + "121": "NeoPixel2", + "122": "NeoPixel3", + "123": "NeoPixel4", + "128": "WingSailElevator", + "129": "ProfiLED1", + "13": "Mount2Pitch", + "130": "ProfiLED2", + "131": "ProfiLED3", + "132": "ProfiLEDClock", + "133": "Winch Clutch", + "134": "SERVOn_MIN", + "135": "SERVOn_TRIM", + "136": "SERVOn_MAX", + "137": "SailMastRotation", + "138": "Alarm", + "139": "Alarm Inverted", + "14": "Mount2Roll", + "140": "RCIN1Scaled", + "141": "RCIN2Scaled", + "142": "RCIN3Scaled", + "143": "RCIN4Scaled", + "144": "RCIN5Scaled", + "145": "RCIN6Scaled", + "146": "RCIN7Scaled", + "147": "RCIN8Scaled", + "148": "RCIN9Scaled", + "149": "RCIN10Scaled", + "15": "Mount2Retract", + "150": "RCIN11Scaled", + "151": "RCIN12Scaled", + "152": "RCIN13Scaled", + "153": "RCIN14Scaled", + "154": "RCIN15Scaled", + "155": "RCIN16Scaled", + "22": "SprayerPump", + "23": "SprayerSpinner", + "26": "GroundSteering", + "28": "Gripper", + "33": "Motor1", + "34": "Motor2", + "35": "Motor3", + "36": "Motor4", + "51": "RCIN1", + "52": "RCIN2", + "53": "RCIN3", + "54": "RCIN4", + "55": "RCIN5", + "56": "RCIN6", + "57": "RCIN7", + "58": "RCIN8", + "59": "RCIN9", + "6": "Mount1Yaw", + "60": "RCIN10", + "61": "RCIN11", + "62": "RCIN12", + "63": "RCIN13", + "64": "RCIN14", + "65": "RCIN15", + "66": "RCIN16", + "7": "Mount1Pitch", + "70": "Throttle", + "73": "ThrottleLeft", + "74": "ThrottleRight", + "8": "Mount1Roll", + "88": "Winch", + "89": "Main Sail", + "9": "Mount1Retract", + "90": "CameraISO", + "91": "CameraAperture", + "92": "CameraFocus", + "93": "CameraShutterSpeed", + "94": "Script1", + "95": "Script2", + "96": "Script3", + "97": "Script4", + "98": "Script5", + "99": "Script6" + } + }, + "SERVO18_MAX": { + "Description": "maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Maximum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO18_MIN": { + "Description": "minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Minimum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO18_REVERSED": { + "Description": "Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.", + "DisplayName": "Servo reverse", + "User": "Standard", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "SERVO18_TRIM": { + "Description": "Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + } + }, + "SERVO19_": { + "SERVO19_FUNCTION": { + "Description": "Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function", + "DisplayName": "Servo output function", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "GPIO", + "0": "Disabled", + "1": "RCPassThru", + "10": "CameraTrigger", + "100": "Script7", + "101": "Script8", + "102": "Script9", + "103": "Script10", + "104": "Script11", + "105": "Script12", + "106": "Script13", + "107": "Script14", + "108": "Script15", + "109": "Script16", + "12": "Mount2Yaw", + "120": "NeoPixel1", + "121": "NeoPixel2", + "122": "NeoPixel3", + "123": "NeoPixel4", + "128": "WingSailElevator", + "129": "ProfiLED1", + "13": "Mount2Pitch", + "130": "ProfiLED2", + "131": "ProfiLED3", + "132": "ProfiLEDClock", + "133": "Winch Clutch", + "134": "SERVOn_MIN", + "135": "SERVOn_TRIM", + "136": "SERVOn_MAX", + "137": "SailMastRotation", + "138": "Alarm", + "139": "Alarm Inverted", + "14": "Mount2Roll", + "140": "RCIN1Scaled", + "141": "RCIN2Scaled", + "142": "RCIN3Scaled", + "143": "RCIN4Scaled", + "144": "RCIN5Scaled", + "145": "RCIN6Scaled", + "146": "RCIN7Scaled", + "147": "RCIN8Scaled", + "148": "RCIN9Scaled", + "149": "RCIN10Scaled", + "15": "Mount2Retract", + "150": "RCIN11Scaled", + "151": "RCIN12Scaled", + "152": "RCIN13Scaled", + "153": "RCIN14Scaled", + "154": "RCIN15Scaled", + "155": "RCIN16Scaled", + "22": "SprayerPump", + "23": "SprayerSpinner", + "26": "GroundSteering", + "28": "Gripper", + "33": "Motor1", + "34": "Motor2", + "35": "Motor3", + "36": "Motor4", + "51": "RCIN1", + "52": "RCIN2", + "53": "RCIN3", + "54": "RCIN4", + "55": "RCIN5", + "56": "RCIN6", + "57": "RCIN7", + "58": "RCIN8", + "59": "RCIN9", + "6": "Mount1Yaw", + "60": "RCIN10", + "61": "RCIN11", + "62": "RCIN12", + "63": "RCIN13", + "64": "RCIN14", + "65": "RCIN15", + "66": "RCIN16", + "7": "Mount1Pitch", + "70": "Throttle", + "73": "ThrottleLeft", + "74": "ThrottleRight", + "8": "Mount1Roll", + "88": "Winch", + "89": "Main Sail", + "9": "Mount1Retract", + "90": "CameraISO", + "91": "CameraAperture", + "92": "CameraFocus", + "93": "CameraShutterSpeed", + "94": "Script1", + "95": "Script2", + "96": "Script3", + "97": "Script4", + "98": "Script5", + "99": "Script6" + } + }, + "SERVO19_MAX": { + "Description": "maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Maximum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO19_MIN": { + "Description": "minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Minimum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO19_REVERSED": { + "Description": "Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.", + "DisplayName": "Servo reverse", + "User": "Standard", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "SERVO19_TRIM": { + "Description": "Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + } + }, + "SERVO1_": { + "SERVO1_FUNCTION": { + "Description": "Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function", + "DisplayName": "Servo output function", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "GPIO", + "0": "Disabled", + "1": "RCPassThru", + "10": "CameraTrigger", + "100": "Script7", + "101": "Script8", + "102": "Script9", + "103": "Script10", + "104": "Script11", + "105": "Script12", + "106": "Script13", + "107": "Script14", + "108": "Script15", + "109": "Script16", + "12": "Mount2Yaw", + "120": "NeoPixel1", + "121": "NeoPixel2", + "122": "NeoPixel3", + "123": "NeoPixel4", + "128": "WingSailElevator", + "129": "ProfiLED1", + "13": "Mount2Pitch", + "130": "ProfiLED2", + "131": "ProfiLED3", + "132": "ProfiLEDClock", + "133": "Winch Clutch", + "134": "SERVOn_MIN", + "135": "SERVOn_TRIM", + "136": "SERVOn_MAX", + "137": "SailMastRotation", + "138": "Alarm", + "139": "Alarm Inverted", + "14": "Mount2Roll", + "140": "RCIN1Scaled", + "141": "RCIN2Scaled", + "142": "RCIN3Scaled", + "143": "RCIN4Scaled", + "144": "RCIN5Scaled", + "145": "RCIN6Scaled", + "146": "RCIN7Scaled", + "147": "RCIN8Scaled", + "148": "RCIN9Scaled", + "149": "RCIN10Scaled", + "15": "Mount2Retract", + "150": "RCIN11Scaled", + "151": "RCIN12Scaled", + "152": "RCIN13Scaled", + "153": "RCIN14Scaled", + "154": "RCIN15Scaled", + "155": "RCIN16Scaled", + "22": "SprayerPump", + "23": "SprayerSpinner", + "26": "GroundSteering", + "28": "Gripper", + "33": "Motor1", + "34": "Motor2", + "35": "Motor3", + "36": "Motor4", + "51": "RCIN1", + "52": "RCIN2", + "53": "RCIN3", + "54": "RCIN4", + "55": "RCIN5", + "56": "RCIN6", + "57": "RCIN7", + "58": "RCIN8", + "59": "RCIN9", + "6": "Mount1Yaw", + "60": "RCIN10", + "61": "RCIN11", + "62": "RCIN12", + "63": "RCIN13", + "64": "RCIN14", + "65": "RCIN15", + "66": "RCIN16", + "7": "Mount1Pitch", + "70": "Throttle", + "73": "ThrottleLeft", + "74": "ThrottleRight", + "8": "Mount1Roll", + "88": "Winch", + "89": "Main Sail", + "9": "Mount1Retract", + "90": "CameraISO", + "91": "CameraAperture", + "92": "CameraFocus", + "93": "CameraShutterSpeed", + "94": "Script1", + "95": "Script2", + "96": "Script3", + "97": "Script4", + "98": "Script5", + "99": "Script6" + } + }, + "SERVO1_MAX": { + "Description": "maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Maximum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO1_MIN": { + "Description": "minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Minimum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO1_REVERSED": { + "Description": "Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.", + "DisplayName": "Servo reverse", + "User": "Standard", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "SERVO1_TRIM": { + "Description": "Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + } + }, + "SERVO20_": { + "SERVO20_FUNCTION": { + "Description": "Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function", + "DisplayName": "Servo output function", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "GPIO", + "0": "Disabled", + "1": "RCPassThru", + "10": "CameraTrigger", + "100": "Script7", + "101": "Script8", + "102": "Script9", + "103": "Script10", + "104": "Script11", + "105": "Script12", + "106": "Script13", + "107": "Script14", + "108": "Script15", + "109": "Script16", + "12": "Mount2Yaw", + "120": "NeoPixel1", + "121": "NeoPixel2", + "122": "NeoPixel3", + "123": "NeoPixel4", + "128": "WingSailElevator", + "129": "ProfiLED1", + "13": "Mount2Pitch", + "130": "ProfiLED2", + "131": "ProfiLED3", + "132": "ProfiLEDClock", + "133": "Winch Clutch", + "134": "SERVOn_MIN", + "135": "SERVOn_TRIM", + "136": "SERVOn_MAX", + "137": "SailMastRotation", + "138": "Alarm", + "139": "Alarm Inverted", + "14": "Mount2Roll", + "140": "RCIN1Scaled", + "141": "RCIN2Scaled", + "142": "RCIN3Scaled", + "143": "RCIN4Scaled", + "144": "RCIN5Scaled", + "145": "RCIN6Scaled", + "146": "RCIN7Scaled", + "147": "RCIN8Scaled", + "148": "RCIN9Scaled", + "149": "RCIN10Scaled", + "15": "Mount2Retract", + "150": "RCIN11Scaled", + "151": "RCIN12Scaled", + "152": "RCIN13Scaled", + "153": "RCIN14Scaled", + "154": "RCIN15Scaled", + "155": "RCIN16Scaled", + "22": "SprayerPump", + "23": "SprayerSpinner", + "26": "GroundSteering", + "28": "Gripper", + "33": "Motor1", + "34": "Motor2", + "35": "Motor3", + "36": "Motor4", + "51": "RCIN1", + "52": "RCIN2", + "53": "RCIN3", + "54": "RCIN4", + "55": "RCIN5", + "56": "RCIN6", + "57": "RCIN7", + "58": "RCIN8", + "59": "RCIN9", + "6": "Mount1Yaw", + "60": "RCIN10", + "61": "RCIN11", + "62": "RCIN12", + "63": "RCIN13", + "64": "RCIN14", + "65": "RCIN15", + "66": "RCIN16", + "7": "Mount1Pitch", + "70": "Throttle", + "73": "ThrottleLeft", + "74": "ThrottleRight", + "8": "Mount1Roll", + "88": "Winch", + "89": "Main Sail", + "9": "Mount1Retract", + "90": "CameraISO", + "91": "CameraAperture", + "92": "CameraFocus", + "93": "CameraShutterSpeed", + "94": "Script1", + "95": "Script2", + "96": "Script3", + "97": "Script4", + "98": "Script5", + "99": "Script6" + } + }, + "SERVO20_MAX": { + "Description": "maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Maximum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO20_MIN": { + "Description": "minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Minimum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO20_REVERSED": { + "Description": "Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.", + "DisplayName": "Servo reverse", + "User": "Standard", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "SERVO20_TRIM": { + "Description": "Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + } + }, + "SERVO21_": { + "SERVO21_FUNCTION": { + "Description": "Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function", + "DisplayName": "Servo output function", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "GPIO", + "0": "Disabled", + "1": "RCPassThru", + "10": "CameraTrigger", + "100": "Script7", + "101": "Script8", + "102": "Script9", + "103": "Script10", + "104": "Script11", + "105": "Script12", + "106": "Script13", + "107": "Script14", + "108": "Script15", + "109": "Script16", + "12": "Mount2Yaw", + "120": "NeoPixel1", + "121": "NeoPixel2", + "122": "NeoPixel3", + "123": "NeoPixel4", + "128": "WingSailElevator", + "129": "ProfiLED1", + "13": "Mount2Pitch", + "130": "ProfiLED2", + "131": "ProfiLED3", + "132": "ProfiLEDClock", + "133": "Winch Clutch", + "134": "SERVOn_MIN", + "135": "SERVOn_TRIM", + "136": "SERVOn_MAX", + "137": "SailMastRotation", + "138": "Alarm", + "139": "Alarm Inverted", + "14": "Mount2Roll", + "140": "RCIN1Scaled", + "141": "RCIN2Scaled", + "142": "RCIN3Scaled", + "143": "RCIN4Scaled", + "144": "RCIN5Scaled", + "145": "RCIN6Scaled", + "146": "RCIN7Scaled", + "147": "RCIN8Scaled", + "148": "RCIN9Scaled", + "149": "RCIN10Scaled", + "15": "Mount2Retract", + "150": "RCIN11Scaled", + "151": "RCIN12Scaled", + "152": "RCIN13Scaled", + "153": "RCIN14Scaled", + "154": "RCIN15Scaled", + "155": "RCIN16Scaled", + "22": "SprayerPump", + "23": "SprayerSpinner", + "26": "GroundSteering", + "28": "Gripper", + "33": "Motor1", + "34": "Motor2", + "35": "Motor3", + "36": "Motor4", + "51": "RCIN1", + "52": "RCIN2", + "53": "RCIN3", + "54": "RCIN4", + "55": "RCIN5", + "56": "RCIN6", + "57": "RCIN7", + "58": "RCIN8", + "59": "RCIN9", + "6": "Mount1Yaw", + "60": "RCIN10", + "61": "RCIN11", + "62": "RCIN12", + "63": "RCIN13", + "64": "RCIN14", + "65": "RCIN15", + "66": "RCIN16", + "7": "Mount1Pitch", + "70": "Throttle", + "73": "ThrottleLeft", + "74": "ThrottleRight", + "8": "Mount1Roll", + "88": "Winch", + "89": "Main Sail", + "9": "Mount1Retract", + "90": "CameraISO", + "91": "CameraAperture", + "92": "CameraFocus", + "93": "CameraShutterSpeed", + "94": "Script1", + "95": "Script2", + "96": "Script3", + "97": "Script4", + "98": "Script5", + "99": "Script6" + } + }, + "SERVO21_MAX": { + "Description": "maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Maximum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO21_MIN": { + "Description": "minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Minimum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO21_REVERSED": { + "Description": "Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.", + "DisplayName": "Servo reverse", + "User": "Standard", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "SERVO21_TRIM": { + "Description": "Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + } + }, + "SERVO22_": { + "SERVO22_FUNCTION": { + "Description": "Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function", + "DisplayName": "Servo output function", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "GPIO", + "0": "Disabled", + "1": "RCPassThru", + "10": "CameraTrigger", + "100": "Script7", + "101": "Script8", + "102": "Script9", + "103": "Script10", + "104": "Script11", + "105": "Script12", + "106": "Script13", + "107": "Script14", + "108": "Script15", + "109": "Script16", + "12": "Mount2Yaw", + "120": "NeoPixel1", + "121": "NeoPixel2", + "122": "NeoPixel3", + "123": "NeoPixel4", + "128": "WingSailElevator", + "129": "ProfiLED1", + "13": "Mount2Pitch", + "130": "ProfiLED2", + "131": "ProfiLED3", + "132": "ProfiLEDClock", + "133": "Winch Clutch", + "134": "SERVOn_MIN", + "135": "SERVOn_TRIM", + "136": "SERVOn_MAX", + "137": "SailMastRotation", + "138": "Alarm", + "139": "Alarm Inverted", + "14": "Mount2Roll", + "140": "RCIN1Scaled", + "141": "RCIN2Scaled", + "142": "RCIN3Scaled", + "143": "RCIN4Scaled", + "144": "RCIN5Scaled", + "145": "RCIN6Scaled", + "146": "RCIN7Scaled", + "147": "RCIN8Scaled", + "148": "RCIN9Scaled", + "149": "RCIN10Scaled", + "15": "Mount2Retract", + "150": "RCIN11Scaled", + "151": "RCIN12Scaled", + "152": "RCIN13Scaled", + "153": "RCIN14Scaled", + "154": "RCIN15Scaled", + "155": "RCIN16Scaled", + "22": "SprayerPump", + "23": "SprayerSpinner", + "26": "GroundSteering", + "28": "Gripper", + "33": "Motor1", + "34": "Motor2", + "35": "Motor3", + "36": "Motor4", + "51": "RCIN1", + "52": "RCIN2", + "53": "RCIN3", + "54": "RCIN4", + "55": "RCIN5", + "56": "RCIN6", + "57": "RCIN7", + "58": "RCIN8", + "59": "RCIN9", + "6": "Mount1Yaw", + "60": "RCIN10", + "61": "RCIN11", + "62": "RCIN12", + "63": "RCIN13", + "64": "RCIN14", + "65": "RCIN15", + "66": "RCIN16", + "7": "Mount1Pitch", + "70": "Throttle", + "73": "ThrottleLeft", + "74": "ThrottleRight", + "8": "Mount1Roll", + "88": "Winch", + "89": "Main Sail", + "9": "Mount1Retract", + "90": "CameraISO", + "91": "CameraAperture", + "92": "CameraFocus", + "93": "CameraShutterSpeed", + "94": "Script1", + "95": "Script2", + "96": "Script3", + "97": "Script4", + "98": "Script5", + "99": "Script6" + } + }, + "SERVO22_MAX": { + "Description": "maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Maximum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO22_MIN": { + "Description": "minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Minimum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO22_REVERSED": { + "Description": "Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.", + "DisplayName": "Servo reverse", + "User": "Standard", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "SERVO22_TRIM": { + "Description": "Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + } + }, + "SERVO23_": { + "SERVO23_FUNCTION": { + "Description": "Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function", + "DisplayName": "Servo output function", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "GPIO", + "0": "Disabled", + "1": "RCPassThru", + "10": "CameraTrigger", + "100": "Script7", + "101": "Script8", + "102": "Script9", + "103": "Script10", + "104": "Script11", + "105": "Script12", + "106": "Script13", + "107": "Script14", + "108": "Script15", + "109": "Script16", + "12": "Mount2Yaw", + "120": "NeoPixel1", + "121": "NeoPixel2", + "122": "NeoPixel3", + "123": "NeoPixel4", + "128": "WingSailElevator", + "129": "ProfiLED1", + "13": "Mount2Pitch", + "130": "ProfiLED2", + "131": "ProfiLED3", + "132": "ProfiLEDClock", + "133": "Winch Clutch", + "134": "SERVOn_MIN", + "135": "SERVOn_TRIM", + "136": "SERVOn_MAX", + "137": "SailMastRotation", + "138": "Alarm", + "139": "Alarm Inverted", + "14": "Mount2Roll", + "140": "RCIN1Scaled", + "141": "RCIN2Scaled", + "142": "RCIN3Scaled", + "143": "RCIN4Scaled", + "144": "RCIN5Scaled", + "145": "RCIN6Scaled", + "146": "RCIN7Scaled", + "147": "RCIN8Scaled", + "148": "RCIN9Scaled", + "149": "RCIN10Scaled", + "15": "Mount2Retract", + "150": "RCIN11Scaled", + "151": "RCIN12Scaled", + "152": "RCIN13Scaled", + "153": "RCIN14Scaled", + "154": "RCIN15Scaled", + "155": "RCIN16Scaled", + "22": "SprayerPump", + "23": "SprayerSpinner", + "26": "GroundSteering", + "28": "Gripper", + "33": "Motor1", + "34": "Motor2", + "35": "Motor3", + "36": "Motor4", + "51": "RCIN1", + "52": "RCIN2", + "53": "RCIN3", + "54": "RCIN4", + "55": "RCIN5", + "56": "RCIN6", + "57": "RCIN7", + "58": "RCIN8", + "59": "RCIN9", + "6": "Mount1Yaw", + "60": "RCIN10", + "61": "RCIN11", + "62": "RCIN12", + "63": "RCIN13", + "64": "RCIN14", + "65": "RCIN15", + "66": "RCIN16", + "7": "Mount1Pitch", + "70": "Throttle", + "73": "ThrottleLeft", + "74": "ThrottleRight", + "8": "Mount1Roll", + "88": "Winch", + "89": "Main Sail", + "9": "Mount1Retract", + "90": "CameraISO", + "91": "CameraAperture", + "92": "CameraFocus", + "93": "CameraShutterSpeed", + "94": "Script1", + "95": "Script2", + "96": "Script3", + "97": "Script4", + "98": "Script5", + "99": "Script6" + } + }, + "SERVO23_MAX": { + "Description": "maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Maximum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO23_MIN": { + "Description": "minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Minimum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO23_REVERSED": { + "Description": "Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.", + "DisplayName": "Servo reverse", + "User": "Standard", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "SERVO23_TRIM": { + "Description": "Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + } + }, + "SERVO24_": { + "SERVO24_FUNCTION": { + "Description": "Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function", + "DisplayName": "Servo output function", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "GPIO", + "0": "Disabled", + "1": "RCPassThru", + "10": "CameraTrigger", + "100": "Script7", + "101": "Script8", + "102": "Script9", + "103": "Script10", + "104": "Script11", + "105": "Script12", + "106": "Script13", + "107": "Script14", + "108": "Script15", + "109": "Script16", + "12": "Mount2Yaw", + "120": "NeoPixel1", + "121": "NeoPixel2", + "122": "NeoPixel3", + "123": "NeoPixel4", + "128": "WingSailElevator", + "129": "ProfiLED1", + "13": "Mount2Pitch", + "130": "ProfiLED2", + "131": "ProfiLED3", + "132": "ProfiLEDClock", + "133": "Winch Clutch", + "134": "SERVOn_MIN", + "135": "SERVOn_TRIM", + "136": "SERVOn_MAX", + "137": "SailMastRotation", + "138": "Alarm", + "139": "Alarm Inverted", + "14": "Mount2Roll", + "140": "RCIN1Scaled", + "141": "RCIN2Scaled", + "142": "RCIN3Scaled", + "143": "RCIN4Scaled", + "144": "RCIN5Scaled", + "145": "RCIN6Scaled", + "146": "RCIN7Scaled", + "147": "RCIN8Scaled", + "148": "RCIN9Scaled", + "149": "RCIN10Scaled", + "15": "Mount2Retract", + "150": "RCIN11Scaled", + "151": "RCIN12Scaled", + "152": "RCIN13Scaled", + "153": "RCIN14Scaled", + "154": "RCIN15Scaled", + "155": "RCIN16Scaled", + "22": "SprayerPump", + "23": "SprayerSpinner", + "26": "GroundSteering", + "28": "Gripper", + "33": "Motor1", + "34": "Motor2", + "35": "Motor3", + "36": "Motor4", + "51": "RCIN1", + "52": "RCIN2", + "53": "RCIN3", + "54": "RCIN4", + "55": "RCIN5", + "56": "RCIN6", + "57": "RCIN7", + "58": "RCIN8", + "59": "RCIN9", + "6": "Mount1Yaw", + "60": "RCIN10", + "61": "RCIN11", + "62": "RCIN12", + "63": "RCIN13", + "64": "RCIN14", + "65": "RCIN15", + "66": "RCIN16", + "7": "Mount1Pitch", + "70": "Throttle", + "73": "ThrottleLeft", + "74": "ThrottleRight", + "8": "Mount1Roll", + "88": "Winch", + "89": "Main Sail", + "9": "Mount1Retract", + "90": "CameraISO", + "91": "CameraAperture", + "92": "CameraFocus", + "93": "CameraShutterSpeed", + "94": "Script1", + "95": "Script2", + "96": "Script3", + "97": "Script4", + "98": "Script5", + "99": "Script6" + } + }, + "SERVO24_MAX": { + "Description": "maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Maximum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO24_MIN": { + "Description": "minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Minimum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO24_REVERSED": { + "Description": "Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.", + "DisplayName": "Servo reverse", + "User": "Standard", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "SERVO24_TRIM": { + "Description": "Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + } + }, + "SERVO25_": { + "SERVO25_FUNCTION": { + "Description": "Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function", + "DisplayName": "Servo output function", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "GPIO", + "0": "Disabled", + "1": "RCPassThru", + "10": "CameraTrigger", + "100": "Script7", + "101": "Script8", + "102": "Script9", + "103": "Script10", + "104": "Script11", + "105": "Script12", + "106": "Script13", + "107": "Script14", + "108": "Script15", + "109": "Script16", + "12": "Mount2Yaw", + "120": "NeoPixel1", + "121": "NeoPixel2", + "122": "NeoPixel3", + "123": "NeoPixel4", + "128": "WingSailElevator", + "129": "ProfiLED1", + "13": "Mount2Pitch", + "130": "ProfiLED2", + "131": "ProfiLED3", + "132": "ProfiLEDClock", + "133": "Winch Clutch", + "134": "SERVOn_MIN", + "135": "SERVOn_TRIM", + "136": "SERVOn_MAX", + "137": "SailMastRotation", + "138": "Alarm", + "139": "Alarm Inverted", + "14": "Mount2Roll", + "140": "RCIN1Scaled", + "141": "RCIN2Scaled", + "142": "RCIN3Scaled", + "143": "RCIN4Scaled", + "144": "RCIN5Scaled", + "145": "RCIN6Scaled", + "146": "RCIN7Scaled", + "147": "RCIN8Scaled", + "148": "RCIN9Scaled", + "149": "RCIN10Scaled", + "15": "Mount2Retract", + "150": "RCIN11Scaled", + "151": "RCIN12Scaled", + "152": "RCIN13Scaled", + "153": "RCIN14Scaled", + "154": "RCIN15Scaled", + "155": "RCIN16Scaled", + "22": "SprayerPump", + "23": "SprayerSpinner", + "26": "GroundSteering", + "28": "Gripper", + "33": "Motor1", + "34": "Motor2", + "35": "Motor3", + "36": "Motor4", + "51": "RCIN1", + "52": "RCIN2", + "53": "RCIN3", + "54": "RCIN4", + "55": "RCIN5", + "56": "RCIN6", + "57": "RCIN7", + "58": "RCIN8", + "59": "RCIN9", + "6": "Mount1Yaw", + "60": "RCIN10", + "61": "RCIN11", + "62": "RCIN12", + "63": "RCIN13", + "64": "RCIN14", + "65": "RCIN15", + "66": "RCIN16", + "7": "Mount1Pitch", + "70": "Throttle", + "73": "ThrottleLeft", + "74": "ThrottleRight", + "8": "Mount1Roll", + "88": "Winch", + "89": "Main Sail", + "9": "Mount1Retract", + "90": "CameraISO", + "91": "CameraAperture", + "92": "CameraFocus", + "93": "CameraShutterSpeed", + "94": "Script1", + "95": "Script2", + "96": "Script3", + "97": "Script4", + "98": "Script5", + "99": "Script6" + } + }, + "SERVO25_MAX": { + "Description": "maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Maximum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO25_MIN": { + "Description": "minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Minimum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO25_REVERSED": { + "Description": "Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.", + "DisplayName": "Servo reverse", + "User": "Standard", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "SERVO25_TRIM": { + "Description": "Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + } + }, + "SERVO26_": { + "SERVO26_FUNCTION": { + "Description": "Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function", + "DisplayName": "Servo output function", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "GPIO", + "0": "Disabled", + "1": "RCPassThru", + "10": "CameraTrigger", + "100": "Script7", + "101": "Script8", + "102": "Script9", + "103": "Script10", + "104": "Script11", + "105": "Script12", + "106": "Script13", + "107": "Script14", + "108": "Script15", + "109": "Script16", + "12": "Mount2Yaw", + "120": "NeoPixel1", + "121": "NeoPixel2", + "122": "NeoPixel3", + "123": "NeoPixel4", + "128": "WingSailElevator", + "129": "ProfiLED1", + "13": "Mount2Pitch", + "130": "ProfiLED2", + "131": "ProfiLED3", + "132": "ProfiLEDClock", + "133": "Winch Clutch", + "134": "SERVOn_MIN", + "135": "SERVOn_TRIM", + "136": "SERVOn_MAX", + "137": "SailMastRotation", + "138": "Alarm", + "139": "Alarm Inverted", + "14": "Mount2Roll", + "140": "RCIN1Scaled", + "141": "RCIN2Scaled", + "142": "RCIN3Scaled", + "143": "RCIN4Scaled", + "144": "RCIN5Scaled", + "145": "RCIN6Scaled", + "146": "RCIN7Scaled", + "147": "RCIN8Scaled", + "148": "RCIN9Scaled", + "149": "RCIN10Scaled", + "15": "Mount2Retract", + "150": "RCIN11Scaled", + "151": "RCIN12Scaled", + "152": "RCIN13Scaled", + "153": "RCIN14Scaled", + "154": "RCIN15Scaled", + "155": "RCIN16Scaled", + "22": "SprayerPump", + "23": "SprayerSpinner", + "26": "GroundSteering", + "28": "Gripper", + "33": "Motor1", + "34": "Motor2", + "35": "Motor3", + "36": "Motor4", + "51": "RCIN1", + "52": "RCIN2", + "53": "RCIN3", + "54": "RCIN4", + "55": "RCIN5", + "56": "RCIN6", + "57": "RCIN7", + "58": "RCIN8", + "59": "RCIN9", + "6": "Mount1Yaw", + "60": "RCIN10", + "61": "RCIN11", + "62": "RCIN12", + "63": "RCIN13", + "64": "RCIN14", + "65": "RCIN15", + "66": "RCIN16", + "7": "Mount1Pitch", + "70": "Throttle", + "73": "ThrottleLeft", + "74": "ThrottleRight", + "8": "Mount1Roll", + "88": "Winch", + "89": "Main Sail", + "9": "Mount1Retract", + "90": "CameraISO", + "91": "CameraAperture", + "92": "CameraFocus", + "93": "CameraShutterSpeed", + "94": "Script1", + "95": "Script2", + "96": "Script3", + "97": "Script4", + "98": "Script5", + "99": "Script6" + } + }, + "SERVO26_MAX": { + "Description": "maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Maximum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO26_MIN": { + "Description": "minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Minimum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO26_REVERSED": { + "Description": "Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.", + "DisplayName": "Servo reverse", + "User": "Standard", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "SERVO26_TRIM": { + "Description": "Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + } + }, + "SERVO27_": { + "SERVO27_FUNCTION": { + "Description": "Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function", + "DisplayName": "Servo output function", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "GPIO", + "0": "Disabled", + "1": "RCPassThru", + "10": "CameraTrigger", + "100": "Script7", + "101": "Script8", + "102": "Script9", + "103": "Script10", + "104": "Script11", + "105": "Script12", + "106": "Script13", + "107": "Script14", + "108": "Script15", + "109": "Script16", + "12": "Mount2Yaw", + "120": "NeoPixel1", + "121": "NeoPixel2", + "122": "NeoPixel3", + "123": "NeoPixel4", + "128": "WingSailElevator", + "129": "ProfiLED1", + "13": "Mount2Pitch", + "130": "ProfiLED2", + "131": "ProfiLED3", + "132": "ProfiLEDClock", + "133": "Winch Clutch", + "134": "SERVOn_MIN", + "135": "SERVOn_TRIM", + "136": "SERVOn_MAX", + "137": "SailMastRotation", + "138": "Alarm", + "139": "Alarm Inverted", + "14": "Mount2Roll", + "140": "RCIN1Scaled", + "141": "RCIN2Scaled", + "142": "RCIN3Scaled", + "143": "RCIN4Scaled", + "144": "RCIN5Scaled", + "145": "RCIN6Scaled", + "146": "RCIN7Scaled", + "147": "RCIN8Scaled", + "148": "RCIN9Scaled", + "149": "RCIN10Scaled", + "15": "Mount2Retract", + "150": "RCIN11Scaled", + "151": "RCIN12Scaled", + "152": "RCIN13Scaled", + "153": "RCIN14Scaled", + "154": "RCIN15Scaled", + "155": "RCIN16Scaled", + "22": "SprayerPump", + "23": "SprayerSpinner", + "26": "GroundSteering", + "28": "Gripper", + "33": "Motor1", + "34": "Motor2", + "35": "Motor3", + "36": "Motor4", + "51": "RCIN1", + "52": "RCIN2", + "53": "RCIN3", + "54": "RCIN4", + "55": "RCIN5", + "56": "RCIN6", + "57": "RCIN7", + "58": "RCIN8", + "59": "RCIN9", + "6": "Mount1Yaw", + "60": "RCIN10", + "61": "RCIN11", + "62": "RCIN12", + "63": "RCIN13", + "64": "RCIN14", + "65": "RCIN15", + "66": "RCIN16", + "7": "Mount1Pitch", + "70": "Throttle", + "73": "ThrottleLeft", + "74": "ThrottleRight", + "8": "Mount1Roll", + "88": "Winch", + "89": "Main Sail", + "9": "Mount1Retract", + "90": "CameraISO", + "91": "CameraAperture", + "92": "CameraFocus", + "93": "CameraShutterSpeed", + "94": "Script1", + "95": "Script2", + "96": "Script3", + "97": "Script4", + "98": "Script5", + "99": "Script6" + } + }, + "SERVO27_MAX": { + "Description": "maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Maximum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO27_MIN": { + "Description": "minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Minimum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO27_REVERSED": { + "Description": "Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.", + "DisplayName": "Servo reverse", + "User": "Standard", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "SERVO27_TRIM": { + "Description": "Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + } + }, + "SERVO28_": { + "SERVO28_FUNCTION": { + "Description": "Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function", + "DisplayName": "Servo output function", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "GPIO", + "0": "Disabled", + "1": "RCPassThru", + "10": "CameraTrigger", + "100": "Script7", + "101": "Script8", + "102": "Script9", + "103": "Script10", + "104": "Script11", + "105": "Script12", + "106": "Script13", + "107": "Script14", + "108": "Script15", + "109": "Script16", + "12": "Mount2Yaw", + "120": "NeoPixel1", + "121": "NeoPixel2", + "122": "NeoPixel3", + "123": "NeoPixel4", + "128": "WingSailElevator", + "129": "ProfiLED1", + "13": "Mount2Pitch", + "130": "ProfiLED2", + "131": "ProfiLED3", + "132": "ProfiLEDClock", + "133": "Winch Clutch", + "134": "SERVOn_MIN", + "135": "SERVOn_TRIM", + "136": "SERVOn_MAX", + "137": "SailMastRotation", + "138": "Alarm", + "139": "Alarm Inverted", + "14": "Mount2Roll", + "140": "RCIN1Scaled", + "141": "RCIN2Scaled", + "142": "RCIN3Scaled", + "143": "RCIN4Scaled", + "144": "RCIN5Scaled", + "145": "RCIN6Scaled", + "146": "RCIN7Scaled", + "147": "RCIN8Scaled", + "148": "RCIN9Scaled", + "149": "RCIN10Scaled", + "15": "Mount2Retract", + "150": "RCIN11Scaled", + "151": "RCIN12Scaled", + "152": "RCIN13Scaled", + "153": "RCIN14Scaled", + "154": "RCIN15Scaled", + "155": "RCIN16Scaled", + "22": "SprayerPump", + "23": "SprayerSpinner", + "26": "GroundSteering", + "28": "Gripper", + "33": "Motor1", + "34": "Motor2", + "35": "Motor3", + "36": "Motor4", + "51": "RCIN1", + "52": "RCIN2", + "53": "RCIN3", + "54": "RCIN4", + "55": "RCIN5", + "56": "RCIN6", + "57": "RCIN7", + "58": "RCIN8", + "59": "RCIN9", + "6": "Mount1Yaw", + "60": "RCIN10", + "61": "RCIN11", + "62": "RCIN12", + "63": "RCIN13", + "64": "RCIN14", + "65": "RCIN15", + "66": "RCIN16", + "7": "Mount1Pitch", + "70": "Throttle", + "73": "ThrottleLeft", + "74": "ThrottleRight", + "8": "Mount1Roll", + "88": "Winch", + "89": "Main Sail", + "9": "Mount1Retract", + "90": "CameraISO", + "91": "CameraAperture", + "92": "CameraFocus", + "93": "CameraShutterSpeed", + "94": "Script1", + "95": "Script2", + "96": "Script3", + "97": "Script4", + "98": "Script5", + "99": "Script6" + } + }, + "SERVO28_MAX": { + "Description": "maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Maximum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO28_MIN": { + "Description": "minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Minimum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO28_REVERSED": { + "Description": "Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.", + "DisplayName": "Servo reverse", + "User": "Standard", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "SERVO28_TRIM": { + "Description": "Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + } + }, + "SERVO29_": { + "SERVO29_FUNCTION": { + "Description": "Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function", + "DisplayName": "Servo output function", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "GPIO", + "0": "Disabled", + "1": "RCPassThru", + "10": "CameraTrigger", + "100": "Script7", + "101": "Script8", + "102": "Script9", + "103": "Script10", + "104": "Script11", + "105": "Script12", + "106": "Script13", + "107": "Script14", + "108": "Script15", + "109": "Script16", + "12": "Mount2Yaw", + "120": "NeoPixel1", + "121": "NeoPixel2", + "122": "NeoPixel3", + "123": "NeoPixel4", + "128": "WingSailElevator", + "129": "ProfiLED1", + "13": "Mount2Pitch", + "130": "ProfiLED2", + "131": "ProfiLED3", + "132": "ProfiLEDClock", + "133": "Winch Clutch", + "134": "SERVOn_MIN", + "135": "SERVOn_TRIM", + "136": "SERVOn_MAX", + "137": "SailMastRotation", + "138": "Alarm", + "139": "Alarm Inverted", + "14": "Mount2Roll", + "140": "RCIN1Scaled", + "141": "RCIN2Scaled", + "142": "RCIN3Scaled", + "143": "RCIN4Scaled", + "144": "RCIN5Scaled", + "145": "RCIN6Scaled", + "146": "RCIN7Scaled", + "147": "RCIN8Scaled", + "148": "RCIN9Scaled", + "149": "RCIN10Scaled", + "15": "Mount2Retract", + "150": "RCIN11Scaled", + "151": "RCIN12Scaled", + "152": "RCIN13Scaled", + "153": "RCIN14Scaled", + "154": "RCIN15Scaled", + "155": "RCIN16Scaled", + "22": "SprayerPump", + "23": "SprayerSpinner", + "26": "GroundSteering", + "28": "Gripper", + "33": "Motor1", + "34": "Motor2", + "35": "Motor3", + "36": "Motor4", + "51": "RCIN1", + "52": "RCIN2", + "53": "RCIN3", + "54": "RCIN4", + "55": "RCIN5", + "56": "RCIN6", + "57": "RCIN7", + "58": "RCIN8", + "59": "RCIN9", + "6": "Mount1Yaw", + "60": "RCIN10", + "61": "RCIN11", + "62": "RCIN12", + "63": "RCIN13", + "64": "RCIN14", + "65": "RCIN15", + "66": "RCIN16", + "7": "Mount1Pitch", + "70": "Throttle", + "73": "ThrottleLeft", + "74": "ThrottleRight", + "8": "Mount1Roll", + "88": "Winch", + "89": "Main Sail", + "9": "Mount1Retract", + "90": "CameraISO", + "91": "CameraAperture", + "92": "CameraFocus", + "93": "CameraShutterSpeed", + "94": "Script1", + "95": "Script2", + "96": "Script3", + "97": "Script4", + "98": "Script5", + "99": "Script6" + } + }, + "SERVO29_MAX": { + "Description": "maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Maximum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO29_MIN": { + "Description": "minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Minimum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO29_REVERSED": { + "Description": "Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.", + "DisplayName": "Servo reverse", + "User": "Standard", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "SERVO29_TRIM": { + "Description": "Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + } + }, + "SERVO2_": { + "SERVO2_FUNCTION": { + "Description": "Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function", + "DisplayName": "Servo output function", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "GPIO", + "0": "Disabled", + "1": "RCPassThru", + "10": "CameraTrigger", + "100": "Script7", + "101": "Script8", + "102": "Script9", + "103": "Script10", + "104": "Script11", + "105": "Script12", + "106": "Script13", + "107": "Script14", + "108": "Script15", + "109": "Script16", + "12": "Mount2Yaw", + "120": "NeoPixel1", + "121": "NeoPixel2", + "122": "NeoPixel3", + "123": "NeoPixel4", + "128": "WingSailElevator", + "129": "ProfiLED1", + "13": "Mount2Pitch", + "130": "ProfiLED2", + "131": "ProfiLED3", + "132": "ProfiLEDClock", + "133": "Winch Clutch", + "134": "SERVOn_MIN", + "135": "SERVOn_TRIM", + "136": "SERVOn_MAX", + "137": "SailMastRotation", + "138": "Alarm", + "139": "Alarm Inverted", + "14": "Mount2Roll", + "140": "RCIN1Scaled", + "141": "RCIN2Scaled", + "142": "RCIN3Scaled", + "143": "RCIN4Scaled", + "144": "RCIN5Scaled", + "145": "RCIN6Scaled", + "146": "RCIN7Scaled", + "147": "RCIN8Scaled", + "148": "RCIN9Scaled", + "149": "RCIN10Scaled", + "15": "Mount2Retract", + "150": "RCIN11Scaled", + "151": "RCIN12Scaled", + "152": "RCIN13Scaled", + "153": "RCIN14Scaled", + "154": "RCIN15Scaled", + "155": "RCIN16Scaled", + "22": "SprayerPump", + "23": "SprayerSpinner", + "26": "GroundSteering", + "28": "Gripper", + "33": "Motor1", + "34": "Motor2", + "35": "Motor3", + "36": "Motor4", + "51": "RCIN1", + "52": "RCIN2", + "53": "RCIN3", + "54": "RCIN4", + "55": "RCIN5", + "56": "RCIN6", + "57": "RCIN7", + "58": "RCIN8", + "59": "RCIN9", + "6": "Mount1Yaw", + "60": "RCIN10", + "61": "RCIN11", + "62": "RCIN12", + "63": "RCIN13", + "64": "RCIN14", + "65": "RCIN15", + "66": "RCIN16", + "7": "Mount1Pitch", + "70": "Throttle", + "73": "ThrottleLeft", + "74": "ThrottleRight", + "8": "Mount1Roll", + "88": "Winch", + "89": "Main Sail", + "9": "Mount1Retract", + "90": "CameraISO", + "91": "CameraAperture", + "92": "CameraFocus", + "93": "CameraShutterSpeed", + "94": "Script1", + "95": "Script2", + "96": "Script3", + "97": "Script4", + "98": "Script5", + "99": "Script6" + } + }, + "SERVO2_MAX": { + "Description": "maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Maximum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO2_MIN": { + "Description": "minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Minimum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO2_REVERSED": { + "Description": "Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.", + "DisplayName": "Servo reverse", + "User": "Standard", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "SERVO2_TRIM": { + "Description": "Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + } + }, + "SERVO30_": { + "SERVO30_FUNCTION": { + "Description": "Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function", + "DisplayName": "Servo output function", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "GPIO", + "0": "Disabled", + "1": "RCPassThru", + "10": "CameraTrigger", + "100": "Script7", + "101": "Script8", + "102": "Script9", + "103": "Script10", + "104": "Script11", + "105": "Script12", + "106": "Script13", + "107": "Script14", + "108": "Script15", + "109": "Script16", + "12": "Mount2Yaw", + "120": "NeoPixel1", + "121": "NeoPixel2", + "122": "NeoPixel3", + "123": "NeoPixel4", + "128": "WingSailElevator", + "129": "ProfiLED1", + "13": "Mount2Pitch", + "130": "ProfiLED2", + "131": "ProfiLED3", + "132": "ProfiLEDClock", + "133": "Winch Clutch", + "134": "SERVOn_MIN", + "135": "SERVOn_TRIM", + "136": "SERVOn_MAX", + "137": "SailMastRotation", + "138": "Alarm", + "139": "Alarm Inverted", + "14": "Mount2Roll", + "140": "RCIN1Scaled", + "141": "RCIN2Scaled", + "142": "RCIN3Scaled", + "143": "RCIN4Scaled", + "144": "RCIN5Scaled", + "145": "RCIN6Scaled", + "146": "RCIN7Scaled", + "147": "RCIN8Scaled", + "148": "RCIN9Scaled", + "149": "RCIN10Scaled", + "15": "Mount2Retract", + "150": "RCIN11Scaled", + "151": "RCIN12Scaled", + "152": "RCIN13Scaled", + "153": "RCIN14Scaled", + "154": "RCIN15Scaled", + "155": "RCIN16Scaled", + "22": "SprayerPump", + "23": "SprayerSpinner", + "26": "GroundSteering", + "28": "Gripper", + "33": "Motor1", + "34": "Motor2", + "35": "Motor3", + "36": "Motor4", + "51": "RCIN1", + "52": "RCIN2", + "53": "RCIN3", + "54": "RCIN4", + "55": "RCIN5", + "56": "RCIN6", + "57": "RCIN7", + "58": "RCIN8", + "59": "RCIN9", + "6": "Mount1Yaw", + "60": "RCIN10", + "61": "RCIN11", + "62": "RCIN12", + "63": "RCIN13", + "64": "RCIN14", + "65": "RCIN15", + "66": "RCIN16", + "7": "Mount1Pitch", + "70": "Throttle", + "73": "ThrottleLeft", + "74": "ThrottleRight", + "8": "Mount1Roll", + "88": "Winch", + "89": "Main Sail", + "9": "Mount1Retract", + "90": "CameraISO", + "91": "CameraAperture", + "92": "CameraFocus", + "93": "CameraShutterSpeed", + "94": "Script1", + "95": "Script2", + "96": "Script3", + "97": "Script4", + "98": "Script5", + "99": "Script6" + } + }, + "SERVO30_MAX": { + "Description": "maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Maximum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO30_MIN": { + "Description": "minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Minimum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO30_REVERSED": { + "Description": "Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.", + "DisplayName": "Servo reverse", + "User": "Standard", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "SERVO30_TRIM": { + "Description": "Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + } + }, + "SERVO31_": { + "SERVO31_FUNCTION": { + "Description": "Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function", + "DisplayName": "Servo output function", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "GPIO", + "0": "Disabled", + "1": "RCPassThru", + "10": "CameraTrigger", + "100": "Script7", + "101": "Script8", + "102": "Script9", + "103": "Script10", + "104": "Script11", + "105": "Script12", + "106": "Script13", + "107": "Script14", + "108": "Script15", + "109": "Script16", + "12": "Mount2Yaw", + "120": "NeoPixel1", + "121": "NeoPixel2", + "122": "NeoPixel3", + "123": "NeoPixel4", + "128": "WingSailElevator", + "129": "ProfiLED1", + "13": "Mount2Pitch", + "130": "ProfiLED2", + "131": "ProfiLED3", + "132": "ProfiLEDClock", + "133": "Winch Clutch", + "134": "SERVOn_MIN", + "135": "SERVOn_TRIM", + "136": "SERVOn_MAX", + "137": "SailMastRotation", + "138": "Alarm", + "139": "Alarm Inverted", + "14": "Mount2Roll", + "140": "RCIN1Scaled", + "141": "RCIN2Scaled", + "142": "RCIN3Scaled", + "143": "RCIN4Scaled", + "144": "RCIN5Scaled", + "145": "RCIN6Scaled", + "146": "RCIN7Scaled", + "147": "RCIN8Scaled", + "148": "RCIN9Scaled", + "149": "RCIN10Scaled", + "15": "Mount2Retract", + "150": "RCIN11Scaled", + "151": "RCIN12Scaled", + "152": "RCIN13Scaled", + "153": "RCIN14Scaled", + "154": "RCIN15Scaled", + "155": "RCIN16Scaled", + "22": "SprayerPump", + "23": "SprayerSpinner", + "26": "GroundSteering", + "28": "Gripper", + "33": "Motor1", + "34": "Motor2", + "35": "Motor3", + "36": "Motor4", + "51": "RCIN1", + "52": "RCIN2", + "53": "RCIN3", + "54": "RCIN4", + "55": "RCIN5", + "56": "RCIN6", + "57": "RCIN7", + "58": "RCIN8", + "59": "RCIN9", + "6": "Mount1Yaw", + "60": "RCIN10", + "61": "RCIN11", + "62": "RCIN12", + "63": "RCIN13", + "64": "RCIN14", + "65": "RCIN15", + "66": "RCIN16", + "7": "Mount1Pitch", + "70": "Throttle", + "73": "ThrottleLeft", + "74": "ThrottleRight", + "8": "Mount1Roll", + "88": "Winch", + "89": "Main Sail", + "9": "Mount1Retract", + "90": "CameraISO", + "91": "CameraAperture", + "92": "CameraFocus", + "93": "CameraShutterSpeed", + "94": "Script1", + "95": "Script2", + "96": "Script3", + "97": "Script4", + "98": "Script5", + "99": "Script6" + } + }, + "SERVO31_MAX": { + "Description": "maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Maximum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO31_MIN": { + "Description": "minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Minimum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO31_REVERSED": { + "Description": "Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.", + "DisplayName": "Servo reverse", + "User": "Standard", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "SERVO31_TRIM": { + "Description": "Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + } + }, + "SERVO32_": { + "SERVO32_FUNCTION": { + "Description": "Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function", + "DisplayName": "Servo output function", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "GPIO", + "0": "Disabled", + "1": "RCPassThru", + "10": "CameraTrigger", + "100": "Script7", + "101": "Script8", + "102": "Script9", + "103": "Script10", + "104": "Script11", + "105": "Script12", + "106": "Script13", + "107": "Script14", + "108": "Script15", + "109": "Script16", + "12": "Mount2Yaw", + "120": "NeoPixel1", + "121": "NeoPixel2", + "122": "NeoPixel3", + "123": "NeoPixel4", + "128": "WingSailElevator", + "129": "ProfiLED1", + "13": "Mount2Pitch", + "130": "ProfiLED2", + "131": "ProfiLED3", + "132": "ProfiLEDClock", + "133": "Winch Clutch", + "134": "SERVOn_MIN", + "135": "SERVOn_TRIM", + "136": "SERVOn_MAX", + "137": "SailMastRotation", + "138": "Alarm", + "139": "Alarm Inverted", + "14": "Mount2Roll", + "140": "RCIN1Scaled", + "141": "RCIN2Scaled", + "142": "RCIN3Scaled", + "143": "RCIN4Scaled", + "144": "RCIN5Scaled", + "145": "RCIN6Scaled", + "146": "RCIN7Scaled", + "147": "RCIN8Scaled", + "148": "RCIN9Scaled", + "149": "RCIN10Scaled", + "15": "Mount2Retract", + "150": "RCIN11Scaled", + "151": "RCIN12Scaled", + "152": "RCIN13Scaled", + "153": "RCIN14Scaled", + "154": "RCIN15Scaled", + "155": "RCIN16Scaled", + "22": "SprayerPump", + "23": "SprayerSpinner", + "26": "GroundSteering", + "28": "Gripper", + "33": "Motor1", + "34": "Motor2", + "35": "Motor3", + "36": "Motor4", + "51": "RCIN1", + "52": "RCIN2", + "53": "RCIN3", + "54": "RCIN4", + "55": "RCIN5", + "56": "RCIN6", + "57": "RCIN7", + "58": "RCIN8", + "59": "RCIN9", + "6": "Mount1Yaw", + "60": "RCIN10", + "61": "RCIN11", + "62": "RCIN12", + "63": "RCIN13", + "64": "RCIN14", + "65": "RCIN15", + "66": "RCIN16", + "7": "Mount1Pitch", + "70": "Throttle", + "73": "ThrottleLeft", + "74": "ThrottleRight", + "8": "Mount1Roll", + "88": "Winch", + "89": "Main Sail", + "9": "Mount1Retract", + "90": "CameraISO", + "91": "CameraAperture", + "92": "CameraFocus", + "93": "CameraShutterSpeed", + "94": "Script1", + "95": "Script2", + "96": "Script3", + "97": "Script4", + "98": "Script5", + "99": "Script6" + } + }, + "SERVO32_MAX": { + "Description": "maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Maximum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO32_MIN": { + "Description": "minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Minimum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO32_REVERSED": { + "Description": "Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.", + "DisplayName": "Servo reverse", + "User": "Standard", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "SERVO32_TRIM": { + "Description": "Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + } + }, + "SERVO3_": { + "SERVO3_FUNCTION": { + "Description": "Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function", + "DisplayName": "Servo output function", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "GPIO", + "0": "Disabled", + "1": "RCPassThru", + "10": "CameraTrigger", + "100": "Script7", + "101": "Script8", + "102": "Script9", + "103": "Script10", + "104": "Script11", + "105": "Script12", + "106": "Script13", + "107": "Script14", + "108": "Script15", + "109": "Script16", + "12": "Mount2Yaw", + "120": "NeoPixel1", + "121": "NeoPixel2", + "122": "NeoPixel3", + "123": "NeoPixel4", + "128": "WingSailElevator", + "129": "ProfiLED1", + "13": "Mount2Pitch", + "130": "ProfiLED2", + "131": "ProfiLED3", + "132": "ProfiLEDClock", + "133": "Winch Clutch", + "134": "SERVOn_MIN", + "135": "SERVOn_TRIM", + "136": "SERVOn_MAX", + "137": "SailMastRotation", + "138": "Alarm", + "139": "Alarm Inverted", + "14": "Mount2Roll", + "140": "RCIN1Scaled", + "141": "RCIN2Scaled", + "142": "RCIN3Scaled", + "143": "RCIN4Scaled", + "144": "RCIN5Scaled", + "145": "RCIN6Scaled", + "146": "RCIN7Scaled", + "147": "RCIN8Scaled", + "148": "RCIN9Scaled", + "149": "RCIN10Scaled", + "15": "Mount2Retract", + "150": "RCIN11Scaled", + "151": "RCIN12Scaled", + "152": "RCIN13Scaled", + "153": "RCIN14Scaled", + "154": "RCIN15Scaled", + "155": "RCIN16Scaled", + "22": "SprayerPump", + "23": "SprayerSpinner", + "26": "GroundSteering", + "28": "Gripper", + "33": "Motor1", + "34": "Motor2", + "35": "Motor3", + "36": "Motor4", + "51": "RCIN1", + "52": "RCIN2", + "53": "RCIN3", + "54": "RCIN4", + "55": "RCIN5", + "56": "RCIN6", + "57": "RCIN7", + "58": "RCIN8", + "59": "RCIN9", + "6": "Mount1Yaw", + "60": "RCIN10", + "61": "RCIN11", + "62": "RCIN12", + "63": "RCIN13", + "64": "RCIN14", + "65": "RCIN15", + "66": "RCIN16", + "7": "Mount1Pitch", + "70": "Throttle", + "73": "ThrottleLeft", + "74": "ThrottleRight", + "8": "Mount1Roll", + "88": "Winch", + "89": "Main Sail", + "9": "Mount1Retract", + "90": "CameraISO", + "91": "CameraAperture", + "92": "CameraFocus", + "93": "CameraShutterSpeed", + "94": "Script1", + "95": "Script2", + "96": "Script3", + "97": "Script4", + "98": "Script5", + "99": "Script6" + } + }, + "SERVO3_MAX": { + "Description": "maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Maximum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO3_MIN": { + "Description": "minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Minimum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO3_REVERSED": { + "Description": "Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.", + "DisplayName": "Servo reverse", + "User": "Standard", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "SERVO3_TRIM": { + "Description": "Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + } + }, + "SERVO4_": { + "SERVO4_FUNCTION": { + "Description": "Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function", + "DisplayName": "Servo output function", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "GPIO", + "0": "Disabled", + "1": "RCPassThru", + "10": "CameraTrigger", + "100": "Script7", + "101": "Script8", + "102": "Script9", + "103": "Script10", + "104": "Script11", + "105": "Script12", + "106": "Script13", + "107": "Script14", + "108": "Script15", + "109": "Script16", + "12": "Mount2Yaw", + "120": "NeoPixel1", + "121": "NeoPixel2", + "122": "NeoPixel3", + "123": "NeoPixel4", + "128": "WingSailElevator", + "129": "ProfiLED1", + "13": "Mount2Pitch", + "130": "ProfiLED2", + "131": "ProfiLED3", + "132": "ProfiLEDClock", + "133": "Winch Clutch", + "134": "SERVOn_MIN", + "135": "SERVOn_TRIM", + "136": "SERVOn_MAX", + "137": "SailMastRotation", + "138": "Alarm", + "139": "Alarm Inverted", + "14": "Mount2Roll", + "140": "RCIN1Scaled", + "141": "RCIN2Scaled", + "142": "RCIN3Scaled", + "143": "RCIN4Scaled", + "144": "RCIN5Scaled", + "145": "RCIN6Scaled", + "146": "RCIN7Scaled", + "147": "RCIN8Scaled", + "148": "RCIN9Scaled", + "149": "RCIN10Scaled", + "15": "Mount2Retract", + "150": "RCIN11Scaled", + "151": "RCIN12Scaled", + "152": "RCIN13Scaled", + "153": "RCIN14Scaled", + "154": "RCIN15Scaled", + "155": "RCIN16Scaled", + "22": "SprayerPump", + "23": "SprayerSpinner", + "26": "GroundSteering", + "28": "Gripper", + "33": "Motor1", + "34": "Motor2", + "35": "Motor3", + "36": "Motor4", + "51": "RCIN1", + "52": "RCIN2", + "53": "RCIN3", + "54": "RCIN4", + "55": "RCIN5", + "56": "RCIN6", + "57": "RCIN7", + "58": "RCIN8", + "59": "RCIN9", + "6": "Mount1Yaw", + "60": "RCIN10", + "61": "RCIN11", + "62": "RCIN12", + "63": "RCIN13", + "64": "RCIN14", + "65": "RCIN15", + "66": "RCIN16", + "7": "Mount1Pitch", + "70": "Throttle", + "73": "ThrottleLeft", + "74": "ThrottleRight", + "8": "Mount1Roll", + "88": "Winch", + "89": "Main Sail", + "9": "Mount1Retract", + "90": "CameraISO", + "91": "CameraAperture", + "92": "CameraFocus", + "93": "CameraShutterSpeed", + "94": "Script1", + "95": "Script2", + "96": "Script3", + "97": "Script4", + "98": "Script5", + "99": "Script6" + } + }, + "SERVO4_MAX": { + "Description": "maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Maximum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO4_MIN": { + "Description": "minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Minimum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO4_REVERSED": { + "Description": "Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.", + "DisplayName": "Servo reverse", + "User": "Standard", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "SERVO4_TRIM": { + "Description": "Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + } + }, + "SERVO5_": { + "SERVO5_FUNCTION": { + "Description": "Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function", + "DisplayName": "Servo output function", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "GPIO", + "0": "Disabled", + "1": "RCPassThru", + "10": "CameraTrigger", + "100": "Script7", + "101": "Script8", + "102": "Script9", + "103": "Script10", + "104": "Script11", + "105": "Script12", + "106": "Script13", + "107": "Script14", + "108": "Script15", + "109": "Script16", + "12": "Mount2Yaw", + "120": "NeoPixel1", + "121": "NeoPixel2", + "122": "NeoPixel3", + "123": "NeoPixel4", + "128": "WingSailElevator", + "129": "ProfiLED1", + "13": "Mount2Pitch", + "130": "ProfiLED2", + "131": "ProfiLED3", + "132": "ProfiLEDClock", + "133": "Winch Clutch", + "134": "SERVOn_MIN", + "135": "SERVOn_TRIM", + "136": "SERVOn_MAX", + "137": "SailMastRotation", + "138": "Alarm", + "139": "Alarm Inverted", + "14": "Mount2Roll", + "140": "RCIN1Scaled", + "141": "RCIN2Scaled", + "142": "RCIN3Scaled", + "143": "RCIN4Scaled", + "144": "RCIN5Scaled", + "145": "RCIN6Scaled", + "146": "RCIN7Scaled", + "147": "RCIN8Scaled", + "148": "RCIN9Scaled", + "149": "RCIN10Scaled", + "15": "Mount2Retract", + "150": "RCIN11Scaled", + "151": "RCIN12Scaled", + "152": "RCIN13Scaled", + "153": "RCIN14Scaled", + "154": "RCIN15Scaled", + "155": "RCIN16Scaled", + "22": "SprayerPump", + "23": "SprayerSpinner", + "26": "GroundSteering", + "28": "Gripper", + "33": "Motor1", + "34": "Motor2", + "35": "Motor3", + "36": "Motor4", + "51": "RCIN1", + "52": "RCIN2", + "53": "RCIN3", + "54": "RCIN4", + "55": "RCIN5", + "56": "RCIN6", + "57": "RCIN7", + "58": "RCIN8", + "59": "RCIN9", + "6": "Mount1Yaw", + "60": "RCIN10", + "61": "RCIN11", + "62": "RCIN12", + "63": "RCIN13", + "64": "RCIN14", + "65": "RCIN15", + "66": "RCIN16", + "7": "Mount1Pitch", + "70": "Throttle", + "73": "ThrottleLeft", + "74": "ThrottleRight", + "8": "Mount1Roll", + "88": "Winch", + "89": "Main Sail", + "9": "Mount1Retract", + "90": "CameraISO", + "91": "CameraAperture", + "92": "CameraFocus", + "93": "CameraShutterSpeed", + "94": "Script1", + "95": "Script2", + "96": "Script3", + "97": "Script4", + "98": "Script5", + "99": "Script6" + } + }, + "SERVO5_MAX": { + "Description": "maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Maximum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO5_MIN": { + "Description": "minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Minimum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO5_REVERSED": { + "Description": "Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.", + "DisplayName": "Servo reverse", + "User": "Standard", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "SERVO5_TRIM": { + "Description": "Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + } + }, + "SERVO6_": { + "SERVO6_FUNCTION": { + "Description": "Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function", + "DisplayName": "Servo output function", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "GPIO", + "0": "Disabled", + "1": "RCPassThru", + "10": "CameraTrigger", + "100": "Script7", + "101": "Script8", + "102": "Script9", + "103": "Script10", + "104": "Script11", + "105": "Script12", + "106": "Script13", + "107": "Script14", + "108": "Script15", + "109": "Script16", + "12": "Mount2Yaw", + "120": "NeoPixel1", + "121": "NeoPixel2", + "122": "NeoPixel3", + "123": "NeoPixel4", + "128": "WingSailElevator", + "129": "ProfiLED1", + "13": "Mount2Pitch", + "130": "ProfiLED2", + "131": "ProfiLED3", + "132": "ProfiLEDClock", + "133": "Winch Clutch", + "134": "SERVOn_MIN", + "135": "SERVOn_TRIM", + "136": "SERVOn_MAX", + "137": "SailMastRotation", + "138": "Alarm", + "139": "Alarm Inverted", + "14": "Mount2Roll", + "140": "RCIN1Scaled", + "141": "RCIN2Scaled", + "142": "RCIN3Scaled", + "143": "RCIN4Scaled", + "144": "RCIN5Scaled", + "145": "RCIN6Scaled", + "146": "RCIN7Scaled", + "147": "RCIN8Scaled", + "148": "RCIN9Scaled", + "149": "RCIN10Scaled", + "15": "Mount2Retract", + "150": "RCIN11Scaled", + "151": "RCIN12Scaled", + "152": "RCIN13Scaled", + "153": "RCIN14Scaled", + "154": "RCIN15Scaled", + "155": "RCIN16Scaled", + "22": "SprayerPump", + "23": "SprayerSpinner", + "26": "GroundSteering", + "28": "Gripper", + "33": "Motor1", + "34": "Motor2", + "35": "Motor3", + "36": "Motor4", + "51": "RCIN1", + "52": "RCIN2", + "53": "RCIN3", + "54": "RCIN4", + "55": "RCIN5", + "56": "RCIN6", + "57": "RCIN7", + "58": "RCIN8", + "59": "RCIN9", + "6": "Mount1Yaw", + "60": "RCIN10", + "61": "RCIN11", + "62": "RCIN12", + "63": "RCIN13", + "64": "RCIN14", + "65": "RCIN15", + "66": "RCIN16", + "7": "Mount1Pitch", + "70": "Throttle", + "73": "ThrottleLeft", + "74": "ThrottleRight", + "8": "Mount1Roll", + "88": "Winch", + "89": "Main Sail", + "9": "Mount1Retract", + "90": "CameraISO", + "91": "CameraAperture", + "92": "CameraFocus", + "93": "CameraShutterSpeed", + "94": "Script1", + "95": "Script2", + "96": "Script3", + "97": "Script4", + "98": "Script5", + "99": "Script6" + } + }, + "SERVO6_MAX": { + "Description": "maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Maximum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO6_MIN": { + "Description": "minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Minimum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO6_REVERSED": { + "Description": "Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.", + "DisplayName": "Servo reverse", + "User": "Standard", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "SERVO6_TRIM": { + "Description": "Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + } + }, + "SERVO7_": { + "SERVO7_FUNCTION": { + "Description": "Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function", + "DisplayName": "Servo output function", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "GPIO", + "0": "Disabled", + "1": "RCPassThru", + "10": "CameraTrigger", + "100": "Script7", + "101": "Script8", + "102": "Script9", + "103": "Script10", + "104": "Script11", + "105": "Script12", + "106": "Script13", + "107": "Script14", + "108": "Script15", + "109": "Script16", + "12": "Mount2Yaw", + "120": "NeoPixel1", + "121": "NeoPixel2", + "122": "NeoPixel3", + "123": "NeoPixel4", + "128": "WingSailElevator", + "129": "ProfiLED1", + "13": "Mount2Pitch", + "130": "ProfiLED2", + "131": "ProfiLED3", + "132": "ProfiLEDClock", + "133": "Winch Clutch", + "134": "SERVOn_MIN", + "135": "SERVOn_TRIM", + "136": "SERVOn_MAX", + "137": "SailMastRotation", + "138": "Alarm", + "139": "Alarm Inverted", + "14": "Mount2Roll", + "140": "RCIN1Scaled", + "141": "RCIN2Scaled", + "142": "RCIN3Scaled", + "143": "RCIN4Scaled", + "144": "RCIN5Scaled", + "145": "RCIN6Scaled", + "146": "RCIN7Scaled", + "147": "RCIN8Scaled", + "148": "RCIN9Scaled", + "149": "RCIN10Scaled", + "15": "Mount2Retract", + "150": "RCIN11Scaled", + "151": "RCIN12Scaled", + "152": "RCIN13Scaled", + "153": "RCIN14Scaled", + "154": "RCIN15Scaled", + "155": "RCIN16Scaled", + "22": "SprayerPump", + "23": "SprayerSpinner", + "26": "GroundSteering", + "28": "Gripper", + "33": "Motor1", + "34": "Motor2", + "35": "Motor3", + "36": "Motor4", + "51": "RCIN1", + "52": "RCIN2", + "53": "RCIN3", + "54": "RCIN4", + "55": "RCIN5", + "56": "RCIN6", + "57": "RCIN7", + "58": "RCIN8", + "59": "RCIN9", + "6": "Mount1Yaw", + "60": "RCIN10", + "61": "RCIN11", + "62": "RCIN12", + "63": "RCIN13", + "64": "RCIN14", + "65": "RCIN15", + "66": "RCIN16", + "7": "Mount1Pitch", + "70": "Throttle", + "73": "ThrottleLeft", + "74": "ThrottleRight", + "8": "Mount1Roll", + "88": "Winch", + "89": "Main Sail", + "9": "Mount1Retract", + "90": "CameraISO", + "91": "CameraAperture", + "92": "CameraFocus", + "93": "CameraShutterSpeed", + "94": "Script1", + "95": "Script2", + "96": "Script3", + "97": "Script4", + "98": "Script5", + "99": "Script6" + } + }, + "SERVO7_MAX": { + "Description": "maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Maximum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO7_MIN": { + "Description": "minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Minimum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO7_REVERSED": { + "Description": "Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.", + "DisplayName": "Servo reverse", + "User": "Standard", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "SERVO7_TRIM": { + "Description": "Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + } + }, + "SERVO8_": { + "SERVO8_FUNCTION": { + "Description": "Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function", + "DisplayName": "Servo output function", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "GPIO", + "0": "Disabled", + "1": "RCPassThru", + "10": "CameraTrigger", + "100": "Script7", + "101": "Script8", + "102": "Script9", + "103": "Script10", + "104": "Script11", + "105": "Script12", + "106": "Script13", + "107": "Script14", + "108": "Script15", + "109": "Script16", + "12": "Mount2Yaw", + "120": "NeoPixel1", + "121": "NeoPixel2", + "122": "NeoPixel3", + "123": "NeoPixel4", + "128": "WingSailElevator", + "129": "ProfiLED1", + "13": "Mount2Pitch", + "130": "ProfiLED2", + "131": "ProfiLED3", + "132": "ProfiLEDClock", + "133": "Winch Clutch", + "134": "SERVOn_MIN", + "135": "SERVOn_TRIM", + "136": "SERVOn_MAX", + "137": "SailMastRotation", + "138": "Alarm", + "139": "Alarm Inverted", + "14": "Mount2Roll", + "140": "RCIN1Scaled", + "141": "RCIN2Scaled", + "142": "RCIN3Scaled", + "143": "RCIN4Scaled", + "144": "RCIN5Scaled", + "145": "RCIN6Scaled", + "146": "RCIN7Scaled", + "147": "RCIN8Scaled", + "148": "RCIN9Scaled", + "149": "RCIN10Scaled", + "15": "Mount2Retract", + "150": "RCIN11Scaled", + "151": "RCIN12Scaled", + "152": "RCIN13Scaled", + "153": "RCIN14Scaled", + "154": "RCIN15Scaled", + "155": "RCIN16Scaled", + "22": "SprayerPump", + "23": "SprayerSpinner", + "26": "GroundSteering", + "28": "Gripper", + "33": "Motor1", + "34": "Motor2", + "35": "Motor3", + "36": "Motor4", + "51": "RCIN1", + "52": "RCIN2", + "53": "RCIN3", + "54": "RCIN4", + "55": "RCIN5", + "56": "RCIN6", + "57": "RCIN7", + "58": "RCIN8", + "59": "RCIN9", + "6": "Mount1Yaw", + "60": "RCIN10", + "61": "RCIN11", + "62": "RCIN12", + "63": "RCIN13", + "64": "RCIN14", + "65": "RCIN15", + "66": "RCIN16", + "7": "Mount1Pitch", + "70": "Throttle", + "73": "ThrottleLeft", + "74": "ThrottleRight", + "8": "Mount1Roll", + "88": "Winch", + "89": "Main Sail", + "9": "Mount1Retract", + "90": "CameraISO", + "91": "CameraAperture", + "92": "CameraFocus", + "93": "CameraShutterSpeed", + "94": "Script1", + "95": "Script2", + "96": "Script3", + "97": "Script4", + "98": "Script5", + "99": "Script6" + } + }, + "SERVO8_MAX": { + "Description": "maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Maximum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO8_MIN": { + "Description": "minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Minimum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO8_REVERSED": { + "Description": "Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.", + "DisplayName": "Servo reverse", + "User": "Standard", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "SERVO8_TRIM": { + "Description": "Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + } + }, + "SERVO9_": { + "SERVO9_FUNCTION": { + "Description": "Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function", + "DisplayName": "Servo output function", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "GPIO", + "0": "Disabled", + "1": "RCPassThru", + "10": "CameraTrigger", + "100": "Script7", + "101": "Script8", + "102": "Script9", + "103": "Script10", + "104": "Script11", + "105": "Script12", + "106": "Script13", + "107": "Script14", + "108": "Script15", + "109": "Script16", + "12": "Mount2Yaw", + "120": "NeoPixel1", + "121": "NeoPixel2", + "122": "NeoPixel3", + "123": "NeoPixel4", + "128": "WingSailElevator", + "129": "ProfiLED1", + "13": "Mount2Pitch", + "130": "ProfiLED2", + "131": "ProfiLED3", + "132": "ProfiLEDClock", + "133": "Winch Clutch", + "134": "SERVOn_MIN", + "135": "SERVOn_TRIM", + "136": "SERVOn_MAX", + "137": "SailMastRotation", + "138": "Alarm", + "139": "Alarm Inverted", + "14": "Mount2Roll", + "140": "RCIN1Scaled", + "141": "RCIN2Scaled", + "142": "RCIN3Scaled", + "143": "RCIN4Scaled", + "144": "RCIN5Scaled", + "145": "RCIN6Scaled", + "146": "RCIN7Scaled", + "147": "RCIN8Scaled", + "148": "RCIN9Scaled", + "149": "RCIN10Scaled", + "15": "Mount2Retract", + "150": "RCIN11Scaled", + "151": "RCIN12Scaled", + "152": "RCIN13Scaled", + "153": "RCIN14Scaled", + "154": "RCIN15Scaled", + "155": "RCIN16Scaled", + "22": "SprayerPump", + "23": "SprayerSpinner", + "26": "GroundSteering", + "28": "Gripper", + "33": "Motor1", + "34": "Motor2", + "35": "Motor3", + "36": "Motor4", + "51": "RCIN1", + "52": "RCIN2", + "53": "RCIN3", + "54": "RCIN4", + "55": "RCIN5", + "56": "RCIN6", + "57": "RCIN7", + "58": "RCIN8", + "59": "RCIN9", + "6": "Mount1Yaw", + "60": "RCIN10", + "61": "RCIN11", + "62": "RCIN12", + "63": "RCIN13", + "64": "RCIN14", + "65": "RCIN15", + "66": "RCIN16", + "7": "Mount1Pitch", + "70": "Throttle", + "73": "ThrottleLeft", + "74": "ThrottleRight", + "8": "Mount1Roll", + "88": "Winch", + "89": "Main Sail", + "9": "Mount1Retract", + "90": "CameraISO", + "91": "CameraAperture", + "92": "CameraFocus", + "93": "CameraShutterSpeed", + "94": "Script1", + "95": "Script2", + "96": "Script3", + "97": "Script4", + "98": "Script5", + "99": "Script6" + } + }, + "SERVO9_MAX": { + "Description": "maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Maximum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO9_MIN": { + "Description": "minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Minimum PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + }, + "SERVO9_REVERSED": { + "Description": "Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.", + "DisplayName": "Servo reverse", + "User": "Standard", + "Values": { + "0": "Normal", + "1": "Reversed" + } + }, + "SERVO9_TRIM": { + "Description": "Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.", + "DisplayName": "Trim PWM", + "Increment": "1", + "Range": { + "high": "2200", + "low": "800" + }, + "Units": "PWM", + "User": "Standard" + } + }, + "SERVO_BLH_": { + "SERVO_BLH_3DMASK": { + "Bitmask": { + "0": "Channel1", + "1": "Channel2", + "10": "Channel11", + "11": "Channel12", + "12": "Channel13", + "13": "Channel14", + "14": "Channel15", + "15": "Channel16", + "16": "Channel 17", + "17": "Channel 18", + "18": "Channel 19", + "19": "Channel 20", + "2": "Channel3", + "20": "Channel 21", + "21": "Channel 22", + "22": "Channel 23", + "23": "Channel 24", + "24": "Channel 25", + "25": "Channel 26", + "26": "Channel 27", + "27": "Channel 28", + "28": "Channel 29", + "29": "Channel 30", + "3": "Channel4", + "30": "Channel 31", + "31": "Channel 32", + "4": "Channel5", + "5": "Channel6", + "6": "Channel7", + "7": "Channel8", + "8": "Channel9", + "9": "Channel10" + }, + "Description": "Mask of channels which are dynamically reversible. This is used to configure ESCs in '3D' mode, allowing for the motor to spin in either direction", + "DisplayName": "BLHeli bitmask of 3D channels", + "RebootRequired": "True", + "User": "Advanced" + }, + "SERVO_BLH_AUTO": { + "Description": "If set to 1 this auto-enables BLHeli pass-thru support for all multicopter motors", + "DisplayName": "BLHeli pass-thru auto-enable for multicopter motors", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "SERVO_BLH_BDMASK": { + "Bitmask": { + "0": "Channel1", + "1": "Channel2", + "10": "Channel11", + "11": "Channel12", + "12": "Channel13", + "13": "Channel14", + "14": "Channel15", + "15": "Channel16", + "16": "Channel 17", + "17": "Channel 18", + "18": "Channel 19", + "19": "Channel 20", + "2": "Channel3", + "20": "Channel 21", + "21": "Channel 22", + "22": "Channel 23", + "23": "Channel 24", + "24": "Channel 25", + "25": "Channel 26", + "26": "Channel 27", + "27": "Channel 28", + "28": "Channel 29", + "29": "Channel 30", + "3": "Channel4", + "30": "Channel 31", + "31": "Channel 32", + "4": "Channel5", + "5": "Channel6", + "6": "Channel7", + "7": "Channel8", + "8": "Channel9", + "9": "Channel10" + }, + "Description": "Mask of channels which support bi-directional dshot. This is used for ESCs which have firmware that supports bi-directional dshot allowing fast rpm telemetry values to be returned for the harmonic notch.", + "DisplayName": "BLHeli bitmask of bi-directional dshot channels", + "RebootRequired": "True", + "User": "Advanced" + }, + "SERVO_BLH_DEBUG": { + "Description": "When set to 1 this enabled verbose debugging output over MAVLink when the blheli protocol is active. This can be used to diagnose failures.", + "DisplayName": "BLHeli debug level", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "SERVO_BLH_MASK": { + "Bitmask": { + "0": "Channel1", + "1": "Channel2", + "10": "Channel11", + "11": "Channel12", + "12": "Channel13", + "13": "Channel14", + "14": "Channel15", + "15": "Channel16", + "16": "Channel 17", + "17": "Channel 18", + "18": "Channel 19", + "19": "Channel 20", + "2": "Channel3", + "20": "Channel 21", + "21": "Channel 22", + "22": "Channel 23", + "23": "Channel 24", + "24": "Channel 25", + "25": "Channel 26", + "26": "Channel 27", + "27": "Channel 28", + "28": "Channel 29", + "29": "Channel 30", + "3": "Channel4", + "30": "Channel 31", + "31": "Channel 32", + "4": "Channel5", + "5": "Channel6", + "6": "Channel7", + "7": "Channel8", + "8": "Channel9", + "9": "Channel10" + }, + "Description": "Enable of BLHeli pass-thru servo protocol support to specific channels. This mask is in addition to motors enabled using SERVO_BLH_AUTO (if any)", + "DisplayName": "BLHeli Channel Bitmask", + "RebootRequired": "True", + "User": "Advanced" + }, + "SERVO_BLH_OTYPE": { + "Description": "When set to a non-zero value this overrides the output type for the output channels given by SERVO_BLH_MASK. This can be used to enable DShot on outputs that are not part of the multicopter motors group.", + "DisplayName": "BLHeli output type override", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "None", + "1": "OneShot", + "2": "OneShot125", + "3": "Brushed", + "4": "DShot150", + "5": "DShot300", + "6": "DShot600", + "7": "DShot1200" + } + }, + "SERVO_BLH_POLES": { + "Description": "This allows calculation of true RPM from ESC's eRPM. The default is 14.", + "DisplayName": "BLHeli Motor Poles", + "Range": { + "high": "127", + "low": "1" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "SERVO_BLH_PORT": { + "Description": "This sets the mavlink channel to use for blheli pass-thru. The channel number is determined by the number of serial ports configured to use mavlink. So 0 is always the console, 1 is the next serial port using mavlink, 2 the next after that and so on.", + "DisplayName": "Control port", + "User": "Advanced", + "Values": { + "0": "Console", + "1": "Mavlink Serial Channel1", + "2": "Mavlink Serial Channel2", + "3": "Mavlink Serial Channel3", + "4": "Mavlink Serial Channel4", + "5": "Mavlink Serial Channel5" + } + }, + "SERVO_BLH_RVMASK": { + "Bitmask": { + "0": "Channel1", + "1": "Channel2", + "10": "Channel11", + "11": "Channel12", + "12": "Channel13", + "13": "Channel14", + "14": "Channel15", + "15": "Channel16", + "16": "Channel 17", + "17": "Channel 18", + "18": "Channel 19", + "19": "Channel 20", + "2": "Channel3", + "20": "Channel 21", + "21": "Channel 22", + "22": "Channel 23", + "23": "Channel 24", + "24": "Channel 25", + "25": "Channel 26", + "26": "Channel 27", + "27": "Channel 28", + "28": "Channel 29", + "29": "Channel 30", + "3": "Channel4", + "30": "Channel 31", + "31": "Channel 32", + "4": "Channel5", + "5": "Channel6", + "6": "Channel7", + "7": "Channel8", + "8": "Channel9", + "9": "Channel10" + }, + "Description": "Mask of channels which are reversed. This is used to configure ESCs in reversed mode", + "DisplayName": "BLHeli bitmask of reversed channels", + "RebootRequired": "True", + "User": "Advanced" + }, + "SERVO_BLH_TEST": { + "Description": "Setting SERVO_BLH_TEST to a motor number enables an internal test of the BLHeli ESC protocol to the corresponding ESC. The debug output is displayed on the USB console.", + "DisplayName": "BLHeli internal interface test", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "TestMotor1", + "2": "TestMotor2", + "3": "TestMotor3", + "4": "TestMotor4", + "5": "TestMotor5", + "6": "TestMotor6", + "7": "TestMotor7", + "8": "TestMotor8" + } + }, + "SERVO_BLH_TMOUT": { + "Description": "This sets the inactivity timeout for the BLHeli protocol in seconds. If no packets are received in this time normal MAVLink operations are resumed. A value of 0 means no timeout", + "DisplayName": "BLHeli protocol timeout", + "Range": { + "high": "300", + "low": "0" + }, + "Units": "s", + "User": "Standard" + }, + "SERVO_BLH_TRATE": { + "Description": "This sets the rate in Hz for requesting telemetry from ESCs. It is the rate per ESC. Setting to zero disables telemetry requests", + "DisplayName": "BLHeli telemetry rate", + "Range": { + "high": "500", + "low": "0" + }, + "Units": "Hz", + "User": "Standard" + } + }, + "SERVO_FTW_": { + "SERVO_FTW_MASK": { + "Bitmask": { + "0": "SERVO1", + "1": "SERVO2", + "10": "SERVO11", + "11": "SERVO12", + "2": "SERVO3", + "3": "SERVO4", + "4": "SERVO5", + "5": "SERVO6", + "6": "SERVO7", + "7": "SERVO8", + "8": "SERVO9", + "9": "SERVO10" + }, + "Description": "Servo channel mask specifying FETtec ESC output.", + "DisplayName": "Servo channel output bitmask", + "RebootRequired": "True", + "User": "Standard" + }, + "SERVO_FTW_POLES": { + "Description": "Number of motor electrical poles", + "DisplayName": "Nr. electrical poles", + "Range": { + "high": "50", + "low": "2" + }, + "User": "Standard" + }, + "SERVO_FTW_RVMASK": { + "Bitmask": { + "0": "SERVO1", + "1": "SERVO2", + "10": "SERVO11", + "11": "SERVO12", + "2": "SERVO3", + "3": "SERVO4", + "4": "SERVO5", + "5": "SERVO6", + "6": "SERVO7", + "7": "SERVO8", + "8": "SERVO9", + "9": "SERVO10" + }, + "Description": "Servo channel mask to reverse rotation of FETtec ESC outputs.", + "DisplayName": "Servo channel reverse rotation bitmask", + "User": "Standard" + } + }, + "SERVO_ROB_": { + "SERVO_ROB_POSMAX": { + "Description": "Position maximum at servo max value. This should be within the position control range of the servos, normally 0 to 4095", + "DisplayName": "Robotis servo position max", + "Range": { + "high": "4095", + "low": "0" + }, + "User": "Standard" + }, + "SERVO_ROB_POSMIN": { + "Description": "Position minimum at servo min value. This should be within the position control range of the servos, normally 0 to 4095", + "DisplayName": "Robotis servo position min", + "Range": { + "high": "4095", + "low": "0" + }, + "User": "Standard" + } + }, + "SERVO_SBUS_": { + "SERVO_SBUS_RATE": { + "Description": "This sets the SBUS output frame rate in Hz.", + "DisplayName": "SBUS default output rate", + "Range": { + "high": "250", + "low": "25" + }, + "Units": "Hz", + "User": "Advanced" + } + }, + "SERVO_VOLZ_": { + "SERVO_VOLZ_MASK": { + "Bitmask": { + "0": "Channel1", + "1": "Channel2", + "10": "Channel11", + "11": "Channel12", + "12": "Channel13", + "13": "Channel14", + "14": "Channel15", + "15": "Channel16", + "16": "Channel17", + "17": "Channel18", + "18": "Channel19", + "19": "Channel20", + "2": "Channel3", + "20": "Channel21", + "21": "Channel22", + "22": "Channel23", + "23": "Channel24", + "24": "Channel25", + "25": "Channel26", + "26": "Channel27", + "28": "Channel29", + "29": "Channel30", + "3": "Channel4", + "30": "Channel31", + "31": "Channel32", + "4": "Channel5", + "5": "Channel6", + "6": "Channel7", + "7": "Channel8", + "8": "Channel9", + "9": "Channel10" + }, + "Description": "Enable of volz servo protocol to specific channels", + "DisplayName": "Channel Bitmask", + "User": "Standard" + } + }, + "SIM_": { + "SIM_ACC1_BIAS_X": { + "Description": "bias of simulated accelerometer sensor (X-axis)", + "DisplayName": "Accel 1 bias", + "User": "Advanced" + }, + "SIM_ACC1_BIAS_Y": { + "Description": "bias of simulated accelerometer sensor (Y-axis)", + "DisplayName": "Accel 1 bias", + "User": "Advanced" + }, + "SIM_ACC1_BIAS_Z": { + "Description": "bias of simulated accelerometer sensor (Z-axis)", + "DisplayName": "Accel 1 bias", + "User": "Advanced" + }, + "SIM_ACC1_SCAL_X": { + "Description": "scaling factors applied to simulated accelerometer (X-axis)", + "DisplayName": "Accel 1 scaling factor", + "User": "Advanced" + }, + "SIM_ACC1_SCAL_Y": { + "Description": "scaling factors applied to simulated accelerometer (Y-axis)", + "DisplayName": "Accel 1 scaling factor", + "User": "Advanced" + }, + "SIM_ACC1_SCAL_Z": { + "Description": "scaling factors applied to simulated accelerometer (Z-axis)", + "DisplayName": "Accel 1 scaling factor", + "User": "Advanced" + }, + "SIM_ACC2_BIAS_X": { + "Description": "bias of simulated accelerometer sensor (X-axis)", + "DisplayName": "Accel 2 bias", + "User": "Advanced" + }, + "SIM_ACC2_BIAS_Y": { + "Description": "bias of simulated accelerometer sensor (Y-axis)", + "DisplayName": "Accel 2 bias", + "User": "Advanced" + }, + "SIM_ACC2_BIAS_Z": { + "Description": "bias of simulated accelerometer sensor (Z-axis)", + "DisplayName": "Accel 2 bias", + "User": "Advanced" + }, + "SIM_ACC2_SCAL_X": { + "Description": "scaling factors applied to simulated accelerometer (X-axis)", + "DisplayName": "Accel 2 scaling factor", + "User": "Advanced" + }, + "SIM_ACC2_SCAL_Y": { + "Description": "scaling factors applied to simulated accelerometer (Y-axis)", + "DisplayName": "Accel 2 scaling factor", + "User": "Advanced" + }, + "SIM_ACC2_SCAL_Z": { + "Description": "scaling factors applied to simulated accelerometer (Z-axis)", + "DisplayName": "Accel 2 scaling factor", + "User": "Advanced" + }, + "SIM_ACC3_BIAS_X": { + "Description": "bias of simulated accelerometer sensor (X-axis)", + "DisplayName": "Accel 3 bias", + "User": "Advanced" + }, + "SIM_ACC3_BIAS_Y": { + "Description": "bias of simulated accelerometer sensor (Y-axis)", + "DisplayName": "Accel 3 bias", + "User": "Advanced" + }, + "SIM_ACC3_BIAS_Z": { + "Description": "bias of simulated accelerometer sensor (Z-axis)", + "DisplayName": "Accel 3 bias", + "User": "Advanced" + }, + "SIM_ACC3_SCAL_X": { + "Description": "scaling factors applied to simulated accelerometer (X-axis)", + "DisplayName": "Accel 3 scaling factor", + "User": "Advanced" + }, + "SIM_ACC3_SCAL_Y": { + "Description": "scaling factors applied to simulated accelerometer (Y-axis)", + "DisplayName": "Accel 3 scaling factor", + "User": "Advanced" + }, + "SIM_ACC3_SCAL_Z": { + "Description": "scaling factors applied to simulated accelerometer (Z-axis)", + "DisplayName": "Accel 3 scaling factor", + "User": "Advanced" + }, + "SIM_ACC4_BIAS_X": { + "Description": "bias of simulated accelerometer sensor (X-axis)", + "DisplayName": "Accel 4 bias", + "User": "Advanced" + }, + "SIM_ACC4_BIAS_Y": { + "Description": "bias of simulated accelerometer sensor (Y-axis)", + "DisplayName": "Accel 4 bias", + "User": "Advanced" + }, + "SIM_ACC4_BIAS_Z": { + "Description": "bias of simulated accelerometer sensor (Z-axis)", + "DisplayName": "Accel 4 bias", + "User": "Advanced" + }, + "SIM_ACC4_SCAL_X": { + "Description": "scaling factors applied to simulated accelerometer (X-axis)", + "DisplayName": "Accel 4 scaling factor", + "User": "Advanced" + }, + "SIM_ACC4_SCAL_Y": { + "Description": "scaling factors applied to simulated accelerometer (Y-axis)", + "DisplayName": "Accel 4 scaling factor", + "User": "Advanced" + }, + "SIM_ACC4_SCAL_Z": { + "Description": "scaling factors applied to simulated accelerometer (Z-axis)", + "DisplayName": "Accel 4 scaling factor", + "User": "Advanced" + }, + "SIM_ACC5_BIAS_X": { + "Description": "bias of simulated accelerometer sensor (X-axis)", + "DisplayName": "Accel 5 bias", + "User": "Advanced" + }, + "SIM_ACC5_BIAS_Y": { + "Description": "bias of simulated accelerometer sensor (Y-axis)", + "DisplayName": "Accel 5 bias", + "User": "Advanced" + }, + "SIM_ACC5_BIAS_Z": { + "Description": "bias of simulated accelerometer sensor (Z-axis)", + "DisplayName": "Accel 5 bias", + "User": "Advanced" + }, + "SIM_ACC5_SCAL_X": { + "Description": "scaling factors applied to simulated accelerometer (X-axis)", + "DisplayName": "Accel 4 scaling factor", + "User": "Advanced" + }, + "SIM_ACC5_SCAL_Y": { + "Description": "scaling factors applied to simulated accelerometer (Y-axis)", + "DisplayName": "Accel 4 scaling factor", + "User": "Advanced" + }, + "SIM_ACC5_SCAL_Z": { + "Description": "scaling factors applied to simulated accelerometer (Z-axis)", + "DisplayName": "Accel 4 scaling factor", + "User": "Advanced" + }, + "SIM_ACCEL1_FAIL": { + "Description": "Simulated failure of ACCEL1", + "DisplayName": "ACCEL1 Failure", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "ACCEL1 Failure" + } + }, + "SIM_ACCEL2_FAIL": { + "Description": "Simulated failure of ACCEL2", + "DisplayName": "ACCEL2 Failure", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "ACCEL2 Failure" + } + }, + "SIM_ACCEL3_FAIL": { + "Description": "Simulated failure of ACCEL3", + "DisplayName": "ACCEL3 Failure", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "ACCEL3 Failure" + } + }, + "SIM_ACCEL4_FAIL": { + "Description": "Simulated failure of ACCEL4", + "DisplayName": "ACCEL4 Failure", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "ACCEL4 Failure" + } + }, + "SIM_ACCEL5_FAIL": { + "Description": "Simulated failure of ACCEL5", + "DisplayName": "ACCEL5 Failure", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "ACCEL5 Failure" + } + }, + "SIM_ACC_FAIL_MSK": { + "Description": "Determines if the acclerometer reading updates are stopped when for an IMU simulated failure by ACCELx_FAIL params", + "DisplayName": "Accelerometer Failure Mask", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Readings stopped" + } + }, + "SIM_ADSB_TYPES": { + "Bitmask": { + "0": "MAVLink", + "3": "SageTechMXS" + }, + "Description": "specifies which simulated ADSB types are active", + "DisplayName": "Simulated ADSB Type mask", + "User": "Advanced" + }, + "SIM_BAR2_GLITCH": { + "Description": "Glitch for 2nd baro", + "DisplayName": "Baro2 Glitch", + "Units": "m", + "User": "Advanced" + }, + "SIM_BAR2_RND": { + "Description": "Amount of (evenly-distributed) noise injected into the 2nd baro", + "DisplayName": "Baro2 Noise", + "Units": "m", + "User": "Advanced" + }, + "SIM_BAR3_GLITCH": { + "Description": "Glitch for 2nd baro", + "DisplayName": "Baro3 Glitch", + "Units": "m", + "User": "Advanced" + }, + "SIM_BAR3_RND": { + "Description": "Amount of (evenly-distributed) noise injected into the 3rd baro", + "DisplayName": "Baro3 Noise", + "Units": "m", + "User": "Advanced" + }, + "SIM_BARO_GLITCH": { + "Description": "Glitch for 1st baro", + "DisplayName": "Baro Glitch", + "Units": "m", + "User": "Advanced" + }, + "SIM_BARO_RND": { + "Description": "Amount of (evenly-distributed) noise injected into the 1st baro", + "DisplayName": "Baro Noise", + "Units": "m", + "User": "Advanced" + }, + "SIM_BATT_VOLTAGE": { + "Description": "Simulated battery (constant) voltage", + "DisplayName": "Simulated battery voltage", + "Units": "V", + "User": "Advanced" + }, + "SIM_CAN_SRV_MSK": { + "Bitmask": { + "0": "Servo 1", + "1": "Servo 2", + "10": "Servo 11", + "11": "Servo 12", + "12": "Servo 13", + "13": "Servo 14", + "14": "Servo 15", + "15": "Servo 16", + "16": "Servo 17", + "17": "Servo 18", + "18": "Servo 19", + "19": "Servo 20", + "2": "Servo 3", + "20": "Servo 21", + "21": "Servo 22", + "22": "Servo 23", + "23": "Servo 24", + "24": "Servo 25", + "25": "Servo 26", + "26": "Servo 27", + "27": "Servo 28", + "28": "Servo 29", + "29": "Servo 30", + "3": "Servo 4", + "30": "Servo 31", + "31": "Servo 32", + "4": "Servo 5", + "5": "Servo 6", + "6": "Servo 7", + "7": "Servo 8", + "8": "Servo 9", + "9": "Servo 10" + }, + "Description": "The set of actuators controlled externally by CAN SITL AP_Periph", + "DisplayName": "Mask of CAN servos/ESCs", + "User": "Advanced" + }, + "SIM_CAN_TYPE1": { + "Description": "transport type for first CAN interface", + "DisplayName": "transport type for first CAN interface", + "User": "Advanced", + "Values": { + "0": "MulticastUDP", + "1": "SocketCAN" + } + }, + "SIM_CAN_TYPE2": { + "Description": "transport type for second CAN interface", + "DisplayName": "transport type for second CAN interface", + "User": "Advanced", + "Values": { + "0": "MulticastUDP", + "1": "SocketCAN" + } + }, + "SIM_ESC_TELEM": { + "Description": "enable perfect simulated ESC telemetry", + "DisplayName": "Simulated ESC Telemetry", + "User": "Advanced" + }, + "SIM_FLOAT_EXCEPT": { + "Description": "If set, if a numerical error occurs SITL will die with a floating point exception.", + "DisplayName": "Generate floating point exceptions", + "User": "Advanced" + }, + "SIM_FLOW_DELAY": { + "Description": "Opflow data delay", + "DisplayName": "Opflow Delay", + "Units": "ms" + }, + "SIM_FLOW_ENABLE": { + "Description": "Enable simulated Optical Flow sensor", + "DisplayName": "Opflow Enable", + "Values": { + "0": "Disable", + "1": "Enabled" + } + }, + "SIM_FLOW_POS_X": { + "Description": "XYZ position of the optical flow sensor focal point relative to the body frame origin (X-axis)", + "DisplayName": "Opflow Pos", + "Units": "m" + }, + "SIM_FLOW_POS_Y": { + "Description": "XYZ position of the optical flow sensor focal point relative to the body frame origin (Y-axis)", + "DisplayName": "Opflow Pos", + "Units": "m" + }, + "SIM_FLOW_POS_Z": { + "Description": "XYZ position of the optical flow sensor focal point relative to the body frame origin (Z-axis)", + "DisplayName": "Opflow Pos", + "Units": "m" + }, + "SIM_FLOW_RATE": { + "Description": "Opflow Data Rate", + "DisplayName": "Opflow Rate", + "Units": "Hz" + }, + "SIM_FLOW_RND": { + "Description": "Optical Flow sensor measurement noise in rad/sec", + "DisplayName": "Opflow noise" + }, + "SIM_GPS2_ACC": { + "Description": "GPS 2 Accuracy", + "DisplayName": "GPS 2 Accuracy", + "User": "Advanced" + }, + "SIM_GPS2_ALT_OFS": { + "Description": "GPS 2 Altitude Error", + "DisplayName": "GPS 2 Altitude Offset", + "Units": "m" + }, + "SIM_GPS2_BYTELOS": { + "Description": "Percent of bytes lost from GPS 2", + "DisplayName": "GPS 2 Byteloss", + "Units": "%", + "User": "Advanced" + }, + "SIM_GPS2_DISABLE": { + "Description": "Disables GPS 2", + "DisplayName": "GPS 2 disable", + "User": "Advanced", + "Values": { + "0": "Enable", + "1": "GPS Disabled" + } + }, + "SIM_GPS2_DRFTALT": { + "Description": "GPS 2 altitude drift error", + "DisplayName": "GPS 2 Altitude Drift", + "Units": "m", + "User": "Advanced" + }, + "SIM_GPS2_GLTCH_X": { + "Description": "Glitch offsets of simulated GPS 2 sensor (X-axis)", + "DisplayName": "GPS 2 Glitch", + "User": "Advanced" + }, + "SIM_GPS2_GLTCH_Y": { + "Description": "Glitch offsets of simulated GPS 2 sensor (Y-axis)", + "DisplayName": "GPS 2 Glitch", + "User": "Advanced" + }, + "SIM_GPS2_GLTCH_Z": { + "Description": "Glitch offsets of simulated GPS 2 sensor (Z-axis)", + "DisplayName": "GPS 2 Glitch", + "User": "Advanced" + }, + "SIM_GPS2_HDG": { + "Description": "Enable GPS2 output of NMEA heading HDT sentence or UBLOX_RELPOSNED", + "DisplayName": "GPS 2 Heading", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "SIM_GPS2_HZ": { + "Description": "GPS 2 Update rate", + "DisplayName": "GPS 2 Hz", + "Units": "Hz" + }, + "SIM_GPS2_JAM": { + "Description": "Enable simulated GPS jamming", + "DisplayName": "GPS jamming enable", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "SIM_GPS2_LAG_MS": { + "Description": "GPS 2 lag in ms", + "DisplayName": "GPS 2 Lag", + "Units": "ms", + "User": "Advanced" + }, + "SIM_GPS2_LCKTIME": { + "Description": "Delay in seconds before GPS2 acquires lock", + "DisplayName": "GPS 2 Lock Time", + "Units": "s", + "User": "Advanced" + }, + "SIM_GPS2_NOISE": { + "Description": "Amplitude of the GPS2 altitude error", + "DisplayName": "GPS 2 Noise", + "Units": "m", + "User": "Advanced" + }, + "SIM_GPS2_NUMSATS": { + "Description": "Number of satellites GPS 2 has in view", + "DisplayName": "GPS 2 Num Satellites" + }, + "SIM_GPS2_POS_X": { + "Description": "GPS 2 antenna phase center position relative to the body frame origin (X-axis)", + "DisplayName": "GPS 2 Position", + "Units": "m" + }, + "SIM_GPS2_POS_Y": { + "Description": "GPS 2 antenna phase center position relative to the body frame origin (Y-axis)", + "DisplayName": "GPS 2 Position", + "Units": "m" + }, + "SIM_GPS2_POS_Z": { + "Description": "GPS 2 antenna phase center position relative to the body frame origin (Z-axis)", + "DisplayName": "GPS 2 Position", + "Units": "m" + }, + "SIM_GPS2_TYPE": { + "Description": "Sets the type of simulation used for GPS 2", + "DisplayName": "GPS 2 type", + "User": "Advanced", + "Values": { + "0": "None", + "1": "UBlox", + "10": "Trimble", + "19": "MSP", + "5": "NMEA", + "6": "SBP", + "7": "File", + "8": "Nova", + "9": "SBP" + } + }, + "SIM_GPS2_VERR_X": { + "Description": "GPS 2 Velocity Error Offsets in NED (X-axis)", + "DisplayName": "GPS 2 Velocity Error", + "User": "Advanced" + }, + "SIM_GPS2_VERR_Y": { + "Description": "GPS 2 Velocity Error Offsets in NED (Y-axis)", + "DisplayName": "GPS 2 Velocity Error", + "User": "Advanced" + }, + "SIM_GPS2_VERR_Z": { + "Description": "GPS 2 Velocity Error Offsets in NED (Z-axis)", + "DisplayName": "GPS 2 Velocity Error", + "User": "Advanced" + }, + "SIM_GPS_ACC": { + "Description": "GPS 1 Accuracy", + "DisplayName": "GPS 1 Accuracy", + "User": "Advanced" + }, + "SIM_GPS_ALT_OFS": { + "Description": "GPS 1 Altitude Error", + "DisplayName": "GPS 1 Altitude Offset", + "Units": "m" + }, + "SIM_GPS_BYTELOSS": { + "Description": "Percent of bytes lost from GPS 1", + "DisplayName": "GPS Byteloss", + "Units": "%", + "User": "Advanced" + }, + "SIM_GPS_DISABLE": { + "Description": "Disables GPS 1", + "DisplayName": "GPS 1 disable", + "User": "Advanced", + "Values": { + "0": "Enable", + "1": "GPS Disabled" + } + }, + "SIM_GPS_DRIFTALT": { + "Description": "GPS 1 altitude drift error", + "DisplayName": "GPS 1 Altitude Drift", + "Units": "m", + "User": "Advanced" + }, + "SIM_GPS_GLITCH_X": { + "Description": "Glitch offsets of simulated GPS 1 sensor (X-axis)", + "DisplayName": "GPS 1 Glitch", + "User": "Advanced" + }, + "SIM_GPS_GLITCH_Y": { + "Description": "Glitch offsets of simulated GPS 1 sensor (Y-axis)", + "DisplayName": "GPS 1 Glitch", + "User": "Advanced" + }, + "SIM_GPS_GLITCH_Z": { + "Description": "Glitch offsets of simulated GPS 1 sensor (Z-axis)", + "DisplayName": "GPS 1 Glitch", + "User": "Advanced" + }, + "SIM_GPS_HDG": { + "Description": "Enable GPS1 output of NMEA heading HDT sentence or UBLOX_RELPOSNED", + "DisplayName": "GPS 1 Heading", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "SIM_GPS_HZ": { + "Description": "GPS 1 Update rate", + "DisplayName": "GPS 1 Hz", + "Units": "Hz" + }, + "SIM_GPS_JAM": { + "Description": "Enable simulated GPS jamming", + "DisplayName": "GPS jamming enable", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "SIM_GPS_LAG_MS": { + "Description": "GPS 1 lag", + "DisplayName": "GPS 1 Lag", + "Units": "ms", + "User": "Advanced" + }, + "SIM_GPS_LOCKTIME": { + "Description": "Delay in seconds before GPS1 acquires lock", + "DisplayName": "GPS 1 Lock Time", + "Units": "s", + "User": "Advanced" + }, + "SIM_GPS_LOG_NUM": { + "Description": "Log number for GPS:update_file()", + "DisplayName": "GPS Log Number" + }, + "SIM_GPS_NOISE": { + "Description": "Amplitude of the GPS1 altitude error", + "DisplayName": "GPS 1 Noise", + "Units": "m", + "User": "Advanced" + }, + "SIM_GPS_NUMSATS": { + "Description": "Number of satellites GPS 1 has in view", + "DisplayName": "GPS 1 Num Satellites" + }, + "SIM_GPS_POS_X": { + "Description": "GPS 1 antenna phase center position relative to the body frame origin (X-axis)", + "DisplayName": "GPS 1 Position", + "Units": "m" + }, + "SIM_GPS_POS_Y": { + "Description": "GPS 1 antenna phase center position relative to the body frame origin (Y-axis)", + "DisplayName": "GPS 1 Position", + "Units": "m" + }, + "SIM_GPS_POS_Z": { + "Description": "GPS 1 antenna phase center position relative to the body frame origin (Z-axis)", + "DisplayName": "GPS 1 Position", + "Units": "m" + }, + "SIM_GPS_TYPE": { + "Description": "Sets the type of simulation used for GPS 1", + "DisplayName": "GPS 1 type", + "User": "Advanced", + "Values": { + "0": "None", + "1": "UBlox", + "10": "Trimble", + "19": "MSP", + "5": "NMEA", + "6": "SBP", + "7": "File", + "8": "Nova", + "9": "SBP" + } + }, + "SIM_GPS_VERR_X": { + "Description": "GPS 1 Velocity Error Offsets in NED (X-axis)", + "DisplayName": "GPS 1 Velocity Error", + "User": "Advanced" + }, + "SIM_GPS_VERR_Y": { + "Description": "GPS 1 Velocity Error Offsets in NED (Y-axis)", + "DisplayName": "GPS 1 Velocity Error", + "User": "Advanced" + }, + "SIM_GPS_VERR_Z": { + "Description": "GPS 1 Velocity Error Offsets in NED (Z-axis)", + "DisplayName": "GPS 1 Velocity Error", + "User": "Advanced" + }, + "SIM_GYR1_BIAS_X": { + "Description": "First Gyro bias on X axis", + "DisplayName": "First Gyro bias on X axis", + "Units": "rad/s", + "User": "Advanced" + }, + "SIM_GYR1_BIAS_Y": { + "Description": "First Gyro bias on Y axis", + "DisplayName": "First Gyro bias on Y axis", + "Units": "rad/s", + "User": "Advanced" + }, + "SIM_GYR1_BIAS_Z": { + "Description": "First Gyro bias on Z axis", + "DisplayName": "First Gyro bias on Z axis", + "Units": "rad/s", + "User": "Advanced" + }, + "SIM_GYR1_SCALE_X": { + "Description": "scaling factors applied to simulated gyroscope (X-axis)", + "DisplayName": "Gyro 1 scaling factor", + "User": "Advanced" + }, + "SIM_GYR1_SCALE_Y": { + "Description": "scaling factors applied to simulated gyroscope (Y-axis)", + "DisplayName": "Gyro 1 scaling factor", + "User": "Advanced" + }, + "SIM_GYR1_SCALE_Z": { + "Description": "scaling factors applied to simulated gyroscope (Z-axis)", + "DisplayName": "Gyro 1 scaling factor", + "User": "Advanced" + }, + "SIM_GYR2_BIAS_X": { + "Description": "Second Gyro bias on X axis", + "DisplayName": "Second Gyro bias on X axis", + "Units": "rad/s", + "User": "Advanced" + }, + "SIM_GYR2_BIAS_Y": { + "Description": "Second Gyro bias on Y axis", + "DisplayName": "Second Gyro bias on Y axis", + "Units": "rad/s", + "User": "Advanced" + }, + "SIM_GYR2_BIAS_Z": { + "Description": "Second Gyro bias on Z axis", + "DisplayName": "Second Gyro bias on Z axis", + "Units": "rad/s", + "User": "Advanced" + }, + "SIM_GYR2_SCALE_X": { + "Description": "scaling factors applied to simulated gyroscope (X-axis)", + "DisplayName": "Gyro 2 scaling factor", + "User": "Advanced" + }, + "SIM_GYR2_SCALE_Y": { + "Description": "scaling factors applied to simulated gyroscope (Y-axis)", + "DisplayName": "Gyro 2 scaling factor", + "User": "Advanced" + }, + "SIM_GYR2_SCALE_Z": { + "Description": "scaling factors applied to simulated gyroscope (Z-axis)", + "DisplayName": "Gyro 2 scaling factor", + "User": "Advanced" + }, + "SIM_GYR3_BIAS_X": { + "Description": "Third Gyro bias on X axis", + "DisplayName": "Third Gyro bias on X axis", + "Units": "rad/s", + "User": "Advanced" + }, + "SIM_GYR3_BIAS_Y": { + "Description": "Third Gyro bias on Y axis", + "DisplayName": "Third Gyro bias on Y axis", + "Units": "rad/s", + "User": "Advanced" + }, + "SIM_GYR3_BIAS_Z": { + "Description": "Third Gyro bias on Z axis", + "DisplayName": "Third Gyro bias on Z axis", + "Units": "rad/s", + "User": "Advanced" + }, + "SIM_GYR3_SCALE_X": { + "Description": "scaling factors applied to simulated gyroscope (X-axis)", + "DisplayName": "Gyro 3 scaling factor", + "User": "Advanced" + }, + "SIM_GYR3_SCALE_Y": { + "Description": "scaling factors applied to simulated gyroscope (Y-axis)", + "DisplayName": "Gyro 3 scaling factor", + "User": "Advanced" + }, + "SIM_GYR3_SCALE_Z": { + "Description": "scaling factors applied to simulated gyroscope (Z-axis)", + "DisplayName": "Gyro 3 scaling factor", + "User": "Advanced" + }, + "SIM_GYR4_BIAS_X": { + "Description": "Fourth Gyro bias on X axis", + "DisplayName": "Fourth Gyro bias on X axis", + "Units": "rad/s", + "User": "Advanced" + }, + "SIM_GYR4_BIAS_Y": { + "Description": "Fourth Gyro bias on Y axis", + "DisplayName": "Fourth Gyro bias on Y axis", + "Units": "rad/s", + "User": "Advanced" + }, + "SIM_GYR4_BIAS_Z": { + "Description": "Fourth Gyro bias on Z axis", + "DisplayName": "Fourth Gyro bias on Z axis", + "Units": "rad/s", + "User": "Advanced" + }, + "SIM_GYR4_SCALE_X": { + "Description": "scaling factors applied to simulated gyroscope (X-axis)", + "DisplayName": "Gyro 4 scaling factor", + "User": "Advanced" + }, + "SIM_GYR4_SCALE_Y": { + "Description": "scaling factors applied to simulated gyroscope (Y-axis)", + "DisplayName": "Gyro 4 scaling factor", + "User": "Advanced" + }, + "SIM_GYR4_SCALE_Z": { + "Description": "scaling factors applied to simulated gyroscope (Z-axis)", + "DisplayName": "Gyro 4 scaling factor", + "User": "Advanced" + }, + "SIM_GYR5_BIAS_X": { + "Description": "Fifth Gyro bias on X axis", + "DisplayName": "Fifth Gyro bias on X axis", + "Units": "rad/s", + "User": "Advanced" + }, + "SIM_GYR5_BIAS_Y": { + "Description": "Fifth Gyro bias on Y axis", + "DisplayName": "Fifth Gyro bias on Y axis", + "Units": "rad/s", + "User": "Advanced" + }, + "SIM_GYR5_BIAS_Z": { + "Description": "Fifth Gyro bias on Z axis", + "DisplayName": "Fifth Gyro bias on Z axis", + "Units": "rad/s", + "User": "Advanced" + }, + "SIM_GYR5_SCALE_X": { + "Description": "scaling factors applied to simulated gyroscope (X-axis)", + "DisplayName": "Gyro 5 scaling factor", + "User": "Advanced" + }, + "SIM_GYR5_SCALE_Y": { + "Description": "scaling factors applied to simulated gyroscope (Y-axis)", + "DisplayName": "Gyro 5 scaling factor", + "User": "Advanced" + }, + "SIM_GYR5_SCALE_Z": { + "Description": "scaling factors applied to simulated gyroscope (Z-axis)", + "DisplayName": "Gyro 5 scaling factor", + "User": "Advanced" + }, + "SIM_GYRO_FAIL_MSK": { + "Description": "Determines if the gyro reading updates are stopped when for an IMU simulated failure by ACCELx_FAIL params", + "DisplayName": "Gyro Failure Mask", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Readings stopped" + } + }, + "SIM_IMU_COUNT": { + "Description": "Number of simulated IMUs to create", + "DisplayName": "IMU count" + }, + "SIM_IMU_POS_X": { + "Description": "XYZ position of the IMU accelerometer relative to the body frame origin (X-axis)", + "DisplayName": "IMU Offsets", + "Units": "m" + }, + "SIM_IMU_POS_Y": { + "Description": "XYZ position of the IMU accelerometer relative to the body frame origin (Y-axis)", + "DisplayName": "IMU Offsets", + "Units": "m" + }, + "SIM_IMU_POS_Z": { + "Description": "XYZ position of the IMU accelerometer relative to the body frame origin (Z-axis)", + "DisplayName": "IMU Offsets", + "Units": "m" + }, + "SIM_INIT_ALT_OFS": { + "Description": "GPS initial alt offset from origin", + "DisplayName": "Initial Altitude Offset" + }, + "SIM_INIT_LAT_OFS": { + "Description": "GPS initial lat offset from origin", + "DisplayName": "Initial Latitude Offset" + }, + "SIM_INIT_LON_OFS": { + "Description": "GPS initial lon offset from origin", + "DisplayName": "Initial Longitude Offset" + }, + "SIM_JSON_MASTER": { + "Description": "the instance number to take servos from", + "DisplayName": "JSON master instance" + }, + "SIM_MAG1_DEVID": { + "Description": "Device ID of simulated compass 1", + "DisplayName": "MAG1 Device ID", + "User": "Advanced" + }, + "SIM_MAG1_FAIL": { + "Description": "Simulated failure of MAG1", + "DisplayName": "MAG1 Failure", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "MAG1 Failure" + } + }, + "SIM_MAG2_FAIL": { + "Description": "Simulated failure of MAG2", + "DisplayName": "MAG2 Failure", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "MAG2 Failure" + } + }, + "SIM_MAG3_FAIL": { + "Description": "Simulated failure of MAG3", + "DisplayName": "MAG3 Failure", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "MAG3 Failure" + } + }, + "SIM_MAG_SAVE_IDS": { + "Description": "This forces saving of compass devids on startup so that simulated compasses start as calibrated", + "DisplayName": "Save MAG devids on startup", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "SIM_OH_MASK": { + "Description": "channels which are passed through to actual hardware when running sim on actual hardware", + "DisplayName": "SIM-on_hardware Output Enable Mask" + }, + "SIM_OH_RELAY_MSK": { + "Description": "Allow relay output operation when running SIM-on-hardware", + "DisplayName": "SIM-on_hardware Relay Enable Mask" + }, + "SIM_OPOS_ALT": { + "Description": "Specifies vehicle's startup altitude (AMSL)", + "DisplayName": "Original Position (Altitude)", + "User": "Advanced" + }, + "SIM_OPOS_HDG": { + "Description": "Specifies vehicle's startup heading (0-360)", + "DisplayName": "Original Position (Heading)", + "User": "Advanced" + }, + "SIM_OPOS_LAT": { + "Description": "Specifies vehicle's startup latitude", + "DisplayName": "Original Position (Latitude)", + "User": "Advanced" + }, + "SIM_OPOS_LNG": { + "Description": "Specifies vehicle's startup longitude", + "DisplayName": "Original Position (Longitude)", + "User": "Advanced" + }, + "SIM_RC_FAIL": { + "Description": "Allows you to emulate rc failures in sim", + "DisplayName": "Simulated RC signal failure", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "No RC pusles", + "2": "All Channels neutral except Throttle is 950us" + } + }, + "SIM_SAIL_TYPE": { + "Description": "0: mainsail with sheet, 1: directly actuated wing", + "DisplayName": "Sailboat simulation sail type" + }, + "SIM_SPEEDUP": { + "Description": "Runs the simulation at multiples of normal speed. Do not use if realtime physics, like RealFlight, is being used", + "DisplayName": "Sim Speedup", + "Range": { + "high": "10", + "low": "1" + }, + "User": "Advanced " + }, + "SIM_UART_LOSS": { + "Description": "Sets percentage of outgoing byte loss on UARTs", + "DisplayName": "UART byte loss percentage", + "Units": "%", + "User": "Advanced" + }, + "SIM_WIND_DIR": { + "Description": "Allows you to set wind direction (true deg) in sim", + "DisplayName": "Simulated Wind direction", + "Units": "deg", + "User": "Advanced" + }, + "SIM_WIND_SPD": { + "Description": "Allows you to emulate wind in sim", + "DisplayName": "Simulated Wind speed", + "Units": "m/s", + "User": "Advanced" + }, + "SIM_WIND_TURB": { + "Description": "Allows you to emulate random wind variations in sim", + "DisplayName": "Simulated Wind variation", + "Units": "m/s", + "User": "Advanced" + }, + "SIM_WIND_T_": { + "Description": "Selects how wind varies from surface to WIND_T_ALT", + "DisplayName": "Wind Profile Type", + "User": "Advanced ", + "Values": { + "0": "square law", + "1": "none", + "2": "linear-see WIND_T_COEF" + } + }, + "SIM_WIND_T_ALT": { + "Description": "Altitude at which wind reaches full strength, decaying from full strength as altitude lowers to ground level", + "DisplayName": "Full Wind Altitude", + "Units": "m", + "User": "Advanced" + }, + "SIM_WIND_T_COEF": { + "Description": "For linear wind profile,wind is reduced by (Altitude-WIND_T_ALT) x this value", + "DisplayName": "Linear Wind Curve Coeff", + "User": "Advanced" + }, + "SIM_WOW_PIN": { + "Description": "SITL set this simulated pin to true if vehicle is on ground", + "DisplayName": "Weight on Wheels Pin", + "User": "Advanced" + } + }, + "SIM_ARSPD2_": { + "SIM_ARSPD2_FAIL": { + "Description": "Simulates Airspeed sensor 1 failure", + "DisplayName": "Airspeed sensor failure", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "SIM_ARSPD2_FAILP": { + "Description": "Simulated airspeed sensor failure pressure", + "DisplayName": "Airspeed sensor failure pressure", + "Units": "Pa", + "User": "Advanced" + }, + "SIM_ARSPD2_PITOT": { + "Description": "Simulated airspeed sensor pitot tube failure pressure", + "DisplayName": "Airspeed pitot tube failure pressure", + "Units": "Pa", + "User": "Advanced" + }, + "SIM_ARSPD2_RATIO": { + "Description": "Simulated airspeed sensor ratio", + "DisplayName": "Airspeed ratios", + "User": "Advanced" + }, + "SIM_ARSPD2_SIGN": { + "Description": "Simulated airspeed sensor with reversed pitot/static connections", + "DisplayName": "Airspeed signflip", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + } + }, + "SIM_ARSPD_": { + "SIM_ARSPD_FAIL": { + "Description": "Simulates Airspeed sensor 1 failure", + "DisplayName": "Airspeed sensor failure", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "SIM_ARSPD_FAILP": { + "Description": "Simulated airspeed sensor failure pressure", + "DisplayName": "Airspeed sensor failure pressure", + "Units": "Pa", + "User": "Advanced" + }, + "SIM_ARSPD_PITOT": { + "Description": "Simulated airspeed sensor pitot tube failure pressure", + "DisplayName": "Airspeed pitot tube failure pressure", + "Units": "Pa", + "User": "Advanced" + }, + "SIM_ARSPD_RATIO": { + "Description": "Simulated airspeed sensor ratio", + "DisplayName": "Airspeed ratios", + "User": "Advanced" + }, + "SIM_ARSPD_SIGN": { + "Description": "Simulated airspeed sensor with reversed pitot/static connections", + "DisplayName": "Airspeed signflip", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + } + }, + "SIM_GRPE_": { + "SIM_GRPE_ENABLE": { + "Description": "Allows you to enable (1) or disable (0) the gripper servo simulation", + "DisplayName": "Gripper servo Sim enable/disable", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "SIM_GRPE_PIN": { + "Description": "The pin number that the gripper emp is connected to. (start at 1)", + "DisplayName": "Gripper emp pin", + "Range": { + "high": "15", + "low": "0" + }, + "User": "Advanced" + } + }, + "SIM_GRPS_": { + "SIM_GRPS_ENABLE": { + "Description": "Allows you to enable (1) or disable (0) the gripper servo simulation", + "DisplayName": "Gripper servo Sim enable/disable", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "SIM_GRPS_GRAB": { + "Description": "PWM value in microseconds sent to Gripper to initiate grabbing the cargo", + "DisplayName": "Gripper Grab PWM", + "Range": { + "high": "2000", + "low": "1000" + }, + "Units": "PWM", + "User": "Advanced" + }, + "SIM_GRPS_PIN": { + "Description": "The pin number that the gripper servo is connected to. (start at 1)", + "DisplayName": "Gripper servo pin", + "Range": { + "high": "15", + "low": "0" + }, + "User": "Advanced" + }, + "SIM_GRPS_RELEASE": { + "Description": "PWM value in microseconds sent to Gripper to release the cargo", + "DisplayName": "Gripper Release PWM", + "Range": { + "high": "2000", + "low": "1000" + }, + "Units": "PWM", + "User": "Advanced" + }, + "SIM_GRPS_REVERSE": { + "Description": "Reverse the closing direction.", + "DisplayName": "Gripper close direction", + "User": "Advanced", + "Values": { + "0": "Normal", + "1": "Reverse" + } + } + }, + "SIM_PLD_": { + "SIM_PLD_ALT_LIMIT": { + "Description": "Precland device maximum range altitude", + "DisplayName": "Precland device alt range", + "Range": { + "high": "100", + "low": "0" + }, + "Units": "m", + "User": "Advanced" + }, + "SIM_PLD_DIST_LIMIT": { + "Description": "Precland device maximum lateral range", + "DisplayName": "Precland device lateral range", + "Range": { + "high": "100", + "low": "5" + }, + "Units": "m", + "User": "Advanced" + }, + "SIM_PLD_ENABLE": { + "Description": "Allows you to enable (1) or disable (0) the Preland simulation", + "DisplayName": "Preland device Sim enable/disable", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "SIM_PLD_HEIGHT": { + "Description": "Precland device center's height above sealevel assume a 2x2m square as station base", + "DisplayName": "Precland device center's height above sealevel", + "Increment": "1", + "Range": { + "high": "10000", + "low": "0" + }, + "Units": "cm", + "User": "Advanced" + }, + "SIM_PLD_LAT": { + "Description": "Precland device center's latitude", + "DisplayName": "Precland device center's latitude", + "Increment": "0.000001", + "Range": { + "high": "90", + "low": "-90" + }, + "Units": "deg", + "User": "Advanced" + }, + "SIM_PLD_LON": { + "Description": "Precland device center's longitude", + "DisplayName": "Precland device center's longitude", + "Increment": "0.000001", + "Range": { + "high": "180", + "low": "-180" + }, + "Units": "deg", + "User": "Advanced" + }, + "SIM_PLD_OPTIONS": { + "Bitmask": { + "0": "Enable target distance" + }, + "Description": "SIM_Precland extra options", + "DisplayName": "SIM_Precland extra options", + "User": "Advanced" + }, + "SIM_PLD_ORIENT": { + "Description": "Precland device orientation vector", + "DisplayName": "Precland device orientation", + "User": "Advanced", + "Values": { + "0": "Front", + "24": "Up", + "4": "Back" + } + }, + "SIM_PLD_RATE": { + "Description": "Precland device rate. e.g led patter refresh rate, RF message rate, etc.", + "DisplayName": "Precland device update rate", + "Range": { + "high": "200", + "low": "0" + }, + "Units": "Hz", + "User": "Advanced" + }, + "SIM_PLD_TYPE": { + "Description": "Precland device radiance type: it can be a cylinder, a cone, or a sphere.", + "DisplayName": "Precland device radiance type", + "User": "Advanced", + "Values": { + "0": "cylinder", + "1": "cone", + "2": "sphere" + } + }, + "SIM_PLD_YAW": { + "Description": "Precland device systems rotation from north", + "DisplayName": "Precland device systems rotation from north", + "Increment": "1", + "Range": { + "high": "+180", + "low": "-180" + }, + "Units": "deg", + "User": "Advanced" + } + }, + "SIM_SPR_": { + "SIM_SPR_ENABLE": { + "Description": "Allows you to enable (1) or disable (0) the Sprayer simulation", + "DisplayName": "Sprayer Sim enable/disable", + "User": "Advanced", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "SIM_SPR_PUMP": { + "Description": "The pin number that the Sprayer pump is connected to. (start at 1)", + "DisplayName": "Sprayer pump pin", + "Range": { + "high": "15", + "low": "0" + }, + "User": "Advanced" + }, + "SIM_SPR_SPIN": { + "Description": "The pin number that the Sprayer spinner servo is connected to. (start at 1)", + "DisplayName": "Sprayer spinner servo pin", + "Range": { + "high": "15", + "low": "0" + }, + "User": "Advanced" + } + }, + "SPRAY_": { + "SPRAY_ENABLE": { + "Description": "Allows you to enable (1) or disable (0) the sprayer", + "DisplayName": "Sprayer enable/disable", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "SPRAY_PUMP_MIN": { + "Description": "Minimum pump speed expressed as a percentage", + "DisplayName": "Pump speed minimum", + "Range": { + "high": "100", + "low": "0" + }, + "Units": "%", + "User": "Standard" + }, + "SPRAY_PUMP_RATE": { + "Description": "Desired pump speed when travelling 1m/s expressed as a percentage", + "DisplayName": "Pump speed", + "Range": { + "high": "100", + "low": "0" + }, + "Units": "%", + "User": "Standard" + }, + "SPRAY_SPEED_MIN": { + "Description": "Speed minimum at which we will begin spraying", + "DisplayName": "Speed minimum", + "Range": { + "high": "1000", + "low": "0" + }, + "Units": "cm/s", + "User": "Standard" + }, + "SPRAY_SPINNER": { + "Description": "Spinner's rotation speed in PWM (a higher rate will disperse the spray over a wider area horizontally)", + "DisplayName": "Spinner rotation speed", + "Range": { + "high": "2000", + "low": "1000" + }, + "Units": "ms", + "User": "Standard" + } + }, + "SR0_": { + "SR0_ADSB": { + "Description": "MAVLink ADSB (AIS) stream rate", + "DisplayName": "ADSB stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR0_EXTRA1": { + "Description": "MAVLink Stream rate of ATTITUDE, SIMSTATE (SIM only), AHRS2 and PID_TUNING", + "DisplayName": "Extra data type 1 stream rate to ground station", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR0_EXTRA2": { + "Description": "MAVLink Stream rate of VFR_HUD", + "DisplayName": "Extra data type 2 stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR0_EXTRA3": { + "Description": "MAVLink Stream rate of AHRS, SYSTEM_TIME, WIND, RANGEFINDER, DISTANCE_SENSOR, BATTERY2, BATTERY_STATUS, GIMBAL_DEVICE_ATTITUDE_STATUS, OPTICAL_FLOW, MAG_CAL_REPORT, MAG_CAL_PROGRESS, EKF_STATUS_REPORT, VIBRATION, RPM, ESC TELEMETRY, and WHEEL_DISTANCE", + "DisplayName": "Extra data type 3 stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR0_EXT_STAT": { + "Description": "MAVLink Stream rate of SYS_STATUS, POWER_STATUS, MCU_STATUS, MEMINFO, CURRENT_WAYPOINT, GPS_RAW_INT, GPS_RTK (if available), GPS2_RAW_INT (if available), GPS2_RTK (if available), NAV_CONTROLLER_OUTPUT, FENCE_STATUS, and GLOBAL_TARGET_POS_INT", + "DisplayName": "Extended status stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR0_PARAMS": { + "Description": "MAVLink Stream rate of PARAM_VALUE", + "DisplayName": "Parameter stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR0_POSITION": { + "Description": "MAVLink Stream rate of GLOBAL_POSITION_INT and LOCAL_POSITION_NED", + "DisplayName": "Position stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR0_RAW_CTRL": { + "Description": "MAVLink Raw Control stream rate of SERVO_OUT", + "DisplayName": "Raw Control stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR0_RAW_SENS": { + "Description": "MAVLink Stream rate of RAW_IMU, SCALED_IMU2, SCALED_IMU3, SCALED_PRESSURE, SCALED_PRESSURE2, and SCALED_PRESSURE3", + "DisplayName": "Raw sensor stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR0_RC_CHAN": { + "Description": "MAVLink Stream rate of SERVO_OUTPUT_RAW and RC_CHANNELS", + "DisplayName": "RC Channel stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + } + }, + "SR1_": { + "SR1_ADSB": { + "Description": "MAVLink ADSB (AIS) stream rate", + "DisplayName": "ADSB stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR1_EXTRA1": { + "Description": "MAVLink Stream rate of ATTITUDE, SIMSTATE (SIM only), AHRS2 and PID_TUNING", + "DisplayName": "Extra data type 1 stream rate to ground station", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR1_EXTRA2": { + "Description": "MAVLink Stream rate of VFR_HUD", + "DisplayName": "Extra data type 2 stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR1_EXTRA3": { + "Description": "MAVLink Stream rate of AHRS, SYSTEM_TIME, WIND, RANGEFINDER, DISTANCE_SENSOR, BATTERY2, BATTERY_STATUS, GIMBAL_DEVICE_ATTITUDE_STATUS, OPTICAL_FLOW, MAG_CAL_REPORT, MAG_CAL_PROGRESS, EKF_STATUS_REPORT, VIBRATION, RPM, ESC TELEMETRY, and WHEEL_DISTANCE", + "DisplayName": "Extra data type 3 stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR1_EXT_STAT": { + "Description": "MAVLink Stream rate of SYS_STATUS, POWER_STATUS, MCU_STATUS, MEMINFO, CURRENT_WAYPOINT, GPS_RAW_INT, GPS_RTK (if available), GPS2_RAW_INT (if available), GPS2_RTK (if available), NAV_CONTROLLER_OUTPUT, FENCE_STATUS, and GLOBAL_TARGET_POS_INT", + "DisplayName": "Extended status stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR1_PARAMS": { + "Description": "MAVLink Stream rate of PARAM_VALUE", + "DisplayName": "Parameter stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR1_POSITION": { + "Description": "MAVLink Stream rate of GLOBAL_POSITION_INT and LOCAL_POSITION_NED", + "DisplayName": "Position stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR1_RAW_CTRL": { + "Description": "MAVLink Raw Control stream rate of SERVO_OUT", + "DisplayName": "Raw Control stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR1_RAW_SENS": { + "Description": "MAVLink Stream rate of RAW_IMU, SCALED_IMU2, SCALED_IMU3, SCALED_PRESSURE, SCALED_PRESSURE2, and SCALED_PRESSURE3", + "DisplayName": "Raw sensor stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR1_RC_CHAN": { + "Description": "MAVLink Stream rate of SERVO_OUTPUT_RAW and RC_CHANNELS", + "DisplayName": "RC Channel stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + } + }, + "SR2_": { + "SR2_ADSB": { + "Description": "MAVLink ADSB (AIS) stream rate", + "DisplayName": "ADSB stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR2_EXTRA1": { + "Description": "MAVLink Stream rate of ATTITUDE, SIMSTATE (SIM only), AHRS2 and PID_TUNING", + "DisplayName": "Extra data type 1 stream rate to ground station", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR2_EXTRA2": { + "Description": "MAVLink Stream rate of VFR_HUD", + "DisplayName": "Extra data type 2 stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR2_EXTRA3": { + "Description": "MAVLink Stream rate of AHRS, SYSTEM_TIME, WIND, RANGEFINDER, DISTANCE_SENSOR, BATTERY2, BATTERY_STATUS, GIMBAL_DEVICE_ATTITUDE_STATUS, OPTICAL_FLOW, MAG_CAL_REPORT, MAG_CAL_PROGRESS, EKF_STATUS_REPORT, VIBRATION, RPM, ESC TELEMETRY, and WHEEL_DISTANCE", + "DisplayName": "Extra data type 3 stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR2_EXT_STAT": { + "Description": "MAVLink Stream rate of SYS_STATUS, POWER_STATUS, MCU_STATUS, MEMINFO, CURRENT_WAYPOINT, GPS_RAW_INT, GPS_RTK (if available), GPS2_RAW_INT (if available), GPS2_RTK (if available), NAV_CONTROLLER_OUTPUT, FENCE_STATUS, and GLOBAL_TARGET_POS_INT", + "DisplayName": "Extended status stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR2_PARAMS": { + "Description": "MAVLink Stream rate of PARAM_VALUE", + "DisplayName": "Parameter stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR2_POSITION": { + "Description": "MAVLink Stream rate of GLOBAL_POSITION_INT and LOCAL_POSITION_NED", + "DisplayName": "Position stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR2_RAW_CTRL": { + "Description": "MAVLink Raw Control stream rate of SERVO_OUT", + "DisplayName": "Raw Control stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR2_RAW_SENS": { + "Description": "MAVLink Stream rate of RAW_IMU, SCALED_IMU2, SCALED_IMU3, SCALED_PRESSURE, SCALED_PRESSURE2, and SCALED_PRESSURE3", + "DisplayName": "Raw sensor stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR2_RC_CHAN": { + "Description": "MAVLink Stream rate of SERVO_OUTPUT_RAW and RC_CHANNELS", + "DisplayName": "RC Channel stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + } + }, + "SR3_": { + "SR3_ADSB": { + "Description": "MAVLink ADSB (AIS) stream rate", + "DisplayName": "ADSB stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR3_EXTRA1": { + "Description": "MAVLink Stream rate of ATTITUDE, SIMSTATE (SIM only), AHRS2 and PID_TUNING", + "DisplayName": "Extra data type 1 stream rate to ground station", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR3_EXTRA2": { + "Description": "MAVLink Stream rate of VFR_HUD", + "DisplayName": "Extra data type 2 stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR3_EXTRA3": { + "Description": "MAVLink Stream rate of AHRS, SYSTEM_TIME, WIND, RANGEFINDER, DISTANCE_SENSOR, BATTERY2, BATTERY_STATUS, GIMBAL_DEVICE_ATTITUDE_STATUS, OPTICAL_FLOW, MAG_CAL_REPORT, MAG_CAL_PROGRESS, EKF_STATUS_REPORT, VIBRATION, RPM, ESC TELEMETRY, and WHEEL_DISTANCE", + "DisplayName": "Extra data type 3 stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR3_EXT_STAT": { + "Description": "MAVLink Stream rate of SYS_STATUS, POWER_STATUS, MCU_STATUS, MEMINFO, CURRENT_WAYPOINT, GPS_RAW_INT, GPS_RTK (if available), GPS2_RAW_INT (if available), GPS2_RTK (if available), NAV_CONTROLLER_OUTPUT, FENCE_STATUS, and GLOBAL_TARGET_POS_INT", + "DisplayName": "Extended status stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR3_PARAMS": { + "Description": "MAVLink Stream rate of PARAM_VALUE", + "DisplayName": "Parameter stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR3_POSITION": { + "Description": "MAVLink Stream rate of GLOBAL_POSITION_INT and LOCAL_POSITION_NED", + "DisplayName": "Position stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR3_RAW_CTRL": { + "Description": "MAVLink Raw Control stream rate of SERVO_OUT", + "DisplayName": "Raw Control stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR3_RAW_SENS": { + "Description": "MAVLink Stream rate of RAW_IMU, SCALED_IMU2, SCALED_IMU3, SCALED_PRESSURE, SCALED_PRESSURE2, and SCALED_PRESSURE3", + "DisplayName": "Raw sensor stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR3_RC_CHAN": { + "Description": "MAVLink Stream rate of SERVO_OUTPUT_RAW and RC_CHANNELS", + "DisplayName": "RC Channel stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + } + }, + "SR4_": { + "SR4_ADSB": { + "Description": "MAVLink ADSB (AIS) stream rate", + "DisplayName": "ADSB stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR4_EXTRA1": { + "Description": "MAVLink Stream rate of ATTITUDE, SIMSTATE (SIM only), AHRS2 and PID_TUNING", + "DisplayName": "Extra data type 1 stream rate to ground station", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR4_EXTRA2": { + "Description": "MAVLink Stream rate of VFR_HUD", + "DisplayName": "Extra data type 2 stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR4_EXTRA3": { + "Description": "MAVLink Stream rate of AHRS, SYSTEM_TIME, WIND, RANGEFINDER, DISTANCE_SENSOR, BATTERY2, BATTERY_STATUS, GIMBAL_DEVICE_ATTITUDE_STATUS, OPTICAL_FLOW, MAG_CAL_REPORT, MAG_CAL_PROGRESS, EKF_STATUS_REPORT, VIBRATION, RPM, ESC TELEMETRY, and WHEEL_DISTANCE", + "DisplayName": "Extra data type 3 stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR4_EXT_STAT": { + "Description": "MAVLink Stream rate of SYS_STATUS, POWER_STATUS, MCU_STATUS, MEMINFO, CURRENT_WAYPOINT, GPS_RAW_INT, GPS_RTK (if available), GPS2_RAW_INT (if available), GPS2_RTK (if available), NAV_CONTROLLER_OUTPUT, FENCE_STATUS, and GLOBAL_TARGET_POS_INT", + "DisplayName": "Extended status stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR4_PARAMS": { + "Description": "MAVLink Stream rate of PARAM_VALUE", + "DisplayName": "Parameter stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR4_POSITION": { + "Description": "MAVLink Stream rate of GLOBAL_POSITION_INT and LOCAL_POSITION_NED", + "DisplayName": "Position stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR4_RAW_CTRL": { + "Description": "MAVLink Raw Control stream rate of SERVO_OUT", + "DisplayName": "Raw Control stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR4_RAW_SENS": { + "Description": "MAVLink Stream rate of RAW_IMU, SCALED_IMU2, SCALED_IMU3, SCALED_PRESSURE, SCALED_PRESSURE2, and SCALED_PRESSURE3", + "DisplayName": "Raw sensor stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR4_RC_CHAN": { + "Description": "MAVLink Stream rate of SERVO_OUTPUT_RAW and RC_CHANNELS", + "DisplayName": "RC Channel stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + } + }, + "SR5_": { + "SR5_ADSB": { + "Description": "MAVLink ADSB (AIS) stream rate", + "DisplayName": "ADSB stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR5_EXTRA1": { + "Description": "MAVLink Stream rate of ATTITUDE, SIMSTATE (SIM only), AHRS2 and PID_TUNING", + "DisplayName": "Extra data type 1 stream rate to ground station", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR5_EXTRA2": { + "Description": "MAVLink Stream rate of VFR_HUD", + "DisplayName": "Extra data type 2 stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR5_EXTRA3": { + "Description": "MAVLink Stream rate of AHRS, SYSTEM_TIME, WIND, RANGEFINDER, DISTANCE_SENSOR, BATTERY2, BATTERY_STATUS, GIMBAL_DEVICE_ATTITUDE_STATUS, OPTICAL_FLOW, MAG_CAL_REPORT, MAG_CAL_PROGRESS, EKF_STATUS_REPORT, VIBRATION, RPM, ESC TELEMETRY, and WHEEL_DISTANCE", + "DisplayName": "Extra data type 3 stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR5_EXT_STAT": { + "Description": "MAVLink Stream rate of SYS_STATUS, POWER_STATUS, MCU_STATUS, MEMINFO, CURRENT_WAYPOINT, GPS_RAW_INT, GPS_RTK (if available), GPS2_RAW_INT (if available), GPS2_RTK (if available), NAV_CONTROLLER_OUTPUT, FENCE_STATUS, and GLOBAL_TARGET_POS_INT", + "DisplayName": "Extended status stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR5_PARAMS": { + "Description": "MAVLink Stream rate of PARAM_VALUE", + "DisplayName": "Parameter stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR5_POSITION": { + "Description": "MAVLink Stream rate of GLOBAL_POSITION_INT and LOCAL_POSITION_NED", + "DisplayName": "Position stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR5_RAW_CTRL": { + "Description": "MAVLink Raw Control stream rate of SERVO_OUT", + "DisplayName": "Raw Control stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR5_RAW_SENS": { + "Description": "MAVLink Stream rate of RAW_IMU, SCALED_IMU2, SCALED_IMU3, SCALED_PRESSURE, SCALED_PRESSURE2, and SCALED_PRESSURE3", + "DisplayName": "Raw sensor stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR5_RC_CHAN": { + "Description": "MAVLink Stream rate of SERVO_OUTPUT_RAW and RC_CHANNELS", + "DisplayName": "RC Channel stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + } + }, + "SR6_": { + "SR6_ADSB": { + "Description": "MAVLink ADSB (AIS) stream rate", + "DisplayName": "ADSB stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR6_EXTRA1": { + "Description": "MAVLink Stream rate of ATTITUDE, SIMSTATE (SIM only), AHRS2 and PID_TUNING", + "DisplayName": "Extra data type 1 stream rate to ground station", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR6_EXTRA2": { + "Description": "MAVLink Stream rate of VFR_HUD", + "DisplayName": "Extra data type 2 stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR6_EXTRA3": { + "Description": "MAVLink Stream rate of AHRS, SYSTEM_TIME, WIND, RANGEFINDER, DISTANCE_SENSOR, BATTERY2, BATTERY_STATUS, GIMBAL_DEVICE_ATTITUDE_STATUS, OPTICAL_FLOW, MAG_CAL_REPORT, MAG_CAL_PROGRESS, EKF_STATUS_REPORT, VIBRATION, RPM, ESC TELEMETRY, and WHEEL_DISTANCE", + "DisplayName": "Extra data type 3 stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR6_EXT_STAT": { + "Description": "MAVLink Stream rate of SYS_STATUS, POWER_STATUS, MCU_STATUS, MEMINFO, CURRENT_WAYPOINT, GPS_RAW_INT, GPS_RTK (if available), GPS2_RAW_INT (if available), GPS2_RTK (if available), NAV_CONTROLLER_OUTPUT, FENCE_STATUS, and GLOBAL_TARGET_POS_INT", + "DisplayName": "Extended status stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR6_PARAMS": { + "Description": "MAVLink Stream rate of PARAM_VALUE", + "DisplayName": "Parameter stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR6_POSITION": { + "Description": "MAVLink Stream rate of GLOBAL_POSITION_INT and LOCAL_POSITION_NED", + "DisplayName": "Position stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR6_RAW_CTRL": { + "Description": "MAVLink Raw Control stream rate of SERVO_OUT", + "DisplayName": "Raw Control stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR6_RAW_SENS": { + "Description": "MAVLink Stream rate of RAW_IMU, SCALED_IMU2, SCALED_IMU3, SCALED_PRESSURE, SCALED_PRESSURE2, and SCALED_PRESSURE3", + "DisplayName": "Raw sensor stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + }, + "SR6_RC_CHAN": { + "Description": "MAVLink Stream rate of SERVO_OUTPUT_RAW and RC_CHANNELS", + "DisplayName": "RC Channel stream rate", + "Increment": "1", + "Range": { + "high": "50", + "low": "0" + }, + "RebootRequired": "True", + "Units": "Hz", + "User": "Advanced" + } + }, + "SRTL_": { + "SRTL_ACCURACY": { + "Description": "SmartRTL accuracy. The minimum distance between points.", + "DisplayName": "SmartRTL accuracy", + "Range": { + "high": "10", + "low": "0" + }, + "Units": "m", + "User": "Advanced" + }, + "SRTL_OPTIONS": { + "Bitmask": { + "2": "Ignore pilot yaw" + }, + "Description": "Bitmask of SmartRTL options.", + "DisplayName": "SmartRTL options", + "User": "Standard" + }, + "SRTL_POINTS": { + "Description": "SmartRTL maximum number of points on path. Set to 0 to disable SmartRTL. 100 points consumes about 3k of memory.", + "DisplayName": "SmartRTL maximum number of points on path", + "Range": { + "high": "500", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + } + }, + "STAT": { + "STAT_BOOTCNT": { + "Description": "Number of times board has been booted", + "DisplayName": "Boot Count", + "ReadOnly": "True", + "User": "Standard" + }, + "STAT_FLTTIME": { + "Description": "Total FlightTime (seconds)", + "DisplayName": "Total FlightTime", + "ReadOnly": "True", + "Units": "s", + "User": "Standard" + }, + "STAT_RESET": { + "Description": "Seconds since January 1st 2016 (Unix epoch+1451606400) since statistics reset (set to 0 to reset statistics)", + "DisplayName": "Statistics Reset Time", + "ReadOnly": "True", + "Units": "s", + "User": "Standard" + }, + "STAT_RUNTIME": { + "Description": "Total time autopilot has run", + "DisplayName": "Total RunTime", + "ReadOnly": "True", + "Units": "s", + "User": "Standard" + } + }, + "TEMP": { + "TEMP_LOG": { + "Description": "Enables temperature sensor logging", + "DisplayName": "Logging", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + } + }, + "TEMP1_": { + "TEMP1_A0": { + "Description": "a0 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4", + "DisplayName": "Temperature sensor analog 0th polynomial coefficient" + }, + "TEMP1_A1": { + "Description": "a1 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4", + "DisplayName": "Temperature sensor analog 1st polynomial coefficient" + }, + "TEMP1_A2": { + "Description": "a2 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4", + "DisplayName": "Temperature sensor analog 2nd polynomial coefficient" + }, + "TEMP1_A3": { + "Description": "a3 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4", + "DisplayName": "Temperature sensor analog 3rd polynomial coefficient" + }, + "TEMP1_A4": { + "Description": "a4 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4", + "DisplayName": "Temperature sensor analog 4th polynomial coefficient" + }, + "TEMP1_ADDR": { + "Description": "Temperature sensor address, typically used for I2C address", + "DisplayName": "Temperature sensor address", + "Range": { + "high": "127", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "TEMP1_BUS": { + "Description": "Temperature sensor bus number, typically used to select from multiple I2C buses", + "DisplayName": "Temperature sensor bus", + "Range": { + "high": "3", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "TEMP1_PIN": { + "Description": "Sets the analog input pin that should be used for temprature monitoring.", + "DisplayName": "Temperature sensor analog voltage sensing pin", + "User": "Standard", + "Values": { + "-1": "Disabled", + "100": "PX4-v1", + "13": "Pixhawk2_PM2/CubeOrange_PM2", + "14": "CubeOrange", + "16": "Durandal", + "2": "Pixhawk/Pixracer/Navio2/Pixhawk2_PM1", + "5": "Navigator" + } + }, + "TEMP1_SRC": { + "Description": "Sensor Source is used to designate which device's temperature report will be replaced by this temperature sensor's data. If 0 (None) then the data is only available via log. In the future a new Motor temperature report will be created for returning data directly.", + "DisplayName": "Sensor Source", + "User": "Standard", + "Values": { + "0": "None", + "1": "ESC", + "2": "Motor(not implemented yet)", + "3": "Battery Index", + "4": "Battery ID/SerialNumber", + "5": "CAN based Pitot tube" + } + }, + "TEMP1_SRC_ID": { + "Description": "Sensor Source Identification is used to replace a specific instance of a system component's temperature report with the temp sensor's. Examples: TEMP_SRC = 1 (ESC), TEMP_SRC_ID = 1 will set the temp of ESC1. TEMP_SRC = 3 (BatteryIndex),TEMP_SRC_ID = 2 will set the temp of BATT2. TEMP_SRC = 4 (BatteryId/SerialNum),TEMP_SRC_ID=42 will set the temp of all batteries that have param BATTn_SERIAL = 42.", + "DisplayName": "Sensor Source Identification" + }, + "TEMP1_TYPE": { + "Description": "Enables temperature sensors", + "DisplayName": "Temperature Sensor Type", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "TSYS01", + "2": "MCP9600", + "3": "MAX31865", + "4": "TSYS03", + "5": "Analog" + } + } + }, + "TEMP2_": { + "TEMP2_A0": { + "Description": "a0 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4", + "DisplayName": "Temperature sensor analog 0th polynomial coefficient" + }, + "TEMP2_A1": { + "Description": "a1 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4", + "DisplayName": "Temperature sensor analog 1st polynomial coefficient" + }, + "TEMP2_A2": { + "Description": "a2 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4", + "DisplayName": "Temperature sensor analog 2nd polynomial coefficient" + }, + "TEMP2_A3": { + "Description": "a3 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4", + "DisplayName": "Temperature sensor analog 3rd polynomial coefficient" + }, + "TEMP2_A4": { + "Description": "a4 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4", + "DisplayName": "Temperature sensor analog 4th polynomial coefficient" + }, + "TEMP2_ADDR": { + "Description": "Temperature sensor address, typically used for I2C address", + "DisplayName": "Temperature sensor address", + "Range": { + "high": "127", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "TEMP2_BUS": { + "Description": "Temperature sensor bus number, typically used to select from multiple I2C buses", + "DisplayName": "Temperature sensor bus", + "Range": { + "high": "3", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "TEMP2_PIN": { + "Description": "Sets the analog input pin that should be used for temprature monitoring.", + "DisplayName": "Temperature sensor analog voltage sensing pin", + "User": "Standard", + "Values": { + "-1": "Disabled", + "100": "PX4-v1", + "13": "Pixhawk2_PM2/CubeOrange_PM2", + "14": "CubeOrange", + "16": "Durandal", + "2": "Pixhawk/Pixracer/Navio2/Pixhawk2_PM1", + "5": "Navigator" + } + }, + "TEMP2_SRC": { + "Description": "Sensor Source is used to designate which device's temperature report will be replaced by this temperature sensor's data. If 0 (None) then the data is only available via log. In the future a new Motor temperature report will be created for returning data directly.", + "DisplayName": "Sensor Source", + "User": "Standard", + "Values": { + "0": "None", + "1": "ESC", + "2": "Motor(not implemented yet)", + "3": "Battery Index", + "4": "Battery ID/SerialNumber", + "5": "CAN based Pitot tube" + } + }, + "TEMP2_SRC_ID": { + "Description": "Sensor Source Identification is used to replace a specific instance of a system component's temperature report with the temp sensor's. Examples: TEMP_SRC = 1 (ESC), TEMP_SRC_ID = 1 will set the temp of ESC1. TEMP_SRC = 3 (BatteryIndex),TEMP_SRC_ID = 2 will set the temp of BATT2. TEMP_SRC = 4 (BatteryId/SerialNum),TEMP_SRC_ID=42 will set the temp of all batteries that have param BATTn_SERIAL = 42.", + "DisplayName": "Sensor Source Identification" + }, + "TEMP2_TYPE": { + "Description": "Enables temperature sensors", + "DisplayName": "Temperature Sensor Type", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "TSYS01", + "2": "MCP9600", + "3": "MAX31865", + "4": "TSYS03", + "5": "Analog" + } + } + }, + "TEMP3_": { + "TEMP3_A0": { + "Description": "a0 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4", + "DisplayName": "Temperature sensor analog 0th polynomial coefficient" + }, + "TEMP3_A1": { + "Description": "a1 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4", + "DisplayName": "Temperature sensor analog 1st polynomial coefficient" + }, + "TEMP3_A2": { + "Description": "a2 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4", + "DisplayName": "Temperature sensor analog 2nd polynomial coefficient" + }, + "TEMP3_A3": { + "Description": "a3 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4", + "DisplayName": "Temperature sensor analog 3rd polynomial coefficient" + }, + "TEMP3_A4": { + "Description": "a4 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4", + "DisplayName": "Temperature sensor analog 4th polynomial coefficient" + }, + "TEMP3_ADDR": { + "Description": "Temperature sensor address, typically used for I2C address", + "DisplayName": "Temperature sensor address", + "Range": { + "high": "127", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "TEMP3_BUS": { + "Description": "Temperature sensor bus number, typically used to select from multiple I2C buses", + "DisplayName": "Temperature sensor bus", + "Range": { + "high": "3", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "TEMP3_PIN": { + "Description": "Sets the analog input pin that should be used for temprature monitoring.", + "DisplayName": "Temperature sensor analog voltage sensing pin", + "User": "Standard", + "Values": { + "-1": "Disabled", + "100": "PX4-v1", + "13": "Pixhawk2_PM2/CubeOrange_PM2", + "14": "CubeOrange", + "16": "Durandal", + "2": "Pixhawk/Pixracer/Navio2/Pixhawk2_PM1", + "5": "Navigator" + } + }, + "TEMP3_SRC": { + "Description": "Sensor Source is used to designate which device's temperature report will be replaced by this temperature sensor's data. If 0 (None) then the data is only available via log. In the future a new Motor temperature report will be created for returning data directly.", + "DisplayName": "Sensor Source", + "User": "Standard", + "Values": { + "0": "None", + "1": "ESC", + "2": "Motor(not implemented yet)", + "3": "Battery Index", + "4": "Battery ID/SerialNumber", + "5": "CAN based Pitot tube" + } + }, + "TEMP3_SRC_ID": { + "Description": "Sensor Source Identification is used to replace a specific instance of a system component's temperature report with the temp sensor's. Examples: TEMP_SRC = 1 (ESC), TEMP_SRC_ID = 1 will set the temp of ESC1. TEMP_SRC = 3 (BatteryIndex),TEMP_SRC_ID = 2 will set the temp of BATT2. TEMP_SRC = 4 (BatteryId/SerialNum),TEMP_SRC_ID=42 will set the temp of all batteries that have param BATTn_SERIAL = 42.", + "DisplayName": "Sensor Source Identification" + }, + "TEMP3_TYPE": { + "Description": "Enables temperature sensors", + "DisplayName": "Temperature Sensor Type", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "TSYS01", + "2": "MCP9600", + "3": "MAX31865", + "4": "TSYS03", + "5": "Analog" + } + } + }, + "TEMP4_": { + "TEMP4_A0": { + "Description": "a0 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4", + "DisplayName": "Temperature sensor analog 0th polynomial coefficient" + }, + "TEMP4_A1": { + "Description": "a1 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4", + "DisplayName": "Temperature sensor analog 1st polynomial coefficient" + }, + "TEMP4_A2": { + "Description": "a2 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4", + "DisplayName": "Temperature sensor analog 2nd polynomial coefficient" + }, + "TEMP4_A3": { + "Description": "a3 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4", + "DisplayName": "Temperature sensor analog 3rd polynomial coefficient" + }, + "TEMP4_A4": { + "Description": "a4 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4", + "DisplayName": "Temperature sensor analog 4th polynomial coefficient" + }, + "TEMP4_ADDR": { + "Description": "Temperature sensor address, typically used for I2C address", + "DisplayName": "Temperature sensor address", + "Range": { + "high": "127", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "TEMP4_BUS": { + "Description": "Temperature sensor bus number, typically used to select from multiple I2C buses", + "DisplayName": "Temperature sensor bus", + "Range": { + "high": "3", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "TEMP4_PIN": { + "Description": "Sets the analog input pin that should be used for temprature monitoring.", + "DisplayName": "Temperature sensor analog voltage sensing pin", + "User": "Standard", + "Values": { + "-1": "Disabled", + "100": "PX4-v1", + "13": "Pixhawk2_PM2/CubeOrange_PM2", + "14": "CubeOrange", + "16": "Durandal", + "2": "Pixhawk/Pixracer/Navio2/Pixhawk2_PM1", + "5": "Navigator" + } + }, + "TEMP4_SRC": { + "Description": "Sensor Source is used to designate which device's temperature report will be replaced by this temperature sensor's data. If 0 (None) then the data is only available via log. In the future a new Motor temperature report will be created for returning data directly.", + "DisplayName": "Sensor Source", + "User": "Standard", + "Values": { + "0": "None", + "1": "ESC", + "2": "Motor(not implemented yet)", + "3": "Battery Index", + "4": "Battery ID/SerialNumber", + "5": "CAN based Pitot tube" + } + }, + "TEMP4_SRC_ID": { + "Description": "Sensor Source Identification is used to replace a specific instance of a system component's temperature report with the temp sensor's. Examples: TEMP_SRC = 1 (ESC), TEMP_SRC_ID = 1 will set the temp of ESC1. TEMP_SRC = 3 (BatteryIndex),TEMP_SRC_ID = 2 will set the temp of BATT2. TEMP_SRC = 4 (BatteryId/SerialNum),TEMP_SRC_ID=42 will set the temp of all batteries that have param BATTn_SERIAL = 42.", + "DisplayName": "Sensor Source Identification" + }, + "TEMP4_TYPE": { + "Description": "Enables temperature sensors", + "DisplayName": "Temperature Sensor Type", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "TSYS01", + "2": "MCP9600", + "3": "MAX31865", + "4": "TSYS03", + "5": "Analog" + } + } + }, + "TEMP5_": { + "TEMP5_A0": { + "Description": "a0 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4", + "DisplayName": "Temperature sensor analog 0th polynomial coefficient" + }, + "TEMP5_A1": { + "Description": "a1 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4", + "DisplayName": "Temperature sensor analog 1st polynomial coefficient" + }, + "TEMP5_A2": { + "Description": "a2 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4", + "DisplayName": "Temperature sensor analog 2nd polynomial coefficient" + }, + "TEMP5_A3": { + "Description": "a3 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4", + "DisplayName": "Temperature sensor analog 3rd polynomial coefficient" + }, + "TEMP5_A4": { + "Description": "a4 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4", + "DisplayName": "Temperature sensor analog 4th polynomial coefficient" + }, + "TEMP5_ADDR": { + "Description": "Temperature sensor address, typically used for I2C address", + "DisplayName": "Temperature sensor address", + "Range": { + "high": "127", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "TEMP5_BUS": { + "Description": "Temperature sensor bus number, typically used to select from multiple I2C buses", + "DisplayName": "Temperature sensor bus", + "Range": { + "high": "3", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "TEMP5_PIN": { + "Description": "Sets the analog input pin that should be used for temprature monitoring.", + "DisplayName": "Temperature sensor analog voltage sensing pin", + "User": "Standard", + "Values": { + "-1": "Disabled", + "100": "PX4-v1", + "13": "Pixhawk2_PM2/CubeOrange_PM2", + "14": "CubeOrange", + "16": "Durandal", + "2": "Pixhawk/Pixracer/Navio2/Pixhawk2_PM1", + "5": "Navigator" + } + }, + "TEMP5_SRC": { + "Description": "Sensor Source is used to designate which device's temperature report will be replaced by this temperature sensor's data. If 0 (None) then the data is only available via log. In the future a new Motor temperature report will be created for returning data directly.", + "DisplayName": "Sensor Source", + "User": "Standard", + "Values": { + "0": "None", + "1": "ESC", + "2": "Motor(not implemented yet)", + "3": "Battery Index", + "4": "Battery ID/SerialNumber", + "5": "CAN based Pitot tube" + } + }, + "TEMP5_SRC_ID": { + "Description": "Sensor Source Identification is used to replace a specific instance of a system component's temperature report with the temp sensor's. Examples: TEMP_SRC = 1 (ESC), TEMP_SRC_ID = 1 will set the temp of ESC1. TEMP_SRC = 3 (BatteryIndex),TEMP_SRC_ID = 2 will set the temp of BATT2. TEMP_SRC = 4 (BatteryId/SerialNum),TEMP_SRC_ID=42 will set the temp of all batteries that have param BATTn_SERIAL = 42.", + "DisplayName": "Sensor Source Identification" + }, + "TEMP5_TYPE": { + "Description": "Enables temperature sensors", + "DisplayName": "Temperature Sensor Type", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "TSYS01", + "2": "MCP9600", + "3": "MAX31865", + "4": "TSYS03", + "5": "Analog" + } + } + }, + "TEMP6_": { + "TEMP6_A0": { + "Description": "a0 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4", + "DisplayName": "Temperature sensor analog 0th polynomial coefficient" + }, + "TEMP6_A1": { + "Description": "a1 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4", + "DisplayName": "Temperature sensor analog 1st polynomial coefficient" + }, + "TEMP6_A2": { + "Description": "a2 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4", + "DisplayName": "Temperature sensor analog 2nd polynomial coefficient" + }, + "TEMP6_A3": { + "Description": "a3 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4", + "DisplayName": "Temperature sensor analog 3rd polynomial coefficient" + }, + "TEMP6_A4": { + "Description": "a4 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4", + "DisplayName": "Temperature sensor analog 4th polynomial coefficient" + }, + "TEMP6_ADDR": { + "Description": "Temperature sensor address, typically used for I2C address", + "DisplayName": "Temperature sensor address", + "Range": { + "high": "127", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "TEMP6_BUS": { + "Description": "Temperature sensor bus number, typically used to select from multiple I2C buses", + "DisplayName": "Temperature sensor bus", + "Range": { + "high": "3", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "TEMP6_PIN": { + "Description": "Sets the analog input pin that should be used for temprature monitoring.", + "DisplayName": "Temperature sensor analog voltage sensing pin", + "User": "Standard", + "Values": { + "-1": "Disabled", + "100": "PX4-v1", + "13": "Pixhawk2_PM2/CubeOrange_PM2", + "14": "CubeOrange", + "16": "Durandal", + "2": "Pixhawk/Pixracer/Navio2/Pixhawk2_PM1", + "5": "Navigator" + } + }, + "TEMP6_SRC": { + "Description": "Sensor Source is used to designate which device's temperature report will be replaced by this temperature sensor's data. If 0 (None) then the data is only available via log. In the future a new Motor temperature report will be created for returning data directly.", + "DisplayName": "Sensor Source", + "User": "Standard", + "Values": { + "0": "None", + "1": "ESC", + "2": "Motor(not implemented yet)", + "3": "Battery Index", + "4": "Battery ID/SerialNumber", + "5": "CAN based Pitot tube" + } + }, + "TEMP6_SRC_ID": { + "Description": "Sensor Source Identification is used to replace a specific instance of a system component's temperature report with the temp sensor's. Examples: TEMP_SRC = 1 (ESC), TEMP_SRC_ID = 1 will set the temp of ESC1. TEMP_SRC = 3 (BatteryIndex),TEMP_SRC_ID = 2 will set the temp of BATT2. TEMP_SRC = 4 (BatteryId/SerialNum),TEMP_SRC_ID=42 will set the temp of all batteries that have param BATTn_SERIAL = 42.", + "DisplayName": "Sensor Source Identification" + }, + "TEMP6_TYPE": { + "Description": "Enables temperature sensors", + "DisplayName": "Temperature Sensor Type", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "TSYS01", + "2": "MCP9600", + "3": "MAX31865", + "4": "TSYS03", + "5": "Analog" + } + } + }, + "TEMP7_": { + "TEMP7_A0": { + "Description": "a0 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4", + "DisplayName": "Temperature sensor analog 0th polynomial coefficient" + }, + "TEMP7_A1": { + "Description": "a1 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4", + "DisplayName": "Temperature sensor analog 1st polynomial coefficient" + }, + "TEMP7_A2": { + "Description": "a2 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4", + "DisplayName": "Temperature sensor analog 2nd polynomial coefficient" + }, + "TEMP7_A3": { + "Description": "a3 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4", + "DisplayName": "Temperature sensor analog 3rd polynomial coefficient" + }, + "TEMP7_A4": { + "Description": "a4 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4", + "DisplayName": "Temperature sensor analog 4th polynomial coefficient" + }, + "TEMP7_ADDR": { + "Description": "Temperature sensor address, typically used for I2C address", + "DisplayName": "Temperature sensor address", + "Range": { + "high": "127", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "TEMP7_BUS": { + "Description": "Temperature sensor bus number, typically used to select from multiple I2C buses", + "DisplayName": "Temperature sensor bus", + "Range": { + "high": "3", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "TEMP7_PIN": { + "Description": "Sets the analog input pin that should be used for temprature monitoring.", + "DisplayName": "Temperature sensor analog voltage sensing pin", + "User": "Standard", + "Values": { + "-1": "Disabled", + "100": "PX4-v1", + "13": "Pixhawk2_PM2/CubeOrange_PM2", + "14": "CubeOrange", + "16": "Durandal", + "2": "Pixhawk/Pixracer/Navio2/Pixhawk2_PM1", + "5": "Navigator" + } + }, + "TEMP7_SRC": { + "Description": "Sensor Source is used to designate which device's temperature report will be replaced by this temperature sensor's data. If 0 (None) then the data is only available via log. In the future a new Motor temperature report will be created for returning data directly.", + "DisplayName": "Sensor Source", + "User": "Standard", + "Values": { + "0": "None", + "1": "ESC", + "2": "Motor(not implemented yet)", + "3": "Battery Index", + "4": "Battery ID/SerialNumber", + "5": "CAN based Pitot tube" + } + }, + "TEMP7_SRC_ID": { + "Description": "Sensor Source Identification is used to replace a specific instance of a system component's temperature report with the temp sensor's. Examples: TEMP_SRC = 1 (ESC), TEMP_SRC_ID = 1 will set the temp of ESC1. TEMP_SRC = 3 (BatteryIndex),TEMP_SRC_ID = 2 will set the temp of BATT2. TEMP_SRC = 4 (BatteryId/SerialNum),TEMP_SRC_ID=42 will set the temp of all batteries that have param BATTn_SERIAL = 42.", + "DisplayName": "Sensor Source Identification" + }, + "TEMP7_TYPE": { + "Description": "Enables temperature sensors", + "DisplayName": "Temperature Sensor Type", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "TSYS01", + "2": "MCP9600", + "3": "MAX31865", + "4": "TSYS03", + "5": "Analog" + } + } + }, + "TEMP8_": { + "TEMP8_A0": { + "Description": "a0 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4", + "DisplayName": "Temperature sensor analog 0th polynomial coefficient" + }, + "TEMP8_A1": { + "Description": "a1 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4", + "DisplayName": "Temperature sensor analog 1st polynomial coefficient" + }, + "TEMP8_A2": { + "Description": "a2 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4", + "DisplayName": "Temperature sensor analog 2nd polynomial coefficient" + }, + "TEMP8_A3": { + "Description": "a3 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4", + "DisplayName": "Temperature sensor analog 3rd polynomial coefficient" + }, + "TEMP8_A4": { + "Description": "a4 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4", + "DisplayName": "Temperature sensor analog 4th polynomial coefficient" + }, + "TEMP8_ADDR": { + "Description": "Temperature sensor address, typically used for I2C address", + "DisplayName": "Temperature sensor address", + "Range": { + "high": "127", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "TEMP8_BUS": { + "Description": "Temperature sensor bus number, typically used to select from multiple I2C buses", + "DisplayName": "Temperature sensor bus", + "Range": { + "high": "3", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "TEMP8_PIN": { + "Description": "Sets the analog input pin that should be used for temprature monitoring.", + "DisplayName": "Temperature sensor analog voltage sensing pin", + "User": "Standard", + "Values": { + "-1": "Disabled", + "100": "PX4-v1", + "13": "Pixhawk2_PM2/CubeOrange_PM2", + "14": "CubeOrange", + "16": "Durandal", + "2": "Pixhawk/Pixracer/Navio2/Pixhawk2_PM1", + "5": "Navigator" + } + }, + "TEMP8_SRC": { + "Description": "Sensor Source is used to designate which device's temperature report will be replaced by this temperature sensor's data. If 0 (None) then the data is only available via log. In the future a new Motor temperature report will be created for returning data directly.", + "DisplayName": "Sensor Source", + "User": "Standard", + "Values": { + "0": "None", + "1": "ESC", + "2": "Motor(not implemented yet)", + "3": "Battery Index", + "4": "Battery ID/SerialNumber", + "5": "CAN based Pitot tube" + } + }, + "TEMP8_SRC_ID": { + "Description": "Sensor Source Identification is used to replace a specific instance of a system component's temperature report with the temp sensor's. Examples: TEMP_SRC = 1 (ESC), TEMP_SRC_ID = 1 will set the temp of ESC1. TEMP_SRC = 3 (BatteryIndex),TEMP_SRC_ID = 2 will set the temp of BATT2. TEMP_SRC = 4 (BatteryId/SerialNum),TEMP_SRC_ID=42 will set the temp of all batteries that have param BATTn_SERIAL = 42.", + "DisplayName": "Sensor Source Identification" + }, + "TEMP8_TYPE": { + "Description": "Enables temperature sensors", + "DisplayName": "Temperature Sensor Type", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "TSYS01", + "2": "MCP9600", + "3": "MAX31865", + "4": "TSYS03", + "5": "Analog" + } + } + }, + "TEMP9_": { + "TEMP9_A0": { + "Description": "a0 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4", + "DisplayName": "Temperature sensor analog 0th polynomial coefficient" + }, + "TEMP9_A1": { + "Description": "a1 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4", + "DisplayName": "Temperature sensor analog 1st polynomial coefficient" + }, + "TEMP9_A2": { + "Description": "a2 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4", + "DisplayName": "Temperature sensor analog 2nd polynomial coefficient" + }, + "TEMP9_A3": { + "Description": "a3 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4", + "DisplayName": "Temperature sensor analog 3rd polynomial coefficient" + }, + "TEMP9_A4": { + "Description": "a4 in polynomial of form temperature in deg = a0 + a1*voltage + a2*voltage^2 + a3*voltage^3 + a4*voltage^4", + "DisplayName": "Temperature sensor analog 4th polynomial coefficient" + }, + "TEMP9_ADDR": { + "Description": "Temperature sensor address, typically used for I2C address", + "DisplayName": "Temperature sensor address", + "Range": { + "high": "127", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "TEMP9_BUS": { + "Description": "Temperature sensor bus number, typically used to select from multiple I2C buses", + "DisplayName": "Temperature sensor bus", + "Range": { + "high": "3", + "low": "0" + }, + "RebootRequired": "True", + "User": "Advanced" + }, + "TEMP9_PIN": { + "Description": "Sets the analog input pin that should be used for temprature monitoring.", + "DisplayName": "Temperature sensor analog voltage sensing pin", + "User": "Standard", + "Values": { + "-1": "Disabled", + "100": "PX4-v1", + "13": "Pixhawk2_PM2/CubeOrange_PM2", + "14": "CubeOrange", + "16": "Durandal", + "2": "Pixhawk/Pixracer/Navio2/Pixhawk2_PM1", + "5": "Navigator" + } + }, + "TEMP9_SRC": { + "Description": "Sensor Source is used to designate which device's temperature report will be replaced by this temperature sensor's data. If 0 (None) then the data is only available via log. In the future a new Motor temperature report will be created for returning data directly.", + "DisplayName": "Sensor Source", + "User": "Standard", + "Values": { + "0": "None", + "1": "ESC", + "2": "Motor(not implemented yet)", + "3": "Battery Index", + "4": "Battery ID/SerialNumber", + "5": "CAN based Pitot tube" + } + }, + "TEMP9_SRC_ID": { + "Description": "Sensor Source Identification is used to replace a specific instance of a system component's temperature report with the temp sensor's. Examples: TEMP_SRC = 1 (ESC), TEMP_SRC_ID = 1 will set the temp of ESC1. TEMP_SRC = 3 (BatteryIndex),TEMP_SRC_ID = 2 will set the temp of BATT2. TEMP_SRC = 4 (BatteryId/SerialNum),TEMP_SRC_ID=42 will set the temp of all batteries that have param BATTn_SERIAL = 42.", + "DisplayName": "Sensor Source Identification" + }, + "TEMP9_TYPE": { + "Description": "Enables temperature sensors", + "DisplayName": "Temperature Sensor Type", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "TSYS01", + "2": "MCP9600", + "3": "MAX31865", + "4": "TSYS03", + "5": "Analog" + } + } + }, + "TRQD_": { + "TRQD_DE_PIN": { + "Description": "Pin number connected to RS485 to Serial converter's DE pin. -1 to use serial port's CTS pin if available", + "DisplayName": "Torqeedo DE pin", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "Disabled", + "50": "AUX1", + "51": "AUX2", + "52": "AUX3", + "53": "AUX4", + "54": "AUX5", + "55": "AUX6" + } + }, + "TRQD_DIR_DELAY": { + "Description": "Torqeedo direction change delay. Output will remain at zero for this many seconds when transitioning between forward and backwards rotation", + "DisplayName": "Torqeedo Direction Change Delay", + "Increment": "0.1", + "Range": { + "high": "5", + "low": "0" + }, + "Units": "s", + "User": "Advanced" + }, + "TRQD_ONOFF_PIN": { + "Description": "Pin number connected to Torqeedo's on/off pin. -1 to use serial port's RTS pin if available", + "DisplayName": "Torqeedo ON/Off pin", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "-1": "Disabled", + "50": "AUX1", + "51": "AUX2", + "52": "AUX3", + "53": "AUX4", + "54": "AUX5", + "55": "AUX6" + } + }, + "TRQD_OPTIONS": { + "Bitmask": { + "0": "Log", + "1": "Send debug to GCS" + }, + "Description": "Torqeedo Options Bitmask", + "DisplayName": "Torqeedo Options", + "User": "Advanced" + }, + "TRQD_POWER": { + "Description": "Torqeedo motor power. Only applied when using motor connection type (e.g. TRQD_TYPE=2)", + "DisplayName": "Torqeedo Motor Power", + "Increment": "1", + "Range": { + "high": "100", + "low": "0" + }, + "Units": "%", + "User": "Advanced" + }, + "TRQD_SLEW_TIME": { + "Description": "Torqeedo slew rate specified as the minimum number of seconds required to increase the throttle from 0 to 100%. Higher values cause a slower response, lower values cause a faster response. A value of zero disables the limit", + "DisplayName": "Torqeedo Throttle Slew Time", + "Increment": "0.1", + "Range": { + "high": "5", + "low": "0" + }, + "Units": "s", + "User": "Advanced" + }, + "TRQD_TYPE": { + "Description": "Torqeedo connection type", + "DisplayName": "Torqeedo connection type", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Tiller", + "2": "Motor" + } + } + }, + "VEHICLE": { + "FLTMODE_GCSBLOCK": { + "Bitmask": { + "0": "Manual", + "1": "Acro", + "10": "Guided", + "11": "Dock", + "2": "Steering", + "3": "Loiter", + "4": "Follow", + "5": "Simple", + "6": "Circle", + "7": "Auto", + "8": "RTL", + "9": "SmartRTL" + }, + "Description": "Bitmask of flight modes to disable for GCS selection. Mode can still be accessed via RC or failsafe.", + "DisplayName": "Flight mode block from GCS", + "User": "Standard" + } + }, + "VISO": { + "VISO_DELAY_MS": { + "Description": "Visual odometry sensor delay relative to inertial measurements", + "DisplayName": "Visual odometry sensor delay", + "Range": { + "high": "250", + "low": "0" + }, + "Units": "ms", + "User": "Advanced" + }, + "VISO_ORIENT": { + "Description": "Visual odometery camera orientation", + "DisplayName": "Visual odometery camera orientation", + "User": "Advanced", + "Values": { + "0": "Forward", + "2": "Right", + "24": "Up", + "25": "Down", + "4": "Back", + "6": "Left" + } + }, + "VISO_POS_M_NSE": { + "Description": "Visual odometry position measurement noise minimum (meters). This value will be used if the sensor provides a lower noise value (or no noise value)", + "DisplayName": "Visual odometry position measurement noise ", + "Range": { + "high": "10.0", + "low": "0.1" + }, + "Units": "m", + "User": "Advanced" + }, + "VISO_POS_X": { + "Description": "X position of the camera in body frame. Positive X is forward of the origin.", + "DisplayName": "Visual odometry camera X position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "VISO_POS_Y": { + "Description": "Y position of the camera in body frame. Positive Y is to the right of the origin.", + "DisplayName": "Visual odometry camera Y position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "VISO_POS_Z": { + "Description": "Z position of the camera in body frame. Positive Z is down from the origin.", + "DisplayName": "Visual odometry camera Z position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Advanced" + }, + "VISO_SCALE": { + "Description": "Visual odometry scaling factor applied to position estimates from sensor", + "DisplayName": "Visual odometry scaling factor", + "User": "Advanced" + }, + "VISO_TYPE": { + "Description": "Visual odometry camera connection type", + "DisplayName": "Visual odometry camera connection type", + "RebootRequired": "True", + "User": "Advanced", + "Values": { + "0": "None", + "1": "MAVLink", + "2": "IntelT265", + "3": "VOXL(ModalAI)" + } + }, + "VISO_VEL_M_NSE": { + "Description": "Visual odometry velocity measurement noise in m/s", + "DisplayName": "Visual odometry velocity measurement noise", + "Range": { + "high": "5.0", + "low": "0.05" + }, + "Units": "m/s", + "User": "Advanced" + }, + "VISO_YAW_M_NSE": { + "Description": "Visual odometry yaw measurement noise minimum (radians), This value will be used if the sensor provides a lower noise value (or no noise value)", + "DisplayName": "Visual odometry yaw measurement noise", + "Range": { + "high": "1.0", + "low": "0.05" + }, + "Units": "rad", + "User": "Advanced" + } + }, + "VTX_": { + "VTX_BAND": { + "Description": "Video Transmitter Band", + "DisplayName": "Video Transmitter Band", + "User": "Standard", + "Values": { + "0": "Band A", + "1": "Band B", + "2": "Band E", + "3": "Airwave", + "4": "RaceBand", + "5": "Low RaceBand", + "6": "1G3 Band A", + "7": "1G3 Band B" + } + }, + "VTX_CHANNEL": { + "Description": "Video Transmitter Channel", + "DisplayName": "Video Transmitter Channel", + "Range": { + "high": "7", + "low": "0" + }, + "User": "Standard" + }, + "VTX_ENABLE": { + "Description": "Toggles the Video Transmitter on and off", + "DisplayName": "Is the Video Transmitter enabled or not", + "Values": { + "0": "Disable", + "1": "Enable" + } + }, + "VTX_FREQ": { + "Description": "Video Transmitter Frequency. The frequency is derived from the setting of BAND and CHANNEL", + "DisplayName": "Video Transmitter Frequency", + "Range": { + "high": "6000", + "low": "1000" + }, + "ReadOnly": "True", + "User": "Standard" + }, + "VTX_MAX_POWER": { + "Description": "Video Transmitter Maximum Power Level. Different VTXs support different power levels, this prevents the power aux switch from requesting too high a power level. The switch supports 6 power levels and the selected power will be a subdivision between 0 and this setting.", + "DisplayName": "Video Transmitter Max Power Level", + "Range": { + "high": "1000", + "low": "25" + } + }, + "VTX_OPTIONS": { + "Bitmask": { + "0": "Pitmode", + "1": "Pitmode until armed", + "2": "Pitmode when disarmed", + "3": "Unlocked", + "4": "Add leading zero byte to requests", + "5": "Use 1 stop-bit in SmartAudio", + "6": "Ignore CRC in SmartAudio", + "7": "Ignore status updates in CRSF and blindly set VTX options" + }, + "Description": "Video Transmitter Options. Pitmode puts the VTX in a low power state. Unlocked enables certain restricted frequencies and power levels. Do not enable the Unlocked option unless you have appropriate permissions in your jurisdiction to transmit at high power levels. One stop-bit may be required for VTXs that erroneously mimic iNav behaviour.", + "DisplayName": "Video Transmitter Options", + "User": "Advanced" + }, + "VTX_POWER": { + "Description": "Video Transmitter Power Level. Different VTXs support different power levels, the power level chosen will be rounded down to the nearest supported power level", + "DisplayName": "Video Transmitter Power Level", + "Range": { + "high": "1000", + "low": "1" + } + } + }, + "WENC": { + "WENC2_CPR": { + "Description": "WheelEncoder 2 counts per full revolution of the wheel", + "DisplayName": "WheelEncoder 2 counts per revolution", + "Increment": "1", + "User": "Standard" + }, + "WENC2_PINA": { + "Description": "Second Encoder Input Pin A", + "DisplayName": "Second Encoder Input Pin A", + "User": "Standard", + "Values": { + "-1": "Disabled", + "50": "AUX1", + "51": "AUX2", + "52": "AUX3", + "53": "AUX4", + "54": "AUX5", + "55": "AUX6" + } + }, + "WENC2_PINB": { + "Description": "Second Encoder Input Pin B", + "DisplayName": "Second Encoder Input Pin B", + "User": "Standard", + "Values": { + "-1": "Disabled", + "50": "AUX1", + "51": "AUX2", + "52": "AUX3", + "53": "AUX4", + "54": "AUX5", + "55": "AUX6" + } + }, + "WENC2_POS_X": { + "Description": "X position of the center of the second wheel in body frame. Positive X is forward of the origin.", + "DisplayName": "Wheel2's X position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Standard" + }, + "WENC2_POS_Y": { + "Description": "Y position of the center of the second wheel in body frame. Positive Y is to the right of the origin.", + "DisplayName": "Wheel2's Y position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Standard" + }, + "WENC2_POS_Z": { + "Description": "Z position of the center of the second wheel in body frame. Positive Z is down from the origin.", + "DisplayName": "Wheel2's Z position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Standard" + }, + "WENC2_RADIUS": { + "Description": "Wheel2's radius", + "DisplayName": "Wheel2's radius", + "Increment": "0.001", + "Units": "m", + "User": "Standard" + }, + "WENC2_TYPE": { + "Description": "What type of WheelEncoder sensor is connected", + "DisplayName": "Second WheelEncoder type", + "User": "Standard", + "Values": { + "0": "None", + "1": "Quadrature", + "10": "SITL Quadrature" + } + }, + "WENC_CPR": { + "Description": "WheelEncoder counts per full revolution of the wheel", + "DisplayName": "WheelEncoder counts per revolution", + "Increment": "1", + "User": "Standard" + }, + "WENC_PINA": { + "Description": "Input Pin A", + "DisplayName": "Input Pin A", + "User": "Standard", + "Values": { + "-1": "Disabled", + "50": "AUX1", + "51": "AUX2", + "52": "AUX3", + "53": "AUX4", + "54": "AUX5", + "55": "AUX6" + } + }, + "WENC_PINB": { + "Description": "Input Pin B", + "DisplayName": "Input Pin B", + "User": "Standard", + "Values": { + "-1": "Disabled", + "50": "AUX1", + "51": "AUX2", + "52": "AUX3", + "53": "AUX4", + "54": "AUX5", + "55": "AUX6" + } + }, + "WENC_POS_X": { + "Description": "X position of the center of the wheel in body frame. Positive X is forward of the origin.", + "DisplayName": "Wheel's X position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Standard" + }, + "WENC_POS_Y": { + "Description": "Y position of the center of the wheel in body frame. Positive Y is to the right of the origin.", + "DisplayName": "Wheel's Y position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Standard" + }, + "WENC_POS_Z": { + "Description": "Z position of the center of the wheel in body frame. Positive Z is down from the origin.", + "DisplayName": "Wheel's Z position offset", + "Increment": "0.01", + "Range": { + "high": "5", + "low": "-5" + }, + "Units": "m", + "User": "Standard" + }, + "WENC_RADIUS": { + "Description": "Wheel radius", + "DisplayName": "Wheel radius", + "Increment": "0.001", + "Units": "m", + "User": "Standard" + }, + "WENC_TYPE": { + "Description": "What type of WheelEncoder is connected", + "DisplayName": "WheelEncoder type", + "User": "Standard", + "Values": { + "0": "None", + "1": "Quadrature", + "10": "SITL Quadrature" + } + } + }, + "WNDVN_": { + "WNDVN_CAL": { + "Description": "Start wind vane calibration by setting this to 1 or 2", + "DisplayName": "Wind vane calibration start", + "User": "Standard", + "Values": { + "0": "None", + "1": "Calibrate direction", + "2": "Calibrate speed" + } + }, + "WNDVN_DIR_DZ": { + "Description": "Wind vane deadzone when using analog sensor", + "DisplayName": "Wind vane deadzone when using analog sensor", + "Increment": "1", + "Range": { + "high": "360", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "WNDVN_DIR_FILT": { + "Description": "apparent Wind vane direction low pass filter frequency, a value of -1 disables filter", + "DisplayName": "apparent Wind vane direction low pass filter frequency", + "Units": "Hz", + "User": "Standard" + }, + "WNDVN_DIR_OFS": { + "Description": "Angle offset when analog windvane is indicating a headwind, ie 0 degress relative to vehicle", + "DisplayName": "Wind vane headwind offset", + "Increment": "1", + "Range": { + "high": "360", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "WNDVN_DIR_PIN": { + "Description": "Analog input pin to read as wind vane direction", + "DisplayName": "Wind vane analog voltage pin for direction", + "User": "Standard", + "Values": { + "103": "Pixhawk SBUS", + "11": "Pixracer", + "13": "Pixhawk ADC4", + "14": "Pixhawk ADC3", + "15": "Pixhawk ADC6/Pixhawk2 ADC", + "50": "AUX1", + "51": "AUX2", + "52": "AUX3", + "53": "AUX4", + "54": "AUX5", + "55": "AUX6" + } + }, + "WNDVN_DIR_V_MAX": { + "Description": "Maximum voltage supplied by analog wind vane. When using pin 103, the maximum value of the parameter is 3.3V.", + "DisplayName": "Wind vane voltage maximum", + "Increment": "0.01", + "Range": { + "high": "5.0", + "low": "0" + }, + "Units": "V", + "User": "Standard" + }, + "WNDVN_DIR_V_MIN": { + "Description": "Minimum voltage supplied by analog wind vane. When using pin 103, the maximum value of the parameter is 3.3V.", + "DisplayName": "Wind vane voltage minimum", + "Increment": "0.01", + "Range": { + "high": "5.0", + "low": "0" + }, + "Units": "V", + "User": "Standard" + }, + "WNDVN_SPEED_FILT": { + "Description": "apparent Wind speed low pass filter frequency, a value of -1 disables filter", + "DisplayName": "apparent wind speed low pass filter frequency", + "Units": "Hz", + "User": "Standard" + }, + "WNDVN_SPEED_MIN": { + "Description": "Wind vane direction will be ignored when apparent wind speeds are below this value (if wind speed sensor is present). If the apparent wind is consistently below this value the vane will not work", + "DisplayName": "Wind vane cut off wind speed", + "Increment": "0.1", + "Range": { + "high": "5", + "low": "0" + }, + "Units": "m/s", + "User": "Standard" + }, + "WNDVN_SPEED_OFS": { + "Description": "Wind sensor analog voltage offset at zero wind speed", + "DisplayName": "Wind speed sensor analog voltage offset", + "Increment": "0.01", + "Range": { + "high": "3.3", + "low": "0" + }, + "Units": "V", + "User": "Standard" + }, + "WNDVN_SPEED_PIN": { + "Description": "Wind speed analog speed input pin for Modern Devices Wind Sensor rev. p", + "DisplayName": "Wind vane speed sensor analog pin", + "User": "Standard", + "Values": { + "103": "Pixhawk SBUS", + "11": "Pixracer", + "13": "Pixhawk ADC4", + "14": "Pixhawk ADC3", + "15": "Pixhawk ADC6/Pixhawk2 ADC", + "50": "AUX1", + "51": "AUX2", + "52": "AUX3", + "53": "AUX4", + "54": "AUX5", + "55": "AUX6" + } + }, + "WNDVN_SPEED_TYPE": { + "Description": "Wind speed sensor type", + "DisplayName": "Wind speed sensor Type", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "None", + "1": "Airspeed library", + "10": "SITL true", + "11": "SITL apparent", + "2": "Modern Devices Wind Sensor", + "3": "RPM library", + "4": "NMEA" + } + }, + "WNDVN_TEMP_PIN": { + "Description": "Wind speed sensor analog temp input pin for Modern Devices Wind Sensor rev. p, set to -1 to diasble temp readings", + "DisplayName": "Wind vane speed sensor analog temp pin", + "User": "Standard", + "Values": { + "103": "Pixhawk SBUS", + "11": "Pixracer", + "13": "Pixhawk ADC4", + "14": "Pixhawk ADC3", + "15": "Pixhawk ADC6/Pixhawk2 ADC", + "50": "AUX1", + "51": "AUX2", + "52": "AUX3", + "53": "AUX4", + "54": "AUX5", + "55": "AUX6" + } + }, + "WNDVN_TRUE_FILT": { + "Description": "True speed and direction low pass filter frequency, a value of -1 disables filter", + "DisplayName": "True speed and direction low pass filter frequency", + "Units": "Hz", + "User": "Standard" + }, + "WNDVN_TYPE": { + "Description": "Wind Vane type", + "DisplayName": "Wind Vane Type", + "RebootRequired": "True", + "User": "Standard", + "Values": { + "0": "None", + "1": "Heading when armed", + "10": "SITL true", + "11": "SITL apparent", + "2": "RC input offset heading when armed", + "3": "Analog", + "4": "NMEA" + } + } + }, + "WP_": { + "WP_ACCEL": { + "Description": "Waypoint acceleration. If zero then ATC_ACCEL_MAX is used", + "DisplayName": "Waypoint acceleration", + "Increment": "0.1", + "Range": { + "high": "100", + "low": "0" + }, + "Units": "m/s/s", + "User": "Standard" + }, + "WP_JERK": { + "Description": "Waypoint jerk (change in acceleration). If zero then jerk is same as acceleration", + "DisplayName": "Waypoint jerk", + "Increment": "0.1", + "Range": { + "high": "100", + "low": "0" + }, + "Units": "m/s/s/s", + "User": "Standard" + }, + "WP_RADIUS": { + "Description": "The distance in meters from a waypoint when we consider the waypoint has been reached. This determines when the vehicle will turn toward the next waypoint.", + "DisplayName": "Waypoint radius", + "Increment": "0.1", + "Range": { + "high": "100", + "low": "0" + }, + "Units": "m", + "User": "Standard" + }, + "WP_SPEED": { + "Description": "Waypoint speed default", + "DisplayName": "Waypoint speed default", + "Increment": "0.1", + "Range": { + "high": "100", + "low": "0" + }, + "Units": "m/s", + "User": "Standard" + } + }, + "WP_PIVOT_": { + "WP_PIVOT_ANGLE": { + "Description": "Pivot when the difference between the vehicle's heading and its target heading is more than this many degrees. Set to zero to disable pivot turns. This parameter should be greater than 5 degrees for pivot turns to work.", + "DisplayName": "Pivot Angle", + "Increment": "1", + "Range": { + "high": "360", + "low": "0" + }, + "Units": "deg", + "User": "Standard" + }, + "WP_PIVOT_DELAY": { + "Description": "Vehicle waits this many seconds after completing a pivot turn before proceeding", + "DisplayName": "Pivot Delay", + "Increment": "0.1", + "Range": { + "high": "60", + "low": "0" + }, + "Units": "s", + "User": "Standard" + }, + "WP_PIVOT_RATE": { + "Description": "Turn rate during pivot turns", + "DisplayName": "Pivot Turn Rate", + "Increment": "1", + "Range": { + "high": "360", + "low": "0" + }, + "Units": "deg/s", + "User": "Standard" + } + }, + "WRC": { + "WRC2_RATE_D": { + "Description": "Wheel rate control D gain. Compensates for short-term change in desired rate vs actual", + "DisplayName": "Wheel rate control D gain", + "Range": { + "high": "0.400", + "low": "0.000" + }, + "User": "Standard" + }, + "WRC2_RATE_D_FF": { + "Description": "FF D Gain which produces an output that is proportional to the rate of change of the target", + "DisplayName": "Wheel rate Derivative FeedForward Gain", + "Increment": "0.001", + "Range": { + "high": "0.400", + "low": "0.000" + }, + "User": "Advanced" + }, + "WRC2_RATE_FF": { + "Description": "Wheel rate control feed forward gain. Desired rate (in radians/sec) is multiplied by this constant and output to output (in the range -1 to +1)", + "DisplayName": "Wheel rate control feed forward gain", + "Range": { + "high": "2.000", + "low": "0.100" + }, + "User": "Standard" + }, + "WRC2_RATE_FILT": { + "Description": "Wheel rate control input filter. Lower values reduce noise but add delay.", + "DisplayName": "Wheel rate control filter frequency", + "Range": { + "high": "100.000", + "low": "1.000" + }, + "Units": "Hz", + "User": "Standard" + }, + "WRC2_RATE_FLTD": { + "Description": "Wheel rate control derivative frequency in Hz", + "DisplayName": "Wheel rate control derivative frequency in Hz", + "Increment": "1", + "Range": { + "high": "50", + "low": "1" + }, + "Units": "Hz", + "User": "Standard" + }, + "WRC2_RATE_FLTE": { + "Description": "Wheel rate control error frequency in Hz", + "DisplayName": "Wheel rate control error frequency in Hz", + "Increment": "1", + "Range": { + "high": "50", + "low": "1" + }, + "Units": "Hz", + "User": "Standard" + }, + "WRC2_RATE_FLTT": { + "Description": "Wheel rate control target frequency in Hz", + "DisplayName": "Wheel rate control target frequency in Hz", + "Increment": "1", + "Range": { + "high": "50", + "low": "1" + }, + "Units": "Hz", + "User": "Standard" + }, + "WRC2_RATE_I": { + "Description": "Wheel rate control I gain. Corrects long term error between the desired rate (in rad/s) and actual", + "DisplayName": "Wheel rate control I gain", + "Range": { + "high": "2.000", + "low": "0.000" + }, + "User": "Standard" + }, + "WRC2_RATE_IMAX": { + "Description": "Wheel rate control I gain maximum. Constrains the output (range -1 to +1) that the I term will generate", + "DisplayName": "Wheel rate control I gain maximum", + "Range": { + "high": "1.000", + "low": "0.000" + }, + "User": "Standard" + }, + "WRC2_RATE_NEF": { + "Description": "Wheel rate Error notch filter index", + "DisplayName": "Wheel rate Error notch filter index", + "Range": { + "high": "8", + "low": "1" + }, + "User": "Advanced" + }, + "WRC2_RATE_NTF": { + "Description": "Wheel rate Target notch filter index", + "DisplayName": "Wheel rate Target notch filter index", + "Range": { + "high": "8", + "low": "1" + }, + "User": "Advanced" + }, + "WRC2_RATE_P": { + "Description": "Wheel rate control P gain. Converts rate error (in radians/sec) to output (in the range -1 to +1)", + "DisplayName": "Wheel rate control P gain", + "Range": { + "high": "2.000", + "low": "0.100" + }, + "User": "Standard" + }, + "WRC2_RATE_PDMX": { + "Description": "Wheel rate control PD sum maximum. The maximum/minimum value that the sum of the P and D term can output", + "DisplayName": "Wheel rate control PD sum maximum", + "Range": { + "high": "1.000", + "low": "0.000" + } + }, + "WRC2_RATE_SMAX": { + "Description": "Sets an upper limit on the slew rate produced by the combined P and D gains. If the amplitude of the control action produced by the rate feedback exceeds this value, then the D+P gain is reduced to respect the limit. This limits the amplitude of high frequency oscillations caused by an excessive gain. The limit should be set to no more than 25% of the actuators maximum slew rate to allow for load effects. Note: The gain will not be reduced to less than 10% of the nominal value. A value of zero will disable this feature.", + "DisplayName": "Wheel rate slew rate limit", + "Increment": "0.5", + "Range": { + "high": "200", + "low": "0" + }, + "User": "Advanced" + }, + "WRC_ENABLE": { + "Description": "Enable or disable wheel rate control", + "DisplayName": "Wheel rate control enable/disable", + "User": "Standard", + "Values": { + "0": "Disabled", + "1": "Enabled" + } + }, + "WRC_RATE_D": { + "Description": "Wheel rate control D gain. Compensates for short-term change in desired rate vs actual", + "DisplayName": "Wheel rate control D gain", + "Range": { + "high": "0.400", + "low": "0.000" + }, + "User": "Standard" + }, + "WRC_RATE_D_FF": { + "Description": "FF D Gain which produces an output that is proportional to the rate of change of the error", + "DisplayName": "Wheel rate Derivative FeedForward Gain", + "Increment": "0.001", + "Range": { + "high": "0.400", + "low": "0.000" + }, + "User": "Advanced" + }, + "WRC_RATE_FF": { + "Description": "Wheel rate control feed forward gain. Desired rate (in radians/sec) is multiplied by this constant and output to output (in the range -1 to +1)", + "DisplayName": "Wheel rate control feed forward gain", + "Range": { + "high": "2.000", + "low": "0.100" + }, + "User": "Standard" + }, + "WRC_RATE_FILT": { + "Description": "Wheel rate control input filter. Lower values reduce noise but add delay.", + "DisplayName": "Wheel rate control filter frequency", + "Range": { + "high": "100.000", + "low": "1.000" + }, + "Units": "Hz", + "User": "Standard" + }, + "WRC_RATE_FLTD": { + "Description": "Wheel rate control derivative frequency in Hz", + "DisplayName": "Wheel rate control derivative frequency in Hz", + "Increment": "1", + "Range": { + "high": "50", + "low": "1" + }, + "Units": "Hz", + "User": "Standard" + }, + "WRC_RATE_FLTE": { + "Description": "Wheel rate control error frequency in Hz", + "DisplayName": "Wheel rate control error frequency in Hz", + "Increment": "1", + "Range": { + "high": "50", + "low": "1" + }, + "Units": "Hz", + "User": "Standard" + }, + "WRC_RATE_FLTT": { + "Description": "Wheel rate control target frequency in Hz", + "DisplayName": "Wheel rate control target frequency in Hz", + "Increment": "1", + "Range": { + "high": "50", + "low": "1" + }, + "Units": "Hz", + "User": "Standard" + }, + "WRC_RATE_I": { + "Description": "Wheel rate control I gain. Corrects long term error between the desired rate (in rad/s) and actual", + "DisplayName": "Wheel rate control I gain", + "Range": { + "high": "2.000", + "low": "0.000" + }, + "User": "Standard" + }, + "WRC_RATE_IMAX": { + "Description": "Wheel rate control I gain maximum. Constrains the output (range -1 to +1) that the I term will generate", + "DisplayName": "Wheel rate control I gain maximum", + "Range": { + "high": "1.000", + "low": "0.000" + }, + "User": "Standard" + }, + "WRC_RATE_MAX": { + "Description": "Wheel max rotation rate", + "DisplayName": "Wheel max rotation rate", + "Range": { + "high": "200", + "low": "0" + }, + "Units": "rad/s", + "User": "Standard" + }, + "WRC_RATE_NEF": { + "Description": "Wheel rate Error notch filter index", + "DisplayName": "Wheel rate Error notch filter index", + "Range": { + "high": "8", + "low": "1" + }, + "User": "Advanced" + }, + "WRC_RATE_NTF": { + "Description": "Wheel rate Target notch filter index", + "DisplayName": "Wheel rate Target notch filter index", + "Range": { + "high": "8", + "low": "1" + }, + "User": "Advanced" + }, + "WRC_RATE_P": { + "Description": "Wheel rate control P gain. Converts rate error (in radians/sec) to output (in the range -1 to +1)", + "DisplayName": "Wheel rate control P gain", + "Range": { + "high": "2.000", + "low": "0.100" + }, + "User": "Standard" + }, + "WRC_RATE_PDMX": { + "Description": "Wheel rate control PD sum maximum. The maximum/minimum value that the sum of the P and D term can output", + "DisplayName": "Wheel rate control PD sum maximum", + "Range": { + "high": "1.000", + "low": "0.000" + } + }, + "WRC_RATE_SMAX": { + "Description": "Sets an upper limit on the slew rate produced by the combined P and D gains. If the amplitude of the control action produced by the rate feedback exceeds this value, then the D+P gain is reduced to respect the limit. This limits the amplitude of high frequency oscillations caused by an excessive gain. The limit should be set to no more than 25% of the actuators maximum slew rate to allow for load effects. Note: The gain will not be reduced to less than 10% of the nominal value. A value of zero will disable this feature.", + "DisplayName": "Wheel rate slew rate limit", + "Increment": "0.5", + "Range": { + "high": "200", + "low": "0" + }, + "User": "Advanced" + } + }, + "json": { + "version": 0 + } +} \ No newline at end of file diff --git a/Rover-4.5/apm.pdef.xml b/Rover-4.5/apm.pdef.xml new file mode 100644 index 0000000..29f0163 --- /dev/null +++ b/Rover-4.5/apm.pdef.xml @@ -0,0 +1,28616 @@ + + + + + + + + + 0:Fast Attitude,1:Medium Attitude,2:GPS,3:System Performance,4:Throttle,5:Navigation Tuning,7:IMU,8:Mission Commands,9:Battery Monitor,10:Rangefinder,11:Compass,12:Camera,13:Steering,14:RC Input-Output,19:Raw IMU,20:Video Stabilization,21:Optical Flow + + + + + + Manual + Acro + Steering + Hold + Loiter + Follow + Simple + Dock + Circle + Auto + RTL + SmartRTL + Guided + + + + 1 255 + + + 1 255 + 1 + + + s + seconds + 0 30 + 1 + + + + None + Steering + Throttle + Pitch + Left Wheel + Right Wheel + Sailboat Heel + Velocity North + Velocity East + + 0:Steering,1:Throttle,2:Pitch,3:Left Wheel,4:Right Wheel,5:Sailboat Heel,6:Velocity North,7:Velocity East + + + + Disabled + APM TriggerPin0 + APM TriggerPin1 + APM TriggerPin2 + APM TriggerPin3 + APM TriggerPin4 + APM TriggerPin5 + APM TriggerPin6 + APM TriggerPin7 + APM TriggerPin8 + AUX1 + AUX2 + AUX3 + AUX4 + AUX5 + AUX6 + + + + m/s/s + meters per square second + 0 20 + 0.1 + + + m/s + meters per second + 0 100 + 0.1 + + + % + percent + 0 100 + 1 + + + + Default + Two Paddles Input + Direction reversed when backing up + Direction unchanged when backing up + + + + + Nothing + RTL + Hold + SmartRTL or RTL + SmartRTL or Hold + + + + s + seconds + 1 100 + 0.5 + + + + Disabled + Enabled + Enabled Continue with Mission in Auto + + + + 910 1100 + 1 + + + + Disabled + Enabled + Enabled Continue with Mission in Auto + + + + + Disabled + Hold + HoldAndDisarm + + + + + Disabled + Hold + ReportOnly + + + + + Strict + Default + Relaxed + + + + + + + Manual + Acro + Steering + Hold + Loiter + Follow + Simple + Dock + Circle + Auto + RTL + SmartRTL + Guided + + + + + Manual + Acro + Steering + Hold + Loiter + Follow + Simple + Dock + Circle + Auto + RTL + SmartRTL + Guided + + + + + Manual + Acro + Steering + Hold + Loiter + Follow + Simple + Dock + Circle + Auto + RTL + SmartRTL + Guided + + + + + Manual + Acro + Steering + Hold + Loiter + Follow + Simple + Dock + Circle + Auto + RTL + SmartRTL + Guided + + + + + Manual + Acro + Steering + Hold + Loiter + Follow + Simple + Dock + Circle + Auto + RTL + SmartRTL + Guided + + + + + Manual + Acro + Steering + Hold + Loiter + Follow + Simple + Dock + Circle + Auto + RTL + SmartRTL + Guided + + + + + NotEnforced + Enforced + + + + m + meters + 0 10 + 0.1 + + + deg/s + degrees per second + 0 360 + 1 + + + m/s + meters per second + 0 100 + 0.1 + + + + Undefined + Rover + Boat + BalanceBot + + + + deg + degrees + 0 15 + 0.1 + + + deg + degrees + 0 60 + 1 + + + + Undefined + Omni3 + OmniX + OmniPlus + + True + + + + Forward or reverse to target point + Always face bow towards target point + Always face stern towards target point + + + + + InitialHeading + CardinalDirections + + True + + + m + meters + 0 20 + 1 + + + + Hold in Auto Mode + Loiter in Auto Mode + Acro Mode + Manual Mode + + + + deg + degrees + -2 2 + 0.1 + + + + Disabled + Enabled + + + + m/s + meters per second + 0 30 + 0.1 + + + 0 5 + 0.01 + + + + None + Failsafe enabled in Hold mode + + 0:Failsafe enabled in Hold mode + + + 6:SCurves used for navigation + + + 0:Enable steering speed scaling + + + + Disabled + Very Low + Low + Medium + High + Very High + + -0.5 0.95 + + + s + seconds + 2 120 + 1 + + + + Nothing + SaveWaypoint + LearnCruiseSpeed + ArmDisarm + Manual + Acro + Steering + Hold + Auto + RTL + SmartRTL + Guided + Loiter + + + + + + deg + degrees + 0 360 + 1 + + + deg/s + degrees per second + 0 360 + 1 + + + + + + + 0:Manual,1:Acro,2:Steering,3:Loiter,4:Follow,5:Simple,6:Circle,7:Auto,8:RTL,9:SmartRTL,10:Guided,11:Dock + + + + + 0 4 + + + 0 4 + + + 0 48 + + + 100 200 + + + 2 5 + + + 0.01 0.5 + + + 0 4 + + + 0 48 + + + 100 200 + + + 2 5 + + + 0.01 0.5 + + + 0 4 + + + 0 48 + + + 100 200 + + + 2 5 + + + 0.01 0.5 + + + 0 4 + + + 0 48 + + + 100 200 + + + 2 5 + + + 0.01 0.5 + + + + Disabled + Enabled + + + + 0 600 + s + seconds + + + + Disabled + Enabled + + + + + Disabled + Enabled + + + + + Disabled + Enabled + + + + m + meters + + + 0 10 + + + 0 30 + + + s + seconds + + + deg + degrees + 0 45 + + + m + meters + 0 1000 + + + s + seconds + + + + AltHold + Auto + Guided + Loiter + RTL + Circle + Land + PosHold + Brake + Guided_NoGPS + Smart_RTL + Auto RTL + + + + 0 10000 + + + + Disabled + Enabled + + + + 1 65535 + + + + Disabled + Enabled + + + + 1 65535 + + + s + seconds + 0.1 60 + + + 0 10000000 + + + + Disabled + Enabled + + + + 0:Steering,1:Speed + + + 0 1.0 + + + 0 2.0 + + + 0 2.0 + + + 0 1.0 + + + 0 2.0 + + + 0 2.0 + + + + Disabled + Enabled + + + + s + seconds + + + + Scripting1 + Scripting2 + Scripting3 + Scripting4 + Scripting5 + Scripting6 + Scripting7 + Scripting8 + + + + 0.1 5.0 + + + 0.1 5.0 + + + + Scripting1 + Scripting2 + Scripting3 + Scripting4 + Scripting5 + Scripting6 + Scripting7 + Scripting8 + + + + + Disabled + Enabled + + + + 0:Roll,1:Pitch,2:Yaw + + + 5 20 + s + seconds + + + 20 80 + % + percent + + + 1 10 + + + 0.1 3 + + + 0.001 1 + + + 0.5 1.0 + + + 0.5 20 + + + + Disabled + Enabled + + + + s + seconds + + + + + % + percent + 0 100 + + + 0:UseTwoPositionSwitch + + + + Disabled + Enabled + + + + -180 180 + deg + degrees + + + + Disabled + Trigger + + + + + Disabled + Enabled + + + + + + deg/s/s + degrees per square second + + + s + seconds + + + % + percent + + + % + percent + + + % + percent + + + s + seconds + + + s + seconds + + + + + + + deg/s + degrees per second + + + s + seconds + + + + + % + percent + + + % + percent + + + deg/s/s + degrees per square second + + + s + seconds + + + 0.1 100 + + + m + meters + + + % + percent + + + deg + degrees + + + % + percent + + + s + seconds + + + m + meters + + + + + + + m/s + meters per second + + + Hz + hertz + + + deg + degrees + + + 0:UseRTLOnAbort, 1:AddAtToMessages, 2:DualAircraftSynchronised + deg + degrees + + + + + 301 307 + + + 301 307 + + + 1 11 + + + + Disabled + Enabled + + + + + None + 1stCANDriver + 2ndCanDriver + + + + 1 10 + + + 0:LogAllFrames + + + + Disabled + Enabled + + + + 0.00001 1 + litres + litres + + + + Disabled + Enabled + + + + + Disabled + FirstCAN + SecondCAN + + + + + Disabled + 300 + 301 + 302 + 303 + 304 + 305 + 306 + 307 + + + + Hz + hertz + + + litres + litres + + + + Disabled + Enabled + + + + + None + 1stCANDriver + 2ndCanDriver + + + + 10 200 + Hz + hertz + + + + Disabled + FixedWing + HeliRSC + + + + 10 100 + Hz + hertz + + + + Disabled + 300 + 301 + 302 + 303 + 304 + 305 + 306 + 307 + + + + + Disabled + 300 + 301 + 302 + 303 + 304 + 305 + 306 + 307 + + + + 1 1000 + + + 1 10 + Hz + hertz + + + 1 50 + Hz + hertz + + + + Disabled + Enabled + + + + + Default + SP_275 + + + + + Disabled + Enabled + + + + 0 10 + s + seconds + + + + Disabled + Enabled + + + + + Disabled + Enabled + + + + + Disabled + Enabled + + + + 1 50 + + + 0 31 + + + + Disabled + Enabled + + + + + Disabled + Enabled + Enabled with attitude reporting + + + + + Right side up + Upside down + + + + + Disabled + Enabled + Enabled including attitude reporting + + + + + No change in camera selection + EO1 + IR thermal + EO1 + IR Picture-in-picture + IR + EO1 Picture-in-picture + Fusion + IR1 13mm + IR2 52mm + + + + + No change in camera selection + EO1 + IR thermal + EO1 + IR Picture-in-picture + IR + EO1 Picture-in-picture + Fusion + IR1 13mm + IR2 52mm + + + + + No change in camera selection + EO1 + IR thermal + EO1 + IR Picture-in-picture + IR + EO1 Picture-in-picture + Fusion + IR1 13mm + IR2 52mm + + + + 0 7 + + + 0 30 + + + + Set as Rangefinder + Set as Proximity sensor + + + + 1 3 + + + + 8x8 mode + 4x4 mode + + + + 1 3 + + + 1 255 + + + 1 3 + + + 1 255 + + + 1 3 + + + 1 255 + + + + Set as Rangefinder + Set as Proximity sensor + + + + 1 4 + + + + + + + + + + + + Disabled + BB Blue GP0 pin 4 + AUXOUT1 + AUXOUT2 + AUXOUT3 + AUXOUT4 + AUXOUT5 + AUXOUT6 + BB Blue GP0 pin 3 + BB Blue GP0 pin 6 + BB Blue GP0 pin 5 + + + + + + + + + + + + + Disabled + BB Blue GP0 pin 4 + AUXOUT1 + AUXOUT2 + AUXOUT3 + AUXOUT4 + AUXOUT5 + AUXOUT6 + BB Blue GP0 pin 3 + BB Blue GP0 pin 6 + BB Blue GP0 pin 5 + + + + m + meters + + + m + meters + + + hPa + hectopascal + + + + + + + + + + + + + + + s + seconds + + + km + kilometers + + + 0: Continue the mission even after comms are recovered (does not go to the mission item at the time comms were lost), 1: Enable AFS for all autonomous modes (not just AUTO) + + + s + seconds + + + + + 0.0 1.0 + .01 + + + + Disabled + Use GPS for DCM position + Use GPS for DCM position and height + + + + 0.1 0.4 + .01 + + + 0.1 0.4 + .01 + + + 0 127 + m/s + meters per second + 1 + + + rad + radians + -0.1745 +0.1745 + 0.01 + + + rad + radians + -0.1745 +0.1745 + 0.01 + + + rad + radians + -0.1745 +0.1745 + 0.01 + + + + None + Yaw45 + Yaw90 + Yaw135 + Yaw180 + Yaw225 + Yaw270 + Yaw315 + Roll180 + Yaw45Roll180 + Yaw90Roll180 + Yaw135Roll180 + Pitch180 + Yaw225Roll180 + Yaw270Roll180 + Yaw315Roll180 + Roll90 + Yaw45Roll90 + Yaw90Roll90 + Yaw135Roll90 + Roll270 + Yaw45Roll270 + Yaw90Roll270 + Yaw135Roll270 + Pitch90 + Pitch270 + Yaw90Pitch180 + Yaw270Pitch180 + Pitch90Roll90 + Pitch90Roll180 + Pitch90Roll270 + Pitch180Roll90 + Pitch180Roll270 + Pitch270Roll90 + Pitch270Roll180 + Pitch270Roll270 + Yaw90Pitch180Roll90 + Yaw270Roll90 + Yaw293Pitch68Roll180 + Pitch315 + Pitch315Roll90 + Roll45 + Roll315 + Custom 4.1 and older + Custom 1 + Custom 2 + + + + 0.001 0.5 + .01 + + + 0 10 + 1 + + + + Disabled + Enable EKF2 + Enable EKF3 + ExternalAHRS + + + + -180 180 + deg + degrees + 1 + + + -180 180 + deg + degrees + 1 + + + -180 180 + deg + degrees + 1 + + + 0:DisableDCMFallbackFW, 1:DisableDCMFallbackVTOL + + + + + + None + NMEA AIVDM message + + True + + + 1 100 + + + s + seconds + 1 2000 + + + 0:Log all AIVDM messages,1:Log only unsupported AIVDM messages,2:Log decoded messages + + + + + + Disabled + minimum PWM when disarmed + 0 PWM when disarmed + + + + m/s/s + meters per square second + 0.25 3.0 + + + + Disabled + ArmingOnly + ArmOrDisarm + + + + 0:Land,1:VTOL Land,2:DO_LAND_START,3:Takeoff,4:VTOL Takeoff,5:Rallypoint,6:RTL + + + 0:All,1:Barometer,2:Compass,3:GPS lock,4:INS,5:Parameters,6:RC Channels,7:Board voltage,8:Battery Level,10:Logging Available,11:Hardware safety switch,12:GPS Configuration,13:System,14:Mission,15:Rangefinder,16:Camera,17:AuxAuth,18:VisualOdometry,19:FFT + + + + None + Disable prearm display + Do not send status text on state change + + + + mGauss + milligauss + 0 500 + + + + + + Disable + Enable + + + + + Normal + Swapped + Auto Detect + + + + + FirstSensor + 2ndSensor + + + + 0:SpeedMismatchDisable, 1:AllowSpeedMismatchRecovery, 2:DisableVoltageCorrection, 3:UseEkf3Consistency + + + m/s + meters per second + + + m/s + meters per second + + + 0.0 10.0 + + + 0.0 10.0 + % + percent + + + + + + None + I2C-MS4525D0 + Analog + I2C-MS5525 + I2C-MS5525 (0x76) + I2C-MS5525 (0x77) + I2C-SDP3X + I2C-DLVR-5in + DroneCAN + I2C-DLVR-10in + I2C-DLVR-20in + I2C-DLVR-30in + I2C-DLVR-60in + NMEA water speed + MSP + ASP5033 + ExternalAHRS + SITL + + + + + DoNotUse + Use + UseWhenZeroThrottle + + + + 0.1 + + + 0.1 + + + + + + + + Normal + Swapped + Auto Detect + + + + + Disable + Enable + + + + + + + Bus0 + Bus1 + Bus2 + + True + + + True + + + + + + None + I2C-MS4525D0 + Analog + I2C-MS5525 + I2C-MS5525 (0x76) + I2C-MS5525 (0x77) + I2C-SDP3X + I2C-DLVR-5in + DroneCAN + I2C-DLVR-10in + I2C-DLVR-20in + I2C-DLVR-30in + I2C-DLVR-60in + NMEA water speed + MSP + ASP5033 + ExternalAHRS + SITL + + + + + DoNotUse + Use + UseWhenZeroThrottle + + + + 0.1 + + + 0.1 + + + + + + + + Normal + Swapped + Auto Detect + + + + + Disable + Enable + + + + + + + Bus0 + Bus1 + Bus2 + + True + + + True + + + + + 0.000 2.000 + 0.001 + + + 0.000 2.000 + 0.001 + + + 0.000 1.000 + 0.01 + + + 0.000 0.400 + 0.001 + + + 0.000 3.000 + 0.001 + + + 0.000 100.000 + 0.1 + Hz + hertz + + + 0.000 100.000 + 0.1 + Hz + hertz + + + 0.000 100.000 + 0.1 + Hz + hertz + + + 0.000 100.000 + 0.1 + Hz + hertz + + + 0 200 + 0.5 + + + 0.000 1.000 + 0.01 + + + 0 0.03 + 0.001 + + + 1 8 + + + 1 8 + + + 0.010 2.000 + 0.01 + + + 0.000 2.000 + 0.01 + + + 0.000 1.000 + 0.01 + + + 0.000 0.400 + 0.001 + + + 0.000 0.500 + 0.001 + + + 0.000 100.000 + 0.1 + Hz + hertz + + + 0.000 100.000 + 0.1 + Hz + hertz + + + 0.000 100.000 + 0.1 + Hz + hertz + + + 0.000 100.000 + 0.1 + Hz + hertz + + + 0 200 + 0.5 + + + 0.000 1.000 + 0.01 + + + 0 0.03 + 0.001 + + + 1 8 + + + 1 8 + + + 0.0 10.0 + 0.1 + m/s/s + meters per square second + + + + Disable + Enable + + + + 0.00 0.50 + 0.01 + m/s + meters per second + + + 1.000 10.000 + 0.1 + + + 0 1000 + 0.1 + deg/s/s + degrees per square second + + + 0 1000 + 0.1 + deg/s + degrees per second + + + 0.0 10.0 + 0.1 + m/s/s + meters per square second + + + 0.000 2.000 + 0.01 + + + 0.000 2.000 + 0.01 + + + 0.000 1.000 + 0.01 + + + 0.000 0.100 + 0.001 + + + 0.000 0.500 + 0.001 + + + 0.000 100.000 + 0.1 + Hz + hertz + + + 0.000 100.000 + 0.1 + Hz + hertz + + + 0.000 100.000 + 0.1 + Hz + hertz + + + 0.000 100.000 + 0.1 + Hz + hertz + + + 0 200 + 0.5 + + + 0.000 1.000 + 0.01 + + + 0 0.03 + 0.001 + + + 1 8 + + + 1 8 + + + 0.0 1.0 + 0.01 + + + 0.000 2.000 + 0.01 + + + 0.000 2.000 + 0.01 + + + 0.000 1.000 + 0.01 + + + 0.000 0.100 + 0.001 + + + 0.000 0.500 + 0.001 + + + 0.000 100.000 + 0.1 + Hz + hertz + + + 0.000 100.000 + 0.1 + Hz + hertz + + + 0.000 100.000 + 0.1 + Hz + hertz + + + 0.000 100.000 + 0.1 + Hz + hertz + + + 0 200 + 0.5 + + + 0.000 1.000 + 0.01 + + + 0 0.03 + 0.001 + + + 1 8 + + + 1 8 + + + gravities + standard acceleration due to gravity + 0.1 10 + 0.01 + + + 0.0 5.0 + 0.01 + + + 0.0 1.0 + 0.01 + + + + + 0:UseFence,1:UseProximitySensor,2:UseBeaconFence + + + m + meters + 1 10 + + + + Slide + Stop + + + + m/s + meters per second + 0 2 + + + m/s/s + meters per square second + 0 9 + + + m + meters + 0 2 + + + + + Pa + pascal + 1 + True + True + + + degC + degrees Celsius + 1 + True + + + m + meters + 0.1 + + + + FirstBaro + 2ndBaro + 3rdBaro + + + + + Disabled + Bus0 + Bus1 + Bus6 + + + + Pa + pascal + 1 + True + True + + + Pa + pascal + 1 + True + True + + + % + percent + 0 100 + 1 + + + 0:BMP085,1:BMP280,2:MS5611,3:MS5607,4:MS5637,5:FBM320,6:DPS280,7:LPS25H,8:Keller,9:MS5837,10:BMP388,11:SPL06,12:MSP + + + True + + + True + + + True + + + m + meters + 0.1 + True + + + m + meters + 1 + 0 5000 + + + 0:Treat MS5611 as MS5607 + + + + + + Disabled + Enabled + + + + -1.0 1.0 + 0.05 + + + -1.0 1.0 + 0.05 + + + -1.0 1.0 + 0.05 + + + -1.0 1.0 + 0.05 + + + -1.0 1.0 + 0.05 + + + -1.0 1.0 + 0.05 + + + + + + Disabled + Enabled + + + + -1.0 1.0 + 0.05 + + + -1.0 1.0 + 0.05 + + + -1.0 1.0 + 0.05 + + + -1.0 1.0 + 0.05 + + + -1.0 1.0 + 0.05 + + + -1.0 1.0 + 0.05 + + + + + + Disabled + Enabled + + + + -1.0 1.0 + 0.05 + + + -1.0 1.0 + 0.05 + + + -1.0 1.0 + 0.05 + + + -1.0 1.0 + 0.05 + + + -1.0 1.0 + 0.05 + + + -1.0 1.0 + 0.05 + + + + + + Disabled + Analog Voltage Only + Analog Voltage and Current + Solo + Bebop + SMBus-Generic + DroneCAN-BatteryInfo + ESC + Sum Of Selected Monitors + FuelFlow + FuelLevelPWM + SMBUS-SUI3 + SMBUS-SUI6 + NeoDesign + SMBus-Maxell + Generator-Elec + Generator-Fuel + Rotoye + MPPT + INA2XX + LTC2946 + Torqeedo + FuelLevelAnalog + Synthetic Current and Analog Voltage + INA239_SPI + EFI + AD7091R5 + Scripting + + True + + + mAh + milliampere hour + 50 + + + + + s + seconds + 1 + 0 120 + + + + Raw Voltage + Sag Compensated Voltage + + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + + None + RTL + Hold + SmartRTL + SmartRTL or Hold + Terminate + + + + + None + RTL + Hold + SmartRTL + SmartRTL or Hold + Terminate + + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + 0:Ignore DroneCAN SoC, 1:MPPT reports input voltage and current, 2:MPPT Powered off when disarmed, 3:MPPT Powered on when armed, 4:MPPT Powered off at boot, 5:MPPT Powered on at boot, 6:Send resistance compensated voltage to GCS, 7:Allow DroneCAN InfoAux to be from a different CAN node + + + 0 10 + 1 + + + + Disabled + Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 + Navigator + Pixhawk2_PM2/CubeOrange_PM2 + CubeOrange + Durandal + PX4-v1 + + True + + + + Disabled + Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 + CubeOrange_PM2/Navigator + Pixhawk2_PM2 + CubeOrange + Durandal + PX4-v1 + + True + + + + + A/V + ampere per volt + + + V + volt + + + V + volt + + + 0 3 + True + + + 0 127 + True + + + 0:monitor 1, 1:monitor 2, 2:monitor 3, 3:monitor 4, 4:monitor 5, 5:monitor 6, 6:monitor 7, 7:monitor 8, 8:monitor 9 + + + .1 10 + + + 0.01 10 + V + volt + + + 0.01 10 + + + -1 1 + Hz + hertz + True + + + + Not Used + Pixracer + Pixhawk ADC4 + Pixhawk ADC3 + Pixhawk ADC6/Pixhawk2 ADC + Pixhawk SBUS + + + + 0 10 + + + 0 10 + + + 0 10 + + + 0 10 + + + 7 100 + + + 0 3 + True + + + 0 127 + True + + + 1 400 + A + ampere + + + 0.0001 0.01 + Ohm + Ohm + + + + + + Disabled + Analog Voltage Only + Analog Voltage and Current + Solo + Bebop + SMBus-Generic + DroneCAN-BatteryInfo + ESC + Sum Of Selected Monitors + FuelFlow + FuelLevelPWM + SMBUS-SUI3 + SMBUS-SUI6 + NeoDesign + SMBus-Maxell + Generator-Elec + Generator-Fuel + Rotoye + MPPT + INA2XX + LTC2946 + Torqeedo + FuelLevelAnalog + Synthetic Current and Analog Voltage + INA239_SPI + EFI + AD7091R5 + Scripting + + True + + + mAh + milliampere hour + 50 + + + + + s + seconds + 1 + 0 120 + + + + Raw Voltage + Sag Compensated Voltage + + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + + None + RTL + Hold + SmartRTL + SmartRTL or Hold + Terminate + + + + + None + RTL + Hold + SmartRTL + SmartRTL or Hold + Terminate + + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + 0:Ignore DroneCAN SoC, 1:MPPT reports input voltage and current, 2:MPPT Powered off when disarmed, 3:MPPT Powered on when armed, 4:MPPT Powered off at boot, 5:MPPT Powered on at boot, 6:Send resistance compensated voltage to GCS, 7:Allow DroneCAN InfoAux to be from a different CAN node + + + 0 10 + 1 + + + + Disabled + Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 + Navigator + Pixhawk2_PM2/CubeOrange_PM2 + CubeOrange + Durandal + PX4-v1 + + True + + + + Disabled + Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 + CubeOrange_PM2/Navigator + Pixhawk2_PM2 + CubeOrange + Durandal + PX4-v1 + + True + + + + + A/V + ampere per volt + + + V + volt + + + V + volt + + + 0 3 + True + + + 0 127 + True + + + 0:monitor 1, 1:monitor 2, 2:monitor 3, 3:monitor 4, 4:monitor 5, 5:monitor 6, 6:monitor 7, 7:monitor 8, 8:monitor 9 + + + .1 10 + + + 0.01 10 + V + volt + + + 0.01 10 + + + -1 1 + Hz + hertz + True + + + + Not Used + Pixracer + Pixhawk ADC4 + Pixhawk ADC3 + Pixhawk ADC6/Pixhawk2 ADC + Pixhawk SBUS + + + + 0 10 + + + 0 10 + + + 0 10 + + + 0 10 + + + 7 100 + + + 0 3 + True + + + 0 127 + True + + + 1 400 + A + ampere + + + 0.0001 0.01 + Ohm + Ohm + + + + + + Disabled + Analog Voltage Only + Analog Voltage and Current + Solo + Bebop + SMBus-Generic + DroneCAN-BatteryInfo + ESC + Sum Of Selected Monitors + FuelFlow + FuelLevelPWM + SMBUS-SUI3 + SMBUS-SUI6 + NeoDesign + SMBus-Maxell + Generator-Elec + Generator-Fuel + Rotoye + MPPT + INA2XX + LTC2946 + Torqeedo + FuelLevelAnalog + Synthetic Current and Analog Voltage + INA239_SPI + EFI + AD7091R5 + Scripting + + True + + + mAh + milliampere hour + 50 + + + + + s + seconds + 1 + 0 120 + + + + Raw Voltage + Sag Compensated Voltage + + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + + None + RTL + Hold + SmartRTL + SmartRTL or Hold + Terminate + + + + + None + RTL + Hold + SmartRTL + SmartRTL or Hold + Terminate + + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + 0:Ignore DroneCAN SoC, 1:MPPT reports input voltage and current, 2:MPPT Powered off when disarmed, 3:MPPT Powered on when armed, 4:MPPT Powered off at boot, 5:MPPT Powered on at boot, 6:Send resistance compensated voltage to GCS, 7:Allow DroneCAN InfoAux to be from a different CAN node + + + 0 10 + 1 + + + + Disabled + Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 + Navigator + Pixhawk2_PM2/CubeOrange_PM2 + CubeOrange + Durandal + PX4-v1 + + True + + + + Disabled + Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 + CubeOrange_PM2/Navigator + Pixhawk2_PM2 + CubeOrange + Durandal + PX4-v1 + + True + + + + + A/V + ampere per volt + + + V + volt + + + V + volt + + + 0 3 + True + + + 0 127 + True + + + 0:monitor 1, 1:monitor 2, 2:monitor 3, 3:monitor 4, 4:monitor 5, 5:monitor 6, 6:monitor 7, 7:monitor 8, 8:monitor 9 + + + .1 10 + + + 0.01 10 + V + volt + + + 0.01 10 + + + -1 1 + Hz + hertz + True + + + + Not Used + Pixracer + Pixhawk ADC4 + Pixhawk ADC3 + Pixhawk ADC6/Pixhawk2 ADC + Pixhawk SBUS + + + + 0 10 + + + 0 10 + + + 0 10 + + + 0 10 + + + 7 100 + + + 0 3 + True + + + 0 127 + True + + + 1 400 + A + ampere + + + 0.0001 0.01 + Ohm + Ohm + + + + + + Disabled + Analog Voltage Only + Analog Voltage and Current + Solo + Bebop + SMBus-Generic + DroneCAN-BatteryInfo + ESC + Sum Of Selected Monitors + FuelFlow + FuelLevelPWM + SMBUS-SUI3 + SMBUS-SUI6 + NeoDesign + SMBus-Maxell + Generator-Elec + Generator-Fuel + Rotoye + MPPT + INA2XX + LTC2946 + Torqeedo + FuelLevelAnalog + Synthetic Current and Analog Voltage + INA239_SPI + EFI + AD7091R5 + Scripting + + True + + + mAh + milliampere hour + 50 + + + + + s + seconds + 1 + 0 120 + + + + Raw Voltage + Sag Compensated Voltage + + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + + None + RTL + Hold + SmartRTL + SmartRTL or Hold + Terminate + + + + + None + RTL + Hold + SmartRTL + SmartRTL or Hold + Terminate + + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + 0:Ignore DroneCAN SoC, 1:MPPT reports input voltage and current, 2:MPPT Powered off when disarmed, 3:MPPT Powered on when armed, 4:MPPT Powered off at boot, 5:MPPT Powered on at boot, 6:Send resistance compensated voltage to GCS, 7:Allow DroneCAN InfoAux to be from a different CAN node + + + 0 10 + 1 + + + + Disabled + Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 + Navigator + Pixhawk2_PM2/CubeOrange_PM2 + CubeOrange + Durandal + PX4-v1 + + True + + + + Disabled + Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 + CubeOrange_PM2/Navigator + Pixhawk2_PM2 + CubeOrange + Durandal + PX4-v1 + + True + + + + + A/V + ampere per volt + + + V + volt + + + V + volt + + + 0 3 + True + + + 0 127 + True + + + 0:monitor 1, 1:monitor 2, 2:monitor 3, 3:monitor 4, 4:monitor 5, 5:monitor 6, 6:monitor 7, 7:monitor 8, 8:monitor 9 + + + .1 10 + + + 0.01 10 + V + volt + + + 0.01 10 + + + -1 1 + Hz + hertz + True + + + + Not Used + Pixracer + Pixhawk ADC4 + Pixhawk ADC3 + Pixhawk ADC6/Pixhawk2 ADC + Pixhawk SBUS + + + + 0 10 + + + 0 10 + + + 0 10 + + + 0 10 + + + 7 100 + + + 0 3 + True + + + 0 127 + True + + + 1 400 + A + ampere + + + 0.0001 0.01 + Ohm + Ohm + + + + + + Disabled + Analog Voltage Only + Analog Voltage and Current + Solo + Bebop + SMBus-Generic + DroneCAN-BatteryInfo + ESC + Sum Of Selected Monitors + FuelFlow + FuelLevelPWM + SMBUS-SUI3 + SMBUS-SUI6 + NeoDesign + SMBus-Maxell + Generator-Elec + Generator-Fuel + Rotoye + MPPT + INA2XX + LTC2946 + Torqeedo + FuelLevelAnalog + Synthetic Current and Analog Voltage + INA239_SPI + EFI + AD7091R5 + Scripting + + True + + + mAh + milliampere hour + 50 + + + + + s + seconds + 1 + 0 120 + + + + Raw Voltage + Sag Compensated Voltage + + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + + None + RTL + Hold + SmartRTL + SmartRTL or Hold + Terminate + + + + + None + RTL + Hold + SmartRTL + SmartRTL or Hold + Terminate + + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + 0:Ignore DroneCAN SoC, 1:MPPT reports input voltage and current, 2:MPPT Powered off when disarmed, 3:MPPT Powered on when armed, 4:MPPT Powered off at boot, 5:MPPT Powered on at boot, 6:Send resistance compensated voltage to GCS, 7:Allow DroneCAN InfoAux to be from a different CAN node + + + 0 10 + 1 + + + + Disabled + Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 + Navigator + Pixhawk2_PM2/CubeOrange_PM2 + CubeOrange + Durandal + PX4-v1 + + True + + + + Disabled + Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 + CubeOrange_PM2/Navigator + Pixhawk2_PM2 + CubeOrange + Durandal + PX4-v1 + + True + + + + + A/V + ampere per volt + + + V + volt + + + V + volt + + + 0 3 + True + + + 0 127 + True + + + 0:monitor 1, 1:monitor 2, 2:monitor 3, 3:monitor 4, 4:monitor 5, 5:monitor 6, 6:monitor 7, 7:monitor 8, 8:monitor 9 + + + .1 10 + + + 0.01 10 + V + volt + + + 0.01 10 + + + -1 1 + Hz + hertz + True + + + + Not Used + Pixracer + Pixhawk ADC4 + Pixhawk ADC3 + Pixhawk ADC6/Pixhawk2 ADC + Pixhawk SBUS + + + + 0 10 + + + 0 10 + + + 0 10 + + + 0 10 + + + 7 100 + + + 0 3 + True + + + 0 127 + True + + + 1 400 + A + ampere + + + 0.0001 0.01 + Ohm + Ohm + + + + + + Disabled + Analog Voltage Only + Analog Voltage and Current + Solo + Bebop + SMBus-Generic + DroneCAN-BatteryInfo + ESC + Sum Of Selected Monitors + FuelFlow + FuelLevelPWM + SMBUS-SUI3 + SMBUS-SUI6 + NeoDesign + SMBus-Maxell + Generator-Elec + Generator-Fuel + Rotoye + MPPT + INA2XX + LTC2946 + Torqeedo + FuelLevelAnalog + Synthetic Current and Analog Voltage + INA239_SPI + EFI + AD7091R5 + Scripting + + True + + + mAh + milliampere hour + 50 + + + + + s + seconds + 1 + 0 120 + + + + Raw Voltage + Sag Compensated Voltage + + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + + None + RTL + Hold + SmartRTL + SmartRTL or Hold + Terminate + + + + + None + RTL + Hold + SmartRTL + SmartRTL or Hold + Terminate + + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + 0:Ignore DroneCAN SoC, 1:MPPT reports input voltage and current, 2:MPPT Powered off when disarmed, 3:MPPT Powered on when armed, 4:MPPT Powered off at boot, 5:MPPT Powered on at boot, 6:Send resistance compensated voltage to GCS, 7:Allow DroneCAN InfoAux to be from a different CAN node + + + 0 10 + 1 + + + + Disabled + Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 + Navigator + Pixhawk2_PM2/CubeOrange_PM2 + CubeOrange + Durandal + PX4-v1 + + True + + + + Disabled + Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 + CubeOrange_PM2/Navigator + Pixhawk2_PM2 + CubeOrange + Durandal + PX4-v1 + + True + + + + + A/V + ampere per volt + + + V + volt + + + V + volt + + + 0 3 + True + + + 0 127 + True + + + 0:monitor 1, 1:monitor 2, 2:monitor 3, 3:monitor 4, 4:monitor 5, 5:monitor 6, 6:monitor 7, 7:monitor 8, 8:monitor 9 + + + .1 10 + + + 0.01 10 + V + volt + + + 0.01 10 + + + -1 1 + Hz + hertz + True + + + + Not Used + Pixracer + Pixhawk ADC4 + Pixhawk ADC3 + Pixhawk ADC6/Pixhawk2 ADC + Pixhawk SBUS + + + + 0 10 + + + 0 10 + + + 0 10 + + + 0 10 + + + 7 100 + + + 0 3 + True + + + 0 127 + True + + + 1 400 + A + ampere + + + 0.0001 0.01 + Ohm + Ohm + + + + + + Disabled + Analog Voltage Only + Analog Voltage and Current + Solo + Bebop + SMBus-Generic + DroneCAN-BatteryInfo + ESC + Sum Of Selected Monitors + FuelFlow + FuelLevelPWM + SMBUS-SUI3 + SMBUS-SUI6 + NeoDesign + SMBus-Maxell + Generator-Elec + Generator-Fuel + Rotoye + MPPT + INA2XX + LTC2946 + Torqeedo + FuelLevelAnalog + Synthetic Current and Analog Voltage + INA239_SPI + EFI + AD7091R5 + Scripting + + True + + + mAh + milliampere hour + 50 + + + + + s + seconds + 1 + 0 120 + + + + Raw Voltage + Sag Compensated Voltage + + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + + None + RTL + Hold + SmartRTL + SmartRTL or Hold + Terminate + + + + + None + RTL + Hold + SmartRTL + SmartRTL or Hold + Terminate + + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + 0:Ignore DroneCAN SoC, 1:MPPT reports input voltage and current, 2:MPPT Powered off when disarmed, 3:MPPT Powered on when armed, 4:MPPT Powered off at boot, 5:MPPT Powered on at boot, 6:Send resistance compensated voltage to GCS, 7:Allow DroneCAN InfoAux to be from a different CAN node + + + 0 10 + 1 + + + + Disabled + Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 + Navigator + Pixhawk2_PM2/CubeOrange_PM2 + CubeOrange + Durandal + PX4-v1 + + True + + + + Disabled + Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 + CubeOrange_PM2/Navigator + Pixhawk2_PM2 + CubeOrange + Durandal + PX4-v1 + + True + + + + + A/V + ampere per volt + + + V + volt + + + V + volt + + + 0 3 + True + + + 0 127 + True + + + 0:monitor 1, 1:monitor 2, 2:monitor 3, 3:monitor 4, 4:monitor 5, 5:monitor 6, 6:monitor 7, 7:monitor 8, 8:monitor 9 + + + .1 10 + + + 0.01 10 + V + volt + + + 0.01 10 + + + -1 1 + Hz + hertz + True + + + + Not Used + Pixracer + Pixhawk ADC4 + Pixhawk ADC3 + Pixhawk ADC6/Pixhawk2 ADC + Pixhawk SBUS + + + + 0 10 + + + 0 10 + + + 0 10 + + + 0 10 + + + 7 100 + + + 0 3 + True + + + 0 127 + True + + + 1 400 + A + ampere + + + 0.0001 0.01 + Ohm + Ohm + + + + + + Disabled + Analog Voltage Only + Analog Voltage and Current + Solo + Bebop + SMBus-Generic + DroneCAN-BatteryInfo + ESC + Sum Of Selected Monitors + FuelFlow + FuelLevelPWM + SMBUS-SUI3 + SMBUS-SUI6 + NeoDesign + SMBus-Maxell + Generator-Elec + Generator-Fuel + Rotoye + MPPT + INA2XX + LTC2946 + Torqeedo + FuelLevelAnalog + Synthetic Current and Analog Voltage + INA239_SPI + EFI + AD7091R5 + Scripting + + True + + + mAh + milliampere hour + 50 + + + + + s + seconds + 1 + 0 120 + + + + Raw Voltage + Sag Compensated Voltage + + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + + None + RTL + Hold + SmartRTL + SmartRTL or Hold + Terminate + + + + + None + RTL + Hold + SmartRTL + SmartRTL or Hold + Terminate + + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + 0:Ignore DroneCAN SoC, 1:MPPT reports input voltage and current, 2:MPPT Powered off when disarmed, 3:MPPT Powered on when armed, 4:MPPT Powered off at boot, 5:MPPT Powered on at boot, 6:Send resistance compensated voltage to GCS, 7:Allow DroneCAN InfoAux to be from a different CAN node + + + 0 10 + 1 + + + + Disabled + Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 + Navigator + Pixhawk2_PM2/CubeOrange_PM2 + CubeOrange + Durandal + PX4-v1 + + True + + + + Disabled + Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 + CubeOrange_PM2/Navigator + Pixhawk2_PM2 + CubeOrange + Durandal + PX4-v1 + + True + + + + + A/V + ampere per volt + + + V + volt + + + V + volt + + + 0 3 + True + + + 0 127 + True + + + 0:monitor 1, 1:monitor 2, 2:monitor 3, 3:monitor 4, 4:monitor 5, 5:monitor 6, 6:monitor 7, 7:monitor 8, 8:monitor 9 + + + .1 10 + + + 0.01 10 + V + volt + + + 0.01 10 + + + -1 1 + Hz + hertz + True + + + + Not Used + Pixracer + Pixhawk ADC4 + Pixhawk ADC3 + Pixhawk ADC6/Pixhawk2 ADC + Pixhawk SBUS + + + + 0 10 + + + 0 10 + + + 0 10 + + + 0 10 + + + 7 100 + + + 0 3 + True + + + 0 127 + True + + + 1 400 + A + ampere + + + 0.0001 0.01 + Ohm + Ohm + + + + + + Disabled + Analog Voltage Only + Analog Voltage and Current + Solo + Bebop + SMBus-Generic + DroneCAN-BatteryInfo + ESC + Sum Of Selected Monitors + FuelFlow + FuelLevelPWM + SMBUS-SUI3 + SMBUS-SUI6 + NeoDesign + SMBus-Maxell + Generator-Elec + Generator-Fuel + Rotoye + MPPT + INA2XX + LTC2946 + Torqeedo + FuelLevelAnalog + Synthetic Current and Analog Voltage + INA239_SPI + EFI + AD7091R5 + Scripting + + True + + + mAh + milliampere hour + 50 + + + + + s + seconds + 1 + 0 120 + + + + Raw Voltage + Sag Compensated Voltage + + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + + None + RTL + Hold + SmartRTL + SmartRTL or Hold + Terminate + + + + + None + RTL + Hold + SmartRTL + SmartRTL or Hold + Terminate + + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + 0:Ignore DroneCAN SoC, 1:MPPT reports input voltage and current, 2:MPPT Powered off when disarmed, 3:MPPT Powered on when armed, 4:MPPT Powered off at boot, 5:MPPT Powered on at boot, 6:Send resistance compensated voltage to GCS, 7:Allow DroneCAN InfoAux to be from a different CAN node + + + 0 10 + 1 + + + + Disabled + Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 + Navigator + Pixhawk2_PM2/CubeOrange_PM2 + CubeOrange + Durandal + PX4-v1 + + True + + + + Disabled + Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 + CubeOrange_PM2/Navigator + Pixhawk2_PM2 + CubeOrange + Durandal + PX4-v1 + + True + + + + + A/V + ampere per volt + + + V + volt + + + V + volt + + + 0 3 + True + + + 0 127 + True + + + 0:monitor 1, 1:monitor 2, 2:monitor 3, 3:monitor 4, 4:monitor 5, 5:monitor 6, 6:monitor 7, 7:monitor 8, 8:monitor 9 + + + .1 10 + + + 0.01 10 + V + volt + + + 0.01 10 + + + -1 1 + Hz + hertz + True + + + + Not Used + Pixracer + Pixhawk ADC4 + Pixhawk ADC3 + Pixhawk ADC6/Pixhawk2 ADC + Pixhawk SBUS + + + + 0 10 + + + 0 10 + + + 0 10 + + + 0 10 + + + 7 100 + + + 0 3 + True + + + 0 127 + True + + + 1 400 + A + ampere + + + 0.0001 0.01 + Ohm + Ohm + + + + + + Disabled + Analog Voltage Only + Analog Voltage and Current + Solo + Bebop + SMBus-Generic + DroneCAN-BatteryInfo + ESC + Sum Of Selected Monitors + FuelFlow + FuelLevelPWM + SMBUS-SUI3 + SMBUS-SUI6 + NeoDesign + SMBus-Maxell + Generator-Elec + Generator-Fuel + Rotoye + MPPT + INA2XX + LTC2946 + Torqeedo + FuelLevelAnalog + Synthetic Current and Analog Voltage + INA239_SPI + EFI + AD7091R5 + Scripting + + True + + + mAh + milliampere hour + 50 + + + + + s + seconds + 1 + 0 120 + + + + Raw Voltage + Sag Compensated Voltage + + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + + None + RTL + Hold + SmartRTL + SmartRTL or Hold + Terminate + + + + + None + RTL + Hold + SmartRTL + SmartRTL or Hold + Terminate + + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + 0:Ignore DroneCAN SoC, 1:MPPT reports input voltage and current, 2:MPPT Powered off when disarmed, 3:MPPT Powered on when armed, 4:MPPT Powered off at boot, 5:MPPT Powered on at boot, 6:Send resistance compensated voltage to GCS, 7:Allow DroneCAN InfoAux to be from a different CAN node + + + 0 10 + 1 + + + + Disabled + Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 + Navigator + Pixhawk2_PM2/CubeOrange_PM2 + CubeOrange + Durandal + PX4-v1 + + True + + + + Disabled + Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 + CubeOrange_PM2/Navigator + Pixhawk2_PM2 + CubeOrange + Durandal + PX4-v1 + + True + + + + + A/V + ampere per volt + + + V + volt + + + V + volt + + + 0 3 + True + + + 0 127 + True + + + 0:monitor 1, 1:monitor 2, 2:monitor 3, 3:monitor 4, 4:monitor 5, 5:monitor 6, 6:monitor 7, 7:monitor 8, 8:monitor 9 + + + .1 10 + + + 0.01 10 + V + volt + + + 0.01 10 + + + -1 1 + Hz + hertz + True + + + + Not Used + Pixracer + Pixhawk ADC4 + Pixhawk ADC3 + Pixhawk ADC6/Pixhawk2 ADC + Pixhawk SBUS + + + + 0 10 + + + 0 10 + + + 0 10 + + + 0 10 + + + 7 100 + + + 0 3 + True + + + 0 127 + True + + + 1 400 + A + ampere + + + 0.0001 0.01 + Ohm + Ohm + + + + + + Disabled + Analog Voltage Only + Analog Voltage and Current + Solo + Bebop + SMBus-Generic + DroneCAN-BatteryInfo + ESC + Sum Of Selected Monitors + FuelFlow + FuelLevelPWM + SMBUS-SUI3 + SMBUS-SUI6 + NeoDesign + SMBus-Maxell + Generator-Elec + Generator-Fuel + Rotoye + MPPT + INA2XX + LTC2946 + Torqeedo + FuelLevelAnalog + Synthetic Current and Analog Voltage + INA239_SPI + EFI + AD7091R5 + Scripting + + True + + + mAh + milliampere hour + 50 + + + + + s + seconds + 1 + 0 120 + + + + Raw Voltage + Sag Compensated Voltage + + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + + None + RTL + Hold + SmartRTL + SmartRTL or Hold + Terminate + + + + + None + RTL + Hold + SmartRTL + SmartRTL or Hold + Terminate + + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + 0:Ignore DroneCAN SoC, 1:MPPT reports input voltage and current, 2:MPPT Powered off when disarmed, 3:MPPT Powered on when armed, 4:MPPT Powered off at boot, 5:MPPT Powered on at boot, 6:Send resistance compensated voltage to GCS, 7:Allow DroneCAN InfoAux to be from a different CAN node + + + 0 10 + 1 + + + + Disabled + Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 + Navigator + Pixhawk2_PM2/CubeOrange_PM2 + CubeOrange + Durandal + PX4-v1 + + True + + + + Disabled + Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 + CubeOrange_PM2/Navigator + Pixhawk2_PM2 + CubeOrange + Durandal + PX4-v1 + + True + + + + + A/V + ampere per volt + + + V + volt + + + V + volt + + + 0 3 + True + + + 0 127 + True + + + 0:monitor 1, 1:monitor 2, 2:monitor 3, 3:monitor 4, 4:monitor 5, 5:monitor 6, 6:monitor 7, 7:monitor 8, 8:monitor 9 + + + .1 10 + + + 0.01 10 + V + volt + + + 0.01 10 + + + -1 1 + Hz + hertz + True + + + + Not Used + Pixracer + Pixhawk ADC4 + Pixhawk ADC3 + Pixhawk ADC6/Pixhawk2 ADC + Pixhawk SBUS + + + + 0 10 + + + 0 10 + + + 0 10 + + + 0 10 + + + 7 100 + + + 0 3 + True + + + 0 127 + True + + + 1 400 + A + ampere + + + 0.0001 0.01 + Ohm + Ohm + + + + + + Disabled + Analog Voltage Only + Analog Voltage and Current + Solo + Bebop + SMBus-Generic + DroneCAN-BatteryInfo + ESC + Sum Of Selected Monitors + FuelFlow + FuelLevelPWM + SMBUS-SUI3 + SMBUS-SUI6 + NeoDesign + SMBus-Maxell + Generator-Elec + Generator-Fuel + Rotoye + MPPT + INA2XX + LTC2946 + Torqeedo + FuelLevelAnalog + Synthetic Current and Analog Voltage + INA239_SPI + EFI + AD7091R5 + Scripting + + True + + + mAh + milliampere hour + 50 + + + + + s + seconds + 1 + 0 120 + + + + Raw Voltage + Sag Compensated Voltage + + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + + None + RTL + Hold + SmartRTL + SmartRTL or Hold + Terminate + + + + + None + RTL + Hold + SmartRTL + SmartRTL or Hold + Terminate + + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + 0:Ignore DroneCAN SoC, 1:MPPT reports input voltage and current, 2:MPPT Powered off when disarmed, 3:MPPT Powered on when armed, 4:MPPT Powered off at boot, 5:MPPT Powered on at boot, 6:Send resistance compensated voltage to GCS, 7:Allow DroneCAN InfoAux to be from a different CAN node + + + 0 10 + 1 + + + + Disabled + Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 + Navigator + Pixhawk2_PM2/CubeOrange_PM2 + CubeOrange + Durandal + PX4-v1 + + True + + + + Disabled + Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 + CubeOrange_PM2/Navigator + Pixhawk2_PM2 + CubeOrange + Durandal + PX4-v1 + + True + + + + + A/V + ampere per volt + + + V + volt + + + V + volt + + + 0 3 + True + + + 0 127 + True + + + 0:monitor 1, 1:monitor 2, 2:monitor 3, 3:monitor 4, 4:monitor 5, 5:monitor 6, 6:monitor 7, 7:monitor 8, 8:monitor 9 + + + .1 10 + + + 0.01 10 + V + volt + + + 0.01 10 + + + -1 1 + Hz + hertz + True + + + + Not Used + Pixracer + Pixhawk ADC4 + Pixhawk ADC3 + Pixhawk ADC6/Pixhawk2 ADC + Pixhawk SBUS + + + + 0 10 + + + 0 10 + + + 0 10 + + + 0 10 + + + 7 100 + + + 0 3 + True + + + 0 127 + True + + + 1 400 + A + ampere + + + 0.0001 0.01 + Ohm + Ohm + + + + + + Disabled + Analog Voltage Only + Analog Voltage and Current + Solo + Bebop + SMBus-Generic + DroneCAN-BatteryInfo + ESC + Sum Of Selected Monitors + FuelFlow + FuelLevelPWM + SMBUS-SUI3 + SMBUS-SUI6 + NeoDesign + SMBus-Maxell + Generator-Elec + Generator-Fuel + Rotoye + MPPT + INA2XX + LTC2946 + Torqeedo + FuelLevelAnalog + Synthetic Current and Analog Voltage + INA239_SPI + EFI + AD7091R5 + Scripting + + True + + + mAh + milliampere hour + 50 + + + + + s + seconds + 1 + 0 120 + + + + Raw Voltage + Sag Compensated Voltage + + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + + None + RTL + Hold + SmartRTL + SmartRTL or Hold + Terminate + + + + + None + RTL + Hold + SmartRTL + SmartRTL or Hold + Terminate + + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + 0:Ignore DroneCAN SoC, 1:MPPT reports input voltage and current, 2:MPPT Powered off when disarmed, 3:MPPT Powered on when armed, 4:MPPT Powered off at boot, 5:MPPT Powered on at boot, 6:Send resistance compensated voltage to GCS, 7:Allow DroneCAN InfoAux to be from a different CAN node + + + 0 10 + 1 + + + + Disabled + Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 + Navigator + Pixhawk2_PM2/CubeOrange_PM2 + CubeOrange + Durandal + PX4-v1 + + True + + + + Disabled + Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 + CubeOrange_PM2/Navigator + Pixhawk2_PM2 + CubeOrange + Durandal + PX4-v1 + + True + + + + + A/V + ampere per volt + + + V + volt + + + V + volt + + + 0 3 + True + + + 0 127 + True + + + 0:monitor 1, 1:monitor 2, 2:monitor 3, 3:monitor 4, 4:monitor 5, 5:monitor 6, 6:monitor 7, 7:monitor 8, 8:monitor 9 + + + .1 10 + + + 0.01 10 + V + volt + + + 0.01 10 + + + -1 1 + Hz + hertz + True + + + + Not Used + Pixracer + Pixhawk ADC4 + Pixhawk ADC3 + Pixhawk ADC6/Pixhawk2 ADC + Pixhawk SBUS + + + + 0 10 + + + 0 10 + + + 0 10 + + + 0 10 + + + 7 100 + + + 0 3 + True + + + 0 127 + True + + + 1 400 + A + ampere + + + 0.0001 0.01 + Ohm + Ohm + + + + + + Disabled + Analog Voltage Only + Analog Voltage and Current + Solo + Bebop + SMBus-Generic + DroneCAN-BatteryInfo + ESC + Sum Of Selected Monitors + FuelFlow + FuelLevelPWM + SMBUS-SUI3 + SMBUS-SUI6 + NeoDesign + SMBus-Maxell + Generator-Elec + Generator-Fuel + Rotoye + MPPT + INA2XX + LTC2946 + Torqeedo + FuelLevelAnalog + Synthetic Current and Analog Voltage + INA239_SPI + EFI + AD7091R5 + Scripting + + True + + + mAh + milliampere hour + 50 + + + + + s + seconds + 1 + 0 120 + + + + Raw Voltage + Sag Compensated Voltage + + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + + None + RTL + Hold + SmartRTL + SmartRTL or Hold + Terminate + + + + + None + RTL + Hold + SmartRTL + SmartRTL or Hold + Terminate + + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + 0:Ignore DroneCAN SoC, 1:MPPT reports input voltage and current, 2:MPPT Powered off when disarmed, 3:MPPT Powered on when armed, 4:MPPT Powered off at boot, 5:MPPT Powered on at boot, 6:Send resistance compensated voltage to GCS, 7:Allow DroneCAN InfoAux to be from a different CAN node + + + 0 10 + 1 + + + + Disabled + Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 + Navigator + Pixhawk2_PM2/CubeOrange_PM2 + CubeOrange + Durandal + PX4-v1 + + True + + + + Disabled + Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 + CubeOrange_PM2/Navigator + Pixhawk2_PM2 + CubeOrange + Durandal + PX4-v1 + + True + + + + + A/V + ampere per volt + + + V + volt + + + V + volt + + + 0 3 + True + + + 0 127 + True + + + 0:monitor 1, 1:monitor 2, 2:monitor 3, 3:monitor 4, 4:monitor 5, 5:monitor 6, 6:monitor 7, 7:monitor 8, 8:monitor 9 + + + .1 10 + + + 0.01 10 + V + volt + + + 0.01 10 + + + -1 1 + Hz + hertz + True + + + + Not Used + Pixracer + Pixhawk ADC4 + Pixhawk ADC3 + Pixhawk ADC6/Pixhawk2 ADC + Pixhawk SBUS + + + + 0 10 + + + 0 10 + + + 0 10 + + + 0 10 + + + 7 100 + + + 0 3 + True + + + 0 127 + True + + + 1 400 + A + ampere + + + 0.0001 0.01 + Ohm + Ohm + + + + + + Disabled + Analog Voltage Only + Analog Voltage and Current + Solo + Bebop + SMBus-Generic + DroneCAN-BatteryInfo + ESC + Sum Of Selected Monitors + FuelFlow + FuelLevelPWM + SMBUS-SUI3 + SMBUS-SUI6 + NeoDesign + SMBus-Maxell + Generator-Elec + Generator-Fuel + Rotoye + MPPT + INA2XX + LTC2946 + Torqeedo + FuelLevelAnalog + Synthetic Current and Analog Voltage + INA239_SPI + EFI + AD7091R5 + Scripting + + True + + + mAh + milliampere hour + 50 + + + + + s + seconds + 1 + 0 120 + + + + Raw Voltage + Sag Compensated Voltage + + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + + None + RTL + Hold + SmartRTL + SmartRTL or Hold + Terminate + + + + + None + RTL + Hold + SmartRTL + SmartRTL or Hold + Terminate + + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + 0:Ignore DroneCAN SoC, 1:MPPT reports input voltage and current, 2:MPPT Powered off when disarmed, 3:MPPT Powered on when armed, 4:MPPT Powered off at boot, 5:MPPT Powered on at boot, 6:Send resistance compensated voltage to GCS, 7:Allow DroneCAN InfoAux to be from a different CAN node + + + 0 10 + 1 + + + + Disabled + Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 + Navigator + Pixhawk2_PM2/CubeOrange_PM2 + CubeOrange + Durandal + PX4-v1 + + True + + + + Disabled + Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 + CubeOrange_PM2/Navigator + Pixhawk2_PM2 + CubeOrange + Durandal + PX4-v1 + + True + + + + + A/V + ampere per volt + + + V + volt + + + V + volt + + + 0 3 + True + + + 0 127 + True + + + 0:monitor 1, 1:monitor 2, 2:monitor 3, 3:monitor 4, 4:monitor 5, 5:monitor 6, 6:monitor 7, 7:monitor 8, 8:monitor 9 + + + .1 10 + + + 0.01 10 + V + volt + + + 0.01 10 + + + -1 1 + Hz + hertz + True + + + + Not Used + Pixracer + Pixhawk ADC4 + Pixhawk ADC3 + Pixhawk ADC6/Pixhawk2 ADC + Pixhawk SBUS + + + + 0 10 + + + 0 10 + + + 0 10 + + + 0 10 + + + 7 100 + + + 0 3 + True + + + 0 127 + True + + + 1 400 + A + ampere + + + 0.0001 0.01 + Ohm + Ohm + + + + + + Disabled + Analog Voltage Only + Analog Voltage and Current + Solo + Bebop + SMBus-Generic + DroneCAN-BatteryInfo + ESC + Sum Of Selected Monitors + FuelFlow + FuelLevelPWM + SMBUS-SUI3 + SMBUS-SUI6 + NeoDesign + SMBus-Maxell + Generator-Elec + Generator-Fuel + Rotoye + MPPT + INA2XX + LTC2946 + Torqeedo + FuelLevelAnalog + Synthetic Current and Analog Voltage + INA239_SPI + EFI + AD7091R5 + Scripting + + True + + + mAh + milliampere hour + 50 + + + + + s + seconds + 1 + 0 120 + + + + Raw Voltage + Sag Compensated Voltage + + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + + None + RTL + Hold + SmartRTL + SmartRTL or Hold + Terminate + + + + + None + RTL + Hold + SmartRTL + SmartRTL or Hold + Terminate + + + + V + volt + 0.1 + + + mAh + milliampere hour + 50 + + + 0:Ignore DroneCAN SoC, 1:MPPT reports input voltage and current, 2:MPPT Powered off when disarmed, 3:MPPT Powered on when armed, 4:MPPT Powered off at boot, 5:MPPT Powered on at boot, 6:Send resistance compensated voltage to GCS, 7:Allow DroneCAN InfoAux to be from a different CAN node + + + 0 10 + 1 + + + + Disabled + Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 + Navigator + Pixhawk2_PM2/CubeOrange_PM2 + CubeOrange + Durandal + PX4-v1 + + True + + + + Disabled + Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 + CubeOrange_PM2/Navigator + Pixhawk2_PM2 + CubeOrange + Durandal + PX4-v1 + + True + + + + + A/V + ampere per volt + + + V + volt + + + V + volt + + + 0 3 + True + + + 0 127 + True + + + 0:monitor 1, 1:monitor 2, 2:monitor 3, 3:monitor 4, 4:monitor 5, 5:monitor 6, 6:monitor 7, 7:monitor 8, 8:monitor 9 + + + .1 10 + + + 0.01 10 + V + volt + + + 0.01 10 + + + -1 1 + Hz + hertz + True + + + + Not Used + Pixracer + Pixhawk ADC4 + Pixhawk ADC3 + Pixhawk ADC6/Pixhawk2 ADC + Pixhawk SBUS + + + + 0 10 + + + 0 10 + + + 0 10 + + + 0 10 + + + 7 100 + + + 0 3 + True + + + 0 127 + True + + + 1 400 + A + ampere + + + 0.0001 0.01 + Ohm + Ohm + + + + + + None + Pozyx + Marvelmind + Nooploop + SITL + + + + deg + degrees + 0.000001 + -90 90 + + + deg + degrees + 0.000001 + -180 180 + + + m + meters + 1 + 0 10000 + + + deg + degrees + 1 + -180 +180 + + + + + + Disabled + Enabled + Auto + + True + + + + Disabled + Enabled + Auto + + True + + + + Disabled + Enabled + Auto + + True + + + + Disabled + Enabled + Auto + + True + + + + Disabled + Enabled + Auto + + True + + + + Disabled + Enabled + + True + + + + Disabled + 50Hz + 75Hz + 100Hz + 150Hz + 200Hz + 250Hz + 300Hz + + True + + + -8388608 8388607 + + + 0:Output1,1:Output2,2:Output3,3:Output4,4:Output5,5:Output6,6:Output7,7:Output8,8:Output9,9:Output10,10:Output11,11:Output12,12:Output13,13:Output14 + True + + + -1 80 + degC + degrees Celsius + + + + AUTO + PX4V1 + Pixhawk + Cube/Pixhawk2 + Pixracer + PixhawkMini + Pixhawk2Slim + Intel Aero FC + Pixhawk Pro + AUAV2.1 + PCNC1 + MINDPXV2 + SP01 + CUAVv5/FMUV5 + VRX BRAIN51 + VRX BRAIN52 + VRX BRAIN52E + VRX UBRAIN51 + VRX UBRAIN52 + VRX CORE10 + VRX BRAIN54 + PX4 FMUV6 + PX4 OLDDRIVERS + + True + + + + Disabled + Enabled + EnableNoFWUpdate + + True + + + 0:ActiveForSafetyDisable,1:ActiveForSafetyEnable,2:ActiveWhenArmed,3:Force safety on when the aircraft disarms + + + V + volt + 4.0 5.5 + 0.1 + + + V + volt + 3.3 12.0 + 0.1 + + + 0 32 + 1 + + + + 3.3V + 5V + + + + 0:Enable hardware watchdog, 1:Disable MAVftp, 2:Enable set of internal parameters, 3:Enable Debug Pins, 4:Unlock flash on reboot, 5:Write protect firmware flash on reboot, 6:Write protect bootloader flash on reboot, 7:Skip board validation, 8:Disable board arming gpio output change on arm/disarm + + + 0 10000 + ms + milliseconds + + + 1 500 + 1 + + + 0 1 + 0.1 + + + 0 100 + 1 + + + 0 10 + 1 + True + + + 0 20 + degC + degrees Celsius + + + 0 64 + True + + + + StandardFW + DshotFW + + True + + + + + + None + CYRF6936 + CC2500 + BK2425 + + + + + Auto + DSM2 + DSMX + + + + 0 4 + + + + NotDisabled + Disabled + + + + 0 16 + + + 0 16 + + + + Disabled + Enabled + + + + 1 8 + + + + Disabled + MinChannel + MidChannel + MaxChannel + MinChannelCW + MidChannelCW + MaxChannelCW + + + + + Mode1 + Mode2 + + + + + Disabled + TestChan1 + TestChan2 + TestChan3 + TestChan4 + TestChan5 + TestChan6 + TestChan7 + TestChan8 + + + + 0 16 + + + 0 16 + + + 1 8 + + + 0 40 + + + 0 120 + + + 0 31 + + + + + 0:GPS,1:MAVLINK_SYSTEM_TIME,2:HW + + + -720 +840 + + + + + + Disabled + Enabled + + + + + Disabled + AUXOUT1 + AUXOUT2 + AUXOUT3 + AUXOUT4 + AUXOUT5 + AUXOUT6 + + + + + Disabled + AUXOUT1 + AUXOUT2 + AUXOUT3 + AUXOUT4 + AUXOUT5 + AUXOUT6 + + + + + Disabled + AUXOUT1 + AUXOUT2 + AUXOUT3 + AUXOUT4 + AUXOUT5 + AUXOUT6 + + + + + Disabled + AUXOUT1 + AUXOUT2 + AUXOUT3 + AUXOUT4 + AUXOUT5 + AUXOUT6 + + + + 0 3600 + + + 0:PWM Input,1:InvertInput + + + 0:PWM Input,1:InvertInput + + + 0:PWM Input,1:InvertInput + + + 0:PWM Input,1:InvertInput + + + + Do Nothing + ACRO Mode + AUTO Mode + Arm/Emergency Motor Stop + ArmDisarm (4.1 and lower) + ArmDisarm (4.2 and higher) + Auto Mission Reset + Battery MPPT Enable + CIRCLE Mode + Calibrate Compasses + Camera Auto Focus + Camera Image Tracking + Camera Lens + Camera Manual Focus + Camera Mode Toggle + Camera Record Video + Camera Trigger + Camera Zoom + Clear Waypoints + Compass Learn + Disable Airspeed Use + Disarm + EKF Pos Source + FFT Tune + FOLLOW Mode + Fence Enable + Flap + GPS Disable + GPS Disable Yaw + GUIDED Mode + Gripper Release + HOLD Mode + KillIMU1 + KillIMU2 + KillIMU3 + LOITER Mode + LearnCruise Speed + Lost Rover Sound + MANUAL Mode + MainSail + Motor Emergency Stop + Mount Lock + Mount1 Pitch + Mount1 Roll + Mount1 Yaw + Mount2 Pitch + Mount2 Roll + Mount2 Yaw + Pause Stream Logging + Pitch + Proximity Avoidance Enable + RC Override Enable + RTL + Relay1 On/Off + Relay2 On/Off + Relay3 On/Off + Relay4 On/Off + Relay5 On/Off + Relay6 On/Off + Retract Mount1 + Roll + RunCam Control + RunCam OSD Control + SMARTRTL Mode + STEERING Mode + Sailboat Tack + Sailboat motoring 3pos + Save Trim (4.1 and lower) + Save WP + Scripting1 + Scripting2 + Scripting3 + Scripting4 + Scripting5 + Scripting6 + Scripting7 + Scripting8 + Set steering trim to current servo and RC + Simple Mode + SwitchExternalAHRS + Torqeedo Clear Err + VTX Power + VisoOdom Align + Walking Height + Windvane home heading direction offset + + + + + Do Nothing + ACRO Mode + AUTO Mode + Arm/Emergency Motor Stop + ArmDisarm (4.1 and lower) + ArmDisarm (4.2 and higher) + Auto Mission Reset + Battery MPPT Enable + CIRCLE Mode + Calibrate Compasses + Camera Auto Focus + Camera Image Tracking + Camera Lens + Camera Manual Focus + Camera Mode Toggle + Camera Record Video + Camera Trigger + Camera Zoom + Clear Waypoints + Compass Learn + Disable Airspeed Use + Disarm + EKF Pos Source + FFT Tune + FOLLOW Mode + Fence Enable + Flap + GPS Disable + GPS Disable Yaw + GUIDED Mode + Gripper Release + HOLD Mode + KillIMU1 + KillIMU2 + KillIMU3 + LOITER Mode + LearnCruise Speed + Lost Rover Sound + MANUAL Mode + MainSail + Motor Emergency Stop + Mount Lock + Mount1 Pitch + Mount1 Roll + Mount1 Yaw + Mount2 Pitch + Mount2 Roll + Mount2 Yaw + Pause Stream Logging + Pitch + Proximity Avoidance Enable + RC Override Enable + RTL + Relay1 On/Off + Relay2 On/Off + Relay3 On/Off + Relay4 On/Off + Relay5 On/Off + Relay6 On/Off + Retract Mount1 + Roll + RunCam Control + RunCam OSD Control + SMARTRTL Mode + STEERING Mode + Sailboat Tack + Sailboat motoring 3pos + Save Trim (4.1 and lower) + Save WP + Scripting1 + Scripting2 + Scripting3 + Scripting4 + Scripting5 + Scripting6 + Scripting7 + Scripting8 + Set steering trim to current servo and RC + Simple Mode + SwitchExternalAHRS + Torqeedo Clear Err + VTX Power + VisoOdom Align + Walking Height + Windvane home heading direction offset + + + + + Do Nothing + ACRO Mode + AUTO Mode + Arm/Emergency Motor Stop + ArmDisarm (4.1 and lower) + ArmDisarm (4.2 and higher) + Auto Mission Reset + Battery MPPT Enable + CIRCLE Mode + Calibrate Compasses + Camera Auto Focus + Camera Image Tracking + Camera Lens + Camera Manual Focus + Camera Mode Toggle + Camera Record Video + Camera Trigger + Camera Zoom + Clear Waypoints + Compass Learn + Disable Airspeed Use + Disarm + EKF Pos Source + FFT Tune + FOLLOW Mode + Fence Enable + Flap + GPS Disable + GPS Disable Yaw + GUIDED Mode + Gripper Release + HOLD Mode + KillIMU1 + KillIMU2 + KillIMU3 + LOITER Mode + LearnCruise Speed + Lost Rover Sound + MANUAL Mode + MainSail + Motor Emergency Stop + Mount Lock + Mount1 Pitch + Mount1 Roll + Mount1 Yaw + Mount2 Pitch + Mount2 Roll + Mount2 Yaw + Pause Stream Logging + Pitch + Proximity Avoidance Enable + RC Override Enable + RTL + Relay1 On/Off + Relay2 On/Off + Relay3 On/Off + Relay4 On/Off + Relay5 On/Off + Relay6 On/Off + Retract Mount1 + Roll + RunCam Control + RunCam OSD Control + SMARTRTL Mode + STEERING Mode + Sailboat Tack + Sailboat motoring 3pos + Save Trim (4.1 and lower) + Save WP + Scripting1 + Scripting2 + Scripting3 + Scripting4 + Scripting5 + Scripting6 + Scripting7 + Scripting8 + Set steering trim to current servo and RC + Simple Mode + SwitchExternalAHRS + Torqeedo Clear Err + VTX Power + VisoOdom Align + Walking Height + Windvane home heading direction offset + + + + + Do Nothing + ACRO Mode + AUTO Mode + Arm/Emergency Motor Stop + ArmDisarm (4.1 and lower) + ArmDisarm (4.2 and higher) + Auto Mission Reset + Battery MPPT Enable + CIRCLE Mode + Calibrate Compasses + Camera Auto Focus + Camera Image Tracking + Camera Lens + Camera Manual Focus + Camera Mode Toggle + Camera Record Video + Camera Trigger + Camera Zoom + Clear Waypoints + Compass Learn + Disable Airspeed Use + Disarm + EKF Pos Source + FFT Tune + FOLLOW Mode + Fence Enable + Flap + GPS Disable + GPS Disable Yaw + GUIDED Mode + Gripper Release + HOLD Mode + KillIMU1 + KillIMU2 + KillIMU3 + LOITER Mode + LearnCruise Speed + Lost Rover Sound + MANUAL Mode + MainSail + Motor Emergency Stop + Mount Lock + Mount1 Pitch + Mount1 Roll + Mount1 Yaw + Mount2 Pitch + Mount2 Roll + Mount2 Yaw + Pause Stream Logging + Pitch + Proximity Avoidance Enable + RC Override Enable + RTL + Relay1 On/Off + Relay2 On/Off + Relay3 On/Off + Relay4 On/Off + Relay5 On/Off + Relay6 On/Off + Retract Mount1 + Roll + RunCam Control + RunCam OSD Control + SMARTRTL Mode + STEERING Mode + Sailboat Tack + Sailboat motoring 3pos + Save Trim (4.1 and lower) + Save WP + Scripting1 + Scripting2 + Scripting3 + Scripting4 + Scripting5 + Scripting6 + Scripting7 + Scripting8 + Set steering trim to current servo and RC + Simple Mode + SwitchExternalAHRS + Torqeedo Clear Err + VTX Power + VisoOdom Align + Walking Height + Windvane home heading direction offset + + + + + + deg + degrees + 0 180 + + + + Always + Only when in AUTO + + + + + + + None + Servo + Relay + GoPro in Solo Gimbal + Mount (Siyi) + MAVLink + MAVLinkCamV2 + Scripting + + + + s + seconds + 0 5 + + + PWM + PWM in microseconds + 1000 2000 + + + PWM + PWM in microseconds + 1000 2000 + + + m + meters + 0 1000 + + + + Low + High + + + + s + seconds + 0 10 + + + + Disabled + AUX1 + AUX2 + AUX3 + AUX4 + AUX5 + AUX6 + + True + + + + TriggerLow + TriggerHigh + + + + 0:Recording Starts at arming and stops at disarming + + + + + deg + degrees + 0 360 + + + deg + degrees + 0 180 + + + + + + None + Servo + Relay + GoPro in Solo Gimbal + Mount (Siyi) + MAVLink + MAVLinkCamV2 + Scripting + + + + s + seconds + 0 5 + + + PWM + PWM in microseconds + 1000 2000 + + + PWM + PWM in microseconds + 1000 2000 + + + m + meters + 0 1000 + + + + Low + High + + + + s + seconds + 0 10 + + + + Disabled + AUX1 + AUX2 + AUX3 + AUX4 + AUX5 + AUX6 + + True + + + + TriggerLow + TriggerHigh + + + + 0:Recording Starts at arming and stops at disarming + + + + + deg + degrees + 0 360 + + + deg + degrees + 0 180 + + + + + + Disabled + RunCam Split Micro/RunCam with UART + RunCam Split + RunCam Split4 4k + RunCam Hybrid/RunCam Thumb Pro + Runcam 2 4k + + + + 0:Power Button,1:WiFi Button,2:Change Mode,3:5-Key OSD,4:Settings Access,5:DisplayPort,6:Start Recording,7:Stop Recording + + + + + + + + + 0:Stick yaw right,1:Stick roll right,2:3-position switch,3:2-position switch,4:Autorecording enabled + + + + + 0 4 + + Log None + Log Error + Log Warning and below + Log Info and below + Log Everything + + + + + + + Disabled + DroneCAN + PiccoloCAN + EFI_NWPMU + USD1 + KDECAN + Scripting + Benewake + Scripting2 + TOFSenseP + NanoRadar_NRA24 + + True + + + + Disabled + USD1 + Scripting + Benewake + Scripting2 + TOFSenseP + NanoRadar_NRA24 + + True + + + + + 0: ESC 1, 1: ESC 2, 2: ESC 3, 3: ESC 4, 4: ESC 5, 5: ESC 6, 6: ESC 7, 7: ESC 8, 8: ESC 9, 9: ESC 10, 10: ESC 11, 11: ESC 12, 12: ESC 13, 13: ESC 14, 14: ESC 15, 15: ESC 16, 16: ESC 17, 17: ESC 18, 18: ESC 19, 19: ESC 20, 20: ESC 21, 21: ESC 22, 22: ESC 23, 23: ESC 24, 24: ESC 25, 25: ESC 26, 26: ESC 27, 27: ESC 28, 28: ESC 29, 29: ESC 30, 30: ESC 31, 31: ESC 32 + + + Hz + hertz + 1 500 + + + 0: Servo 1, 1: Servo 2, 2: Servo 3, 3: Servo 4, 4: Servo 5, 5: Servo 6, 6: Servo 7, 7: Servo 8, 8: Servo 9, 9: Servo 10, 10: Servo 11, 11: Servo 12, 12: Servo 13, 13: Servo 14, 14: Servo 15, 15: Servo 16 + + + Hz + hertz + 1 500 + + + 0 255 + + + Hz + hertz + 1 500 + + + + + 1 250 + + + 0: Servo 1, 1: Servo 2, 2: Servo 3, 3: Servo 4, 4: Servo 5, 5: Servo 6, 6: Servo 7, 7: Servo 8, 8: Servo 9, 9: Servo 10, 10: Servo 11, 11: Servo 12, 12: Servo 13, 13: Servo 14, 14: Servo 15, 15: Servo 16, 16: Servo 17, 17: Servo 18, 18: Servo 19, 19: Servo 20, 20: Servo 21, 21: Servo 22, 22: Servo 23, 23: Servo 24, 24: Servo 25, 25: Servo 26, 26: Servo 27, 27: Servo 28, 28: Servo 29, 29: Servo 30, 30: Servo 31, 31: Servo 32 + + + 0: ESC 1, 1: ESC 2, 2: ESC 3, 3: ESC 4, 4: ESC 5, 5: ESC 6, 6: ESC 7, 7: ESC 8, 8: ESC 9, 9: ESC 10, 10: ESC 11, 11: ESC 12, 12: ESC 13, 13: ESC 14, 14: ESC 15, 15: ESC 16, 16: ESC 17, 17: ESC 18, 18: ESC 19, 19: ESC 20, 20: ESC 21, 21: ESC 22, 22: ESC 23, 23: ESC 24, 24: ESC 25, 25: ESC 26, 26: ESC 27, 27: ESC 28, 28: ESC 29, 29: ESC 30, 30: ESC 31, 31: ESC 32 + + + 1 200 + Hz + hertz + + + 0:ClearDNADatabase,1:IgnoreDNANodeConflicts,2:EnableCanfd,3:IgnoreDNANodeUnhealthy,4:SendServoAsPWM,5:SendGNSS,6:UseHimarkServo,7:HobbyWingESC,8:EnableStats + + + 1 200 + Hz + hertz + + + 0 18 + + + 1024 16384 + + + 0: ESC 1, 1: ESC 2, 2: ESC 3, 3: ESC 4, 4: ESC 5, 5: ESC 6, 6: ESC 7, 7: ESC 8, 8: ESC 9, 9: ESC 10, 10: ESC 11, 11: ESC 12, 12: ESC 13, 13: ESC 14, 14: ESC 15, 15: ESC 16, 16: ESC 17, 17: ESC 18, 18: ESC 19, 19: ESC 20, 20: ESC 21, 21: ESC 22, 22: ESC 23, 23: ESC 24, 24: ESC 25, 25: ESC 26, 26: ESC 27, 27: ESC 28, 28: ESC 29, 29: ESC 30, 30: ESC 31, 31: ESC 32 + + + 0 200 + Hz + hertz + + + + Disabled + Enabled + + True + + + 0 127 + True + + + 0 100 + + Disabled + Serial0 + Serial1 + Serial2 + Serial3 + Serial4 + Serial5 + Serial6 + + True + + + True + + 1200 + 2400 + 4800 + 9600 + 19200 + 38400 + 57600 + 111100 + 115200 + 230400 + 256000 + 460800 + 500000 + 921600 + 1500000 + 2000000 + + + + True + + None + MAVLink1 + MAVLink2 + Frsky D + Frsky SPort + GPS + Alexmos Gimbal Serial + Gimbal + Rangefinder + FrSky SPort Passthrough (OpenTX) + Lidar360 + Beacon + Volz servo out + SBus servo out + ESC Telemetry + Devo Telemetry + OpticalFlow + RobotisServo + NMEA Output + WindVane + SLCAN + RCIN + EFI Serial + LTM + RunCam + HottTelem + Scripting + Crossfire VTX + Generator + Winch + MSP + DJI FPV + AirSpeed + ADSB + AHRS + SmartAudio + FETtecOneWire + Torqeedo + AIS + CoDevESC + DisplayPort + MAVLink High Latency + IRC Tramp + DDS XRCE + IMUDATA + + + + 0 127 + True + + + 0 100 + True + + Disabled + Serial0 + Serial1 + Serial2 + Serial3 + Serial4 + Serial5 + Serial6 + + + + True + + 1200 + 2400 + 4800 + 9600 + 19200 + 38400 + 57600 + 111100 + 115200 + 230400 + 256000 + 460800 + 500000 + 921600 + 1500000 + 2000000 + + + + True + + None + MAVLink1 + MAVLink2 + Frsky D + Frsky SPort + GPS + Alexmos Gimbal Serial + Gimbal + Rangefinder + FrSky SPort Passthrough (OpenTX) + Lidar360 + Beacon + Volz servo out + SBus servo out + ESC Telemetry + Devo Telemetry + OpticalFlow + RobotisServo + NMEA Output + WindVane + SLCAN + RCIN + EFI Serial + LTM + RunCam + HottTelem + Scripting + Crossfire VTX + Generator + Winch + MSP + DJI FPV + AirSpeed + ADSB + AHRS + SmartAudio + FETtecOneWire + Torqeedo + AIS + CoDevESC + DisplayPort + MAVLink High Latency + IRC Tramp + DDS XRCE + IMUDATA + + + + 0 127 + True + + + 0 100 + True + + Disabled + Serial0 + Serial1 + Serial2 + Serial3 + Serial4 + Serial5 + Serial6 + + + + True + + 1200 + 2400 + 4800 + 9600 + 19200 + 38400 + 57600 + 111100 + 115200 + 230400 + 256000 + 460800 + 500000 + 921600 + 1500000 + 2000000 + + + + True + + None + MAVLink1 + MAVLink2 + Frsky D + Frsky SPort + GPS + Alexmos Gimbal Serial + Gimbal + Rangefinder + FrSky SPort Passthrough (OpenTX) + Lidar360 + Beacon + Volz servo out + SBus servo out + ESC Telemetry + Devo Telemetry + OpticalFlow + RobotisServo + NMEA Output + WindVane + SLCAN + RCIN + EFI Serial + LTM + RunCam + HottTelem + Scripting + Crossfire VTX + Generator + Winch + MSP + DJI FPV + AirSpeed + ADSB + AHRS + SmartAudio + FETtecOneWire + Torqeedo + AIS + CoDevESC + DisplayPort + MAVLink High Latency + IRC Tramp + DDS XRCE + IMUDATA + + + + + + + Disabled + DroneCAN + PiccoloCAN + EFI_NWPMU + USD1 + KDECAN + Scripting + Benewake + Scripting2 + TOFSenseP + NanoRadar_NRA24 + + True + + + + Disabled + USD1 + Scripting + Benewake + Scripting2 + TOFSenseP + NanoRadar_NRA24 + + True + + + + + 0: ESC 1, 1: ESC 2, 2: ESC 3, 3: ESC 4, 4: ESC 5, 5: ESC 6, 6: ESC 7, 7: ESC 8, 8: ESC 9, 9: ESC 10, 10: ESC 11, 11: ESC 12, 12: ESC 13, 13: ESC 14, 14: ESC 15, 15: ESC 16, 16: ESC 17, 17: ESC 18, 18: ESC 19, 19: ESC 20, 20: ESC 21, 21: ESC 22, 22: ESC 23, 23: ESC 24, 24: ESC 25, 25: ESC 26, 26: ESC 27, 27: ESC 28, 28: ESC 29, 29: ESC 30, 30: ESC 31, 31: ESC 32 + + + Hz + hertz + 1 500 + + + 0: Servo 1, 1: Servo 2, 2: Servo 3, 3: Servo 4, 4: Servo 5, 5: Servo 6, 6: Servo 7, 7: Servo 8, 8: Servo 9, 9: Servo 10, 10: Servo 11, 11: Servo 12, 12: Servo 13, 13: Servo 14, 14: Servo 15, 15: Servo 16 + + + Hz + hertz + 1 500 + + + 0 255 + + + Hz + hertz + 1 500 + + + + + 1 250 + + + 0: Servo 1, 1: Servo 2, 2: Servo 3, 3: Servo 4, 4: Servo 5, 5: Servo 6, 6: Servo 7, 7: Servo 8, 8: Servo 9, 9: Servo 10, 10: Servo 11, 11: Servo 12, 12: Servo 13, 13: Servo 14, 14: Servo 15, 15: Servo 16, 16: Servo 17, 17: Servo 18, 18: Servo 19, 19: Servo 20, 20: Servo 21, 21: Servo 22, 22: Servo 23, 23: Servo 24, 24: Servo 25, 25: Servo 26, 26: Servo 27, 27: Servo 28, 28: Servo 29, 29: Servo 30, 30: Servo 31, 31: Servo 32 + + + 0: ESC 1, 1: ESC 2, 2: ESC 3, 3: ESC 4, 4: ESC 5, 5: ESC 6, 6: ESC 7, 7: ESC 8, 8: ESC 9, 9: ESC 10, 10: ESC 11, 11: ESC 12, 12: ESC 13, 13: ESC 14, 14: ESC 15, 15: ESC 16, 16: ESC 17, 17: ESC 18, 18: ESC 19, 19: ESC 20, 20: ESC 21, 21: ESC 22, 22: ESC 23, 23: ESC 24, 24: ESC 25, 25: ESC 26, 26: ESC 27, 27: ESC 28, 28: ESC 29, 29: ESC 30, 30: ESC 31, 31: ESC 32 + + + 1 200 + Hz + hertz + + + 0:ClearDNADatabase,1:IgnoreDNANodeConflicts,2:EnableCanfd,3:IgnoreDNANodeUnhealthy,4:SendServoAsPWM,5:SendGNSS,6:UseHimarkServo,7:HobbyWingESC,8:EnableStats + + + 1 200 + Hz + hertz + + + 0 18 + + + 1024 16384 + + + 0: ESC 1, 1: ESC 2, 2: ESC 3, 3: ESC 4, 4: ESC 5, 5: ESC 6, 6: ESC 7, 7: ESC 8, 8: ESC 9, 9: ESC 10, 10: ESC 11, 11: ESC 12, 12: ESC 13, 13: ESC 14, 14: ESC 15, 15: ESC 16, 16: ESC 17, 17: ESC 18, 18: ESC 19, 19: ESC 20, 20: ESC 21, 21: ESC 22, 22: ESC 23, 23: ESC 24, 24: ESC 25, 25: ESC 26, 26: ESC 27, 27: ESC 28, 28: ESC 29, 29: ESC 30, 30: ESC 31, 31: ESC 32 + + + 0 200 + Hz + hertz + + + + Disabled + Enabled + + True + + + 0 127 + True + + + 0 100 + + Disabled + Serial0 + Serial1 + Serial2 + Serial3 + Serial4 + Serial5 + Serial6 + + True + + + True + + 1200 + 2400 + 4800 + 9600 + 19200 + 38400 + 57600 + 111100 + 115200 + 230400 + 256000 + 460800 + 500000 + 921600 + 1500000 + 2000000 + + + + True + + None + MAVLink1 + MAVLink2 + Frsky D + Frsky SPort + GPS + Alexmos Gimbal Serial + Gimbal + Rangefinder + FrSky SPort Passthrough (OpenTX) + Lidar360 + Beacon + Volz servo out + SBus servo out + ESC Telemetry + Devo Telemetry + OpticalFlow + RobotisServo + NMEA Output + WindVane + SLCAN + RCIN + EFI Serial + LTM + RunCam + HottTelem + Scripting + Crossfire VTX + Generator + Winch + MSP + DJI FPV + AirSpeed + ADSB + AHRS + SmartAudio + FETtecOneWire + Torqeedo + AIS + CoDevESC + DisplayPort + MAVLink High Latency + IRC Tramp + DDS XRCE + IMUDATA + + + + 0 127 + True + + + 0 100 + True + + Disabled + Serial0 + Serial1 + Serial2 + Serial3 + Serial4 + Serial5 + Serial6 + + + + True + + 1200 + 2400 + 4800 + 9600 + 19200 + 38400 + 57600 + 111100 + 115200 + 230400 + 256000 + 460800 + 500000 + 921600 + 1500000 + 2000000 + + + + True + + None + MAVLink1 + MAVLink2 + Frsky D + Frsky SPort + GPS + Alexmos Gimbal Serial + Gimbal + Rangefinder + FrSky SPort Passthrough (OpenTX) + Lidar360 + Beacon + Volz servo out + SBus servo out + ESC Telemetry + Devo Telemetry + OpticalFlow + RobotisServo + NMEA Output + WindVane + SLCAN + RCIN + EFI Serial + LTM + RunCam + HottTelem + Scripting + Crossfire VTX + Generator + Winch + MSP + DJI FPV + AirSpeed + ADSB + AHRS + SmartAudio + FETtecOneWire + Torqeedo + AIS + CoDevESC + DisplayPort + MAVLink High Latency + IRC Tramp + DDS XRCE + IMUDATA + + + + 0 127 + True + + + 0 100 + True + + Disabled + Serial0 + Serial1 + Serial2 + Serial3 + Serial4 + Serial5 + Serial6 + + + + True + + 1200 + 2400 + 4800 + 9600 + 19200 + 38400 + 57600 + 111100 + 115200 + 230400 + 256000 + 460800 + 500000 + 921600 + 1500000 + 2000000 + + + + True + + None + MAVLink1 + MAVLink2 + Frsky D + Frsky SPort + GPS + Alexmos Gimbal Serial + Gimbal + Rangefinder + FrSky SPort Passthrough (OpenTX) + Lidar360 + Beacon + Volz servo out + SBus servo out + ESC Telemetry + Devo Telemetry + OpticalFlow + RobotisServo + NMEA Output + WindVane + SLCAN + RCIN + EFI Serial + LTM + RunCam + HottTelem + Scripting + Crossfire VTX + Generator + Winch + MSP + DJI FPV + AirSpeed + ADSB + AHRS + SmartAudio + FETtecOneWire + Torqeedo + AIS + CoDevESC + DisplayPort + MAVLink High Latency + IRC Tramp + DDS XRCE + IMUDATA + + + + + + + Disabled + DroneCAN + PiccoloCAN + EFI_NWPMU + USD1 + KDECAN + Scripting + Benewake + Scripting2 + TOFSenseP + NanoRadar_NRA24 + + True + + + + Disabled + USD1 + Scripting + Benewake + Scripting2 + TOFSenseP + NanoRadar_NRA24 + + True + + + + + 0: ESC 1, 1: ESC 2, 2: ESC 3, 3: ESC 4, 4: ESC 5, 5: ESC 6, 6: ESC 7, 7: ESC 8, 8: ESC 9, 9: ESC 10, 10: ESC 11, 11: ESC 12, 12: ESC 13, 13: ESC 14, 14: ESC 15, 15: ESC 16, 16: ESC 17, 17: ESC 18, 18: ESC 19, 19: ESC 20, 20: ESC 21, 21: ESC 22, 22: ESC 23, 23: ESC 24, 24: ESC 25, 25: ESC 26, 26: ESC 27, 27: ESC 28, 28: ESC 29, 29: ESC 30, 30: ESC 31, 31: ESC 32 + + + Hz + hertz + 1 500 + + + 0: Servo 1, 1: Servo 2, 2: Servo 3, 3: Servo 4, 4: Servo 5, 5: Servo 6, 6: Servo 7, 7: Servo 8, 8: Servo 9, 9: Servo 10, 10: Servo 11, 11: Servo 12, 12: Servo 13, 13: Servo 14, 14: Servo 15, 15: Servo 16 + + + Hz + hertz + 1 500 + + + 0 255 + + + Hz + hertz + 1 500 + + + + + 1 250 + + + 0: Servo 1, 1: Servo 2, 2: Servo 3, 3: Servo 4, 4: Servo 5, 5: Servo 6, 6: Servo 7, 7: Servo 8, 8: Servo 9, 9: Servo 10, 10: Servo 11, 11: Servo 12, 12: Servo 13, 13: Servo 14, 14: Servo 15, 15: Servo 16, 16: Servo 17, 17: Servo 18, 18: Servo 19, 19: Servo 20, 20: Servo 21, 21: Servo 22, 22: Servo 23, 23: Servo 24, 24: Servo 25, 25: Servo 26, 26: Servo 27, 27: Servo 28, 28: Servo 29, 29: Servo 30, 30: Servo 31, 31: Servo 32 + + + 0: ESC 1, 1: ESC 2, 2: ESC 3, 3: ESC 4, 4: ESC 5, 5: ESC 6, 6: ESC 7, 7: ESC 8, 8: ESC 9, 9: ESC 10, 10: ESC 11, 11: ESC 12, 12: ESC 13, 13: ESC 14, 14: ESC 15, 15: ESC 16, 16: ESC 17, 17: ESC 18, 18: ESC 19, 19: ESC 20, 20: ESC 21, 21: ESC 22, 22: ESC 23, 23: ESC 24, 24: ESC 25, 25: ESC 26, 26: ESC 27, 27: ESC 28, 28: ESC 29, 29: ESC 30, 30: ESC 31, 31: ESC 32 + + + 1 200 + Hz + hertz + + + 0:ClearDNADatabase,1:IgnoreDNANodeConflicts,2:EnableCanfd,3:IgnoreDNANodeUnhealthy,4:SendServoAsPWM,5:SendGNSS,6:UseHimarkServo,7:HobbyWingESC,8:EnableStats + + + 1 200 + Hz + hertz + + + 0 18 + + + 1024 16384 + + + 0: ESC 1, 1: ESC 2, 2: ESC 3, 3: ESC 4, 4: ESC 5, 5: ESC 6, 6: ESC 7, 7: ESC 8, 8: ESC 9, 9: ESC 10, 10: ESC 11, 11: ESC 12, 12: ESC 13, 13: ESC 14, 14: ESC 15, 15: ESC 16, 16: ESC 17, 17: ESC 18, 18: ESC 19, 19: ESC 20, 20: ESC 21, 21: ESC 22, 22: ESC 23, 23: ESC 24, 24: ESC 25, 25: ESC 26, 26: ESC 27, 27: ESC 28, 28: ESC 29, 29: ESC 30, 30: ESC 31, 31: ESC 32 + + + 0 200 + Hz + hertz + + + + Disabled + Enabled + + True + + + 0 127 + True + + + 0 100 + + Disabled + Serial0 + Serial1 + Serial2 + Serial3 + Serial4 + Serial5 + Serial6 + + True + + + True + + 1200 + 2400 + 4800 + 9600 + 19200 + 38400 + 57600 + 111100 + 115200 + 230400 + 256000 + 460800 + 500000 + 921600 + 1500000 + 2000000 + + + + True + + None + MAVLink1 + MAVLink2 + Frsky D + Frsky SPort + GPS + Alexmos Gimbal Serial + Gimbal + Rangefinder + FrSky SPort Passthrough (OpenTX) + Lidar360 + Beacon + Volz servo out + SBus servo out + ESC Telemetry + Devo Telemetry + OpticalFlow + RobotisServo + NMEA Output + WindVane + SLCAN + RCIN + EFI Serial + LTM + RunCam + HottTelem + Scripting + Crossfire VTX + Generator + Winch + MSP + DJI FPV + AirSpeed + ADSB + AHRS + SmartAudio + FETtecOneWire + Torqeedo + AIS + CoDevESC + DisplayPort + MAVLink High Latency + IRC Tramp + DDS XRCE + IMUDATA + + + + 0 127 + True + + + 0 100 + True + + Disabled + Serial0 + Serial1 + Serial2 + Serial3 + Serial4 + Serial5 + Serial6 + + + + True + + 1200 + 2400 + 4800 + 9600 + 19200 + 38400 + 57600 + 111100 + 115200 + 230400 + 256000 + 460800 + 500000 + 921600 + 1500000 + 2000000 + + + + True + + None + MAVLink1 + MAVLink2 + Frsky D + Frsky SPort + GPS + Alexmos Gimbal Serial + Gimbal + Rangefinder + FrSky SPort Passthrough (OpenTX) + Lidar360 + Beacon + Volz servo out + SBus servo out + ESC Telemetry + Devo Telemetry + OpticalFlow + RobotisServo + NMEA Output + WindVane + SLCAN + RCIN + EFI Serial + LTM + RunCam + HottTelem + Scripting + Crossfire VTX + Generator + Winch + MSP + DJI FPV + AirSpeed + ADSB + AHRS + SmartAudio + FETtecOneWire + Torqeedo + AIS + CoDevESC + DisplayPort + MAVLink High Latency + IRC Tramp + DDS XRCE + IMUDATA + + + + 0 127 + True + + + 0 100 + True + + Disabled + Serial0 + Serial1 + Serial2 + Serial3 + Serial4 + Serial5 + Serial6 + + + + True + + 1200 + 2400 + 4800 + 9600 + 19200 + 38400 + 57600 + 111100 + 115200 + 230400 + 256000 + 460800 + 500000 + 921600 + 1500000 + 2000000 + + + + True + + None + MAVLink1 + MAVLink2 + Frsky D + Frsky SPort + GPS + Alexmos Gimbal Serial + Gimbal + Rangefinder + FrSky SPort Passthrough (OpenTX) + Lidar360 + Beacon + Volz servo out + SBus servo out + ESC Telemetry + Devo Telemetry + OpticalFlow + RobotisServo + NMEA Output + WindVane + SLCAN + RCIN + EFI Serial + LTM + RunCam + HottTelem + Scripting + Crossfire VTX + Generator + Winch + MSP + DJI FPV + AirSpeed + ADSB + AHRS + SmartAudio + FETtecOneWire + Torqeedo + AIS + CoDevESC + DisplayPort + MAVLink High Latency + IRC Tramp + DDS XRCE + IMUDATA + + + + + + + Disabled + First driver + Second driver + Third driver + + True + + + 10000 1000000 + + + + 1M + 2M + 4M + 5M + 8M + + + + + + + Disabled + First driver + Second driver + Third driver + + True + + + 10000 1000000 + + + + 1M + 2M + 4M + 5M + 8M + + + + + + + Disabled + First driver + Second driver + Third driver + + True + + + 10000 1000000 + + + + 1M + 2M + 4M + 5M + 8M + + + + + + + Disabled + First interface + Second interface + + True + + + + Disabled + Serial0 + Serial1 + Serial2 + Serial3 + Serial4 + Serial5 + Serial6 + + + + 0 127 + + + 0 127 + + + + + m + meters + 0 100 + 1 + + + m/s + meters per second + 0 10 + 0.1 + + + + Clockwise + Counter-Clockwise + + + + + + -400 400 + mGauss + milligauss + 1 + 1 + + + -400 400 + mGauss + milligauss + 1 + 1 + + + -400 400 + mGauss + milligauss + 1 + + + -3.142 3.142 + rad + radians + 0.01 + + + + Disabled + Internal-Learning + EKF-Learning + InFlight-Learning + + + + + Disabled + Enabled + + + + + Disabled + Enabled + + + + + Disabled + Use Throttle + Use Current + + 1 + + + -1000 1000 + mGauss/A + milligauss per ampere + 1 + 1 + + + -1000 1000 + mGauss/A + milligauss per ampere + 1 + 1 + + + -1000 1000 + mGauss/A + milligauss per ampere + 1 + + + + None + Yaw45 + Yaw90 + Yaw135 + Yaw180 + Yaw225 + Yaw270 + Yaw315 + Roll180 + Yaw45Roll180 + Yaw90Roll180 + Yaw135Roll180 + Pitch180 + Yaw225Roll180 + Yaw270Roll180 + Yaw315Roll180 + Roll90 + Yaw45Roll90 + Yaw90Roll90 + Yaw135Roll90 + Roll270 + Yaw45Roll270 + Yaw90Roll270 + Yaw135Roll270 + Pitch90 + Pitch270 + Yaw90Pitch180 + Yaw270Pitch180 + Pitch90Roll90 + Pitch90Roll180 + Pitch90Roll270 + Pitch180Roll90 + Pitch180Roll270 + Pitch270Roll90 + Pitch270Roll180 + Pitch270Roll270 + Yaw90Pitch180Roll90 + Yaw270Roll90 + Yaw293Pitch68Roll180 + Pitch315 + Pitch315Roll90 + Roll45 + Roll315 + Custom 4.1 and older + Custom 1 + Custom 2 + + + + + Internal + External + ForcedExternal + + + + -400 400 + mGauss + milligauss + 1 + 1 + + + -400 400 + mGauss + milligauss + 1 + 1 + + + -400 400 + mGauss + milligauss + 1 + + + -1000 1000 + mGauss/A + milligauss per ampere + 1 + 1 + + + -1000 1000 + mGauss/A + milligauss per ampere + 1 + 1 + + + -1000 1000 + mGauss/A + milligauss per ampere + 1 + + + -400 400 + mGauss + milligauss + 1 + 1 + + + -400 400 + mGauss + milligauss + 1 + 1 + + + -400 400 + mGauss + milligauss + 1 + + + -1000 1000 + mGauss/A + milligauss per ampere + 1 + 1 + + + -1000 1000 + mGauss/A + milligauss per ampere + 1 + 1 + + + -1000 1000 + mGauss/A + milligauss per ampere + 1 + + + True + + + True + + + True + + + + Disabled + Enabled + + + + + None + Yaw45 + Yaw90 + Yaw135 + Yaw180 + Yaw225 + Yaw270 + Yaw315 + Roll180 + Yaw45Roll180 + Yaw90Roll180 + Yaw135Roll180 + Pitch180 + Yaw225Roll180 + Yaw270Roll180 + Yaw315Roll180 + Roll90 + Yaw45Roll90 + Yaw90Roll90 + Yaw135Roll90 + Roll270 + Yaw45Roll270 + Yaw90Roll270 + Yaw135Roll270 + Pitch90 + Pitch270 + Yaw90Pitch180 + Yaw270Pitch180 + Pitch90Roll90 + Pitch90Roll180 + Pitch90Roll270 + Pitch180Roll90 + Pitch180Roll270 + Pitch270Roll90 + Pitch270Roll180 + Pitch270Roll270 + Yaw90Pitch180Roll90 + Yaw270Roll90 + Yaw293Pitch68Roll180 + Pitch315 + Pitch315Roll90 + Roll45 + Roll315 + Custom 4.1 and older + Custom 1 + Custom 2 + + + + + Internal + External + ForcedExternal + + + + + Disabled + Enabled + + + + + None + Yaw45 + Yaw90 + Yaw135 + Yaw180 + Yaw225 + Yaw270 + Yaw315 + Roll180 + Yaw45Roll180 + Yaw90Roll180 + Yaw135Roll180 + Pitch180 + Yaw225Roll180 + Yaw270Roll180 + Yaw315Roll180 + Roll90 + Yaw45Roll90 + Yaw90Roll90 + Yaw135Roll90 + Roll270 + Yaw45Roll270 + Yaw90Roll270 + Yaw135Roll270 + Pitch90 + Pitch270 + Yaw90Pitch180 + Yaw270Pitch180 + Pitch90Roll90 + Pitch90Roll180 + Pitch90Roll270 + Pitch180Roll90 + Pitch180Roll270 + Pitch270Roll90 + Pitch270Roll180 + Pitch270Roll270 + Yaw90Pitch180Roll90 + Yaw270Roll90 + Yaw293Pitch68Roll180 + Pitch315 + Pitch315Roll90 + Roll45 + Roll315 + Custom 4.1 and older + Custom 1 + Custom 2 + + + + + Internal + External + ForcedExternal + + + + 1 + + + 1 + + + + + 1 + + + 1 + + + + + 1 + + + 1 + + + + + 1 + + + 1 + + + + + 1 + + + 1 + + + + + 1 + + + 1 + + + + + 4 32 + + Very Strict + Strict + Default + Relaxed + + 0.1 + + + 500 3000 + 1 + + + 0:HMC5883,1:LSM303D,2:AK8963,3:BMM150,4:LSM9DS1,5:LIS3MDL,6:AK09916,7:IST8310,8:ICM20948,9:MMC3416,11:DroneCAN,12:QMC5883,14:MAG3110,15:IST8308,16:RM3100,17:MSP,18:ExternalAHRS + + + % + percent + 0 100 + 1 + + + + Disabled + CheckOnly + CheckAndFix + use same tolerance to auto rotate 45 deg rotations + + + + True + + + True + + + True + + + True + + Disabled + Enabled + + + + 0 1.3 + + + 0 1.3 + + + 0 1.3 + + + 0:CalRequireGPS, 1: Allow missing DroneCAN compasses to be automaticaly replaced (calibration still required) + + + True + + + True + + + True + + + True + + + True + + + -180 180 + deg + degrees + 1 + True + + + -180 180 + deg + degrees + 1 + True + + + -180 180 + deg + degrees + 1 + True + + + + + + Disabled + Enabled + + + + 0 2 + 0.01 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Disable + Enable + + True + + + + + deg + degrees + True + + + deg + degrees + True + + + deg + degrees + True + + + + + deg + degrees + True + + + deg + degrees + True + + + deg + degrees + True + + + + + + Disabled + Enabled + + True + + + 1 65535 + True + + + + + 0 255 + True + + + 0 255 + True + + + 0 255 + True + + + 0 255 + True + + + + + + Disabled + Enabled + + + + + Disabled + Serial0 + Serial1 + Serial2 + Serial3 + Serial4 + Serial5 + Serial6 + + + + + Disabled + Driver1 + Driver2 + + + + 0:EnforceArming, 1:AllowNonGPSPosition, 2:LockUASIDOnFirstBasicIDRx + + + m + meters + + + + + m/s + meters per second + 0 100 + 0.1 + + + deg + degrees + 0 360 + 1 + + + + Disabled + Enabled + + + + 0.00 0.90 + 0.05 + + + m + meters + 0 2 + 0.01 + + + + + + None + VectorNav + MicroStrain5 + InertialLabs + MicroStrain7 + + + + Hz + hertz + + + 0:Vector Nav use uncompensated values for accel gyro and mag. + + + 0:GPS,1:IMU,2:Baro,3:Compass + + + + + + None + Serial-MS + NWPMU + Serial-Lutan + DroneCAN + Currawong-ECU + Scripting + Hirth + MAV + + True + + + 0 1 + + + 0 10 + + + kg/m/m/m + kilograms per cubic meter + 0 10000 + + + + + + Disabled + Enabled + + + + -1 1 + True + + + -1 1 + True + + + -1 1 + True + + + 0 100 + True + + + + + + Disabled + Enabled + + True + + + + GPS 3D Vel and 2D Pos + GPS 2D vel and 2D pos + GPS 2D pos + No GPS + + + + 0.05 5.0 + 0.05 + m/s + meters per second + + + 0.05 5.0 + 0.05 + m/s + meters per second + + + 100 1000 + 25 + + + 0.1 10.0 + 0.1 + m + meters + + + 100 1000 + 25 + + + 10 100 + 5 + m + meters + + + + Use Baro + Use Range Finder + Use GPS + Use Range Beacon + + True + + + 0.1 10.0 + 0.1 + m + meters + + + 100 1000 + 25 + + + 0 250 + 10 + ms + milliseconds + True + + + 0.01 0.5 + 0.01 + Gauss + gauss + + + + When flying + When manoeuvring + Never + After first climb yaw reset + Always + + + + 100 1000 + 25 + + + 0.5 5.0 + 0.1 + m/s + meters per second + + + 100 1000 + 25 + + + 0.1 10.0 + 0.1 + m + meters + + + 100 1000 + 25 + + + 1.0 4.0 + 0.1 + rad/s + radians per second + + + 0.05 1.0 + 0.05 + rad/s + radians per second + + + 100 1000 + 25 + + + 0 127 + 10 + ms + milliseconds + True + + + 0.0001 0.1 + 0.0001 + rad/s + radians per second + + + 0.01 1.0 + 0.01 + m/s/s + meters per square second + + + 0.00001 0.001 + rad/s/s + radians per square second + + + 0.000001 0.001 + Hz + hertz + + + 0.00001 0.005 + m/s/s/s + meters per cubic second + + + 0.01 1.0 + 0.1 + m/s/s + meters per square second + + + 0.0 1.0 + 0.1 + + + 0:NSats,1:HDoP,2:speed error,3:position error,4:yaw error,5:pos drift,6:vert speed,7:horiz speed + + + 0:FirstIMU,1:SecondIMU,2:ThirdIMU,3:FourthIMU,4:FifthIMU,5:SixthIMU + True + + + 50 200 + % + percent + + + 0.5 50.0 + m + meters + + + 0.05 1.0 + 0.05 + rad + radians + + + 100 1000 + 25 + + + 10 50 + 5 + cs + centiseconds + + + 0.00001 0.01 + Gauss/s + gauss per second + + + 0.00001 0.01 + Gauss/s + gauss per second + + + -1 70 + 1 + % + percent + + + 0 0.2 + 0.01 + + + 0.1 10.0 + 0.1 + m + meters + + + 100 1000 + 25 + + + 0 127 + 10 + ms + milliseconds + True + + + 2.0 6.0 + 0.5 + m/s + meters per second + + + 0:FirstEKF,1:SecondEKF,2:ThirdEKF,3:FourthEKF,4:FifthEKF,5:SixthEKF + True + + + 0:Correct when using Baro height,1:Correct when using range finder height,2:Apply corrections to local position + True + + + + None + Navigation + Terrain + + True + + + 0 500 + mGauss + milligauss + + + 0.1 30.0 + Hz + hertz + + + 0:FirstEKF,1:SecondEKF,2:ThirdEKF,3:FourthEKF,4:FifthEKF,5:SixthEKF + True + + + 0:FirstEKF,1:SecondEKF,2:ThirdEKF,3:FourthEKF,4:FifthEKF,5:SixthEKF + True + + + 1 10 + 1 + True + + + + + + Disabled + Enabled + + True + + + 0.05 5.0 + 0.05 + m/s + meters per second + + + 0.05 5.0 + 0.05 + m/s + meters per second + + + 100 1000 + 25 + + + 0.1 10.0 + 0.1 + m + meters + + + 100 1000 + 25 + + + 10 100 + 5 + m + meters + + + 0.1 100.0 + 0.1 + m + meters + + + 100 1000 + 25 + + + 0 250 + 10 + ms + milliseconds + True + + + 0.01 0.5 + 0.01 + Gauss + gauss + + + + When flying + When manoeuvring + Never + After first climb yaw reset + Always + Use external yaw sensor (Deprecated in 4.1+ see EK3_SRCn_YAW) + External yaw sensor with compass fallback (Deprecated in 4.1+ see EK3_SRCn_YAW) + + True + + + 100 1000 + 25 + + + 0.5 5.0 + 0.1 + m/s + meters per second + + + 100 1000 + 25 + + + 0.1 10.0 + 0.1 + m + meters + + + 100 1000 + 25 + + + 1.0 4.0 + 0.1 + rad/s + radians per second + + + 0.05 1.0 + 0.05 + rad/s + radians per second + + + 100 1000 + 25 + + + 0 250 + 10 + ms + milliseconds + True + + + 0.0001 0.1 + 0.0001 + rad/s + radians per second + + + 0.01 1.0 + 0.01 + m/s/s + meters per square second + + + 0.00001 0.001 + rad/s/s + radians per square second + + + 0.00001 0.02 + m/s/s/s + meters per cubic second + + + 0.01 2.0 + 0.1 + m/s/s + meters per square second + + + 0.0 2.0 + 0.1 + + + 0:NSats,1:HDoP,2:speed error,3:position error,4:yaw error,5:pos drift,6:vert speed,7:horiz speed + + + 0:FirstIMU,1:SecondIMU,2:ThirdIMU,3:FourthIMU,4:FifthIMU,5:SixthIMU + True + + + 50 200 + % + percent + + + 0.5 50.0 + m + meters + + + 0:Always,1:WhenNoYawSensor + True + + + 0.05 1.0 + 0.05 + rad + radians + + + 100 1000 + 25 + + + 10 50 + 5 + cs + centiseconds + + + 0.00001 0.01 + Gauss/s + gauss per second + + + 0.00001 0.01 + Gauss/s + gauss per second + + + -1 70 + 1 + % + percent + + + 0 0.2 + 0.01 + + + 0.1 10.0 + 0.1 + m + meters + + + 100 1000 + 25 + + + 0 250 + 10 + ms + milliseconds + True + + + 2.0 6.0 + 0.5 + m/s + meters per second + + + 0.5 2.5 + 0.1 + m/s/s + meters per square second + + + 0:FirstEKF,1:SecondEKF,2:ThirdEKF,3:FourthEKF,4:FifthEKF,5:SixthEKF + True + + + 0:Correct when using Baro height,1:Correct when using range finder height,2:Apply corrections to local position + True + + + 0.05 0.5 + 0.05 + m/s + meters per second + + + 0.5 5.0 + 0.1 + m/s + meters per second + + + 0.01 1.0 + 0.1 + m/s + meters per second + + + + None + Navigation + Terrain + + True + + + 0.1 30.0 + Hz + hertz + + + 0 500 + mGauss + milligauss + + + 0:FirstEKF,1:SecondEKF,2:ThirdEKF,3:FourthEKF,4:FifthEKF,5:SixthEKF + True + + + 0:FirstEKF,1:SecondEKF,2:ThirdEKF,3:FourthEKF,4:FifthEKF,5:SixthEKF + True + + + 1 10 + 1 + True + + + 0.05 1 + 0.05 + + + 0:EnableGPSAffinity,1:EnableBaroAffinity,2:EnableCompassAffinity,3:EnableAirspeedAffinity + True + + + 0.0 1000.0 + kg/m/m + kilograms per square meter + + + 50.0 1000.0 + kg/m/m + kilograms per square meter + + + 0.1 2.0 + 0.1 + m/s/s + meters per square second + + + 0.0 1.0 + 0.01 + 1/s + per second + + + 1.0 10.0 + 0.5 + + + 0.0 10.0 + 0.5 + + + 0 2 + 1 + + + 0 3 + 1 + + + 0.0 10.0 + 0.1 + m + meters + + + + + + None + GPS + Beacon + ExternalNav + + + + + None + GPS + Beacon + OpticalFlow + ExternalNav + WheelEncoder + + + + + None + Baro + RangeFinder + GPS + Beacon + ExternalNav + + + + + None + GPS + Beacon + ExternalNav + + + + + None + Compass + GPS + GPS with Compass Fallback + ExternalNav + GSF + + + + + None + GPS + Beacon + ExternalNav + + + + + None + GPS + Beacon + OpticalFlow + ExternalNav + WheelEncoder + + + + + None + Baro + RangeFinder + GPS + Beacon + ExternalNav + + + + + None + GPS + Beacon + ExternalNav + + + + + None + Compass + GPS + GPS with Compass Fallback + ExternalNav + GSF + + + + + None + GPS + Beacon + ExternalNav + + + + + None + GPS + Beacon + OpticalFlow + ExternalNav + WheelEncoder + + + + + None + Baro + RangeFinder + GPS + Beacon + ExternalNav + + + + + None + GPS + Beacon + ExternalNav + + + + + None + Compass + GPS + GPS with Compass Fallback + ExternalNav + GSF + + + + 0:FuseAllVelocities + + + + + 1 + 0 31 + + + + + + Disabled + Enabled + + + + 1:Circle Centered on Home,2:Inclusion/Exclusion Circles+Polygons + + + + Report Only + RTL or Hold + Hold + SmartRTL or RTL or Hold + SmartRTL or Hold + + + + m + meters + 30 10000 + + + m + meters + 1 10 + + + 1 20 + + + + + + Disabled + Enabled + + True + + + 20 400 + Hz + hertz + + + 20 495 + Hz + hertz + + + 0 4 + True + + + 32 1024 + True + + + 0 0.9 + True + + + 0 250 + + + 0.01 0.9 + + + 0.0 100.0 + + + 0 100 + + + 0 200 + + + 0 100 + True + + + + Auto + Center Frequency + Lower-Shoulder Frequency + Upper-Shoulder Frequency + Roll-Axis + Pitch-Axis + + + + 0 8 + True + + + 0:Enable post-filter FFT,1:Check motor noise + True + + + + + + Disable + Notch Filter + + True + + + 10 495 + Hz + hertz + + + 1 10 + + + 5 50 + dB + decibel + + + + + + Disable + Notch Filter + + True + + + 10 495 + Hz + hertz + + + 1 10 + + + 5 50 + dB + decibel + + + + + + Disable + Notch Filter + + True + + + 10 495 + Hz + hertz + + + 1 10 + + + 5 50 + dB + decibel + + + + + + Disable + Notch Filter + + True + + + 10 495 + Hz + hertz + + + 1 10 + + + 5 50 + dB + decibel + + + + + + Disable + Notch Filter + + True + + + 10 495 + Hz + hertz + + + 1 10 + + + 5 50 + dB + decibel + + + + + + Disable + Notch Filter + + True + + + 10 495 + Hz + hertz + + + 1 10 + + + 5 50 + dB + decibel + + + + + + Disable + Notch Filter + + True + + + 10 495 + Hz + hertz + + + 1 10 + + + 5 50 + dB + decibel + + + + + + Disable + Notch Filter + + True + + + 10 495 + Hz + hertz + + + 1 10 + + + 5 50 + dB + decibel + + + + + + None + PX4Flow + Pixart + Bebop + CXOF + MAVLink + DroneCAN + MSP + UPFLOW + + True + + + -800 +800 + 1 + + + -800 +800 + 1 + + + cdeg + centidegrees + -17999 +18000 + 10 + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + 0 127 + + + m + meters + 0 2 + 0.01 + + + + + + Disabled + Enabled + + + + 0 255 + + + m + meters + 1 1000 + + + + North-East-Down + Relative to lead vehicle heading + + + + -100 100 + m + meters + 1 + + + -100 100 + m + meters + 1 + + + -100 100 + m + meters + 1 + + + + None + Face Lead Vehicle + Same as Lead vehicle + Direction of Flight + + + + 0.01 1.00 + 0.01 + + + + absolute + relative + + + + + None + Mount Follows lead vehicle on mode enter + + + + + + + Disable + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 + 20 + 21 + 22 + 23 + 24 + 25 + 26 + + + + + Disable + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 + 20 + 21 + 22 + 23 + 24 + 25 + 26 + + + + + Disable + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 + 20 + 21 + 22 + 23 + 24 + 25 + 26 + + + + + Disable + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 + 20 + 21 + 22 + 23 + 24 + 25 + 26 + 27 + + + + 0:EnableAirspeedAndGroundspeed + + + + + + Disabled + IE 650w 800w Fuel Cell + IE 2.4kW Fuel Cell + Richenpower + + True + + + 0:Suppress Maintenance-Required Warnings + + + + + + None + AUTO + uBlox + NMEA + SiRF + HIL + SwiftNav + DroneCAN + SBF + GSOF + ERB + MAV + NOVA + HemisphereNMEA + uBlox-MovingBaseline-Base + uBlox-MovingBaseline-Rover + MSP + AllyStar + ExternalAHRS + DroneCAN-MovingBaseline-Base + DroneCAN-MovingBaseline-Rover + UnicoreNMEA + UnicoreMovingBaselineNMEA + SBF-DualAntenna + + True + + + True + + None + AUTO + uBlox + NMEA + SiRF + HIL + SwiftNav + DroneCAN + SBF + GSOF + ERB + MAV + NOVA + HemisphereNMEA + uBlox-MovingBaseline-Base + uBlox-MovingBaseline-Rover + MSP + AllyStar + ExternalAHRS + DroneCAN-MovingBaseline-Base + DroneCAN-MovingBaseline-Rover + UnicoreNMEA + UnicoreMovingBaselineNMEA + SBF-DualAntenna + + + + + Portable + Stationary + Pedestrian + Automotive + Sea + Airborne1G + Airborne2G + Airborne4G + + + + + Use primary + UseBest + Blend + Use primary if 3D fix or better + + + + + Any + FloatRTK + IntegerRTK + + True + + + + Disabled + Enabled + NoChange + + + + -100 90 + deg + degrees + + + + send to first GPS + send to 2nd GPS + send to all + + + + + None (0x0000) + All (0xFFFF) + External only (0xFF00) + + + + + Ignore + Always log + Stop logging when disarmed (SBF only) + Only log every five samples (uBlox only) + + True + + + 0:GPS,1:SBAS,2:Galileo,3:Beidou,4:IMES,5:QZSS,6:GLONASS + + + + Do not save config + Save config + Save only when needed + + + + 0:GPS,1:SBAS,2:Galileo,3:Beidou,4:IMES,5:QZSS,6:GLONASS + + + + Disables automatic configuration + Enable automatic configuration for Serial GPSes only + Enable automatic configuration for DroneCAN as well + + + + ms + milliseconds + + 10Hz + 8Hz + 5Hz + + 50 200 + + + ms + milliseconds + + 10Hz + 8Hz + 5Hz + + 50 200 + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + ms + milliseconds + 0 250 + True + + + ms + milliseconds + 0 250 + True + + + 0:Horiz Pos,1:Vert Pos,2:Speed + + + 0:Use UART2 for moving baseline on ublox,1:Use base station for GPS yaw on SBF,2:Use baudrate 115200,3:Use dedicated CAN port b/w GPSes for moving baseline,4:Use ellipsoid height instead of AMSL, 5:Override GPS satellite health of L5 band from L1 health + + + 0 10 + 1 + + COM1(RS232) on GSOF + COM2(TTL) on GSOF + + True + + + 0 10 + 1 + True + + + 1 + + FirstGPS + SecondGPS + + + + True + + + True + + + + + + + + + + Relative to alternate GPS instance + RelativeToCustomBase + + True + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + + + + Relative to alternate GPS instance + RelativeToCustomBase + + True + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + + + + Disabled + Enabled + + + + + None + Servo + EPM + + + + 1000 2000 + PWM + PWM in microseconds + + + 1000 2000 + PWM + PWM in microseconds + + + 1000 2000 + PWM + PWM in microseconds + + + 0 255 + s + seconds + + + 0 255 + + + 0.25 255 + s + seconds + + + + + rad/s + radians per second + 1 + + + rad/s + radians per second + 1 + + + rad/s + radians per second + 1 + + + rad/s + radians per second + 1 + + + rad/s + radians per second + 1 + + + rad/s + radians per second + 1 + + + rad/s + radians per second + 1 + + + rad/s + radians per second + 1 + + + rad/s + radians per second + 1 + + + 0.8 1.2 + 1 + + + 0.8 1.2 + 1 + + + 0.8 1.2 + 1 + + + m/s/s + meters per square second + -3.5 3.5 + 1 + + + m/s/s + meters per square second + -3.5 3.5 + 1 + + + m/s/s + meters per square second + -3.5 3.5 + 1 + + + 0.8 1.2 + 1 + + + 0.8 1.2 + 1 + + + 0.8 1.2 + 1 + + + m/s/s + meters per square second + -3.5 3.5 + 1 + + + m/s/s + meters per square second + -3.5 3.5 + 1 + + + m/s/s + meters per square second + -3.5 3.5 + 1 + + + 0.8 1.2 + 1 + + + 0.8 1.2 + 1 + + + 0.8 1.2 + 1 + + + m/s/s + meters per square second + -3.5 3.5 + 1 + + + m/s/s + meters per square second + -3.5 3.5 + 1 + + + m/s/s + meters per square second + -3.5 3.5 + 1 + + + Hz + hertz + 0 256 + + + Hz + hertz + 0 256 + + + + Disabled + Enabled + + + + + Disabled + Enabled + + + + + Disabled + Enabled + + + + 0.05 50 + + + + Never + Start-up only + + + + + Don't adjust the trims + Assume first orientation was level + Assume ACC_BODYFIX is perfectly aligned to the vehicle + + + + + IMU 1 + IMU 2 + IMU 3 + + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + m + meters + -10 10 + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + True + + + True + + + True + + + True + + + True + + + True + + + 0:FirstIMU,1:SecondIMU,2:ThirdIMU + + + 0:FirstIMU,1:SecondIMU,2:ThirdIMU,3:FourthIMU,4:FifthIMU,5:SixthIMU,6:SeventhIMU + + + + 1kHz + 2kHz + 4kHz + 8kHz + + True + + + degC + degrees Celsius + 1 + + + degC + degrees Celsius + 1 + + + degC + degrees Celsius + 1 + + + degC + degrees Celsius + 1 + + + degC + degrees Celsius + 1 + + + degC + degrees Celsius + 1 + + + 0:PersistParams + + + 0:Log primary gyro only, 1:Log all gyros, 2:Post filter, 3: Pre and post filter + + + + + + Disabled + Enabled + + + + True + + + 0.8 1.2 + 1 + + + 0.8 1.2 + 1 + + + 0.8 1.2 + 1 + + + m/s/s + meters per square second + -3.5 3.5 + 1 + + + m/s/s + meters per square second + -3.5 3.5 + 1 + + + m/s/s + meters per square second + -3.5 3.5 + 1 + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + degC + degrees Celsius + 1 + + + True + + + rad/s + radians per second + 1 + + + rad/s + radians per second + 1 + + + rad/s + radians per second + 1 + + + degC + degrees Celsius + 1 + + + + + + Disabled + Enabled + LearnCalibration + + True + + + -70 80 + degC + degrees Celsius + 1 + + + -70 80 + degC + degrees Celsius + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + + + + Disabled + Enabled + + + + True + + + 0.8 1.2 + 1 + + + 0.8 1.2 + 1 + + + 0.8 1.2 + 1 + + + m/s/s + meters per square second + -3.5 3.5 + 1 + + + m/s/s + meters per square second + -3.5 3.5 + 1 + + + m/s/s + meters per square second + -3.5 3.5 + 1 + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + degC + degrees Celsius + 1 + + + True + + + rad/s + radians per second + 1 + + + rad/s + radians per second + 1 + + + rad/s + radians per second + 1 + + + degC + degrees Celsius + 1 + + + + + + Disabled + Enabled + LearnCalibration + + True + + + -70 80 + degC + degrees Celsius + 1 + + + -70 80 + degC + degrees Celsius + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + + + + Disabled + Enabled + + + + 10 495 + Hz + hertz + + + 5 250 + Hz + hertz + + + 5 50 + dB + decibel + + + 0: 1st harmonic, 1: 2nd harmonic, 2: 3rd harmonic, 3: 4th harmonic, 4: 5th harmonic, 5: 6th harmonic, 6: 7th harmonic, 7: 8th harmonic, 8: 9th harmonic, 9: 10th harmonic, 10: 11th harmonic, 11: 12th harmonic, 12: 13th harmonic, 13: 14th harmonic, 14: 15th harmonic, 15: 16th harmonic + True + + + 0.0 1.0 + True + + + 0 5 + + Fixed + Throttle + RPM Sensor + ESC Telemetry + Dynamic FFT + Second RPM Sensor + + + + 0:Double notch,1:Multi-Source,2:Update at loop rate,3:EnableOnAllIMUs,4:Triple notch + True + + + 0.1 1.0 + + + + + + Disabled + Enabled + + + + 10 495 + Hz + hertz + + + 5 250 + Hz + hertz + + + 5 50 + dB + decibel + + + 0: 1st harmonic, 1: 2nd harmonic, 2: 3rd harmonic, 3: 4th harmonic, 4: 5th harmonic, 5: 6th harmonic, 6: 7th harmonic, 7: 8th harmonic, 8: 9th harmonic, 9: 10th harmonic, 10: 11th harmonic, 11: 12th harmonic, 12: 13th harmonic, 13: 14th harmonic, 14: 15th harmonic, 15: 16th harmonic + True + + + 0.0 1.0 + True + + + 0 5 + + Fixed + Throttle + RPM Sensor + ESC Telemetry + Dynamic FFT + Second RPM Sensor + + + + 0:Double notch,1:Multi-Source,2:Update at loop rate,3:EnableOnAllIMUs,4:Triple notch + True + + + 0.1 1.0 + + + + + 32 + True + + + 0:IMU1,1:IMU2,2:IMU3 + True + + + 0:Sensor-Rate Logging (sample at full sensor rate seen by AP), 1: Sample post-filtering, 2: Sample pre- and post-filter + + + ms + milliseconds + 10 + + + 1 + + + + + + Disabled + Enabled + LearnCalibration + + True + + + -70 80 + degC + degrees Celsius + 1 + + + -70 80 + degC + degrees Celsius + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + + + + Disabled + Enabled + LearnCalibration + + True + + + -70 80 + degC + degrees Celsius + 1 + + + -70 80 + degC + degrees Celsius + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + + + + Disabled + Enabled + LearnCalibration + + True + + + -70 80 + degC + degrees Celsius + 1 + + + -70 80 + degC + degrees Celsius + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + + + + + + + 0:File,1:MAVLink,2:Block + + + + + + Disabled + Enabled + Disabled on USB connection + Discard log on reboot if never armed + + + + + Disabled + Enabled + + + + + Disabled + Enabled + + + + kB + kilobytes + + + s + seconds + + + MB + megabyte + 10 1000 + + + Hz + hertz + 0 1000 + 0.1 + + + Hz + hertz + 0 1000 + 0.1 + + + Hz + hertz + 0 1000 + 0.1 + + + Hz + hertz + 0 1000 + 0.1 + + + 2 500 + 1 + True + + + + + 0 32766 + 1 + True + + + + Resume Mission + Restart Mission + + + + 0:Clear Mission on reboot + + + + + + None + Servo + 3DR Solo + Alexmos Serial + SToRM32 MAVLink + SToRM32 Serial + Gremsy + BrushlessPWM + Siyi + Scripting + Xacti + Viewpro + + True + + + + Retracted + Neutral + MavLink Targeting + RC Targeting + GPS Point + SysID Target + Home Location + + + + deg/s + degrees per second + 0 90 + 1 + + + deg + degrees + -180 180 + 1 + + + deg + degrees + -180 180 + 1 + + + deg + degrees + -90 90 + 1 + + + deg + degrees + -90 90 + 1 + + + deg + degrees + -180 180 + 1 + + + deg + degrees + -180 180 + 1 + + + deg + degrees + -180.0 180.0 + 1 + + + deg + degrees + -180.0 180.0 + 1 + + + deg + degrees + -180.0 180.0 + 1 + + + deg + degrees + -180.0 180.0 + 1 + + + deg + degrees + -180.0 180.0 + 1 + + + deg + degrees + -180.0 180.0 + 1 + + + s + seconds + 0.0 0.2 + .005 + + + s + seconds + 0.0 0.2 + .005 + + + True + + + + + + + + None + Servo + 3DR Solo + Alexmos Serial + SToRM32 MAVLink + SToRM32 Serial + Gremsy + BrushlessPWM + Siyi + Scripting + Xacti + Viewpro + + True + + + + Retracted + Neutral + MavLink Targeting + RC Targeting + GPS Point + SysID Target + Home Location + + + + deg/s + degrees per second + 0 90 + 1 + + + deg + degrees + -180 180 + 1 + + + deg + degrees + -180 180 + 1 + + + deg + degrees + -90 90 + 1 + + + deg + degrees + -90 90 + 1 + + + deg + degrees + -180 180 + 1 + + + deg + degrees + -180 180 + 1 + + + deg + degrees + -180.0 180.0 + 1 + + + deg + degrees + -180.0 180.0 + 1 + + + deg + degrees + -180.0 180.0 + 1 + + + deg + degrees + -180.0 180.0 + 1 + + + deg + degrees + -180.0 180.0 + 1 + + + deg + degrees + -180.0 180.0 + 1 + + + s + seconds + 0.0 0.2 + .005 + + + s + seconds + 0.0 0.2 + .005 + + + True + + + + + + + + Normal + OneShot + OneShot125 + BrushedWithRelay + BrushedBiPolar + DShot150 + DShot300 + DShot600 + DShot1200 + + True + + + kHz + kilohertz + 1 20 + 1 + True + + + + PWM enabled while disarmed + PWM disabled while disarmed + + + + % + percent + 0 20 + 1 + + + % + percent + 30 100 + 1 + + + %/s + percent per second + 0 1000 + 1 + + + -1.0 1.0 + + + m/s + meters per second + 0 10 + + + 0.2 1.0 + + + deg + degrees + 0 90 + + + 1.0 10.0 + + + + + + Auto + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + + + + 0:EnableTelemetryMode, 1: unused, 2:EnableBTFLFonts + + + + + + Disable + Enable + + True + + + 0 32 + True + + + + Disable + Enable + + True + + + 0:UDP echo test,1:TCP echo test, 2:TCP discard test + True + + + 0:EnablePPP Ethernet gateway + True + + + + + 0 255 + True + + + 0 255 + True + + + 0 255 + True + + + 0 255 + True + + + + + 0 255 + True + + + 0 255 + True + + + 0 255 + True + + + 0 255 + True + + + + + 0 255 + True + + + 0 255 + True + + + 0 255 + True + + + 0 255 + True + + + 0 255 + True + + + 0 255 + True + + + + + + Disabled + UDP client + UDP server + TCP client + TCP server + + True + + + True + + None + MAVLink1 + MAVLink2 + Frsky D + Frsky SPort + GPS + Alexmos Gimbal Serial + Gimbal + Rangefinder + FrSky SPort Passthrough (OpenTX) + Lidar360 + Beacon + Volz servo out + SBus servo out + ESC Telemetry + Devo Telemetry + OpticalFlow + RobotisServo + NMEA Output + WindVane + SLCAN + RCIN + EFI Serial + LTM + RunCam + HottTelem + Scripting + Crossfire VTX + Generator + Winch + MSP + DJI FPV + AirSpeed + ADSB + AHRS + SmartAudio + FETtecOneWire + Torqeedo + AIS + CoDevESC + DisplayPort + MAVLink High Latency + IRC Tramp + DDS XRCE + IMUDATA + + + + 0 65535 + True + + + + + 0 255 + True + + + 0 255 + True + + + 0 255 + True + + + 0 255 + True + + + + + + Disabled + UDP client + UDP server + TCP client + TCP server + + True + + + True + + None + MAVLink1 + MAVLink2 + Frsky D + Frsky SPort + GPS + Alexmos Gimbal Serial + Gimbal + Rangefinder + FrSky SPort Passthrough (OpenTX) + Lidar360 + Beacon + Volz servo out + SBus servo out + ESC Telemetry + Devo Telemetry + OpticalFlow + RobotisServo + NMEA Output + WindVane + SLCAN + RCIN + EFI Serial + LTM + RunCam + HottTelem + Scripting + Crossfire VTX + Generator + Winch + MSP + DJI FPV + AirSpeed + ADSB + AHRS + SmartAudio + FETtecOneWire + Torqeedo + AIS + CoDevESC + DisplayPort + MAVLink High Latency + IRC Tramp + DDS XRCE + IMUDATA + + + + 0 65535 + True + + + + + 0 255 + True + + + 0 255 + True + + + 0 255 + True + + + 0 255 + True + + + + + + Disabled + UDP client + UDP server + TCP client + TCP server + + True + + + True + + None + MAVLink1 + MAVLink2 + Frsky D + Frsky SPort + GPS + Alexmos Gimbal Serial + Gimbal + Rangefinder + FrSky SPort Passthrough (OpenTX) + Lidar360 + Beacon + Volz servo out + SBus servo out + ESC Telemetry + Devo Telemetry + OpticalFlow + RobotisServo + NMEA Output + WindVane + SLCAN + RCIN + EFI Serial + LTM + RunCam + HottTelem + Scripting + Crossfire VTX + Generator + Winch + MSP + DJI FPV + AirSpeed + ADSB + AHRS + SmartAudio + FETtecOneWire + Torqeedo + AIS + CoDevESC + DisplayPort + MAVLink High Latency + IRC Tramp + DDS XRCE + IMUDATA + + + + 0 65535 + True + + + + + 0 255 + True + + + 0 255 + True + + + 0 255 + True + + + 0 255 + True + + + + + + Disabled + UDP client + UDP server + TCP client + TCP server + + True + + + True + + None + MAVLink1 + MAVLink2 + Frsky D + Frsky SPort + GPS + Alexmos Gimbal Serial + Gimbal + Rangefinder + FrSky SPort Passthrough (OpenTX) + Lidar360 + Beacon + Volz servo out + SBus servo out + ESC Telemetry + Devo Telemetry + OpticalFlow + RobotisServo + NMEA Output + WindVane + SLCAN + RCIN + EFI Serial + LTM + RunCam + HottTelem + Scripting + Crossfire VTX + Generator + Winch + MSP + DJI FPV + AirSpeed + ADSB + AHRS + SmartAudio + FETtecOneWire + Torqeedo + AIS + CoDevESC + DisplayPort + MAVLink High Latency + IRC Tramp + DDS XRCE + IMUDATA + + + + 0 65535 + True + + + + + 0 255 + True + + + 0 255 + True + + + 0 255 + True + + + 0 255 + True + + + + + 0 255 + True + + + 0 255 + True + + + 0 255 + True + + + 0 255 + True + + + + + 0 255 + True + + + 0 255 + True + + + 0 255 + True + + + 0 255 + True + + + + + 20 2000 + 1 + ms + milliseconds + + + 0:GPGGA,1:GPRMC,2:PASHR + + + + + + Off + Low + Medium + High + + + + 0:Built-in buzzer, 1:DShot, 2:DroneCAN + + + + Standard + MAVLink/Scripting/AP_Periph + OutbackChallenge + TrafficLight + + + + + Disable + ssd1306 + sh1106 + SITL + + + + + Disabled + Aircraft + Rover + + + + + Disabled + + + + 0:Built-in LED, 1:Internal ToshibaLED, 2:External ToshibaLED, 3:External PCA9685, 4:Oreo LED, 5:DroneCAN, 6:NCP5623 External, 7:NCP5623 Internal, 8:NeoPixel, 9:ProfiLED, 10:Scripting, 11:DShot, 12:ProfiLED_SPI, 13:LP5562 External, 14: LP5562 Internal, 15:IS31FL3195 External, 16: IS31FL3195 Internal, 17: DiscreteRGB, 18: NeoPixelRGB + + + + LowIsOn + HighIsOn + + + + 0 100 + % + percent + + + 1 32 + True + + + + + + Disabled + BendyRuler + Dijkstra + Dijkstra with BendyRuler + + + + m + meters + 0.1 100 + 1 + + + 0: Reset the origin of the waypoint to the present location, 1: log Dijkstra points + + + + + m + meters + 1 100 + 1 + + + 1.1 2 + 0.1 + + + 20 180 + 5 + + + + + 0 10000 + True + + + s + seconds + 0 127 + 1 + + + 1 200 + True + + + + Disabled + Send only HIGH importance items + Send HIGH and NORMAL importance items + Send all items + + + + deg + degrees + 1 10 + True + + + m + meters + 0 10 + + + m + meters + 0 10 + + + + + + None + MAX7456 + SITL + MSP + TXONLY + MSP_DISPLAYPORT + + True + + + + Disable + Chan5 + Chan6 + Chan7 + Chan8 + Chan9 + Chan10 + Chan11 + Chan12 + Chan13 + Chan14 + Chan15 + Chan16 + + + + + switch to next screen if channel value was changed + select screen based on pwm ranges specified for each screen + switch to next screen after low to high transition and every 1s while channel value is high + + + + 0:UseDecimalPack, 1:InvertedWindArrow, 2:InvertedAHRoll, 3:Convert feet to miles at 5280ft instead of 10000ft, 4:DisableCrosshair, 5:TranslateArrows, 6:AviationStyleAH + + + True + + + 0 31 + True + + + 0 63 + True + + + 0 99 + + + 1 30 + + + 0 100 + + + + Metric + Imperial + SI + Aviation + + + + 1 20 + + + 0 4 + + + 0 4 + + + 0 4 + + + 0 3000 + + + -1 3000 + m + meters + + + 0 100 + + + 1 + + + 0 100 + + + 0 100 + + + + None + MAX7456 + SITL + MSP + TXONLY + MSP_DISPLAYPORT + + True + + + + + + Disabled + Enabled + + + + 900 2100 + + + 900 2100 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 29 + + + 0 15 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + 30x16 + 50x18 + + + + 0 21 + + + + + + Disabled + Enabled + + + + 900 2100 + + + 900 2100 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 29 + + + 0 15 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + 30x16 + 50x18 + + + + 0 21 + + + + + + Disabled + Enabled + + + + 900 2100 + + + 900 2100 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 29 + + + 0 15 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + 30x16 + 50x18 + + + + 0 21 + + + + + + Disabled + Enabled + + + + 900 2100 + + + 900 2100 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + Disabled + Enabled + + + + 0 29 + + + 0 15 + + + + Disabled + Enabled + + + + 0 59 + + + 0 21 + + + + 30x16 + 50x18 + + + + 0 21 + + + + + + Disabled + Enabled + + + + 900 2100 + + + 900 2100 + + + 0 25 + + + 0 15 + + + + + + Disabled + Enabled + + + + 0 29 + + + 0 15 + + + + + + + + + + + + + + + + + + + + Disabled + Enabled + + + + 0 29 + + + 0 15 + + + + + + + + + + + + + + + + + + + + Disabled + Enabled + + + + 0 29 + + + 0 15 + + + + + + + + + + + + + + + + + + + + Disabled + Enabled + + + + 0 29 + + + 0 15 + + + + + + + + + + + + + + + + + + + + Disabled + Enabled + + + + 0 29 + + + 0 15 + + + + + + + + + + + + + + + + + + + + Disabled + Enabled + + + + 0 29 + + + 0 15 + + + + + + + + + + + + + + + + + + + + Disabled + Enabled + + + + 0 29 + + + 0 15 + + + + + + + + + + + + + + + + + + + + Disabled + Enabled + + + + 0 29 + + + 0 15 + + + + + + + + + + + + + + + + + + + + Disabled + Enabled + + + + 0 29 + + + 0 15 + + + + + + + + + + + + + + + + + + + + Disabled + Enabled + + + + 900 2100 + + + 900 2100 + + + 0 25 + + + 0 15 + + + + + + Disabled + Enabled + + + + 0 29 + + + 0 15 + + + + + + + + + + + + + + + + + + + + Disabled + Enabled + + + + 0 29 + + + 0 15 + + + + + + + + + + + + + + + + + + + + Disabled + Enabled + + + + 0 29 + + + 0 15 + + + + + + + + + + + + + + + + + + + + Disabled + Enabled + + + + 0 29 + + + 0 15 + + + + + + + + + + + + + + + + + + + + Disabled + Enabled + + + + 0 29 + + + 0 15 + + + + + + + + + + + + + + + + + + + + Disabled + Enabled + + + + 0 29 + + + 0 15 + + + + + + + + + + + + + + + + + + + + Disabled + Enabled + + + + 0 29 + + + 0 15 + + + + + + + + + + + + + + + + + + + + Disabled + Enabled + + + + 0 29 + + + 0 15 + + + + + + + + + + + + + + + + + + + + Disabled + Enabled + + + + 0 29 + + + 0 15 + + + + + + + + + + + + + + + + + + + + Disabled + Enabled + + + + + None + CompanionComputer + IRLock + SITL_Gazebo + SITL + + + + 0 36000 + 10 + cdeg + centidegrees + + + -20 20 + 1 + cm + centimeters + + + -20 20 + 1 + cm + centimeters + + + + RawSensor + KalmanFilter + + + + 0.5 5 + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + + DefaultBus + InternalI2C + ExternalI2C + + + + 0.02 0.250 + 1 + s + seconds + True + + + 0 10 + m + meters + + + + Land Vertically (Not strict) + Retry Landing(Normal Strictness) + Do not land (just Hover) (Very Strict) + + + + 0 10 + 1 + + + 0 20 + s + seconds + + + + Go to the last location where landing target was detected + Go towards the approximate location of the detected landing target + + + + 0 5 + m + meters + + + 0 50 + m + meters + + + 0: Moving Landing Target, 1: Allow Precision Landing after manual reposition, 2: Maintain high speed in final descent + + + + Forward + Back + Down + + True + + + + + + Off + On + + + + Hz + hertz + 0 20 + + + + + + None + LightwareSF40c + MAVLink + TeraRangerTower + RangeFinder + RPLidarA2 + TeraRangerTowerEvo + LightwareSF45B + SITL + AirSimSITL + CygbotD1 + DroneCAN + Scripting + LD06 + + True + + + + Default + Upside Down + + + + deg + degrees + -180 180 + + + deg + degrees + 0 360 + + + deg + degrees + 0 127 + + + deg + degrees + 0 360 + + + deg + degrees + 0 127 + + + deg + degrees + 0 360 + + + deg + degrees + 0 127 + + + deg + degrees + 0 360 + + + deg + degrees + 0 127 + + + m + meters + 0 500 + + + m + meters + 0 500 + + + 0 127 + 1 + + + + + + None + LightwareSF40c + MAVLink + TeraRangerTower + RangeFinder + RPLidarA2 + TeraRangerTowerEvo + LightwareSF45B + SITL + AirSimSITL + CygbotD1 + DroneCAN + Scripting + LD06 + + True + + + + Default + Upside Down + + + + deg + degrees + -180 180 + + + deg + degrees + 0 360 + + + deg + degrees + 0 127 + + + deg + degrees + 0 360 + + + deg + degrees + 0 127 + + + deg + degrees + 0 360 + + + deg + degrees + 0 127 + + + deg + degrees + 0 360 + + + deg + degrees + 0 127 + + + m + meters + 0 500 + + + m + meters + 0 500 + + + 0 127 + 1 + + + + + + None + LightwareSF40c + MAVLink + TeraRangerTower + RangeFinder + RPLidarA2 + TeraRangerTowerEvo + LightwareSF45B + SITL + AirSimSITL + CygbotD1 + DroneCAN + Scripting + LD06 + + True + + + + Default + Upside Down + + + + deg + degrees + -180 180 + + + deg + degrees + 0 360 + + + deg + degrees + 0 127 + + + deg + degrees + 0 360 + + + deg + degrees + 0 127 + + + deg + degrees + 0 360 + + + deg + degrees + 0 127 + + + deg + degrees + 0 360 + + + deg + degrees + 0 127 + + + m + meters + 0 500 + + + m + meters + 0 500 + + + 0 127 + 1 + + + + + + None + LightwareSF40c + MAVLink + TeraRangerTower + RangeFinder + RPLidarA2 + TeraRangerTowerEvo + LightwareSF45B + SITL + AirSimSITL + CygbotD1 + DroneCAN + Scripting + LD06 + + True + + + + Default + Upside Down + + + + deg + degrees + -180 180 + + + deg + degrees + 0 360 + + + deg + degrees + 0 127 + + + deg + degrees + 0 360 + + + deg + degrees + 0 127 + + + deg + degrees + 0 360 + + + deg + degrees + 0 127 + + + deg + degrees + 0 360 + + + deg + degrees + 0 127 + + + m + meters + 0 500 + + + m + meters + 0 500 + + + 0 127 + 1 + + + + + 0.500 2.000 + + + 0.1 6.0 + 0.1 + + + 0.00 1.00 + 0.01 + + + 0.00 1.00 + 0.001 + + + 0 4500 + 10 + cm/s/s + centimeters per square second + + + 0 100 + Hz + hertz + + + 0 100 + Hz + hertz + + + 0 6 + 0.01 + + + + + + + km + kilometers + 0.1 + + + + DoNotIncludeHome + IncludeHome + + + + + + 0.0 120.0 + s + seconds + + + 0:Ignore RC Receiver, 1:Ignore MAVLink Overrides, 2:Ignore Receiver Failsafe bit but allow other RC failsafes if setup, 3:FPort Pad, 4:Log RC input bytes, 5:Arming check throttle for 0 input, 6:Skip the arming check for neutral Roll/Pitch/Yaw sticks, 7:Allow Switch reverse, 8:Use passthrough for CRSF telemetry, 9:Suppress CRSF mode/rate message for ELRS systems,10:Enable multiple receiver support, 11:Use Link Quality for RSSI with CRSF, 12:Annotate CRSF flight mode with * on disarm, 13: Use 420kbaud for ELRS protocol + + + 0:All,1:PPM,2:IBUS,3:SBUS,4:SBUS_NI,5:DSM,6:SUMD,7:SRXL,8:SRXL2,9:CRSF,10:ST24,11:FPORT,12:FPORT2,13:FastSBUS,14:DroneCAN,15:Ghost + + + 0.5 10.0 + s + seconds + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + PWM + PWM in microseconds + 0 200 + + + + Do Nothing + ACRO Mode + AUTO Mode + Arm/Emergency Motor Stop + ArmDisarm (4.1 and lower) + ArmDisarm (4.2 and higher) + Auto Mission Reset + Battery MPPT Enable + CIRCLE Mode + Calibrate Compasses + Camera Auto Focus + Camera Image Tracking + Camera Lens + Camera Manual Focus + Camera Mode Toggle + Camera Record Video + Camera Trigger + Camera Zoom + Clear Waypoints + Compass Learn + Disable Airspeed Use + Disarm + EKF Pos Source + FFT Tune + FOLLOW Mode + Fence Enable + Flap + GPS Disable + GPS Disable Yaw + GUIDED Mode + Gripper Release + HOLD Mode + KillIMU1 + KillIMU2 + KillIMU3 + LOITER Mode + LearnCruise Speed + Lost Rover Sound + MANUAL Mode + MainSail + Motor Emergency Stop + Mount Lock + Mount1 Pitch + Mount1 Roll + Mount1 Yaw + Mount2 Pitch + Mount2 Roll + Mount2 Yaw + Pause Stream Logging + Pitch + Proximity Avoidance Enable + RC Override Enable + RTL + Relay1 On/Off + Relay2 On/Off + Relay3 On/Off + Relay4 On/Off + Relay5 On/Off + Relay6 On/Off + Retract Mount1 + Roll + RunCam Control + RunCam OSD Control + SMARTRTL Mode + STEERING Mode + Sailboat Tack + Sailboat motoring 3pos + Save Trim (4.1 and lower) + Save WP + Scripting1 + Scripting2 + Scripting3 + Scripting4 + Scripting5 + Scripting6 + Scripting7 + Scripting8 + Set steering trim to current servo and RC + Simple Mode + SwitchExternalAHRS + Torqeedo Clear Err + VTX Power + VisoOdom Align + Walking Height + Windvane home heading direction offset + + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + PWM + PWM in microseconds + 0 200 + + + + Do Nothing + ACRO Mode + AUTO Mode + Arm/Emergency Motor Stop + ArmDisarm (4.1 and lower) + ArmDisarm (4.2 and higher) + Auto Mission Reset + Battery MPPT Enable + CIRCLE Mode + Calibrate Compasses + Camera Auto Focus + Camera Image Tracking + Camera Lens + Camera Manual Focus + Camera Mode Toggle + Camera Record Video + Camera Trigger + Camera Zoom + Clear Waypoints + Compass Learn + Disable Airspeed Use + Disarm + EKF Pos Source + FFT Tune + FOLLOW Mode + Fence Enable + Flap + GPS Disable + GPS Disable Yaw + GUIDED Mode + Gripper Release + HOLD Mode + KillIMU1 + KillIMU2 + KillIMU3 + LOITER Mode + LearnCruise Speed + Lost Rover Sound + MANUAL Mode + MainSail + Motor Emergency Stop + Mount Lock + Mount1 Pitch + Mount1 Roll + Mount1 Yaw + Mount2 Pitch + Mount2 Roll + Mount2 Yaw + Pause Stream Logging + Pitch + Proximity Avoidance Enable + RC Override Enable + RTL + Relay1 On/Off + Relay2 On/Off + Relay3 On/Off + Relay4 On/Off + Relay5 On/Off + Relay6 On/Off + Retract Mount1 + Roll + RunCam Control + RunCam OSD Control + SMARTRTL Mode + STEERING Mode + Sailboat Tack + Sailboat motoring 3pos + Save Trim (4.1 and lower) + Save WP + Scripting1 + Scripting2 + Scripting3 + Scripting4 + Scripting5 + Scripting6 + Scripting7 + Scripting8 + Set steering trim to current servo and RC + Simple Mode + SwitchExternalAHRS + Torqeedo Clear Err + VTX Power + VisoOdom Align + Walking Height + Windvane home heading direction offset + + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + PWM + PWM in microseconds + 0 200 + + + + Do Nothing + ACRO Mode + AUTO Mode + Arm/Emergency Motor Stop + ArmDisarm (4.1 and lower) + ArmDisarm (4.2 and higher) + Auto Mission Reset + Battery MPPT Enable + CIRCLE Mode + Calibrate Compasses + Camera Auto Focus + Camera Image Tracking + Camera Lens + Camera Manual Focus + Camera Mode Toggle + Camera Record Video + Camera Trigger + Camera Zoom + Clear Waypoints + Compass Learn + Disable Airspeed Use + Disarm + EKF Pos Source + FFT Tune + FOLLOW Mode + Fence Enable + Flap + GPS Disable + GPS Disable Yaw + GUIDED Mode + Gripper Release + HOLD Mode + KillIMU1 + KillIMU2 + KillIMU3 + LOITER Mode + LearnCruise Speed + Lost Rover Sound + MANUAL Mode + MainSail + Motor Emergency Stop + Mount Lock + Mount1 Pitch + Mount1 Roll + Mount1 Yaw + Mount2 Pitch + Mount2 Roll + Mount2 Yaw + Pause Stream Logging + Pitch + Proximity Avoidance Enable + RC Override Enable + RTL + Relay1 On/Off + Relay2 On/Off + Relay3 On/Off + Relay4 On/Off + Relay5 On/Off + Relay6 On/Off + Retract Mount1 + Roll + RunCam Control + RunCam OSD Control + SMARTRTL Mode + STEERING Mode + Sailboat Tack + Sailboat motoring 3pos + Save Trim (4.1 and lower) + Save WP + Scripting1 + Scripting2 + Scripting3 + Scripting4 + Scripting5 + Scripting6 + Scripting7 + Scripting8 + Set steering trim to current servo and RC + Simple Mode + SwitchExternalAHRS + Torqeedo Clear Err + VTX Power + VisoOdom Align + Walking Height + Windvane home heading direction offset + + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + PWM + PWM in microseconds + 0 200 + + + + Do Nothing + ACRO Mode + AUTO Mode + Arm/Emergency Motor Stop + ArmDisarm (4.1 and lower) + ArmDisarm (4.2 and higher) + Auto Mission Reset + Battery MPPT Enable + CIRCLE Mode + Calibrate Compasses + Camera Auto Focus + Camera Image Tracking + Camera Lens + Camera Manual Focus + Camera Mode Toggle + Camera Record Video + Camera Trigger + Camera Zoom + Clear Waypoints + Compass Learn + Disable Airspeed Use + Disarm + EKF Pos Source + FFT Tune + FOLLOW Mode + Fence Enable + Flap + GPS Disable + GPS Disable Yaw + GUIDED Mode + Gripper Release + HOLD Mode + KillIMU1 + KillIMU2 + KillIMU3 + LOITER Mode + LearnCruise Speed + Lost Rover Sound + MANUAL Mode + MainSail + Motor Emergency Stop + Mount Lock + Mount1 Pitch + Mount1 Roll + Mount1 Yaw + Mount2 Pitch + Mount2 Roll + Mount2 Yaw + Pause Stream Logging + Pitch + Proximity Avoidance Enable + RC Override Enable + RTL + Relay1 On/Off + Relay2 On/Off + Relay3 On/Off + Relay4 On/Off + Relay5 On/Off + Relay6 On/Off + Retract Mount1 + Roll + RunCam Control + RunCam OSD Control + SMARTRTL Mode + STEERING Mode + Sailboat Tack + Sailboat motoring 3pos + Save Trim (4.1 and lower) + Save WP + Scripting1 + Scripting2 + Scripting3 + Scripting4 + Scripting5 + Scripting6 + Scripting7 + Scripting8 + Set steering trim to current servo and RC + Simple Mode + SwitchExternalAHRS + Torqeedo Clear Err + VTX Power + VisoOdom Align + Walking Height + Windvane home heading direction offset + + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + PWM + PWM in microseconds + 0 200 + + + + Do Nothing + ACRO Mode + AUTO Mode + Arm/Emergency Motor Stop + ArmDisarm (4.1 and lower) + ArmDisarm (4.2 and higher) + Auto Mission Reset + Battery MPPT Enable + CIRCLE Mode + Calibrate Compasses + Camera Auto Focus + Camera Image Tracking + Camera Lens + Camera Manual Focus + Camera Mode Toggle + Camera Record Video + Camera Trigger + Camera Zoom + Clear Waypoints + Compass Learn + Disable Airspeed Use + Disarm + EKF Pos Source + FFT Tune + FOLLOW Mode + Fence Enable + Flap + GPS Disable + GPS Disable Yaw + GUIDED Mode + Gripper Release + HOLD Mode + KillIMU1 + KillIMU2 + KillIMU3 + LOITER Mode + LearnCruise Speed + Lost Rover Sound + MANUAL Mode + MainSail + Motor Emergency Stop + Mount Lock + Mount1 Pitch + Mount1 Roll + Mount1 Yaw + Mount2 Pitch + Mount2 Roll + Mount2 Yaw + Pause Stream Logging + Pitch + Proximity Avoidance Enable + RC Override Enable + RTL + Relay1 On/Off + Relay2 On/Off + Relay3 On/Off + Relay4 On/Off + Relay5 On/Off + Relay6 On/Off + Retract Mount1 + Roll + RunCam Control + RunCam OSD Control + SMARTRTL Mode + STEERING Mode + Sailboat Tack + Sailboat motoring 3pos + Save Trim (4.1 and lower) + Save WP + Scripting1 + Scripting2 + Scripting3 + Scripting4 + Scripting5 + Scripting6 + Scripting7 + Scripting8 + Set steering trim to current servo and RC + Simple Mode + SwitchExternalAHRS + Torqeedo Clear Err + VTX Power + VisoOdom Align + Walking Height + Windvane home heading direction offset + + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + PWM + PWM in microseconds + 0 200 + + + + Do Nothing + ACRO Mode + AUTO Mode + Arm/Emergency Motor Stop + ArmDisarm (4.1 and lower) + ArmDisarm (4.2 and higher) + Auto Mission Reset + Battery MPPT Enable + CIRCLE Mode + Calibrate Compasses + Camera Auto Focus + Camera Image Tracking + Camera Lens + Camera Manual Focus + Camera Mode Toggle + Camera Record Video + Camera Trigger + Camera Zoom + Clear Waypoints + Compass Learn + Disable Airspeed Use + Disarm + EKF Pos Source + FFT Tune + FOLLOW Mode + Fence Enable + Flap + GPS Disable + GPS Disable Yaw + GUIDED Mode + Gripper Release + HOLD Mode + KillIMU1 + KillIMU2 + KillIMU3 + LOITER Mode + LearnCruise Speed + Lost Rover Sound + MANUAL Mode + MainSail + Motor Emergency Stop + Mount Lock + Mount1 Pitch + Mount1 Roll + Mount1 Yaw + Mount2 Pitch + Mount2 Roll + Mount2 Yaw + Pause Stream Logging + Pitch + Proximity Avoidance Enable + RC Override Enable + RTL + Relay1 On/Off + Relay2 On/Off + Relay3 On/Off + Relay4 On/Off + Relay5 On/Off + Relay6 On/Off + Retract Mount1 + Roll + RunCam Control + RunCam OSD Control + SMARTRTL Mode + STEERING Mode + Sailboat Tack + Sailboat motoring 3pos + Save Trim (4.1 and lower) + Save WP + Scripting1 + Scripting2 + Scripting3 + Scripting4 + Scripting5 + Scripting6 + Scripting7 + Scripting8 + Set steering trim to current servo and RC + Simple Mode + SwitchExternalAHRS + Torqeedo Clear Err + VTX Power + VisoOdom Align + Walking Height + Windvane home heading direction offset + + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + PWM + PWM in microseconds + 0 200 + + + + Do Nothing + ACRO Mode + AUTO Mode + Arm/Emergency Motor Stop + ArmDisarm (4.1 and lower) + ArmDisarm (4.2 and higher) + Auto Mission Reset + Battery MPPT Enable + CIRCLE Mode + Calibrate Compasses + Camera Auto Focus + Camera Image Tracking + Camera Lens + Camera Manual Focus + Camera Mode Toggle + Camera Record Video + Camera Trigger + Camera Zoom + Clear Waypoints + Compass Learn + Disable Airspeed Use + Disarm + EKF Pos Source + FFT Tune + FOLLOW Mode + Fence Enable + Flap + GPS Disable + GPS Disable Yaw + GUIDED Mode + Gripper Release + HOLD Mode + KillIMU1 + KillIMU2 + KillIMU3 + LOITER Mode + LearnCruise Speed + Lost Rover Sound + MANUAL Mode + MainSail + Motor Emergency Stop + Mount Lock + Mount1 Pitch + Mount1 Roll + Mount1 Yaw + Mount2 Pitch + Mount2 Roll + Mount2 Yaw + Pause Stream Logging + Pitch + Proximity Avoidance Enable + RC Override Enable + RTL + Relay1 On/Off + Relay2 On/Off + Relay3 On/Off + Relay4 On/Off + Relay5 On/Off + Relay6 On/Off + Retract Mount1 + Roll + RunCam Control + RunCam OSD Control + SMARTRTL Mode + STEERING Mode + Sailboat Tack + Sailboat motoring 3pos + Save Trim (4.1 and lower) + Save WP + Scripting1 + Scripting2 + Scripting3 + Scripting4 + Scripting5 + Scripting6 + Scripting7 + Scripting8 + Set steering trim to current servo and RC + Simple Mode + SwitchExternalAHRS + Torqeedo Clear Err + VTX Power + VisoOdom Align + Walking Height + Windvane home heading direction offset + + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + PWM + PWM in microseconds + 0 200 + + + + Do Nothing + ACRO Mode + AUTO Mode + Arm/Emergency Motor Stop + ArmDisarm (4.1 and lower) + ArmDisarm (4.2 and higher) + Auto Mission Reset + Battery MPPT Enable + CIRCLE Mode + Calibrate Compasses + Camera Auto Focus + Camera Image Tracking + Camera Lens + Camera Manual Focus + Camera Mode Toggle + Camera Record Video + Camera Trigger + Camera Zoom + Clear Waypoints + Compass Learn + Disable Airspeed Use + Disarm + EKF Pos Source + FFT Tune + FOLLOW Mode + Fence Enable + Flap + GPS Disable + GPS Disable Yaw + GUIDED Mode + Gripper Release + HOLD Mode + KillIMU1 + KillIMU2 + KillIMU3 + LOITER Mode + LearnCruise Speed + Lost Rover Sound + MANUAL Mode + MainSail + Motor Emergency Stop + Mount Lock + Mount1 Pitch + Mount1 Roll + Mount1 Yaw + Mount2 Pitch + Mount2 Roll + Mount2 Yaw + Pause Stream Logging + Pitch + Proximity Avoidance Enable + RC Override Enable + RTL + Relay1 On/Off + Relay2 On/Off + Relay3 On/Off + Relay4 On/Off + Relay5 On/Off + Relay6 On/Off + Retract Mount1 + Roll + RunCam Control + RunCam OSD Control + SMARTRTL Mode + STEERING Mode + Sailboat Tack + Sailboat motoring 3pos + Save Trim (4.1 and lower) + Save WP + Scripting1 + Scripting2 + Scripting3 + Scripting4 + Scripting5 + Scripting6 + Scripting7 + Scripting8 + Set steering trim to current servo and RC + Simple Mode + SwitchExternalAHRS + Torqeedo Clear Err + VTX Power + VisoOdom Align + Walking Height + Windvane home heading direction offset + + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + PWM + PWM in microseconds + 0 200 + + + + Do Nothing + ACRO Mode + AUTO Mode + Arm/Emergency Motor Stop + ArmDisarm (4.1 and lower) + ArmDisarm (4.2 and higher) + Auto Mission Reset + Battery MPPT Enable + CIRCLE Mode + Calibrate Compasses + Camera Auto Focus + Camera Image Tracking + Camera Lens + Camera Manual Focus + Camera Mode Toggle + Camera Record Video + Camera Trigger + Camera Zoom + Clear Waypoints + Compass Learn + Disable Airspeed Use + Disarm + EKF Pos Source + FFT Tune + FOLLOW Mode + Fence Enable + Flap + GPS Disable + GPS Disable Yaw + GUIDED Mode + Gripper Release + HOLD Mode + KillIMU1 + KillIMU2 + KillIMU3 + LOITER Mode + LearnCruise Speed + Lost Rover Sound + MANUAL Mode + MainSail + Motor Emergency Stop + Mount Lock + Mount1 Pitch + Mount1 Roll + Mount1 Yaw + Mount2 Pitch + Mount2 Roll + Mount2 Yaw + Pause Stream Logging + Pitch + Proximity Avoidance Enable + RC Override Enable + RTL + Relay1 On/Off + Relay2 On/Off + Relay3 On/Off + Relay4 On/Off + Relay5 On/Off + Relay6 On/Off + Retract Mount1 + Roll + RunCam Control + RunCam OSD Control + SMARTRTL Mode + STEERING Mode + Sailboat Tack + Sailboat motoring 3pos + Save Trim (4.1 and lower) + Save WP + Scripting1 + Scripting2 + Scripting3 + Scripting4 + Scripting5 + Scripting6 + Scripting7 + Scripting8 + Set steering trim to current servo and RC + Simple Mode + SwitchExternalAHRS + Torqeedo Clear Err + VTX Power + VisoOdom Align + Walking Height + Windvane home heading direction offset + + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + PWM + PWM in microseconds + 0 200 + + + + Do Nothing + ACRO Mode + AUTO Mode + Arm/Emergency Motor Stop + ArmDisarm (4.1 and lower) + ArmDisarm (4.2 and higher) + Auto Mission Reset + Battery MPPT Enable + CIRCLE Mode + Calibrate Compasses + Camera Auto Focus + Camera Image Tracking + Camera Lens + Camera Manual Focus + Camera Mode Toggle + Camera Record Video + Camera Trigger + Camera Zoom + Clear Waypoints + Compass Learn + Disable Airspeed Use + Disarm + EKF Pos Source + FFT Tune + FOLLOW Mode + Fence Enable + Flap + GPS Disable + GPS Disable Yaw + GUIDED Mode + Gripper Release + HOLD Mode + KillIMU1 + KillIMU2 + KillIMU3 + LOITER Mode + LearnCruise Speed + Lost Rover Sound + MANUAL Mode + MainSail + Motor Emergency Stop + Mount Lock + Mount1 Pitch + Mount1 Roll + Mount1 Yaw + Mount2 Pitch + Mount2 Roll + Mount2 Yaw + Pause Stream Logging + Pitch + Proximity Avoidance Enable + RC Override Enable + RTL + Relay1 On/Off + Relay2 On/Off + Relay3 On/Off + Relay4 On/Off + Relay5 On/Off + Relay6 On/Off + Retract Mount1 + Roll + RunCam Control + RunCam OSD Control + SMARTRTL Mode + STEERING Mode + Sailboat Tack + Sailboat motoring 3pos + Save Trim (4.1 and lower) + Save WP + Scripting1 + Scripting2 + Scripting3 + Scripting4 + Scripting5 + Scripting6 + Scripting7 + Scripting8 + Set steering trim to current servo and RC + Simple Mode + SwitchExternalAHRS + Torqeedo Clear Err + VTX Power + VisoOdom Align + Walking Height + Windvane home heading direction offset + + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + PWM + PWM in microseconds + 0 200 + + + + Do Nothing + ACRO Mode + AUTO Mode + Arm/Emergency Motor Stop + ArmDisarm (4.1 and lower) + ArmDisarm (4.2 and higher) + Auto Mission Reset + Battery MPPT Enable + CIRCLE Mode + Calibrate Compasses + Camera Auto Focus + Camera Image Tracking + Camera Lens + Camera Manual Focus + Camera Mode Toggle + Camera Record Video + Camera Trigger + Camera Zoom + Clear Waypoints + Compass Learn + Disable Airspeed Use + Disarm + EKF Pos Source + FFT Tune + FOLLOW Mode + Fence Enable + Flap + GPS Disable + GPS Disable Yaw + GUIDED Mode + Gripper Release + HOLD Mode + KillIMU1 + KillIMU2 + KillIMU3 + LOITER Mode + LearnCruise Speed + Lost Rover Sound + MANUAL Mode + MainSail + Motor Emergency Stop + Mount Lock + Mount1 Pitch + Mount1 Roll + Mount1 Yaw + Mount2 Pitch + Mount2 Roll + Mount2 Yaw + Pause Stream Logging + Pitch + Proximity Avoidance Enable + RC Override Enable + RTL + Relay1 On/Off + Relay2 On/Off + Relay3 On/Off + Relay4 On/Off + Relay5 On/Off + Relay6 On/Off + Retract Mount1 + Roll + RunCam Control + RunCam OSD Control + SMARTRTL Mode + STEERING Mode + Sailboat Tack + Sailboat motoring 3pos + Save Trim (4.1 and lower) + Save WP + Scripting1 + Scripting2 + Scripting3 + Scripting4 + Scripting5 + Scripting6 + Scripting7 + Scripting8 + Set steering trim to current servo and RC + Simple Mode + SwitchExternalAHRS + Torqeedo Clear Err + VTX Power + VisoOdom Align + Walking Height + Windvane home heading direction offset + + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + PWM + PWM in microseconds + 0 200 + + + + Do Nothing + ACRO Mode + AUTO Mode + Arm/Emergency Motor Stop + ArmDisarm (4.1 and lower) + ArmDisarm (4.2 and higher) + Auto Mission Reset + Battery MPPT Enable + CIRCLE Mode + Calibrate Compasses + Camera Auto Focus + Camera Image Tracking + Camera Lens + Camera Manual Focus + Camera Mode Toggle + Camera Record Video + Camera Trigger + Camera Zoom + Clear Waypoints + Compass Learn + Disable Airspeed Use + Disarm + EKF Pos Source + FFT Tune + FOLLOW Mode + Fence Enable + Flap + GPS Disable + GPS Disable Yaw + GUIDED Mode + Gripper Release + HOLD Mode + KillIMU1 + KillIMU2 + KillIMU3 + LOITER Mode + LearnCruise Speed + Lost Rover Sound + MANUAL Mode + MainSail + Motor Emergency Stop + Mount Lock + Mount1 Pitch + Mount1 Roll + Mount1 Yaw + Mount2 Pitch + Mount2 Roll + Mount2 Yaw + Pause Stream Logging + Pitch + Proximity Avoidance Enable + RC Override Enable + RTL + Relay1 On/Off + Relay2 On/Off + Relay3 On/Off + Relay4 On/Off + Relay5 On/Off + Relay6 On/Off + Retract Mount1 + Roll + RunCam Control + RunCam OSD Control + SMARTRTL Mode + STEERING Mode + Sailboat Tack + Sailboat motoring 3pos + Save Trim (4.1 and lower) + Save WP + Scripting1 + Scripting2 + Scripting3 + Scripting4 + Scripting5 + Scripting6 + Scripting7 + Scripting8 + Set steering trim to current servo and RC + Simple Mode + SwitchExternalAHRS + Torqeedo Clear Err + VTX Power + VisoOdom Align + Walking Height + Windvane home heading direction offset + + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + PWM + PWM in microseconds + 0 200 + + + + Do Nothing + ACRO Mode + AUTO Mode + Arm/Emergency Motor Stop + ArmDisarm (4.1 and lower) + ArmDisarm (4.2 and higher) + Auto Mission Reset + Battery MPPT Enable + CIRCLE Mode + Calibrate Compasses + Camera Auto Focus + Camera Image Tracking + Camera Lens + Camera Manual Focus + Camera Mode Toggle + Camera Record Video + Camera Trigger + Camera Zoom + Clear Waypoints + Compass Learn + Disable Airspeed Use + Disarm + EKF Pos Source + FFT Tune + FOLLOW Mode + Fence Enable + Flap + GPS Disable + GPS Disable Yaw + GUIDED Mode + Gripper Release + HOLD Mode + KillIMU1 + KillIMU2 + KillIMU3 + LOITER Mode + LearnCruise Speed + Lost Rover Sound + MANUAL Mode + MainSail + Motor Emergency Stop + Mount Lock + Mount1 Pitch + Mount1 Roll + Mount1 Yaw + Mount2 Pitch + Mount2 Roll + Mount2 Yaw + Pause Stream Logging + Pitch + Proximity Avoidance Enable + RC Override Enable + RTL + Relay1 On/Off + Relay2 On/Off + Relay3 On/Off + Relay4 On/Off + Relay5 On/Off + Relay6 On/Off + Retract Mount1 + Roll + RunCam Control + RunCam OSD Control + SMARTRTL Mode + STEERING Mode + Sailboat Tack + Sailboat motoring 3pos + Save Trim (4.1 and lower) + Save WP + Scripting1 + Scripting2 + Scripting3 + Scripting4 + Scripting5 + Scripting6 + Scripting7 + Scripting8 + Set steering trim to current servo and RC + Simple Mode + SwitchExternalAHRS + Torqeedo Clear Err + VTX Power + VisoOdom Align + Walking Height + Windvane home heading direction offset + + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + PWM + PWM in microseconds + 0 200 + + + + Do Nothing + ACRO Mode + AUTO Mode + Arm/Emergency Motor Stop + ArmDisarm (4.1 and lower) + ArmDisarm (4.2 and higher) + Auto Mission Reset + Battery MPPT Enable + CIRCLE Mode + Calibrate Compasses + Camera Auto Focus + Camera Image Tracking + Camera Lens + Camera Manual Focus + Camera Mode Toggle + Camera Record Video + Camera Trigger + Camera Zoom + Clear Waypoints + Compass Learn + Disable Airspeed Use + Disarm + EKF Pos Source + FFT Tune + FOLLOW Mode + Fence Enable + Flap + GPS Disable + GPS Disable Yaw + GUIDED Mode + Gripper Release + HOLD Mode + KillIMU1 + KillIMU2 + KillIMU3 + LOITER Mode + LearnCruise Speed + Lost Rover Sound + MANUAL Mode + MainSail + Motor Emergency Stop + Mount Lock + Mount1 Pitch + Mount1 Roll + Mount1 Yaw + Mount2 Pitch + Mount2 Roll + Mount2 Yaw + Pause Stream Logging + Pitch + Proximity Avoidance Enable + RC Override Enable + RTL + Relay1 On/Off + Relay2 On/Off + Relay3 On/Off + Relay4 On/Off + Relay5 On/Off + Relay6 On/Off + Retract Mount1 + Roll + RunCam Control + RunCam OSD Control + SMARTRTL Mode + STEERING Mode + Sailboat Tack + Sailboat motoring 3pos + Save Trim (4.1 and lower) + Save WP + Scripting1 + Scripting2 + Scripting3 + Scripting4 + Scripting5 + Scripting6 + Scripting7 + Scripting8 + Set steering trim to current servo and RC + Simple Mode + SwitchExternalAHRS + Torqeedo Clear Err + VTX Power + VisoOdom Align + Walking Height + Windvane home heading direction offset + + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + PWM + PWM in microseconds + 0 200 + + + + Do Nothing + ACRO Mode + AUTO Mode + Arm/Emergency Motor Stop + ArmDisarm (4.1 and lower) + ArmDisarm (4.2 and higher) + Auto Mission Reset + Battery MPPT Enable + CIRCLE Mode + Calibrate Compasses + Camera Auto Focus + Camera Image Tracking + Camera Lens + Camera Manual Focus + Camera Mode Toggle + Camera Record Video + Camera Trigger + Camera Zoom + Clear Waypoints + Compass Learn + Disable Airspeed Use + Disarm + EKF Pos Source + FFT Tune + FOLLOW Mode + Fence Enable + Flap + GPS Disable + GPS Disable Yaw + GUIDED Mode + Gripper Release + HOLD Mode + KillIMU1 + KillIMU2 + KillIMU3 + LOITER Mode + LearnCruise Speed + Lost Rover Sound + MANUAL Mode + MainSail + Motor Emergency Stop + Mount Lock + Mount1 Pitch + Mount1 Roll + Mount1 Yaw + Mount2 Pitch + Mount2 Roll + Mount2 Yaw + Pause Stream Logging + Pitch + Proximity Avoidance Enable + RC Override Enable + RTL + Relay1 On/Off + Relay2 On/Off + Relay3 On/Off + Relay4 On/Off + Relay5 On/Off + Relay6 On/Off + Retract Mount1 + Roll + RunCam Control + RunCam OSD Control + SMARTRTL Mode + STEERING Mode + Sailboat Tack + Sailboat motoring 3pos + Save Trim (4.1 and lower) + Save WP + Scripting1 + Scripting2 + Scripting3 + Scripting4 + Scripting5 + Scripting6 + Scripting7 + Scripting8 + Set steering trim to current servo and RC + Simple Mode + SwitchExternalAHRS + Torqeedo Clear Err + VTX Power + VisoOdom Align + Walking Height + Windvane home heading direction offset + + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + PWM + PWM in microseconds + 0 200 + + + + Do Nothing + ACRO Mode + AUTO Mode + Arm/Emergency Motor Stop + ArmDisarm (4.1 and lower) + ArmDisarm (4.2 and higher) + Auto Mission Reset + Battery MPPT Enable + CIRCLE Mode + Calibrate Compasses + Camera Auto Focus + Camera Image Tracking + Camera Lens + Camera Manual Focus + Camera Mode Toggle + Camera Record Video + Camera Trigger + Camera Zoom + Clear Waypoints + Compass Learn + Disable Airspeed Use + Disarm + EKF Pos Source + FFT Tune + FOLLOW Mode + Fence Enable + Flap + GPS Disable + GPS Disable Yaw + GUIDED Mode + Gripper Release + HOLD Mode + KillIMU1 + KillIMU2 + KillIMU3 + LOITER Mode + LearnCruise Speed + Lost Rover Sound + MANUAL Mode + MainSail + Motor Emergency Stop + Mount Lock + Mount1 Pitch + Mount1 Roll + Mount1 Yaw + Mount2 Pitch + Mount2 Roll + Mount2 Yaw + Pause Stream Logging + Pitch + Proximity Avoidance Enable + RC Override Enable + RTL + Relay1 On/Off + Relay2 On/Off + Relay3 On/Off + Relay4 On/Off + Relay5 On/Off + Relay6 On/Off + Retract Mount1 + Roll + RunCam Control + RunCam OSD Control + SMARTRTL Mode + STEERING Mode + Sailboat Tack + Sailboat motoring 3pos + Save Trim (4.1 and lower) + Save WP + Scripting1 + Scripting2 + Scripting3 + Scripting4 + Scripting5 + Scripting6 + Scripting7 + Scripting8 + Set steering trim to current servo and RC + Simple Mode + SwitchExternalAHRS + Torqeedo Clear Err + VTX Power + VisoOdom Align + Walking Height + Windvane home heading direction offset + + + + + + 1 16 + 1 + True + + + 1 16 + 1 + True + + + 1 16 + 1 + True + + + 1 16 + 1 + True + + + + + + None + Relay + Camera + Bushed motor reverse 1 throttle or throttle-left or omni motor 1 + Bushed motor reverse 2 throttle-right or omni motor 2 + Bushed motor reverse 3 omni motor 3 + Bushed motor reverse 4 omni motor 4 + + + + + Disabled + BB Blue GP0 pin 4 + AUXOUT1 + AUXOUT2 + AUXOUT3 + AUXOUT4 + AUXOUT5 + AUXOUT6 + BB Blue GP0 pin 3 + BB Blue GP0 pin 6 + BB Blue GP0 pin 5 + BBBMini Pin P8.13 + MainOut1 + MainOut2 + MainOut3 + MainOut4 + MainOut5 + MainOut6 + MainOut7 + MainOut8 + DroneCAN Hardpoint ID 0 + DroneCAN Hardpoint ID 1 + DroneCAN Hardpoint ID 2 + DroneCAN Hardpoint ID 3 + DroneCAN Hardpoint ID 4 + DroneCAN Hardpoint ID 5 + DroneCAN Hardpoint ID 6 + DroneCAN Hardpoint ID 7 + DroneCAN Hardpoint ID 8 + DroneCAN Hardpoint ID 9 + DroneCAN Hardpoint ID 10 + DroneCAN Hardpoint ID 11 + DroneCAN Hardpoint ID 12 + DroneCAN Hardpoint ID 13 + DroneCAN Hardpoint ID 14 + DroneCAN Hardpoint ID 15 + + + + + Off + On + NoChange + + + + + + + None + Relay + Camera + Bushed motor reverse 1 throttle or throttle-left or omni motor 1 + Bushed motor reverse 2 throttle-right or omni motor 2 + Bushed motor reverse 3 omni motor 3 + Bushed motor reverse 4 omni motor 4 + + + + + Disabled + BB Blue GP0 pin 4 + AUXOUT1 + AUXOUT2 + AUXOUT3 + AUXOUT4 + AUXOUT5 + AUXOUT6 + BB Blue GP0 pin 3 + BB Blue GP0 pin 6 + BB Blue GP0 pin 5 + BBBMini Pin P8.13 + MainOut1 + MainOut2 + MainOut3 + MainOut4 + MainOut5 + MainOut6 + MainOut7 + MainOut8 + DroneCAN Hardpoint ID 0 + DroneCAN Hardpoint ID 1 + DroneCAN Hardpoint ID 2 + DroneCAN Hardpoint ID 3 + DroneCAN Hardpoint ID 4 + DroneCAN Hardpoint ID 5 + DroneCAN Hardpoint ID 6 + DroneCAN Hardpoint ID 7 + DroneCAN Hardpoint ID 8 + DroneCAN Hardpoint ID 9 + DroneCAN Hardpoint ID 10 + DroneCAN Hardpoint ID 11 + DroneCAN Hardpoint ID 12 + DroneCAN Hardpoint ID 13 + DroneCAN Hardpoint ID 14 + DroneCAN Hardpoint ID 15 + + + + + Off + On + NoChange + + + + + + + None + Relay + Camera + Bushed motor reverse 1 throttle or throttle-left or omni motor 1 + Bushed motor reverse 2 throttle-right or omni motor 2 + Bushed motor reverse 3 omni motor 3 + Bushed motor reverse 4 omni motor 4 + + + + + Disabled + BB Blue GP0 pin 4 + AUXOUT1 + AUXOUT2 + AUXOUT3 + AUXOUT4 + AUXOUT5 + AUXOUT6 + BB Blue GP0 pin 3 + BB Blue GP0 pin 6 + BB Blue GP0 pin 5 + BBBMini Pin P8.13 + MainOut1 + MainOut2 + MainOut3 + MainOut4 + MainOut5 + MainOut6 + MainOut7 + MainOut8 + DroneCAN Hardpoint ID 0 + DroneCAN Hardpoint ID 1 + DroneCAN Hardpoint ID 2 + DroneCAN Hardpoint ID 3 + DroneCAN Hardpoint ID 4 + DroneCAN Hardpoint ID 5 + DroneCAN Hardpoint ID 6 + DroneCAN Hardpoint ID 7 + DroneCAN Hardpoint ID 8 + DroneCAN Hardpoint ID 9 + DroneCAN Hardpoint ID 10 + DroneCAN Hardpoint ID 11 + DroneCAN Hardpoint ID 12 + DroneCAN Hardpoint ID 13 + DroneCAN Hardpoint ID 14 + DroneCAN Hardpoint ID 15 + + + + + Off + On + NoChange + + + + + + + None + Relay + Camera + Bushed motor reverse 1 throttle or throttle-left or omni motor 1 + Bushed motor reverse 2 throttle-right or omni motor 2 + Bushed motor reverse 3 omni motor 3 + Bushed motor reverse 4 omni motor 4 + + + + + Disabled + BB Blue GP0 pin 4 + AUXOUT1 + AUXOUT2 + AUXOUT3 + AUXOUT4 + AUXOUT5 + AUXOUT6 + BB Blue GP0 pin 3 + BB Blue GP0 pin 6 + BB Blue GP0 pin 5 + BBBMini Pin P8.13 + MainOut1 + MainOut2 + MainOut3 + MainOut4 + MainOut5 + MainOut6 + MainOut7 + MainOut8 + DroneCAN Hardpoint ID 0 + DroneCAN Hardpoint ID 1 + DroneCAN Hardpoint ID 2 + DroneCAN Hardpoint ID 3 + DroneCAN Hardpoint ID 4 + DroneCAN Hardpoint ID 5 + DroneCAN Hardpoint ID 6 + DroneCAN Hardpoint ID 7 + DroneCAN Hardpoint ID 8 + DroneCAN Hardpoint ID 9 + DroneCAN Hardpoint ID 10 + DroneCAN Hardpoint ID 11 + DroneCAN Hardpoint ID 12 + DroneCAN Hardpoint ID 13 + DroneCAN Hardpoint ID 14 + DroneCAN Hardpoint ID 15 + + + + + Off + On + NoChange + + + + + + + None + Relay + Camera + Bushed motor reverse 1 throttle or throttle-left or omni motor 1 + Bushed motor reverse 2 throttle-right or omni motor 2 + Bushed motor reverse 3 omni motor 3 + Bushed motor reverse 4 omni motor 4 + + + + + Disabled + BB Blue GP0 pin 4 + AUXOUT1 + AUXOUT2 + AUXOUT3 + AUXOUT4 + AUXOUT5 + AUXOUT6 + BB Blue GP0 pin 3 + BB Blue GP0 pin 6 + BB Blue GP0 pin 5 + BBBMini Pin P8.13 + MainOut1 + MainOut2 + MainOut3 + MainOut4 + MainOut5 + MainOut6 + MainOut7 + MainOut8 + DroneCAN Hardpoint ID 0 + DroneCAN Hardpoint ID 1 + DroneCAN Hardpoint ID 2 + DroneCAN Hardpoint ID 3 + DroneCAN Hardpoint ID 4 + DroneCAN Hardpoint ID 5 + DroneCAN Hardpoint ID 6 + DroneCAN Hardpoint ID 7 + DroneCAN Hardpoint ID 8 + DroneCAN Hardpoint ID 9 + DroneCAN Hardpoint ID 10 + DroneCAN Hardpoint ID 11 + DroneCAN Hardpoint ID 12 + DroneCAN Hardpoint ID 13 + DroneCAN Hardpoint ID 14 + DroneCAN Hardpoint ID 15 + + + + + Off + On + NoChange + + + + + + + None + Relay + Camera + Bushed motor reverse 1 throttle or throttle-left or omni motor 1 + Bushed motor reverse 2 throttle-right or omni motor 2 + Bushed motor reverse 3 omni motor 3 + Bushed motor reverse 4 omni motor 4 + + + + + Disabled + BB Blue GP0 pin 4 + AUXOUT1 + AUXOUT2 + AUXOUT3 + AUXOUT4 + AUXOUT5 + AUXOUT6 + BB Blue GP0 pin 3 + BB Blue GP0 pin 6 + BB Blue GP0 pin 5 + BBBMini Pin P8.13 + MainOut1 + MainOut2 + MainOut3 + MainOut4 + MainOut5 + MainOut6 + MainOut7 + MainOut8 + DroneCAN Hardpoint ID 0 + DroneCAN Hardpoint ID 1 + DroneCAN Hardpoint ID 2 + DroneCAN Hardpoint ID 3 + DroneCAN Hardpoint ID 4 + DroneCAN Hardpoint ID 5 + DroneCAN Hardpoint ID 6 + DroneCAN Hardpoint ID 7 + DroneCAN Hardpoint ID 8 + DroneCAN Hardpoint ID 9 + DroneCAN Hardpoint ID 10 + DroneCAN Hardpoint ID 11 + DroneCAN Hardpoint ID 12 + DroneCAN Hardpoint ID 13 + DroneCAN Hardpoint ID 14 + DroneCAN Hardpoint ID 15 + + + + + Off + On + NoChange + + + + + + + None + Relay + Camera + Bushed motor reverse 1 throttle or throttle-left or omni motor 1 + Bushed motor reverse 2 throttle-right or omni motor 2 + Bushed motor reverse 3 omni motor 3 + Bushed motor reverse 4 omni motor 4 + + + + + Disabled + BB Blue GP0 pin 4 + AUXOUT1 + AUXOUT2 + AUXOUT3 + AUXOUT4 + AUXOUT5 + AUXOUT6 + BB Blue GP0 pin 3 + BB Blue GP0 pin 6 + BB Blue GP0 pin 5 + BBBMini Pin P8.13 + MainOut1 + MainOut2 + MainOut3 + MainOut4 + MainOut5 + MainOut6 + MainOut7 + MainOut8 + DroneCAN Hardpoint ID 0 + DroneCAN Hardpoint ID 1 + DroneCAN Hardpoint ID 2 + DroneCAN Hardpoint ID 3 + DroneCAN Hardpoint ID 4 + DroneCAN Hardpoint ID 5 + DroneCAN Hardpoint ID 6 + DroneCAN Hardpoint ID 7 + DroneCAN Hardpoint ID 8 + DroneCAN Hardpoint ID 9 + DroneCAN Hardpoint ID 10 + DroneCAN Hardpoint ID 11 + DroneCAN Hardpoint ID 12 + DroneCAN Hardpoint ID 13 + DroneCAN Hardpoint ID 14 + DroneCAN Hardpoint ID 15 + + + + + Off + On + NoChange + + + + + + + None + Relay + Camera + Bushed motor reverse 1 throttle or throttle-left or omni motor 1 + Bushed motor reverse 2 throttle-right or omni motor 2 + Bushed motor reverse 3 omni motor 3 + Bushed motor reverse 4 omni motor 4 + + + + + Disabled + BB Blue GP0 pin 4 + AUXOUT1 + AUXOUT2 + AUXOUT3 + AUXOUT4 + AUXOUT5 + AUXOUT6 + BB Blue GP0 pin 3 + BB Blue GP0 pin 6 + BB Blue GP0 pin 5 + BBBMini Pin P8.13 + MainOut1 + MainOut2 + MainOut3 + MainOut4 + MainOut5 + MainOut6 + MainOut7 + MainOut8 + DroneCAN Hardpoint ID 0 + DroneCAN Hardpoint ID 1 + DroneCAN Hardpoint ID 2 + DroneCAN Hardpoint ID 3 + DroneCAN Hardpoint ID 4 + DroneCAN Hardpoint ID 5 + DroneCAN Hardpoint ID 6 + DroneCAN Hardpoint ID 7 + DroneCAN Hardpoint ID 8 + DroneCAN Hardpoint ID 9 + DroneCAN Hardpoint ID 10 + DroneCAN Hardpoint ID 11 + DroneCAN Hardpoint ID 12 + DroneCAN Hardpoint ID 13 + DroneCAN Hardpoint ID 14 + DroneCAN Hardpoint ID 15 + + + + + Off + On + NoChange + + + + + + + None + Relay + Camera + Bushed motor reverse 1 throttle or throttle-left or omni motor 1 + Bushed motor reverse 2 throttle-right or omni motor 2 + Bushed motor reverse 3 omni motor 3 + Bushed motor reverse 4 omni motor 4 + + + + + Disabled + BB Blue GP0 pin 4 + AUXOUT1 + AUXOUT2 + AUXOUT3 + AUXOUT4 + AUXOUT5 + AUXOUT6 + BB Blue GP0 pin 3 + BB Blue GP0 pin 6 + BB Blue GP0 pin 5 + BBBMini Pin P8.13 + MainOut1 + MainOut2 + MainOut3 + MainOut4 + MainOut5 + MainOut6 + MainOut7 + MainOut8 + DroneCAN Hardpoint ID 0 + DroneCAN Hardpoint ID 1 + DroneCAN Hardpoint ID 2 + DroneCAN Hardpoint ID 3 + DroneCAN Hardpoint ID 4 + DroneCAN Hardpoint ID 5 + DroneCAN Hardpoint ID 6 + DroneCAN Hardpoint ID 7 + DroneCAN Hardpoint ID 8 + DroneCAN Hardpoint ID 9 + DroneCAN Hardpoint ID 10 + DroneCAN Hardpoint ID 11 + DroneCAN Hardpoint ID 12 + DroneCAN Hardpoint ID 13 + DroneCAN Hardpoint ID 14 + DroneCAN Hardpoint ID 15 + + + + + Off + On + NoChange + + + + + + + None + Relay + Camera + Bushed motor reverse 1 throttle or throttle-left or omni motor 1 + Bushed motor reverse 2 throttle-right or omni motor 2 + Bushed motor reverse 3 omni motor 3 + Bushed motor reverse 4 omni motor 4 + + + + + Disabled + BB Blue GP0 pin 4 + AUXOUT1 + AUXOUT2 + AUXOUT3 + AUXOUT4 + AUXOUT5 + AUXOUT6 + BB Blue GP0 pin 3 + BB Blue GP0 pin 6 + BB Blue GP0 pin 5 + BBBMini Pin P8.13 + MainOut1 + MainOut2 + MainOut3 + MainOut4 + MainOut5 + MainOut6 + MainOut7 + MainOut8 + DroneCAN Hardpoint ID 0 + DroneCAN Hardpoint ID 1 + DroneCAN Hardpoint ID 2 + DroneCAN Hardpoint ID 3 + DroneCAN Hardpoint ID 4 + DroneCAN Hardpoint ID 5 + DroneCAN Hardpoint ID 6 + DroneCAN Hardpoint ID 7 + DroneCAN Hardpoint ID 8 + DroneCAN Hardpoint ID 9 + DroneCAN Hardpoint ID 10 + DroneCAN Hardpoint ID 11 + DroneCAN Hardpoint ID 12 + DroneCAN Hardpoint ID 13 + DroneCAN Hardpoint ID 14 + DroneCAN Hardpoint ID 15 + + + + + Off + On + NoChange + + + + + + + None + Relay + Camera + Bushed motor reverse 1 throttle or throttle-left or omni motor 1 + Bushed motor reverse 2 throttle-right or omni motor 2 + Bushed motor reverse 3 omni motor 3 + Bushed motor reverse 4 omni motor 4 + + + + + Disabled + BB Blue GP0 pin 4 + AUXOUT1 + AUXOUT2 + AUXOUT3 + AUXOUT4 + AUXOUT5 + AUXOUT6 + BB Blue GP0 pin 3 + BB Blue GP0 pin 6 + BB Blue GP0 pin 5 + BBBMini Pin P8.13 + MainOut1 + MainOut2 + MainOut3 + MainOut4 + MainOut5 + MainOut6 + MainOut7 + MainOut8 + DroneCAN Hardpoint ID 0 + DroneCAN Hardpoint ID 1 + DroneCAN Hardpoint ID 2 + DroneCAN Hardpoint ID 3 + DroneCAN Hardpoint ID 4 + DroneCAN Hardpoint ID 5 + DroneCAN Hardpoint ID 6 + DroneCAN Hardpoint ID 7 + DroneCAN Hardpoint ID 8 + DroneCAN Hardpoint ID 9 + DroneCAN Hardpoint ID 10 + DroneCAN Hardpoint ID 11 + DroneCAN Hardpoint ID 12 + DroneCAN Hardpoint ID 13 + DroneCAN Hardpoint ID 14 + DroneCAN Hardpoint ID 15 + + + + + Off + On + NoChange + + + + + + + None + Relay + Camera + Bushed motor reverse 1 throttle or throttle-left or omni motor 1 + Bushed motor reverse 2 throttle-right or omni motor 2 + Bushed motor reverse 3 omni motor 3 + Bushed motor reverse 4 omni motor 4 + + + + + Disabled + BB Blue GP0 pin 4 + AUXOUT1 + AUXOUT2 + AUXOUT3 + AUXOUT4 + AUXOUT5 + AUXOUT6 + BB Blue GP0 pin 3 + BB Blue GP0 pin 6 + BB Blue GP0 pin 5 + BBBMini Pin P8.13 + MainOut1 + MainOut2 + MainOut3 + MainOut4 + MainOut5 + MainOut6 + MainOut7 + MainOut8 + DroneCAN Hardpoint ID 0 + DroneCAN Hardpoint ID 1 + DroneCAN Hardpoint ID 2 + DroneCAN Hardpoint ID 3 + DroneCAN Hardpoint ID 4 + DroneCAN Hardpoint ID 5 + DroneCAN Hardpoint ID 6 + DroneCAN Hardpoint ID 7 + DroneCAN Hardpoint ID 8 + DroneCAN Hardpoint ID 9 + DroneCAN Hardpoint ID 10 + DroneCAN Hardpoint ID 11 + DroneCAN Hardpoint ID 12 + DroneCAN Hardpoint ID 13 + DroneCAN Hardpoint ID 14 + DroneCAN Hardpoint ID 15 + + + + + Off + On + NoChange + + + + + + + None + Relay + Camera + Bushed motor reverse 1 throttle or throttle-left or omni motor 1 + Bushed motor reverse 2 throttle-right or omni motor 2 + Bushed motor reverse 3 omni motor 3 + Bushed motor reverse 4 omni motor 4 + + + + + Disabled + BB Blue GP0 pin 4 + AUXOUT1 + AUXOUT2 + AUXOUT3 + AUXOUT4 + AUXOUT5 + AUXOUT6 + BB Blue GP0 pin 3 + BB Blue GP0 pin 6 + BB Blue GP0 pin 5 + BBBMini Pin P8.13 + MainOut1 + MainOut2 + MainOut3 + MainOut4 + MainOut5 + MainOut6 + MainOut7 + MainOut8 + DroneCAN Hardpoint ID 0 + DroneCAN Hardpoint ID 1 + DroneCAN Hardpoint ID 2 + DroneCAN Hardpoint ID 3 + DroneCAN Hardpoint ID 4 + DroneCAN Hardpoint ID 5 + DroneCAN Hardpoint ID 6 + DroneCAN Hardpoint ID 7 + DroneCAN Hardpoint ID 8 + DroneCAN Hardpoint ID 9 + DroneCAN Hardpoint ID 10 + DroneCAN Hardpoint ID 11 + DroneCAN Hardpoint ID 12 + DroneCAN Hardpoint ID 13 + DroneCAN Hardpoint ID 14 + DroneCAN Hardpoint ID 15 + + + + + Off + On + NoChange + + + + + + + None + Relay + Camera + Bushed motor reverse 1 throttle or throttle-left or omni motor 1 + Bushed motor reverse 2 throttle-right or omni motor 2 + Bushed motor reverse 3 omni motor 3 + Bushed motor reverse 4 omni motor 4 + + + + + Disabled + BB Blue GP0 pin 4 + AUXOUT1 + AUXOUT2 + AUXOUT3 + AUXOUT4 + AUXOUT5 + AUXOUT6 + BB Blue GP0 pin 3 + BB Blue GP0 pin 6 + BB Blue GP0 pin 5 + BBBMini Pin P8.13 + MainOut1 + MainOut2 + MainOut3 + MainOut4 + MainOut5 + MainOut6 + MainOut7 + MainOut8 + DroneCAN Hardpoint ID 0 + DroneCAN Hardpoint ID 1 + DroneCAN Hardpoint ID 2 + DroneCAN Hardpoint ID 3 + DroneCAN Hardpoint ID 4 + DroneCAN Hardpoint ID 5 + DroneCAN Hardpoint ID 6 + DroneCAN Hardpoint ID 7 + DroneCAN Hardpoint ID 8 + DroneCAN Hardpoint ID 9 + DroneCAN Hardpoint ID 10 + DroneCAN Hardpoint ID 11 + DroneCAN Hardpoint ID 12 + DroneCAN Hardpoint ID 13 + DroneCAN Hardpoint ID 14 + DroneCAN Hardpoint ID 15 + + + + + Off + On + NoChange + + + + + + + None + Relay + Camera + Bushed motor reverse 1 throttle or throttle-left or omni motor 1 + Bushed motor reverse 2 throttle-right or omni motor 2 + Bushed motor reverse 3 omni motor 3 + Bushed motor reverse 4 omni motor 4 + + + + + Disabled + BB Blue GP0 pin 4 + AUXOUT1 + AUXOUT2 + AUXOUT3 + AUXOUT4 + AUXOUT5 + AUXOUT6 + BB Blue GP0 pin 3 + BB Blue GP0 pin 6 + BB Blue GP0 pin 5 + BBBMini Pin P8.13 + MainOut1 + MainOut2 + MainOut3 + MainOut4 + MainOut5 + MainOut6 + MainOut7 + MainOut8 + DroneCAN Hardpoint ID 0 + DroneCAN Hardpoint ID 1 + DroneCAN Hardpoint ID 2 + DroneCAN Hardpoint ID 3 + DroneCAN Hardpoint ID 4 + DroneCAN Hardpoint ID 5 + DroneCAN Hardpoint ID 6 + DroneCAN Hardpoint ID 7 + DroneCAN Hardpoint ID 8 + DroneCAN Hardpoint ID 9 + DroneCAN Hardpoint ID 10 + DroneCAN Hardpoint ID 11 + DroneCAN Hardpoint ID 12 + DroneCAN Hardpoint ID 13 + DroneCAN Hardpoint ID 14 + DroneCAN Hardpoint ID 15 + + + + + Off + On + NoChange + + + + + + + None + Relay + Camera + Bushed motor reverse 1 throttle or throttle-left or omni motor 1 + Bushed motor reverse 2 throttle-right or omni motor 2 + Bushed motor reverse 3 omni motor 3 + Bushed motor reverse 4 omni motor 4 + + + + + Disabled + BB Blue GP0 pin 4 + AUXOUT1 + AUXOUT2 + AUXOUT3 + AUXOUT4 + AUXOUT5 + AUXOUT6 + BB Blue GP0 pin 3 + BB Blue GP0 pin 6 + BB Blue GP0 pin 5 + BBBMini Pin P8.13 + MainOut1 + MainOut2 + MainOut3 + MainOut4 + MainOut5 + MainOut6 + MainOut7 + MainOut8 + DroneCAN Hardpoint ID 0 + DroneCAN Hardpoint ID 1 + DroneCAN Hardpoint ID 2 + DroneCAN Hardpoint ID 3 + DroneCAN Hardpoint ID 4 + DroneCAN Hardpoint ID 5 + DroneCAN Hardpoint ID 6 + DroneCAN Hardpoint ID 7 + DroneCAN Hardpoint ID 8 + DroneCAN Hardpoint ID 9 + DroneCAN Hardpoint ID 10 + DroneCAN Hardpoint ID 11 + DroneCAN Hardpoint ID 12 + DroneCAN Hardpoint ID 13 + DroneCAN Hardpoint ID 14 + DroneCAN Hardpoint ID 15 + + + + + Off + On + NoChange + + + + + + + None + Analog + MaxbotixI2C + LidarLite-I2C + PWM + BBB-PRU + LightWareI2C + LightWareSerial + Bebop + MAVLink + USD1_Serial + LeddarOne + MaxbotixSerial + TeraRangerI2C + LidarLiteV3-I2C + VL53L0X or VL53L1X + NMEA + WASP-LRF + BenewakeTF02 + Benewake-Serial + LidarLightV3HP + PWM + BlueRoboticsPing + DroneCAN + BenewakeTFminiPlus-I2C + LanbaoPSK-CM8JL65-CC5 + BenewakeTF03 + VL53L1X-ShortRange + LeddarVu8-Serial + HC-SR04 + GYUS42v2 + MSP + USD1_CAN + Benewake_CAN + TeraRangerSerial + Lua_Scripting + NoopLoop_TOFSense + NoopLoop_TOFSense_CAN + NRA24_CAN + NoopLoop_TOFSenseF_I2C + JRE_Serial + SITL + + + + + Not Used + Pixracer + Pixhawk ADC4 + Pixhawk ADC3 + Pixhawk ADC6/Pixhawk2 ADC + AUX1 + AUX2 + AUX3 + AUX4 + AUX5 + AUX6 + Pixhawk SBUS + + + + m/V + meters per volt + 0.001 + + + V + volt + 0.001 + + + + Linear + Inverted + Hyperbolic + + + + cm + centimeters + 1 + + + cm + centimeters + 1 + + + + Not Used + AUX1 + AUX2 + AUX3 + AUX4 + AUX5 + AUX6 + PX4 FMU Relay1 + PX4 FMU Relay2 + PX4IO Relay1 + PX4IO Relay2 + PX4IO ACC1 + PX4IO ACC2 + + + + + No + Yes + + + + m + meters + 0 32767 + + + cm + centimeters + 5 127 + 1 + + + 0 127 + 1 + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + + Forward + Forward-Right + Right + Back-Right + Back + Back-Left + Left + Forward-Left + Up + Down + + + + 0 255 + + + 0 255 + + + 0 10000 + + + 0 255 + + + -1 255 + + + + Low Speed + High Speed + + + + 0 65535 + + + 0 65535 + + + + + + None + Analog + MaxbotixI2C + LidarLite-I2C + PWM + BBB-PRU + LightWareI2C + LightWareSerial + Bebop + MAVLink + USD1_Serial + LeddarOne + MaxbotixSerial + TeraRangerI2C + LidarLiteV3-I2C + VL53L0X or VL53L1X + NMEA + WASP-LRF + BenewakeTF02 + Benewake-Serial + LidarLightV3HP + PWM + BlueRoboticsPing + DroneCAN + BenewakeTFminiPlus-I2C + LanbaoPSK-CM8JL65-CC5 + BenewakeTF03 + VL53L1X-ShortRange + LeddarVu8-Serial + HC-SR04 + GYUS42v2 + MSP + USD1_CAN + Benewake_CAN + TeraRangerSerial + Lua_Scripting + NoopLoop_TOFSense + NoopLoop_TOFSense_CAN + NRA24_CAN + NoopLoop_TOFSenseF_I2C + JRE_Serial + SITL + + + + + Not Used + Pixracer + Pixhawk ADC4 + Pixhawk ADC3 + Pixhawk ADC6/Pixhawk2 ADC + AUX1 + AUX2 + AUX3 + AUX4 + AUX5 + AUX6 + Pixhawk SBUS + + + + m/V + meters per volt + 0.001 + + + V + volt + 0.001 + + + + Linear + Inverted + Hyperbolic + + + + cm + centimeters + 1 + + + cm + centimeters + 1 + + + + Not Used + AUX1 + AUX2 + AUX3 + AUX4 + AUX5 + AUX6 + PX4 FMU Relay1 + PX4 FMU Relay2 + PX4IO Relay1 + PX4IO Relay2 + PX4IO ACC1 + PX4IO ACC2 + + + + + No + Yes + + + + m + meters + 0 32767 + + + cm + centimeters + 5 127 + 1 + + + 0 127 + 1 + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + + Forward + Forward-Right + Right + Back-Right + Back + Back-Left + Left + Forward-Left + Up + Down + + + + 0 255 + + + 0 255 + + + 0 10000 + + + 0 255 + + + -1 255 + + + + Low Speed + High Speed + + + + 0 65535 + + + 0 65535 + + + + + + None + Analog + MaxbotixI2C + LidarLite-I2C + PWM + BBB-PRU + LightWareI2C + LightWareSerial + Bebop + MAVLink + USD1_Serial + LeddarOne + MaxbotixSerial + TeraRangerI2C + LidarLiteV3-I2C + VL53L0X or VL53L1X + NMEA + WASP-LRF + BenewakeTF02 + Benewake-Serial + LidarLightV3HP + PWM + BlueRoboticsPing + DroneCAN + BenewakeTFminiPlus-I2C + LanbaoPSK-CM8JL65-CC5 + BenewakeTF03 + VL53L1X-ShortRange + LeddarVu8-Serial + HC-SR04 + GYUS42v2 + MSP + USD1_CAN + Benewake_CAN + TeraRangerSerial + Lua_Scripting + NoopLoop_TOFSense + NoopLoop_TOFSense_CAN + NRA24_CAN + NoopLoop_TOFSenseF_I2C + JRE_Serial + SITL + + + + + Not Used + Pixracer + Pixhawk ADC4 + Pixhawk ADC3 + Pixhawk ADC6/Pixhawk2 ADC + AUX1 + AUX2 + AUX3 + AUX4 + AUX5 + AUX6 + Pixhawk SBUS + + + + m/V + meters per volt + 0.001 + + + V + volt + 0.001 + + + + Linear + Inverted + Hyperbolic + + + + cm + centimeters + 1 + + + cm + centimeters + 1 + + + + Not Used + AUX1 + AUX2 + AUX3 + AUX4 + AUX5 + AUX6 + PX4 FMU Relay1 + PX4 FMU Relay2 + PX4IO Relay1 + PX4IO Relay2 + PX4IO ACC1 + PX4IO ACC2 + + + + + No + Yes + + + + m + meters + 0 32767 + + + cm + centimeters + 5 127 + 1 + + + 0 127 + 1 + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + + Forward + Forward-Right + Right + Back-Right + Back + Back-Left + Left + Forward-Left + Up + Down + + + + 0 255 + + + 0 255 + + + 0 10000 + + + 0 255 + + + -1 255 + + + + Low Speed + High Speed + + + + 0 65535 + + + 0 65535 + + + + + + None + Analog + MaxbotixI2C + LidarLite-I2C + PWM + BBB-PRU + LightWareI2C + LightWareSerial + Bebop + MAVLink + USD1_Serial + LeddarOne + MaxbotixSerial + TeraRangerI2C + LidarLiteV3-I2C + VL53L0X or VL53L1X + NMEA + WASP-LRF + BenewakeTF02 + Benewake-Serial + LidarLightV3HP + PWM + BlueRoboticsPing + DroneCAN + BenewakeTFminiPlus-I2C + LanbaoPSK-CM8JL65-CC5 + BenewakeTF03 + VL53L1X-ShortRange + LeddarVu8-Serial + HC-SR04 + GYUS42v2 + MSP + USD1_CAN + Benewake_CAN + TeraRangerSerial + Lua_Scripting + NoopLoop_TOFSense + NoopLoop_TOFSense_CAN + NRA24_CAN + NoopLoop_TOFSenseF_I2C + JRE_Serial + SITL + + + + + Not Used + Pixracer + Pixhawk ADC4 + Pixhawk ADC3 + Pixhawk ADC6/Pixhawk2 ADC + AUX1 + AUX2 + AUX3 + AUX4 + AUX5 + AUX6 + Pixhawk SBUS + + + + m/V + meters per volt + 0.001 + + + V + volt + 0.001 + + + + Linear + Inverted + Hyperbolic + + + + cm + centimeters + 1 + + + cm + centimeters + 1 + + + + Not Used + AUX1 + AUX2 + AUX3 + AUX4 + AUX5 + AUX6 + PX4 FMU Relay1 + PX4 FMU Relay2 + PX4IO Relay1 + PX4IO Relay2 + PX4IO ACC1 + PX4IO ACC2 + + + + + No + Yes + + + + m + meters + 0 32767 + + + cm + centimeters + 5 127 + 1 + + + 0 127 + 1 + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + + Forward + Forward-Right + Right + Back-Right + Back + Back-Left + Left + Forward-Left + Up + Down + + + + 0 255 + + + 0 255 + + + 0 10000 + + + 0 255 + + + -1 255 + + + + Low Speed + High Speed + + + + 0 65535 + + + 0 65535 + + + + + + None + Analog + MaxbotixI2C + LidarLite-I2C + PWM + BBB-PRU + LightWareI2C + LightWareSerial + Bebop + MAVLink + USD1_Serial + LeddarOne + MaxbotixSerial + TeraRangerI2C + LidarLiteV3-I2C + VL53L0X or VL53L1X + NMEA + WASP-LRF + BenewakeTF02 + Benewake-Serial + LidarLightV3HP + PWM + BlueRoboticsPing + DroneCAN + BenewakeTFminiPlus-I2C + LanbaoPSK-CM8JL65-CC5 + BenewakeTF03 + VL53L1X-ShortRange + LeddarVu8-Serial + HC-SR04 + GYUS42v2 + MSP + USD1_CAN + Benewake_CAN + TeraRangerSerial + Lua_Scripting + NoopLoop_TOFSense + NoopLoop_TOFSense_CAN + NRA24_CAN + NoopLoop_TOFSenseF_I2C + JRE_Serial + SITL + + + + + Not Used + Pixracer + Pixhawk ADC4 + Pixhawk ADC3 + Pixhawk ADC6/Pixhawk2 ADC + AUX1 + AUX2 + AUX3 + AUX4 + AUX5 + AUX6 + Pixhawk SBUS + + + + m/V + meters per volt + 0.001 + + + V + volt + 0.001 + + + + Linear + Inverted + Hyperbolic + + + + cm + centimeters + 1 + + + cm + centimeters + 1 + + + + Not Used + AUX1 + AUX2 + AUX3 + AUX4 + AUX5 + AUX6 + PX4 FMU Relay1 + PX4 FMU Relay2 + PX4IO Relay1 + PX4IO Relay2 + PX4IO ACC1 + PX4IO ACC2 + + + + + No + Yes + + + + m + meters + 0 32767 + + + cm + centimeters + 5 127 + 1 + + + 0 127 + 1 + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + + Forward + Forward-Right + Right + Back-Right + Back + Back-Left + Left + Forward-Left + Up + Down + + + + 0 255 + + + 0 255 + + + 0 10000 + + + 0 255 + + + -1 255 + + + + Low Speed + High Speed + + + + 0 65535 + + + 0 65535 + + + + + + None + Analog + MaxbotixI2C + LidarLite-I2C + PWM + BBB-PRU + LightWareI2C + LightWareSerial + Bebop + MAVLink + USD1_Serial + LeddarOne + MaxbotixSerial + TeraRangerI2C + LidarLiteV3-I2C + VL53L0X or VL53L1X + NMEA + WASP-LRF + BenewakeTF02 + Benewake-Serial + LidarLightV3HP + PWM + BlueRoboticsPing + DroneCAN + BenewakeTFminiPlus-I2C + LanbaoPSK-CM8JL65-CC5 + BenewakeTF03 + VL53L1X-ShortRange + LeddarVu8-Serial + HC-SR04 + GYUS42v2 + MSP + USD1_CAN + Benewake_CAN + TeraRangerSerial + Lua_Scripting + NoopLoop_TOFSense + NoopLoop_TOFSense_CAN + NRA24_CAN + NoopLoop_TOFSenseF_I2C + JRE_Serial + SITL + + + + + Not Used + Pixracer + Pixhawk ADC4 + Pixhawk ADC3 + Pixhawk ADC6/Pixhawk2 ADC + AUX1 + AUX2 + AUX3 + AUX4 + AUX5 + AUX6 + Pixhawk SBUS + + + + m/V + meters per volt + 0.001 + + + V + volt + 0.001 + + + + Linear + Inverted + Hyperbolic + + + + cm + centimeters + 1 + + + cm + centimeters + 1 + + + + Not Used + AUX1 + AUX2 + AUX3 + AUX4 + AUX5 + AUX6 + PX4 FMU Relay1 + PX4 FMU Relay2 + PX4IO Relay1 + PX4IO Relay2 + PX4IO ACC1 + PX4IO ACC2 + + + + + No + Yes + + + + m + meters + 0 32767 + + + cm + centimeters + 5 127 + 1 + + + 0 127 + 1 + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + + Forward + Forward-Right + Right + Back-Right + Back + Back-Left + Left + Forward-Left + Up + Down + + + + 0 255 + + + 0 255 + + + 0 10000 + + + 0 255 + + + -1 255 + + + + Low Speed + High Speed + + + + 0 65535 + + + 0 65535 + + + + + + None + Analog + MaxbotixI2C + LidarLite-I2C + PWM + BBB-PRU + LightWareI2C + LightWareSerial + Bebop + MAVLink + USD1_Serial + LeddarOne + MaxbotixSerial + TeraRangerI2C + LidarLiteV3-I2C + VL53L0X or VL53L1X + NMEA + WASP-LRF + BenewakeTF02 + Benewake-Serial + LidarLightV3HP + PWM + BlueRoboticsPing + DroneCAN + BenewakeTFminiPlus-I2C + LanbaoPSK-CM8JL65-CC5 + BenewakeTF03 + VL53L1X-ShortRange + LeddarVu8-Serial + HC-SR04 + GYUS42v2 + MSP + USD1_CAN + Benewake_CAN + TeraRangerSerial + Lua_Scripting + NoopLoop_TOFSense + NoopLoop_TOFSense_CAN + NRA24_CAN + NoopLoop_TOFSenseF_I2C + JRE_Serial + SITL + + + + + Not Used + Pixracer + Pixhawk ADC4 + Pixhawk ADC3 + Pixhawk ADC6/Pixhawk2 ADC + AUX1 + AUX2 + AUX3 + AUX4 + AUX5 + AUX6 + Pixhawk SBUS + + + + m/V + meters per volt + 0.001 + + + V + volt + 0.001 + + + + Linear + Inverted + Hyperbolic + + + + cm + centimeters + 1 + + + cm + centimeters + 1 + + + + Not Used + AUX1 + AUX2 + AUX3 + AUX4 + AUX5 + AUX6 + PX4 FMU Relay1 + PX4 FMU Relay2 + PX4IO Relay1 + PX4IO Relay2 + PX4IO ACC1 + PX4IO ACC2 + + + + + No + Yes + + + + m + meters + 0 32767 + + + cm + centimeters + 5 127 + 1 + + + 0 127 + 1 + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + + Forward + Forward-Right + Right + Back-Right + Back + Back-Left + Left + Forward-Left + Up + Down + + + + 0 255 + + + 0 255 + + + 0 10000 + + + 0 255 + + + -1 255 + + + + Low Speed + High Speed + + + + 0 65535 + + + 0 65535 + + + + + + None + Analog + MaxbotixI2C + LidarLite-I2C + PWM + BBB-PRU + LightWareI2C + LightWareSerial + Bebop + MAVLink + USD1_Serial + LeddarOne + MaxbotixSerial + TeraRangerI2C + LidarLiteV3-I2C + VL53L0X or VL53L1X + NMEA + WASP-LRF + BenewakeTF02 + Benewake-Serial + LidarLightV3HP + PWM + BlueRoboticsPing + DroneCAN + BenewakeTFminiPlus-I2C + LanbaoPSK-CM8JL65-CC5 + BenewakeTF03 + VL53L1X-ShortRange + LeddarVu8-Serial + HC-SR04 + GYUS42v2 + MSP + USD1_CAN + Benewake_CAN + TeraRangerSerial + Lua_Scripting + NoopLoop_TOFSense + NoopLoop_TOFSense_CAN + NRA24_CAN + NoopLoop_TOFSenseF_I2C + JRE_Serial + SITL + + + + + Not Used + Pixracer + Pixhawk ADC4 + Pixhawk ADC3 + Pixhawk ADC6/Pixhawk2 ADC + AUX1 + AUX2 + AUX3 + AUX4 + AUX5 + AUX6 + Pixhawk SBUS + + + + m/V + meters per volt + 0.001 + + + V + volt + 0.001 + + + + Linear + Inverted + Hyperbolic + + + + cm + centimeters + 1 + + + cm + centimeters + 1 + + + + Not Used + AUX1 + AUX2 + AUX3 + AUX4 + AUX5 + AUX6 + PX4 FMU Relay1 + PX4 FMU Relay2 + PX4IO Relay1 + PX4IO Relay2 + PX4IO ACC1 + PX4IO ACC2 + + + + + No + Yes + + + + m + meters + 0 32767 + + + cm + centimeters + 5 127 + 1 + + + 0 127 + 1 + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + + Forward + Forward-Right + Right + Back-Right + Back + Back-Left + Left + Forward-Left + Up + Down + + + + 0 255 + + + 0 255 + + + 0 10000 + + + 0 255 + + + -1 255 + + + + Low Speed + High Speed + + + + 0 65535 + + + 0 65535 + + + + + + None + Analog + MaxbotixI2C + LidarLite-I2C + PWM + BBB-PRU + LightWareI2C + LightWareSerial + Bebop + MAVLink + USD1_Serial + LeddarOne + MaxbotixSerial + TeraRangerI2C + LidarLiteV3-I2C + VL53L0X or VL53L1X + NMEA + WASP-LRF + BenewakeTF02 + Benewake-Serial + LidarLightV3HP + PWM + BlueRoboticsPing + DroneCAN + BenewakeTFminiPlus-I2C + LanbaoPSK-CM8JL65-CC5 + BenewakeTF03 + VL53L1X-ShortRange + LeddarVu8-Serial + HC-SR04 + GYUS42v2 + MSP + USD1_CAN + Benewake_CAN + TeraRangerSerial + Lua_Scripting + NoopLoop_TOFSense + NoopLoop_TOFSense_CAN + NRA24_CAN + NoopLoop_TOFSenseF_I2C + JRE_Serial + SITL + + + + + Not Used + Pixracer + Pixhawk ADC4 + Pixhawk ADC3 + Pixhawk ADC6/Pixhawk2 ADC + AUX1 + AUX2 + AUX3 + AUX4 + AUX5 + AUX6 + Pixhawk SBUS + + + + m/V + meters per volt + 0.001 + + + V + volt + 0.001 + + + + Linear + Inverted + Hyperbolic + + + + cm + centimeters + 1 + + + cm + centimeters + 1 + + + + Not Used + AUX1 + AUX2 + AUX3 + AUX4 + AUX5 + AUX6 + PX4 FMU Relay1 + PX4 FMU Relay2 + PX4IO Relay1 + PX4IO Relay2 + PX4IO ACC1 + PX4IO ACC2 + + + + + No + Yes + + + + m + meters + 0 32767 + + + cm + centimeters + 5 127 + 1 + + + 0 127 + 1 + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + + Forward + Forward-Right + Right + Back-Right + Back + Back-Left + Left + Forward-Left + Up + Down + + + + 0 255 + + + 0 255 + + + 0 10000 + + + 0 255 + + + -1 255 + + + + Low Speed + High Speed + + + + 0 65535 + + + 0 65535 + + + + + + None + Analog + MaxbotixI2C + LidarLite-I2C + PWM + BBB-PRU + LightWareI2C + LightWareSerial + Bebop + MAVLink + USD1_Serial + LeddarOne + MaxbotixSerial + TeraRangerI2C + LidarLiteV3-I2C + VL53L0X or VL53L1X + NMEA + WASP-LRF + BenewakeTF02 + Benewake-Serial + LidarLightV3HP + PWM + BlueRoboticsPing + DroneCAN + BenewakeTFminiPlus-I2C + LanbaoPSK-CM8JL65-CC5 + BenewakeTF03 + VL53L1X-ShortRange + LeddarVu8-Serial + HC-SR04 + GYUS42v2 + MSP + USD1_CAN + Benewake_CAN + TeraRangerSerial + Lua_Scripting + NoopLoop_TOFSense + NoopLoop_TOFSense_CAN + NRA24_CAN + NoopLoop_TOFSenseF_I2C + JRE_Serial + SITL + + + + + Not Used + Pixracer + Pixhawk ADC4 + Pixhawk ADC3 + Pixhawk ADC6/Pixhawk2 ADC + AUX1 + AUX2 + AUX3 + AUX4 + AUX5 + AUX6 + Pixhawk SBUS + + + + m/V + meters per volt + 0.001 + + + V + volt + 0.001 + + + + Linear + Inverted + Hyperbolic + + + + cm + centimeters + 1 + + + cm + centimeters + 1 + + + + Not Used + AUX1 + AUX2 + AUX3 + AUX4 + AUX5 + AUX6 + PX4 FMU Relay1 + PX4 FMU Relay2 + PX4IO Relay1 + PX4IO Relay2 + PX4IO ACC1 + PX4IO ACC2 + + + + + No + Yes + + + + m + meters + 0 32767 + + + cm + centimeters + 5 127 + 1 + + + 0 127 + 1 + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + + Forward + Forward-Right + Right + Back-Right + Back + Back-Left + Left + Forward-Left + Up + Down + + + + 0 255 + + + 0 255 + + + 0 10000 + + + 0 255 + + + -1 255 + + + + Low Speed + High Speed + + + + 0 65535 + + + 0 65535 + + + + + + None + Not Used + GPIO + EFI + Harmonic Notch + ESC Telemetry Motors Bitmask + Generator + + + + 0.001 + + + 1 + + + 1 + + + 0.1 + + + + Disabled + AUX1 + AUX2 + AUX3 + AUX4 + AUX5 + AUX6 + + + + 0:Channel1,1:Channel2,2:Channel3,3:Channel4,4:Channel5,5:Channel6,6:Channel7,7:Channel8,8:Channel9,9:Channel10,10:Channel11,11:Channel12,12:Channel13,13:Channel14,14:Channel15,15:Channel16 + + + 0 10 + 1 + + + + + + None + Not Used + GPIO + EFI + Harmonic Notch + ESC Telemetry Motors Bitmask + Generator + + + + 0.001 + + + 1 + + + 1 + + + 0.1 + + + + Disabled + AUX1 + AUX2 + AUX3 + AUX4 + AUX5 + AUX6 + + + + 0:Channel1,1:Channel2,2:Channel3,3:Channel4,4:Channel5,5:Channel6,6:Channel7,7:Channel8,8:Channel9,9:Channel10,10:Channel11,11:Channel12,12:Channel13,13:Channel14,14:Channel15,15:Channel16 + + + 0 10 + 1 + + + + + + Disabled + AnalogPin + RCChannelPwmValue + ReceiverProtocol + PWMInputPin + TelemetryRadioRSSI + + + + + V5 Nano + Pixracer + Pixhawk ADC4 + Pixhawk ADC3 + Pixhawk ADC6/Pixhawk2 ADC + AUX1 + AUX2 + AUX3 + AUX4 + AUX5 + AUX6 + Pixhawk SBUS + + + + V + volt + 0.01 + 0 5.0 + + + V + volt + 0.01 + 0 5.0 + + + 0 16 + + + PWM + PWM in microseconds + 0 2000 + + + PWM + PWM in microseconds + 0 2000 + + + + + + Disable + Enable + + True + + + deg + degrees + 0 90 + 1 + + + deg + degrees + 0 90 + 1 + + + deg + degrees + 0 90 + 1 + + + deg + degrees + 0 90 + 1 + + + deg + degrees + 0 90 + 1 + + + m/s + meters per second + 0 5 + 0.1 + + + m + meters + 5 25 + 1 + + + m + meters + 0 20 + 1 + + + + + + Disabled + ShowSlips + ShowOverruns + + + + + 50Hz + 100Hz + 200Hz + 250Hz + 300Hz + 400Hz + + True + + + 0:Enable per-task perf info + + + + + + None + Lua Scripts + + True + + + 1000 1000000 + 10000 + + + 1024 1048576 + 1024 + True + + + 0: No Scripts to run message if all scripts have stopped, 1: Runtime messages for memory usage and execution time, 2: Suppress logging scripts to dataflash, 3: log runtime memory usage and execution time, 4: Disable pre-arm check, 5: Save CRC of current scripts to loaded and running checksum parameters enabling pre-arm + + + + + + + + + + + + + + + 0:ROMFS, 1:APM/scripts + True + + + + + + + + Normal + IO Priority + Storage Priority + UART Priority + I2C Priority + SPI Priority + Timer Priority + Main Priority + Boost Priority + + True + + + + + + 1200 + 2400 + 4800 + 9600 + 19200 + 38400 + 57600 + 111100 + 115200 + 230400 + 256000 + 460800 + 500000 + 921600 + 1500000 + 2000000 + + + + + MAVlink1 + MAVLink2 + + True + + + + None + MAVLink1 + MAVLink2 + Frsky D + Frsky SPort + GPS + Alexmos Gimbal Serial + Gimbal + Rangefinder + FrSky SPort Passthrough (OpenTX) + Lidar360 + Beacon + Volz servo out + SBus servo out + ESC Telemetry + Devo Telemetry + OpticalFlow + RobotisServo + NMEA Output + WindVane + SLCAN + RCIN + EFI Serial + LTM + RunCam + HottTelem + Scripting + Crossfire VTX + Generator + Winch + MSP + DJI FPV + AirSpeed + ADSB + AHRS + SmartAudio + FETtecOneWire + Torqeedo + AIS + CoDevESC + DisplayPort + MAVLink High Latency + IRC Tramp + DDS XRCE + IMUDATA + + True + + + + 1200 + 2400 + 4800 + 9600 + 19200 + 38400 + 57600 + 111100 + 115200 + 230400 + 256000 + 460800 + 500000 + 921600 + 1500000 + 2000000 + + + + True + + None + MAVLink1 + MAVLink2 + Frsky D + Frsky SPort + GPS + Alexmos Gimbal Serial + Gimbal + Rangefinder + FrSky SPort Passthrough (OpenTX) + Lidar360 + Beacon + Volz servo out + SBus servo out + ESC Telemetry + Devo Telemetry + OpticalFlow + RobotisServo + NMEA Output + WindVane + SLCAN + RCIN + EFI Serial + LTM + RunCam + HottTelem + Scripting + Crossfire VTX + Generator + Winch + MSP + DJI FPV + AirSpeed + ADSB + AHRS + SmartAudio + FETtecOneWire + Torqeedo + AIS + CoDevESC + DisplayPort + MAVLink High Latency + IRC Tramp + DDS XRCE + IMUDATA + + + + + 1200 + 2400 + 4800 + 9600 + 19200 + 38400 + 57600 + 111100 + 115200 + 230400 + 256000 + 460800 + 500000 + 921600 + 1500000 + 2000000 + + + + True + + None + MAVLink1 + MAVLink2 + Frsky D + Frsky SPort + GPS + Alexmos Gimbal Serial + Gimbal + Rangefinder + FrSky SPort Passthrough (OpenTX) + Lidar360 + Beacon + Volz servo out + SBus servo out + ESC Telemetry + Devo Telemetry + OpticalFlow + RobotisServo + NMEA Output + WindVane + SLCAN + RCIN + EFI Serial + LTM + RunCam + HottTelem + Scripting + Crossfire VTX + Generator + Winch + MSP + DJI FPV + AirSpeed + ADSB + AHRS + SmartAudio + FETtecOneWire + Torqeedo + AIS + CoDevESC + DisplayPort + MAVLink High Latency + IRC Tramp + DDS XRCE + IMUDATA + + + + + 1200 + 2400 + 4800 + 9600 + 19200 + 38400 + 57600 + 111100 + 115200 + 230400 + 256000 + 460800 + 500000 + 921600 + 1500000 + 2000000 + + + + True + + None + MAVLink1 + MAVLink2 + Frsky D + Frsky SPort + GPS + Alexmos Gimbal Serial + Gimbal + Rangefinder + FrSky SPort Passthrough (OpenTX) + Lidar360 + Beacon + Volz servo out + SBus servo out + ESC Telemetry + Devo Telemetry + OpticalFlow + RobotisServo + NMEA Output + WindVane + SLCAN + RCIN + EFI Serial + LTM + RunCam + HottTelem + Scripting + Crossfire VTX + Generator + Winch + MSP + DJI FPV + AirSpeed + ADSB + AHRS + SmartAudio + FETtecOneWire + Torqeedo + AIS + CoDevESC + DisplayPort + MAVLink High Latency + IRC Tramp + DDS XRCE + IMUDATA + + + + + 1200 + 2400 + 4800 + 9600 + 19200 + 38400 + 57600 + 111100 + 115200 + 230400 + 256000 + 460800 + 500000 + 921600 + 1500000 + 2000000 + + + + True + + None + MAVLink1 + MAVLink2 + Frsky D + Frsky SPort + GPS + Alexmos Gimbal Serial + Gimbal + Rangefinder + FrSky SPort Passthrough (OpenTX) + Lidar360 + Beacon + Volz servo out + SBus servo out + ESC Telemetry + Devo Telemetry + OpticalFlow + RobotisServo + NMEA Output + WindVane + SLCAN + RCIN + EFI Serial + LTM + RunCam + HottTelem + Scripting + Crossfire VTX + Generator + Winch + MSP + DJI FPV + AirSpeed + ADSB + AHRS + SmartAudio + FETtecOneWire + Torqeedo + AIS + CoDevESC + DisplayPort + MAVLink High Latency + IRC Tramp + DDS XRCE + IMUDATA + + + + + 1200 + 2400 + 4800 + 9600 + 19200 + 38400 + 57600 + 111100 + 115200 + 230400 + 256000 + 460800 + 500000 + 921600 + 1500000 + 2000000 + + + + True + + None + MAVLink1 + MAVLink2 + Frsky D + Frsky SPort + GPS + Alexmos Gimbal Serial + Gimbal + Rangefinder + FrSky SPort Passthrough (OpenTX) + Lidar360 + Beacon + Volz servo out + SBus servo out + ESC Telemetry + Devo Telemetry + OpticalFlow + RobotisServo + NMEA Output + WindVane + SLCAN + RCIN + EFI Serial + LTM + RunCam + HottTelem + Scripting + Crossfire VTX + Generator + Winch + MSP + DJI FPV + AirSpeed + ADSB + AHRS + SmartAudio + FETtecOneWire + Torqeedo + AIS + CoDevESC + DisplayPort + MAVLink High Latency + IRC Tramp + DDS XRCE + IMUDATA + + + + + 1200 + 2400 + 4800 + 9600 + 19200 + 38400 + 57600 + 111100 + 115200 + 230400 + 256000 + 460800 + 500000 + 921600 + 1500000 + 2000000 + + + + 0:InvertRX, 1:InvertTX, 2:HalfDuplex, 3:SwapTXRX, 4: RX_PullDown, 5: RX_PullUp, 6: TX_PullDown, 7: TX_PullUp, 8: RX_NoDMA, 9: TX_NoDMA, 10: Don't forward mavlink to/from, 11: DisableFIFO, 12: Ignore Streamrate + True + + + 0:InvertRX, 1:InvertTX, 2:HalfDuplex, 3:SwapTXRX, 4: RX_PullDown, 5: RX_PullUp, 6: TX_PullDown, 7: TX_PullUp, 8: RX_NoDMA, 9: TX_NoDMA, 10: Don't forward mavlink to/from, 11: DisableFIFO, 12: Ignore Streamrate + True + + + 0:InvertRX, 1:InvertTX, 2:HalfDuplex, 3:SwapTXRX, 4: RX_PullDown, 5: RX_PullUp, 6: TX_PullDown, 7: TX_PullUp, 8: RX_NoDMA, 9: TX_NoDMA, 10: Don't forward mavlink to/from, 11: DisableFIFO, 12: Ignore Streamrate + True + + + 0:InvertRX, 1:InvertTX, 2:HalfDuplex, 3:SwapTXRX, 4: RX_PullDown, 5: RX_PullUp, 6: TX_PullDown, 7: TX_PullUp, 8: RX_NoDMA, 9: TX_NoDMA, 10: Don't forward mavlink to/from, 11: DisableFIFO, 12: Ignore Streamrate + True + + + 0:InvertRX, 1:InvertTX, 2:HalfDuplex, 3:SwapTXRX, 4: RX_PullDown, 5: RX_PullUp, 6: TX_PullDown, 7: TX_PullUp, 8: RX_NoDMA, 9: TX_NoDMA, 10: Don't forward mavlink to/from, 11: DisableFIFO, 12: Ignore Streamrate + True + + + 0:InvertRX, 1:InvertTX, 2:HalfDuplex, 3:SwapTXRX, 4: RX_PullDown, 5: RX_PullUp, 6: TX_PullDown, 7: TX_PullUp, 8: RX_NoDMA, 9: TX_NoDMA, 10: Don't forward mavlink to/from, 11: DisableFIFO, 12: Ignore Streamrate + True + + + + Disabled + Serial0 + Serial1 + Serial2 + Serial3 + Serial4 + Serial5 + Serial6 + + + + + Disabled + Serial0 + Serial1 + Serial2 + Serial3 + Serial4 + Serial5 + Serial6 + + + + 0 120 + s + seconds + + + True + + None + MAVLink1 + MAVLink2 + Frsky D + Frsky SPort + GPS + Alexmos Gimbal Serial + Gimbal + Rangefinder + FrSky SPort Passthrough (OpenTX) + Lidar360 + Beacon + Volz servo out + SBus servo out + ESC Telemetry + Devo Telemetry + OpticalFlow + RobotisServo + NMEA Output + WindVane + SLCAN + RCIN + EFI Serial + LTM + RunCam + HottTelem + Scripting + Crossfire VTX + Generator + Winch + MSP + DJI FPV + AirSpeed + ADSB + AHRS + SmartAudio + FETtecOneWire + Torqeedo + AIS + CoDevESC + DisplayPort + MAVLink High Latency + IRC Tramp + DDS XRCE + IMUDATA + + + + + 1200 + 2400 + 4800 + 9600 + 19200 + 38400 + 57600 + 111100 + 115200 + 230400 + 256000 + 460800 + 500000 + 921600 + 1500000 + 2000000 + + + + 0:InvertRX, 1:InvertTX, 2:HalfDuplex, 3:SwapTXRX, 4: RX_PullDown, 5: RX_PullUp, 6: TX_PullDown, 7: TX_PullUp, 8: RX_NoDMA, 9: TX_NoDMA, 10: Don't forward mavlink to/from, 11: DisableFIFO, 12: Ignore Streamrate + True + + + True + + None + MAVLink1 + MAVLink2 + Frsky D + Frsky SPort + GPS + Alexmos Gimbal Serial + Gimbal + Rangefinder + FrSky SPort Passthrough (OpenTX) + Lidar360 + Beacon + Volz servo out + SBus servo out + ESC Telemetry + Devo Telemetry + OpticalFlow + RobotisServo + NMEA Output + WindVane + SLCAN + RCIN + EFI Serial + LTM + RunCam + HottTelem + Scripting + Crossfire VTX + Generator + Winch + MSP + DJI FPV + AirSpeed + ADSB + AHRS + SmartAudio + FETtecOneWire + Torqeedo + AIS + CoDevESC + DisplayPort + MAVLink High Latency + IRC Tramp + DDS XRCE + IMUDATA + + + + + 1200 + 2400 + 4800 + 9600 + 19200 + 38400 + 57600 + 111100 + 115200 + 230400 + 256000 + 460800 + 500000 + 921600 + 1500000 + 2000000 + + + + 0:InvertRX, 1:InvertTX, 2:HalfDuplex, 3:SwapTXRX, 4: RX_PullDown, 5: RX_PullUp, 6: TX_PullDown, 7: TX_PullUp, 8: RX_NoDMA, 9: TX_NoDMA, 10: Don't forward mavlink to/from, 11: DisableFIFO, 12: Ignore Streamrate + True + + + True + + None + MAVLink1 + MAVLink2 + Frsky D + Frsky SPort + GPS + Alexmos Gimbal Serial + Gimbal + Rangefinder + FrSky SPort Passthrough (OpenTX) + Lidar360 + Beacon + Volz servo out + SBus servo out + ESC Telemetry + Devo Telemetry + OpticalFlow + RobotisServo + NMEA Output + WindVane + SLCAN + RCIN + EFI Serial + LTM + RunCam + HottTelem + Scripting + Crossfire VTX + Generator + Winch + MSP + DJI FPV + AirSpeed + ADSB + AHRS + SmartAudio + FETtecOneWire + Torqeedo + AIS + CoDevESC + DisplayPort + MAVLink High Latency + IRC Tramp + DDS XRCE + IMUDATA + + + + + 1200 + 2400 + 4800 + 9600 + 19200 + 38400 + 57600 + 111100 + 115200 + 230400 + 256000 + 460800 + 500000 + 921600 + 1500000 + 2000000 + + + + 0:InvertRX, 1:InvertTX, 2:HalfDuplex, 3:SwapTXRX, 4: RX_PullDown, 5: RX_PullUp, 6: TX_PullDown, 7: TX_PullUp, 8: RX_NoDMA, 9: TX_NoDMA, 10: Don't forward mavlink to/from, 11: DisableFIFO, 12: Ignore Streamrate + True + + + + + 25 400 + Hz + hertz + + + + 1Khz + loop-rate + double loop-rate + triple loop-rate + quadruple loop rate + + + + + None + BLHeli32/Kiss + BLHeli_S + BLHeli32/Kiss+EDT + BLHeli_S+EDT + + + + 0:Servo 1, 1:Servo 2, 2:Servo 3, 3:Servo 4, 4:Servo 5, 5:Servo 6, 6:Servo 7, 7:Servo 8, 8:Servo 9, 9:Servo 10, 10:Servo 11, 11:Servo 12, 12:Servo 13, 13:Servo 14, 14:Servo 15, 15:Servo 16, 16:Servo 17, 17:Servo 18, 18:Servo 19, 19:Servo 20, 20:Servo 21, 21:Servo 22, 22:Servo 23, 23:Servo 24, 24:Servo 25, 25:Servo 26, 26:Servo 27, 27:Servo 28, 28:Servo 29, 29:Servo 30, 30:Servo 31, 31:Servo 32 + True + + + 0:RCIN1Scaled, 1:RCIN2Scaled, 2:RCIN3Scaled, 3:RCIN4Scaled, 4:RCIN5Scaled, 5:RCIN6Scaled, 6:RCIN7Scaled, 7:RCIN8Scaled, 8:RCIN9Scaled, 9:RCIN10Scaled, 10:RCIN11Scaled, 11:SRCIN12Scaled, 12:RCIN13Scaled, 13:RCIN14Scaled, 14:RCIN15Scaled, 15:RCIN16Scaled + + + + Disabled + Enabled + + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + + GPIO + Disabled + RCPassThru + Mount1Yaw + Mount1Pitch + Mount1Roll + Mount1Retract + CameraTrigger + Mount2Yaw + Mount2Pitch + Mount2Roll + Mount2Retract + SprayerPump + SprayerSpinner + GroundSteering + Gripper + Motor1 + Motor2 + Motor3 + Motor4 + RCIN1 + RCIN2 + RCIN3 + RCIN4 + RCIN5 + RCIN6 + RCIN7 + RCIN8 + RCIN9 + RCIN10 + RCIN11 + RCIN12 + RCIN13 + RCIN14 + RCIN15 + RCIN16 + Throttle + ThrottleLeft + ThrottleRight + Winch + Main Sail + CameraISO + CameraAperture + CameraFocus + CameraShutterSpeed + Script1 + Script2 + Script3 + Script4 + Script5 + Script6 + Script7 + Script8 + Script9 + Script10 + Script11 + Script12 + Script13 + Script14 + Script15 + Script16 + NeoPixel1 + NeoPixel2 + NeoPixel3 + NeoPixel4 + WingSailElevator + ProfiLED1 + ProfiLED2 + ProfiLED3 + ProfiLEDClock + Winch Clutch + SERVOn_MIN + SERVOn_TRIM + SERVOn_MAX + SailMastRotation + Alarm + Alarm Inverted + RCIN1Scaled + RCIN2Scaled + RCIN3Scaled + RCIN4Scaled + RCIN5Scaled + RCIN6Scaled + RCIN7Scaled + RCIN8Scaled + RCIN9Scaled + RCIN10Scaled + RCIN11Scaled + RCIN12Scaled + RCIN13Scaled + RCIN14Scaled + RCIN15Scaled + RCIN16Scaled + + True + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + + GPIO + Disabled + RCPassThru + Mount1Yaw + Mount1Pitch + Mount1Roll + Mount1Retract + CameraTrigger + Mount2Yaw + Mount2Pitch + Mount2Roll + Mount2Retract + SprayerPump + SprayerSpinner + GroundSteering + Gripper + Motor1 + Motor2 + Motor3 + Motor4 + RCIN1 + RCIN2 + RCIN3 + RCIN4 + RCIN5 + RCIN6 + RCIN7 + RCIN8 + RCIN9 + RCIN10 + RCIN11 + RCIN12 + RCIN13 + RCIN14 + RCIN15 + RCIN16 + Throttle + ThrottleLeft + ThrottleRight + Winch + Main Sail + CameraISO + CameraAperture + CameraFocus + CameraShutterSpeed + Script1 + Script2 + Script3 + Script4 + Script5 + Script6 + Script7 + Script8 + Script9 + Script10 + Script11 + Script12 + Script13 + Script14 + Script15 + Script16 + NeoPixel1 + NeoPixel2 + NeoPixel3 + NeoPixel4 + WingSailElevator + ProfiLED1 + ProfiLED2 + ProfiLED3 + ProfiLEDClock + Winch Clutch + SERVOn_MIN + SERVOn_TRIM + SERVOn_MAX + SailMastRotation + Alarm + Alarm Inverted + RCIN1Scaled + RCIN2Scaled + RCIN3Scaled + RCIN4Scaled + RCIN5Scaled + RCIN6Scaled + RCIN7Scaled + RCIN8Scaled + RCIN9Scaled + RCIN10Scaled + RCIN11Scaled + RCIN12Scaled + RCIN13Scaled + RCIN14Scaled + RCIN15Scaled + RCIN16Scaled + + True + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + + GPIO + Disabled + RCPassThru + Mount1Yaw + Mount1Pitch + Mount1Roll + Mount1Retract + CameraTrigger + Mount2Yaw + Mount2Pitch + Mount2Roll + Mount2Retract + SprayerPump + SprayerSpinner + GroundSteering + Gripper + Motor1 + Motor2 + Motor3 + Motor4 + RCIN1 + RCIN2 + RCIN3 + RCIN4 + RCIN5 + RCIN6 + RCIN7 + RCIN8 + RCIN9 + RCIN10 + RCIN11 + RCIN12 + RCIN13 + RCIN14 + RCIN15 + RCIN16 + Throttle + ThrottleLeft + ThrottleRight + Winch + Main Sail + CameraISO + CameraAperture + CameraFocus + CameraShutterSpeed + Script1 + Script2 + Script3 + Script4 + Script5 + Script6 + Script7 + Script8 + Script9 + Script10 + Script11 + Script12 + Script13 + Script14 + Script15 + Script16 + NeoPixel1 + NeoPixel2 + NeoPixel3 + NeoPixel4 + WingSailElevator + ProfiLED1 + ProfiLED2 + ProfiLED3 + ProfiLEDClock + Winch Clutch + SERVOn_MIN + SERVOn_TRIM + SERVOn_MAX + SailMastRotation + Alarm + Alarm Inverted + RCIN1Scaled + RCIN2Scaled + RCIN3Scaled + RCIN4Scaled + RCIN5Scaled + RCIN6Scaled + RCIN7Scaled + RCIN8Scaled + RCIN9Scaled + RCIN10Scaled + RCIN11Scaled + RCIN12Scaled + RCIN13Scaled + RCIN14Scaled + RCIN15Scaled + RCIN16Scaled + + True + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + + GPIO + Disabled + RCPassThru + Mount1Yaw + Mount1Pitch + Mount1Roll + Mount1Retract + CameraTrigger + Mount2Yaw + Mount2Pitch + Mount2Roll + Mount2Retract + SprayerPump + SprayerSpinner + GroundSteering + Gripper + Motor1 + Motor2 + Motor3 + Motor4 + RCIN1 + RCIN2 + RCIN3 + RCIN4 + RCIN5 + RCIN6 + RCIN7 + RCIN8 + RCIN9 + RCIN10 + RCIN11 + RCIN12 + RCIN13 + RCIN14 + RCIN15 + RCIN16 + Throttle + ThrottleLeft + ThrottleRight + Winch + Main Sail + CameraISO + CameraAperture + CameraFocus + CameraShutterSpeed + Script1 + Script2 + Script3 + Script4 + Script5 + Script6 + Script7 + Script8 + Script9 + Script10 + Script11 + Script12 + Script13 + Script14 + Script15 + Script16 + NeoPixel1 + NeoPixel2 + NeoPixel3 + NeoPixel4 + WingSailElevator + ProfiLED1 + ProfiLED2 + ProfiLED3 + ProfiLEDClock + Winch Clutch + SERVOn_MIN + SERVOn_TRIM + SERVOn_MAX + SailMastRotation + Alarm + Alarm Inverted + RCIN1Scaled + RCIN2Scaled + RCIN3Scaled + RCIN4Scaled + RCIN5Scaled + RCIN6Scaled + RCIN7Scaled + RCIN8Scaled + RCIN9Scaled + RCIN10Scaled + RCIN11Scaled + RCIN12Scaled + RCIN13Scaled + RCIN14Scaled + RCIN15Scaled + RCIN16Scaled + + True + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + + GPIO + Disabled + RCPassThru + Mount1Yaw + Mount1Pitch + Mount1Roll + Mount1Retract + CameraTrigger + Mount2Yaw + Mount2Pitch + Mount2Roll + Mount2Retract + SprayerPump + SprayerSpinner + GroundSteering + Gripper + Motor1 + Motor2 + Motor3 + Motor4 + RCIN1 + RCIN2 + RCIN3 + RCIN4 + RCIN5 + RCIN6 + RCIN7 + RCIN8 + RCIN9 + RCIN10 + RCIN11 + RCIN12 + RCIN13 + RCIN14 + RCIN15 + RCIN16 + Throttle + ThrottleLeft + ThrottleRight + Winch + Main Sail + CameraISO + CameraAperture + CameraFocus + CameraShutterSpeed + Script1 + Script2 + Script3 + Script4 + Script5 + Script6 + Script7 + Script8 + Script9 + Script10 + Script11 + Script12 + Script13 + Script14 + Script15 + Script16 + NeoPixel1 + NeoPixel2 + NeoPixel3 + NeoPixel4 + WingSailElevator + ProfiLED1 + ProfiLED2 + ProfiLED3 + ProfiLEDClock + Winch Clutch + SERVOn_MIN + SERVOn_TRIM + SERVOn_MAX + SailMastRotation + Alarm + Alarm Inverted + RCIN1Scaled + RCIN2Scaled + RCIN3Scaled + RCIN4Scaled + RCIN5Scaled + RCIN6Scaled + RCIN7Scaled + RCIN8Scaled + RCIN9Scaled + RCIN10Scaled + RCIN11Scaled + RCIN12Scaled + RCIN13Scaled + RCIN14Scaled + RCIN15Scaled + RCIN16Scaled + + True + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + + GPIO + Disabled + RCPassThru + Mount1Yaw + Mount1Pitch + Mount1Roll + Mount1Retract + CameraTrigger + Mount2Yaw + Mount2Pitch + Mount2Roll + Mount2Retract + SprayerPump + SprayerSpinner + GroundSteering + Gripper + Motor1 + Motor2 + Motor3 + Motor4 + RCIN1 + RCIN2 + RCIN3 + RCIN4 + RCIN5 + RCIN6 + RCIN7 + RCIN8 + RCIN9 + RCIN10 + RCIN11 + RCIN12 + RCIN13 + RCIN14 + RCIN15 + RCIN16 + Throttle + ThrottleLeft + ThrottleRight + Winch + Main Sail + CameraISO + CameraAperture + CameraFocus + CameraShutterSpeed + Script1 + Script2 + Script3 + Script4 + Script5 + Script6 + Script7 + Script8 + Script9 + Script10 + Script11 + Script12 + Script13 + Script14 + Script15 + Script16 + NeoPixel1 + NeoPixel2 + NeoPixel3 + NeoPixel4 + WingSailElevator + ProfiLED1 + ProfiLED2 + ProfiLED3 + ProfiLEDClock + Winch Clutch + SERVOn_MIN + SERVOn_TRIM + SERVOn_MAX + SailMastRotation + Alarm + Alarm Inverted + RCIN1Scaled + RCIN2Scaled + RCIN3Scaled + RCIN4Scaled + RCIN5Scaled + RCIN6Scaled + RCIN7Scaled + RCIN8Scaled + RCIN9Scaled + RCIN10Scaled + RCIN11Scaled + RCIN12Scaled + RCIN13Scaled + RCIN14Scaled + RCIN15Scaled + RCIN16Scaled + + True + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + + GPIO + Disabled + RCPassThru + Mount1Yaw + Mount1Pitch + Mount1Roll + Mount1Retract + CameraTrigger + Mount2Yaw + Mount2Pitch + Mount2Roll + Mount2Retract + SprayerPump + SprayerSpinner + GroundSteering + Gripper + Motor1 + Motor2 + Motor3 + Motor4 + RCIN1 + RCIN2 + RCIN3 + RCIN4 + RCIN5 + RCIN6 + RCIN7 + RCIN8 + RCIN9 + RCIN10 + RCIN11 + RCIN12 + RCIN13 + RCIN14 + RCIN15 + RCIN16 + Throttle + ThrottleLeft + ThrottleRight + Winch + Main Sail + CameraISO + CameraAperture + CameraFocus + CameraShutterSpeed + Script1 + Script2 + Script3 + Script4 + Script5 + Script6 + Script7 + Script8 + Script9 + Script10 + Script11 + Script12 + Script13 + Script14 + Script15 + Script16 + NeoPixel1 + NeoPixel2 + NeoPixel3 + NeoPixel4 + WingSailElevator + ProfiLED1 + ProfiLED2 + ProfiLED3 + ProfiLEDClock + Winch Clutch + SERVOn_MIN + SERVOn_TRIM + SERVOn_MAX + SailMastRotation + Alarm + Alarm Inverted + RCIN1Scaled + RCIN2Scaled + RCIN3Scaled + RCIN4Scaled + RCIN5Scaled + RCIN6Scaled + RCIN7Scaled + RCIN8Scaled + RCIN9Scaled + RCIN10Scaled + RCIN11Scaled + RCIN12Scaled + RCIN13Scaled + RCIN14Scaled + RCIN15Scaled + RCIN16Scaled + + True + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + + GPIO + Disabled + RCPassThru + Mount1Yaw + Mount1Pitch + Mount1Roll + Mount1Retract + CameraTrigger + Mount2Yaw + Mount2Pitch + Mount2Roll + Mount2Retract + SprayerPump + SprayerSpinner + GroundSteering + Gripper + Motor1 + Motor2 + Motor3 + Motor4 + RCIN1 + RCIN2 + RCIN3 + RCIN4 + RCIN5 + RCIN6 + RCIN7 + RCIN8 + RCIN9 + RCIN10 + RCIN11 + RCIN12 + RCIN13 + RCIN14 + RCIN15 + RCIN16 + Throttle + ThrottleLeft + ThrottleRight + Winch + Main Sail + CameraISO + CameraAperture + CameraFocus + CameraShutterSpeed + Script1 + Script2 + Script3 + Script4 + Script5 + Script6 + Script7 + Script8 + Script9 + Script10 + Script11 + Script12 + Script13 + Script14 + Script15 + Script16 + NeoPixel1 + NeoPixel2 + NeoPixel3 + NeoPixel4 + WingSailElevator + ProfiLED1 + ProfiLED2 + ProfiLED3 + ProfiLEDClock + Winch Clutch + SERVOn_MIN + SERVOn_TRIM + SERVOn_MAX + SailMastRotation + Alarm + Alarm Inverted + RCIN1Scaled + RCIN2Scaled + RCIN3Scaled + RCIN4Scaled + RCIN5Scaled + RCIN6Scaled + RCIN7Scaled + RCIN8Scaled + RCIN9Scaled + RCIN10Scaled + RCIN11Scaled + RCIN12Scaled + RCIN13Scaled + RCIN14Scaled + RCIN15Scaled + RCIN16Scaled + + True + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + + GPIO + Disabled + RCPassThru + Mount1Yaw + Mount1Pitch + Mount1Roll + Mount1Retract + CameraTrigger + Mount2Yaw + Mount2Pitch + Mount2Roll + Mount2Retract + SprayerPump + SprayerSpinner + GroundSteering + Gripper + Motor1 + Motor2 + Motor3 + Motor4 + RCIN1 + RCIN2 + RCIN3 + RCIN4 + RCIN5 + RCIN6 + RCIN7 + RCIN8 + RCIN9 + RCIN10 + RCIN11 + RCIN12 + RCIN13 + RCIN14 + RCIN15 + RCIN16 + Throttle + ThrottleLeft + ThrottleRight + Winch + Main Sail + CameraISO + CameraAperture + CameraFocus + CameraShutterSpeed + Script1 + Script2 + Script3 + Script4 + Script5 + Script6 + Script7 + Script8 + Script9 + Script10 + Script11 + Script12 + Script13 + Script14 + Script15 + Script16 + NeoPixel1 + NeoPixel2 + NeoPixel3 + NeoPixel4 + WingSailElevator + ProfiLED1 + ProfiLED2 + ProfiLED3 + ProfiLEDClock + Winch Clutch + SERVOn_MIN + SERVOn_TRIM + SERVOn_MAX + SailMastRotation + Alarm + Alarm Inverted + RCIN1Scaled + RCIN2Scaled + RCIN3Scaled + RCIN4Scaled + RCIN5Scaled + RCIN6Scaled + RCIN7Scaled + RCIN8Scaled + RCIN9Scaled + RCIN10Scaled + RCIN11Scaled + RCIN12Scaled + RCIN13Scaled + RCIN14Scaled + RCIN15Scaled + RCIN16Scaled + + True + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + + GPIO + Disabled + RCPassThru + Mount1Yaw + Mount1Pitch + Mount1Roll + Mount1Retract + CameraTrigger + Mount2Yaw + Mount2Pitch + Mount2Roll + Mount2Retract + SprayerPump + SprayerSpinner + GroundSteering + Gripper + Motor1 + Motor2 + Motor3 + Motor4 + RCIN1 + RCIN2 + RCIN3 + RCIN4 + RCIN5 + RCIN6 + RCIN7 + RCIN8 + RCIN9 + RCIN10 + RCIN11 + RCIN12 + RCIN13 + RCIN14 + RCIN15 + RCIN16 + Throttle + ThrottleLeft + ThrottleRight + Winch + Main Sail + CameraISO + CameraAperture + CameraFocus + CameraShutterSpeed + Script1 + Script2 + Script3 + Script4 + Script5 + Script6 + Script7 + Script8 + Script9 + Script10 + Script11 + Script12 + Script13 + Script14 + Script15 + Script16 + NeoPixel1 + NeoPixel2 + NeoPixel3 + NeoPixel4 + WingSailElevator + ProfiLED1 + ProfiLED2 + ProfiLED3 + ProfiLEDClock + Winch Clutch + SERVOn_MIN + SERVOn_TRIM + SERVOn_MAX + SailMastRotation + Alarm + Alarm Inverted + RCIN1Scaled + RCIN2Scaled + RCIN3Scaled + RCIN4Scaled + RCIN5Scaled + RCIN6Scaled + RCIN7Scaled + RCIN8Scaled + RCIN9Scaled + RCIN10Scaled + RCIN11Scaled + RCIN12Scaled + RCIN13Scaled + RCIN14Scaled + RCIN15Scaled + RCIN16Scaled + + True + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + + GPIO + Disabled + RCPassThru + Mount1Yaw + Mount1Pitch + Mount1Roll + Mount1Retract + CameraTrigger + Mount2Yaw + Mount2Pitch + Mount2Roll + Mount2Retract + SprayerPump + SprayerSpinner + GroundSteering + Gripper + Motor1 + Motor2 + Motor3 + Motor4 + RCIN1 + RCIN2 + RCIN3 + RCIN4 + RCIN5 + RCIN6 + RCIN7 + RCIN8 + RCIN9 + RCIN10 + RCIN11 + RCIN12 + RCIN13 + RCIN14 + RCIN15 + RCIN16 + Throttle + ThrottleLeft + ThrottleRight + Winch + Main Sail + CameraISO + CameraAperture + CameraFocus + CameraShutterSpeed + Script1 + Script2 + Script3 + Script4 + Script5 + Script6 + Script7 + Script8 + Script9 + Script10 + Script11 + Script12 + Script13 + Script14 + Script15 + Script16 + NeoPixel1 + NeoPixel2 + NeoPixel3 + NeoPixel4 + WingSailElevator + ProfiLED1 + ProfiLED2 + ProfiLED3 + ProfiLEDClock + Winch Clutch + SERVOn_MIN + SERVOn_TRIM + SERVOn_MAX + SailMastRotation + Alarm + Alarm Inverted + RCIN1Scaled + RCIN2Scaled + RCIN3Scaled + RCIN4Scaled + RCIN5Scaled + RCIN6Scaled + RCIN7Scaled + RCIN8Scaled + RCIN9Scaled + RCIN10Scaled + RCIN11Scaled + RCIN12Scaled + RCIN13Scaled + RCIN14Scaled + RCIN15Scaled + RCIN16Scaled + + True + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + + GPIO + Disabled + RCPassThru + Mount1Yaw + Mount1Pitch + Mount1Roll + Mount1Retract + CameraTrigger + Mount2Yaw + Mount2Pitch + Mount2Roll + Mount2Retract + SprayerPump + SprayerSpinner + GroundSteering + Gripper + Motor1 + Motor2 + Motor3 + Motor4 + RCIN1 + RCIN2 + RCIN3 + RCIN4 + RCIN5 + RCIN6 + RCIN7 + RCIN8 + RCIN9 + RCIN10 + RCIN11 + RCIN12 + RCIN13 + RCIN14 + RCIN15 + RCIN16 + Throttle + ThrottleLeft + ThrottleRight + Winch + Main Sail + CameraISO + CameraAperture + CameraFocus + CameraShutterSpeed + Script1 + Script2 + Script3 + Script4 + Script5 + Script6 + Script7 + Script8 + Script9 + Script10 + Script11 + Script12 + Script13 + Script14 + Script15 + Script16 + NeoPixel1 + NeoPixel2 + NeoPixel3 + NeoPixel4 + WingSailElevator + ProfiLED1 + ProfiLED2 + ProfiLED3 + ProfiLEDClock + Winch Clutch + SERVOn_MIN + SERVOn_TRIM + SERVOn_MAX + SailMastRotation + Alarm + Alarm Inverted + RCIN1Scaled + RCIN2Scaled + RCIN3Scaled + RCIN4Scaled + RCIN5Scaled + RCIN6Scaled + RCIN7Scaled + RCIN8Scaled + RCIN9Scaled + RCIN10Scaled + RCIN11Scaled + RCIN12Scaled + RCIN13Scaled + RCIN14Scaled + RCIN15Scaled + RCIN16Scaled + + True + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + + GPIO + Disabled + RCPassThru + Mount1Yaw + Mount1Pitch + Mount1Roll + Mount1Retract + CameraTrigger + Mount2Yaw + Mount2Pitch + Mount2Roll + Mount2Retract + SprayerPump + SprayerSpinner + GroundSteering + Gripper + Motor1 + Motor2 + Motor3 + Motor4 + RCIN1 + RCIN2 + RCIN3 + RCIN4 + RCIN5 + RCIN6 + RCIN7 + RCIN8 + RCIN9 + RCIN10 + RCIN11 + RCIN12 + RCIN13 + RCIN14 + RCIN15 + RCIN16 + Throttle + ThrottleLeft + ThrottleRight + Winch + Main Sail + CameraISO + CameraAperture + CameraFocus + CameraShutterSpeed + Script1 + Script2 + Script3 + Script4 + Script5 + Script6 + Script7 + Script8 + Script9 + Script10 + Script11 + Script12 + Script13 + Script14 + Script15 + Script16 + NeoPixel1 + NeoPixel2 + NeoPixel3 + NeoPixel4 + WingSailElevator + ProfiLED1 + ProfiLED2 + ProfiLED3 + ProfiLEDClock + Winch Clutch + SERVOn_MIN + SERVOn_TRIM + SERVOn_MAX + SailMastRotation + Alarm + Alarm Inverted + RCIN1Scaled + RCIN2Scaled + RCIN3Scaled + RCIN4Scaled + RCIN5Scaled + RCIN6Scaled + RCIN7Scaled + RCIN8Scaled + RCIN9Scaled + RCIN10Scaled + RCIN11Scaled + RCIN12Scaled + RCIN13Scaled + RCIN14Scaled + RCIN15Scaled + RCIN16Scaled + + True + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + + GPIO + Disabled + RCPassThru + Mount1Yaw + Mount1Pitch + Mount1Roll + Mount1Retract + CameraTrigger + Mount2Yaw + Mount2Pitch + Mount2Roll + Mount2Retract + SprayerPump + SprayerSpinner + GroundSteering + Gripper + Motor1 + Motor2 + Motor3 + Motor4 + RCIN1 + RCIN2 + RCIN3 + RCIN4 + RCIN5 + RCIN6 + RCIN7 + RCIN8 + RCIN9 + RCIN10 + RCIN11 + RCIN12 + RCIN13 + RCIN14 + RCIN15 + RCIN16 + Throttle + ThrottleLeft + ThrottleRight + Winch + Main Sail + CameraISO + CameraAperture + CameraFocus + CameraShutterSpeed + Script1 + Script2 + Script3 + Script4 + Script5 + Script6 + Script7 + Script8 + Script9 + Script10 + Script11 + Script12 + Script13 + Script14 + Script15 + Script16 + NeoPixel1 + NeoPixel2 + NeoPixel3 + NeoPixel4 + WingSailElevator + ProfiLED1 + ProfiLED2 + ProfiLED3 + ProfiLEDClock + Winch Clutch + SERVOn_MIN + SERVOn_TRIM + SERVOn_MAX + SailMastRotation + Alarm + Alarm Inverted + RCIN1Scaled + RCIN2Scaled + RCIN3Scaled + RCIN4Scaled + RCIN5Scaled + RCIN6Scaled + RCIN7Scaled + RCIN8Scaled + RCIN9Scaled + RCIN10Scaled + RCIN11Scaled + RCIN12Scaled + RCIN13Scaled + RCIN14Scaled + RCIN15Scaled + RCIN16Scaled + + True + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + + GPIO + Disabled + RCPassThru + Mount1Yaw + Mount1Pitch + Mount1Roll + Mount1Retract + CameraTrigger + Mount2Yaw + Mount2Pitch + Mount2Roll + Mount2Retract + SprayerPump + SprayerSpinner + GroundSteering + Gripper + Motor1 + Motor2 + Motor3 + Motor4 + RCIN1 + RCIN2 + RCIN3 + RCIN4 + RCIN5 + RCIN6 + RCIN7 + RCIN8 + RCIN9 + RCIN10 + RCIN11 + RCIN12 + RCIN13 + RCIN14 + RCIN15 + RCIN16 + Throttle + ThrottleLeft + ThrottleRight + Winch + Main Sail + CameraISO + CameraAperture + CameraFocus + CameraShutterSpeed + Script1 + Script2 + Script3 + Script4 + Script5 + Script6 + Script7 + Script8 + Script9 + Script10 + Script11 + Script12 + Script13 + Script14 + Script15 + Script16 + NeoPixel1 + NeoPixel2 + NeoPixel3 + NeoPixel4 + WingSailElevator + ProfiLED1 + ProfiLED2 + ProfiLED3 + ProfiLEDClock + Winch Clutch + SERVOn_MIN + SERVOn_TRIM + SERVOn_MAX + SailMastRotation + Alarm + Alarm Inverted + RCIN1Scaled + RCIN2Scaled + RCIN3Scaled + RCIN4Scaled + RCIN5Scaled + RCIN6Scaled + RCIN7Scaled + RCIN8Scaled + RCIN9Scaled + RCIN10Scaled + RCIN11Scaled + RCIN12Scaled + RCIN13Scaled + RCIN14Scaled + RCIN15Scaled + RCIN16Scaled + + True + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + + GPIO + Disabled + RCPassThru + Mount1Yaw + Mount1Pitch + Mount1Roll + Mount1Retract + CameraTrigger + Mount2Yaw + Mount2Pitch + Mount2Roll + Mount2Retract + SprayerPump + SprayerSpinner + GroundSteering + Gripper + Motor1 + Motor2 + Motor3 + Motor4 + RCIN1 + RCIN2 + RCIN3 + RCIN4 + RCIN5 + RCIN6 + RCIN7 + RCIN8 + RCIN9 + RCIN10 + RCIN11 + RCIN12 + RCIN13 + RCIN14 + RCIN15 + RCIN16 + Throttle + ThrottleLeft + ThrottleRight + Winch + Main Sail + CameraISO + CameraAperture + CameraFocus + CameraShutterSpeed + Script1 + Script2 + Script3 + Script4 + Script5 + Script6 + Script7 + Script8 + Script9 + Script10 + Script11 + Script12 + Script13 + Script14 + Script15 + Script16 + NeoPixel1 + NeoPixel2 + NeoPixel3 + NeoPixel4 + WingSailElevator + ProfiLED1 + ProfiLED2 + ProfiLED3 + ProfiLEDClock + Winch Clutch + SERVOn_MIN + SERVOn_TRIM + SERVOn_MAX + SailMastRotation + Alarm + Alarm Inverted + RCIN1Scaled + RCIN2Scaled + RCIN3Scaled + RCIN4Scaled + RCIN5Scaled + RCIN6Scaled + RCIN7Scaled + RCIN8Scaled + RCIN9Scaled + RCIN10Scaled + RCIN11Scaled + RCIN12Scaled + RCIN13Scaled + RCIN14Scaled + RCIN15Scaled + RCIN16Scaled + + True + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + + GPIO + Disabled + RCPassThru + Mount1Yaw + Mount1Pitch + Mount1Roll + Mount1Retract + CameraTrigger + Mount2Yaw + Mount2Pitch + Mount2Roll + Mount2Retract + SprayerPump + SprayerSpinner + GroundSteering + Gripper + Motor1 + Motor2 + Motor3 + Motor4 + RCIN1 + RCIN2 + RCIN3 + RCIN4 + RCIN5 + RCIN6 + RCIN7 + RCIN8 + RCIN9 + RCIN10 + RCIN11 + RCIN12 + RCIN13 + RCIN14 + RCIN15 + RCIN16 + Throttle + ThrottleLeft + ThrottleRight + Winch + Main Sail + CameraISO + CameraAperture + CameraFocus + CameraShutterSpeed + Script1 + Script2 + Script3 + Script4 + Script5 + Script6 + Script7 + Script8 + Script9 + Script10 + Script11 + Script12 + Script13 + Script14 + Script15 + Script16 + NeoPixel1 + NeoPixel2 + NeoPixel3 + NeoPixel4 + WingSailElevator + ProfiLED1 + ProfiLED2 + ProfiLED3 + ProfiLEDClock + Winch Clutch + SERVOn_MIN + SERVOn_TRIM + SERVOn_MAX + SailMastRotation + Alarm + Alarm Inverted + RCIN1Scaled + RCIN2Scaled + RCIN3Scaled + RCIN4Scaled + RCIN5Scaled + RCIN6Scaled + RCIN7Scaled + RCIN8Scaled + RCIN9Scaled + RCIN10Scaled + RCIN11Scaled + RCIN12Scaled + RCIN13Scaled + RCIN14Scaled + RCIN15Scaled + RCIN16Scaled + + True + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + + GPIO + Disabled + RCPassThru + Mount1Yaw + Mount1Pitch + Mount1Roll + Mount1Retract + CameraTrigger + Mount2Yaw + Mount2Pitch + Mount2Roll + Mount2Retract + SprayerPump + SprayerSpinner + GroundSteering + Gripper + Motor1 + Motor2 + Motor3 + Motor4 + RCIN1 + RCIN2 + RCIN3 + RCIN4 + RCIN5 + RCIN6 + RCIN7 + RCIN8 + RCIN9 + RCIN10 + RCIN11 + RCIN12 + RCIN13 + RCIN14 + RCIN15 + RCIN16 + Throttle + ThrottleLeft + ThrottleRight + Winch + Main Sail + CameraISO + CameraAperture + CameraFocus + CameraShutterSpeed + Script1 + Script2 + Script3 + Script4 + Script5 + Script6 + Script7 + Script8 + Script9 + Script10 + Script11 + Script12 + Script13 + Script14 + Script15 + Script16 + NeoPixel1 + NeoPixel2 + NeoPixel3 + NeoPixel4 + WingSailElevator + ProfiLED1 + ProfiLED2 + ProfiLED3 + ProfiLEDClock + Winch Clutch + SERVOn_MIN + SERVOn_TRIM + SERVOn_MAX + SailMastRotation + Alarm + Alarm Inverted + RCIN1Scaled + RCIN2Scaled + RCIN3Scaled + RCIN4Scaled + RCIN5Scaled + RCIN6Scaled + RCIN7Scaled + RCIN8Scaled + RCIN9Scaled + RCIN10Scaled + RCIN11Scaled + RCIN12Scaled + RCIN13Scaled + RCIN14Scaled + RCIN15Scaled + RCIN16Scaled + + True + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + + GPIO + Disabled + RCPassThru + Mount1Yaw + Mount1Pitch + Mount1Roll + Mount1Retract + CameraTrigger + Mount2Yaw + Mount2Pitch + Mount2Roll + Mount2Retract + SprayerPump + SprayerSpinner + GroundSteering + Gripper + Motor1 + Motor2 + Motor3 + Motor4 + RCIN1 + RCIN2 + RCIN3 + RCIN4 + RCIN5 + RCIN6 + RCIN7 + RCIN8 + RCIN9 + RCIN10 + RCIN11 + RCIN12 + RCIN13 + RCIN14 + RCIN15 + RCIN16 + Throttle + ThrottleLeft + ThrottleRight + Winch + Main Sail + CameraISO + CameraAperture + CameraFocus + CameraShutterSpeed + Script1 + Script2 + Script3 + Script4 + Script5 + Script6 + Script7 + Script8 + Script9 + Script10 + Script11 + Script12 + Script13 + Script14 + Script15 + Script16 + NeoPixel1 + NeoPixel2 + NeoPixel3 + NeoPixel4 + WingSailElevator + ProfiLED1 + ProfiLED2 + ProfiLED3 + ProfiLEDClock + Winch Clutch + SERVOn_MIN + SERVOn_TRIM + SERVOn_MAX + SailMastRotation + Alarm + Alarm Inverted + RCIN1Scaled + RCIN2Scaled + RCIN3Scaled + RCIN4Scaled + RCIN5Scaled + RCIN6Scaled + RCIN7Scaled + RCIN8Scaled + RCIN9Scaled + RCIN10Scaled + RCIN11Scaled + RCIN12Scaled + RCIN13Scaled + RCIN14Scaled + RCIN15Scaled + RCIN16Scaled + + True + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + + GPIO + Disabled + RCPassThru + Mount1Yaw + Mount1Pitch + Mount1Roll + Mount1Retract + CameraTrigger + Mount2Yaw + Mount2Pitch + Mount2Roll + Mount2Retract + SprayerPump + SprayerSpinner + GroundSteering + Gripper + Motor1 + Motor2 + Motor3 + Motor4 + RCIN1 + RCIN2 + RCIN3 + RCIN4 + RCIN5 + RCIN6 + RCIN7 + RCIN8 + RCIN9 + RCIN10 + RCIN11 + RCIN12 + RCIN13 + RCIN14 + RCIN15 + RCIN16 + Throttle + ThrottleLeft + ThrottleRight + Winch + Main Sail + CameraISO + CameraAperture + CameraFocus + CameraShutterSpeed + Script1 + Script2 + Script3 + Script4 + Script5 + Script6 + Script7 + Script8 + Script9 + Script10 + Script11 + Script12 + Script13 + Script14 + Script15 + Script16 + NeoPixel1 + NeoPixel2 + NeoPixel3 + NeoPixel4 + WingSailElevator + ProfiLED1 + ProfiLED2 + ProfiLED3 + ProfiLEDClock + Winch Clutch + SERVOn_MIN + SERVOn_TRIM + SERVOn_MAX + SailMastRotation + Alarm + Alarm Inverted + RCIN1Scaled + RCIN2Scaled + RCIN3Scaled + RCIN4Scaled + RCIN5Scaled + RCIN6Scaled + RCIN7Scaled + RCIN8Scaled + RCIN9Scaled + RCIN10Scaled + RCIN11Scaled + RCIN12Scaled + RCIN13Scaled + RCIN14Scaled + RCIN15Scaled + RCIN16Scaled + + True + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + + GPIO + Disabled + RCPassThru + Mount1Yaw + Mount1Pitch + Mount1Roll + Mount1Retract + CameraTrigger + Mount2Yaw + Mount2Pitch + Mount2Roll + Mount2Retract + SprayerPump + SprayerSpinner + GroundSteering + Gripper + Motor1 + Motor2 + Motor3 + Motor4 + RCIN1 + RCIN2 + RCIN3 + RCIN4 + RCIN5 + RCIN6 + RCIN7 + RCIN8 + RCIN9 + RCIN10 + RCIN11 + RCIN12 + RCIN13 + RCIN14 + RCIN15 + RCIN16 + Throttle + ThrottleLeft + ThrottleRight + Winch + Main Sail + CameraISO + CameraAperture + CameraFocus + CameraShutterSpeed + Script1 + Script2 + Script3 + Script4 + Script5 + Script6 + Script7 + Script8 + Script9 + Script10 + Script11 + Script12 + Script13 + Script14 + Script15 + Script16 + NeoPixel1 + NeoPixel2 + NeoPixel3 + NeoPixel4 + WingSailElevator + ProfiLED1 + ProfiLED2 + ProfiLED3 + ProfiLEDClock + Winch Clutch + SERVOn_MIN + SERVOn_TRIM + SERVOn_MAX + SailMastRotation + Alarm + Alarm Inverted + RCIN1Scaled + RCIN2Scaled + RCIN3Scaled + RCIN4Scaled + RCIN5Scaled + RCIN6Scaled + RCIN7Scaled + RCIN8Scaled + RCIN9Scaled + RCIN10Scaled + RCIN11Scaled + RCIN12Scaled + RCIN13Scaled + RCIN14Scaled + RCIN15Scaled + RCIN16Scaled + + True + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + + GPIO + Disabled + RCPassThru + Mount1Yaw + Mount1Pitch + Mount1Roll + Mount1Retract + CameraTrigger + Mount2Yaw + Mount2Pitch + Mount2Roll + Mount2Retract + SprayerPump + SprayerSpinner + GroundSteering + Gripper + Motor1 + Motor2 + Motor3 + Motor4 + RCIN1 + RCIN2 + RCIN3 + RCIN4 + RCIN5 + RCIN6 + RCIN7 + RCIN8 + RCIN9 + RCIN10 + RCIN11 + RCIN12 + RCIN13 + RCIN14 + RCIN15 + RCIN16 + Throttle + ThrottleLeft + ThrottleRight + Winch + Main Sail + CameraISO + CameraAperture + CameraFocus + CameraShutterSpeed + Script1 + Script2 + Script3 + Script4 + Script5 + Script6 + Script7 + Script8 + Script9 + Script10 + Script11 + Script12 + Script13 + Script14 + Script15 + Script16 + NeoPixel1 + NeoPixel2 + NeoPixel3 + NeoPixel4 + WingSailElevator + ProfiLED1 + ProfiLED2 + ProfiLED3 + ProfiLEDClock + Winch Clutch + SERVOn_MIN + SERVOn_TRIM + SERVOn_MAX + SailMastRotation + Alarm + Alarm Inverted + RCIN1Scaled + RCIN2Scaled + RCIN3Scaled + RCIN4Scaled + RCIN5Scaled + RCIN6Scaled + RCIN7Scaled + RCIN8Scaled + RCIN9Scaled + RCIN10Scaled + RCIN11Scaled + RCIN12Scaled + RCIN13Scaled + RCIN14Scaled + RCIN15Scaled + RCIN16Scaled + + True + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + + GPIO + Disabled + RCPassThru + Mount1Yaw + Mount1Pitch + Mount1Roll + Mount1Retract + CameraTrigger + Mount2Yaw + Mount2Pitch + Mount2Roll + Mount2Retract + SprayerPump + SprayerSpinner + GroundSteering + Gripper + Motor1 + Motor2 + Motor3 + Motor4 + RCIN1 + RCIN2 + RCIN3 + RCIN4 + RCIN5 + RCIN6 + RCIN7 + RCIN8 + RCIN9 + RCIN10 + RCIN11 + RCIN12 + RCIN13 + RCIN14 + RCIN15 + RCIN16 + Throttle + ThrottleLeft + ThrottleRight + Winch + Main Sail + CameraISO + CameraAperture + CameraFocus + CameraShutterSpeed + Script1 + Script2 + Script3 + Script4 + Script5 + Script6 + Script7 + Script8 + Script9 + Script10 + Script11 + Script12 + Script13 + Script14 + Script15 + Script16 + NeoPixel1 + NeoPixel2 + NeoPixel3 + NeoPixel4 + WingSailElevator + ProfiLED1 + ProfiLED2 + ProfiLED3 + ProfiLEDClock + Winch Clutch + SERVOn_MIN + SERVOn_TRIM + SERVOn_MAX + SailMastRotation + Alarm + Alarm Inverted + RCIN1Scaled + RCIN2Scaled + RCIN3Scaled + RCIN4Scaled + RCIN5Scaled + RCIN6Scaled + RCIN7Scaled + RCIN8Scaled + RCIN9Scaled + RCIN10Scaled + RCIN11Scaled + RCIN12Scaled + RCIN13Scaled + RCIN14Scaled + RCIN15Scaled + RCIN16Scaled + + True + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + + GPIO + Disabled + RCPassThru + Mount1Yaw + Mount1Pitch + Mount1Roll + Mount1Retract + CameraTrigger + Mount2Yaw + Mount2Pitch + Mount2Roll + Mount2Retract + SprayerPump + SprayerSpinner + GroundSteering + Gripper + Motor1 + Motor2 + Motor3 + Motor4 + RCIN1 + RCIN2 + RCIN3 + RCIN4 + RCIN5 + RCIN6 + RCIN7 + RCIN8 + RCIN9 + RCIN10 + RCIN11 + RCIN12 + RCIN13 + RCIN14 + RCIN15 + RCIN16 + Throttle + ThrottleLeft + ThrottleRight + Winch + Main Sail + CameraISO + CameraAperture + CameraFocus + CameraShutterSpeed + Script1 + Script2 + Script3 + Script4 + Script5 + Script6 + Script7 + Script8 + Script9 + Script10 + Script11 + Script12 + Script13 + Script14 + Script15 + Script16 + NeoPixel1 + NeoPixel2 + NeoPixel3 + NeoPixel4 + WingSailElevator + ProfiLED1 + ProfiLED2 + ProfiLED3 + ProfiLEDClock + Winch Clutch + SERVOn_MIN + SERVOn_TRIM + SERVOn_MAX + SailMastRotation + Alarm + Alarm Inverted + RCIN1Scaled + RCIN2Scaled + RCIN3Scaled + RCIN4Scaled + RCIN5Scaled + RCIN6Scaled + RCIN7Scaled + RCIN8Scaled + RCIN9Scaled + RCIN10Scaled + RCIN11Scaled + RCIN12Scaled + RCIN13Scaled + RCIN14Scaled + RCIN15Scaled + RCIN16Scaled + + True + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + + GPIO + Disabled + RCPassThru + Mount1Yaw + Mount1Pitch + Mount1Roll + Mount1Retract + CameraTrigger + Mount2Yaw + Mount2Pitch + Mount2Roll + Mount2Retract + SprayerPump + SprayerSpinner + GroundSteering + Gripper + Motor1 + Motor2 + Motor3 + Motor4 + RCIN1 + RCIN2 + RCIN3 + RCIN4 + RCIN5 + RCIN6 + RCIN7 + RCIN8 + RCIN9 + RCIN10 + RCIN11 + RCIN12 + RCIN13 + RCIN14 + RCIN15 + RCIN16 + Throttle + ThrottleLeft + ThrottleRight + Winch + Main Sail + CameraISO + CameraAperture + CameraFocus + CameraShutterSpeed + Script1 + Script2 + Script3 + Script4 + Script5 + Script6 + Script7 + Script8 + Script9 + Script10 + Script11 + Script12 + Script13 + Script14 + Script15 + Script16 + NeoPixel1 + NeoPixel2 + NeoPixel3 + NeoPixel4 + WingSailElevator + ProfiLED1 + ProfiLED2 + ProfiLED3 + ProfiLEDClock + Winch Clutch + SERVOn_MIN + SERVOn_TRIM + SERVOn_MAX + SailMastRotation + Alarm + Alarm Inverted + RCIN1Scaled + RCIN2Scaled + RCIN3Scaled + RCIN4Scaled + RCIN5Scaled + RCIN6Scaled + RCIN7Scaled + RCIN8Scaled + RCIN9Scaled + RCIN10Scaled + RCIN11Scaled + RCIN12Scaled + RCIN13Scaled + RCIN14Scaled + RCIN15Scaled + RCIN16Scaled + + True + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + + GPIO + Disabled + RCPassThru + Mount1Yaw + Mount1Pitch + Mount1Roll + Mount1Retract + CameraTrigger + Mount2Yaw + Mount2Pitch + Mount2Roll + Mount2Retract + SprayerPump + SprayerSpinner + GroundSteering + Gripper + Motor1 + Motor2 + Motor3 + Motor4 + RCIN1 + RCIN2 + RCIN3 + RCIN4 + RCIN5 + RCIN6 + RCIN7 + RCIN8 + RCIN9 + RCIN10 + RCIN11 + RCIN12 + RCIN13 + RCIN14 + RCIN15 + RCIN16 + Throttle + ThrottleLeft + ThrottleRight + Winch + Main Sail + CameraISO + CameraAperture + CameraFocus + CameraShutterSpeed + Script1 + Script2 + Script3 + Script4 + Script5 + Script6 + Script7 + Script8 + Script9 + Script10 + Script11 + Script12 + Script13 + Script14 + Script15 + Script16 + NeoPixel1 + NeoPixel2 + NeoPixel3 + NeoPixel4 + WingSailElevator + ProfiLED1 + ProfiLED2 + ProfiLED3 + ProfiLEDClock + Winch Clutch + SERVOn_MIN + SERVOn_TRIM + SERVOn_MAX + SailMastRotation + Alarm + Alarm Inverted + RCIN1Scaled + RCIN2Scaled + RCIN3Scaled + RCIN4Scaled + RCIN5Scaled + RCIN6Scaled + RCIN7Scaled + RCIN8Scaled + RCIN9Scaled + RCIN10Scaled + RCIN11Scaled + RCIN12Scaled + RCIN13Scaled + RCIN14Scaled + RCIN15Scaled + RCIN16Scaled + + True + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + + GPIO + Disabled + RCPassThru + Mount1Yaw + Mount1Pitch + Mount1Roll + Mount1Retract + CameraTrigger + Mount2Yaw + Mount2Pitch + Mount2Roll + Mount2Retract + SprayerPump + SprayerSpinner + GroundSteering + Gripper + Motor1 + Motor2 + Motor3 + Motor4 + RCIN1 + RCIN2 + RCIN3 + RCIN4 + RCIN5 + RCIN6 + RCIN7 + RCIN8 + RCIN9 + RCIN10 + RCIN11 + RCIN12 + RCIN13 + RCIN14 + RCIN15 + RCIN16 + Throttle + ThrottleLeft + ThrottleRight + Winch + Main Sail + CameraISO + CameraAperture + CameraFocus + CameraShutterSpeed + Script1 + Script2 + Script3 + Script4 + Script5 + Script6 + Script7 + Script8 + Script9 + Script10 + Script11 + Script12 + Script13 + Script14 + Script15 + Script16 + NeoPixel1 + NeoPixel2 + NeoPixel3 + NeoPixel4 + WingSailElevator + ProfiLED1 + ProfiLED2 + ProfiLED3 + ProfiLEDClock + Winch Clutch + SERVOn_MIN + SERVOn_TRIM + SERVOn_MAX + SailMastRotation + Alarm + Alarm Inverted + RCIN1Scaled + RCIN2Scaled + RCIN3Scaled + RCIN4Scaled + RCIN5Scaled + RCIN6Scaled + RCIN7Scaled + RCIN8Scaled + RCIN9Scaled + RCIN10Scaled + RCIN11Scaled + RCIN12Scaled + RCIN13Scaled + RCIN14Scaled + RCIN15Scaled + RCIN16Scaled + + True + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + + GPIO + Disabled + RCPassThru + Mount1Yaw + Mount1Pitch + Mount1Roll + Mount1Retract + CameraTrigger + Mount2Yaw + Mount2Pitch + Mount2Roll + Mount2Retract + SprayerPump + SprayerSpinner + GroundSteering + Gripper + Motor1 + Motor2 + Motor3 + Motor4 + RCIN1 + RCIN2 + RCIN3 + RCIN4 + RCIN5 + RCIN6 + RCIN7 + RCIN8 + RCIN9 + RCIN10 + RCIN11 + RCIN12 + RCIN13 + RCIN14 + RCIN15 + RCIN16 + Throttle + ThrottleLeft + ThrottleRight + Winch + Main Sail + CameraISO + CameraAperture + CameraFocus + CameraShutterSpeed + Script1 + Script2 + Script3 + Script4 + Script5 + Script6 + Script7 + Script8 + Script9 + Script10 + Script11 + Script12 + Script13 + Script14 + Script15 + Script16 + NeoPixel1 + NeoPixel2 + NeoPixel3 + NeoPixel4 + WingSailElevator + ProfiLED1 + ProfiLED2 + ProfiLED3 + ProfiLEDClock + Winch Clutch + SERVOn_MIN + SERVOn_TRIM + SERVOn_MAX + SailMastRotation + Alarm + Alarm Inverted + RCIN1Scaled + RCIN2Scaled + RCIN3Scaled + RCIN4Scaled + RCIN5Scaled + RCIN6Scaled + RCIN7Scaled + RCIN8Scaled + RCIN9Scaled + RCIN10Scaled + RCIN11Scaled + RCIN12Scaled + RCIN13Scaled + RCIN14Scaled + RCIN15Scaled + RCIN16Scaled + + True + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + + GPIO + Disabled + RCPassThru + Mount1Yaw + Mount1Pitch + Mount1Roll + Mount1Retract + CameraTrigger + Mount2Yaw + Mount2Pitch + Mount2Roll + Mount2Retract + SprayerPump + SprayerSpinner + GroundSteering + Gripper + Motor1 + Motor2 + Motor3 + Motor4 + RCIN1 + RCIN2 + RCIN3 + RCIN4 + RCIN5 + RCIN6 + RCIN7 + RCIN8 + RCIN9 + RCIN10 + RCIN11 + RCIN12 + RCIN13 + RCIN14 + RCIN15 + RCIN16 + Throttle + ThrottleLeft + ThrottleRight + Winch + Main Sail + CameraISO + CameraAperture + CameraFocus + CameraShutterSpeed + Script1 + Script2 + Script3 + Script4 + Script5 + Script6 + Script7 + Script8 + Script9 + Script10 + Script11 + Script12 + Script13 + Script14 + Script15 + Script16 + NeoPixel1 + NeoPixel2 + NeoPixel3 + NeoPixel4 + WingSailElevator + ProfiLED1 + ProfiLED2 + ProfiLED3 + ProfiLEDClock + Winch Clutch + SERVOn_MIN + SERVOn_TRIM + SERVOn_MAX + SailMastRotation + Alarm + Alarm Inverted + RCIN1Scaled + RCIN2Scaled + RCIN3Scaled + RCIN4Scaled + RCIN5Scaled + RCIN6Scaled + RCIN7Scaled + RCIN8Scaled + RCIN9Scaled + RCIN10Scaled + RCIN11Scaled + RCIN12Scaled + RCIN13Scaled + RCIN14Scaled + RCIN15Scaled + RCIN16Scaled + + True + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + + GPIO + Disabled + RCPassThru + Mount1Yaw + Mount1Pitch + Mount1Roll + Mount1Retract + CameraTrigger + Mount2Yaw + Mount2Pitch + Mount2Roll + Mount2Retract + SprayerPump + SprayerSpinner + GroundSteering + Gripper + Motor1 + Motor2 + Motor3 + Motor4 + RCIN1 + RCIN2 + RCIN3 + RCIN4 + RCIN5 + RCIN6 + RCIN7 + RCIN8 + RCIN9 + RCIN10 + RCIN11 + RCIN12 + RCIN13 + RCIN14 + RCIN15 + RCIN16 + Throttle + ThrottleLeft + ThrottleRight + Winch + Main Sail + CameraISO + CameraAperture + CameraFocus + CameraShutterSpeed + Script1 + Script2 + Script3 + Script4 + Script5 + Script6 + Script7 + Script8 + Script9 + Script10 + Script11 + Script12 + Script13 + Script14 + Script15 + Script16 + NeoPixel1 + NeoPixel2 + NeoPixel3 + NeoPixel4 + WingSailElevator + ProfiLED1 + ProfiLED2 + ProfiLED3 + ProfiLEDClock + Winch Clutch + SERVOn_MIN + SERVOn_TRIM + SERVOn_MAX + SailMastRotation + Alarm + Alarm Inverted + RCIN1Scaled + RCIN2Scaled + RCIN3Scaled + RCIN4Scaled + RCIN5Scaled + RCIN6Scaled + RCIN7Scaled + RCIN8Scaled + RCIN9Scaled + RCIN10Scaled + RCIN11Scaled + RCIN12Scaled + RCIN13Scaled + RCIN14Scaled + RCIN15Scaled + RCIN16Scaled + + True + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + + GPIO + Disabled + RCPassThru + Mount1Yaw + Mount1Pitch + Mount1Roll + Mount1Retract + CameraTrigger + Mount2Yaw + Mount2Pitch + Mount2Roll + Mount2Retract + SprayerPump + SprayerSpinner + GroundSteering + Gripper + Motor1 + Motor2 + Motor3 + Motor4 + RCIN1 + RCIN2 + RCIN3 + RCIN4 + RCIN5 + RCIN6 + RCIN7 + RCIN8 + RCIN9 + RCIN10 + RCIN11 + RCIN12 + RCIN13 + RCIN14 + RCIN15 + RCIN16 + Throttle + ThrottleLeft + ThrottleRight + Winch + Main Sail + CameraISO + CameraAperture + CameraFocus + CameraShutterSpeed + Script1 + Script2 + Script3 + Script4 + Script5 + Script6 + Script7 + Script8 + Script9 + Script10 + Script11 + Script12 + Script13 + Script14 + Script15 + Script16 + NeoPixel1 + NeoPixel2 + NeoPixel3 + NeoPixel4 + WingSailElevator + ProfiLED1 + ProfiLED2 + ProfiLED3 + ProfiLEDClock + Winch Clutch + SERVOn_MIN + SERVOn_TRIM + SERVOn_MAX + SailMastRotation + Alarm + Alarm Inverted + RCIN1Scaled + RCIN2Scaled + RCIN3Scaled + RCIN4Scaled + RCIN5Scaled + RCIN6Scaled + RCIN7Scaled + RCIN8Scaled + RCIN9Scaled + RCIN10Scaled + RCIN11Scaled + RCIN12Scaled + RCIN13Scaled + RCIN14Scaled + RCIN15Scaled + RCIN16Scaled + + True + + + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + PWM + PWM in microseconds + 800 2200 + 1 + + + + Normal + Reversed + + + + + GPIO + Disabled + RCPassThru + Mount1Yaw + Mount1Pitch + Mount1Roll + Mount1Retract + CameraTrigger + Mount2Yaw + Mount2Pitch + Mount2Roll + Mount2Retract + SprayerPump + SprayerSpinner + GroundSteering + Gripper + Motor1 + Motor2 + Motor3 + Motor4 + RCIN1 + RCIN2 + RCIN3 + RCIN4 + RCIN5 + RCIN6 + RCIN7 + RCIN8 + RCIN9 + RCIN10 + RCIN11 + RCIN12 + RCIN13 + RCIN14 + RCIN15 + RCIN16 + Throttle + ThrottleLeft + ThrottleRight + Winch + Main Sail + CameraISO + CameraAperture + CameraFocus + CameraShutterSpeed + Script1 + Script2 + Script3 + Script4 + Script5 + Script6 + Script7 + Script8 + Script9 + Script10 + Script11 + Script12 + Script13 + Script14 + Script15 + Script16 + NeoPixel1 + NeoPixel2 + NeoPixel3 + NeoPixel4 + WingSailElevator + ProfiLED1 + ProfiLED2 + ProfiLED3 + ProfiLEDClock + Winch Clutch + SERVOn_MIN + SERVOn_TRIM + SERVOn_MAX + SailMastRotation + Alarm + Alarm Inverted + RCIN1Scaled + RCIN2Scaled + RCIN3Scaled + RCIN4Scaled + RCIN5Scaled + RCIN6Scaled + RCIN7Scaled + RCIN8Scaled + RCIN9Scaled + RCIN10Scaled + RCIN11Scaled + RCIN12Scaled + RCIN13Scaled + RCIN14Scaled + RCIN15Scaled + RCIN16Scaled + + True + + + + + 0:Channel1,1:Channel2,2:Channel3,3:Channel4,4:Channel5,5:Channel6,6:Channel7,7:Channel8,8:Channel9,9:Channel10,10:Channel11,11:Channel12,12:Channel13,13:Channel14,14:Channel15,15:Channel16, 16:Channel 17, 17: Channel 18, 18: Channel 19, 19: Channel 20, 20: Channel 21, 21: Channel 22, 22: Channel 23, 23: Channel 24, 24: Channel 25, 25: Channel 26, 26: Channel 27, 27: Channel 28, 28: Channel 29, 29: Channel 30, 30: Channel 31, 31: Channel 32 + True + + + + Disabled + Enabled + + True + + + + Disabled + TestMotor1 + TestMotor2 + TestMotor3 + TestMotor4 + TestMotor5 + TestMotor6 + TestMotor7 + TestMotor8 + + + + s + seconds + 0 300 + + + Hz + hertz + 0 500 + + + + Disabled + Enabled + + + + + None + OneShot + OneShot125 + Brushed + DShot150 + DShot300 + DShot600 + DShot1200 + + True + + + + Console + Mavlink Serial Channel1 + Mavlink Serial Channel2 + Mavlink Serial Channel3 + Mavlink Serial Channel4 + Mavlink Serial Channel5 + + + + 1 127 + True + + + 0:Channel1,1:Channel2,2:Channel3,3:Channel4,4:Channel5,5:Channel6,6:Channel7,7:Channel8,8:Channel9,9:Channel10,10:Channel11,11:Channel12,12:Channel13,13:Channel14,14:Channel15,15:Channel16, 16:Channel 17, 17: Channel 18, 18: Channel 19, 19: Channel 20, 20: Channel 21, 21: Channel 22, 22: Channel 23, 23: Channel 24, 24: Channel 25, 25: Channel 26, 26: Channel 27, 27: Channel 28, 28: Channel 29, 29: Channel 30, 30: Channel 31, 31: Channel 32 + True + + + 0:Channel1,1:Channel2,2:Channel3,3:Channel4,4:Channel5,5:Channel6,6:Channel7,7:Channel8,8:Channel9,9:Channel10,10:Channel11,11:Channel12,12:Channel13,13:Channel14,14:Channel15,15:Channel16, 16:Channel 17, 17: Channel 18, 18: Channel 19, 19: Channel 20, 20: Channel 21, 21: Channel 22, 22: Channel 23, 23: Channel 24, 24: Channel 25, 25: Channel 26, 26: Channel 27, 27: Channel 28, 28: Channel 29, 29: Channel 30, 30: Channel 31, 31: Channel 32 + True + + + 0:Channel1,1:Channel2,2:Channel3,3:Channel4,4:Channel5,5:Channel6,6:Channel7,7:Channel8,8:Channel9,9:Channel10,10:Channel11,11:Channel12,12:Channel13,13:Channel14,14:Channel15,15:Channel16, 16:Channel 17, 17: Channel 18, 18: Channel 19, 19: Channel 20, 20: Channel 21, 21: Channel 22, 22: Channel 23, 23: Channel 24, 24: Channel 25, 25: Channel 26, 26: Channel 27, 27: Channel 28, 28: Channel 29, 29: Channel 30, 30: Channel 31, 31: Channel 32 + True + + + + + 0:SERVO1,1:SERVO2,2:SERVO3,3:SERVO4,4:SERVO5,5:SERVO6,6:SERVO7,7:SERVO8,8:SERVO9,9:SERVO10,10:SERVO11,11:SERVO12 + True + + + 0:SERVO1,1:SERVO2,2:SERVO3,3:SERVO4,4:SERVO5,5:SERVO6,6:SERVO7,7:SERVO8,8:SERVO9,9:SERVO10,10:SERVO11,11:SERVO12 + + + 2 50 + + + + + 0 4095 + + + 0 4095 + + + + + 25 250 + Hz + hertz + + + + + 0:Channel1,1:Channel2,2:Channel3,3:Channel4,4:Channel5,5:Channel6,6:Channel7,7:Channel8,8:Channel9,9:Channel10,10:Channel11,11:Channel12,12:Channel13,13:Channel14,14:Channel15,15:Channel16,16:Channel17,17:Channel18,18:Channel19,19:Channel20,20:Channel21,21:Channel22,22:Channel23,23:Channel24,24:Channel25,25:Channel26,26:Channel27,28:Channel29,29:Channel30,30:Channel31,31:Channel32 + + + + + m/s + meters per second + + + deg + degrees + + + m/s + meters per second + + + V + volt + + + + Disabled + No RC pusles + All Channels neutral except Throttle is 950us + + + + + + 0: Servo 1, 1: Servo 2, 2: Servo 3, 3: Servo 4, 4: Servo 5, 5: Servo 6, 6: Servo 7, 7: Servo 8, 8: Servo 9, 9: Servo 10, 10: Servo 11, 11: Servo 12, 12: Servo 13, 13: Servo 14, 14: Servo 15, 15: Servo 16, 16: Servo 17, 17: Servo 18, 18: Servo 19, 19: Servo 20, 20: Servo 21, 21: Servo 22, 22: Servo 23, 23: Servo 24, 24: Servo 25, 25: Servo 26, 26: Servo 27, 27: Servo 28, 28: Servo 29, 29: Servo 30, 30: Servo 31, 31: Servo 32 + + + + MulticastUDP + SocketCAN + + + + + MulticastUDP + SocketCAN + + + + + Disable + Enabled + + + + Hz + hertz + + + ms + milliseconds + + + 1 10 + + + m + meters + + + m + meters + + + m + meters + + + m + meters + + + m + meters + + + m + meters + + + + square law + none + linear-see WIND_T_COEF + + + + m + meters + + + + + + + + + + + + + + + + + + + m + meters + + + m + meters + + + m + meters + + + m + meters + + + m + meters + + + m + meters + + + + + % + percent + + + 0:MAVLink,3:SageTechMXS + + + + Enable + GPS Disabled + + + + ms + milliseconds + + + + None + UBlox + NMEA + SBP + File + Nova + SBP + Trimble + MSP + + + + % + percent + + + + + + + + + + + Hz + hertz + + + m + meters + + + m + meters + + + m + meters + + + m + meters + + + m + meters + + + s + seconds + + + m + meters + + + + Disabled + Enabled + + + + + + + + + + + + + Disabled + Enabled + + + + + Enable + GPS Disabled + + + + ms + milliseconds + + + + None + UBlox + NMEA + SBP + File + Nova + SBP + Trimble + MSP + + + + % + percent + + + + + + + + + + + Hz + hertz + + + m + meters + + + m + meters + + + m + meters + + + m + meters + + + m + meters + + + s + seconds + + + m + meters + + + + Disabled + Enabled + + + + + + + + + + + + + + + + + + + + + Disabled + Enabled + + + + + + + Disabled + MAG1 Failure + + + + + Disabled + MAG2 Failure + + + + + Disabled + MAG3 Failure + + + + + Disabled + Enabled + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Disabled + ACCEL1 Failure + + + + + Disabled + ACCEL2 Failure + + + + + Disabled + ACCEL3 Failure + + + + + Disabled + Readings stopped + + + + + Disabled + Readings stopped + + + + + + + + + + + + + + + + + + + + + + + + + + + + rad/s + radians per second + + + rad/s + radians per second + + + rad/s + radians per second + + + rad/s + radians per second + + + rad/s + radians per second + + + rad/s + radians per second + + + rad/s + radians per second + + + rad/s + radians per second + + + rad/s + radians per second + + + + + + + + + + Disabled + ACCEL4 Failure + + + + + + + + + + + + + + + + rad/s + radians per second + + + rad/s + radians per second + + + rad/s + radians per second + + + + + + + + + + Disabled + ACCEL5 Failure + + + + + + + + + + + + + + + + rad/s + radians per second + + + rad/s + radians per second + + + rad/s + radians per second + + + + + + + + Disabled + Enabled + + + + Pa + pascal + + + Pa + pascal + + + + Disabled + Enabled + + + + + + + + + Disabled + Enabled + + + + Pa + pascal + + + Pa + pascal + + + + Disabled + Enabled + + + + + + + + + Disabled + Enabled + + + + 0 15 + + + + + + Disabled + Enabled + + + + 0 15 + + + 1000 2000 + PWM + PWM in microseconds + + + 1000 2000 + PWM + PWM in microseconds + + + + Normal + Reverse + + + + + + + Disabled + Enabled + + + + deg + degrees + 0.000001 + -90 90 + + + deg + degrees + 0.000001 + -180 180 + + + cm + centimeters + 1 + 0 10000 + + + deg + degrees + 1 + -180 +180 + + + Hz + hertz + 0 200 + + + + cylinder + cone + sphere + + + + m + meters + 0 100 + + + m + meters + 5 100 + + + + Front + Back + Up + + + + 0: Enable target distance + + + + + + Disabled + Enabled + + + + 0 15 + + + 0 15 + + + + + + Disabled + Enabled + + + + % + percent + 0 100 + + + ms + milliseconds + 1000 2000 + + + cm/s + centimeters per second + 0 1000 + + + % + percent + 0 100 + + + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + Hz + hertz + 0 50 + 1 + True + + + + + m + meters + 0 10 + + + 0 500 + True + + + 2:Ignore pilot yaw + + + + + True + + + s + seconds + True + + + s + seconds + True + + + s + seconds + True + + + + + + Disabled + Enabled + + + + + + + Disabled + TSYS01 + MCP9600 + MAX31865 + TSYS03 + Analog + + True + + + 0 3 + True + + + 0 127 + True + + + + None + ESC + Motor(not implemented yet) + Battery Index + Battery ID/SerialNumber + CAN based Pitot tube + + + + + + + Disabled + Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 + Navigator + Pixhawk2_PM2/CubeOrange_PM2 + CubeOrange + Durandal + PX4-v1 + + + + + + + + + + + + + + + + + Disabled + TSYS01 + MCP9600 + MAX31865 + TSYS03 + Analog + + True + + + 0 3 + True + + + 0 127 + True + + + + None + ESC + Motor(not implemented yet) + Battery Index + Battery ID/SerialNumber + CAN based Pitot tube + + + + + + + Disabled + Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 + Navigator + Pixhawk2_PM2/CubeOrange_PM2 + CubeOrange + Durandal + PX4-v1 + + + + + + + + + + + + + + + + + Disabled + TSYS01 + MCP9600 + MAX31865 + TSYS03 + Analog + + True + + + 0 3 + True + + + 0 127 + True + + + + None + ESC + Motor(not implemented yet) + Battery Index + Battery ID/SerialNumber + CAN based Pitot tube + + + + + + + Disabled + Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 + Navigator + Pixhawk2_PM2/CubeOrange_PM2 + CubeOrange + Durandal + PX4-v1 + + + + + + + + + + + + + + + + + Disabled + TSYS01 + MCP9600 + MAX31865 + TSYS03 + Analog + + True + + + 0 3 + True + + + 0 127 + True + + + + None + ESC + Motor(not implemented yet) + Battery Index + Battery ID/SerialNumber + CAN based Pitot tube + + + + + + + Disabled + Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 + Navigator + Pixhawk2_PM2/CubeOrange_PM2 + CubeOrange + Durandal + PX4-v1 + + + + + + + + + + + + + + + + + Disabled + TSYS01 + MCP9600 + MAX31865 + TSYS03 + Analog + + True + + + 0 3 + True + + + 0 127 + True + + + + None + ESC + Motor(not implemented yet) + Battery Index + Battery ID/SerialNumber + CAN based Pitot tube + + + + + + + Disabled + Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 + Navigator + Pixhawk2_PM2/CubeOrange_PM2 + CubeOrange + Durandal + PX4-v1 + + + + + + + + + + + + + + + + + Disabled + TSYS01 + MCP9600 + MAX31865 + TSYS03 + Analog + + True + + + 0 3 + True + + + 0 127 + True + + + + None + ESC + Motor(not implemented yet) + Battery Index + Battery ID/SerialNumber + CAN based Pitot tube + + + + + + + Disabled + Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 + Navigator + Pixhawk2_PM2/CubeOrange_PM2 + CubeOrange + Durandal + PX4-v1 + + + + + + + + + + + + + + + + + Disabled + TSYS01 + MCP9600 + MAX31865 + TSYS03 + Analog + + True + + + 0 3 + True + + + 0 127 + True + + + + None + ESC + Motor(not implemented yet) + Battery Index + Battery ID/SerialNumber + CAN based Pitot tube + + + + + + + Disabled + Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 + Navigator + Pixhawk2_PM2/CubeOrange_PM2 + CubeOrange + Durandal + PX4-v1 + + + + + + + + + + + + + + + + + Disabled + TSYS01 + MCP9600 + MAX31865 + TSYS03 + Analog + + True + + + 0 3 + True + + + 0 127 + True + + + + None + ESC + Motor(not implemented yet) + Battery Index + Battery ID/SerialNumber + CAN based Pitot tube + + + + + + + Disabled + Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 + Navigator + Pixhawk2_PM2/CubeOrange_PM2 + CubeOrange + Durandal + PX4-v1 + + + + + + + + + + + + + + + + + Disabled + TSYS01 + MCP9600 + MAX31865 + TSYS03 + Analog + + True + + + 0 3 + True + + + 0 127 + True + + + + None + ESC + Motor(not implemented yet) + Battery Index + Battery ID/SerialNumber + CAN based Pitot tube + + + + + + + Disabled + Pixhawk/Pixracer/Navio2/Pixhawk2_PM1 + Navigator + Pixhawk2_PM2/CubeOrange_PM2 + CubeOrange + Durandal + PX4-v1 + + + + + + + + + + + + + + + + + Disabled + Tiller + Motor + + True + + + + Disabled + AUX1 + AUX2 + AUX3 + AUX4 + AUX5 + AUX6 + + True + + + + Disabled + AUX1 + AUX2 + AUX3 + AUX4 + AUX5 + AUX6 + + True + + + 0:Log,1:Send debug to GCS + + + % + percent + 0 100 + 1 + + + s + seconds + 0 5 + 0.1 + + + s + seconds + 0 5 + 0.1 + + + + + + None + MAVLink + IntelT265 + VOXL(ModalAI) + + True + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + + Forward + Right + Back + Left + Up + Down + + + + + + ms + milliseconds + 0 250 + + + m/s + meters per second + 0.05 5.0 + + + m + meters + 0.1 10.0 + + + rad + radians + 0.05 1.0 + + + + + + Disable + Enable + + + + 1 1000 + + + 0 7 + + + + Band A + Band B + Band E + Airwave + RaceBand + Low RaceBand + 1G3 Band A + 1G3 Band B + + + + True + 1000 6000 + + + 0:Pitmode,1:Pitmode until armed,2:Pitmode when disarmed,3:Unlocked,4:Add leading zero byte to requests,5:Use 1 stop-bit in SmartAudio,6:Ignore CRC in SmartAudio,7:Ignore status updates in CRSF and blindly set VTX options + + + 25 1000 + + + + + + None + Quadrature + SITL Quadrature + + + + 1 + + + m + meters + 0.001 + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + + Disabled + AUX1 + AUX2 + AUX3 + AUX4 + AUX5 + AUX6 + + + + + Disabled + AUX1 + AUX2 + AUX3 + AUX4 + AUX5 + AUX6 + + + + + None + Quadrature + SITL Quadrature + + + + 1 + + + m + meters + 0.001 + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + m + meters + -5 5 + 0.01 + + + + Disabled + AUX1 + AUX2 + AUX3 + AUX4 + AUX5 + AUX6 + + + + + Disabled + AUX1 + AUX2 + AUX3 + AUX4 + AUX5 + AUX6 + + + + + + + None + Heading when armed + RC input offset heading when armed + Analog + NMEA + SITL true + SITL apparent + + True + + + + Pixracer + Pixhawk ADC4 + Pixhawk ADC3 + Pixhawk ADC6/Pixhawk2 ADC + AUX1 + AUX2 + AUX3 + AUX4 + AUX5 + AUX6 + Pixhawk SBUS + + + + V + volt + 0.01 + 0 5.0 + + + V + volt + 0.01 + 0 5.0 + + + deg + degrees + 1 + 0 360 + + + Hz + hertz + + + + None + Calibrate direction + Calibrate speed + + + + deg + degrees + 1 + 0 360 + + + m/s + meters per second + 0.1 + 0 5 + + + + None + Airspeed library + Modern Devices Wind Sensor + RPM library + NMEA + SITL true + SITL apparent + + True + + + + Pixracer + Pixhawk ADC4 + Pixhawk ADC3 + Pixhawk ADC6/Pixhawk2 ADC + AUX1 + AUX2 + AUX3 + AUX4 + AUX5 + AUX6 + Pixhawk SBUS + + + + + Pixracer + Pixhawk ADC4 + Pixhawk ADC3 + Pixhawk ADC6/Pixhawk2 ADC + AUX1 + AUX2 + AUX3 + AUX4 + AUX5 + AUX6 + Pixhawk SBUS + + + + V + volt + 0.01 + 0 3.3 + + + Hz + hertz + + + Hz + hertz + + + + + m/s + meters per second + 0 100 + 0.1 + + + m + meters + 0 100 + 0.1 + + + m/s/s + meters per square second + 0 100 + 0.1 + + + m/s/s/s + meters per cubic second + 0 100 + 0.1 + + + + + deg + degrees + 0 360 + 1 + + + deg/s + degrees per second + 0 360 + 1 + + + s + seconds + 0 60 + 0.1 + + + + + + Disabled + Enabled + + + + rad/s + radians per second + 0 200 + + + 0.100 2.000 + + + 0.100 2.000 + + + 0.000 2.000 + + + 0.000 1.000 + + + 0.000 0.400 + + + 1.000 100.000 + Hz + hertz + + + 1 50 + 1 + Hz + hertz + + + 1 50 + 1 + Hz + hertz + + + 1 50 + 1 + Hz + hertz + + + 0 200 + 0.5 + + + 0.000 1.000 + + + 0.000 0.400 + 0.001 + + + 1 8 + + + 1 8 + + + 0.100 2.000 + + + 0.100 2.000 + + + 0.000 2.000 + + + 0.000 1.000 + + + 0.000 0.400 + + + 1.000 100.000 + Hz + hertz + + + 1 50 + 1 + Hz + hertz + + + 1 50 + 1 + Hz + hertz + + + 1 50 + 1 + Hz + hertz + + + 0 200 + 0.5 + + + 0.000 1.000 + + + 0.000 0.400 + 0.001 + + + 1 8 + + + 1 8 + + + +